.product {
	padding-top: 110px;
	padding-bottom: 110px;
}

/* Anmimation */

@-webkit-keyframes fadeIn {
	from { opacity: 0; }
	  to { opacity: 1; }
}

@keyframes fadeIn {
	from { opacity: 0; }
	  to { opacity: 1; }
}

.inline {
	display: flex;
}


.service_btn {
	margin: 2px;
}

.product_page_head_img {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	padding-bottom: 25%;
	overflow: hidden;
	margin-bottom: 50px;
}

td {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 50vw;
}

td lable {
	color: #999;
}

/* custom fount */

.white,
#color_table p.active {
	color: white !important;
}

gold {
	color: #e8cca4;
}

.theme_color {
	color: #ffc65d;
}

#result_table td {
	background: #ffffff;
}

.option_group > .input-group {
	width: 100%;
}

.option_group > .input-group > input {
	width: 20%;
}

.site-footer{
	width:100%;
	height:40px;
	font-size:12px;
	line-height:40px;
	color:#666;
	background:rgba(255,255,255,1);
	-webkit-box-shadow:0 -1px 2px rgba(0,0,0,.1);
	box-shadow:0 -1px 2px rgba(0,0,0,.1);
	bottom:0;
	left:0;
	position:fixed;
	z-index:9999;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
		-ms-transition:all 0.3s ease;
		 -o-transition:all 0.3s ease;
			transition:all 0.3s ease;
}

.site-footer:hover {
	background:rgba(255,255,255,1);
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
		-ms-transition:all 0.3s ease;
		 -o-transition:all 0.3s ease;
			transition:all 0.3s ease;
}

.copyrights-col-right ul{
	float:right;
}
.social-icons li{
	display:inline-block;
}
.social-icons a{
	margin:0 0 0 5px;
	height:22px;
	text-align: left;
	line-height:22px;
	color:#333;
	display:block;
	text-decoration:none;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
		-ms-transition:all 0.3s ease;
		 -o-transition:all 0.3s ease;
			transition:all 0.3s ease;
}

.social-icons a:hover {
	color: #d5768a;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
		-ms-transition:all 0.3s ease;
		 -o-transition:all 0.3s ease;
			transition:all 0.3s ease;
}

#main_slide {
	opacity: 1;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
		-ms-transition:all 0.3s ease;
		 -o-transition:all 0.3s ease;
			transition:all 0.3s ease;
}

#main_slide.loading {
	opacity: 0;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
		-ms-transition:all 0.3s ease;
		 -o-transition:all 0.3s ease;
			transition:all 0.3s ease;
}

/* - - - - backend - - - - */

td > img {
	height: 28px;
	cursor: pointer;
}


/* 1 - - - - backend header - - - - */
.backend {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	overflow-y: scroll;
	background: #ffffff;
}

.input-group-btn .btn {
	font-size: 14px;
	border-width: 1px;
}


.page-title-block {
	padding: 25px 0;
}


.btn,
.btn:hover {
/* 	border: transparent; */
	background-image: none;
	font-weight: 700;
}

.btn:hover,
.btn.active {
	box-shadow: 0px 0px 5px #f6e51b, 0px 0px 10px #f6e51b;
	opacity: 1;
}

.backend_bar {
	position: fixed;
	color: black;
	width: 3rem;
	height: 3rem;
	top: 0;
	padding: 0.5rem;
	left: 0;
	font-size: 2rem;
	background: white;
	cursor: pointer;
	z-index: 999999;
}

.header_backend {
	text-align: center;
	position: fixed;
	left: -20vw;
	top: 0;
	width: 20vw;
	height: 100vh;
	background: #ffffff;
	opacity: 0.5;
	z-index: 1000;
	-webkit-transition: all 0.5s ease;
	-moz-transition:    all 0.5s ease;
	-o-transition:      all 0.5s ease;
	-ms-transition:     all 0.5s ease;
	transition:         all 0.5s ease;
}

.header_backend.active {
	left: 0;
	opacity: 1;
	-webkit-filter: drop-shadow(1px 0px 10px #2b2b2b);
	filter: drop-shadow(1px 0px 10px #2b2b2b);
	-webkit-transition: all 0.5s ease;
	-moz-transition:    all 0.5s ease;
	-o-transition:      all 0.5s ease;
	-ms-transition:     all 0.5s ease;
	transition:         all 0.5s ease;
}

.header_backend .sf-menu {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.header_backend .navigation {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.header_backend .navigation li {
	text-align: center;
	float: none;
	border: none;
}

.header_backend .navigation li:hover {
	border: none;
}

.header_backend .navigation li a {
	display: block;
	font-size: 1rem;
	text-decoration: none;
	color: black;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	transition:         all 0.3s ease;
	z-index: 100;
}

.header_backend .navigation li a:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	transition:         all 0.3s ease;
}

.header_backend .logo_head {
	width: 5rem;
}

.header_backend .logo_head a img {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	transition:         all 0.3s ease;
	-webkit-filter: drop-shadow(0px 0px 100px 10px rgba(255,255,255,1));
	filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
}

.header_backend .logo_head a img:hover {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	transition:         all 0.3s ease;
}

/* 2 - - - - backend product management - - - - */

.back_tran {
	position: relative;
	border-radius: 10px;
	padding: 0px;
	max-height: 100vh;
	overflow: scroll;
}

.loader-back-image {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.25);
	visibility: hidden;
	opacity: 0;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#message-back {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.loader-back-image.loading,
#message-back.loading {
	visibility: visible;
	opacity: 1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.wrapper {
	position: fixed;
	background: rgba(0,0,0,0.25);
	z-index: 9990;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	overflow-y: auto;
	padding-bottom: 70px;
	padding-top: 70px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.wrapper.show {
	visibility: visible;
	opacity: 1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.wrapper > div {
	background: #333;
	border-radius: 5px;
	position: relative;
/* 	box-shadow: 0px 0px 20px #f6e51b; */
	padding: 20px;
	top: -50vh;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.wrapper > div label {
	color: #e8cca4;
}

.wrapper.show > div {
	top: 0;
}

.image_wrapper {
	border: none !important;
	width: 100%;
	height: 100%;
	left: 0 !important;
	top: 0 !important;
	background: rgba(0,0,0,0);
}

.image_wrapper > img {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}

.s_wrapper {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #333;
	z-index: 9999;
	width: 550px;
	height: 550px;
	max-width: 100%;
	max-height: 100%;
/*
	line-height: 100px;
	font-size: 100px;
*/
	color: #e8cca4;
/* 	overflow-y: auto; */
/* 	border: 1px solid #000; */
	border-radius: 10px;
/*     box-shadow: 0px 0px 20px #f6e51b; */
	box-shadow: none;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.s_wrapper p {
	font-size: 20px;
	line-height: 24px;
}

.s_wrapper.show {
	top:0;
	visibility: visible;
	opacity: 1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#message {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	overflow-y: auto;
	padding: 20px;
	max-height: 100%;
}

.process_wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999;
	font-size: 2.5em;
	line-height: 2.5em;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	border-radius: 0;
	color: white;
	border: none !important;
	top:0 !important;
}

#progress {
	display: none;
}

#progress.active {
	display: block;
}

.process_wrapper > div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#paypal_check {
	position: absolute;
	width: 150px;
	height: 25px;
	padding: 0;
	margin: 0;
	z-index: 100;
	cursor: pointer;
}

.wrapper > .wrapper_cancel,
.wrapper > div > .wrapper_cancel {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 2em;
	border: none;
	background: none;
	color: black;
	z-index: 9999;
}

.image_wrapper > .wrapper_cancel {
	color: white;
}

li:hover .remover {
	display: block;
}

li .remover {
	position: absolute;
	display: none;
	right: 10px;
	margin-top: -20px;
	height: 14px;
	width: 14px;
	font-size: 14px;
	line-height: 14px;
	padding: 0;
	text-align: center;
	background-color: red;
	border-radius: 50%;
	border: none;
	color: white;
}

/*
#myRange {
	-webkit-appearance: none;
	width: 100%;
	height: 0.5rem;
	margin-top: 0.25rem;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
	border-radius: 5px;
	box-shadow: inset 2px 2px 10px #3f3f3f;
}

#myRange:hover {
	opacity: 1;
}

#myRange::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 2rem;
	height: 2rem;
	background-image: url(/images/favicon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid black;
}

#myRange::-moz-range-thumb {
	width: 2rem;
	height: 2rem;
	background-image: url(/images/favicon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	cursor: pointer;
	border-radius: 50%;
}
*/

.table_dropdown {
	border: none;
	background: none;
}

#store_box input {
	width: 50%;
}

input {
	color: black;
}

#bar_image {
	height: 100px;
	width: 300px;
}


/* Home Page */

/* Home Page */

.home-block {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	left: 0;
	top: 0;
}

.home-block-content {
	width: 100vw;
	height: 56.5vw;
	overflow-x: hidden;
	overflow-y: auto;
	perspective: 1px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
	z-index: 1480;
}

.parallax {
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-perspective: 300px;
	perspective: 300px;
}
	
.parallax__group {
	position: relative;
	width: 100vw;
	height: 100vh;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
	
.parallax__layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
	
.parallax__layer--fore {
	-webkit-transform: translateZ(90px) scale(.7);
	transform: translateZ(90px) scale(.7);
	z-index: 1;
}
	
.parallax__layer--base {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 4;
}
	
.parallax__layer--back {
	-webkit-transform: translateZ(-300px) scale(2);
	transform: translateZ(-300px) scale(2);
	z-index: 3;
}
	
.parallax__layer--deep {
	-webkit-transform: translateZ(-600px) scale(3);
	transform: translateZ(-600px) scale(3);
	z-index: 2;
}

.back_img {
	display: block;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.back_img > img {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	z-index: -1;
}

.logo,
.logo_wh {
	height: 140px;
}

.logo img,
.logo_wh img {
	position: absolute;
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}

.gallery_block {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	width: 20vw;
	height: 20vw;
	background: black;
	cursor: pointer;
}

.gallery_block > img {
	opacity: 0.5;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	z-index: 1552;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery_block > img.loading {
	opacity: 0;
}
.image_block_backend_main {
	width: 12rem;
}

.image_block_backend {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	width: calc(6rem - 16px);
	background: black;
	cursor: pointer;
}

.image_block_backend .delete {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 1rem;
	height: 1rem;
	font-size: 0.75rem;
	line-height: 1rem;
	text-align: center;
	background: white;
	color: black;
	border-radius: 50%;
	z-index: 2;
	box-shadow: 2px 2px 10px black;
}

.image_block_backend:hover .delete {
	display: block;
}

.gallery_block_backend {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	width: 12.5vw;
	height: 12.5vw;
	background: black;
	cursor: pointer;
}

.gallery_block_backend .delete {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	background: white;
	color: black;
	border-radius: 50%;
	z-index: 2;
	box-shadow: 2px 2px 10px black;
}

.gallery_block_backend:hover .delete {
	display: block;
}

.gallery_block_backend > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	z-index: 1552;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	z-index: 1;
}

.features.colored > li > span > img {
	width: 100%;
}

/*
.gallery_block.active {
	overflow: visible;
	opacity: 1;
}

.gallery_block.active img {
	
}
*/

.body {
	padding-top: 70px;
}

.home_gallery {
	background: #000;
}

#home_gallery > .gallery_block:nth-child(n+32) {
	display: none;
}

.gallery_block > i {
	color: white;
	font-size: 10vw;
	text-align:center;
	line-height: 10vw;
	width: 12.5vw; 
	height: 10vw;
	cursor: pointer;
}

.gallery_block > p {
	position: absolute;
	left: 0;
	bottom: 0;
	color: white;
	text-align:center;
	width: 100%;; 
	cursor: pointer;
	padding: 1rem;
	height: 2.5vw;
	line-height: 2.5vw;
}

.gallery_block:hover > img {
	opacity: 1;
}

.paypal_msg {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.paypal_small {
	width: 100%;
	height: 100%;
	overflow: hidden;

	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
	
	display: flex;
	align-items: center;
	justify-content: center;

	text-align: center;
	overflow: hidden;
}

.v_center {
	height: 100vh;
	overflow: hidden;

	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
	
	display: flex;
	align-items: center;
	justify-content: center;

	text-align: center;
	overflow: hidden;
}

.neon_font {
	font-size: 5em;
	font-weight: bold;
/* 	text-transform: uppercase; */
	font-family: "High Tide";
	color: white;
}

.home-block-selection p {
	color: white;
}

.home_logo {
	position: absolute;
	width: 20rem;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-moz-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-o-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-ms-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-webkit-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
}

.top-header .navigation > ul > li {
	border-top: none;
	border-bottom: 3px solid rgba(255, 255, 255, 0);
}

.top-header.top .navigation > ul > li:hover,
.top-header.top .navigation > ul > li.active {
	border-top: none;
	border-bottom: 3px solid white;
}

.top-header .navigation > ul > li:hover,
.top-header .navigation > ul > li.active {
	border-top: none;
	border-bottom: 3px solid black;
}

.top-header.top .menu-toggle {
	color: white;
	border-bottom-color: white;
}

.menu-toggle {
	color: black;
}

.top-header.top .main-menu-wrapper {
	background: black;
}

.top-header .logo_wh {
	display: none;
}

.top-header.top {
	background: black;
	box-shadow: none;
}

.top-header.top .logo {
	display: none;
}

.top-header.top .logo_wh {
	display: block;
}

.top-header.top .navigation > ul > li > a{
	color: white;
}

.site-header{
	width:100%;
	z-index:1502;
	top:0;
	left:0;
	background: #333;
}

.site-header .shopping_cart_xs{
	font-size:18px;
	margin:25px 60px 0 0;
	float:right;
	position:absolute;
	right:0;
	top:0;
}

/* 4-store */

.store {
	width: 100vw;
/* 	padding-top: 70px; */
/* 	height: 100vh; */
/*
	overflow-x: hidden;
	overflow-y: auto;
*/
/* 	background: url("/images/back_white.png") repeat; */
}

.store .product_box_filter {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.store .filter_bbox {
	display: block;
	position: relative;
	width: 20vw;
	float: left;
}

.product_bbox {
	display: block;
	position: relative;
	width: 100%;;
	float: left;
}

.store .product_box_container {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	overflow: auto;
	padding-bottom: 70px;
/*
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	transition:         all 0.3s ease;
*/
}

body {
	height: 100%;
}

.ins_box {
	cursor: pointer;
	overflow: none;
	padding: 0;
	margin: 0;
}

.ins_box .ins_box_image {
	width: 100%;
}

.ins_box .ins_box_image img {
	width: 100%;
}

.ins_box .ins_box_title {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	z-index: 100;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	opacity: 0;
	font-size: 0.75rem;
	padding: 0.5rem;
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
	
	display: flex;
	align-items: center;
	justify-content: center;

	text-align: center;
	overflow: hidden;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.ins_box:hover .ins_box_title {
	opacity: 1;
}

.product_box {
	cursor: pointer;
}

.product_box_img {
	width: 100%;
	position: relative;
}

.product_box_img img {
	width: 100%;
}

.product_box_title {
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.product_box_price {
	width: 100%;
	text-align: center;
}

.product_box > .product_box_img > .product_bannber {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0;
	font-size: 1.25vw;
	line-height: 1.25vw;
	text-align: center;
	background: black;
	color: white;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	overflow: hidden;
	font-weight: bold;
}

.product_box > .product_box_img > .product_bubble {
	position: absolute;
	display: flex;
	align-items: center;
	right: -0.75vw;
	top: -1.5vw;
	width: 6vw;
	height: 6vw;
	font-size: 1vw;
	line-height: 1vw;
	text-align: center;
	background: black;
	color: white;
	font-weight: bold;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	border-radius: 50%;
	opacity: 0;
	text-align: center;
}

.product_box:hover > .product_box_img > .product_bannber {
	height: 1.5vw;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.product_box:hover > .product_box_img > .product_bubble {
	transition: all 0.5s ease;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
}

#product_images .img_con img:not(:first-child) {
	width: 25%;
	cursor: pointer;
}

#product_images .img_con img:first-child {
	width: 100%;
	cursor: pointer;
}

.ico-list {
	width: 500px;
	margin-left: -400px;
}

.ico-list li {
	padding: 0;
}

.ico-list li a {
	display: inline-block !important;
	border-left: 1px solid black;
}

.ico-list li a:nth-child(1) {
	border-left: none;
}

/* -------------- custom ----------------*/

table.item_table img {
	height: 5rem;
}

table.item_table td {
	vertical-align: middle;
	display: table-cell;
	height: 5rem;
}

.custom {
	height: auto;
	width: 100vw;
}

.custom_block {
	position: relative;
	width: 65%;
	padding-bottom: 65%;
	border: 1px solid white;
}

.custom_block p {
	position: absolute;
	font-size: 2em;
	line-height: 4em;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.demo_text {
	padding-top: 100%;
/*     z-index: 4; */
/*
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
*/
/* 	border: 1px solid white; */
}

.demo_text > .text_show {
	position: absolute;
	top: 35%;
	cursor: pointer;
	z-index: 4;
	-webkit-transition:text-shadow 0.5s ease;
	-moz-transition:text-shadow 0.5s ease;
	-ms-transition:text-shadow 0.5s ease;
	-o-transition:text-shadow 0.5s ease;
	transition:text-shadow 0.5s ease;
}

/*
#text {
	padding: 0;
	font-size: 3.3rem;
	line-height: 3.3rem;
}
*/

.font_style li {
	background: #ffffff;
	color: black;
	height: 2rem;
	font-size: 1rem;
	line-height: 2rem;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.font_style li.active {
	text-shadow: rgb(255, 255, 255) 0px 0px 2px, rgb(255, 255, 255) 0px 0px 4px, #f6e51b 0px 0px 8px, #f6e51b 0px 0px 6px, #f6e51b 0px 0px 8px, #f6e51b 0px 0px 22px, #f6e51b 0px 0px 30px;
}

.bg_style li {
	border: 1px solid lightgrey;
	height: 2rem;
	font-size: 1.5rem;
	line-height: 3rem;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.color_style li {
	font-family: bubble;
	height: 4rem;
	cursor: pointer;
}

.color_style li > p {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 3rem;
	line-height: 3rem;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.bg_style li > p {
	text-transform: uppercase;
	display: none;
}

.custom_tab > li.active > a {
	background: none;
	color: black;
	border-bottom: 1px solid white;
}

.option_group_custom {
	border: 1px solid #ddd;
	border-top: none;
	padding: 10px;
	margin-bottom: 15px;
	max-height: 70vh;
	overflow: scroll;
}

.option_group_custom .form-group {
	height: 0;
	overflow: hidden;
	opacity: 0;
	margin: 0;
}

.option_group_custom .form-group.active {
	height: auto;
	opacity: 1;
	overflow: visible;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.size-box {
	width: calc(50% - 10px);
	float: left;
	border: 1px solid black;
	border-radius: 5px;
	text-align: left;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 0.75rem;
	line-height: 1.5rem;
	margin: 5px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.size-box .s_size {
	text-align: right;
	padding: 0;
}

.size-box .s_price {
	text-align: left;
	padding: 0;
}

.size-box .s_price div:nth-child(2) {
	font-weight: bold;
}

.size-box.active,
.size-box:hover {
	box-shadow: 0px 0px 20px #f6e51b;
}

.slidecontainer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 15%;
}

.img_preload {
	overflow: hidden;
	height: 72vh;
	width: 100%;
}

.function_btn .btn-group {
	margin: 10px;
}

.about_container {
	padding: 0;
	margin: 0;
}

.about_img {
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 11;
}

.about_img img {
	cursor: pointer;
}

.about_text {
	color: black;
	padding: 2em;
	font-size: 1.5em;
	z-index: 33;
}

.fa-facebook + a:before,
.fa-instagram + a:before {
	content: " ";
}

.store .container {
	padding: 0;
	
}

#order_table tr {
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#order_table tr:hover {
	cursor: pointer;
}

#googleMap {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

#googleMapHover {
	left: 0;
	top: 0;
	position: fixed !important;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.contact-apl {
	background: white;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	margin-top: 5%;
	padding: 1%;
}

.shopping_cart {
	position: fixed;
	left: 25px;
	bottom: 25px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: white;
	padding: 15px;
	margin: 0;
	box-shadow: 0px 0px 5px black;
}

.shopping_cart a {
	font-size: 30px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0;
	margin: 0;
	color: black;
	cursor: pointer;
}

.shopping_cart_buzz {
	position: absolute;
	display: inline;
	margin-left: -5px;
	font-size: 11px;
	padding: 2px;
	width: 15px;
	height: 15px;
	line-height: 11px;
	font-weight: bold;
	color: white;
	background: #000000;
	border-radius: 50%;
	font-family: sans-serif;
}

/*gallery*/

.gallery {
	width: 100vw;
	min-height: calc(100vh - 70px);
	background: black;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.gallery_back {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
	opacity: 1.0;
	-webkit-transition:all 1s linear;
	-moz-transition:all 1s linear;
	-ms-transition:all 1s linear;
	-o-transition:all 1s linear;
	transition:all 1s linear;
}

.gallery_back > img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	z-index: -1;
	object-fit: cover;
	-webkit-filter: grayscale(100%) brightness(0.4);
	filter: grayscale(100%) brightness(0.4);
	-o-filter: grayscale(100%) brightness(0.4);
	-ms-filter: grayscale(100%) brightness(0.4);
	-moz-filter: grayscale(100%) brightness(0.4);
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.gallery_title {
	position: absolute;
	top: 100px;
	left: 0;
	width: 25%;
	z-index: 15;
}

.gallery_title > img {
	width: 100%;
}

.gallery_photo {
	width: 180px;
	background: white;
	position: absolute;
	border: solid white 1vh;
	margin-top: 35px;
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.3);
	cursor: pointer;
	z-index: 125;
	display: block;
}

.gallery_photo > img {
	max-width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.gallery_photo:hover {
	z-index: 250;
}

.gallery_photo:hover > img {
	-webkit-filter: none;
	filter: none;
	-o-filter: none;
	-ms-filter: none;
	-moz-filter: none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.galler_thumb_photo {
	position: absolute;
	height: 40%;
	width: 40%;
	top: 50%;
	left: 50%;
	margin-top: 35px;
	display: block;
	z-index: 100;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.galler_thumb_photo img {
	position: absolute;
	border: solid white 1vh;
	height: 100%;
	width: auto;
	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%);
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.3);
}

.galler_thumb_photo.zoomin {
	z-index: 500;
	height: 90%;
	width: 90%;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}

.gallery_now {
	opacity: 1.0;
	-webkit-transition:all 1s linear;
	-moz-transition:all 1s linear;
	-ms-transition:all 1s linear;
	-o-transition:all 1s linear;
	transition:all 1s linear;
}

.gallery_fade {
	opacity: 0.0;
	-webkit-transition:all 1s linear;
	-moz-transition:all 1s linear;
	-ms-transition:all 1s linear;
	-o-transition:all 1s linear;
	transition:all 1s linear;
}

/* lash page.  */

.page_lash {
	color: white;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: 100vh;
	padding-top: 70px;
	padding-bottom: 50px;
	overflow-y: scroll;
}

.page_lash .lash_wrapper {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.page_lash .lash_button {
	display: block;
	position: relative;
	background-color: white;
/* 	border-radius: 50%; */
	margin: 10px;
	padding: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	cursor: pointer;
	overflow: hidden;
}

.page_lash .lash_button > .text{
	width: 100%;
	bottom: -3em;
	text-align: center;
	position: absolute;
	background: rgba(238, 0, 144, 0);
	font-weight: bold;
	font-size: 1em;
	line-height: 2em;
	height: 2em;
	color: white;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.page_lash .lash_button.active {
	background: rgba(242, 106, 48, 1);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.page_lash .lash_button.active > p {
	background: rgba(242, 106, 48, 1);
}

.page_lash .lash_button.disable {
	background: white;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.page_lash .lash_button.none {
	cursor: not-allowed;
}

.page_lash .lash_button.disable > img {
	opacity: 0.1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.page_lash .lash_button.disable:hover > img {
	opacity: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.page_lash .lash_button > .text {
	top: 0;
	background: #e8cca4;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.page_lash .lash_button > img {
	width: 100%;
/* 	border-radius: 50%; */
	padding: 5px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.login_selection,
.dashboard_selection,
.reg_selection {
	display: block;
	background: white;
	border: 1px solid white;
	border-radius: 10px;
	box-shadow: 0px 3px 5px black;
	padding: 40px;
	text-align: left;
	-webkit-animation: fadeIn 0.5s ease;
	animation: fadeIn 0.5s ease;
}

.member_selection {
	position: relative;
	padding: 25px;
	margin: 25px;
	background: rgba(255,255,255,0.8);
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid darkgray;
}

.myacc_hide {
	display: none;
}

.time_block {
	border: 2px solid rgb(64,64,64);;
	border-radius: 5px;
	margin: 5px;
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	color: color: rgb(64,64,64);
}

.time_block:hover,
.time_block.active {
	border-color: #e8cca4;
	color: #e8cca4;
}

.time_block.disabled {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.4;
}

#service_tag {
	color: #e8cca4;
	font-weight: bold;
}

.service_tag {
	display: flex;
	width: 100%;
	border: 3px solid rgb(202, 183, 170);
/* 	background: rgb(64,64,64); */
	min-height: 54px;
/* 	color: #e8cca4; */
	color: rgb(64,64,64);
	background: rgb(202, 183, 170);
	font-size: 12px;
	line-height: 12px;
	font-family: "battlefin";
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	overflow: hidden;
}

.service_tag:hover,
.service_tag.active {
	border: 3px solid #e8cca4;
}

.service_tag div {
	padding: 0;
	margin: 0;
}

.service_tag_table {
	width: 100%;
	padding: 15px 0;
	top: auto;
	background: rgba(0, 0, 0, 0.5);
	box-shadow: none;
	border: none;
/*
	background: black;
	border-color: #e8cca4;
*/
	
}

.datetimepickerArtist {
	width: 
}

.coupone_button {
	cursor: pointer;
}

.flex_box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 50%;
}

.flex_box_video {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.flex_box_video .home_button {
	margin-top: 50vh;
}

.training_land {
	width: 100vw;
	min-height: 100vh;
	position: relative;
	left: 0;
	padding: 70px 0;
}

.training_land_block {
	padding: 10px 0;
}

.training_land_video_block {
	position: relative;
	width: 90%;
	padding: 0;
	padding-bottom: 50.652%;
	background: black;
	float: left;
	margin: 2.5%;
}

.training_land_video_block > iframe {
	opacity: 0.5;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.training_land_block:hover .training_land_video_block > iframe {
	opacity: 1;
}

.training_land_title_block {
	color: white;
	font-size: 2em;
	width: 100%;
	text-align: center;
}

.training_land_text_block {
	color: white;
	font-size: 1em;
	width: 100%;
	text-align: center;
	font-style: italic;
	padding: 2.5%;
}

.course_block {
	position: relative;
	height: auto;
	padding: 100px 40px;
	background-size: cover;
	background-attachment: fixed;
}

.course_sub_block {
	position: relative;
	width: 100%;
	height: auto;
}

.course_sub_block .col-sm-6 {
	padding: 5%;
}

.course_block .course_product_video {
	position: relative;
	width: 100%;
	margin: auto;
	padding-bottom: 56.25%;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.course_product_video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.course_block .course_product_img {
	position: relative;
	width: 100%;
	margin: auto;
	padding-bottom: 56.25%;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.course_block .course_product_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.coupon_cloud {
	background: black;
	color: white;
	float: left;
	padding: 6px 12px;
	border-radius: 5px;
	font-size: 15px;
	line-height: 15px;
}

.coupon_cloud_remove {
	background: white;
	color: black;
	margin-left: 10px;
	font-size: 15px;
	line-height: 15px;
	border: none;
	border-radius: 50%;
	text-align: center;
}

body {
/*
	background-image: url("/images/bg.png");
	background-attachment: fixed;
	background-size: cover;
*/
	width: 100%;
}

.wingsnroses {
	padding-top: 70px;
	padding-bottom: 70px;
}

.wingsnroses {
}

.wingsnroses .text_box {
/*
	background: rgba(255, 255, 255, 0.90);
	background-image: url("/images/bg_textbox.png");
	background-size: cover;
	border-radius: 5px;
*/
	padding: 0 !important;
/* 	box-shadow: 0px 0px 10px grey; */
}

.wingsnroses img {
	width: 100%;
}

.wingsnroses h1 {
	font-family: "battlefin";
	font-size: 2em;
	color: rgb(64,64,64);
}

.wingsnroses h2 {
	font-family: "battlefin";
	color: rgb(64,64,64);
	font-size: 22px;
}

.wingsnroses p {
	font-family: "battlefin";
	font-size: 17px;
	color: #404040;
	font-weight: 300;
	line-height: 2.3em;
	letter-spacing: .04px;
	text-align: center;
	margin: 1em;
}

.wingsnroses_header {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	background: #333;
	padding: 20px 0px
}

.wingsnroses_header a,
.wingsnroses_header h2 {
	color: #e8cca4;
	font-family: "battlefin";
}

.site_header {
	position: fixed;
	width: 100vw;
	box-shadow: none;
	z-index: 1000;
}

.wingsnroses_header_new {
	height: 110px;
	background: #0c0b06;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.wingsnroses_header_new a {
	position: relative;
	line-height: 110px;
	padding: 0 20px;
	height: 110px;
	color: #e8cca4;
	font-family: 'battlefin';
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	font-size: 1rem;
}

.wingsnroses_header_new a:hover,
.wingsnroses_header_new a.active {
	color: #d9650f;
}

.wingsnroses_header_new img {
	height: 110px;
	padding: 10px 0px;
}

.wingsnroses_header_new .menu-pc {
	position: relative;
	text-align: right;
	height: 110px;
	top: 0;
}

.wingsnroses_header_new.top {
	background: #0c0b06;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.5)
}

.card {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-moz-transition: all 1s ease;
}

.service-card {
	left: 33.3%;
}

.coupon-card {
	right: 33.3%;
}

.service-card .col-xs-4 {
	padding: 5px;
	margin: 0;
}

.btn-primary {
	background: #e8cca4;
	font-family: "battlefin";
	border: none;
}

.btn-service {
	background: #EED5C7;
}

.btn-primary:hover {
	background: #837b6d;
	box-shadow: none;
}

.navigation > ul > li:hover {
	border-color: rgba(0, 0, 0, 0);
}

.navigation > ul > li:hover a {
	color: #837b6d;
}

.social-icons li.behance a:hover{
	border-color: rgba(255, 255, 255, 0);
	color: #837b6d;
	text-shadow: none;
	filter: none;
}

.service-card.active {
	left: 0;
}

.time-card.active {
	opacity: 1;
	pointer-events: auto;
}

.coupon-card.active {
	opacity: 1;
	right: 0;
	pointer-events: auto;
}

.time-card,
.coupon-card {
	opacity: 0;
	pointer-events: none;
}

.menu {
	background: lightgrey;
	padding: 10px;
}

.menu a {
	margin: 0px 15px;
	font-size: 20px;
	font-family: "battlefin";
	color: rgb(64,64,64);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.menu a:hover {
	color: #e8cca4;;
}

.text_in_box {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 7.5% 0;
	background: rgba(255, 255, 255, 0.95);
}

.fc-time-grid-container {
	height: auto !important;
}

.fc-button {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.4em 0.65em;
	font-size: 1em;
	line-height: 1.5;
	border-radius: 0.25em;
}

.fc-button-primary {
	color: #fff;
	background-color: #2C3E50;
	border-color: #2C3E50; 
}

.cal-filter {
	position: absolute;
	padding: 1px;
}

.fc-toolbar {
	width: 100%;
}

.menu_button {
	position: fixed;
	left: 0;
	top: 0;
	color: #e8cca4;
	font-size: 2em;
	padding: 0.4em;
	cursor: pointer;
	z-index: 1001;
}

.menu-mobile {
	display: flex;
	opacity: 0;
	background: white;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	pointer-events: none;
}

.menu-mobile.active {
	opacity: 1;
	z-index: 1000;
	pointer-events: all;
}

.menu-mobile li {
	list-style: none;
}

.menu-mobile li a {
	color: #e8cca4;
	font-size: 2em;
	line-height: 2.5em;
}

.title_bold {
	position: relative;
	color: #e8cca4;
	font-size: 2.5em;
	line-height: 140px;
	padding: 0 1.5em;
	margin: 0;
	font-family: 'Futura';
	letter-spacing: 0.25em;
}

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 30px;
  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;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #e8cca4;
  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);
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -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-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

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

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/* Icon 3 */

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

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

.dropdown.sel_d {
	position: relative;
	height: 36px;
	margin: 10px 0px;
}

.dropdown.sel_d > ul {
	width: 100%;
	overflow: scroll;
	max-height: 200px;
}

.dropdown.sel_d > button {
	position: absolute;
	left: 0;
}

#booking_details_message {
	position: relative;
	left: 0;
	top: 0;
	padding: 2vw;
	overflow-y: scroll;
}

#booking_details_message .photos {
	padding: 20px 0;
}

.service_book_img {
	position: relative;
	padding-top: 25%;
}

.service_book_img img {
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 1;
}

.service_book_img:hover > button {
	display: block;
}

.service_book_img > button {
	position: absolute;
	display: none;
	right: -8px;
	top: -8px;
	height: 20px;
	width: 20px;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	background-color: red;
	border-radius: 50%;
	border: none;
	color: white;
	z-index: 10;
}

#ins_con > div {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.ins_block {
	padding-bottom: 100%;
	width: 100%;
	overflow: hidden;
}

.ins_block img,
.ins_block video {
	cursor: pointer;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}

.ins_block .ins_caption {
	padding: 1em;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	color: white;
	font-size: 0.75em;
	pointer-events:none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.ins_block:hover .ins_caption {
	opacity: 1;
}

html.edit .editable {
	border: 5px solid red;
	cursor: pointer;
}

html.edit .services_block {
	pointer-events: none;
}

.show_edit {
	display: none;
}

html.edit .show_edit {
	display: block;
}

.wpb_wrapper h1.widget-title {
	font-style: normal;
	font-weight: 600;
	font-size: 55px;
	font-family: "texgyreadventorregular";
	line-height: 66px;
	text-transform: none;
	letter-spacing: 0px;
	color: #28262b;
}

.wpb_wrapper h2.widget-title {
	font-style: normal;
	font-weight: 600;
	font-size: 45px;
	font-family: "texgyreadventorregular";
	line-height: 54px;
	text-transform: none;
	letter-spacing: 4px;
	color: #28262b;
}

.wpb_wrapper h3.widget-title {
	font-style: normal;
	font-weight: 600;
	font-size: 35px;
	font-family: "texgyreadventorregular";
	line-height: 42px;
	text-transform: none;
	letter-spacing: 5px;
	color: #28262b;
	text-align: center;
}

.wpb_wrapper h4.widget-title {
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	font-family: "texgyreadventorregular";
	line-height: 36px;
	text-transform: none;
	letter-spacing: 5px;
	color: #28262b;
}

.wpb_wrapper h5.widget-title {
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	font-family: "texgyreadventorregular";
	line-height: 26.4px;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #28262b;
}

.wpb_wrapper h6.widget-title {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	font-family: "texgyreadventorregular";
	line-height: 21.6px;
	text-transform: none;
	letter-spacing: 4px;
	color: #28262b;
}

.wpb_wrapper h1.widget-sub-title {
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	font-family: "Droid Serif";
	line-height: 36px;
	text-transform: none;
	letter-spacing: 0px;
	color: #727272;
}

.wpb_wrapper h2.widget-sub-title {
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	font-family: "Droid Serif";
	line-height: 30px;
	text-transform: none;
	letter-spacing: 0px;
	color: #727272;
}

.wpb_wrapper h3.widget-sub-title {
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	font-family: "Droid Serif";
	line-height: 20.02px;
	text-transform: none;
	letter-spacing: 0px;
	color: #727272;
}

.wpb_wrapper h4.widget-sub-title {
	font-style: italic;
	font-weight: 400;
	font-size: 13px;
	font-family: "Droid Serif";
	line-height: 17.94px;
	text-transform: none;
	letter-spacing: 0px;
	color: #727272;
}

.wpb_wrapper h5.widget-sub-title {
	font-style: italic;
	font-weight: 400;
	font-size: 13px;
	font-family: "Droid Serif";
	line-height: 17.94px;
	text-transform: none;
	letter-spacing: 0px;
	color: #727272;
}

.wpb_wrapper h6.widget-sub-title {
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	font-family: "Droid Serif";
	line-height: 15px;
	text-transform: none;
	letter-spacing: 0px;
	color: #727272;
}

h6.widget-sub-title {
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	font-family: "Droid Serif";
	line-height: 15px;
	text-transform: none;
	letter-spacing: 0px;
	color: #727272;
}

.dfd-blog-title {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	font-family: "texgyreadventorregular";
	line-height: 28.8px;
	text-transform: none;
	letter-spacing: 0px;
	color: #28262b;
}

.dfd-arrows-style_5 .dfd-slider-control {
	background: none;
}

.vc-row-wrapper {
	position: relative;
	margin-left: 0;
	margin-right: 0;
}

.vc-row-wrapper .dfd-row-bg-wrapper-cover {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.vc-row-wrapper .dfd-row-bg-wrap {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.vc-row-wrapper .dfd-row-bg-wrap.dfd-video-bg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.vc-row-wrapper .dfd-row-bg-wrap.dfd-video-bg .video-js {
	position: relative;
	width: 100%;
	height: 100%;
}

.vc-row-wrapper .dfd-row-bg-wrap.dfd-video-bg .video-js .dfd-bg-frame {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.vc-row-wrapper .dfd-row-bg-wrap.dfd-video-bg .video-js .vjs-controls {
	display: none;
}

.vc-row-wrapper .dfd-row-bg-wrap.dfd-video-bg video.video-js {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.vc-row-wrapper .dfd-row-bg-wrap.dfd-video-bg + .dfd-sound-controller {
	font-size: 12px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	z-index: 2;
	cursor: pointer;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
}

.vc-row-wrapper .dfd-row-bg-wrap.dfd-video-bg + .dfd-sound-controller:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.vc-row-wrapper .dfd-row-bg-wrap.dfd-video-bg + .dfd-sound-controller + .dfd-video-controller {
	font-size: 12px;
	position: absolute;
	bottom: 30px;
	right: 62px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	z-index: 2;
	cursor: pointer;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
}

.vc-row-wrapper .dfd-row-bg-wrap.dfd-video-bg + .dfd-sound-controller + .dfd-video-controller:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.vc-row-wrapper .dfd-row-bg-wrap.dfd-row-bg-image.dfd_vertical_parallax {
	background-position: center center;
	max-width: 100%;
}

.vc-row-wrapper .dfd-row-bg-wrap.dfd-row-bg-image.dfd_horizontal_parallax {
	width: 200%;
	left: -50%;
	background-position: center center;
}

.vc-row-wrapper .dfd-row-bg-wrap.dfd-row-bg-image.dfd_animated_bg {
	background-size: initial !important;
}

.vc-row-wrapper .dfd-row-bg-wrap.dfd-row-bg-image.dfd_animated_bg.dfd-left-animation, .vc-row-wrapper .dfd-row-bg-wrap.dfd-row-bg-image.dfd_animated_bg.dfd-right-animation {
	background-repeat: repeat-x;
	background-position-y: 50%;
}

.vc-row-wrapper .dfd-row-bg-wrap.dfd-row-bg-image.dfd_animated_bg.dfd-top-animation, .vc-row-wrapper .dfd-row-bg-wrap.dfd-row-bg-image.dfd_animated_bg.dfd-bottom-animation {
	background-repeat: repeat-y;
	background-position-x: 50%;
}

.vc-row-wrapper .dfd-row-bg-wrap.dfd-row-bg-image.dfd_mousemove_parallax > * {
	position: absolute;
	max-width: none;
}

.vc-row-wrapper .dfd-row-bg-wrap.dfd-row-bg-image.dfd_multi_parallax > * {
	position: absolute;
	top: -25%;
	left: 0;
	display: block;
	width: 100%;
	height: 150%;
	background-position: center center;
}

.vc-row-wrapper .dfd-row-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	z-index: -1;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.vc-row-wrapper.dfd-sticky-row.sticky {
	z-index: 9999;
}

.vc-row-wrapper.full_width_content_paddings, .vc-row-wrapper.full_width_small_paddings, .vc-row-wrapper.full_width_content {
	width: 100%;
	padding: 20px;
}

.vc-row-wrapper.full_width_content_paddings > .fp-tableCell > .fp-scrollable > .fp-scroller > .row, .vc-row-wrapper.full_width_content_paddings > .fp-tableCell > .fp-scrollable > .row, .vc-row-wrapper.full_width_content_paddings > .fp-tableCell > .row, .vc-row-wrapper.full_width_content_paddings > .row, .vc-row-wrapper.full_width_small_paddings > .fp-tableCell > .fp-scrollable > .fp-scroller > .row, .vc-row-wrapper.full_width_small_paddings > .fp-tableCell > .fp-scrollable > .row, .vc-row-wrapper.full_width_small_paddings > .fp-tableCell > .row, .vc-row-wrapper.full_width_small_paddings > .row, .vc-row-wrapper.full_width_content > .fp-tableCell > .fp-scrollable > .fp-scroller > .row, .vc-row-wrapper.full_width_content > .fp-tableCell > .fp-scrollable > .row, .vc-row-wrapper.full_width_content > .fp-tableCell > .row, .vc-row-wrapper.full_width_content > .row {
	width: auto;
	max-width: none;
	margin: 0 -10px;
	min-width: 100%;
}

.vc-row-wrapper.full_width_small_paddings {
	width: 100%;
}

.vc-row-wrapper.full_width_small_paddings > .row {
	width: 100%;
	padding: 0 3px;
}

.vc-row-wrapper.full_width_small_paddings > .row > .columns {
	padding-left: 3px;
	padding-right: 3px;
}

.vc-row-wrapper.full_width_small_paddings > .row > .columns .row {
	margin: 0 -3px;
}

.vc-row-wrapper.full_width_small_paddings > .row > .columns .row .columns {
	padding-left: 3px;
	padding-right: 3px;
}

.vc-row-wrapper.default_row_small_paddings > .row {
	width: 1186px;
}

.vc-row-wrapper.default_row_small_paddings > .row > .columns {
	padding-left: 3px;
	padding-right: 3px;
}

.vc-row-wrapper.default_row_small_paddings > .row > .columns .row {
	margin: 0 -3px;
}

.vc-row-wrapper.default_row_small_paddings > .row > .columns .row .columns {
	padding-left: 3px;
	padding-right: 3px;
}

.vc-row-wrapper.full_width_content_paddings {
	width: 100%;
}

.vc-row-wrapper.full_width_content_paddings > .row {
	width: 100%;
	padding: 0 10px;
}

.vc-row-wrapper.default_row_no_paddings > .row {
	width: 1180px;
}

.vc-row-wrapper.default_row_no_paddings > .row > .columns {
	padding-left: 0;
	padding-right: 0;
}

.vc-row-wrapper.default_row_no_paddings > .row > .columns .row {
	margin: 0;
}

.vc-row-wrapper.default_row_no_paddings > .row > .columns .row .columns {
	padding-left: 0;
	padding-right: 0;
}

.vc-row-wrapper.equal-height-columns .wpb_wrapper:before, .vc-row-wrapper.equal-height-columns .wpb_wrapper:after {
	content: " ";
	display: table;
}

.vc-row-wrapper.equal-height-columns .wpb_wrapper:after {
	clear: both;
}

.vc-row-wrapper.equal-height-columns .wpb_single_image:before, .vc-row-wrapper.equal-height-columns .wpb_single_image:after {
	content: " ";
	display: table;
}

.vc-row-wrapper.equal-height-columns .wpb_single_image:after {
	clear: both;
}

.vc-row-wrapper.equal-height-columns .wpb_single_image.vc_align_center img {
	margin: 0 auto;
}

.vc-row-wrapper.equal-height-columns .wpb_single_image.vc_align_left img {
	float: left;
}

.vc-row-wrapper.equal-height-columns .wpb_single_image.vc_align_right img {
	float: right;
}

.vc-row-wrapper.equal-height-columns .wpb_single_image img {
	display: block;
}

.vc-row-wrapper.equal-height-columns .dfd-bg-inside > .wpb_wrapper, .vc-row-wrapper.equal-height-columns .dfd-bg-inside .vc-row-wrapper {
	height: 100%;
}

.vc-row-wrapper .wpb_content_element {
	margin-bottom: 0;
}

.vc-row-wrapper.dfd-row-full-height {
	min-height: 100vh;
}

.vc-row-wrapper.dfd-row-full-height > .fp-tableCell {
	height: auto !important;
}

.vc-row-wrapper.dfd-row-full-height.full_width_content > .fp-tableCell {
	height: auto !important;
}

.vc-row-wrapper.dfd-row-full-height.full_width_content > .fp-tableCell > .fp-scrollable > .fp-scroller > .row, .vc-row-wrapper.dfd-row-full-height.full_width_content > .fp-tableCell > .fp-scrollable > .row, .vc-row-wrapper.dfd-row-full-height.full_width_content > .fp-tableCell > .row, .vc-row-wrapper.dfd-row-full-height.full_width_content > .row {
	min-width: 100%;
}

.dfd-heading-module {
	width: 100%;
	text-align: center;
}

.dfd-added-font-icon-left-open2:before{
	font-family:'dfd-added-font-icon';
	content:"\e802";
}

.dfd-added-font-icon-right-open2:before{
	font-family:'dfd-added-font-icon';
	content:"\e803";
}

.navicon-quote-right:before {
	font-family: "fontello-nav";
	content: '\e800';
}

.vc_tta-controls-icon {
	pointer-events: none;
}

.vc_tta-controls-icon-triangle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	vertical-align: middle;
	height: 12px;
	width: 12px;
	font-size: inherit;
	margin: 0;
}

.vc_tta-controls-icon-triangle:before {
	content: '';
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-style: solid;
	border-width: 6px;
	border-bottom-color: transparent!important;
	border-right-color: transparent!important;
	border-left-color: transparent!important;
	-webkit-transform: translateY(25%);
	-ms-transform: translateY(25%);
	transform: translateY(25%);
	border-color: white;
}

.btn-editable-add,
.btn-editable-delete {
	display: none;
}

html.edit .btn-editable-add,
html.edit .btn-editable-delete {
	display: block;
}

.service_title {
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 24px !important;
	line-height: 28px !important;
	margin-bottom: 0.5em !important;
	color: #555;
}

.services_block {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	margin-bottom: 3em;
/* 	border: 1px solid black; */
}

.services_block:after {
	content: "MORE INFO";
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background: white;
	font-size: 1.5em;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: scale(2, 2);
	-moz-transform: scale(2, 2);
	-ms-transform: scale(2, 2);
	-o-transform: scale(2, 2);
	transform: scale(2, 2);
}

.service_block_main:hover .services_block:after {
	opacity: 0.8;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.services_block > img {
	padding: 25%;
	cursor: pointer;
/* 	border-radius: 50%; */
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}

.team_box {
	position: relative;
	width: 100%;
}

.team_box > div {
	position: relative;
	width: 100%;
/* 	height: 100%; */
/* 	display: flex; */
	padding: 20px 0px;
	align-items: center;
	justify-content: center;
}

.editable_img {
	pointer-events: all;
	cursor: pointer;
}

.phone_header {
	display: none;
}

.menu-mobile.active .phone_header {
	display: block;
}

.phone_header > a {
	display: block;
	font-size: 2em;
	line-height: 2em;
	color: #d9650f;
	font-family: 'battlefin';
	font-weight: 700;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.phone_header > a:hover,
.phone_header > a.active {
	color: #e8cca4;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
	background: rgb(241, 218, 214);
	color: black;
}

.info_area .member_selection span {
	color: #e8cca4;
}

.fc-toolbar h2 {
	font-size: 1.25em;
}

.fc-event {
	border-width: 5px !important;
}

.web,
.web:hover {
	box-shadow: 5px 5px 5px 5px rgba(168,168,168,1);
}

.iswebc,
.iswebc:hover {
	text-decoration: underline;
}

.isman,
.isman:hover {
	outline: 5px solid blue;
}

.video-background {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

.sidetab-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 35vw;
	height: 100%;
	background: white;
}

.sidetab-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 35vw;
	height: 100%;
	background: rgba(255,255,255,0.75);
}

.fb_feed {
	/* border: 2px solid #777; */
	padding: 20px;
	margin-bottom: -10%;
}

.fb_text {
	margin-top: -50%;
	padding-top: 50%;
	border-radius: 5px;
	background: white;
	z-index: 10;
}

.fb_img {
	padding-bottom: 100%;
	background: white;
	border-radius: 50%;
}

.fb_potime_grid {
	padding-bottom: 100%;
	border-radius: 50%;
}

.fb_potime_grid > .fb_potime {
	position: absolute;
	margin-top: -50%;
	padding-top: 50%;
	width: 100%;
	height: 100%;
	left: 0;
	background: #d9650f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fb_potime_grid > .fb_potime > p {
	color: white;
}

.fb_img > img {
	z-index: 20;
	position: absolute;
	left:0;
	top:0;
	padding: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.home_pic {
	position: relative;
	padding-bottom: 100%;
	width:100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.galley_photo {
	padding: 0;
	cursor: pointer;
	z-index: 10;
	border: 3px solid black;
}

.galley_photo:hover {
	z-index: 20;
}

.galley_photo:hover > img {
	z-index: 20;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	box-shadow: 0px 0px 10px 10px #e8cca4;
}

.home_pic > img {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image_container > img {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.parrots {
	background: #eee;
	padding: 0;
	margin-bottom: 20px;
}

.parrots_img {
	padding: 0;
}

/* .parrots_img:hover > img {
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
} */

.parrots-video {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.qty-group {
	display:flex; align-items:center; gap:6px;
}
.qty-group .qty-btn {
	width:36px; height:36px; line-height:34px;
	border-radius:8px; border:1px solid #e6e6e6;
	background:#fff; color:#222; font-size:20px;
}
.qty-group .qty-btn:hover { background:#f4f4f4; }
.qty-group .qty-input {
	max-width:90px; text-align:center;
	border-radius:8px;
}

@media (min-aspect-ratio: 16/9) {
  .video-background iframe {
	/* height = 100 * (9 / 16) = 56.25 */
	height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-background iframe {
	/* width = 100 / (9 / 16) = 177.777777 */
	width: 177.78vh;
  }
}