html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

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
}

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

figure {
    margin: 1em 40px
}

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




.pull-right {
    float: right
}

.pull-left {
    float: left
}




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
}

*,
*:before,
*:after {
    box-sizing: border-box
}

a:focus {
    outline: thin dotted
}

ol,
ul {
    list-style: none
}

hr {
    border: none
}

b,
strong {
    font-weight: bold
}

select,
button,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="button"] {
    width: 100%;
    border: none;
    border-radius: 0;
    background: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    left: -9999px
}

::-webkit-input-placeholder {
    color: gray
}

::-moz-placeholder {
    color: gray
}

:-ms-input-placeholder {
    color: gray
}

select::-ms-expand,
input::-ms-check {
    visibility: hidden
}

@-moz-document url-prefix() {
    select,
    select:-moz-focusring,
    select::-moz-focus-inner {
        color: transparent !important;
        text-shadow: 0 0 0 #000 !important
    }
}

iframe {
    width: 100%;
    border: 0;
    overflow: hidden
}

.container {
    margin: 0 auto 0 auto;
    overflow: hidden
}

.row {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden
}

.row:last-child {
    margin-bottom: 0
}

div[class*="col-"] {
    padding: 10px;
    float: left
}

@media screen and (max-width: 380px) {
    div[class*="col-"] {
        padding-bottom: 0
    }
    div[class*="col-"]:last-child {
        padding-bottom: 5px
    }
}

div[class*="col-"].nested {
    margin-bottom: 10px;
    padding: 0
}

.col-one {
    width: 100%
}

.col-two {
    width: 50%
}

.col-three {
    width: 33.33333333%
}

.col-three-2 {
    width: 66.66666667%
}

.col-four {
    width: 25%
}

.col-four-2 {
    width: 50%
}

.col-four-3 {
    width: 75%
}

@media screen and (max-width: 380px) {
    body {
        width: auto
    }
    .col-two,
    .col-three,
    .col-three-2 {
        width: 100%
    }
}

@media screen and (min-width: 599px) {
    body,
    header,
    footer {
        width: 100% !important;
        margin: 0 auto;
		max-width: 1200px;
    }

}

img.responsive {
    width: 100%;
    height: auto;
    display: block
}

.show {
    display: block !important
}

.hidden {
    display: none !important
}

.invisible {
    visibility: hidden
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

@media screen and (max-width: 380px) {
    .hidden-sm {
        display: none
    }
}

@media screen and (min-width: 380px) and (max-width: 599px) {
    .hidden-md {
        display: none !important
    }
}

@media screen and (min-width: 599px) {
    .hidden-lg {
        display: none !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    background-color: #fff
}

@media screen and (min-width: 380px) {
    body {
        font-size: 15px;
        font-size: 0.9375rem
    }
}

h1,
h2,
h3 {
    font-family: Arial, Helvetica, sans-serif
}

h1 {
    margin-bottom: 15px;
    font-family: "Univers57Condensed";
    font-size: 28px;
    font-size: 1.75rem
}

h2 {
    margin-bottom: 8px;
    font-family: "Univers57Condensed";
    font-size: 18px;
    font-size: 1.125rem
}

@media screen and (min-width: 380px) {
    h2 {
        margin-bottom: 10px;
        font-size: 25px;
        font-size: 1.5625rem
    }
}

h3 {
    margin-bottom: 5px;
    font-family: "Univers57Condensed";
    font-size: 15px;
    font-size: 0.9375rem
}

@media screen and (min-width: 380px) {
    h3 {
        margin-bottom: 8px;
        font-size: 20px;
        font-size: 1.25rem
    }
}

a {
    color: #c00;
    text-decoration: none
}

a:hover {
    color: #c00;
    text-decoration: underline
}

p {
    margin-bottom: 10px;
    line-height: 150%
}

em {
    font-style: italic
}

strong {
    font-weight: bold
}

::-moz-selection {
    color: #fff;
    background: #c00
}

::selection {
    color: #fff;
    background: #c00
}

@media screen and (min-width: 619px) {
    body {
        background-color: #fff
    }
}

@media screen and (min-width: 619px) {
    main {
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2)
    }
}

html {
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: none
}

@font-face {
    font-family: "Univers57Condensed";
    src: url("../fonts/UniversLTW01-57Condense.eot");
    src: url("../fonts/UniversLTW01-57Condense.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversLTW01-57Condense.woff") format("woff"), url("../fonts/UniversLTW01-57Condense.ttf") format("truetype"), url("../fonts/UniversLTW01-57Condense.svg#Univers57Condensed") format("svg");
    font-weight: normal;
    font-style: normal
}

legend {
    display: none
}

label,
.label {
    width: 100%;
    margin-bottom: 5px;
    display: block
}

label+em,
.label+em {
    margin-left: 30px;
    display: inline-block
}

@media screen and (min-width: 380px) {
    label,
    .label {
        margin-bottom: 10px
    }
}

label.mandatory:after,
.label.mandatory:after {
    content: " *";
    color: #c00
}

label a,
.label a {
    text-decoration: underline
}

em.error {
    color: red;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: normal;
    position: relative;
    top: 3px
}

select.error,
textarea.error,
input.error {
    border-color: red !important
}

input[type="radio"].error+label:before,
input[type="checkbox"].error+label:before {
    border-color: red
}

select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"] {
    height: 32px;
    padding: 0 0 0 10px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background-color: #fff
}

select:focus,
textarea:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus {
    border: 1px solid #c00
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    margin-bottom: 0;
    position: relative;
    float: left
}

input[type="radio"]+label:before,
input[type="checkbox"]+label:before {
    width: 21px;
    height: 21px;
    content: "";
    border: 1px solid #ababab;
    background-color: #fff;
    margin-right: 8px;
    display: inline-block;
    float: left
}

input[type="radio"]:focus+label:before,
input[type="checkbox"]:focus+label:before {
    border: 1px solid #c00
}

input[type="radio"]:checked+label:after,
input[type="checkbox"]:checked+label:after {
    font-family: "FontAwesome";
    color: #c00;
    position: absolute;
    top: 4px;
    left: 5px
}

@media screen and (min-width: 380px) {
    input[type="radio"]:checked+label:after,
    input[type="checkbox"]:checked+label:after {
        top: 2px;
        left: 4px
    }
}

input[type="radio"]+label span,
input[type="checkbox"]+label span {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    top: 2px
}

input[type="radio"]+label:before {
    border-radius: 50%
}

input[type="radio"]:checked+label:after {
    content: "\f111"
}

input[type="radio"]+label span {
    margin-right: 10px
}

input[type="checkbox"]+label {
    position: relative
}

@media screen and (min-width: 380px) {
    .col-two input[type="checkbox"]+label {
        margin-top: 27px
    }
}

input[type="checkbox"]+label:before {
    border-radius: 4px
}

input[type="checkbox"]:checked+label:after {
    content: "\f00c"
}

label[for="topic"] {
    position: relative
}

label[for="topic"]:after {
    content: "\f107";
    color: #ababab;
    font-family: "FontAwesome";
    font-size: 20px;
    font-size: 1.25rem;
    pointer-events: none;
    speak: none;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 12px
}

@media screen and (min-width: 380px) {
    label[for="topic"]:after {
        top: 37px
    }
}

.status {
    width: 100%;
    margin-bottom: -5px;
    padding-top: 5px;
    font-size: 11px;
    font-size: 0.6875rem;
    color: #c00;
    text-align: center;
    display: block
}

.status p {
    margin-bottom: 0
}

textarea {
    height: 60px;
    padding: 5px;
    resize: none
}

@media screen and (min-width: 380px) {
    textarea {
        height: 86px;
        padding: 10px
    }
}

form#register fieldset {
    padding: 0 5px 5px 0
}

form#chat textarea,
form#rate textarea {
    margin-bottom: -5px
}

@media screen and (min-width: 380px) {
    form#chat textarea,
    form#rate textarea {
        margin-bottom: -10px
    }
}

.btn {
    padding: 10px 5px;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #fff;
    border-radius: 4px;
    display: block
}

.btn.primary {
    color: #fff;
    border: 1px solid #d2d2d2;
    background: linear-gradient(to bottom, #e1181e, #c00b0a 100%)
}

.btn.primary.inverse {
    color: #c00b0a;
    border: 1px solid #d5d5d5;
    background: linear-gradient(to bottom, #fff, #ededed 100%)
}

.btn.secondary {
    color: #fff;
    background: linear-gradient(to bottom, #c00, #035291 100%)
}

.btn.secondary.inverse {
    color: #c00;
    border: 1px solid #d5d5d5;
    background: linear-gradient(to bottom, #fff, #ededed 100%)
}

.btn.tertiary {
    color: #c00;
    border: 1px solid #d5d5d5;
    background: linear-gradient(to bottom, #fff, #ededed 100%)
}

.btn.tertiary.inverse {
    color: #333;
    border: 1px solid #333;
    background: linear-gradient(to bottom, #fff, #ededed 100%)
}

.btn:hover {
    opacity: 0.8
}

.btn.inverse:hover {
    opacity: 0.5
}

.btn[class*="icon-"]:before {
    display: none
}

.btn.icon-remove,
.btn.icon-close {
    display: none
}

.btn.icon-close {
    display: none
}

.progress {
    width: 12px;
    height: 12px;
    margin: 50px auto;
    font-size: 10px;
    border-radius: 50%;
    -webkit-animation: throbbing-dots 1.5s infinite linear;
    animation: throbbing-dots 1.5s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}






@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        border: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
   
    body>header h1 {
        display: none
    }
    body>header img {
        position: absolute;
        right: 1cm
    }
    body>footer {
        display: none
    }
}




body>header {
    width: 100%;
    height: 56px;
    box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 1
}
	section {
	padding: 0 12px;
	}
	section.main {
	padding-top: 68px;
	}


@media screen and (min-width: 380px) {
    body>header {
        height: 112px;
    }
	section {
	padding: 0 18px;
	}
	section.main {
	padding-top: 136px;
	}

}

body>header img {
    padding: 6px;
	width: 125px;
}

@media screen and (min-width: 380px) {
    body>header img {
        padding: 12px;
		width: 250px;
    }
	

}


body>footer {
    width: 100%;
    height: auto;
    box-shadow: 0 -8px 2px -8px rgba(0, 0, 0, 0.5);
    font-size: 11px;
    font-size: 0.6875rem;
    background-color: #fff;
    position: fixed;
    bottom: 0;
	padding: 0 12px;
}

@media screen and (min-width: 380px) {
    body>footer {
        height: auto;
		padding: 0 18px;
    }
}

body>footer .row .col-one {
    background-color: #dcdcdc
}

body>footer ul li {
    padding-right: 10px;
    display: inline
}

body>footer ul li:last-child {
    padding-right: 0
}


