.center{
    margin: 0 auto;
    /*max-width: 1170px;
    width: 95%;*/
}



/* =============== main ================ */
#alert{
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    background: #000000;
    padding: 4px 0;
    border-radius: 5px;
    color: #172945;
    font-weight: 600;
    font-size: 15px;
}

.calc{
    /*position: absolute;*/
    width: 100%;
    /*margin-top: 30px;*/
}

.calc .section{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: baseline;
    padding-bottom: 0 !important;
}

.calc .section .block, .calc .section .block_full{
    width: 100%;
}

.calc .section .block:first-child{
    margin-right: 30px;
    position: relative;
}

.calc .section .block:last-child{
    margin-left: 30px;
}





.calc .section select{
    width: 100%;
    height: 36px;
    border-radius: 4px;
    border: solid 1px #071c33;
    color: #071c33;
    font-size: 14px;
    padding: 0px 0px 0px 11px;
    margin: 17px auto 37px auto;
    display: block;
}
.calc .section select#besorolas{
    margin-bottom: 25px;
}

.calc .section .line{
    width: 100%;
    height: 2px;
    background: #d6d6d6;
    float: left;
    margin: 30px 15px 60px 0;
}

.calc .section .line span {
    font-size: 16px;
    color: #d6d6d6;
    float: none;
    background: #fff;
    padding: 0 15px;
    margin: -12px 22px;
    display: block;
    width: 110px;
    margin: -12px auto;
    text-align: center
}

.irs{
    margin-top: 20px;
    margin-bottom: 30px;
}

.irs-slider{
    cursor: grab;
}

.irs-slider:hover, .irs-slider:active, .irs-slider:focus{
    background:#d3d3d4;
}

.alapterulet + .irs .irs-single{
    margin-top: -3px;
}

#bg_results{
    /*background: #f3f3f4;*/
    /*padding-bottom: 33px;*/
    /*padding-top: 45px;*/
    /*margin-top: 60px;*/
}

.result{
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    /*border-right: #fff 1px solid;*/
    margin-top: -35px;
}

.result:first-child{
    padding-left: 0;
}

.result:last-child{
    padding-right: 0;
    border: none;
}

.result .icon{
    background: #172945;
    border: solid 4px #fff;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.result img{
    height: 29px;
    width: 29px;
    margin-top: 12px;
}

.result .number{
    margin-top: 12px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
}

.result .number span{
    font-size: 20px;
}

.result .resulttitle{
    text-align: center;
    font-weight: 600;
    color: #172945;
    font-size: 17px;
    padding: 13px 0 10px 0;
    text-transform: uppercase
}

.result .resultdesc{
    text-align: center;
    font-size: 14px;
    color: #172945;
    line-height: 20px;
}

.result .resultdesc p{
    line-height: 20px;
    color: #172945;
}

#naperror2{
    display:none;
    color: #eaaf00;
}

.calc .section.navi{
    margin-top: 25px;
    margin-bottom: 10px;
}

.calc .section .nav{
    width: 100%;
}

.calc .section .label{
    background: #071c33;
    color: #fff;
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 6px;
    height: 20px;
    display: table;
    border-radius: 6px;
}

.calc .section .label.left{
    float: left;
}

.calc .section .label.right{
    background: #ef4000;
    float: right;
}

.calc .section .label .name{
    float: left;
    padding-top: 2px;
}

.calc .section .label img{
    width: 25px;
    float: left;
    margin-right: 16px;
}

.calc .section .label.right:hover{
    background: rgb(161, 221, 233);
}

.calc .section .label.left:hover{
    background: rgba(7, 28, 51, 0.55);
}

.subtext{
    margin-top: 25px;
    text-align: center;
    font-size: 12px;
}

/* hőszigetelési adatok kiegészítés */
h3 span{
    color: #ef4000;
    cursor: pointer;
}
h3 span:hover{
    color: #b9b9b9;
}

#hoszigeteles{
    position: absolute; 
    z-index: 1000;
                    -webkit-animation-name: hello;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-name: hello;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

#hoszigeteles .exit{
    right: 8px;
    position: absolute;
    top: 10px;
    font-weight: 700;
    color: #d01111;
    background: #ef4000;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-left: 1px;
    cursor: pointer;
}
#hoszigeteles .exit:hover{
    background: #b9b9b9;
}

#hoszigeteles img{
    display: block;
    margin: 0 auto;
    border: #ef4000 2px solid;
    border-radius: 7px;
    width: 100%;
    max-width: 573px;
    max-height: 278px;
    -webkit-box-shadow: 0px 0px 1000px 10000px rgba(0, 0, 0, 0.20);
-moz-box-shadow: 0px 0px 1000px 10000px rgba(0, 0, 0, 0.20);
box-shadow: 0px 0px 1000px 10000px rgba(0, 0, 0, 0.20);
}

@keyframes hello {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}

@-webkit-keyframes hello {
    0% {
        height: 0%;
    }
    100% {
        height: 1000%;
    }
}




/* -------------------------- Reszponzív stílusok ------------------------ */

@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
    .center{width: 100%}
    .calc .section{flex-wrap: wrap; padding-top: 0;}
    .calc .section .block:first-child{margin: 0;}
    .calc .section .block:last-child{margin: 0;}
    /*#bg_results{margin-top: 25px; padding-top: 35px; padding-bottom: 0; margin-bottom: 30px;}*/
    .result{padding: 0 0; border-right: #d6d6d6 0px solid; margin-bottom: 35px; margin-top: 0}
    .calc .section.navi{flex-wrap: wrap-reverse; margin-top: 0;}
    .calc .section .label{margin-left:auto; margin-right: auto}
    .calc .section .label.left{float: none;}
    .calc .section .label.right{float: none;}
    .calc p{padding: 0 0 20px 0;}

    .irs-slider{width: 30px !important; height: 30px !important; top: 17px !important;}
    .alapterulet + .irs .irs-single{margin-top: -4px !important;}
    .irs-bar-edge{width: 15px !important;}
}
