div,a,i,input,textarea,label{
	color: #101010;
	font-family: "Montserrat-Thin";
	font-weight: 600;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#header{
	height: 100px;
	background-color: #eaeaea;
	width: 100%;
	position: fixed;
	display: inline-block;
	min-width: 600px;
	z-index: 1;
}
@media only screen and (max-width: 460px) {
	#header{
		min-width: 300px;
	}
}

#language_switcher{
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;

	position: fixed;
	top: 5px;
	right: 10px;
	z-index: 2;
	background-color: #eaeaea;
}

#language_switcher:hover #language_switcher_languages_holder{
	transform: scaleY(1);
}

#language_switcher_languages_holder{
	position: absolute;

	top: 22px;

	background-color: #404040;
	color: black;
	font-size: 14px;

	transition-duration: 0.25s;

	transform-origin: 50% 0%;
	transform: scaleY(0);
}

.language_switcher_language_name{
	color: white;

	text-align: center;

	padding: 5px;

	right: 22px;
	top: 0px;

	transition-duration: 0.2s;
}
.language_switcher_language_name:hover{
	display: inline-block;
	background-color: #eaeaea;
	color: black;
	display: inline-block;
}

#language_switcher_icon{
	display: inline-block;

	color: black;
	font-size: 22px;
	text-align: center;
}

#language_switcher_current_language{
	display: inline-block;
}

#background{
	background-color: #eaeaea;
	padding: 0px;
	margin: 0px;
	min-width: 600px;
	overflow: hidden;
}
@media only screen and (max-width: 460px) {
	#background{
		min-width: 300px;
	}
}

#footer{
	width: 100%;
	background-color: #dadada;
}

#copyrightText{
	background-color: rgba(0,0,0,0);
	font-size: 10px;
	color: black;
	font-weight: 600;
}

.floatingIconToRight{
	left: ;
	right: 5%;
}

#whatsappIconHolder{
	will-change: transform;
	text-decoration: none;
	display: flex;
	position: fixed;
	left: 5%;
	bottom: calc(5% + 70px + 20px);
	width: 70px;
	height: 70px;

	border-radius: 40px;

	cursor: pointer;

	transition-duration: 0.25s;

	z-index: 2;
}
#whatsappIconHolder:hover{
	transform: scale(1.05);
}
#whatsappIconHolder:hover #whatsappIconBackground{
	background-color: #00e000;
}

#whatsappIconHolder:hover #whatsappContactUsText{
	transform: scaleX(1);
}

#whatsappIconBackground{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #3cbf00;

	border-radius: 40px;

	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);

	transition-duration: 0.25s;
}

#whatsappIcon{
	position: relative;
	color: white;
	font-size: 82px;
	line-height: 70px;

	border-radius: 40px;

	margin: 0 auto;
}

#whatsappContactUsText{
	will-change: transform;
	position: absolute;
	left: 90%;
	background-color: #101010;
	color: #eaeaea;
	line-height: 20px;
	padding: 3px 5px 3px 10px;
	top: calc(50% - 10px - 3px);
	white-space: nowrap;
	transform: scaleX(0);
	transform-origin: 0% 50%;

	border-radius: 3px;

	transition-duration: 0.25s;

	z-index: -1;
}


#phoneIconHolder{
	will-change: transform;
	text-decoration: none;
	display: flex;
	position: fixed;
	left: 5%;
	bottom: 5%;
	width: 70px;
	height: 70px;

	border-radius: 40px;

	cursor: pointer;

	transition-duration: 0.25s;

	z-index: 2;
}
#phoneIconHolder:hover{
	transform: scale(1.05);
}

#phoneIconHolder:hover #phoneIconBackground{
	background-color: #00e000;
}

#phoneIconHolder:hover #callUsText{
	transform: scaleX(1);
}
@media only screen and (max-width: 460px) {
	#phoneIconHolder:hover #callUsText{
		transform: scaleX(0);
	}
}

#phoneIcon{
	position: relative;
	color: white;
	font-size: 45px;
	line-height: 70px;
	margin: 0 auto;
}

#callUsText{
	will-change: transform;
	position: absolute;
	left: 90%;
	background-color: #101010;
	color: #eaeaea;
	line-height: 20px;
	padding: 3px 5px 3px 10px;
	top: calc(50% - 10px - 3px);
	white-space: nowrap;
	transform: scaleX(0);
	transform-origin: 0% 50%;

	border-radius: 3px;

	transition-duration: 0.25s;

	z-index: -1;
}

#phoneIconBackground{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #3cbf00;
	border-radius: 40px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);

	transition-duration: 0.25s;
}

.button{
	will-change: transform;
	display: inline-block;
	background-color: #eaeaea;
	padding: 8px;
	border: 1px solid #101010;
	white-space: nowrap;

	cursor: pointer;

	transition-duration: 0.25s;
}
.button:hover{
	transform: scale(1.05);
}

.blackText{
	color: black;
}

.boldText{
	font-weight: 600;
}

#pages_holder{
	/*padding-top: 60px;*/
	padding-bottom: 60px;
	min-height: 800px;
	background-color: #eaeaea
}
@media only screen and (max-width: 460px){
	#pages_holder{
		padding-top: 60px;
	}
}

.pageHolder{
	opacity: 0;
	will-change: transform;
	position: relative;
	left: 0;
}

.opacityOne{
	transition-duration: 0.25s;
	opacity: 1;
}

.opacityZero{
	transition-duration: 0.25s;
	opacity: 0;
}

.socialIcon{
	display: inline-block;
	font-size: 30px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	padding-top: 10px;
	text-align: center;
	color: white;
	background-color: black;
	border-radius: 30px;
	transition-duration: 0.3s;

	text-decoration: none;
}

.socialIcon:hover{
	background-color: white;
	color: black;
	border-radius: 15px;
}

.layBack{
	will-change: transform;
	transform: scale(0.8);
}

.swipeLeft{
	left: -100%;
}

.swipeRight{
	left : 100%;
}

.rotate360{
	will-change: transform;
	transform: rotate(360deg);
}

.rotate120{
	will-change: transform;
	transform: rotate(120deg);
}

.transition300ms{
	transition-duration: 0.3s;
}

.pageHeader{
	margin: 0 0 30px 0;
	padding-bottom: 30px;
	font-size: 44px;
}

.video_thumbnail_holder{
	position: relative;
	height: 550px;
	width: 100%;
	transition-duration: 0.3s;
}
@media only screen and (max-width: 460px) {
	.video_thumbnail_holder{
		height: 300px;
		display: none;
	}
}
.video_thumbnail_holder:hover{
	will-change: transform;
	filter: brightness(0.87);
}

.video_thumbnail_holder:hover .fa-youtube{
	transform: scale(1.05);
}

.fa-youtube{
	color:tomato;
}

.video_iframe_embed{
	width: 100%;
	height: 550px;
}

@media only screen and (max-width: 460px) {
	.video_iframe_embed{
		height: 300px;
	}
}

.video_play_icon_holder{
	position: absolute;
	cursor: pointer;
	top: calc(50% - 90px);
	left: calc(50% - 60px);
	font-size: 120px;
	transition-duration: 0.4s;
}

.video_thumbnail_image{
	background-color: #dedede;
	cursor: pointer;
	position: absolute;
	padding: inherit;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 0.3s;
}

@media only screen and (max-width: 460px) {
	.video_thumbnail_image{
		height: initial;
		width: 100%;
	}
}

.pageBlockLeft{
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: -4px;
	width: 50%;
	min-width: 300px;
}
@media only screen and (max-width: 460px) {
	.pageBlockLeft{
		display: block;
		margin: 0;
		max-width: initial;
		min-width: initial;
		width: 100%;
	}
}

.pageBlockRight{
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: -4px;
	width: 50%;
	min-width: 300px;
}
@media only screen and (max-width: 460px) {
	.pageBlockRight{
		margin: 0;
		margin-top: 60px;
		display: block;
		position: relative;
		vertical-align: top;
		width: 100%;
	}
}

.productPageMainHolder{
	width: 100%;
	min-width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 20px 20px 40px;
}
@media only screen and (max-width: 460px) {
	.productPageMainHolder{
		min-width: initial;
		max-width: initial;
		width: 100%;
	}
}

.productPageHeader{
	font-size: 44px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.productPageDescription{
	font-size: 22px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#about_owner_name_title{
	position: absolute;
	left: 175px;
	top: 0;
	font-size: 50px;
}
@media only screen and (max-width: 460px) {
	#about_owner_name_title{
		font-size: 7.9vw;
	}
}

.aboutPageMainHolder{
	width: 50%;
	min-width: 600px;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 460px) {
	.aboutPageMainHolder{
		min-width: initial;
		max-width: initial;
		width: 100%;
	}
}

.aboutPage_AboutUsText{
	font-size: 20px;
}
@media only screen and (max-width: 460px) {
	.aboutPage_AboutUsText{
		font-size: 20px;
	}
}

#galleryPageMainHolder{
	width: 100%;
	text-align: center;
}
@media only screen and (max-width: 460px) {
	#galleryPageMainHolder{
		min-width: 300px;
		width: 100%;
	}
}

#gallery_images_holder{
	width: 100%;
}

#singleImageViewHolder{
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	z-index: 2;

	transition-duration: 0.25s;
}

#singleImageViewBackground{
	backdrop-filter: blur(5px);
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
}

.singleImageViewImage{
	cursor: pointer;

	background-color: black;

	position: absolute;

	left: 10%;
	top: 15%;
	height: 70%;
	width: 80%;

	object-fit: contain;

	transition-duration: 0.35s;
}

.singleImageViewPrevious{
	left: -80%;
}

.singleImageViewNext{
	left: 100%;
}

#singleImageViewDescription{
	color: #eaeaea;
	position: absolute;

	word-wrap: break-word;

	font-weight: 100;

	font-size: 5vh;

	text-align: center;
	vertical-align: middle;

	width: 80vw;
	left: 10vw;

	height: 15vh;
	top: 85vh;
}


#singleImageViewLeftArrow{
	position: absolute;

	text-align: center;

	cursor: pointer;

	color: white;

	font-size: 35px;
	width: 35px;
	left: 5%;
	top: calc(50% - 17px);

	z-index: 2;

	transition-duration: 0.3s;
}
#singleImageViewLeftArrow:hover{
	transform: scale(1.2);
}

#singleImageViewRightArrow{
	position: absolute;

	text-align: center;

	cursor: pointer;

	color: white;

	font-size: 35px;
	width: 35px;
	right: 5%;
	top: calc(50% - 17px);

	z-index: 2;

	transition-duration: 0.3s;
}
#singleImageViewRightArrow:hover{
	transform: scale(1.2);
}

#singleImageViewExitButton{
	position: absolute;

	cursor: pointer;

	color: white;

	font-size: 35px;
	width: 35px;
	right: 5%;
	top: 5%;
	transition-duration: 0.3s;
}

#singleImageViewExitButton:hover{
	transform: scale(1.2);
}

.gallery_item_holder{
	position: relative;
	display: inline-block;
	cursor: pointer;

	height: 350px;
	width: 350px;

	margin: 3px;
}
@media only screen and (max-width: 460px){
	.gallery_item_holder{
		width: 100%;
		height: initial;
	}
}

.gallery_item_description{
	background-color: rgba(0,0,0,0.3);
	position: relative;
	bottom: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: white;
}
@media only screen and (max-width: 460px){
	.gallery_item_description{
		font-size: 18px;
	}
}

.contactPageMainHolder{
	padding: 0px 20px 0px 20px;
	min-width: 600px;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 460px) {
	.contactPageMainHolder{
		min-width: 300px;
	}
}

.contactInfoText{
	font-size: 20px;
}

.contactPageFormHolder{
	max-width: 440px;
}
@media only screen and (max-width: 460px) {
	.contactPageFormHolder{
		width: 100%;
	}
}

.contactFormInputField{
	background-color: #00000000;
	display: inline-block;
	border: 0px;
	border-bottom: 1px solid black;
	height: 50px;
	font-size: 18px;
	font-weight: 600;
}

.contactFormInputField.required{
	border: 2px solid red;
	margin: 0px -2px 0px -2px;
}

.contactFormInputField::placeholder{

}

.contactFormInputField:focus{
	outline-width: 0;
}

.contactFormSubmitButton{
	background-color: #101010;
	color: #eaeaea;
	border: 0px;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
}

.fittedImage{
	object-fit: cover;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.goUpAndDarkenWhenHovered{
	transition-duration: 0.25s;
}
.goUpAndDarkenWhenHovered:hover{
	transform: translateY(-7px);
	filter: brightness(0.8);
}

#main_page_background_image{
	overflow: hidden;
	position: fixed;
	width: auto;
	min-height: 100%;
	object-fit: contain;
	z-index: -1;
}

.main_page_main_image_text_holder{
	background-color: rgba(255,255,255,0.35);
	position: absolute;
	width: 100%;
	top: 70%;
	height: 30%;
	backdrop-filter: blur(5px);
}
@media only screen and (max-width: 460px) {
	.main_page_main_image_text_holder{
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
}

.main_page_main_image_text{
	color: #101010;
	position: absolute;
	text-align: center;
	font-size: 8vh;
	top: 10%;
	width: 100%;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
@media only screen and (max-width: 460px) {
	.main_page_main_image_text{
		top: calc(50% - 10vh);
		height: initial;
		font-size: 8vh;
		text-shadow: none;
	}
}

.main_page_main_image_subText{
	color: #101010;
	position: absolute;
	text-align: center;
	font-size: 3vh;
	width: 100%;
	top: calc(10% + 7vh + 15%);

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
@media only screen and (max-width: 460px) {
	.main_page_main_image_subText{
		margin: 0 auto;
		top: initial;
		bottom: calc(50% - 20vh);
	}
}

.productHeader{
	font-family: "Montserrat-Light";
	position: relative;
	color: #eaeaea;
	padding: 3px;
	font-size: 24px;
	font-weight: 100;
	word-wrap: break-word;
}
@media only screen and (max-width: 460px) {
	.productHeader{
		top: calc(50% - 40px);
		font-size: 30px;
	}
}

.productDescription{
	font-size: 24px;
	font-family: "Montserrat-Light";
}
@media only screen and (max-width: 460px) {
	.productDescription{
		font-size: 18px;
	}
}

.productDecriptionOverlay{
	display: flex;
	justify-content: center;
	align-items: center;


	position: absolute;
	top: 80%;
	height: 20%;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
}
@media only screen and (max-width: 460px) {
	.productDecriptionOverlay{
		top: 80%;
		height: 20%;
	}
}


.pageNameText{
	font-size: 46px;
}

.contentText{
	margin: 0 0 30px 0;
	font-size: 18px;
	font-weight: 600;
}

.logoText{
	user-select: none;
	font-size: 28px;
	line-height: 100px;
	position: absolute;
	left: 15px;
	min-width: 300px;
}

#navMenuIcon{
	position: absolute;
	font-size: 30px;
	top: 30px;
	right: 0px;
}

.navMenuContainer{
	position: absolute;
	right: 0;
	white-space: nowrap;
	text-align: right;
	padding: 0px 60px 0px 10px;
	height: 100px;
}
@media only screen and (max-width: 460px) {
	.navMenuContainer{
		padding-right: 5%;
	}
}

.navMenuHamburgerContainer{
	position: fixed;
	right: 10px;
	white-space: nowrap;
	height: 100px;
}

.mobileNavMenuContainer{
	position: fixed;
	overflow: hidden;
	height: calc(100% - 100px);
	width: 100%;
	top: 100px;
	z-index: 3;

	transition-duration: 0.25s;
}

#mobileNavMenuBackground{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	backdrop-filter: blur(3px);
}

.mobileNavMenuDisabled{
	animation-name: disableNavMenu;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.mobileNavMenuEnabled{
	animation-name: enableNavMenu;
	animation-duration: 0.25s;
	animation-fill-mode: forwards;
}

@keyframes disableNavMenu{
	0% {opacity: 1;}
	100% {opacity: 0; visibility: hidden; position: absolute;}
}

@keyframes enableNavMenu{
	0% {opacity: 0; visibility: visible; position: fixed;}
	100% {opacity: 1;}
}

.navMenuTextContainer{
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;

	padding-left: 15px;
	padding-right: 15px;
	margin-left: -3px;
	margin-right: -2px;

	margin-top: 33px;
	height: 33px;

	transition-duration: 1.2s, 0.2s;
	transition-property: background-color, transform;
}

.navMenuTextContainer:hover{
	transform: translateY(-5px);
	transition-duration: 0.3s, 0.4s;
	transition-property: background-color, transform;
	background-color: #ffffff40;
}

.navMenuText{
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;

	text-decoration: none;

	line-height: 33px;
	
	text-align: center;
	z-index: 3;
}
@media only screen and (max-width: 460px) {
	.navMenuText{
		background-color: #eaeaea;
		position: relative;
		line-height: 80px;
		width: 100%;
		font-size: 28px;
		margin: 0 auto;
	}
}

.languageEditorField{
	text-align: left;
	display: inline-block;
	color: black;
	font-weight: 600;
	width: 350px;
	height: 21px;
}

.languageEditorButton{
	color: black;
	font-weight: 600;
	background-color: #eaeaea;
	border: 1px solid #252525;

	cursor: pointer;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;

	width: 160px;
	height: 25px;
	line-height: 25px;

	border-radius: 3px;

	transition-duration: 0.25s;
}

.languageEditorButton:hover{
	background-color: #fafafa;
	border: 1px solid #ffffff;
	transform: scale(1.05);
}

.languageEditorRemoveButton{
	background-color: #bf0000;
	border: 1px solid #252525;

	font-weight: 600;
	font-size: 18px;

	cursor: pointer;

	border-radius: 3px;

	width: 100%;
}

#product_editor_holder{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 10px 4.5%;
}

.productEditorProductSection{
	background-color: #404040;
	flex: 0 calc(33.3% - 20px);
	align-self: center;
	margin: 10px;
	box-sizing: border-box;
	padding: 15px;
}

.productEditorImagesHolder{
	background-color: #eaeaea;
	position: absolutef;
	padding: 10px;
	top: 20%;
	left: 15%;
	width: 60%;
	height: 70%;
	border-radius: 5px;
	box-shadow: 0px 0px 27px -2px rgba(255,255,255,0.3);
	overflow: scroll;
}

.productEditorSmallImage{
	display: inline-block;
	position: relative;
	height: 250px;
	width: 250px;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #606060;
	margin: 3px;

	transition-duration: 0.25s;
	vertical-align : middle;
}
.productEditorSmallImage:hover{
	filter: brightness(0.6);
	transform: scale(1.05);
	z-index: 1;
}

.productEditorSmallButton{
	color: black;
	font-weight: 600;
	cursor: pointer;
	padding: 0px 3px 0px 3px;
	height: 28px;
	line-height: 28px;
	font-weight: 600;
	font-size: 16px;
	background-color: #00bbff;
	border-radius: 3px;
	border: 1px solid #808080;
	vertical-align : middle;
}

.productEditorNameField{
	color: black;
	font-weight: 600;
	width: 100%;
}

.productEditorDescriptionField{
	color: black;
	font-weight: 600;
	resize : vertical;
	width: 100%;
	min-height: 35px;
}

.productEditorSourceImage{
	display : inline-block;
	vertical-align : middle;
	width : 150px;
	height : 150px;
	object-fit: cover;
}

@media only screen and (max-width: 460px) {
  #mobile_checker { display: none; }
}