/* FONT */
@font-face {
    font-family: 'dotace-online';
    src:  url('fonts/dotace-online.eot?-3');
    src:  url('fonts/dotace-online.eot?-3#iefix') format('embedded-opentype'),
    url('fonts/dotace-online.ttf?-3') format('truetype'),
    url('fonts/dotace-online.woff?-3') format('woff'),
    url('fonts/dotace-online.svg?-3#dotace-online') format('svg');
    font-weight: normal;
    font-style: normal;
}
.i_cart_1:before {
    content: "\e900";
}
.i_cart_2:before {
    content: "\e901";
}
.i_question_mark:before {
    content: "\e609";
}
.i_question_mark2:before {
    content: "\e904";
}
.i_close:before {
    content: "\e902";
}
.i_checkmark:before {
    content: "\e903";
}
[class^="i_"]:before, [class*=" i_"]:before {
    font-family: 'dotace-online';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px !important;
    color: #000;

    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    padding: 0;
    text-align: center;
    line-height: 32px;
}
.f16[class^="i_"]:before, .f16[class*=" i_"]:before {
    font-size: 16px !important;
    width: 16px;
    height: 16px;
    line-height: 16px;
}
.f12[class^="i_"]:before, .f12[class*=" i_"]:before {
    font-size: 12px !important;
    width: 12px;
    height: 12px;
    line-height: 12px;
}
[class^="i_"], .f16[class^="i_"], .f16[class*=" i_"], .f12[class^="i_"], .f12[class*=" i_"] {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
}
.f16[class^="i_"], .f16[class*=" i_"] {
    width: 16px;
    height: 16px;
}
.f12[class^="i_"], .f12[class*=" i_"] {
    width: 12px;
    height: 12px;
}
.red_ico:before {
    color: #a3171a;
}
.red_ico2:before {
    color: #f00;
}
.green_ico:before {
    color: #6ab023;
}
.blue_ico:before {
    color: #2f3478;
}
.mid_blue_ico:before {
    color: #5667b9;
}

/* BASICS */
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block;
}


/* FONTS */
/*@font-face {
    font-family: forgotten_futurist_bd;
    src: url(../fonts/forgotten_futurist_bd.ttf);
}
@font-face {
    font-family: forgotten_futurist_rg;
    src: url(../fonts/forgotten_futurist_rg.ttf);
}
@font-face {
    font-family: 'gd3d';
    src:url(../fonts/gd3d.eot?-1);
    src:url(../fonts/gd3d.eot?#iefix-1) format('embedded-opentype'),
       url(../fonts/gd3d.woff?-1) format('woff'),
       url(../fonts/gd3d.ttf?-1) format('truetype'),
       url(../fonts/gd3d.svg?-1#gd3d) format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="i_"]:before, [class*=" i_"]:before {
    font-family: 'gd3d';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: 20px;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0px;
    top: 4px;
    padding: 0;
    text-align: center;
    line-height: 16px;
}
.i_menu:before {
   content: "\e900";
}*/


/* LAYOUT */
html {
}
body {
    /*font-family: Arial, Tahoma;*/
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    /*font-size: 85%;*/
    font-size: 80%;
    /*color: #404040;*/
    color: #000;
    padding-top: 100px;
    background-color: #fcfcfc;
}
/*body.scrolled {
    padding-top: 61px;
}*/
header {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 119px;
    color: #fff;
}
/*.scrolled header {
    height: 80px;
}*/
main {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #fff;
}
header {
    /*border-bottom: 2px solid #6ab023;*/
}
header a, header a:visited {
    text-decoration: none;
}
header a:hover {
    text-decoration: none;
}
.header {
    height: 78px;
    /*border-bottom: solid 7px #2f3577;*/
    background: #2f3478;
    background: -moz-linear-gradient(left, #2f3478 0%, #2f3478 50%, #7987ca 51%, #7987ca 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2f3478 0%,#2f3478 50%,#7987ca 51%,#7987ca 100%); /* Chrome10-35,Safari5.1-6 */
    background: linear-gradient(to right, #2f3478 0%,#2f3478 50%,#7987ca 51%,#7987ca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*

    background: #004d92; !* Old browsers *!
    background: -moz-linear-gradient(left, #003f7e 0%, #003f7e 50%, #004d92 51%, #004d92 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(left, #003f7e 0%,#003f7e 50%,#004d92 51%,#004d92 100%); !* Chrome10-35,Safari5.1-6 *!
    background: linear-gradient(to right, #003f7e 0%,#003f7e 50%,#004d92 51%,#004d92 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    */
}
.header > .row {
    height: 78px;
    background: url('../images/header-big5.png') no-repeat 0px 0;
}
/*.scrolled .header {
    height: 39px;
}
.scrolled .header > .row {
    height: 39px;
    background: url('../images/header-small.png') no-repeat 13px 0;
}*/

/*header, main {
    border-bottom: 1px solid #ddd;
}*/
footer {
    color: #b9b9ba;
    background-color: #fff;
    border-top: 2px solid #d7d7d7;
}
footer li {
    line-height: initial;
}
footer, section {
    padding-top: 12px;
    padding-bottom: 12px;
}
section {
    padding-top: 18px;
}
section.small_pad {
    padding-top: 11px;
}
p {
    /*line-height: 20px;*/
    line-height: 17px;
    /*padding-top: 12px;*/
    padding-bottom: 12px;
}
div > p:last-child {
    padding-bottom: 0;
}
/*div > p:first-child {
    padding-top: 0;
}*/
a, a:visited {
    color: #2f3478;
    text-decoration: none;
}
a:hover, a.active {
    /*color: #000;*/
    text-decoration: underline;
}
ul, ol {
    padding: 0 12px 12px 12px;
}
.col > ul:last-child, .col > ol:last-child,
.box > ul:last-child, .box > ol:last-child{
    padding-bottom: 0;
}
li {
    position: relative;
    padding: 2px 6px;
    line-height: 17px;
}
ul li {
    list-style-type: none;
}
ul li:before {
    position: absolute;
    left: -9px;
    top: 9px;
    /*top: 50%;
    margin-top: -3px;*/
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
    background-color: #000;
    content: "";
}
.smaller_font li:before {
    top: 7px;
}
footer li:before {
    background-color: #b9b9ba;
}
/*strong, b {
    font-weight: 600;
}*/

.blue, .profi_bg, .standard_bg, .basic_bg {
    color: #2f3478;
}
.blue_bg {
    background-color: #2f3478;
}
.green {
    color: #6ab023;
}
.green_bg {
    background-color: #6ab023;
}
.underline {
    text-decoration: underline;
}
/*.border_rad, .box, .grant, button {
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px;
}*/
/*.light_shadow, .box, .menu {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
}*/
.no_pad {
    padding: 0 !important;
}
.no_pad_right {
    padding-right: 0 !important;
}
.pos_relative {
    position: relative;
}
.text_right {
    text-align: right;
}
.smaller_font {
    font-size: 90%;
}
.display_block {
    display: block !important;
}
.hidden {
    display: none !important;
}
.highlight {
    color: #a3171a;
    /*color: #6ab023;*/
    font-weight: bold;
    /*font-size: 18px;*/
    /*color: #6ab023;
    background-color: #2f3478;
    padding: 2px 6px;*/
}
.highlight_bg {
    background-color: #e4edfe;
}
.row_gradient {
    background: #e4edfe; /* Old browsers */
    background: -moz-linear-gradient(top, #e4edfe 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e4edfe 0%,#ffffff 100%); /* Chrome10-35,Safari5.1-6 */
    background: linear-gradient(to bottom, #e4edfe 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    /*
    background: #dde3e8; !* Old browsers *!
    background: -moz-linear-gradient(top, #dde3e8 0%, #ffffff 100%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(top, #dde3e8 0%,#ffffff 100%); !* Chrome10-35,Safari5.1-6 *!
    background: linear-gradient(to bottom, #dde3e8 0%,#ffffff 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde3e8', endColorstr='#ffffff',GradientType=0 ); !* IE6-9 *!
    */
}
.login label {
    font-weight: bold;
}

#menu, #menu ul, #menu ul li a, .col, input, textarea, h1, h2, h3, h4, .box {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#menu_button, #scroll_top_elem, #zpe_overlay, .hover, #menu_button > div {
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
}
/*
a {
    transition: border-color 350ms ease;
    -webkit-transition: border-color 350ms ease;
    -moz-transition: border-color 350ms ease;
    -o-transition: border-color 350ms ease;
    -ms-transition: border-color 350ms ease;
}
*/

/* SECTIONS */
/*section {
}*/
h1 {
    font-size: 150%;
    font-weight: normal;
    /*color: #333;*/
}
h2 {
    /*color: #555;*/
    font-size: 140%;
    /*font-weight: normal;*/
}
h3 {
    font-size: 110%;
}
h4 {
    font-size: 100%;
}
h1, h2/*, h3*/ {
    color: #444;
}
h2, h3 {
    padding-top: 12px;
    padding-bottom: 12px;
}
/*h2 + p, h3 + p {
    padding-top: 0;
}*/
.col > h2:first-child, .col > h3:first-child,
.box > h2:first-child, .box > h3:first-child,
h2 + h3 {
    padding-top: 0;
}
footer h2, footer h3 {
    /*color: #666;*/
    /*padding-bottom: 0px;*/
}
hr {
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    margin: 12px 0;
}
table {
    margin-bottom: 12px;
    border-collapse: separate;
    border-spacing: 10px 3px;
}
.col table:last-child, .box table:last-child {
    margin-bottom: 0;
}
table td {
    padding: 6px;
    /*border-bottom: 1px solid #eee;*/
}

.order_table {
    min-width: 900px;
    font-size: 90%;
    border-collapse: separate;
    border-spacing: 10px 3px;
}
.order_table td, .order_table th {
    padding: 12px;
    vertical-align: middle;
    /*border: 1px solid #ddd;*/
}
.order_table td {
    background-color: #fff;
}
.order_table th {
    padding: 5px 26px;
    font-size: 115%;
}
.order_table th[scope="row"] {
    color: #2f3478;
    text-align: left;
}
.order_table th[scope="col"] {
    font-size: 140%;
    /*    font-size: 160%;*/
}
/*.order_table tr.b_bottom td, .order_table tr.b_bottom th, .order_table th.b_bottom {
    border-bottom: 3px double #ddd;
}
.order_table tr.b_top td, .order_table tr.b_top th {
    border-top: 3px double #ddd;
}*/
.order_table [class^="i_"] {
    /*margin-left: -10px;*/
}
.profi_bg, .standard_bg, .basic_bg {
    position: relative;
    color: #fff;
    background-color: #2f3478;
}
.standard_bg {
    background-color: #5667b9;
}
.basic_bg {
    color: #2f3478;
    background-color: #e4edfe;
}
.profi_bg::before, .profi_bg::after,
.standard_bg::before, .standard_bg::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2f3478;
    content: '';
}
.profi_bg::before, .standard_bg::before {
    top: -3px;
}
.profi_bg::after, .standard_bg::after {
    bottom: -3px;
}
.standard_bg::before, .standard_bg::after {
    background-color: #5667b9;
}
/*
.basic_bg {
    background-color: #f2f2f2;
}
*/
.profi_col {
    /*color: #6ab023;*/
}
.standard_col {
    color: #2f3478;
}
.tbl_title2 td {
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 13px;
    text-align: center;
    font-size: 90%;
    font-weight: bold;
}

/*.hover:hover {
    background-color: #fbfbfb;
}*/

/* GRID */
.row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.col {
    float: left;
    /*flex: 1;*/
    /*box-sizing: border-box;*/
    padding: 0 10px;
    /*display: table-cell;*/
}
.row.half_pad > .col {
    padding: 0 5px !important;
}
.row > .col .row .col {
    /*padding: 0 5px;*/
    padding: 0;
}
.row > .col .row.normal_pad > .col {
    padding: 0 5px;
}
.row > .col .row {
    padding: 5px 0px;
}
section > .row > .col, .big_pad > .col {
    padding-left: 32px;
    padding-right: 32px;
}
section > .row > .col.row_gradient {
    padding: 0 10px;
}
.row.border .col {
    border-right: 1px solid #e4e4e4;
}
.row.border .col:last-child {
    border-color: transparent;
}
/*.col > p {
    background-color: #f00;
}*/

/* 5 columns grid */
.grid5 .col1 {
    width: 20%;
}
.grid5 .col2 {
    width: 40%;
}
.grid5 .col3 {
    width: 60%;
}
.grid5 .col4 {
    width: 80%;
}
.grid5 .col5 {
    float: none;
    width: 100%;
}

/* 12 columns grid */
.grid12 .col12 {
    float: none;
    width: 100%;
}
.grid12 .col11 {
    width: 91.66%;
}
.grid12 .col10 {
    width: 83.33%;
}
.grid12 .col9 {
    width: 75%;
}
.grid12 .col8 {
    width: 66.66%;
}
.grid12 .col7 {
    width: 58.33%;
}
.grid12 .col6 {
    width: 50%;
}
.grid12 .col5 {
    width: 41.66%;
}
.grid12 .col4 {
    width: 33.33%;
}
.grid12 .col3 {
    width: 25%;
}
.grid12 .col2 {
    width: 16.66%;
}
.grid12 .col1 {
    width: 8.33%;
}


a.logo, a:visited.logo {
    display: block;
    width: 238px;
    height: 26px;
    margin-top: 14px;
    color: #fff !important;
}
/*.scrolled a.logo, .scrolled a:visited.logo {
    width: 165px;
    height: 18px;
    margin-top: -1px;
}*/
.url1, .url2 {
    font-size: 170%;
}
.url2 {
    color: #6ab023;
}
.claim {
    font-size: 85%;
    padding-left: 24px;
}

/* MENU */
.menu {
    /*background-color: #fff;*/
    /*box-shadow: 0 -5px 0 -3px #6ab023;*/
}
.menu > .row {
    position: relative;
    padding: 0px;
    background-color: #2f3478;
    border-top: 7px solid #fff;
}
.menu > .row > .col {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -7px;
}
#menu {
    /*    position: absolute;
        bottom: -16px;*/
    width: 100%;
    margin-top: 0px;
    /*    background-color: #fff;*/
    font-size: 90%;
}
.fixed_menu_on #menu {
}
#menu ul {
    padding: 0;
}
#menu li {
    padding: 0;
    line-height: initial;
}
#menu li:before {
    display: none;
}

#menu > ul ul {
    position: absolute;
    display: none;
    width: 240px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #fff; /*#f7f7f7;*/
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25); -ms-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25); -o-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
#menu > ul li.active > ul {
    display: block;
}
#menu > ul > li > ul {
    top: 100%;
    left: 0;
}
#menu > ul > li > ul ul {
    top: -12px;
    left: 100%;
}
#menu ul li {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#menu > ul > li {
    display: inline-block;
}

#menu ul li.small_only {
    display: none;
}
#menu ul li.item_ico_help {
    float: right;
}
#menu ul li.item_ico_help a {
    padding-right: 7px;
    padding-left: 10px;
}

/* FLEX */

/*#menu > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    justify-content: flex-start;
	text-overflow: ellipsis;
}
#menu > ul > li {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}*/
/*#menu > ul > li > a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}*/

@media only screen and (min-width: 1050px) and (max-width: 1140px) {
    #menu {
        font-size: 80%;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1220px) {
    #menu {
        font-size: 75%;
    }
    #menu > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row;
        justify-content: flex-start;
        text-overflow: ellipsis;
    }
    #menu > ul > li {
        white-space: nowrap;
        overflow: hidden;
        /*text-overflow: ellipsis;*/
    }
    /*#menu > ul > li > a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }*/
}
/*@media only screen and (max-width: 900px) {
    body {background-color: #f00;}
}*/

#menu ul li a, #menu ul li a:visited {
    color: #fff;
    display: block;
    /*padding: 9px 34px 8px 32px;*/
    padding: 9px 18px 8px 18px;
    font-size: 120%;
    border-top: 7px solid transparent;
}
#menu ul li a:hover, #menu ul li a.active {
    /*color: #fff;
    background-color: #f5fbff;*/
    /*border-color: #2f3478;*/
    text-decoration: none;
}
#menu ul li a.active {
    font-weight: bold;
}

#menu > ul > li > a::before {
    position: absolute;
    left: -6px;
    content: "|";
    font-weight: normal;
    color: #f4f4f4;
}

#menu > ul > li.item_ico_help > a::before {
    content: "";
}

#menu > ul > li:first-child-child > a::after {
    display: none;
}

/*#menu ul li:first-child a {
    border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; -ms-border-radius: 4px 0 0 4px; -o-border-radius: 4px 0 0 4px;
}*/
#menu ul li.parent > a {
    padding-right: 24px !important;
}
#menu > ul > li > ul a {
    padding: 6px 24px;
}
#menu ul li.parent > a:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -4px;
    right: 8px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #555;
    border-bottom: 1px solid #555;
    transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg);
}
#menu > ul > li > ul li.parent > a:after {
    right: 10px;
    transform: rotate(225deg); -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg);
}

/* MENU BUTTON */
#menu_button {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 22px;
    height: 22px;
    display: none;
    cursor: pointer !important;
}
#menu_button > div {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    top: 8px;
    /*transition: all 1500ms ease;*/
}
#menu_button > div:first-child {
    top: 0;
    /*background-color: #00c;*/
}
#menu_button > div:last-child {
    top: 16px;
    /*background-color: #0c0;*/
}
.menu_on #menu_button > div {
    opacity: 0;
    transform: rotate(-45deg);
}
.menu_on #menu_button > div:first-child {
    opacity: 1;
    transform: translate(0, 9px) rotate(45deg);
}
.menu_on #menu_button > div:last-child {
    opacity: 1;
    transform: translate(0, -7px) rotate(-45deg);
}
/*#menu_button {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 22px;
    height: 12px;
    display: none;
    cursor: pointer !important;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}
#menu_button:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 100%;
    content: "";
    border-top: 4px solid #fff;
}*/

/* BOXES */
.box {
    position: relative;
    padding: 9px 26px;
    /*background-color: #fff;*/
    height: 100%;
}
.labeled_box {
    padding-top: 48px;
    padding-left: 22px;
    padding-right: 22px;
}
.box.labeled_box {
    background-color: #fff;
}
.box.labeled_box h2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 30px;
    padding: 5px 12px 6px 23px;
    /*text-transform: uppercase;*/
    color: #fff;
    background-color: #2f3478;
    /*border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; -ms-border-radius: 4px 4px 0 0; -o-border-radius: 4px 4px 0 0;*/
}

/* GRANTS */
.grant h2, .grant h3{
    padding-bottom: 0px;
}
.grant .highlight {
    position: relative;
    top: -6px;
    font-size: 20px;
}

ul.help_index {
    padding-top: 6px;
    padding-bottom: 6px !important;
    position: fixed;
    /*padding-left: 12px !important;*/
}

#scroll_top_elem {
    position: fixed;
    bottom: 6px;
    right: 6px;
    width: 36px;
    height: 36px;
    /*background-color: #2f3478;*/
    background-color: rgba(0, 73, 144, 0.5);
    opacity: 0;
    cursor: pointer !important;
    z-index: 3;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
#scroll_top_elem > div {
    position: absolute;
    top: 14px;
    left: 12px;
    width: 12px;
    height: 12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(135deg); -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg);
}
#scroll_top_elem.on {
    opacity: 1;
}
#zpe_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: 0;
    z-index: 4;
    display: none;
}
.overlay_on #zpe_overlay {
    opacity: 0.75;
}

/* FORM */
form.labels_top label:not(.option) > span, span.label {
    display: block;
    padding-bottom: 3px;
}
form label:not(.option), span.label {
    display: block;
    padding-top: 6px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"],
textarea, select {
    width: 100%;
    border:1px solid rgb(207,207,207);
    padding:7px 10px 7px 10px;
    font-size: 100%;
    font-family: inherit;
    transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;
}
input[type="text"]:-webkit-autofill, input[type="email"]:-webkit-autofill, input[type="tel"]:-webkit-autofill,
input[type="number"]:-webkit-autofill, input[type="password"]:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill,
input[type="text"]:focus:-webkit-autofill, input[type="email"]:focus:-webkit-autofill, input[type="tel"]:focus:-webkit-autofill,
input[type="number"]:focus:-webkit-autofill, input[type="password"]:focus:-webkit-autofill, textarea:focus:-webkit-autofill, select:focus:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px white inset;
}
input:invalid {
    box-shadow: none;
}
.red input[type="text"], .red input[type="email"], .red input[type="tel"], .red input[type="number"], .red input[type="password"],
.red textarea, .red select {
    border-color: #c00;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover,
input[type="number"]:hover, input[type="password"]:hover,
textarea:hover, select:hover {
    border:1px solid #2f3478;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus,
input[type="number"]:focus, input[type="password"]:focus,
textarea:focus, select:focus {
    border:1px solid #2f3478;
    box-shadow:inset 0px 0px 2px 0px #2f3478;-moz-box-shadow:inset 0px 0px 2px 0px #2f3478;-webkit-box-shadow:inset 0px 0px 2px 0px #2f3478;-ms-box-shadow:inset 0px 0px 2px 0px #2f3478;-o-box-shadow:inset 0px 0px 2px 0px #2f3478;
    outline:none;
}
select {
    padding: 6px;
}
/*button {
    border:none;
    cursor:pointer;
    padding: 6px 12px;
    color: #fff;
    font-size: 100%;
    font-family: Arial,Tahoma,Verdana;
    background-color: #2f3478;
}
button {
    transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;
}
button:hover {
    background-color: #7198bf;
}
button:focus {
    font-size:14px;
    outline:none;
}*/
button {
    border:none;
    cursor:pointer;
    padding: 6px 12px;
    color: #fafafa;
    font-size: 100%;
    font-family: inherit;
    /*    border-radius: 8px;*/
}
button, .button {
    background: #2f3478;  background: -moz-linear-gradient(top, #404696 0%, #2f3478 100%);  background: -webkit-linear-gradient(top, #404696 0%,#2f3478 100%);  background: linear-gradient(to bottom, #404696 0%,#2f3478 100%);
    border: 1px solid transparent;
}
/*
button, .button {
    transition:all 250ms ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;
}
*/
button:hover, .button:hover {
    color: #2f3478 !important;
    border-color: #2f3478;
    background: #fff;
    text-decoration: none !important;
}
button:focus {
    font-size:14px;
    outline:none;
}
button.login {
    border-top-width: 2px;
    border-bottom-width: 2px;
    margin-right: 5px;
}

.button {
    display: block;
    color: white;
    padding: 7px 12px;
    font-weight: bold;
    text-align: center;
}
.button:visited {
    color: white;
}
.button.green {
    background: #6ab023;
    border: 1px solid #6ab023;
    color: white;
}
.button.green:hover {
    color: #6ab023 !important;
    background-color: #fff;
}
button.bg_medium, .button.bg_medium {
    background: #5667b9;  background: -moz-linear-gradient(top, #7b8ce0 0%, #5667b9 110%);
    background: -webkit-linear-gradient(top, #7b8ce0 0%,#5667b9 110%);  background: linear-gradient(to bottom, #7b8ce0 0%,#5667b9 110%);
}

a.button.bottom_fix {
    position: absolute; bottom: 9px; width: inherit; max-width: 239px;
}

button.bg_medium:hover, .button.bg_medium:hover {
    border-color: #5667b9;
}
button.bg_medium:hover, .button.bg_medium:hover {
    color: #5667b9 !important;
    background: #fff;
}
button.bg_light, .button.bg_light {
    color: #2f3478 !important;
    background: transparent;
    border-color: #5667b9;
}
button.bg_light:hover, .button.bg_light:hover {
    background: #fff;
}

.gray_ico::before {
    color: #dde3e8;
    font-size: 24px !important;
    line-height: 16px;
}
/* top menu left question mark*/
.ico_qwmt::before {
    color: white;
}

label.option {
    position: relative;
}
label.option > input {
    opacity: 0;
}
label.option > span {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    cursor: pointer;
}
label.option > span:before {
    display: none;
    position: absolute;
    content: ""
}
label.option input:checked + span:before {
    display: block;
}
label.option input:checked + span {
    border-color: #2f3478;
}
label.option input:disabled + span {
    cursor: default;
    background-color: #f0f0f0;
    border-color: rgb(207,207,207);
}
label.option > span.checkbox {
    border: 1px solid rgb(207,207,207);
    /*border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px;*/
}
label.option > span.checkbox:before {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 5px;
    border-left: 3px solid #2f3478;
    border-bottom: 3px solid #2f3478;
    transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg);
}
label.option input:disabled + span.checkbox:before {
    border-color: #888;
}
label.option > span.radio {
    border: 1px solid rgb(207,207,207);
    border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px;
}
label.option > span.radio:before {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #2f3478;
    border-radius: 9px; -moz-border-radius: 9px; -webkit-border-radius: 9px; -ms-border-radius: 9px; -o-border-radius: 9px;
    content: "";
}
label.option input:disabled + span.radio:before {
    background-color: #888;
}

.red label.option > span.checkbox, .red label.option > span.radio {
    border-color: #c00;
}

.message {
    color: #000;
    font-size: 110%;
    padding: 10px !important;
}
.message.success {
    background-color: #83f650;
}
.message.warning {
    background-color: #f6f050;
}
.message.fixed {
    display: none;
}
.top-fixed-messages {
    position: fixed;
    top: 72px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    z-index: 10;
}
.top-fixed-messages .message {
    margin-bottom: 5px;
}

.hide {
    display: none;
}
.header_form {
    position: absolute;
    top: -3px;
    right: 0;
    width: 50%;
}
.header_form label {
    margin-bottom: 5px;
}
.demo_link, .col_login {
    padding-right: 10px !important;
}
.predp_link, .col_password {
    padding-left: 10px !important;;
}
.col_password {
    display: flex;
    align-items: flex-end;
}
.col_password .input_password {
    flex: 1;
    margin-right: 5px;
}
.input_password label {
    position: relative;
}
.input_password label > a {
    position: absolute;
    right: 0;
    color: #fff;
}


/* RESPONSIVE STUFFS */
@media only screen and (max-width: 400px) {
    .row.brp_400 > .col {
        float: none;
        width: 100% !important;
    }
}
/*@media only screen and (max-width: 530px) {
    .header > .row {
        background-image: url('../images/header-small-no-claim.png') !important;
    }
}*/
@media only screen and (max-width: 800px) {
    body {
        font-size: 85%;
    }
    p {
        line-height: 20px;
    }
    /*}
    @media only screen and (max-width: 600px) {*/
    body {
        padding-top: 39px !important;
    }
    main {
        padding-top: 0;
        padding-bottom: 0;
    }
    header {
        position: fixed;
        top: 0;
        width: 100%;
        height: 39px;
        z-index: 5;
        border-bottom-width: 1px;
    }
    .hide_on_md {
        display: none !important;
    }
    .show_on_md {
        display: block !important;
    }
    .demo_link, .predp_link, .col_login, .col_password {
        padding: 0 !important;
    }
    .demo_link {
        margin-bottom: 10px;
    }
    .fixed_menu_on .header {
        box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2); -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2); -ms-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2); -o-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
    }
    footer, section {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .header {
        height: 39px;
    }
    .header > .row {
        height: 39px;
        background: url('../images/header-small3.png') no-repeat 10px 0;
    }
    h2 {
        padding-bottom: 3px;
    }
    .row {
        display: block;
    }
    .row, .row > .col .row {
        padding: 6px 0 0 0;
    }
    .col, .row > .col .row .col {
        display: block;
        border: none;
        /*padding: 0 6px 6px 6px;*/
    }
    section > .row > .col, .big_pad > .col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .row:not([class*=brp_]) > .col/*, .row:not(.no_100) > .col .row .col*/ {
        float: none;
        width: 100% !important;
    }
    p {
        padding-bottom: 6px;
    }

    ul.help_index {
        position: static;
    }

    a.logo, a:visited.logo {
        width: 165px;
        height: 18px;
        margin-top: 5px !important;
        margin-left: 5px;
    }

    .url1, .url2 {
        font-size: 160%;
    }
    .claim {
        display: none;
    }

    .box {
        padding: 10px;
    }
    .labeled_box {
        padding: 42px 10px 18px 10px;
    }
    .box.labeled_box h2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .menu {
        height: 0;
    }
    .menu > .row {
        border: none;
        background-color: none;
    }
    .menu > .row > .col {
        margin-top: 0px;
    }
    #menu {
        position: absolute;
        width: 100%;
        top: 0px;
        /*top: 45px;*/
        /*bottom: initial;*/
        left: -100%;
        background-color: #2f3478;
        margin: 0;
        opacity: 0;
        overflow: auto;
        -webkit-overflow-scrolling: true;
        border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0;
        transition: all 350ms ease;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        -ms-transition: all 350ms ease;
    }
    .menu_on #menu {
        left: 0;
        opacity: 1;
    }
    /*#menu ul li {
        position: relative;
    }*/
    #menu > ul ul {
        position: static !important;
        width: 100%;
        padding: 0;
        background-color: transparent;
        border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0;
        box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;
    }
    #menu > ul > li {
        display: block;
    }
    #menu > ul > li ul {
        padding-left: 24px;
        /*padding-right: 24px;*/
    }
    #menu ul li a, #menu ul li a:visited {
        /*color: #2f3478;*/
        padding: 10px 16px;
        border-top: none;
        border-bottom: 1px solid #5667b9;
    }
    #menu ul li a:hover, #menu ul li a.active {
        /*border-color: none;*/
        text-decoration: none;
        background-color: #5667b9;
    }
    #menu ul li a.active {
        font-weight: bold;
    }

    #menu > ul > li > ul a {
        padding: 12px;
    }
    #menu ul li.parent > a:after {
        /*right: 8px;*/
        transform: rotate(225deg); -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg);
    }
    #menu ul li.parent.active > a:after {
        top: 20px;
        /*right: 8px;*/
        transform: rotate(-45deg) !important; -webkit-transform: rotate(-45deg) !important; -moz-transform: rotate(-45deg) !important; -ms-transform: rotate(-45deg) !important; -o-transform: rotate(-45deg) !important;
    }
    #menu ul li.small_only {
        display: block;
    }

    #menu ul li.item_ico_help {
        display: none;
    }
    /*#menu ul li a {
        padding-left: 6px;
    }*/
    #menu_button {
        display: block;
    }

    a.button.bottom_fix {
        position: relative; bottom: auto; width: auto; max-width: none;
    }
}