meta.foundation-version {
    font-family: "/5.1.0/"
}

meta.foundation-mq-small {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0em
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em
}

meta.foundation-data-attribute-namespace {
    font-family: false
}

html, body {
    height: 100%
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    font-size: 100%
}

body {
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default
}

a:hover {
    cursor: pointer
}

img, object, embed {
    max-width: 100%;
    height: auto
}

object, embed {
    height: 100%
}

img {
    -ms-interpolation-mode: bicubic
}

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
    max-width: none !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.clearfix, footer #info, .row {
    *zoom: 1
}

.clearfix:before, footer #info:before, .row:before, .clearfix:after, footer #info:after, .row:after {
    content: " ";
    display: table
}

.clearfix:after, footer #info:after, .row:after {
    clear: both
}

.hide {
    display: none
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: 100%
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 99;
    display: none;
    top: 0;
    left: 0
}

dialog, .reveal-modal {
    visibility: hidden;
    display: none;
    position: absolute;
    left: 50%;
    z-index: 100;
    height: auto;
    margin-left: -40%;
    width: 80%;
    background-color: #fff;
    padding: 1.25rem;
    border: solid 1px #666;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    top: 6.25rem
}

dialog .column, dialog .columns, .reveal-modal .column, .reveal-modal .columns {
    min-width: 0
}

dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0
}

dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0
}

dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 1.375rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer
}

dialog[open] {
    display: block;
    visibility: visible
}

@media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
        padding: 1.875rem;
        top: 6.25rem
    }

    dialog.tiny, .reveal-modal.tiny {
        margin-left: -15%;
        width: 30%
    }

    dialog.small, .reveal-modal.small {
        margin-left: -20%;
        width: 40%
    }

    dialog.medium, .reveal-modal.medium {
        margin-left: -30%;
        width: 60%
    }

    dialog.large, .reveal-modal.large {
        margin-left: -35%;
        width: 70%
    }

    dialog.xlarge, .reveal-modal.xlarge {
        margin-left: -47.5%;
        width: 95%
    }
}

@media print {
    dialog, .reveal-modal {
        background: #fff !important
    }
}

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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    background: #70787e
}

a {
    text-decoration: none
}

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

ul, ol {
    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;
    -webkit-tap-highlight-color: 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;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

.icon16, .bullet_list li:before, .education_overview ul li:before, .clear_input:before, #primary form span:before, #menu .search span:before, #primary li a[data-menu]:after, form .input.icon:before, .select:after, #primary form:before, .button.icon:after, form button.icon:after, .button_link.icon:after {
    width: 16px;
    height: 16px;
    background-image: url(/frontend/img/icon/16px_1x.png);
    background-repeat: no-repeat;
    background-size: 16px 320px
}

.icon20, form .field.error > label:after, #menu .user_menu li a:before, #menu .user_menu li a.warning:after, .share .count:before {
    width: 20px;
    height: 20px;
    background-image: url(/frontend/img/icon/20px_1x.png);
    background-repeat: no-repeat;
    background-size: 20px 200px
}

.icon30, #primary li.icon a:before, .video span, i.tick, i.cross, .content_message:before, table.calendar .next, table.calendar .prev, .education_overview .image p:after {
    width: 30px;
    height: 30px;
    background-image: url(/frontend/img/icon/30px_1x.png);
    background-repeat: no-repeat;
    background-size: 30px 600px
}

.icon66, #message .container:before, .education_overview hgroup i {
    width: 66px;
    height: 66px;
    background-image: url(/frontend/img/icon/66px_1x.png);
    background-repeat: no-repeat;
    background-size: 66px 264px
}

.font_lucida, #primary li.profile a span, form label span, form .field li label, form textarea, .content_message p, body {
    font-family: "Noto Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif
}

.font_futura, #primary, form label, #region_form .title, .button, form button, .button_link, .content_message, table.data th strong, .search_results ol li:before, .blog_post .post_info h5 strong, .blog_post .post_info span strong, .blog_post aside strong, .education_overview .image p, .education_overview .locked_message strong, h1, h2, h3, h4, .calendar .header .column, .calendar .body .row .column.first {
    font-family: "Noto Sans", "Arial Narrow", Arial, sans-serif;
    font-style: normal
}

.font_smoothing, .menu_content, #menu .log_in, #menu .user_menu, #menu .search, #primary li.open a, #message {
    -webkit-font-smoothing: antialiased
}

.bullet_list, .education_overview ul {
    margin: 15px 0;
    list-style: none
}

.bullet_list li, .education_overview ul li {
    position: relative;
    padding-left: 24px;
    margin: 6px 0;
    font-size: 13px;
    line-height: 18px
}

.bullet_list li:before, .education_overview ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    background-position: 0 -304px
}

.panel, form.container, .blog_list .third .content {
    border-radius: 4px;
    border: solid 1px #d4d9de;
    box-shadow: 0 1px 4px rgba(82, 86, 91, 0.2);
    background: #f7f8f9
}

.dark_overlay, #region_form, #error {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #272b33;
    background: -webkit-gradient(radial, center center, 0, center center, 460, color-stop(0%, #272b33), color-stop(100%, #000));
    background: -webkit-radial-gradient(50% 50%, circle farthest-side, #272b33, #000);
    background: -moz-radial-gradient(50% 50%, circle farthest-side, #272b33, #000);
    background: -ms-radial-gradient(50% 50%, circle farthest-side, #272b33, #000);
    background: -o-radial-gradient(50% 50%, circle farthest-side, #272b33, #000);
    background: radial-gradient(50% 50%, circle farthest-side, #272b33, #000);
    color: #FFF
}

.dark_overlay > *, #region_form > *, #error > * {
    position: absolute;
    top: 50%;
    left: 50%;
    text-shadow: 0 1px 1px #000
}

.dark_overlay \.button, #region_form \.button, #error \.button {
    border-radius: 15px
}

.inline_block, #primary li, .ipad #primary .user .search, form .field ul, form .field ul.inline li, form .field ul.inputs li, form .input.icon, .select, .button, form button, .button_link, .slider > nav.dots a.arrow, .slider > nav.dots ul, .slider > nav.dots li, .vertical_slider, .share .count, i, footer #brands .brand_logo, footer #legal li, .event_date small, .event_list a h3 small, .event hgroup h3 small {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    *vertical-align: auto
}

.hardware, .dark_overlay, #region_form, #error, .menu_content, #menu .log_in, #menu .user_menu, #menu .search, .tooltip, .slider, .vertical_slider, span.loading {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.clearfix, footer #info, .row {
    *zoom: 1
}

.clearfix:before, footer #info:before, .row:before, .clearfix:after, footer #info:after, .row:after {
    content: '';
    display: table
}

.clearfix:after, footer #info:after, .row:after {
    clear: both
}

.input_dark, #menu .log_in .input input, #menu .search input {
    border-color: #3f4449;
    box-shadow: inset 0 1px 4px rgba(67, 80, 91, 0.22), 0 1px rgba(255, 255, 255, 0.1)
}

.input_dark:focus, #menu .log_in .input input:focus, #menu .search input:focus {
    box-shadow: inset 0 1px 4px rgba(67, 80, 91, 0.22), 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(234, 237, 239, 0.6)
}

.clear_input, #primary form span, #menu .search span {
    display: none;
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #bbc2c8;
    cursor: pointer
}

.clear_input:hover, #primary form span:hover, #menu .search span:hover {
    background: #9fa9b1
}

.clear_input:before, #primary form span:before, #menu .search span:before {
    margin: -1px 0 0 -1px;
    content: '';
    display: block;
    position: relative;
    background-position: 0 -32px
}

.fluid_inner, #primary div, #menu .inner {
    max-width: 1400px;
    margin: auto
}

.fixed_inner, .container, footer #legal ul {
    width: 960px;
    padding: 0 20px;
    margin: auto
}

.hide_text, #primary li.icon a, footer #brands .brand_logo, table.calendar .next, table.calendar .prev {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.noise {
    background-color: #656b71;
    background-image: url(/frontend/img/nav/noise.png), linear-gradient(#656b71, #595e64);
    background-image: url(/frontend/img/nav/noise.png), -o-linear-gradient(#656b71, #595e64);
    background-image: url(/frontend/img/nav/noise.png), -ms-linear-gradient(#656b71, #595e64);
    background-image: url(/frontend/img/nav/noise.png), -moz-linear-gradient(#656b71, #595e64);
    background-image: url(/frontend/img/nav/noise.png), -webkit-linear-gradient(#656b71, #595e64)
}

.menu_content, #menu .log_in, #menu .user_menu, #menu .search {
    background: #656b71;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656b71), color-stop(100%, #595e64));
    background: -webkit-linear-gradient(top, #656b71, #595e64);
    background: -moz-linear-gradient(top, #656b71, #595e64);
    background: -ms-linear-gradient(top, #656b71, #595e64);
    background: -o-linear-gradient(top, #656b71, #595e64);
    background: linear-gradient(top, #656b71, #595e64);
    text-shadow: 0 1px rgba(58, 61, 64, 0.8);
    color: #FFF
}

.menu_content > ul, #menu .log_in > ul, #menu .user_menu > ul, #menu .search > ul, .menu_content > fieldset, #menu .log_in > fieldset, #menu .user_menu > fieldset, #menu .search > fieldset, .menu_content > div, #menu .log_in > div, #menu .user_menu > div, #menu .search > div {
    background: url(/frontend/img/nav/noise.png)
}

.menu_content.show, #menu .show.log_in, #menu .show.user_menu, #menu .show.search {
    box-shadow: 0 1px 2px rgba(82, 86, 91, 0.86)
}

#primary {
    position: relative;
    z-index: 100;
    height: 60px;
    box-shadow: inset 0 20px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(33, 35, 37, 0.5);
    background: #f2f4f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f4f6), color-stop(100%, #ced5da));
    background: -webkit-linear-gradient(top, #f2f4f6, #ced5da);
    background: -moz-linear-gradient(top, #f2f4f6, #ced5da);
    background: -ms-linear-gradient(top, #f2f4f6, #ced5da);
    background: -o-linear-gradient(top, #f2f4f6, #ced5da);
    background: linear-gradient(top, #f2f4f6, #ced5da);
    font-weight: 500
}

#primary .logo {
    display: block;
    float: left;
    text-align: center
}

#primary .logo img {
    display: block;
    height: 30px;
    margin: 10px 0px 0 8px
}

#primary div {
    position: relative
}

#primary ul, #primary form {
    display: none
}

.ie6 #primary .site, .ie6 #primary .user, .ie7 #primary .site, .ie7 #primary .user, .ie8 #primary .site, .ie8 #primary .user {
    display: block
}

#primary ul {
    height: 60px;
    line-height: 60px;
    font-size: 0;
    white-space: nowrap
}

#primary ul.site {
    float: left
}

#primary ul.user, #primary ul.compact {
    float: right
}

#primary li {
    position: relative;
    z-index: 10
}

#primary li:hover, #primary li.on {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
    background: linear-gradient(top, #fff, rgba(255, 255, 255, 0))
}

#primary li:hover a, #primary li.on a {
    color: #4e5965
}

#primary li.on a {
    color: #bd1a27
}

#primary li:active {
    background: rgba(206, 213, 218, 0.5);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(206, 213, 218, 0.5)), color-stop(100%, rgba(242, 244, 246, 0.3)));
    background: -webkit-linear-gradient(top, rgba(206, 213, 218, 0.5), rgba(242, 244, 246, 0.3));
    background: -moz-linear-gradient(top, rgba(206, 213, 218, 0.5), rgba(242, 244, 246, 0.3));
    background: -ms-linear-gradient(top, rgba(206, 213, 218, 0.5), rgba(242, 244, 246, 0.3));
    background: -o-linear-gradient(top, rgba(206, 213, 218, 0.5), rgba(242, 244, 246, 0.3));
    background: linear-gradient(top, rgba(206, 213, 218, 0.5), rgba(242, 244, 246, 0.3))
}

#primary li.open {
    height: 64px;
    background: #71787e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71787e), color-stop(100%, #656b71));
    background: -webkit-linear-gradient(top, #71787e, #656b71);
    background: -moz-linear-gradient(top, #71787e, #656b71);
    background: -ms-linear-gradient(top, #71787e, #656b71);
    background: -o-linear-gradient(top, #71787e, #656b71);
    background: linear-gradient(top, #71787e, #656b71)
}

#primary li.open a {
    height: 64px;
    background: url(/frontend/img/nav/noise.png);
    color: #f0f3f5;
    text-shadow: 0 1px rgba(82, 86, 91, 0.6)
}

#primary li.open a[data-menu]:after {
    background-position: 0 -16px
}

#primary li.open:before {
    height: 62px;
    background-position: 0 0
}

#primary li.open + li:before, #primary li.open:last-child:after {
    height: 62px;
    background-position: -4px 0
}

#primary li:before, #primary li:last-child:after, #primary li.log_in:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    z-index: 20;
    width: 2px;
    height: 60px;
    background: url(/frontend/img/nav/divider.png) -2px 0 no-repeat
}

#primary li:before {
    left: -1px
}

#primary li:last-child:after, #primary li.log_in:after {
    right: -1px
}

#primary li a {
    display: block;
    padding: 0 20px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.6);
    color: #000;
    font-weight: 700;
    font-size: 16px
}

#primary li a[data-menu] {
    padding-right: 36px
}

#primary li a[data-menu]:after {
    top: 50%;
    right: 14px;
    margin-top: -9px;
    content: '';
    display: block;
    position: absolute;
    background-position: 0 0px
}

#primary li.icon {
    width: 58px
}

#primary li.icon a:before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 14px
}

#primary li.icon a:after {
    display: none
}

#primary li.icon.search a:before {
    background-position: 0 0px
}

#primary li.icon.user a:before {
    background-position: 0 -30px
}

#primary li.icon.menu a:before {
    background-position: 0 -60px
}

#primary li.icon.open.search a:before {
    background-position: 0 -90px
}

#primary li.icon.open.user a:before {
    background-position: 0 -120px
}

#primary li.icon.open.menu a:before {
    background-position: 0 -150px
}

#primary li.profile a {
    min-height: 60px;
    max-width: 164px;
    line-height: 16px;
    white-space: nowrap
}

#primary li.profile a strong, #primary li.profile a span {
    overflow: hidden;
    text-overflow: ellipsis
}

#primary li.profile a strong {
    display: block;
    padding-top: 15px
}

#primary li.profile a span {
    display: block;
    text-transform: none;
    font-size: 11px;
    font-weight: normal
}

#primary li.profile a img {
    position: absolute;
    top: 9px;
    left: 14px;
    width: 42px;
    height: 42px;
    box-shadow: 0 0 0 2px #b1bcc4, 0 0 0 3px rgba(255, 255, 255, 0.4);
    border-radius: 4px
}

#primary.logged_out .profile, #primary.logged_in .sign_up, #primary.logged_in .log_in, #primary.logged_in .logged_out, #primary.logged_out .logged_in {
    display: none
}

#primary .compact li.on {
    height: 64px;
    background: #656b71
}

#primary .compact li.on a {
    height: 64px;
    background: url(/frontend/img/nav/noise.png)
}

#primary .compact li.on:before {
    width: 2px;
    height: 62px;
    background-position: -4px 0
}

#primary .compact li.on + li:before {
    height: 61px
}

@media all and (max-width: 620px) {
    #primary {
        height: 50px;
        box-shadow: inset 0 16.6666666667px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(45, 62, 81, 0.5)
    }

    #primary .logo, #primary ul, #primary li {
        height: 50px
    }

    #primary ul {
        line-height: 50px
    }

    #primary li.open {
        height: 54px
    }

    #primary li.open a {
        height: 54px
    }

    #primary li.open:before {
        height: 50px
    }

    #primary li.open + li:before {
        height: 50px
    }

    #primary li:before, #primary li.log_in:after {
        height: 50px;
        background: url(/frontend/img/nav/divider.png) -2px -10px no-repeat
    }

    #primary li:last-child:after {
        display: none
    }

    #primary .compact {
        display: block;
        height: 50px
    }

    #primary .compact li {
        width: 50px
    }

    #primary .compact li a {
        width: 50px;
        padding: 0
    }

    #primary .compact li a:before {
        left: 10px
    }

    #primary .compact li.icon a:before {
        top: 10px
    }
}

@media all and (min-width: 621px) and (max-width: 768px) {
    #primary .site {
        display: block
    }

    #primary .compact li {
        display: block;
        height: 60px;
    }

    #primary .compact li.menu {
        display: none
    }

    #primary .logo img {
        height: 15px;
        margin: 22px 5px 0 5px;
    }

}

@media all and (min-width: 769px) {
    #primary .site, #primary .user {
        display: block
    }

    #primary .logo img {
        margin: 15px 15px 0 5px
    }

    #menu .log_in p span {
        display: none
    }
}

@media all and (min-width: 940px) {
    #primary form {
        display: block;
        float: right;
        position: relative;
        top: 14px;
        right: 20px
    }

    #primary .user .search {
        display: none
    }
}

.ipad #primary form {
    display: none
}

@media all and (min-width: 621px) {
    #menu .secondary {
        position: relative;
        z-index: 20;
        width: 100%;
        height: 260px;
        overflow: hidden;
        font-family: "Noto Sans", "Arial Narrow", Arial, sans-serif;
        font-style: normal;
        text-align: center;
        font-weight: 500;
        background-color: #656b71;
        background-image: url(/frontend/img/nav/noise.png), linear-gradient(#656b71, #595e64);
        background-image: url(/frontend/img/nav/noise.png), -o-linear-gradient(#656b71, #595e64);
        background-image: url(/frontend/img/nav/noise.png), -ms-linear-gradient(#656b71, #595e64);
        background-image: url(/frontend/img/nav/noise.png), -moz-linear-gradient(#656b71, #595e64);
        background-image: url(/frontend/img/nav/noise.png), -webkit-linear-gradient(#656b71, #595e64);
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        -webkit-font-smoothing: antialiased
    }

    #menu .secondary > ul {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        opacity: 0;
        font-size: 0;
        overflow: hidden;
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -ms-transition: -ms-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transform: translateY(15px);
        -o-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -webkit-transform: translateY(15px)
    }

    #menu .secondary > ul > li {
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        width: 20%;
        max-width: 180px;
        height: 260px;
        background: url(/frontend/img/nav/secondary_hover.png) 0 260px no-repeat;
        transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    #menu .secondary > ul > li:hover, #menu .secondary > ul > li.on {
        background-position: 0 0
    }

    #menu .secondary .lists > li {
        font-size: 16px
    }

    #menu .secondary .lists > li li {
        margin: 6px 0
    }

    #menu .secondary .lists > li.top {
        display: none
    }

    #menu .secondary .lists a {
        display: block;
        text-align: center;
        font-size: 20px;
        text-shadow: 0 1px #4d5156;
        color: #d2d6da;
        transition: color 0.3s;
        -o-transition: color 0.3s;
        -ms-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -webkit-transition: color 0.3s
    }

    #menu .secondary .lists a:hover {
        color: #FFF
    }

    #menu .secondary .lists a.top {
        padding: 52px 0 16px;
        margin: 0 20px 18px;
        border-bottom: solid 1px #52575b;
        box-shadow: 0 1px rgba(255, 255, 255, 0.16);
        font-size: 22px;
        font-weight: 800;
        color: #FFF
    }

    #menu .secondary .images li.has_subtitle a {
        font-size: 16px;
        color: #d2d6da;
        line-height: 22px;
        text-shadow: 0 1px #4d5156
    }

    #menu .secondary .images li.has_subtitle a strong {
        display: block;
        margin: 8px 0 3px;
        font-size: 18px;
        color: #FFF
    }

    #menu .secondary .images li:hover img, #menu .secondary .images li.on img {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1)
    }

    #menu .secondary .images li.top {
        display: none
    }

    #menu .secondary .images a {
        display: block;
        position: relative;
        top: 0;
        width: 100%;
        height: 70px;
        padding: 190px 0 0;
        font-weight: 700;
        font-size: 18px;
        line-height: 70px;
        color: #4e5965;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5)
    }

    #menu .secondary .images img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: -o-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transition: -ms-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: -moz-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
    }
}

@media all and (min-width: 621px) and (min-width: 621px) and (max-width: 700px) {
    #menu .secondary {
        height: 200px
    }

    #menu .secondary > ul > li {
        height: 200px
    }

    #menu .secondary .images a {
        padding: 130px 0 0
    }

    #menu .secondary .images li.has_subtitle a {
        font-size: 13px;
        line-height: 18px
    }

    #menu .secondary .images li.has_subtitle a strong {
        margin-bottom: 0
    }
}

@media all and (min-width: 621px) {
    #menu .tertiary {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 10;
        height: 40px;
        background: #f5f7f8;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f7f8), color-stop(100%, #d4d9df));
        background: -webkit-linear-gradient(top, #f5f7f8, #d4d9df);
        background: -moz-linear-gradient(top, #f5f7f8, #d4d9df);
        background: -ms-linear-gradient(top, #f5f7f8, #d4d9df);
        background: -o-linear-gradient(top, #f5f7f8, #d4d9df);
        background: linear-gradient(top, #f5f7f8, #d4d9df);
        font-family: "Noto Sans", "Arial Narrow", Arial, sans-serif;
        font-style: normal;
        font-weight: 500;
        overflow: hidden
    }

    #menu .tertiary.show {
        box-shadow: inset 0 14px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(45, 62, 81, 0.5)
    }

    #menu .tertiary ul {
        position: absolute;
        top: 40px;
        left: 0;
        max-width: 1400px;
        margin: auto;
        height: 40px;
        opacity: 0
    }

    #menu .tertiary ul.show {
        position: relative;
        top: 0
    }

    #menu .tertiary li {
        float: left
    }

    #menu .tertiary a {
        display: block;
        position: relative;
        height: 40px;
        padding: 0 12px;
        line-height: 40px;
        font-weight: bold;
        font-size: 15px;
        text-shadow: 0 1px rgba(255, 255, 255, 0.8);
        color: #647282
    }

    #menu .tertiary a:hover, #menu .tertiary a.on {
        background: #fff;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
        background: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
        background: -ms-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
        background: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
        background: linear-gradient(top, #fff, rgba(255, 255, 255, 0));
        color: #4e5965
    }

    #menu .tertiary a.on {
        color: #bd1a27
    }

    #menu .tertiary a:active {
        background: rgba(206, 213, 218, 0.5);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(206, 213, 218, 0.5)), color-stop(100%, rgba(242, 244, 246, 0.3)));
        background: -webkit-linear-gradient(top, rgba(206, 213, 218, 0.5), rgba(242, 244, 246, 0.3));
        background: -moz-linear-gradient(top, rgba(206, 213, 218, 0.5), rgba(242, 244, 246, 0.3));
        background: -ms-linear-gradient(top, rgba(206, 213, 218, 0.5), rgba(242, 244, 246, 0.3));
        background: -o-linear-gradient(top, rgba(206, 213, 218, 0.5), rgba(242, 244, 246, 0.3));
        background: linear-gradient(top, rgba(206, 213, 218, 0.5), rgba(242, 244, 246, 0.3))
    }

    #menu .tertiary > a:before, #menu .tertiary li:not(.title) a:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        z-index: 20;
        width: 2px;
        height: 40px;
        background: url(/frontend/img/nav/divider.png) -2px 50% no-repeat
    }

    #menu .tertiary li:not(.title) a:after {
        right: -1px
    }

    #menu .tertiary .title {
        background: #df3240;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df3240), color-stop(100%, #b71723));
        background: -webkit-linear-gradient(top, #df3240, #b71723);
        background: -moz-linear-gradient(top, #df3240, #b71723);
        background: -ms-linear-gradient(top, #df3240, #b71723);
        background: -o-linear-gradient(top, #df3240, #b71723);
        background: linear-gradient(top, #df3240, #b71723)
    }

    #menu .tertiary .title a {
        height: 40px;
        padding-right: 32px;
        box-shadow: inset 0 9px rgba(246, 102, 114, 0.2);
        text-shadow: 0 1px 1px #a0141f;
        line-height: 40px;
        color: #FFF
    }

    #menu .tertiary .title a:hover {
        box-shadow: inset 0 9px rgba(246, 102, 114, 0.3);
        background: #e24855;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e24855), color-stop(100%, #b71723));
        background: -webkit-linear-gradient(top, #e24855, #b71723);
        background: -moz-linear-gradient(top, #e24855, #b71723);
        background: -ms-linear-gradient(top, #e24855, #b71723);
        background: -o-linear-gradient(top, #e24855, #b71723);
        background: linear-gradient(top, #e24855, #b71723)
    }

    #menu .tertiary .title a:active {
        box-shadow: inset 0 9px rgba(246, 102, 114, 0.2);
        background: #ce1a27;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ce1a27), color-stop(100%, #b71723));
        background: -webkit-linear-gradient(top, #ce1a27, #b71723);
        background: -moz-linear-gradient(top, #ce1a27, #b71723);
        background: -ms-linear-gradient(top, #ce1a27, #b71723);
        background: -o-linear-gradient(top, #ce1a27, #b71723);
        background: linear-gradient(top, #ce1a27, #b71723)
    }

    #menu .tertiary .title a:after {
        top: 50%;
        right: 10px;
        margin-top: -8px;
        content: '';
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        background-image: url(/frontend/img/icon/16px_1x.png);
        background-repeat: no-repeat;
        background-size: 16px 320px;
        background-position: 0 -64px
    }

    #menu .tertiary .title.open a:after {
        background-position: 0 -128px
    }

    #menu .tertiary > a {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s
    }

    #menu .tertiary > a:before {
        left: -1px
    }

    #menu .site {
        right: 0;
        left: 0;
        width: 100%;
        height: 260px
    }

    #menu .site .primary {
        display: none
    }

    #menu .site.show {
        box-shadow: 0 1px 2px rgba(45, 62, 81, 0.5)
    }

    #menu .site.showing_tertiary {
        box-shadow: none
    }

    #menu .site.showing_tertiary .secondary {
        box-shadow: inset 0 -1px 2px rgba(82, 86, 91, 0.8)
    }
}

@media all and (min-width: 621px) and (max-width: 700px) {
    #menu .site {
        height: 200px
    }
}

@media all and (max-width: 620px) {
    #top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 50
    }

    #menu .site {
        left: 0;
        width: 100%;
        min-height: 366px;
        background: #656b71;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656b71), color-stop(100%, #595e64));
        background: -webkit-linear-gradient(top, #656b71, #595e64);
        background: -moz-linear-gradient(top, #656b71, #595e64);
        background: -ms-linear-gradient(top, #656b71, #595e64);
        background: -o-linear-gradient(top, #656b71, #595e64);
        background: linear-gradient(top, #656b71, #595e64);
        -webkit-font-smoothing: antialiased;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        text-shadow: 0 1px rgba(58, 61, 64, 0.8);
        color: #FFF;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }

    #menu .site > ul, #menu .site > fieldset, #menu .site > div {
        background: url(/frontend/img/nav/noise.png)
    }

    #menu .site.show {
        box-shadow: 0 1px 2px rgba(82, 86, 91, 0.86)
    }

    #menu .site .primary, #menu .site .secondary, #menu .site .tertiary {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%
    }

    #menu .site li:last-child a {
        box-shadow: inset 0 1px rgba(210, 214, 218, 0.1), inset 0 -1px rgba(82, 86, 91, 0.6), 0 1px rgba(210, 214, 218, 0.1)
    }

    #menu .site li:last-child a:active {
        box-shadow: inset 0 -1px rgba(82, 86, 91, 0.6), inset 0 0 6px rgba(34, 38, 43, 0.2), 0 -1px rgba(210, 214, 218, 0.1), 0 1px rgba(210, 214, 218, 0.1)
    }

    #menu .site li:first-child {
        padding-top: 4px
    }

    #menu .site li:first-child a, #menu .site li:first-child span {
        box-shadow: inset 0 -1px rgba(82, 86, 91, 0.6)
    }

    #menu .site li.top a, #menu .site li.top span, #menu .site li.title a, #menu .site li.title span {
        background: none;
        color: #3f4348;
        text-align: center;
        text-shadow: 0 1px #777f86;
        line-height: 40px
    }

    #menu .site li.top a:after, #menu .site li.title a:after {
        right: auto;
        left: 20px;
        background-position: 0 -288px
    }

    #menu .site a, #menu .site span {
        display: block;
        position: relative;
        padding: 0 20px;
        box-shadow: inset 0 1px rgba(210, 214, 218, 0.15), inset 0 -1px rgba(82, 86, 91, 0.9);
        background: rgba(77, 81, 86, 0.2);
        line-height: 50px;
        font-family: "Noto Sans", "Arial Narrow", Arial, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        color: #d2d6da
    }

    #menu .site a:active, #menu .site span:active {
        box-shadow: inset 0 -1px rgba(82, 86, 91, 0.6), inset 0 0 6px rgba(34, 38, 43, 0.2), 0 -1px rgba(210, 214, 218, 0.1);
        background: rgba(34, 38, 43, 0.2)
    }

    #menu .site a:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -8px;
        background-position: 0 -272px;
        width: 16px;
        height: 16px;
        background-image: url(/frontend/img/icon/16px_1x.png);
        background-repeat: no-repeat;
        background-size: 16px 320px
    }

    #menu .primary ul {
        display: block
    }

    #menu .secondary ul {
        display: none
    }

    #menu .secondary .images li:not(.top) a {
        min-height: 30px;
        padding: 20px 20px 20px 90px;
        line-height: 18px;
        color: #2e3235;
        text-shadow: 0 1px rgba(210, 214, 218, 0.2);
        font-size: 14px
    }

    #menu .secondary .images li:not(.top) a strong {
        display: block;
        color: #d2d6da;
        text-shadow: 0 1px rgba(58, 61, 64, 0.8);
        font-size: 16px
    }

    #menu .secondary img {
        position: absolute;
        top: 0;
        left: 10px;
        height: 70px
    }

    #menu .tertiary .back_to_top, #menu .tertiary ul {
        display: none
    }
}

#menu {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 60;
    width: 100%;
    height: 0
}

#menu .site, #menu .inner > * {
    position: absolute;
    bottom: 0
}

#menu .inner {
    position: relative
}

@media screen and (max-width: 1420px) {
    #top #primary .user li:last-child:after, #top #primary .user li.log_in:after {
        display: none
    }
}

form fieldset.row {
    margin: 0
}

form fieldset .row {
    padding: 0
}

form.container {
    max-width: 600px;
    padding: 30px 0 15px
}

form.container fieldset {
    padding: 5px 20px;
    border-top: dotted 1px #d4d9de;
    box-shadow: inset 0 1px #FFF
}

form.container hgroup {
    padding: 0 20px;
    margin: 0 0 30px
}

@media screen and (max-width: 542px) {
    form.container {
        margin: 0 20px
    }
}

form label {
    display: block;
    position: relative;
    padding-right: 30px;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    font-weight: 700
}

form label span {
    display: block;
    margin: 3px 0;
    color: #838990;
    font-size: 12px;
    font-weight: normal;
    text-transform: none
}

form .field {
    margin-top: 15px;
    margin-bottom: 5px
}

form .field input, form .field textarea {
    display: block;
    width: 100%;
    margin: 10px 0
}

form .field ul {
    margin: 10px 0;
    list-style: none
}

form .field ul.grouped {
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(78, 89, 101, 0.4);
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dadee2));
    background: -webkit-linear-gradient(top, #fff, #dadee2);
    background: -moz-linear-gradient(top, #fff, #dadee2);
    background: -ms-linear-gradient(top, #fff, #dadee2);
    background: -o-linear-gradient(top, #fff, #dadee2);
    background: linear-gradient(top, #fff, #dadee2)
}

form .field ul.grouped li {
    margin: 0
}

form .field ul.grouped li:first-child label {
    border-radius: 4px 4px 0 0;
    box-shadow: inset 0 -1px rgba(78, 89, 101, 0.2)
}

form .field ul.grouped li:last-child label {
    border-radius: 0 0 4px 4px;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.6)
}

form .field ul.grouped label {
    box-shadow: inset 0 -1px rgba(78, 89, 101, 0.2), inset 0 1px rgba(255, 255, 255, 0.6)
}

form .field ul.inline, form .field ul.inputs {
    font-size: 0
}

form .field ul.inline li {
    margin: 0 10px 10px 0
}

form .field ul.inline label {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dadee2));
    background: -webkit-linear-gradient(top, #fff, #dadee2);
    background: -moz-linear-gradient(top, #fff, #dadee2);
    background: -ms-linear-gradient(top, #fff, #dadee2);
    background: -o-linear-gradient(top, #fff, #dadee2);
    background: linear-gradient(top, #fff, #dadee2);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(78, 89, 101, 0.4)
}

form .field ul.inline label:hover {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ebedf0));
    background: -webkit-linear-gradient(top, #fff, #ebedf0);
    background: -moz-linear-gradient(top, #fff, #ebedf0);
    background: -ms-linear-gradient(top, #fff, #ebedf0);
    background: -o-linear-gradient(top, #fff, #ebedf0);
    background: linear-gradient(top, #fff, #ebedf0)
}

form .field ul.inputs li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 48%;
    padding: 4px;
    margin: 0 4% 10px 0;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dadee2));
    background: -webkit-linear-gradient(top, #fff, #dadee2);
    background: -moz-linear-gradient(top, #fff, #dadee2);
    background: -ms-linear-gradient(top, #fff, #dadee2);
    background: -o-linear-gradient(top, #fff, #dadee2);
    background: linear-gradient(top, #fff, #dadee2);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(78, 89, 101, 0.4)
}

form .field ul.inputs li > input {
    margin: 4px 0 0
}

form .field ul.inputs li:nth-child(even) {
    margin-right: 0
}

form .field ul.inputs label {
    box-shadow: none
}

form .field ul.inputs label:first-child {
    box-shadow: none
}

form .field li label {
    position: relative;
    padding: 7px 10px 7px 30px;
    margin: 0;
    line-height: 16px;
    font-size: 13px;
    text-transform: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
    font-weight: normal
}

form .field li label:hover {
    background: rgba(255, 255, 255, 0.5)
}

form .field li label input {
    position: absolute;
    top: 50%;
    left: 8px;
    height: auto;
    width: auto;
    padding: 0;
    margin: -6px 0 0 0;
    border: none
}

form .field.error > label {
    color: #bd1a27
}

form .field.error > label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-position: 0 -60px;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(78, 89, 101, 0.4)
}

form .field.error input, form .field.error textarea {
    border-color: #bd1a27
}

form input, form textarea {
    padding: 8px 10px;
    border: solid 1px #b6bfc5;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px rgba(67, 80, 91, 0.22), 0 1px rgba(255, 255, 255, 0.4);
    background: #FFF;
    font-size: 12px;
    color: #a7b1ba;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-background-clip: padding-box;
    transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s
}

form input[type='checkbox'], form input[type='radio'] {
    box-shadow: none;
}

form input:focus, form textarea:focus {
    color: #6f7f8c;
    box-shadow: inset 0 1px 4px rgba(67, 80, 91, 0.22), 0 0 4px 2px rgba(255, 255, 255, 0.8)
}

form input[type='checkbox']:focus, form input[type='radio']:focus {
    box-shadow: none;
}

form input::-webkit-input-placeholder, form input::-moz-input-placeholder, form textarea::-webkit-input-placeholder, form textarea::-moz-input-placeholder {
    color: #a7b1ba
}

form input {
    height: 32px
}

form textarea {
    max-width: 100%;
    min-height: 110px
}

form .input.icon {
    position: relative
}

form .input.icon input {
    padding-left: 30px
}

form .input.icon:before {
    top: 8px;
    left: 8px;
    content: '';
    display: block;
    position: absolute
}

form .input.icon.user:before {
    background-position: 0 -80px
}

form .input.icon.password:before {
    background-position: 0 -96px
}

.select {
    position: relative;
    min-width: 160px;
    height: 30px;
    margin: 10px 0;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(78, 89, 101, 0.4);
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dadee2));
    background: -webkit-linear-gradient(top, #fff, #dadee2);
    background: -moz-linear-gradient(top, #fff, #dadee2);
    background: -ms-linear-gradient(top, #fff, #dadee2);
    background: -o-linear-gradient(top, #fff, #dadee2);
    background: linear-gradient(top, #fff, #dadee2);
    line-height: 30px;
    color: #4e5965;
    text-align: left;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5)
}

.select.hover {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ebedf0));
    background: -webkit-linear-gradient(top, #fff, #ebedf0);
    background: -moz-linear-gradient(top, #fff, #ebedf0);
    background: -ms-linear-gradient(top, #fff, #ebedf0);
    background: -o-linear-gradient(top, #fff, #ebedf0);
    background: linear-gradient(top, #fff, #ebedf0)
}

.select span {
    display: block;
    padding: 0 30px 0 10px
}

.select:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 5;
    background-position: 0 -240px;
    margin-top: -8px
}

.select select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-appearance: textarea;
    opacity: 0;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    form.container {
        max-width: 500px
    }
}

#primary form {
    position: relative;
    width: 32px;
    height: 32px;
    border: solid 1px #b6bfc5;
    border-radius: 20px;
    box-shadow: inset 0 1px 4px rgba(67, 80, 91, 0.44), 0 1px rgba(255, 255, 255, 0.4);
    background: #FFF;
    overflow: hidden;
    cursor: text;
    -webkit-background-clip: padding-box;
    transition: box-shadow 0.2s, width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: box-shadow 0.2s, width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: box-shadow 0.2s, width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: box-shadow 0.2s, width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: box-shadow 0.2s, width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1)
}

#primary form.focus {
    width: 214px;
    box-shadow: inset 0 1px 4px rgba(67, 80, 91, 0.44), 0 0 4px 2px rgba(255, 255, 255, 0.8)
}

#primary form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 214px;
    height: 30px;
    padding: 8px 30px;
    margin: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    font-size: 12px;
    color: #a7b1ba
}

#primary form input:focus {
    color: #6f7f8c;
    box-shadow: none
}

#primary form input::-webkit-input-placeholder, #primary form input::-moz-input-placeholder {
    color: #a7b1ba
}

#primary form span {
    right: 9px;
    margin-top: -7px
}

#primary form:before {
    content: '';
    display: block;
    position: absolute;
    background-position: 0 -48px;
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -8px
}

#menu .log_in {
    right: 0;
    width: 280px
}

#menu .log_in fieldset {
    padding: 30px 30px 25px
}

#menu .log_in h2 {
    margin-bottom: 5px;
    font-size: 24px;
    text-align: center
}

#menu .log_in p {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 15px;
    text-align: center
}

#menu .log_in p a {
    color: #FFF;
    font-weight: bold
}

#menu .log_in .input {
    display: block;
    width: 100%;
    margin-bottom: 18px
}

#menu .log_in .input input {
    width: 100%
}

#menu .log_in button, #menu .log_in .button_link {
    display: block;
    margin: 0 auto 16px;
    box-shadow: inset 0 8px rgba(255, 255, 255, 0.5), 0 1px 1px rgba(58, 61, 64, 0.8)
}

#menu .log_in button:active, #menu .log_in .button_link:active {
    box-shadow: inset 0 1px 5px rgba(34, 38, 43, 0.8), inset 0 8px rgba(255, 255, 255, 0.5), 0 1px rgba(255, 255, 255, 0.6)
}

#menu .log_in button:after, #menu .log_in .button_link:after {
    background-position: 0 -256px
}

#menu .log_in .forgotten {
    display: block;
    color: #d1d6dc;
    text-align: center
}

#menu .log_in .forgotten:hover {
    color: #FFF
}

#menu .user_menu {
    right: 0;
    width: 240px
}

#menu .user_menu ul {
    padding-top: 4px
}

#menu .user_menu li {
    display: block;
    list-style: none
}

#menu .user_menu li:last-child a {
    box-shadow: inset 0 1px rgba(210, 214, 218, 0.15)
}

#menu .user_menu li a {
    display: block;
    position: relative;
    padding: 15px 14px 15px 46px;
    box-shadow: inset 0 1px rgba(210, 214, 218, 0.15), inset 0 -1px rgba(82, 86, 91, 0.9);
    background: rgba(77, 81, 86, 0.2);
    color: #d2d6da
}

#menu .user_menu li a:hover {
    background: rgba(77, 81, 86, 0.5)
}

#menu .user_menu li a:active {
    box-shadow: inset 0 -1px rgba(82, 86, 91, 0.6), inset 0 0 6px rgba(34, 38, 43, 0.2), 0 -1px rgba(210, 214, 218, 0.1), 0 1px rgba(210, 214, 218, 0.1)
}

#menu .user_menu li a:before, #menu .user_menu li a.warning:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -10px
}

#menu .user_menu li a.profile:before {
    background-position: 0 0px
}

#menu .user_menu li a.account:before {
    background-position: 0 -20px
}

#menu .user_menu li a.log_out:before {
    background-position: 0 -40px
}

#menu .user_menu li a.redeem:before {
    background-position: 0 -80px
}

#menu .user_menu li a.education:before {
    background-position: 0 -100px
}

#menu .user_menu li a.started:before {
    background-position: 0 -120px
}

#menu .user_menu li a.profile.warning:before {
    background-position: 0 -140px
}

#menu .user_menu li a.warning:after {
    right: 14px;
    left: auto;
    border-radius: 10px;
    background-position: 0 -60px
}

#menu .search {
    right: 0;
    left: 0;
    padding: 0 20px
}

#menu .search fieldset {
    position: relative;
    max-width: 600px;
    height: 40px;
    margin: 22px auto 20px;
    border-radius: 6px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.1);
    font-size: 0;
    transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s
}

#menu .search fieldset.focus {
    box-shadow: 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(234, 237, 239, 0.6)
}

#menu .search input {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 40px;
    width: 80%;
    padding: 12px 40px 12px 14px;
    border-right: none;
    border-radius: 6px 0 0 6px;
    box-shadow: inset 0 1px 4px rgba(67, 80, 91, 0.22);
    font-size: 14px
}

#menu .search input:focus {
    box-shadow: inset 0 1px 4px rgba(67, 80, 91, 0.22)
}

#menu .search span {
    right: 18.5%;
    z-index: 20;
    margin: -7px 22px 0 0
}

#menu .search button {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    top: 1px;
    width: 20%;
    height: 38px;
    margin: 0;
    border-left: solid 1px #c3c9ce;
    border-radius: 0 6px 6px 0;
    font-size: 16px;
    box-shadow: inset 0 8px rgba(255, 255, 255, 0.5), 0 0 0 1px #3f4449
}

#menu .search button:active {
    box-shadow: inset 0 8px rgba(255, 255, 255, 0.5), inset 0 1px 3px rgba(91, 102, 113, 0.5)
}

@media all and (max-width: 480px) {
    #menu .log_in, #menu .user_menu {
        left: 0;
        width: auto
    }

    #menu .log_in fieldset, #menu .user_menu fieldset {
        max-width: 300px;
        margin: auto
    }
}

#region_form {
    z-index: 0
}

#region_form.hidden {
    opacity: 0
}

#region_form fieldset {
    width: 240px;
    height: 220px;
    margin: -110px 0 0 -120px;
    text-align: center
}

#region_form img {
    display: block;
    width: 60px;
    margin: 0 auto 15px
}

#region_form .title {
    display: block;
    margin-bottom: 4px;
    font-size: 24px
}

#region_form .select {
    width: 240px;
    margin-bottom: 18px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
}

#region_form button {
    border: none
}

#region_form button:active {
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.9), inset 0 10px rgba(229, 63, 76, 0.2), 0 1px rgba(255, 255, 255, 0.2)
}

.tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 80;
    max-width: 180px;
    padding: 8px 10px 9px;
    border-radius: 4px;
    box-shadow: inset 0 10px rgba(255, 255, 255, 0.1), 0 1px 4px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
    background: linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
    color: #FFF;
    text-shadow: 0 1px 1px #000;
    line-height: 16px;
    font-size: 12px
}

.tooltip:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 6px transparent;
    margin-bottom: -6px;
    border-top-color: rgba(0, 0, 0, 0.9);
    vertical-align: top;
    bottom: -6px;
    left: 50%;
    margin-left: -6px
}

.tooltip.error {
    background: #d31d2c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d31d2c), color-stop(100%, #a71722));
    background: -webkit-linear-gradient(top, #d31d2c, #a71722);
    background: -moz-linear-gradient(top, #d31d2c, #a71722);
    background: -ms-linear-gradient(top, #d31d2c, #a71722);
    background: -o-linear-gradient(top, #d31d2c, #a71722);
    background: linear-gradient(top, #d31d2c, #a71722);
    text-shadow: 0 1px 1px rgba(10, 1, 2, 0.4)
}

.tooltip.error:after {
    right: 14px;
    left: auto;
    border-top-color: #a71722
}

.button, form button, .button_link {
    height: 30px;
    padding: 0 15px;
    border: none;
    border-radius: 30px;
    box-shadow: inset 0 10px rgba(145, 158, 169, 0.2), 0 1px 3px rgba(71, 86, 98, 0.5);
    background: #75828c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #75828c), color-stop(100%, #3b464f));
    background: -webkit-linear-gradient(top, #75828c, #3b464f);
    background: -moz-linear-gradient(top, #75828c, #3b464f);
    background: -ms-linear-gradient(top, #75828c, #3b464f);
    background: -o-linear-gradient(top, #75828c, #3b464f);
    background: linear-gradient(top, #75828c, #3b464f);
    text-shadow: 0 1px 1px #3d4852;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px
}

.row .button, .row form button, .row .button_link {
    margin: 10px 0
}

.button:hover, form button:hover, .button_link:hover {
    box-shadow: inset 0 10px rgba(145, 158, 169, 0.3), 0 1px 3px rgba(71, 86, 98, 0.5);
    background: #919ba3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #919ba3), color-stop(100%, #3b464f));
    background: -webkit-linear-gradient(top, #919ba3, #3b464f);
    background: -moz-linear-gradient(top, #919ba3, #3b464f);
    background: -ms-linear-gradient(top, #919ba3, #3b464f);
    background: -o-linear-gradient(top, #919ba3, #3b464f);
    background: linear-gradient(top, #919ba3, #3b464f);
    text-decoration: none
}

.button:active, form button:active, .button_link:active {
    box-shadow: inset 0 1px 10px rgba(60, 73, 83, 0.9), inset 0 10px rgba(145, 158, 169, 0.2), 0 1px rgba(255, 255, 255, 0.5)
}

.button.small, form button.small, .button_link.small {
    height: 24px;
    padding: 0 8px;
    line-height: 24px;
    font-size: 12px
}

.button.small.icon, form button.small.icon, .button_link.small.icon {
    padding-right: 20px
}

.button.small.icon:after, form button.small.icon:after, .button_link.small.icon:after {
    top: 4px;
    right: 3px
}

.button.small.icon.back, form button.small.icon.back, .button_link.small.icon.back {
    padding-left: 20px
}

.button.small.icon.back:after, form button.small.icon.back:after, .button_link.small.icon.back:after {
    left: 3px
}

.button.large, form button.large, .button_link.large {
    height: 38px;
    padding: 0 15px;
    line-height: 38px;
    font-size: 15px
}

.button.large.icon:after, form button.large.icon:after, .button_link.large.icon:after {
    top: 12px
}

.button.facebook, form button.facebook, .button_link.facebook {
    box-shadow: inset 0 10px rgba(73, 106, 171, 0.8), 0 1px 3px rgba(13, 23, 41, 0.2);
    background: #3c5a96;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c5a96), color-stop(100%, #234064));
    background: -webkit-linear-gradient(top, #3c5a96, #234064);
    background: -moz-linear-gradient(top, #3c5a96, #234064);
    background: -ms-linear-gradient(top, #3c5a96, #234064);
    background: -o-linear-gradient(top, #3c5a96, #234064);
    background: linear-gradient(top, #3c5a96, #234064);
    text-shadow: 0 1px 1px #234064;
    color: #FFF
}

.button.facebook:hover, form button.facebook:hover, .button_link.facebook:hover {
    box-shadow: inset 0 10px rgba(73, 106, 171, 0.9), 0 1px 3px rgba(13, 23, 41, 0.5);
    background: #4d71b8;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d71b8), color-stop(100%, #234064));
    background: -webkit-linear-gradient(top, #4d71b8, #234064);
    background: -moz-linear-gradient(top, #4d71b8, #234064);
    background: -ms-linear-gradient(top, #4d71b8, #234064);
    background: -o-linear-gradient(top, #4d71b8, #234064);
    background: linear-gradient(top, #4d71b8, #234064)
}

.button.facebook:active, form button.facebook:active, .button_link.facebook:active {
    box-shadow: inset 0 1px 10px rgba(7, 12, 22, 0.7), inset 0 10px rgba(73, 106, 171, 0.2), 0 1px rgba(255, 255, 255, 0.5)
}

.button.red, form button.red, .button_link.red {
    box-shadow: inset 0 10px rgba(232, 85, 97, 0.2), 0 1px 3px rgba(0, 0, 0, 0.5);
    background: #e12937;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e12937), color-stop(100%, #90141e));
    background: -webkit-linear-gradient(top, #e12937, #90141e);
    background: -moz-linear-gradient(top, #e12937, #90141e);
    background: -ms-linear-gradient(top, #e12937, #90141e);
    background: -o-linear-gradient(top, #e12937, #90141e);
    background: linear-gradient(top, #e12937, #90141e);
    text-shadow: 0 1px 1px #90141e;
    color: #FFF
}

.button.red:hover, form button.red:hover, .button_link.red:hover {
    box-shadow: inset 0 10px rgba(235, 108, 118, 0.3), 0 1px 3px rgba(0, 0, 0, 0.5);
    background: #e53f4c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e53f4c), color-stop(100%, #a71722));
    background: -webkit-linear-gradient(top, #e53f4c, #a71722);
    background: -moz-linear-gradient(top, #e53f4c, #a71722);
    background: -ms-linear-gradient(top, #e53f4c, #a71722);
    background: -o-linear-gradient(top, #e53f4c, #a71722);
    background: linear-gradient(top, #e53f4c, #a71722)
}

.button.red:active, form button.red:active, .button_link.red:active {
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.9), inset 0 10px rgba(232, 85, 97, 0.2), 0 1px rgba(255, 255, 255, 0.2)
}

.button.white, form button.white, .button_link.white {
    box-shadow: inset 0 8px rgba(255, 255, 255, 0.5), 0 1px 1px rgba(91, 102, 113, 0.15);
    background: #f2f4f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f4f6), color-stop(100%, #e3e5e8));
    background: -webkit-linear-gradient(top, #f2f4f6, #e3e5e8);
    background: -moz-linear-gradient(top, #f2f4f6, #e3e5e8);
    background: -ms-linear-gradient(top, #f2f4f6, #e3e5e8);
    background: -o-linear-gradient(top, #f2f4f6, #e3e5e8);
    background: linear-gradient(top, #f2f4f6, #e3e5e8);
    text-shadow: 0 1px #FFF;
    color: #000;
}

.button.white:hover, form button.white:hover, .button_link.white:hover {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e3e5e8));
    background: -webkit-linear-gradient(top, #fff, #e3e5e8);
    background: -moz-linear-gradient(top, #fff, #e3e5e8);
    background: -ms-linear-gradient(top, #fff, #e3e5e8);
    background: -o-linear-gradient(top, #fff, #e3e5e8);
    background: linear-gradient(top, #fff, #e3e5e8)
}

.button.white:active, form button.white:active, .button_link.white:active {
    box-shadow: inset 0 8px rgba(255, 255, 255, 0.5), 0 1px #fff, inset 0 1px 3px rgba(91, 102, 113, 0.5)
}

.button.green, form button.green, .button_link.green {
    box-shadow: inset 0 8px rgba(187, 219, 144, 0.5), 0 1px 2px rgba(54, 80, 21, 0.25);
    background: #a4cf69;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4cf69), color-stop(100%, #66922d));
    background: -webkit-linear-gradient(top, #a4cf69, #66922d);
    background: -moz-linear-gradient(top, #a4cf69, #66922d);
    background: -ms-linear-gradient(top, #a4cf69, #66922d);
    background: -o-linear-gradient(top, #a4cf69, #66922d);
    background: linear-gradient(top, #a4cf69, #66922d);
    text-shadow: 0 1px #5b7d30;
    color: #FFF
}

.button.green:hover, form button.green:hover, .button_link.green:hover {
    background: #bbdb90;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbdb90), color-stop(100%, #66922d));
    background: -webkit-linear-gradient(top, #bbdb90, #66922d);
    background: -moz-linear-gradient(top, #bbdb90, #66922d);
    background: -ms-linear-gradient(top, #bbdb90, #66922d);
    background: -o-linear-gradient(top, #bbdb90, #66922d);
    background: linear-gradient(top, #bbdb90, #66922d)
}

.button.green:active, form button.green:active, .button_link.green:active {
    box-shadow: inset 0 8px rgba(187, 219, 144, 0.5), 0 1px 1px rgba(164, 207, 105, 0.15), inset 0 1px 8px #304415
}

.button.blue, form button.blue, .button_link.blue {
    box-shadow: inset 0 8px rgba(131, 181, 237, 0.5), 0 1px 2px rgba(22, 65, 113, 0.25);
    background: #579be6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #579be6), color-stop(100%, #2871c4));
    background: -webkit-linear-gradient(top, #579be6, #2871c4);
    background: -moz-linear-gradient(top, #579be6, #2871c4);
    background: -ms-linear-gradient(top, #579be6, #2871c4);
    background: -o-linear-gradient(top, #579be6, #2871c4);
    background: linear-gradient(top, #579be6, #2871c4);
    text-shadow: 0 1px #1f599a;
    color: #FFF
}

.button.blue:hover, form button.blue:hover, .button_link.blue:hover {
    background: #83b5ed;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #83b5ed), color-stop(100%, #2871c4));
    background: -webkit-linear-gradient(top, #83b5ed, #2871c4);
    background: -moz-linear-gradient(top, #83b5ed, #2871c4);
    background: -ms-linear-gradient(top, #83b5ed, #2871c4);
    background: -o-linear-gradient(top, #83b5ed, #2871c4);
    background: linear-gradient(top, #83b5ed, #2871c4)
}

.button.blue:active, form button.blue:active, .button_link.blue:active {
    box-shadow: inset 0 8px rgba(131, 181, 237, 0.5), 0 1px 1px rgba(22, 65, 113, 0.15), inset 0 1px 8px #05101c
}

.button.yellow, form button.yellow, .button_link.yellow {
    box-shadow: inset 0 8px rgba(255, 229, 51, 0.5), 0 1px 2px rgba(82, 66, 3, 0.25);
    background: #ffde00;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffde00), color-stop(100%, #eabb00));
    background: -webkit-linear-gradient(top, #ffde00, #eabb00);
    background: -moz-linear-gradient(top, #ffde00, #eabb00);
    background: -ms-linear-gradient(top, #ffde00, #eabb00);
    background: -o-linear-gradient(top, #ffde00, #eabb00);
    background: linear-gradient(top, #ffde00, #eabb00);
    text-shadow: 0 1px rgba(255, 229, 51, 0.5);
    color: #524203
}

.button.yellow:hover, form button.yellow:hover, .button_link.yellow:hover {
    background: #ffe533;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe533), color-stop(100%, #eabb00));
    background: -webkit-linear-gradient(top, #ffe533, #eabb00);
    background: -moz-linear-gradient(top, #ffe533, #eabb00);
    background: -ms-linear-gradient(top, #ffe533, #eabb00);
    background: -o-linear-gradient(top, #ffe533, #eabb00);
    background: linear-gradient(top, #ffe533, #eabb00)
}

.button.yellow:active, form button.yellow:active, .button_link.yellow:active {
    box-shadow: inset 0 8px rgba(255, 229, 51, 0.5), 0 1px 1px rgba(82, 66, 3, 0.15), inset 0 1px 8px rgba(33, 26, 1, 0.5)
}

.button.orange, form button.orange, .button_link.orange {
    box-shadow: inset 0 8px rgba(252, 177, 115, 0.5), 0 1px 2px rgba(121, 54, 9, 0.25);
    background: #fb9541;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb9541), color-stop(100%, #d4651e));
    background: -webkit-linear-gradient(top, #fb9541, #d4651e);
    background: -moz-linear-gradient(top, #fb9541, #d4651e);
    background: -ms-linear-gradient(top, #fb9541, #d4651e);
    background: -o-linear-gradient(top, #fb9541, #d4651e);
    background: linear-gradient(top, #fb9541, #d4651e);
    text-shadow: 0 1px #a75018;
    color: #FFF
}

.button.orange:hover, form button.orange:hover, .button_link.orange:hover {
    background: #fcb173;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcb173), color-stop(100%, #d4651e));
    background: -webkit-linear-gradient(top, #fcb173, #d4651e);
    background: -moz-linear-gradient(top, #fcb173, #d4651e);
    background: -ms-linear-gradient(top, #fcb173, #d4651e);
    background: -o-linear-gradient(top, #fcb173, #d4651e);
    background: linear-gradient(top, #fcb173, #d4651e)
}

.button.orange:active, form button.orange:active, .button_link.orange:active {
    box-shadow: inset 0 8px rgba(252, 177, 115, 0.5), 0 1px 1px rgba(121, 54, 9, 0.15), inset 0 1px 8px #1a0c02
}

.button.icon, form button.icon, .button_link.icon {
    position: relative;
    padding-right: 30px
}

.button.icon:after, form button.icon:after, .button_link.icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: 7px
}

.button.icon.back, form button.icon.back, .button_link.icon.back {
    padding: 0 15px 0 30px
}

.button.icon.back:after, form button.icon.back:after, .button_link.icon.back:after {
    right: auto;
    left: 7px
}

.button {
    border-radius: 6px;
    padding: 0 10px
}

.button .back {
    padding: 0 10px 0 30px
}

.video {
    display: block;
    position: relative;
    text-align: center
}

.video img {
    position: relative;
    z-index: 0
}

.video:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border-radius: 30px;
    background: #000;
    background: rgba(0, 0, 0, 0.5)
}

.video span {
    display: block;
    position: absolute;
    background-position: 0 -240px;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    z-index: 12
}

.vertical-parallax-row {
    background-position: 0 0
}

.horizontal-parallax-row {
    background-position: 0 0
}

.static-mobile-image {
    display: none
}

@media all and (max-width: 480px) {
    .static-mobile-image {
        display: block;
        background-size: cover;
        background-position: center center
    }
}

@media all and (max-width: 480px) {
    .parallax-parent {
        display: none
    }
}

.expanding-text {
    display: block;
    overflow: hidden
}

.expanding-text .top {
    display: block;
    overflow: hidden
}

.expanding-text .top .image-left, .expanding-text .top .image-right {
    width: 345px
}

.expanding-text .top .image-left {
    float: left
}

.expanding-text .top .image-right {
    float: right
}

@media screen and (max-width: 970px) {
    .expanding-text .top .image-left, .expanding-text .top .image-right {
        float: none;
        width: 100%
    }

    .expanding-text .top .image-left img, .expanding-text .top .image-right img {
        display: block;
        margin: 0 auto
    }
}

@media screen and (max-width: 542px) {
    .expanding-text .top .image-left img, .expanding-text .top .image-right img {
        width: 100%
    }
}

.expanding-text .top .image img {
    display: block
}

.expanding-text .top .intro-left, .expanding-text .top .intro-right {
    width: 545px
}

@media screen and (max-width: 970px) {
    .expanding-text .top .intro-left, .expanding-text .top .intro-right {
        width: auto;
        float: none
    }
}

.expanding-text .top .intro-right {
    float: left
}

.expanding-text .top .intro-right {
    float: right
}

.expanding-text .bottom {
    width: 100%;
    height: 0px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.expanding-text .bottom .text {
    display: block;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.expanding-text .bottom .text p:first-child {
    margin-top: 20px
}

.slider {
    position: relative;
    overflow: hidden;
    padding: 0 0 60px
}

.slider .slide {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%
}

.slider .slide.row {
    padding: 25px 0
}

.slider .slide.full-width {
    padding: 0
}

.slider .full-width {
    height: 500px;
    background-size: cover;
    background-position: center center;
    display: block
}

@media screen and (max-width: 768px) {
    .slider .full-width {
        height: 200px
    }
}

.slider > nav.dots {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    text-align: center
}

.slider > nav.dots li.on a, .slider > nav.dots li.on a:hover, .slider > nav.dots li.on a:active {
    border-color: #bf2430;
    background: #f84d5b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f84d5b), color-stop(100%, #bd1a27));
    background: -webkit-linear-gradient(top, #f84d5b, #bd1a27);
    background: -moz-linear-gradient(top, #f84d5b, #bd1a27);
    background: -ms-linear-gradient(top, #f84d5b, #bd1a27);
    background: -o-linear-gradient(top, #f84d5b, #bd1a27);
    background: linear-gradient(top, #f84d5b, #bd1a27);
    box-shadow: inset 0 4px rgba(255, 255, 255, 0.14), 0 1px 1px rgba(91, 102, 113, 0.4)
}

.slider > nav.dots a {
    border: solid 1px #c0c7ce;
    border-radius: 6px;
    box-shadow: inset 0 4px rgba(255, 255, 255, 0.5), 0 1px 1px rgba(91, 102, 113, 0.15);
    background: #f2f4f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f4f6), color-stop(100%, #e3e5e8));
    background: -webkit-linear-gradient(top, #f2f4f6, #e3e5e8);
    background: -moz-linear-gradient(top, #f2f4f6, #e3e5e8);
    background: -ms-linear-gradient(top, #f2f4f6, #e3e5e8);
    background: -o-linear-gradient(top, #f2f4f6, #e3e5e8);
    background: linear-gradient(top, #f2f4f6, #e3e5e8)
}

.slider > nav.dots a:hover {
    border-color: #ced4d9;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e3e5e8));
    background: -webkit-linear-gradient(top, #fff, #e3e5e8);
    background: -moz-linear-gradient(top, #fff, #e3e5e8);
    background: -ms-linear-gradient(top, #fff, #e3e5e8);
    background: -o-linear-gradient(top, #fff, #e3e5e8);
    background: linear-gradient(top, #fff, #e3e5e8)
}

.slider > nav.dots a:active {
    box-shadow: inset 0 4px rgba(255, 255, 255, 0.5), 0 1px #fff, inset 0 1px 3px rgba(91, 102, 113, 0.5)
}

.slider > nav.dots a.arrow {
    position: relative;
    top: 18px;
    width: 22px;
    height: 22px;
    box-shadow: inset 0 8px rgba(255, 255, 255, 0.5), 0 1px 1px rgba(91, 102, 113, 0.15);
    text-indent: -100%;
    font-size: 0
}

.slider > nav.dots a.arrow:active {
    box-shadow: inset 0 8px rgba(255, 255, 255, 0.5), 0 1px #fff, inset 0 1px 3px rgba(91, 102, 113, 0.5)
}

.slider > nav.dots a.arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(/frontend/img/icon/slider_arrows.png)
}

.slider > nav.dots a.arrow.next:after {
    background-position: 0 -22px
}

.slider > nav.dots ul {
    height: 12px;
    padding: 24px 0;
    margin: 0 16px;
    font-size: 0
}

.slider > nav.dots li {
    margin: 0 4px
}

.slider > nav.dots li a {
    display: block;
    width: 10px;
    height: 10px
}

.nopadding {
    padding: 0px
}

.vertical_slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0
}

.vertical_slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0
}

#message {
    position: relative;
    z-index: 10;
    overflow: hidden
}

#message .container {
    position: relative;
    padding: 10px 0
}

#message .container h4, #message .container p {
    padding: 0 20px 0 110px
}

#message .container:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -32px
}

#message.alert {
    box-shadow: inset 0 -1px 2px #a71722, inset 0 1px #d31d2c;
    background: #bd1a27;
    color: #fff;
    text-shadow: 0 1px #a71722
}

#message.alert .container:before {
    background-position: 0 -64px
}

#message.info {
    box-shadow: inset 0 -1px 2px #595e64, inset 0 1px #71787e;
    background: #656b71;
    color: #d2d6da;
    text-shadow: 0 1px #595e64
}

#message.info .container:before {
    background-position: 0 0px
}

#message h4 {
    color: #FFF
}

#message .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #d2d6da
}

.share {
    position: relative;
    width: 110px;
    height: 65px;
    margin: auto;
    border-radius: 4px;
    box-shadow: 0 1px #FFF;
    background: #e3e7ec;
    text-align: center
}

.share .cover, .share .buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 45px;
    padding: 5px 0
}

.share h4 {
    margin: 0 0 3px
}

.share .count {
    position: relative;
    height: 20px;
    padding-left: 26px;
    line-height: 20px
}

.share .count:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.share .count.facebook {
    margin-right: 5px
}

.share .count.facebook:before {
    background-position: 0 -160px
}

.share .count.twitter:before {
    background-position: 0 -180px
}

.share .buttons, .share.hover .cover {
    display: none
}

.share .social_button {
    width: 90px;
    height: 20px;
    margin: 5px auto;
    overflow: hidden
}

.share.hover .buttons {
    display: block
}

.vertical-nav {
    background: #f2f4f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f4f6), color-stop(100%, #ced5da));
    background: -webkit-linear-gradient(top, #f2f4f6, #ced5da);
    background: -moz-linear-gradient(top, #f2f4f6, #ced5da);
    background: -ms-linear-gradient(top, #f2f4f6, #ced5da);
    background: -o-linear-gradient(top, #f2f4f6, #ced5da);
    background: linear-gradient(top, #f2f4f6, #ced5da);
    transition: 0.5s right cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.5s right cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: 0.5s right cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: 0.5s right cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: 0.5s right cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 5px 0px 0px 5px;
    box-shadow: inset 0 20px rgba(255, 255, 255, 0.3), 0 0px 5px rgba(33, 35, 37, 0.4);
    position: fixed;
    right: -160px;
    top: 50%;
    width: 210px;
    z-index: 9999;
    overflow: hidden;
    opacity: 0
}

.vertical-nav:hover {
    right: 0px
}

.vertical-nav:hover i {
    width: 0px
}

.vertical-nav:hover a {
    padding: 0px 20px
}

.vertical-nav:hover .share-links {
    padding: 0px
}

.vertical-nav:hover .share-links i {
    width: 0px
}

.vertical-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #647282;
    text-decoration: none;
    font-family: "Noto Sans", "Arial Narrow", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 0px 20px 0px 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #bec3ca;
    border-top: 1px solid #f8fbfc;
    overflow: hidden;
    position: relative
}

.vertical-nav a:hover {
    color: #bd1a27
}

.vertical-nav a i {
    background: url(/frontend/img/vnav/bullet.png) center center no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px
}

.vertical-nav.hidden {
    right: -185px
}

.vertical-nav.hidden a {
    background: url(/frontend/img/vnav/bullet.png) no-repeat 10px center;
    padding: 0px 20px 0px 25px
}

.vertical-nav .section-links a:last-child {
    border-bottom: none
}

.vertical-nav .share-links {
    background: #5c6a7a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5c6a7a), color-stop(100%, #515d6c));
    background: -webkit-linear-gradient(top, #5c6a7a, #515d6c);
    background: -moz-linear-gradient(top, #5c6a7a, #515d6c);
    background: -ms-linear-gradient(top, #5c6a7a, #515d6c);
    background: -o-linear-gradient(top, #5c6a7a, #515d6c);
    background: linear-gradient(top, #5c6a7a, #515d6c);
    height: 50px;
    display: block;
    overflow: hidden;
    padding: 0px 0px 0px 50px;
    position: relative
}

.vertical-nav .share-links i {
    background: url(/frontend/img/share.png) center center no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px
}

.vertical-nav .share-links img {
    position: relative;
    top: 4px;
    margin-right: 10px
}

.vertical-nav .share-links a {
    padding: 0px;
    width: 104px;
    height: 50px;
    border-top: none;
    border-bottom: none;
    color: white;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    background-image: none
}

.vertical-nav .share-links a:hover {
    background: #515d6c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #515d6c), color-stop(100%, #5c6a7a));
    background: -webkit-linear-gradient(top, #515d6c, #5c6a7a);
    background: -moz-linear-gradient(top, #515d6c, #5c6a7a);
    background: -ms-linear-gradient(top, #515d6c, #5c6a7a);
    background: -o-linear-gradient(top, #515d6c, #5c6a7a);
    background: linear-gradient(top, #515d6c, #5c6a7a)
}

.vertical-nav .share-links .facebook {
    float: left;
    border-right: 1px solid #48525e
}

.vertical-nav .share-links .twitter {
    float: right;
    border-left: 1px solid #67717e
}

@media screen and (max-width: 542px) {
    .vertical-nav {
        display: none
    }
}

.nearby {
    margin-top: 20px
}

.nearby form {
    margin-bottom: 20px
}

.nearby form input[type=text] {
    width: 100%
}

.nearby a {
    display: block;
    text-align: center
}

.nearby .fields {
    display: block;
    overflow: hidden
}

.nearby .address {
    float: left;
    width: 242px
}

.nearby .go {
    float: right
}

.nearby .go button {
    margin: 0px
}

.event-error {
    text-align: center
}

.event-error h4 {
    color: #bd1a27
}

.full-width .dots {
    background: rgba(0, 0, 0, 0.6)
}

@media screen and (max-width: 542px) {
    .full-width .dots {
        display: none
    }
}

.infowindow {
    width: 200px;
    height: 100px;
    text-align: center
}

span.loading {
    position: fixed;
    top: 50%;
    left: -100%;
    z-index: 120;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

span.loading span, span.loading i {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(/frontend/img/template/loading.png);
    -webkit-animation: loading_spinner 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    -webkit-animation: loading_spinner 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
    -moz-animation: loading_spinner 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    -ms-animation: loading_spinner 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    -o-animation: loading_spinner 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    animation: loading_spinner 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite
}

span.loading span {
    top: 0;
    left: 0;
    z-index: 1
}

span.loading i {
    top: 2px;
    left: 0;
    z-index: 0;
    background-position: 0 -40px
}

.loading_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 0;
    height: 0;
    background: #FFF
}

@-webkit-keyframes loading_spinner {
    0% {
        -webkit-transform: rotate(720deg)
    }
    50% {
        -webkit-transform: rotate(360deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-moz-keyframes loading_spinner {
    0% {
        -moz-transform: rotate(720deg)
    }
    50% {
        -moz-transform: rotate(360deg)
    }
    100% {
        -moz-transform: rotate(0deg)
    }
}

@-ms-keyframes loading_spinner {
    0% {
        -ms-transform: rotate(720deg)
    }
    50% {
        -ms-transform: rotate(360deg)
    }
    100% {
        -ms-transform: rotate(0deg)
    }
}

@-o-keyframes loading_spinner {
    0% {
        -o-transform: rotate(720deg)
    }
    50% {
        -o-transform: rotate(360deg)
    }
    100% {
        -o-transform: rotate(0deg)
    }
}

@keyframes loading_spinner {
    0% {
        transform: rotate(720deg)
    }
    50% {
        transform: rotate(360deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

#content_wrapper, header, footer {
    position: relative;
    z-index: 10
}

#content_wrapper {
    background: #FFF
}

#content_wrapper section {
    padding: 50px 0
}

#content_wrapper section.no_spacing {
    padding: 0
}

#content_wrapper section[style] {
    color: #FFF;
}

#content_wrapper section:nth-child(even) {
    box-shadow: inset 0 0 4px #d4dbe1;
    background: #f2f4f6
}

#content_wrapper section.no_shadow, #content_wrapper section:last-child.no_shadow, #content_wrapper section:nth-child(even).no_shadow {
    box-shadow: none
}

#content_wrapper section:last-child {
    box-shadow: inset 0 1px 2px rgba(212, 219, 225, 0.5)
}

#content_wrapper section.nopadding {
    padding: 0px
}

#content_wrapper .even {
    background: #f2f4f6
}

header {
    height: 650px;
    background: #000 50% 0 no-repeat
}

footer #info {
    box-shadow: inset 0 0 4px rgba(43, 48, 51, 0.15);
    background: #e6e9eb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e9eb), color-stop(100%, #d8dde0));
    background: -webkit-linear-gradient(top, #e6e9eb, #d8dde0);
    background: -moz-linear-gradient(top, #e6e9eb, #d8dde0);
    background: -ms-linear-gradient(top, #e6e9eb, #d8dde0);
    background: -o-linear-gradient(top, #e6e9eb, #d8dde0);
    background: linear-gradient(top, #e6e9eb, #d8dde0)
}

footer #brands {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ebedef));
    background: -webkit-linear-gradient(top, #fff, #ebedef);
    background: -moz-linear-gradient(top, #fff, #ebedef);
    background: -ms-linear-gradient(top, #fff, #ebedef);
    background: -o-linear-gradient(top, #fff, #ebedef);
    background: linear-gradient(top, #fff, #ebedef)
}

footer #legal {
    box-shadow: inset 0 2px 3px rgba(43, 48, 51, 0.2);
    background: #70787e
}

.row {
    padding: 25px 0
}

.row:first-of-type {
    padding-top: 0
}

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

.half, .third, .quarter, .fifth, .sixth, .twothird, .twofifth, .threefifth, .fourfifth, .fivesixth, .threequarter {
    margin-left: 3.125%;
    float: left;
    min-height: 1px
}

.half:first-child, .third:first-child, .quarter:first-child, .fifth:first-child, .sixth:first-child, .twothird:first-child, .twofifth:first-child, .threefifth:first-child, .fourfifth:first-child, .fivesixth:first-child, .threequarter:first-child {
    margin-left: 0
}

.sixth {
    width: 14.0625%
}

.fifth {
    width: 17.5%
}

.quarter {
    width: 22.65625%
}

.third {
    width: 31.25%
}

.half {
    width: 48.4375%
}

.threequarter {
    width: 74.21875%
}

.twothird {
    width: 65.625%
}

.twofifth {
    width: 38.125%
}

.threefifth {
    width: 58.75%
}

.fourfifth {
    width: 79.375%
}

.fivesixth {
    width: 82.8125%
}

.push-half, .push-threequarter, .push-quarter, .push-third, .push-twothird, .push-fifth, .push-twofifth, .push-threefifth, .push-fourfifth, .push-sixth, .push-fivesixth {
    position: relative
}

.push-half {
    left: 51.5625%
}

.push-third {
    left: 34.375%
}

.push-quarter {
    left: 25.78125%
}

.push-fifth {
    left: 20.625%
}

.push-sixth {
    left: 17.1875%
}

.push-threequarter {
    left: 77.34375%
}

.push-twothird {
    left: 68.75%
}

.push-twofifth {
    left: 41.25%
}

.push-threefifth {
    left: 61.875%
}

.push-fourfifth {
    left: 82.5%
}

.push-fivesixth {
    left: 85.9375%
}

.split .half, .split .third, .split .quarter, .split .fifth, .split .sixth, .split .twothird, .split .twofifth, .split .threefifth, .split .fourfifth, .split .fivesixth, .split .threequarter {
    margin-left: 0
}

.split .half {
    width: 50%
}

.split .threequarter {
    width: 75%
}

.split .quarter {
    width: 25%
}

.split .third {
    width: 33.3%
}

.split .twothird {
    width: 66.6%
}

.split .fifth {
    width: 20%
}

.split .twofifth {
    width: 40%
}

.split .threefifth {
    width: 60%
}

.split .fourfifth {
    width: 80%
}

.split .sixth {
    width: 16.6%
}

.split .fivesixth {
    width: 83.4%
}

@media screen and (min-width: 768px) and (max-width: 975px) {
    .fixed_inner, .container, footer #legal ul {
        width: auto
    }

    header {
        height: 400px;
        background-size: cover
    }
}

@media screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none
    }

    .fixed_inner, .container, footer #legal ul {
        width: auto
    }

    header {
        background-size: cover
    }

    #content_wrapper section {
        padding: 20px 0
    }

    .row {
        padding: 0
    }

    .row > * {
        float: none;
        width: auto;
        margin: 20px 0
    }

    .no_spacing .row > *:first-child {
        margin-top: 0
    }

    .no_spacing .row > *:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    header {
        height: 300px
    }
}

@media all and (max-width: 620px) {
    body {
        padding-top: 50px
    }
}

@media screen and (max-width: 479px) {
    header {
        height: 210px
    }
}

.icon.arrow:after {
    background-position: 0 -112px
}

.icon.contact:after {
    background-position: 0 -224px
}

.icon.contact.white:after {
    background-position: 0 -160px
}

.icon.facebook:after {
    background-position: 0 -176px
}

.icon.save:after {
    background-position: 0 -144px
}

.icon.home:after {
    background-position: 0 -192px
}

.icon.cross:after {
    background-position: 0 -32px
}

.icon.back:after {
    background-position: 0 -208px
}

.icon.search:after {
    background-position: 0 -48px
}

i.tick, i.cross {
    border-radius: 15px;
    box-shadow: 0 1px 1px rgba(82, 86, 91, 0.35)
}

i.tick {
    background-position: 0 -180px
}

i.cross {
    background-position: 0 -210px
}

.flag_af {
    background-image: url(/frontend/img/icon/flag/af.png)
}

.flag_ax {
    background-image: url(/frontend/img/icon/flag/ax.png)
}

.flag_al {
    background-image: url(/frontend/img/icon/flag/al.png)
}

.flag_dz {
    background-image: url(/frontend/img/icon/flag/dz.png)
}

.flag_as {
    background-image: url(/frontend/img/icon/flag/as.png)
}

.flag_ad {
    background-image: url(/frontend/img/icon/flag/ad.png)
}

.flag_ao {
    background-image: url(/frontend/img/icon/flag/ao.png)
}

.flag_ai {
    background-image: url(/frontend/img/icon/flag/ai.png)
}

.flag_aq {
    background-image: url(/frontend/img/icon/flag/aq.png)
}

.flag_ag {
    background-image: url(/frontend/img/icon/flag/ag.png)
}

.flag_ar {
    background-image: url(/frontend/img/icon/flag/ar.png)
}

.flag_am {
    background-image: url(/frontend/img/icon/flag/am.png)
}

.flag_aw {
    background-image: url(/frontend/img/icon/flag/aw.png)
}

.flag_au {
    background-image: url(/frontend/img/icon/flag/au.png)
}

.flag_at {
    background-image: url(/frontend/img/icon/flag/at.png)
}

.flag_az {
    background-image: url(/frontend/img/icon/flag/az.png)
}

.flag_bs {
    background-image: url(/frontend/img/icon/flag/bs.png)
}

.flag_bh {
    background-image: url(/frontend/img/icon/flag/bh.png)
}

.flag_bd {
    background-image: url(/frontend/img/icon/flag/bd.png)
}

.flag_bb {
    background-image: url(/frontend/img/icon/flag/bb.png)
}

.flag_by {
    background-image: url(/frontend/img/icon/flag/by.png)
}

.flag_be {
    background-image: url(/frontend/img/icon/flag/be.png)
}

.flag_bz {
    background-image: url(/frontend/img/icon/flag/bz.png)
}

.flag_bj {
    background-image: url(/frontend/img/icon/flag/bj.png)
}

.flag_bm {
    background-image: url(/frontend/img/icon/flag/bm.png)
}

.flag_bt {
    background-image: url(/frontend/img/icon/flag/bt.png)
}

.flag_bo {
    background-image: url(/frontend/img/icon/flag/bo.png)
}

.flag_ba {
    background-image: url(/frontend/img/icon/flag/ba.png)
}

.flag_bw {
    background-image: url(/frontend/img/icon/flag/bw.png)
}

.flag_bv {
    background-image: url(/frontend/img/icon/flag/bv.png)
}

.flag_br {
    background-image: url(/frontend/img/icon/flag/br.png)
}

.flag_io {
    background-image: url(/frontend/img/icon/flag/io.png)
}

.flag_bn {
    background-image: url(/frontend/img/icon/flag/bn.png)
}

.flag_bg {
    background-image: url(/frontend/img/icon/flag/bg.png)
}

.flag_bf {
    background-image: url(/frontend/img/icon/flag/bf.png)
}

.flag_bi {
    background-image: url(/frontend/img/icon/flag/bi.png)
}

.flag_kh {
    background-image: url(/frontend/img/icon/flag/kh.png)
}

.flag_cm {
    background-image: url(/frontend/img/icon/flag/cm.png)
}

.flag_ca {
    background-image: url(/frontend/img/icon/flag/ca.png)
}

.flag_cv {
    background-image: url(/frontend/img/icon/flag/cv.png)
}

.flag_ky {
    background-image: url(/frontend/img/icon/flag/ky.png)
}

.flag_cf {
    background-image: url(/frontend/img/icon/flag/cf.png)
}

.flag_td {
    background-image: url(/frontend/img/icon/flag/td.png)
}

.flag_cl {
    background-image: url(/frontend/img/icon/flag/cl.png)
}

.flag_cn {
    background-image: url(/frontend/img/icon/flag/cn.png)
}

.flag_cx {
    background-image: url(/frontend/img/icon/flag/cx.png)
}

.flag_cc {
    background-image: url(/frontend/img/icon/flag/cc.png)
}

.flag_co {
    background-image: url(/frontend/img/icon/flag/co.png)
}

.flag_km {
    background-image: url(/frontend/img/icon/flag/km.png)
}

.flag_cg {
    background-image: url(/frontend/img/icon/flag/cg.png)
}

.flag_cd {
    background-image: url(/frontend/img/icon/flag/cd.png)
}

.flag_ck {
    background-image: url(/frontend/img/icon/flag/ck.png)
}

.flag_cr {
    background-image: url(/frontend/img/icon/flag/cr.png)
}

.flag_ci {
    background-image: url(/frontend/img/icon/flag/ci.png)
}

.flag_hr {
    background-image: url(/frontend/img/icon/flag/hr.png)
}

.flag_cu {
    background-image: url(/frontend/img/icon/flag/cu.png)
}

.flag_cy {
    background-image: url(/frontend/img/icon/flag/cy.png)
}

.flag_cz {
    background-image: url(/frontend/img/icon/flag/cz.png)
}

.flag_dk {
    background-image: url(/frontend/img/icon/flag/dk.png)
}

.flag_dj {
    background-image: url(/frontend/img/icon/flag/dj.png)
}

.flag_dm {
    background-image: url(/frontend/img/icon/flag/dm.png)
}

.flag_do {
    background-image: url(/frontend/img/icon/flag/do.png)
}

.flag_ec {
    background-image: url(/frontend/img/icon/flag/ec.png)
}

.flag_eg {
    background-image: url(/frontend/img/icon/flag/eg.png)
}

.flag_sv {
    background-image: url(/frontend/img/icon/flag/sv.png)
}

.flag_gq {
    background-image: url(/frontend/img/icon/flag/gq.png)
}

.flag_er {
    background-image: url(/frontend/img/icon/flag/er.png)
}

.flag_ee {
    background-image: url(/frontend/img/icon/flag/ee.png)
}

.flag_et {
    background-image: url(/frontend/img/icon/flag/et.png)
}

.flag_fk {
    background-image: url(/frontend/img/icon/flag/fk.png)
}

.flag_fo {
    background-image: url(/frontend/img/icon/flag/fo.png)
}

.flag_fj {
    background-image: url(/frontend/img/icon/flag/fj.png)
}

.flag_fi {
    background-image: url(/frontend/img/icon/flag/fi.png)
}

.flag_fr {
    background-image: url(/frontend/img/icon/flag/fr.png)
}

.flag_gf {
    background-image: url(/frontend/img/icon/flag/gf.png)
}

.flag_pf {
    background-image: url(/frontend/img/icon/flag/pf.png)
}

.flag_tf {
    background-image: url(/frontend/img/icon/flag/tf.png)
}

.flag_ga {
    background-image: url(/frontend/img/icon/flag/ga.png)
}

.flag_gm {
    background-image: url(/frontend/img/icon/flag/gm.png)
}

.flag_ge {
    background-image: url(/frontend/img/icon/flag/ge.png)
}

.flag_de {
    background-image: url(/frontend/img/icon/flag/de.png)
}

.flag_gh {
    background-image: url(/frontend/img/icon/flag/gh.png)
}

.flag_gi {
    background-image: url(/frontend/img/icon/flag/gi.png)
}

.flag_gr {
    background-image: url(/frontend/img/icon/flag/gr.png)
}

.flag_gl {
    background-image: url(/frontend/img/icon/flag/gl.png)
}

.flag_gd {
    background-image: url(/frontend/img/icon/flag/gd.png)
}

.flag_gp {
    background-image: url(/frontend/img/icon/flag/gp.png)
}

.flag_gu {
    background-image: url(/frontend/img/icon/flag/gu.png)
}

.flag_gt {
    background-image: url(/frontend/img/icon/flag/gt.png)
}

.flag_gg {
    background-image: url(/frontend/img/icon/flag/gg.png)
}

.flag_gn {
    background-image: url(/frontend/img/icon/flag/gn.png)
}

.flag_gw {
    background-image: url(/frontend/img/icon/flag/gw.png)
}

.flag_gy {
    background-image: url(/frontend/img/icon/flag/gy.png)
}

.flag_ht {
    background-image: url(/frontend/img/icon/flag/ht.png)
}

.flag_hm {
    background-image: url(/frontend/img/icon/flag/hm.png)
}

.flag_va {
    background-image: url(/frontend/img/icon/flag/va.png)
}

.flag_hn {
    background-image: url(/frontend/img/icon/flag/hn.png)
}

.flag_hk {
    background-image: url(/frontend/img/icon/flag/hk.png)
}

.flag_hu {
    background-image: url(/frontend/img/icon/flag/hu.png)
}

.flag_is {
    background-image: url(/frontend/img/icon/flag/is.png)
}

.flag_in {
    background-image: url(/frontend/img/icon/flag/in.png)
}

.flag_id {
    background-image: url(/frontend/img/icon/flag/id.png)
}

.flag_ir {
    background-image: url(/frontend/img/icon/flag/ir.png)
}

.flag_iq {
    background-image: url(/frontend/img/icon/flag/iq.png)
}

.flag_ie {
    background-image: url(/frontend/img/icon/flag/ie.png)
}

.flag_im {
    background-image: url(/frontend/img/icon/flag/im.png)
}

.flag_il {
    background-image: url(/frontend/img/icon/flag/il.png)
}

.flag_it {
    background-image: url(/frontend/img/icon/flag/it.png)
}

.flag_jm {
    background-image: url(/frontend/img/icon/flag/jm.png)
}

.flag_jp {
    background-image: url(/frontend/img/icon/flag/jp.png)
}

.flag_je {
    background-image: url(/frontend/img/icon/flag/je.png)
}

.flag_jo {
    background-image: url(/frontend/img/icon/flag/jo.png)
}

.flag_kz {
    background-image: url(/frontend/img/icon/flag/kz.png)
}

.flag_ke {
    background-image: url(/frontend/img/icon/flag/ke.png)
}

.flag_ki {
    background-image: url(/frontend/img/icon/flag/ki.png)
}

.flag_kp {
    background-image: url(/frontend/img/icon/flag/kp.png)
}

.flag_kr {
    background-image: url(/frontend/img/icon/flag/kr.png)
}

.flag_kw {
    background-image: url(/frontend/img/icon/flag/kw.png)
}

.flag_kg {
    background-image: url(/frontend/img/icon/flag/kg.png)
}

.flag_la {
    background-image: url(/frontend/img/icon/flag/la.png)
}

.flag_lv {
    background-image: url(/frontend/img/icon/flag/lv.png)
}

.flag_lb {
    background-image: url(/frontend/img/icon/flag/lb.png)
}

.flag_ls {
    background-image: url(/frontend/img/icon/flag/ls.png)
}

.flag_lr {
    background-image: url(/frontend/img/icon/flag/lr.png)
}

.flag_ly {
    background-image: url(/frontend/img/icon/flag/ly.png)
}

.flag_li {
    background-image: url(/frontend/img/icon/flag/li.png)
}

.flag_lt {
    background-image: url(/frontend/img/icon/flag/lt.png)
}

.flag_lu {
    background-image: url(/frontend/img/icon/flag/lu.png)
}

.flag_mo {
    background-image: url(/frontend/img/icon/flag/mo.png)
}

.flag_mk {
    background-image: url(/frontend/img/icon/flag/mk.png)
}

.flag_mg {
    background-image: url(/frontend/img/icon/flag/mg.png)
}

.flag_mw {
    background-image: url(/frontend/img/icon/flag/mw.png)
}

.flag_my {
    background-image: url(/frontend/img/icon/flag/my.png)
}

.flag_mv {
    background-image: url(/frontend/img/icon/flag/mv.png)
}

.flag_ml {
    background-image: url(/frontend/img/icon/flag/ml.png)
}

.flag_mt {
    background-image: url(/frontend/img/icon/flag/mt.png)
}

.flag_mh {
    background-image: url(/frontend/img/icon/flag/mh.png)
}

.flag_mq {
    background-image: url(/frontend/img/icon/flag/mq.png)
}

.flag_mr {
    background-image: url(/frontend/img/icon/flag/mr.png)
}

.flag_mu {
    background-image: url(/frontend/img/icon/flag/mu.png)
}

.flag_yt {
    background-image: url(/frontend/img/icon/flag/yt.png)
}

.flag_mx {
    background-image: url(/frontend/img/icon/flag/mx.png)
}

.flag_fm {
    background-image: url(/frontend/img/icon/flag/fm.png)
}

.flag_md {
    background-image: url(/frontend/img/icon/flag/md.png)
}

.flag_mc {
    background-image: url(/frontend/img/icon/flag/mc.png)
}

.flag_mn {
    background-image: url(/frontend/img/icon/flag/mn.png)
}

.flag_me {
    background-image: url(/frontend/img/icon/flag/me.png)
}

.flag_ms {
    background-image: url(/frontend/img/icon/flag/ms.png)
}

.flag_ma {
    background-image: url(/frontend/img/icon/flag/ma.png)
}

.flag_mz {
    background-image: url(/frontend/img/icon/flag/mz.png)
}

.flag_mm {
    background-image: url(/frontend/img/icon/flag/mm.png)
}

.flag_na {
    background-image: url(/frontend/img/icon/flag/na.png)
}

.flag_nr {
    background-image: url(/frontend/img/icon/flag/nr.png)
}

.flag_np {
    background-image: url(/frontend/img/icon/flag/np.png)
}

.flag_nl {
    background-image: url(/frontend/img/icon/flag/nl.png)
}

.flag_an {
    background-image: url(/frontend/img/icon/flag/an.png)
}

.flag_nc {
    background-image: url(/frontend/img/icon/flag/nc.png)
}

.flag_nz {
    background-image: url(/frontend/img/icon/flag/nz.png)
}

.flag_ni {
    background-image: url(/frontend/img/icon/flag/ni.png)
}

.flag_ne {
    background-image: url(/frontend/img/icon/flag/ne.png)
}

.flag_ng {
    background-image: url(/frontend/img/icon/flag/ng.png)
}

.flag_nu {
    background-image: url(/frontend/img/icon/flag/nu.png)
}

.flag_nf {
    background-image: url(/frontend/img/icon/flag/nf.png)
}

.flag_mp {
    background-image: url(/frontend/img/icon/flag/mp.png)
}

.flag_no {
    background-image: url(/frontend/img/icon/flag/no.png)
}

.flag_om {
    background-image: url(/frontend/img/icon/flag/om.png)
}

.flag_pk {
    background-image: url(/frontend/img/icon/flag/pk.png)
}

.flag_pw {
    background-image: url(/frontend/img/icon/flag/pw.png)
}

.flag_ps {
    background-image: url(/frontend/img/icon/flag/ps.png)
}

.flag_pa {
    background-image: url(/frontend/img/icon/flag/pa.png)
}

.flag_pg {
    background-image: url(/frontend/img/icon/flag/pg.png)
}

.flag_py {
    background-image: url(/frontend/img/icon/flag/py.png)
}

.flag_pe {
    background-image: url(/frontend/img/icon/flag/pe.png)
}

.flag_ph {
    background-image: url(/frontend/img/icon/flag/ph.png)
}

.flag_pn {
    background-image: url(/frontend/img/icon/flag/pn.png)
}

.flag_pl {
    background-image: url(/frontend/img/icon/flag/pl.png)
}

.flag_pt {
    background-image: url(/frontend/img/icon/flag/pt.png)
}

.flag_pr {
    background-image: url(/frontend/img/icon/flag/pr.png)
}

.flag_qa {
    background-image: url(/frontend/img/icon/flag/qa.png)
}

.flag_re {
    background-image: url(/frontend/img/icon/flag/re.png)
}

.flag_ro {
    background-image: url(/frontend/img/icon/flag/ro.png)
}

.flag_ru {
    background-image: url(/frontend/img/icon/flag/ru.png)
}

.flag_rw {
    background-image: url(/frontend/img/icon/flag/rw.png)
}

.flag_sh {
    background-image: url(/frontend/img/icon/flag/sh.png)
}

.flag_kn {
    background-image: url(/frontend/img/icon/flag/kn.png)
}

.flag_lc {
    background-image: url(/frontend/img/icon/flag/lc.png)
}

.flag_pm {
    background-image: url(/frontend/img/icon/flag/pm.png)
}

.flag_vc {
    background-image: url(/frontend/img/icon/flag/vc.png)
}

.flag_ws {
    background-image: url(/frontend/img/icon/flag/ws.png)
}

.flag_sm {
    background-image: url(/frontend/img/icon/flag/sm.png)
}

.flag_st {
    background-image: url(/frontend/img/icon/flag/st.png)
}

.flag_sa {
    background-image: url(/frontend/img/icon/flag/sa.png)
}

.flag_sn {
    background-image: url(/frontend/img/icon/flag/sn.png)
}

.flag_rs {
    background-image: url(/frontend/img/icon/flag/rs.png)
}

.flag_sc {
    background-image: url(/frontend/img/icon/flag/sc.png)
}

.flag_sl {
    background-image: url(/frontend/img/icon/flag/sl.png)
}

.flag_sg {
    background-image: url(/frontend/img/icon/flag/sg.png)
}

.flag_sk {
    background-image: url(/frontend/img/icon/flag/sk.png)
}

.flag_si {
    background-image: url(/frontend/img/icon/flag/si.png)
}

.flag_sb {
    background-image: url(/frontend/img/icon/flag/sb.png)
}

.flag_so {
    background-image: url(/frontend/img/icon/flag/so.png)
}

.flag_za {
    background-image: url(/frontend/img/icon/flag/za.png)
}

.flag_gs {
    background-image: url(/frontend/img/icon/flag/gs.png)
}

.flag_es {
    background-image: url(/frontend/img/icon/flag/es.png)
}

.flag_lk {
    background-image: url(/frontend/img/icon/flag/lk.png)
}

.flag_sd {
    background-image: url(/frontend/img/icon/flag/sd.png)
}

.flag_sr {
    background-image: url(/frontend/img/icon/flag/sr.png)
}

.flag_sj {
    background-image: url(/frontend/img/icon/flag/sj.png)
}

.flag_sz {
    background-image: url(/frontend/img/icon/flag/sz.png)
}

.flag_se {
    background-image: url(/frontend/img/icon/flag/se.png)
}

.flag_ch {
    background-image: url(/frontend/img/icon/flag/ch.png)
}

.flag_sy {
    background-image: url(/frontend/img/icon/flag/sy.png)
}

.flag_tw {
    background-image: url(/frontend/img/icon/flag/tw.png)
}

.flag_tj {
    background-image: url(/frontend/img/icon/flag/tj.png)
}

.flag_tz {
    background-image: url(/frontend/img/icon/flag/tz.png)
}

.flag_th {
    background-image: url(/frontend/img/icon/flag/th.png)
}

.flag_tl {
    background-image: url(/frontend/img/icon/flag/tl.png)
}

.flag_tg {
    background-image: url(/frontend/img/icon/flag/tg.png)
}

.flag_tk {
    background-image: url(/frontend/img/icon/flag/tk.png)
}

.flag_to {
    background-image: url(/frontend/img/icon/flag/to.png)
}

.flag_tt {
    background-image: url(/frontend/img/icon/flag/tt.png)
}

.flag_tn {
    background-image: url(/frontend/img/icon/flag/tn.png)
}

.flag_tr {
    background-image: url(/frontend/img/icon/flag/tr.png)
}

.flag_tm {
    background-image: url(/frontend/img/icon/flag/tm.png)
}

.flag_tc {
    background-image: url(/frontend/img/icon/flag/tc.png)
}

.flag_tv {
    background-image: url(/frontend/img/icon/flag/tv.png)
}

.flag_ug {
    background-image: url(/frontend/img/icon/flag/ug.png)
}

.flag_ua {
    background-image: url(/frontend/img/icon/flag/ua.png)
}

.flag_ae {
    background-image: url(/frontend/img/icon/flag/ae.png)
}

.flag_gb {
    background-image: url(/frontend/img/icon/flag/gb.png)
}

.flag_us {
    background-image: url(/frontend/img/icon/flag/us.png)
}

.flag_um {
    background-image: url(/frontend/img/icon/flag/um.png)
}

.flag_uy {
    background-image: url(/frontend/img/icon/flag/uy.png)
}

.flag_uz {
    background-image: url(/frontend/img/icon/flag/uz.png)
}

.flag_vu {
    background-image: url(/frontend/img/icon/flag/vu.png)
}

.flag_ve {
    background-image: url(/frontend/img/icon/flag/ve.png)
}

.flag_vn {
    background-image: url(/frontend/img/icon/flag/vn.png)
}

.flag_vg {
    background-image: url(/frontend/img/icon/flag/vg.png)
}

.flag_vi {
    background-image: url(/frontend/img/icon/flag/vi.png)
}

.flag_wf {
    background-image: url(/frontend/img/icon/flag/wf.png)
}

.flag_eh {
    background-image: url(/frontend/img/icon/flag/eh.png)
}

.flag_ye {
    background-image: url(/frontend/img/icon/flag/ye.png)
}

.flag_zm {
    background-image: url(/frontend/img/icon/flag/zm.png)
}

.flag_zw {
    background-image: url(/frontend/img/icon/flag/zw.png)
}

.fill {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto
}

.center_text {
    text-align: center
}

.row.title_underline h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 2px #ced5da
}

.row.small_text p {
    font-size: 11px;
    line-height: 14px
}

.row.shaded_columns > div, .row.shaded_columns > a {
    position: relative
}

.row.shaded_columns > div:after, .row.shaded_columns > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: rgba(212, 217, 222, 0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(#d4d9de, rgba(212, 217, 222, 0)), color-stop(100%, rgba(212, 217, 222, 0)));
    background: -webkit-linear-gradient(top, rgba(212, 217, 222, 0), #d4d9de, rgba(212, 217, 222, 0));
    background: -moz-linear-gradient(top, rgba(212, 217, 222, 0), #d4d9de, rgba(212, 217, 222, 0));
    background: -ms-linear-gradient(top, rgba(212, 217, 222, 0), #d4d9de, rgba(212, 217, 222, 0));
    background: -o-linear-gradient(top, rgba(212, 217, 222, 0), #d4d9de, rgba(212, 217, 222, 0));
    background: linear-gradient(top, rgba(212, 217, 222, 0), #d4d9de, rgba(212, 217, 222, 0))
}

.row.shaded_columns > div:last-child:after, .row.shaded_columns > a:last-child:after {
    display: none
}

.row > a {
    padding-bottom: 20px;
    border-bottom: solid 8px #ced5da
}

.row > a:hover {
    border-color: #94a3ae
}

figure {
    position: relative;
    margin: auto;
    box-shadow: 0 1px 1px rgba(91, 102, 113, 0.15);
    background: #8f97a3
}

figure figcaption {
    padding: 4px 15px;
    border: solid #c7cbd1;
    border-width: 0 1px 1px;
    background: #f5f7f8;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f7f8), color-stop(100%, #e3e5e8));
    background: -webkit-linear-gradient(top, #f5f7f8, #e3e5e8);
    background: -moz-linear-gradient(top, #f5f7f8, #e3e5e8);
    background: -ms-linear-gradient(top, #f5f7f8, #e3e5e8);
    background: -o-linear-gradient(top, #f5f7f8, #e3e5e8);
    background: linear-gradient(top, #f5f7f8, #e3e5e8);
    text-shadow: 0 1px rgba(255, 255, 255, 0.8)
}

.content_message {
    position: relative;
    padding: 15px 15px 5px 55px;
    border: solid 2px #d2d6da;
    border-radius: 4px;
    background: #e0e3e6;
    font-size: 22px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.4);
    color: #4e5965
}

.content_message:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background-position: 0 -330px
}

.content_message h3 {
    margin-bottom: 4px;
    font-size: 22px
}

.content_message p {
    margin: 0;
    font-size: 14px;
    text-transform: none;
    color: #647282
}

table {
    width: 100%;
    table-layout: fixed;
    text-shadow: 0 1px rgba(255, 255, 255, 0.6)
}

table.data tr td {
    background: #FFF
}

table.data tr:nth-child(even) td {
    background: #f7f8f9
}

table.data td, table.data th {
    padding: 20px;
    text-align: center;
    vertical-align: middle
}

table.data th {
    font-size: 14px;
    font-weight: normal
}

table.data th img {
    display: block;
    margin: 0 auto 15px;
    max-width: 100%
}

table.data th strong {
    display: block;
    margin: 10px 0;
    font-size: 16px
}

table.data thead th {
    vertical-align: top
}

table.data thead td {
    background: transparent
}

table.data tbody th {
    text-align: right
}

table.data tbody td {
    border: solid 1px #d4d9de
}



.table_alternative {
    display: none;
    padding: 20px 0;
    text-align: center
}

@media all and (max-width: 640px) {
    table {
        /*display: none*/
        width: 100%;
        table-layout: fixed;
    }

    .table_alternative {
        display: block
    }
}

video {
    display: none
}

.slider .text {
    position: absolute;
    top: 0;
    right: 10%;
    width: 40%;
    text-align: center
}

footer {
    color: #000;
    text-shadow: 0 1px rgba(255, 255, 255, 0.4)
}

footer #info {
    padding: 20px 0
}

footer #info h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 2px #000;
    color: #000
}

footer #info h5, footer #info p, footer #info li {
    font-size: 11px;
    line-height: 14px
}

footer #info h5 {
    margin: 0;
}

footer #info p {
    margin-top: 0
}

footer #info p strong {

}

footer #info p:last-child {
    margin-bottom: 0
}

footer #info p a, footer #info li a {
    color: #000;
}

footer #info p a:hover, footer #info li a:hover {
    color: #6c757f;
    text-decoration: underline
}

footer #info ul {
    margin: 0 0 10px
}

footer #info li {
    display: inline
}

footer #info .button {
    margin-right: 10px
}

@media all and (max-width: 768px) {
    footer #info h3 {
        text-align: center
    }
}

footer #brands {
    padding: 30px 0
}

footer #brands div {
    text-align: center;
    font-size: 0
}

footer #brands .brand_logo {
    height: 80px;
    margin: 0 33px;
    background: 50% 50% no-repeat;
    background-size: auto 100%
}

footer #brands .tomahawk {
    width: 162px;
    background-image: url(/frontend/img/logo/brand/tomahawk.png)
}

footer #brands .myride {
    width: 148px;
    background-image: url(/frontend/img/logo/brand/myride.png)
}

footer #brands .team_icg {
    width: 99px;
    background-image: url(/frontend/img/logo/brand/team_icg.png)
}

footer #brands .beyourownhero {
    width: 240px;
    background-image: url(/frontend/img/logo/brand/beyourownhero.png)
}

@media all and (max-width: 1024px) {
    footer #brands {
        padding: 20px 0
    }

    footer #brands .brand_logo {
        height: 60px;
        margin: 0 20px
    }

    footer #brands .tomahawk {
        width: 122px
    }

    footer #brands .myride {
        width: 111px
    }

    footer #brands .team_icg {
        width: 74px
    }

    footer #brands .beyourownhero {
        width: 180px
    }
}

@media all and (max-width: 768px) {
    footer #brands .brand_logo {
        margin: 0 10px
    }
}

@media all and (max-width: 620px) {
    footer #brands .brand_logo {
        height: 30px;
        margin: 0 8px
    }

    footer #brands .tomahawk {
        width: 61px
    }

    footer #brands .myride {
        width: 56px
    }

    footer #brands .team_icg {
        width: 37px
    }

    footer #brands .beyourownhero {
        width: 90px
    }
}

footer #legal {
    text-shadow: 0 1px rgba(43, 48, 51, 0.5)
}

footer #legal ul {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(/frontend/img/logo/footer_icg_logo_120.png) 97.5% 50% no-repeat
}

footer #legal li {
    margin-right: 20px;
    line-height: 20px;
    font-size: 12px
}

footer #legal a {
    color: #cdd2d6
}

footer #legal a:hover {
    color: #FFF
}

footer #legal .region {
    padding-left: 24px;
    background-position: 0 0;
    background-repeat: no-repeat
}

@media all and (max-width: 767px) {
    footer #info {
        padding: 0
    }

    footer #legal ul {
        padding-top: 70px;
        background-position: 50% 0;
        text-align: center
    }
}

#contact_info p, #contact_info ul, #sitemap p, #sitemap ul {
    padding-bottom: 9px;
    border-bottom: solid 1px rgba(206, 209, 212, 0.8)
}

#contact_info p:last-child, #contact_info ul:last-child, #sitemap p:last-child, #sitemap ul:last-child {
    border-bottom: none
}

.reveal-modal-bg {
    z-index: 100
}

.reveal-modal {
    z-index: 101
}

.ie_message {
    display: none
}

.ie6 form, .ie6 div, .ie6 header, .ie6 footer, .ie6 script, .ie6 nav, .ie6 #region_form, .ie7 form, .ie7 div, .ie7 header, .ie7 footer, .ie7 script, .ie7 nav, .ie7 #region_form {
    display: none
}

.ie6 .ie_message, .ie7 .ie_message {
    display: block;
    background: #FFF;
    width: 630px;
    padding: 30px;
    margin: 20px auto;
    text-align: center
}

.ie6 .ie_message h1, .ie7 .ie_message h1 {
    font-size: 34px
}

.ie6 .ie_message p, .ie7 .ie_message p {
    margin-bottom: 0
}

.ie6 .browsers, .ie7 .browsers {
    padding-top: 20px;
    border-top: dotted 1px #ccc;
    font-size: 16px
}

table.calendar {
    border: solid 1px #b9bec5;
    box-shadow: 0 1px 1px rgba(91, 102, 113, 0.15);
    background: #f5f7f8;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f7f8), color-stop(100%, #e3e5e8));
    background: -webkit-linear-gradient(top, #f5f7f8, #e3e5e8);
    background: -moz-linear-gradient(top, #f5f7f8, #e3e5e8);
    background: -ms-linear-gradient(top, #f5f7f8, #e3e5e8);
    background: -o-linear-gradient(top, #f5f7f8, #e3e5e8);
    background: linear-gradient(top, #f5f7f8, #e3e5e8);
    text-align: center
}

table.calendar tbody {
    display: none
}

table.calendar tbody.active {
    display: table-row-group
}

table.calendar th, table.calendar td {
    vertical-align: middle
}

table.calendar th {
    font-weight: bold;
    line-height: 26px;
    border-bottom: solid 1px #b9bec5;
    text-shadow: 0 1px rgba(255, 255, 255, 0.4);
    background: #e3e5e8;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e5e8), color-stop(100%, #b9bec5));
    background: -webkit-linear-gradient(top, #e3e5e8, #b9bec5);
    background: -moz-linear-gradient(top, #e3e5e8, #b9bec5);
    background: -ms-linear-gradient(top, #e3e5e8, #b9bec5);
    background: -o-linear-gradient(top, #e3e5e8, #b9bec5);
    background: linear-gradient(top, #e3e5e8, #b9bec5)
}

table.calendar .next, table.calendar .prev {
    margin-top: 10px
}

table.calendar .next {
    float: right;
    margin-right: 10px;
    background-position: 0 -270px
}

table.calendar .prev {
    display: none;
    float: left;
    margin-left: 10px;
    background-position: 0 -300px
}

table.calendar .select {
    display: block;
    min-width: 100px;
    margin: 10px 50px
}

table.calendar td {
    line-height: 38px;
    border: solid rgba(185, 190, 197, 0.5);
    border-width: 1px 0 0 1px;
    box-shadow: inset 1px 1px rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px rgba(255, 255, 255, 0.9);
    cursor: not-allowed
}

table.calendar td.disabled {
    box-shadow: inset 1px 1px rgba(255, 255, 255, 0.4);
    background: rgba(185, 190, 197, 0.2);
    color: #b9bec5
}

table.calendar td.event {
    color: #bd1a27;
    font-weight: bold
}

table.calendar td.event:hover {
    box-shadow: inset 1px 1px rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer
}

table.calendar td.current {
    border: solid 1px #647282;
    box-shadow: none;
    background: #7e8c9b;
    color: #FFF;
    text-shadow: 0 1px 1px #4e5965;
    font-weight: bold;
    cursor: pointer
}

table.calendar tr:first-child .disabled {
    cursor: w-resize
}

table.calendar tr:last-child .disabled {
    cursor: e-resize
}

.event_date, .event_list a h3, .event hgroup h3 {
    float: right;
    position: relative;
    padding: 4px 10px 0;
    border-radius: 4px;
    background: #4e5965;
    text-align: center;
    text-shadow: 0 1px #4e5965;
    color: #FFF;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px
}

.event_date small, .event_list a h3 small, .event hgroup h3 small {
    position: relative;
    top: -3px;
    margin: 0 5px;
    vertical-align: middle;
    font-size: 14px;
    color: #a6acb2
}

.event_date sup, .event_list a h3 sup, .event hgroup h3 sup {
    position: relative;
    top: -8px;
    font-size: 11px
}

.event_list a {
    display: block;
    position: relative;
    padding: 15px;
    border: dotted 0 #d2d6da;
    border-top-width: 1px;
    color: #52565b;
    transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    -o-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    -ms-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    -moz-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    -webkit-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1)
}

.event_list a:hover {
    background: #f1f2f4;
    text-shadow: 0 1px #FFF
}

.event_list a:hover h2 {
    color: #bd1a27
}

.event_list a:hover h3 {
    background-color: #bd1a27;
    text-shadow: 0 1px #90141e
}

.event_list a:hover h3 small {
    color: #de8c93
}

.event_list a h2, .event_list a h3 {
    transition: all 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    -ms-transition: all 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    -moz-transition: all 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.365, 0.005, 0.355, 1)
}

.event_list a:last-child {
    border-bottom-width: 1px
}

.event_list a h3 {
    top: -2px;
    right: -2px
}

.event_list a span {
    display: block;
    margin: 10px 0 15px;
    font-style: italic;
    font-size: 12px;
    color: #7e848b
}

.event_list a p {
    margin: 10px 0 0
}

.event hgroup {
    position: relative;
    padding: 0 0 20px 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #d4d9de
}

.event hgroup h2 {
    font-weight: 400;
    font-size: 22px;
    color: #999ea3
}

.event hgroup h3 {
    top: 10px;
    margin: 0
}

.event .details, .event .address, .event .voucher fieldset {
    padding: 20px;
    background: #f1f2f4
}

.event .details {
    position: relative
}

.event .details ul {
    margin: 10px 0 0
}

.event .details strong {
    display: block;
    margin-bottom: 4px
}

.event .details li {
    margin-bottom: 6px
}

.event .details li:last-child {
    margin: 0
}

.event .details .button {
    position: absolute;
    top: 8px;
    right: 15px
}

.event .content_message {
    margin-top: 22px
}

.search_results ol {
    counter-reset: li
}

.search_results ol li {
    position: relative;
    margin: 0;
    border: dotted 0 #d4d9de;
    border-bottom-width: 1px
}

.search_results ol li:first-child {
    border-top-width: 1px
}

.search_results ol li:before {
    content: counter(li);
    counter-increment: li;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    background: #fafafb;
    font-size: 40px;
    color: #d4d9de;
    text-shadow: 0 1px #fff, 0 -1px rgba(78, 89, 101, 0.3);
    text-align: center;
    line-height: 64px
}

.search_results ol a {
    display: block;
    padding: 1px 15px 1px 60px;
    color: #52565b;
    transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    -o-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    -ms-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    -moz-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    -webkit-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1)
}

.search_results ol a:hover {
    background: #f1f2f4;
    text-shadow: 0 1px #FFF
}

.search_results ol a:hover h3 {
    color: #bd1a27
}

.search_results h3 {
    margin: 15px 0 5px
}

.search_results p {
    margin-top: 10px
}

.search_results .result_url {
    margin: 5px 0 10px;
    font-size: 12px;
    font-style: italic;
    color: #838990;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.post_info img, .blog_list li img {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(82, 86, 91, 0.3)
}

.post_info h5, .blog_post hgroup h5, .blog_list li p {
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    color: #7e848b
}

.feed {
    display: block;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .feed {
        width: 100%
    }

    .feed .item {
        margin: 14px 0px !important;
        width: 100% !important
    }
}

.feed .third {
    width: 278px;
    margin: 14px
}

.feed .youtube {
    width: 582px;
    height: 450px;
    margin: 14px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .feed .youtube {
        width: 100%;
        height: auto
    }

    .feed .youtube img {
        width: 100%;
        height: auto
    }
}

.feed .image {
    width: 604px;
    height: 450px;
    left: 0;
    top: 0;
    background-position: 0;
    background-size: cover;
    margin: 0
}

.feed .social .content {
    padding-top: 15px !important
}

.feed .social .image-padding {
    padding-top: 180px !important
}

.feed .social .content .post_info img {
    box-shadow: none
}

.feed .isotope-item {
    transition: 0.8s all;
    -o-transition: 0.8s all;
    -ms-transition: 0.8s all;
    -moz-transition: 0.8s all;
    -webkit-transition: 0.8s all
}

.feed .notransition .isotope-item {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none
}

.no-feed-results {
    text-align: center;
    padding: 75px 0px
}

.isotope-filters a {
    opacity: 0.8;
    color: #52565b;
    transition: 0.8s all;
    -o-transition: 0.8s all;
    -ms-transition: 0.8s all;
    -moz-transition: 0.8s all;
    -webkit-transition: 0.8s all
}

.isotope-filters a:hover {
    opacity: 1
}

.isotope-filters a.active {
    color: #bd1a27
}

.blog_list .load-more {
    display: block;
    margin: 20px 0 0 0;
    text-align: center
}

.blog_list .load-more a {
    width: 106px;
    height: 46px
}

.blog_list .third {
    display: block;
    position: relative;
    padding-bottom: 0;
    border-bottom: none
}

.blog_list .third .image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 180px;
    border-radius: 4px 4px 0 0;
    background-size: cover;
    background-position: 50% 50%
}

.blog_list .third .content {
    padding: 195px 15px 60px
}

.blog_list .third h2, .blog_list .third p {
    color: #52565b
}

.blog_list .third:hover h2 {
    color: #bd1a27
}

.blog_list .third .post_info {
    position: absolute;
    right: 1px;
    bottom: 1px;
    left: 1px;
    height: 60px;
    padding: 0 15px 0 60px;
    border-top: dotted 1px #d4d9de;
    border-radius: 0 0 4px 4px;
    background: #fcfdfd
}

.blog_list .third .post_info img {
    position: absolute;
    top: 10px;
    left: 10px
}

.blog_list .third .post_info h5 {
    text-align: right;
    padding-top: 12px;
    line-height: 18px
}

.blog_list .third .post_info strong {
    display: block;
    font-style: normal
}

.blog_list .third h2 {
    font-size: 26px
}

.blog_list li {
    position: relative;
    border: dotted 0 #d2d6da;
    border-bottom-width: 1px
}

.blog_list li:first-child {
    border-top-width: 1px
}

.blog_list li a {
    display: block;
    padding: 12px 10px 10px 64px;
    transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    -o-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    -ms-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    -moz-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
    -webkit-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1)
}

.blog_list li a:hover {
    background: #f1f2f4;
    text-shadow: 0 1px #FFF
}

.blog_list li a:hover h3 {
    color: #bd1a27
}

.blog_list li h3 {
    color: #52565b
}

.blog_list li p {
    margin: 0
}

.blog_list li img {
    position: absolute;
    top: 14px;
    left: 10px
}

.blog_post article {
    position: relative;
    padding-top: 25px;
    border-top: dotted 1px #d2d6da;
    margin-top: 30px
}

.blog_post .content {
    padding-left: 140px
}

.blog_post .post_info {
    position: absolute;
    top: 37px;
    left: 0;
    width: 110px;
    text-align: center
}

.blog_post .post_info h5, .blog_post .post_info span {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    color: #7e848b
}

.blog_post .post_info h5 strong, .blog_post .post_info span strong {
    display: block;
    font-style: normal;
    font-size: 20px
}

.blog_post .post_info img {
    margin-bottom: 15px;
    background: #FFF
}

.blog_post .post_info span {
    font-style: normal
}

.blog_post .post_info .share {
    margin-top: 30px
}

.blog_post aside nav {
    position: relative;
    margin-top: 30px;
    padding: 10px 10px 1px;
    margin-left: 10px;
    border: solid 1px #d2d6da;
    border-radius: 4px;
    background: #eeeff1
}

.blog_post aside nav a {
    display: block;
    color: #838990
}

.blog_post aside nav a:hover {
    text-decoration: none
}

.blog_post aside nav a:hover strong {
    color: #bd1a27
}

.blog_post aside p {
    margin-left: 10px
}

.blog_post aside h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: dotted 1px #d2d6da;
    box-shadow: 0 1px #FFF;
    text-align: center
}

.blog_post aside li {
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-size: 11px;
    font-style: italic;
    line-height: 14px
}

.blog_post aside strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 16px;
    font-style: normal;
    color: #52565b
}

#blog_comments {
    display: none;
    position: relative;
    z-index: 10;
    box-shadow: inset 0 1px 2px rgba(212, 219, 225, 0.5);
    background: #f2f4f6
}

.blog_post + #blog_comments {
    display: block
}

#blog_comments h2 {
    text-align: center;
    padding: 40px 0 20px 140px
}

#disqus_thread {
    padding: 0 0 40px 140px
}

@media screen and (max-width: 767px) {
    #blog_comments h2, #disqus_thread, .blog_post .content {
        padding-left: 0
    }

    .blog_post .post_info {
        position: relative;
        float: right;
        top: 0;
        margin: 0 0 20px 20px
    }
}

.education_overview hgroup {
    margin-bottom: 0;
    cursor: pointer
}

.education_overview hgroup h1 {
    position: relative;
    padding-right: 66px
}

.education_overview hgroup i {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -33px;
    background-position: 0 -132px
}

.education_overview hgroup.open i {
    background-position: 0 -198px
}

.education_overview h2 {
    margin-bottom: 20px;
    text-align: center
}

.education_overview .share {
    float: right;
    margin: 20px 0 20px 20px
}

.education_overview .image {
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(82, 86, 91, 0.3)
}

.education_overview .image img {
    border-radius: 4px 4px 0 0
}

.education_overview .image p {
    position: relative;
    padding: 0 46px 0 15px;
    margin: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5);
    background: #eeeff1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeff1), color-stop(100%, #d2d6da));
    background: -webkit-linear-gradient(top, #eeeff1, #d2d6da);
    background: -moz-linear-gradient(top, #eeeff1, #d2d6da);
    background: -ms-linear-gradient(top, #eeeff1, #d2d6da);
    background: -o-linear-gradient(top, #eeeff1, #d2d6da);
    background: linear-gradient(top, #eeeff1, #d2d6da);
    line-height: 46px;
    color: #4e5965;
    font-size: 24px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.6)
}

.education_overview .image p:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -15px;
    border-radius: 15px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.6), inset 0 1px rgba(0, 0, 0, 0.1)
}

.education_overview .image p.complete:after {
    background-position: 0 -180px
}

.education_overview .image p.incomplete:after {
    background-position: 0 -210px
}

.education_overview .content {
    padding: 10px 0
}

.education_overview .content.locked {
    opacity: .5
}

.education_overview .locked_message {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 50%;
    padding: 10px;
    margin-left: -25%;
    border-radius: 8px;
    text-align: center;
    background: #bd1a27;
    color: #FFF;
    font-size: 12px;
    line-height: 16px;
    text-shadow: 0 1px #90141e;
    transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg)
}

.education_overview .locked_message strong {
    display: block;
    margin-bottom: 4px;
    font-size: 32px;
    line-height: 30px
}

.education_overview .options {
    clear: both;
    padding: 5px 10px;
    margin-top: 20px;
    border: solid 1px rgba(101, 107, 113, 0.15);
    border-radius: 8px;
    text-align: center;
    line-height: 30px;
    background: rgba(101, 107, 113, 0.1)
}

.education_overview .options button, .education_overview .options .button, .education_overview .options .select, .education_overview .options .price {
    margin: 5px 0;
    vertical-align: middle
}

.education_overview .options .select {
    margin-right: 5px;
    min-width: 140px
}

.education_overview .options .price {
    margin-right: 15px;
    font-family: "Noto Sans", "Arial Narrow", Arial, sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #e12937;
    font-weight: bold
}

.education_overview .options ~ .options {
    margin-top: 5px
}

.accordion {
    height: 0;
    overflow: hidden
}

.accordion .row:first-child {
    padding-top: 40px
}

.education_reviews blockquote {
    margin-bottom: 20px
}

.education_reviews blockquote div {
    position: relative;
    padding: 5px 15px;
    border: solid 1px #d4d9de;
    border-radius: 8px;
    background: #f1f2f4
}

.education_reviews blockquote div:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    bottom: -20px;
    border: solid 10px transparent;
    border-top-color: #d4d9de
}

.education_reviews blockquote h4 {
    margin: 10px 18px 0 18px;
    font-weight: normal;
    text-align: left
}

.education_reviews blockquote .date {
    margin: 0 18px 15px 18px;
    font-size: 12px;
    font-style: italic;
    color: #838990
}

.education_reviews blockquote:nth-child(even) div:after {
    right: 20px;
    left: auto
}

.education_reviews blockquote:nth-child(even) h4, .education_reviews blockquote:nth-child(even) .date {
    text-align: right
}

.education_reviews .selected_level {
    padding-bottom: 10px;
    border-bottom: dotted 1px #d4d9de
}

.education_reviews .selected_level h3 {
    margin: 0 0 20px;
    text-align: center
}

.education_reviews .selected_level img {
    border-radius: 4px
}

.education_reviews .selected_level .content {
    padding-top: 10px
}

.education_reviews .selected_level .content p {
    font-size: 13px
}

body {
    font-size: 13px;
    line-height: 1;
    color: #000
}

a {
    color: #bd1a27
}

h1, h2, h3, h4 {
    font-weight: 800
}

h1 em, h2 em, h3 em, h4 em {
    font-size: 800;
    font-style: normal;
    color: #bd1a27
}

h1 {
    font-size: 35px
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 21px
}

h4 {
    margin: 10px 0;
    font-size: 15px;
    line-height: 26.4px
}

img + h4, .video + h4 {
    margin-top: 20px
}

.row h4 {
    text-align: center
}

h6 {
    font-size: 12px
}

hgroup {
    margin-bottom: 40px
}

hgroup h1, hgroup h2, hgroup h3 {
    margin: 0 0 6px
}

hgroup h1:last-child, hgroup h2:last-child, hgroup h3:last-child {
    margin-bottom: 0
}

hgroup.center {
    text-align: center
}

p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 20px
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, hgroup + p, p:first-child {
    margin-top: 10px
}

p:last-child {
    margin-bottom: 10px
}

p a:hover {
    text-decoration: underline
}

h1 + p, hgroup + p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0
}

@media screen and (max-width: 767px) {
    hgroup {
        margin-bottom: 10px
    }

    h1 {
        font-size: 35px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 24px
    }
}

#error div {
    width: 300px;
    height: 200px;
    margin: -100px 0 0 -150px;
    text-align: center
}

#error h1 {
    font-size: 80px
}

#error p {
    margin-bottom: 20px
}

#error p.buttons {
    line-height: 30px
}

#error .button {
    margin: 0 3px
}

#distributor-finder .map {
    width: 100%;
    max-width: 642px
}

#distributor-finder h3 {
    margin-bottom: 10px
}

#distributor-finder li {
    margin-top: 20px
}

#distributor-finder li p {
    margin: 0 0 10px
}

#distributor-finder li:first-child {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    #distributor-finder {
        text-align: center
    }
}


/*
M.Wildauer, 7pointmedia START TEMP
*/
.course .price-bar { padding: 15px 10px; min-height:60px;}
/*
M.Wildauer, 7pointmedia END TEMP
*/

.event_program{
	text-shadow:none;
	margin: 20px 0;
	font-size: 14px;
	line-height: 20px;
}


.calendar .body .row.row_24 .column, #print_timetable .calendar.am .row_12 .column {
    visibility: hidden;
    font-size: 0px;
    height: 0px !important;
    border: none !important
}

.myride_alias_form .center_text .button_link, .myride_timetable_form .center_text .button_link {
    margin-top: 0
}

.myride .list li {
    overflow: hidden;
    clear: both;
    padding: 5px 10px;
    margin-top: 20px;
    border: solid 1px;
    border-color: #dbdcde;
    border-color: rgba(101, 107, 113, 0.15);
    border-radius: 8px;
    line-height: 30px;
    background: #f0f0f1;
    background: rgba(101, 107, 113, 0.1)
}

.myride .list li.active {
    border-color: #c9e4a7;
    background: #eaf4dd
}

.myride .list li .buttons {
    float: right;
    padding: 5px 0
}

.myride .list li strong {
    display: block
}

.calendar {
    overflow: hidden
}

.calendar * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.calendar nav {
    position: relative;
    margin-bottom: 40px;
    font-size: 0;
    text-align: center
}

.calendar nav a {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin: 0;
    font-size: 12px;
    border-right: none;
    border-radius: 0;
    text-align: center
}

.calendar nav a .first {
    border-radius: 4px 0 0 4px
}

.calendar nav a:first-child {
    border-radius: 4px 0 0 4px
}

.calendar nav a.last {
    border-radius: 0 4px 4px 0
}

.calendar nav a:last-child {
    border-radius: 0 4px 4px 0
}

.calendar nav a.single {
    border-radius: 4px
}

.calendar nav a.disabled {
    opacity: .6
}

.calendar nav a.prev, .calendar nav a.next {
    width: 35px
}

.calendar nav a.prev i, .calendar nav a.next i {
    display: block;
    position: relative;
    top: 6px;
    width: 16px;
    height: 16px;
    background-image: url(/frontend/img/icon/16px_1x.png);
    background-repeat: no-repeat;
    background-size: 16px 320px;
    text-indent: 99999px
}

.calendar nav a.prev i {
    background-position: 50% -207px
}

.calendar nav a.next i {
    background-position: 50% -111px
}

.calendar.day .column {
    width: 87%;
    width: 784px
}

.calendar.day .column.first {
    width: 13%;
    width: 115px
}

.calendar.day .body .row .slots .column {
    border-right: 0
}

.calendar.week .column {
    width: 112px
}

.calendar.week .column.first {
    width: 115px
}

.ie .calendar.week .column.first {
    width: 12.75%
}

.calendar .header {
    background: #75828c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #75828c), color-stop(100%, #3b464f));
    background: -webkit-linear-gradient(top, #75828c, #3b464f);
    background: -moz-linear-gradient(top, #75828c, #3b464f);
    background: -ms-linear-gradient(top, #75828c, #3b464f);
    background: -o-linear-gradient(top, #75828c, #3b464f);
    background: linear-gradient(top, #75828c, #3b464f);
    text-align: center;
    border-radius: 8px 8px 0 0;
    width: 900px
}

.calendar .header .column {
    border: 1px solid #adafb2;
    border-left: 0;
    line-height: 24px;
    text-shadow: 0 1px 1px #3d4852;
    color: #FFF;
    font-weight: bold;
    font-size: 14px
}

.calendar .header .column:last-child {
    border-right: 0
}

.calendar .header, .calendar .body {
    overflow: hidden
}

.calendar .header .column, .calendar .body .column {
    float: left
}

.calendar .header .column.first, .calendar .body .column.first {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #adafb2
}

.calendar .body-wrapper {
    overflow: auto;
    height: 720px
}

.calendar .body {
    width: 900px;
    clear: both;
    position: relative;
    border-bottom: 1px solid #adafb2;
    border-right: 1px solid #adafb2;
    border-radius: 0 0 8px 8px
}

.calendar .body .row {
    clear: both;
    margin: 0;
    padding: 0
}

.calendar .body .row:nth-child(odd) {
    background-color: #f7f8f9
}

.calendar .body .row .column {
    height: 12px;
    border-right: 1px solid #adafb2
}

.calendar .body .row .column.first, .calendar .body .row .column.time_55 {
    border-bottom: 1px solid #adafb2
}

.calendar .body .row .column.even_col {
    background-color: #ebedf0
}

.calendar .body .row .column.cell_hover {
    background: #ced3da
}

.calendar .body .row .column.last_col {
    border-right: 0
}

.calendar .body .row .column.last_row {
    border-bottom: 0
}

.calendar .body .row .column.first {
    display: table;
    height: 144px;
    padding: 0;
    position: relative;
    text-align: center
}

.calendar .body .row .column.first span {
    background: url(/frontend/img/icon/clock.svg) no-repeat 50% 25px;
    background-size: 35px;
    padding-top: 20px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold
}

.calendar .body .row .column.first span.time_00, .calendar .body .row .column.first span.time_12 {
    background-image: url("/frontend/img/timetables/clock_faces/00.png")
}

.calendar .body .row .column.first span.time_01, .calendar .body .row .column.first span.time_13 {
    background-image: url("/frontend/img/timetables/clock_faces/01.png")
}

.calendar .body .row .column.first span.time_02, .calendar .body .row .column.first span.time_14 {
    background-image: url("/frontend/img/timetables/clock_faces/02.png")
}

.calendar .body .row .column.first span.time_03, .calendar .body .row .column.first span.time_15 {
    background-image: url("/frontend/img/timetables/clock_faces/03.png")
}

.calendar .body .row .column.first span.time_04, .calendar .body .row .column.first span.time_16 {
    background-image: url("/frontend/img/timetables/clock_faces/04.png")
}

.calendar .body .row .column.first span.time_05, .calendar .body .row .column.first span.time_17 {
    background-image: url("/frontend/img/timetables/clock_faces/05.png")
}

.calendar .body .row .column.first span.time_06, .calendar .body .row .column.first span.time_18 {
    background-image: url("/frontend/img/timetables/clock_faces/06.png")
}

.calendar .body .row .column.first span.time_07, .calendar .body .row .column.first span.time_19 {
    background-image: url("/frontend/img/timetables/clock_faces/07.png")
}

.calendar .body .row .column.first span.time_08, .calendar .body .row .column.first span.time_20 {
    background-image: url("/frontend/img/timetables/clock_faces/08.png")
}

.calendar .body .row .column.first span.time_09, .calendar .body .row .column.first span.time_21 {
    background-image: url("/frontend/img/timetables/clock_faces/09.png")
}

.calendar .body .row .column.first span.time_10, .calendar .body .row .column.first span.time_22 {
    background-image: url("/frontend/img/timetables/clock_faces/10.png")
}

.calendar .body .row .column.first span.time_11, .calendar .body .row .column.first span.time_23 {
    background-image: url("/frontend/img/timetables/clock_faces/11.png")
}

.calendar .body .row.row_23 :first-child, .calendar .body .row.row_23 .last {
    border-bottom: 0
}

.calendar .body .row .time_5, .calendar .body .row .time_15, .calendar .body .row .time_25, .calendar .body .row .time_35, .calendar .body .row .time_45 {
    border-bottom-color: #efefef
}

.calendar .body .row .time_0, .calendar .body .row .time_10, .calendar .body .row .time_20, .calendar .body .row .time_30, .calendar .body .row .time_40, .calendar .body .row .time_50 {
    border-bottom-color: #f7f7f7
}

.calendar .body .row .first {
    text-align: center
}

.calendar .classes .class {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
    border-top: 1px solid #555;
    color: #000;
    font-size: 11px;
    line-height: 1.2em;
    overflow: hidden;
    cursor: pointer
}

.calendar .classes .class:first-child {
    border-top: none
}

.calendar .classes .class.class_color_live {
    background-color: #282c30;
    color: #fff
}

.calendar .classes .class.class_color_live:hover {
    background-color: #000
}

.calendar .classes .class.alt {
    background-color: #474e55
}

.calendar .classes .class .inner {
    padding: 2px 4px
}

.calendar .classes .class * {
    cursor: pointer
}

.calendar .classes .class h5 {
    margin: 0;
    line-height: 150%;
    font-size: 11px;
    font-weight: bold
}

.calendar .classes .class h5 span {
    font-weight: normal
}

.calendar .classes .class ul {
    display: none;
    margin: 0
}

.calendar .classes .class.join_bottom {
    border-radius: 4px 4px 0 0
}

.calendar .classes .class.join_top {
    border-radius: 0 0 4px 4px
}

.ie8 #class_modal {
    top: 50%;
    margin-top: -25%;
    padding: 1.875em
}

.ie8 #class_modal .close-reveal-modal {
    right: 0
}

#class_modal header {
    background: none;
    height: auto
}

#class_modal header h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3
}

#class_modal header .error {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    color: #a94442
}

#class_modal fieldset {
    margin-bottom: 20px
}

#class_modal .start_time select {
    width: 60px
}

#class_modal .well, #class_modal footer .duration {
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

#class_modal .well .hidden, #class_modal footer .duration .hidden {
    display: none
}

#class_modal footer {
    clear: both;
    overflow: hidden
}

#class_modal footer .button {
    float: left;
    margin-right: 10px
}

#class_modal footer .duration {
    float: right;
    width: auto;
    padding: 0 20px;
    margin: 0
}

#print_timetable {
    background: #fff
}

#print_timetable .calendar {
    page-break-after: always
}

#print_timetable .calendar.am .row_11 .column:first-child, #print_timetable .calendar.am .row_11 .column.last {
    border-bottom: 0
}

#print_timetable .calendar .body {
    height: auto
}

#print_timetable .calendar .body .row .column {
    height: 9px
}

#print_timetable .calendar .body .row .column.first {
    height: 108px
}

#print_timetable .calendar .body .row .column.first span {
    padding-top: 0;
    background: none
}

#print_timetable .calendar .classes .class {
    border: 1px solid #adafb2
}

#print_timetable .calendar .classes .class h5 {
    line-height: 100%
}

#print_timetable table tr th {
    text-align: left;
    padding: 10px 0
}
.sidebar-customer-no {
    margin-bottom: 15px;
}

#agb_links{
	margin: 0 20px 20px 0;
	text-align: right;
}

/*Pop Up*/

.landing-btn button:focus {outline:0;}

.clear{
    clear: both;
}

#landing-wrap{
    background: #000;
    border: 3px solid #FFF;
    border-radius: 20px;
    position: absolute;
    top: 310px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 70px 100px;
    width: 750px;
    z-index: 999;
}

#landing-wrap p{
    font-family: "Noto Sans", "Arial Narrow", Arial, sans-serif;
    font-style: normal;
    margin: 0;
}

.landing-logo{
    margin-bottom: 90px;
}

.landing-logo img{
    width: 100%;
}

.landing-input{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 800;
}

.landing-input p{
    font-size: 23px
}

.landing-btn button{
    background: rgb(173, 0, 29);
    color: #FFF;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 27px;
    border: none;
    width: 220px;
    font-size: 19px;
    cursor: pointer;
    font-weight: 800;
    font-family: "Noto Sans", "Arial Narrow", Arial, sans-serif;
    font-style: normal;
}

.landing-btn button p{
    font-size: 25px;
}

.landing-btn button span{
    font-size: 25px;
}

.landing-btn button sup{
    font-size: smaller;
    vertical-align: top;
    position: relative;
    top: 0em;
    left: 0.1em;
    font-size: 15px
}

@media screen and (max-width: 750px) {
    #landing-wrap{
        width: 100%;
        padding: 10% 15%;
    }

    .landing-btn button{
        float: none!important;
        margin-top: 10px;

    }

    .landing-btn{
        text-align: center;
    }
}

@media screen and (max-width: 630px) {
    .landing-btn button{
        font-size: 15px;
    }

    .landing-input{
        font-size: 15px;
    }
}

@media screen and (max-width: 630px) {
    .landing-btn button{
        font-size: 12px;
    }
    .landing-input{
        font-size: 14px;
    }
}

@media screen and (max-width: 530px) {
    .landing-btn button{
        font-size: 9px;
    }

    .landing-input{
        font-size: 11px;
    }

    .landing-logo{
        margin-bottom: 60px;
    }

    #landing-wrap{
        top: 100px
    }

}
@media screen and (max-width: 40px) {
    .landing-btn button{
        font-size: 7px;
    }

    .landing-input{
        font-size: 9px;
    }
}


/*Cookie Hinweis*/

.cookieinfo{
    max-width: 1200px!important;
    border-radius: 7px 7px 0px 0px!important;
    margin: 0 auto!important;
    font-size: 10px!important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif!important;
}

.cookieinfo a{
    text-decoration: underline!important;
}

.cookieinfo span{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif!important;
}

/*Datenschutz Kontaktformular*/

.gdpr_accepted label{
    width: 90%;
    float: right;
    margin-left: 5px;
}

.contact_mobile {
    display: none;
}

.contact_state {
    display: none;
}

.contact_country {
    display: none;
}

.contact_terms_accepted {
    display: none;
}

.customer_mobile_second{
    display: none;
}

.customer_state{
    display: none;
}

.teamrider-text-section {
    color: black !important;
    background-color: #f3f4f6 !important;
    text-shadow: none !important;
}

.button.tr-style {
    margin: 0px;
    padding: 0px 10px;
    background: grey;
    box-shadow: none;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.button.tr-style.larger {
    /*font-size: 20px;*/
    /*height: 29px;*/
    /*line-height: 29px;*/
    /*letter-spacing: 0.5px;*/
}

.teamrider-leistung-section {
    color: white;
    text-shadow: none !important;
}

table.tr-leistungen {
    color: black !important;
    text-shadow: none !important;
}

table.tr-leistungen th {
    color: black !important;
}

table.tr-leistungen tr {
    border: none !important;
    height: auto
}

table.tr-leistungen tr td {
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    font-weight: initial;
}

table.tr-leistungen tr td li{
    list-style: disc;
    margin-left: 20px;
    padding-left: 6px;

}
.tr-leistungen-container {
    margin-top: 20px;
    text-align: center;
    position: relative;

}

.tr-leistungs-box h2 {
    text-align: center;
}


ul.tr-leistungen {

    text-align: center;
    list-style: inside;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
}

ul.tr-leistungen .footnote {
    font-size: 12px;
    margin-top: 1rem;
}


.tr-leistungen li {
    padding-left: 6px;
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 20px;
}

.tr-leistungen .tr-price-parent {
    margin: 0 auto;
    text-align: center;
}

.tr-leistungen .tr-price-selection-child {
    display: inline-block;
    padding: 1rem 1rem;
    vertical-align: middle;
    font-size: 14px;
}


.tr-leistungen .tr-price-selection-child .price {
    margin-top: 8px;
    font-size: 25px;
    font-weight: bold;
}

.tr-change-label {
    padding-right: 0px;
    margin: 5px 0 !important;
}

.tr-change-plan-col {

}