@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);


/*  *   *   *   *   *   *   *   *   *   *   *

Universal Styles

Place all of your universal styles that apply to all site versions beneath this comment.

*   *   *   *   *   *   *   *   *   *   *   */

* {  
    line-height: 1;
}

html {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

body {
     margin: 0px; 
}

main {
     width: 100%;
     margin: 0px auto;
     border: 0px solid #bbb;
}
html {
    font-family: Helvetica Neue, Helvetica, arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

section, article, header, footer {
     padding: 30px;  
}

footer {
     padding-bottom: 30px;   
}

.menu_icon {
     cursor: context-menu;   
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

nav a {
    text-decoration: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

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;
}

img {
    border: 0;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

main, div.container {
    margin: 0 auto;   
}

header:before,
header:after,
footer:before,
footer:after,
main:before,
main:after,
section:before,
section:after,
article:before,
article:after,
.container:before,
.container:after,
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

header:after,
footer:after,
main:after,
section:after,
article:after,
.container:after,
.clear:after {
     clear: both;   
}

h1 {
    font-size: 2.25em;
    line-height: 1.2;
    margin: 24px 0px 18px;
    font-weight: 400;
}

h2 {
    font-size: 1.5em;
    line-height: 1.2;
    margin: 18px 0px 14px;
    font-weight: 400;
}

h3 {
    font-size: 1.125em;
    line-height: 1.2;
    margin: 14px 0px 12px;
    font-weight: 400;
}

h4 {
    font-size: 1em;
    line-height: 1.2;
    margin: 12px 0px 10px;
    font-weight: 400;
}

h5 {
    font-size: 1em;
    line-height: 1.2;
    margin: 10px 0px 8px;
    font-weight: 400;
}

h6 {
    font-size: 1em;
    line-height: 1.5;
    margin: 8px 0px 8px;
    font-weight: 400;
}

p {
    font-size: 0.95em;   
    line-height: 1.5;
    margin: 12px 0px;
    font-weight: 300;
}

li {
    font-size: 0.95em;
    line-height: 1.5;
    font-weight: 300;
}

blockquote, cite {
    font-size: 18px;   
    line-height: 1.5;
    font-weight: 300;
}

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

.center {
     float:none;
     display: block;
     margin: 0 auto;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
    margin-bottom: 0px;   
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
    margin-top: 0px;   
}

.desktop, .hd, .tablet, .phablet, .laptop, .phone, .hd, .internetexplorer {
     display: none;   
}

/* Internet Explorer Warning */

.browserninja {
     position: relative;
     background: #fff;
     padding: 30px;
     width: auto;
     max-width: 500px;
     margin: 0px auto;
}
.browserninja img {
     display: block;
     margin: 0px auto;
     width: 200px;
}
.browserninja p {
     color: #fff;
     margin: 0px;
     text-align: center;
}
.browserninja p a {
     color: #fff;   
}
.browserninja#internetexplorer {
     background: #28BDEF;   
}

table {
     border-collapse: collapse;
     width: 100%;
}

th, td {
     border: 1px solid #000;  
     padding: 10px;
     text-align: left;
}

body section, body article, body header, body footer {
    width: 960px;
    margin: 0px auto;
}