@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Raleway);

body{
	font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #ffffff;
	background: -moz-linear-gradient(225deg, #eeedec 50%, #ffffff 50%);
	background: -webkit-linear-gradient(225deg, #eeedec 50%,#ffffff 50%);
	background: linear-gradient(225deg, #eeedec 50%,#ffffff 50%);
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: 'brandon-grotesque', sans-serif; }

.btn-link, .btn-link:focus, .btn-link:hover { color: #df6e73; }

	.panel.panel-default { background:#f5f5f5; border:0; border-radius:0; box-shadow:none; }
	.panel.panel-default .panel-heading { border-radius:0; border-color:#fff; text-transform:uppercase; text-align:center; background:none; }

.container { position:relative; /*width:970px !important; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;*/ }

.panel.panel-cart { box-shadow:0 1px 5px rgba(0,0,0,.05); }
.panel.panel-cart p { margin:5px 0; }

#sideNav { }
	#sideNav .nav-list { list-style:none; padding-left: 0; }


.page-home #sideNav .panel-well { padding:0 15px; }
@media ( min-width: 768px ) {
	.page-home #sideNav .panel-well { width:33.33%; float:left; }
}
.page-home .carousel { /*position: relative; overflow: hidden; height: 750px; width: 629px;*/ margin-bottom:25px;}
.page-home .carousel-inner { /*width: 2000em; position: absolute;*/}
.page-home .carousel-inner .item { /*float: left;*/}
.page-home .carousel-nav { /*position: absolute; bottom: 25px; right: 25px;*/ bottom:0; margin-bottom:0; }
@media ( min-width: 768px ) {
	.page-home .carousel-nav { margin-bottom:10px; }
}
.page-home a.carousel-control {  background: none repeat scroll 0 0 transparent; border:  0 none; color: #FFFFFF; font-size: 60px; font-weight: 100; height: 40px; line-height: 30px; margin-top: -20px; opacity: 0.5; position: absolute; text-align: center; top: 50%; width: 40px; text-decoration: none; }
.page-home a.carousel-control:hover, a.carousel-control:focus { color: #FFFFFF; opacity: 0.9; text-decoration: none; }
.page-home .carousel-nav li { background-color: #F0F0F0; box-shadow: 0 0 5px rgba(0,0,0,.5); border-radius: 5px; display:inline-block; width: 10px; height: 10px; margin: 0 2px; text-indent: -9999px; }
.page-home .carousel-nav li.active { background-color: #df6e73; width: 10px; height: 10px; margin: 0 2px; }

.page-quick #quickOrderTable .panel-body { padding-top:0; }
.page-quick .quickPrize .col-xs-1 { padding:0; }
.page-quick .quickPrize .col-xs-1, .page-quick .quickPrize .col-xs-9 { padding-top:20px; }

.productItem { margin-bottom:25px; }
.productItem img { width:100%; height:auto; margin-bottom:5px; }

@media (min-width: 768px){
.modal.modal-item .modal-dialog { width:762px; }
.modal.modal-item .modal-dialog .modal-body { padding:30px; }
}
.modal.modal-item .modal-dialog .modal-content { border-radius:1px; }
.modal.modal-item .modal-dialog .modal-content:not(.loaded) { min-height:400px; background:#fff url(../images/bg_loading.gif) no-repeat center center }

.modal.modal-item #itemPopup-ImageLarge { cursor: pointer; }
.modal #itemPopupMainContent h2 { margin-top:0; color:inherit; text-transform:uppercase; margin-bottom:20px; }
.modal #itemPopupMainContent h4 { margin-bottom:20px; }
.modal #itemPopupMainContent #itemPopup-Num { float:left; margin-right:5px; }
.modal #itemPopupMainContent #itemPopup-SponsoredBy { margin-top:10px; padding-top:5px; border-top:1px solid #ddd; text-align:center; font-size:85%; }
.modal #itemPopupMainContent #itemPopup-Price { margin-top:0; }
/*.modal #itemPopupMainContent #itemPopup-DescContainer { margin-top:10px; padding-top:5px; border-top:1px solid #ddd; }*/
.modal #itemPopupMainContent .panel-addtocart { width:100%; max-width: 300px; }
.modal #itemPopupMainContent .panel-addtocart form { margin-bottom:0; }
.modal #itemPopupMainContent .panel-addtocart .col-xs-8 { padding-left:0; }

.modal-cartpopup.modal-dialog { position:fixed; top:0; left:0; right:0; max-width:400px; display:none; }
.modal-cartpopup.modal-dialog .modal-content { border-radius:1px; border:0; }

h3 { color:#df6e73; }



.btn-default { 
  color: #FFFFFF; 
  background-color: #6c7f69; 
  border-color: #61705e; 
} 
 
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default,
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover { 
  color: #FFFFFF; 
  background-color: #c26064; 
  border-color: #a65256; 
} 
 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default { 
  background-image: none; 
} 
 
.btn-default.disabled, 
.btn-default[disabled], 
fieldset[disabled] .btn-default, 
.btn-default.disabled:hover, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default:hover, 
.btn-default.disabled:focus, 
.btn-default[disabled]:focus, 
fieldset[disabled] .btn-default:focus, 
.btn-default.disabled:active, 
.btn-default[disabled]:active, 
fieldset[disabled] .btn-default:active, 
.btn-default.disabled.active, 
.btn-default[disabled].active, 
fieldset[disabled] .btn-default.active { 
  background-color: #df6e73; 
  border-color: #8C805E; 
} 
 
.btn-default .badge { 
  color: #df6e73; 
  background-color: #FFFFFF; 
}

.btn-primary { 
  color: #000; 
  background-color: #FFD228; 
  border-color: #C5A21F; 
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: #FFFFFF; 
  background-color: #C5A21F; 
  border-color: #C5A21F; 
} 
 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  background-image: none; 
} 
 
.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active { 
  background-color: #FFD228; 
  border-color: #C5A21F; 
} 
 
.btn-primary .badge { 
  color: #FFD228; 
  background-color: #FFFFFF; 
}


.modal.swing {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.modal.swing .modal-dialog {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.modal.swing.in .modal-dialog {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}




	/*a.TopMenuButton {
		display:block;
		width:85px;
		height:85px;
		margin-right:13px;
		float:left;
		background-position:0 0;
		background-repeat:no-repeat;
		/*-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;/
		
	}
	a.TopMenuButton:after {
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
		
	}
	a.TopMenuButton:hover, a.TopMenuButtonOver {
		background-position: 0 100%;
		/*height:92px;
		margin:10px 3px 0px 0px;/
	}
	
	a.TopMenuButton { background: url(../images/bg_nav_menu.gif) no-repeat; position:relative; }
	a.TopMenuButton#bar_split { background-position:-595px 0; width:205px; }
	a.TopMenuButton#bar_100 { background-position:0px 0; }
	a.TopMenuButton#bar_75 { background-position:-85px 0; }
	a.TopMenuButton#bar_50 { background-position:-170px 0; }
	a.TopMenuButton#bar_35 { background-position:-255px 0; }
	a.TopMenuButton#bar_25 { background-position:-340px 0; }
	a.TopMenuButton#bar_20 { background-position:-425px 0; }
	a.TopMenuButton#bar_10 { background-position:-510px 0; margin-right:0; }
	a.TopMenuButton:after { content:''; background: url(../images/bg_nav_menu.gif) no-repeat; position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; -webkit-transform:scale(.9); -moz-transform:scale(.9); transform:scale(.9); }
	a.TopMenuButton#bar_split:after { background-position:-595px 100%; }
	a.TopMenuButton#bar_100:after { background-position:0px 100%; }
	a.TopMenuButton#bar_75:after { background-position:-85px 100%; }
	a.TopMenuButton#bar_50:after { background-position:-170px 100%; }
	a.TopMenuButton#bar_35:after { background-position:-255px 100%; }
	a.TopMenuButton#bar_25:after { background-position:-340px 100%; }
	a.TopMenuButton#bar_20:after { background-position:-425px 100%; }
	a.TopMenuButton#bar_10:after { background-position:-510px 100%; }
	a.TopMenuButton:hover:after, a.TopMenuButtonOver:after {
		opacity:1; -webkit-transform:scale(1); -moz-transform:scale(1); transform:scale(1);
	}*/
	
	/*#bar_split {background-image:url(../images/PrizeBar_GrandSplit.png); width:205px;}
	#bar_100 {background-image:url(../images/PrizeBar_100.png);}
	#bar_75 {background-image:url(../images/PrizeBar_75.png);}
	#bar_50 {background-image:url(../images/PrizeBar_50.png);}
	#bar_35 {background-image:url(../images/PrizeBar_35.png);}
	#bar_25 {background-image:url(../images/PrizeBar_25.png);}
	#bar_20 {background-image:url(../images/PrizeBar_20.png);}
	#bar_10 {background-image:url(../images/PrizeBar_10.png); margin-right:0px;}*/
	<!--a.TopMenuButton_8 {background-image:url(images/PrizeBar_5.gif);}-->





.quickOrderTable .quickOrderTableHeaders{
	color:#FFFFFF;
	background-color:#666;
	padding:4px;
	margin-bottom: 2px;
	font-weight: bold;
}
.quantity{
	text-align:right;
	width:80px;
	height:auto;
	font-size:30px;
}



.clear5{height:5px;clear:both;overflow:hidden;}
.clear10{height:10px;clear:both;overflow:hidden;}
.clear20{height:20px;clear:both;overflow:hidden;}
.clear40{height:40px;clear:both;overflow:hidden;}
.clear60{height:60px;clear:both;overflow:hidden;}


.price{color:#666;}

#mainContent{/*margin:0px;padding:0px;border-left:1px solid #b2b2b2;widt\h:767px;width:768px;*/}
body.popup{background-image:none;margin:0px;background-color:#fff;}
/*body.popup #bodyContainer{margin:0px 24px;width:auto;height:auto;}*/
body.popup #mainContent{border:none;}
.popupContainer{padding:0px 24px 15px 24px;margin:0px;}

/*#footer{width:770px;color:#666;font-size:9px;/*border-top:1px solid #b2b2b2;margin:0px auto;}*/
#footer { padding-bottom:40px; }
#footer #footerNavigationContainer{ clear:both; padding-top:15px;/* width:770px;height:106px;min-height:106px;*/}


#footer .logo { float:left;}
#footer .facebook_like {float: right;}
#footer .address { width: 60%; margin: 0; line-height:1.6; padding-left:80px;}
#footer .address span {font-weight: bold; }


.header-nav { box-shadow:0 10px 25px rgba(0,0,0,.20); background-color:#fff; }
.header-nav .navbar { margin-bottom:0; }
.header-nav .navbar-brand { height:auto; }
.header-nav .header-date { float:left; margin:18px 0 0 60px; }
.navbar-toggle .icon-bar { background-color:#fff; }
.header-nav .header-right { float:right; padding-right:15px; }
@media ( min-width: 768px ) {
	.header-nav .header-right { width:330px; margin-top: 15px; }
	.header-nav .header-right .header-donate a { max-width:80px; white-space:normal; }
	.header-nav .header-right .panel-cart { margin-left:100px; }
}
@media ( max-width: 769px ) {
	.header-nav .navbar-brand img { width:160px; height:auto; }
	.container-body { padding-left:5px; padding-right:5px; }
}
@media ( max-width: 991px ) {
	.header-nav .header-date { display:none; }
}
	






body.page-home #sideNav.collapse {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important;
}
@media (min-width: 768px) {
	#sideNav.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
}
#sideNav li.header{ color:#83314f;/*font-size:11px;*/font-weight:bold;margin-top:14px;padding:0px;}
#sideNav li.spacer{ height:10px;}
#sideNav a {color:inherit;text-decoration:none;}
#sideNav a:hover {color:#df6e73;}
#sideNav a.active {color:#df6e73;font-weight:bold;}


/* Product Iteration */
.productItem { font-family:'brandon-grotesque', sans-serif; }
.productItem img{/*margin:4px;*/padding:0px;display:block; border:1px solid #f0f0f0;}
.productItem .priceDisplay{display:block;}
a.productItemName { color:inherit; font-size:120%; text-decoration:none; }
.productItem h3 { color:inherit; font-size:18px; text-transform:uppercase; }

#cartPopup #cartPopupMain #cartPopup-Pic {
	position: relative;
	float: left;
	margin-right:10px;
}
#cartPopup #cartPopupMain #cartPopupMainContent #cartPopup-Name {
	display:inline;
	color:inherit;
}
#cartPopup #cartPopupMain #cartPopupMainContent #cartPopup-Num {
	display:inline;
}
#cartPopupMainContent #cartPopupNameContainer #cartPopup-Msg {
	font-size: 14px;
}
INPUT.inHalf {
	width: 254px;
}
INPUT.inFull {
	width: 518px;
}

#quickOrderTable .quickSection {
	border:1px solid #885051;
	padding:5px 10px;
}
#quickOrderTable .quickHeader {
	color:#885051;
	font-weight:bold;
	font-size:14px;
	height:22px;
	padding-top:7px;
	margin-top:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left:7px;
	border:1px solid #885051;
	border-bottom:none;
}
#quickOrderTable .quickDesc {
	margin-top:-10px;
	display:inline;
}
#quickOrderTable .quickPrize {
	border-bottom:1px dotted #e5e5e5;
	padding:5px 0;
	color:#f15b47;
	clear:both;
}
#quickOrderTable input {
	margin-left:5px;
}
#quickOrderTable .imgBorder {
	float:left;
	margin-top:-5px;
}
#orderForm form input.inHalf, #orderForm form textarea.inHalf {
	border:1px solid #e1e1e1;
	color:#333333;
	height:18px;
	margin:5px 0 0 3px;
	width:300px;
}
#orderForm form label {
	float:left;
	margin:7px 0 0 0;
	width:100px;
	text-align:right;
}




a.fb_link {
	border-color: #29447E #29447E #1A356E;	
	background-color:#5B74A8;
	border-style: solid;
    border-width: 1px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 2px 6px;
	font-weight: bold;
	font-size: 13px;
    text-decoration: none;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #FFFFFF;
}


#raffle_trigger {
	margin-top:18px;
	text-align:center;
	font-weight:bold;
	display:block;
	
}


.email_form LABEL {
	color: #352748; 
	width:24%; 
	float:left; 
	text-align:right; 
	padding-right:1%;
}

.email_form INPUT {
	color: #352748; 
	width:70%; 
	float:left;
}

.form_set {
	width:60%; 
	margin:2px auto; 
	clear:both;
}

.half {
	width:48% !important;
	margin-right:2%;
	clear:none;
	float:left;
}

.third {
	width:31%;
	margin-right:2%;
	clear:none;
	float:left;
}

.last {
	margin-right:0 !important;
}

.fine_print {
	font-size:9px;
	font-style:italic;
	color:#333;
}

.clear {
	clear:both;
	width:100%;
	height:1px;
}

.designed {
    background: url(../images/bg_logo_spot.png) no-repeat scroll 0 0 transparent;
    color: #d1e2d6;
    display: inline-block;
    font-weight: bold;
    height: 15px;
	float:right;
    /*margin: 2px 5px 0;*/
    text-align: left;
    text-indent: -999em;
    width:60px;
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
}

.designed:hover {
	background-position: 0 100%;
}





.container-content, .navbar-top { background:#fff; box-shadow:0 10px 15px rgba(0,0,0,.20); padding:15px; border-top:0; margin-top:-1px; position:relative; }
.container-content { margin-bottom:25px; min-height:250px; padding-bottom:50px; }

.container-content .page-header {
	margin:0 0 20px;
	padding:20px 15px;
	background-color:#df6e73;
	color:#fff;
	border:0;
	text-align:center;
	text-transform:uppercase;
	font-family: 'brandon-grotesque', sans-serif;
}
.container-content .page-header h1 {
	margin:0;
}

.list-dollar-support {
	columns: 4 150px;
	column-gap: 3em;
	column-rule: 1px dotted #ddd;
}

.navbar-top { padding:0 15px;  }
.navbar-prices-wrap { padding-top:20px; padding-bottom:4px; border-top:1px solid #e7e7e7; }
.navbar-prices { display:flex; font-family: 'brandon-grotesque', sans-serif; }
.navbar-prices a.price { display:block; width:100%; /* border-radius:50%; */ background-color:#fff; text-decoration:none; color:#333; font-size:22px; justify-content: center; display: flex; align-items: center; position:relative; margin:0 6px; /*box-shadow:0 0 8px rgba(0,0,0,.2);*/transition: all .3s ease; transform:scale(.9); position:relative; }
.navbar-prices a.price .inner { position:absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; text-align:center; line-height:1.1; }

.navbar-prices a.price:after {
  content: '';
  display: block;
  padding-bottom: 100%;
  height: 0;
}

@media ( max-width: 768px ) {
#admission_box { }
}
@media ( max-width: 768px ) {
	.navbar-prices-wrap { overflow-y:hidden; margin-left:-15px; margin-right:-15px; }
	.navbar-prices { /*flex-wrap:wrap; justify-content: center; overflow-y:scroll;*/ min-width:738px; padding-left:15px; padding-right:15px; }
}
@media ( max-width: 991px ) {
	.navbar-prices a.price.price-jp, .navbar-prices a.price.price-gs { font-size:15px; }
}
@media ( min-width: 992px ) {
	/*.navbar-prices a.price { width:90px; height:90px; }*/
}
@media ( min-width: 1200px ) {
	.navbar-prices a.price { font-size:25px; }
	/*.navbar-prices a.price { width:108px; height:108px; }*/
}
.navbar-prices a.price i { font-style:normal; font-size:70%; }

.navbar-prices a.price.price-gs { background:url(../images/bg-navbar-grand-split.svg); background-size: cover; text-indent: -999em; }
.navbar-prices a.price.price-jp { background:url(../images/bg-navbar-jackpot.svg); background-size: cover; text-indent: -999em; }
.navbar-prices a.price.price-100 { background-color:#bec3b8; }
.navbar-prices a.price.price-75 { background-color:#dec9ab; }
.navbar-prices a.price.price-50 { background-color:#e5c7cf; }
.navbar-prices a.price.price-35 { background-color:#b2cde2; }
.navbar-prices a.price.price-25 { background-color:#f5a897; }
.navbar-prices a.price.price-20 { background-color:#b1c7af; }
.navbar-prices a.price.price-10 { background-color:#fac1a0; }

.navbar-prices a.price.active, .navbar-prices a.price:hover, .navbar-prices a.price:focus { color:#fff; transform:scale(1); box-shadow:0 0 8px rgba(0,0,0,.2); }
.navbar-prices a.price.active .inner:before, .navbar-prices a.price:hover .inner:before, .navbar-prices a.price:focus .inner:before { border-color:#fff; transform:scale(.9); }
.navbar-prices a.price.active .inner:after, .navbar-prices a.price:hover .inner:after, .navbar-prices a.price:focus .inner:after { opacity:1; transform:translate(-50%,0%); }
body.prize-price-100 .container-content .page-header, .navbar-prices a.price.active.price-100, .navbar-prices a.price.price-100:hover, .navbar-prices a.price.price-100:focus { background-color:#6c7f69; }
body.prize-price-75 .container-content .page-header, .navbar-prices a.price.active.price-75, .navbar-prices a.price.price-75:hover, .navbar-prices a.price.price-75:focus { background-color:#b69361; }
body.prize-price-50 .container-content .page-header, .navbar-prices a.price.active.price-50, .navbar-prices a.price.price-50:hover, .navbar-prices a.price.price-50:focus { background-color:#ce9da9; }
body.prize-price-35 .container-content .page-header, .navbar-prices a.price.active.price-35, .navbar-prices a.price.price-35:hover, .navbar-prices a.price.price-35:focus { background-color:#5a9abd; }
body.prize-price-25 .container-content .page-header, .navbar-prices a.price.active.price-25, .navbar-prices a.price.price-25:hover, .navbar-prices a.price.price-25:focus { background-color:#e44944; }
body.prize-price-20 .container-content .page-header, .navbar-prices a.price.active.price-20, .navbar-prices a.price.price-20:hover, .navbar-prices a.price.price-20:focus { background-color:#5a9267; }
body.prize-price-10 .container-content .page-header, .navbar-prices a.price.active.price-10, .navbar-prices a.price.price-10:hover, .navbar-prices a.price.price-10:focus { background-color:#ed7f4e; }

