body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.8;
}

p { color: #888; }

h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 300; }

a { color: #3498db; }

a:hover,
a:focus {
    color: #2980b9;
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

strong { font-weight: 600; }

.hero {
    padding: 3em 0 4.5em;
    position: relative;
    text-align: center;
}

.logo {
    width: auto;
    margin: 1.5em;
    text-align: center;
}

.welcome-message { margin: 0 0 2em; }

.hero h1 {
    font-size: 35px;
    font-weight: 300;
    color: 333;
    line-height: 1.25;
}

.hero h2 {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    font-weight: 300;
}

.learn-more { margin-bottom: .75em; }

.button {
    display: inline-block;
    background: #99cc00;
    padding: 1.125em 3em;
    border-radius: 64px;
    color: #fff;
    border: 1px solid #3498db;
    -webkit-transition: background 1s linear, border 1s linear;
    transition: background 1s linear, border 1s linear;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
}

.button:hover {
    color: #fff;
    background: #2980b9;
    border: 1px solid #2980b9;
}

.button:focus { color: #fff; }

.button i {
    padding-left: 1em;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.button:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.button.buy {
    background: transparent;
    color: #99cc00;
    border: 1px solid #3498db;
    -webkit-transition: color 1s linear;
    transition: color 1s linear;
}

.button.buy:hover {
    border: 1px solid #2980b9;
    color: #2980b9;
}

.action-button p {
    margin: 1.5em 0 0;
    font-size: 15px;
}

.hlblokkkep { margin-top: 3em;  }

.navbar { display: none; }

.navbar-default .navbar-nav > li > a.button {
    text-transform: capitalize;
    color: #fff;
    padding: .75em 2em;
    transition: all .5s linear;
}

.navbar-default .navbar-nav > li > a.button:hover,
.navbar-default .navbar-nav > li > a.button:focus { color: #3498db; }

.stick {
    display: block;
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.97);
    left: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
    -webkit-animation: fadeInDown 1s both;
    animation: fadeInDown 1s both;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity:0;
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px);
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity:0;
        -webkit-transform:translateY(-20px);
        -ms-transform:translateY(-20px);
        transform:translateY(-20px);
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0);
    }
}

.hohid.section-spacing { padding: 0.5em 0 2.25em; }

section header h2,
section h2 {
    font-size: 34px;
    margin-top: 0;
    color:black;
    font-weight: 400;
}

section header h3 {
    font-size: 20px;
    color:black;
    margin: 0;
    line-height: 1.35;
}

section header { margin-bottom: 2em; }

.hohid h4 {
    color: #666;
    position: relative;
    margin-top: 1.5em;
    font-weight: 400;
}

.hohid > .container > .row > div { margin-bottom: 2.25em; }

.hohid hr {
    background: #3498db;
    border: none;
    height: 1px;
    width: 20%;
}


.neer.section-spacing { padding: 6em 0 2.25em; }

section header h2,
section h2 {
    font-size: 34px;
    margin-top: 0;
    color:black;
    font-weight: 400;
}

section header h3 {
    font-size: 20px;
    color:black;
    margin: 0;
    line-height: 1.35;
}

section header { margin-bottom: 2em; }

.neer h4 {
    color: #666;
    position: relative;
    margin-top: 1.5em;
    font-weight: 400;
}

.neer > .container > .row > div { margin-bottom: 2.25em; }

.neer hr {
    background: #3498db;
    border: none;
    height: 1px;
    width: 20%;
}

.piac.section-spacing { padding: 5.5em 0 0.25em; }

section header h2,
section h2 {
    font-size: 34px;
    margin-top: 0;
    color: #666;
    font-weight: 400;
}

section header h3 {
    font-size: 20px;
    color: #666;
    margin: 0;
    line-height: 1.35;
}

section header { margin-bottom: 3em; }

.piac h4 {
    color: #666;
    position: relative;
    margin-top: 1.5em;
    font-weight: 500;
}

.piac> .container > .row > div { margin-bottom: 2.25em; }

.piac hr {
    background: #3498db;
    border: none;
    height: 1px;
    width: 20%;
}


#nyomoszilardsag{
    width: 100%;
    border-radius: 10px;
    border: 3px solid #ff6701;
}

#hohidertek{
    width: 100%;
    border-radius: 10px;
    border: 3px solid #ff6701;
}

#hovezetes{
    width: 100%;
    border-radius: 10px;
    border: 3px solid #ff6701;
}

#egydimenzios{
    width:  100%;
    border-radius: 10px;
    border: 3px solid #ff6701;
}

#tobbdimenzios{
    width: 100%;
    border-radius: 10px;
    border: 3px solid #ff6701;
}

#hohidszimulacio{
    width: 100%;
    border-radius: 10px;
    border: 3px solid #ff6701;
}


#hoveszteseg{
    width: 100%;
    border-radius: 10px;
    border: 3px solid #ff6701;
}

hr.vonal {
    border: 1px solid orange;
}

hr.vonal2 {
    border: 3px solid orange;
}
ul.a {
    list-style-type: disc;
}

hr.dot {
    border: 2px dashed orange;
}

.osszefoglalo.section-spacing { padding: 1.5em 0 2.25em; }

section header h2,
section h2 {
    font-size: 34px;
    margin-top: 0;
    color:black;
    font-weight: 400;
}

section header h3 {
    font-size: 20px;
    color:black;
    margin: 0;
    line-height: 1.35;
}

section header { margin-bottom: 3em; }

.osszefoglalo h4 {
    color: #666;
    position: relative;
    margin-top: 1.5em;
    font-weight: 400;
}

.osszefoglalo > .container > .row > div { margin-bottom: 4.25em; }

.osszefoglalo hr {
    background: #3498db;
    border: none;
    height: 1px;
    width: 20%;
}

.section-spacing { padding: 3.5em 0; }

.counter2 {
    background: #1E7CD4;
    color: #fff;
    padding: 2.0em 0.5;
}

.counter2 h3 { font-weight: 400; }

.counter2 p {
    margin-bottom: 0;
    color: #fff;
}

.counter2 div[class^="col-"]:nth-child(1),
.counter2 div[class^="col-"]:nth-child(2) { padding-bottom: 1.5em; }


.section-spacing { padding: 2.5em 0; }

.counter {
    background: #89b609;
    color: #fff;
    padding: 2.0em 0.5;
}

.counter h3 { font-weight: 400; }

.counter p {
    margin-bottom: 0;
    color: #fff;
}

.counter div[class^="col-"]:nth-child(1),
.counter div[class^="col-"]:nth-child(2) { padding-bottom: 1.5em; }

.hlbokk { text-align: center; }

img.hlbook-img {
    border-radius: 4px;
    margin-bottom: 3em;
}

.hlbokk h4 {
    margin-top: 0;
    font-weight: 700;
    color:green;
}

.buy-now {
    padding: 4.5em 0;
    background: #99cc00;
}

.buy-now .button.buy {
    color: #fff;
    border: 1px solid #fff;
    padding: 1.125em 4em;
}

.buy-now .button.buy:hover { box-shadow: 0 0 0 1px #fff; }

.contact.section-spacing { padding: 4.5em 0 0; }

.contact-form { margin-bottom: 3em; }

.contact-form label.error {
    margin-bottom: 1.5em;
    font-weight: 300;
    color: #ea5050;
}

.contact .btn-default { width: 100%; }


.form-control::-webkit-input-placeholder {
    color: #ABABAB;
    font-weight: 300;
}
.form-control:-moz-placeholder {
    color: #ABABAB;
    font-weight: 300;
}
.form-control::-moz-placeholder {
    color: #ABABAB;
    font-weight: 300;
}
.form-control:-ms-input-placeholder {
    color: #ABABAB;
    font-weight: 300;
}

#mc-form { margin-top: 3em; }

#mc-form input,
.contact-form .form-control { margin-bottom: 1.5em; }

#mc-form > div { position: relative; }

#mc-form i[class*="fa-user"],
#mc-form i[class*="fa-envelope"] {
    position: absolute;
    right: 1em;
    color: #3498db;
}

#mc-form i[class*="first-name-i"],
#mc-form i[class*="last-name-i"],
#mc-form i[class*="fa-envelope"] { top: 19px; }

.form-control {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: none;
    height: 50px;
    font-weight: 300;
    padding: 6px 40px 6px 16px;
}

.form-control:focus {
    border-color: #CECECE;
    outline: 0;
    box-shadow: none;
}

.btn-default {
    color: #fff;
    background-color: #99cc00;
    border-color: #3498db;
    -webkit-transition: all .5s linear;
    transition: background-color .5s linear;
    padding: 12px 1.5em;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 64px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #fff;
    background-color: #2980b9;
    border-color: #2980b9;
}

.btn:active:focus,
.btn-default:focus,
.btn:focus,
.btn-default:active { outline: none; }

.sub-form .btn { width: 100%; }

.result { margin: 1.5em 0 0; }

.sub-form-success,
.sub-form-error { display: none; }

.sub-form-success,
.sub-form-error,
.success-cf p,
.error-cf p {
    padding: 0.75em;
    margin-bottom: 0;
    border-radius: 4px;
}

.sub-form-success,
.success-cf p {
    background: #dff0d8;
    color: #3c763d;
    border: 1px solid rgba(60, 118, 61, 0.18);
}

.sub-form-error,
.error-cf p {
    background: #F1D7D7;
    color: #A95252;
    border: 1px solid rgba(169, 82, 82, 0.18);
}

.sub-form-success i,
.sub-form-error i,
.success-cf i,
.error-cf i { padding-right: .5em; }

contact Form Validation


.contact-form label.error i { padding-right: 8px; }

.success-cf,
.error-cf { display: none; }

.contact-form .success-cf p,
.contact-form .error-cf p {
    position: absolute;
    display: block;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    width: 80%;
    margin: 0 auto;
}

.contact-form .form-control.error {
    border-color: #E7BEBE;
    color: #D95C5C;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: .3em 0 0 0 #D95C5C inset;
    margin-bottom: .75em;
}

.contact- .-control.error:focus {
    border-color: #ff5050;
    color: #ff5050;
    box-shadow: .3em 0 0 0 #FF5050 inset;
}

.contact- .valid { border-color: #2ecc71; }


.site-footer.section-spacing { padding: 4.5em 0; }

.site-footer small {
    margin: 1.5em 0 .75em;
    display: inline-block;
    color: #888;
}

.site-footer .social li a {
    background: transparent;
    color: #3498db;
    border: 1px solid #3498db;
}

.site-footer .social li a:hover {
    color: #fff;
    background: #2980b9;
    border: 1px solid #2980b9;
}

.modal-header {
    background: #3498db;
    position: relative;
    min-height: 0;
    padding: 1.5em 1em;
}

.modal-title {
    color: #FFF;
    font-weight: 700;
}

button.close {
    color: #99cc00;
    opacity: 1;
    background: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    position: absolute;
    right: 16px;
}

.close:hover,
.close:focus {
    color: #2980b9;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    outline: none;
}

.modal-body { padding: 1.5em; }

.scroll-top { margin-bottom: 0; }

.scroll-top a {
    background-color: orange;
    border-radius: 70%;
    width:0;
    height:0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid green;
    position: fixed;
    bottom: 3em;
    right: 2em;
    color: #fff;
    font-size: 16px;
    z-index: 200;
    -webkit-transition: background .5s linear;
    transition: background .5s linear;
}

.scroll-top a:hover { background: #3498db; }

@media (min-width: 768px) {

    .hero { padding: 3em 0 6em; }

    .logo { text-align: inherit; }

    .hero h1 {
        font-size: 48px;
        line-height: 1.35;
    }

    section header h3 { font-size: 21px; }

    .button { width: auto; }

    .learn-more {
        margin-right: 1em;
        margin-bottom: 0;
    }

    .counter div[class^="col-"]:nth-child(1),
    .counter div[class^="col-"]:nth-child(2) { padding-bottom: 0; }

    blockquote { font-size: 22px; }

    .buy-now .button.buy { padding: 1.125em 6em; }

    .address li { padding-bottom: 0; }
}

@media (min-width: 992px) {

    .hero {
        padding: 3em 0 6em;
        text-align: left;
    }

    .logo { margin-bottom: 0em; }


    .hero h1 {
        font-size: 73.981px;
        font-weight: 700;
        line-height: 1.17;
    }

    .hero h2 { font-size: 20.25px; }

    .welcome-message { margin: 4.5em 0 3em; }

    .section-spacing,
    .section-spacing.prices { padding: 1em 0; }

    .hohid.section-spacing { padding: 6em 0 1.0em; }

    .hlblokk.section-spacing { padding: 6em 0 1.0em; }

    .video-review.section-spacing { padding: 6em 0 1.0em; }

    .osszefoglalo.section-spacing { padding: 6em 0 1.0em; }

    .neer.section-spacing { padding: 6em 0 1.0em; }

    .reviews.section-spacing { padding: 6em 0 9em; }

    blockquote .fa-quote-left,
    blockquote .fa-quote-right { font-size: 1.5em; }

    blockquote .fa-quote-left { left: -50px; }

    blockquote .fa-quote-right { right: -50px; }

    #mc-form { margin-top: 6em; }

    .plan { margin-bottom: 0; }

    .hlbokk { text-align: left; }

    img.hlbokk-img { margin-bottom: 0; }

    .contact.section-spacing { padding: 6em 0 0; }

    .contact .btn-default {
        width: auto;
        padding: 12px 5em;
    }

    #preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fefefe;
        z-index: 9999;
        height: 100%;
        height: 100%;
    }

    #status {
        width: 200px;
        height: 200px;
        position: absolute;
        left: 50%;
        top: 50%;
        background: url(../img/load.gif) no-repeat center center;
        margin: -170px 0 0 -100px;
    }
}

@media (min-width: 992px) and (max-width: 1203px) {

    .action-button a { width: 90%; }

    .learn-more {
        margin-right: 0;
        margin-bottom: .75em;
    }
}

.gm-style .gm-style-mtc label,.gm-style .gm-style-mtc div{
    font-weight:400
}

.gm-control-active>img{
    box-sizing:content-box;
    display:none;
    left:50%;
    pointer-events:none;
    position:absolute;
    top:50%;transform:translate(-50%,-50%)
}
.gm-control-active>img:nth-child(1){
    display:block
}
.gm-control-active:hover>img:nth-child(1),.gm-control-active:active>img:nth-child(1){
    display:none
}
.gm-control-active:hover>img:nth-child(2),.gm-control-active:active>img:nth-child(3){
    display:block
}
.gm-ui-hover-effect{
    opacity:.6
}
.gm-ui-hover-effect:hover{
    opacity:1
}
.gm-style .gm-style-cc span,.gm-style .gm-style-cc a,.gm-style .gm-style-mtc div{
    font-size:10px;
    box-sizing:border-box
} 

@media print {  
    .gm-style .gmnoprint, .gmnoprint { 
        display:none  
    }
}
@media screen { 
    .gm-style .gmnoscreen, .gmnoscreen { 
        display:none  }
}
.gm-style-pbc{
    transition:opacity ease-in-out;
    background-color:rgba(0,0,0,0.45);
    text-align:center
}
.gm-style-pbt{
    font-size:22px;
    color:white;
    font-family:Roboto,Arial,sans-serif;
    position:relative;margin:0;top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
.gm-style img{
    max-width: none;
}
.gm-style {
    font: 400 11px Roboto, Arial, sans-serif; text-decoration: none;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}