/* Obecné */

.content{
    width: 100%;
}

/* Obecné konec */
/* Top fixed */
#top-fixed{
    height: 150px;
    position: relative;
}

#top-fixed .logo{
    width: 100%;
}

#top-fixed .logo img{
    margin-left: 20px;
}
/* Top fixed konec */

/* Top content */
#top-content{
    margin-top: 0px;
}
#top-content .video{
    width: 55%;
}

#top-content .video iframe{
    width: 400px;
    margin-left: 40px;

}
/* Top content konec */

/* Number */
/*
#number{
    height: 200px;
}
*/

#number .content {
    width: auto;
    text-align: center;
}

#number #merchant,
#number #partners {
    margin-right: 0;
}

#number #partners,
#number #orders {
    margin-left: 0;
}

#number .part{
    max-width: 210px;
    float: none;
    display: inline-block;
    text-align: left;
}

#number .content{
    width: 98%;
}

#number .part:nth-last-of-type(4){
    margin-right: 0;
}

/* Number konec */

/* Review */
#review ul li{
    margin-bottom: 20px;
    margin-right: 16px;
}

#review ul li:last-of-type{
    margin-right: 0;
}

#review .review{
    margin-left: -30px;
}
/* Review konec */

/* Reasons */
#reasons{
    overflow: hidden;
    padding-top: 50px;
}

#reasons .reason .desc{
    margin-left: 50px;
}
#blog .post:nth-child(3n){
    margin-right: 30;
}

#blog .content{
    margin-left: 1%;
}

#blog .post{
    margin-right: 16px;
}
/* Reasons konec */

/* Footer */
#footer{
    overflow: hidden;
}

#footer .footer-logo{
    width: 260px;
    margin-left: 20px;
}
/* Footer konec */

#companies ul{
    height: auto;
}

#companies li{
    margin-right: 10px;
}

#eshop .eshop{
    margin-right: 10px;
}

#text-bottom-second a{
    margin-right: 100px;
}

#text-bottom-first a{
    margin-right: 100px;
}

.firstarrow{
     display: none;
 }

.secondarrow{
    display: none;
}

.thirdarrow{
    display: none;
}

.fourtharrow{
    display: none;
}

.fiftharrow{
    display: none;
}

#number #profit{
    display: none;
}

#reasons .reason .view{
    width: 50%;
}

#reasons .reason .desc{
    width: 40%;
}

#text-bottom-first{
    padding-bottom: 50px;
}

#eshops{
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.companies{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#top-content .button{
    width: 140px !important;
}

#try h2{
    padding-top: 40px;
}

#top-content .text{
    margin-left: 20px;
}