
html 
{
  background-color: transparent !important;
}

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

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

:root
{

	/* START */

	

/* FK CSS Copyright © 2026 iProtect LLC */

--cssVersion: "Gh3aY4Ya2S/CYULk045Zo8yMCKGvnhRxvGDWlRSdHKux3Kt3czB4do1YfYRCxHTXh/XwWMPIzs0WGhBXG+x6N7g==";
--cssName: 'DEFAULT_FK';
--cssIndex: 0;
--fontFamily: "Arial", "LiberationSans", sans-serif !important;
--fontSansSerif: "Arial", "LiberationSans", sans-serif !important;
--bodyBackgroundColor: #2d5986;
--bodybackgrundColorRGB: 45, 89, 134;
--bodyTextColor: #cccccc;
--bodyTextColorRGB: 204, 204, 204;
--navTextColor: #cccccc;
--navBackgroundColor: #2d5986;
--logoImage: url('/images/custom/logo/logo.png');
--avatarImage: url('/images/custom/avatar/avatar.png');
--captchaImage: url('/images/refresh-cccccc.png');
--listGroupItemTextColor: #cccccc;
--listGroupItemActiveTextColor: #ffff99;
--listGroupItemBackgroundColor: ;
--listGroupItemActiveBackgroundColor: #448c74;
--listGroupItemBorderBottom: 1px solid rgba(204,204,204,0.6);
--siteTitleTextColor1: #eeeeee;
--siteTitleTextColor2: #cccccc;
--siteTitleTextColor3: ;
--headerColor1: #cccccc;
--headerColor2: #cccccc;
--headerColor3: #cccccc;
--subHeaderColor1: #90ee90;
--subHeaderColor2: #448c74;
--subHeaderColor3: #cccccc;
--textColor1: #cccccc;
--textColor2: #448c74;
--textColor3: #90ee90;
--textColor4: #eeeeee;
--textColor5: #2d5986;
--textColorLight: #eeeeee;
--textHighlightColor1: #ffff99;
--textHighlightColor2: #eeeeee;
--inputTextColor: #1d3956;
--inputTextBackgroundColor: #eeeeee;
--loader1TextColor: #cccccc;
--loader1Image: url('/images/custom/loader/fk-bird-loader.gif');
--loader2TextColor: #cccccc;
--loader2Image: url('/images/custom/loader/fk-bird-loader.gif');
--loader3TextColor: #cccccc;
--loader3Image: url('/images/custom/loader/fk-bird-loader.gif');
--player1LoaderImage: url('/images/custom/loader/fk-bird-loader-video.gif');
--player1BackgroundColor: #000000;
--player1Border: 1px solid #cccccc;
--player1BorderRadius: 6px;
--player2LoaderImage: url('/images/custom/loader/fk-bird-loader-video.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: #ffa500;
--messageInfoColor: #cccccc;
--anchor1Color: #cccccc;
--anchor1HighlightColor: #90ee90;
--anchor2Color: #90ee90;
--anchor2HighlightColor: #90ee90;
--anchor3Color: #cccccc;
--anchor3HighlightColor: #448c74;
--button1Color: #eeeeee;
--button2Color: #eeeeee;
--button3Color: #eeeeee;
--button1BackgroundColor: #448c74;
--button2BackgroundColor: #448c74;
--button3BackgroundColor: #448c74;
--button1BorderRadius: 8px !important;
--button2BorderRadius: 6px !important;
--button3BorderRadius: 8px !important;
--button1BackgroundHighlightColor: #37715d;
--button2BackgroundHighlightColor: #37715d;
--button3BackgroundHighlightColor: #37715d;




	/* END */

	--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(--textColorLight);

}


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

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

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

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

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

.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);
}

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

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


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

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

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

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

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

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

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


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

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

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


.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);
}

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

.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);
	background-color: var(--button2BackgroundColor);
	border-color: var(--button2BackgroundColor);
	border-radius: var(--button2BorderRadius);
}

.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);
	background-color: var(--button3BackgroundColor);
	border-color: var(--button3BackgroundColor);
	border-radius: var(--button3BorderRadius);
}

.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);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active
{
	color: var(--button1Color) !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);

	}

	.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
{
	height: 31px;
}

.previewImage
{
	height: 30px;
}

.accountImage
{
	height: 32px;
}

.registerImage
{
	height: 32px;
}

.loginImage
{
	height: 32px;
}

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

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

.video-js .vjs-loading-spinner {
  /* Hide the default CSS-based spinner animation */
  display: block; /* Ensure the element is visible to show the background image */
 /* border: none;
  background-color: transparent;*/
  
 
  opacity: 0.5;
  text-align: left;
  border: 7px solid rgba(255, 255, 255, 0.9);

  /* Set your custom image as the background */
  
	background: rgba(0, 0, 0, 0.2) var(--player1LoaderImage) center center / 40px 40px no-repeat ; /* Use your spinner GIF file */

	/*background-color: rgba(0, 0, 0, 0) !important;*/
  
  /* Optional: Adjust size if your image is larger/smaller than default */
   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 ; /* Use your spinner GIF file */

}

.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;
}

	.player-full.CUSTOM
	{
		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);
}



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

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


.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: 25px;
}

.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;
}

.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-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
{
	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;
}


.FK-BALANCE-BUTTON:hover,
.FK-BALANCE-BUTTON:focus,
.FK-BALANCE-BUTTON:active
{
	background-color: var(--button1BackgroundHighlightColor) !important;
	border-color: var(--button1BackgroundHighlightColor) !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-AUTH-TOGGLE-IMAGE-SMALL
{
	display: none;
}



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


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

.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;
}

.FK-ACCOUNT-NAME-IMAGE
{
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	clip-path: circle();
}

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

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

.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
{
	font-size: 26pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

.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;
	}

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

.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-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;
}

.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-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-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.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;

	border: 2px dotted var(--textColor1);

	width: 100%;
	max-width: 900px;

	cursor: pointer;

}


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

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

}


.FK-SEARCH-IMAGE
{

}

.FK-SEARCH-DETAIL-DIV
{
	padding-top: 15px;

	text-align: left;

	width: 65%;
	display: inline-block;

	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(--textColor3) !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(--textColor3) !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.CUSTOM
	{
		width: 973px;
		height: 548px;
	}

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


@media screen and (max-width: 1480px)
{
	.player-full.CUSTOM
	{
		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.CUSTOM
	{
		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.CUSTOM
	{
		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.CUSTOM
	{
		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.CUSTOM
	{
		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-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: 768px)
{

	.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
	{
		margin-top: 15px;
	}

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

	.starImage
	{
		height: 29px;
	}

	.previewImage
	{
		height: 27px;
	}

	.accountImage
	{
		height: 29px;
	}

	.registerImage
	{
		height: 29px;
	}

	.loginImage
	{
		height: 29px;
	}


	.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;
	}

	.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-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)
{


	.starImage
	{
		height: 27px;
	}

	.previewImage
	{
		height: 26px;
	}

	.accountImage
	{
		height: 28px;
	}

	.registerImage
	{
		height: 28px;
	}

	.loginImage
	{
		height: 28px;
	}

	.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-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-IMAGE-RIGHT
	{
		width: 50%;
		display: none;
	}



	.FK-AUTH-TOGGLE-IMAGE-SMALL,
	.FK-AUTH-IMAGE-RIGHT
	{
		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)
{



	.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: 27px;
	}




	.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-ERRORS.TALENT
	{
		font-size: 12pt;
	}

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

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

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

	.starImage
	{
		height: 27px;
	}

	.previewImage
	{
		height: 25px;
	}

	.accountImage
	{
		height: 27px;
	}

	.registerImage
	{
		height: 27px;
	}

	.loginImage
	{
		height: 27px;
	}

	.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;
	}
}




@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: 28px;
	}




	.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-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-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-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-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-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%;
	}

	#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: -20px;
		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: 8pt;
	}





	.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: 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: 5px;
	}

	#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: -20px;
		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;
	}




}

#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; /* Use your spinner GIF file */

	background-color: rgba(0, 0, 0, 0) !important;

	display: inline-block;
	width: 100px;
	height: 100px;
	/*margin-bottom: .75rem;
	vertical-align: text-bottom;
	background-color: #cccccc;
	border-radius: 50%;*/
	opacity: 1;
	
	/*
	display: inline-block;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: .75rem;
	vertical-align: text-bottom;
	background-color: #cccccc;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner .75s linear infinite;
	animation: spinner .75s linear infinite;*/
}

@-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(--textColor1) solid;
  height: 1px;
}


.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%;
    }
}



@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;
}
