

#topbar-right-table {
    height:50px;
}

@media screen and (max-width:992px) {   
    
    body {max-width: 100%; min-height:800px;}
    #parent {
        max-height: 100%;
    }
}
@media screen and (max-height:595px) {   
    
    body {min-height:700px;}
}
.leftSide {
    color:white;
    background-color:#003874;
   /* min-height:700px;*/
   /* background-image: url(../images/landingPage/leftOrnamentMobil.png);
    background-repeat: no-repeat;
    background-position: center;*/
}
.rightSide {
    background-color: #fdb700;
   /* min-height:700px;*/
   /* background-image: url(../images/landingPage/rightOrnamentMobil.png);
    background-repeat: no-repeat;
    background-position: center;*/
    }
    .subPageWrap {
      /*  height:100%;*/
      padding: 0;
      margin: 0;
    }
    #parent:after {
        height:0;
    }
    .landingIcon {
    max-width:100%;
}
    .contentStretch {
        padding-right:0;
    }

@media screen and(max-device-width:1024px){
    
}
@media screen and (min-width:992px) {
    
.container.topbar-main {
    height:100px;
}
    html{height:100%;}
body{height:100%; position:relative;}
.topbar-main {
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}
.contentStretch {
    position:absolute;
    top:0;
    bottom:0;
    padding:1em;
    padding-top:180px;
}

.leftSide {
    color:white;
    background-color:#003874;
   /*  background-image: url(../images/landingPage/leftOrnament.png);
background-repeat: no-repeat;
    background-position: bottom;*/
    
    left:0;
    right:50%;
}
.rightSide {
    background-color: #fdb700;
    /*background-image: url(../images/landingPage/rightOrnament.png);
    background-repeat: no-repeat;
    background-position: bottom;*/
    right:0;
    left:50%;
}
    .subPageWrap {
    position:absolute;
    top:180px;
    bottom:0;
    left:0;
    right:0;
        

}
}
#obchodHeader {
    font-size:2.5em;
    font-weight:bolder;
    color:#fdb700;
    text-align:center;
    margin-bottom: 30px;

    
}
#proviziaHeader {
    font-size:2.5em;
    font-weight:bolder;
    color:#003874;
    text-align:center;
    margin-bottom:30px;

}
.landingContent p {
    margin-top:1em;
    font-size:1.5em;
    font-weight: 200;
}
.landingContent a:hover {
    text-decoration: none;
}
#cashBackList{
    list-style: none;
    width:100%;
    margin: 0;
    padding: 0;
    height:40vh;
    overflow-y: hidden;
}
#cashBackList li{
    padding-bottom: 15px;
}
.cashBackListItemWrapper {
    display: flex;
    justify-content: space-between;
}
.cashBackListItemWrapper div {
    line-height:20px;
}

.cashBackValue {
    background-color: #003874;
    color: #fdb700;
    width: 150px;
    border-radius: 0 4px 4px 0;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:bold;
}
.cashBackTitle {
     background-color: #fff;
     color: #003874;
     width: 100%;
     border-radius: 4px 0 0 4px;
     padding-left: 30px;
     font-size:20px;
     font-size: 17px;
     padding: 15px;
 }

#cashBackListWrapper{
    position: relative;
}
#cashBackGradient {
    background:linear-gradient(rgba(255,255,255,0),#fdb700) bottom no-repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
    height:100px;
}

.right-side {
    width:100%;
    margin: 0;
}
.ribbon-wrapper {
    width: 100%;
    height: 40vh;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width:992px) {
    .ribbon-wrapper {
        height: 385px;
    }
}

.landingpage-ribbon .slide {
     width: 250px;
     float: left;
     background: transparent;
     margin-right: 8px;
     padding-top: 15px;
     display: flex !important;
     justify-content: center;
     align-items: center;
}
.landingpage-ribbon .slide .produkt-ent{
    margin: auto;
}

.landingpage-ribbon .slide .produkt-ent-image{
    display: flex;
    justify-content: center;
}

#landingLeftButton{
    margin-top:1.2em!important;
    margin-bottom:1.2em!important;
    margin:auto;
    border: medium #fdb700 solid;
    color: #013b78;
    text-shadow: rgba(255,255,255,.01) 0 0 1px;
    background-color:#fdb700;
    border-radius:5px;
    padding: .5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2rem;
    font-weight:500;
    -webkit-user-select: none;    
    -moz-user-select: none; 
    -ms-user-select: none; 
    -o-user-select: none;
    user-select: none;

}
#landingLeftButton:hover {
    text-shadow: rgba(89,90,91,.01) 0 0 1px;
    background-color:rgb(252, 204, 87);
    border-color:rgb(252, 204, 87);
    text-decoration: none;
}
#landingLeftButton:active, #landingRightButton:active {
    text-decoration: none;
}
#landingLeftButton:visited {
    color: #013b78;
    text-decoration: none;
}
#landingLRightButton:visited {
    color: white;
    text-decoration: none;
}
#landingLeftButton:focus, #landingRightButton:focus  {
    outline:none;
}

#landingRightButton{
    margin-top:1.2em!important;
    margin-bottom:1.2em!important;
    margin:auto;
    border: medium #003874 solid;
    color: white;
    text-shadow: rgba(255,255,255,.01) 0 0 1px;
    background-color:#003874;
    border-radius:5px;
    padding: .5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2rem;
    font-weight:500;
    -webkit-user-select: none;    
    -moz-user-select: none; 
    -ms-user-select: none; 
    -o-user-select: none;
    user-select: none;

}


#landingRightButton:hover {
    text-shadow: rgba(89,90,91,.01) 0 0 1px;
    background-color:rgb(17,75,136);
    border-color:rgb(17,75,136);
    text-decoration: none;
}

.landingIcon, #landingLeftButton, #landingRightButton {
    margin:auto;
    display:block;
}
.landingIcon {
    margin:1.5em auto;
    max-width:60%;
}
.rowCenter {
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
}
p {
    text-align:center;
}
.leftBkg {
    background-image: url(../images/landingPage/leftOrnamentMobil.png);
background-repeat: no-repeat;
    background-position: center;
    background-size:70%;
}
.rightBkg {
    background-image: url(../images/landingPage/rightOrnamentMobil.png);
background-repeat: no-repeat;
        background-position: center;
    background-size:64%;
}

.rozdelovac-placeholder {
    position:relative;
    height: calc(100vh + 130px);
}

#parent {
    min-height: 0;
    padding:0;
    margin:0;
}

@media all and (max-width: 992px) {
    #parent {
        max-height: none;
        margin-bottom:0;
    }
    .rozdelovac-placeholder {
        display: none;
    }
}