/* Custom Style */
ul li.plain{
	background-color:#F5830A;
	color:#6B1B22;
	-webkit-box-shadow:0px 0px 3px #6B1B22 inset;
	font-size:14px;
	padding:2px;
	margin:0px;
}
ul.edgetoedge li.plain{
	background:#F5830A;
	color:#6B1B22;
	-webkit-box-shadow:0px 0px 3px #6B1B22 inset;
	font-size:14px;
	padding:2px;
	margin:0px;
}

.header{
	background-color:rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.9) inset;
}

.bottom{
	position:absolute;
	top:auto;
	left:0px;
	right:0px;
	bottom:60px;
}

.fitscreen{
	width:288px; 
	height:inherit;
}
img, video{
	-webkit-border-radius: 6px;
	border: solid 6px #6B1B22;
}
#home img{
	border:none;
	width:320px;
}

em{
	font-style:normal;
	font-size:14px;
}

.shadow{
	-webkit-box-shadow: rgba(0,0,0,.7) 1px 1px 3px;
}

.noborder{
	border:none;
}

.centered{
	display:block;
	margin: 0 auto 0 auto;
}


ul li.video {
	background: #6B1B22;
    background-image: url(img/video.png);
    background-position: right center;
    background-repeat: no-repeat;
}

ul li.maps {
	background: #6B1B22;
    background-image: url(img/maps.png);
    background-position: right center;
    background-repeat: no-repeat;
}

ul li.phone {
	background: rgba(0,0,0,0.1);
    background-image: url(img/phone.png);
    background-position: right center;
    background-repeat: no-repeat;
margin-bottom:2px;
}

ul li.mail {
	background: #6B1B22;
    background-image: url(img/mail.png);
    background-position: right center;
    background-repeat: no-repeat;
}



/* Body Style */

body {
    color: #ddd;
	font-family:helvetica;
	margin:0;
}


#home {
	padding:0px;
}

.short{
	padding:0px;
}

h1, h2, h3 {
    font: bold 23px Helvetica;
    margin: 5px 20px 5px;
    text-shadow: rgba(0,0,0,0.7) 1px 1px 1px;
    color: #ffffff;
text-align: center;
}
h2{
	font-size:18px;
}
h3{
	font-size:16;
}


/* Toolbar Style */

.toolbar {
    -webkit-box-sizing: border-box;
    border-bottom:1px rgba(0,0,0,0.3) solid;
	border-top:1px rgba(0,0,0,0.3) solid;
    padding: 0px;
    height: 45px;
	background: rgba(0,0,0,0.1);
    position: relative;
}

.toolbarImage {
    -webkit-box-sizing: border-box;
	height:44px;
	border-bottom:1px #585817 solid;
    background-image: url(img/header.png),#F5830A;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:transparent;
}

.toolbar > h1 {
	margin:0;
	padding-top:12px;
    line-height: 1em;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
	text-shadow:1px 1px 1px #000;
}


/* Button Style */

.back{
	position: absolute;
    overflow: hidden;
    top: 8px;
	left: 6px;
    right: auto;
    margin: 0;
    border-width: 0 5px;
    padding: 0;
	max-width: 55px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 1;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
	border-width: 0 8px 0 14px;
    -webkit-border-image: url(img/backButton.png) 0 8 0 14;
}

.back.active {
    -webkit-border-image: url(img/backButtonActive.png) 0 8 0 14;
}

.rightButton, .leftButton, .addButton {
	border: 1px solid #181B21;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5E6166), color-stop(50%,#2E3439), color-stop(51%,#1D2229), color-stop(100%,#1D2229));
    position: absolute;
	-webkit-border-radius: 6px;
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 10px;
    margin: 0;
    padding: 0 6px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0,0,0,1) 0 -1px 1px;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
	-webkit-box-shadow: rgba(0,0,0,0.7) 0px 0px 1px inset;
	min-width:30px;
	text-align:center;
}

.leftButton.active, .rightButton.active, .addButton.active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2D3033), color-stop(50%,#13171A), color-stop(51%,#0A0D10), color-stop(100%,#0A0D10));
	border:1px solid #070A0D;
}

.leftButton {
    left: 6px;
    right: auto;
}

.addButton {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
	min-width:0px;
}

.whiteButton,.blackButton {
	margin: 15px 10px;
	display: block;
	padding: 8px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: inherit;
	-webkit-border-radius: 12px;
	-webkit-box-shadow: 0px 0px 2px 2px black;
	max-height: 46px;
}
.whiteButton {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f1f1f1),color-stop(51%,#e1e1e1),color-stop(100%,#f6f6f6));
	color: black;
	text-shadow: rgba(255,255,255,0.7) 0 1px 1px;
}

.whiteButton.active {
	background:#f6f6f6;
}


.blackButton {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454545), color-stop(49%,#1C1C1C), color-stop(50%,#131313), color-stop(51%,#0E0E0F), color-stop(75%,#141415), color-stop(100%,#1B1B1C));
	color: white;
	text-shadow: rgba(0,0,0,0.7) 0 -1px 1px;
}

.blackButton.active {
	background:#1B1B1C;
}

/* List Style */

h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
    margin-top: 0;
}

ul {
    color: #aaa;
    font: bold 18px Helvetica;
    padding: 0;
    margin: 15px 10px 15px 10px;
}

ul li {
	text-align:center;
    color: #ffffff;
    list-style-type: none;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
}

ul li:last-child{
	border-bottom:none;
}

ul li a, li.img a + a {
	color:#ffffff;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 12px 10px 12px 10px;
    margin: -10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-shadow:#000 0px -1px 1px;
}

ul.rounded {
    -webkit-border-radius: 9px;
    -webkit-box-shadow: rgba(0,0,0,.7) 1px 1px 3px;
}

ul.rounded li:first-child, ul.rounded li:first-child a {
    border-top: 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

ul.rounded li:last-child, ul.rounded li:last-child a {
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

ul li.arrow {
	background: #6B1B22;
    background-image: url(img/chevron.png);
    background-position: right center;
    background-repeat: no-repeat;
}

ul li.arrow a.active {
	background-color:#F5830A;
    background-image: url(img/chevron.png);
    background-position: right center;
    background-repeat: no-repeat;
}

ul li.forward {
	background: rgba(0,0,0,0.1);
    background-position: right center;
    background-repeat: no-repeat;
	background-image: url(img/chevronCircle.png);
	margin-bottom:2px;
}



/* Small Style - Allows for right hand counters*/

ul li small {
    color: #64c114;
    font: 17px Helvetica;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 23%;
    float: right;
    padding: 0;
}

ul li.arrow small{
    padding: 0 15px;
}

ul li small.counter {
    font-size: 17px;
    line-height: 13px;
    font-weight: bold;
    background: rgba(0,0,0,.15);
    color: #fff;
    -webkit-border-radius: 11px;
    padding: 4px 10px 5px 10px;
    display: block;
    width: auto;
    -webkit-box-shadow: rgba(255,255,255,.1) 0 1px 0;
}

ul li.forward small.counter {
    margin-right: 30px;
}

ul li.arrow small.counter {
    margin-right: 15px;
}


/* Indivdual Style*/

ul.individual {
	border: 0;
	background: none;
	clear: both;
	overflow: hidden;
	padding-bottom: 3px;
	-webkit-box-shadow: none;
}
ul.individual li {
	border: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	width: 48%;
	float: left;
	display: block;
	background:none;
}
ul.individual li + li {
	float: right;
}
ul.individual li input {
margin:0;
width:100%;
height:100%;
padding:10px;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f1f1f1),color-stop(51%,#e1e1e1),color-stop(100%,#f6f6f6));
border-radius:9px;
-webkit-box-shadow:0px 0px 5px #000;
border: 1px solid #000;
font-size:inherit;
color:#000;
text-shadow:0px 1px 1px #fff;
font-weight:bold;
}


/* Info Style */

.info {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#aaa), color-stop(.6,#CCCCCC));
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-shadow: rgba(255,255,255,.8) 0 -1px 0;
    color: #444;
    padding: 15px;
    border-top: 1px solid rgba(255,255,255,.2);
    font-weight: bold;
}


/* Edgetoedge Style */

ul.edgetoedge {
    border-width: 1px 0;
    margin: 0;
    padding: 0;
}

ul.edgetoedge li {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#53171B),color-stop(100%,#81242B));
    font-size: 20px;
}

ul.edgetoedge li.sep {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.5)));
    border-bottom: 1px solid #111113;
    border-top: 1px solid #666;
    color: #3e9ac3;
    font-size: 16px;
    margin: 1px 0 0 0;
    padding: 2px 10px;
    text-shadow: #000 0 1px 0;
}

ul.edgetoedge li em {
    font-weight: normal;
    font-style: normal;
}


/* Plastic Style */

#plastic {
    background: #17181a;
}

ul.plastic {
    background: #17181a;
    color: #aaa;
    font: bold 18px Helvetica;
    margin: 0;
    padding: 0;
    border-width: 0 0 1px 0;
}

ul.plastic li {
    border-width: 1px 0;
    border-style: solid;
    border-top-color: #222;
    border-bottom-color: #000;
    color: #666;
    list-style-type: none;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
}

ul.plastic li small {
    color: #888;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
}

ul.plastic li:nth-child(odd) {
    background-color: #1c1c1f;
}

ul.plastic li.arrow {
    background-image: url(img/chevron.png);
    background-position: right center;
    background-repeat: no-repeat;
}

ul.plastic li.arrow a.active {
    background-image: url(img/chevron.png);
    background-position: right center;
    background-repeat: no-repeat;
}

ul.plastic li.forward {
    background-image: url(img/chevronCircle.png);
    background-position: right center;
    background-repeat: no-repeat;
}

ul.plastic li.forward a.active {
    background-image: url(img/chevronCircle.png);
    background-position: right center;
    background-repeat: no-repeat;
}


/* Metal Style */

ul.metal {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 0;
}

ul.metal li {
    background-image: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #666;
    font-size: 26px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(238,238,238,1)), to(rgba(156,158,160,1)));
}

ul.metal li a {
    line-height: 26px;
    margin: 0;
    text-shadow: #fff 0 1px 0;
    padding: 13px 0;
}

ul.metal li a em {
    display: block;
    font-size: 14px;
    font-style: normal;
    color: #444;
    width: 50%;
    line-height: 14px;
}

ul.metal li a.active {
    color: rgb(0,0,0);
}

ul.metal li small {
    float: right;
    position: relative;
    margin-top: 10px;
    font-weight: bold;
}

ul.metal li.arrow {
    background-image: url(img/chevron.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(img/chevron.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(238,238,238,1)), to(rgba(156,158,160,1)));
    background-repeat: no-repeat;
    background-position: right center;
}

ul.metal li.arrow a small {
    padding-right: 15px;
    line-height: 17px;
}


/* Form Style */

ul.form li {
    padding: 7px 10px;
}

ul.form li.error {
    border: 2px solid red;
}

ul.form li.error + li.error {
    border-top: 0;
}

ul li input[type="text"], ul li input[type="password"], ul li textarea, ul li select, ul li input[type="tel"], ul li input[type="number"], ul li input[type="email"] {
    color: #FFF;
    background: transparent url(../.png);
    border: 0;
    font: normal 17px Helvetica;
    padding: 0;
    display: inline-block;
    margin-left: 0px;
    width: 100%;
	text-align:center;
    -webkit-appearance: textarea;
	text-shadow:#000 0px -1px 1px;
}


ul li textarea {
    height: 120px;
    padding: 0;
    text-indent: -2px;
}

ul li input[type="checkbox"], ul li input[type="radio"] {
    margin: 0;
    padding: 10px 10px;
}

ul li input[type="checkbox"]:after, ul li input[type="radio"]:after {
    content: attr(title);
    font: 17px Helvetica;
    display: block;
    width: 246px;
    color: #777;
    margin: -12px 0 0 17px;
}


/* Toggle Style */

.toggle {
    width: 94px;
    position: relative;
    height: 27px;
    display: block;
    overflow: hidden;
    float: right;
}

.toggle input[type="checkbox"]:checked {
    left: 0px;
}

.toggle input[type="checkbox"] {
    -webkit-appearance: textarea;
    -webkit-border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transition: left .15s;
    background-color: transparent;
    background: #fff url(img/onOff.png) 0 0 no-repeat;
    border: 0;
    height: 27px;
    left: -55px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 149px;
}