@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

body{
    font-size: 12pt;
	font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
    background: url("../assets/felt_green_200-seamless.jpg"); 
}

img{
	max-width: 100%;
	border:none;
}

.pagewrap{
	display: block;
	align-content: center;
}
.showOnMobile{
    visibility: hidden;
}

.container .header {
	max-height: inherit;
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	align-content: center;
	
}

.header-lightsL{
	background-image: url('../assets/LightsL.png');
	background-repeat: no-repeat;
	height: 220px;
	width: 345px;
    position: absolute;
    left: 0px;
    top: -0px;
    z-index: 999;
}

.header-lightsR{
	background-image: url('../assets/LightsR.png');
	background-repeat: no-repeat;
	height: 220px;
	width: 345px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
}

.videocontainer{
    /*width: 960px;*/
    margin: auto;
    max-width: 100%;
	display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}

.centercolumn{
	align-content: center;
}

.iconsL{
	background-image: url('../assets/iconsL.png');
	display: inline-block;
    margin-top: 0px;
    width: 200px;
    height: 409px;
}

.iconsR{
	background-image: url('../assets/iconsR.png');
	display: inline-block;
    margin-top: 0px;
    width: 200px;
    height: 409px;
}

.youtubeiframe{
	border-width: 6px;
	border-radius: 6px;
	border-color:#aa1500;
	border-style: solid;
	width: 550px;
	height: 315px;
}

.header{
    height: 220px;
    background-image: url('../assets/banner_960.png');
	background-repeat: no-repeat;
	background-position: center;
}

.content{
    background-color: none;
}

#video_ajax_id{
    background-color: #fff;
}

.finished_controls{
    width: 100%;
    float: left;
    margin-top: -260px;
    text-align: center;
}

.class_hidden{
    visibility: hidden;
}

.footer{
	border-top: 5px solid #aa1500;
    height: 50px;
	/*background-image: url('../assets/footer_960.png');*/
}

.centerbtns{
  margin-left: 0%;
}

.thumbgrid{
	max-width: 960px;
	width: 960px;
    margin: 30px auto auto auto;
	display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
    justify-content: space-around;
}

/*
Rollovers and buttons
*/

.btn_1_1{
    display: inline-block;
    margin-top: 0px;
    width: 137px;
    height: 85px;
    background-image: url('../assets/ClickHereToSpreadCheer.png');
}
/*
.btn_1_1:hover{
    background-image: url('../assets/ClickHereToSpreadCheer.png');
    text-decoration: none;
}*/

.btn_2_1, .btn_2_3{
    display: inline-block;
    width: 110px;
    height: 60px;
}

.btn_2_1{
    background-image: url('../assets/button_110_normal.png');
}

.btn_2_3{
    background-image: url('../assets/button2_110_normal.png');
}

.btn_2_1_after, .btn_2_3_after{
    display: inline-block;
    width: 110px;
    height: 60px;
}

.btn_2_1_after{
    background-image: url('../assets/button_110_normal.png');
}

.btn_2_3_after{
    background-image: url('../assets/button2_110_normal.png');
}


.btn_2_2{
    display: inline-block;
    width: 249px;
    height: 76px;
    background-image: url('../assets/AnotherCheerHere.png');
	background-color: transparent;
	border: none;
	margin-top: 16px;
}
.btn_2_2:hover{
    background-image: url('../assets/AnotherCheerHere-over.png');
    text-decoration: none;
}

.btn_2_2_after{
    display: inline-block;
    width: 249px;
    height: 76px;
    background-image: url('../assets/AnotherCheer2.png');
	background-color: transparent;
	border: none;
	margin-top: 16px;
}
.btn_2_2_after:hover{
    background-image: url('../assets/AnotherCheer2-over.png');
    text-decoration: none;
}

/* Gallery */

.gallerybox{
	max-width: 960px;
	height: auto;
}

div.gallery {
    border: 0px solid #aa1500;
	margin-bottom: 10px;
}

/*
div.gallery:hover {
    border: 0px solid #fff;
} */

div.gallery img {
    width: 100%;
    height: auto;
	border: 4px solid #aa1500;
}

div.gallery:hover img {
	border: 4px solid #fff;
}

div.desc {
    padding: 2px 0 0 0;
    text-align: left;
	color: white;
}

/*
* {
    box-sizing: border-box;
}
*/

.responsive {
    padding: 0 6px;
    /*float: left;*/
    width: 24.5%;
	display: inline-block;
}


@media all and (max-width: 1280px) {

}
@media all and (max-width: 980px) {

	.iconsL{
		display: none;
	}
	
	.iconsR{
		display: none;
	}
	
	.header{
		background-image: url('../assets/banner_960-noIcons.png');
		background-size: 90%;
		max-width: 422px;
	}
	
	.header-lightsL{
		margin-left: -100px;
	}
	
	.header-lightsR{
		margin-right: -100px;
	}
}
@media all and (max-width: 736px) {

	.videocontainer{
		max-width: 422px;
	}
	
	.youtubeiframe{
	border-width: 6px;
	border-radius: 6px;
	border-style: solid;
	width: 422px;
	height: 243px;
	}
	
	      .responsive {
          width: 49.99999%;
          margin: 6px 0;
      }
}
@media all and (max-width: 480px) {
	
		.youtubeiframe{
	border-width: 6px;
	border-radius: 6px;
	border-style: solid;
	width: 272px;
	height: 157.5px;
	}
	
	.header-lightsL{
		margin-left: -100px;
		margin-top: -5%;
	}
	
	.header-lightsR{
		margin-right: -100px;
		margin-top: -5%;
	}
	
	      .responsive {
          width: 100%;
      }

}


/*
@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}*/

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* end Gallery */
