@charset "UTF-8";
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700) format('woff2');
    font-display: swap;
}
body {
    font-family: Montserrat, sans-serif;
    background-color: #f1f1f1;
    overflow-x: hidden;
    font-display: swap
}
a {
    color: #337ab7;
    text-decoration: none;
}
h3 {
    font-size: 24px;
}
.form-control {
    transition: none !important;
}
.btn {
    transition: none !important;
}
.navbar {
    background-color: #fff;
}
.navbar-nav .active {
    font-weight: 700
}

.nav-link {
    font-size: 14px;
    color: #444 !important;
    padding-top: 24px
}

header .left li::before {
    background-color: #b8aa0d;
    content: "";
    opacity: 0;
    position: absolute;
    width: 5px;
    height: 0;
    transition: height .3s ease-in-out;
}

header .left li:hover::before {
    opacity: 1;
    height: 55px
}
.dropdown-toggle::after {
    display: none;
}
#langSwitcher .fas.fa-globe {
    margin-right: 5px;
    color: #666
}
#langBtn {
    background-color: #f1f1f1;
    margin-right: 15px;
    padding: 6px;
    margin-top: 0;
    cursor: pointer;
    width: 65px !important;
    display: block;
    border: 1px solid #aaa;
    text-transform: uppercase;
    color: #444
}
.dropdown-menu {
    min-width:0px;
}
#langSelect {
    /* position: absolute;
    right: 15px;
    top: 36px; */
    padding-left: 0;
    width: 65px !important;
    background-color: #f1f1f1;
    border: 1px solid #aaa;
    list-style-type: none
}
#langSelect li {
    margin-bottom: 6px;
    margin-top: 11px;
    padding: 0 8px
}

#langSelect li a {
    padding: 3px 9px;
    color: #444;
    text-decoration: none
}

.bg-grey {
    background-color: #444;
    color: #fff;
}
.bg-white {
    background-color: #fff;
}
/* Contact */
.title {
    color: #b8aa0d;
    font-size: 32px;
    text-align: center;
    padding-bottom: 30px;
    line-height: 45.7143px;
}

.far.fa-envelope {
    font-size: 4vw;
    font-weight: 400;
    margin-right: 9px;
    color: #b8aa0d;
}
#cntct ul {
    padding: 0;
}
#cntct li {
    list-style-type: none;
    font-size: 18px;
    padding: 10px;
}
#cntct a {
    color: #fff;
    font-size: 18px;
}
.fa-envelope, .fa-phone {
    font-size: 22px;
    margin-right: 9px;
    color: #b8aa0d;
}
#cntct .socialLinks a {
    font-size: 25px;
    color: #b8aa0d;
    margin-right: 6px;
}
#btnContactUs {
    background-color: #b8aa0d;
    border-color: #b8aa0d;
    color: #222;
}
#cntct .mail-gdpr, #cntct .mail-gdpr a {
    font-size: 15px;
}
#cntct .mail-gdpr a {
    text-decoration: underline;
}
.err-msg {
    font-size: 15px;
    color: #ff4848;
    display: none;
}
/* Footer */
footer {
    background-color: #444;
    color: #fff;
    padding-top: 25px;
    border-top: 1px solid #555;
    text-align: center;
}
footer ul {
    padding: 0;
    list-style: none;
}
.footer-nav {
    text-align: center;
    overflow: hidden;
    display: inline-block;
}
.footer-nav li {
    font-size: 18px;
    padding: 10px;
    float: left;
    display: block;
}
footer a {
    color: #fff;
    font-size: 18px;
}
.copyr {
    background-color: #333;
    padding: 10px;
    margin-top: 30px;
}

/* Blog */
.blog-subtitle {
    text-align: center;
    font-size: 20px;
}
p.blog-subtitle::after {
    content: "";
    display: block;
    border-bottom: 2px solid #337ab7;
    width: 15vw;
    margin: 35px auto;
}
#blogPage h2 {
    padding-top: 30px;
    color: #b8aa0d;
}
#blogPage article p:first-of-type {
    margin-bottom: 25px;
    font-size: 90%;
    color: #999;
}
.col-sm-3.nav {
    position: sticky;
    top: 75px;
    max-height: calc(100vh - 124px);
    overflow-y: auto;
}
#blogPage .nav {
    padding-bottom: 20px;
    padding-left: 15px;
}
#blogPage .nav a {
    color: #444;
}
#blogPage hr {
    border-top-color: #1473c7;
}
.fas.fa-comment{
    font-weight: 400;
    color: #1473c7;
}
.pageTitle {
    color: #1473c7;
    font-size: 3vw;
    text-align: center;
    font-weight: 900;
    /* text-shadow: -1px 0 #b8aa0d, 0 1px #b8aa0d, 1px 0 #b8aa0d, 0 -1px #b8aa0d;
    -moz-text-shadow: -1px 0 #b8aa0d,0 1px #b8aa0d,1px 0 #b8aa0d,0 -1px #b8aa0d;
    -webkit-text-shadow: -1px 0 #b8aa0d,0 1px #b8aa0d,1px 0 #b8aa0d,0 -1px #b8aa0d; */
}
.pageTitle-nocolor {
    font-weight: 500;
    line-height: 1.1;
    font-size: 3vw;
}
.refDiv p {
    position: relative;
    font-size: 20px;
    color: #fff;
    padding: 8px 22px;
    background-color: #b8aa0d;
    top: 0;
    margin-bottom: 0;
}
.pageBanner {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
        -moz-background-size: cover;
            -o-background-size: cover;
                background-size: cover;
    background-attachment:scroll;
    background-clip:border-box;
    background-origin:padding-box;
    height:70vh;
}
.extra-height {
    height:100vh;
}
.extra-extra-height {
    height:120vh;
}
.pageBanner-extra {
    background-image:url('../images/Nemzetkozi-szallitmanyozasER.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
        -moz-background-size: cover;
            -o-background-size: cover;
                background-size: cover;
    background-attachment:scroll;
    background-clip:border-box;
    background-origin:padding-box;
    height:70vh;
}
.goldh1{
    color: #b8aa0d;
    text-align: center;
}
#gepszallitasPage h2 {
    font-size: 30px;
    margin-bottom: 30px!important;
}
.in-p-img-wrapper {
    width: 100%;
    float: right;
    font-size: 80%;
    font-style: italic;
    margin-left: 15px;
}
.btn-white {
    border: 2px solid #b8aa0d;
    color: #b8aa0d;
    padding: 6px 22px;
    border-radius: 5px;
    font-weight: 700;
}
.btn-white:hover {
    text-decoration: none;
    color: #b8aa0d
}
.bg-white img {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}

.sharecontainer {
    width: 100%;
    height: 45px
}

.sharecontainer iframe {
    width: 250px !important;
    height: 45px
}
.absText {
    padding: 4px 15px 15px;
    right: -85px;
    background-color: #b8aa0d;
    color: #fff;
    font-weight: 700;
    top: 50%;
    position: static;
    width: 100%!important;
    max-width: 100%;
    margin-top: 10px;
    transform: none;
    text-align:left;
}
.absText h3 {
    font-size: 24px;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.absText p {
    padding: 10px 10px;
}
.absText1 {
    padding: 15px 15px 15px;
    background-color: #b8aa0d;
    color: #fff;
    font-weight: 700;
}
.greybg-heading {
    font-size: 18px;
    background-color: #f1f1f1;
    padding: 8px 15px;
    border-left: 4px solid #b8aa0d;
    margin: 10px 30px!important;
}
/* Main Index Page */
#mainPhoto {
    background-image: url(../images/truck21.jpg);
    background-size: cover;
    height: 100vh;
    position: relative;
    background-position: center;
}
.photoLayer {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#000, #000);
    opacity: .3;
}
.lines {
    width: 90%;
    display: none;
}
.lines, .linesIn {
    height: 100%;
    transform: translateX(-50%);
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-right: 1px solid rgba(255, 255, 255, .3);
    right: 0;
}
.lines, .linesIn, .linesIn span {
    left: 50%;
    top: 0;
    position: absolute;
}
.linesIn {
    width: 50%;
}
.linesIn span {
    height: 100vh;
}
#mainPhoto h1 {
    position: absolute;
    left: 17%;
    top: 25vh;
    font-size: calc(20px + 3vw);
    color: #fff;
    font-weight: lighter;
    text-transform: uppercase;
    margin-bottom: 0;
}
#mainPhoto h1 span:nth-of-type(1) {
    color: #1473c7;
    font-weight: 700;
}
#mainPhoto h1 span:nth-of-type(2) {
    font-weight: 700;
    margin-left: 12vw;
    color: #888;
}
#mainPhoto h1 span:nth-of-type(2) {
    color: #b8aa0d;
}
#mainPhoto h1 span:nth-of-type(3) {
    font-size: 30px;
    margin-left: 12vw;
    vertical-align: top;
}
.underLine {
    position: absolute;
    left: 0;
    top: calc(25vh + 3vw + 24px);
    width: calc(31vw + 87px);
    height: 2px;
    background-color: #fff;
    transition: width 1.4s ease-in-out;
}
.underLine.active {
    width: calc(31vw + 87px);
}
#mainPhoto .text {
    top: 60vh;
    left: 60%;
    position: absolute;
    left: 50.5%;
    text-shadow: 1px 1px 1px #444;
    color: #fff;
}
#mainPhoto p {
    font-size: calc(11px + 1vw);
}
#mainPhoto .text p {
    font-weight: 400;
}
.ptb {
    position: absolute;
    width: 212px;
    right: 30px;
    top: 190px;
}
.ptb .box-wrapper {
    width: 150px;
    margin-bottom: 35px;
    transition: right .6s ease-in-out;
}
.ptb .box-wrapper.active {
    right: 0;
}
.ptb .box-wrapper .img-box {
    border: 2px solid #fff;
    padding: 20%;
    border-radius: 10px;
    height: 120px;
    width: 120px;
}
.ptb .box-wrapper .img-box img {
    width: 100%;
    filter: invert(1);
}
.goldbg-h4 {
    background-color: #b8aa0d;
    margin: 0 0;
    padding: 15px;
    color: #fff;
    text-shadow: 1px 1px #896a7c;
    font-size: 18px;
}
#cegadatok, #cegadatok ul {
    list-style-type: none;
}