
@font-face {
font-family: 'Yanone Kaffeesatz';
font-style: normal;
font-weight: 400;
font-display: swap
src: local(''),
 url('../fonts/yanone-kaffeesatz-v16-latin-regular.woff2') format('woff2'), 
 url('../fonts/yanone-kaffeesatz-v16-latin-regular.woff') format('woff'); 
}

@font-face {
font-family: 'Yanone Kaffeesatz';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local(''),
 url('../fonts/yanone-kaffeesatz-v16-latin-300.woff2') format('woff2'), 
 url('../fonts/yanone-kaffeesatz-v16-latin-300.woff') format('woff'); 
}

@font-face {
font-family: 'Yanone Kaffeesatz';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local(''),
 url('../fonts/yanone-kaffeesatz-v16-latin-500.woff2') format('woff2'), 
 url('../fonts/yanone-kaffeesatz-v16-latin-500.woff') format('woff'); 
}



html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;}

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

body {
line-height: 1;
letter-spacing: 0.00625em;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

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

body {
-webkit-text-size-adjust: none;
}

mark {
background-color: transparent;
color: inherit;
}

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

input, select, textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
}



html {
box-sizing: border-box;
}

*, *:before, *:after {
box-sizing: inherit;
}

body {
background: #D4D9DD url("images/bg03.jpg");
color: #474f51;
font-size: 17pt;
font-family: 'Yanone Kaffeesatz';
line-height: 1.85em;
font-weight: 300;
}

input, textarea, select {
color: #474f51;
font-size: 17pt;
font-family: 'Yanone Kaffeesatz';
line-height: 1.85em;
font-weight: 300;
}

ul, ol, p, dl {
margin: 0 0 2em 0;
}

a {
text-decoration: underline;
color: #CCC;
}

a:hover {
text-decoration: none;
}

section > :last-child,
section:last-child,
.last-child {
margin-bottom: 0 !important;
}



.container {
margin: 0 auto;
max-width: 100%;
width: 1200px;
}

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

.container {
width: 1200px;
}

}

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

.container {
width: calc(100% - 60px);
}

}

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

.container {
width: calc(100% - 50px);
}

}

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

.container {
width: calc(100% - 40px);
}

}



.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}

.row > * {
box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}

.row.aln-left {
justify-content: flex-start;
}

.row.aln-center {
justify-content: center;
}

.row.aln-right {
justify-content: flex-end;
}

.row.aln-top {
align-items: flex-start;
}

.row.aln-middle {
align-items: center;
}

.row.aln-bottom {
align-items: flex-end;
}

.row > .imp {
order: -1;
}

.row > .col-1 {
width: 8.33333%;
}

.row > .off-1 {
margin-left: 8.33333%;
}

.row > .col-2 {
width: 16.66667%;
}

.row > .off-2 {
margin-left: 16.66667%;
}

.row > .col-3 {
width: 25%;
}

.row > .off-3 {
margin-left: 25%;
}

.row > .col-4 {
width: 33.33333%;
}

.row > .off-4 {
margin-left: 33.33333%;
}

.row > .col-5 {
width: 41.66667%;
}

.row > .off-5 {
margin-left: 41.66667%;
}

.row > .col-6 {
width: 50%;
}

.row > .off-6 {
margin-left: 50%;
}

.row > .col-7 {
width: 58.33333%;
}

.row > .off-7 {
margin-left: 58.33333%;
}

.row > .col-8 {
width: 66.66667%;
}

.row > .off-8 {
margin-left: 66.66667%;
}

.row > .col-9 {
width: 75%;
}

.row > .off-9 {
margin-left: 75%;
}

.row > .col-10 {
width: 83.33333%;
}

.row > .off-10 {
margin-left: 83.33333%;
}

.row > .col-11 {
width: 91.66667%;
}

.row > .off-11 {
margin-left: 91.66667%;
}

.row > .col-12 {
width: 100%;
}

.row > .off-12 {
margin-left: 100%;
}

.row.gtr-0 {
margin-top: 0px;
margin-left: 0px;
}

.row.gtr-0 > * {
padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
margin-top: 0px;
}

.row.gtr-0.gtr-uniform > * {
padding-top: 0px;
}

.row.gtr-25 {
margin-top: -6.25px;
margin-left: -6.25px;
}

.row.gtr-25 > * {
padding: 6.25px 0 0 6.25px;
}

.row.gtr-25.gtr-uniform {
margin-top: -6.25px;
}

.row.gtr-25.gtr-uniform > * {
padding-top: 6.25px;
}

.row.gtr-50 {
margin-top: -12.5px;
margin-left: -12.5px;
}

.row.gtr-50 > * {
padding: 12.5px 0 0 12.5px;
}

.row.gtr-50.gtr-uniform {
margin-top: -12.5px;
}

.row.gtr-50.gtr-uniform > * {
padding-top: 12.5px;
}

.row {
margin-top: -25px;
margin-left: -25px;
}

.row > * {
padding: 25px 0 0 25px;
}

.row.gtr-uniform {
margin-top: -25px;
}

.row.gtr-uniform > * {
padding-top: 25px;
}

.row.gtr-150 {
margin-top: -37.5px;
margin-left: -37.5px;
}

.row.gtr-150 > * {
padding: 37.5px 0 0 37.5px;
}

.row.gtr-150.gtr-uniform {
margin-top: -37.5px;
}

.row.gtr-150.gtr-uniform > * {
padding-top: 37.5px;
}

.row.gtr-200 {
margin-top: -50px;
margin-left: -50px;
}

.row.gtr-200 > * {
padding: 50px 0 0 50px;
}

.row.gtr-200.gtr-uniform {
margin-top: -50px;
}

.row.gtr-200.gtr-uniform > * {
padding-top: 50px;
}

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

.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}

.row > * {
box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}

.row.aln-left {
justify-content: flex-start;
}

.row.aln-center {
justify-content: center;
}

.row.aln-right {
justify-content: flex-end;
}

.row.aln-top {
align-items: flex-start;
}

.row.aln-middle {
align-items: center;
}

.row.aln-bottom {
align-items: flex-end;
}

.row > .imp-xlarge {
order: -1;
}

.row > .col-1-xlarge {
width: 8.33333%;
}

.row > .off-1-xlarge {
margin-left: 8.33333%;
}

.row > .col-2-xlarge {
width: 16.66667%;
}

.row > .off-2-xlarge {
margin-left: 16.66667%;
}

.row > .col-3-xlarge {
width: 25%;
}

.row > .off-3-xlarge {
margin-left: 25%;
}

.row > .col-4-xlarge {
width: 33.33333%;
}

.row > .off-4-xlarge {
margin-left: 33.33333%;
}

.row > .col-5-xlarge {
width: 41.66667%;
}

.row > .off-5-xlarge {
margin-left: 41.66667%;
}

.row > .col-6-xlarge {
width: 50%;
}

.row > .off-6-xlarge {
margin-left: 50%;
}

.row > .col-7-xlarge {
width: 58.33333%;
}

.row > .off-7-xlarge {
margin-left: 58.33333%;
}

.row > .col-8-xlarge {
width: 66.66667%;
}

.row > .off-8-xlarge {
margin-left: 66.66667%;
}

.row > .col-9-xlarge {
width: 75%;
}

.row > .off-9-xlarge {
margin-left: 75%;
}

.row > .col-10-xlarge {
width: 83.33333%;
}

.row > .off-10-xlarge {
margin-left: 83.33333%;
}

.row > .col-11-xlarge {
width: 91.66667%;
}

.row > .off-11-xlarge {
margin-left: 91.66667%;
}

.row > .col-12-xlarge {
width: 100%;
}

.row > .off-12-xlarge {
margin-left: 100%;
}

.row.gtr-0 {
margin-top: 0px;
margin-left: 0px;
}

.row.gtr-0 > * {
padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
margin-top: 0px;
}

.row.gtr-0.gtr-uniform > * {
padding-top: 0px;
}

.row.gtr-25 {
margin-top: -6.25px;
margin-left: -6.25px;
}

.row.gtr-25 > * {
padding: 6.25px 0 0 6.25px;
}

.row.gtr-25.gtr-uniform {
margin-top: -6.25px;
}

.row.gtr-25.gtr-uniform > * {
padding-top: 6.25px;
}

.row.gtr-50 {
margin-top: -12.5px;
margin-left: -12.5px;
}

.row.gtr-50 > * {
padding: 12.5px 0 0 12.5px;
}

.row.gtr-50.gtr-uniform {
margin-top: -12.5px;
}

.row.gtr-50.gtr-uniform > * {
padding-top: 12.5px;
}

.row {
margin-top: -25px;
margin-left: -25px;
}

.row > * {
padding: 25px 0 0 25px;
}

.row.gtr-uniform {
margin-top: -25px;
}

.row.gtr-uniform > * {
padding-top: 25px;
}

.row.gtr-150 {
margin-top: -37.5px;
margin-left: -37.5px;
}

.row.gtr-150 > * {
padding: 37.5px 0 0 37.5px;
}

.row.gtr-150.gtr-uniform {
margin-top: -37.5px;
}

.row.gtr-150.gtr-uniform > * {
padding-top: 37.5px;
}

.row.gtr-200 {
margin-top: -50px;
margin-left: -50px;
}

.row.gtr-200 > * {
padding: 50px 0 0 50px;
}

.row.gtr-200.gtr-uniform {
margin-top: -50px;
}

.row.gtr-200.gtr-uniform > * {
padding-top: 50px;
}

}

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

.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}

.row > * {
box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}

.row.aln-left {
justify-content: flex-start;
}

.row.aln-center {
justify-content: center;
}

.row.aln-right {
justify-content: flex-end;
}

.row.aln-top {
align-items: flex-start;
}

.row.aln-middle {
align-items: center;
}

.row.aln-bottom {
align-items: flex-end;
}

.row > .imp-large {
order: -1;
}

.row > .col-1-large {
width: 8.33333%;
}

.row > .off-1-large {
margin-left: 8.33333%;
}

.row > .col-2-large {
width: 16.66667%;
}

.row > .off-2-large {
margin-left: 16.66667%;
}

.row > .col-3-large {
width: 25%;
}

.row > .off-3-large {
margin-left: 25%;
}

.row > .col-4-large {
width: 33.33333%;
}

.row > .off-4-large {
margin-left: 33.33333%;
}

.row > .col-5-large {
width: 41.66667%;
}

.row > .off-5-large {
margin-left: 41.66667%;
}

.row > .col-6-large {
width: 50%;
}

.row > .off-6-large {
margin-left: 50%;
}

.row > .col-7-large {
width: 58.33333%;
}

.row > .off-7-large {
margin-left: 58.33333%;
}

.row > .col-8-large {
width: 66.66667%;
}

.row > .off-8-large {
margin-left: 66.66667%;
}

.row > .col-9-large {
width: 75%;
}

.row > .off-9-large {
margin-left: 75%;
}

.row > .col-10-large {
width: 83.33333%;
}

.row > .off-10-large {
margin-left: 83.33333%;
}

.row > .col-11-large {
width: 91.66667%;
}

.row > .off-11-large {
margin-left: 91.66667%;
}

.row > .col-12-large {
width: 100%;
}

.row > .off-12-large {
margin-left: 100%;
}

.row.gtr-0 {
margin-top: 0px;
margin-left: 0px;
}

.row.gtr-0 > * {
padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
margin-top: 0px;
}

.row.gtr-0.gtr-uniform > * {
padding-top: 0px;
}

.row.gtr-25 {
margin-top: -5px;
margin-left: -5px;
}

.row.gtr-25 > * {
padding: 5px 0 0 5px;
}

.row.gtr-25.gtr-uniform {
margin-top: -5px;
}

.row.gtr-25.gtr-uniform > * {
padding-top: 5px;
}

.row.gtr-50 {
margin-top: -10px;
margin-left: -10px;
}

.row.gtr-50 > * {
padding: 10px 0 0 10px;
}

.row.gtr-50.gtr-uniform {
margin-top: -10px;
}

.row.gtr-50.gtr-uniform > * {
padding-top: 10px;
}

.row {
margin-top: -20px;
margin-left: -20px;
}

.row > * {
padding: 20px 0 0 20px;
}

.row.gtr-uniform {
margin-top: -20px;
}

.row.gtr-uniform > * {
padding-top: 20px;
}

.row.gtr-150 {
margin-top: -30px;
margin-left: -30px;
}

.row.gtr-150 > * {
padding: 30px 0 0 30px;
}

.row.gtr-150.gtr-uniform {
margin-top: -30px;
}

.row.gtr-150.gtr-uniform > * {
padding-top: 30px;
}

.row.gtr-200 {
margin-top: -40px;
margin-left: -40px;
}

.row.gtr-200 > * {
padding: 40px 0 0 40px;
}

.row.gtr-200.gtr-uniform {
margin-top: -40px;
}

.row.gtr-200.gtr-uniform > * {
padding-top: 40px;
}

}

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

.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}

.row > * {
box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}

.row.aln-left {
justify-content: flex-start;
}

.row.aln-center {
justify-content: center;
}

.row.aln-right {
justify-content: flex-end;
}

.row.aln-top {
align-items: flex-start;
}

.row.aln-middle {
align-items: center;
}

.row.aln-bottom {
align-items: flex-end;
}

.row > .imp-medium {
order: -1;
}

.row > .col-1-medium {
width: 8.33333%;
}

.row > .off-1-medium {
margin-left: 8.33333%;
}

.row > .col-2-medium {
width: 16.66667%;
}

.row > .off-2-medium {
margin-left: 16.66667%;
}

.row > .col-3-medium {
width: 25%;
}

.row > .off-3-medium {
margin-left: 25%;
}

.row > .col-4-medium {
width: 33.33333%;
}

.row > .off-4-medium {
margin-left: 33.33333%;
}

.row > .col-5-medium {
width: 41.66667%;
}

.row > .off-5-medium {
margin-left: 41.66667%;
}

.row > .col-6-medium {
width: 50%;
}

.row > .off-6-medium {
margin-left: 50%;
}

.row > .col-7-medium {
width: 58.33333%;
}

.row > .off-7-medium {
margin-left: 58.33333%;
}

.row > .col-8-medium {
width: 66.66667%;
}

.row > .off-8-medium {
margin-left: 66.66667%;
}

.row > .col-9-medium {
width: 75%;
}

.row > .off-9-medium {
margin-left: 75%;
}

.row > .col-10-medium {
width: 83.33333%;
}

.row > .off-10-medium {
margin-left: 83.33333%;
}

.row > .col-11-medium {
width: 91.66667%;
}

.row > .off-11-medium {
margin-left: 91.66667%;
}

.row > .col-12-medium {
width: 100%;
}

.row > .off-12-medium {
margin-left: 100%;
}

.row.gtr-0 {
margin-top: 0px;
margin-left: 0px;
}

.row.gtr-0 > * {
padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
margin-top: 0px;
}

.row.gtr-0.gtr-uniform > * {
padding-top: 0px;
}

.row.gtr-25 {
margin-top: -6.25px;
margin-left: -6.25px;
}

.row.gtr-25 > * {
padding: 6.25px 0 0 6.25px;
}

.row.gtr-25.gtr-uniform {
margin-top: -6.25px;
}

.row.gtr-25.gtr-uniform > * {
padding-top: 6.25px;
}

.row.gtr-50 {
margin-top: -12.5px;
margin-left: -12.5px;
}

.row.gtr-50 > * {
padding: 12.5px 0 0 12.5px;
}

.row.gtr-50.gtr-uniform {
margin-top: -12.5px;
}

.row.gtr-50.gtr-uniform > * {
padding-top: 12.5px;
}

.row {
margin-top: -25px;
margin-left: -25px;
}

.row > * {
padding: 25px 0 0 25px;
}

.row.gtr-uniform {
margin-top: -25px;
}

.row.gtr-uniform > * {
padding-top: 25px;
}

.row.gtr-150 {
margin-top: -37.5px;
margin-left: -37.5px;
}

.row.gtr-150 > * {
padding: 37.5px 0 0 37.5px;
}

.row.gtr-150.gtr-uniform {
margin-top: -37.5px;
}

.row.gtr-150.gtr-uniform > * {
padding-top: 37.5px;
}

.row.gtr-200 {
margin-top: -50px;
margin-left: -50px;
}

.row.gtr-200 > * {
padding: 50px 0 0 50px;
}

.row.gtr-200.gtr-uniform {
margin-top: -50px;
}

.row.gtr-200.gtr-uniform > * {
padding-top: 50px;
}

}

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

.row {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
align-items: stretch;
}

.row > * {
box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
margin-bottom: 0;
}

.row.aln-left {
justify-content: flex-start;
}

.row.aln-center {
justify-content: center;
}

.row.aln-right {
justify-content: flex-end;
}

.row.aln-top {
align-items: flex-start;
}

.row.aln-middle {
align-items: center;
}

.row.aln-bottom {
align-items: flex-end;
}

.row > .imp-small {
order: -1;
}

.row > .col-1-small {
width: 8.33333%;
}

.row > .off-1-small {
margin-left: 8.33333%;
}

.row > .col-2-small {
width: 16.66667%;
}

.row > .off-2-small {
margin-left: 16.66667%;
}

.row > .col-3-small {
width: 25%;
}

.row > .off-3-small {
margin-left: 25%;
}

.row > .col-4-small {
width: 33.33333%;
}

.row > .off-4-small {
margin-left: 33.33333%;
}

.row > .col-5-small {
width: 41.66667%;
}

.row > .off-5-small {
margin-left: 41.66667%;
}

.row > .col-6-small {
width: 50%;
}

.row > .off-6-small {
margin-left: 50%;
}

.row > .col-7-small {
width: 58.33333%;
}

.row > .off-7-small {
margin-left: 58.33333%;
}

.row > .col-8-small {
width: 66.66667%;
}

.row > .off-8-small {
margin-left: 66.66667%;
}

.row > .col-9-small {
width: 75%;
}

.row > .off-9-small {
margin-left: 75%;
}

.row > .col-10-small {
width: 83.33333%;
}

.row > .off-10-small {
margin-left: 83.33333%;
}

.row > .col-11-small {
width: 91.66667%;
}

.row > .off-11-small {
margin-left: 91.66667%;
}

.row > .col-12-small {
width: 100%;
}

.row > .off-12-small {
margin-left: 100%;
}

.row.gtr-0 {
margin-top: 0px;
margin-left: 0px;
}

.row.gtr-0 > * {
padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
margin-top: 0px;
}

.row.gtr-0.gtr-uniform > * {
padding-top: 0px;
}

.row.gtr-25 {
margin-top: -5px;
margin-left: -5px;
}

.row.gtr-25 > * {
padding: 5px 0 0 5px;
}

.row.gtr-25.gtr-uniform {
margin-top: -5px;
}

.row.gtr-25.gtr-uniform > * {
padding-top: 5px;
}

.row.gtr-50 {
margin-top: -10px;
margin-left: -10px;
}

.row.gtr-50 > * {
padding: 10px 0 0 10px;
}

.row.gtr-50.gtr-uniform {
margin-top: -10px;
}

.row.gtr-50.gtr-uniform > * {
padding-top: 10px;
}

.row {
margin-top: -20px;
margin-left: -20px;
}

.row > * {
padding: 20px 0 0 20px;
}

.row.gtr-uniform {
margin-top: -20px;
}

.row.gtr-uniform > * {
padding-top: 20px;
}

.row.gtr-150 {
margin-top: -30px;
margin-left: -30px;
}

.row.gtr-150 > * {
padding: 30px 0 0 30px;
}

.row.gtr-150.gtr-uniform {
margin-top: -30px;
}

.row.gtr-150.gtr-uniform > * {
padding-top: 30px;
}

.row.gtr-200 {
margin-top: -40px;
margin-left: -40px;
}

.row.gtr-200 > * {
padding: 40px 0 0 40px;
}

.row.gtr-200.gtr-uniform {
margin-top: -40px;
}

.row.gtr-200.gtr-uniform > * {
padding-top: 40px;
}

}



.link-list li {
padding: 0.2em 0 0.2em 0;
}

.link-list li:first-child {
padding-top: 0 !important;
border-top: 0 !important;
}

.link-list li:last-child {
padding-bottom: 0 !important;
border-bottom: 0 !important;
}

.quote-list li {
padding: 1em 0 1em 0;
overflow: hidden;
}

.quote-list li:first-child {
padding-top: 0 !important;
border-top: 0 !important;
}

.quote-list li:last-child {
padding-bottom: 0 !important;
border-bottom: 0 !important;
}

.quote-list li img {
float: left;
}

.quote-list li p {
margin: 0 0 0 90px;
font-size: 1.2em;
font-style: italic;
}

.quote-list li span {
display: block;
margin-left: 90px;
font-size: 0.9em;
font-weight: 400;
}

.check-list li {
padding: 0.7em 0 0.7em 45px;
font-size: 1.2em;
background: url("images/icon-checkmark.png") 0px 1.05em no-repeat;
}

.check-list li:first-child {
padding-top: 0 !important;
border-top: 0 !important;
background-position: 0 0.3em;
}

.check-list li:last-child {
padding-bottom: 0 !important;
border-bottom: 0 !important;
}

.feature-image {
display: block;
margin: 0 0 2em 0;
outline: 0;
}

.feature-image img {
display: block;
width: 100%;
height: auto;
}

.bordered-feature-image {
display: block;
background: #FFF url("images/bg04.png");
padding: 10px;
box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
margin: 0 0 1.5em 0;
outline: 0;
}

.bordered-feature-image img {
display: block;
width: 100%;
height: auto;
}

.button-large {
background-image: -moz-linear-gradient(top, #ed391b, #ce1a00);
background-image: -webkit-linear-gradient(top, #ed391b, #ce1a00);
background-image: -ms-linear-gradient(top, #ed391b, #ce1a00);
background-image: linear-gradient(top, #ed391b, #ce1a00);
display: inline-block;
background-color: #ed391b;
color: #fff;
text-decoration: none;
font-size: 1.6em;
height: 2em;
line-height: 2.125em;
font-weight: 300;
padding: 0 45px;
outline: 0;
border-radius: 10px;
box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
}

.button-large:hover {
background-image: -moz-linear-gradient(top, #fd492b, #de2a10);
background-image: -webkit-linear-gradient(top, #fd492b, #de2a10);
background-image: -ms-linear-gradient(top, #fd492b, #de2a10);
background-image: linear-gradient(top, #fd492b, #de2a10);
background-color: #fd492b;
box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
}

.button-large:active {
background-image: -moz-linear-gradient(top, #ce1a00, #ed391b);
background-image: -webkit-linear-gradient(top, #ce1a00, #ed391b);
background-image: -ms-linear-gradient(top, #ce1a00, #ed391b);
background-image: linear-gradient(top, #ce1a00, #ed391b);
background-color: #ce1a00;
box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
}



#header {
position: relative;
background: #55D; 
border-bottom: solid 1px #272d30;
box-shadow: inset 0px -1px 0px 0px #51575a;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
}

#header > .container {
position: relative;
min-height: 125px;
}

#header h1 {
position: absolute;
left: 0;
bottom: 35px;
font-size: 2.6em;
}

#header h1 a {
color: #fff;
text-decoration: none;
}

#header nav {
position: absolute;
right: 0;
bottom: 35px;
font-weight: 200;
}

#header nav a {
color: #c6c8c8;
text-decoration: none;
font-size: 1.4em;
margin-left: 30px;
outline: 0;
}

#header nav a:hover {
color: #f6f8f8;
}

.subpage #header > .container {
height: 155px;
}



#banner {

box-shadow: inset 0px 1px 0px 0px #3e484a;
padding: 15px 0 15px 0;
color: #fff;
}

#banner .bordered-feature-image {
margin-bottom: 0;
}

#banner p {
font-size: 2em;
font-weight: 200;
line-height: 1.25em;
padding-right: 1em;
margin: 0 0 1em 0;
}



#features {
background: #353D40 url("images/bg02.jpg");
border-bottom: solid 1px #272e31;
padding: 45px 0 45px 0;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
color: #a0a8ab;
}

#features h2 {
font-size: 1.25em;
color: #fff;
margin: 0 0 0.25em 0;
}

#features a {
color: #e0e8eb;
}

#features strong {
color: #fff;
}



#content {
background: #f7f7f7 url("images/bg04.png");
border-top: solid 1px #fff;
padding: 45px 0 45px 0;
}

#content section {
background: #fff;
padding: 30px 30px 45px 30px;
box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.1);
margin: 0 0 25px 0;
}

#content h2 {
font-size: 1.8em;
color: #222;
margin: 0 0 0.5em 0;
}

#content h3,h4 {
color: #222;
font-size: 1.4em;
font-weight: 400;
margin: 1em 0 1em 0;
}

#content a {
color: #05C;
}

#content header {
margin: 0 0 2em 0;
}

#content .quote-list li {
border-bottom: solid 1px #e2e6e8;
}

#content .link-list li {
border-bottom: solid 1px #e2e6e8;
}

#content .check-list li {
border-bottom: solid 1px #e2e6e8;
}



#footer {
padding: 45px 0 45px 0;
text-shadow: 1px 1px 1px white;
color: #546b76;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

#footer h2 {
font-size: 1.25em;
color: #212f35;
margin: 0 0 1em 0;
}

#footer a {
color: #546b76;
}

#footer .quote-list li {
border-top: solid 1px #e0e4e6;
border-bottom: solid 1px #b5bec3;
}

#footer .link-list li {
border-top: solid 1px #e0e4e6;
border-bottom: solid 1px #b5bec3;
}

#footer .check-list li {
border-top: solid 1px #e0e4e6;
border-bottom: solid 1px #b5bec3;
}



#copyright {
border-top: solid 1px #b5bec3;
box-shadow: inset 0px 1px 0px 0px #e0e4e7;
text-align: center;
padding: 45px 0 80px 0;
color: #8d9ca3;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

#copyright a {
color: #8d9ca3;
}



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



.check-list li {
font-size: 1em;
line-height: 2em;
}

.quote-list li {
padding: 1em 0 1em 0;
}

.quote-list li img {
width: 60px;
}

.quote-list li p {
margin: 0 0 0 80px;
font-size: 1em;
font-style: italic;
line-height: 1.8em;
}

.quote-list li span {
display: block;
margin-left: 80px;
font-size: 0.8em;
font-weight: 400;
line-height: 1.8em;
}

.feature-image {
margin: 0 0 1em 0;
}

.button-large {
font-size: 1.5em;
}



#banner p {
font-size: 1.75em;
}



#header h1 {
font-size: 2.25em;
}

#header nav a {
font-size: 1.1em;
}



#content h2 {
font-size: 1.4em;
}

#content h3,h4 {
font-size: 1.25em;
font-weight: 400;
}

#content header {
margin: 0 0 1.25em 0;
}

}



#navPanel, #titleBar {
display: none;
}

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



html, body {
overflow-x: hidden;
}



#header {
text-align: center;
}

#header > .container:first-child {
display: none;
}



#content {
padding: 25px 0;
}



#page-wrapper {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transition: -moz-transform 0.5s ease;
-webkit-transition: -webkit-transform 0.5s ease;
-ms-transition: -ms-transform 0.5s ease;
transition: transform 0.5s ease;
padding-bottom: 1px;
padding-top: 44px;
}

#titleBar {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transition: -moz-transform 0.5s ease;
-webkit-transition: -webkit-transform 0.5s ease;
-ms-transition: -ms-transform 0.5s ease;
transition: transform 0.5s ease;
display: block;
height: 44px;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10001;
color: #fff;
background: #55D; 
box-shadow: inset 0px -20px 70px 0px rgba(200, 220, 245, 0.1), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.6);
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
}

#titleBar .title {
display: block;
text-align: center;
font-size: 1.2em;
font-weight: 400;
line-height: 48px;
}

#titleBar .toggle {
position: absolute;
left: 0;
top: 0;
width: 80px;
height: 60px;
}

#titleBar .toggle:after {
content: '';
display: block;
position: absolute;
top: 6px;
left: 6px;
color: #fff;
background: rgba(255, 255, 255, 0.025);
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.05), inset 0px -8px 10px 0px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
text-shadow: -1px -1px 1px black;
width: 49px;
height: 31px;
border-radius: 8px;
}

#titleBar .toggle:before {
content: '';
position: absolute;
width: 20px;
height: 30px;
background: url("images/mobileUI-site-nav-opener-bg.svg");
top: 15px;
left: 20px;
z-index: 1;
opacity: 0.25;
}

#titleBar .toggle:active:after {
background: rgba(255, 255, 255, 0.05);
}

#navPanel {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transform: translateX(-275px);
-webkit-transform: translateX(-275px);
-ms-transform: translateX(-275px);
transform: translateX(-275px);
-moz-transition: -moz-transform 0.5s ease;
-webkit-transition: -webkit-transform 0.5s ease;
-ms-transition: -ms-transform 0.5s ease;
transition: transform 0.5s ease;
display: block;
height: 100%;
left: 0;
overflow-y: auto;
position: fixed;
top: 0;
width: 275px;
z-index: 10002;
background: #55D; 
box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25), inset -2px 0px 25px 0px rgba(0, 0, 0, 0.5);
text-shadow: -1px -1px 1px black;
}

#navPanel .link {
display: block;
color: #fff;
text-decoration: none;
font-size: 1.25em;
line-height: 2em;
padding: 0.625em 1.5em 0.325em 1.5em;
border-top: solid 1px #373d40;
border-bottom: solid 1px rgba(0, 0, 0, 0.4);
}

#navPanel .link:first-child {
border-top: 0;
}

#navPanel .link:last-child {
border-bottom: 0;
}

body.navPanel-visible #page-wrapper {
-moz-transform: translateX(275px);
-webkit-transform: translateX(275px);
-ms-transform: translateX(275px);
transform: translateX(275px);
}

body.navPanel-visible #titleBar {
-moz-transform: translateX(275px);
-webkit-transform: translateX(275px);
-ms-transform: translateX(275px);
transform: translateX(275px);
}

body.navPanel-visible #navPanel {
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}

}



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



body, input, textarea, select {
font-size: 13pt;
line-height: 1.4em;
}



.link-list li {
padding: 0.75em 0 0.75em 0;
}

.quote-list li p {
margin-bottom: 0.5em;
}

.check-list li {
font-size: 1em;
}

.button-large {
width: 100%;
}



#banner p {
font-size: 1.25em;
font-weight: 200;
line-height: 1.25em;
margin: 0 0 1em 0;
}



#content section {
padding: 30px 20px;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
line-height: 1.2em;
}

#content h3,h4 {
font-size: 1.2em;
font-weight: 400;
}

#content header {
margin: 0 0 1.5em 0;
}



#footer .link-list {
margin: 0 0 10px 0 !important;
}



#copyright {
padding: 20px 30px;
}

}
.inshort {
background: #eeeeee;
padding-left: 20px;
list-style-position: inside;
}

b, strong { font-weight: bolder; }
b.white { color: #eef; }

em {
font-style: italic;
}

b.search {
background: red;
}

ul, ol, p, dl, pre {
margin: 0 0 1.2em 0;
}

p + ul, p + ol {
margin-top: -1.2em;
}

p.pcenter {
text-align: center;
}

#content section p img {
width: 90%;
height: auto;
margin-left: 5%;
}

#banner p {
color: #fff;
}

#banner h2 {
font-size: 160%;
}

#content h1 {
font-size: 1.8em;
color: #373f42;
margin: 0 0 0.6em 0;
font-weight: 400;
font-style: italic;
}

#features h2 a {
text-decoration: none;
}

blockquote {border-left: 2px dashed #009;padding-left: 15px;margin-left: 15px;}

div#content ul:not(.check-list), .messi-content ul {
list-style-type: square;
margin-left: 2em;
}

div#content ol, .messi-content ol { 
list-style-type: decimal; 
list-style-position: inside; 
margin-left: 2em;
}

div#content dd {
margin-left: 2em;
}

div#content dt {
font-weight: bolder;
}

H1 A:hover {
 color: #ffffff;
 background-color: transparent;
 text-shadow: 2px 2px 2px #000;
}

#posts-list > li > div > h2 {
 font-size: 1em;
}


#share-buttons img, img.share-buttons {
width: 36px !important;
height: auto;
padding: 0px;
border: 0;
filter: drop-shadow(2px 4px 6px grey);
display: inline;
}


DIV.adsp {
font-size: 60%;
text-align: center;
padding: 0mm;
}

DIV.ads {
text-align: center;
min-height: 60px;
}


PRE {
display: block;
background-color: #000022;
color: #dddddd;
padding: 2mm;
margin-left: 5%;
border: white 1px;
border-style: dashed;
border-width: 1px;
border-color: white;
font-size: 70%;
font-family: monospace;
line-height: 1.6em;
max-width: 1000px;
overflow-x: scroll;
}

CODE {
font-size: 95%;
font-family: monospace;
}

P.warning {
background-color: #000022;
padding: 2mm;
margin-left: 20%;
border: white 1px;
border-style: dashed;
border-width: 1px;
border-color: red;
font-size: 90%;
max-width: 1000px;
}

P.emp {
background-color: #000022;
padding: 2mm;
margin-left: 20%;
border: white 1px;
border-style: dashed;
border-width: 1px;
border-color: white;
font-size: 90%;
max-width: 1000px;
}



TABLE.border1 TD {
border: 1px solid #888;
padding: 2px;
}

#contents td, #contents th {
border: 1px solid #888;
padding: 5px;
}


input {
border-radius: 3px;
border-width: 1px;
}

input[type="number"] {
width: 100%;
}

form img, .messi-content img {
vertical-align: middle;
}

.fs125 {
font-size: 125%;
}

div.rowcenter {
text-align: center;
}

div.rowcenter input {
text-align: center;
}

.overlay {
position:fixed;
display:none; 


background-color: rgba(255, 255, 255, 0.7); 


top: 0;
left: 0;
bottom: 0;
right: 0;
}


.blanc {
color: #fff !important;
width: 100%;
text-align: center;
}


abbr.published {
text-decoration: none;
}

header h2 {
font-weight: 400;
color: #494e58;
font-style: italic
}

div.entry-content > p > img {
width: 90%;
height: auto;
}

img.shldlogo {
width: 100%;
height: auto;
}


.showbox {
 -webkit-appearance: auto;
 appearance: auto;
}


.messi-modal{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background-color:#000;opacity:0}.messi{position:absolute;padding:0;margin:0;font-size:16px;text-shadow:none}.messi-box{position:relative;width:500px;height:auto;padding:8px;overflow:hidden;background-color:rgba(204,204,204,0.2);border-radius:6px;opacity:1;box-shadow:0 0 1em #444}.messi-wrapper{position:relative;background-color:#fff;border-radius:5px}.messi-titlebox{padding:10px;overflow:hidden;font:1.3em bold helvetica,arial;color:#fff;text-shadow:0 -2px 1px rgba(0,0,0,0.25);background-color:#3b3b3b;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.25,#3b3b3b),color-stop(0.75,#575757));background-image:linear-gradient(bottom,#3b3b3b 25%,#575757 75%);background-image:-moz-linear-gradient(bottom,#3b3b3b 25%,#575757 75%);background-image:-o-linear-gradient(bottom,#3b3b3b 25%,#575757 75%);background-image:-webkit-linear-gradient(bottom,#3b3b3b 25%,#575757 75%);background-image:-ms-linear-gradient(bottom,#3b3b3b 25%,#575757 75%);-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:5px}.messi-titlebox.info{background-color:#4ea5cd;background-image:none}.messi-titlebox.error{background-color:#de4343;background-image:none}.messi-titlebox.warning{background-color:#eaaf51;background-image:none}.messi-titlebox.success{background-color:#61b832;background-image:none}.messi-closebtn{position:absolute;top:8px;right:8px;display:block;width:25px;height:25px;color:#333;cursor:pointer;background-color:#fff;border:1px solid rgba(255, 255, 255, .1);border-radius:40px}.messi-closebtn::before{position:relative;top:2px;display:block;width:25px;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,0.25);content:'\00D7'}.messi-content{padding:10px;overflow:hidden;font:.9em normal helvetica,arial}.messi-content p{margin:0 0 1.3em;line-height:1.3em}.messi-content .messi-closebtn{top:7px;font:1.3em bold helvetica,arial;color:#fff;background-color:#333;opacity:0;-webkit-transition:opacity .25s linear,visibility .1s linear .5s;-moz-transition:opacity .25s linear,visibility .1s linear .5s;-o-transition:opacity .25s linear,visibility .1s linear .5s;transition:opacity .25s linear,visibility .1s linear .5s}.messi-content:hover .messi-closebtn{opacity:1}.messi-footbox{width:100%;height:55px;overflow:hidden}.messi-actions{display:-webkit-box;display:-moz-box;display:box;padding-top:8px;margin:0 10px;border-top:1px solid #eee;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal}.messi-actions .btnbox{text-align:center;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1}.messi-actions .btnbox .btn{min-width:75px}.messi-titlebox.anim{background-color:#666;background-image:-o-linear-gradient(135deg,rgba(255,255,255,0.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0.05) 75%,transparent 75%,transparent);background-image:linear-gradient(135deg,rgba(255,255,255,0.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0.05) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,left top,right bottom,color-stop(0.25,rgba(255,255,255,0.05)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.05)),color-stop(0.75,rgba(255,255,255,0.05)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(135deg,rgba(255,255,255,0.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0.05) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(135deg,rgba(255,255,255,0.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0.05) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(135deg,rgba(255,255,255,0.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0.05) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;background-size:40px 40px;-webkit-box-shadow:inset 0 -1px 0 rgba(255,255,255,0.4);-moz-box-shadow:inset 0 -1px 0 rgba(255,255,255,0.4);box-shadow:inset 0 -1px 0 rgba(255,255,255,0.4);-webkit-animation:animate-bg 5s linear infinite;-moz-animation:animate-bg 5s linear infinite}.messi-titlebox.anim.info{background-color:#4ea5cd}.messi-titlebox.anim.error{background-color:#de4343}.messi-titlebox.anim.warning{background-color:#eaaf51}.messi-titlebox.anim.success{background-color:#61b832}@-webkit-keyframes animate-bg{from{background-position:0 0}to{background-position:-80px 0}}@-moz-keyframes animate-bg{from{background-position:0 0}to{background-position:-80px 0}}.messi .btn{display:inline-block;*display:inline;padding:4px 10px 4px;margin-bottom:0;*margin-left:.3em;font-size:13px;line-height:26px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;*background-color:#e6e6e6;background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(top,#fff,#e6e6e6);background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-repeat:repeat-x;border:1px solid #ccc;*border:0;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false);*zoom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.messi .btn:hover,.messi .btn:active,.messi .btn.active,.messi .btn.disabled,.messi .btn[disabled]{background-color:#e6e6e6;*background-color:#d9d9d9}.messi .btn:active,.messi .btn.active{background-color:#ccc \9}.messi .btn:first-child{*margin-left:0}.messi .btn:hover{color:#333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-ms-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.messi .btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.messi .btn.active,.messi .btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.messi .btn-primary,.messi .btn-primary:hover,.messi .btn-warning,.messi .btn-warning:hover,.messi .btn-danger,.messi .btn-danger:hover,.messi .btn-success,.messi .btn-success:hover,.messi .btn-info,.messi .btn-info:hover,.messi .btn-inverse,.messi .btn-inverse:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.messi .btn-primary.active,.messi .btn-warning.active,.messi .btn-danger.active,.messi .btn-success.active,.messi .btn-info.active,.messi .btn-inverse.active{color:rgba(255,255,255,0.75)}.messi .btn{border-color:#ccc;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.messi .btn-primary{background-color:#0074cc;*background-color:#05c;background-image:-ms-linear-gradient(top,#08c,#05c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#05c));background-image:-webkit-linear-gradient(top,#08c,#05c);background-image:-o-linear-gradient(top,#08c,#05c);background-image:-moz-linear-gradient(top,#08c,#05c);background-image:linear-gradient(top,#08c,#05c);background-repeat:repeat-x;border-color:#05c #05c #003580;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc',endColorstr='#0055cc',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.messi .btn-primary:hover,.messi .btn-primary:active,.messi .btn-primary.active,.messi .btn-primary.disabled,.messi .btn-primary[disabled]{background-color:#05c;*background-color:#004ab3}.messi .btn-primary:active,.messi .btn-primary.active{background-color:#004099 \9}.messi .btn-warning{background-color:#faa732;*background-color:#f89406;background-image:-ms-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(top,#fbb450,#f89406);background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450',endColorstr='#f89406',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.messi .btn-warning:hover,.messi .btn-warning:active,.messi .btn-warning.active,.messi .btn-warning.disabled,.messi .btn-warning[disabled]{background-color:#f89406;*background-color:#df8505}.messi .btn-warning:active,.messi .btn-warning.active{background-color:#c67605 \9}.messi .btn-danger{background-color:#da4f49;*background-color:#bd362f;background-image:-ms-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(top,#ee5f5b,#bd362f);background-repeat:repeat-x;border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#bd362f',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.messi .btn-danger:hover,.messi .btn-danger:active,.messi .btn-danger.active,.messi .btn-danger.disabled,.messi .btn-danger[disabled]{background-color:#bd362f;*background-color:#a9302a}.messi .btn-danger:active,.messi .btn-danger.active{background-color:#942a25 \9}.messi .btn-success{background-color:#5bb75b;*background-color:#51a351;background-image:-ms-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(top,#62c462,#51a351);background-repeat:repeat-x;border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#62c462',endColorstr='#51a351',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.messi .btn-success:hover,.messi .btn-success:active,.messi .btn-success.active,.messi .btn-success.disabled,.messi .btn-success[disabled]{background-color:#51a351;*background-color:#499249}.messi .btn-success:active,.messi .btn-success.active{background-color:#408140 \9}.messi .btn-info{background-color:#49afcd;*background-color:#2f96b4;background-image:-ms-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(top,#5bc0de,#2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de',endColorstr='#2f96b4',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.messi .btn-info:hover,.messi .btn-info:active,.messi .btn-info.active,.messi .btn-info.disabled,.messi .btn-info[disabled]{background-color:#2f96b4;*background-color:#2a85a0}.messi .btn-info:active,.messi .btn-info.active{background-color:#24748c \9}.messi .btn-inverse{background-color:#414141;*background-color:#222;background-image:-ms-linear-gradient(top,#555,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#555),to(#222));background-image:-webkit-linear-gradient(top,#555,#222);background-image:-o-linear-gradient(top,#555,#222);background-image:-moz-linear-gradient(top,#555,#222);background-image:linear-gradient(top,#555,#222);background-repeat:repeat-x;border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#555555',endColorstr='#222222',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.messi .btn-inverse:hover,.messi .btn-inverse:active,.messi .btn-inverse.active,.messi .btn-inverse.disabled,.messi .btn-inverse[disabled]{background-color:#222;*background-color:#151515}.messi .btn-inverse:active,.messi .btn-inverse.active{background-color:#080808 \9}button.messi .btn,input[type="submit"].messi .btn{*padding-top:2px;*padding-bottom:2px}.messi button{cursor:pointer;-webkit-appearance:button}button.messi .btn::-moz-focus-inner{padding:0;border:0}
.codehilite .hll { background-color: #ffffcc }
.codehilite{ background: #f8f8f8; }
.codehilite .c { color: #408080; font-style: italic } 
.codehilite .err { border: 1px solid #FF0000 } 
.codehilite .k { color: #008000; font-weight: bold } 
.codehilite .o { color: #666666 } 
.codehilite .ch { color: #408080; font-style: italic } 
.codehilite .cm { color: #408080; font-style: italic } 
.codehilite .cp { color: #BC7A00 } 
.codehilite .cpf { color: #408080; font-style: italic } 
.codehilite .c1 { color: #408080; font-style: italic } 
.codehilite .cs { color: #408080; font-style: italic } 
.codehilite .gd { color: #A00000 } 
.codehilite .ge { font-style: italic } 
.codehilite .gr { color: #FF0000 } 
.codehilite .gh { color: #000080; font-weight: bold } 
.codehilite .gi { color: #00A000 } 
.codehilite .go { color: #888888 } 
.codehilite .gp { color: #000080; font-weight: bold } 
.codehilite .gs { font-weight: bold } 
.codehilite .gu { color: #800080; font-weight: bold } 
.codehilite .gt { color: #0044DD } 
.codehilite .kc { color: #008000; font-weight: bold } 
.codehilite .kd { color: #008000; font-weight: bold } 
.codehilite .kn { color: #008000; font-weight: bold } 
.codehilite .kp { color: #008000 } 
.codehilite .kr { color: #008000; font-weight: bold } 
.codehilite .kt { color: #B00040 } 
.codehilite .m { color: #666666 } 
.codehilite .s { color: #BA2121 } 
.codehilite .na { color: #7D9029 } 
.codehilite .nb { color: #008000 } 
.codehilite .nc { color: #0000FF; font-weight: bold } 
.codehilite .no { color: #880000 } 
.codehilite .nd { color: #AA22FF } 
.codehilite .ni { color: #999999; font-weight: bold } 
.codehilite .ne { color: #D2413A; font-weight: bold } 
.codehilite .nf { color: #0000FF } 
.codehilite .nl { color: #A0A000 } 
.codehilite .nn { color: #0000FF; font-weight: bold } 
.codehilite .nt { color: #008000; font-weight: bold } 
.codehilite .nv { color: #19177C } 
.codehilite .ow { color: #AA22FF; font-weight: bold } 
.codehilite .w { color: #bbbbbb } 
.codehilite .mb { color: #666666 } 
.codehilite .mf { color: #666666 } 
.codehilite .mh { color: #666666 } 
.codehilite .mi { color: #666666 } 
.codehilite .mo { color: #666666 } 
.codehilite .sa { color: #BA2121 } 
.codehilite .sb { color: #BA2121 } 
.codehilite .sc { color: #BA2121 } 
.codehilite .dl { color: #BA2121 } 
.codehilite .sd { color: #BA2121; font-style: italic } 
.codehilite .s2 { color: #BA2121 } 
.codehilite .se { color: #BB6622; font-weight: bold } 
.codehilite .sh { color: #BA2121 } 
.codehilite .si { color: #BB6688; font-weight: bold } 
.codehilite .sx { color: #008000 } 
.codehilite .sr { color: #BB6688 } 
.codehilite .s1 { color: #BA2121 } 
.codehilite .ss { color: #19177C } 
.codehilite .bp { color: #008000 } 
.codehilite .fm { color: #0000FF } 
.codehilite .vc { color: #19177C } 
.codehilite .vg { color: #19177C } 
.codehilite .vi { color: #19177C } 
.codehilite .vm { color: #19177C } 
.codehilite .il { color: #666666 } 
