@charset "UTF-8";
/* CSS Document */

a{text-decoration:none}

hr{background-color:#97C8CD;
border:0;
color:#444;
height:2px;
text-align:center;
border-style:dashed

}



body{margin:0; min-width:1024px; overflow-x:hidden;background: rgb(206,206,206); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWNlY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left,  rgba(206,206,206,1) 0%, rgba(252,252,252,1) 35%, rgba(252,252,252,1) 62%, rgba(206,206,206,1) 100%) fixed; /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(206,206,206,1)), color-stop(35%,rgba(252,252,252,1)), color-stop(62%,rgba(252,252,252,1)), color-stop(100%,rgba(206,206,206,1))) fixed; /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  rgba(206,206,206,1) 0%,rgba(252,252,252,1) 35%,rgba(252,252,252,1) 62%,rgba(206,206,206,1) 100%) fixed; /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  rgba(206,206,206,1) 0%,rgba(252,252,252,1) 35%,rgba(252,252,252,1) 62%,rgba(206,206,206,1) 100%) fixed; /* Opera 11.10+ */

background: -ms-linear-gradient(left,  rgba(206,206,206,1) 0%,rgba(252,252,252,1) 35%,rgba(252,252,252,1) 62%,rgba(206,206,206,1) 100%) fixed; /* IE10+ */

background: linear-gradient(to right,  rgba(206,206,206,1) 0%,rgba(252,252,252,1) 35%,rgba(252,252,252,1) 62%,rgba(206,206,206,1) 100%) fixed; /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#cecece',GradientType=1 ); /* IE6-8 */
}


a{color:#ED1C24}

#toolbar{ background-color:#ED1C24; position:absolute; z-index:999999; top:0px; height:45px; width:100%}

#tool-butt{width:956px; margin:auto; height:45px; color:#FFF; font-size:145%; text-align:right; line-height:45px}

#tool-butt a{color:#FFF}

#tool-butt a.active{color:#000; text-decoration:underline}

#tool-butt a:hover{color:#000}

#tool-butt span{color:#900; font-size:80%}

#container{
	width: 100%;
	height: 700px;
	position: absolute;
	top: 0px;
	background: url(../img/background.jpg) no-repeat center top;
	background-color: #000;
	z-index: 50
}

#container2{
	width: 100%;
	height: 700px;
	position: absolute;
	top: 0px;
	background: url(../img/background2.jpg) no-repeat center top;
	background-color: #000;
	z-index: 50;
	left: -1px;
}

#container2-text{
	color: #FFF;
	width: 956px;
	/* [disabled]font:95%/120% Arial, Helvetica, sans-serif; */
	height: 900px;
	position:absolute;
	z-index:99999;
	top:125px; 
	left:50%;
	margin-left:-478px;
	padding-left:25px;
	text-align:justify;
	line-height:140%
}



#container-content{margin:85px auto; width:956px; height:900px; background-color:#000; opacity:.5; border-radius:15px; -moz-border-radius:15px; -ms-border-radius:15px;-o-border-radius:15px;-webkit-o-border-radius:15px; color:#FFF; font-size:120%}

#shadow{width:100%; height:20px; background-image:url(../img/shadow.png); position:absolute; top:700px}

#header{
	width: 958px;
	margin: auto;
	height: 500px;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	background-position:center;
	margin-top: 85px;
	box-shadow: 0px 1px 2px 1px #221E20;
	-webkit-box-shadow: 0px 1px 2px 1px #221E20;
	-box-shadow: 0px 1px 2px 1px #221E20;
	-ms-box-shadow: 0px 1px 2px 1px #221E20;
	-o-box-shadow: 0px 1px 2px 1px #221E20;
	border:medium solid #000
}

#buy{	text-shadow:0px 1px 2px #F60;box-shadow: 0px 1px 2px 1px #000;
	-webkit-box-shadow: 0px 1px 2px 1px #000;
	-box-shadow: 0px 1px 2px 1px #000;
	-ms-box-shadow: 0px 1px 2px 1px #000;
	-o-box-shadow: 0px 1px 2px 1px #000;position:absolute; font-family:'SlingBold'; font-size:120%;width:165px; height:45px; text-align:center; margin-top:520px; margin-left:360px; border:thin solid #ED1C24; line-height:45px;background: rgb(248,80,50); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4NTAzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxNmY1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y2MjkwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2YwMmYxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzM4MjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,80,50,1)), color-stop(50%,rgba(241,111,92,1)), color-stop(51%,rgba(246,41,12,1)), color-stop(71%,rgba(240,47,23,1)), color-stop(100%,rgba(231,56,39,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-8 */

color:#FFF;}

#sticker{
	text-align: center;
	padding: 8px;
	width: 180px;
	padding-top: 46px;
	height: 140px;
	position: absolute;
	top: 545px;
	margin-left: -25px;
background-color:background: rgb(255,48,25); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */
	border-radius: 200px;
	;
	-moz-border-radius: 200px;
	-ms-border-radius: 200px;
	-border-radius: 200px;
	-webkit-border-radius: 200px;
	box-shadow: 0px 1px 2px 1px #000;
	-moz-box-shadow: 0px 1px 2px 1px #000;
	-ms-box-shadow: 0px 1px 2px 1px #000;
	-o-box-shadow: 0px 1px 2px 1px #000;
	-webkit-box-shadow: 0px 1px 2px 1px #000;
	border: thin solid #EA2123;
	font-family: 'SlingNormal';
	color: #FFF;
	font-size: 115%;
	text-shadow: 0px 1px 2px #000;
}

#book{
	width: 400px;
	height: 534px;
	float: right;
	background: url(../img/book.png) no-repeat 16px -6px;
}

#pic{
	width: 300px;
	height: 418px;
	float: right;
	margin-right: 45px;
	background: url(../img/pic.jpg);
	border: 5px solid #FFF;
	margin-top: 5px;
}

#picshadow{width:300px; height:25px; background-image:url(../img/picshadow.png); float:right; margin-right:48px; clear:right}

#content{position:absolute; top:700px; width:956px; height:auto; left:50%; margin-left:-478px; margin-top:85px; font-family: Arial, Helvetica, sans-serif; font-size:80%; padding-bottom:45px;}

#content p{width:500px; font-family:Verdana, Geneva, sans-serif; color:#333; font-size:110%; line-height:170%; text-align:justify }

#content p span{font-weight:bold; font-size:160%}


h2{width:500px; border-radius:10px 10px 0px 0px; height:46px; background-color:#ED1C24; padding-left:10px; color:#FFF; line-height:45px; letter-spacing:2px; font-family:'SlingLight'; font-size:160%; margin-bottom:45px}

h1{
	width: 500px;
	border-radius: 10px 10px 0px 0px;
	height: 46px;
	padding-left: 10px;
	color: #000;
	line-height: 45px;
	letter-spacing: 2px;
	font-family: 'SlingLight';
	font-size: 160%;
	margin-bottom: 30px;
}
 
#tagline{
	width: 700px;
	height: 95px;
	background: url(../img/tagshadow.png) no-repeat center center;
	margin: 150px auto 90px;
	font: 150% 'SlingNormal';
	padding-top: 45px;
	text-align: center;
	color: #ED1C24;
}

#tagline span{font:400% Georgia, "Times New Roman", Times, serif; float:left; line-height:45px; opacity:.5 }


#documentary{
	width: 100%;
	height: 700px;
	position: absolute;
	top: 2200px;
	background: url(../img/background.jpg) no-repeat center top;
	background-color: #000;
}
	
	#video{
	width: 521px;
	height: 293px;
	background: #000;
	margin-top: 0px;
}
	
	#videoshadow{width:500px; height:25px; background:url(../img/videoshadow.png) no-repeat top center}
	
	
	#testimonials{
	width: 368px;
	height: auto;
	float: right;
	margin-top: 90px;
	font-family: 'SlingNormal';
	color: #fff;
	font-size: 80%;
	text-align: justify;
	text-shadow: 0px 0px 8px #000;
	line-height: 150%;
	background-image: url(../img/testimonial_background.png);
	padding: 20px;
	background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-repeat: no-repeat
}



#anchor{ width:auto; height:auto; position:fixed; bottom:700px; right:0px; z-index:99999}

#press{width: 300px;
	height: auto;
	float: left;
	margin-top: 20px;
	font-family: 'SlingNormal';
	color: #fff;
	font-size: 96%;
	text-align: center;
	text-shadow: 0px 0px 8px #000;
	padding:8px; clear:right;
	background-size: cover; 
	-moz-background-size:cover; 
	-ms-background-size:cover; 
	-o-background-size:cover; 
	-webkit-background-size:cover; 
	background-repeat:no-repeat;
	background-image:url(../img/testimonial_background.png);
	margin-right:25px

	}
	
	#testimonials span { float:left;font: 800% "Times New Roman", Times, serif; height:25px; line-height:85px; margin-right:10px; opacity:.5}


#footer{
	width: 100%;
	height: 65px;
	background-color: #000;
	position: absolute;
	top: 635px;
	margin-top: 65px;
	text-align: center;
	color: #CADFE0;
	font: 75%/65px'SlingLight';
}

#donate{float:right; width:200px; margin-right:50px; margin-top:-310px; text-align:left; border: 4px solid rgba(249, 6, 6, 0.5); padding:8px; background: #cc0000; /* Old browsers */

background: -moz-linear-gradient(top,  #cc0000 0%, #cc0000 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #cc0000 0%,#cc0000 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #cc0000 0%,#cc0000 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #cc0000 0%,#cc0000 100%); /* IE10+ */

background: linear-gradient(to bottom,  #cc0000 0%,#cc0000 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
 font-family:Verdana, Geneva, sans-serif;font-size:75%; line-height:125%;  }




.container {
      width: 500px;
      height: 100px;
      margin-right:auto;
      margin-left:auto;
      margin-top:20px;
      margin-bottom:5px;
      font-size:11px;
      }
      
      
      .item a img {
      float:left;
      padding:3px;
      background-color: #FFF;
      margin: 5px;
      border:1px solid #cccccc;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      border-radius: 3px;
      -moz-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
			-webkit-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
			box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
      
      filter:alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      }
      
      .item a:hover img, .item a:active img {
      padding:3px;
      border:1px solid #cccccc;
      filter:alpha(opacity=80);
      -moz-opacity:0.80;
      -khtml-opacity: 0.80;
      opacity: 0.80;
      }
      
      .clearfix:after{
      clear:both;
      }
      #inline{
      visibility: hidden;
      color:#444;
      }



@font-face {
    font-family: 'SlingNormal';
    src: url('../fonts/Sling-webfont.eot');
    src: url('../fonts/Sling-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sling-webfont.woff') format('woff'),
         url('../fonts/Sling-webfont.ttf') format('truetype'),
         url('../fonts/Sling-webfont.svg#SlingNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SlingLight';
    src: url('../fonts/SlingLight-webfont.eot');
    src: url('../fonts/SlingLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SlingLight-webfont.woff') format('woff'),
         url('../fonts/SlingLight-webfont.ttf') format('truetype'),
         url('../fonts/SlingLight-webfont.svg#SlingLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SlingBold';
    src: url('../fonts/SlingBold-webfont.eot');
    src: url('../fonts/SlingBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SlingBold-webfont.woff') format('woff'),
         url('../fonts/SlingBold-webfont.ttf') format('truetype'),
         url('../fonts/SlingBold-webfont.svg#SlingBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
