
.SENTRY-PREPAY-TAB-BTNS
{
	cursor: pointer;
}

.SENTRY-PREPAY-TAB-PANELS
{
	display: none;
}

.SENTRY-MGMT-BTN-MESSAGE
{
 	color: darkgreen;
	display: none;
}

.SENTRY-MGMT-BTN
{
	
}

.SENTRY-MGMT-PENDING-LINKS
{
	text-align: left !important;
}


.SENTRY-PROCESS-CARD-BTN
{
	height: 55px !important;
	width: 85% !important;
	font-size: 13pt !important;
}



.SENTRY-PROCESS-CARD-BTN.APPROVED:disabled
{
	background-color: darkgreen;
	border-color: darkgreen;

}

.SENTRY-PROCESS-CARD-BTN.DECLINED:disabled
{
	background-color: orangered;
	border-color: orangered;

}


.SENTRY-PROCESS-PAYPAL-BTN
{
	width: 85% !important;
	cursor: default;

}

.PanelUSDSlider
{
	display: block;
}


.PanelTGSlider
{
	display: none;
}

.sliderhandle 
{
    /* Styles for the draggable handle */
    background-color: #065df7;
    border: 1px solid #065df7;
    width: 30px;
    height: 30px;
    border-radius: 50%; /* Makes it a circle */
    cursor: pointer;
    position: absolute;
    top: -13px !important; /* Adjust position to center handle vertically on the rail */
    /* Add transition effects if desired */
}


.sliderrail {
        position: relative;
        height: 2px; /* Adjust this value for desired thickness */
        width: 80% !important; /* Adjust this value for desired length */
        background-color: #598dff; /* Optional: set a background color */
				margin-left: 10% !important;
				margin-right: 10% !important;
    }


.slidervalue
{
	display: none !important;

}

.SENTRY-PREPAY-AMOUNT
{
	font-weight: bold;
	margin-top: 25px !important;
	text-align: center;
	border: none;
	font-size: 18pt;
}





.SENTRY-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: #1d3956 !important;
	font-size: 14pt !important;
	/*padding: 0.825rem .5rem;*/

	border: 1px solid #333333;
	height: 50px !important;
	border-radius: 4px;
	font-weight: normal;

	max-width: 100% !important;
}


	.SENTRY-TEXTBOX.W75
	{
		max-width: 75% !important;
	}

	.SENTRY-TEXTBOX.W60
	{
		max-width: 60% !important;
	}


		.SENTRY-TEXTBOX.W45
	{
		max-width: 45% !important;
	}


			.SENTRY-TEXTBOX.W30
	{
		max-width: 30% !important;
	}


				.SENTRY-TEXTBOX.W20
	{
		max-width: 20% !important;
	}

	.SENTRY-TEXTBOX.INLINE
	{
		display: inline-block !important;
	}


	.SENTRY-TEXTBOX.SENTRY-ACCT
	{
		font-size: 14pt !important;
	}

		.SENTRY-TEXTBOX.SENTRY-ACCT.SUPPORT
		{
			width: 100%;
			height: 110px !important;
		}


.SENTRY-EMAIL-CAPTCHA-BOX-DIV
{
	margin-left: 5px;
	display: inline-block;
}

	.SENTRY-EMAIL-CAPTCHA-BOX-DIV.SUPPORT
	{
		margin-left: 5px;
		display: inline-block;
	}

.SENTRY-EMAIL-CAPTCHA-BOX
{
	width: 120px !important;
	padding: 0.825rem 1rem;
	color: #1d3956 !important;
	background-color: #ffffff;
	border-color: transparent;
	height: 50px !important;
	font-size: 14pt !important;
	border: 1px dotted #333333;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}

.SENTRY-CAPTCHA-REFRESH-DIV
{
	margin-top: 12px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 10px;
}


.SENTRY-CAPTCHA-REFRESH
{
	height: 16px;
	width: 16px;
	vertical-align: middle;
	display: inline-block;
}


.SENTRY-DETAIL-INPUT-DIV
{
	width: 100%;
	display: inline-block;
}


.SENTRY-DETAIL-INPUT-LABEL
{
	font-size: 12pt !important;
	color: #1d3956;
	width: 100%;
}

.SENTRY-DETAIL-INPUT-SPLIT-DIV
{
	width: 48%;
	display: inline-block;
}

.SENTRY-UPDATED
{
	font-size: 16pt;
	font-weight: bold;
	color: #1d3956;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.SENTRY-SUCCESS
{
	color: darkgreen !important;
}

.SENTRY-APPROVED
{
	color: darkgreen !important;

}

.SENTRY-DECLINED
{
	color: orangered !important;

}


.list-group-item
{
	border: none !important;
	position: relative; /* Essential for positioning the pseudo-element */
}

	.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: 1px solid rgba(204,204,204,0.6); /* Apply your desired border style */
	}

	.list-group-item:last-child::after,
	.list-group-item.active::after
	{
		border-bottom: none;
	}

.navbar-image-21
{
	height: 58px;
}

.FK-PREVIEW-LINK
{
	font-weight: bold;
}

.starImage
{
	height: 31px;
}

.previewImage
{
	height: 30px;
}

.accountImage
{
	height: 32px;
}

.registerImage
{
	height: 32px;
}

.loginImage
{
	height: 32px;
}

.video-js .vjs-tech
{
	position: relative;
	height: inherit;
}

.player
{
	width: 590px;
	height: 331px;
	margin-left: auto;
	margin-right: auto;
	background: black;
}

	.player.CUSTOM
	{
		border: 1px solid #cccccc;
		border-radius: 6px;
	}

.player-full
{
	width: 1024px;
	height: 576px;
	margin-left: auto;
	margin-right: auto;
}

	.player-full.CUSTOM
	{
		border: 2px solid #cccccc;
		border-radius: 6px;
	}


.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: #cccccc;
	text-decoration: none;
	background: none;
	border: 0;
}



.modal
	{
		--bs-modal-width: 650px !important;
	}


.shopImg
{
	display: none;
}


.bg-light
{
	background-color: #2d5986 !important;
}

#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: #cccccc !important;
}

.a-hover-fkgreen-no-u
{
	color: #cccccc !important;
	text-decoration: none;
	cursor: pointer;
}

.a-hover-fkgreen
{
	color: #cccccc !important;
	cursor: pointer;
}

.a-hover-fkgreenDark
{
	color: #448c74 !important;
	cursor: pointer;
}

.a-hover-lightgreen
{
	color: #cccccc !important;
	cursor: pointer;
}

.a-hover-darkbluegray
{
	color: #1d3956 !important;
	cursor: pointer;

}

.a-hover-fkgreen-no-u.SMALL,
.a-hover-fkgreen.SMALL
{
	font-size: 11pt;
}


.a-hover-darkbluegray:hover,
.a-hover-darkbluegray:focus
{
	color: #0d6efd !important;
	text-decoration: none;
}

.a-hover-fkgreen:hover,
.a-hover-fkgreen:focus,
.a-hover-fkgreen-no-u:hover,
.a-hover-fkgreen-no-u:focus
{
	color: #448c74 !important;
	text-decoration: none;
}

.a-hover-lightgreen:hover,
.a-hover-lightgreen:focus,
.a-hover-fkgreenDark:hover,
.a-hover-fkgreenDark:focus
{
	color: lightgreen !important;
	text-decoration: none;
}


.fkNavLinks
{
	margin-top: 2px !important;
	font-size: 15pt;
	color: #eeeeee !important;
}

	.fkNavLinks.noPad
	{
		margin-top: 0px !important;
	}

.color-FK-GREEN
{
	color: #448c74 !important;
}

.color-FK-LIGHTGREEN
{
	color: lightgreen !important;
}

.color-FK-WHITE
{
	color: #eeeeee !important;
}


.FK-RESULT
{
	font-size: 14pt;
	font-weight: bold;
}

.SENTRY-ERRORS
{
	font-weight: normal !important;
	color: orangered !important;
}

	.SENTRY-ERRORS.CONTENT
	{
		font-weight: normal;
	}


.SENTRY-SUCCESS
{
	font-size: 14pt;
	color: darkgreen !important;
}


.FK-SUCCESS
{
	font-size: 14pt;
	color: #448c74 !important;
}

	.SENTRY-ERRORS.TALENT,
	.FK-SUCCESS.TALENT
	{
		font-weight: normal;
	}




.FK-INFO
{
	font-size: 14pt;
	color: #cccccc !important;
}

.FK-MODAL-CLOSE-DIV
{
	text-align: right;
}

.SENTRY-MODAL-CLOSE
{
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	border-color: #cccccc;
	color: #000000;
}

.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: #cccccc;
}

.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: #ffffff;
}

.FK-FP-TITLE
{
	font-size: 16pt;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 15px;
	color: #cccccc;
}

.FK-MODAL-VIDEO-BUTTONS
{
	width: 110px;
	height: 35px;
	font-size: 12pt;
	background-color: #2d5986;
	border-color: #cccccc;
	color: #cccccc;
	margin-left: 15px;
	display: inline-block;
	position: relative;
}


	.FK-MODAL-VIDEO-BUTTONS.FIRST
	{
		margin-left: 0px;
	}

	.FK-MODAL-VIDEO-BUTTONS.SELECTED
	{
		color: #448c74;
	}


.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;
}


.SENTRY-MODAL-LOGO-TEXT
{
	font-size: 22pt;
	font-weight: bold;
	color: #1d3956;
}

.FK-MODAL-LOGO-TEXT-2
{
	font-size: 9pt;
	color: #eeeeee;
}

.FK-MODAL-TITLE,
.FK-SHOP-MODAL-TITLE
{
	font-size: 16pt;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 15px;
	color: #ffffff;
}

.FK-SHOP-MODAL-SUMMARY
{
	font-size: 15pt;
	color: #eeeeee;
}


.FK-SUBSCRIBE-MODAL-PANEL-RENEW
{
}

.FK-SUBSCRIBE-MODAL-PANEL-UPGRADE
{
}

.FK-RENEW-UPGRADE-LINK-DIV
{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
}

.SENTRY-MGMT-BTN,
.FK-RENEW-UPGRADE-BUTTON
{
	color: #ffffff !important;
	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;
}





.SENTRY-CHECKBOX
{
	font-size: 14pt;
	display: inline-block;
}


	.SENTRY-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%;
}

.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;
	}

.list-group-item.active
{
	color: deepskyblue;
	background-color: #333333;
}

.FK-SIDEBAR-HEADER:focus,
.FK-SIDEBAR-HEADER:hover
{
	color: deepskyblue !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
	{
		color: #ffff99 !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: #cccccc;
}

.FK-ACCOUNT-EMAIL-DIV
{
	font-size: 12pt;
}

.SENTRY-PREPAY-DIV-WIDTH
{
	width: 700px;
	max-width: 90%;
	display: inline-block;
}


.FK-DETAIL-DIV-WIDTH
{
	margin-left: 160px;
	width: 700px;
	max-width: 90%;
	display: inline-block;
}

.FK-DETAIL-DIV
{
	width: 100%;
	margin-left: 5%;
	margin-top: 25px;
	margin-bottom: 45px;
	text-align: left;
	display: inline-block;
}

.SENTRY-DETAIL,
.FK-DETAIL
{
	font-size: 26pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.SENTRY-DETAIL.MGMT
{
	margin-bottom: 20px;
}


.FK-DETAIL-INPUT-FORM
{
	width: 100%;
	margin-bottom: 20px !important;
	display: inline-block;
}

	.FK-DETAIL-INPUT-FORM.AVAILABLE
	{
		margin-bottom: 5px !important;
	}

.COUNTDOWN
{
	color: #448c74;
}

.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;
	width: 100%;
}


.SENTRY-PREPAY-TAB-BOX 
{
	width: 450px;
	max-width: 95%;
	text-align: center;

	padding: 0;

}

.SENTRY-PREPAY-TAB-BOX.BORDERS
{
	width: 420px;
	max-width: 88%;

	border: 1px dotted blue;

	border-radius: 8px;

	margin-left: 15px;
	margin-right: 15px;

}


.SENTRY-PREPAY-TAB-BOX.SELECT
{
	margin-top: 15px;

	width: 420px;
	max-width: 88%;

	padding-bottom: 30px;
	border: 1px dotted blue;

	border-radius: 8px;

	margin-left: 15px;
	margin-right: 15px;

}


.SENTRY-PREPAY-TAB-DIV
{
	width: 28%;

	margin-left: 2%;
	margin-right: 2%;

	margin-top: 6%;

	display: inline-block;

  background-color: #ffffff;
	padding: 0;
	border: 1px dotted blue;

	border-radius: 8px;

}

.SENTRY-PREPAY-TAB-DIV-TG
{
	width: 20%;

	margin-left: 2%;
	margin-right: 2%;

	margin-top: 6%;

	display: inline-block;

  background-color: #ffffff;
	padding: 0;
	border: 1px dotted blue;

	border-radius: 8px;

}

	.SENTRY-PREPAY-TAB-DIV.ACTIVE,
	.SENTRY-PREPAY-TAB-DIV-TG.ACTIVE
	{
		border: 2px solid blue;

	}

	.SENTRY-PREPAY-TAB-DIV.INACTIVE,
	.SENTRY-PREPAY-TAB-DIV-TG.INACTIVE
	{
		display: none;

	}

	.SENTRY-PREPAY-TAB-DIV:hover,
	.SENTRY-PREPAY-TAB-DIV:focus,
	.SENTRY-PREPAY-TAB-DIV-TG:hover,
	.SENTRY-PREPAY-TAB-DIV-TG:focus
	{
		background-color: #ddeeff;

	}

.FK-DETAIL-INPUT
{
	font-size: 26pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}


.SENTRY-SUBDETAIL
{
	font-size: 16pt;
	font-weight: bold;
	color: midnightblue;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 25px;
}

.FK-UPDATE
{
	color: #cccccc;
}

.SENTRY-UPDATED-DIV,
.FK-UPDATED-DIV
{
	margin-top: 25px;
	
}

.FK-UPDATED
{
	font-size: 16pt;
	font-weight: bold;
	color: #448c74;
	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-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-HEADER
{
	font-size: 29pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
	max-width: 480px;
}

	.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
{
	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: lightgreen !important;
	}


.FK-FP-DETAIL
{
	font-size: 14pt;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #cccccc !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: orangered;
	}

.select.TALENT
{
	font-size: 14pt;
	padding: 10px;
	line-height: 45px;
	height: 45px;
	color: #2d5986;
	max-width: 90%;
}

.select.FP
{
	font-size: 14pt;
	padding: 10px;
	line-height: 45px;
	height: 45px;
	color: #cccccc;
	background-color: #2d5986;
	max-width: 90%;
	border-radius: 4px;
	border: 1px solid #aaaaaa;
	padding-right: 10px;
}

	.select.FP.GREEN
	{
		color: lightgreen;
		border: 1px dotted #cccccc;
		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: #cccccc !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
{
	color: #448c74 !important;
	text-decoration: none;
}



.FK-SUBHEADER
{
	font-size: 14pt;
	text-align: left;
	margin-top: 15px;
	max-width: 480px;
}

.SENTRY-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: #cccccc !important;
	font-weight: normal;
}


	.FK-CONTENT-DETAIL.LINK,
	.FK-FP-DETAIL.LINK
	{
		margin-top: 15px;
	}

.FK-SUBHEADER.CONTENT.ALERT
{
	font-size: 16pt;
	color: lightgreen !important;
}

	.FK-SUBHEADER.CONTENT.ALERT.SMALL
	{
		font-size: 12pt;
	}


.FK-SUBHEADER.TG
{
	margin-top: 10px;
	margin-bottom: 35px;
}



.SENTRY-AUTH-SUBHEADER.TG
{
	margin-top: 10px;
	margin-bottom: 35px;
}


.FK-SUBHEADER.ALERT
{
	color: lightgreen !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 #cccccc;
	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-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,
.SENTRY-CAPTCHA-REFRESH-DIV
{
	margin-top: 12px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 10px;
}


.FK-CAPTCHA-REFRESH,
.SENTRY-CAPTCHA-REFRESH
{
	height: 16px;
	width: 16px;
	vertical-align: middle;
	display: inline-block;
}


.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: lightgreen !important;
	font-size: 14pt !important;
	/*padding: 0.825rem .5rem;*/

	border: 1px dotted #cccccc;
	height: 50px !important;
	border-radius: 4px;
	font-weight: normal;
}


	.FK-TEXTBOX.FK-ACCT
	{
		font-size: 14pt !important;
	}


	.FK-TEXTBOX.FK-REGISTER
	{
		font-size: 14pt !important;
	}

.SENTRY-CHECKBOX.FK-AUTH
{
	font-size: 14pt !important;
}

	.SENTRY-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: #cccccc !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: white !important;
	font-size: 14pt !important;
	/*padding: 0.825rem .5rem;*/

	border: 1px dotted #cccccc;
	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: white !important;
	font-size: 14pt !important;
	/*padding: 0.825rem .5rem;*/

	border: 1px dotted #cccccc;
	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: lightgreen !important;
	background-color: #2d5986;
	border-color: transparent;
	height: 50px !important;
	font-size: 14pt !important;
	border: 1px dotted #cccccc;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}


.CAPTCHA-ALERT
{
	width: 120px !important;
	padding: 0.825rem 1rem;
	background-color: #2d5986;
	border-color: transparent;
	height: 50px !important;
	font-size: 14pt !important;
	border: 1px dotted #cccccc;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	color: orange !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 #cccccc;
	height: 50px !important;
	border-radius: 4px;
	color: orange !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 #cccccc;
	height: 50px !important;
	border-radius: 4px;
	text-align: center !important;
	color: lightgreen !important;
	font-weight: bold;
}

.FK-TEXTBOX:focus,
.FK-EMAIL-BOX:focus,
.FK-EMAIL-CAPTCHA-BOX:focus
{
	color: #1d3956 !important;
	background-color: #fffff0;
}

.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: lightgreen !important;
	font-weight: bold;
}

.FK-EMAIL-NOTIFY-SUCCESS
{
	font-size: 12pt;
	color: #cccccc !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: #cccccc;
	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.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;
		color: #cccccc;
		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-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,
	.SENTRY-EMAIL-CAPTCHA-DIV
	{
		margin-top: 20px;
	}

	.FK-EMAIL-CAPTCHA,
	.SENTRY-EMAIL-CAPTCHA
	{
		height: 50px !important;
	}


	.FK-CAPTCHA-REFRESH-DIV,
	.SENTRY-CAPTCHA-REFRESH-DIV
	{
		margin-top: 12px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH,
	.SENTRY-CAPTCHA-REFRESH
	{
		height: 16px;
		width: 16px;
		vertical-align: middle;
		display: inline-block;
	}


	.FK-EMAIL-BOX-DIV,
	.SENTRY-EMAIL-BOX-DIV
	{
		text-align: center;
		margin-top: 20px;
	}


	.FK-EMAIL-BOX,
	.SENTRY-EMAIL-BOX
	{
		color: white !important;
		font-size: 14pt !important;
		/*padding: 0.825rem .5rem;*/

		border: 1px dotted #cccccc;
		height: 45px !important;
		border-radius: 4px;
	}



	.FK-EMAIL-CAPTCHA-BOX-DIV,
	.SENTRY-EMAIL-CAPTCHA-BOX-DIV
	{
		margin-left: 5px;
		display: inline-block;
	}

	.FK-EMAIL-CAPTCHA-BOX
	{
		width: 120px !important;
		padding: 0.825rem 1rem;
		color: white !important;
		background-color: #2d5986;
		border-color: transparent;
		height: 45px !important;
		font-size: 14pt !important;
		border: 1px dotted #cccccc;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}

		.FK-EMAIL-BOX:focus,
		.FK-EMAIL-CAPTCHA-BOX:focus
		{
			color: #1d3956 !important;
			background-color: #fffff0;
		}

	.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;
		color: #cccccc;
		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;
	}


	.SENTRY-CHECKBOX.FK-AUTH
	{
		font-size: 12pt !important;
	}

		.SENTRY-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-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,
	.SENTRY-CAPTCHA-REFRESH-DIV
	{
		margin-top: 12px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH,
	.SENTRY-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
	{
		color: white !important;
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		border: 1px dotted #cccccc;
		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;
		color: white !important;
		background-color: #2d5986;
		border-color: transparent;
		height: 40px !important;
		font-size: 12pt !important;
		border: 1px dotted #cccccc;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}


		.FK-EMAIL-BOX:focus,
		.FK-EMAIL-CAPTCHA-BOX:focus
		{
			color: #1d3956 !important;
			background-color: #fffff0;
		}

	.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)
{
	.SENTRY-SUCCESS,
	.FK-RESULT,
	.FK-SUCCESS.TALENT,
	.SENTRY-ERRORS.TALENT
	{
	}

	.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;
	}



	.SENTRY-CHECKBOX
	{
		font-size: 12pt;
	}

		.SENTRY-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;
	}

	.SENTRY-AUTH-SUBHEADER
	{
		font-size: 13pt;
	}

	.FK-SUBHEADER
	{
		font-size: 12pt;
		text-align: left;
		margin-top: 15px;
		margin-left: 10px;
		max-width: 300px;
	}

		.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,
	.SENTRY-CAPTCHA-REFRESH-DIV
	{
		margin-top: 8px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH,
	.SENTRY-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
	{
		color: white !important;
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		border: 1px dotted #cccccc;
		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;
		color: white !important;
		background-color: #2d5986;
		border-color: transparent;
		height: 40px !important;
		font-size: 12pt !important;
		border: 1px dotted #cccccc;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}



	.CAPTCHA-ALERT
	{
		width: 90px !important;
		padding: 0.825rem 1rem;
		background-color: #2d5986;
		border-color: transparent;
		height: 40px !important;
		font-size: 12pt !important;
		border: 1px dotted #cccccc;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
		color: orange !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: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		border: 1px dotted #cccccc;
		height: 40px !important;
		border-radius: 4px;
		display: inline-block;
		width: 240px !important;
		color: orange !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;*/

		border: 1px dotted #cccccc;
		height: 40px !important;
		border-radius: 4px;
		display: inline-block;
		width: 240px !important;
		text-align: center !important;
		color: lightgreen !important;
		font-weight: bold;
	}



	.FK-EMAIL-BOX:focus,
	.FK-EMAIL-CAPTCHA-BOX:focus
	{
		color: #1d3956 !important;
		background-color: #fffff0;
	}

	.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;
		color: #cccccc;
		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;
	}


	.SENTRY-CHECKBOX
	{
		font-size: 12pt;
	}

		.SENTRY-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.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,
	.SENTRY-CAPTCHA-REFRESH-DIV
	{
		margin-top: 10px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH,
	.SENTRY-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
	{
		color: white !important;
		font-size: 11pt !important;
		/*padding: 0.825rem .5rem;*/

		border: 1px dotted #cccccc;
		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;
		color: white !important;
		background-color: #2d5986;
		border-color: transparent;
		height: 35px !important;
		font-size: 11pt !important;
		border: 1px dotted #cccccc;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}

		.FK-EMAIL-BOX:focus,
		.FK-EMAIL-CAPTCHA-BOX:focus
		{
			color: #1d3956 !important;
			background-color: #fffff0;
		}

	.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)
{
	.SENTRY-SUCCESS,
	.FK-RESULT,
	.FK-SUCCESS.TALENT,
	.SENTRY-ERRORS.TALENT
	{
	}

	.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;
	}

	.SENTRY-DETAIL,
	.FK-DETAIL
	{
		font-size: 24pt;
	}

	
	.FK-DETAIL-INPUT-LABEL
	{
		font-size: 11pt !important;
	}

	.FK-DETAIL-INPUT-DIV,
	.SENTRY-DETAIL-INPUT-DIV
	{
		width: 98%;
	}


	.SENTRY-SUBDETAIL
	{
		font-size: 14pt;
	
	}



	.fk-navbar-nav
	{
		margin-top: 12px;
	}

	.fk-navbar-nav-hide
	{
		display: none;
	}

	.SENTRY-CHECKBOX
	{
		font-size: 14pt;
	}

		.SENTRY-CHECKBOX label
		{
			font-size: 14pt;
		}

	.FK_REG_TERMS
	{
		font-size: 14pt;
	}

	.modal
	{
		--bs-modal-width: 600px !important;
	}


	#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;
	}

	.SENTRY-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.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,
	.SENTRY-CAPTCHA-REFRESH-DIV
	{
		margin-top: 8px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH,
	.SENTRY-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
	{
		color: white !important;
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		border: 1px dotted #cccccc;
		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;
		color: white !important;
		background-color: #2d5986;
		border-color: transparent;
		height: 45px !important;
		font-size: 12pt !important;
		border: 1px dotted #cccccc;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}

		.FK-EMAIL-BOX:focus,
		.FK-EMAIL-CAPTCHA-BOX:focus
		{
			color: #1d3956 !important;
			background-color: #fffff0;
		}

	.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;
		color: #cccccc;
		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;
	}

	.SENTRY-SUCCESS,
	.FK-RESULT,
	.FK-SUCCESS.TALENT,
	.SENTRY-ERRORS.TALENT
	{
	}

	.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;
	}

	.FK-DETAIL-DIV
	{
		margin-top: 15px;
	}

	.SENTRY-DETAIL,
	.FK-DETAIL
	{
		font-size: 22pt;
	}

	
	.FK-DETAIL-INPUT-LABEL
	{
		font-size: 11pt !important;
	}

	.FK-DETAIL-INPUT-DIV,
	.SENTRY-DETAIL-INPUT-DIV
	{
		width: 98%;
	}


	.fk-navbar-nav
	{
		margin-top: 15px;
	}

	.navbar
	{
		padding-top: 0;
		margin-bottom: 10px;
	}

	.starImage
	{
		height: 28px;
	}

	.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;
	}

	.SENTRY-AUTH-SUBHEADER
	{
		font-size: 11pt;
	}

	.FK-TEXTBOX.FK-ACCT,
	.SENTRY-TEXTBOX.SENTRY-ACCT
	{
		font-size: 12pt !important;
	}


	.FK-TEXTBOX.FK-REGISTER
	{
		font-size: 12pt !important;
	}

	.SENTRY-CHECKBOX.FK-AUTH
	{
		font-size: 11pt !important;
	}

		.SENTRY-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;
		color: #cccccc;
		font-size: 9pt;
	}
}




@media screen and (max-width: 680px)
{
	.SENTRY-PROCESS-CARD-BTN
	{
		font-size: 11pt !important;
	}

	.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;
	}

	.SENTRY-DETAIL,
	.FK-DETAIL
	{
		font-size: 20pt;
	}

	.modal
	{
		--bs-modal-width: 530px !important;
	}

	#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-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-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,
	.SENTRY-CAPTCHA-REFRESH-DIV
	{
		margin-top: 8px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH,
	.SENTRY-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
	{
		color: white !important;
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		border: 1px dotted #cccccc;
		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;
		color: white !important;
		background-color: #2d5986;
		border-color: transparent;
		height: 45px !important;
		font-size: 12pt !important;
		border: 1px dotted #cccccc;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}

		.FK-EMAIL-BOX:focus,
		.FK-EMAIL-CAPTCHA-BOX:focus
		{
			color: #1d3956 !important;
			background-color: #fffff0;
		}

	.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;
		color: #cccccc;
		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)
{
	.SENTRY-ERRORS.TALENT
	{
	}

	.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;
	}

	.SENTRY-DETAIL,
	.FK-DETAIL
	{
		font-size: 17pt;
	}

	.SENTRY-SUBDETAIL
	{
		font-size: 12pt;
	}


	.FK-TEXTBOX.FK-ACCT,
	.SENTRY-TEXTBOX.SENTRY-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;
	}

.modal
	{
		width: 90% !important;
		margin-left: 5%;
		margin-right: 5%;
	}


	#videoplayer
	{
		width: 427px;
		height: 240px;
	}

	.FK-MODAL-VIDEO-BUTTONS
	{
		width: 90px;
		font-size: 11pt;
	}

	.FK-MODAL-CLOSE-DIV
	{
		text-align: right;
	}


	.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;
	}

	.SENTRY-MODAL-LOGO-TEXT
	{
		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
	{
		width: 450px !important;
		margin-left: 28px;
		margin-right: 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;
	}

	.SENTRY-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;
	}


	.SENTRY-MODAL-LOGO-TEXT
	{
		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,
	.SENTRY-CAPTCHA-REFRESH-DIV
	{
		margin-top: 8px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH,
	.SENTRY-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
	{
		color: white !important;
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		border: 1px dotted #cccccc;
		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;
		color: white !important;
		background-color: #2d5986;
		border-color: transparent;
		height: 45px !important;
		font-size: 12pt !important;
		border: 1px dotted #cccccc;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}


	.CAPTCHA-ALERT
	{
		width: 90px !important;
		padding: 0.825rem 1rem;
		background-color: #2d5986;
		border-color: transparent;
		height: 45px !important;
		font-size: 12pt !important;
		border: 1px dotted #cccccc;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
		color: orange !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: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		border: 1px dotted #cccccc;
		height: 40px !important;
		border-radius: 4px;
		display: inline-block;
		width: 240px !important;
		color: orange !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 #cccccc;
		height: 50px !important;
		border-radius: 4px;
		text-align: center !important;
		color: lightgreen !important;
		font-weight: bold;
	}



	.FK-EMAIL-BOX:focus,
	.FK-EMAIL-CAPTCHA-BOX:focus
	{
		color: #1d3956 !important;
		background-color: #fffff0;
	}

	.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;
		color: #cccccc;
		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;
	}


	#videoplayer
	{
		width: 311px;
		height: 175px;
	}


	.FK-MODAL-CLOSE-DIV
	{
		text-align: right;
	}

	.SENTRY-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;
	}


	.SENTRY-MODAL-LOGO-TEXT
	{
		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;
	}

	.SENTRY-DETAIL,
	.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,
	.SENTRY-CAPTCHA-REFRESH-DIV
	{
		margin-top: 8px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH,
	.SENTRY-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
	{
		color: white !important;
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		border: 1px dotted #cccccc;
		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;
		color: white !important;
		background-color: #2d5986;
		border-color: transparent;
		height: 45px !important;
		font-size: 12pt !important;
		border: 1px dotted #cccccc;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}


	.CAPTCHA-ALERT
	{
		width: 90px !important;
		padding: 0.825rem 1rem;
		background-color: #2d5986;
		border-color: transparent;
		height: 45px !important;
		font-size: 12pt !important;
		border: 1px dotted #cccccc;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
		color: orange !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: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		border: 1px dotted #cccccc;
		height: 40px !important;
		border-radius: 4px;
		display: inline-block;
		width: 240px !important;
		color: orange !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 #cccccc;
		height: 50px !important;
		border-radius: 4px;
		text-align: center !important;
		color: lightgreen !important;
		font-weight: bold;
	}

	.FK-EMAIL-BOX:focus,
	.FK-EMAIL-CAPTCHA-BOX:focus
	{
		color: #1d3956 !important;
		background-color: #fffff0;
	}

	.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;
		color: #cccccc;
		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%;
	}
}


@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;
	}


	#videoplayer
	{
		width: 280px;
		height: 158px;
	}


	.FK-MODAL-CLOSE-DIV
	{
		text-align: right;
	}

	.SENTRY-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;
	}


	.SENTRY-MODAL-LOGO-TEXT
	{
		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,
	.SENTRY-CAPTCHA-REFRESH-DIV
	{
		margin-top: 8px;
		display: inline-block;
		margin-left: 5px;
		margin-right: 10px;
	}


	.FK-CAPTCHA-REFRESH,
	.SENTRY-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
	{
		color: white !important;
		font-size: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		border: 1px dotted #cccccc;
		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;
		color: white !important;
		background-color: #2d5986;
		border-color: transparent;
		height: 45px !important;
		font-size: 12pt !important;
		border: 1px dotted #cccccc;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
	}


	.CAPTCHA-ALERT
	{
		width: 90px !important;
		padding: 0.825rem 1rem;
		background-color: #2d5986;
		border-color: transparent;
		height: 45px !important;
		font-size: 12pt !important;
		border: 1px dotted #cccccc;
		border-radius: 4px;
		display: inline-block;
		vertical-align: middle;
		color: orange !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: 12pt !important;
		/*padding: 0.825rem .5rem;*/

		border: 1px dotted #cccccc;
		height: 40px !important;
		border-radius: 4px;
		display: inline-block;
		width: 240px !important;
		color: orange !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 #cccccc;
		height: 50px !important;
		border-radius: 4px;
		text-align: center !important;
		color: lightgreen !important;
		font-weight: bold;
	}


	.FK-EMAIL-BOX:focus,
	.FK-EMAIL-CAPTCHA-BOX:focus
	{
		color: #1d3956 !important;
		background-color: #fffff0;
	}

	.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;
		color: #cccccc;
		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;
	}
}


.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: #cccccc !important;
	background-color: #2d5986 !important;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
}

	.page-loading.active
	{
		opacity: 0.6;
		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: "Arial", sans-serif;
	font-size: 1rem;
	font-weight: normal;
	color: #eeeeee;
}

.page-spinner
{
	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;
	}
}



::placeholder
{
	color: #cccccc;
}

::-ms-input-placeholder
{
	color: #cccccc;
}


/****************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 #CCCCCC 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 (min-width: 1px)
{
  .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%;
    }
}

	*/