/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

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

audio,
canvas,
video {
    display: inline-block
}

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

[hidden],
template {
    display: none
}

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

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

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

a:hover {
    text-decoration: underline!important;
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

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

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

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

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

@font-face {
    font-family: 'Roboto-medium';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://themes.googleusercontent.com/static/fonts/roboto/v9/oOeFwZNlrTefzLYmlVV1UD8E0i7KZn-EPnyo3HZu7kw.woff) format("woff")
}

@font-face {
    font-family: 'Roboto-black';
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://themes.googleusercontent.com/static/fonts/roboto/v9/9_7S_tWeGDh5Pq3u05RVkj8E0i7KZn-EPnyo3HZu7kw.woff) format("woff")
}

@font-face {
    font-family: 'Roboto-bold';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://themes.googleusercontent.com/static/fonts/roboto/v9/97uahxiqZRoncBaCEI3aWz8E0i7KZn-EPnyo3HZu7kw.woff) format("woff")
}

*,
html,
body {
    box-sizing: border-box
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff
}

.wrap {
    /*min-width: 980px;*/
    margin: 0 auto
}

.container {
    /*width: 980px;*/
    /*margin: 0 auto*/
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.ie7 .container {
    width: 998px
}

.btn {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f81b7), color-stop(100%, #3d71ac))!important;
    background-image: linear-gradient(to bottom, #4f81b7 0%, #3d71ac 100%)!important;
    background: #3d71ac;
    background: url(../img/ie9_svg.php?from=3d71ac&to=4f81b7);
    background: -moz-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f81b7), color-stop(100%, #3d71ac));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #4f81b7 0%, #3d71ac 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d71ac', endColorstr='#4f81b7', GradientType=0)!important;
    zoom: 1!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    -ms-border-radius: 4px!important;
    -o-border-radius: 4px!important;
    border-radius: 4px!important;
    font-size: 15px!important;
    /*font-size: 0.9375rem;*/
    padding: 10px 36px!important;
    display: inline-block!important;
    color: #ffffff!important;
    text-decoration: none!important;
    font-family: Roboto-medium, sans-serif!important;
    font-weight: 600!important;
    cursor: pointer!important;
}

.btn:hover {
    background: #0e3d71!important;
}

.btn.red,
.btn.red-big-arrow {
    background: #b52929;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de3f3f), color-stop(100%, #b52929))!important;
    background-image: linear-gradient(to bottom, #de3f3f 0%, #b52929 100%)!important;

    background: url(../img/ie9_svg.php?from=b52929&to=de3f3f);
    background: -moz-linear-gradient(top, #de3f3f 0%, #b52929 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de3f3f), color-stop(100%, #b52929));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #de3f3f 0%, #b52929 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #de3f3f 0%, #b52929 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #de3f3f 0%, #b52929 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #de3f3f 0%, #b52929 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b52929', endColorstr='#de3f3f', GradientType=0);
    zoom: 1;
    margin-right: 10px;
}

.btn.red:hover,
.btn.red-big-arrow:hover {
    background: #a20303!important;
}

.btn.red-big-arrow {
    letter-spacing: .05rem
}

.btn.red-big-arrow:after {
    content: "";
    display: block;
    background: transparent url("../img/sprites/sprites.png") no-repeat -86px -2px;
    width: 12px;
    height: 19px;
    float: right;
    margin: 2px 0 0 46px
}

.btn.red-big-arrow:hover {
    background-color: #b61919
}

.btn.blue-big-arrow {
    letter-spacing: .05rem
}

.btn.blue-big-arrow:after {
    content: "";
    display: block;
    background: transparent url("../img/sprites/sprites.png") no-repeat -86px -2px;
    width: 12px;
    height: 19px;
    float: right;
    margin: 2px 0 0 46px
}

.btn.blue-big-arrow:hover {
    background-color: #2d639e
}

.btn.fb,
.btn.tw {
    background: #3561a0;
    background: url(../img/ie9_svg.php?from=3561a0&to=437bb4);
    background: -moz-linear-gradient(top, #437bb4 0%, #3561a0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #437bb4), color-stop(100%, #3561a0));
    background: -webkit-linear-gradient(top, #437bb4 0%, #3561a0 100%);
    background: -o-linear-gradient(top, #437bb4 0%, #3561a0 100%);
    background: -ms-linear-gradient(top, #437bb4 0%, #3561a0 100%);
    background: linear-gradient(to bottom, #437bb4 0%, #3561a0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3561a0', endColorstr='#437bb4', GradientType=0);
    zoom: 1;
    font-size: 17px;
    /*font-size: 1.0625rem;*/
    font-family: Roboto-black, sans-serif
}

.btn.fb:hover,
.btn.tw:hover {
    background: #4878bc
}

.btn.tw {
    background: #439ec0;
    background: url(../img/ie9_svg.php?from=439ec0&to=55b3cd);
    background: -moz-linear-gradient(top, #55b3cd 0%, #439ec0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55b3cd), color-stop(100%, #439ec0));
    background: -webkit-linear-gradient(top, #55b3cd 0%, #439ec0 100%)!important;
    background: -o-linear-gradient(top, #55b3cd 0%, #439ec0 100%);
    background: -ms-linear-gradient(top, #55b3cd 0%, #439ec0 100%);
    background: linear-gradient(to bottom, #55b3cd 0%, #439ec0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#439ec0', endColorstr='#55b3cd', GradientType=0);
    zoom: 1
}

.btn.tw:hover {
    background: #60bfd9!important;
}

.ie9 .btn {
    filter: none
}

.ie8 a.btn.blue-big-arrow:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#2d639e, endColorstr=#2d639e, GradientType=0)
}

.ie8 a.btn.red:hover,
.ie8 a.btn.red-big-arrow:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#a20303, endColorstr=#a20303, GradientType=0)
}

.ie8 a.btn:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#0e3d71, endColorstr=#0e3d71, GradientType=0)
}

.ie8 a.btn.fb:hover,
.ie8 a.btn.tw:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4878bc, endColorstr=#4878bc, GradientType=0)
}

.ie8 a.btn.tw:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#60bfd9, endColorstr=#60bfd9, GradientType=0)
}

.header .search,
.content.sub .search-title .search-sub,
.search,
.form-news .inp-text {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: blue;
    -webkit-box-shadow: inset 2px 2px #e3e6ea;
    -moz-box-shadow: inset 2px 2px #e3e6ea;
    box-shadow: inset 2px 2px #e3e6ea
}

.content.sub .search-title .search-sub a.btn-search,
.search a.btn-search,
.form-news .inp-text a.btn-search {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 1px;
    color: transparent;
    text-indent: -9999px
}

.content.sub .search-title .search-sub input[type="text"],
.search input[type="text"],
.form-news .inp-text input[type="text"] {
    background-color: transparent;
    border: none;
    height: 100%;
    outline: none
}

.header {
    display: block;
    width: 100%;
    height: 95px
}

.header img.logo {
    margin: 20px 0 0 0;
    float: left;
    max-width: 100%;
}

.header .search {
    width: 245px;
    height: 40px;
    background-color: #fafafc;
    float: left;
    position: relative;
    margin: 26px 0 0 236px;
    border: solid 2px #4C7EB5;
    border-radius: 3px;
    box-shadow: none
}

.header .search form {
    height: 40px
}

.header .search .btn-search {
    background: #3d71ac;
    background: url(../img/ie9_svg.php?from=3d71ac&to=4f81b7);
    background: -moz-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f81b7), color-stop(100%, #3d71ac));
    background: -webkit-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: -o-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: -ms-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: linear-gradient(to bottom, #4f81b7 0%, #3d71ac 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3d71ac', endColorstr='#4f81b7', GradientType=0);
    zoom: 1;
    width: 42px;
    height: 40px;
    position: absolute;
    right: -2px;
    top: -2px
}

.header .search .btn-search:hover {
    background: #0e3d71
}

.header .search .btn-search:active {
    background: #0b315a
}

.header .search .btn-search span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 17px;
    height: 16px;
    background: transparent url("../img/sprites/sprites.png") no-repeat 0 0;
    margin-top: 13px
}

.header .search input[type="text"] {
    font-size: 14px;
    /*font-size: 0.875rem;*/
    font-family: Arial, sans-serif;
    width: 203px;
    color: #6b84a2;
    font-weight: 300;
    box-sizing: border-box;
    padding-left: 20px
}

.header ul {
    margin: 29px 0 0 0;
    padding: 0;
    float: right
}

.header ul li {
    list-style: none;
    font-size: 1px;
    color: transparent;
    margin: 0 0 6px 0
}

.header ul li a.cz {
    display: block;
    background: transparent url("../img/sprites/sprites.png") no-repeat -51px -2px;
    width: 22px;
    height: 15px;
    color: transparent
}

.header ul li a.en {
    display: block;
    background: transparent url("../img/sprites/sprites.png") no-repeat -52px -21px;
    width: 22px;
    height: 15px;
    color: transparent
}

.ie9 .header .search .btn-search {
    filter: none
}

.ie8 .header .search input[type="text"] {
    margin-top: 10px
}

ul.global-menu,
ul.second-menu {
    width: 100%;
    margin: 0;
    padding: 0
}

ul.global-menu li,
ul.second-menu li {
    background: #3d71ac;
    background: url(../img/ie9_svg.php?from=3d71ac&to=4f81b7);
    background: -moz-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f81b7), color-stop(100%, #3d71ac));
    background: -webkit-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: -o-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: -ms-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: linear-gradient(to bottom, #4f81b7 0%, #3d71ac 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3d71ac', endColorstr='#4f81b7', GradientType=0);
    zoom: 1;
    list-style: none;
    float: left;
    padding: 0px 0px;
    width: 20%;
    text-align: center;
    cursor: pointer
}

ul.global-menu li:hover,
ul.second-menu li:hover {
    background: #0e3d71
}

ul.global-menu li.menuitem1,
ul.second-menu li.menuitem1 {
    width: 14%
}

ul.global-menu li.menuitem2,
ul.second-menu li.menuitem2 {
    width: 22%
}

ul.global-menu li.menuitem3,
ul.second-menu li.menuitem3 {
    width: 21%
}

ul.global-menu li.menuitem4,
ul.second-menu li.menuitem4 {
    width: 28%
}

ul.global-menu li.menuitem5,
ul.second-menu li.menuitem5 {
    width: 15%
}

ul.global-menu li a,
ul.second-menu li a {
    font-size: 15px;
    /*font-size: 0.9375rem;*/
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    font-family: Roboto-bold, sans-serif;
    text-decoration: none!important;
    color: #ffffff;
    text-align: center;
    letter-spacing: .05rem;
    padding: 10px 15px
}

ul.global-menu li a:hover {
    background-color: #103F74!important;
}

ul.second-menu li a:hover {
    background-color: #103F74!important;
}

ul.global-menu li.first,
ul.second-menu li.first,
ul.global-menu li.first a,
ul.second-menu li.first a {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

ul.global-menu li.last a,
ul.second-menu li.last a {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

ul.global-menu li.last,
ul.second-menu li.last {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

ul.global-menu li.active,
ul.second-menu li.active {
    background: #0e3d71
}

div.eng ul.global-menu li.menuitem1,
div.eng ul.second-menu li.menuitem1 {
    width: 18%
}

div.eng ul.global-menu li.menuitem2,
div.eng ul.second-menu li.menuitem2 {
    width: 23%
}

div.eng ul.global-menu li.menuitem3,
div.eng ul.second-menu li.menuitem3 {
    width: 21%
}

div.eng ul.global-menu li.menuitem4,
div.eng ul.second-menu li.menuitem4 {
    width: 23%
}

div.eng ul.global-menu li.menuitem5,
div.eng ul.second-menu li.menuitem5 {
    width: 15%
}

ul.second-menu {
    margin-bottom: 15px
}

ul.second-menu li {
    float: none;
    padding: 0;
    position: relative;
    filter: none;
    width: 100% !important
}

ul.second-menu li:hover {
    background-color: #0e3d71
}

ul.second-menu li a {
    display: block;
    /*width: 220px;*/
    padding: 9px 0 9px 20px;
    text-align: left
}

ul.second-menu li.first,
ul.second-menu li.first a {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}

ul.second-menu li.last,
ul.second-menu li.last a {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

ul.second-menu li ul.submenu {
    display: none;
    padding: 0px
}

ul.second-menu li ul.submenu li {
    background-color: #0e3d71
}

ul.second-menu li ul.submenu li a {
    color: #C6D3E4;
    padding-left: 40px;
    font-size: 90%;
    background: #3d71ac;
    background: url(../img/ie9_svg.php?from=3d71ac&to=4f81b7);
    background: -moz-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f81b7), color-stop(100%, #3d71ac));
    background: -webkit-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: -o-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: -ms-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: linear-gradient(to bottom, #4f81b7 0%, #3d71ac 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3d71ac', endColorstr='#4f81b7', GradientType=0);
    zoom: 1
}

ul.second-menu li ul.submenu li a:hover {
    color: #ffffff;
    background: none;
    background-color: #0e3d71
}

ul.second-menu li ul.submenu li a.active {
    background: none;
    background: #0e3d71
}

ul.second-menu li ul.submenu li.first {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}

ul.second-menu li ul.submenu li.last {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0px
}

ul.second-menu li.active ul.submenu {
    display: block
}

.ie8 ul.global-menu li a,
.ie8 ul.second-menu li a {
    padding: 12px 56px
}

.ie8 ul.global-menu li.last a,
.ie8 ul.second-menu li.last a {
    padding: 12px 54px
}

.ie8 ul.second-menu li a {
    padding: 12px 30px
}

.ie8 ul.second-menu li {
    background-color: #3d71ac
}

.ie8 ul.second-menu li.active {
    background-color: #0e3d71
}

.ie7 ul.second-menu li {
    background-color: #3d71ac
}

.ie7 ul.second-menu li a {
    width: 199px;
    margin-left: -8px
}

.ie7 ul.second-menu li.active {
    background-color: #0e3d71
}

.ie8 ul.second-menu li ul.submenu li.active {
    background-color: #0e3d71
}

.ie8 ul.second-menu li.last a {
    padding: 12px 30px
}

.ie9 ul.global-menu li,
.ie9 ul.second-menu li {
    filter: none
}

.ie9 ul.global-menu li a,
.ie9 ul.second-menu li a {
    padding: 10px 15px
}

.ie9 ul.global-menu li.last a,
.ie9 ul.second-menu li.last a {
    padding: 10px 15px
}

.ie9 ul.second-menu li a,
.ie9 ul.second-menu li.last a {
    padding: 10px 15px
}

.ie7 ul.global-menu li,
.ie7 ul.second-menu li {
    padding-left: 9px
}

.ie7 ul.level_2 li a {
    width: 140px;
    padding-left: 16px;
    padding-right: 16px
}

.ie7 ul.level_2 li {
    padding-left: 5px
}

.ie7 ul.second-menu li ul.submenu li a {
    padding-left: 18px
}

.welcome {
    background: #dee6f1;
    background: url(../img/ie9_svg.php?from=dee6f1&to=fafbfd);
    background: -moz-linear-gradient(top, #fafbfd 0%, #dee6f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafbfd), color-stop(100%, #dee6f1));
    background: -webkit-linear-gradient(top, #fafbfd 0%, #dee6f1 100%);
    background: -o-linear-gradient(top, #fafbfd 0%, #dee6f1 100%);
    background: -ms-linear-gradient(top, #fafbfd 0%, #dee6f1 100%);
    background: linear-gradient(to bottom, #fafbfd 0%, #dee6f1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dee6f1', endColorstr='#fafbfd', GradientType=0);
    zoom: 1;
    width: 100%;
    height: 285px;
    margin: 0;
    padding: 0
}

.welcome .container {
    height: 100%;
    background: transparent url("../img/bg/welcome_bg.png") no-repeat 27% 100%
}

.welcome .welcome-text {
    height: 241px;
    /*width: 585px;*/
    float: left;
    padding-left: 17px
}

.welcome .welcome-text h1 {
    font-size: 19px;
    /*font-size: 1.1125rem;*/
    font-family: Roboto-black, sans-serif;
    margin-top: 30px;
    letter-spacing: .05rem
}

.welcome .welcome-text .buttons {
    position: relative;
    left: -17px;
}

.welcome .welcome-text p {
    font-size: 13px;
    /*font-size: 0.775rem;*/
    line-height: 24px;
    /*line-height: 1.3rem;*/
    max-width: 520px;
    font-family: Arial, sans-serif;
    color: #50637a;
    text-align: justify;
}

.welcome .welcome-text p strong {
    font-weight: 700;
    color: #2d3641
}

.welcome .welcome-text p.eng {
    max-width: 525px;
    margin-bottom: 5px
}

.welcome .welcome-text a {
    margin-top: 5px
}

.welcome .welcome-crossroad {
    /*width: 395px;*/
    padding: 40px 0;
    float: left;
    height: 244px
}

.welcome .welcome-crossroad .ie7 {
    width: 320px
}

.welcome .welcome-crossroad .crossroad-container {
    background: #0f3865;
    background: url(../img/ie9_svg.php?from=0f3865&to=10447e);
    background: -moz-linear-gradient(top, #10447e 0%, #0f3865 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #10447e), color-stop(100%, #0f3865));
    background: -webkit-linear-gradient(top, #10447e 0%, #0f3865 100%);
    background: -o-linear-gradient(top, #10447e 0%, #0f3865 100%);
    background: -ms-linear-gradient(top, #10447e 0%, #0f3865 100%);
    background: linear-gradient(to bottom, #10447e 0%, #0f3865 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0f3865', endColorstr='#10447e', GradientType=0);
    zoom: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 395px;
    height: 82px;
    margin: 5px 0 0 0;
    padding: 8px 0 0 23px;
    letter-spacing: .05rem;
    display: block
}

.welcome .welcome-crossroad .crossroad-container h2 {
    font-size: 16px;
    /*font-size: 1rem;*/
    color: #ffffff;
    font-family: Roboto-black, sans-serif;
    margin: 0 0 6px 0
}

.welcome .welcome-crossroad .crossroad-container p {
    font-size: 14px;
    /*font-size: 0.875rem;*/
    font-family: Arial, sans-serif;
    color: #6f8aaa;
    margin: 0 0 10px 0
}

.welcome .welcome-crossroad .crossroad-container a {
    font-size: 15px;
    /*font-size: 0.9375rem;*/
    text-transform: uppercase;
    font-family: Roboto-black, sans-serif;
    padding: 8px 22px 8px 18px;
    margin: 0 0 11px 0
}

.welcome .welcome-crossroad .crossroad-container a:hover {
    text-decoration:none!important;
}
.welcome .welcome-text a:hover{
    text-decoration:none!important;
}

.welcome.sub {
    height: 168px;
    position: relative;
    margin-bottom: 25px
}

.welcome.sub .container {
    height: 100%;
    background: transparent url("../img/bg/welcome_sub_bg.png") no-repeat 95% 100%
}

.welcome.sub .container h1 {
    font-size: 29px;
    /*font-size: 1.8125rem;*/
    font-family: Roboto-black, sans-serif;
    margin: 24px 0 0 17px;
    letter-spacing: .04rem;
    clear: both
}

.welcome.sub #breadcrumb ul {
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
    padding: 0
}

.welcome.sub #breadcrumb ul li {
    font-size: 15px;
    /*font-size: 0.9375rem;*/
    font-family: Arial, sans-serif;
    color: #50637a;
    text-decoration: none;
    float: left;
    list-style: none;
    margin-right: 7px
}

.welcome.sub #breadcrumb ul li a {
    color: #4d85c7;
    text-decoration: none
}

.welcome.sub #breadcrumb ul li a:hover {
    text-decoration: underline
}

.welcome.sub #breadcrumb ul li.icon {
    display: inline-block;
    background: transparent url("../img/sprites/sprites.png") no-repeat -301px 0;
    width: 13px;
    height: 14px;
    margin: 3px 0 0 0;
    margin-right: 7px
}

.ie9 .welcome .welcome-crossroad .crossroad-container,
.ie9 .welcome {
    filter: none
}

.ie7 .welcome-crossroad {
    width: 372px
}

.ie7 .welcome .welcome-crossroad .crossroad-container {
    width: 372px
}

.ie7 .newsContent {
    width: 443px
}

.ie7 .foxxy-reset .main-info .list-box {
    width: 468px
}

.main-info.foxxy-reset {
    width: 100%;
    background-color: #fbfdfd;
    padding-bottom: 37px
}

.main-info.foxxy-reset h3 {
    font-size: 19px;
    /*font-size: 1.1875rem;*/
    font-family: Roboto-black, sans-serif;
    color: #000000;
    margin: -2px 0 10px 20px;
    letter-spacing: .05rem
}

.main-info.foxxy-reset a .perex {
    background: #3662a0;
    background: url(../img/ie9_svg.php?from=3d71ac&to=4f81b7);
    background: -moz-linear-gradient(top, #4074ad 0%, #3662a0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4074ad), color-stop(100%, #3662a0));
    background: -webkit-linear-gradient(top, #4074ad 0%, #3662a0 100%);
    background: -o-linear-gradient(top, #4074ad 0%, #3662a0 100%);
    background: -ms-linear-gradient(top, #4074ad 0%, #3662a0 100%);
    background: linear-gradient(to bottom, #4074ad 0%, #3662a0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3662a0', endColorstr='#4074ad', GradientType=0);
    zoom: 1;
    height: 126px;
    max-width: 15%;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 0 20px 0 0;
    padding: 0 20px
}

.main-info.foxxy-reset a .perex.last {
    margin: 0
}

.main-info.foxxy-reset a .perex .ico {
    width: 100%;
    height: 65px;
    line-height: 75px;
    text-align: center;
    margin-bottom: 5px
}

.main-info.foxxy-reset a .perex .ico img {
    vertical-align: middle
}

.main-info.foxxy-reset a .perex h4 {
    font-size: 15px;
    /*font-size: 0.9375rem;*/
    color: #ffffff;
    text-align: center;
    font-family: Roboto-bold, sans-serif;
    letter-spacing: .05rem
}

.main-info.foxxy-reset a:hover .perex {
    background: #0f3865;
    background: url(../img/ie9_svg.php?from=0f3865&to=10447e);
    background: -moz-linear-gradient(top, #10447e 0%, #0f3865 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #10447e), color-stop(100%, #0f3865));
    background: -webkit-linear-gradient(top, #10447e 0%, #0f3865 100%);
    background: -o-linear-gradient(top, #10447e 0%, #0f3865 100%);
    background: -ms-linear-gradient(top, #10447e 0%, #0f3865 100%);
    background: linear-gradient(to bottom, #10447e 0%, #0f3865 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0f3865', endColorstr='#10447e', GradientType=0);
    zoom: 1
}

.main-info.foxxy-reset .newsContent {
    width: 100%
}

.main-info.foxxy-reset .list-box {
    width: 100%;
    height: 150px;
    float: left;
    margin-top: 10px;
    margin-left: 60px
}

.main-info.foxxy-reset .list-box.news {
    margin-left: 0
}

.main-info.foxxy-reset .list-box.news h3:after {
    width: 89%;
    margin: -13px 0 0 798px
}

.main-info.foxxy-reset .list-box h3 {
    float: left
}

.main-info.foxxy-reset .list-box h3:after {
    content: "";
    display: inline-block;
    width: 32%;
    margin: -13px 0 0 128px;
    height: 1px;
    float: right;
    background-color: transparent;
    border-bottom: 3px solid #e9eef6
}

.main-info.foxxy-reset .list-box h3.en:after {
    width: 28%;
    margin: -13px 0 0 110px
}

.main-info.foxxy-reset .list-box a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 0;
    color: transparent;
    display: block;
    width: 27px;
    height: 27px;
    float: right;
    margin: 8px 3px 0 5px
}

.main-info.foxxy-reset .list-box a.next {
    background: #e9eef6 url("../img/sprites/sprites.png") no-repeat -111px -1px
}

.main-info.foxxy-reset .list-box a.next:hover {
    background: #c31818 url("../img/sprites/sprites.png") no-repeat -111px -30px
}

.main-info.foxxy-reset .list-box a.prev {
    background: #e9eef6 url("../img/sprites/sprites.png") no-repeat -161px -1px
}

.main-info.foxxy-reset .list-box a.prev:hover {
    background: #c31818 url("../img/sprites/sprites.png") no-repeat -160px -32px
}

.main-info.foxxy-reset .list-box ul {
    margin: 0;
    padding: 0;
    clear: both
}

.main-info.foxxy-reset .list-box ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-info.foxxy-reset .list-box ul li a {
    font-size: 14px;
    /*font-size: 0.875rem;*/
    font-family: Roboto-bold, sans-serif;
    text-decoration: none;
    width: 100%;
    height: auto;
    color: #000000;
    margin: 0 0 2px 0;
    padding: 2px 2px 2px 21px;
    display: inline;
    background-color: #e9eef6;
    color: #427ec4;
    letter-spacing: .05rem
}

.main-info.foxxy-reset .list-box ul li a:hover {
    background-color: #0d3a6c;
    color: #ffffff
}

.main-info.foxxy-reset .list-box.news ul li a span.ico {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    margin-right: 25px;
    background: transparent url("../img/sprites/sprites.png") no-repeat -202px -3px
}

.main-info.foxxy-reset .list-box.news ul li a:hover span.ico {
    background: transparent url("../img/sprites/sprites.png") no-repeat -201px -33px
}

.main-info.foxxy-reset .list-box.news ul li a span.cal {
    display: inline-block;
    color: #50637a;
    margin-right: 16px
}

.main-info.foxxy-reset .list-box.news ul li a:hover span.cal {
    color: #ffffff
}

.faq.foxxy-reset {
    height: auto;
    width: 100%;
    padding: 0 0 37px 0;
    margin-bottom: 25px;
}

.faq.foxxy-reset .disputesContent {
    width: 480px
}

.faq.foxxy-reset .box {
    /*width: 480px;*/
    height: 150px;
    float: left;
    margin-top: 10px
}

.faq.foxxy-reset .box.examples {
    margin-left: 0
}

.faq.foxxy-reset .box h3 {
    font-size: 19px;
    /*font-size: 1.1875rem;*/
    font-family: Roboto-black, sans-serif;
    color: #000000;
    margin: -2px 0 10px 20px;
    letter-spacing: .05rem;
    float: left
}

.faq.foxxy-reset .box h3:after {
    content: "";
    display: inline-block;
    width: 37%;
    margin: -13px 0 0 160px;
    height: 1px;
    float: right;
    background-color: transparent;
    border-bottom: 3px solid #e9eef6
}

.faq.foxxy-reset .box h3.en:after {
    width: 28%;
    margin: -13px 0 0 110px
}

.faq.foxxy-reset .box h3.whatifh3:after {
    width: 58%;
    margin: -13px 0 0 235px
}

.faq.foxxy-reset .box a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 0;
    color: transparent;
    display: block;
    width: 27px;
    height: 27px;
    float: right;
    margin: 8px 3px 0 5px
}

.faq.foxxy-reset .box a.next {
    background: #e9eef6 url("../img/sprites/sprites.png") no-repeat -111px -1px
}

.faq.foxxy-reset .box a.next:hover {
    background: #c31818 url("../img/sprites/sprites.png") no-repeat -111px -30px
}

.faq.foxxy-reset .box a.prev {
    background: #e9eef6 url("../img/sprites/sprites.png") no-repeat -161px -1px
}

.faq.foxxy-reset .box a.prev:hover {
    background: #c31818 url("../img/sprites/sprites.png") no-repeat -160px -32px
}

.faq.foxxy-reset .box ul {
    margin: 0;
    padding: 0;
    clear: both
}

.faq.foxxy-reset .box ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

.faq.foxxy-reset .box ul li a {
    font-size: 14px;
    /*font-size: 0.875rem;*/
    font-family: Roboto-bold, sans-serif;
    text-decoration: none;
    width: 100%;
    height: auto;
    color: #000000;
    margin: 0 0 2px 0;
    padding: 2px 2px 2px 21px;
    display: inline;
    background-color: #e9eef6;
    color: #427ec4;
    letter-spacing: .05rem
}

.faq.foxxy-reset .box ul li a:hover {
    background-color: #0d3a6c;
    color: #ffffff
}

.faq.foxxy-reset .box .calc-rpsn {
    float: none;
    padding: 10px 20px !important;
    font-size: 15px !important;
    color: #ffffff;
    width: 240px;
    height: 38px;
    margin: 16px 0 0 0
}

.faq.foxxy-reset .box.whatif {
    float: right
}

.faq.foxxy-reset .table {
    margin: 10px 0 0 30px;
    width: 460px;
    float: left;
    padding: 0 30px
}

.faq.foxxy-reset .table h3 {
    font-size: 19px;
    /*font-size: 1.1875rem;*/
    font-family: Roboto-black, sans-serif;
    color: #000000;
    margin: 1px 0 10px 20px;
    letter-spacing: .05rem
}

.faq.foxxy-reset .table h3:after {
    content: "";
    display: inline-block;
    width: 54%;
    margin: 0px 0 5px 18px;
    height: 1px;
    background-color: transparent;
    border-bottom: 3px solid #e9eef6
}

.faq.foxxy-reset .table table {
    margin: 0;
    float: left;
    width: 460px
}

.faq.foxxy-reset .table table tr td {
    padding: 4px 0px 4px 0
}

.faq.foxxy-reset .table table tr td:first-child {
    padding-right: 16px
}

.faq.foxxy-reset .table table tr td a {
    font-size: 15px;
    /*font-size: 0.9375rem;*/
    font-family: Roboto-black, sans-serif;
    color: #929fb0;
    text-decoration: none;
    letter-spacing: 0.05rem
}

.faq.foxxy-reset .table table tr td a:hover {
    color: #617185
}

.faq.foxxy-reset .table table.hp-table-margin {
    margin-bottom: 25px
}

.faq.foxxy-reset .table a.btn {
    color: #ffffff;
    float: left;
    margin: 18px 0 0 20px;
    text-decoration: none;
    padding-right: 29px;
    padding-left: 29px
}

.content.sub {
    /*width: 755px;*/
    /*margin-left: 225px;*/
    /*padding-left: 33px;*/
    margin-bottom: 40px
}

.content.sub h1 {
    font-size: 26px;
    /*font-size: 1.625rem;*/
    font-family: Roboto-black, sans-serif;
    color: #2d3641;
    margin: 10px 0 15px 0;
    letter-spacing: .053rem;
    padding: 0
}

.content.sub h2 {
    font-size: 23px;
    /*font-size: 1.4375rem;*/
    font-family: Roboto-black, sans-serif;
    color: #2d3641;
    margin: 10px 0 15px 0;
    letter-spacing: .053rem;
    padding: 0
}

.content.sub h2.news {
    text-align: justify
}

.content.sub h3,
.content.sub h4 {
    font-size: 16px;
    /*font-size: 1rem;*/
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #2d3641;
    margin: 10px 0 15px 0;
    letter-spacing: .053rem;
    padding: 0
}

.content.sub span.datum {
    font-size: 10px;
    margin-bottom: 10px;
    display: block;
    color: #50637a
}

.content.sub span.datum-prehled {
    font-size: 10px;
    display: block;
    color: #50637a;
    margin-top: -5px
}

.content.sub .article h3 {
    overflow: hidden;
    font-size: 16px;
    /*font-size: 1rem;*/
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #2d3641;
    margin: 10px 0 15px 0;
    letter-spacing: .053rem;
    padding: 0px;
    width: 100%;
    text-align: left;
    display: inline;
    background: #ffffff;
    padding-right: 10px
}

.content.sub .article h3:before,
.content.sub .article h3:after {
    background-color: #000
}

.content.sub .article .line {
    border-bottom: 3px solid #e9eef6;
    height: 20px;
    position: absolute;
    width: 90%;
    margin-top: -8px;
    z-index: -1
}

.content.sub .article img {
    float: left;
    margin: 0 30px 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.content.sub .article .kratky-popis {
    height: 160px;
    margin-top: 11px;
    cursor: pointer
}

.content.sub .article .kratky-popis-kariera {
    margin-top: 11px;
    margin-bottom: 50px
}

.content.sub .article .text-right {
    position: absolute;
    margin-left: 613px;
    margin-top: -85px
}

.content.sub .article .btn {
    width: 100px;
    text-decoration:none!important;
}

.content.sub p {
    font-size: 14px;
    /*font-size: 0.875rem;*/
    line-height: 22px;
    /*line-height: 1.375rem;*/
    font-family: Arial, sans-serif;
    color: #50637a;
    margin-bottom: 10px;
    text-align: justify
}

.content.sub p em{
    font-size: 12px!important;
}

.content.sub p strong {
    font-size: 14px!important;
}


.content.sub p strong {
    color: #2d3641
}

.content.sub p a {
    color: #3c70ab;
    font-size: 14px!important;
    text-decoration:underline!important;
    word-wrap: break-word;
    max-width: 300px;
}

.content.sub p a:hover {
    text-decoration: none!important;
}

.content.sub p u a {
    text-decoration: none!important;
}

.content.sub p img {
    float: left;
    margin: 0 30px 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.content.sub p.notice {
    font-style: italic;
    color: #909fb1
}

.content.sub ul {
    margin: 0 0 10px 30px;
    padding: 0
}

.content.sub ul li {
    font-size: 14px;
    /*font-size: 0.875rem;*/
    line-height: 22px;
    /*line-height: 1.375rem;*/
    font-family: Arial, sans-serif;
    color: #50637a;
    padding-left: 10px
}

.content.sub ul li u {
    font-size: 14px!important;
}

.content.sub ul li a {
    color: #3c70ab;
    font-size: 14px!important;
}

.content.sub ul .plus {
    list-style-image: url("../img/ico/list_style_plus.png")
}

.content.sub ul .plus .prvni_uroven {
    color: #2d3641
}

.content.sub ul .plus .prvni_uroven:hover {
    color: #4578B0;
    text-decoration: underline
}

.content.sub ul .plus .druha_uroven {
    color: #2d3641
}

.content.sub ul .plus .druha_uroven:hover {
    color: #4578B0;
    text-decoration: underline
}

.content.sub ul .minus {
    list-style-image: url("../img/ico/list_style.png")
}

.content.sub ul .minus .prvni_uroven {
    color: #4578B0;
    text-decoration: underline
}

.content.sub ul .minus .prvni_uroven:hover {
    color: #4578B0;
    text-decoration: underline
}

.content.sub ul .minus .druha_uroven {
    color: #2d3641
}

.content.sub ul .minus .druha_uroven:hover {
    color: #4578B0;
    text-decoration: underline
}

.content.sub ul .down {
    list-style-image: url("../img/ico/list_style_down.png")
}

.content.sub .krokovac ul {
    margin: 0;
    padding: 0;
    display: block;
    height: 130px;
    margin-top: 30px
}

.content.sub .krokovac ul li {
    list-style: none;
    float: left;
    display: block;
    width: 102px;
    text-align: center;
    background-color: #f4f7fa;
    height: 97px;
    padding-top: 20px;
    padding-left: 2px;
    padding-right: 2px;
    border-left: 1px dashed #bcc1c6
}

.content.sub .krokovac ul li a,
.content.sub .krokovac ul li div.not-activated {
    text-decoration: none;
    display: table-cell;
    text-align: center;
    width: 102px;
    height: 69px;
    vertical-align: middle;
    color: #50637a
}

.content.sub .krokovac ul li a:hover {
    text-decoration: underline
}

.content.sub .krokovac ul li.first {
    border-left: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.content.sub .krokovac ul li.last {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.content.sub .krokovac ul li .number {
    width: 24px;
    height: 24px;
    background: transparent url("../img/pruvodce-inactive.png") no-repeat 0px 0px;
    position: absolute;
    margin-top: -30px;
    margin-left: 38px;
    line-height: 24px;
    font-weight: bold
}

.content.sub .krokovac ul li.active .number {
    color: #ffffff;
    background: transparent url("../img/pruvodce-active.png") no-repeat
}

.content.sub .krokovac ul li.active a {
    font-weight: bold
}

.content.sub .krokovac ul li.active a:hover {
    text-decoration: none
}

.content.sub .krokovac .line {
    width: 89%;
    height: 3px;
    border-bottom: 3px solid #5f85b1;
    position: relative;
    top: 32px;
    left: 42px
}

.krokovac{
    max-width: 100%;
}

.content.sub a.btn {
    color: #ffffff;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none!important;
}

.content.sub a.btn:hover {
    text-decoration: none!important;
}

.content.sub blockquote {
    font-size: 14px;
    /*font-size: 0.875rem;*/
    line-height: 22px;
    /*line-height: 1.375rem;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    font-style: italic;
    color: #50637a;
    padding: 20px;
    background-color: #f4f7fa;
    margin: 0 0 30px 0
}

.content.sub blockquote a {
    color: #3c70ab
}

.content.sub table thead {
    font-size: 14px;
    /*font-size: 0.875rem;*/
    font-family: Arial, sans-serif;
    font-weight: 700;
    background-color: #3c6fab;
    color: #ffffff
}

.content.sub table thead tr th {
    text-align: left;
    padding: 18px 0px 18px 30px;
    border-left: 2px solid #a1b8c3;
    min-width: 100px
}

.content.sub table thead tr th:first-child {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: none
}

.content.sub table thead tr th:last-child {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.content.sub table tr:nth-child(2n+2) {
    background-color: #f4f7fa
}

.content.sub table tr td {
    font-family: Arial, sans-serif;
    color: #50637a;
    padding: 12px 50px 12px 30px;
    border-left: 2px solid #f7f7f7
}

.content.sub table tr td strong {
    color: #2d3641
}

.content.sub table tr td:first-child {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: none;
    width: 40%;
}

.content.sub table tr td:last-child {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.content.sub table tr td.desc {
    padding: 12px 20px 12px 30px
}

.content.sub table.dotaz {
    width: 100%
}

.content.sub table.dotaz tr {
    background-color: #f4f7fa !important;
    border-bottom: 5px solid #fff
}

.content.sub table.dotaz td {
    border: none;
    margin-bottom: 1em
}

.content.sub table.dotaz td.nopadding {
    padding: 0
}

.content.sub table.dotaz input {
    width: 100%;
    height: 30px;
    border: 1px solid #b3b3b3
}

.content.sub table.dotaz textarea {
    resize: none;
    width: 100%;
    height: 150px;
    border: 1px solid #b3b3b3
}

.content.sub table.no-style tr {
    background-color: #ffffff
}

.content.sub table.no-style tr td {
    vertical-align: top;
    padding: 10px;
    width: 33.333%;
    text-align: justify
}

.content.sub .multiimg a {
    text-decoration: none
}

.dotaz-ptejte-se-arbitra .radios div span {
    position: relative;
    top: -20px;
}

.radios span {
    margin-left: 25px;
}

.content.sub .multiimg img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.content.sub .multiimg .foto-nahledy {
    margin-left: 561px;
    width: 163px
}

.content.sub .strankovani {
    text-align: center
}

.content.sub .strankovani .pages {
    display: inline-block
}

.content.sub .strankovani a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: block;
    background-color: #E8EDF5;
    float: left;
    color: #4D85C7;
    padding: 5px;
    text-decoration: none;
    margin-right: 4px
}

.content.sub .strankovani a:hover {
    text-decoration: underline
}

.content.sub .strankovani a.active {
    background-color: #3d71ac;
    color: #ffffff
}

.content.sub .strankovani span {
    float: left;
    margin-right: 4px;
    height: 38px;
    line-height: 38px
}

.content.sub .search-title {
    display: inline-block;
    margin: 30px 0;
    padding: 0
}

.content.sub .search-title .show-close {
    display: inline-block;
    color: #ffffff;
    margin: 0 38px 0 0;
    text-decoration: none;
    padding: 10px 12px;
    background-color: #497bb2;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: left
}

.content.sub .search-title .show-close:hover {
    background-color: #0E3D71
}

.content.sub .search-title h3 {
    margin: 0;
    padding: 10px 0 0 0;
    float: left
}

.content.sub .search-title .search-sub {
    background-color: #fafafc;
    width: 240px;
    margin: 0 0 0 8px;
    float: left
}

.content.sub .search-title .search-sub form {
    height: 41px;
    position: relative
}

.content.sub .search-title .search-sub form input[type="text"] {
    font-size: 14px;
    /*font-size: 0.875rem;*/
    font-family: Arial, sans-serif;
    width: 203px;
    height: 100%;
    color: #6b84a2;
    font-weight: 300;
    box-sizing: border-box;
    padding-left: 20px
}

.content.sub .search-title .search-sub form a {
    background: #3d71ac;
    background: url(../img/ie9_svg.php?from=3d71ac&to=4f81b7);
    background: -moz-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f81b7), color-stop(100%, #3d71ac));
    background: -webkit-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: -o-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: -ms-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: linear-gradient(to bottom, #4f81b7 0%, #3d71ac 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3d71ac', endColorstr='#4f81b7', GradientType=0);
    zoom: 1;
    width: 52px;
    height: 40px;
    position: absolute;
    right: 0
}

.content.sub .search-title .search-sub form a:hover {
    background: #0e3d71
}

.content.sub .search-title .search-sub form a:active {
    background: #0b315a
}

.content.sub .search-title .search-sub form a span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 17px;
    height: 16px;
    background: transparent url("../img/sprites/sprites.png") no-repeat 0 0;
    margin-top: 13px
}

.content.sub #search_result {
    text-align: left;
    margin: 15px 0
}

.content.sub #search_result h2 {
    text-align: left
}

.search {
    margin: 36px 0 30px 0;
    background-color: #fafafc;
    width: 500px
}

.search #search_form2 {
    height: 41px;
    position: relative
}

.search #search_form2 input[type="text"] {
    font-size: 14px;
    /*font-size: 0.875rem;*/
    font-family: Arial, sans-serif;
    width: 403px;
    height: 100%;
    color: #6b84a2;
    font-weight: 300;
    box-sizing: border-box;
    padding-left: 20px
}

.search #search_form2 a {
    background: #3d71ac;
    background: url(../img/ie9_svg.php?from=3d71ac&to=4f81b7);
    background: -moz-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f81b7), color-stop(100%, #3d71ac));
    background: -webkit-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: -o-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: -ms-linear-gradient(top, #4f81b7 0%, #3d71ac 100%);
    background: linear-gradient(to bottom, #4f81b7 0%, #3d71ac 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3d71ac', endColorstr='#4f81b7', GradientType=0);
    zoom: 1;
    width: 52px;
    height: 40px;
    position: absolute;
    right: 0
}

.search #search_form2 a:hover {
    background: #0e3d71
}

.search #search_form2 a:active {
    background: #0b315a
}

.search #search_form2 a span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 17px;
    height: 16px;
    background: transparent url("../img/sprites/sprites.png") no-repeat 0 0;
    margin-top: 13px
}

.ie9 .main-info.foxxy-reset a .perex {
    filter: none
}

.ie .main-info.foxxy-reset .list-box h3:after {
    content: "";
    display: inline-block;
    width: 33%;
    margin: -12px 0 0 360px;
    height: 1px;
    float: right;
    background-color: transparent;
    border-bottom: 3px solid #e9eef6
}

.ie .main-info.foxxy-reset .list-box.news h3:after {
    content: "";
    display: inline-block;
    width: 75%;
    margin: -12px 0 0 360px;
    height: 1px;
    float: right;
    background-color: transparent;
    border-bottom: 3px solid #e9eef6
}

.left {
    float: left
}

.right {
    float: right
}

.content.sub .navrh-vnitrek div {
    /*font-size: 0.875rem;*/
    line-height: 2.375rem;
    font-family: Arial, sans-serif;
    color: #50637a
}

.content.sub .navrh-vnitrek a.upload-souboru {
    float: left;
    margin-right: 15px;
    color: #3c70ab;
    height: 30px;
    display: block;
    width: 660px
}

.content.sub .navrh-vnitrek div.deletefile {
    float: right;
    cursor: pointer
}

.content.sub .navrh-vnitrek div.deletefile input {
    cursor: pointer
}

.content.sub .navrh-vnitrek table {
    width: 100%;
    margin-bottom: 20px;
}

.content.sub .navrh-vnitrek table tr {
    background-color: #f4f7fa;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px
}

.content.sub .navrh-vnitrek table tr td {
    padding: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-weight: bold
}

.content.sub .navrh-vnitrek table tr td:first-child {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /*width: 200px*/
}

.content.sub .navrh-vnitrek table tr td:last-child {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px
}

.content.sub .navrh-vnitrek table tr td.aligntop {
    vertical-align: top
}

.content.sub .navrh-vnitrek table tr td input,
.content.sub .navrh-vnitrek table tr td textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-top: 2px solid #e3e6ea;
    border-left: 2px solid #e3e6ea;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 100%;
    height: 38px
}

.content.sub .three-buttons a.btn.section-btn {
    max-width: 32%;
    min-height: 86px;
    display: inherit;
    float: left;
    margin-left: 10px;
}

.fa-trash-o {
    margin-left: 0!important;
}
.content.sub .navrh-vnitrek table tr td textarea {
    resize: none
}

.content.sub .navrh-vnitrek table tr td .textarea-big {
    height: 300px
}

.content.sub .navrh-vnitrek table tr td div.doplnujici-info {
    font-size: 80%;
    font-weight: normal
}

.content.sub .navrh-vnitrek table tr td i {
    margin-left: 15px;
    cursor: pointer
}

.content.sub .navrh-vnitrek table tr td i img {
    position: relative;
    top: 5px
}

.content.sub .navrh-vnitrek input[type="submit"] {
    border: none
}

.tipsy {
    padding: 5px;
    font-size: 10px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-repeat: no-repeat;
    background-image: url(img/tipsy3.gif)
}

.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: #1c7397;
    color: white;
    max-width: 200px;
    text-align: center;
    font-size: 12px
}

.tipsy-inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tipsy-north {
    background-position: top center
}

.tipsy-south {
    background-position: bottom center
}

.tipsy-east {
    background-position: right center
}

.tipsy-west {
    background-position: left center
}

table.kontakt td {
    width: 230px
}

.ie7 .sub.content {
    width: 720px
}

.ie7 .foxxy-reset.main-info a .perex {
    width: 199px
}

.ie7 .foxxy-reset.main-info .newsContent {
    width: 443px
}

.ie7 .foxxy-reset.main-info .disputesContent {
    width: 443px
}

.ie7 .foxxy-reset.main-info .list-box {
    width: 468px
}

.ie7 .sub.content .krokovac ul li {
    width: 97px
}

.ie7 .sub.content .krokovac ul li.first .number {
    margin-left: 11px
}

.ie7 .sub.content .navrh-vnitrek table tr td input,
.ie7 .sub.content .navrh-vnitrek table tr td textarea {
    width: 411px
}

.documents {
    width: 100%
}

.documents td {
    text-align: center;
    padding: 10px 0 !important
}

.documents td a {
    font-family: Roboto-medium, sans-serif;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 25px;
    text-align: center;
    background-color: #4376af;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.documents td a:hover {
    background-color: #0e3d71
}

.documents td:first-child {
    text-align: left
}

.documents td:last-child {
    text-align: right
}

.form-news .kategory-title {
    font-size: 17px;
    line-height: 22px;
    font-family: Roboto-black, sans-serif;
    color: #000000
}

.form-news .vnoreny-checkbox,
.form-news label {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #50637a;
    padding: 10px 0 0
}

.form-news .vnoreny-checkbox span,
.form-news label span {
    padding: 0 0 0 10px
}

.form-news .inp-text {
    font-size: 14px;
    /*font-size: 0.875rem;*/
    font-family: Arial, sans-serif;
    color: #6b84a2;
    font-weight: 300;
    box-sizing: border-box;
    padding: 12px 0 12px 10px;
    background-color: #fafafc;
    border: none;
    margin: 0 0 20px 0
}

.form-bottom .odeslat {
    background: #4AA6C4
}

.form-bottom .odeslat:hover {
    background: rgba(74, 166, 196, 0.8)
}

.rpsn-container {
    width: 980px;
    margin: auto;
    font-family: Arial, sans-serif
}

.rpsn-container h2 {
    font-size: 21px;
    font-family: Roboto-black, sans-serif;
    letter-spacing: .05rem;
    color: #0e3d71
}

.rpsn-container p {
    font-size: 13px;
    color: #0e3d71;
    padding: 20px 0
}

.rpsn-container .rpsn-btn {
    display: inline-block;
    color: #ffffff;
    margin: 5px 0 15px;
    text-decoration: none;
    padding: 10px 12px;
    background-color: #497bb2;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 240px;
    height: 74px;
    vertical-align: middle;
    text-align: center
}

.rpsn-container .rpsn-btn:hover {
    background-color: #0E3D71
}

.rpsn-container .rpsn-btn .text {
    vertical-align: 50%
}

.rpsn-container .table-container {
    font-size: 15px
}

.rpsn-container .table-container tr td {
    width: 40%
}

.rpsn-container .table-container tr td h3 {
    font-size: 18px;
    font-family: Roboto-black, sans-serif;
    color: #000000;
    margin: 15px 0 10px 0;
    letter-spacing: .05rem
}

.rpsn-container .table-container tr td span i {
    font-size: 14px;
    color: #C43131
}

.rpsn-container .table-container tr td .user-data tr {
    width: 100%
}

.rpsn-container .table-container tr td .user-data tr .label_td {
    width: 295px
}

.rpsn-container .table-container tr td .user-data tr .data_td {
    width: 120px
}

.rpsn-container .table-container tr td .user-data tr .data_td .input90 {
    width: 90px;
    margin: 0 0 5px 0
}

.rpsn-container .table-container tr td .calculate,
.rpsn-container .table-container tr td .storno {
    float: right;
    padding: 20px 40px;
    margin: 50px 0 0
}

.rpsn-container .table-container tr td .storno {
    margin: 50px 0 0 10px
}

.rpsn-container .table-container tr .vatop {
    vertical-align: top;
    width: 60%;
    padding: 0 0 0 10px;
    font-size: 12px
}

.rpsn-container .table-container tr .vatop h3 {
    font-size: 18px
}

.rpsn-container .table-container tr .vatop h4 {
    font-size: 15px
}

.result {
    display: none;
    font-family: Arial, sans-serif
}

.result #rpsn_final_result {
    font-size: 24px;
    color: #c33131
}

.result .res-butts,
.result .res-show {
    border: none;
    font-family: Arial, sans-serif !important;
    height: 48px;
    padding: 6px 5px;
    font-size: 14px;
    vertical-align: top;
    margin: 20px 0 0
}

.result .res-butts {
    width: 49%
}

.result .res-show {
    width: 100%
}

.result label {
    display: inlbetaine-block;
    padding: 20px 0 10px !important
}

.result input {
    width: 100%;
    height: 40px;
    border: 2px solid #4c7eb4;
    border-radius: 3px;
    font-family: Arial, sans-serif !important;
    font-size: 16px;
    padding: 2px 15px
}

.modal_pomocny_vypocet table {
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 100%
}

.modal_pomocny_vypocet table tr {
    width: 100%
}

.modal_pomocny_vypocet table tr td {
    line-height: 28px
}

.modal_pomocny_vypocet table tr td:nth-child(1) {
    width: 50%
}

.modal_pomocny_vypocet table tr td:nth-child(2),
.modal_pomocny_vypocet table tr td:nth-child(3) {
    width: 25%;
    text-align: center
}

.modal_pomocny_vypocet table tr:last-child {
    text-align: center
}

.modal_pomocny_vypocet table tr:last-child button {
    border: none;
    padding: 20px 40px;
    margin: 30px 10px 10px 0
}

.sidebar {
    width: 220px;
    float: left
}

.sidebar h3 {
    font-size: 17px;
    /*font-size: 1.0625rem;*/
    font-family: Roboto-black, sans-serif;
    color: #000000;
    margin: 0 0 13px 20px;
    letter-spacing: .05rem
}

.sidebar .quick-links {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #e8edf5;
    /*width: 220px;*/
    margin-bottom: 30px
}

.sidebar .quick-links a {
    display: block;
    /*width: 220px;*/
    height: 88px;
    text-decoration: none
}

.sidebar .quick-links a:hover {
    background-color: #e1e7f2
}

.sidebar .quick-links a.first {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.sidebar .quick-links a.last {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.sidebar .quick-links .ico {
    text-align: center;
    line-height: 88px;
    width: 90px;
    float: left
}

.sidebar .quick-links .ico img {
    vertical-align: middle
}

.sidebar .quick-links span {
    font-size: 15px;
    /*font-size: 0.9375rem;*/
    font-family: Roboto-bold, sans-serif;
    color: #4d85c7;
    text-decoration: none;
    letter-spacing: 0.05rem;
    text-decoration: none;
    margin-top: 23px;
    float: left
}

.footer {
    width: 100%;
    height: 175px;
    background-color: #20272e;
    float: left
}

.footer .other-links,
.footer .contact,
.footer .social {
    float: left;
    /*margin-right: 165px*/
}

.footer .other-links h4,
.footer .contact h4,
.footer .social h4 {
    font-size: 17px;
    /*font-size: 1.0625rem;*/
    font-family: Roboto-black, sans-serif;
    color: #ffffff;
    margin: 15px 0 12px 20px;
    letter-spacing: .05rem
}

.footer .other-links ul,
.footer .contact ul,
.footer .social ul {
    margin: 0 0 0 22px;
    padding: 0
}

.footer .other-links ul li,
.footer .contact ul li,
.footer .social ul li {
    list-style: none;
    margin-bottom: 1px
}

.footer .other-links ul li a,
.footer .contact ul li a,
.footer .social ul li a {
    font-size: 13px;
    /*font-size: 0.8125rem;*/
    font-family: Arial, sans-serif;
    color: #747e8a
}

.footer .other-links ul li a:hover,
.footer .contact ul li a:hover,
.footer .social ul li a:hover {
    color: #d0deed
}

.footer .contact {
    /*margin-right: 85px*/
}

.footer .contact table {
    margin: 0 0 0 22px
}

.footer .contact table tr td {
    font-size: 13px;
    /*font-size: 0.8125rem;*/
    font-family: Arial, sans-serif;
    color: #747e8a;
    margin-bottom: 10px
}

.footer .contact table tr td:first-child {
    padding-right: 30px
}

.footer .contact table tr td a {
    color: #b8c5d3;
    text-decoration: underline
}

.footer .contact table tr td a:hover {
    text-decoration: none
}

.footer .contact table.dat-schranka {
    margin-top: 30px
}

.footer .social {
    margin-right: 0
}

.footer .social a {
    display: block;
    float: none;
    margin-left: 22px;
    margin-bottom: 15px;
    padding: 10px 36px 10px 52px;
    position: relative
}

.footer .social a:hover {
    text-decoration: none!important;
}

.footer .social a span.fb,
.footer .social a span.btn.tw {
    background: transparent url("../img/sprites/sprites.png") no-repeat -253px 0;
    width: 13px;
    height: 25px;
    display: inline-block;
    top: 9px;
    left: 17px;
    position: absolute
}

.footer .social a span.tw {
    background: transparent url("../img/sprites/sprites.png") no-repeat -271px -25px;
    width: 27px;
    height: 23px;
    display: inline-block;
    top: 9px;
    left: 13px;
    position: absolute
}

.copy {
    width: 100%;
    height: 60px;
    background-color: #0d0f12;
    clear: both;
    text-align: center
}

.copy p {
    font-size: 13px;
    /*font-size: 0.8125rem;*/
    font-family: Arial, sans-serif;
    padding: 25px 0 0 0;
    color: #4b5158
}

.copy .get-news {
    color: #4b5158
}

.copy .get-news:hover {
    color: #ffffff
}

div.content p {
    line-height: 150%;
    margin: 5px 0px;
    font-size: 80%;
    color: #4b4b4b;
    padding: 0px
}

div.content table td {
    font-size: 90%;
    padding: 3px 5px;
    line-height: 150%
}

div.content ul li {
    font-size: 12px;
    padding: 3px 0px 3px 0px;
    margin: 0px;
    line-height: 150%;
    color: #4b4b4b;
    background: none
}

div.content ol li {
    font-size: 90%;
    padding: 5px 0px 5px 0px;
    background: none;
    line-height: 150%
}

div.content a:hover {
    text-decoration: underline!important;
}

div.content strong {
    color: black;
    font-size: 16px!important;
}

div.content table {
    font-size: 100%;
    border: none;
    border-collapse: collapse;
}

div.content p li,
div.content p li,
div.content p h1,
div.content p h2,
div.content p h3,
div.content p h4,
div.content p h5,
div.content p h6,
div.content p p,
div.content p td,
div.content p table,
div.content div table,
div.content table td table td,
div.content table td div,
div.content table td p,
div.content table td li {
    line-height: 100%;
    font-size: 100%
}

div.content h1 {
    color: #ff8636;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    padding: 10px 0px 5px 0px;
    font-weight: bold
}

div.content h2 {
    color: #ff8636;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    padding: 10px 0px 0px 0px;
    font-weight: bold
}

div.content h3 {
    color: #ff8636;
    font-size: 16px;
    margin: 0px 0px 6px 0px;
    background: none;
    text-decoration: none;
    padding: 12px 0px 0px 0px;
    font-weight: bold
}

div.content h4 {
    color: #ff8636;
    font-size: 90%;
    margin: 5px 0px 2px 0px;
    background: none;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    font-weight: bold
}

div.content h5 {
    color: #ff8636;
    font-size: 80%;
    margin: 4px 0px 4px 0px;
    background: none;
    padding: 0px 0px 0px 0px
}

div.content h6 {
    color: #ff8636;
    font-size: 70%;
    margin: 0px 0px 0px 0px
}

div.content h2 a,
div.content h3 a,
div.content h4 a,
div.content h5 a,
div.content h6 a,
div.content h2 a:visited,
div.content h3 a:visited,
div.content h4 a:visited,
div.content h5 a:visited,
div.content h6 a:visited {
    color: #ff8636
}

div.content ul {
    list-style-type: disc;
    margin: 5px 0px 0px 20px;
    padding: 0px 0px 0px 20px
}

div.content ul li p,
div.content ul li div {
    line-height: 100%;
    font-size: 100%
}

div.content p ul li {
    font-size: 120%
}

div.content ul li li {
    font-size: 100%
}

div.content ol {
    list-style-type: decimal;
    margin: 15px 0px;
    padding: 0px 0px 0px 30px
}

div.content ol li p,
div.content ol li div {
    line-height: 100%;
    font-size: 100%
}

div.content p ol li {
    font-size: 120%
}

div.content ol li li {
    font-size: 100%
}

div.content img {
    border: none
}

div.content img.left {
    margin: 18px 20px 5px 0px;
    float: left
}

div.content img.right {
    margin: 10px 20px 5px 0px;
    float: right
}

div.content blockquote {
    padding: 5px 0px 5px 20px;
    margin: 0px 0px 0px 0px
}

div.content ul li {
    background: url("img/content-bullet.png") no-repeat 10px 50%
}

div.content hr {
    border-top: dashed 1px #50637a
}

div.content fieldset {
    border: 1px solid #efefef
}

div.content fieldset legend {
    font-size: 70%
}

div.content .info-panel {
    padding: 10px 20px 10px 20px;
    border: 1px solid #4f5a63
}

div.content .table-s-okrajem td {
    padding: 10px 20px 10px 20px;
    border: 1px solid #4f5a63;
    border: 1px solid #000
}

div.content .alert-panel {
    padding: 10px 20px 10px 20px;
    border: 1px solid red
}

.navbar-toggle{
    background-color:#497BB3!important;
    color:white!important;
    font-weight: bold!important;
    font-size: 14px!important;
}

.navbar-toggle:hover {
    background-color:#0E3D71!important;

}

.navbar-collapse.in{
    overflow-y: visible!important;
}

.content .pruvodce-form.step-2 table tr td input[type=text], .content .pruvodce-form.step-2 table tr td textarea, .content .pruvodce-form.step-3 table tr td input[type=text], .content .pruvodce-form.step-3 table tr td textarea{
    width: 95%;
    height: 30px;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.content .pruvodce-form.step-6 table.pruvodce-prilohy tr td:nth-child(2) .btn{
    padding: 5px 9px!important;
    border: none;
    margin-left: 10px;
}

.content .pridat-dalsiho-navrhovatele .btn {
    padding: 3px 6px!important;
    font-weight: normal;
    border: none;
    margin-bottom: 20px;
}

.content.sub div.krokovac ul li {
    width: 12.5%;
    height: 90px;
}

.mail-send-button {
    width: 70%!important;
}

.width-auto{
    width: auto!important;
}

@media screen and (max-width: 1199px) {
    .header{
        margin-bottom: 70px;
    }
    .header .search {
        margin: 26px 0 0 160px;
    }
    .content.sub .article .text-right {
        margin-left: 535px;
    }
    .main-info.foxxy-reset a .perex {
        max-width: 31%;
        width: 31%;
        margin-bottom: 15px;
    }
    .welcome {
        height: 306px;
    }
    .faq.foxxy-reset .box h3.whatifh3:after{
        margin: -13px 0 0 200px;
    }
    .faq.foxxy-reset .box h3.en:after{
        margin: -13px 0 0 90px;
    }
    #kam_zaslat_odpoved_0 {
        width: 7%;
    }
    #kam_zaslat_odpoved_1 {
        width: 7%;
    }
    .dotaz-ptejte-se-arbitra .radios div span{
        top: -12px!important;
    }
    .content.sub .krokovac ul li.active a{
        font-size: 89%!important;
    }
    div.content ul li p, div.content ul li div{
        font-size: 89%;
    }
    .mail-send-button {
        width: 85%!important;
    }
    .content .pruvodce-form.step-2 table tr td:first-child, .content .pruvodce-form.step-3 table tr td:first-child{
        width: auto;
    }
}

@media screen and (max-width: 991px) {
    .footer{
        height: 370px;
    }
    div.eng ul.global-menu li.menuitem1{
        height: 60px;
        padding-top: 10px;
    }
    div.eng ul.global-menu li.menuitem2{
        height: 60px;
    }
    div.eng ul.global-menu li.menuitem3{
        height: 60px;
    }
    div.eng ul.global-menu li.menuitem4{
        height: 60px;
    }
    div.eng ul.global-menu li.menuitem5{
        height: 60px;
        padding-top: 10px;
    }
    .header .search {
        margin: 26px 0 0 15px;
    }
    .main-info.foxxy-reset a .perex {
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }
    .welcome .welcome-text p{
        max-width: 100%;
    }
    .main-info.foxxy-reset .list-box.news h3:after {
        width: 71%;
        margin: -13px 0 0 500px
    }

}

@media screen and (max-width: 789px) {
    .content.sub .article .text-right {
        margin-left: 0px;
    }
    .content.sub .article .kratky-popis{
        height: auto;
        margin-bottom: 89px;
    }
    .main-info.foxxy-reset .list-box.news h3:after {
        width: 80%;
        margin: -13px 0 0 300px
    }
}

@media screen and (max-width: 769px) {
    div.eng ul.global-menu li.menuitem1{
        width:100%;
        height: auto;
        padding-top: 0;
    }
    ul.global-menu li.menuitem1 a{
        background-color: white;
        color: #4376B0;
    }
    ul.global-menu li.menuitem1 a:hover{
        background-color: white!important;
        color: #0E3D71!important;
    }
    ul.global-menu li.menuitem1 a:active{
        background-color: white!important;
        color: #0E3D71!important;
    }
    ul.global-menu li.menuitem1 a:focus{
        background-color: white!important;
        color: #0E3D71!important;
    }

    div.eng ul.global-menu li.menuitem2{
        width:100%;
        height: auto;
    }
    ul.global-menu li.menuitem2 a{
        background-color: white;
        color: #4376B0;
    }
    ul.global-menu li.menuitem2 a:hover{
        background-color: white!important;
        color: #0E3D71!important;
    }
    ul.global-menu li.menuitem2 a:active{
        background-color: white!important;
        color: #0E3D71!important;
    }
    ul.global-menu li.menuitem2 a:focus{
        background-color: white!important;
        color: #0E3D71!important;
    }

    div.eng ul.global-menu li.menuitem3{
        width:100%;
        height: auto;
    }
    ul.global-menu li.menuitem3 a{
        background-color: white;
        color: #4376B0;
    }
    ul.global-menu li.menuitem3 a:hover{
        background-color: white!important;
        color: #0E3D71!important;
    }
    ul.global-menu li.menuitem3 a:active{
        background-color: white!important;
        color: #0E3D71!important;
    }
    ul.global-menu li.menuitem3 a:focus{
        background-color: white!important;
        color: #0E3D71!important;
    }


    div.eng ul.global-menu li.menuitem4{
        width:100%;
        height: auto;
    }
    ul.global-menu li.menuitem4 a{
        background-color: white;
        color: #4376B0;
    }
    ul.global-menu li.menuitem4 a:hover{
        background-color: white!important;
        color: #0E3D71!important;
    }
    ul.global-menu li.menuitem4 a:active{
        background-color: white!important;
        color: #0E3D71!important;
    }
    ul.global-menu li.menuitem4 a:focus{
        background-color: white!important;
        color: #0E3D71!important;
    }

    div.eng ul.global-menu li.menuitem5{
        width:100%;
        height: auto;
        padding-top: 0;
    }
    ul.global-menu li.menuitem5 a{
        background-color: white;
        color: #4376B0;
    }
    ul.global-menu li.menuitem5 a:hover{
        background-color: white!important;
        color: #0E3D71!important;
    }
    ul.global-menu li.menuitem5 a:active{
        background-color: white!important;
        color: #0E3D71!important;
    }
    ul.global-menu li.menuitem5 a:focus{
        background-color: white!important;
        color: #0E3D71!important;
    }

    .welcome{
        background: none;
    }
    .welcome .container{
        background: none;
    }

    .welcome.sub .container{
        background: none;
    }

}

@media screen and (max-width: 760px){
    .content.sub .three-buttons a.btn.section-btn {
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }
}


@media screen and (max-width: 732px) {
    .krokovac ul{
        display: none!important;
    }
    .content.sub .krokovac .line{
        display: none!important;
    }
}

@media screen and (max-width: 578px) {
    .welcome .welcome-crossroad {
        margin-top: 25px;
    }
}

@media screen and (max-width: 548px) {
    .content .btn-m-r{
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 510px) {
    .faq.foxxy-reset .box{
        height: auto;
        min-height: 150px;
    }
    .faq.foxxy-reset .box h3.en:after{
        display:none;
    }
    .faq.foxxy-reset .box h3.whatifh3:after{
        display:none;
    }
}


@media screen and (max-width: 491px) {
    .main-info.foxxy-reset .list-box.news h3:after {
        width: 50%;
        margin: -13px 0 0 100px
    }
}

@media screen and (max-width: 482px) {
    .welcome .welcome-crossroad {
        margin-top: 83px;
    }

}

@media screen and (max-width: 440px) {
    .welcome .welcome-crossroad {
        margin-top: 100px;
    }

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

    .footer {
        height: 420px;
    }
    .welcome .welcome-crossroad .crossroad-container{
        width: 100%;
    }
}
@media screen and (max-width: 384px) {
    .welcome .welcome-crossroad {
        margin-top: 135px;
    }

}

@media screen and (max-width: 375px) {
    .btn.red-big-arrow{
        padding: 5px!important;
    }
}

@media screen and (max-width: 373px) {
    .welcome .welcome-crossroad {
        margin-top: 160px;
    }
}

@media screen and (max-width: 355px) {
    .welcome .welcome-crossroad {
        margin-top: 175px;
    }
}

@media screen and (max-width: 333px) {
    .welcome .welcome-crossroad {
        margin-top: 190px;
    }
}

/*# sourceMappingURL=style.css.map */