/* CSS Document */

h1 {
	font-size:3.0vh;
	color:#222222;
}

#rtnhome {
	font-size:1.5vh;
	color:#222222;
	float:right;
	margin-right:.5vw;
}

#map {
	font-size:1.5vh;
	color:#222222;	
	float:left;
	margin-left:.5vw;
}

logo{
	position:fixed;
	left:2vw;
	top:0px; 
	height:8vw;
	width:20vw;
	background:url(../images/logo.png) center center no-repeat;
	background-size:contain;
	z-index:99999;
}

.kioskitem1 {
	width:25vh;
	height:auto;
	max-width:80vw;
	/* Desktop Only Css Below */
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
	-webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    -ms-transition: all 700ms ease-out;
    transition: all 700ms ease-out; 
}

.largeitems {
	flex-direction:column !important;
}

.dmxSlidingPanelsCurrentPage {
	position:relative;
	overflow: hidden;
	max-width:100vw;
	max-height:90vh;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:transparent !important;
}

.dmxSlidingPanels {
	position:fixed;
	top:5vh;
	left:0px;
	right:0px;
	bottom:5vh;
	background-color:transparent !important;
}

.kioskitem2 {
	width:23vh;
	height:auto;
	/* Desktop Only Css Below */
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out; 
}

.kioskitem3 {
	width:20vh;
	height:auto;
	/* Desktop Only Css Below */
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out; 
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

/* ============================================================
 Start Item Container Set up Items
============================================================ */
.box {
	position:relative;
	width:30%;
	height:auto;
	-webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.box img {
	width:100%;
	height:auto;
	display:block;
}

.box input[type=image] {
	width:100%;
	height:auto;
	display:block;
}

.box .overbox1 {
  background-color: rgba(0,0,0,0.80);
  position:absolute;
  top:0;
  left:0;
  vertical-align:top;
  float:left;
  color: #fff;
  z-index: 100;
  opacity: 1;
  width: Auto;
  max-width:75%;
  height: Auto;
  padding: 5px 5px;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.box .overbox2 {
  background-color: rgba(0,0,0,0.80);
  position:absolute;
  vertical-align:bottom;
  float:right;
  right: 0; 
  bottom: 0;
  color: #fff;
  z-index: 100;
  opacity: 1;
  width: Auto;
  height: Auto;
  padding: 5px 5px;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.box .title {
  font-size: 1.3em;
  font-weight:bolder;
  text-transform: uppercase;
  opacity: 1;
}

.box .tagline {
  font-size: 0.8em;
  font-weight:300;
  opacity: 1;
}

.box .pts {
  float:right;
  font-size: 1.8em;
  font-weight:bolder;
  opacity: 1;
}

.box .pts .units {
  font-size: 0.5em !important;
  font-weight:200 !important;
  top:-.4em;
  position:relative;
}
/* ============================================================
 End Item Container Set up Items
============================================================ */


/* ============================================================
 Start Item Card Set up
============================================================ */
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.80);
	z-index:1001;
	/* Desktop Only Css Below */
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
	-webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    -ms-transition: all 700ms ease-out;
    transition: all 700ms ease-out; 
}

.card {
	position:relative;
	top:50%;
	left:50%;
	z-index:1002;
  	-webkit-transform: translate(-50%,-50%);
  	-ms-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%);
	width: 95vw;
	height: 80vw;
	overflow: auto;
	font-family: 'Raleway', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#FFFFFF no-repeat center bottom;
	background-size:auto 90%;
	/* Desktop Only Css Below */
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
	-webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    -ms-transition: all 700ms ease-out;
    transition: all 700ms ease-out; 
}

.card .bold {
	font-weight:800;
}

.card .header {
	z-index:2;	
	position:absolute;
	width:90%;
	left:5%;
	top:2%;
	font-size: 5vmin;
	text-transform:uppercase;
	text-align:center;
}

.card .title {
	font-size: 4vmin;
	margin-bottom:2%;
}

.card .points {
	z-index:1;
	padding:2% 4% 5% 4%;
	position:absolute;
	left:0%;
	top:4%;
	width:auto;
	height:auto;
	font-size: 2vmin;
	text-align:center;
	background:url(../images/sticker-background.png) no-repeat center center;
	background-size: contain;
	color:#FFFFFF;
}

.card .points .inner {
}

.card .points .large {
	font-size: 10vmin;
}

.card .points .small {
	font-size: 2vmin;
	margin-bottom:-4%;
	margin-left:-15%;
	display:inline;
}

.card sup {
	font-size: 2vmin;
}

.card .stats {
	z-index:1;
	position:absolute;
	right:3%;
	top:15%;
	width:35%;
	height:40%;
	font-size: 2.5vmin;
	font-weight:300;
	text-align:right;padding-left:8%;
	background:url(../images/stats-background.png) no-repeat 0% 30%;
	background-size:contain;
	/*  */
}

.card .notes {
	z-index:1;
	position:absolute;
	left:3%;
	top:35%;
	width:30%;
	height:45%;
	padding-right:8%;
	font-size: 1.8vmin;
	background:url(../images/notes-background.png) no-repeat 0% 13%;
	background-size:contain;
}

.card .other {
	z-index:1;
	position:absolute;
	right:3%;
	top:55%;
	width:30%;
	height:45%;
	font-size: 1.8vmin;
	text-align:right;
	padding-left:8%;
	background:url(../images/other-background.png) no-repeat 0% 13%;
	background-size:contain;
}

.card .pricenlogo {
	z-index:3;
	position:absolute;
	left:3%;
	bottom:1%;
	width:auto;
	height:auto;
	font-size: 9vmin;
	text-align:right;
}

.card .pricenlogo img {
	width:auto; 
	height:9vmin; 
	margin-bottom:-8%;
}

.captainswheel {
	display:inline-block;
	width:3vmin; 
	height:auto;
}

.card #close {
	position:absolute;
	z-index:100;
	right:3%;
	top:1%;
	cursor:pointer;
}

.card #close img {
	width:9vmin;
	height:auto;
}
/* ============================================================
 End Item Card Set up
============================================================ */



/* ============================================================
					Below is Desktop Only
============================================================ */

.kioskitem1:hover {
	width:28vh;
	height:auto;
	max-width:95vw;
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out; 
}

.kioskitem2:hover {
	width:21vh;
	height:auto;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 200ms ease-out;  
	-o-transition: all 200ms ease-out;  
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.kioskitem3:hover {
	width:19vh;
	height:auto;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 200ms ease-out;  
	-o-transition: all 200ms ease-out;  
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.box .overbox1 {
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
  transition-delay: 0.25s;
}
.box:hover .overbox1 {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.box .overbox2 {
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
  transition-delay: 0.25s;
}
.box:hover .overbox2 {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.box:hover .overbox1 { color:#00a4e4; }
.box:hover .overbox2 { color:#00a4e4; }