@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: rgba(169,3,41, 0.8);
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}

.container{
	position: relative;
	text-align: left;
}
.clr{
	clear: both;
}
.container > header{
	padding: 10px 0px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
    text-align: left;
}
.container > header h1{
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	color: #790000;
    padding: 40px 0px 10px 0px;
}
.container > header p{
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 30px;
	color: #f8f8f8;
    padding: 0px 0px 10px 0px;

}
.container > header p.small{
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 16px;
	color: #f8f8f8;
    padding: 10px 0px 10px 0px;

}

.container > header p a{
	color: #f8f8f8;
	border-bottom: 1px dotted #f8f8f8;
    text-decoration: none;
}
.top-bar{
	line-height: 24px;
	font-size: 18px;
	width: 100%;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;

}
.top-bar a{
	padding: 5px 10px;
	margin: 0 30px;
	letter-spacing: 1px;
	color: #f8f8f8;
	display: block;
	float: left;
	background: #000;
	text-decoration: none;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.top-bar a:hover{
	color: #790000;
}
.top-bar span.right{
	float: right;
}
.top-bar span.right a{
	float: none;
	display: inline;
}

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 164s linear infinite 0s;
    -moz-animation: imageAnimation 164s linear infinite 0s;
    -o-animation: imageAnimation 164s linear infinite 0s;
    -ms-animation: imageAnimation 164s linear infinite 0s;
    animation: imageAnimation 164s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: right;
    opacity: 0;
    -webkit-animation: titleAnimation 164s linear infinite 0s;
    -moz-animation: titleAnimation 164s linear infinite 0s;
    -o-animation: titleAnimation 164s linear infinite 0s;
    -ms-animation: titleAnimation 164s linear infinite 0s;
    animation: titleAnimation 164s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-size: 80px;
    padding: 0 30px;
    line-height: 120px;
    color: #FFFFFF;
}
.cb-slideshow li:nth-child(1) span { 
	background-image: url(../images/Buckskin-Gulch.jpg);
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/Death-Valley.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/Lick-Wash.jpg);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/Paria-River.jpg);
    -webkit-animation-delay: 54s;
    -moz-animation-delay: 54s;
    -o-animation-delay: 54s;
    -ms-animation-delay: 54s;
    animation-delay: 54s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/Moab-Sunset.jpg);
    -webkit-animation-delay: 72s;
    -moz-animation-delay: 72s;
    -o-animation-delay: 72s;
    -ms-animation-delay: 72s;
    animation-delay: 72s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/Oxbow-Bend.jpg);
    -webkit-animation-delay: 90s;
    -moz-animation-delay: 90s;
    -o-animation-delay: 90s;
    -ms-animation-delay: 90s;
    animation-delay: 90s;
}
.cb-slideshow li:nth-child(7) span {
    background-image: url(../images/Cobra-Arch.jpg);
    -webkit-animation-delay: 108s;
    -moz-animation-delay: 108s;
    -o-animation-delay: 108s;
    -ms-animation-delay: 108s;
    animation-delay: 108s;
}
.cb-slideshow li:nth-child(8) span {
    background-image: url(../images/White-Pocket.jpg);
    -webkit-animation-delay: 126s;
    -moz-animation-delay: 126s;
    -o-animation-delay: 126s;
    -ms-animation-delay: 126s;
    animation-delay: 126s;
}
.cb-slideshow li:nth-child(9) span {
    background-image: url(../images/Bristlecone-Pine-Forest.jpg);
    -webkit-animation-delay: 144s;
    -moz-animation-delay: 144s;
    -o-animation-delay: 144s;
    -ms-animation-delay: 144s;
    animation-delay: 144s;
}


.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 54s;
    -moz-animation-delay: 54s;
    -o-animation-delay: 54s;
    -ms-animation-delay: 54s;
    animation-delay: 54s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 72s;
    -moz-animation-delay: 72s;
    -o-animation-delay: 72s;
    -ms-animation-delay: 72s;
    animation-delay: 72s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 90s;
    -moz-animation-delay: 90s;
    -o-animation-delay: 90s;
    -ms-animation-delay: 90s;
    animation-delay: 90s;
}
.cb-slideshow li:nth-child(7) div {
    -webkit-animation-delay: 108s;
    -moz-animation-delay: 108s;
    -o-animation-delay: 108s;
    -ms-animation-delay: 108s;
    animation-delay: 108s;
}
.cb-slideshow li:nth-child(8) div {
    -webkit-animation-delay: 126s;
    -moz-animation-delay: 126s;
    -o-animation-delay: 126s;
    -ms-animation-delay: 126s;
    animation-delay: 126s;
}
.cb-slideshow li:nth-child(9) div {
    -webkit-animation-delay: 144s;
    -moz-animation-delay: 144s;
    -o-animation-delay: 144s;
    -ms-animation-delay: 144s;
    animation-delay: 144s;
}

@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 2000px) { 
	.cb-slideshow li div h3 { font-size: 60px }
}
@media screen and (max-width: 1280px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}
@media screen and (max-width: 1024px) { 
	.cb-slideshow li div h3 { font-size: 40px }
}
@media screen and (max-width: 800px) { 
	.cb-slideshow li div h3 { font-size: 30px }
	.container > header h1{ font-size: 40px; line-height: 38px;}
	.container > header p{ font-size: 24px;}
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 24px }
	.container > header h1{ font-size: 30px; line-height: 28px;}
	.container > header p{ font-size: 24px;}
}
@media screen and (max-width: 480px) { 
	.cb-slideshow li div h3 { font-size: 20px }
	.top-bar { line-height: 20px; font-size: 16px;}
	.container > header h1{ line-height: 26px; font-size: 24px;}
	.container > header p{ font-size: 18px;}
}
@media screen and (max-width: 320px) { 
	.cb-slideshow li div h3 { font-size: 16px }
	.top-bar { line-height: 20px; font-size: 16px;}
	.container > header h1{ line-height: 20px; font-size: 18px;}
	.container > header p{ font-size: 12px;}
}