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

/* ---------------------------------------------------------------------------------------
           R E S E T
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
ul { list-style: none;}
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}

blockquote { font-size: 1.8em; margin: 30px auto 35px auto; width: 80%; font-family: Georgia, "Times New Roman", Times, serif; line-height: 1.6em; text-align: center; color: #000000; font-style: italic;}
blockquote p {  }


/* ---------------------------------------------------------------------------------------
           F O N T S
--------------------------------------------------------------------------------------- */


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

}


/* ---------------------------------------------------------------------------------------
           S T R U C T U R E
--------------------------------------------------------------------------------------- */

html { height: 100%; background: #111111 url(images/bg/bg_html_new.jpg) top center no-repeat; }
body { font: normal 62.5% "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, Verdana, sans-serif; color: #999999; }

h1, h2, h3, h4, h5, h6 { font-size: 4.0em; color: #CCCCCC; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-weight: 300; padding:0; margin: 0; line-height:1em;}
p { font-size:1.2em; line-height:1.4em; margin:12px 0; }
small { font-size:1.1em;}

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

.float-left { float:left; }
.float-right { float:right; }
.float-none { float:none; }

.clear-left {clear: left;}
.clear-right {clear:right;}
.push {clear:both;}

.hide {display: none;}
.overflow { width: 100%; overflow: hidden; }
p.btn { margin-top: 20px; margin-bottom: 0; }
p.last { margin-bottom: 0; }
.margin-bottom { margin-bottom: 20px; }

.article_thumb { float: left; display: inline; margin: 16px 16px 16px 0; }

.title_full_width_border { width:100%; padding-bottom:12px; border-bottom:6px solid #ccc; }

.test { font-size: 15.0em; color: #CCCCCC; font-family: "HelveticaNeue-UltraLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-weight: 300; }

a { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-weight: 300; }

.content { width: 358px; margin: 440px auto 0 auto; text-align:center; }
.btn_ready { display: block; height: 97px; width: 358px; background: transparent url(images/btn/btn_ready.png) top left no-repeat; text-indent: -9999px; }
.btn_ready:hover { background-position: bottom left; }

.contact_info_wrap { margin: 0 auto; overflow: hidden; }
.contact_info { margin: 60px auto 120px auto;  background: transparent url(images/bg/bg_trans.png) repeat; padding: 24px; width: 450px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; }
.contact_info h1 { font-family: 'LeagueGothicRegular', sans-serif; text-transform: uppercase; font-size: 3.6em; color: #c7be9f; width: 100%; text-align: center; font-weight: 200; letter-spacing: .05em; }
.contact_info h1 a { font-family: 'LeagueGothicRegular', sans-serif; color: #c7be9f; text-decoration: none; font-weight: normal; }
.contact_info h1 a:hover { color: #b20000; text-decoration: none; }

.footer { width: 100%; margin: 0 auto; position: fixed; bottom: 0px; text-align: center; color: #c7be9f; background: #000000; padding: 5px 0; }



