body {
	background: url("images/bg1.jpg") repeat fixed center center #222222;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
    overflow-x:hidden;
}
@font-face {
    font-family: 'mission_scriptregular';
    src: url("mission-script-webfont.eot");
    src: url("mission-script-webfont.eot?#iefix") format('embedded-opentype'),
         url("mission-script-webfont.woff") format('woff'),
         url("mission-script-webfont.ttf") format('truetype'),
         url("mission-script-webfont.svg#mission_scriptregular") format('svg');
    font-weight: normal;
    font-style: normal;

}
img {
    max-width: 100%;
    height: auto;
}
.container {
    max-width: 930px;
        background: #000;
}
.white {
    background: white;
}
#main {
	padding: 2em 0 0 0;
    background: white;
}
header .container {
    background: black;
}
footer {
	background: url("images/bg1.jpg") repeat scroll center center;
}
.img-border {
	border: 3px solid white;
	margin: 0 0 1em 0;
	border-radius: 0 25px 25px 0;
}
.img-pad {
	padding: 0 0 1em 0;
    text-align: center;
}
#icons {
    margin: 0 0 1em 0;
    text-align: justify;
}
#icons img {
    margin: 0 0.5em 0 0;
}
h3 {
	text-align: center;
	color: #fff;
text-transform: lowercase;
	font-family: 'mission_scriptregular';
	font-size: 3em;
    border-top: 1px dashed #fff;
    padding: 0.5em 0 0 0;
    margin: 0.7em 0 0.5em 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flexslider {
    border: none;
    background: transparent;
    margin-bottom: 30px;
}
#cover {
    display: none;
    margin: 0 0 1em 0;
}
.gear p {
    font-size: 0.7em;
    color:#ccc;
}
.gear strong {
    color: #d35400;
    border-bottom: solid 1px #d35400;
}
.hide {
    display: none;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #cover {
        display: block;
    }
    .hide {
        display: block;
    }

 }