/* MAIN */

/* FONTS */

/* Roboto */
@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/roboto/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/roboto/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/roboto/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/roboto/Roboto-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/roboto/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* Roboto Slab */
@font-face {
    font-family: 'Roboto Slab';
    src: url('../../fonts/roboto-slab/RobotoSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto Slab';
    src: url('../../fonts/roboto-slab/RobotoSlab-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto Slab';
    src: url('../../fonts/roboto-slab/RobotoSlab-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto Slab';
    src: url('../../fonts/roboto-slab/RobotoSlab-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}
/* koniec FONTS */

html {
    font-size: 16px;
}

body {
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1D2634;
}
body.no-scroll {
    overflow: hidden !important;
    position: fixed;
}
h1 {
    font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 3.4375rem;
    color: #3A6698;
    margin: 40px 0 20px;
}
h1.underlined {
    border-bottom: 1px solid #DEE3EA;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
h2 {
    text-align: center;
    font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.25rem;
    color: #3A6698;
    margin: 0;
}
a, a:hover  {
    text-decoration: none;
    color: #0080FF;
}
.container .row .col-np {
    padding: 0;
}

.btn-primary, .btn-primary:hover {
    background-color: #0080FF;
    border-color: #0080FF;
    border-radius: 2px;
}
.btn.btn-lg {
    border-radius: 4px;
}
.btn.btn-bg {
    position: relative;
    padding: 14px 45px 14px 80px;
}
.btn.btn-bg > span {
    display: block;
    text-align: left;
}
.btn.btn-bg > span:nth-of-type(1) {
    font-weight: 900;
    font-size: 1.125rem;
}
.btn.btn-bg > span:last-child {
    font-weight: 500;
    font-size: 0.875rem;
}
.btn.btn-bg > i {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 40px;
}
.btn.btn-bordered {
    background: none;
    border: 2px solid #0080FF;
    color: #0080FF;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.125rem;
    padding: 6px 25px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ADB9CA;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ADB9CA;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ADB9CA;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ADB9CA;
}
.main {
    min-height: 500px;
}
.main.pd {
    padding-bottom: 120px;
}
table.table.styled thead tr th {
    font-size: 16px;
    font-weight: 400;
}

/* header menu */
#header {
    height: 70px;
    max-height: 70px;
    position: absolute;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    /*background-color: orange;*/
}
#header.floating, #header.opened {
    background-color: #3A6698;
}
#header.floating {
    position: fixed;
}
#header.opened {
    height: auto;
    max-height: none;
    z-index: 1500;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
}
#header .navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    background: none;
    height: 70px;
    max-height: 70px;
}
#header .navbar > .container-fluid {
    padding: 0 25px;
}
#header .navbar .navbar-brand {
    padding: 17px 15px 17px 0;
    margin: 0;
}
#header .navbar .navbar-brand img {
    width: 90px;
}
#header .navbar .navbar-nav > li > a {
    font-weight: 500;
    line-height: 40px;
    padding: 15px 13px;
    font-size: 15px;
    background: none;
}
#header .navbar .navbar-brand, #header .navbar .navbar-nav > li > a, #header .navbar .navbar-nav > li > a:hover {
    color: #fff;
}
#header .navbar .navbar-collapse.in .navbar-nav > li > a, #header .navbar .navbar-collapse.in .navbar-nav > li > a:hover {
    color: #ffffff;
}
#header.floating .navbar .navbar-brand, #header.floating .navbar .navbar-nav > li > a, #header.floating .navbar .navbar-nav > li > a:hover {
    color: #ffffff;
}
#header .navbar .navbar-nav.navbar-locale > li > a {
    font-weight: normal !important;
    padding-top: 12px;
    padding-right: 5px;
}
#header .navbar-locale .dropdown-toggle > i {
    font-size: 20px;
}
#header .navbar-locale .dropdown-menu {
    top: 70%;
    right: 10px;
    border-radius: 4px !important;
}
#header .navbar-locale .dropdown-menu a.selected {
    font-weight: bold;
    color: #0080FF;
}
#header .navbar .navbar-collapse.in .navbar-locale {
    border-top: 1px solid #ffffff;
}
#header .navbar .navbar-collapse.in .navbar-locale .dropdown-toggle {
    padding-top: 0;
}
#header .navbar .navbar-collapse.in .navbar-locale .dropdown-menu {
    top: 70%;
    left: 20px;
    right: auto;
    border: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 15px;
    color: #fff;
}
#header .navbar .navbar-collapse.in .navbar-locale .dropdown-menu li > a {
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}
#header .navbar .navbar-collapse.in .navbar-locale .dropdown-menu li > a:hover {
    background-color: transparent;
}

/* header mobile menu toggle */
#header .navbar .navbar-toggle {
    border: none;
    background: none;
    margin: 0;
    padding: 26px 0 0 0;
    border-radius: 0;
}
#header .navbar .navbar-toggle .icon-bar {
    height: 2px;
    width: 25px;
    background-color: #ffffff;
    border-radius: 0;
}
#header.floating .navbar .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
#header.opened .container-fluid > .navbar-collapse {
    margin-right: -25px;
    margin-left: -25px;
}
#header.opened .navbar .navbar-toggle.openc {
    display: none;
}
#header:not(.opened) .navbar .navbar-toggle.closec {
    display: none;
}
#header.opened .navbar .navbar-toggle.closec  {
    width: 28px;
    height: 28px;
    color: #fff;
    cursor: pointer;
    margin-right: 15px;
    padding-top: 20px;
}
#header.opened .navbar .navbar-toggle.closec:before, #header.opened .navbar .navbar-toggle.closec:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 28px;
    width: 3px;
    background-color: #fff;
    color: #fff;
}
#header.opened .navbar .navbar-toggle.closec:before {
    transform: rotate(45deg);
}
#header.opened .navbar .navbar-toggle.closec:after {
    transform: rotate(-45deg);
}
#header .navbar .navbar-collapse.in {
    background-color: #3A6698;
    border: none;
    box-shadow: none;
}
#header .navbar .navbar-collapse.in .navbar-buttons {
    border-top: 1px solid #ffffff;
}
.mono-color-header {
    background-color: #F5F6F7;
}
.mono-color-header.nb {
    background-color: #ffffff;
}
.mono-color-header .main-banner {
    padding: 0;
    margin: 0;
    background: none;
    background-color: #3A6698;
    height: 70px;
}

/* header menu buttons */
#header .navbar .navbar-nav.navbar-buttons li:not(:first-child) {
    margin-left: 12px;
}
#header .navbar .navbar-collapse.in .navbar-nav.navbar-buttons li {
    margin-left: 15px;
}
#header .navbar .navbar-nav.navbar-buttons .navbar-btn {
    border: 2px solid #ffffff;
    border-radius: 2px;
    background: none;
    color: #ffffff;
    padding: 2px 20px;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.42857143;
    margin-top: 21px;
}
#header.floating .navbar .navbar-nav.navbar-buttons .navbar-btn, #header .navbar .navbar-collapse.in .navbar-nav.navbar-buttons .navbar-btn {
    color: #ffffff;
    border-color: #ffffff;
}
#header .navbar .navbar-nav.navbar-buttons .navbar-btn.sign-in {
    background-color: #ffffff;
    color: #0080FF !important;
}
#header.floating .navbar .navbar-nav.navbar-buttons .navbar-btn.sign-in, #header .navbar .navbar-collapse.in .navbar-nav.navbar-buttons .navbar-btn.sign-in {
    border-color: #ffffff;
}
/* koniec header */

/* footer */
#footer {
    padding: 40px 0 30px 0;
    background-color: #F5F6F7;
}
#footer .footer-actions .title {
    color: #1D2634;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding-top: 20px;
    padding-bottom: 10px;
}
#footer .footer-actions .content > a, #footer .footer-actions .content > span {
    display: block;
    font-size: 0.875rem;
    line-height: 1.375rem;
}
#footer .footer-actions .content > a {
    padding-bottom: 0.5rem;
}
#footer .footer-actions .content > a:last-child {
    padding-bottom: 0;
}
#footer .footer-actions .content > span {
    color: #8493A8;
}
#footer .footer-logos {
    padding: 55px 0 0 0;
}
#footer .footer-logos > a {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 30px;
    margin-right: 30px;
    margin-bottom: 25px;
}
#footer .footer-logos > a:last-child {
    margin-right: 0;
}
#footer .footer-logos > a.link-eu {
    width: 45px;
    background-image: url('../../img/logo-eu.png');
}
#footer .footer-logos > a.link-uvpsr {
    width: 174px;
    background-image: url('../../img/logo-uvpsr.png');
}
#footer .footer-logos > a.link-mirri {
    width: 131px;
    background-image: url('../../img/mirri.png');
}
#footer .footer-logos > a.link-datacentrum {
    width: 115px;
    background-image: url('../../img/logo-datacentrum.png');
}
#footer .footer-info {
    border-top: 1px solid #DEE3EA;
    padding-top: 25px;
    color: #8493A8;
    font-size: 13px;
    line-height: 24px;
}
#footer .footer-info img {
    height: 32px;
    margin-right: 8px;
}
#footer .footer-info a:last-child img {
    margin-right: 0;
}
.page-tabbed-panel {
    border-bottom: 1px solid #CAD3DF;
    margin-bottom: 15px;
}
.page-tabbed-panel > a {
    font-weight: 900;
    font-size: 15px;
    color: #1d2634;
    padding: 0 15px 10px 15px;
    display: inline-block;
}
.page-tabbed-panel > a.active {
    color: #0080ff;
    border-bottom: 3px solid #0080ff;
}
.back-button {
    cursor: pointer;
}
/* koniec MAIN */

/* TITULKA */

/* main banner */

.main-banner {
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../img/titulka/banner.jpg');
}
.main-banner h1 {
    font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.5rem;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 30px;
}
.main-banner h2 {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 0;
    margin-bottom: 35px;
    color: #ffffff;
    text-align: left;
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* main content */
.main-action-container {
    padding: 65px 15px 100px 15px;
}
.main-action-container .container-fluid {
    padding: 0;
}
.main-action-container .main-action {
    display: block;
    height: 200px;
    text-align: center;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 2.5rem;
    color: #54657E;
}
.main-action-container .main-action > span {
    display: block;
}
.main-action-container .main-action img {
    width: 100px;
    margin-bottom: 15px;
}

.main-statistics-wrapper {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../img/titulka/stat_banner.jpg');
}
.main-statistics-container {
    padding: 115px 15px 65px 15px;
}
.main-statistics-container .main-statistic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11.5625rem;
    color: #ffffff;

    box-shadow:
            2px 0 0 0 #718FB2,
            0 2px 0 0 #718FB2,
            2px 2px 0 0 #718FB2,   /* Just to fix the corner */
            2px 0 0 0 #718FB2 inset,
            0 2px 0 0 #718FB2 inset;
}
.main-statistics-container .main-statistic div {
    text-align: center;
}
.main-statistics-container .main-statistic div > div {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
}
.main-statistics-container .main-statistic div > div:first-child {
    font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 5px;
}
.main-statistics-container .main-statistics-action {
    margin-top: 4.0625rem;
    text-align: center;
}
.main-statistics-container .main-statistics-action .btn {
    border: none;
    background-color: #ffffff;
    padding: 15px 43px;
}

.main-infos-container {
    padding: 65px 0;
}
.main-info {
    border-top: 1px solid #DEE3EA;
    padding-bottom: 50px;
}
.main-info.collapsed {
    padding-bottom: 0;
}
.main-info.collapsed .collapsable-content {
    display: none;
}
.main-info:last-child {
    padding-bottom: 0px;
}
.main-info .title {
    border-top: 1px solid #DEE3EA;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 4.25rem;
    color: #3A6698;
    vertical-align: middle;
}
.main-info .title i {
    color: #66c5fb;
    font-size: 34px;
    margin-right: 5px;
}
.main-info .title i.close-panel {
    color: #0080FF;
    font-size: 24px;
    margin-right: 0;
    cursor: pointer;
}
.main-info a {
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    font-weight: 500;
    margin-top: 8px;
}
.main-info a:focus {
    text-decoration: none;
}
.main-info a.faq-link {
    color: #54657E;
    font-weight: normal;
    margin-top: 0;
}
.faq-item {
    margin-bottom: 10px;
}
.faq-item .faq-content {
    padding-top: 5px;
    display: none;
}

.main-info p, .main-info p b {
    font-size: 1rem;
    line-height: 1.25rem;
}
.main-info p {
    color: #54657E;
}
.main-info p b {
    color: #1D2634;
    font-weight: 900;
}
.main-info p a {
    font-weight: 500;
}
.main-info p a.text {
    font-weight: 400;
    display: inline;
}

.main-features-wrapper {
    background-color:#ECEFF4;
    padding: 130px 0;
}
.main-features-container .main-feature {
    margin-bottom: 110px;
}
.main-features-container .main-feature:last-child {
    margin-bottom: 0;
}
.main-features-container .main-feature img.big1 {
    width: 437px;
    height: 482px;
}
.main-features-container .main-feature img.big2 {
    width: 462px;
    height: 386px;
}
.main-features-container .main-feature .img-container {
    text-align: center;
}
.main-features-container .main-feature .text-container {
    margin-top: 80px;
}
.main-features-container .main-feature h2 {
    text-align: left;
    margin-bottom: 15px;
}
.main-features-container .main-feature .desc {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #54657E;
    margin-bottom: 20px;
}
.main-features-container .main-feature .mb-badges {
    margin-bottom: 30px;
}
.main-features-container .main-feature .mb-badges img {
    height: 46px;
}
.main-features-container .main-feature .mb-badges a img {
    margin-right: 15px;
}
.main-features-container .main-feature .mb-badges a:last-child img {
    margin-right: 0;
}

.main-success-projects-wrapper {
    background-color: #F5F6F7;
    border: 1px solid #DEE3EA;
}
.main-success-projects-container {
    padding: 65px 0;
}
.main-success-projects-container > .title {
    text-align: center;
    font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #3A6698 ;
}
.main-success-projects-container .success-projects {
    width: 100%;
    height: 510px;
    margin-top: 30px;
    visibility: hidden;
}
.main-success-projects-container .success-project {
    margin: 15px;
    border: 1px solid #DEE3EA;
    background-color: #fff;
}
.main-success-projects-container .success-project .img {
    height: 215px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-success-projects-container .success-project .img.sc1 {
    background-image: url('/portal/img/uspesne/elektricka-sm-1.jpg');
}
.main-success-projects-container .success-project .img.sc2 {
    background-image: url('/portal/img/uspesne/dialnica-sm-2.jpg');
}
.main-success-projects-container .success-project .img.sc3 {
    background-image: url('/portal/img/uspesne/vlaky-sm-3.jpg');
}
.main-success-projects-container .success-project .img.sc4 {
    background-image: url('/portal/img/uspesne/elektricka-sm-4.jpg');
}
.main-success-projects-container .success-project .content {
    position: relative;
    padding: 30px 22px 25px 22px;
    height: 248px;
}
.main-success-projects-container .success-project .content .title {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #1D2634;
    height: 80px;
    max-height: 80px;
    margin-bottom: 20px;
    overflow: hidden;
}
.main-success-projects-container .success-project .content .desc > div, .main-success-projects-container .success-project .content a {
    font-size: 1rem;
    line-height: 1.25rem;
}
.main-success-projects-container .success-project .content .desc > div {
    font-weight: 500;
    color: #8493A8;
    margin-bottom: 6px;
}
.main-success-projects-container .success-project .content a {
    font-weight: 500;
    position: absolute;
    bottom: 22px;
    left: 22px;
}
.btn.btn-bg.video-bg-button:hover {
    background-color: #0066cc;
    border-color: #0066cc;
}
.btn.btn-bg.video-bg-button:hover > i {
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
/* koniec TITULKA */

/* AKO ZACAT */
.ako-zacat-wrapper {
    background: white;
}
.ako-zacat-wrapper .main {
    padding-top: 100px;
    padding-bottom: 60px;
}
.ako-zacat-wrapper .main-banner {
    background-image: url('../../img/ako-zacat/banner.jpg');
}
.ako-zacat-wrapper .main-success-projects-wrapper {
    background: none;
    border: none;
}
.main-kam-dalej-container {
    margin-top: 20px;
}
.main-kam-dalej-container h2 {
    margin: 20px 0;
}
.main-kam-dalej-container .main-info p b {
    font-size: 1.125rem;
}
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 3em;
    margin-bottom: 3em;
}
#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 2px;
    background: #DEE3EA;
    margin-left: -3px;
}
#cd-timeline .cd-timeline-block {
    position: relative;
    margin: 4em 0;
}
#cd-timeline .cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
#cd-timeline .cd-timeline-block:first-child {
    margin-top: 0;
}
#cd-timeline .cd-timeline-block:last-child {
    margin-bottom: 0;
}
#cd-timeline .cd-timeline-img-wrp {
    content: "";
    position: absolute;
    top: 0;
    left: 52%;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    margin-left: -35px;
}
#cd-timeline .cd-timeline-img {
    position: absolute;
    top: 5px;
    left: 52%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0080FF;
    z-index: 9;
    margin-left: -30px;
}
#cd-timeline .cd-timeline-content {
    position: relative;
    margin-left: 0;
    width: 46%;
    background: white;
    padding: 0;
    text-align: right;
}
#cd-timeline .cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
#cd-timeline .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
}
#cd-timeline .cd-timeline-content-number {
    position: absolute;
    font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 3rem;
    font-weight: bold;
    color: #CAD3DF;
    left: 0;
    right: auto;
    top: -60px;
}
#cd-timeline .cd-timeline-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #3A6698;
    margin-top: 0;
}
#cd-timeline .cd-timeline-content p, #cd-timeline .cd-timeline-content a {
    font-size: 1rem;
    line-height: 1.625rem;
}
#cd-timeline .cd-timeline-content p {
    color: #54657E;
}
#cd-timeline .cd-timeline-content a {
    font-weight: 500;
}
#cd-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
    text-align: left;
}
#cd-timeline .cd-timeline-content .cd-timeline-content-number {
    right: 0;
    left: auto;
}
#cd-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-timeline-content-number {
    left: 0;
    right: auto;
}
#cd-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
}
.main-kam-dalej-container {
    background-color: #F5F6F7;
    border-radius: 2px;
    border: 2px solid #DEE3EA;
    padding: 10px 32px;

}
.main-kam-dalej-container .main-info {
    border: none;
    padding: 10px 0;
}
/* koniec AKO ZACAT */

/* FILTERED VIEW */
.filtered-view {

}
.filtered-view .fulltext {
    margin-bottom: 15px;
    position: relative;
}
.filtered-view .fulltext input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    width: 100%;
    padding: 10px 110px 10px 20px;
    border: 2px solid #CAD3DF;
    border-radius: 2px;
    box-shadow: none;
    font-size: 1rem;
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}
.filtered-view .fulltext a.btn {
    padding: 0 30px;
    line-height: 0;
}
.filtered-view .fulltext a.btn i {
    font-size: 35px;
}
.filtered-view .fulltext span {
    position: absolute;
    top: 5px;
    right: 5px;
}
.filtered-view .extended  {
    border: 1px solid #CAD3DF;
    border-radius: 2px;
    margin: 0 2px;
}
.filtered-view .extended > div {
    padding: 10px 15px;
}
.filtered-view .extended > .top {
    border-bottom: 1px solid #CAD3DF;
    font-weight: 900;
    font-size: 1rem;
}
.filtered-view .extended > .top i {
    font-style: normal;
    font-weight: 500;
    color: #ADB9CA;
    margin-left: 4px;
}
.filtered-view .extended > .top > span {
    margin-right: 25px;
}
.filtered-view .extended > .top > span:last-child {
    margin-right: 0;
}
.filtered-view .extended > .top input[type=checkbox] {
    display: none;
}
.filtered-view .extended > .top input[type=checkbox] + label {
    margin: 0;
    padding-left: 25px;
    cursor: pointer;
    background: url("../../img/component/checkbox-0.png") no-repeat left center;
    color: #1D2634;
}
.filtered-view .extended > .top input[type=checkbox]:checked + label {
    background-image: url("../../img/component/checkbox-1.png");
}
.filtered-view .extended > .bottom .bottom-filter-links a {
    margin-left: 0;
    padding: 0 4px 5px 4px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
}
.filtered-view .extended > .bottom .bottom-filter-links a:first-child {
    margin-left: 0;
}
.filtered-view .extended > .bottom .bottom-filter-links a.open:not(.open-filter) {
    color: #0080FF !important;
    border-bottom: 3px solid #0080FF;
}
.filtered-view .extended > .bottom .bottom-filter-links a:not(.open-filter) {
    color: #1D2634;
}
.filtered-view .extended > .bottom .bottom-filter-links a.open-filter {
    float: right;
    margin: 0;
    padding: 0;
}
.filtered-view .filter-container.expanded .extended > .bottom .bottom-filter-links a.open-filter {
    display: none;
}
.filtered-view .extended > .bottom .bottom-filter-links a.open-filter i {
    font-size: 20px;
    margin-left: 5px;
}
.filtered-view .extended > .bottom > .bottom-filter-container {
    display: none;
    border-top: 1px solid #CAD3DF;
    margin-top: 7px;
    padding: 15px 20px;
}
.filtered-view .extended > .bottom.open > .bottom-filter-container {
    display: block;
}
.filtered-view .extended > .bottom > .bottom-filter-container .bottom-filter-item .bottom-filter-item-title,
.filtered-view .extended > .bottom > .bottom-filter-container .bottom-filter-item .bottom-filter-item-content {
    display: none;
}
.filtered-view .extended > .bottom > .bottom-filter-container .bottom-filter-item.open .bottom-filter-item-content {
    display: block;
}
.filtered-view .extended > .bottom > .bottom-filter-container .bottom-filter-item .bottom-filter-item-title {
    padding: 0;
}
.filtered-view .extended > .bottom > .bottom-filter-container .bottom-filter-item:last-child .bottom-filter-item-title {
    border-bottom: none;
}
.filtered-view .extended > .bottom > .bottom-filter-container .bottom-filter-item .bottom-filter-item-title > a {
    font-size: 16px;
    line-height: 18px;
    color: #1D2634;
    text-decoration: none;
    display: block;
    padding: 15px 15px;
}
.filtered-view .extended > .bottom > .bottom-filter-container .bottom-filter-item .bottom-filter-item-title > a i {
    font-size: 22px;
    float: right;
}

.filtered-view .result-container .result-header {
    padding: 10px 15px;
    font-size: 13px;
    color: #8493A8;
    text-align: right;
}
.filtered-view .result-container .result-header > span {
    margin-right: 25px;
}

.filtered-view .result-container .result-header > span > img {
    display: none;
}
.filtered-view .result-container .result-header > span.highlighted > img {
    display: inline;
}
.filtered-view .result-container .result-header > span.highlighted > span {
    display: none;
}

.filtered-view .result-container .result-header i {
    font-size: 20px;
    line-height: 20px;
    color: #ADB9CA;
    cursor: pointer;
}
.filtered-view .result-container .result-header i.active {
    color: #1D2634;
}
.filtered-view .result-container .result-header i:nth-of-type(2) {
    margin-left: 10px;
}
.filtered-view .result-container .result-header .filter-expander {
    font-size: 15px;
}
.filtered-view .result-container .result-header .filter-expander i {
    color: #0080FF;
}
.filtered-view .result-container .results {
    padding: 0 1px;
}
.filtered-view .result-container .results .result-item {
    background-color: #ffffff;
    border: 1px solid #DEE3EA;
    border-radius: 2px;
    margin-bottom: 10px;
}
.filtered-view .result-container .results .result-item:hover {
    -webkit-box-shadow: 0px 0px 4px 1px rgba(132,147,168,0.4);
    -moz-box-shadow: 0px 0px 4px 1px rgba(132,147,168,0.4);
    box-shadow: 0px 0px 4px 1px rgba(132,147,168,0.4);
}
.filtered-view .result-container .results .result-item .row {
    margin: 0;
}
.filtered-view .result-container .results .result-item .row .col-md-6 {
    padding: 0;
}
.filtered-view .result-container .results .result-item .badges {
    padding: 5px 30px 20px 30px;
}
.filtered-view .nodata-container {
    border-top: 1px solid #CAD3DF;
    border-bottom: 1px solid #CAD3DF;
    padding: 50px 20px;
}
.filtered-view .nodata-container > div {
    text-align: center;
}
.filtered-view .nodata-container > div:first-child {
    color: #8493a8;
    font-size: 16px;
}
.filtered-view .nodata-container > div:last-child {
    padding-top: 15px;
}
.filtered-view .nodata-container > div:last-child .btn {
    padding: 6px 25px;
}
.facet-filter-wrapper {
    padding-bottom: 40px;
}
.facet-filter-wrapper .indicator-base-container {
    z-index: 999;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    text-align: center;
    padding-top: 100px;
    display: none;
}

.badges > span {
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    padding: 3px 5px 3px 12px;
    display: inline-block;
    min-width: 130px;
}
.badges > span:first-child {
    margin-left: 0;
}
.badges > span.light-blue {
    background-color: #0082D5;
}
.badges > span.dark-blue {
    background-color: #3A6698;
}
.badges > span.light-green {
    background-color: #25BE6D;
}
.badges > span.dark-green {
    background-color: #20A25D;
}
.badges > span.red {
     background-color: #ca373d;
 }
.badges > span.khaki {
    background-color: #9FA933;
}
.badges > span.grey {
    background-color: #DEE3EA;
    color: #54657E;
}
.filtered-view .result-container .results .result-item .title {
    padding: 0 30px 30px 30px;
}
.filtered-view .result-container .results .result-item .title a {
    color: #1D2634;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.filtered-view .result-container .results .result-item:hover .title a {
    text-decoration: underline;
}
.filtered-view .result-container .results .result-item .properties {
    padding: 0 30px 30px 30px;
}
.filtered-view .result-container .results .result-item .properties .property {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.filtered-view .result-container .results .result-item .properties .property > div {
    display: inline;
}
.filtered-view .result-container .results .result-item .properties .property .key {
    margin-right: 5px;
    color: #8493A8;
}
.filtered-view .result-container .results .result-item .properties .property .value {
    color: #1D2634;
}
.filtered-view .result-container .results .result-item .properties .property .currency-value {
    white-space: nowrap;
}
.filtered-view .result-container .results .result-item .properties .property .value.block {
    display: inline-block;
}
.filtered-view .result-container .results .result-item .properties .property .value.block:first-letter {
    text-transform: uppercase;
}
.property-separator {
    margin-bottom: 20px;
}
.property-line-separator {
    margin: 20px 0;
    border-top: 1px solid #DEE3EA;
}
.filtered-view .result-container .results .results-container.collapsed .result-item .properties .extended-properties {
    display: none;
}
.filtered-view .result-container .results .result-item .properties .extended-properties {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #DEE3EA;
}
.filtered-view .result-container .results .result-item .properties .property-actions {
    margin-top: 10px;
}
.filtered-view .result-container .results .result-item .properties .property-actions a {
    margin-right: 20px;
    font-weight: 500;
    white-space: nowrap;
}
.filtered-view .result-container .results .result-item .properties .property-actions a:last-child {
    margin-right: 0;
}
.filtered-view .result-container .results .result-item .properties .property-actions a i {
    font-size: 18px;
    margin-right: 5px;
}
.result-footer {
    margin: 30px 0;
    text-align: center;
}
.paging {
    font-size: 16px;
    line-height: 48px;
    font-weight: 500;
    color: #8493A8;
}
.paging > * {
    margin: 0;
    padding: 7px 20px;
}
.paging .prev, .paging .next {
    border: 1px solid #CAD3DF;
    border-radius: 2px;
    padding: 7px 25px;
    white-space: nowrap;
}
.paging a i {
    font-size: 18px;
}
.paging .page.active {
    color: #fff;
    background-color: #0080FF;
    border-radius: 2px;
}
.entity-subscribe-wrapper {
    margin-top: 100px;
    border-top: 1px solid #DEE3EA;
    border-bottom: 2px solid #DEE3EA;
    background-color: #ECEFF4;
}
.entity-subscribe {
    display: flex;
    justify-content: center;
}
.entity-subscribe .banner {
    padding: 15px 0 10px 100px;
    background: #ECEFF4 url("/portal/img/component/subscribe-email.png") left bottom no-repeat;
}
.entity-subscribe .banner > div:first-child {
    font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #3A6698;
}
.entity-subscribe .banner > div:last-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #54657E;
}
.entity-subscribe .banner > div:last-child a {
    margin-left: 5px;
}

.filtered-view .filter-container.expanded {
    z-index: 1500;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F5F6F7;
    overflow-y: auto;
}
.filtered-view .filter-container .expanded-container {
    display: none;
}
.filtered-view .filter-container.expanded .expanded-container {
    display: block;
}
.filtered-view .filter-container.expanded .expanded-container.expanded-bottom-actions {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 12px;
    border-top: 2px solid #CAD3DF;
    background-color: #F5F6F7;
}
.filtered-view .filter-container.expanded .expanded-container.expanded-top-actions {
    padding: 0 12px;
    margin-bottom: 20px;
    text-align: right;
}
.filtered-view .filter-container .expanded-top-actions .filter-expander i {
    font-size: 40px;
    line-height: 1;
    color: #B2BDCC;
}
.filtered-view .filter-container.expanded .fulltext,
.filtered-view .filter-container.expanded .extended {
    margin-left: 12px;
    margin-right: 12px;
}
.filtered-view .result-container .result-header .filter-expander {
    display: none;
}
.filtered-view .filter-container .search-criteria-container {
    margin-bottom: 8px;
}
.filtered-view .filter-container.expanded .search-criteria-container {
    margin-left: 12px;
    margin-right: 12px;
}
.filtered-view .search-criteria-container > span, .filtered-view .search-criteria-container > a {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 6px 10px;
    margin: 8px 2px 0 2px;
}
.filtered-view .search-criteria-container > span {
    border: 1px solid #CAD3DF;
    border-radius: 2px;
    color: #1d2634;
    background-color: #fff;
}
.filtered-view .search-criteria-container > span:first-child {
    margin-left: 0;
}
.filtered-view .search-criteria-container i {
    font-size: 18px;
    margin-left: 5px;
    cursor: pointer;
}
.filtered-view .search-criteria-container a i {
    margin-left: 2px;
}
.autocomplete-suggestions {
    background-color: #fff;
    border: 1px solid #DEE3EA;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(132,147,168,0.4);
    -moz-box-shadow: 0px 0px 4px 1px rgba(132,147,168,0.4);
    box-shadow: 0px 0px 4px 1px rgba(132,147,168,0.4);
}
.autocomplete-suggestions .autocomplete-suggestion {
    padding: 3px 15px 3px 20px;
}
.autocomplete-suggestions .autocomplete-suggestion:hover, .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
    background-color: #F5F6F7;
}
.filtered-view .multichoice-filter, .filtered-view .string-filter {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
}
.filtered-view .multichoice-filter > span, .filtered-view .string-filter > span {
    padding-right: 15px;
    padding-top: 8px;
    font-size: 14px;
    font-weight: 500;
}
.filtered-view .string-filter > input {
    height: 40px;
    min-height: 40px;
    border: 1px solid #CAD3DF;
    padding: 5px;
    flex: 1;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.filtered-view .multichoice-filter > div {
    flex: 1;
}
.filtered-view .multichoice-filter .select2-choices {
    border: 1px solid #CAD3DF;
    padding: 3px 0;
    min-height: 37px;
    background: none;
    box-shadow: none;
    background-color: #fff;
}
.filtered-view .multichoice-filter .select2-choices .select2-search-choice {
    border-radius: 2px;
    border: 1px solid #CAD3DF;
    color: #333;
    background: none;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px 8px 10px;
    box-shadow: none;
}
.filtered-view .multichoice-filter .select2-choices .select2-search-choice .select2-search-choice-close {
    top: 8px;
    right: 3px;
    left: auto;
    margin-left: 5px;
}

.filtered-view .checkbox-filter {
    font-weight: 500;
    margin-bottom: 10px;
}
.filtered-view .checkbox-filter input[type=checkbox] {
    display: none;
}
.filtered-view .checkbox-filter input[type=checkbox] + .value {
    padding-left: 28px;
    cursor: pointer;
    background: url("../../img/component/checkbox-0.png") no-repeat left center;
}
.filtered-view .checkbox-filter input[type=checkbox]:checked + .value {
    background-image: url("../../img/component/checkbox-1.png");
}

/* koniec FILTERED VIEW */

/* ENTITY DETAIL */
.entity-detail {
    margin-top: 50px;
}
.entity-detail .feedback-panel {
    padding-top: 20px;
}
.entity-detail .feedback-panel:empty {
    padding-top: 0;
}
.entity-detail .badges > span {
    font-size: 12px;
    width: auto;
    min-width: 130px;
}
.entity-detail h1 {
    font-size: 26px;
    line-height: 34px;
    color: #1D2634;
    margin: 20px 0 35px 0;
}
.entity-actions a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin-right: 20px;
    white-space: nowrap;
    padding: 8px 10px;
    white-space: nowrap;
}
.entity-actions a:hover {
    background-color: #ECEFF4;
    border-radius: 2px;
}
.entity-actions a:last-child {
    margin-right: 0;
}
.entity-actions a i {
    margin-right: 5px;
    font-size: 22px;
    line-height: 20px;
}
.entity-detail .entity-preview {
    margin: 20px 0 60px 0;
    padding: 30px;
    background-color: #F5F6F7;
    border: 2px solid #DEE3EA;
    border-radius: 2px;
}
.entity-detail .row {
    margin: 0;
    padding: 0;
}
.entity-detail .form-group {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}
.entity-detail .form-group:after {
    content: "";
    display: table;
    clear: both;
}
.entity-detail .form-group .list-label .bullets {
    padding-left: 15px;
}
.entity-detail .form-group label,
.entity-detail .form-group .form-control-holder,
.entity-detail .form-group .form-control-holder .fc,
.entity-detail .form-group .form-control-holder .fc .form-control-static {
    padding: 0;
    margin: 0;
}
.entity-detail .form-group label, .entity-detail .form-group .form-control-holder {
    float: left;
}
.entity-detail .form-group label {
    width: 33.33333333%;
}
.entity-detail .form-group .form-control-holder {
    width: 66.66666667%;
}
.entity-detail .entity-preview label, .entity-detail .entity-preview .form-control-holder {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #8493A8;
}
.entity-detail .entity-preview label {
    color: #8493A8;
}
.entity-detail .entity-preview .form-control-holder {
    color: #1D2634;
}
.entity-detail .form-control-holder .form-control-static {
    min-height: 0;
    word-break: break-word;
}
.entity-detail .entity-full {
    margin-bottom: 100px;
}
.entity-detail .entity-full .fieldset-group {
    padding: 20px;
    margin-bottom: 12px;
    border: 1px solid #DEE3EA;
}
.entity-detail .entity-full .fieldset-group h2 {
    font-weight: 600;
    font-size: 21px;
    line-height: 1.1;
    text-align: left;
    color: #3A6698;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
}
.entity-detail .entity-full .fieldset-group h2 i {
    color: #0080FF;
    font-size: 22px;
    vertical-align: text-top;
    position: absolute;
    top: -3px;
    left: 0;
}
.entity-detail .entity-full .fieldset-group .collapsible-content {
    display: none;
}
.entity-detail .entity-full .fieldset-group.open .collapsible-content {
    display: block;
    padding: 40px 15px 0 15px;
}
.entity-detail .entity-full .fieldset-group.open .collapsible-content label {
    width: 30%;
}
.entity-detail .entity-full .fieldset-group.open .collapsible-content .form-control-holder {
    width: 70%;
}
.entity-detail .entity-full .fieldset-group.open .collapsible-content label,
.entity-detail .entity-full .fieldset-group.open .collapsible-content .form-control-holder {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #747474;
}
.entity-detail .entity-full .fieldset-group .fieldset {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DEE3EA;
}
.entity-detail .entity-full .fieldset-group .fieldset:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.entity-detail .entity-full .fieldset-group .fieldset .legend {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
.entity-detail .simple-table table thead tr th {
    border-top: 1px solid #ddd !important;
}
.entity-detail .list {
    overflow-x: auto;
}
.entity-detail .portal-tree-panel label {
    margin-bottom: 0;
    width: 100% !important;
}
.entity-detail .portal-tree-panel .value {
    margin-bottom: 10px;
}
.entity-detail #map-container.big-markers-map {
    padding: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #ccc #999 #ccc;
}
.entity-detail .big-markers-map #map {
    width: 100%;
    height: 400px;
}
/* vyzva pozadovane prilohy */
.fieldset.pozadovane-prilohy{
    border: none !important;
    margin-bottom: 0 !important;
}
.fieldset.pozadovane-prilohy .legend {
    font-weight: 400 !important;
    text-transform: none !important;
    color: #747474 !important;
}
.pozadovana-priloha {
    padding-left: 40px !important;
    padding-bottom: 20px !important;
}
.pozadovana-priloha .legend {
    text-transform: none !important;
    font-weight: 500 !important;
    font-style: italic;
}

/* koniec ENTITY DETAIL */

/* PORTAL FORM */
.portal-form {
    margin-bottom: 100px;
}
.portal-form h1 {
    margin-top: 50px;
    text-align: center;
}
.portal-form.portal-form-left h1 {
    text-align: left;
}
.portal-form .form-panel {
    background-color: #F5F6F7;
    border: 1px solid #DEE3EA;
    border-radius: 2px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 530px;
}
.portal-form .entity-actions {
    margin-bottom: 20px;
}
.portal-form.portal-form-left .form-panel {
    margin-left: 0;
}
.portal-form.portal-form-login .form-panel {
    width: 406px;
}
.portal-form .form-panel .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.portal-form .form-panel .form-horizontal .form-group input {
    border: 1px solid #CAD3DF;
    border-radius: 2px;
    box-shadow: none;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 20px;
    height: auto;
}
.portal-form .form-panel .form-horizontal .button-group {
    padding-top: 10px;
}
.portal-form .form-panel .form-horizontal button {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 90px;
    margin-right: 6px;
}
.portal-form .form-panel .form-horizontal .button-group a {
    padding: 8px;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}
.portal-form .form-panel .form-horizontal .form-group.login-button button {
    width: 100%;
    display: block;
    margin-right: 0;
}
.portal-form .form-panel .additional-actions {
    text-align: right;
    padding-bottom: 30px;
}
.portal-form .form-panel .login-upvs {
    background-color: #fff;
    margin: 0 -30px -30px -30px;
    padding: 20px;
}
.portal-form .form-panel .login-upvs a {
    display: flex;
    align-items: center;
}
.portal-form .form-panel .login-upvs a:after {
    content: "";
    display: table;
    clear: both;
}
.portal-form .form-panel .login-upvs a > span:first-child {
    margin-right: 10px;
}
.portal-form .form-panel .login-upvs a > span > i {
    font-size: 36px;
    line-height: 36px;
}
/* login prerabka*/
.login-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.login-container .login-item-container:first-child {
    margin-right: 45px;
}
.login-container .login-item-container:last-child {
    margin-left: 45px;
}
.login-container .login-item {
    border: 1px solid #B7D1F5;
    border-radius: 2px;
    background-color: #F2F7FC;
    width: 400px;
    padding: 40px;
    position: relative;
}

.login-container .login-item-container:last-child .login-item {
    border: 1px solid #DEE3EA;
    background-color: #F5F6F7;
}
.login-container .logins-container .login-item {
    display: none;
}
.login-container .logins-container .login-item.active {
     display: block;
}
.login-container .login-item .title {
    font-size: 1.7rem;
    line-height: 1.7rem;
    color: #3A6698;
    font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding-bottom: 25px;
}
.login-container .login-item .list ul {
    padding-left: 20px;
    list-style-image: url("/portal/img/css/list-eclipse.png");
}
.login-container .login-item .list ul li {
    padding-left: 10px;
    padding-bottom: 16px;
    font-size: 14px;
    color: #4e4e4e;
}
.login-container .login-item .decoration {
    background-image: url("/portal/img/eid-img.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 166px;
    height: 146px;
    right: -10px;
    top: -12px;
}
.login-container .subtitle {
    margin-bottom: 20px;
}
.login-container .login-item .action.margin {
    margin: 10px 0;
}
.login-container .login-item .action a, .login-container .login-item .action button {
    display: block;
    width: 100%;
}
.login-container .login-item .footer {
    text-align: center;
    color: #1D2634;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 500;
}
.login-container .login-item .footer a.black-link{
    color: #1D2634;
}
.login-container .login-item .footer.links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-container .login-item .footer.links.center {
    justify-content: center;
}
.login-container .login-item .footer a {
    font-weight: 400;
}
.login-container .login-item .form-item {
    margin-bottom: 10px;
}
.login-container .login-item .form-item.last {
    margin-bottom: 10px;
}
.login-container .login-item .form-item input {
    border: 1px solid #CAD3DF;
    border-radius: 2px;
    box-shadow: none;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 10px;
    height: auto;
}
.login-container .login-item .form-item .fc-recaptcha-component label {
    display: none;
}
.login-container .login-item .form-item .fc-recaptcha-component .form-control-holder {
    padding-left: 0;
    float: none !important;
}
.login-container .btn.btn-wide {
    padding-left: 40px;
    padding-right: 40px;
}
.login-info-container {
    display: none;
    border: 1px solid #DEE3EA;
    background-color: #FFFCC7;
    color: #1D2634;
    font-size: 13px;
    padding: 10px 30px 10px 20px;
    position: relative;
    margin: 30px 0 -30px 0;
 }
.login-info-container.visible {
    display: block;
}
.login-info-container a {
    font-weight: 500;
    text-decoration: underline;
    color: #1D2634;
}
.login-info-container i {
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 12px;
}
/* koniec login prerabka*/
.portal-form .after-form-panel {
    padding-top: 40px;
    text-align: center;
}
.portal-form .after-form-panel a {
    font-size: 15px;
}
ul.feedbackPanel {
    list-style-type: none;
    padding: 0;
    margin-bottom: 15px;
}
ul.feedbackPanel li {
    border: 1px solid #FBEED5;
    border-radius: 0;
    list-style-type: none;
    margin-bottom: 3px;
    padding: 8px 35px 8px 15px;
    position: relative;
}
ul.feedbackPanel li.feedbackPanelERROR {
    background-color: #f4d7d8;
    border-color: #ebccd1;
    color: #ca373d;
}
ul.feedbackPanel li.feedbackPanelINFO {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #2d6987;
}
ul.feedbackPanel li.feedbackPanelSUCCESS {
    background-color: #D7F0DB;
    border-color: #D6E9C6;
    color: #439124;
}
ul.feedbackPanel li.feedbackPanelWARNING {
    background-color: #FCF8E3;
    border-color: #FBEED5;
    color: #a47e3c;
}
.form-panel .form-info {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 18px;
}
.portal-form .form-panel .select2-container.form-control {
    padding: 0;
    border: none;
    background-color: inherit;
    height: auto;
}
.portal-form .form-panel .select2-container.form-control .select2-choice {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    background: none;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #CAD3DF;
}
.portal-form .form-panel .select2-container.form-control .select2-choice .select2-arrow {
    border-radius: 0;
    border: none;
    background: none;
    right: 5px;
    top: 8px;
}
.portal-form .form-panel .select2-container.form-control .select2-choice .select2-chosen {
    color: #1D2634;
    font-size: 15px;
}
.portal-form .form-panel .select2-container.form-control .select2-choice .select2-chosen .default-value {
    color: #8493A8;
}
.portal-form .form-panel .no-label .form-group > label {
    display: none;
}
.portal-form .form-panel .no-label .form-group > .form-control-holder {
    float: none;
    width: 100%;
    padding: 0;
}
.portal-form .form-panel .form-horizontal .fc-recaptcha-component label {
    display: none;
}
.portal-form .form-panel .form-horizontal .fc-recaptcha-component .form-control-holder {
    padding: 0;
}
/* koniec PORTAL FORM */

/* AKTUALITY */
.announcements-container .announcement {
    border-top: 1px solid #DEE3EA;
    padding: 25px 0 50px 0;
}
.announcements-container .announcement-content a {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #1d2634;
    text-decoration: none;
}
.announcements-container .announcement:hover .announcement-content a {
    text-decoration: underline;
}
.announcements-container .announcement-content .preview {
    padding-top: 25px;
    font-size: 14px;
    line-height: 26px;
    color: #54657e;
}
.announcements-container .announcement-meta {
    padding-left: 40px;
}
.announcements-container .announcement-content .announcement-meta {
    padding-left: 0;
    padding-top: 8px;
}
.announcements-container .announcement-meta .priority, .announcement-container .announcement-meta .priority {
    font-weight: 900;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 6px;
}
.priority-heigh {
    color: #d8586d;
}
.priority-medium {
   color: #efa53a;
}
.announcements-container .announcement-meta .date, .announcement-container .announcement-meta .date {
    font-size: 13px;
    color: #54657e;
}
.announcements-container .announcement-content .announcement-meta > div {
    padding: 0;
    display: inline;
}
.announcements-container .announcement-content .announcement-meta > div:first-child {
    padding-right: 10px;
}
.announcement-container .announcement-meta {
    padding-bottom: 20px;
}
.announcement-container .content {
    border-top: 1px solid #DEE3EA;
    padding-top: 40px;
    font-size: 1rem;
    font-weight: 400;
    color: #1D2634;
}
.announcement-container .announcement-meta > div {
    display: inline;
}
.announcement-container .announcement-meta > div:first-child {
    padding-right: 10px;
}
/* koniec AKTUALITY */

/* FAQ */
.faq-container {
    display: grid;
}
.faq-container .temy-zoznam {
    float: left;
    width: 250px;
    margin: 10px 0 20px 0;
    border: 1px solid #DEE3EA;
    border-radius: 0;
}
.faq-container .temy-zoznam .temy-zoznam-item {
    border-bottom: 1px solid #DEE3EA;
}
.faq-container .temy-zoznam .temy-zoznam-item:last-child {
    border-bottom: none;
}
.faq-container .temy-zoznam .temy-zoznam-item a {
    display: block;
    padding: 10px;
    color: #0080ff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    background-color: #F5F6F7;
}
.faq-container .temy-zoznam .temy-zoznam-item a:hover,
.faq-container .temy-zoznam .temy-zoznam-item.selected a {
    background-color: #0080FF;
    color: #fff;
    font-weight: 600;
}
.faq-container .temy-zoznam .temy-zoznam-subitem a {
    display: block;
    padding: 10px 10px 10px 30px;
    color: #0080ff;
    text-decoration: underline;
    text-transform: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    background-color: #FFFFFF;
}
.faq-container .temy-zoznam .temy-zoznam-subitem a:hover,
.faq-container .temy-zoznam .temy-zoznam-subitem.selected a {
    background-color: #0080FF;
    color: #fff;
    font-weight: 600;
}
.faq-container .temy-zoznam + div {
    padding: 10px 11px 80px 30px;
    overflow: auto;
}
.faq-container .tema h4,.faq-container .tema .tema-collapse-expand {
    display: none;
}
.faq-container .accordion .accordion-group {
    padding: 20px 10px;
    border-bottom: 1px solid #DEE3EA;
    border-radius: 2px;
}
.faq-container .accordion .accordion-group:first-child {
    border-top: 1px solid #DEE3EA;
}
.faq-container .accordion .accordion-group .accordion-heading a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    color: #3a6698;
}
.faq-container .accordion .accordion-group .accordion-heading a:hover, .faq-container .accordion .accordion-group .accordion-heading a:focus {
    text-decoration: none !important;
}
.faq-container .accordion .accordion-group .accordion-heading {
    padding-left: 40px;
    position: relative;
}
.faq-container .accordion .accordion-group .accordion-heading a:before {
    content: "\61";
    font-family: "itms-pub" !important;
    font-size: 22px;
    color: #0080FF;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -4px;
}
.faq-container .accordion .accordion-group.open .accordion-heading a:before {
    content: "\62";
}
.faq-container .hodnotenie {
    margin-left: 40px;
    background-color: #F5F6F7;
    padding: 10px;
}
.faq-container .hodnotenie label {
    font-weight: normal;
    margin: 0;
}
.faq-container .accordion .accordion-group .accordion-heading a i {
    display: none;
}
.faq-container .accordion .accordion-group .accordion-body {
    padding-top: 20px;
    color: #1D2634;
}
.faq-container .accordion .accordion-group .accordion-body .accordion-inner {
    margin-bottom: 20px;
    padding-left: 40px;
}
.faq-container .accordion .accordion-group .accordion-body .hodnotenie .controls {
    display: inline-block;
    padding-left: 6px;
    width: 100px;
}
.faq-container .accordion .accordion-group .accordion-body .hodnotenie .controls a {
    color: #0080FF;
}
.faq-container .accordion .accordion-group .accordion-body .hodnotenie .form-group .fc-edit {
    padding-left: 0;
}
.faq-container .accordion .accordion-group .accordion-body .hodnotenie .form-group .fc-edit textarea {
    border-radius: 2px;
}
.faq-container .accordion .accordion-group .accordion-body .hodnotenie .form-group.error .fc-edit textarea {
    border-color: #D8586D;
    border-width: 2px;
}
.faq-container .accordion .accordion-group .accordion-body .hodnotenie .form-group.error p {
    margin-top: 5px;
    color: #D8586D;
}
.faq-container .accordion .accordion-group .accordion-body .hodnotenie .form-group {
    margin-bottom: 10px;
}
.faq-container .accordion .accordion-group .accordion-body .hodnotenie .form-group .form-control-holder {
    float: none;
    width: 100%;
    padding: 0;
}
.faq-container .accordion .accordion-group .accordion-body .hodnotenie .btn {
    background-color: #0080FF;
    border-color: #0080FF;
    box-shadow: none;
    color: #fff;
}
.faq-container .accordion .accordion-group .accordion-body .hodnotenie .komentar {
    padding-bottom: 0;
}
.faq-container .accordion .accordion-group .accordion-body .hodnotenie-captcha {
    margin-bottom: 10px;
}
.stateless-faq .feedbackPanel, .stateless-faq .feedbackPanel > li {
    margin: 0;
}
.stateless-faq .feedbackPanel .error {
    margin-bottom: 10px;
}
.stateless-faq .feedbackPanel .success, .stateless-faq .feedbackPanel .error,  .stateless-faq otazka-container, .stateless-faq .komentar {
    display: none;
}
.stateless-faq .komentar textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 10px;
}

.comment-yes .stateless-faq .feedbackPanel .success {
    display: block;
}
.comment-yes .stateless-faq .otazka-container, .comment-yes .stateless-faq .otazka-containerkomentar {
    display: none;
}

.comment-no .stateless-faq .komentar {
    display: block;
}
.comment-no .stateless-faq .otazka-container {
    display: none;
}

.comment-valid .stateless-faq .feedbackPanel .success {
    display: block;
}
.comment-valid .stateless-faq .komentar, .comment-valid .stateless-faq .otazka-container {
    display: none;
}
.comment-invalid .stateless-faq .otazka-container {
    display: none;
}
.comment-invalid .stateless-faq .komentar {
    display: block;
}
.comment-invalid.comment-invalid-comment .stateless-faq .feedbackPanel .error.errorpole {
    display: block;
}
.comment-invalid.comment-invalid-captcha .stateless-faq .feedbackPanel .error.errorcaptcha {
    display: block;
}

/* koniec FAQ */

/* procesy tree */
.temy-zoznam .temy-zoznam-item .temy-zoznam-subitem .proces-link a {
    display: block;
    padding: 9px 12px 9px 28px;
    text-decoration: none;
    font-weight: 100;
    color: #0080ff;
}
.temy-zoznam .temy-zoznam-item .temy-zoznam-subitem .proces-link a i {
    color: #fff;
}
.temy-zoznam .temy-zoznam-item .temy-zoznam-subitem .proces-link a span {
    text-decoration: underline;
    font-size: 14px;
}
.temy-zoznam .temy-zoznam-item .temy-zoznam-subitem .proces-link a:hover span {
    font-weight: 700;
}
.temy-zoznam .temy-zoznam-item .temy-zoznam-subitem .proces-link a:hover {
    font-weight: 500;
    background: #0080FF;
    color: #fff;
}
.temy-zoznam .temy-zoznam-item .temy-zoznam-subitem .proces-link a:hover i {
    color: #d86344;
}
.temy-zoznam .temy-zoznam-item .temy-zoznam-subitem .proces-link.selected a,
.temy-zoznam .temy-zoznam-item .temy-zoznam-subitem .proces-link.selected a:hover {
    font-weight: 700;
    color: #fff;
    background: #0080FF;
}
.temy-zoznam .temy-zoznam-item .temy-zoznam-subitem .proces-link.selected a i,
.temy-zoznam .temy-zoznam-item .temy-zoznam-subitem .proces-link.selected a:hover i {
    color: #d86344;
}
/* koniec procesy tree */

/* BASIC CONTENT PAGE */
.basic-page .page-action {
    margin-bottom: 30px;
}
.basic-page .page-action a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    white-space: nowrap;
    padding: 8px 10px;
}
.basic-page .page-action a:first-child {
    padding-left: 0;
}
.basic-page .page-action a:hover {
    background-color: #ECEFF4;
    border-radius: 2px;
}
.basic-page .page-action a i {
    margin-right: 5px;
    font-size: 22px;
    line-height: 20px;
}
.basic-page .page-content {
    font-size: 16px;
    line-height: 26px;
}
/* koniec BASIC CONTENT PAGE */

/* SUCCESS PROJECTS */
h1.success-project-header {
    color: #1d2634;
    line-height: 40px;
    margin-bottom: 35px;
}
.success-project {

}
.success-project .main-img {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    margin-bottom: 60px;
}
.success-project .main-img.sc1 {
    background-image: url(../../img/uspesne/elektricka-bg-1.jpg);
}
.success-project .main-img.sc2 {
    background-image: url(../../img/uspesne/dialnica-bg-2.jpg);
}
.success-project .main-img.sc3 {
    background-image: url(../../img/uspesne/vlaky-bg-3.jpg);
}
.success-project .main-img.sc4 {
    background-image: url(../../img/uspesne/elektricka-bg-4.jpg);
}

.success-project .text {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #1d2634;
    margin-bottom: 40px;
}
.success-project .text p {
    margin-bottom: 20px;
}
.success-project .extended-info h3 {
    font-weight: 600;
    font-size: 1.375rem;
    color: #3a6698;
    padding-bottom: 20px;
    border-bottom: 1px solid #DEE3EA;
}
.success-project .extended-info .row {
    margin-bottom: 10px;
}
.success-project .extended-info .delimiter {
    height: 10px;
}
.success-project .extended-info .key, .success-project .extended-info .value {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
}
.success-project .extended-info .key {
    color: #8493a8;
}
.success-project .extended-info .value {
    color: #1d2634;
}
.success-project-row {
    border-bottom: 1px solid #DEE3EA;
    padding-bottom: 60px;
    margin-bottom: -10px;
}
/* koniec SUCCESS PROJECTS */

/* OAUTH LOGIN */
.oauth.mobilna-aplikacia .main-banner {
    display: none;
}
.oauth.mobilna-aplikacia .main .container {
    width: 100% !important;
    padding: 30px 80px;
}
.oauth.mobilna-aplikacia .main .form-panel {
    width: 100% !important;
    padding: 0;
    border: none;
    background: none;
}
/* end OAUTH LOGIN */

/* ARTICLE */
.article {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #1d2634;
}
.article h2 {
    color: #1d2634;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
}
.article .download-links {
    text-align: center;
    margin-top: 10px;
}
.article .download-links a {
    margin: 0 5px;
}
.article .download-links img {
    height: 50px;
}
/* end ARTICLE */

/* IPC */
.ipc {
    font-size: 1rem;
    line-height: 1.25rem;
}
.ipc .title {
    color: #1D2634;
    font-weight: 900;
    padding-bottom: 15px;
}
.ipc .section {
    padding: 10px 0;
}
.ipc .ipc-items {
    display: flex;
    flex-wrap: wrap;
}
.ipc .ipc-items .ipc-item {
    width: 370px;
    padding-bottom: 50px;
}
/* end IPC */

/* STATELESS TREE */
.table-condensed.table-semi-bordered .tree .tree-node .tree-content {
    line-height: 20px;
    padding-right: 10px;
}
.table-condensed.table-semi-bordered tr .tree-label {
    color: #717171;
    font-weight: 600;
}
.table-condensed.table-semi-bordered tr .tree-label .tree-folder-indicator {
    display: none;
}
.table-condensed.table-semi-bordered tr .tree-label i {
    font-size: 17px;
    margin: 0 5px;
    vertical-align: text-bottom;
}
.table-condensed.table-semi-bordered i.fa-file {
    color: #2873c8;
}
.table-condensed.table-semi-bordered .tree .tree-subtree .tree-content span.tree-label {
    margin-left: 20px;
}
.table-condensed.table-semi-bordered .tree .tree-subtree .tree-subtree .tree-content span.tree-label {
    margin-left: 40px;
}
.table-condensed.table-semi-bordered .tree .tree-subtree .tree-subtree .tree-subtree .tree-content span.tree-label {
    margin-left: 60px;
}
.table-condensed.table-semi-bordered .tree .tree-subtree .tree-subtree .tree-subtree .tree-subtree .tree-content span.tree-label {
    margin-left: 80px;
}
.table-condensed.table-semi-bordered .tree .tree-content {
    display: block;
    padding: 3px 0;
}
.table-condensed.table-semi-bordered .tree .tree-content span:first-child {
    float: left;
}
.table-condensed.table-semi-bordered .tree .tree-content span:last-child {
    display: block;
}
.table-condensed.table-semi-bordered .tree .tree-subtree .tree-content > span:last-child {
    margin-left: 50px;
}
.table-condensed.table-semi-bordered .tree .tree-subtree .tree-subtree .tree-content > span:last-child {
    margin-left: 70px;
}
.table-condensed.table-semi-bordered .tree .tree-subtree .tree-subtree .tree-subtree .tree-content > span:last-child {
    margin-left: 90px;
}
.table-condensed.table-semi-bordered .tree .tree-subtree .tree-subtree .tree-subtree .tree-subtree .tree-content > span:last-child {
    margin-left: 110px;
}
/* koniec STATELESS TREE */

/* SUBSCRIBE FORM */
.subscribe-container {
    background-color: #f3f5f6;
    border-top: 1px solid #DEE3EA;
    border-bottom: 2px solid #DEE3EA;
}
.subscribe-container .stateless-loading-indicator {
    display: none;
}
.subscribe-container .form-container {
    display: none;
    padding: 25px 100px;
    border-top: 2px solid #DEE3EA;
}
.subscribe-container .form-container .form-group:last-child {
    margin-bottom: 0;
}
.subscribe-container .subscribe-info {
    background: url("/portal/img/css/subscribe-email.png") 100px bottom no-repeat;
    padding: 20px 20px 5px 200px;
}
.subscribe-container .subscribe-info > div:first-child {
    color: #0073e6;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
.subscribe-container .subscribe-info > div:last-child {
    color: #5D6D85;
    font-weight: normal;
}
.subscribe-container .subscribe-info > div:last-child a {
    margin-left: 10px;
}
.subscribe-container .success-container {
    background: #ECEFF4 url("/portal/img/css/subscribe-email.png") 100px bottom no-repeat;
    padding: 20px 20px 5px 200px;
}
.subscribe-container .success-container > div:first-child {
    color: #25BE6D;
    font-size: 18px;
    font-weight: bold;
}
.subscribe-container .success-container > div:last-child {
    color: #5D6D85;
    font-weight: normal;
}
.subscribe-container .form-group input.form-control {
    border: 1px solid #CAD3DF;
    border-radius: 2px;
    box-shadow: none;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 20px;
    height: auto;
}
/* koniec SUBSCRIBE FORM */

/* COOKIE CHECKER */
#cookieConfirm {
    text-align: left;
    padding: 30px;
    z-index: 9999;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #d4d4d4;
    color: #000000;
    font-size: 16px;
}

#cookieConfirm > .cookieConfirmTitle {
    font-weight: bold;
    padding-bottom: 0.5rem;
}

#cookieConfirm > .cookieConfirmActions {
    padding-top: 0.5rem;
}

#cookieConfirm > .cookieConfirmActions > div {
    display: inline-block;
    margin-right: 0.6rem;
    padding-bottom: 0.3rem;
}

#cookieConfirm > .cookieConfirmActions > div > button.cookieButton {
    padding: 8px 12px;
    cursor: pointer;
    background-color: #008000;
    color: white;
    border: 2px solid transparent;
}
/* koniec COOKIE CHECKER */

#cookieSettings {
    padding-top: 0.4rem;
    padding-left: 1.5rem;
}

#cookieSettings > .cookiesRow {
    padding-bottom: 0.9rem;
}

#cookieSettings > .cookiesRow > .cookiesItem {
    font-size: 20px;
}

#cookieSettings > .cookiesRow > .cookiesItem > label {
    padding-left: 0.5rem;
}

#cookieSettings > .cookiesRow > .cookiesDesc {
    padding-top: 0.2rem;
    padding-left: 1.5rem;
}

/* VIDEO */
body.video-playing {
    overflow: hidden;
}
.video-warpper {
    z-index: 2500;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
}
.video-playing .video-warpper {
    display: flex !important;
}
.video-warpper .video-container .video-content {
    position: relative;
    width: 50vw;
    height: 28.12vw;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}
.video-warpper .video-container .video-content iframe {
    width: 100% !important;
    height: 100% !important;
}
.video-warpper .video-container .video-content .stop-video {
    position: absolute;
    top: -30px;
    right: 0;
    color: #fff;
    font-size: 16px;
}
.video-warpper .video-container .video-content .stop-video i {
    font-size: 20px;
}
/* koniec VIDEO */


/* RESPONZIBILITA */

/* screen < 768px, container width auto*/
@media (max-width: 767px) {
    #header .navbar .navbar-brand img {
        width: 120px;
    }
    #header .navbar .navbar-brand {
        padding: 12px 0 0 0;
        margin-left: 5px;
    }
    #header .navbar .navbar-toggle {
        padding-right: 15px;
    }
    #header .navbar .navbar-nav {
        padding-top: 20px;
        margin-top: 20px;
    }
    #header .navbar .navbar-nav > li > a {
        padding: 8px 17px;
        line-height: 18px;

    }
    #header .navbar .navbar-nav > li > button {
        margin: 0 0 8px 0 !important;
    }
    .main-features-container .main-feature {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .main-features-container .main-feature .text-container {
        margin-top: 0;
    }
    .portal-form {
        margin-bottom: 50px;
    }
    .portal-form .form-panel {
        width: 100% !important;
        padding: 15px;
    }
    .oauth.mobilna-aplikacia .main .container {
        padding: 20px;
    }
    #subscribe-form-toggle {
        display: block;
        margin-left: 0;
    }
    .article .download-links a > img {
        margin-bottom: 10px;
    }
    .login-container .login-item {
        padding: 40px 20px;
        width: 100%;
        max-width: 400px;
    }
}

/* screen >= 768px && < 992px, container width 750px */
@media (min-width: 768px) and (max-width: 991px) {
    #header .navbar .navbar-toggle {
        display: inline;
    }
    .navbar-collapse.collapse:not(.in) {
        display: none !important;
    }
    .navbar-header {
        float: none;
    }
    #header .navbar .navbar-brand img {
        width: 120px;
    }
    #header .navbar .navbar-brand {
        padding: 12px 0 0 0;
    }
    #header .navbar .navbar-nav {
        padding-top: 20px;
        margin-top: 20px;
        float: none !important;
    }
    #header .navbar .navbar-nav > li {
        float: none;
    }
    #header .navbar .navbar-nav > li > a {
        padding: 8px 17px;
        line-height: 18px;
    }
    #header .navbar .navbar-nav > li > button {
        margin: 0 0 8px 0 !important;
    }
}

/* screen < 992px, container width 750px */
@media (max-width: 991px) {
    html {
        font-size: 12px;
    }
    h1, h1.success-project-header {
        line-height: 2.5rem;
    }
    .btn.btn-bg > i {
        top: 0;
    }
    .main {
        min-height: 0;
    }
    .main.pd {
        padding-bottom: 40px;
    }
    .main-banner {
        padding-bottom: 2.5rem;
    }
    .main-banner h1 {
        font-size: 2rem;
        line-height: 2.25rem;
        margin-bottom: 1rem;
    }
    #header .navbar .navbar-nav.navbar-buttons .navbar-btn {
        font-size: 1.125rem;
        display: inline-block;
        margin: 0 0 16px 0;
    }
    #header .navbar .navbar-collapse.in {
        margin-top: 10px;
    }
    #footer {
        padding: 10px 0 30px 0;
    }
    #footer .footer-actions > div {
        height: 120px;
    }
    #footer .footer-actions .title {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }
    #footer .footer-actions .content > a, #footer .footer-actions .content > span {
        font-size: 1rem;
        line-height: 1.375rem;
    }
    #footer .footer-info > div {
        margin-bottom: 20px;
    }
    #footer .footer-info > div:last-child {
        margin-bottom: 0;
    }
    #footer .footer-info > div .pull-right {
        float: none !important;
    }
    .main .main-action-container {
        padding: 10px 0;
    }
    .main-action-container .main-action {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }
    .main-success-projects-container,
    .main-statistics-container,
    .main-features-wrapper,
    .ako-zacat-wrapper .main,
    .main-infos-container {
        padding: 30px 0;
    }
    .main-statistics-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-statistics-container .main-statistics-action {
        margin-top: 30px;
    }
    .main-features-container .main-feature {
        margin-bottom: 0;
    }
    .main-features-container .main-feature .text-container {
        margin-top: 0;
    }
    .main-features-container .main-feature:first-child {
        border-bottom: 2px solid #DEE3EA;
        padding-bottom: 30px;
    }
    .main-features-container .main-feature:last-child {
        padding-top: 30px;
    }
    .main-success-projects-container .success-project {
        margin-left: 10px;
        margin-right: 10px;
    }
    .main-success-projects-container .success-project .content .title {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }
    .main-success-projects-container .success-project .content .desc > div,
    .main-success-projects-container .success-project .content a,
    .main-statistics-container .main-statistic div > div,
    .main-features-container .main-feature .desc,
    .main-info a,
    .main-info p,
    .main-info p b,
    #cd-timeline .cd-timeline-content p,
    #cd-timeline .cd-timeline-content a {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    .main-action-container .main-action {
        padding: 1rem;
        height: 180px;
    }
    .main-action-container .main-action img {
        width: 80px;
    }
    .main-features-container .main-feature img.big1 {
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .main-info {
        padding-bottom: 30px;
    }
    .main-info .title {
        margin-bottom: 10px;
    }
    .main-info .title i {
        margin-top: -2px;
    }
    .main-info .title i:not(.collapse-icon) {
        display: none;
    }
    .main-info .collapsable-content > div {
        margin-bottom: 10px;
    }
    .main-info .collapsable-content > div:last-child {
        margin-bottom: 0;
    }

    .entity-detail .form-group label, .entity-detail .form-group .form-control-holder {
        float: none;
        width: 100% !important;
    }
    .entity-detail .entity-full .fieldset-group.open .collapsible-content .form-group label {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        margin-right: 5px;
        color: #8493A8;
    }
    .entity-detail .entity-full .fieldset-group.open .collapsible-content .form-group .form-control-static {
        color: #1D2634;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
    }
    .entity-detail .entity-full .fieldset-group {
        padding: 10px;
    }
    .filtered-view .filter-container:not(.expanded) .extended {
        display: none;
    }
    .filtered-view .result-container .result-header .filter-expander {
        display: inline;
        float: left;
    }
    .filtered-view .result-container .result-header {
        padding: 0 0 20px 0;
    }
    .filtered-view .extended > .bottom {
        padding: 0;
    }
    .filtered-view .extended > .bottom > .bottom-filter-container .bottom-filter-item .bottom-filter-item-title,
    .filtered-view .extended > .bottom > .bottom-filter-container {
        display: block;
    }
    .filtered-view .extended > .bottom .bottom-filter-links {
        display: none;
    }
    .filtered-view .extended > .bottom > .bottom-filter-container {
        border: none;
        padding: 0;
        margin: 0 0 70px 0;
    }
    .filtered-view .extended > .bottom > .bottom-filter-container .bottom-filter-item {
        border-bottom: 1px solid #CAD3DF;
    }
    .filtered-view .extended > .bottom > .bottom-filter-container .bottom-filter-item .bottom-filter-item-content {
        padding: 15px 15px;
    }
    .filtered-view .filter-container:not(.expanded) .fulltext {
        margin-bottom: 0;
    }
    .filtered-view .fulltext a.btn {
        padding: 0 20px;
    }
    .filtered-view .fulltext a.btn i {
        font-size: 29px;
    }
    .filtered-view .extended > .top {
        font-size: 14px;
    }
    .filtered-view .multichoice-filter {
        display: block;
    }
    .filtered-view .multichoice-filter > div {
        display: block;
    }
    .filtered-view .checkbox-filter input[type="checkbox"] + .value {
        display: block;
    }
    .filtered-view .nodata-container {
        margin-top: 20px;
    }
    .filtered-view .result-footer {
        margin-top: 10px;
    }
    .filtered-view .string-filter {
        flex-direction: column;
    }
    .ako-zacat-wrapper .main-kam-dalej-container .main-info .row > div {
        margin-bottom: 35px;
    }
    .ako-zacat-wrapper .main-kam-dalej-container .main-info p b {
        font-size: 1.375rem;
    }
    .announcements-container .announcement {
        padding-bottom: 25px;
    }
    .announcements-container .announcement-content .preview {
        padding-top: 10px;
    }
    .announcement-container .content {
        font-size: 1.125rem;
        padding-top: 20px;
    }
    .announcements-container .announcement-content a {
        font-size: 16px;
    }
    .faq-container .temy-zoznam {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        background-color: #F5F6F7;
    }
    .faq-container .temy-zoznam + div {
        padding: 0;
    }
    .faq-container .accordion .accordion-group .accordion-body .hodnotenie .form-group .fc-edit textarea {
        margin-bottom: 10px;
    }
    .entity-detail .entity-actions a {
        margin-right: 0;
        display: inline-block;
        padding: 5px 10px;
    }
    .subscribe-container .form-container {
        padding-right: 0;
        padding-left: 0;
    }
    .subscribe-container .subscribe-info {
        background-position: 0px bottom;
        padding-left: 95px;
    }
    .article {
        font-size: 1.125rem;
    }
    .video-warpper .video-container .video-content {
        width: 90vw;
        height: 50.61vw;
    }
    .login-container {
        display: block;
    }
    .login-container .login-item-container:first-child {
        margin: 0;
    }
    .login-container .login-item-container:last-child {
        margin-top: 20px;
        margin-left: 0;
    }
    .login-container .login-item-container .login-item {
        margin: 0 auto;
    }
}

/* screen >= 992px && < 1200px, container width 970px */
@media (min-width: 992px) and (max-width: 1199px) {
    /* header */
    #header .navbar .navbar-nav > li > a {
        padding: 15px 5px;
        font-size: 13px;
    }
    #header .navbar .navbar-nav.navbar-locale > li > a {
        padding-right: 10px;
        padding-top: 15px;
    }
    #header .navbar .navbar-nav.navbar-locale > li > a > i {
        display: none;
    }
    #header .navbar .navbar-nav.navbar-buttons .navbar-btn {
        padding: 2px 12px;
        font-size: 13px;
    }
}

/* screen  < 1200px, container width 970px */
@media (max-width: 1199px) {
    #cd-timeline::before {
        left: 18px;
        margin-left: 0px;
    }
    #cd-timeline .cd-timeline-img-wrp {
        left: 0;
        margin-left: 6px;
        top: -3px;
    }
    #cd-timeline .cd-timeline-img {
        left: 0;
        margin-left: 11px;
        top: 2px;
    }
    #cd-timeline .cd-timeline-content {
        margin-left: 60px;
        width: auto;
        float: none;
        text-align: left;
    }
    #cd-timeline .cd-timeline-block .cd-timeline-content .cd-timeline-content-number {
        left: 0;
        right: auto;
        top: -47px;
    }
}

/* screen >= 1200px, container width 1170px */
@media (min-width: 1200px) {

}

/* screen >= 1300px */
@media (min-width: 1300px) {
    #header .navbar .navbar-nav.navbar-locale > li > a {
        padding-right: 15px;
    }
}


::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.mapa {
    margin: 0 !important;
}