body {
    font: 400 18px/30px Raleway;
    color: #585353;
    font-size: 17px;
    margin: 0px;
    margin-top: -17px;
    zoom: 0.9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}

.header {
    background-size: cover;
    max-width: 100%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

@media (max-width: 800px) {
    #header {
        height: 520px;
    }
}

@media (min-width: 800px) {
    #header {
        height: 460px;
    }
}

img {
    max-width: 100%
}

.content {
    min-height: 500px;
    width: 100%;
    padding: 40px;
    font-size: 18px;
}

.footer {
    min-height: 200px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #2f2f2f;
    color: white;
    text-align: center;
}

.footer-distributed {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

.footer-distributed .footer-left {
    width: 40%;
}

.footer-distributed h3 {
    color: #ffffff;
    font: normal 30px 'Cookie', cursive;
    margin: 0;
}

.footer-distributed h3 span {
    color: #5383d3;
}

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #292c2f;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #5383d3;
    text-decoration: none;
    ;
}

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

@media (max-width: 880px) {
    .footer-distributed {
        font: bold 14px sans-serif;
    }
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
    .main {
        line-height: normal;
        font-size: auto;
    }
}

.topnav {
    overflow: hidden;
    width: 100%;
}

.topnav a {
    float: left;
    display: block;
    color: #020202;
    text-align: center;
    padding: 25px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #1bb0ce2e;
    color: #020202;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

.mailcontainer {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
}

.mailcontainer input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.mailcontainer input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.mailcontainer input[type=submit]:hover {
    background-color: #45a049;
}

.infocsik {
    height: 50px;
    width: 100%;
    margin: 20px;
}

.infocsik #left-adat {
    position: fixed;
    left: 0px;
    float: right;
}

.infocsik #right-adat {
    position: absolute;
    right: 0px;
}

div.clear {
    clear: both;
}

#left {
    position: relative;
    width: 350px;
    margin: 50px 20px 20px 20px;
    border-right: 1px solid white;
    color: #1bb0ce;
    overflow: hidden;
}

#left ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#left ul li {
    font: 200 17px/1.5 Helvetica, Verdana, sans-serif;
    border-bottom: 1px solid #ccc;
}

#left ul li a {
    text-decoration: none;
    color: #1ab0ce;
    display: block;
    width: 250px;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
}

#left ul li a:hover {
    font-size: 30px;
    background: #f6f6f6;
    color: black;
}

.fa {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
}

.fa-map-marker {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('img/map-marker-alt-solid.svg');
}

.fa-phone {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('img/phone-alt-solid.svg');
}

.fa-envelope {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('img/envelope-solid.svg');
}

.contact {
    background: #4CAF50;
    height: 50px;
    border-bottom-style: solid;
    border-color: #333;
    color: #333;
    font-weight: 600;
    padding: 15px 20%;
    font-size: 12px;
}

.menu img {
    height: 70px;
    object-fit: contain;
    margin: 4px 0;
}

@media (max-width: 600px) {
    .contact {
        text-align: center;
        padding: 10px 0;
    }
    .menu ul {
        list-style: none;
        width: 100%;
        padding-left: 0;
    }
    .menu ul li {
        padding: 15px 0;
        background-color: #d6d6d6;
        border: solid 1px rgb(88, 88, 88);
        font-size: 17px;
        font-weight: 700;
    }
    .menu {
        background-color: #F4F4F4;
        font-family: "Uni Sans", sans-serif;
        text-align: center;
    }
}

@media (min-width: 601px) {
    .menu ul {
        list-style: none;
    }
    .menu ul li {
        display: inline;
        margin: 0 15px;
        font-size: 17px;
        font-weight: 700;
    }
    .menu {
        background-color: #F4F4F4;
        font-family: "Uni Sans", sans-serif;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 20%;
    }
}

.menu a {
    color: #333;
    text-decoration: none;
}

label {
    cursor: default;
}

.kereso-tab {
    display: block;
    align-content: center;
    padding: 40px 20%;
}

.kereso-box {
    display: block;
    box-sizing: content-box;
    height: 285px;
    margin-right: auto;
    margin-left: auto;
}

.navtab-kereso {
    display: inline-block;
}

.navtab-kereso label {
    font-weight: 600;
    font-size: 13px;
    color: #4A4A4A;
    margin-bottom: 4px;
}

.navtab-kereso select {
    font-size: 17px;
    font-weight: 700;
    color: #4A4A4A;
    padding-right: 27px;
    overflow: hidden;
}

.tab-button {
    font-family: 'Uni Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #4A4A4A;
    border: none;
    border-radius: 5px 5px 0 0;
    background-color: #F4F4F4;
    padding: 14px 10px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

@media (max-width: 1245px) {
    #tab-img img {
        display: none;
    }
}

.navtab {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #4A4A4A;
    background-color: #FFF;
    border-radius: 0 5px 5px 5px;
    display: flow-root;
}

.navtab form {
    display: inline-block;
}

.red-button {
    background-color: #4CAF50;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 142px;
    border: none;
}

#reszletes-kereso {
    background: #F4F4F4;
    border-radius: 2px;
    font-weight: 600;
    color: #434343;
    font-size: 13px;
    cursor: pointer;
    margin: 20px 0;
    padding: 10px;
    width: 100%;
    text-align: start;
    border: none;
}

#reszletes-kereses {
    display: none;
}

@media (min-width: 1245px) {
    #tab-img {
        background-color: #4CAF50;
        box-sizing: border-box;
        border-radius: 4px;
        text-align: center;
        padding: 3px;
        width: 224px;
        height: 191px;
        position: relative;
        float: right;
    }
}

:focus {
    outline: none;
}


/*#main {
    padding-right: 30px;
}*/

#main-content {
    margin: 0 16%;
}

#main-content-products {
    display: inline-block;
    width: 100%;
}

@media (max-width: 700px) {
    #main-content {
        display: block;
    }
    .kereso-tab {
        padding: 10px 0;
    }
}

.sidebar {
    margin-top: 10px;
    margin-left: 20%;
    float: left;
}

.sidebar div {
    padding: 10px;
}

@media (max-width: 1145px) {
    .sidebar {
        display: none;
    }
    #frontpage-products {
        max-width: 100%;
    }
}

@media (min-width: 1146px) {
    #frontpage-products {
        width: 40%;
        float: right;
        margin-right: 20%;
        zoom: 0.85;
    }
}

#frontpage-products div {
    display: inline-block;
    float: none;
    box-sizing: content-box;
    width: 250px;
    height: 320px;
    margin: 5px;
    margin-right: 0;
    padding: 0;
    padding-top: 10px;
}