/*  ========================================= RESET =========================================
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, figure, footer, header, 
hgroup, nav, section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select {vertical-align:middle;}
pre,
code,
kbd,
samp { font-family: monospace, sans-serif; }
html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
/* END RESET CSS */

/* ========================================= TYPOGRAPHY ========================================= */

/* Modular Scale ---------------------- 21px @ 1:1.618	 600px @ 1:1.618	 ----------------------*/

/*
============================================
    BASE
============================================
*/


body { font-size: 21px; line-height: 1.592em; color: #252525; background: #fff; border-top: 10px solid #252525; border-bottom: 10px solid #252525; }

/*
============================================
    HIERARCHY
============================================
*/
h1, h2, h3, h4, h5, h6, p, ol, ul, dl, address { padding: 0.874em 5px; margin: 0 10px; line-height: 1.592em; }
h1 { font-size: 54.108px; font-weight: 900; padding-bottom: 0;}
h2 { font-size: 33.978px; }
h3, .h3 { font-size: 33.441px; }
h4 { font-size: 21px; font-weight: 600; }
h5,.h5 { font-size: 16px; font-weight: normal; }
h6,.h6 { font-size: 14px; font-weight: normal; }
p, ul, ol, dl, address { font-size: 21px; max-width: 800px; }
ul ul, ol ol { padding: 0 0 0 10px; }
pre, code { font-size: 12px; }
hr { margin: 10px 0 10px 0; }

/*
============================================
    FONT SIZE
============================================
*/

.fs63 { font-size: 39.269px; line-height: 1.517em; } 

/*
============================================
    JUSTIFICATION
============================================
*/

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

/*
============================================
    WEIGHT
============================================
*/

/* Weight */
strong, .bold { font-weight: bold; }
.roman, .book { font-weight: normal; }

/*
============================================
    LINKS
============================================
*/

a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#B31A0F; text-decoration: none;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}
a:hover {color:#22c3e5;}

/*
============================================
    FORMS
============================================
*/

legend { display: block; background: #E0E0E0; font-weight: bold; }
label { padding-right: 5px; }
textarea { width: 100%; }
input, textarea { border: 1px solid #ccc; font-size: 24px; padding: 5px; max-width: 100%;
  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,.25); -moz-box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,.25), 1px 1px 2px 0 rgba(0,0,0,.25); box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,.25);
  -moz-transition: all .25s linear;
  transition: all .25s linear;
}
input:focus, textarea:focus {
  -webkit-box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,.25), 1px 1px 2px 0 rgba(0,0,0,.25); -moz-box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,.25), 1px 1px 2px 0 rgba(0,0,0,.25); box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,.25), 1px 1px 2px 0 rgba(0,0,0,.25);
}
textarea { height: 300px; }
input.submit { font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; background: #b31a0f; font-size: 16px; color: #fff; cursor: pointer; padding: 10px 20px;  border: none;
  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 8px;
  -webkit-box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,.5), 1px 1px 1px 0 rgba(0,0,0,.25); -moz-box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,.5), 1px 1px 1px 0 rgba(0,0,0,.25); box-shadow: inset 0px 0px 20px 0 rgba(0,0,0,.5), 1px 1px 1px 0 rgba(0,0,0,.25);
  text-shadow: 1px 1px 1px #000;
}
input.submit:hover { background: #4dbbe4; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
.ie6 input { vertical-align: text-bottom; }

/*
============================================
    IMAGES
============================================
*/

img { max-width: 100%; }

/*
============================================
    GRID
============================================
*/

.right { float: right; }
.left { float: left; }
.line:after,.group:after,.lastUnit:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.line,.group{*zoom:1;}
.left { float: left; }
.right { 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{display:table-cell;float:none;width:auto;*display:block;*zoom:1;_position:relative;_left:-3px;_margin-right:-3px;}
.break { clear: both; }
.clearfloat { clear: both; display: block; height: 1px; margin: -1px 0 0 0; }

/*
============================================
    TEXT COLOR
============================================
*/

.blue { color: #1DABCA; }

/*
============================================
    TEXT ALIGNMENTS
============================================
*/

.txt-center { text-align: center; }

/*
============================================
    BORDER
============================================
*/

.bdr-a-s { border: 1px solid #D2C6C1; }
.bdr-t-s { border-top: 1px solid #D2C6C1; }
.bdr-b-s { border-bottom: 1px solid #D2C6C1; }
.bdr-h-s { border-top: 1px solid #D2C6C1; border-bottom: 1px solid #D2C6C1; }

/*
============================================
    LAYOUT
============================================
*/

.wrapper { max-width: 800px; margin: 0 auto; padding: 20px 10px; }
.pull-right { width: 50%; float: right; margin: 0 -15% 20px 20px; }
  .pull-right p:first-child { padding-top: 20px; }
.phl { padding-left: 20px; padding-right: 20px; }
.pbl { padding-bottom: 20px; }
.pbn { padding-bottom: 0; }
.ptn { padding-top: 0; }
.pvn { padding-top: 0; padding-bottom: 0; }

blockquote p:first-child { text-indent: -.38em; }
.footer { padding: 60px 0; }

/*
============================================
    LOGO
============================================
*/

.logo { padding-top: 23px; }
.logo a { color: #252525 !important; }
.logo a:hover { color: #1DABCA; }
.logomark { float: left; width: 112px; }

/*
============================================
    NAVIGATION
============================================
*/

.mainnav { padding: 0 0 60px 0; }
.mainnav li { float: left; }
.mainnav li a { display: block; padding: 3px 12px 3px 10px; font-size: 16px; color: #252525; font-style: italic;
  border-radius: 100px 100px;
}
.mainnav li a:hover { color: #B31A0F; background: #F3F3F3; }

/*
============================================
    BIRDS
============================================
*/

.birds { vertical-align: middle; margin-right: 10px; }

/*
============================================
    MEDIA QUERIES
============================================
*/

@media only screen and (max-width: 1020px) {
  .pull-right { margin-right: 0; }
}
@media only screen and (max-width: 768px) {
  .logo span { display: block; }
  .mainnav { padding: 0; }
  .mainnav li:first-child { margin-left: -10px; }
  .pull-right { width: auto; float: none; margin-right: 20px; }
}
@media only screen and (max-width: 480px) {
  h1 { font-size: 36px; }
  h2 { font-size: 36px; }
  h3 { font-size: 24px; }
  h4 { font-size: 21px }
  h5 { font-size: 18px; }
  h6 { font-size: 14px; }
  p, body { font-size: 14px; }
  .mainnav { padding: 0 10px; }
  .mainnav li a { font-size: 14px; padding: 3px; }
  .logomark { display: none; }
  .mainnav { clear: both; }
  .left, .right { float: none; }
  .size1of2,
  .size1of3,
  .size2of3,
  .size1of4,
  .size3of4,
  .size1of5,
  .size2of5,
  .size3of5,
  .size4of5,
  .size1of2,
  .size1of3 { width: auto; }
}
