header {
    padding-top: 50px;
    position: relative;
}

.menu {
    list-style: none;
    position: absolute;
    right: 0;
    top: 50%;
}

.menu li {
    display: inline-block;
    padding: 0 20px;
}

.menu a {
    color: #454545;
}

.menu a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #454545;
    transition: width .3s;
}

.menu a:hover::after {
    width: 100%;
}

.active-orange {
    border-bottom: 2px solid #EF5F11;
}

.flag {
    width: 20px;
    position: relative;
    top: 4px;
}

.flag-mobile {
    width: 30px;
    position: relative;
    top: 5px;
}


body {
    margin: 0;
    padding: 0;
    background-image: url('../img/background.jpg');
    background-position: center -400px;
    background-repeat: no-repeat;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

#header-center {
    text-align: center;
    padding: 0px 100px;
}

#header-left {
    padding: 60px 0px;
}

#continue-reading {
    text-align: center;
    margin-top: 20vh;
}

.logo {
    width: 190px;
}

.button {
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 auto;
    text-transform: uppercase;
    transition: 0.3s all;
    width: 350px;
    text-align: center;
}

.button-orange {
    background-color: #EF5F11;
}

.button-white {
    background-color: #FFFFFF;
    color: #000;
}

.button-white:hover {
    color: #EF5F11;
}

.arrow-down {
    width: 40px;
}

.columns-3 .sub-column {
    box-sizing: border-box;
}

.columns-3 {
    display: flex;
    margin-top: 20px;
}

.columns-3 a {
    flex-grow:1;
    flex-basis: 0%;
}

.sub-column {
    padding: 30px;
    flex-grow:1;
    flex-basis: 0%;
}

.col-home:hover {
    transform: scale(1.1);
    z-index: 99;
}

.column-no-padding {
    padding: 0px !important;
}

.column-no-padding img {
    margin-bottom: 20px;
}

.references {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.references .sub-column {
    flex-basis: 20%;
}

.references .sub-column img {
    max-width: 200px;
}

.margin-top-50 {
    margin-top: 50px;
}

.padding-inner-30 {
    padding: 30px;
    box-sizing: border-box;
}

.feature-pitch {
    padding: 30px;
    box-sizing: border-box;
    margin-top: 40px;
    padding-bottom: 40px;
}

.pitch-orange {
    background-color: #EF5F11;
    color: #FFFFFF;
}

.pitch-blue {
    background-color: #5D97B7;
    color: #FFFFFF;
    margin-top: 80px;
}

.pitch-grey {
    background-color: #8A8A8A;
    color: #FFFFFF;
    margin-top: 80px;
}

.pitch-dark-blue {
    background-color: #3358AE;
    color: #FFFFFF;
    margin-top: 80px;
}

.p-fixed-height {
    height: 120px;
}

.form-wrapper-left {
    width: 48%;
    box-sizing: border-box;
    float: left;
}

.form-wrapper-right {
    width: 48%;
    height: 352px;
    border: 3px dashed #FFF;
    box-sizing: border-box;
    float: right;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.form-inner {
    text-align: center;
    position: relative;
}

.form-inner p {
    margin-bottom: 0 !important;
    padding: 0 60px;
    font-weight: 700;
}

.form-inner p:last-of-type {
    font-weight: 300;
    font-size: 12px;
}

.feature-pitch:after {
    display: block;
    content: "";
    clear: both;
}

/* TYPOGRAFIE */
body {
    font-family: 'Nunito Sans', sans-serif;
    color: #454545;
}

h1 {
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
}

h2 {
    font-size: 35px;
}

h3 {
    margin-top: 10px;
    margin-bottom: 0px;
}

.competitive h3 {
    margin-top: 20px;
}

.feature-pitch h1 {
    margin-top: 0px;
    margin-bottom: 40px;
}

.feature-pitch p:last-of-type {
    margin-bottom: 50px;
}

#header-center h1 {
    margin-top: 20vh;
    margin-bottom: 40px;
}

#header-left h1 {
    margin-top: 40px;
}

#header-center p {
    margin-bottom: 100px;
}

p {
    font-weight: 300;
    font-size: 20px;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

.columns-3 a {
    color: #454545;
}

.languages li {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    list-style: none;
}

.languages li:before{
    content: '';
    display: inline-block;
    height: 12px;
    width: 20px;
    background-image: url(../img/arrows_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
 }

.languages {
    columns: 4;
    width: 70%;
    padding: 0px;
}


.button {
    font-weight: 700;
}

.arrow-down {
    font-size: 14px;
}

.column-no-padding h2, .column-no-padding p {
    width: 80%;
}

.sub-column {
    margin: 0;
}

.col-home {
    color: #FFF;
    position: relative;
    transition: 0.3s all;
}

.col-translations {
    background-color: #5D97B7;
}

.col-localisation {
    background-color: #3358AE;
}

.col-machinetrans {
    background-color: #8A8A8A;
}

.sub-column h2 {
    margin: 0;
    font-size: 23px !important;
}

.sub-column p {
    font-size: 14px;
    margin-bottom: 15px;
}

.text-center {
    text-align: center;
}

.text-link {
    text-decoration: underline;
}

input[type=text] {
    width: 100%;
    border: 0;
    padding: 10px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 20px;
}

button {
    border: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #FFFFFF;
    color: #000;
    cursor: pointer;
    transition: 0.3s all;
}

button:hover {
    color: #EF5F11;
}

input[type=submit] {
    border: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #FFFFFF;
    color: #000;
    cursor: pointer;
    transition: 0.3s all;
}

input[type=submit]:hover {
    color: #EF5F11;
}

.button-orange-form {
    color: #FFFFFF !important;
    background-color: #EF5F11 !important;
}

textarea {
    width: 100%;
    border: 0;
    padding: 10px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    height: 160px;
    resize: none;
}

footer {
    text-align: center;
    margin-top: 80px;
    padding-bottom: 80px;
}

.competitive {
    padding: 40px 0px;
    background-repeat: no-repeat;
    background-size: auto 70%;
}

.competitive-left {
    background-position: center right;
}

.competitive-right {
    background-position: center left;
    padding-left: 35%;
}

.competitive p {
    font-size: 18px;
}

.competitive-left p, .competitive-left h2 {
    width: 70%;
}

.preklady-1 {
    background-image: url('../img/basic_globe_big.svg');
}

.preklady-2 {
    background-image: url('../img/ecommerce_graph3_big.svg');
}

.preklady-3 {
    background-image: url('../img/ecommerce_graph_decrease_big.svg');
}

.lokalizace-1 {
    background-image: url('../img/basic_usb_big.svg');
}

.lokalizace-2 {
    background-image: url('../img/basic_video_big.svg');
}

.lokalizace-3 {
    background-image: url('../img/basic_webpage_multiple_big.svg');
}

.call-to-action-subpage {
    text-align: center;
    padding: 60px 0;
}

.strojove-preklady-1 {
    background-image: url('../img/basic_share_big.svg');
}

.strojove-preklady-2 {
    background-image: url('../img/basic_bolt_big.svg');
}

.strojove-preklady-3 {
    background-image: url('../img/basic_compass_big.svg');
}

.navody-1 {
    background-image: url('../img/basic_key_big.svg');
}

.navody-2 {
    background-image: url('../img/basic_elaboration_message_check_big.svg');
}

.navody-3 {
    background-image: url('../img/basic_sheet_pen_big.svg');
}

.with-arrow {
    display: block;
}

.with-arrow::after {
    content: url('../img/sipka.svg');
    position: absolute;
    right: 30px;
}

.competitive-feature {
    text-align: center;
    width: 180px;
    margin-top: 30px;
    display: inline-block;
    vertical-align: top;
}

.competitive-feature p {
    margin-top: 10px;
    padding: 0px 30px;
}

.mobile-menu {
    display: none;
    z-index: 1;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
}

.mobile-menu-sub {
    list-style-type: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-inline-start: 0px;
}

.mobile-menu-sub li {
    padding: 30px 0;
    text-align: center;
    font-size: 25px;

}

.mobile-menu-sub a {
    color: #454545;
}

#menu-close {
    display: block;
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url('../img/arrows_remove.svg');
    background-size: contain;
    cursor: pointer;
}

.mobile-menu-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    width: 60px;
    height: 60px;
    background-image: url('../img/arrows_hamburger.svg');
    background-size: contain;
    cursor: pointer;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	z-index: -1;
}

.inputfile + label {
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
}

.form-wrapper-right-inner {
    position: absolute;
    top: 20px;
}

.attachment-icon {
    width: 40px;
}

.icon-delete {
    position: relative;
    top: 10px;
}

.fakturacni_udaje {
    font-size: 16px;
}