
.hero {background-image:none; min-height: 952px; background-color:black; }

.inner {padding-top:2em; }

h1 {color:#c02511; font-weight:200; }
p.subtitle {font-weight:200; font-size:1.75em; margin-top:0; }
h2 {color:white; font-weight:200; font-size:1.75em; margin:1.25em 0 0.1em 0; }


p.intro {color: black; font-size:1.25em; }
p.last {margin-bottom:6em; }
p.inline {color: black; font-size:1.25em; margin:0 0 8em 275px;}
p.white {color: white; }
p.order {border-top:1px solid white; border-bottom:1px solid white; margin:0.5em 0 1em 0; padding:0.5em; }
.gray {color:#666; }

img.inline {margin-bottom: 1em; }

.currency {font-size:1.25em;}
.price {font-size:2em;}

.footer {padding:1em; text-align:center; }

.col{
 column-width: 25em;
 -webkit-column-width: 25em; /* Safari & Chrome */
 -moz-column-width: 25emx; /* Firefox */
 -ms-column-width: 25em; /* Internet Explorer */
 -o-column-width: 25em; /* Opera */
 -webkit-column-column-gap: 1em; 
 -moz-column-column-gap: 1em; 
 -ms-column-column-gap: 1em; 
 -o-column-column-gap: 1em; 
 margin-top:1em;
}
.col ul { -webkit-margin-before:-.5em; }

.col ul li{
-webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
-ms-column-break-inside:avoid;
column-break-inside:avoid;
}


p ul {margin-top:1em; }

li {line-height: 100%; }
li {margin-bottom:5px; }
ol ul li {margin-bottom:0; }

ol strong {font-size:1.25em; }
ol .note {color:lightgray; }
ol ul {margin-top:2px; margin-bottom:10px; }

span.title {color:cornflowerblue; }


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.float {margin-bottom:2em; }

p.right {float:right; width:350px; margin:8em 0 2em 10px; }
p.left {float:left; width:400px; margin:10em 10px 0 0; }
img.left {float:left; margin:0 10px 0 0; }
img.bottom {margin-bottom: 10px; }
iframe.vimeoleft {float:left; width:500px; margin:0 10px 0 0; }

.clear {clear:both; }

.ttbtn a {
  background: #c02511;
  background-image: -webkit-linear-gradient(top, #e36b5c, #b74c3f);
  background-image: -moz-linear-gradient(top, #e36b5c, #b74c3f);
  background-image: -ms-linear-gradient(top, #e36b5c, #b74c3f);
  background-image: -o-linear-gradient(top, #e36b5c, #b74c3f);
  background-image: linear-gradient(to bottom, #e36b5c, #b74c3f);
  color: white;
  font-size: 1em;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.ppinput {display: inline-block; 
	font-family: inherit;
	font-size: 1em;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 10px 14px;
	margin: 0;
	background: sienna;
	border: 0;
	cursor: pointer;
	outline: none;
	border-radius: 0px;
}

.ppbtn {display: inline-block; 
	font-family: inherit;
	font-size: 1em;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 10px 14px;
	margin: 0;
	background: #c02511;
	background-image: -webkit-linear-gradient(top, #e36b5c, #b74c3f);
	background-image: -moz-linear-gradient(top, #e36b5c, #b74c3f);
	background-image: -ms-linear-gradient(top, #e36b5c, #b74c3f);
	background-image: -o-linear-gradient(top, #e36b5c, #b74c3f);
	background-image: linear-gradient(to bottom, #e36b5c, #b74c3f);
	border: 0;
	cursor: pointer;
	outline: none;
}



@media (max-width: 767px) {
	p, h1, h2, h3 {margin:0 15px 0 15px; }
	p {margin-bottom:1em; }

	p.order {margin:15px 10px 10px 15px; padding:0 0 8px 0; }

	.col ul { -webkit-margin-before:0; }

    ul, ol {padding-left:1em; padding-right:0.5em; }

	div.float {margin-bottom:0; }

	p.right {float:none; width:auto; margin:0 15px 17.5px 15px; }
	p.left {float:none; width:auto; margin:0 15px 17.5px 15px; ; }

	img {margin:0 auto 0 auto; }

	iframe.vimeoleft {float:none; }

	}


