/* --- Normalize ------------------------------------ */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
body{margin:0}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin: 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.67em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
p,pre{margin:1em 0}
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol{margin:1em 0}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}


/* --- Default Styles ------------------------------------ */

html,button,input,select,textarea{color:#222}
body{font-size:1em;line-height:1.4}
::-moz-selection{background:#b3d4fc;text-shadow:none}
::selection{background:#b3d4fc;text-shadow:none}
img{vertical-align:middle}



/* ----- Helper Style ---------------------------------- */
.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before,.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.line,.lastUnit{overflow:hidden; *overflow:visible;*zoom:1;}
.unit{float:left;}
.unitRight{float:right;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit{float:none;width:auto;_position:relative;_left:-3px;_margin-right:-3px;}

.fade { opacity: 0; transition: opacity 1.0s linear 0s; }
.fade.in { opacity: 1; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.bottom-shadow { margin-bottom: 1px; box-shadow: 0 0 4px #fff; }

.flex-video {
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
    padding-bottom: 56.5%;
    padding-top: 8.25%;
    position: relative;
}
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ------ Formatting Styles ------- */
html {
    width: 100%;
}

body{
    width:100%;
    background-image:url(img/torch-bg.png);
}

.wrapper{
    width: 1024px;
    margin: 0 auto;
    background-color: #000;
    color:#fff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow:    0px 3px 10px 0px rgba(255, 255, 255, 0.2);
    box-shadow:         0px 3px 10px 0px rgba(255, 255, 255, 0.2);
}

hr{
    height:20px;
    background-image:none;
    border:none;
    width: 100%;
    opacity: 0;
}

a:active, a:hover, a:visited,a:link {
    outline: 0;
    color: #999;
}

/* ------ Header Styles ----------- */

header{
    background-color: #000;
}

header img{width: 100%}

#about{padding:20px;font-size:1em;margin-top: -40px;}

img.unit {
    max-width: 206px;
    padding: 20px 20px 0;
    width: 100%;
}

#top{margin-top: -20px;}

.unit.size1of5 > img {
    margin-top: -50px;
}

.subscribe {
    background-color: #323232;
    border: 2px solid #fff;
    border-radius: 9px;
    height: auto;
    margin: 9% auto;
    overflow: hidden;
    text-align: center;
    width:75%;
}

.subscribe:hover {
    background-color: #3c3c3c;
}

.subscribe img {
    width: 100%;
}

#social-links {
    height: 36px;
    margin-top: 20px;
}

#social-links img {
    margin: 0 2% 20px;
    width: 11%;
}

#video-section {
    padding:0 5% 20px;
}

#social-container {
    padding: 18px;
    text-align: center;
}


#contact_form {
    margin: 0 auto;
    width: 94%;
}

#contact_body input, #contact_body textarea {
    border: medium none;
    border-radius: 8px;
    height: 29px;
    margin-bottom: 15px;
    margin-top: 3px;
    width:92%;
}

#contact_body textarea {
    height: 100px;
    padding:5px;
}


#bob {
    margin-bottom: -28%;
    opacity: 0.9;
    width: 32%;
}

#submit_btn {
    border: medium none;
    border-radius: 8px;
    height: 32px;
    margin-left: 0;
    margin-top: 0;
    width: 121px !important;
    background-color: #fff;
}

footer a{
    color:#fff
    }

footer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 7pt;
    margin-top: 50px;
    text-align: center;
    margin-bottom:10px;
}




@media only screen and (max-width: 1024px) {
    
    .wrapper {width: auto;}
    
    #bob {margin-bottom:0;opacity: 0.9;width: 32%;}
    
    .unit.size1of5 > img {margin-top: -26px;}
    
    .subscribe {margin: 7% auto;width: 100%;}

}

@media only screen and (max-width: 768px) {
    
    #social-links img {width: 16%;}
    
    #video-section {padding: 0 2% 20px;}
    
    h2 {font-size: 1em;}

}

@media only screen and (max-width: 600px) {
    
 .size3of5,.size2of5 {width: auto;}

 .unit,.unitRight {float: none;}
 
  header .unit.size1of5 {display: none;}

  #video-section {margin: 0 auto;padding: 0 2% 20px;width: 100%;}

  #bob {margin-bottom: 0;max-width: 250px;opacity: 0.9;}
  
  #social-links {height: auto;margin-top: 20px;}

  #submit_btn {width:100% !important;}

  
  #contact_body input, #contact_body textarea {width:100% !important;}

}


@media only screen and (max-width: 480px) {




}