@charset "utf-8";
/* CSS Document */

/********************************************************************************************************/
/* THE FOLLOWING LINES OF CODES WERE CODED FOR REGINA CLOUD BASED INFORMATION MANAGEMENT SYSTEM PROJECT */
/* BY DONE MUHENDISLIK & DANISMANLIK HIZMETLERI. COPYING,SHARING or PUBLISHING THIS FILE IS FORBIDDEN   */
/*                                                                                                      */
/*                                                                      YIGIT PEKMEZCI                  */
/*                                                                     Software Engineer                */
/*                                                           Done Muhendislik & Danismanlik Hizmetleri  */
/********************************************************************************************************/

body {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

/************************************************************************/
/* LOADING CONTENT & ANIMATION */

#loading_container {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	-moz-opacity: 1;
	filter: alpha(opacity: 1);
	opacity: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-color: #a11916;
}

#loading_content_logo_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 50%;
	/*animation: loading 3s infinite;*/
}

#loading_content_logo_container > img {
	width: 80%;
	height: 80%;
	object-fit: contain;
	animation: loading 5s infinite;
}

@keyframes loading {
	0% {
		opacity: 0;
		transform: perspective(100vw) rotateY(0deg);
	}
	50% {
		opacity: 1;
		transform: perspective(100vw) rotateY(360deg);
	}
	60% {
		opacity: 1;
		transform: perspective(100vw) rotateY(360deg);
	}
	100% {
		opacity: 0;
		transform: perspective(100vw) rotateY(360deg);
	}
}
@keyframes loading-icon {
	0% {
		transform: perspective(10vw) rotateX(0deg) rotateY(0deg);
	}
	15% {
		transform: perspective(10vw) rotateX(0deg) rotateY(0deg);
	}
	16% {
		transform: perspective(10vw) rotateX(180deg) rotateY(0deg);
	}
	50% {
		transform: perspective(10vw) rotateX(180deg) rotateY(0deg);
	}
	65% {
		transform: perspective(10vw) rotateX(180deg) rotateY(0deg);
	}
	66% {
		transform: perspective(10vw) rotateX(180deg) rotateY(180deg);
	}
	100% {
		transform: perspective(10vw) rotateX(180deg) rotateY(180deg);
	}
}

/************************************************************************/
/* GO TO UP BUTTON CONTAINER */
#goto_up_button_container {
	width: 3%;
	height: 6%;
	position: fixed;
	z-index: 99;
	right: 0.7vw;
	bottom: 25.5vh;
	display: none;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 10%;
	border-style: solid;
	border-color: rgba(161, 25, 22, 1);
	background: rgba(161, 25, 22, 1);
	cursor: pointer;
}

#goto_up_button_container > img {
	width: 50%;
	height: auto;
	object-fit: contain;
	animation: goto_up_anim 2s infinite;
}

@keyframes goto_up_anim { 
	0% {
	  opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
	  opacity: 0;
	}
}

/************************************************************************/
/* GDPR PART */
#gpdr_container {
	width: 100%;
	height: 10%;
	position: fixed;
	z-index: 101;
	bottom: 0vh;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	background: rgba(161, 25, 22, 1);
}

#gpdr_inner_text_container {
	position: relative;
	overflow: hidden;
	width: 30%;
	height: 70%;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	vertical-align: center;
	line-height: 7vh;
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 1vw;
	color: #ffffff;
}

#gpdr_inner_text_container > .gpdr_policy {
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 1vw;
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
}

#gpdr_accept_button {
	width: 8%;
	height: 60%;
	background-color: #ffffff;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	line-height: 6vh;
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 1vw;
	color: #4d4d4d;
	text-decoration: none;
	cursor: pointer;
}

#gpdr_accept_button:hover {
	background-color: #ffffff;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	line-height: 6vh;
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 1vw;
	color: #191919;
	text-decoration: none;
	cursor: pointer;
}

/************************************************************************/

#header_main_container {
	position: fixed;
	top: 0vh;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-around;
	width: 100%;
	min-width: 100%;
	height: 9vh;
	background-color: rgba(255,255,255,0.90);
	-webkit-box-shadow: 0vw 0.15vw 0.15vw -0.1vw rgba(0,0,0,0.42);
	-moz-box-shadow: 0vw 0.15vw 0.15vw -0.1vw rgba(0,0,0,0.42);
	box-shadow: 0vw 0.15vw 0.15vw -0.1vw rgba(0,0,0,0.42);
}

#company_logo_container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	width: 10%;
	height: 19vh;
	background-color: #a11916;
	border-style: solid;
	border-width: 1%;
	border-radius: 4.5%;
	border-color: #a11916;
	margin-top: -0.2vw;
}

#company_logo_container > a > img {
	width: 93%;
	height: 93%;
	object-fit: contain;
}

#header_space {
	width: 20%;
	height: 100%;
}

#main_menu_container {
	position: relative;
	overflow-x: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 53%;
	height: 9vh;
	cursor: pointer;
}

#main_menu_content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	text-align: center;
	width: 100%;
	height: 100%;
}

#main_menu_content > .menu_but {
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	/*font-size: 0.85vw;*/
	font-size: 0.85rem;
	color: #191919;
	text-decoration: none;
	cursor: pointer;
	padding-left: 2.5vw;
	padding-right: 2.5vw;
}

/********************************************************/
/* MAIN MENU STYLES */

/** DROP DOWN **/
.dropdown {
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	width: auto;
	height: 100%;
	vertical-align: middle;
}

.dropdown > .dropbtn {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
	width: auto;
	height: auto;
	text-align: center;
	font-family: 'AvenirRegular', Arial, sans-serif;
	font-size: 0.9rem;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.dropdown-content {
	display: none;
	position: absolute;
	margin-top: 10vh;
	margin-left: -4vw;
	background-color: #ffffff;
	min-width: 15vw;
	-webkit-box-shadow: 0vw 0.45vw 0.35vw -0.1vw rgba(0,0,0,0.42);
	-moz-box-shadow: 0vw 0.45vw 0.35vw -0.1vw rgba(0,0,0,0.42);
	box-shadow: 0vw 0.45vw 0.35vw -0.1vw rgba(0,0,0,0.42);
	z-index: 1;
	text-align: center;
}

.dropdown-content a {
	color: black;
	padding-top: 1vw;
	padding-bottom: 1vw;
	text-decoration: none;
	display: block;
	font-family: 'AvenirRegular', Arial, sans-serif;
	font-size: 0.9rem;
	color: #000000;
	text-decoration: none;
}

.dropdown-content a:hover {
	background-color: #d2491f;
	color: #ffffff;
}

.dropdown:hover .dropdown-content {display: block;}

/**************************/
/* LANGUAGE OPTIONS */
#language_options_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 13%;
	height: 100%;
	background-color: yellow;
}

#language_options_container > .language_option_buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	line-height: 70%;
	width: 45%;
	height: 49%;
	border-style: solid;
	border-color: #6d6d6d;
	border-width: 0.11vw;
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 0.85rem;
	color: #6d6d6d;
	text-decoration: none;
	cursor: pointer;
}

#language_options_container > .language_option_buttons:hover {
	border-color: #145398;
	background-color: #145398;
	color: #ffffff;
}

/**************************/
/* SOCIAL MEDIA CONTAINER */
#social_media_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	width: 7%;
	height: 100%;
}

#social_media_container > a > img {
	width: 68%;
	height: auto;
	object-fit: contain;
	cursor: pointer;
}

/***************/

#intro_container {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	width: 100%;
	min-width: 100%;
	height: 100vh;
	overflow: hidden;
}

#intro_container > #intro_slide_image_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#intro_container > video {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 101%;
	object-fit: fill;
}

#intro_container > .intro_container_bottom_bg {
	position: absolute;
	z-index: 1;
	/*background-image: url("../images/intro_container_bottom_bg.png");
	background-repeat: repeat-x;
	background-position: bottom;*/
	width: 100%;
	height: 14vh;
	margin-top: 44vh;
}

#main_menu_space {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	width: 18vw;
	height: 100%;
}

.space_hor_title {
	width: 100%;
	height: 1vh;	
}

.space_hor {
	width: 100%;
	height: 1.5vw;	
}

.space_hor_2 {
	width: 100%;
	height: 1vw;	
}

.space_hor_3 {
	width: 100%;
	height: 0.4vw;
}

.space_hor_4 {
	width: 100%;
	height: 0.5vw;
}

.space_hor_5 {
	width: 100%;
	min-width: 1080px;
	height: 15px;
}

/***************************************/
/** RESERVATION AND GPS BUTTONS PARTS **/

#res_gps_buts_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 100%;
	height: 14%;
	margin-top: 0.5vw;
}

#res_gps_buts_container > .buts_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #a11916;
	cursor: pointer;
	animation: res_gps_buts_containers_anim 1s infinite;
}

@keyframes res_gps_buts_containers_anim { 
	0% {
	  background-color: #a11916;
	}
	50% {
		background-color: #00c207;
	}
	100% {
	  background-color: #a11916;
	}
}

#res_gps_buts_container > .buts_container > .buts_inner_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 30%;
	height: 100%;
	text-align: center;
}

#res_gps_buts_container > .buts_container > .buts_inner_container > img {
	width: 13%;
	height: auto;
	object-fit: contain;
	cursor: pointer;
	vertical-align: middle;
}

#res_gps_buts_container > .buts_container > .buts_inner_container > font {
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 1.3rem;
	color: #ffffff;
	margin-left: 2%;
	cursor: pointer;
	vertical-align: middle;
}

/***************/

.content_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	width: 100%;
	height: auto; /* AUTO */
}

.content_title_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 90%;
	height: auto;
	text-align: center;
}

.content_title_container > .light {
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 1.8rem;
	color: #6d6d6d;
	text-decoration: none;
	letter-spacing: 0.5rem;
}

.content_title_container > .dark_light {
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 1.8rem;
	color: #191919;
	text-decoration: none;
	letter-spacing: 0.5rem;
}

.content_title_container > .dark_bold {
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 1.8rem;
	color: #191919;
	text-decoration: none;
	letter-spacing: 0.5rem;
}

.content_title_container > .bold {
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 1.8rem;
	color: #6d6d6d;
	text-decoration: none;
	letter-spacing: 0.5rem;
}

.content_title_container > .handwritten {
	font-family: 'ShadowsIntoLight', Arial, sans-serif;
	font-size: 1.8rem;
	color: #191919;
	text-decoration: none;
}

.content_text_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
	justify-content: center;
	width: 90%;
	height: auto; /*AUTO */
	text-align: center;
	padding-top: 0.8vw;
}

.light_text {
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 0.8rem;
	color: #6d6d6d;
	text-decoration: none;
	letter-spacing: 0.12rem;
}

.bold_text {
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 0.8rem;
	color: #191919;
	text-decoration: none;
	letter-spacing: 0.12rem;
}

.content_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	width: 90%;
	height: auto; /*AUTO */
	text-align: center;
}

.content_content_full {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	width: 99%;
	height: auto; /*AUTO */
	text-align: center;
}

.content_content_full_se {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-evenly;
	width: 99%;
	height: auto; /*AUTO */
	text-align: center;
}

.content_content_full_95_se {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-evenly;
	width: 90%;
	height: auto; /*AUTO */
	text-align: center;
}

.content_center_full {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 95%;
	height: auto; /*AUTO */
	text-align: center;
}

.content_warning {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	width: 90%;
	height: auto; /*AUTO */
	text-align: left;
}

.content_warning_text {
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 0.5rem;
	color: #6d6d6d;
	text-decoration: none;
}

#content_aboutus_img {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	width: 60%;
	height: 8vw;
}

#content_aboutus_img > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.content_fs {
	width: 98%;
	height: auto;
	min-height: 100vw;
}

.content_fs_2 {
	width: 1250px;
	height: auto;
}

.content_small {
	width: 940px;
	height: auto; /*AUTO */
	/*min-height: 600px;*/
}

.page_cont_but {
	width: 15%;
	height: 3vw;
	border-style: solid;
	border-width: 0.1vw;
	border-color: #f1f1f1;
	text-align: center;
	vertical-align: middle;
	line-height: 3.3vw;
	background-color: transparent;
	cursor: pointer;
}

.page_cont_but > a {
	font-family: 'MyriadPro', Arial, sans-serif;
	font-size: 1.5rem;
	color: #f1f1f1;
	text-decoration: none;
}

.page_cont_but:hover {
	width: 15%;
	height: 3vw;
	border-style: solid;
	border-width: 0.1vw;
	border-color: #d2491f;
	font-family: 'MyriadPro', Arial, sans-serif;
	font-size: 1.2rem;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	line-height: 3.3vw;
	background-color: #d2491f;
	cursor: pointer;
}

.page_cont_but_dark {
	width: 50%;
	height: 3vw;
	border-style: solid;
	border-width: 0.1vw;
	border-color: #171717;
	text-align: center;
	vertical-align: middle;
	line-height: 3.3vw;
	background-color: transparent;
	cursor: pointer;
}

.page_cont_but_dark > a {
	font-family: 'MyriadPro', Arial, sans-serif;
	font-size: 1.5rem;
	color: #171717;
	text-decoration: none;
}

.page_cont_but_dark:hover {
	width: 50%;
	height: 3vw;
	border-style: solid;
	border-width: 0.1vw;
	border-color: #d2491f;
	font-family: 'MyriadPro', Arial, sans-serif;
	font-size: 1.2rem;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	line-height: 3.3vw;
	background-color: #d2491f;
	cursor: pointer;
}

/*************************************************************/
/* SHORTCUT STYLES */
.shortcut_content_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: center;
	width: 90%;
	height: 35vw;
	margin-bottom: 5.5vw;
	cursor: pointer;
}

.shortcut_content_container:hover > .shortcut_content {
	bottom: 0%;
}

.shortcut_image_container {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.shortcut_image_container > img {
	width: 100%;
	height: auto;
	object-fit: contain;
	margin-top: -5vw;
}

.shortcut_content {
	position: absolute;
	z-index: 2;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	height: 50%;
	bottom: -38%;
	background: rgba(161, 25, 22, 0.85);
	-webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.shortcut_content > .title_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	line-height: 22%;
	width: 100%;
	height: 22%;
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 1.5rem;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1rem;
}

.shortcut_content > .text_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 52%;
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 0.7rem;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.12rem;
}

.shortcut_content > .cont_but_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 24%;
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 0.8rem;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.12rem;
}

.shortcut_content > .cont_but_container > .cont_but {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	line-height: 60%;
	width: 15%;
	height: 60%;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0.11vw;
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 0.85rem;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	background: rgba(256, 256, 256, 0.25);
}

.shortcut_content > .cont_but_container > .cont_but:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #191919;
}

/*************************************************************/

/*************************************************************/
/* GASTRONOMY STYLES */

.gastro_buttons_content_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	width: 90%;
	height: 6vw;
	cursor: pointer;
}

.gastro_buttons_content_container > .button {
	position: relative;
	overflow: hidden;
	width: 45%;
	height: 95%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 100%;
	border-style: solid;
	border-color: #6d6d6d;
	border-width: 0.11vw;
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 0.85rem;
	color: #6d6d6d;
	text-decoration: none;
	cursor: pointer;
	background: rgba(256, 256, 256, 0.25);
}

.gastro_buttons_content_container > .button:hover, .button:active {
	border-color: #145398;
	background-color: #145398;
	color: #ffffff;
}


/*************************************************************/

/*************************************************************/
/* SERVICES STYLES */

.services_preview_content_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	width: 90%;
	height: 30vw;
	margin-bottom: 3.5vw;
	cursor: pointer;
}

.services_preview_content_container:nth-child(odd) {
	flex-direction: row;
}

.services_preview_content_container:nth-child(even) {
	flex-direction: row-reverse;
}

.services_preview_content_container > .image_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: center;
	width: 49%;
	height: 100%;
	cursor: pointer;
}

.services_preview_content_container > .image_container > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.services_preview_content_container > .info_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 49%;
	height: 100%;
	cursor: pointer;
}

.services_preview_content_container > .info_container > .title {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 15%;
	text-align: center;
	line-height: 100%;
	cursor: pointer;
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 1.2rem;
	color: #191919;
	letter-spacing: 0.12rem;
}

.services_preview_content_container > .info_container > .text {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	height: 30%;
	text-align: center;
	cursor: pointer;
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 0.8rem;
	color: #6d6d6d;
	letter-spacing: 0.12rem;
}

.services_preview_content_container > .info_container > .cont_but_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 25%;
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 0.8rem;
	color: #191919;
	text-decoration: none;
	letter-spacing: 0.12rem;
}

.services_preview_content_container > .info_container > .cont_but_container > .cont_but {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	line-height: 60%;
	width: 40%;
	height: 40%;
	border-style: solid;
	border-color: #6d6d6d;
	border-width: 0.11vw;
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 0.85rem;
	color: #6d6d6d;
	text-decoration: none;
	cursor: pointer;
	background: rgba(256, 256, 256, 0.25);
}

.services_preview_content_container > .info_container > .cont_but_container > .cont_but:hover {
	border-color: #a11916;
	background-color: #a11916;
	color: #ffffff;
}

.services_details_content_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	text-align: center;
	width: 90%;
	height: auto;
	cursor: pointer;
}

.services_details_content_container > .services_details_inner_content_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	text-align: center;
	width: 48%;
	height: 30vw;
	cursor: pointer;
}

.services_details_content_container > .services_details_inner_content_container > .services_details_inner_content {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #cfe3f8;
}

.services_details_content_container > .services_details_inner_content_container > .services_details_inner_content > .title {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
	width: 98%;
	height: auto;
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 1rem;
	letter-spacing: 0.12rem;
	color: #191919;
	text-decoration: none;
	margin-top: 1vw;
	margin-bottom: 0.5vw;
}

.services_details_content_container > .services_details_inner_content_container > .services_details_inner_content > .light_text {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
	width: 98%;
	height: auto;
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 0.85rem;
	letter-spacing: 0.12rem;
	color: #191919;
	text-decoration: none;
	margin-top: 1vw;
	margin-bottom: 1vw;
}

/*************************************************************/
/* HOTELS STYLES */

.hotels_content_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: center;
	width: 90%;
	height: auto;
	margin-bottom: 3.5vw;
	cursor: pointer;
}

.hotels_content_container > .title {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: center;	
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 1.8rem;
	letter-spacing: 1rem;
	color: #191919;
	text-align: center;
	text-decoration: none;
}

.hotels_content_container > .details {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: center;
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.12rem;
	color: #6d6d6d;
	text-align: center;
	text-decoration: none;
	margin-bottom: 1vw;
}

.hotels_content_container > .hotel_gallery {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	margin-top: 3vw;
}

.hotels_content_container > .hotel_contact_info_container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-evenly;
	margin-bottom: 1vw;
}

.hotels_content_container > .hotel_contact_info_container > .hotel_contact_info {
	position: relative;
	overflow: hidden;
	width: 40%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.12rem;
	color: #191919;
	text-align: center;
	text-decoration: none;
	background-color: #cfe3f8;
}

.hotels_content_container > .hotel_contact_info_container > .hotel_contact_info > .icon {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 3vw;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 0.5vw;
	margin-bottom: 0.5vw;
}

.hotels_content_container > .hotel_contact_info_container > .hotel_contact_info > .icon > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hotels_content_container > .hotel_contact_info_container > .hotel_contact_info > .text {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 3vw;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 0.5vw;
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.12rem;
	color: #191919;
	text-decoration: none;
}

.hotels_content_container > .hotel_contact_info_container > .hotel_contact_info > .text > a {
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.12rem;
	color: #191919;
	text-decoration: none;
}


/***************************************/
/* CONTACT */
#contact_content {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	width: 90%;
	height: auto;
}

#contact_maps_container {
	position: relative;
	overflow: hidden;
	width: 48%;
	height: 36vw;
	overflow: hidden;
}

#contact_contact_info_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	width: 48%;
	height: 36vw;
	text-align: center;
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 1rem;
	color: #ffffff;
	text-decoration: none;
}

.maps {
	width: 375px;
	height: 250px;
}

.maps_info {
	width: 375px;
	height: 250px;
}

#contact_info_container {
	width: 375px;
	height: 250px;
	overflow: hidden;
}

.contact_txtbox_ess {
	width: 475px;
	height: 35px;
	border-color: #e1e1e1;
	border-style: solid;
	font-size: 15px;
	color: #7a7a7a;
}

.contact_txtbox_noness {
	width: 475px;
	height: 35px;
	border-color: #e1e1e1;
	border-style: solid;
	font-size: 15px;
	color: #7a7a7a;
}

.contact_txtarea_ess {
	width: 475px;
	height: 250px;
	border-color: #e1e1e1;
	border-style: solid;
	font-size: 15px;
	color: #7a7a7a;
}

.contact_txtarea_noness {
	width: 475px;
	height: 250px;
	border-color: #e1e1e1;
	border-style: solid;
	font-size: 15px;
	color: #7a7a7a;
}

.contact_form_buttons {
	width: 100px;
	height: 35px;
	color: #ffffff;
	border-style: solid;
	border-color: #f1f1f1;
	font-size: 1rem;
	border-style: solid;
	cursor: pointer;
}

.contact_form_buttons:hover {
	background-color: #d2491f;
}


/***************************************/
/** FOOTER STYLE **/
#footer_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 100%;
	height: 8vw;
	background-color: #a11916;
}

#footer_container > .footer_content {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 32%;
	height: 80%;
}

#footer_container > .footer_content > .icon {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 50%;
}

#footer_container > .footer_content > .icon > img {
	width: 8%;
	height: auto;
	object-fit: contain;
}

#footer_container > .footer_content > .text {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 50%;
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 0.7rem;
	color: #ffffff;
	line-height: 100%;
	letter-spacing: 0.1rem;
	text-decoration: none;
}

#footer_container > .footer_content > .text_left_align {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 50%;
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 0.7rem;
	color: #ffffff;
	line-height: 100%;
	letter-spacing: 0.1rem;
	text-decoration: none;
	text-align: center;
}

#footer_container > .footer_content > .text_left_align > .link {
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 0.7rem;
	color: #ffffff;
	line-height: 100%;
	letter-spacing: 0.1rem;
	text-decoration: none;
	cursor: pointer;
}

#footer_container > .footer_content > .text > .link {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 50%;
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 0.7rem;
	color: #ffffff;
	line-height: 100%;
	letter-spacing: 0.1rem;
	text-decoration: none;
	cursor: pointer;
}

#trademark_container {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 100%;
	height: 4vw;
}

#trademark_container > .content_left {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 40%;
	height: 100%;
	padding-left: 0.5rem;
	text-align: center;
	line-height: 100%;
	text-decoration: none;
}

#trademark_container > .content_left > font, a {
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 0.7rem;
	color: #6d6d6d;
	text-decoration: none;
}

#trademark_container > .content_right {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	width: 40%;
	height: 100%;
	padding-right: 0.5rem;
	text-align: center;
	line-height: 100%;
	text-decoration: none;
}

#trademark_container > .content_right > font {
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 0.7rem;
	color: #6d6d6d;
	text-decoration: none;
}

#trademark_container > .content_right > a {
	font-family: 'PoppinsSemiBold', Arial, sans-serif;
	font-size: 0.7rem;
	color: #6d6d6d;
	text-decoration: none;
	cursor: pointer;
}

/******************************************************************************/

/* FONTS */
@font-face {
	font-family: 'PoppinsLight';
	src: url('poppins_light.eot');
    src: url('poppins_light.eot') format('embedded-opentype'),
        url('poppins_light.woff2') format('woff2'),
        url('poppins_light.woff') format('woff'),
        url('poppins_light.ttf') format('truetype'),
        url('poppins_light.svg#PoppinsLight') format('svg');
}

@font-face {
	font-family: 'PoppinsSemiBold';
	src: url('poppins_semi_bold.eot');
    src: url('poppins_semi_bold.eot') format('embedded-opentype'),
        url('poppins_semi_bold.woff2') format('woff2'),
        url('poppins_semi_bold.woff') format('woff'),
        url('poppins_semi_bold.ttf') format('truetype'),
        url('poppins_semi_bold.svg#PoppinsSemiBold') format('svg');
}

@font-face {
	font-family: 'ShadowsIntoLight';
	src: url('shadows_into_light.eot');
    src: url('shadows_into_light.eot') format('embedded-opentype'),
        url('shadows_into_light.woff2') format('woff2'),
        url('shadows_into_light.woff') format('woff'),
        url('shadows_into_light.ttf') format('truetype'),
        url('shadows_into_light.svg#ShadowsIntoLight') format('svg');
}

.loading_title {
	font-family: 'Swiss', Arial, sans-serif;
	font-size: 26px;
	color: #575757;
	text-decoration: none;
}

.logo_title_1 {
	font-family: 'charter', Arial, sans-serif;
	font-size: 16px;
	color: #4e4e4f;
	text-decoration: none;
}

.logo_title_2 {
	font-family: 'charter', Arial, sans-serif;
	font-size: 12px;
	color: #4e4e4f;
	text-decoration: none;
}

.sv_preview_txt_1 {
	font-family: 'charter', Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}


.sv_preview_txt_2 {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 11px;
	color: #626264;
	text-decoration: none;
}


.social_texts {
	font-family: 'Futul', Arial, sans-serif;
	font-size: 12pt;
	color: #303030;
	text-decoration: none;
}

.adv_texts {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 14px;
	color: #005999;
	text-decoration: none;
}

.page_title {
	font-family: 'Swiss', Arial, sans-serif;
    font-size: 42px;
    color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 2px #000000;
}

.page_title_2 {
	font-family: 'Swiss', Arial, sans-serif;
    font-size: 30px;
    color: #000000;
    text-decoration: none;
}

.page_title_dark_green {
	font-family: 'Swiss', Arial, sans-serif;
    font-size: 40px;
    color: #355047;
    text-decoration: none;
}

.page_title_light_green {
	font-family: 'Swiss', Arial, sans-serif;
    font-size: 40px;
    color: #75b09f;
    text-decoration: none;
}

.page_title_dark_green_big {
	font-family: 'Swiss', Arial, sans-serif;
    font-size: 60px;
    color: #355047;
    text-decoration: none;
}

.page_title_light_green_big {
	font-family: 'Swiss', Arial, sans-serif;
    font-size: 60px;
    color: #75b09f;
    text-decoration: none;
}

.page_title_big {
	font-family: 'Swiss', Arial, sans-serif;
	font-size: 35px;
	color: #000000;	
}

.page_title_small {
	font-family: 'Futul', Arial, sans-serif;
	font-size: 20pt;
	color: #323232;
}

.page_title_orange {
	font-family: '526', Arial, sans-serif;
	font-size: 28px;
	color: #f05626;	
}

.page_title_white {
	font-family: 'CenturyGothicBold', Arial, sans-serif;
	font-size: 45px;
	color: #ffffff;	
}


.page_title_yellow_link {
	font-family: '526', Arial, sans-serif;
	font-size: 35px;
	color: #ffca01;	
	text-decoration: none;
}

.page_title_yellow_link:hover {
	font-family: '526', Arial, sans-serif;
	font-size: 35px;
	color: #ffffff;	
	text-decoration: none;
}

.page_title_red {
    font-family: 'Swiss', Arial, sans-serif;
    font-size: 38px;
    color: #be0100;
    text-decoration: none;
}

.content_page_title_icons {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


.page_content_title {
	font-family: 'charter', Arial, sans-serif;
	font-size: 23px;
	color: #6287a4;
}

.page_content_title_2 {
	font-family: 'charter', Arial, sans-serif;
	font-size: 43px;
	color: #6287a4;
}

.blog_pre_title_txt {
	font-family: '526', Arial, sans-serif;
	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
}

.blog_pre_text_txt {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.event_pre_title_txt {
	font-family: '526', Arial, sans-serif;
	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
}

.event_pre_text_txt {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.page_text {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-shadow: 1px 2px #000000;
}

.page_text_small {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.page_text_red {
	font-family: 'CenturyGothicBold', Arial, sans-serif;
	font-size: 10pt;
	color: #be0000;
}

.page_text_bold {
	font-family: 'CenturyGothicBold', Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

.page_text_bold_2 {
	font-family: 'CenturyGothicBold', Arial, sans-serif;
	font-size: 12pt;
	color: #e2000f;
}


.page_text_2 {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 12pt;
	color: #969696;
}

.src_preview_title {
	font-family: 'CenturyGothicBold', Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
}

.src_preview_text {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.page_link_0 {
	font-family: 'Futul', Arial, sans-serif;
	font-size: 18pt;
	color: #e2000f;
}

.page_link {
	font-family: 'Futul', Arial, sans-serif;
	font-size: 18pt;
	color: #e2000f;
	text-decoration: none;
	cursor: pointer;
}

.page_link:hover {
	color: #00aedb;
}

.page_warn_texts {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 11px;
	color: #ff0000;
}

.page_title_news_preview {
	font-family: 'Bebas', Arial, sans-serif;
	font-size: 19px;
	color: #182036;
	cursor: pointer;
	text-decoration: none;
	
}

.page_title_news_preview_small {
	font-family: 'Bebas', Arial, sans-serif;
	font-size: 22px;
	color: #182036;
	cursor: pointer;
	text-decoration: none;
	
}

.page_title_gallery_preview {
	font-family: '526', Arial, sans-serif;
	font-size: 32px;
	color: #182036;
	cursor: pointer;
	text-decoration: none;
	
}

.page_text_news {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 12px;
	color: #182036;
	cursor: pointer;
	text-decoration: none;
	
}

.page_text_gallery {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 12px;
	color: #182036;
	cursor: pointer;
	text-decoration: none;
	
}

.page_title_news_big {
	font-family: 'charter', Arial, sans-serif;
	font-size: 42px;
	color: #4f4f4e;
	cursor: pointer;
	text-decoration: none;
	
}

.contact_titles {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 15pt;
	color: #616161;
}

.contact_map_text {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 9pt;
	color: #616161;
	cursor: pointer;
}

.contact_map_text:hover {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 9pt;
	color: #616161;
	cursor: pointer;
}

.contact_texts {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 10pt;
	color: #616161;
}

.contact_texts_2 {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 10pt;
	color: #636363;
}

.contact_texts_3 {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 10pt;
	color: #f10627;
}

.contact_texts_ess {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 12pt;
	color: #a10101;
}

#contact_send_but {
	cursor: pointer;
}

#contact_cancel_but {
	cursor: pointer;
}

.contact_textbox {
	width: 525px;
	height: 51px;
	border-color: #797979;
	border-style: solid;
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 20px;
	color: #797979;
	text-indent: 8px;
}

.contact_textbox_err {
	border-color: #797979;
	border-style: solid;
}

.contact_textarea {
	width: 523px;
	height: 200px;
	border-color: #797979;
	border-style: solid;
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 20px;
	color: #797979;
	text-indent: 8px;
}

.cont_but {
	cursor: pointer;
}


.cont_but_2 {
	cursor: pointer;
}

.cont_but_3 {
	cursor: pointer;
}

.cont_but_4 {
	cursor: pointer;
}

.cont_but_5 {
	cursor: pointer;
}

/******************************************************************/
.form_content_container_2 {
	position: relative;
	width: 95%;
	height: auto;
}

/******************************************************************/
/* FORM ELEMENT STYLES */

.m_search_txtbox_main {
	width: 210px;
	height: 36px;
	border-color: #888888;
	border-style: solid;
	border-width: 1px;
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 11px;
	color: #888888;
	text-align: left;
}

/***************************************************/
/* FORM STYLES */
/* Scroll bar remover */
::-webkit-scrollbar {
        display: none;  /* Chrome Safari */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #656565;
    opacity: 1; /* Firefox */
}

input[type=checkbox] {
    zoom: 2.0;
}

.ui-autocomplete li a {
  overflow: hidden;
  display: block;
}

.ui-autocomplete li a img {
  float: left;
  margin-right: 1.32vh;
  height: 5.3vh;
}

.ui-autocomplete li a .stone_name {
  display: block;
  font-size: 2.2vh;
  line-height: 2.2vh;
  font-family: 'CenturyGothicBold', Arial, sans-serif;
  color: #be0100;
}

.m_txtarea {
  width: 30px;
  height: 10vh;
  border-color: #cbcbcb;
  border-style: solid;
  border-width: 1px;
  font-family: 'AvenirRegular', Arial, sans-serif;
  font-size: 2.4vw;
  color: #23262b;
  text-align: left;
}

.m_txtarea_2 {
  width: 100%;
  height: 20vh;
  border-color: #6d6d6d;
  border-style: solid;
  border-width: 0.1vw;
  font-family: 'PoppinsLight', Arial, sans-serif;
  font-size: 0.9rem;
  color: #23262b;
  text-align: left;
}

.m_search_txtbox {
  width: 90%;
  height: 6vh;
  border-color: #cbcbcb;
  border-style: solid;
  border-width: 1px;
  font-family: 'CenturyGothic', Arial, sans-serif;
  font-size: 2.4vh;
  color: #23262b;
  text-align: center;
}

.m_txtbox {
  width: 100%;
  height: 4.5vw;
  border-color: #6d6d6d;
  border-style: solid;
  border-width: 0.1vw;
  font-family: 'PoppinsLight', Arial, sans-serif;
  font-size: 0.9rem;
  color: #23262b;
  text-align: center;
  margin-bottom: 2%;
}

.m_txtbox_small {
	width: 48%;
	height: 4.5vw;
	border-color: #6d6d6d;
	border-style: solid;
	border-width: 0.1vw;
	font-family: 'PoppinsLight', Arial, sans-serif;
	font-size: 0.9rem;
	color: #23262b;
	text-align: center;
	margin-bottom: 2%;
}

.m_lstbox_small {
  width: 98%;
  height: 50px;
  border-color: #cbcbcb;
  border-style: solid;
  border-width: 1px;
  font-family: 'CenturyGothic', Arial, sans-serif;
  font-size: 18px;
  color: #23262b;
  text-align: center;
}

.m_lstbox_small_2 {
  width: 100%;
  height: 55px;
  border-color: #cbcbcb;
  border-style: solid;
  border-width: 1px;
  font-family: 'CenturyGothic', Arial, sans-serif;
  font-size: 15px;
  color: #23262b;
  text-align: center;
}

.m_lstbox_small_multi {
  width: 95%;
  height: 12vh;
  border-color: #cbcbcb;
  border-style: solid;
  border-width: 1px;
  font-family: 'CenturyGothic', Arial, sans-serif;
  font-size: 2.4vw;
  color: #23262b;
  text-align: center;
}

.m_button {
  width: 100%;
  height: 5vw;
  font-family: 'PoppinsSemiBold', Arial, sans-serif;
  font-size: 1.5rem;
  color: #23262b;
  text-align: center;
  vertical-align: middle;
  line-height: 5vw;
  border-style: solid;
  border-color: #6d6d6d;
  border-width: 0.1vw;
  cursor: pointer;
  background-color: #ffffff;
}

.m_button:hover {
	border-color: #a11916;
	background-color: #a11916;
	color: #ffffff;
}

.m_button_3 {
  width: 95%;
  height: 5vh;
  border-style: none;
  font-family: 'CenturyGothicBold', Arial, sans-serif;
  font-size: 3.1vw;
  color: #ffffff;
  text-align: center;
  background-color: #01712d;
}

.m_button_4 {
  width: 95%;
  height: 5vh;
  border-style: none;
  font-family: 'CenturyGothicBold', Arial, sans-serif;
  font-size: 3.1vw;
  color: #ffffff;
  text-align: center;
  background-color: #dc0e03;
}

.m_button_search {
  width: 98%;
  height: 50px;
  border-style: none;
  font-family: 'CenturyGothicBold', Arial, sans-serif;
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  background-color: #f87177;
}


.m_frm_txt {
  font-family: 'CenturyGothic', Arial, sans-serif;
  font-size: 1.5vh;
  color: #000000;
  text-decoration: none;
  text-align: center;
}

.m_frm_txt_2 {
  font-family: 'CenturyGothic', Arial, sans-serif;
  font-size: 15px;
  color: #000000;
  text-decoration: none;
  text-align: center;
}

.m_frm_txt_small {
  font-family: 'CenturyGothic', Arial, sans-serif;
  font-size: 10px;
  color: #be0100;
  text-decoration: none;
  text-align: center;
}

.m_frm_txt_small_2 {
  font-family: 'CenturyGothicBold', Arial, sans-serif;
  font-size: 1.8vh;
  color: #000000;
  text-decoration: none;
  text-align: center;
}

.m_frm_txt_bold {
  font-family: 'Swiss', Arial, sans-serif;
  font-size: 2.3vh;
  color: #000000;
  text-decoration: none;
  text-align: center;
}

.m_frm_txt_bold_2 {
  font-family: 'CenturyGothicBold', Arial, sans-serif;
  font-size: 15px;
  color: #000000;
  text-decoration: none;
  text-align: center;
}