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

body {
	margin:0px;
	padding:0px;	
	font-family: 'Alegreya Sans', sans-serif;
}


h1,h2,h3,h4,h5,h6 {
	margin:5px;
	padding:0px;
	font-family: Montserrat, helvetica, sans-serif;
	}

iframe {
	border:0;
	opacity:1;	
}


#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 10px;
	/* [disabled]padding-left:5px; */
}


/*Sidebar Code*/
#sidebar a:link {
	color:#000000;	
	text-decoration:none;
}

#sidebar {
	position:fixed;
	top:0;
	right:-120px;
	width:100px;
	height:100%;
	background-color:#000000;
	transition: right 1.5s ease;
	-webkit-transition: right 1.5s ease;
	-moz-transition: right 1.5s ease;
	-o-transition: right 1.5s ease;
	overflow:hidden;
	z-index:999999;
}

#sidebar_preview {
	color:#ffffff;	
	padding-top:10px;
	padding-left:15px;
}

#sidebar:hover {
	right:0px;	
}

.sidebarheader {
	font-size:28px;
	margin-bottom:3px;
	mergin-left:0px	
}

#sidebarinfocontent h1,h2,h3,h4,h5,h6 {
	margin-left:0px;
	font-family:Montserrat, helvetica, sans-serif;
}

#arrow {
	width:75px;
	height:75px;
	position:fixed;
	right:0px;
	top:300px;
	z-index:1000
}








/

a:link {
	color:#000000;	
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}	

.sidenavigation a:link {
	text-decoration:none;	
}

.sidenavigation { 
	position:fixed; 
	width:100px; 
	list-style:none; 
	top:25%; 
	left:-155px; 
	background-color:#000000;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	z-index:9999999;
	visibility:visible;
}
.sidenavigation:hover {
width:300px;left:-15px;	
}
.sidenavigation:hover .sidebar_content {
width:300px;	
}
.sidenavigation li { width:66px; height:66px; background:white; margin-bottom:10px; margin-top:10px; }
.sidenavigation li.current { background:orange; }
.sidenavigation:hover .sidebar_text {
visibility:visible;	
}

#side1 {
background:url(../images/sidebar/side1.fw.png);
background-repeat:no-repeat;
}
#side1.current {
background:url(../images/sidebar/side1_over.fw.png);
background-repeat:no-repeat;	
}
#side2 {
background:url(../images/sidebar/side2.fw.png);
background-repeat:no-repeat;
}
#side2.current {
background:url(../images/sidebar/side2_over.fw.png);	
background-repeat:no-repeat;
}
#side3 {
background:url(../images/sidebar/side3.fw.png);
background-repeat:no-repeat;
}
#side3.current {
background:url(../images/sidebar/side3_over.fw.png);	
background-repeat:no-repeat;
}
#side4 {
background:url(../images/sidebar/side4.fw.png);
background-repeat:no-repeat;
}
#side4.current {
background:url(../images/sidebar/side4_over.fw.png);	
background-repeat:no-repeat;
}

.sidebar_text {
color:#ffffff;
position:relative;
left:85px;
top:20px;	
visibility:hidden;
z-index:1001;
width:200px;
}
.sidebar_content:hover .sidebar_text{
color:#919191;
}
.sidebar_content:hover {
cursor:pointer;	
}

.icon {
	cursor:pointer;
}

.sidebarinfo {
	background-color:#ffffff;
	width:250px;
	padding:20px;
	height:100%;
	position:fixed;
	right:-290px;
	top:0px;	
	z-index:9999999;
	transition:.7s ease;
	-webkit-transition:.7s ease;
	-moz-transition:.7s ease;
	-o-transition:.7s ease;	
	color:#000000;
	font-family: 'Alegreya Sans', sans-serif;
	margin-left:0px;
}

.sidebarinfocontent {
	display:none;	
}



#scrolldown {
	position:absolute;
	left:50%;
	padding-right:75px;
	bottom:0px;	
}




#footer {
	width:100%;
	height:400px;
	background-color:#000000;	
	position:absolute;
	z-index:5;
	color:#ffffff;
	left:0px;
}

#footerlogo {
	padding:40px;	
	float:left;
}

#footer_links {
	position:absolute;
	left:555px;
	top:40px;	
}

.footer_links {
	width:200px;
	float:left;	
}

#footer_links a:link {
	margin-bottom:5px;
	color:#F1492C;
	text-decoration:none;	
}

#footer_links a:hover {
	color:#F1492C;
	text-decoration:underline;	
}


#footer_links a:visited {
	margin-bottom:5px;
	color:#F1492C;
	text-decoration:none;	
}

#mission_statement a:link {
	margin-bottom:5px;
	color:#F1492C;
	text-decoration:none;	
}

#mission_statement a:hover {
	color:#F1492C;
	text-decoration:underline;	
}


#mission_statement a:visited {
	margin-bottom:5px;
	color:#F1492C;
	text-decoration:none;	
}


#copyright {
	position:relative;
	top:350px;
	left:60px;	
}

#mission_statement {
	position: absolute;
	right: 20px;
	width: 200px;
	margin-bottom: 10px;
	top: 20px;
}



.infobubble {
	background-color:#000000;
	color:#ffffff;
	opacity:0.8;
	padding:20px;
}

.button {
	background-color:#64A9FD;
	padding:20px;
	width:200px;
	cursor:pointer;	
	opacity:0.8;
}

.button:hover {
	opacity:1;	
}


.cannonball {
	width:200px;
	float:left;
	margin-right:20px;
	height:600px;
	margin-bottom:10px;	
}

.cannonball p {
	margin-bottom:5px;
}

.cannonhead {
	font-size:32px;	
}

.cannonball form {
	width:300px;	
}







.container {
	padding-right:20px;
	padding-left:50px;
	margin-right:auto;
	margin-left:auto;	
}

#contact-form {
	background-color:#000;
	color:#fff;
	border-radius:15px;
	padding-left:40px;
	padding:20px;
}

#contact-form input {
	color:#000;	
	border-radius:5px;
	margin-bottom:10px;
	margin-top:5px;
	padding-left:5px;
}

#contact-form textarea {
	color:#000;
	padding-left:5px;	
	height:300px;
	margin-top:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
}

.news-more {
	float:right;
	border:3px solid #fff;
	font-size:40px;
	width:55px;
	text-align:center;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	-o-border-rdaius:40px;
	transition:500ms;
	-o-transition:500ms;
	-moz-transition:500ms;
	-webkit-transition:500ms;	
	background-color:#fff;
	color:#000;
}

@media screen and (max-width:2500px){
	.infobubble {width:850px;}
	.news-summary {
		width:700px;
	}
	.news-more {right:-105px;position:absolute;top:20%;}
}


@media screen and (max-width:900px){
	.infobubble {width:70%;}
	.news-summary {width:70%;}
	.news-more {right:-50%;margin-right:50px;position:absolute;top:40%;}
}


@media screen and (max-width:570px){
	.infobubble {width:80%;}
	.news-summary {width:100%;}
	.news-more {right:-50%;margin-left:40px;margin-right:40%;margin-top:20px;margin-bottom:20px;position:static;}
}


.clothing {
	width:300px;
	float:left;
	padding-left:10px;
	height:600px;	
}

.clothing p {
	margin-bottom:5px;
}

.clothinghead {
	font-size:32px;	
}

.clothing form {
	width:300px;	
}

@media screen and (max-width:2600px){
	.clothingbubble {width:850px;}
	.ko-widget {width:1000px;margin:0 auto;}
}


@media screen and (max-width:900px){
	.clothingbubble {width:70%;}
	.ko-widget {width:80%;margin:0 auto;}
	
	.shirt-spacer {
		float:none;
		margin-left:auto;
		margin-right:auto;
		width:235px;
		height:390px;
		zoom:1.3;
	}
	
	#content {
		margin-bottom:100px;	
	}

}

@media screen and (max-width:630px){
	.ko-widget {width:240px;}
}

@media screen and (max-width:570px){
	.clothingbubble {width:80%;}
}

.news-preview h2 {
	font-size:30px;
}

.news-preview a {color:#000;}

.news-preview a:hover {color:#FC472E;text-decoration:underline;transition:500ms;}

.news-preview a:active {color:#FC472E;}

.news-preview a:visited {color:#000;}

.news-preview img {
	border:1px solid #ccc;
	padding:2px;
	margin-bottom:10px;	
}

.news-preview {
	padding-bottom:80px;
	border-bottom:1px solid;
	border-color:#e3e3e3;
	margin-bottom:80px;	
}