html 
{
  background-color: transparent !important;
}

body 
{
  background-color: var(--ar-body-bg);
}

.child-element 
{
  background-color: transparent;
}

:root
{

	

/* FK CSS Copyright © 2026 iProtect LLC */

--cssVersion: "GiWgErRPNnIC6MbaczhQbRsB7E9lDlqAXIcD6xBJdswk/3xuoItJOzXirkHKGE9tMGIDDUs1dpJ4wRd4IFPNS/Q==";
--cssName: 'DEFAULT_FK';
--cssIndex: 0;
--schemeImage: url('/images/custom/scheme/DEFAULT_SCHEME.png');
--fontFamily: "Arial", "LiberationSans", sans-serif !important;
--fontSansSerif: "Arial", "LiberationSans", sans-serif !important;
--bodyBackgroundColor: #2d5986;
--bodybackgrundColorRGB: 45, 89, 134;
--bodyTextColor: #cccccc;
--bodyTextColorRGB: 204, 204, 204;
--bodyBorderColor: #cccccc;
--navTextColor: #cccccc;
--navBackgroundColor: #2d5986;
--logoImage: url('/images/custom/logo/DEFAULT.png');
--sentryLogoImage: url('/images/sentry.png');
--avatarImage: url('/images/custom/avatar/EXTERNAL.png');
--captchaImage: url('/images/refresh-cccccc.png');
--accountIcon: url('/images/custom/icon/ACCOUNT.png');
--loginIcon: url('/images/custom/icon/LOGIN.png');
--logoutIcon: url('/images/custom/icon/LOGOUT.png');
--previewIcon: url('/images/custom/icon/PREVIEW.png');
--registerIcon: url('/images/custom/icon/REGISTER.png');
--starIcon: url('/images/STARS.ashx?c=D');
--vipIcon: url('/images/custom/icon/VIP.png');
--icon64x64: url('/images/custom/icon/icon-64x64.png');
--icon180x180: url('/images/custom/icon/icon-180x180.png');
--listGroupItemTextColor: #cccccc;
--listGroupItemActiveTextColor: #ffff99;
--listGroupItemBackgroundColor: #2d5986;
--listGroupItemActiveBackgroundColor: #448c74;
--listGroupItemBorderBottom: 1px solid rgba(204,204,204,0.6);
--siteTitleTextColor1: #eeeeee;
--siteTitleTextColor2: #cccccc;
--siteTitleTextColor3: #eeeeee;
--headerColor1: #cccccc;
--headerColor2: #448c74;
--headerColor3: #90ee90;
--subHeaderColor1: #90ee90;
--subHeaderColor2: #448c74;
--subHeaderColor3: #cccccc;
--textColor1: #cccccc;
--textColor2: #448c74;
--textColor3: #90ee90;
--textColor4: #eeeeee;
--textColor5: #2d5986;
--textColorLight: #eeeeee;
--textHighlightColor1: #ffff99;
--textHighlightColor2: #eeeeee;
--inputTextColor: #1d3956;
--inputTextHighlightColor: #90ee90;
--inputTextBackgroundColor: #eeeeee;
--loader1TextColor1: #cccccc;
--loader1TextColor2: #cccccc;
--loader1TextColor3: #cccccc;
--loader1Image: url('/images/custom/loader/DEFAULT.gif');
--player1LoaderImage: url('/images/custom/vloader/DEFAULT.gif');
--player1BackgroundColor: #000000;
--player1Border: 1px solid #cccccc;
--player1BorderRadius: 6px;
--player2LoaderImage: url('/images/custom/vloader/DEFAULT.gif');
--player2BackgroundColor: #000000;
--player2Border: 1px solid #cccccc;
--player2BorderRadius: 6px;
--modal1BackgroundColor: #2d5986;
--modal1TextColor1: #cccccc;
--modal1TextColor2: #448c74;
--modal1BorderColor: #eeeeee;
--modal2BackgroundColor: #2d5986;
--modal2TextColor1: #cccccc;
--modal2TextColor2: #448c74;
--modal2BorderColor: #eeeeee;
--messageSuccessColor1: #448c74;
--messageSuccessColor2: #90ee90;
--messageErrorColor: #ff4500;
--messageWarningColor: #cd5c5c;
--messageInfoColor: #cccccc;
--anchor1Color: #cccccc;
--anchor1HighlightColor: #90ee90;
--anchor2Color: #90ee90;
--anchor2HighlightColor: #90ee90;
--anchor3Color: #cccccc;
--anchor3HighlightColor: #448c74;
--button1Color: #ffffff;
--button2Color: #ffffff;
--button3Color: #ffffff;
--button1BackgroundColor: #448c74;
--button2BackgroundColor: #448c74;
--button3BackgroundColor: #448c74;
--button1BorderRadius: 8px !important;
--button2BorderRadius: 6px !important;
--button3BorderRadius: 8px !important;
--button1BackgroundHighlightColor: #37715d;
--button2BackgroundHighlightColor: #37715d;
--button3BackgroundHighlightColor: #37715d;





	--ar-body-font-family: var(--fontFamily);
	--ar-font-sans-serif: var(--fontSansSerif);
	--ar-body-bg: var(--bodyBackgroundColor);
	--ar-body-bg-rgb: var(--bodybackgrundColorRGB);
	--ar-body-color: var(--bodyTextColor);
	--ar-body-color-rgb: var(--bodyTextColorRGB);
	--ar-border-color: var(--bodyBorderColor);

}

.COLOR_NAV_BACKGROUND
{
	background-color: var(--navBackgroundColor) !important;
}

.COLOR_NAV_TEXT
{
	color: var(--navTextColor);
}

.COLOR_HEADER_1
{
	color: var(--headerColor1) !important;
}

.COLOR_HEADER_2
{
	color: var(--headerColor2) !important;
}

.COLOR_HEADER_3
{
	color: var(--headerColor3) !important;
}

.COLOR_SUBHEADER_1
{
	color: var(--subHeaderColor1);
}

.COLOR_SUBHEADER_2
{
	color: var(--subHeaderColor2);
}
.COLOR_SUBHEADER_3
{
	color: var(--subHeaderColor3);
}

.COLOR_SUCCESS_1
{
	color: var(--messageSuccessColor);
}

.COLOR_SUCCESS_2
{
	color: var(--messageSuccessColor);
}


.COLOR_ERROR_1
{
	color: var(--messageErrorColor);
}

.COLOR_WARNING_1
{
	color: var(--messageWarningColor);
}

.COLOR_INFO_1
{
	color: var(--messageInfoColor);
}

.A_HOVER_U_1
{
	color: var(--anchor1Color) !important;
	cursor: pointer;
	text-decoration: underline;
}

.A_HOVER_U_2
{
	color: var(--anchor2Color) !important;
	cursor: pointer;
	text-decoration: underline;
}

.A_HOVER_U_3
{
	color: var(--anchor3Color) !important;
	cursor: pointer;
	text-decoration: underline;
}

.A_HOVER_NO_U_1
{
	color: var(--anchor1Color) !important;
	text-decoration: none;
	cursor: pointer;
}

.A_HOVER_NO_U_2
{
	color: var(--anchor2Color) !important;
	text-decoration: none;
	cursor: pointer;
}


.A_HOVER_NO_U_3
{
	color: var(--anchor3Color) !important;
	text-decoration: none;
	cursor: pointer;
}

.A_HOVER_U_1:hover,
.A_HOVER_U_1:focus,
.A_HOVER_U_1:active
{
	color: var(--anchor1HighlightColor) !important;
	text-decoration: none;
	
}

.A_HOVER_U_2:hover,
.A_HOVER_U_2:focus,
.A_HOVER_U_2:active
{
	color: var(--anchor2HighlightColor) !important;
	text-decoration: none;
	
}

.A_HOVER_U_3:hover,
.A_HOVER_U_3:focus,
.A_HOVER_U_3:active
{
	color: var(--anchor3HighlightColor) !important;
	text-decoration: none;
	
}

.A_HOVER_NO_U_1:hover,
.A_HOVER_NO_U_1:focus,
.A_HOVER_NO_U_1:active
{
	color: var(--anchor1HighlightColor) !important;
	text-decoration: underline;
}

.A_HOVER_NO_U_2:hover,
.A_HOVER_NO_U_2:focus,
.A_HOVER_NO_U_2:active
{
	color: var(--anchor2HighlightColor) !important;
	text-decoration: underline;
}


.A_HOVER_NO_U_3:hover,
.A_HOVER_NO_U_3:focus,
.A_HOVER_NO_U_3:active
{
	color: var(--anchor3HighlightColor) !important;
	text-decoration: underline;
}


.COLOR_SITE_TEXT_1
{
	color: var(--siteTitleTextColor1) !important;
}

.COLOR_SITE_TEXT_2
{
	color: var(--siteTitleTextColor2) !important;
}

.COLOR_SITE_TEXT_3
{
	color: var(--siteTitleTextColor3) !important;
}


.COLOR_TEXT_1
{
	color: var(--textColor1) !important;
}

.COLOR_TEXT_2
{
	color: var(--textColor2) !important;
}

.COLOR_TEXT_3
{
	color: var(--textColor3) !important;
}

.COLOR_TEXT_4
{
	color: var(--textColor4) !important;
}

.COLOR_TEXT_5
{
	color: var(--textColor5) !important;
}

.COLOR_TEXT_UPDATE
{
	color: var(--textHighlightColor2);
}

.COLOR_LIGHT_TEXT
{
	color: var(--textColorLight);
}


.COLOR_SPINNER_TEXT_1
{
	color: var(--loader1TextColor1);
}

.COLOR_SPINNER_TEXT_2
{
	color: var(--loader1TextColor2);
}

.COLOR_SPINNER_TEXT_3
{
	color: var(--loader1TextColor3);
}


.COLOR_MODAL_1_BACKGROUND
{
	background-color: var(--modal1BackgroundColor);
}

.COLOR_MODAL_1_TEXT_1
{
	color: var(--modal1TextColor1);
}

.COLOR_MODAL_1_TEXT_2
{
	color: var(--modal1TextColor1);
}

.COLOR_MODAL_1_BORDERS
{
	border-color: var(--modal1BorderColor);
}


.COLOR_MODAL_2_BACKGROUND
{
	background-color: var(--modal2BackgroundColor);
}

.COLOR_MODAL_2_TEXT_1
{
	color: var(--modal2TextColor1);
}

.COLOR_MODAL_2_TEXT_2
{
	color: var(--modal2TextColor1);
}

.COLOR_MODAL_2_BORDERS
{
	border-color: var(--modal2BorderColor);
}

.checkbox-container 
{
  display: flex;
  align-items: center;
  gap: 15px;
}

.autoObj
{
	display: flex;
	height: 100%;

	align-content: flex-start;
}

.autoDiv
{
	margin: auto;

}

.autoDivTop
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;

}

.UCP_ITEM
{
	margin-bottom: 45px;
}

 .UCP_ITEM.SCHEME
{
	margin-bottom: 40px;
}

.UCP_ITEM.SCHEME.TOP
{
	margin-bottom: 35px;
}

.UCP_INTRO
{
	display: block;
}

.UCP_COLOR_SCHEME
{
	display: none;
}

.UCP_LOGO
{
	display: none;
}

.UCP_AVATAR
{
	display: none;
}

.UCP_LOADER
{
	display: none;
}

.UCP_VIDEO_LOADER
{
	display: none;
}

.UCP_CONFIRM
{
	display: none;
}

.UCP_RESET
{
	display: none;
}

.UCP_INTRO_LINKS
{
	margin-top: 35px;
	margin-bottom: 10px;
}

.UCP_INTRO_LINKS.RESET
{
	margin-top: 40px;
	margin-bottom: 10px;
}

.UCP_CONFIRM_ITEM_TEXT
{
	color: var(--textColor3);
	text-align: center;
	margin-bottom: 10px;
}

.UCP_CONFIRM_ITEM_DIV
{
	text-align: center;
	margin-bottom: 35px;
}

.BUTTON_1
{
	color: var(--button1Color) !important;
	background-color: var(--button1BackgroundColor) !important;
	border-color: var(--button1BackgroundColor) !important;
	border-radius: var(--button1BorderRadius) !important;
}

.BUTTON_1:hover,
.BUTTON_1:focus,
.BUTTON_1:active
{
	color: var(--button1Color) !important;
	background-color: var(--button1BackgroundHighlightColor) !important;
	border-color: var(--button1BackgroundHighlightColor) !important;
}

.BUTTON_2
{
	color: var(--button2Color) !important;
	background-color: var(--button2BackgroundColor) !important;
	border-color: var(--button2BackgroundColor) !important;
	border-radius: var(--button2BorderRadius) !important;
}

.BUTTON_2:hover,
.BUTTON_2:focus,
.BUTTON_2:active
{
	color: var(--button2Color) !important;
	background-color: var(--button2BackgroundHighlightColor) !important;
	border-color: var(--button2BackgroundHighlightColor) !important;
}

.BUTTON_3
{
	color: var(--button3Color) !important;
	background-color: var(--button3BackgroundColor) !important;
	border-color: var(--button3BackgroundColor) !important;
	border-radius: var(--button3BorderRadius) !important;
}

.BUTTON_3:hover,
.BUTTON_3:focus,
.BUTTON_3:active
{
	color: var(--button3Color) !important;
	background-color: var(--button3BackgroundHighlightColor) !important;
	border-color: var(--button3BackgroundHighlightColor) !important;
}


.list-group-item
{
	border: none !important;
	position: relative; /* Essential for positioning the pseudo-element */
	color: var(--listGroupItemTextColor);
	background-color: var(--ar-bg-body);/*var(--listGroupItemBackgroundColor);*/

}


.btn.btn-primary
{
	color: var(--button1Color);
	background-color: var(--button1BackgroundColor);
	border-color: var(--button1BackgroundColor);
	border-radius: var(--button1BorderRadius);

	opacity: 0.8 !important;
}

.SEARCH_CANCEL_BUTTON
{
	display: none;
	color: var(--messageWarningColor) !important;

	margin-bottom: 10px;
}

.SEARCH_BUTTON
{
	margin-bottom: 10px;
}

.UCP_BACK_BUTTON_DIV
{
	display: inline-block;
	width: 50%;
	text-align: left;
}

.UCP_BACK_BUTTON
{
	display: none;
	margin-left: 10px;
}

.UCP_BUTTON_DIV
{
	display: inline-block;
	width: 50%;
	text-align: right;
}

.UCP_BUTTON
{
	display: inline-block;
	margin-right: 10px;
}



.btn.btn-primary.SEARCH_BUTTON.DISABLED,
.btn.btn-primary.UCP_BUTTON.DISABLED
{
	opacity: 0.4 !important;
}

.btn.btn-primary.SEARCH_BUTTON.DISABLED:hover,
.btn.btn-primary.SEARCH_BUTTON.DISABLED:focus,
.btn.btn-primary.SEARCH_BUTTON.DISABLED:active,
.btn.btn-primary.UCP_BUTTON.DISABLED:hover,
.btn.btn-primary.UCP_BUTTON.DISABLED:focus,
.btn.btn-primary.UCP_BUTTON.DISABLED:active
{
	color: var(--button1Color);
	background-color: var(--button1BackgroundColor) !important;
	border-color: var(--button1BackgroundColor) !important;
	opacity: 0.4 !important;
}


.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active
{
	color: var(--button1Color) !important;
	opacity: 1.0 !important;
	background-color: var(--button1BackgroundHighlightColor) !important;
	border-color: var(--button1BackgroundHighlightColor) !important;
}


	.list-group-item::after
	{
		content: ""; /* Required for pseudo-elements */
		display: block;
		position: absolute;
		bottom: 0; /* Or top, left, right depending on the border's location */
		left: 50%; /* To center the border */
		transform: translateX(-50%); /* To truly center it */
		width: 96%; /* Adjust this to control the border length */
		border-bottom: var(--listGroupItemBorderBottom);
	}

	.list-group-item.active
	{
		color: var(--listGroupItemActiveTextColor);
		background-color: var(--listGroupItemActiveBackgroundColor);

		opacity: 0.9 !important;
	}

	.list-group-item:last-child::after,
	.list-group-item.active::after
	{
		border-bottom: none;
		background-color: transparent !important;

	}

.password-toggle-btn .password-toggle-indicator
{
	color: var(--textColor1);
}

.password-toggle-btn::after,
.password-toggle-btn .password-toggle-indicator::after
{
	background: transparent !important;
	background-color: transparent !important;
}

.form-switch .form-check-input:checked
{
	background-color: var(--button1BackgroundColor);
}

.navbar-image
{
	height: 58px;
}

.FK-PREVIEW-LINK
{
	font-weight: bold;
}

.starImage
{
	content: var(--starIcon);
	height: 31px;
}

.previewImage
{
	content: var(--previewIcon);
	height: 30px;
}

.accountImage
{
	content: var(--accountIcon);
	height: 33px;
}

.registerImage
{
	content: var(--registerIcon);
	height: 33px;
}

.loginImage
{
content: var(--loginIcon);
height: 36px;
}

.logoutImage
{
content: var(--logoutIcon);
height: 36px;
}

.vipImage
{
content: var(--logoutIcon);
height: 34px;
}


.fkNavLinks
{
	margin-top: 2px !important;
	font-size: 15pt;
	color: var(--navTextColor) !important;
}

.fkNavLinksL
{
	margin-top: 4px !important;
	font-size: 15pt;
	color: var(--navTextColor) !important;
}

.fkNavLinksLO
{
	margin-top: 3px !important;
	font-size: 15pt;
	color: var(--navTextColor) !important;
}

.fkNavLinksA
{
	margin-top: 2px !important;
	font-size: 15pt;
	color: var(--navTextColor) !important;
}

.fkNavLinksV
{
	margin-top: 0px !important;
	font-size: 15pt;
	color: var(--navTextColor) !important;
}

.fkNavLinksR
{
	margin-top: 4px !important;
	font-size: 15pt;
	color: var(--navTextColor) !important;
}

.fkNavLinks.noPad
{
	margin-top: 0px !important;
}


.paynow
{

}


.FK-VIDEO-CONTENT
{
	display: block;
}

.video-js .vjs-tech
{
	position: relative;
	height: inherit;
}

.video-js .vjs-loading-spinner {
  display: block; 
 /* border: none;
  background-color: transparent;*/
  
 
  opacity: 0.5;
  text-align: left;
  border: 7px solid rgba(255, 255, 255, 0.9);

	background: rgba(0, 0, 0, 0.2) var(--player1LoaderImage) center center / 40px 40px no-repeat ; 

	/*background-color: rgba(0, 0, 0, 0) !important;*/
  
   width: 70px; 
   height: 70px; 
}

.video-js .vjs-loading-spinner.SCHEME
{
	background: rgba(0, 0, 0, 0.2) var(--player1LoaderImage) center center / 40px 40px no-repeat ; 

}

.video-js .vjs-loading-spinner::before,
.video-js .vjs-loading-spinner::after {
  content: "";
  position: absolute;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
 /* border-top-color: rgba(255, 255, 255, 0.0);*/
}

.video-js .vjs-seeking .vjs-loading-spinner::before,
.video-js .vjs-seeking .vjs-loading-spinner::after,
.video-js .vjs-waiting .vjs-loading-spinner::before,
.video-js .vjs-waiting .vjs-loading-spinner::after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.video-js .vjs-seeking .vjs-loading-spinner::before,
.video-js .vjs-waiting .vjs-loading-spinner::before {
  /*border-top-color: rgba(255, 255, 255, 0.0);*/
}

.video-js .vjs-seeking .vjs-loading-spinner::after,
.video-js .vjs-waiting .vjs-loading-spinner::after {
  /*border-top-color: rgba(255, 255, 255, 0.0);*/
  animation-delay: 0.44s;
}



.player
{
	width: 590px;
	height: 331px;
	margin-left: auto;
	margin-right: auto;
	background: var(--player1BackgroundColor);
	border: var(--player1Border);
	border-radius: var(--player1BorderRadius);
}

	/*.player.CUSTOM
	{
		border: 1px solid #cccccc;
		border-radius: 6px;
	}*/

.player-full
{
	width: 1024px;
	height: 576px;
	margin-left: auto;
	margin-right: auto;

	background: var(--player2BackgroundColor);
		border: var(--player2Border);
		border-radius: var(--player2BorderRadius);
}



.fk-navbar-nav
{
	
	--ar-nav-link-padding-x: 0;
	--ar-nav-link-padding-y: 0.725rem;
	--ar-nav-link-font-weight: 500;
	--ar-nav-link-color: var(--ar-navbar-color);
	--ar-nav-link-hover-color: var(--ar-navbar-hover-color);
	--ar-nav-link-disabled-color: var(--ar-navbar-disabled-color);
	display: -webkit-box;
	display: -ms-flexbox;
	/*display: flex;*/

	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}


	.fk-navbar-nav.anon
	{
		margin-bottom: 0;
	}

	.fk-navbar-nav.user
	{
		margin-bottom: 0;
	}

	.fk-navbar-nav .fk-nav-link
	{
		padding-right: var(--ar-navbar-nav-link-padding-x);
		padding-left: var(--ar-navbar-nav-link-padding-x);
	}



.fk-nav-link
{
	display: block;
	font-weight: var(--ar-nav-link-font-weight);
	font-size: 15pt;
	color: var(--navTextColor);
	text-decoration: none;
	background: none;
	border: 0;
}



.modal
{
	--ar-modal-width: 650px;
}


.shopImg
{
	display: none;
}


.bg-light
{
	background-color: var(--ar-body-bg);
}

#btop
{
	position: fixed;
	font-size: 12pt;
	opacity: .75;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}

.upload-format
{
	height: 50px;
	font-size: 11pt;
	/*background-color:white;*/
	max-width: 90%;
}

a
{
	color: var(--anchor1Color);
}

.SEARCH_DIVS
{
	margin-top: 35px;
	margin-bottom: 5px;
}

.SEARCH_DIVS.SPACER
{
	margin-top: 45px;
	margin-bottom: 5px;
}

.SEARCH_DIVS.BUTTON
{
	margin-top: 50px;
	margin-bottom: 5px;
}

.SEARCH_ADD_REMOVE_LINKS
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.SEARCH_ADD_LINK
{
	display: inline-block;

}

.SEARCH_ADD_LINK.REMOVE
{
	margin-left: 10px;
}

.SEARCH_BUTTON_DIV
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.FK-RESULT
{
	font-size: 14pt;
	font-weight: bold;
}

.FK-ERRORS
{
	font-size: 14pt;
	font-weight: normal !important;
	color: var(--messageErrorColor) !important;
}

	.FK-ERRORS.CONTENT
	{
		font-size: 14pt;
		font-weight: normal;
	}


.FK-SUCCESS
{
	font-size: 14pt;
	color: var(--messageSuccessColor1) !important;
}

	.FK-SUCCESS.LITE
	{
		font-size: 14pt;
		color: var(--messageSuccessColor2) !important;
	}

	.FK-ERRORS.TALENT,
	.FK-SUCCESS.TALENT
	{
		font-size: 14pt;
		font-weight: normal;
	}



#PanelPasswordReset,
#PasswordResetBtnDiv,
.PasswordResultDiv
{
	max-width: 500px;
	text-align: center;
}


.FK-INFO
{
	font-size: 14pt;
	color: var(--messageInfoColor) !important;
}

.FK-MODAL-CLOSE-DIV
{
	text-align: right;
}

.FK-MODAL-CLOSE
{
	width: 35px;
	height: 35px;
	background-color: var(--modal1BackgroundColor);
	border: 1px solid var(--modal1BorderColor);
	color: var(--modal1BorderColor);
}

.FK-PANEL-VIDEO-BUTTONS
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.FK-PANEL-MODAL-MESSAGE
{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.FK-PANEL-FP-MESSAGE
{
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 75px;
}

	.FK-PANEL-FP-MESSAGE.USER
	{
		width: 100%;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 20px;
	}

.FK-MODAL-MESSAGE
{
	font-size: 14pt;
	color: var(--modal1TextColor1);
}

.FK-MODAL-HR
{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 45px;
	margin-bottom: 20px;
}

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

.MODAL_SUBHEADER_DIV.SCHEME
{
	margin-top: 15px; 
	margin-bottom: 40px;
}

.MODAL_SUBHEADER_DIV.ITEMS
{
	margin-top: 15px; 
	margin-bottom: 60px;
}

.MODAL_HEADER_TEXT
	{
		font-size: 22pt;
	font-weight: bold;
	color: var(--siteTitleTextColor1);
	}

	.MODAL_SUBHEADER_TEXT
	{
		font-size: 14pt;
	}

.FK-FP-HR
{
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 0px;
	margin-bottom: 20px;
}

#PanelViewableImages
{
	text-align: center;
}

.FK-MODAL-IMAGE
{
	margin-top: 20px;
	width: 95%;
}

.FK-FP-IMAGE
{
	margin-top: 20px;
	width: 1024px;
}


.FK-SHOP-MODAL-TITLE
{
	font-size: 16pt;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 15px;
	color: var(--siteTitleTextColor1);
}

.FK-FP-TITLE
{
	font-size: 16pt;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 15px;
	color: var(--siteTitleTextColor1);
}

.FK-MODAL-VIDEO-BUTTONS
{
	width: 110px;
	height: 35px;
	font-size: 12pt;
	background-color: var(--button1BackgroundColor);
	border-color: #cccccc;
	color: var(--button1Color);
	margin-bottom: 10px;
	margin-left: 15px;
	display: inline-block;
	position: relative;
}


	.FK-MODAL-VIDEO-BUTTONS.FIRST
	{
		margin-left: 0px;
	}

	.FK-MODAL-VIDEO-BUTTONS.SELECTED
	{
		color: var(--textHighlightColor1);
	}


.FK-MODAL-LOGO-DIV-WIDTH
{
	max-width: 300px;
}

.FK-MODAL-LOGO-DIV
{
	display: inline-block;
}

.FK-MODAL-LOGO-RIGHT
{
	margin-right: 0px;
	text-align: center;
	display: inline-block;
	margin-left: 0px;
}


.FK-MODAL-LOGO
{
	content: var(--logoImage);
	width: 70%;
	height: 70%;
}

.FK-MODAL-LOGO.SENTRY
{
	content: var(--sentryLogoImage);
	width: 70%;
	height: 70%;
}

.FK-MODAL-LOGO-TEXT
{
	vertical-align: middle;
	text-align: left;
	display: inline-block;
}


.FK-MODAL-LOGO-TEXT-1
{
	font-size: 22pt;
	font-weight: bold;
	color: var(--siteTitleTextColor1);
}

.FK-MODAL-LOGO-TEXT-2
{
	font-size: 9pt;
	color: var(--siteTitleTextColor1);
}

.FK-MODAL-TITLE,
.FK-SHOP-MODAL-TITLE
{
	font-size: 16pt;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 15px;
	color: var(--siteTitleTextColor1);
}

.FK-SHOP-MODAL-SUMMARY
{
	font-size: 15pt;
	color: var(--siteTitleTextColor1);
}


.FK-SUBSCRIBE-MODAL-PANEL-RENEW
{
}

.FK-SUBSCRIBE-MODAL-PANEL-UPGRADE
{
}

.FK-BALANCE-LINK-DIV
{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
}

.FK-BALANCE-BUTTON-DIV
{
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 5px;
}

.FK-ADJUST-BALANCE-DIV
{
	width: 100%;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 5px;
}


.FK-BALANCE-LABEL-DIV
{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 10px;
}


.FK-RENEW-UPGRADE-LINK-DIV
{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
}

.FK-RENEW-UPGRADE-BUTTON
{
	color: var(--button2Color) !important;
	background-color: var(--button2BackgroundColor);
	border-color: var(--button2BackgroundColor);
	border-radius: var(--button2BorderRadius);
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	max-height: 32px;
	font-size: 9pt;
	display: inline-block;
	position: relative;
	font-weight: normal;
	opacity: 0.8 !important;

}

.FK-BALANCE-BUTTON
{
	color: var(--button1Color) !important;
	background-color: var(--button1BackgroundColor);
	border-color: var(--button1BackgroundColor);
	border-radius: var(--button1BorderRadius);
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	max-height: 32px;
	font-size: 9pt;
	display: inline-block;
	position: relative;
	font-weight: normal;
	opacity: 0.8 !important;

}

.FK-BALANCE-BUTTON.DISABLED
{
	opacity: 0.4 !important;
}

.FK-RENEW-UPGRADE-BUTTON:hover,
.FK-RENEW-UPGRADE-BUTTON:focus,
.FK-RENEW-UPGRADE-BUTTON:active
{
	background-color: var(--button2BackgroundHighlightColor) !important;
	border-color: var(--button2BackgroundHighlightColor) !important;
	opacity: 1.0 !important;
}


.FK-BALANCE-BUTTON:hover,
.FK-BALANCE-BUTTON:focus,
.FK-BALANCE-BUTTON:active
{
	background-color: var(--button1BackgroundHighlightColor) !important;
	border-color: var(--button1BackgroundHighlightColor) !important;
	opacity: 1.0 !important;
}


.FK-CHECKBOX
{
	font-size: 14pt;
	display: inline-block;
}


	.FK-CHECKBOX label
	{
		font-size: 14pt;
		margin-left: 15px;
	}

.FK-PAGE-WIDTH
{
	width: 45% !important;
	margin-left: 15px;
	margin-right: 25px;
}

.FK-AUTH-PAGE-WIDTH
{
	width: 45% !important;
	margin-left: 15px;
	margin-right: 25px;
}

.FK-FP-PAGE-WIDTH
{
	margin-top: 10px;
}

.FK-SHOP-PAGE-WIDTH
{
	width: 100% !important;
	text-align: center !important;
}

.FK-LOGO-DIV-WIDTH
{
	max-width: 420px;
}

.FK-LOGO-DIV
{
	position: relative;
	margin-top: 12px;
	margin-bottom: 10px;
	max-width: 420px;
}

.FK-LOGO-RIGHT
{
	margin-right: 12px;
	text-align: center;
}

.FK-IMAGE-DIV
{
	margin-top: 0px;
	margin-bottom: 20px;
}

	.FK-IMAGE-DIV.TALENT
	{
		margin-top: 60px;
	}

.FK-AUTH-IMAGE-DIV
{
	margin-top: 0px;
	margin-bottom: 20px;
}


.FK-SHOP-IMAGE-RIGHT,
#AvailableContent
{
	position: relative;
	width: 100%;
}


.FK-IMAGE-RIGHT
{
	position: relative;
	width: 80%;
}


.FK-AUTH-IMAGE-RIGHT
{
	position: relative;
	width: 80%;
}

.FK-FP-IMAGE-RIGHT
{
	position: relative;
}

.FK-AUTH-IMAGE-2-DIV
{
	width: 80% !important;
	margin-top: 0px;
	margin-bottom: 20px;
}

.FK-AUTH-IMAGE-2
{
	display: none;
}



.FK-AUTH-TOGGLE-IMAGE-LARGE
{
	display: block;
}

.FK-SEARCH-TOGGLE-LARGE
{
	display: block;
}


.FK-AUTH-TOGGLE-IMAGE-SMALL
{
	display: none;
}

.FK-SEARCH-TOGGLE-LARGE
{
	display: block;
}




.FK-IMAGE-2,
#AvailableContentSmall1,
#AvailableContentSmall2
{
	display: none;
}


.FK-LOGO
{
	content: var(--logoImage);
	width: 89%;
	height: 89%;
}

.FK-LOGO-TEXT
{
	vertical-align: middle;
	text-align: left;
	padding-bottom: 8px;
	display: inline-block;
}


.FK-LOGO-TEXT-1
{
	font-size: 24pt;
	font-weight: bold;
	/*color: #eeeeee;*/
}

.FK-LOGO-TEXT-2
{
	font-size: 10pt;
	/*color: #eeeeee;*/
}


.FK-SIDEBAR-DIV-WIDTH
{
	margin-left: 140px;
	width: 280px;
	display: inline-block;
}

.FK-ACCOUNT-DIV
{
	text-align: left;
	width: 250px;
	margin-top: 15px;
	margin-bottom: 25px;
	display: inline-block;
}

.FK-SIDEBAR-DIV
{
	text-align: left;
	width: 250px;
	margin-top: 0px;
	margin-bottom: 45px;
	display: inline-block;
}


.FK-SIDEBAR-HEADER
{
	padding-left: 25px !important;
	padding-right: 15px !important;
}

	.FK-SIDEBAR-HEADER.active
	{
		border-radius: 4px !important;
	}

	.FK-SIDEBAR-HEADER:focus,
	.FK-SIDEBAR-HEADER:hover,
	.FK-SIDEBAR-HEADER:active
	{
		color: #ffff99 !important;
	}

.FK-SIDEBAR-FONT
{
	font-size: 14pt;
}

#account-menu-w
{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}


.FK-WIDEBAR-DIV-WIDTH
{
	text-align: center;
	width: 100%;
}

.FK-WIDEBAR-DIV
{
	width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
}


.FK-WIDEBAR-HEADER
{
	padding-left: 25px !important;
	padding-right: 15px !important;
}

	.FK-WIDEBAR-HEADER.active
	{
		border-radius: 4px !important;
	}

	.FK-WIDEBAR-HEADER:focus,
	.FK-WIDEBAR-HEADER:hover,
	.FK-WIDEBAR-HEADER:active
	{
		color: var(--textHighlightColor1) !important;
	}

.FK-WIDEBAR-FONT
{
	font-size: 14pt;
}



.FK-ACCOUNT-NAME-IMAGE-DIV
{
	font-size: 14pt;
	display: none;
}

.FK-ACCOUNT-NAME-IMAGE
{
	content: var(--avatarImage);

	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	clip-path: circle();
}

.FK-ACCOUNT-NAME-DIV
{
	font-size: 18pt;
	font-weight: bold;
	color: var(--headerColor1);
}

.FK-ACCOUNT-EMAIL-DIV
{
	font-size: 12pt;
	color: var(--subHeaderColor2);
}

.FK-DETAIL-DIV-WIDTH
{
	margin-left: 160px;
	width: 500px;
	display: inline-block;
}

.FK-DETAIL-DIV
{
	width: 100%;
	margin-left: 5%;
	margin-top: 25px;
	margin-bottom: 45px;
	text-align: left;
	display: inline-block;
}

	.FK-DETAIL-DIV.SITEPACK
	{
		width: 100%;
		margin-bottom: 5px;
	}


.FK-DETAIL
{
	font-size: 26pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	color: var(--headerColor1) !important;
}

.FK-PASSWORD-INPUT-FORM
{
	width: 100%;
	margin-bottom: 25px !important;
	text-align: center !important;
}

.FK-PASSWORD-INPUT
{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 25px !important;
	margin-bottom: 40px !important;
	text-align: center !important;
}


.FK-DETAIL-INPUT-FORM
{
	width: 100%;
	margin-bottom: 20px !important;
	display: inline-block;
}

	.FK-DETAIL-INPUT-FORM.AVAILABLE
	{
		margin-bottom: 5px !important;
	}

	.FK-DETAIL-INPUT-FORM.SITEPACK
	{
		margin-bottom: 0px !important;
	}

	.FK-DETAIL-INPUT-FORM.POINTS
	{
		margin-top: 15px;
		margin-bottom: 25px !important;

	}

.COUNTDOWN
{
	color: var(--textColor2) !important;
}

.FK-DETAIL-INPUT-FORM.RENEW
{
	margin-top: 5px !important;
	margin-bottom: 30px !important;
}

.FK-DETAIL-INPUT-FORM.SUPPORT
{
	margin-top: 15px !important;
}

.FK-DETAIL-INPUT-FORM.LAST
{
	margin-bottom: 45px !important;
}

.FK-DETAIL-CHECKBOX-ARRAY
{
	width: 100%;
	margin-top: 15px !important;
	margin-bottom: 20px !important;
	display: inline-block;
}

.FK-DETAIL-INPUT-DIV
{
	width: 100%;
	display: inline-block;
}

.FK-DETAIL-INPUT-LABEL
{
	font-size: 12pt !important;
	color: var(--textColor3);
	width: 100%;
}

.FK-DETAIL-INPUT-LABEL.HEADER
{
	font-size: 14pt !important;
}

.FK-DETAIL-INPUT-LABEL.SUBHEADER
{
	font-size: 14pt !important;
	color: var(--subHeaderColor3);
}

.FK-DETAIL-INPUT-SPLIT-DIV
{
	width: 48%;
	display: inline-block;
}


.FK-DETAIL-INPUT
{
	font-size: 26pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}


.FK-SUBDETAIL
{
	font-size: 16pt;
	font-weight: bold;
	color: var(--subHeaderColor2);
	text-align: left;
	margin-top: 5px;
	margin-bottom: 20px;
}

.FK-SUBDETAIL.ACCOUNT
{
	margin-bottom: 5px;
}

.FK-SUBDETAIL.SITEPACK
{
	margin-bottom: 5px;
}

.FK-SUBDETAIL.POINTS
{
	margin-bottom: 5px;
}

.CPACK
{
	margin-top: 10px;
}

.FK-UPDATE
{
	color: var(--textColor1);
}

.FK-UPDATED-DIV
{
	margin-top: 25px;
	margin-bottom: 25px;
}

.FK-UPDATED-DIV.PURCHASE
{
	margin-top: 25px;
	margin-bottom: 5px;
}

.FK-UPDATED-DIV-ACCOUNT
{
	margin-top: 5px;
	margin-bottom: 25px;
}

.FK-UPDATED-DIV.POINTS
{
	margin-top: 5px;
	margin-bottom: 25px;
}

.BTN-DISABLED
{
	opacity: 0.4 !important;
}

.FK-UPDATED-DIV.PENDING
{
	margin-top: 15px;
	margin-bottom: 35px;
}


.FK-UPDATED
{
	font-size: 16pt;
	font-weight: bold;
	color: var(--subHeaderColor2);
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.FK-HEADER-DIV-WIDTH
{
	max-width: 480px;
}

.FK-HEADER-DIV
{
	margin-top: 20px;
	margin-bottom: 10px;
	width: 90% !important;
}


	.FK-HEADER-DIV.HOME
	{
		margin-bottom: 40px !important;
	}

.FK-TALENT-DIV
{
	margin-top: 20px;
	margin-bottom: 10px;
}

.FK-AUTH-HEADER-DIV-WIDTH
{
	max-width: 480px;
}

.FK-AUTH-HEADER-DIV
{
	margin-top: 25px;
	margin-bottom: 10px;
	/*width: 90% !important;*/
}


.FK-PAGE-HEADER
{
	margin-top: 20px;
	margin-bottom: 10px;
	max-width: 480px;
}

.FK-AUTH-PAGE-HEADER
{
	margin-top: 25px;
	margin-bottom: 10px;
	max-width: 480px;
	width: 100% !important;
}

.FK-SHOP-HEADER-DIV
{
	margin-bottom: 5px;
	width: 100% !important;
	text-align: center !important;
}

.FK-SHOP-HEADER
{
	font-size: 26pt;
	font-weight: bold;
	text-align: center !important;
	margin-bottom: 10px;
}

.FK-SEARCH-HEADER-DIV
{
	margin-bottom: 5px;
	width: 90% !important;
	text-align: center !important;
}

.FK-HEADER
{
	font-size: 29pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
	max-width: 480px;
}

	.FK-HEADER.SEARCH
	{
		text-align: center;
		margin: auto !important;
	}


	.FK-HEADER.TALENT
	{
		margin-left: 0px;
	}


		.FK-HEADER.TALENT.CONTACT
		{
			margin-left: 0px;
			width: 90% !important;
		}

.FK-AUTH-HEADER
{
	font-size: 28pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
	max-width: 480px;
}

.FK-AUTH-HEADER.SEARCH
{
	margin-bottom: 5px;
}

.FK-FP-HEADER
{
	color: var(--textColor3);
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}


.FK-FP-SUBHEADER
{
	font-size: 18pt;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 35px;
}

	.FK-FP-SUBHEADER.ALERT
	{
		color: var(--textColor3) !important;
		font-weight: bold;
	}

.FK-FP-SUBHEADER.PANEL
{
	text-align: center;
	display: block;
	max-width: 350px;
	margin:0 auto;
}

.FK-FP-DETAIL
{
	font-size: 14pt;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: var(--textColor1) !important;
	font-weight: normal;
}

	.FK-FP-DETAIL.ABOUT
	{
		margin-top: 15px;
	}




.FK-BUTTON
{
	border-radius: 8px !important;
}

.FK-BUTTON-SMALL
{
	border-radius: 6px !important;
}

FK-BUTTON-SMALL.SEARCH
{

}

.FK-HEADER-BTN
{
	width: 96% !important;
	border-radius: 8px !important;
}

	.FK-HEADER-BTN.RED
	{
		background: var(--messageErrorColor);
	}

.select.TALENT
{
	font-size: 14pt;
	padding: 10px;
	line-height: 45px;
	height: 45px;
	color: var(--ar-body-bg);
	max-width: 90%;
}

.select.FP
{
	font-size: 14pt;
	padding: 10px;
	line-height: 45px;
	height: 45px;
	color: var(--textColor1);
	background-color: var(--ar-body-bg);
	max-width: 90%;
	border-radius: 4px;
	border: 1px solid var(--textColor4);
	padding-right: 10px;
}

.select.FP.ERROR
{
	border-color: var(--messageErrorColor);
}


	.select.FP.GREEN
	{
		color: var(--textColor3);
		border: 1px dotted var(--textColor1);
		padding-top: 10px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 50px;
		height: 50px;
	}

#AvailableContent
{
	margin-top: 50px;
	margin-bottom: 80px;
}

#AvailableContentSmall1
{
	margin-top: 50px;
}

#AvailableContentSmall2
{
	margin-bottom: 80px;
}

.FK-SHOP-PAGE-SELECTOR
{
	font-size: 15pt;
	text-align: center !important;
	margin-top: 5px;
	margin-bottom: 15px;
}

.FK-SHOP-PAGE-SELECTION
{
	width: 12.5% !important;
	text-align: center !important;
	display: inline-block;
}

.FK-SHOP-PAGE-SELECTION-SMALL
{
	width: 33.33% !important;
	text-align: center !important;
	display: inline-block;
}


.FK-SHOP-PAGE-ITEM
{
	font-size: 14pt;
	color: var(--textColor1) !important;
	text-decoration: none;
}

.FK-SHOP-PAGE-SELECTION-HEADER
{
	font-size: 16pt;
	font-weight: bold;
	width: 100% !important;
	margin-top: 20px !important;
	margin-bottom: 30px !important;
}

	.FK-SHOP-PAGE-SELECTION-HEADER.FILL
	{
		margin-top: 5px !important;
		margin-bottom: 0px !important;
	}


.FK-SHOP-PAGE-SELECTIONS
{
	width: 100% !important;
	margin-bottom: 10px !important;
}

.FK-SHOP-PAGE-ITEM:hover,
.FK-SHOP-PAGE-ITEM:focus,
.FK-SHOP-PAGE-ITEM:active
{
	color: var(--textColor2) !important;
	text-decoration: none;
}


.FK-SEARCH-DIV
{
	text-align: center;

	margin-top: 15px;
	margin-bottom: 35px;

	border-bottom: var(--listGroupItemBorderBottom);
	width: 100%;
	max-width: 700px;

	
}

.FK-SEARCH-2-DIV
{
	margin-bottom: 55px;

}

.FK-SEARCH-DIVA
{
	text-align: center;

	margin-top: 15px;
	margin-bottom: 35px;

	border-bottom: var(--listGroupItemBorderBottom);
	width: 100%;
	max-width: 700px;

	
}



.FK-SEARCH-IMAGE-DIV
{
	text-align: center;

	width: 33%;
	max-width: 300px;
	display: inline-block;

}

.FK-SEARCH-IMAGE-DIVA
{
	text-align: center;

	width: 33%;
	max-width: 300px;
	display: inline-block;

}

.FK-SEARCH-IMAGE-BOX
{
	width: 100%;
	max-width: 700px;

}

.FK-SEARCH-IMAGE-BOXA
{
	width: 100%;
	max-width: 700px;

}

.FK-SEARCH-IMAGE
{
	max-width: 33%;
	display: inline-block;

	cursor: pointer;

}

.FK-SEARCH-IMAGEA
{
	max-width: 33%;
	display: inline-block;

	cursor: pointer;

}

.FK-SEARCH-IMAGE-A
{
	max-width: 25%;
	display: inline-block;

	cursor: pointer;

}

.FK-SEARCH-IMAGE-AA
{
	max-width: 25%;
	display: inline-block;

	cursor: pointer;

}

.FK-SEARCH-IMAGE-A.NA
{
	cursor: auto;
}

.FK-SEARCH-IMAGE-AA.NA
{
			width: 30%;
			max-width: 30%;
	cursor: auto;
}


.FK-SEARCH-IMAGE.DISAPPEAR,
.FK-SEARCH-IMAGE-A.DISAPPEAR,
.FK-SEARCH-IMAGEA.DISAPPEAR,
.FK-SEARCH-IMAGE-AA.DISAPPEAR
{
	display: inline-block;
}


.FK-SEARCH-DETAIL-DIV
{
	text-align: center;

	vertical-align: middle;

}

.FK-SEARCH-DETAIL-DIVA
{
	text-align: center;

	vertical-align: middle;

}

.FK-SUBHEADER
{
	font-size: 14pt;
	text-align: left;
	margin-top: 15px;
	max-width: 480px;
}

.FK-SUBHEADER.SEARCH
{
	max-width: 600px;
	text-align: center;
	margin: auto !important;
}

	.FK-SUBHEADER.HOME
	{
		font-size: 13pt;
	}

		.FK-SUBHEADER.HOME.SMALL
		{
			font-size: 12pt;
		}

.LONG
{
	display: block;
}



.FK-AUTH-SUBHEADER
{
	font-size: 14pt;
	text-align: left;
	margin-top: 15px;
	max-width: 480px;
}


.FK-HEADER.CONTENT
{
	font-weight: normal;
}

.FK-SUBHEADER.CONTENT
{
	font-size: 14pt;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 35px;
	max-width: 480px;
}

.FK-SUBHEADER.TALENT
{
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 35px;
	margin-left: 0px;
	margin-right: 30px;
	max-width: 480px;
}

.FK-CONTENT-DETAIL
{
	font-size: 12pt;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 480px;
	color: var(--textColor1) !important;
	font-weight: normal;
}


	.FK-CONTENT-DETAIL.LINK,
	.FK-FP-DETAIL.LINK
	{
		margin-top: 15px;
	}

.FK-SUBHEADER.CONTENT.ALERT
{
	font-size: 16pt;
	color: var(--subHeaderColor1) !important;
}

	.FK-SUBHEADER.CONTENT.ALERT.SMALL
	{
		font-size: 12pt;
	}


.FK-SUBHEADER.TG
{
	margin-top: 10px;
	margin-bottom: 35px;
}



.FK-AUTH-SUBHEADER.TG
{
	margin-top: 10px;
	margin-bottom: 35px;
}


.FK-SUBHEADER.ALERT
{
	color: var(--subHeaderColor1) !important;
}

.FK-SUBHEADER.HOME.ALERT
{
	color: var(--subHeaderColor1) !important;
}

.FK-SUBHEADER.ALERT.SMALL
{
	font-size: 12pt;
}

.FK-COUNTDOWN-DIV
{
	margin-top: 35px;
	margin-bottom: 5px;
	text-align: center;
	max-width: 480px;
}

.FK-HEADER-COUNTDOWN
{
	font-size: 22pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
	width: 90% !important;
}

.FK-SUBHEADER-COUNTDOWN
{
	margin-top: 25px;
	margin-bottom: 35px;
	text-align: center;
	font-size: 20pt !important;
	width: 90% !important;
}

.FK-EMAIL-DIV-CONTAINER
{
	width: 80% !important;
}

.FK-EMAIL-DIV
{
	margin-top: 10px;
	margin-bottom: 35px;
	text-align: center;
	border: 1px solid var(--textColor1);
	border-radius: 10px;
}

.FK_REG_OPT_IN
{
	text-align: left;
	margin-top: 30px;
}

.FK_REG_TERMS
{
	text-align: left;
	margin-top: 15px;
}

.FK-REGISTER-CAPTCHA-DIV
{
	margin-top: 40px;
	margin-bottom: 5px;
}

.FK-CONTACT-DIV
{
	margin-top: 10px;
	margin-bottom: 35px;
	width: 460px !important;
	text-align: center;
}

.FK-CONTACT
{
	text-align: left;
}

.FK-CONTACT-USER
{
	width: 100%;
	margin-top: 45px;
}

.FK-CONTACT-HEADER
{
	width: 100%;
	margin-top: 35px;
}

.FK-CONTACT-EMAIL
{
	width: 100%;
	margin-top: 20px;
}


.FK-PASSWORD
{
	max-width: 80% !important;
	border-radius: 8px !important;
}

.FK-LOGIN
{
	text-align: left;
}

.FK-LOGIN-USER
{
	width: 98%;
	margin-top: 20px;
}

.FK-LOGIN-PASSWORD
{
	width: 98%;
	margin-top: 20px;
}


.FK-EMAIL-CAPTCHA-DIV
{
	margin-top: 20px;
}

.FK-EMAIL-CAPTCHA
{
	height: 55px !important;
}

.FK-REG-SUBMIT
{
	width: 90% !important;
	margin-left: 5% !important;
	margin-right: 4% !important;
	margin-top: 20px;
	margin-bottom: 30px;
}

.FK-CAPTCHA-REFRESH-DIV
{
	margin-top: 12px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 10px;
}


.FK-CAPTCHA-REFRESH
{
	height: 16px;
	width: 16px;
	vertical-align: middle;
	display: inline-block;
	content: var(--captchaImage);
}


.FK-EMAIL-BOX-DIV
{
	text-align: center;
	margin-top: 20px;
}


.FK-TEXTBOX
{
	display: block;
	width: 100%;
	padding: 0.825rem 1rem;
	font-weight: 400;
	line-height: 1.4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-clip: padding-box;
	-webkit-transition: border-color 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out;

	color: var(--inputTextHighlightColor) !important;
	
	font-size: 14pt !important;
	/*padding: 0.825rem .5rem;*/

	border: 1px dotted var(--textColor1);
	height: 50px !important;
	border-radius: 4px;
	font-weight: normal;
}

.FK-TEXTBOX::after
{
	background: transparent !important;
	background-color: transparent !important;
}

::placeholder
{
	color: var(--textColor3);
}

::-ms-input-placeholder
{
	color: var(--textColor3);
}

.FK-TEXTBOX.FK-ACCT
{
	font-size: 14pt !important;
}


.FK-TEXTBOX.FK-REGISTER
{
	font-size: 14pt !important;
}

.FK-CHECKBOX.FK-AUTH
{
	font-size: 14pt !important;
}

	.FK-CHECKBOX.FK-AUTH label
	{
		font-size: 14pt !important;
	}


.FK-TEXTBOX.CHECK-UPDATE
{
	background-color: transparent;
}


.FK-TEXTBOX.FK-CONTACT-MESSAGE
{
	width: 100%;
	margin-top: 20px;
	height: 200px !important;
}

.FK-TEXTBOX.FK-ACCT.SUPPORT
{
	width: 100%;
	height: 110px !important;
}

.FK-TEXTBOX.FK-PAGE-SELECTOR
{
	width: 50px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 12px 12px !important;
	height: 45px !important;
	text-align: center !important;
	font-size: 15pt !important;
	color: var(--textColor1) !important;
	display: inline-block;
}


.FK-PHONEBOX
{
	display: block;
	padding: 0.825rem 1rem;
	font-weight: 400;
	line-height: 1.4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-clip: padding-box;
	-webkit-transition: border-color 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out;
	color: var(--textColor4) !important;
	font-size: 14pt !important;
	/*padding: 0.825rem .5rem;*/

	border: 1px dotted var(--textColor1);
	height: 50px !important;
	border-radius: 4px;
	font-weight: normal;
}




.FK-EMAIL-BOX
{
	display: block;
	width: 100%;
	padding: 0.825rem 1rem;
	font-weight: 400;
	line-height: 1.4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-clip: padding-box;
	-webkit-transition: border-color 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out;
	color: var(--textColor4) !important;
	font-size: 14pt !important;
	/*padding: 0.825rem .5rem;*/

	border: 1px dotted var(--textColor1);
	height: 50px !important;
	border-radius: 4px;
	font-weight: normal;
}



.FK-EMAIL-CAPTCHA-BOX-DIV
{
	margin-left: 5px;
	display: inline-block;
}

	.FK-EMAIL-CAPTCHA-BOX-DIV.SUPPORT
	{
		margin-left: 5px;
		display: inline-block;
	}

.FK-EMAIL-CAPTCHA-BOX
{
	width: 120px !important;
	padding: 0.825rem 1rem;
	color: var(--textColor3) !important;
	background-color: var(--ar-body-bg);
	border-color: transparent;
	height: 50px !important;
	font-size: 14pt !important;
	border: 1px dotted var(--textColor1);
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}


.CAPTCHA-ALERT
{
	width: 120px !important;
	padding: 0.825rem 1rem;
	background-color: var(--ar-body-bg);
	border-color: transparent;
	height: 50px !important;
	font-size: 14pt !important;
	border: 1px dotted var(--textColor1);
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	color: var(--messageErrorColor) !important;
	font-weight: bold;
}


.EMAIL-ALERT
{
	display: block;
	width: 100%;
	padding: 0.825rem 1rem;
	font-weight: 400;
	line-height: 1.4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-clip: padding-box;
	-webkit-transition: border-color 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out;
	font-size: 14pt !important;
	/*padding: 0.825rem .5rem;*/

	border: 1px dotted var(--textColor1);
	height: 50px !important;
	border-radius: 4px;
	color: var(--messageErrorColor) !important;
	font-weight: bold;
}

.FK-EMAIL-BOX-SUCCESS
{
	display: block;
	width: 100%;
	padding: 0.825rem 1rem;
	font-weight: 400;
	line-height: 1.4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-clip: padding-box;
	-webkit-transition: border-color 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out;
	font-size: 14pt !important;
	/*padding: 0.825rem .5rem;*/

	border: 1px dotted var(--textColor1);
	height: 50px !important;
	border-radius: 4px;
	text-align: center !important;
	color: var(--inputTextHighlightColor) !important;
	font-weight: bold;
}

.FK-TEXTBOX:focus,
.FK-EMAIL-BOX:focus,
.FK-EMAIL-CAPTCHA-BOX:focus,
.FK-EMAIL-BOX-SUCCESS:focus
{
	color: var(--inputTextColor) !important;
	background-color: var(--inputTextBackgroundColor) !important;
}

.FK-EMAIL-SIZE
{
	height: 55px !important;
}

.FK-EMAIL-NOTIFY-DIV
{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 20px;
}

.FK-EMAIL-NOTIFY
{
	border-radius: 6px !important;
	height: 55px !important;
}


.FK-EMAIL-NOTIFY-STATUS
{
	font-size: 12pt;
	color: var(--textColor3) !important;
	font-weight: bold;
}

.FK-EMAIL-NOTIFY-SUCCESS
{
	font-size: 12pt;
	color: var(--textColor1) !important;
	font-weight: normal;
}


.FK-SOCIAL-DIV
{
	margin-top: 40px;
	margin-bottom: 10px;
	max-width: 420px;
	display: none;
}


.FK-COPYRIGHT-DIV
{
	width: 70%;
	text-align: center;
}

.FK-COPYRIGHT
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	color: var(--textColor1);
	font-size: 10pt;
}

@media screen and (min-width: 1850px)
{
	.container
	{
		max-width: 1850px !important;
	}
}


@media screen and (min-width: 1750px)
{
	.container
	{
		max-width: 1750px !important;
	}
}

@media screen and (min-width: 1600px)
{
	.container
	{
		max-width: 1550px !important;
	}
}

@media screen and (max-width: 1580px)
{


	.player-full
	{
		width: 973px;
		height: 548px;
	}

	.FK-FP-IMAGE
	{
		width: 973px;
	}
}


@media screen and (max-width: 1480px)
{
	.player-full
	{
		width: 921px;
		height: 518px;
	}

	.FK-FP-IMAGE
	{
		width: 921px;
	}


	.FK-EMAIL-DIV-CONTAINER
	{
		width: 85% !important;
	}

	.FK-IMAGE-DIV
	{
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.FK-AUTH-IMAGE-DIV
	{
		margin-top: 0px;
		margin-bottom: 10px;
	}


	.FK-IMAGE-RIGHT
	{
		width: 95%;
		margin-right: 5px !important;
	}

	.FK-AUTH-IMAGE-RIGHT
	{
		width: 95%;
	}

	.FK-PAGE-WIDTH
	{
		margin-left: 0px;
		margin-right: 0px;
	}

	.FK-SHOP-HEADER-DIV
	{
		margin-bottom: 5px;
	}



	.FK-SIDEBAR-DIV-WIDTH
	{
		margin-left: 120px;
	}

	.FK-HEADER-DIV
	{
		margin-top: 35px;
		margin-bottom: 30px;
	}

	.FK-HEADER
	{
		font-size: 28pt;
		font-weight: bold;
		text-align: left;
		margin-bottom: 15px;
		margin-left: 20px;
		max-width: 420px;
	}



	.FK-SUBHEADER
	{
		font-size: 14pt;
		text-align: left;
		margin-top: 15px;
		margin-left: 20px;
		margin-right: 10px;
		max-width: 420px;
	}

		.FK-SUBHEADER.HOME
		{
			font-size: 12pt;
		}

			.FK-SUBHEADER.HOME.SMALL
			{
				font-size: 11pt;
			}



		.FK-SUBHEADER.CONTENT.ALERT
		{
			margin-left: 0px;
		}

	.FK-COUNTDOWN-DIV
	{
		margin-top: 20px;
		margin-bottom: 20px;
		max-width: 420px;
	}

	.FK-HEADER-COUNTDOWN
	{
		font-size: 20pt;
		font-weight: bold;
		text-align: left;
		margin-bottom: 15px;
		margin-left: 20px;
	}


	.FK-SUBHEADER-COUNTDOWN
	{
		margin-top: 25px;
		margin-bottom: 15px;
		font-size: 20pt !important;
	}

	.FK-EMAIL-DIV
	{
		margin-top: 10px;
		margin-bottom: 40px;
	}

	.FK-CONTACT-DIV
	{
		margin-top: 10px;
		margin-bottom: 35px;
		text-align: center;
		max-width: 380px;
	}


	.FK-SOCIAL-DIV
	{
		margin-top: 30px;
		margin-bottom: 50px;
		max-width: 420px;
	}

	.FK-COPYRIGHT
	{
		text-align: center;
		margin-top: 10px;
		margin-bottom: 60px;
		font-size: 10pt;
	}
}



@media screen and (max-width: 1380px)
{
	.player-full
	{
		width: 870px;
		height: 490px;
	}

	.FK-FP-IMAGE
	{
		width: 870px;
	}

	.FK-AUTH-HEADER.FP
	{
		font-size: 24pt;
	}

	.FK-SHOP-HEADER
	{
		font-size: 24pt;
		margin-bottom: 10px;
	}

	.FK-SHOP-PAGE-SELECTOR
	{
		font-size: 14pt;
		margin-top: 5px;
	}

	.FK-TEXTBOX.FK-PAGE-SELECTOR
	{
		margin-top: 5px;
		padding: 10px 10px !important;
		height: 40px !important;
		font-size: 14pt !important;
	}



	.FK-SIDEBAR-DIV-WIDTH
	{
		margin-left: 90px;
	}

	.FK-DETAIL-DIV-WIDTH
	{
		margin-left: 120px;
		display: inline-block;
	}


	.FK-IMAGE-DIV
	{
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.FK-AUTH-IMAGE-DIV
	{
		margin-top: 0px;
		margin-bottom: 20px;
	}



	.FK-HEADER-DIV
	{
		margin-top: 40px;
		margin-bottom: 25px;
	}

	.FK-HEADER
	{
		font-size: 26pt;
		font-weight: bold;
		text-align: left;
		margin-bottom: 15px;
		margin-left: 20px;
		max-width: 340px;
	}

	.FK-SUBHEADER
	{
		font-size: 13pt;
		text-align: left;
		margin-top: 15px;
		margin-left: 20px;
		max-width: 340px;
	}

		.FK-SUBHEADER.HOME
		{
			font-size: 11pt;
		}

			.FK-SUBHEADER.HOME.SMALL
			{
				font-size: 10pt;
			}


	.FK-COUNTDOWN-DIV
	{
		margin-top: 20px;
		margin-bottom: 25px;
		max-width: 340px;
	}

	.FK-HEADER-COUNTDOWN
	{
		font-size: 19pt;
		font-weight: bold;
		text-align: left;
		margin-bottom: 20px;
		margin-left: 20px;
	}


	.FK-SUBHEADER-COUNTDOWN
	{
		margin-top: 25px;
		margin-bottom: 15px;
		width: 100% !important;
		font-size: 16pt !important;
	}



	.FK-EMAIL-DIV
	{
		margin-top: 10px;
		margin-bottom: 35px;
		text-align: center;
	}

	.FK-CONTACT-DIV
	{
		margin-top: 10px;
		margin-bottom: 35px;
		width: 340px !important;
		text-align: center;
	}

	.FK-EMAIL-CAPTCHA-DIV
	{
		margin-top: 20px;
	}

	.FK-EMAIL-CAPTCHA
	{
		height: 50px !important;
	}


	.FK-CAPTCHA-REFRESH-DIV
	{
		margin-top: 12px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH
	{
		height: 16px;
		width: 16px;
		vertical-align: middle;
		display: inline-block;
	}


	.FK-EMAIL-BOX-DIV
	{
		text-align: center;
		margin-top: 20px;
	}


	.FK-EMAIL-BOX
	{
		font-size: 14pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 45px !important;
		border-radius: 4px;
	}



	.FK-EMAIL-CAPTCHA-BOX-DIV
	{
		margin-left: 5px;
		display: inline-block;
	}

	.FK-EMAIL-CAPTCHA-BOX
	{
		width: 120px !important;
		padding: 0.825rem 1rem;
		border-color: transparent;
		height: 45px !important;
		font-size: 14pt !important;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}


	.FK-EMAIL-SIZE
	{
		height: 50px !important;
	}

	.FK-EMAIL-NOTIFY-DIV
	{
		margin-top: 25px;
		margin-bottom: 20px;
	}

	.FK-EMAIL-NOTIFY
	{
		border-radius: 6px !important;
		height: 50px !important;
	}


	.FK-SOCIAL-DIV
	{
		margin-top: 20px;
		margin-bottom: 50px;
		max-width: 340px;
	}

	.FK-COPYRIGHT
	{
		text-align: center;
		margin-top: 20px;
		margin-bottom: 60px;
		font-size: 10pt;
	}
}




@media screen and (max-width: 1280px)
{

	.player-full
	{
		width: 768px;
		height: 432px;
	}

	.FK-FP-IMAGE
	{
		width: 768px;
	}

	.FK-SUBHEADER.TALENT
	{
		font-size: 13pt;
	}


	.FK-SIDEBAR-DIV-WIDTH
	{
		margin-left: 70px;
	}

	.FK-SIDEBAR-DIV
	{
		width: 220px;
	}



	.FK-DETAIL-DIV-WIDTH
	{
		margin-left: 90px;
	}

	.FK-EMAIL-DIV-CONTAINER
	{
		width: 90% !important;
	}



	.FK-IMAGE-DIV
	{
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.FK-AUTH-IMAGE-DIV
	{
		margin-top: 0px;
		margin-bottom: 10px;
	}


	.FK-CHECKBOX.FK-AUTH
	{
		font-size: 12pt !important;
	}

		.FK-CHECKBOX.FK-AUTH label
		{
			font-size: 12pt !important;
		}


	.FK-HEADER-DIV
	{
		margin-top: 35px;
		margin-bottom: 20px;
	}

	.FK-HEADER
	{
		font-size: 25pt;
		font-weight: bold;
		text-align: left;
		margin-bottom: 15px;
		margin-left: 20px;
		max-width: 340px;
	}

	.FK-SUBHEADER
	{
		font-size: 12pt;
		text-align: left;
		margin-top: 15px;
		margin-left: 20px;
		max-width: 340px;
	}

		.FK-SUBHEADER.HOME
		{
			font-size: 11pt;
		}

			.FK-SUBHEADER.HOME.SMALL
			{
				font-size: 10pt;
			}

	.LONG
	{
		/*		display: none;*/
	}




	.FK-COUNTDOWN-DIV
	{
		margin-top: 25px;
		margin-bottom: 25px;
	}


	.FK-EMAIL-DIV
	{
		margin-top: 10px;
		margin-bottom: 35px;
		text-align: center;
	}

	.FK-CONTACT-DIV
	{
		margin-top: 10px;
		margin-bottom: 35px;
		text-align: center;
	}

	.FK-EMAIL-CAPTCHA-DIV
	{
		margin-top: 15px;
	}

	.FK-EMAIL-CAPTCHA
	{
		height: 45px !important;
	}


	.FK-CAPTCHA-REFRESH-DIV
	{
		margin-top: 12px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH
	{
		height: 16px;
		width: 16px;
		vertical-align: middle;
		display: inline-block;
	}


	.FK-EMAIL-BOX-DIV
	{
		text-align: center;
		margin-top: 15px;
	}


	.FK-EMAIL-BOX
	{
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 40px !important;
		border-radius: 4px;
	}



	.FK-EMAIL-CAPTCHA-BOX-DIV
	{
		margin-left: 5px;
		display: inline-block;
	}

	.FK-EMAIL-CAPTCHA-BOX
	{
		width: 100px !important;
		padding: 0.825rem 1rem;
		height: 40px !important;
		font-size: 12pt !important;
		border: 1px dotted #cccccc;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}


	

	.FK-EMAIL-SIZE
	{
		height: 45px !important;
	}

	.FK-EMAIL-NOTIFY-DIV
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.FK-EMAIL-NOTIFY
	{
		border-radius: 6px !important;
		height: 45px !important;
	}
}

@media screen and (max-width: 1180px)
{
	.FK-RESULT,
	.FK-SUCCESS.TALENT,
	.FK-ERRORS.TALENT
	{
		font-size: 13pt;
	}

	.FK-SUBHEADER.TALENT
	{
		font-size: 13pt;
	}

	.player-full
	{
		width: 665px;
		height: 374px;
	}

	.FK-FP-IMAGE
	{
		width: 665px;
	}


	.FK-SIDEBAR-DIV-WIDTH
	{
		margin-left: 50px;
	}

	.FK-SIDEBAR-DIV
	{
		width: 180px;
	}

	.FK-SIDEBAR-HEADER
	{
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}

	.FK-SIDEBAR-FONT
	{
		font-size: 13pt;
	}

	.FK-DETAIL-DIV-WIDTH
	{
		margin-left: 10px;
	}

	.FK-EMAIL-DIV-CONTAINER
	{
		width: 90% !important;
	}



	.FK-CHECKBOX
	{
		font-size: 12pt;
	}

		.FK-CHECKBOX label
		{
			font-size: 12pt;
		}


	.FK-IMAGE-DIV
	{
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.FK-AUTH-IMAGE-DIV
	{
		margin-top: 0px;
		margin-bottom: 20px;
	}


	.FK-HEADER-DIV-WIDTH
	{
		max-width: 320px;
	}

	.FK-HEADER-DIV
	{
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.FK-HEADER
	{
		font-size: 21pt;
		font-weight: bold;
		text-align: left;
		margin-bottom: 15px;
		margin-left: 10px;
		max-width: 300px;
	}

	.FK-AUTH-HEADER
	{
		font-size: 26pt;
	}

	.FK-AUTH-SUBHEADER
	{
		font-size: 13pt;
	}

	.FK-SUBHEADER
	{
		font-size: 12pt;
		text-align: left;
		margin-top: 15px;
		margin-left: 10px;
		max-width: 300px;
	}

	.LONG
	{
		display: none;
	}


	.FK-SUBHEADER.ALERT.SMALL
	{
		font-size: 11pt;
	}

	.FK-COUNTDOWN-DIV
	{
		margin-top: 15px;
		margin-bottom: 20px;
		max-width: 300px;
	}

	.FK-HEADER-COUNTDOWN
	{
		font-size: 18pt;
		font-weight: bold;
		text-align: left;
		margin-bottom: 15px;
		margin-left: 10px;
	}


	.FK-SUBHEADER-COUNTDOWN
	{
		margin-top: 25px;
		margin-bottom: 15px;
		font-size: 12pt !important;
	}

	.FK-EMAIL-DIV
	{
		margin-top: 5px;
		margin-bottom: 40px;
		text-align: center;
	}

	.FK-CONTACT-DIV
	{
		margin-top: 10px;
		margin-bottom: 35px;
		width: 300px !important;
		text-align: center;
	}

	.FK-EMAIL-CAPTCHA-DIV
	{
		display: inline-block;
		width: 230px !important;
		margin-top: 15px;
	}

	.FK-EMAIL-CAPTCHA
	{
		height: 40px !important;
	}


	.FK-CAPTCHA-REFRESH-DIV
	{
		margin-top: 8px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH
	{
		height: 16px;
		width: 16px;
		vertical-align: middle;
		display: inline-block;
	}


	.FK-EMAIL-BOX-DIV
	{
		text-align: center;
		margin-top: 15px;
	}


	.FK-EMAIL-BOX
	{
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 40px !important;
		border-radius: 4px;
		display: inline-block;
		width: 240px !important;
	}



	.FK-EMAIL-CAPTCHA-BOX-DIV
	{
		margin-left: 5px;
		display: inline-block;
	}

	.FK-EMAIL-CAPTCHA-BOX
	{
		width: 90px !important;
		padding: 0.825rem 1rem;
		height: 40px !important;
		font-size: 12pt !important;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}



	.CAPTCHA-ALERT
	{
		width: 90px !important;
		padding: 0.825rem 1rem;
		height: 40px !important;
		font-size: 12pt !important;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
		font-weight: bold;
	}


	.EMAIL-ALERT
	{
		display: block;
		width: 100%;
		padding: 0.825rem 1rem;
		font-weight: 400;
		line-height: 1.4;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: transparent;
		background-clip: padding-box;
		-webkit-transition: border-color 0.15s ease-in-out;
		transition: border-color 0.15s ease-in-out;
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 40px !important;
		border-radius: 4px;
		display: inline-block;
		width: 240px !important;
		font-weight: bold;
	}

	.FK-EMAIL-BOX-SUCCESS
	{
		display: block;
		width: 100%;
		padding: 0.825rem 1rem;
		font-weight: 400;
		line-height: 1.4;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: transparent;
		background-clip: padding-box;
		-webkit-transition: border-color 0.15s ease-in-out;
		transition: border-color 0.15s ease-in-out;
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 40px !important;
		border-radius: 4px;
		display: inline-block;
		width: 240px !important;
		text-align: center !important;
		font-weight: bold;
	}




	.FK-EMAIL-SIZE
	{
		height: 45px !important;
	}

	.FK-EMAIL-NOTIFY-DIV
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.FK-EMAIL-NOTIFY
	{
		border-radius: 6px !important;
		height: 45px !important;
		padding: 0;
		font-size: 9pt;
		width: 240px !important;
	}

	.FK-SOCIAL-DIV
	{
		margin-top: 20px;
		margin-bottom: 50px;
		max-width: 300px;
	}

	.FK-COPYRIGHT
	{
		text-align: center;
		margin-top: 10px;
		margin-bottom: 60px;
		font-size: 10pt;
	}
}


@media screen and (max-width: 1080px)
{
	.player-full
	{
		width: 614px;
		height: 346px;
	}

	.FK-FP-IMAGE
	{
		width: 614px;
	}

	.FK-FP-HEADER
	{
		font-size: 22pt;
	}

	.FK-FP-SUBHEADER
	{
		font-size: 16pt;
	}

	.FK-FP-DETAIL
	{
		font-size: 13pt;
	}

	.FK-SIDEBAR-DIV-WIDTH
	{
		margin-left: 20px;
	}


	.FK-CHECKBOX
	{
		font-size: 12pt;
	}

		.FK-CHECKBOX label
		{
			font-size: 12pt;
		}


	.FK-AUTH-TOGGLE-IMAGE-LARGE
	{
		display: none;
	}

	.FK-SEARCH-TOGGLE-LARGE
{
	display: block;
}


	.FK-SEARCH-TOGGLE-LARGE
{
	display: block;
}



	.FK-AUTH-TOGGLE-IMAGE-SMALL
	{
		display: block;
	}

	.FK-AUTH-IMAGE-RIGHT
	{
		margin-right: 20px !important;
		width: 60%;
	}


	.FK-IMAGE-DIV
	{
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.FK-AUTH-IMAGE-DIV
	{
		margin-top: 0px;
		margin-bottom: 20px;
	}


	.FK-HEADER-DIV-WIDTH
	{
		max-width: 260px;
	}

	.FK-HEADER-DIV
	{
		margin-top: 25px;
		margin-bottom: 20px;
		text-align: left;
		margin-left: 0px;
	}

	.FK-HEADER
	{
		font-size: 20pt;
		font-weight: bold;
		margin-bottom: 15px;
		max-width: 260px;
	}

	.FK-SUBHEADER
	{
		font-size: 11pt;
		margin-top: 15px;
		max-width: 260px;
	}

		.FK-SUBHEADER.HOME
		{
			font-size: 11pt;
		}


			.FK-SUBHEADER.HOME.SMALL
			{
				font-size: 10pt;
			}





		.FK-SUBHEADER.ALERT.SMALL
		{
			font-size: 10pt;
		}

	.FK-COUNTDOWN-DIV
	{
		margin-top: 18px;
		margin-bottom: 20px;
		text-align: left;
	}

	.FK-HEADER-COUNTDOWN
	{
		font-size: 16pt;
		font-weight: bold;
		margin-left: 15px;
		margin-bottom: 15px;
	}


	.FK-SUBHEADER-COUNTDOWN
	{
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 12pt !important;
	}


	.FK-EMAIL-DIV
	{
		margin-top: 5px;
		margin-bottom: 35px;
		text-align: center;
	}

	.FK-CONTACT-DIV
	{
		margin-top: 10px;
		margin-bottom: 35px;
		width: 280px !important;
		text-align: center;
	}

	.FK-EMAIL-CAPTCHA-DIV
	{
		display: inline-block;
		width: 240px !important;
		margin-top: 8px;
	}

	.FK-EMAIL-CAPTCHA
	{
		height: 45px !important;
	}


	.FK-CAPTCHA-REFRESH-DIV
	{
		margin-top: 10px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH
	{
		height: 14px;
		width: 14px;
		vertical-align: middle;
		display: inline-block;
	}


	.FK-EMAIL-BOX-DIV
	{
		text-align: center;
		margin-top: 15px;
	}


	.FK-EMAIL-BOX
	{
		font-size: 11pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 35px !important;
		border-radius: 4px;
		display: inline-block;
		width: 240px !important;
	}



	.FK-EMAIL-CAPTCHA-BOX-DIV
	{
		margin-left: 5px;
		display: inline-block;
	}

	.FK-EMAIL-CAPTCHA-BOX
	{
		width: 90px !important;
		padding: 0.825rem 1rem;
		height: 35px !important;
		font-size: 11pt !important;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}

		

	.FK-EMAIL-SIZE
	{
		height: 45px !important;
	}

	.FK-EMAIL-NOTIFY-DIV
	{
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.FK-EMAIL-NOTIFY
	{
		border-radius: 6px !important;
		height: 40px !important;
		padding: 0;
		font-size: 9pt;
		width: 240px !important;
	}

	.FK-SOCIAL-DIV
	{
		margin-top: 20px;
		margin-bottom: 50px;
	}
}




@media screen and (max-width: 992px)
{
	.FK-RESULT,
	.FK-SUCCESS.TALENT,
	.FK-ERRORS.TALENT
	{
		font-size: 14pt;
	}

	.FK-SUBHEADER.TALENT
	{
		font-size: 14pt;
	}


	.FK-FP-IMAGE
	{
		width: 533px;
	}


	.FK-SIDEBAR-DIV-WIDTH
	{
		width: 220px;
		margin-left: 10px;
	}

	.FK-SIDEBAR-DIV
	{
		width: 160px;
	}

	.FK-ACCOUNT-EMAIL-DIV
	{
		font-size: 11pt;
	}

	.FK-DETAIL-DIV-WIDTH
	{
		margin-left: 10px;
		width: 90%;
	}


	.FK-DETAIL
	{
		font-size: 24pt;
	}

	.FK-DETAIL-INPUT-SPLIT-DIV
	{
		width: 47%;
	}

	.FK-DETAIL-INPUT-LABEL
	{
		font-size: 11pt !important;
	}

	.FK-DETAIL-INPUT-LABEL.HEADER
{
	font-size: 13pt !important;
}


	.FK-DETAIL-INPUT-DIV
	{
		width: 98%;
	}


	.FK-SUBDETAIL
	{
		font-size: 14pt;
		font-weight: bold;
		text-align: left;
		margin-top: 5px;
		margin-bottom: 20px;
	}

	.LONG
	{
		display: block;
	}



	.fk-navbar-nav
	{
		margin-top: 12px;
	}

	.fk-navbar-nav-hide
	{
		display: none;
	}

	.FK-CHECKBOX
	{
		font-size: 14pt;
	}

		.FK-CHECKBOX label
		{
			font-size: 14pt;
		}

	.FK_REG_TERMS
	{
		font-size: 14pt;
	}

	.modal
	{
		--ar-modal-width: 600px;
	}


	#videoplayer
	{
		width: 533px;
		height: 299px;
	}

	.FK-PAGE-WIDTH
	{
		width: 90% !important;
		margin-left: 12% !important;
		margin-right: 12% !important;
	}

	.FK-SHOP-PAGE-WIDTH
	{
		width: 90% !important;
		margin-left: 12% !important;
		margin-right: 12% !important;
	}


	.FK-LOGO-RIGHT
	{
		margin-right: 8px;
	}

	.FK-IMAGE-DIV
	{
		margin-top: 35px;
		margin-bottom: 20px;
	}

	.FK-AUTH-IMAGE-DIV
	{
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.FK-AUTH-IMAGE-RIGHT
	{
		width: 55%;
	}

	.FK-FP-IMAGE-RIGHT
	{
		/*width: 55%;*/
	}

	.FK-AUTH-HEADER-DIV
	{
		width: 100% !important;
	}


	.FK-IMAGE-RIGHT
	{
		width: 50%;
		display: none;
	}




	.FK-SHOP-IMAGE-RIGHT,
	#AvailableContent
	{
		display: none;
	}

	.FK-IMAGE-2,
	#AvailableContentSmall1,
	#AvailableContentSmall2
	{
		width: 80%;
		display: block;
	}

	.FK-LOGO
	{
		width: 85%;
		height: 85%;
	}

	.FK-LOGO-TEXT-1
	{
		font-size: 22pt;
		font-weight: bold;
	}

	.FK-LOGO-TEXT-2
	{
		font-size: 9pt;
	}

	.FK-TEXTBOX.FK-REGISTER
	{
		font-size: 13pt !important;
	}


	.FK-HEADER-DIV-WIDTH
	{
		max-width: 280px;
	}

	.FK-HEADER-DIV
	{
		margin-top: 10px;
		margin-bottom: 30px;
		text-align: center;
		width: 80% !important;
	}

	.FK-HEADER
	{
		font-size: 30pt;
		font-weight: bold;
		margin-bottom: 15px;
		max-width: 600px;
		width: 95%;
	}

	.FK-AUTH-HEADER
	{
		font-size: 24pt;
	}

	.FK-AUTH-SUBHEADER
	{
		font-size: 12pt;
	}

	.FK-PAGE-HEADER
	{
		max-width: 600px;
		width: 92%;
	}

	.FK-SUBHEADER
	{
		font-size: 14pt;
		margin-top: 15px;
		max-width: 600px;
		width: 95%;
	}

		.FK-SUBHEADER.HOME
		{
			font-size: 13pt;
		}

			.FK-SUBHEADER.HOME.SMALL
			{
				font-size: 12pt;
			}


		.FK-SUBHEADER.ALERT.SMALL
		{
			font-size: 12pt;
		}

	.FK-COUNTDOWN-DIV
	{
		margin-top: 30px;
		margin-bottom: 5px;
		text-align: center;
		max-width: 600px;
		width: 80%;
	}

	.FK-HEADER-COUNTDOWN
	{
		font-size: 20pt;
		font-weight: bold;
		margin-bottom: 15px;
	}


	.FK-SUBHEADER-COUNTDOWN
	{
		margin-top: 25px;
		margin-bottom: 15px;
		font-size: 18pt !important;
	}


	.FK-EMAIL-DIV-CONTAINER
	{
		width: 80% !important;
	}


	.FK-EMAIL-DIV
	{
		margin-top: 40px;
		margin-bottom: 40px;
		text-align: center;
	}

	.FK-CONTACT-DIV
	{
		margin-top: 10px;
		margin-bottom: 35px;
		text-align: center;
		width: 80% !important;
	}

	.FK-EMAIL-CAPTCHA-DIV
	{
		display: inline-block;
		width: 330px !important;
		margin-top: 15px;
	}

	.FK-EMAIL-CAPTCHA
	{
		height: 50px !important;
	}


	.FK-CAPTCHA-REFRESH-DIV
	{
		margin-top: 8px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH
	{
		height: 16px;
		width: 16px;
		vertical-align: middle;
		display: inline-block;
	}


	.FK-EMAIL-BOX-DIV
	{
		text-align: center;
		margin-top: 20px;
	}


	.FK-EMAIL-BOX
	{
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 45px !important;
		border-radius: 4px;
		display: inline-block;
		width: 340px !important;
	}



	.FK-EMAIL-CAPTCHA-BOX-DIV
	{
		margin-left: 5px;
		display: inline-block;
	}

	.FK-EMAIL-CAPTCHA-BOX
	{
		width: 100px !important;
		padding: 0.825rem 1rem;
		height: 45px !important;
		font-size: 12pt !important;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}


	.FK-EMAIL-SIZE
	{
		height: 45px !important;
	}

	.FK-EMAIL-NOTIFY-DIV
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.FK-EMAIL-NOTIFY
	{
		border-radius: 6px !important;
		height: 45px !important;
		padding: 0;
		font-size: 11pt;
		width: 340px !important;
	}

	.FK-SOCIAL-DIV
	{
		margin-top: 40px;
		margin-bottom: 50px;
		text-align: center;
		max-width: 600px;
		width: 80%;
	}


	.FK-COPYRIGHT
	{
		text-align: center;
		margin-top: 10px;
		margin-bottom: 70px;
		font-size: 10pt;
	}
}




@media screen and (min-width: 576px)
{
	.container
	{
		max-width: 90% !important;
	}
}






@media screen and (max-width: 880px)
{
	.FK-SEARCH-DIV
	{
		width: 300px;
	}

	.FK-SEARCH-IMAGE-DIV
	{
		width: 300px;
		max-width: 300px;
	}

	.FK-SEARCH-IMAGE,
	.FK-SEARCH-IMAGE-A
	{
		width: 100%;
		max-width: 100%;
	}

	.FK-SEARCH-IMAGE.DISAPPEAR,
	.FK-SEARCH-IMAGE-A.DISAPPEAR
	{
		display: none;
	}


		.FK-SEARCH-IMAGE-A.NA
		{
			width: 45%;
			max-width: 45%;
		}

}

@media screen and (max-width: 768px)
{
	.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --ar-gutter-x: 1.5rem;
  --ar-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--ar-gutter-x) * 0.5);
  padding-left: calc(var(--ar-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}


	.FK-SEARCH-IMAGE-DIV
{
	text-align: center;

	width: 260px;
	max-width: 260px;
	display: inline-block;

}

	.FK-SEARCH-DIV
	{
		width: 260px;
	}


	.FK-FP-HEADER
	{
		font-size: 20pt;
	}

	.FK-FP-SUBHEADER
	{
		font-size: 15pt;
	}

	.FK-RESULT,
	.FK-SUCCESS.TALENT,
	.FK-ERRORS.TALENT
	{
		font-size: 13pt;
	}

	.FK-SUBHEADER.TALENT
	{
		font-size: 13pt;
	}


	.FK-FP-DETAIL
	{
		font-size: 12pt;
	}

	.select.FP
	{
		font-size: 12pt;
		padding: 8px;
		line-height: 40px;
		height: 40px;
		/*margin-top: 15px;*/
	}


	.FK-FP-TITLE
	{
		font-size: 14pt;
	}

	.FK-PANEL-FP-MESSAGE
	{
		margin-bottom: 50px;
	}

	.FK-SIDEBAR-DIV-WIDTH
	{
		margin-left: 20px;
		width: 150px;
	}

	.FK-ACCOUNT-DIV
	{
		width: 130px;
	}

	.FK-ACCOUNT-NAME-DIV
	{
		font-size: 15pt;
	}

	.FK-ACCOUNT-EMAIL-DIV
	{
		display: none !important;
	}

	.FK-SIDEBAR-DIV
	{
		width: 130px;
		text-align: center;
	}

	.FK-SIDEBAR-HEADER
	{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

		.FK-SIDEBAR-HEADER.active
		{
			border-radius: 4px !important;
		}


	.FK-SIDEBAR-FONT
	{
		font-size: 12pt;
	}


	.FK-DETAIL-DIV-WIDTH
	{
		margin-left: 60px;
		width: 80%;
	}

	.FK-DETAIL-DIV
	{
		margin-top: 15px;
	}


	.FK-DETAIL
	{
		font-size: 22pt;
	}

	.FK-DETAIL-INPUT-SPLIT-DIV
	{
		width: 47%;
	}

	.FK-DETAIL-INPUT-LABEL
	{
		font-size: 11pt !important;
	}

	.FK-DETAIL-INPUT-LABEL.HEADER
{
	font-size: 13pt !important;
}


	.FK-DETAIL-INPUT-DIV
	{
		width: 98%;
	}


	
	.fk-navbar-nav .fk-nav-link
	{
		padding-right: 15px;
		padding-left: 15px;
	}


	.fk-navbar-nav
	{
		margin-top: 15px;
	}

	.navbar
	{
		padding-top: 0;
		margin-bottom: 10px;
	}

	.starImage
	{
		height: 29px;
	}

	.previewImage
	{
		height: 27px;
	}

	.accountImage
	{
		height: 32px;
	}

	.registerImage
	{
		height: 29px;
	}

	.loginImage
	{
		height: 32px;
	}

	.FK-MODAL-TITLE
	{
		font-size: 14pt;
	}

	.FK-SHOP-MODAL-TITLE
	{
		font-size: 15pt;
	}

	.FK-SHOP-MODAL-SUMMARY
	{
		font-size: 14pt;
	}

	.FK-MODAL-MESSAGE
	{
		font-size: 13pt;
	}

.MODAL_SUBHEADER_DIV
{
	margin-top: 15px; 
	margin-bottom: 10px;
}

.UCP_INTRO_LINKS
{
	margin-top: 30px; 
	margin-bottom: 10px;
}

.UCP_INTRO_LINKS.RESET
{
	margin-top: 35px; 
	margin-bottom: 5px;
}

	.MODAL_HEADER_TEXT
	{
		font-size: 22pt;
	font-weight: bold;
	color: var(--siteTitleTextColor1);
	}

	.MODAL_SUBHEADER_TEXT
	{
		font-size: 13pt;
	}

	.FK-PAGE-WIDTH
	{
		width: 80% !important;
		margin-left: 10% !important;
		margin-right: 10% !important;
	}


	.FK-SHOP-PAGE-WIDTH
	{
		width: 80% !important;
		margin-left: 10% !important;
		margin-right: 10% !important;
	}


	.FK-LOGO-DIV
	{
		margin-top: 30px;
	}

	.FK-LOGO-RIGHT
	{
		margin-left: 7px;
	}


	.FK-LOGO
	{
		width: 83%;
		height: 83%;
	}


	.FK-IMAGE-DIV
	{
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.FK-AUTH-IMAGE-DIV
	{
		margin-top: 0px;
		margin-bottom: 15px;
	}

	.FK-AUTH-IMAGE-RIGHT
	{
		width: 50%;
	}

	.FK-FP-IMAGE-RIGHT
	{
		/*width: 50%;*/
	}


	.FK-IMAGE-RIGHT
	{
		width: 50%;
		display: none;
	}



	.FK-IMAGE-2,
	#AvailableContentSmall1,
	#AvailableContentSmall2
	{
		width: 100%;
		display: block;
	}

	.FK-SEARCH-TOGGLE-LARGE
{
	display: block;
}



	.FK-HEADER-DIV-WIDTH
	{
		max-width: 280px;
	}

	.FK-HEADER-DIV
	{
		margin-top: 10px;
		margin-bottom: 25px;
		text-align: center;
		width: 90% !important;
	}

	.FK-AUTH-HEADER-DIV
	{
		margin-top: 5px;
	}



	.FK-AUTH-HEADER
	{
		font-size: 22pt;
	}

	.FK-AUTH-SUBHEADER
	{
		font-size: 11pt;
	}

	.FK-TEXTBOX.FK-ACCT
	{
		font-size: 12pt !important;
	}


	.FK-TEXTBOX.FK-REGISTER
	{
		font-size: 12pt !important;
	}

	.FK-CHECKBOX.FK-AUTH
	{
		font-size: 11pt !important;
	}

		.FK-CHECKBOX.FK-AUTH label
		{
			font-size: 11pt !important;
		}

	.FK-EMAIL-CAPTCHA
	{
		height: 45px !important;
	}


	.FK-EMAIL-CAPTCHA-BOX
	{
		font-size: 11pt !important;
	}

	.FK-HEADER
	{
		font-size: 28pt;
		font-weight: bold;
		margin-bottom: 15px;
		max-width: 600px;
		width: 95%;
	}

	.FK-SUBHEADER
	{
		font-size: 14pt;
		margin-top: 15px;
		max-width: 600px;
		width: 95%;
	}

	.FK-COUNTDOWN-DIV
	{
		margin-top: 25px;
		margin-bottom: 5px;
		text-align: center;
		max-width: 600px;
		width: 80%;
	}

	.FK-HEADER-COUNTDOWN
	{
		font-size: 20pt;
		font-weight: bold;
		margin-bottom: 15px;
	}


	.FK-SUBHEADER-COUNTDOWN
	{
		margin-top: 25px;
		margin-bottom: 15px;
		font-size: 18pt !important;
	}

	.FK-EMAIL-DIV-CONTAINER
	{
		width: 100% !important;
	}


	.FK-EMAIL-DIV
	{
		margin-top: 40px;
		margin-bottom: 40px;
		text-align: center;
	}

	.FK-CONTACT-DIV
	{
		margin-top: 10px;
		margin-bottom: 35px;
		width: 460px !important;
		text-align: center;
	}

	.FK-SOCIAL-DIV
	{
		margin-top: 40px;
		margin-bottom: 50px;
		text-align: center;
		max-width: 600px;
		width: 80%;
	}

	.FK-COPYRIGHT
	{
		text-align: center;
		margin-top: 5px;
		margin-bottom: 60px;
		font-size: 9pt;
	}
}




@media screen and (max-width: 680px)
{
	
	.FK-SEARCH-TOGGLE-LARGE
{
	display: block;
}


	.fk-navbar-nav .fk-nav-link
	{
		padding-right: 15px;
		padding-left: 15px;
	}


	.starImage
	{
		height: 27px;
	}

	.previewImage
	{
		height: 26px;
	}

	.accountImage
	{
		height: 28px;
	}

	.registerImage
	{
		height: 28px;
	}

	.loginImage
	{
		height: 32px;
	}

	.logoutImage
	{
		height: 33px;
	}

	.FK-ACCOUNT-NAME-DIV
	{
		font-size: 12pt;
	}

	.FK-DETAIL-DIV-WIDTH
	{
		margin-left: 30px;
	}

	.FK-DETAIL
	{
		font-size: 20pt;
	}

	.modal
	{
		--ar-modal-width: 530px;
	}

	#videoplayer
	{
		width: 474px;
		height: 266px;
	}

	.FK-PAGE-WIDTH
	{
		width: 80% !important;
		margin-left: 10% !important;
		margin-right: 10% !important;
	}


	.FK-SHOP-PAGE-WIDTH
	{
		width: 80% !important;
		margin-left: 10% !important;
		margin-right: 10% !important;
	}


	.FK-LOGO-DIV
	{
		margin-top: 30px;
	}

	.FK-LOGO-RIGHT
	{
		text-align: right;
		margin-left: -10px;
	}


	.FK-LOGO
	{
		width: 78%;
		height: 78%;
	}

	.FK-LOGO-TEXT-1
	{
		font-size: 20pt;
	}

	.FK-LOGO-TEXT-2
	{
		font-size: 8pt;
	}


	.FK-DETAIL-INPUT-LABEL
	{
		font-size: 10pt !important;
	}

	.FK-DETAIL-INPUT-LABEL.HEADER
{
	font-size: 12pt !important;
}


	.FK-SIDEBAR-DIV
	{
		width: 100px;
		text-align: center;
	}

	.FK-SIDEBAR-HEADER
	{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}


	.FK-SIDEBAR-FONT
	{
		font-size: 11pt;
	}


	
	.FK-SEARCH-IMAGE-DIV
{
	text-align: center;

	width: 230px;
	max-width: 230px;
	display: inline-block;

}

	.FK-SEARCH-DIV
	{
		width: 230px;
	}


	.FK-IMAGE-DIV
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.FK-AUTH-IMAGE-DIV
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.FK-AUTH-PAGE-WIDTH
	{
		width: 80% !important;
		margin-left: 10% !important;
		margin-right: 10% !important;
	}

	.FK-AUTH-PAGE-WIDTH.SEARCH
	{
		width: 45% !important;
	margin-left: 15px !important;
	margin-right: 25px !important;
	}


	.FK-IMAGE-RIGHT
	{
		width: 50%;
		display: none;
	}



	.FK-AUTH-TOGGLE-IMAGE-SMALL,
	.FK-AUTH-IMAGE-RIGHT
	{
		display: none;
	}

	
	
	.FK-AUTH-PAGE-WIDTH.SEARCH
	{
		width: 80% !important;
		margin-left: 10% !important;
		margin-right: 10% !important;
	}



	.FK-AUTH-IMAGE-RIGHT.SEARCH
	{
		display: none;
	}

	.FK-FP-IMAGE-RIGHT
	{
	}

	.FK-AUTH-IMAGE-2
	{
		display: block;
	}

	.FK-AUTH-IMAGE-2-DIV
	{
		width: 100% !important;
	}



	.FK-IMAGE-2,
	#AvailableContentSmall1,
	#AvailableContentSmall2
	{
		width: 100%;
		display: block;
	}



	.FK-HEADER-DIV-WIDTH
	{
		max-width: 280px;
	}

	.FK-HEADER-DIV
	{
		margin-top: 10px;
		margin-bottom: 20px;
		text-align: center;
	}

	.FK-HEADER
	{
		font-size: 26pt;
		font-weight: bold;
		margin-bottom: 15px;
		max-width: 600px;
		width: 95%;
	}

	.FK-SUBHEADER
	{
		font-size: 12pt;
		margin-top: 15px;
		max-width: 600px;
		width: 95%;
	}

		.FK-SUBHEADER.HOME
		{
			font-size: 11pt;
		}

			.FK-SUBHEADER.HOME.SMALL
			{
				font-size: 10pt;
			}


	.FK-COUNTDOWN-DIV
	{
		margin-top: 20px;
		margin-bottom: 5px;
		text-align: center;
		max-width: 600px;
		width: 80%;
	}

	.FK-HEADER-COUNTDOWN
	{
		font-size: 18pt;
		font-weight: bold;
		margin-bottom: 15px;
	}


	.FK-SUBHEADER-COUNTDOWN
	{
		margin-top: 25px;
		margin-bottom: 15px;
		font-size: 16pt !important;
	}


	.FK-EMAIL-DIV
	{
		margin-top: 35px;
		margin-bottom: 40px;
		text-align: center;
	}

	.FK-CONTACT-DIV
	{
		margin-top: 10px;
		margin-bottom: 35px;
		width: 460px !important;
		text-align: center;
	}


	.FK-EMAIL-CAPTCHA-DIV
	{
		display: inline-block;
		width: 320px !important;
		margin-top: 15px;
	}

	.FK-EMAIL-CAPTCHA
	{
		height: 50px !important;
	}


	.FK-CAPTCHA-REFRESH-DIV
	{
		margin-top: 8px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH
	{
		height: 16px;
		width: 16px;
		vertical-align: middle;
		display: inline-block;
	}


	.FK-EMAIL-BOX-DIV
	{
		text-align: center;
		margin-top: 20px;
	}


	.FK-EMAIL-BOX
	{
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 45px !important;
		border-radius: 4px;
		display: inline-block;
		width: 320px !important;
	}

	.FK-EMAIL-CAPTCHA-BOX-DIV
	{
		margin-left: 5px;
		display: inline-block;
	}

	.FK-EMAIL-CAPTCHA-BOX
	{
		width: 100px !important;
		padding: 0.825rem 1rem;
		height: 45px !important;
		font-size: 12pt !important;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}


	.FK-EMAIL-SIZE
	{
		height: 45px !important;
	}

	.FK-EMAIL-NOTIFY-DIV
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.FK-EMAIL-NOTIFY
	{
		border-radius: 6px !important;
		height: 45px !important;
		padding: 0;
		font-size: 11pt;
		width: 320px !important;
	}

	.FK-SOCIAL-DIV
	{
		margin-top: 30px;
		margin-bottom: 50px;
		text-align: center;
		max-width: 300px;
	}

	.FK-COPYRIGHT
	{
		text-align: center;
		margin-top: 5px;
		margin-bottom: 70px;
		font-size: 9pt;
	}
}




@media screen and (max-width: 635px)
{

	.SEARCH_DIVS
	{
		margin-top: 20px;
		margin-bottom: 25px;
	}

	.SEARCH_DIVS.SPACER
{
	margin-top: 30px;
	margin-bottom: 25px;
}
	.SEARCH_DIVS.BUTTON
{
	margin-top: 40px;
	margin-bottom: 20px;
}
	
	.FK-SEARCH-TOGGLE-LARGE
{
	display: none;
}

	.fk-navbar-nav .fk-nav-link
	{
		padding-right: 12px;
		padding-left: 12px;
	}

	.fk-navbar-nav
	{
		margin-right: 10px;
	}

	.starImage
	{
		height: 26px;
	}

	.previewImage
	{
		height: 25px;
	}

	.accountImage
	{
		height: 27px;
	}

	.registerImage
	{
		height: 27px;
	}

	.loginImage
	{
		height: 32px;
	}




	.FK-LOGO-DIV
	{
		margin-top: 30px;
	}

	.FK-LOGO-RIGHT
	{
		text-align: right;
		margin-left: -25px;
	}


	.FK-LOGO
	{
		width: 70%;
		height: 70%;
	}

	.FK-LOGO-TEXT-1
	{
		font-size: 19pt;
	}

	.FK-LOGO-TEXT-2
	{
		font-size: 8pt;
	}
}

@media screen and (max-width: 576px)
{
	
	.FK-SEARCH-IMAGE-AA.NA
	{
		width: 30%;
		max-width: 30%;
	}


	.FK-ERRORS.TALENT
	{
		font-size: 12pt;
	}

	.FK-SUBHEADER.ALERT.SMALL
	{
		font-size: 11pt;
	}

	.fk-navbar-nav .fk-nav-link
	{
		padding-right: 12px;
		padding-left: 12px;
	}

	.fk-navbar-nav
	{
		margin-right: 10px;
	}

	.starImage
	{
		height: 27px;
	}

	.previewImage
	{
		height: 25px;
	}

	.accountImage
	{
		height: 27px;
	}

	.registerImage
	{
		height: 27px;
	}

	.loginImage
	{
		height: 32px;
	}

	.FK-LOGO-RIGHT
	{
		text-align: right;
		margin-left: -20px;
	}

	.FK-LOGO
	{
		width: 65%;
		height: 65%;
	}

	.FK-LOGO-TEXT-1
	{
		font-size: 16pt;
	}

	.FK-LOGO-TEXT-2
	{
		font-size: 7pt;
	}


	.FK-SIDEBAR-DIV
	{
		width: 90px;
	}

	.FK-SIDEBAR-FONT
	{
		font-size: 10pt;
	}


	.FK-SIDEBAR-DIV-WIDTH
	{
		margin-left: 15px;
		width: 120px;
	}

	.FK-DETAIL
	{
		font-size: 17pt;
	}

	.FK-SUBDETAIL
	{
		font-size: 12pt;
	}


	.FK-TEXTBOX.FK-ACCT
	{
		font-size: 11pt !important;
	}


	.FK-ACCOUNT-DIV
	{
		width: 120px;
		margin-top: 10px;
	}

	.FK-ACCOUNT-NAME-DIV
	{
		font-size: 11pt;
	}

	.FK-SIDEBAR-DIV
	{
		width: 90px;
	}

	.FK-DETAIL-DIV-WIDTH
	{
		margin-left: 5px;
		width: 85%;
	}

	.modal
	{
		--ar-modal-width: 480px;
		--ar-modal-margin: 30px;
	}

	#videoplayer
	{
		width: 427px;
		height: 240px;
	}

	.FK-MODAL-VIDEO-BUTTONS
	{
		width: 90px;
		font-size: 11pt;
	}

	.FK-MODAL-CLOSE-DIV
	{
		text-align: right;
	}

	.FK-MODAL-CLOSE
	{
		width: 35px;
		height: 35px;
		
	}

	.FK-MODAL-LOGO-DIV-WIDTH
	{
		max-width: 300px;
	}

	.FK-MODAL-LOGO-DIV
	{
		display: inline-block;
	}

	.FK-MODAL-LOGO-RIGHT
	{
		margin-right: -5px;
		text-align: center;
		display: inline-block;
	}


	.FK-MODAL-LOGO
	{
		width: 65%;
		height: 65%;
	}

	.FK-MODAL-LOGO-TEXT
	{
		vertical-align: middle;
		text-align: left;
		display: inline-block;
	}


	.FK-MODAL-LOGO-TEXT-1
	{
		font-size: 20pt;
		font-weight: bold;
	}

	.FK-MODAL-LOGO-TEXT-2
	{
		font-size: 9pt;
	}


	.FK-MODAL-TITLE
	{
		font-size: 12pt;
	}

	.FK-SHOP-MODAL-TITLE
	{
		font-size: 14pt;
	}

	.FK-SHOP-MODAL-SUMMARY
	{
		font-size: 13pt;
	}

	.FK-PANEL-MODAL-MESSAGE
	{
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.FK-MODAL-MESSAGE
	{
		font-size: 12pt;
	}


	.MODAL_SUBHEADER_TEXT
	{
		font-size: 12pt;
	}
}




@media screen and (max-width: 520px)
{
	.fk-navbar-nav.user
	{
		margin-left: 4% !important;
		margin-right: 4% !important;
		margin-bottom: 10px;
	}

	.fk-navbar-nav.anon
	{
		margin-left: 85px !important;
		margin-right: 85px !important;
		margin-bottom: 10px;
	}



		.fk-navbar-nav.anon .fk-nav-link
		{
			margin-left: 40px;
			margin-right: 0px;
			padding-right: 5px;
			padding-left: 25px;
		}

	.fk-navbar-nav.user .fk-nav-link
	{
		margin-left: 38px;
		margin-right: 8px;
		padding-right: 8px;
		padding-left: 8px;
	}


	.starImage
	{
		height: 28px;
	}

	.previewImage
	{
		height: 26px;
	}

	.accountImage
	{
		height: 28px;
	}

	.registerImage
	{
		height: 28px;
	}

	.loginImage
	{
		height: 32px;
	}

	.fkNavLinksR
	{
		margin-top: 2px !important;
	}

	.FK-LOGO-DIV
	{
		margin-top: 25px;
		width: 420px !important;
		text-align: center;
		margin-bottom: 5px;
		margin-right: 10px;
	}

	.FK-LOGO-RIGHT
	{
		margin-right: 10px;
	}

	.FK-LOGO
	{
		width: 70%;
		height: 70%;
	}

	.FK-LOGO-TEXT-1
	{
		font-size: 21pt;
	}

	.FK-LOGO-TEXT-2
	{
		font-size: 9pt;
	}


	#videoplayer
	{
		width: 384px;
		height: 216px;
	}
}


@media screen and (max-width: 480px)
{
	.FK-EMAIL-CAPTCHA-BOX-DIV.SUPPORT
	{
		margin-top: 15px;
		margin-left: -15px;
		display: block;
	}

	.FK-FP-TITLE
	{
		font-size: 12pt;
	}

	.modal
	{
		--ar-modal-width: 450px !important;
		--ar-modal-margin: 28px;
	}

	#videoplayer
	{
		width: 349px;
		height: 196px;
	}

	.FK-MODAL-VIDEO-BUTTONS
	{
		width: 90px;
		font-size: 11pt;
		margin-left: 10px;
	}


	.FK-MODAL-CLOSE-DIV
	{
		text-align: right;
	}

	.FK-MODAL-CLOSE
	{
		width: 30px;
		height: 30px;
		
	}

	.FK-MODAL-LOGO-DIV-WIDTH
	{
		max-width: 300px;
	}

	.FK-MODAL-LOGO-DIV
	{
		display: inline-block;
	}

	.FK-MODAL-LOGO-RIGHT
	{
		margin-right: -10px;
		text-align: center;
		display: inline-block;
	}


	.FK-MODAL-LOGO
	{
		width: 62%;
		height: 62%;
	}

	.FK-MODAL-LOGO-TEXT
	{
		vertical-align: middle;
		text-align: left;
		display: inline-block;
	}


	.FK-MODAL-LOGO-TEXT-1
	{
		font-size: 18pt;
		font-weight: bold;
	}

	.FK-MODAL-LOGO-TEXT-2
	{
		font-size: 8.5pt;
	}

	.FK-MODAL-MESSAGE
	{
		font-size: 11pt;
	}

	.MODAL_SUBHEADER_DIV
{
	margin-top: 10px; 
	margin-bottom: 10px;
}

.MODAL_SUBHEADER_DIV.SCHEME
{
	margin-top: 15px;
	margin-bottom: 35px;
}

.MODAL_SUBHEADER_DIV.ITEMS
{
	margin-top: 15px; 
	margin-bottom: 50px;
}

	.UCP_ITEM
	{
		margin-bottom: 30px;
	}

.UCP_ITEM.SCHEME
{
	margin-bottom: 35px;
}

.UCP_ITEM.SCHEME.TOP
{
	margin-bottom: 30px;
}

.UCP_INTRO_LINKS
{
	margin-top: 30px; 
	margin-bottom: 5px;

	font-size: 11pt;
}

.UCP_INTRO_LINKS.RESET
{
	margin-top: 35px; 
	margin-bottom: 0px;
}

	.MODAL_HEADER_TEXT
	{
		font-size: 21pt;

	}

	.MODAL_SUBHEADER_TEXT
	{
		font-size: 12pt;
	}



	.FK-PAGE-WIDTH
	{
		width: 80% !important;
		margin-left: 10% !important;
		margin-right: 10% !important;
	}


	.FK-SHOP-PAGE-WIDTH
	{
		width: 80% !important;
		margin-left: 10% !important;
		margin-right: 10% !important;
	}


	.FK-IMAGE-DIV
	{
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.FK-AUTH-IMAGE-DIV
	{
		margin-top: 20px;
		margin-bottom: 15px;
	}


	.FK-IMAGE-RIGHT
	{
		width: 50%;
		display: none;
	}


	.FK-IMAGE-2,
	#AvailableContentSmall1,
	#AvailableContentSmall2
	{
		width: 100%;
		display: block;
	}

	.FK-SEARCH-IMAGEA,
	.FK-SEARCH-IMAGE-AA
	{
		width: 100%;
		max-width: 100%;
	}


	.FK-SEARCH-IMAGEA.DISAPPEAR,
	.FK-SEARCH-IMAGE-AA.DISAPPEAR
	{
		display: none;
	}

	


	.FK-HEADER-DIV
	{
		margin-top: 5px;
		margin-bottom: 15px;
		text-align: center;
	}

	.FK-HEADER
	{
		font-size: 24pt;
		font-weight: bold;
		margin-bottom: 15px;
		max-width: 370px;
		width: 95%;
	}

	.FK-SUBHEADER
	{
		font-size: 12pt;
		margin-top: 15px;
		max-width: 370px;
		width: 95%;
	}

	.FK-COUNTDOWN-DIV
	{
		margin-top: 20px;
		margin-bottom: 5px;
		text-align: center;
		max-width: 370px;
		width: 80%;
	}

	.FK-HEADER-COUNTDOWN
	{
		font-size: 16pt;
		font-weight: bold;
		margin-bottom: 15px;
	}


	.FK-SUBHEADER-COUNTDOWN
	{
		margin-top: 25px;
		margin-bottom: 5px;
		font-size: 14pt !important;
	}

	.FK-DETAIL-DIV.SITEPACK
	{
		width: 95%;
	}

	.FK-EMAIL-DIV
	{
		margin-top: 30px;
		margin-bottom: 40px;
		text-align: center;
	}

	.FK-CONTACT-DIV
	{
		margin-top: 10px;
		margin-bottom: 35px;
		width: 460px !important;
		text-align: center;
	}

	.FK-EMAIL-CAPTCHA-DIV
	{
		display: inline-block;
		width: 260px !important;
		margin-top: 15px;
	}

	.FK-EMAIL-CAPTCHA
	{
		height: 50px !important;
	}


	.FK-CAPTCHA-REFRESH-DIV
	{
		margin-top: 8px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH
	{
		height: 16px;
		width: 16px;
		vertical-align: middle;
		display: inline-block;
	}


	.FK-EMAIL-BOX-DIV
	{
		text-align: center;
		margin-top: 20px;
	}


	.FK-EMAIL-BOX
	{
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 45px !important;
		border-radius: 4px;
		display: inline-block;
		width: 260px !important;
	}



	.FK-EMAIL-CAPTCHA-BOX-DIV
	{
		margin-left: 5px;
		display: inline-block;
	}

	.FK-EMAIL-CAPTCHA-BOX
	{
		width: 90px !important;
		padding: 0.825rem 1rem;
		height: 45px !important;
		font-size: 12pt !important;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}


	.CAPTCHA-ALERT
	{
		width: 90px !important;
		padding: 0.825rem 1rem;
		height: 45px !important;
		font-size: 12pt !important;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
		font-weight: bold;
	}


	.EMAIL-ALERT
	{
		display: block;
		width: 100%;
		padding: 0.825rem 1rem;
		font-weight: 400;
		line-height: 1.4;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: transparent;
		background-clip: padding-box;
		-webkit-transition: border-color 0.15s ease-in-out;
		transition: border-color 0.15s ease-in-out;
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 40px !important;
		border-radius: 4px;
		display: inline-block;
		width: 240px !important;
		font-weight: bold;
	}

	.FK-EMAIL-BOX-SUCCESS
	{
		display: block;
		width: 100%;
		padding: 0.825rem 1rem;
		font-weight: 400;
		line-height: 1.4;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: transparent;
		background-clip: padding-box;
		-webkit-transition: border-color 0.15s ease-in-out;
		transition: border-color 0.15s ease-in-out;
		font-size: 14pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 50px !important;
		border-radius: 4px;
		text-align: center !important;
		font-weight: bold;
	}




	.FK-EMAIL-SIZE
	{
		height: 45px !important;
	}

	.FK-EMAIL-NOTIFY-DIV
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.FK-EMAIL-NOTIFY
	{
		border-radius: 6px !important;
		height: 45px !important;
		padding: 0;
		font-size: 10pt;
		width: 260px !important;
	}


	.FK-SOCIAL-DIV
	{
		margin-top: 30px;
		margin-bottom: 50px;
		text-align: center;
		max-width: 320px;
	}


	.FK-COPYRIGHT
	{
		text-align: center;
		margin-top: 10px;
		margin-bottom: 60px;
		font-size: 9pt;
	}
}


@media screen and (max-width: 460px)
{

	.fk-navbar-nav.user .fk-nav-link
	{
		margin-left: 35px;
		margin-right: 7px;
		padding-right: 7px;
		padding-left: 8px;
	}

	.fk-navbar-nav.anon .fk-nav-link
	{
		margin-left: 30px;
		margin-right: 10px;
		padding-right: 12px;
		padding-left: 20px;
	}
}


@media screen and (max-width: 440px)
{

	.fk-navbar-nav.anon .fk-nav-link
	{
		margin-left: 25px;
		margin-right: 10px;
		padding-right: 12px;
		padding-left: 20px;
	}

	.fk-navbar-nav.user .fk-nav-link
	{
		margin-left: 38px;
		margin-right: 3px;
		padding-right: 3px;
		padding-left: 5px;
	}

	.modal
	{
		--ar-modal-width: 360px !important;
		--ar-modal-margin: 28px;
	}

	#videoplayer
	{
		width: 311px;
		height: 175px;
	}


	.FK-MODAL-CLOSE-DIV
	{
		text-align: right;
	}

	.FK-MODAL-CLOSE
	{
		width: 28px;
		height: 28px;
		
	}

	.FK-MODAL-LOGO-DIV-WIDTH
	{
		max-width: 230px;
	}

	.FK-MODAL-LOGO-DIV
	{
		display: inline-block;
	}

	.FK-MODAL-LOGO-RIGHT
	{
		margin-right: -20px;
		text-align: center;
		display: inline-block;
	}


	.FK-MODAL-LOGO
	{
		width: 53%;
		height: 53%;
	}

	.FK-MODAL-LOGO-TEXT
	{
		vertical-align: middle;
		text-align: left;
		display: inline-block;
	}


	.FK-MODAL-LOGO-TEXT-1
	{
		font-size: 15pt;
		font-weight: bold;
	}

	.FK-MODAL-LOGO-TEXT-2
	{
		font-size: 8pt;
	}

	.FK-MODAL-MESSAGE
	{
		font-size: 11pt;
	}

	.MODAL_HEADER_TEXT
	{
		font-size: 20pt;
	}

	
	.FK-LOGO-RIGHT
	{
		margin-right: 10px;
	}


	.FK-PAGE-WIDTH
	{
		width: 80% !important;
		margin-left: 10% !important;
		margin-right: 10% !important;
	}


	.FK-SHOP-PAGE-WIDTH
	{
		width: 80% !important;
		margin-left: 10% !important;
		margin-right: 10% !important;
	}

	.FK-IMAGE-DIV
	{
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.FK-AUTH-IMAGE-DIV
	{
		margin-top: 20px;
		margin-bottom: 15px;
	}


	.FK-IMAGE-RIGHT
	{
		width: 50%;
		display: none;
	}


	.FK-IMAGE-2,
	#AvailableContentSmall1,
	#AvailableContentSmall2
	{
		width: 100%;
		display: block;
	}


	.FK-DETAIL
	{
		font-size: 16pt;
	}


	.FK-HEADER-DIV
	{
		margin-top: 5px;
		margin-bottom: 15px;
		text-align: center;
	}

	.FK-HEADER
	{
		font-size: 24pt;
		font-weight: bold;
		margin-bottom: 15px;
		max-width: 370px;
		width: 95%;
	}

	.FK-SUBHEADER
	{
		font-size: 12pt;
		margin-top: 15px;
		max-width: 320px;
		width: 95%;
	}

	.FK-COUNTDOWN-DIV
	{
		margin-top: 20px;
		margin-bottom: 5px;
		text-align: center;
		max-width: 320px;
		width: 80%;
	}

	.FK-HEADER-COUNTDOWN
	{
		font-size: 16pt;
		font-weight: bold;
		margin-bottom: 15px;
	}


	.FK-SUBHEADER-COUNTDOWN
	{
		margin-top: 25px;
		margin-bottom: 5px;
		font-size: 14pt !important;
	}


	.FK-DETAIL-DIV.SITEPACK
	{
		width: 90%;
	}


	.FK-EMAIL-DIV
	{
		margin-top: 30px;
		margin-bottom: 40px;
		text-align: center;
	}

	.FK-CONTACT-DIV
	{
		margin-top: 10px;
		margin-bottom: 35px;
		width: 460px !important;
		text-align: center;
	}

	.FK-EMAIL-CAPTCHA-DIV
	{
		display: inline-block;
		width: 260px !important;
		margin-top: 15px;
	}

	.FK-EMAIL-CAPTCHA
	{
		height: 50px !important;
	}


	.FK-CAPTCHA-REFRESH-DIV
	{
		margin-top: 8px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH
	{
		height: 16px;
		width: 16px;
		vertical-align: middle;
		display: inline-block;
	}


	.FK-EMAIL-BOX-DIV
	{
		text-align: center;
		margin-top: 20px;
	}


	.FK-EMAIL-BOX
	{
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 45px !important;
		border-radius: 4px;
		display: inline-block;
		width: 260px !important;
	}



	.FK-EMAIL-CAPTCHA-BOX-DIV
	{
		margin-left: 5px;
		display: inline-block;
	}

	.FK-EMAIL-CAPTCHA-BOX
	{
		width: 90px !important;
		padding: 0.825rem 1rem;
		height: 45px !important;
		font-size: 12pt !important;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}


	.CAPTCHA-ALERT
	{
		width: 90px !important;
		padding: 0.825rem 1rem;
		border-color: transparent;
		height: 45px !important;
		font-size: 12pt !important;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
		font-weight: bold;
	}


	.EMAIL-ALERT
	{
		display: block;
		width: 100%;
		padding: 0.825rem 1rem;
		font-weight: 400;
		line-height: 1.4;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: transparent;
		background-clip: padding-box;
		-webkit-transition: border-color 0.15s ease-in-out;
		transition: border-color 0.15s ease-in-out;
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 40px !important;
		border-radius: 4px;
		display: inline-block;
		width: 240px !important;
		font-weight: bold;
	}

	.FK-EMAIL-BOX-SUCCESS
	{
		display: block;
		width: 100%;
		padding: 0.825rem 1rem;
		font-weight: 400;
		line-height: 1.4;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: transparent;
		background-clip: padding-box;
		-webkit-transition: border-color 0.15s ease-in-out;
		transition: border-color 0.15s ease-in-out;
		font-size: 14pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 50px !important;
		border-radius: 4px;
		text-align: center !important;
		font-weight: bold;
	}


	.FK-EMAIL-SIZE
	{
		height: 45px !important;
	}

	.FK-EMAIL-NOTIFY-DIV
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.FK-EMAIL-NOTIFY
	{
		border-radius: 6px !important;
		height: 45px !important;
		padding: 0;
		font-size: 10pt;
		width: 260px !important;
	}


	.FK-SOCIAL-DIV
	{
		margin-top: 30px;
		margin-bottom: 50px;
		text-align: center;
		max-width: 320px;
	}


	.FK-COPYRIGHT
	{
		text-align: center;
		margin-top: 10px;
		margin-bottom: 60px;
		font-size: 9pt;
	}
}


@media screen and (max-width: 420px)
{

	.fk-navbar-nav.anon .fk-nav-link
	{
		margin-left: 20px;
		margin-right: 10px;
		padding-right: 12px;
		padding-left: 15px;
	}

	.fk-navbar-nav.user .fk-nav-link
	{
		margin-left: 34px;
		margin-right: 3px;
		padding-right: 3px;
		padding-left: 5px;
	}


	.FK-HEADER
	{
		font-size: 22pt;
		font-weight: bold;
		margin-bottom: 15px;
		max-width: 260px;
		width: 95%;
	}

	.FK-DETAIL-DIV.SITEPACK
	{
		width: 85%;
	}

	#videoplayer
	{
		width: 280px;
		height: 158px;
	}

}


@media screen and (max-width: 400px)
{
	.fk-navbar-nav.anon .fk-nav-link
	{
		margin-left: 15px;
		margin-right: 10px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.fk-navbar-nav.user .fk-nav-link
	{
		margin-left: 30px;
		margin-right: 3px;
		padding-right: 3px;
		padding-left: 5px;
	}

	.modal
	{
		--ar-modal-width: 340px !important;
		--ar-modal-margin: 25px;
	}

	

	.FK-MODAL-CLOSE-DIV
	{
		text-align: right;
	}

	.FK-MODAL-CLOSE
	{
		width: 28px;
		height: 28px;
	
	}

	.FK-MODAL-LOGO-DIV-WIDTH
	{
		max-width: 240px;
	}

	.FK-MODAL-LOGO-DIV
	{
		display: inline-block;
	}

	.FK-MODAL-LOGO-RIGHT
	{
		margin-right: -25px;
		text-align: center;
		display: inline-block;
	}


	.FK-MODAL-LOGO
	{
		width: 50%;
		height: 50%;
	}

	.FK-MODAL-LOGO-TEXT
	{
		vertical-align: middle;
		text-align: left;
		display: inline-block;
	}


	.FK-MODAL-LOGO-TEXT-1
	{
		font-size: 15pt;
		font-weight: bold;
	}

	.FK-MODAL-LOGO-TEXT-2
	{
		font-size: 7pt;
	}





	.FK-PAGE-WIDTH
	{
		width: 80% !important;
		margin-left: 10% !important;
		margin-right: 10% !important;
	}


	.FK-SHOP-PAGE-WIDTH
	{
		width: 80% !important;
		margin-left: 10% !important;
		margin-right: 10% !important;
	}


	.FK-DETAIL-DIV.SITEPACK
	{
		width: 80%;
	}


	.FK-IMAGE-DIV
	{
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.FK-AUTH-IMAGE-DIV
	{
		margin-top: 20px;
		margin-bottom: 15px;
	}


	.FK-IMAGE-RIGHT
	{
		width: 55%;
		display: none;
	}


	.FK-IMAGE-2,
	#AvailableContentSmall1,
	#AvailableContentSmall2
	{
		width: 100%;
		display: block;
	}



	.FK-HEADER-DIV
	{
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: center;
	}



	.FK-SUBHEADER
	{
		font-size: 12pt;
		margin-top: 15px;
		max-width: 260px;
		width: 95%;
	}

	.FK-COUNTDOWN-DIV
	{
		margin-top: 20px;
		margin-bottom: 5px;
		text-align: center;
		max-width: 320px;
		width: 80%;
	}

	.FK-HEADER-COUNTDOWN
	{
		font-size: 16pt;
		font-weight: bold;
		margin-bottom: 15px;
	}


	.FK-SUBHEADER-COUNTDOWN
	{
		margin-top: 25px;
		margin-bottom: 5px;
		font-size: 14pt !important;
	}



	.FK-EMAIL-DIV
	{
		margin-top: 30px;
		margin-bottom: 40px;
		text-align: center;
	}

	.FK-CONTACT-DIV
	{
		margin-top: 10px;
		margin-bottom: 35px;
		width: 460px !important;
		text-align: center;
	}

	.FK-EMAIL-CAPTCHA-DIV
	{
		display: inline-block;
		width: 240px !important;
		margin-top: 15px;
	}

	.FK-EMAIL-CAPTCHA
	{
		height: 45px !important;
	}


	.FK-CAPTCHA-REFRESH-DIV
	{
		margin-top: 8px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH
	{
		height: 14px;
		width: 14px;
		vertical-align: middle;
		display: inline-block;
	}


	.FK-EMAIL-BOX-DIV
	{
		text-align: center;
		margin-top: 20px;
	}


	.FK-EMAIL-BOX
	{
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 40px !important;
		border-radius: 4px;
		display: inline-block;
		width: 240px !important;
	}



	.FK-EMAIL-CAPTCHA-BOX-DIV
	{
		margin-left: 5px;
		display: inline-block;
	}

	.FK-EMAIL-CAPTCHA-BOX
	{
		width: 90px !important;
		padding: 0.825rem 1rem;
		border-color: transparent;
		height: 45px !important;
		font-size: 12pt !important;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}


	.CAPTCHA-ALERT
	{
		width: 90px !important;
		padding: 0.825rem 1rem;
		border-color: transparent;
		height: 45px !important;
		font-size: 12pt !important;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
		font-weight: bold;
	}


	.EMAIL-ALERT
	{
		display: block;
		width: 100%;
		padding: 0.825rem 1rem;
		font-weight: 400;
		line-height: 1.4;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: transparent;
		background-clip: padding-box;
		-webkit-transition: border-color 0.15s ease-in-out;
		transition: border-color 0.15s ease-in-out;
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 40px !important;
		border-radius: 4px;
		display: inline-block;
		width: 240px !important;
		font-weight: bold;
	}

	.FK-EMAIL-BOX-SUCCESS
	{
		display: block;
		width: 100%;
		padding: 0.825rem 1rem;
		font-weight: 400;
		line-height: 1.4;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: transparent;
		background-clip: padding-box;
		-webkit-transition: border-color 0.15s ease-in-out;
		transition: border-color 0.15s ease-in-out;
		font-size: 14pt !important;
		/*padding: 0.825rem .5rem;*/

		height: 50px !important;
		border-radius: 4px;
		text-align: center !important;
		font-weight: bold;
	}



	.FK-EMAIL-SIZE
	{
		height: 45px !important;
	}

	.FK-EMAIL-NOTIFY-DIV
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.FK-EMAIL-NOTIFY
	{
		border-radius: 6px !important;
		height: 45px !important;
		padding: 0;
		font-size: 9pt;
		width: 240px !important;
	}


	.FK-SOCIAL-DIV
	{
		margin-top: 30px;
		margin-bottom: 50px;
		text-align: center;
		max-width: 320px;
	}


	.FK-COPYRIGHT
	{
		text-align: center;
		margin-top: 10px;
		margin-bottom: 60px;
		font-size: 9pt;
	}
}



@media screen and (max-width: 380px)
{
	.fk-navbar-nav.user .fk-nav-link
	{
		margin-left: 28px;
		margin-right: 3px;
		padding-right: 3px;
		padding-left: 5px;
	}

	.fk-navbar-nav.anon .fk-nav-link
	{
		margin-left: 10px;
		margin-right: 10px;
		padding-right: 12px;
		padding-left: 12px;
	}
}

@media screen and (max-width: 365px)
{
	.fk-navbar-nav.user .fk-nav-link
	{
		margin-left: 15px;
		margin-right: 3px;
		padding-right: 3px;
		padding-left: 5px;
	}

	.fk-navbar-nav.anon .fk-nav-link
	{
		margin-left: 10px;
		margin-right: 10px;
		padding-right: 12px;
		padding-left: 12px;
	}


	
	.modal
	{
		--ar-modal-width: 250px !important;
		--ar-modal-margin: 15px;
	}

	#videoplayer
	{
		width: 240px;
		height: 135px;
	}


	.FK-MODAL-CLOSE
	{
		width: 25px;
		height: 25px;
		
	}

	.FK-MODAL-LOGO-DIV-WIDTH
	{
		max-width: 220px;
	}

	.FK-MODAL-LOGO-DIV
	{
		display: inline-block;
	}

	.FK-MODAL-LOGO-RIGHT
	{
		margin-right: -25px;
		text-align: center;
		display: inline-block;
	}


	.FK-MODAL-LOGO
	{
		width: 40%;
		height: 40%;
	}

	.FK-MODAL-LOGO-TEXT
	{
		vertical-align: middle;
		text-align: left;
		display: inline-block;
	}


	.FK-MODAL-LOGO-TEXT-1
	{
		font-size: 14pt;
		font-weight: bold;
	}

	.FK-MODAL-LOGO-TEXT-2
	{
		font-size: 7pt;
	}

	.MODAL_HEADER_TEXT
	{
		font-size: 19pt;
	}

	

}

#DivTimeout,
#DivTimeoutReset,
#DivTimeoutAccount
{
	margin-top: 5px;
	text-align: center;
	display: none;

}

.page-loading
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s .2s ease-in-out;
	transition: all .4s .2s ease-in-out;
	color: var(--textColor1) !important;
	background-color: var(--ar-body-bg) !important;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
}

.page-loading.SCHEME
{
	color: var(--textColor1) !important;
	background-color: var(--ar-body-bg) !important;
}

	.page-loading.active
	{
		opacity: 0.8;
		visibility: visible;
	}

.page-loading-inner
{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	opacity: 0;
}

.page-loading.active > .page-loading-inner
{

	opacity: 1;
}

.page-loading-inner > span
{
	display: block;
	font-family: var(--ar-body-font-family);
	font-size: 1rem;
	font-weight: normal;
	color: var(--textColor4);
}

.page-loading-inner.SCHEME > span
{
	color: var(--textColor4);
}




				.page-spinner-file
				{				
					background: #fff var(--loader1Image) no-repeat center center;
					background-color: rgba(0, 0, 0, 0) !important;
					display: inline-block;
					width: 100px;
					height: 100px;
					opacity: 1;

					

				}

			




@-webkit-keyframes spinner
{
	0%
	{
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50%
	{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes spinner
{
	0%
	{
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50%
	{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


/****************GRID SYSTEM**************/


.L-FLEX
{
  text-align: inherit;
}

.L-FIXED
{
  text-align: left;
}

.R-FLEX
{
  text-align: inherit;
}

.R-FIXED
{
  text-align: right;
}

.C-FLEX
{
  text-align: inherit;
}

.C-FIXED
{
  text-align: center;
}


.HR-FLEX
{
  width: 100%;
  border: none;
  border-top: 1px var(--bodyBorderColor) solid;
  height: 1px;
	opacity: 0.6;
}


.GRID
{
  position: relative;
  min-height: 1px;
  width: 100%;
}

.H-FLEX
{
  height: 40px;
}

.W-FLEX
{
  width: 100%;
}


.P-TB-FLEX
{
}

.M-FLEX
{
}

  .M-FLEX.ACCOUNT-DETAIL-HR
  {
    margin: 35px 0 40px 0;
  }

  .M-FLEX.ACCOUNT-DETAIL-TOP-HR
  {
    margin: 25px 0 0 0;
  }

  .M-FLEX.ACCOUNT-DETAIL-CAL
  {
    margin: 20px 2% 0 2%;
  }


@media (max-width: 768px)
{
  .M-FLEX.ACCOUNT-DETAIL
  {
    margin: 20px 0;
  }

  .M-FLEX.ACCOUNT-DETAIL-VIEW
  {
    margin: 0 0 10px 0;
  }

  .ACCOUNT-DETAIL-INVOICE
  {
    display: block;
  }
}

@media (min-width: 768px)
{
  .ACCOUNT-DETAIL-INVOICE
  {
    display: none;
  }

  .P-TB-FLEX.ACCOUNT-DETAIL
  {
    padding: 25px 0;
  }

  .L-FLEX
  {
    text-align: left;
  }

  .R-FLEX
  {
    text-align: right;
  }

  .C-FLEX
  {
    text-align: center;
  }

  .GRID
  {
    position: inherit;
    min-height: 1px;
    float: left;
  }

    .GRID.of12-1
    {
      width: 8.3333%;
      padding-left: 1%;
      padding-right: 1%;
    }


    .GRID.of12-2
    {
      width: 16.6667%;
      padding-left: 1%;
      padding-right: 1%;
    }


    .GRID.of12-3
    {
      width: 25%;
      padding-left: 1%;
      padding-right: 1%;
    }


    .GRID.of12-4
    {
      width: 33.3333%;
      padding-left: 2%;
      padding-right: 2%;
    }


    .GRID.of12-5
    {
      width: 41.6667%;
      padding-left: 2%;
      padding-right: 2%;
    }


    .GRID.of12-6
    {
      width: 50%;
      padding-left: 2%;
      padding-right: 2%;
    }


    .GRID.of12-7
    {
      width: 58.3333%;
      padding-left: 3%;
      padding-right: 3%;
    }


    .GRID.of12-8
    {
      width: 66.6667%;
      padding-left: 3%;
      padding-right: 3%;
    }


    .GRID.of12-9
    {
      width: 75%;
      padding-left: 3%;
      padding-right: 3%;
    }


    .GRID.of12-10
    {
      width: 83.3333%;
      padding-left: 4%;
      padding-right: 4%;
    }


    .GRID.of12-11
    {
      width: 91.6667%;
      padding-left: 4%;
      padding-right: 4%;
    }


    .GRID.of12-12
    {
      width: 100%;
      padding-left: 4%;
      padding-right: 4%;
    }


    .GRID.of15-1
    {
      width: 6.6667%;
      padding-left: 1%;
      padding-right: 1%;
    }


    .GRID.of15-2
    {
      width: 13.3333%;
      padding-left: 1.5%;
      padding-right: 1.5%;
    }


    .GRID.of15-2-5
    {
      width: 16.6667%;
      padding-left: 1.5%;
      padding-right: 1.5%;
    }

    .GRID.of15-3
    {
      width: 20%;
      padding-left: 2%;
      padding-right: 2%;
    }


    .GRID.of15-4
    {
      width: 26.6667%;
      padding-left: 2%;
      padding-right: 2%;
    }


    .GRID.of15-5
    {
      width: 33.3333%;
      padding-left: 2%;
      padding-right: 2%;
    }


    .GRID.of15-6
    {
      width: 40%;
      padding-left: 2%;
      padding-right: 2%;
    }


    .GRID.of15-7
    {
      width: 46.6667%;
      padding-left: 3%;
      padding-right: 3%;
    }


    .GRID.of15-8
    {
      width: 53.3333%;
      padding-left: 3%;
      padding-right: 3%;
    }


    .GRID.of15-9
    {
      padding-left: 3%;
      padding-right: 3%;
    }


    .GRID.of15-10
    {
      width: 66.6667%;
      padding-left: 3%;
      padding-right: 3%;
    }


    .GRID.of15-11
    {
      width: 73.3333%;
      padding-left: 3%;
      padding-right: 3%;
    }


    .GRID.of15-12
    {
      width: 80%;
      padding-left: 4%;
      padding-right: 4%;
    }


    .GRID.of15-13
    {
      width: 86.6667%;
      padding-left: 4%;
      padding-right: 4%;
    }


    .GRID.of15-14
    {
      width: 93.3333%;
      padding-left: 4%;
      padding-right: 4%;
    }


    .GRID.of15-15
    {
      width: 100%;
      padding-left: 4%;
      padding-right: 4%;
    }
}


/********** CAROUSEL **********/


.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}



/*************** END CAROUSEL *************/


/*****************PROGRESS************/




.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


.progressModal
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;

}

.p-bar
{
	margin-left: 20px;
	margin-bottom: 15px;

	height: 22px;
	vertical-align:  top;

	border: 0;
	color: var(--bodyTextColor);
	background-color: var(--textColorLight);

	display: inline-block;


}

.p-bar[value]::-webkit-progress-bar,
#progress-bar[value]::-webkit-progress-bar  {
  
	background-color: var(--textColorLight) !important;
  
}

.p-bar[value]::-webkit-progress-value,
#progress-bar[value]::-webkit-progress-value {
  
	background-color: var(--bodyTextColor) !important;
  
}


.p-bar[value="100"]::-webkit-progress-value
{
  background-color: green !important;
}
 
/* Firefox */
.p-bar[value]::-moz-progress-bar,
#progress-bar[value]::-moz-progress-bar {
  background-color: var(--bodyTextColor);
}


.p-bar[value="100"]::-moz-progress-bar
{
  background-color: green !important;
}
 
/* IE */

.p-bar[value="100"]
{
  color: green !important;
}


/*****************END PROGRESS************/


@font-face {
  font-family: 'LiberationSans';
  src: url('/assets/fonts/LiberationSans-Regular.woff') format('woff');
	font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LiberationSans';
  src: url('/assets/fonts/LiberationSans-Bold.woff') format('woff');
	font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'LiberationSans';
  src: url('/assets/fonts/LiberationSans-Italic.woff') format('woff');
	font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'LiberationSans';
  src: url('/assets/fonts/LiberationSans-BoldItalic.woff') format('woff');
	font-weight: bold;
  font-style: italic;
}

