* {
    /* font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-size: 100%;
}

.container{
    min-width: 750px;
}

#first-block{
    width: 100%;
    height: 100vh;
    background: url("main_optimized.png");
    background-size: cover;
    /* z-index: -2; */
}

#menu{
    height: 60px;
    width: 100%;
    /* max-width: 1000px; */
    /* min-width: 850px; */
    margin-left: auto;
    margin-right: auto;
    /* border-bottom: 1px solid #fff; */
    background-color: #ffffffe6;
    /* color:  #000 !important; */
    z-index: 10;
    border-bottom: 1px solid #40404014;
}

#menu #logo{
    float: left;
    vertical-align: bottom;
    padding-top: 0px;
    padding-left: 20px;
    margin-top: -12px;
}

#menu #logo span{
    font-size: 19px;
    /* font-weight: bold; */
    display:  inline-block;
    color: #fff;
    line-height: 50px;
    /* vertical-align:  bottom; */
    margin-top: 20px;
    /* padding-top: 20px; */
    text-transform: uppercase;
    color: #ddbe25;
}

#menu #logo img{
    height: 30px;
    width: auto;
    z-index:  20;
    display:  inline-block;
    margin: 0;
    padding:  0;
    margin-top: -22px;
}

#menu #right ul{
    text-decoration: none;
    float: right;
}

#menu #right ul li{
    color: #ddbe25;
    /* color: #2d2d2d; */
    display: inline-block;
    font-size: 15px;
    line-height: 60px;
    text-transform: uppercase;
    padding-left: 0px;
    padding-right: 5px;
    /* font-weight: bold; */
    text-shadow: 1px 1px #3333330d;
}

.mbtn {
    /* height: 3.125rem; */
    /*background-color: transparent;*/
    border: 1px solid;
    border-radius: 1.5625rem;
    padding: 9px 22px;
    margin-top: 0.5em;
    transition: background-color 0.2s ease;
    /* background-color: white; */
    line-height: 40px;
    font-weight: bold;
    /* font-size: 1rem; */
    font-size: 12px;
    background-color: transparent;
    border-color: rgba(176, 180, 189, 0.91);
    color: #0f0f0f;
    /* border-bottom:  1px solid red; */
}
.mbtn:hover{
    background-color: #ddbe25 !important;
    color: #ffffff !important;
    border-color: transparent;
}

.mbtn2:hover{
    border: 1px solid;
    border-color: rgba(176, 180, 189, 0.91);
}

.mbtn.active {
    background-color: #e0c53b !important;
    color: white;
}

.mbtn2 {
    background-color: transparent;
    border-radius: 1.5625rem;
    padding: 9px 22px;
    margin-top: 0.5em;
    transition: background-color 0.2s ease;
    /* background-color: white; */
    line-height: 40px;
    font-weight: bold;
    /* font-size: 1rem; */
    font-size: 12px;
    border: 1px solid;
    border-color: transparent;
}

a{
    color: #0f0f0f;
}

a:hover{
    text-decoration: none;
    color: #0f0f0f;
}

.ts-moving-background {
    overflow: hidden;
    position: relative;
}

.ts-moving-background.o1:before {
    background-color: white;
    background-size: contain;
    /* z-index: -3; */
    content: " ";
    position: fixed;
    background: url(main_optimized.png) no-repeat center center;
    will-change: transform;
    width: 100%;
    height: 100%;
}

.ts-moving-background .centered-content {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.arrow-bounce-down {
    position: absolute;
    margin: auto;
    /* top: 0; */
    bottom: 20px;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    -webkit-animation: bounceDown 2s infinite ease-in-out;
}

@-webkit-keyframes bounceDown {
    0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
    80% { -webkit-transform: translateY(-10px); }
}

.mac-screen{
    /* max-width: 660px; */
    width: 100%;
    /* float: right; */
    /* padding: 20px; */
    /* background-color: #f6f6f8; */
    /* margin-top: calc(-133vw / 11.5); */
    /* margin-top: -20%; */
    /* padding-top: 100px; */
    /*padding-top: 63.5%;*/
    /* height: 35.2vw; */
    background-color: black;
}

.mac-screen .mac-screen-content2{
    position:  absolute;
    top: 4.1vw;
    left:  0;
    width: 100%;
    height: 35vw;
    height: 45vw;
    max-height: 539px;
    font-size: 17px;
    line-height: 2vw;
    text-align: justify;
    /* background-color: #fff; */
    /* height: 371px; */
    /* height: 100%; */
    display: flex;
    align-items: center;
    /* padding: 30px; */
    max-width:  1200px;
}

.mac-screen .mac-screen-content p{
    vertical-align: middle;
}

.top a {
    color: #fff;
}

.top .logo {
    padding: 1.5em 0;
    text-align: right;
    padding-right: 61px;
    display: none;
}

.top .logo a {
    transition: opacity 0.2s ease
}

.top .logo a:focus, .top .logo a:hover {
    opacity: 0.7
}

.top .menu ul {
    padding-left: 0px;
    list-style: none;
}

.top .menu > ul li {
    padding: 0;
    padding-left: 4px;
    height: 55px;
}

.top .menu > ul li.active {
    background-color: #32353c
}

.top .menu ul.products-list li a {
    display: block;
    /* padding: 7.5% 0 7.5% 45px; */
    background-repeat: no-repeat;
    background-position: 0 50%;
    /* padding-left: 0; */
    /* margin-left: 10px; */
    padding-left: 2.9vw;
}

.top .menu ul.products-list li a:hover {
    color: #ddbe25;
}

.top .menu > ul.ts-users li a {
    display: inline-block;
    padding: 7.5% 0 7.5% 45px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 0;
    margin-left: 10px;
    width: 139px;
}

.top .menu ul li.active a {
    /* color: #ddbe25; */
}

.top .menu ul li.section-1 a {
    background-image: url(../../img/icon_news.png);
    /* background-position: 5px 50%; */
    background-size: 16%;
}

.top .menu ul li.section-2 a {
    background-image: url(../../img/icon_debts.png);
    background-size: 19%;
}

.top .menu ul li.section-7 a {
    background-image: url(../../img/icon_insurance.png);
    background-size: 16%;
}

.top .menu ul li.section-8 a {
    background-image: url(../../img/icon_savings.png);
    background-size: 18%;
}

.top .menu ul li.section-9 a {
    background-image: url(../../img/icon_investment.png);
    background-size: 18%;
}

.top .menu ul li.section-10 a {
    background-image: url(../../img/icon_posessions.png);
    background-size: 18%;
}

.top .menu ul li.section-11 a {
    background-image: url(../../img/icon_summary.png);
    background-size: 16%;
}

.top .menu ul li.section-12 a {
    background-image: url(../../img/aa.png);
    background-size: 16%;
}

.top .user {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #32353c;
    padding: 5%;
    padding-top:  10px;
    padding-bottom: 10px;
    /* text-align: center; */
    width: 156px;
}

.top .user .logout, .top .user .profile {
    display: inline-block;
    width: 89px;
    line-height: 11px;
}

.top .user .logout {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 23px;
    height: 26px;
    float: left;
    background: url(../../img/icon_logout.png) no-repeat center center;
    margin-right: 1rem;
    transition: opacity 0.2s ease;
    display:  inline-block;
}

.top .user .logout:focus, .top .user .logout:hover {
    opacity: 0.5
}

.top .user .profile {
    margin-top: 0.3em
}



.top {
    /* min-width: 140px; */
    /* width: 16.5%; */
    height: 100%;
    /*position: absolute;*/
    top: 0;
    left: 0;
    background-color: #282a32;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    /* width: 140px; */
    font-size: 1.2vw;
    /* line-height: 2.5vw; */
}

@media screen and (min-width: 1200px) {
    .top {
        font-size: 16px;
        line-height: 24px;
    }
}

.top .menu .ts-users{
    width: 190px;
    background-color: #363944;
    float: left;
    /* text-align: center; */
    height: calc(100vh - 50px);
    border-right: 1px solid #43454c;
    margin:  0;
    padding:  0;
}

.top .menu .ts-users a{
    padding-left: 2px;
    font-size: 12px;
    line-height: 22px;
}

.top .menu .products{
    width: 12vw;
    /* background-color: #ffbc42; */
    float: left;
}

.section.clients{
    background-color: #272a32;
    /* height: 75px !important; */
}

.section.client{
    /* padding-left: 0px !important; */
}

.top .menu ul.ts-users > li {
    padding: 0;
    padding-left: 0px;
    height: 45px;
}

.top .menu  ul.products-list li {
    padding: 0;
    padding-left: 1.5vw;
    height: 4.7vw;
    max-height: 57px;
}

.top .menu  ul.products {
    padding-top: 80px;
}

.top .ts-logo img{
    /* padding-top: 10px; */
    /* margin-top:  20px; */
    /* padding-bottom: 31px; */
    /* padding-left: 45px; */
    width: 2vw;
    /* padding-top:  8px; */
    /* padding-left:  0px; */
    /* margin-left: 5px; */
    display: inline;
    margin-top: 6px;
}

.ts-logo{
    display: block;
    text-align: center;
    /* padding-bottom: 40px; */
    margin-top: 4px;
    margin-bottom: 2px;
    height: 5vw;
}
.top .ts-logo span{
    line-height: 4.6vw;
    vertical-align: top;
}

.top .client-selector{
    /* background-color: red; */
    /* margin-right: 5px; */
    /* visibility: hidden; */
    text-align:  center;
}

.top .client.selected .client-selector{
    visibility: visible;
}

.top .client.selected a{
    color: #ddbe25;
}


.top .products-list li.selected a{
    color: #ddbe25;
}

.top .products.selected .client-selector{
    visibility: visible;
}

body{
    /* min-width: 1020px; */
}

.mac-background{
    max-width: 1200px;
    height: 55.87%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    /* background-color: #f0f1f3; */
    background: url('003-MacBook-Space-Gray3.png');
    /*background-size: auto;*/
    background-position: top center;
    /* padding-top: 359px; */
    /* background-size: 79.73%; */
    background-size: 100%;
    background-repeat: no-repeat;
    height: 60vw;
    /* padding-top: 170px; */
    background-color: #fff;
}

.mac-screen-content2{
    background-color: #f0f1f3;
}

.mac-content-text{
    /* padding-left: 9vw; */
    font-size: 1.8vw;
    line-height: 2.7vw;
    /* background-color: #ffffff; */
    padding: 0.5vw;

}

/**/
@media screen and (min-width: 1200px) {
    .mac-content-text {
        font-size: 22px;
        line-height: 34px;
    }
}

.mac-screen-parrent{
    padding: 0.5vw;
}

.mac-screen-content{
    background-color: #fff;
    padding-left:  1vw;
    padding-right: 1vw;
    padding: 2vw;
    border-radius: 0.4vw;
}

.mac-content-text h3{
    margin-top: 0vw;
    margin-bottom: 0vw;
    font-size: 2.5vw;
}

.mac-content-text hr{
    margin-top: 1vw;
    margin-bottom: 1vw;
    border: 0;
    border-top: 1px solid #fff;
}

#first-block h3{
    color: #0f0f0f;
    border-color: rgba(176, 180, 189, 0.91);
}

.cenik-wrapper{
    background-color: #f0f1f3;
    height: auto;
    color: #32353b;
    border-radius: 1.5625rem;
    max-width: 500px;
    /* width: 40%; */
    min-width: 250px;
    margin-left:  auto;
    margin-right:  auto;
    border:  1px solid rgba(176, 180, 189, 0.91);
}

.cenik-wrapper .ch1{
    text-align:  center;
    font-size:  18px;
    padding:  5px;
    padding-top: 20px;
}
.cenik-wrapper .ch2{
    text-align:  center;
    font-size:  40px;
    color: #ddbe26;
    /*padding-top: 16px;*/
}
.cenik-wrapper .ch3{
    text-align:  center;
    font-size: 18px;
}
.cenik-wrapper .ch4{
    padding:  30px;
    text-align:  justify;
}

.cenik-wrapper .ch5{
   color: #464646;
   color: #fff;
   border-radius:  5px;
   padding: 10px;
   margin:  20px;
   float: right;
   background-color: #ddbe26;
   border-radius: 1.5625rem;
   border: 1px solid rgba(176, 180, 189, 0.91);
}

.kontakt-wrapper{
    /* background-color: #282a32b8; */
    padding:  20px;
    border-radius: 5px;
    /* text-align:  center; */
    color: #ffffff;
    /* text-shadow: 1px 1px #fff; */
}

.kontakt-wrapper .ch1{font-size: 49px;text-align:  center;}

.kontakt-wrapper .ch2{font-size: 30px;text-align:  center;}


.white{
    color: #272a31;
}

#ts-footer{
    background-color:  #282a32b8;
}

.kontakt-wrapper .ch3{font-size: 22px;text-align:  center;}

.disabled_my {
    background-color: #eee !important;
    opacity: 1;
    pointer-events: none;
    cursor: not-allowed;
}

.prvniUrovenOl li {
    list-style-type: decimal;
}

.druhaUrovenOl li {
    list-style-type: lower-alpha;
}

.tretiUrovenOl li {
    list-style-type: circle;
}

.text-danger {
    color: #a94442 !important;
    margin-left: 19px;
}