html{
    background-color: #4B4640;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: sans-serif;
	color: #D76A2F;
}

form{
	background-color: #eaeaea;
	padding: 15px;
}
button{
	    padding: 11px 25px;
    background-color: #D76A2F;
    border: none;
    color: #FBE2B3 !important;
}

.h1Banner{
font-size: 60px !important;
	margin: 12px 0;
}

#playground canvas{
	width: 50%;
}

#timer{
	font-size: 102px;
	color: #4b4640;
	margin-bottom:  130px;
	font-family: sans-serif;
}
#bottom_arrow{
	width: 50px;
	height: 50px;
	background: gray;
	position: absolute;
/*	top: 0;*/
}
body{
	min-height: 900px
}

.panel{
	padding: 15px;
	background-color: #FFFBF2;
}

ul{
	list-style: none !important;
}
.nav{
	padding: 0;
}
.nav ul{
	margin: 0;
	padding: 0;
}
.nav li{
	display: inline-block;
	padding-right: 30px;
/*	margin: 30px 0;*/
}



#parent{
	height: 100%;
/*	background: green;*/
	opacity: .5;
	padding: 20px;
}
.child{
	background: red;
	width: 100%;
	position: relative;
	opacity: .4;
/*	border-top: solid white 1px;*/
}
.header{
    padding: 60px 20px;
	position: relative;
    
}
.header h1, .header h2{
    color: #F4E6C9 !important;
}
.child:hover{
	opacity: .8;
}
#parent img{
	width: 100%; 
	float: left;
}

.container{
	max-width: 70%;
	margin:  0 auto;
	padding: 10px;
}
input{
    margin: 5px 0 !important;
	box-sizing:border-box;
	padding: 5px 10px;
}
input[type="text"], input[type="password"] {
	height: 40px;
	width: 100%;
    box-sizing: border-box;
}

.section{
	padding-top: 50px;
	padding-bottom: 50px;
}

.subpage{
	border: 5px solid #f04124;
	padding: 15px;
	width: 50%;
	
	-webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 5s; /* Firefox < 16 */
        -ms-animation: fadein 5s; /* Internet Explorer */
         -o-animation: fadein 5s; /* Opera < 12.1 */
            animation: fadein 5s;
}

.error{
	display: none;
	background: #f04124;
	color: #fff;
	padding: 6px;
	font-style: italic;
	font-size: 11px;
	font-family: sans-serif;
	
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
#validate{
	margin: 15px 0;
}


/*animation*/
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


#site-wrapper {
position: relative;
overflow: hidden;
padding: 0;
}

#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  padding: 5% 0; /* Temp: Just spacing. */
}
#site-canvas a {
	background: #f39c12 !important; 
	color: #ecf0f1;
	padding: 10px 15px;
	text-transform: uppercase;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

#site-canvas button {
    background: #F35012 !important;
    color: #ecf0f1;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
	border: none;
}

div[data-evenchild]{
	background-color: #FFFBF2;
	margin-bottom: 30px;
}

textarea{
	min-height: 400px;
	margin: 15px;
	width: 100%;
	display: block;
}

#site-menu {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -330px;
  background: #428bca;
  padding: 15px;
}
#site-menu h2{
	color: #f8f8f8;
}


.show-nav #site-canvas {
  -webkit-transform: translateX(330px);
  transform: translateX(330px);
  
  -webkit-transform: translate3d(330px, 0, 0);
  transform: translate3d(330px, 0, 0);
}


/*video holder*/

.videoBox-container {
	background: url(overlay.png);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

	.videoBox-container .videoHolder {
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		max-width: 800px;
		height: 100%;
	}

		.videoBox-container .videoHolder video {
			width: 100%;
		}

	.videoBox-container iframe {
		background: none !important;
		background-color: transparent;
	}
.videoContainer {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%); /* IE */
	-moz-transform: translateY(-50%); /* Firefox */
	-webkit-transform: translateY(-50%); /* Safari and Chrome */
	-o-transform: translateY(-50%); /* Opera */
	padding: 0 20px;
}
.videoContainer iframe{
	margin: auto 0;
	width: 100%;
    height: 400px;
    max-height: 800px;
}

.exitScreen {
	width: 45px;
	height: 45px;
	background: url('fancybox_sprite.png') no-repeat;
	position: absolute;
	top: 2px;
	right: 21px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.vidIframe iframe {
/*	display: none;*/
}

.divspacer{
	margin: 15px 0;
}
.header .skew:before {
    content: '';
    position: absolute;
    left: 0;
    top: -75px;
    overflow: visible;
    width: 100%;
    height: 300px;
    background: #D76A2F;
    z-index: -1;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-4deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	-webkit-box-shadow: 17px 17px 16px -11px rgba(51, 40, 37,1);
    -moz-box-shadow: 17px 17px 16px -11px rgb(51, 40, 37);
    box-shadow: 17px 17px 16px -11px rgb(51, 40, 37);
	
    background: -webkit-linear-gradient(left top, #D76A2F, #DA5000); 
    background: -o-linear-gradient(bottom right, #D76A2F, #DA5000); 
    background: -moz-linear-gradient(bottom right, #D76A2F, #DA5000); 
    background: linear-gradient(to bottom right, #D76A2F, #DA5000); 
}
