/*-----------------------------------------------------------------------------
author:    www.yakimavalleytourism.com
-----------------------------------------------------------------------------*/


/* =Dye Hard Home
-----------------------------------------------------------------------------*/
.videoImageMobile {
	display: none;
	}

.videoContainer {
	position:relative;
	margin:0;
	padding:0;
	padding-bottom: 56.25%; /* aspect ratio for video */
	width:100%;
	height:0;
	z-index:1;
	}
	
.fullscreen-bg-video {
    width: 100%;
	height:100%;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	}
	
.videoLogo {
	position:absolute;
	top:20%;
	left:5%;
	width:49.83333333%;
	z-index:8000;
	max-width:897px;
	}
	
.videoGirl {
	position:absolute;
	bottom:0;
	right:0;
	width:43.222222%;
	z-index:8000;
	}
	
.videoColor {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:7999;
	background:rgba(255,0,144,0.60);
	}
	
.featureArea {
	background:url(../img/featureBgBlue.jpg) no-repeat #0081ce top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	padding:2em 0;
	font-size: 18pt;  
	font-family: 'futura_icgbold', Arial, sans-serif;
	}
	
ul.featureBtns {
	list-style:none;
	}
	
ul.featureBtns li {
	list-style:none;
	float:left;
	width:33.3333333%;
	padding:1em 0;
	text-align:center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}
	
ul.featureBtns li img {
	margin:0 auto;
	padding:0 0 .5em 0;
	width:46.6666666%;
	}
	
ul.featureBtns li a {
	color:#ffffff;	
	text-decoration:none;	
	}
	
ul.featureBtns li:hover {
	opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}
	
ul.featureBtns li:nth-child(1), ul.featureBtns li:nth-child(2) {
	background:url(../img/onePixelWhite.png) repeat-y top right;
	}
	
.dateBox {
	background:#fb018e;
	font-family: 'futura_icgbold', Arial, sans-serif;  
	font-size:6em;
	text-align:center;
	margin:0 0 .18em 0;
	color:#ffffff;
	}

.featureBox {
	background:#fb018e;
	font-family: 'futura_icgbold', Arial, sans-serif;  
	font-size:3em;
	text-align:center;
	margin:0 0 0 0;
	padding:3%;
	color:#ffffff;
	}

.featureBox small {
	font-size:70%;
	}
	
section h1, section h2, section p {
	text-align:center;
	}
	
#clockdiv {
    font-family: sans-serif;
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
	margin:0  auto;
	font-family: 'futura_icgbold', Arial, sans-serif; 
	width:100%;
	}
	
#clockdiv > div {
    padding: 10px;
    border-radius: 3px;
    background: #00aeef;
    display: inline-block;
	width:22%;
	}
	
#clockdiv div > span {
    padding: 15px;
    border-radius: 3px;
    background: #0e98cc;
    display: inline-block;
	}
	
.smalltext {
    padding-top: 5px;
    font-size:80%;
	}
	
	


@media screen and (max-width: 1350px) {

	
}

@media screen and (max-width: 1100px) {

#clockdiv > div {
    padding: 2%;
	width:20%;
	}
	
}

@media screen and (max-width: 1000px) {
	
.featureBox {
	font-size:2em;
	padding:5% 3%;
	}
	

.dateBox { 
	font-size:4em;
	}

}

@media screen and (max-width: 850px) {
	
.videoImageMobile {
	display: block;
	}

.videoContainer {
	display:none;
	}
	
#clockdiv > div {
    padding: 2%;
	width:19%;
	}
	
.smalltext {
    font-size:12px;
	}
	
}

@media screen and (max-width: 685px) {
	
ul.featureBtns li {
	padding:.25em 0;
	}
	
ul.featureBtns li:nth-child(1), ul.featureBtns li:nth-child(2) {
	background-image:none;
	
}

@media screen and (max-width: 550px) {
	
	
.dateBox { 
	font-size:3em;
	}

}

@media screen and (max-width: 450px) {
	
#clockdiv div > span {
    padding: 8px;
	}
	
#clockdiv > div {
    padding: 2%;
	width:18%;
	}
	
}

