html, body {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 12px;    
    font-family: Helvetica;
    text-decoration: none; 
}

table
{
	border-spacing: 0px;
}

.homepage-body 
{
    background-image: url("../images/background.jpg");
    background-position: center 75%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    z-index: -100;
}

.homepage-body.no-pizzas
{
    background-image: url("../images/background_no_pizzas.jpg");
}

.homepage-body-bottom
{
    width: 100%;
    background-position-x: left;
    background-position-y: bottom;
    position: absolute;
    bottom: 42px;
    background-repeat: no-repeat;
    background-size: 80%;
    z-index: -99;
}

.homepage-body-bottom.pizza-left
{
    background-image: url("../images/background_bottom_pizza_left.png");
    height: calc(45% + 43px);
}

.homepage-body-bottom.pizza-left-50
{
    background-image: url("../images/background_bottom_pizza_left_50.png");
    height: calc(48% + 43px);
}

.homepage-body-bottom.pizza-corner
{
    background-image: url("../images/background_bottom_pizza_corner.png");
    height: calc(19% + 43px);
}

.homepage-body-bottom.pizza-right
{
    background-image: url("../images/background_bottom_pizza_right.png");
    height: calc(64% + 43px);
}

.homepage-body-bottom.homepage
{
    background-image: url("../images/background_bottom_homepage.png");
    height: calc(15% + 43px);
}

.homepage-body-bottom.none
{
    display: none;
}

.background_claim
{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/background_claim.png");
    background-size: 53vh 55.6vh;
    width: 53vh;
    height: 55.6vh;
    
    position: absolute;
    left: 0px;
    top: 2vw;
}

.background_prizes
{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/background_prizes.png");
    background-size: 68.9vh 45.2vh;
    width: 68.9vh;
    height: 45.2vh;
    
    position: absolute;
    left: 0px;
    bottom: 2.4vw;
    
    z-index: 11;
}

div.homepage-top
{
	width: 100%;
	height: 2.9vh;
    box-shadow: 0px 7px 5px rgba(51,14,0,0.13);
    background-color: #d81321;
}

#homepage_message
{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/homepage_message.png");
    background-size: 108.8vh 60.3vh;
    width: 108.8vh;
    height: 60.3vh;
    
    position: absolute;
    right: 0px;
    top: 2.5vw;
}

#homepage_promo
{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/homepage_promo.png");
    background-size: 93.0vh 47.9vh;
    width: 93.0vh;
    height: 47.9vh;
    
    position: absolute;
    right: 0px;
    bottom: 2.4vw;
}

#homepage_background_left
{
	background-image: url(../images/background_homepage_left.png);
    background-size: 100%;
    width: 10.7vw;
    height: 100vh;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    bottom: 43px;
}

#homepage_message
{
	font-family: Hand_Of_Sean;	
}

#homepage_pizzas
{
	background-image: url("../images/homepage_pizzas.png");
	background-size: 696px 379px;
	width: calc(100vw - 285px);
	height: 379px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 30px;
	bottom: 60px;
	z-index: 13;
}

#homepage_prizes_participate_pane
{
    width: 100%;    
}

#homepage_prizes_participate_pane div.btn-participate
{
    margin: 0 auto;
}

.btn-participate.instructions
{
    width: 10vw;
    height: 6vh;
}

#homepage_prizes_tab
{
	width: 25.6vw;
    position: absolute;
    left: 4.1vw;
    bottom: 8.4vh;
    background-color: rgba(40,40,40,0.8);
    text-align: center;
    font-family: "Veneer W01";
    color: white;
    text-transform: uppercase;
    padding-bottom: 2.5vw;
    z-index: 13;    
}

#homepage_prizes_tab div.top-menu
{
	float: none;
    width: 100%;
}

#homepage_prizes_tab h1
{
	font-size: 3em;
	font-weight: normal;
}

#homepage_prizes_tab h2
{
	font-size: 2.5em;
	font-weight: normal;
}

#homepage_prizes_tab h3
{
	font-size: 2em;
	font-weight: normal;
}

#main-content
{
    
}

#footer
{
    clear: both;
    position: absolute;
    bottom: 0;
    width: 100%;
    
    height: 42px;
    background-color: #ed1b23;
}

#footer-pane
{
	padding-left: 40px;
    padding-right: 40px;    
}

#footer-links
{
	float: left;    
    height: 100%;
    margin-top: 15px;
}

#footer-pane-share
{
    float: right;
}

#footer-pane-share p
{
    color: white;
    float: left;
    font-family: "Microbrew Soft Five";
    font-size: 14px;
}

#footer-pane-share-icons
{
	float:right;
}

#footer-pane-share-icon-facebook
{   
    background-image: url(../images/btn_fbook.png);
    margin-left: 5px;
    line-height: 43px;
    background-position: center 10px;
    background-size: 10px;
    height: 43px;
}

.board-background
{
	width: 68vw;
	height: 67vh;
	background-color: rgba(40,40,40,0.8);
	
	position: absolute;
	right: 2vw;
	bottom: 12vh;	
}

.documentation-text-pane
{
    width: calc(100% - 5vw);
    height: 100%;
    overflow-y: auto;
    max-height: calc(77vh - 80px - 80px - 70px - 110px);
}

#documentation-top-menu
{
    position: absolute;
    bottom: 78vh;
    left: 30vw;
    text-align: left;
    width: 100%;
    color: black;
}

#documentation-top-menu div.top-menu
{
	float: none !important;
}

#documentation-top-menu div.top-menu a.top-menu-item
{
	color: rgba(40,40,40,0.8);
	font-weight: normal;
}

#documentation-top-menu div.top-menu span.top-menu-separator
{
	color: rgba(40,40,40,0.8);
	font-weight: normal;
}
	

.login-text-pane
{
    width: 100%
    height: 100%;
    overflow-y: auto;
    margin-top: 8%;
    max-height: calc(77vh - 90px - 64px - 43px);
    z-index: 13;
    position: relative;
}

.documentation-scroll-button
{
    width: 30px;
    height: 21px;
    position: absolute;
    right: 40px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

#documentation-scroll-up
{
    background-image: url("../images/btn_arrow_up.png");
    top: calc(13vh);    
}

#documentation-scroll-down
{
    background-image: url("../images/btn_arrow_down.png");
    bottom: calc(43px + 40px);
}

.documentation-frame-pane
{
	color: white;	
	margin-left: 8%;
    margin-top: 8%;
}

.documentation-frame-pane p, .documentation-frame-pane li
{
    font-size: 12pt;
    line-height: 14pt;
    color: rgb(255,255,255);
    font-family: "Estandar Rounded Semi Bold";
    font-weight: bold;
    margin-top: 0em;
    -webkit-margin-before: 0em;
}

.documentation-frame-pane a
{
    font-size: 12pt;
    line-height: 14pt;
    color: rgb(255,255,255);
    font-family: "Estandar Rounded Semi Bold";
    font-weight: bold;
    margin-top: 0em;
    -webkit-margin-before: 0em;
}
.documentation-frame-pane h1.title
{
    font-size: 18pt;
    line-height: 18pt;
    color: rgb(255,255,255);
    font-family: "Estandar Rounded Semi Bold";
   font-weight: bold;
    margin-top: 0em;
    -webkit-margin-before: 0em;
}

.frame-title
{
	font-size: 26pt;
    line-height: 30px;
    color: rgb(255,255,255);
    font-family: "Microbrew Soft Three";
}

.documentation-bullet
{
	font-size: 16pt;    
    color: rgb(255,255,255);
    font-family: "Microbrew Soft Five 3D";
    text-align: center;
}

.highlight
{
	font-weight: bold;	
}

.endnote
{
	font-size: 9pt;	
}

.endnote-link
{
	font-style: italic;
	font-size: 9pt;
	font-weight: bold;
	color: #36318a;	
	mix-blend-mode: multiply;
}


.footer-menu-item
{
    font-size: 14px;
    color: rgba(255,255,255,1);
    text-decoration: none;
    font-family: "Microbrew Soft Four";
}

.footer-menu-item:hover
{
    /*text-decoration: underline;*/
    cursor: pointer;
    border-bottom: 1px solid #bbbbbb;
}

.footer-menu-separator
{
    color: white;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
}

.footer-copyright
{
    font-size: 10px;
    color: white;
}

#toolbar
{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/toolbar.png");
    background-size: 53.0vh 46.1vh;
    width: 53.0vh;
    height: 46.1vh;	
    
    position: absolute;
    left: 0px;
    top: 6.1vh;
}

#toolbar-buttons
{
	margin-top: 12vh;
    margin-left: 4vw;
}

.toolbar-button
{
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;        
}

#toolbar-button-signup
{    
    background-image: url("../images/btn_toolbar_signup.png");
    background-size: 31.1vh 9vh;     
    width: 31.1vh;
    height: 9vh;    
    opacity: 0.4;
	margin-bottom: 1.5vh;
}

#toolbar-button-signup:hover
{
    opacity: 1;
    /*background-image: url("../images/btn_toolbar_signup_selected.png");*/
}

#toolbar-button-signup.selected
{
    opacity: 1;
    /*background-image: url("../images/btn_toolbar_signup_selected.png");*/
}

#toolbar-button-login
{    
    background-image: url("../images/btn_toolbar_login.png");
    background-size: 30.3vh 13.1vh;     
    width: 30.3vh;
    height: 13.1vh;    
    opacity: 0.4;
}

#toolbar-button-login:hover
{    
    /*background-image: url("../images/btn_toolbar_login_selected.png");*/
    opacity: 1;
}

#toolbar-button-login.selected
{    
    /*background-image: url("../images/btn_toolbar_login_selected.png");*/
    opacity: 1;
}

#main-content-frame
{
	background: white;
	position: absolute;
	left: 320px;
	top: 210px;
	width: calc(100vw - 430px);
	height: calc(100vh - 390px);
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 35px;
	max-height: calc(100vh - 390px);
    overflow-y: hidden;
    
    -webkit-box-shadow: 5px 5px 20px 3px rgba(170,170,170,1);
	-moz-box-shadow: 5px 5px 20px 3px rgba(170,170,170,1);
	box-shadow: 5px 5px 20px 3px rgba(170,170,170,1);
}

#main-content-frame p
{
	font-size: 11pt;	
	-webkit-margin-before: 0em;
    	-webkit-margin-after: 1.5em;
    	line-height: 150%;
}

#main-content-frame li
{
	font-size: 11pt;	
	-webkit-margin-before: 0em;
    	-webkit-margin-after: 1.5em;
    	line-height: 150%;
}

#main-content-sidebar-logo
{
	background-image: url("../images/sidebar_logo.png");
	width: 295px;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 90px;
	left: 15px;	
}

.top-menu
{
	float: right;
	right: 0px;
	height: 64px;
	padding-right: 50px;
	display: table;
}

.menu-logo
{
	background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/main_logo.png");
    background-size: 14.2vw 8.6vw;
    width: 14.2vw;
    height: 8.6vw;
    
    margin-right: 50px;
    /* margin-bottom: -16px; */
    position: absolute;
    top: 50px;   
}

.menu-logo.left
{
	left: 4.6vw;
}

.menu-logo.right
{
	right: 4.6vw;
}

#top-menu .menu-sub-logo
{
    background-image: url(../images/sub_logo.png);
    background-size: 181px 59px;
    width: 181px;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    padding-right: 100px;
    margin-left: 30px;
    vertical-align: middle;
}

#top-menu .menu-items
{
	display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding-bottom: 15px;
}

#top-menu td
{
    border-spacing: 0px;
}

.top-menu-item
{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 13px;
    color: rgb(255,255,255);
    font-family: "Microbrew Soft Four";
    text-align: center;
    text-decoration: none;
}

.top-menu-item:hover
{
    cursor: pointer;
    text-decoration: underline;
}

.top-menu-separator
{
    color: white;
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;    
}

#main-content-pane
{
    clear: both;
    top: 310px;
    left: -170px;
    position: relative;
    text-align: left;    
    height: 270px;
    width: 600px;
    padding-top: 5px;
    border: none;
}

h1.homepage-text
{
    color: #6a6a6a;
    font-size: 17pt;
}

p.homepage-text
{
    color: #6a6a6a;
    font-size: 11pt;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin-bottom: 0;
    margin-top: 0;    
}

.homepage-title-highlight
{
    color: #eb1924;
}

.homepage-text-highlight
{
    font-weight: bold;
}

.homepage-link
{
    text-decoration: none;
    font-weight: bold;
    color: #549dd0;
}

.homepage-link:hover
{
    text-decoration: underline;
    cursor: pointer;
}

h1.participate-title
{
    color: #6a6a6a;
    margin-bottom: 0.2pt;
    margin-top: 0;
    font-size: 17pt;
}

h2.participate-title
{
    color: #549dd0;
    font-size: 13pt;
    margin-bottom: 0.2pt;
}

p.participate-text
{
    color: #6a6a6a;
    font-size: 11pt;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin-bottom: 0;
    margin-top: 0;    
}

.participate-title-highlight
{
    color: #d40823;
}

.gift-icon
{
    text-align: center;
    vertical-align: bottom;
    padding-top: 14px;
    padding-right: 20px;
}

.gift-text
{
    color: #6a6a6a;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: top;
    padding-right: 20px;
    font-size: 8pt;
}

.share-icon
{
    padding-left: 4px;
    padding-right: 5px;
    width: 32px;
    height: 32px;
    float: left;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*
 * LOGIN
 */

#login-page-contents
{
    width: 100%;
    height: 100%;
    padding-bottom: 50px;    
    padding-left: 8%;    
}

.login-window
{
    width: 255px;    
    vertical-align: bottom;
}

.login-window.disabled
{
	background-opacity: 50%;
	opacity: 0.5  !important;
}


.login-window p
{
	/*
	-webkit-margin-before: 0em !important;
	*/
    -webkit-margin-after: 1em !important;    
}

#login-register-pane
{   
	float: left;
    width: 40%;
}

#login-login-pane
{
	float: left;
    width: 45%;
}


#login-recover-title-text
{
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 13px;    
}

.login-form-title
{
	font-size: 41px;
    letter-spacing: 2px;
    color: rgb(255,255,255);
    font-family: "Microbrew Soft Three Inline";
    box-shadow: 0px 3px 59px #272727;
}

.login-form-subtitle
{
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 14px;
    color: rgb(255,255,255);
    font-family: "Microbrew Soft Three";
    box-shadow: 0px 3px 59px #272727;
    margin-top: 0em;
    -webkit-margin-before: 0em;
}

.login-recover-text
{
    font-size: 10px;
    letter-spacing: 1px;
    color: rgb(255,255,255);
    font-family: "Estandar Rounded Semi Bold";
    font-weight: bold;
}

.login-form-title-highlight
{
    color: #7aa9cc;
}

.login-form-section
{    
}

.login-forget-password-text
{
    font-size: 6pt;
    color: #6a6a6a;
    font-weight: bold;
    text-decoration: none;
    padding-left: 25px;
}

.login-forget-password-text:hover
{    
    text-decoration: underline;
}

.login-form-error
{
}

.login-form-field
{
    padding-top: 4px;
    padding-left: 10px;
    border: none;
    width: 21vw;
    height: 5vh;
    line-height: 5vh;
    background-image: url(../images/login_field_background.png);
    background-size: 100%;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-color: transparent;
    
    font-size: 12pt;
    letter-spacing: 1px;
    color: rgb(40,40,40);
    font-family: "Microbrew Soft Three";

    margin-bottom: 10px;
    display: block;
}

.login-form-field.error
{
    color: red;
}

#reg_agree_pane input
{
    clear: both;
}

#reg_agree_pane label,a
{
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 11px;
    color: rgb(255,255,255);
    font-family: "Estandar Rounded Semi Bold";
    font-weight: bold;
}

#reg_agree_pane label.error
{
    color: red;
}

.login-form-button
{
    display: block;
    background-repeat: no-repeat;
    background-color: transparent;
    color: transparent;
    border: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */    
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */   	
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
}
::-ms-input-placeholder { /* Microsoft Edge */   	
}

.error::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: red;     
}

.error::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: red;     
}
.error::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: red;     
}
.error::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;     
}
::-ms-input-placeholder .error { /* Microsoft Edge */
    color: red;     
}

.login-action-window
{
    width: 100%;
    padding-right: 40px;
}

.login-action-text
{
    color: #6a6a6a;
}

h1.login-action-text
{
    font-size: 14pt;
}

span.login-action-text
{
    font-size: 11pt;
}

.login-action-text-highlight
{
    color: #7aa9cc;
}

.login-action-footnote-text
{
    color: white;
    font-size: 8pt;
}

.login-action-message
{
    height: 150px;
    text-align: center;
    vertical-align: center;
}

.login-action-footnote
{
    text-align: center;
    vertical-align: top;
    height: 70px;
}

.btn_register
{
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 10.68vw;
	height: 7.37vh;
}

.btn_login
{
	background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 10.68vw;
	height: 7.37vh;
}

.btn_recover
{
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 9.15vw;
	height: 7.37vh;
}

#btn_login_submit
{
    background-image: url("../images/btn_login.png");
}

#btn_login_submit:hover
{
    background-image: url("../images/btn_login_selected.png");
}

#btn_login_submit:disabled
{
    background-image: url("../images/btn_login_disabled.png");
}

#btn_register_submit
{
    background-image: url("../images/btn_register.png");
}

#btn_register_submit:hover
{
    background-image: url("../images/btn_register_selected.png");
}

#btn_register_submit:disabled
{
    background-image: url("../images/btn_register_disabled.png");
}

#btn_recover_submit
{
    background-image: url("../images/btn_recover.png");
}

#btn_recover_submit:hover
{
    background-image: url("../images/btn_recover_selected.png");
}

#btn_recover_submit:disabled
{
    background-image: url("../images/btn_recover_disabled.png");
}

#reg_agree_pane
{
	display: block;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#winners_page h1
{
	font-size: 26px;
    color: rgb(255,255,255);
    font-family: "Microbrew Soft Three";
}

#winners_col_0
{    
}

#winners_col_1
{    
}

#winners_tbl
{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;    
}

#winners_tbl td
{
	padding-top: 0.2em;	
}

.winner-congratulations
{
	font-family: Hand_of_Sean;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 44pt;
    color: #36318a;
    margin-top: 1em;
}

.winner-title
{
    font-size: 19px;
    line-height: 3vh;
    color: rgb(255,255,255);
    font-family: "Microbrew Soft Five 3D";
    text-align: right;
    width: 2.5vw;
    margin-right: 10px;
}

.winners-column
{
    width: 18vw;
    float: left;
}

.winner-title-odd
{    
}

.winner-title-even
{    
}

div.winner-name.valid
{
	font-weight: bold;
	color: #282828;
}
div.winner-name
{
    background-image: url("../images/winners_name_background.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100%;
    background-color: transparent;
	width: 12.25vw;
	height: 4.5vh;
    text-align: center;
    
    font-size: 15px;
    line-height: 4.5vh;
    color: rgb(40,40,40);
    font-family: "Microbrew Soft Three";
}

#instructions p,a
{
    text-align: center;
}

#contacts_message
{
    width: 100%;
    height: 40vh;
    position: absolute;
    left: 0;
    top: calc(64px - 43px + 30vh);
    text-align: center;    
}

#contacts_message p
{
	font-size: 16px;
    color: rgb(113,97,88);
    font-family: "Microbrew Soft Three";
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
}

#contacts_message a
{
	font-size: 40px;
    line-height: 55px;
    color: rgb(63,93,113);
    font-family: "Microbrew Soft Five 3D";
    font-weight: normal;
    text-decoration: none;
}

#contacts_message a:hover
{
	text-decoration: none;
}

#contacts_pizzas
{
    background-image: url("../images/pizzas_shelf.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 45vw;
    height: 28vh;
    margin: 0 auto;
}

#shutdown_message
{
    width: 100%;
    height: 40vh;
    position: absolute;
    left: 0;
    top: calc(64px - 43px + 30vh);
    text-align: center;    
}


#shutdown_message h1
{
    font-size: 40px;
    line-height: 55px;
    color: rgb(63,93,113);
    font-family: "Microbrew Soft Five 3D";
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
    font-weight: normal;
}

#shutdown_message p
{
	font-size: 29px;
    color: rgb(113,97,88);
    font-family: "Microbrew Soft Six";
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
}

#shutdown_message_text
{
}

#shutdown_pizzas
{
	background-image: url("../images/pizzas_shelf.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 45vw;
    height: 28vh;
    margin: 0 auto;
}

#prizes_pizzas
{
	background-image: url("../images/prizes_pizzas.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1034px 446px;
	width: 1034px;
	height: 446px;
	position: absolute;
	right: -40px;
	top: 120px;
}

#prizes_clock
{
	background-image: url("../images/prizes_clock.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 20vw;
	height: 50vh;
	position: absolute;
	left: 28vw;
	bottom: calc(25vh - 64px);
}

#prizes_clock_tooltip
{
	background-image: url("../images/prizes_clock_tooltip.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 19vw;
	height: 40vh;
    
	position: absolute;
	left: 16vw;
	top: calc(64px + 45vh);
	
}

#prizes_card
{
	background-image: url("../images/prizes_card.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 19vw;
	height: 30vh;
	position: absolute;
	right: 28vw;
	bottom: calc(25vh - 64px);
}

#prizes_card_tooltip
{
	background-image: url("../images/prizes_card_tooltip.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 17vw;
	height: 37vh;
    
	position: absolute;
	left: 60vw;
	bottom: calc(43px + 28vh);    
}

#static_pizzas
{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/static_pizzas.png");
    background-size: 56.1vw 23.2vw;
    width: 56.1vw;
    height: 23.2vw;
    
    margin: 0 auto;
}

#prizes_main
{
	background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/prizes_main.png);
    background-size: 82.7vw 47.3vw;
    width: 82.7vw;
    height: 47.3vw;
    position: absolute;
    left: 8.65vw;
    top: calc(50vh - 23.65vw);   
}

#prizes_text
{
	width: 44.2vw;
	/*background-color: yellow;*/
	
	padding-left: 29.2vw;
	padding-top: 9.8vw;	
}

#prizes_main p
{
	font-size: 16px;
	line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    font-family: "Microbrew Soft Three";
    margin-top: 0.5em;
    margin-bottom: 0em;    	
}

.btn-participate
{
	background-image: url("../images/btn_participate.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 20vw;
	height: 8vh;
}

.btn-participate:hover
{
	background-image: url("../images/btn_participate_hover.png");
}

.tooltip
{
}

.login-message
{
    width: 100%;
}

div.login-message span.highlight
{
	font-weight: bold;
	color: #36318a;
}

span.winner
{
	color: red;
	font-weight: bold;
}

.login-message-text-title
{
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 14px;
    color: rgb(255,255,255);
    font-family: "Microbrew Soft Two";
}

.login-message-text-title-winner
{
    font-size: 34px;
    letter-spacing: 0px;
    color: rgb(255,255,255);
    font-family: "Microbrew Soft Three Inline";    
}

.login-message-text-title-not-winner
{
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 31px;
    color: rgb(255,255,255);
    font-family: "Microbrew Soft Three Inline";
}

.login-message-text
{
	font-size: 13px;
    letter-spacing: 1px;
    line-height: 14px;
    color: rgb(255,255,255);
    font-family: "Microbrew Soft Two";	
}

.login-message-error-text
{
    line-height: 17px;
    font-size: 15px;
    letter-spacing: 0px;
    color: rgb(255,255,255);
    font-family: "Microbrew Soft Three";
}


.login-message-endnote
{
    font-size: 10px;
    letter-spacing: 1px;
    color: rgb(255,255,255);
    font-family: "Estandar Rounded Semi Bold";
    font-weight: bold;
}

.eula-scroll-text
{    
    height: calc(70vh - 202px);
    overflow-y: hidden;
    font-size: 12px;
    letter-spacing: 0px;
    color: rgb(255,255,255);
    font-family: "Arial";
    font-weight: bold;
    font-style: italic;
    text-align: left;
}


#eula-popup
{    
    box-shadow: 4px 6.928px 24px rgba(4,3,4,0.57);
    background-color: rgba(40,40,40,0.9803921568627451);
    min-width: 90vw;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin: 10vh 5vw 30vh 5vw;
    height: 80vh;
    top: 0;
    left: 0;
    position: absolute;
}

.eula-window h1
{
    font-size: 22px;
    line-height: 14px;
    color: rgb(255,255,255);
    font-family: "Arial";
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
}

.eula-window h2
{
	text-align: center;	
}

.eula-window a
{
	color: white;	
}


.eula-button
{
    position: absolute;
    background-position: center center;
    bottom: 20px; 
    background-color: transparent;
    content: "";
    border: none;
    margin-left: 20vw;
    margin-right: 25vw;
    background-repeat: no-repeat;
}

#eula-button-ok
{
    width: 16.4vw;
    height: 10.8vh;
    background-size: 100%;
    background-position: center bottom;
    background-image: url("../images/btn_eula_ok.png");      
}

#eula-button-ok:hover
{
    background-image: url("../images/btn_eula_ok_selected.png");
}

#eula-button-ok:disabled
{
    background-image: url("../images/btn_eula_ok_disabled.png");
}

#eula-button-cancel
{
    width: 16.4vw;
    height: 10.8vh;
    background-size: 100%;
    background-position: center bottom;
    background-image: url("../images/btn_eula_cancel.png");
    right: 0px;
}

#eula-button-cancel:hover
{
    background-image: url("../images/btn_eula_cancel_selected.png");
}

#eula-button-cancel:disabled
{
    background-image: url("../images/btn_eula_cancel_disabled.png");
}

/* Overrides to other CSS */
.jquery-modal
{
	z-index: 1000 !important;
}
