@charset "utf-8";
/* CSS Document */
@import url('http://fonts.googleapis.com/css?family=Julius+Sans+One');
@import url('http://fonts.googleapis.com/css?family=Oleo+Script');
@import url('http://fonts.googleapis.com/css?family=Lobster');
@import url('http://fonts.googleapis.com/css?family=Droid+Serif');
@import url('http://fonts.googleapis.com/css?family=Original+Surfer');
@import url('http://fonts.googleapis.com/css?family=Droid+Sans');
@import url('http://fonts.googleapis.com/css?family=Rouge+Script');
@import url('http://fonts.googleapis.com/css?family=Rouge+Script');
@import url('http://fonts.googleapis.com/css?family=Open+Sans');


#container {
overflow-x:hidden;
overflow-y:scroll;
}


/*BODY START*/

* {
    margin:0;
    padding:0;
  }
body {
 
background: #000000; 
background: -moz-linear-gradient(top,  #000000 0%, #000000 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000)); 
background: -webkit-linear-gradient(top,  #000000 0%,#000000 100%); 
background: -o-linear-gradient(top,  #000000 0%,#000000 100%);
background: -ms-linear-gradient(top,  #000000 0%,#000000 100%);
background: linear-gradient(to bottom,  #000000 0%,#000000 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); 
}
    
html, body {
	overflow-x: hidden;
/*    overflow-y: scroll;*/
    
   font-size: 100%;
   
    
}

a:link, a:visited, a:active {
	
	text-decoration:none;
}

a:hover {

	text-decoration:none;
}

/*BODY END*/

.menuline {
	width: 100%;
    height: 50px;
   	margin-top: 0px;
	margin-right:auto;
	margin-left: auto;
    background-color:rgba(0,0,0,0.5);
    background-image: url(images/);
  	background-repeat: no-repeat;
    display : block;
    z-index: 1000;
    position:fixed;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
}

.menucontainer {
   width: 800px;
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color:rgba(,,,0);
  background-image: url(images/);
  background-repeat: ;
  background-position: center center;
  z-index: 1000;
  position: relative;
}

.nav {
	width: 160px;
    height: 50px;
    font-family: 'Julius Sans One', sans-serif;
	font-size: 1em;
    font-weight: normal;
    font-style: normal;
	line-height:50px;
	text-align: center;
    color:#EEEEEE;
	float:left;
    list-style-type: none;
	position:relative;
	z-index:1;
    background-color:rgba(,,,0);
 	background-image: url(images/);
  	background-repeat: ;
}

.nav a:link, .nav a:visited, .nav  a:active {
	color:#EEEEEE;
	text-decoration:none;
}

.nav:hover, .nav a:hover {
	color:#FFFFFF;
	text-decoration:none;
    display:block;
    z-index: 1000;
    position:relative;
    background-color:rgba(0,0,0,1);
 	background-image: url(images/);
  	background-repeat: ;
}


/*MODIFY DROP DOWN MENU HERE*/

li.nav ul {
	display: none;
	list-style-type: none;
	

}

li.nav:hover ul { 
	display:block;
	
}

li.nav ul li {
	width: 160px;
	height: 50px;
    line-height:50px;
   	margin-top: 0px;
	margin-right:auto;
	margin-left: auto;
    display : block;
    font-family: 'Julius Sans One', sans-serif;
	font-size: 1em;
    font-weight: normal;
    font-style:normal;
	text-align: center;
	color:#EEEEEE;
    background-color:rgba(0,0,0,0.7);
 	background-image: url(images/);
  	background-repeat: ;
}

li.nav ul li:hover {
	text-decoration:none;
    display:block;
    position:relative;
}

.linavulli a:link, .linavulli a:visited, .linavulli a:active {
	color:#EEEEEE;
	text-decoration:none;
    
}
.linavulli a:hover {
	color:#FFFFFF;
	text-decoration:none;
    display:block;
    position:relative;
    background-color:rgba(0,0,0,1);
 	background-image: url(images/);
  	background-repeat: ;
}

/*MAIN SITE*/

.header {
	width: 100%;
    margin-top: 35vh;
    margin-left:auto;
    margin-right:auto;
}
.headertitle {
    
    font-family: 'Lobster', cursive;
    color:#FFC578;
	font-size: 6em;
	text-align: center;
    font-weight: normal;
    font-style: normal;
    display:block;
    text-shadow: 1px 1px 2px #111111;
}
.headertitle a {
	color:#FFC578;
}
.headertitle a:hover {
	color:#FFC578;
    text-decoration:none;
}
.headertag {
	font-family: Oleo Script, cursive;
    font-size: 2em;
    color:#EEEEEE;
    display:block;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    margin-top:-15px;
    text-shadow: 1px 1px 2px #111111;
    
    
}

.wrapper {
	width: 100%;
    overflow-x: hidden;
    z-index:1;
     min-height: 100vh;
    background-image:url(images/header.jpg);
   background-attachment:fixed;
    background-repeat:no-repeat;
    background-position:top center;
    background-size:100%;
    
    padding-bottom:100px;
    
    }

#container {

}

.main-content {

    margin-bottom:90px;
    
	width: 100%;
    min-height:300px;
    margin-top: ;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
    padding-bottom:20px;
	border-top: 5px solid #333333;
    border-bottom: 5px solid #333333;
    border-left:   #FFFFFF;
    border-right:   #FFFFFF;
background: rgb(178,27,24); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(178,27,24,0.8) 0%, rgba(252,121,121,0.8) 50%, rgba(178,27,24,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(178,27,24,0.8)), color-stop(50%,rgba(252,121,121,0.8)), color-stop(100%,rgba(178,27,24,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(178,27,24,0.8) 0%,rgba(252,121,121,0.8) 50%,rgba(178,27,24,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(178,27,24,0.8) 0%,rgba(252,121,121,0.8) 50%,rgba(178,27,24,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(178,27,24,0.8) 0%,rgba(252,121,121,0.8) 50%,rgba(178,27,24,0.8) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(178,27,24,0.8) 0%,rgba(252,121,121,0.8) 50%,rgba(178,27,24,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B21B18', endColorstr='#B21B18',GradientType=1 ); /* IE6-9 */
box-shadow: 0 0 3px 3px rgba(0,0,0,0.3);

}

.content-box {
	width: 800px;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    padding: 20px;
	background: rgba(255,255,255,1);;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

.content-box a:link,.content-box a:visited,.content-box a:active, .content-box a:hover {
color:#000000;
text-decoration: none;
}

.content-box ul {
margin-left:20px;
}

.hr {
    content:"";
    display:block;
    height:1px;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    background:#333333;
    background:-webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(50%, #333333), color-stop(100%, #DFECAF));
    background:-webkit-linear-gradient(left, transparent 0%, #333333 50%, transparent 100%);
    background:-moz-linear-gradient(left, transparent 0%, #333333 50%, transparent 100%);
    background:-ms-linear-gradient(left, transparent 0%, #333333 50%, transparent 100%);
    background:-o-linear-gradient(left, transparent 0%, #333333 50%, transparent 100%);
    background:linear-gradient(left, transparent 0%, #333333 50%, transparent 100%)
}

.hr2 {
    content:"";
    display:block;
    height:1px;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    background:#333333;
    background:-webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(50%, #333333), color-stop(100%, #DFECAF));
    background:-webkit-linear-gradient(left, transparent 0%, #333333 50%, transparent 100%);
    background:-moz-linear-gradient(left, transparent 0%, #333333 50%, transparent 100%);
    background:-ms-linear-gradient(left, transparent 0%, #333333 50%, transparent 100%);
    background:-o-linear-gradient(left, transparent 0%, #333333 50%, transparent 100%);
    background:linear-gradient(left, transparent 0%, #333333 50%, transparent 100%)
}

/*MODIFY FOOTER HERE*/
.clearfooter {
	height: 0px;
	clear: both;
}
.footerbtn {
width: 100%; 
height: 40px;
line-height: 40px;
position:fixed;
background-color:rgba(34,34,34,0.9);
border: 1px solid rgba(51,51,51,0.9);
box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
color:#EEEEEE;
bottom: 0px;     
left: 0px;       
right: 0px;
display: inline-block;       
background-image:url(images/dark-circles.png);
background-repeat:repeat;
    text-align:center;
    z-index:10;
    
}
.footer {
	padding-bottom:0px;
	display: block;    
	width: 100%;
    height: 90px;
    position: fixed;
    bottom:10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    z-index:2;
border-top: 5px solid #333333;
border-bottom:  solid #FFFFFF;
border-left: 1px  #333333;
border-right: 1px solid #333333;
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 50%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 50%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 50%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 50%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 50%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
box-shadow: 0 0 10px 10px rgba(0,0,0,0.2);

}

.footertexture {
background-image:url(images/dark-circles.png);
    background-repeat:repeat;
   padding:10px;
   height: 90px;
    }
#body {
   padding:10px;
   padding-bottom:90px;   /* Height of the footer */
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer1 {
width:10px;
float:left;
border-right: 1px solid #AAAAAA;
text-align:left;
}

.footer2 {
width:100%;
float:right;
text-align:right;
}


.iconwrap {
width:250px;
height:auto;
margin-left:;
margin-right:;
}


.icon {
width:40px;
height:40px;


}

.iconp {
padding:5px;
width:auto;
height:auto;
float:left;
}

.footerwrap {
width: 100%;
margin-left:auto;
margin-right:auto;
}


			.sidehide1 {
				display:none;
				width:100%;
				overflow: hidden;
  				clear: both;
			}
			.side1 {
				font-family: 'Julius Sans One', sans-serif;
				font-size: 1em;
				color: #CCCCCC;
				text-decoration: none;
				line-height: 40px;
				background-color: #8C2626;
				text-align: left;
				display: block;
				height: 40px;
				width: 100%;
				margin-top:5px;
				text-indent:10px;
				margin-left:5px;
			}
			.side1 a:link, .side1 a:visited, .side1 a:active {
				color: #CCCCCC;
				text-decoration: none;
			}
			.side1 a:hover {
				color: #000000;
				text-decoration: none;
				background-color:#D6B2B2;
				display: block;
			}
			.side1:hover {
				color: #000000;
				text-decoration: none;
				background-color:#D6B2B2;
				display: block;
			}
			.sidehide1 {
				display:none;
				width:100%;
				overflow: hidden;
  				clear: both;
			}
			
			.sidehide5 {
				display:none;
				width:100%;
				overflow: hidden;
  				clear: both;
			}
			.side5 {
				font-family: 'Julius Sans One', sans-serif;
				font-size: 1em;
				color: #CCCCCC;
				text-decoration: none;
				line-height: 40px;
				background-color: #8C2626;
				text-align: left;
				display: block;
				height: 40px;
				width: 100%;
				margin-top:5px;
				text-indent:10px;
				margin-left:5px;
			}
			.side5 a:link, .side5 a:visited, .side5 a:active {
				color: #CCCCCC;
				text-decoration: none;
			}
			.side5 a:hover {
				color: #000000;
				text-decoration: none;
				background-color:#D6B2B2;
				display: block;
			}
			.side5:hover {
				color: #000000;
				text-decoration: none;
				background-color:#D6B2B2;
				display: block;
			}
			.sidehide5 {
				display:none;
				width:100%;
				overflow: hidden;
  				clear: both;
			}
			
			.sidehide6 {
				display:none;
				width:100%;
				overflow: hidden;
  				clear: both;
			}
			.side6 {
				font-family: 'Julius Sans One', sans-serif;
				font-size: 1em;
				color: #CCCCCC;
				text-decoration: none;
				line-height: 40px;
				background-color: #8C2626;
				text-align: left;
				display: block;
				height: 40px;
				width: 100%;
				margin-top:5px;
				text-indent:10px;
				margin-left:5px;
			}
			.side6 a:link, .side6 a:visited, .side6 a:active {
				color: #CCCCCC;
				text-decoration: none;
			}
			.side6 a:hover {
				color: #000000;
				text-decoration: none;
				background-color:#D6B2B2;
				display: block;
			}
			.side6:hover {
				color: #000000;
				text-decoration: none;
				background-color:#D6B2B2;
				display: block;
			}
			.sidehide6 {
				display:none;
				width:100%;
				overflow: hidden;
  				clear: both;
			}
			
			.sidehide7 {
				display:none;
				width:100%;
				overflow: hidden;
  				clear: both;
			}
			.side7 {
				font-family: 'Julius Sans One', sans-serif;
				font-size: 1em;
				color: #CCCCCC;
				text-decoration: none;
				line-height: 40px;
				background-color: #8C2626;
				text-align: left;
				display: block;
				height: 40px;
				width: 100%;
				margin-top:5px;
				text-indent:10px;
				margin-left:5px;
			}
			.side7 a:link, .side7 a:visited, .side7 a:active {
				color: #CCCCCC;
				text-decoration: none;
			}
			.side7 a:hover {
				color: #000000;
				text-decoration: none;
				background-color:#D6B2B2;
				display: block;
			}
			.side7:hover {
				color: #000000;
				text-decoration: none;
				background-color:#D6B2B2;
				display: block;
			}
			.sidehide7 {
				display:none;
				width:100%;
				overflow: hidden;
  				clear: both;
			}
			
			.sidehide8 {
				display:none;
				width:100%;
				overflow: hidden;
  				clear: both;
			}
			.side8 {
				font-family: 'Julius Sans One', sans-serif;
				font-size: 1em;
				color: #CCCCCC;
				text-decoration: none;
				line-height: 40px;
				background-color: #8C2626;
				text-align: left;
				display: block;
				height: 40px;
				width: 100%;
				margin-top:5px;
				text-indent:10px;
				margin-left:5px;
			}
			.side8 a:link, .side8 a:visited, .side8 a:active {
				color: #CCCCCC;
				text-decoration: none;
			}
			.side8 a:hover {
				color: #000000;
				text-decoration: none;
				background-color:#D6B2B2;
				display: block;
			}
			.side8:hover {
				color: #000000;
				text-decoration: none;
				background-color:#D6B2B2;
				display: block;
			}
			.sidehide8 {
				display:none;
				width:100%;
				overflow: hidden;
  				clear: both;
			}
			
			.sidehide9 {
				display:none;
				width:100%;
				overflow: hidden;
  				clear: both;
			}
			.side9 {
				font-family: 'Julius Sans One', sans-serif;
				font-size: 1em;
				color: #CCCCCC;
				text-decoration: none;
				line-height: 40px;
				background-color: #8C2626;
				text-align: left;
				display: block;
				height: 40px;
				width: 100%;
				margin-top:5px;
				text-indent:10px;
				margin-left:5px;
			}
			.side9 a:link, .side9 a:visited, .side9 a:active {
				color: #CCCCCC;
				text-decoration: none;
			}
			.side9 a:hover {
				color: #000000;
				text-decoration: none;
				background-color:#D6B2B2;
				display: block;
			}
			.side9:hover {
				color: #000000;
				text-decoration: none;
				background-color:#D6B2B2;
				display: block;
			}
			.sidehide9 {
				display:none;
				width:100%;
				overflow: hidden;
  				clear: both;
			}
			
			.sidehide10 {
				display:none;
				width:100%;
				overflow: hidden;
  				clear: both;
			}
			.side10 {
				font-family: 'Julius Sans One', sans-serif;
				font-size: 1em;
				color: #CCCCCC;
				text-decoration: none;
				line-height: 40px;
				background-color: #8C2626;
				text-align: left;
				display: block;
				height: 40px;
				width: 100%;
				margin-top:5px;
				text-indent:10px;
				margin-left:5px;
			}
			.side10 a:link, .side10 a:visited, .side10 a:active {
				color: #CCCCCC;
				text-decoration: none;
			}
			.side10 a:hover {
				color: #000000;
				text-decoration: none;
				background-color:#D6B2B2;
				display: block;
			}
			.side10:hover {
				color: #000000;
				text-decoration: none;
				background-color:#D6B2B2;
				display: block;
			}
			.sidehide10 {
				display:none;
				width:100%;
				overflow: hidden;
  				clear: both;
			}
			
			.sidehide15 {
				display:none;
				width:100%;
				overflow: hidden;
  				clear: both;
			}
			.side15 {
				font-family: 'Julius Sans One', sans-serif;
				font-size: 1em;
				color: #CCCCCC;
				text-decoration: none;
				line-height: 40px;
				background-color: #8C2626;
				text-align: left;
				display: block;
				height: 40px;
				width: 100%;
				margin-top:5px;
				text-indent:10px;
				margin-left:5px;
			}
			.side15 a:link, .side15 a:visited, .side15 a:active {
				color: #CCCCCC;
				text-decoration: none;
			}
			.side15 a:hover {
				color: #000000;
				text-decoration: none;
				background-color:#D6B2B2;
				display: block;
			}
			.side15:hover {
				color: #000000;
				text-decoration: none;
				background-color:#D6B2B2;
				display: block;
			}
			.sidehide15 {
				display:none;
				width:100%;
				overflow: hidden;
  				clear: both;
			}
			/* //////////////////////////////////////////////////////////////////////////////


////////////////////////////////////////////////////////////////////////////// */


header {
   position:fixed;
   top:0;
   width:100%;
   height:40px;   
   background-color:rgba(0,0,0,0.7);
   box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
    color:#FFFFFF;
z-index: 2;
   line-height:40px;
   text-align:left;
   text-indent:10px;
   
   
}

#hamburger {
	width: 25px;
    border: 1px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 3px 4px 3px;
    position: relative;
    
    background: #000000;
   
	margin-top:4px;
	margin-left:20px;
	float:left;
}

#hamburger div {
    background-color: #FFFFFF;
    border: 1px solid #eee;
    border-radius: 2px 2px 2px 2px;
    height: 2px;
    margin-top: 3px;
    width: 90%;
}

nav {
    opacity: 0;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 0;
    width: 70%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    background: #3E3C3D;
    background: -moz-linear-gradient(top, #3E3C3D 0%, #2D2C2D 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3E3C3D), color-stop(100%, #2D2C2D));
    background: -webkit-linear-gradient(top, #3E3C3D 0%, #2D2C2D 100%);
    background: -o-linear-gradient(top, #3E3C3D 0%, #2D2C2D 100%);
    background: -ms-linear-gradient(top, #3E3C3D 0%, #2D2C2D 100%);
    background: linear-gradient(to bottom, #3E3C3D 0%, #2D2C2D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3E3C3D', endColorstr='#2D2C2D', GradientType=0);
	font-size:0.8em;
}

nav ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}

nav li {
    position: relative;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid #222222;
    border-top: 1px solid #444444;
    padding: 15px;
}

#contentLayer {
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    z-index: 5;
}

#content {
    position: relative;
    width: auto;
    height: 100%;
    -webkit-box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
    }




.side {
	height: 40px;
	width: 100%;
    line-height: 40px;
	background-color: #8C2626;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	text-decoration: none;
	text-align: left;
	display: block;
	margin-top:5px;
	text-indent:10px;
	margin-left:5px;
	
}
.side a:link, .side a:visited, .side a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.side a:hover  {
	color: #000000;
	text-decoration: none;
	background-color:#D6B2B2;
	display: block;
}
.side:hover  {
	color: #000000;
	text-decoration: none;
	background-color:#D6B2B2;
	display: block;
}
.menu {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	line-height: 40px;
	text-align: left;
	text-indent:10px;
	display: block;
	height: 40px;
	width: 100%;
	background-color:#D6B2B2;
	margin-left:5px;
	margin-top:5px;
	overflow: hidden;
  clear: both;

}

.menu a:link, .menu a:visited, .menu a:active {
	color: #000000;
	text-decoration: none;
}

.menu a:hover {
	color: #333333;
	text-decoration: none;
	background-color:#FAD7D7;
	display: block;
}

.menu:hover {
	color: #333333;
	text-decoration: none;
	background-color:#FAD7D7;
	display: block;

}

.fbmobile {
width:280px;
margin-left:auto;
margin-right:auto;
}

