@charset "utf-8";
/*-----------------------------MINE-------------------------*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* FONTS----------------CENTURY GOTHIC------------------------START---------------*/

/*Regular*/
@font-face {
    font-family: 'CenturyGothicRegular';
    src:    local('CenturyGothicRegular');
	
	src:    url('../fonts/gothic.eot')format('eot'),
			url('../fonts/gothic .ttf') format('truetype'),
			url('../fonts/gothic.svg') format('svg'),
			url('../fonts/gothic.woff') format('woff');
	
	font-style: normal;	
	font-weight:normal;
}

/*Bold*/
@font-face {
    font-family: 'CenturyGothicBold';
    src:    local('CenturyGothicBold');
	
	src:	url('../fonts/gothicb.eot')format('eot'),
			url('../fonts/gothicb.ttf') format('truetype'),
			url('../fonts/gothicb.svg') format('svg'),
			url('../fonts/gothicb.woff') format('woff');
	
	font-style: bold;
	font-weight:bold;
}

/*Bold Italic*/
@font-face {
    font-family: 'CenturyGothicBoldItalic';
    src:    local('CenturyGothicBoldItalic');
	
	src:    url('../fonts/gothicbi.eot')format('eot'),
			url('../fonts/gothicbi.ttf') format('truetype'),
			url('../fonts/gothicbi.svg') format('svg'),
			url('../fonts/gothicbi.woff') format('woff');
	
	font-style: italic;	
	font-weight:bold;
}

/*Italic*/
@font-face {
    font-family: 'CenturyGothicItalic';
    src:    local('CenturyGothicItalic');
	
	src:    url('../fonts/gothici.eot')format('eot'),
			url('../fonts/gothici.ttf') format('truetype'),
			url('../fonts/gothici.svg') format('svg'),
			url('../fonts/gothici.woff') format('woff');
			
	font-weight: normal;
  	font-style: italic;
}
/* FONTS--------------CENTURY GOTHIC---------------------------------------------END-------------*/
/* FONTS----------------TRAJAN PRO-------------------------------------------START---------------*/

/*Regular*/
@font-face {
    font-family: 'trajan_proregular';
    src: 	local('trajan pro');
	
	src:	url('../fonts/trajanpro-regular-webfont.eot?#iefix')format('eot'),
			url('../fonts/trajanpro-regular-webfont.ttf') format('truetype'),
			url('../fonts/trajanpro-regular-webfont.svg#trajan_proregular') format('svg'),
			url('../fonts/trajanpro-regular-webfont.woff') format('woff');
			
	font-weight:normal;
}

/*Bold*/
@font-face {
    font-family: 'trajan_probold';
    src: 	local('trajan pro');
	
	src: 	url('../fonts/trajanpro-bold-webfont.eot?#iefix')format('eot'),
			url('../fonts/trajanpro-bold-webfont.ttf') format('truetype'),
			url('../fonts/trajanpro-bold-webfont.svg#trajan_probold') format('svg'),
			url('../fonts/trajanpro-bold-webfont.woff') format('woff');
			
	font-weight:bold;
}

/* FONTS--------------TRAJAN PRO---------------------------------------------------END----------*/
/* FONTS----------------FORSAKEN -----------------------------------------START---------------*/

/*Regular*/

@font-face {
  font-family: 'Forsaken';
  src: local('Forsaken Regular');

  src: 	url('../fonts/Forsaken-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
	   	url('../fonts/Forsaken-regular-webfont.woff') format('woff'),  /* Pretty Modern Browsers */
		url('../fonts/Forsaken-regular-webfont.ttf')  format('truetype'),  /* Safari, Android, iOS */
		url('../fonts/Forsaken-regular-webfont.svg#Forsaken') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
/* FONTS----------------FONTAWESOME -----------------------------------------START---------------*/

/*Regular*/

@font-face {
  font-family: 'FontAwesome_Regular';
  src: local('Font Awesome 5 Free-Regular-400');

  src: 	url('../fonts/fontawesome/fa-regular-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
	   	url('../fonts/fontawesome/fa-regular-400.woff') format('woff'),  /* Pretty Modern Browsers */
		url('../fonts/fontawesome/fa-regular-400.woff2') format('woff2'),
		url('../fonts/fontawesome/fa-regular-400.ttf')  format('truetype'),  /* Safari, Android, iOS */
		url('../fonts/fontawesome/fa-regular-400.svg') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome_Solid';
  src: local('Font Awesome 5 Free-Solid-900');

  src: 	url('../fonts/fontawesome/fa-solid-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
	   	url('../fonts/fontawesome/fa-solid-900.woff') format('woff'),  /* Pretty Modern Browsers */
		url('../fonts/fontawesome/fa-solid-900.woff2') format('woff2'),
		url('../fonts/fontawesome/fa-solid-900.ttf')  format('truetype'),  /* Safari, Android, iOS */
		url('../fonts/fontawesome/fa-solid-900.svg') format('svg'); /* Legacy iOS */
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome_Brands';
  src: local('Font Awesome 5 Brands-Regular-400');

  src: 	url('../fonts/fontawesome/fa-brands-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
	   	url('../fonts/fontawesome/fa-brands-400.woff') format('woff'),  /* Pretty Modern Browsers */
		url('../fonts/fontawesome/fa-brands-400.woff2') format('woff2'),
		url('../fonts/fontawesome/fa-brands-400.ttf')  format('truetype'),  /* Safari, Android, iOS */
		url('../fonts/fontawesome/fa-brands-400.svg') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

 
/*Bold*/

/* FONTS--------------FORSAKEN ----------------------------------------------END---------------*/

/* FONTS----------------MR DARCY -----------------------------------------START---------------*/

/* FONTS--------------MR DARCY END--------------------------------------------------*/

/* TABLET Landscape START---------------------------------------------------------START---------------*/

@media screen and (min-aspect-ratio: 13/9){
		
}

/* TABLET Landscape END------------------------------------------END---------------*//* CSS Document */




/* TABLET PORTRAIT START-------------------------------------------------------START---------------*/

@media screen and (max-aspect-ratio: 13/9){
}
	
	
/*---GENERAL DIVS-------------------------------------START------------------------------------------*/	
* {
	margin: 0;
}
html, body {
	height: 100%;
	z-index: 10000;
}
.preload * {
  	-webkit-transition: none !important;
  	-moz-transition: none !important;
  	-ms-transition: none !important;
  	-o-transition: none !important;
}
.flex_wrapper {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;   		   /* NEW, Spec - Opera 12.1, Firefox 20+ */	
	-webkit-box-direction: column;
  	-moz-box-direction: column;
   	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
   	flex-direction: column;
	height: 100vh;
	overflow: hidden;
	margin: 0 auto;
	top: 0;
    left: 0;         
 }   
.sections_container {
	width:auto;
	height:100%;
	opacity:1;
	overflow:hidden;	
	overflow-y: scroll;	
	top: 0;
	z-index:10;
}
.page_wipe {
	z-index:101;
	position:fixed;
	width:0;
	height:95vh;
	opacity:1;
	top: 0;
	left:0;
	background-color:#000000;
	
	transition: width 0.2s;
  	-webkit-transition: width 0.2s;
  	-moz-transition: width 0.2s;
 	-o-transition: width 0.2s;
  	-webkit-animation-timing-function: ease-in;
 	 animation-timing-function: ease-in;
}
.page_no_click {
    z-index: 101;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(255,0,0,0);
}
.page_opacity_off { 	
	opacity: 0;
}
.bkg_blur { 
	display:none;
  	width: 100%;
	height: 100%;
	opacity:0;
	background-size:cover;		
	background-repeat:no-repeat;
	-webkit-filter: blur(12px);
  	-moz-filter: blur(12px);
  	-o-filter: blur(12px);
  	-ms-filter: blur(12px);
  	filter: blur(12px);
    -webkit-mask-box-image: -webkit-linear-gradient(black 72%, transparent 89%);
}
@keyframes bkg_blur_anim {
    0% { -webkit-filter: blur(0px);}
	25% { -webkit-filter: blur(2px);}
	50% { -webkit-filter: blur(3px);}
	75% { -webkit-filter: blur(4px);}
	100% { -webkit-filter: blur(5px);}
}
.page_black {
    z-index: 96;
    display: none;
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

/*---GENERAL DIVS----------------------------------END-----------------------------------------------------*/

/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*---MAIN MENUS-------------------------------------START------------------------------------------*/
.menu_left_container {	
   	z-index:99;
 	width: 15vw;
	height: 100vh; 
	max-width: 380px;
	position:absolute;
	left: -360px;
	opacity:1;
	margin-bottom:6px;
	background-color:transparent;
/*	-webkit-transition: width 0.8s;
	-moz-transition: width 0.8s;
  	-o-transition: width 0.8s;
    transition: width 0.8s;*/
} 
.menu_left_back {	
 	width:100%;
	height: 97vh;  
	padding-top: 3vh;
	opacity:1;
	background-color:rgba(0,0,0,0.70);
	
} 
.menu_right_container {	
 	z-index:98;	
 	width: 420px;
	height:83.8vh;  
	position:absolute; 
    float:right;
    right:-420px;
	overflow:hidden;
	opacity:1;
	
	background-color:transparent;
	
	display: -webkit-box;
 	display: -moz-box;
 	display: -ms-flexbox;
   	display: -webkit-flex;
  	display: flex;	
	-webkit-box-direction: row;
  	-moz-box-direction: row;
   	-webkit-flex-direction: row;
  	-ms-flex-direction: row;
   	flex-direction: row;	
	-webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
	-ms-flex-pack: flex-start;
    box-pack: flex-start;
   	-webkit-justify-content: flex-start;
	justify-content: flex-start;
  	-webkit-box-align: flex-start;
  	-moz-box-align: flex-start;
  	-ms-flex-align: flex-start;
 	-webkit-align-items: flex-start;
 	align-items: flex-start;	

}
.menu_right_container_expand {	
	height:95vh;  	
}
/*------MAIN 3 LINE BUTTONS ------*/
/*/////////////////////////////////*/
.main_menu_btn_wrapper {
  	z-index: 99;
	margin-top: 3vh;
	margin-left: 2vw;
 	background-color:transparent;
  	position: fixed;
  	width: 6vw;
	min-width: 100px;
	min-height: 100px;
  	height: 13vh;
  	border: none;
  	overflow:hidden;
	cursor:pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
  	-o-transition: 0.3s;
    transition: 0.3s;
}
.main_menu_btn_wrapper:hover {
	opacity:.2;

}


.main_menu_btn_wrapper_expand {
  	height: 95vh;
}
.main_menu_home_btn {
	z-index:99;
	display: block;
  	width: 100%;
  	height: 100%;
  	position: relative;
  	border: none;
  	overflow:hidden;
	opacity:1;
	cursor:pointer;
	background-color:transparent;	
	background-image:url("../images/menu/mainMenu_btn_up.png");
	background-repeat:no-repeat;
	background-size: contain;
	background-position:top;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
  	-o-transition: 0.4s;
    transition: 0.4s;
	animation: pulse 4s infinite;
}
.main_menu_home_btn:hover { 	
	background-image:url(../images/menu/mainMenu_btn_ro.png);
}
.main_menu_white_btn {
	z-index:99;
	display: none;
  	width: 100%;
  	height: 100%;
  	position: relative;
  	border: none;
  	overflow:hidden;
	opacity:1;
	cursor:pointer;
	box-shadow: 0 0 10px 30px rgba(0, 0, 0, 0.8);
	background-color:transparent;	
	background-image:url("../images/menu/mainMenu_btn_white.png");
	background-repeat:no-repeat;
	background-size: contain;
	background-position:top;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
  	-o-transition: 0.6s;
    transition: 0.6s;
}
.main_menu_white_btn:hover { 	
	background-image:url(../images/menu/mainMenu_btn_white_ro.png);
}
/*-----MENU LEFT-------START-----------------*/
.main_menu_btn {
    display: flex;
    justify-content: left; /* align horizontal */
    align-items: center; /* align vertical */
    width: 94%;
    height: 5vh;
    background-color: transparent;
    margin-bottom: 0.8vh;
    padding-left: 6%;
    cursor: pointer;
	font-family: mr-darcy, sans-serif;
	font-style: normal;
    font-size: clamp(1.2rem, 2.2vw, 2.5rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
    letter-spacing: 0.2vw;
    color: #FFFFFF;
    font-weight: 200;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.main_menu_btn:hover {
	color: #FFFFFF;
}
.main_menu_btn_freeze {
    color: #346D34;
    font-size: 1.9vw;
    -webkit-font-size: 1.9vw;
    font-weight: 400;
    padding-left: 1vw;
}
.main_menu_btn_active {
    color: #DD2023;

}
.main_menu_btn_spacer {
    height: 4vh;
	width: 100%;

}
#home:hover {
	letter-spacing: 0.3vw;
	font-weight: 400;
	padding-left: 1vw;
}
#gallery:hover {
	letter-spacing: 0.3vw;
	font-weight: 400;
	padding-left: 1vw;
}
#sightings:hover {
	letter-spacing: 0.3vw;
	font-weight: 400;
	padding-left: 1vw;
}
#baxter:hover {
	letter-spacing: 0.3vw;
	font-weight: 400;
	padding-left: 1vw;
}
#subscribe:hover {
	letter-spacing: 0.3vw;
	font-weight: 400;
	padding-left: 1vw;
}
#attacks:hover {
	letter-spacing: 0.3vw;
	font-weight: 400;
	padding-left: 1vw;
}

/*-----MENU LEFT------END------------------*/

/*-----SUBSCRIBE---START-----------------------------------------------*/
.subscribe_container {
	z-index: 102;
	position: fixed;
	display: none;
	opacity: 0;
	flex-direction: column;
  	align-items: center;
	width: 37%;
	max-width: 450px;
	max-height: 850px;
	height: 72%;
	margin:auto;
    left:0;
    right:0;
    bottom:10%;
    top:0;
	border: 1px solid #ffffff;
	background-color: rgba(59,79,135,0.88);
}
.subscribe_tex {
	align-self: flex-start;
	width: 100%;
	height: 13%;
	top: 0;
	padding-top: 6%;
	background-color: transparent;
	letter-spacing: 0.1vw;
	text-align: center;
	font-family: mr-darcy, sans-serif;
	font-size: clamp(1.6rem, 2.2vw, 2.5rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	font-weight: 800;
	font-style: normal;
    color: #D73538;
}
.subscribe_description {
	width: 93%;
	height: 24%;
	padding-top: 8%;
	padding-left: 6%;
	padding-right: 6%;
	background-color: transparent;
	letter-spacing: 0.1vw;
	text-align: center;
	font-family: 'CenturyGothicRegular';
	font-size: clamp(1.1rem, 1.5vw, 1.4rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	line-height: clamp(1.4rem, 1.7vw, 1.5rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	font-weight: 200;
	font-style: normal;
    color: #FFFFFF;
}
.subscribe_input_container {
	width: 100%;
	height: 80%;
	opacity: 1;
	padding-top: 2%;
	background-color: transparent;
}

input[class=subscribe_single_line] {
    width: 90%;
	height: 13%;
	margin-top: 6%;
	margin-left: 4.5%;
	padding-left: 0.5vw;
	align-self: center;
    box-sizing: border-box;
    border: 1px solid white;
    background-color:#E8E8E8;
	font-family: 'CenturyGothicRegular', sans-serif;
	font-size: clamp(0.8rem, 1.2vw, 1rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	letter-spacing: 1px;
	text-align: left;
	color: #000000;
	font-weight: 600;
}
textarea[type=subscribe_message] {
	width: 90%;
	height: 9vh;
	min-height: 50px;
	max-height: 100px;
	margin-top: 5%;
	margin-left: 4.5%;
	padding-left: 0.5vw;
    box-sizing: border-box;
    border: 1px solid white;
    background-color: #E8E8E8;
	font-family: 'CenturyGothicRegular', sans-serif;
	font-size: clamp(0.8rem, 1.2vw, 1rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	letter-spacing: 1px;
	text-align: left;
	vertical-align:top;
	color: #000000;
	font-weight: 600;
	resize: none;
}
input[type=subscribe_single_line]:focus {
    background-color: white;
}
textarea[type=subscribe_message]:focus {
    background-color: white;
}
.subscribe_submit_container {
	display: flex;
	justify-content: flex-end;
	margin-top: auto;
	background-color: transparent;
}
#subscribe_submit_btn {
    width: 100%;
    height: 35px;
	padding-top: 2%;
	border: none;
    background-color: transparent;

	text-align: center;
    font-family: 'CenturyGothicBold', sans-serif;
    font-size: 20px;
    -webkit-font-size: 20px;
    letter-spacing: 1px;
    color: #FFFFFF;
    font-weight: 200;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#subscribe_submit_btn:hover {
	color:#C23C3E;
}
.subscribe_close_btn {
	display: block;
	float:left;
	width: 100%;
	height: 8%;
	margin-top: 2%;
	margin-left: 2%;
	cursor:pointer;
	background-color: transparent;
	background-image:url(../images/baxter/back_arrow_up.png);
	background-repeat:no-repeat;
	background-size: contain;
	-webkit-transition: 0.4s ease-in-out;;
	-moz-transition: 0.4s ease-in-out;;
  	-o-transition: 0.4s ease-in-out;;
    transition: 0.4s ease-in-out;;
}
.subscribe_close_btn:hover {
 	background-image:url(../images/baxter/back_arrow_ro.png);
	margin-left: 8.5%;
}
.submit_close_btn {
	display: none;
	width: 100%;
	height: 25px;
	margin-top: 4%;
	opacity: 0;
	letter-spacing: 0.1vw;
	text-align: center;
	font-family: mr-darcy, sans-serif;
	font-size: clamp(1.8rem, 1.8vw, 2rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	font-weight: 600;
	font-style: normal;
    color: #C23C3E;
	cursor:pointer;
	-webkit-transition: 0.4s ease-in-out;;
	-moz-transition: 0.4s ease-in-out;;
  	-o-transition: 0.4s ease-in-out;;
    transition: 0.4s ease-in-out;;
}
.submit_close_btn:hover {
	color: #FFFFFF;
}




/*---BODY-------------------------------START---------------------------------------------------*/
.body_flex_wrapper {		
	z-index:97;	
	width:100%;
	height: 100vh; 		
	-webkit-box-flex: 1 1 auto;  
  	-moz-box-flex: 1 1 auto;             		 
  	-webkit-flex: 1 1 auto;    
 	-ms-flex: 1 1 auto;              
  	flex: 1 1 auto;   
	display: -webkit-box;  
  	display: -moz-box;         
  	display: -ms-flexbox;    
  	display: -webkit-flex;     
  	display: flex; 	               
	-webkit-box-ordinal-group: 1;   
  	-moz-box-ordinal-group: 1;     
  	-ms-flex-order: 1;             
  	-webkit-order: 1;           
 	order: 1; 
	overflow-y: scroll;	               
	margin-left:0;
	background-color:#000000;
	overflow:hidden;	
}

/*---BODY-------------------------------------END---------------------------------------------------*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////
/*----HOME--------------------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

.home_container { 
	z-index:96;
	display:block;
  	width: 100vw; 
	height: 100vh;
	background-color:transparent;
	background-size:cover;		
	background-image:url(../images/home/home_bg_01.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-position: 40% 20%; /*--- 1st is hor 2nd is vert ---*/
}
.deor_home_tex {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
	padding: 15vw 0% 0% 18%;
	font-family: mr-darcy, sans-serif;
	font-weight: 1;
	font-style: normal;
    font-size: clamp(5rem, 8vw, 9.8rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
    letter-spacing: 2vw;
    color: #FFF;
    line-height: 2.8vh;

    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////
/*---GALLERY-----START-----------------------------------------------------------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

.gallery_container {
	z-index:96;
	display:none;
	flex-direction: column;
	justify-items: center;
    align-items: center;
	margin-left:0px;
	width: 100vw; 
	height: 100vh;
	background-color:#000000;
	background-size:cover;		
	background-image:url(../images/gallery/gallery_bg_01.jpg);
	background-repeat:no-repeat;
	background-position:top;	
	
	transition-duration: 1s;	
	-webkit-transition: all 200ms;
    -ms-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
.gallery_tex { 
	display:block;
	opacity: 1;
	width: 80%;
    height: auto;
	margin-top: 6%;
	margin-left: 5%;
	font-family: 'CenturyGothicRegular', sans-serif;
	font-size: clamp(0.9rem, 1.8vh, 1.2vw); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	line-height: clamp(1rem, 2.6vh, 1.9rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	letter-spacing: 0.1vw;
	font-style: normal;
	font-weight: 300;
	text-align:left;
	color: #FFFFFF;
	cursor: pointer;
	background-color:transparent;

  	animation: galTexfadeIn ease 1s;
 	-webkit-animation: galTexfadeIn ease 1s;
  	-moz-animation: galTexfadeIn ease 1s;
  	-o-animation: galTexfadeIn ease 1s;
  	-ms-animation: galTexfadeIn ease 1s;
}

/*----GALLERY PIC CASE START -----------------------------------------------*/

.gallery_pic_tex_block {
	z-index: 100;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: transparent;

}
.gallery_pic_tex { 
	display:block;
   	position: absolute;
	font-family: THE GONjURING, sans-serif;
	font-size: clamp(1.4rem, 2vh, 1.8vw); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	line-height: clamp(1.5rem, 2.8vh, 1.9rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	letter-spacing: 0.1vw;
	font-style: normal;
	font-weight: 300;
	color: #FFFFFF;
	background-color:transparent;
	
  	animation: galTexfadeIn ease 1s;
 	-webkit-animation: galTexfadeIn ease 1s;
  	-moz-animation: galTexfadeIn ease 1s;
  	-o-animation: galTexfadeIn ease 1s;
  	-ms-animation: galTexfadeIn ease 1s;
}

@keyframes galTexfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes galTexfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes galTexfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes galTexfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.gallery_viewer {
    z-index: -1;
    display: none;
    position: absolute;
    width: 100%;
    height: 80vh;
	top: 0;
    opacity: 1;
    /*--background-color: rgba(56,62,73,0.95); --*/
}
.gallery_viewer_image {
    position: relative;
    opacity: 0;
    cursor: pointer;
	width: 100%;
  	height: 100%;
}
.gallery_viewer_image img{
 	width: 100%;
  	height: 100%;
  	object-fit: cover;
  	object-position: 50% 50%;
  	/*object-position: center center;*/
}
.gallery_viewer_arrow_container {
    z-index: 99;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-color: transparent;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 20px;
    cursor: pointer;
    
}
.gallery_viewer_arrow_r {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 10px;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gallery_viewer_arrow_l {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 10px;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gallery_viewer_arrow_container:hover .gallery_viewer_arrow_r {
    margin: 0 15px;
    opacity: 1;
}
.gallery_viewer_arrow_container:hover .gallery_viewer_arrow_l {
    margin: 0 -15px;
    opacity: 1;
}

/*---GALLERY RIBBON----START---------------------------------------------------*/

.ribbon_flex_wrapper {
	display: flex;
	position: fixed;
	z-index: 96;
	width: 100%;
	height: 15vh;
	background-color: #000000;
	overflow: hidden;
	opacity: 1;
	bottom: 0;
	padding-bottom: 5.7vh;	
}
.ribbon_set_1_body {
	z-index:3;
	display: flex;
	position: absolute;
	width: 100%;
	height: 15vh;
	background-color:transparent;
	opacity:1;
	border-top: 0.25vh solid rgba(171,171,171,1.00);
	border-bottom: 0.25vh solid rgba(171,171,171,1.00);	
}
.ribbon_collapse {
	animation: flexShrink 0.2s ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.ribbon_expand {
    -webkit-animation: flexGrow 0.2s ease;
  	-o-animation: flexGrow 0.2s ease;
  	animation: flexGrow 0.2s ease;
	-webkit-animation-direction:reverse;
	-moz-animation-direction:reverse;
	-ms-animation-direction:reverse;
	-o-animation-direction:reverse;
	animation-direction:reverse;
}
@keyframes flexShrink {
  to {
    flex: 1;
    flex: .00001;
  }
}
@keyframes flexGrow {
  to {
    flex: 1;
  }
}

.ribbon_services_body {
	z-index:2;
	display:block;
	position: absolute;
	width: 100%;
	height: 13vh;
	background-color:transparent;
	opacity:1;

	/*-----animation-name: cf3FadeInOutxxxxxxx;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-direction: alternate;
	animation:ribbon_fade_01 8s infinite;
    -webkit-animation:ribbon_fade_01 8s infinite;---*/
}

/*-------------------*/

.ribbon_thumb_box {
	position: relative;
	flex: 1;
    display:inline-block;
	background-position: 50%,50%;
	background-size:cover;
	height:100%;
	cursor:pointer;
	
	transition-duration: 2s;
	-webkit-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.ribbon_thumb_box:hover {
    background-color: gray;
    background-blend-mode: luminosity;
	-webkit-filter: brightness(0.80);
    filter: brightness(0.80);
    box-shadow: inset 0 0 0 10px rgba(90,93,110,0.50);
}
.ribbon_thumb_box:hover .ribbon_thumb_box_text{
	opacity:1;
    letter-spacing: 5px;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

/*-------------------*/
.ribbon_services_box {
	position: relative;
	display:inline-block;
	background-position: 50%,50%;
	background-size:cover;
	width: 25%;
	height:100%;
	cursor:pointer;
	opacity:1;
	
	transition-duration: 2s;
	-webkit-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.ribbon_services_box:hover {
    background-color:#5E5E5E;
    background-blend-mode: luminosity;
	-webkit-filter: brightness(0.70);
    filter: brightness(0.70);
    box-shadow: inset 0 0 0 10px rgba(90,93,110,0.50);
}
.ribbon_services_box:hover .ribbon_services_box_text{
	opacity:1;
    letter-spacing: 5px;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

@keyframes ribbon_fade_01
{
  0% { opacity: 1 ; z-index: 2; }
  40% { opacity: 1; z-index: 1; }
  50% { opacity: 0; z-index: 1; }
  100% { opacity: 0; z-index: 2; }
}
@keyframes ribbon_fade_02
{
  0% { opacity: 0; z-index: 1; }
  40% { opacity: 1; z-index: 2; }
  50% { opacity: 1; z-index: 2; }
  100% { opacity: 0; z-index: 1; }
}

@keyframes cf3FadeInOut {
  0% { opacity:1; z-index: 3;}
  48% { opacity:1; z-index: 3;}
  54% { opacity:0; z-index: 1;}
  100% { opacity:0; z-index: 1;}
}

/*---RIBBON--------END---------------------------------------------------*/


/*////////////////////////////////////////////////////////////////////////////
/*----GALLERY END-----------------------------------------------------------------------------------*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////
/*----BAXTER START----------------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

.baxter_container { 
	z-index:96;
	display:none;
  	width: 100vw; 
	height: 100vh;
	background-color:transparent;
	background-size:cover;		
	background-image:url(../images/baxter/baxter_bg_01.jpg);
	background-repeat:no-repeat;
	background-position: 20% 20%; /*--- 1st is hor 2nd is vert ---*/
}
.baxter_header_tex {
    display: block;
    position: relative;
    float: left;
    width: 32vw;
	height: 2vh;
	background-color:transparent;
	opacity: 1;
	font-family: mr-darcy, sans-serif;
	font-weight: 900;
	font-style: bold;

    color: #000000;
    line-height: 0.5vh;
	
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.baxter_body_tex {
    display: block;
    position: relative;
	float: right;
	padding-right: 4vw;
	padding-top: 1.8vh;
	opacity: 1;
    max-width: 56vw;
	min-width: 50vw;
	font-size: clamp(1.2rem, 2.2vh, 1.8vw); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	line-height: clamp(1rem, 2.6vh, 1.9rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	letter-spacing: 0.1vw;
	font-family: 'CenturyGothicRegular', sans-serif;
	background-color:transparent;
	font-weight: 500;
	font-style: normal;
    color: #FFFFFF;
}
.baxter_attacks_tex {
	padding: 6vh 3vw 0 0;
	letter-spacing: 0.2vw;
	font-family: 'CenturyGothicRegular', sans-serif;
	font-size: clamp(1.3rem, 2.2vw, 2.1rem);
	cursor:pointer;
	font-weight: 800;
	font-style: bold;
    color: #e85050;
    line-height: 1vh;	
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
  	-o-transition: 0.4s;
    transition: 0.4s;
}
.baxter_attacks_tex:hover {
    color: #FFFFFF;	
	letter-spacing: 0.21vw;	
}

/*---Animal Attacks Page-------*/
.baxter_attacks_body { 
	z-index:96;
	display: none;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	position: absolute;
	opacity: 0;
	height: 55vh;
	width: 90%;
	top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	margin: auto;
	background-color:rgba(0,0,0,0.75);
}
.baxter_attacks_header_container { 
	z-index:96;
	display: flex;
	height: 10%;
	width: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	background-color: transparent;
	justify-content: flex-end;
}
.baxter_attacks_header_tex {
	padding-right: 1%;
	padding-top: 0.7%;
	width: 50%;
	height: 100%;
	background-color: transparent;
	text-align: right;
	letter-spacing: 0.18vw;
	font-family: mr-darcy, sans-serif;
	font-size: 2vw;
	-webkit-font-size: 2vw;
	font-weight: 600;
	font-style: bold;
    color: #ce4242;

	
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
  	-o-transition: 0.4s;
    transition: 0.4s;
}
.baxter_attacks_titles_box { 
	height: 15%;
	width: 100%;
	display: flex;
	padding-top: 0.6%;
	justify-content: space-evenly;
	background-color:transparent;
}
.baxter_attacks_title {
	position: relative;
	height: 100%;
	background-color:transparent;
	display: flex;
	justify-content: space-evenly;
	letter-spacing: 0.1vw;
	text-align: center;
	font-family: mr-darcy, sans-serif;
	font-size: clamp(0.6rem, 1.1vw, 1.2rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	line-height: clamp(1.1rem, 1.5vw, 2rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	font-weight: 300;
	font-style: bold;
    color: #FFFFFF;
	
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
  	-o-transition: 0.4s;
    transition: 0.4s;
}
.baxter_attacks_vic_name {
	display: none;
	justify-content: flex-start;
	position: relative;
	height: 15%;
	opacity: 0;
	padding-left: 2%;
	background-color:transparent;
	letter-spacing: 0.1vw;
	font-family: mr-darcy, sans-serif;
	font-size: clamp(0.8rem, 1.3vw, 1.5rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	line-height: clamp(1.1rem, 1.5vw, 2rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	font-weight: 600;
	font-style: bold;
    color: #e85050;
}
.baxter_attacks_vic_box { 
	height: 68%;
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	background-color:transparent;
}
.baxter_attacks_vic { 
	display: inline-block;
	height: 100%;
	width: 16.3%;
	margin-right: 2%;
	cursor:pointer;
	border-style: solid;
	border-color: #5C5C5C;
	border-width: 1px;
	background-color:#6DD2E6;
	background-repeat: no-repeat;
	background-size:cover;	
	transition-duration: 2s;
	-webkit-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.baxter_attacks_vic:hover {
    background-color:#5E5E5E;
    background-blend-mode: luminosity;
	-webkit-filter: brightness(0.70);
    filter: brightness(0.70);
    box-shadow: inset 0 0 0 10px rgba(90,93,110,0.50);
}
.baxter_attacks_close_box { 
	display: flex;
  	flex-direction: row-reverse;
	height: 12%;
	width: 100%;
	margin-top: 2vh;
	margin-bottom: 1vh;
	background-color:transparent;
}
.baxter_vic_details_container { 
	display: none;
	height: 100%;
	width: 100%;
	background-color:transparent;
}
.baxter_vic_details_tex { 
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 40%;
	padding-left: 2%;
	background-color:transparent;

    border-bottom: 1px solid #939393; 
	
	margin-top: auto; /* This will push the box to the bottom */
    overflow-y: scroll; /* Enable scrolling */
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on touch devices */
    scroll-behavior: smooth; /* Enable smooth scrolling on all browsers */
}


/* Hide scrollbar for WebKit browsers */
.baxter_vic_details_tex::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for other browsers */
.baxter_vic_details_tex {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.vic_details_tex {
	opacity: 0;
	letter-spacing: 0.1vw;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 1.8%;
	font-family: CenturyGothicRegular, sans-serif;
	font-size: clamp(0.8rem, 1.1vw, 1rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	line-height: clamp(1.1rem, 1.5vw, 2rem); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
	font-style: normal;
    color: #FFFFFF;	
}

.baxter_vic_details_image { 
	display: flex;
	height: 100%;
	width: 50%;
	opacity: 0;
	margin-right: 0.2%;
	background-color:transparent;
	background-position: 40% 25%;
	background-size:cover;	
	border-style: solid;
	border-color: #5C5C5C;
	border-width: 1px;
}
.baxter_attacks_close_btn { 
	display: block;

	height: 40%;
	width: 50%;
	margin-left: 1.5%;
	margin-top: 1%;

	cursor:pointer;
	background-color: transparent;
	background-image:url(../images/baxter/back_arrow_up.png);
	background-repeat:no-repeat;
	background-size: contain;
	-webkit-transition: 0.3s ease-in-out;;
	-moz-transition: 0.3s ease-in-out;;
  	-o-transition: 0.3s ease-in-out;;
    transition: 0.3s ease-in-out;;
}
.baxter_attacks_close_btn:hover { 	
	background-image:url(../images/baxter/back_arrow_ro.png);
	margin-left: 2.5%;

}
.baxter_vic_back_btn { 
	display: none;

	height: 40%;
	width: 50%;
	margin-left: 1.5%;
	margin-top: 1%;

	cursor:pointer;
	background-color: transparent;
	background-image:url(../images/baxter/back_arrow_up.png);
	background-repeat:no-repeat;
	background-size: contain;
	-webkit-transition: 0.3s ease-in-out;;
	-moz-transition: 0.3s ease-in-out;;
  	-o-transition: 0.3s ease-in-out;;
    transition: 0.3s ease-in-out;;
}
.baxter_vic_back_btn:hover { 	
	background-image:url(../images/baxter/back_arrow_ro.png);
	margin-left: 2.5%;
}



/*///////////////////////////////////////////////////////////////////////////////////////////////////
/*----BAXTER END----------------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////////////////////
/*----SIGHTINGS START----------------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

.sightings_container { 
	z-index:96;
	display:none;
  	width: 100vw; 
	height: 100vh;
	background-color:transparent;
	background-size:cover;		
	background-image:url(../images/sightings/sightings_bg_01.jpg);
	background-repeat:no-repeat;
	background-position: 50% 20%; /*--- 1st is hor 2nd is vert ---*/
}
.sightings_header_tex {
	display: block;
	margin-top: 10vh;
    width: 100%;
	background-color: transparent;
	opacity: 1;
	font-family: mr-darcy, sans-serif;
	font-weight: 900;
	font-style: bold;
	letter-spacing: 0.1vw;
	text-align: center;
	font-size: clamp(4.5rem, 6vw, 5em); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
    color: #000000;
}
.sightings_btn_container { 
    display: flex;
    height: 35%;
    width: 100%;
    background-color: transparent;
    justify-content: center;
    align-items: center;
}

.sightings_btn { 
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 12%;
    background-color: transparent;
    cursor: pointer;
    background-image: url("../images/sightings/sightings_btn.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; /* Added to center the background image */
    justify-content: center;
    align-items: center;
    margin: auto;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    animation: pulse 4s infinite;
}
.sightings_btn:hover { 	
	background-image:url("../images/sightings/sightings_btn_ro.png");
}
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.sightings_info_container { 
	display: none;
	height: 100%;
	width: 100%;
	opacity: 0;
	justify-content: space-between;
	background-color: transparent;
}
.sightings_left_box { 
	display: flex;
	flex-direction:column;
	justify-content:flex-end;
	height: 100%;
	width: 30%;
	margin-right: 1%;
	opacity: 1;
	background-color:rgba(0,0,0,0.60);
}

.sightings_right_box { 
	height: 100%;
	width: 30%;
	margin-left: 1%;
	opacity: 1;
	background-color:rgba(0,0,0,0.60);
}
.sightings_center_box { 
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	height: 100%;
	width: 100%;
	opacity: 1;
	background-color: transparent;
}
.sightings_top_box { 
	width: 100%;
	height: 15%;
	opacity: 1;
	background-color: transparent;
}
.sightings_middle_box { 
	width: 100%;
	height: 60.5%;
	opacity: 1;
	background-color:rgba(0,0,0,0.60);
}
.sightings_foot_box { 
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	width: 100%;
	height: 15%;
	margin-top: 1%;
	padding-bottom: 0;
	opacity: 1;
	background-color:rgba(0,0,0,0.60);

}

.sightings_ff_row { 
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 15%;
	opacity: 1;
	margin-top: 1%;
	background-color:transparent;
}
.sightings_ff_thumb {
	display: flex;
	width: 100%;
	height: 90%;
	opacity: 1;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 3%;
	margin-bottom: 3%;
	background-color:transparent;
	cursor: pointer;
	background-size: cover; /* Ensures the image covers the entire div */
    background-position: center center; /* Centers the image within the div */
    background-repeat: no-repeat; 
	
	
	transition-duration: 0.3s;
	-webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.sightings_ff_thumb:hover {
	background-color: #802F30;
	-webkit-filter: brightness(1.6);
    filter: brightness(1.6);
    box-shadow: inset 0 0 0 10px rgba(90,93,110,0.75);

}
.sightings_ff_header_tex {
	display: flex;
    width: 100%;
	padding-left: 1.6vw;
	margin-bottom: 1vh;
	background-color: transparent;
	opacity: 1;
	font-family: mr-darcy, sans-serif;
	font-weight: 600;
	font-style: bold;
	letter-spacing: 0.1vw;
	text-align: left;
	font-size: clamp(0.6rem, 1.2vw, 1.3em); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
    color: #ffffff;
}
.sightings_ff_date_tex {
	display: flex;
    width: 100%;
	padding-left: 0.4vw;
	padding-top: 0.5vh;
	background-color: transparent;
	opacity: 1;
	font-family: mr-darcy, sans-serif;
	font-weight: 200;
	font-style: normal;
	letter-spacing: 0.1vw;
	text-align: left;
	font-size: clamp(0.4rem, 1vw, 0.6em); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
    color: #ffffff;
}
.sightings_right_header_tex {
	display: flex;
    width: 100%;
	padding-left: 0.8vw;
	padding-top: 2.5vh;
	background-color: transparent;
	opacity: 1;
	font-family: mr-darcy, sans-serif;
	font-weight: 600;
	font-style: bold;
	letter-spacing: 0.1vw;
	text-align: left;
	font-size: clamp(0.6rem, 1.2vw, 1.3em); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
    color: #A03A3C;
}
.sightings_right_body_tex {
	display: flex;
	flex-direction: column;
    width: 92%;
	padding-left: 0.8vw;
	margin-right: 0.8vw;
	padding-top: 2vh;
	background-color: transparent;
	opacity: 1;
	font-family: mr-darcy, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1vw;
	text-align: left;
	font-size: clamp(0.4rem, 1vw, 1em); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
    color: #ffffff;
}

.sightings_back_box { 
	display: flex;
	height: 6%;
	width: 100%;
	margin-bottom: 1vh;
	margin-top: 2vh;

	background-color: transparent;
}
.sightings_back_btn { 
	display: flex;
	position: relative;
	height: 60%;
	width: 6.5vw;
	margin-top: 1vh;
	margin-right: 2%;
	margin-left: 21%;
	cursor:pointer;
	background-color: transparent;
	background-image:url(../images/baxter/back_arrow_up.png);
	background-repeat:no-repeat;
	background-size: contain;
	-webkit-transition: 0.4s ease-in-out;;
	-moz-transition: 0.4s ease-in-out;;
  	-o-transition: 0.4s ease-in-out;;
    transition: 0.4s ease-in-out;;
}
.sightings_back_btn:hover { 	
	background-image:url(../images/baxter/back_arrow_ro.png);
	margin-left: 22.3%;
}
.sightings_header_small_tex {
	display: flex;
	position: fixed;
	background-color: transparent;
	margin-left: 22%;
	opacity: 1;
	font-family: mr-darcy, sans-serif;
	font-weight: 900;
	font-style: bold;
	letter-spacing: 0.1vw;
	font-size: 3.7vh;
    color: #ffffff;
}
.sightings_viewer {
	display: flex;
    width: 100%;
	height: 100%;
	background-color: #B83A3C;
	opacity: 1;
}
.sightings_viewer_control_box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap; 
	text-align: center;
    width: 100%;
	height: 5%;
	margin-top: 1%;
	background-color:rgba(0,0,0,0.60);
	opacity: 1;
}
.sightings_viewer_control_item {
	display: flex;
    width: 100%;
	height: 100%;
	padding-top: 0.8%;
	padding-left: 1%;
	cursor:pointer;
	margin-right: 1.5%;
	background-color:rgba(94,109,119,0.70);
	opacity: 1;
	font-family: mr-darcy, sans-serif;
	font-weight: 400;
	text-align:justify;
	font-style: normal;
	letter-spacing: 0.1vw;
	font-size: clamp(0.4rem, 0.7vw, 0.8em); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
    color: #ffffff;
	-webkit-transition: 0.3s ease-in-out;;
	-moz-transition: 0.3s ease-in-out;;
  	-o-transition: 0.3s ease-in-out;;
    transition: 0.3s ease-in-out;;
}
.sightings_viewer_control_item:hover {
	background-color:rgba(156,116,117,1.00);
}
.sightings_viewer_control_item_active {
	background-color: #912F30;
}


.sightings_viewer_image_box {
    display: flex;
    position: relative;
    overflow: hidden;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: aqua;
    background-repeat: no-repeat;
}

.sightings_viewer_image {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #53D612;
    background-repeat: no-repeat;
    object-fit: cover; 
    background-position: center;
}
.sightings_911_head_container {
	display: flex;
    width: 100%;
	height: 26%;
	background-color: transparent;
}
.sightings_911_head_tex {
	display: flex;
	width: 90%;
	padding-left: 0.9%;
	padding-top: 0.5%;
	font-family: mr-darcy, sans-serif;
	font-weight: 600;
	font-style: bold;
	letter-spacing: 0.1vw;
	text-align: left;
	font-size: clamp(1.3rem, 2.3vw, 1.8em); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
    color: #ce4242;
}
.sightings_911_min_box {
	display: none;
	position:relative;
	cursor: pointer;
	justify-content: flex-end;
    width: 30px;
	height:25%;
	margin-top: 20px;
	background-color: transparent;
	transition: 0.3s;
}
.line {
	display: flex;
    width: 30px;
	height: 6px;
	border-radius: 25px;
	background-color: #ce4242;
	cursor: pointer;
}
.sightings_911_min_box:hover {
    width: 40px;
}
.sightings_911_date_box {
	display: flex;
	opacity: 1;
	flex-direction: row;
	flex-wrap: nowrap; 
	text-align: center;
    width: 100%;
	height: 20%;
	margin-top: 1%;
	background-color: transparent;
}
.sightings_911_date_item {
	display: flex;
    width: 100%;
	height: 90%;
	padding-top: 0.8%;
	padding-left: 5%;
	cursor:pointer;
	margin-right: 2%;
	background-color:transparent;
	opacity: 1;
	font-family: mr-darcy, sans-serif;
	font-weight: 400;
	text-align:justify;
	font-style: normal;
	letter-spacing: 0.1vw;
	font-size: clamp(0.4rem, 1vw, 1em); /*-- 1st value is min, 2nd is ideal, 3rd is max--*/
    color: #ffffff;
	-webkit-transition: 0.3s ease-in-out;;
	-moz-transition: 0.3s ease-in-out;;
  	-o-transition: 0.3s ease-in-out;;
    transition: 0.3s ease-in-out;;
}
.sightings_911_date_item:hover {
	color: #E13636;
}
.sightings_911_sound_container {
	display: flex;
	opacity: 1;
	flex-direction: row;
	height: 35%;
	width: 100%;
	background-color: transparent;
}
.sightings_911_sound_box {
	display: inline-flex;
	opacity: 1;
	flex-direction: row;
	height: 100%;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
	background-color: transparent;
}
.sightings_911_play_btn {
	display: flex;
    width: 10%;
	height: 90%;
	margin-left: 4%;
	margin-bottom: 2%;
	margin-top: 2%;
	cursor: pointer;
	background-size: contain; 
    background-position: center;
    background-repeat: no-repeat; 
	background-image:url("../images/sightings/911_play.png");
	background-color: transparent;
	
	-webkit-transition: 0.3s ease-in-out;;
	-moz-transition: 0.3s ease-in-out;;
  	-o-transition: 0.3s ease-in-out;;
    transition: 0.3s ease-in-out;;
}	
.sightings_911_play_btn:hover {
	background-image:url("../images/sightings/911_play_ro.png");
}	
.sightings_911_pause_btn {
	display: flex;
    width: 10%;
	height: 90%;
	margin-left: 4%;
	margin-bottom: 2%;
	margin-top: 2%;
	cursor:pointer;
	background-size: contain; 
    background-position: center;
    background-repeat: no-repeat; 
	background-image:url("../images/sightings/911_pause.png");
	background-color: transparent;
}	
	
.sightings_911_play_btn, .sightings_911_pause_btn {
  transition: opacity 0.3s ease;
}
.sightings_911_wave_box {
	display: flex;
    width: 84%;
	height: 100%;
	margin-top: 1.8%;
	margin-left: 2%;
	background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
	background-image:url("../images/sightings/911_wave_temp.png");
	background-color: transparent;
}
.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
 background-image:url(../images/sightings/sightings_pic_10.jpg);

}

/*///// VIDEO PLAYER /////////*/
.video_player {
  display: none; /* Hidden by default */
  position: fixed; /* or absolute */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.video_player video {
  max-width: 90%;
  max-height: 90%;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////
/*----HEADER--------------------------------------------------------------------------------------*/
.header_box { 
	z-index:98;
	display:block;
  	width: 100vw; 
	height: 2vh;
	background-color:#000000;
	background-image: image()
}
/*---FOOTER-------------------------------------START---------------------------------------------------*/
.footer_flex_wrapper {	
	z-index:99;
	-webkit-box-flex: 0 0 5vh;     
  	-moz-box-flex: 0 0 5vh;        
 	width: 100%;              		 
  	-webkit-flex: 0 0 5vh;       
 	-ms-flex: 0 0 5vh;        
  	flex: 0 0 5vh;               
	-webkit-box-ordinal-group: 3;   
  	-moz-box-ordinal-group: 3;     
  	-ms-flex-order: 3;             
  	-webkit-order: 3;           
 	order: 3; 	
	display: block;
	overflow:hidden;	
  	background:#000000;
  	opacity: 1;	
	text-align:center;
}
.footer_left_box {
	float:left;
	margin-left:auto;
    margin-right:auto;
 	width: 9%;
  	height: 5vh;
	cursor:pointer;
  	background:#000000;
	background-image:url(../images/home/footer_logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	-webkit-transition: 0.4s ease-in-out;;
	-moz-transition: 0.4s ease-in-out;;
  	-o-transition: 0.4s ease-in-out;;
    transition: 0.4s ease-in-out;;
}
.footer_left_box:hover {
	background-image:url(../images/home/footer_logo_ro.png);
}
.footer_tm_case {
    display: inline-block;
    float: left;
    height: 5vh;
    width: 30%;
    padding-top:1vh;
    background-color: transparent;
}
.footer_tm {
    display: block;
    float: left;
    width:100%;
    background: transparent;
    font-family: 'CenturyGothicBold', sans-serif;
    font-size: 0.6vw;
    -webkit-font-size: 0.6vw;
    letter-spacing: 0px;
    text-wrap: normal;
    text-align: left;
    color: #4c4b4b;
    font-weight: 100;
}
.footer_social_container {
    display: inline-block;
    float: left;
    height: 5vh;
    width: 200px;
	margin-left: 8%;
    background-color:#000000;
}
.footer_social_box {
	display: inline-block;
    float:left;
 	width: 30px;
  	height: 5vh;
	padding-right: 1%;
  	background:#000000;
	cursor:pointer;
	background-size:cover;
	background-position:center;
	transition-duration: 1s;
	-webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.footer_social_box:hover {
	-webkit-filter: brightness(2); 
	-ms-filter: brightness(2);  
	-moz-filter: brightness(2);
	-o-filter: brightness(2);
	filter: brightness(2);
}

.footer_tp_case {
	display: inline-block;
	position: relative;
	float:right;
  	width: 10%;
  	height: 100%;
	margin-right: 1%;
}
.footer_terms, .footer_privacy {
	display:inline-block;
	position: relative;
	float:right;
	font-family: 'CenturyGothicBold', sans-serif;
	font-size: 0.9vw;
	cursor:pointer;
	-webkit-font-size: 0.9vw;
	text-wrap: normal;
	text-align: center;
	color:#4c4b4b;
	font-weight: 50;
	padding: 1.4vh 5% 0 5%;
	transition-duration: 1s;
	-webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.footer_terms:hover, .footer_privacy:hover {
	-webkit-filter: brightness(2); 
	-ms-filter: brightness(2);  
	-moz-filter: brightness(2);
	-o-filter: brightness(2);
	filter: brightness(2);
}
.footer_tp_line {
	float:right;
	display:inline-block;
	background-color:#4c4b4b;
	width:1px;
	height:70%;
	margin: 4% 0 0 0;
}
/*---FOOTER STATUS ----------*/
.footer_status_case {
	display: none;
	position: relative;
	float:right;
	width:20%;
	height:100%;
	opacity:0;
}
.footer_status_gear {
	display: inline-block;
	position: relative;
	float: left;
	width: 15%;
	height: 70%;
	margin: 0.8vh 0 0 0;
	cursor: pointer;
	background-image:url(../images/home/footer_gear.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	-webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    transition-property: transform;
    transition-duration: 1s;
}
.footer_status_tex01 {
	display: inline-block;
	position: relative;
	float: left;
	font-family: 'CenturyGothicRegular', sans-serif;
	font-size: 1.2vw;
	-webkit-font-size: 1.2vw;
	letter-spacing: 0.02vw;
	font-weight: 450;
	text-align: left;
	color: #fff;
	cursor: pointer;
	margin: 1.4vh 3% 0 0;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
  	-o-transition: 0.1s;
    transition: 0.1s;
}
.footer_status_tex02 {
	display: inline-block;
	position: relative;
	float: left;
	font-family: 'CenturyGothicRegular', sans-serif;
	font-size: 1.2vw;
	-webkit-font-size: 1.2vw;
	letter-spacing: 0.02vw;
	font-weight: 450;
	text-align: left;
	color: #719ae7;
	border-left: #FFFFFF solid 1px;
	cursor: pointer;
	margin:  1.4vh 0 0 3%;
	padding-left: 4%;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
  	-o-transition: 0.1s;
    transition: 0.1s;
}
.footer_status_tex01:hover {
	color: #81aaf3;
}

.footer_status_tex02:hover {
	color: #e4a631;
}
.footer_status_tex01:hover + .footer_status_gear {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.footer_status_gear:hover {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/*---FOOTER-------------------------------------END----------------------------------------------*/
/*///////////////////////////////////////////////////////////////////////////////////////////////*/



