* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Rajdhani', sans-serif;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
    color: #092b69;
}

html.home_html {
    height: 100%;
}

body {
    width: 100%;
    margin-bottom: 175px;
}

body#home {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 700;
}

.relative {
    position: relative;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.bg-home {
    background-image: url("/prevodem/images/bg-home.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.bg-home-img {
    background-image: url("/prevodem/images/bg-home-img.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.bg-header {
    background: url("/prevodem/images/bg-header.png") repeat-x;
}

.bg-header-img {
    background: url("/prevodem/images/bg-header-img.png") no-repeat center 0;
}

.bg-green {
    background: #87b726;
}

.bg-white {
    background: #ffffff;
}

.bg-blue {
    background: #092b69;
}

.color-green {
    color: #85bc21;
}

.color-gray {
    color: #a2a2a2;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.btn-big {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 344px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-geen {
    color: #ffffff !important;
    background-color: #85bc21;
    border-color: #85bc21;
    text-decoration: none !important;
}

.btn-geen:hover,
.btn-geen:focus,
.btn-geen:active,
.btn-geen.active,
.open .dropdown-toggle.btn-geen {
    color: #ffffff;
    background-color: #85bc21;
    border-color: #85bc21;
}

.btn-geen:active,
.btn-geen.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-geen.disabled,
.btn-geen[disabled],
fieldset[disabled] .btn-geen,
.btn-geen.disabled:hover,
.btn-geen[disabled]:hover,
fieldset[disabled] .btn-geen:hover,
.btn-geen.disabled:focus,
.btn-geen[disabled]:focus,
fieldset[disabled] .btn-geen:focus,
.btn-geen.disabled:active,
.btn-geen[disabled]:active,
fieldset[disabled] .btn-geen:active,
.btn-geen.disabled.active,
.btn-geen[disabled].active,
fieldset[disabled] .btn-geen.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-geen .badge {
    color: #fff;
    background-color: #85bc21;
}

.form-horizontal .control-label {
    text-align: left;
    color: #092b69;
    font-size: 18px;
    font-weight: 700;
}

.form-horizontal .has-error .control-label {
    color: #a94442;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #092b69;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c2dd90;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea.form-control {
    height: 108px;
}

.form-control:focus {
    border-color: #85bc21;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(225, 238, 199, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(225, 238, 199, .6);
}

.form-horizontal {
    margin-bottom: 30px;
}

.submit-wrapper {
    text-align: right;
}

.radio-inline, .checkbox-inline {
    margin-right: 10px;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0;
}

/* homepage */
.page-home {
    width: 100%;
    min-height: 700px;
    height: 100%;
    box-sizing: border-box;
}

.line-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.logo-home {
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -190px;
    padding: 0 20px;
}

.page-home-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-home-footer h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    color: #293771;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 35px;
    transition: all 0.5s ease-out;
}

.page-home-footer h1 span {
    color: #85bc21;
}

.page-home-footer ul {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0 20px;
}

.page-home-footer ul li {
    display: inline-block;
    font-size: 18px;
    color: #092b69;
    text-transform: uppercase;
}

.page-home-footer ul li a {
    color: #092b69;
    text-decoration: none;
}

.page-home-footer ul li a:hover {
    text-decoration: underline;
    font-weight: 700;
    color: #85bc21;
}

.page-home-footer ul li.divider {
    padding: 0 13px;
}

.page-home-footer a.btn {
    display: block;
    color: #ffffff;
    margin: 0 auto 35px auto;
    background: #85bc21;
    /*
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    */
    transition: all 0.5s ease-out;
}

.page-home-footer a:hover.btn {
    background: #293771;
}

/* content */
#content {
    min-height: 200px;
}

#content.menu-top {
    padding-top: 50px;
    padding-bottom: 50px;
}

#content.menu-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-content-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.page-content-wrapper h1 {
    padding: 0 0 45px 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    color: #85bc21;
}

.page-content-wrapper h2 {
    padding: 0 0 20px 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #092b69;
    font-weight: 700;
}

.page-content-wrapper h2.color-green {
    color: #85bc21;
}

.page-content-wrapper h3 {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 18px;
    color: #092b69;
    font-weight: 700;
}

.page-content-wrapper a {
    color: #85bc21;
    text-decoration: underline;
}

.page-content-wrapper a:hover {
    color: #85bc21;
    text-decoration: none;
}

.page-content-wrapper .page-phone,
.page-content-wrapper .page-form,
.page-content-wrapper .page-form-2,
.page-content-wrapper .page-email {
    font-weight: 700;
    color: #092b69;
    text-decoration: none;
    padding: 5px 0 5px 26px;
}

.page-content-wrapper a:hover.page-phone,
.page-content-wrapper a:hover.page-form,
.page-content-wrapper a:hover.page-form-2,
.page-content-wrapper a:hover.page-email {
    color: #85bc21;
}

.page-content-wrapper .page-phone {
    background: url("/prevodem/images/icon-phone.png") no-repeat 0 0;
}

.page-content-wrapper .page-email {
    background: url("/prevodem/images/icon-envelope.png") no-repeat 0 2px;
}

.page-content-wrapper .page-form {
    background: url("/prevodem/images/icon-form.png") no-repeat 0 0;
}

.page-content-wrapper .page-form-2 {
    background: url("/prevodem/images/icon-form-2.png") no-repeat 0 0;
}

.page-content-wrapper p {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 18px;
    color: #092b69;
}

.page-content-wrapper ul {
    list-style: none;
    margin-bottom: 20px;
}

.page-content-wrapper ul > li {
    background: url("/prevodem/images/arrow-li-blue.png") no-repeat 15px 5px;
    margin: 10px 0 10px 0;
    padding: 0 0 0 35px;
    font-size: 18px;
}

.page-content-wrapper ul > li:first-of-type {
    margin-top: 0;
}

.page-content-wrapper p,
.page-content-wrapper p *,
.page-content-wrapper ul > li,
.page-content-wrapper ul > li * {
    font-family: sans-serif;
    font-size: 16px;
}


.page-content-wrapper ul.nav > li {
    background: none;
    padding-left: 0;
    margin-bottom: 0;
}

.page-content-wrapper ul.nav > li:first-of-type {
    margin-top: 10px;
}

.page-content-wrapper ul.nav > li a {
    text-decoration: none;
    border-radius: 0;
}

.page-content-wrapper ul.nav > li h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    cursor: default;
    background-color: #85bc21;
    border: 1px solid #85bc21;
    border-bottom-color: transparent;
}

.nav-tabs > li.active > a h2,
.nav-tabs > li.active > a:hover h2,
.nav-tabs > li.active > a:focus h2 {
    color: #ffffff;
}

.container-header {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-logox {
    position: relative;
    z-index: 9999;
}

/* menu */
.navbar-toggle {
    position: absolute;
    top: 0;
    right: 0;
}

#nav.affix {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1100;
}

#nav.affix-top {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1100;
}

#nav.affix.bottom {
    top: auto;
    bottom: 200px;
}

#nav.affix-top.bottom {
    top: auto;
    bottom: 200px;
}

.navbar {
    margin-bottom: 0;
    border: 0;
    min-height: 60px;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav > li {
    float: none;
}

.nav > li > a {
    padding: 0 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
}

.nav-justified > li {
}

.nav-justified > li:last-of-type {
    border-right: none;
}

.nav-justified > li > a {
    display: block;
    width: 160px;
    height: 164px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;

    background: #131f50; /* Old browsers */
    background: -moz-linear-gradient(left, #131f50 0%, #092b69 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #131f50), color-stop(100%, #092b69)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #131f50 0%, #092b69 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #131f50 0%, #092b69 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #131f50 0%, #092b69 100%); /* IE10+ */
    background: linear-gradient(to right, #131f50 0%, #092b69 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131f50', endColorstr='#092b69', GradientType=1); /* IE6-9 */
}

.main-menu-arrow {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -12px;
    display: none;
}

.nav-justified > li > a.active,
.nav-justified > li > a:hover,
.nav-justified > li > a:focus {
    background: #85bc21;
}

.nav-justified > li > a.active .main-menu-arrow,
.nav-justified > li > a:hover .main-menu-arrow,
.nav-justified > li > a:focus .main-menu-arrow {
    display: block;
}

.nav-justified > li > a span {
    display: block;
    width: 100%;
    padding-top: 100px;
    opacity: 0.3;
}

.nav-justified > li > a.active span,
.nav-justified > li > a:hover span,
.nav-justified > li > a:focus span {
    opacity: 1;
}

.navbar-toggle {
    color: #0f245a;
    border-color: #0f245a;
    margin-top: 40px;
    cursor: pointer;
    z-index: 3000;
}

.navbar-toggle .icon-bar {
    background: #0f245a;
}

.icons-menu {
    background: url("/prevodem/images/menu-icons.png");
}

.icon-bezhotovostni {
    background-position: -20px 0;
}

.icon-treti {
    background-position: -20px -164px;
}

.icon-zahranici {
    background-position: -20px -328px;
}

.icon-order {
    background-position: -20px -492px;
}

.icon-vymena {
    background-position: -20px -656px;
}

.icon-prevod {
    background-position: -20px -820px;
}


.header-top > .container > .upper-menu {
    position: absolute;
    top: 50px;
    right: 0;
    list-style: none;
}

/*.navbar-collapse > .upper-menu {*/
/*    display: none;*/
/*}*/

.upper-menu > li {
    display: block;
    position: relative;
    float: left;
    margin-left: 35px;
}

.upper-menu > li > a {
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    color: #092b69;
}

.upper-menu-arrow {
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -12px;
    display: none;
}

.upper-menu > li > a.active,
.upper-menu > li > a:hover,
.upper-menu > li > a:focus {
    font-weight: 700;
    color: #85bc21;
}

.upper-menu > li > a.active .upper-menu-arrow,
.upper-menu > li > a:hover .upper-menu-arrow,
.upper-menu > li > a:focus .upper-menu-arrow {
    display: block;
}

/* Page */
.container {

}

.header-top {
    width: 100%;
    height: 112px;
}

.header-middle {
    width: 100%;
    height: 476px;
}

.header-middle-img {
    width: 100%;
    height: 476px;
}

.page-logo {
    position: absolute;
    top: 29px;
    left: -5px;
    z-index: 2000;
}

.header-motto {
    position: absolute;
    top: 167px;
    left: 16px;
}

.page-footer-divider {
    width: 100%;
    height: 1px;
    background: rgba(9, 43, 105, 1);
    margin: 10px 0 30px 0;
}

/* footer */
#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.icons-footer {
    background: url("/prevodem/images/icons-footer.png");
}

.icons-kontakt {
    background: url("/prevodem/images/icons-kontakty.png")
}

.icon-marker {
    width: 33px;
    height: 43px;
    background-position: 0 -116px;
}

.icon-phone {
    width: 26px;
    height: 42px;
    background-position: 0 -74px;
}

.icon-email {
    width: 42px;
    height: 33px;
    background-position: 0 -42px;
}

.icon-openhour {
    width: 48px;
    height: 42px;
    background-position: 0 0;
}

.footer-wrapper {
    width: 100%;
    min-height: 175px;
    padding-top: 30px;
    color: #ffffff;
}

.footer-wrapper a {
    color: #ffffff;
    text-decoration: none;
}

.footer-wrapper a:hover {
    text-decoration: underline;
}

.footer-address,
.kontakt-address {
    width: 248px;
}

.footer-phone,
.kontakt-phone {
    width: 199px;
}

.footer-webinfo,
.kontakt-webinfo {
    width: 208px;
}

.footer-openhour,
.kontakt-openhour {
    width: 305px;
}

.footer-address-icon,
.kontakt-address-icon {
    width: 33px;
    height: 43px;
    margin-right: 18px;
}

.footer-phone-icon,
.kontakt-phone-icon {
    width: 26px;
    height: 42px;
    margin-right: 18px;
}

.footer-webinfo-icon,
.kontakt-webinfo-icon {
    width: 42px;
    height: 33px;
    margin-right: 18px;
}

.footer-openhour-icon,
.kontakt-openhour-icon {
    width: 48px;
    height: 42px;
    margin-right: 18px;
}

.footer-address-text,
.kontakt-address-text {
    width: 197px;
}

.footer-phone-text,
.kontakt-phone-text {
    width: 155px;
}

.footer-webinfo-text,
.kontakt-webinfo-text {
    width: 148px;
}

.footer-openhour-text,
.kontakt-openhour-text {
    width: 239px;
}

.footer-address-text p,
.footer-phone-text p,
.footer-webinfo-text p,
.footer-openhour-text p,
.kontakt-address-text p,
.kontakt-phone-text p,
.kontakt-webinfo-text p,
.kontakt-openhour-text p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.footer-bottom {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 12px;
    text-align: center;
    color: #56658b;
}

.footer-bottom a {
    color: #56658b;
    text-decoration: underline;
}

.footer-bottom a:hover {
    color: #56658b;
    text-decoration: none;
}

.kontakt-wrapper {
    padding: 0 15px 30px 15px;
}

.input-wrapper > label,
.input-wrapper > div {
    margin-bottom: 10px;
}

/* mapa */
.maps {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    border: 5px solid #cdcdcd;
}

.page-content-wrapper ul li {
    color: #092b69;
}

.page-content-wrapper h3.panel-title {
    padding-bottom: 0;
    margin-bottom: 0;
}

.panel-body p:last-of-type {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        padding: 0;
    }
}

@media only screen and (min-width: 1248px) {
    .navbar {
        display: none;
    }

    .container-header {
        width: calc(100% - 60px);
        max-width: 1660px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

@media only screen and (max-width: 1247px) {
    .header-top .upper-menu {
        display: none;
    }

    .header-top > .container > .upper-menu {
        display: none;
    }

    .navbar-collapse > .upper-menu {
        display: block;
        position: relative;
        top: 112px;
        left: 0;
        right: 0;
    }

    .navbar-collapse.in {
        overflow: inherit;
    }

    .upper-menu > li {
        float: none;
        margin-left: 0;
    }

    .upper-menu > li > a {
        padding: 10px 0;
        margin: 0;
        display: block;
        width: 100%;
        height: auto;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 18px;
        line-height: normal;
        text-align: center;

        background: #131f50; /* Old browsers */
        background: -moz-linear-gradient(top, #131f50 0%, #092b69 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #131f50), color-stop(100%, #092b69)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #131f50 0%, #092b69 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #131f50 0%, #092b69 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #131f50 0%, #092b69 100%); /* IE10+ */
        background: linear-gradient(to bottom, #131f50 0%, #092b69 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131f50', endColorstr='#092b69', GradientType=0); /* IE6-9 */
    }

    .upper-menu > li > a.active,
    .upper-menu > li > a:hover,
    .upper-menu > li > a:focus {
        background: #85bc21;
        text-decoration: none;
        color: #ffffff;
        font-weight: 400;
    }

    .upper-menu > li > a.active .upper-menu-arrow,
    .upper-menu > li > a:hover .upper-menu-arrow,
    .upper-menu > li > a:focus .upper-menu-arrow {
        display: none;
    }

    .upper-menu > li > a span {
        display: block;
        width: 100%;
        padding-top: 0;
        opacity: 0.3;
    }

    .upper-menu > li > a.active span,
    .upper-menu > li > a:hover span,
    .upper-menu > li > a:focus span {
        opacity: 1;
    }
}

@media only screen and (max-width: 991px) {
    .nav > li > a {
        padding: 0 5px;
    }

    .nav-justified > li > a {
        font-size: 14px;
        width: 120px;
    }

    .icon-bezhotovostni {
        background-position: -25px 0;
    }

    .icon-treti {
        background-position: -25px -164px;
    }

    .icon-zahranici {
        background-position: -25px -328px;
    }

    .icon-order {
        background-position: -25px -492px;
    }

    .icon-vymena {
        background-position: -25px -656px;
    }

    .icon-prevod {
        background-position: -25px -820px;
    }

    .header-motto {
        padding: 20px;
        background: rgba(255, 255, 255, 0.8);
    }

    .footer-address-icon {
        display: none;
    }

    .footer-phone-icon {
        display: none;
    }

    .footer-webinfo-icon {
        display: none;
    }

    .footer-openhour-icon {
        display: none;
    }

    .kontakt-address-icon {
        display: none;
    }

    .kontakt-phone-icon {
        display: none;
    }

    .kontakt-webinfo-icon {
        display: none;
    }

    .kontakt-openhour-icon {
        display: none;
    }

    .footer-address {
        width: 200px;
    }

    .footer-phone {
        width: 150px;
    }

    .footer-webinfo {
        width: 150px;
    }

    .footer-openhour {
        width: 220px;
    }

    .kontakt-address {
        width: 200px;
    }

    .kontakt-phone {
        width: 150px;
    }

    .kontakt-webinfo {
        width: 150px;
    }

    .kontakt-openhour {
        width: 220px;
    }

    .page-logo {
        max-width: 150px;
        top: 46px;
    }

    .page-logo img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    body {
        margin-bottom: 0;
    }

    #footer {
        position: relative;
        bottom: auto;
        left: auto;
    }

    .header-middle {
        height: 250px;
    }

    .header-middle-img {
        height: 250px;
    }

    .bg-header-img {
        background: url("/prevodem/images/bg-header-img.png") no-repeat 73% 0;
        background-size: auto 100%;
    }

    .header-motto {
        top: 144px;
    }

    .header-motto > img {
        width: 100px;
    }

    .navbar.navbar-static > .container {
        padding: 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-toggle {
        color: #0f245a;
        border-color: #0f245a;
        margin-top: 45px;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        position: absolute;
        top: 103px;
        width: 100%;
        margin: 0;
    }

    .navbar-collapse.in {
        overflow: inherit;
    }

    .nav-justified > li > a {
        padding: 10px 0;
        margin: 0;
        display: block;
        width: 100%;
        height: auto;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 18px;
        line-height: normal;
        text-align: center;

        background: #131f50; /* Old browsers */
        background: -moz-linear-gradient(top, #131f50 0%, #092b69 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #131f50), color-stop(100%, #092b69)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #131f50 0%, #092b69 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #131f50 0%, #092b69 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #131f50 0%, #092b69 100%); /* IE10+ */
        background: linear-gradient(to bottom, #131f50 0%, #092b69 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131f50', endColorstr='#092b69', GradientType=0); /* IE6-9 */
    }

    .nav-justified > li > a span {
        display: block;
        width: 100%;
        padding-top: 0;
        opacity: 0.3;
    }

    .icons-menu {
        background: none;
    }

    .nav-justified > li > a.active .main-menu-arrow,
    .nav-justified > li > a:hover .main-menu-arrow,
    .nav-justified > li > a:focus .main-menu-arrow {
        display: none;
    }


    .bg-home-img {
        background-image: url("/prevodem/images/bg-home-img.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: auto 100%;
    }

    .page-home-footer h1 {
        font-size: 25px;
        padding: 10px;
        background: rgba(255, 255, 255, 0.7);
        width: 80%;
        margin: 0 auto 35px auto;
        /*
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        */
    }

    .page-home-footer {
        padding-bottom: 30px;
    }

    .page-home-footer ul {
        padding: 0;
        margin: 0;
    }

    .page-home-footer ul li {
        width: 100%;
        padding: 2px 0;
    }

    .page-home-footer ul li.divider {
        display: none;
    }

    #nav.affix,
    #nav.affix-top {
        top: 0;
    }

    #nav.affix.bottom,
    #nav.affix-top.bottom {
        top: 0;
        bottom: auto;
    }


    .footer-address-icon {
        display: block;
        width: 48px;
    }

    .footer-phone-icon {
        display: block;
        width: 48px;
    }

    .footer-webinfo-icon {
        display: block;
        width: 48px;
    }

    .footer-openhour-icon {
        display: block;
        width: 48px;
    }

    .kontakt-address-icon {
        display: block;
        width: 48px;
    }

    .kontakt-phone-icon {
        display: block;
        width: 48px;
    }

    .kontakt-webinfo-icon {
        display: block;
        width: 48px;
    }

    .kontakt-openhour-icon {
        display: block;
        width: 48px;
    }

    .footer-address {
        width: 50%;
        padding-bottom: 30px;
    }

    .footer-phone {
        width: 50%;
        padding-bottom: 30px;
    }

    .footer-webinfo {
        width: 50%;
        padding-bottom: 30px;
    }

    .footer-openhour {
        width: 50%;
        padding-bottom: 30px;
    }

    .kontakt-address {
        width: 50%;
        padding-bottom: 30px;
    }

    .kontakt-phone {
        width: 50%;
        padding-bottom: 30px;
    }

    .kontakt-webinfo {
        width: 50%;
        padding-bottom: 30px;
    }

    .kontakt-openhour {
        width: 50%;
        padding-bottom: 30px;
    }

    #content.menu-top {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #content.menu-bottom {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .submit-wrapper {
        text-align: center;
    }

    .page-logo {
        max-width: 100%;
        top: 29px;
    }
}

@media only screen and (max-width: 660px) {
    .footer-address-icon {
        display: none;
    }

    .footer-phone-icon {
        display: none;
    }

    .footer-webinfo-icon {
        display: none;
    }

    .footer-openhour-icon {
        display: none;
    }

    .kontakt-address-icon {
        display: none;
    }

    .kontakt-phone-icon {
        display: none;
    }

    .kontakt-webinfo-icon {
        display: none;
    }

    .kontakt-openhour-icon {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .footer-address-icon {
        display: block;
        width: 48px;
    }

    .footer-phone-icon {
        display: block;
        width: 48px;
    }

    .footer-webinfo-icon {
        display: block;
        width: 48px;
    }

    .footer-openhour-icon {
        display: block;
        width: 48px;
    }

    .kontakt-address-icon {
        display: block;
        width: 48px;
    }

    .kontakt-phone-icon {
        display: block;
        width: 48px;
    }

    .kontakt-webinfo-icon {
        display: block;
        width: 48px;
    }

    .kontakt-openhour-icon {
        display: block;
        width: 48px;
    }

    .footer-address {
        width: 100%;
        padding-bottom: 30px;
    }

    .footer-phone {
        width: 100%;
        padding-bottom: 30px;
    }

    .footer-webinfo {
        width: 100%;
        padding-bottom: 30px;
    }

    .footer-openhour {
        width: 100%;
        padding-bottom: 30px;
    }

    .kontakt-address {
        width: 100%;
        padding-bottom: 30px;
    }

    .kontakt-phone {
        width: 100%;
        padding-bottom: 30px;
    }

    .kontakt-webinfo {
        width: 100%;
        padding-bottom: 30px;
    }

    .kontakt-openhour {
        width: 100%;
        padding-bottom: 30px;
    }

    .btn-big {
        width: 100%;
    }

    .page-home-footer a.btn {
        width: 80%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .page-logo {
        overflow: hidden;
        width: 90px;
    }

    .page-logo img {
        max-width: initial;
    }
}
