.calculator{
    padding: 0 7px 5px;
    border: solid 1px #ccc;
    border-radius: 10px;
}
.res{
    font-weight: bold;
    padding: 10px 0;
}
#result{
    color: #44d448;
}
.cimg{
    width: 80px;
    display: block;
    padding-top: 76px;
    margin: 0 auto;
    background-image: url();
}
.calculator label{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 19px!important;
}
#form p{
    overflow: hidden;
    margin-top: 5px;
}
#form input[type="radio"]{
    display: none;
}
#form label{
    display: block;
    float: left;
    width: 105px;
    text-align: center;
    cursor: pointer;
    padding: 2px 3px 5px;
}
#form label{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#form label:hover{
    background: #eee;
}
.checked{
    background: rgb(230, 230, 230);
    color: #111;
}
.no-checked{
    background: none;
}
.descriptions div{
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.descriptions div.visible{
    height: auto;
    opacity: 1;
}
.meters{
    font-size: 16px;
    font-weight: bold;
}
.meters input{
    font-size: 16px;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 2px 5px;
}
.calculator h4{
    margin: 10px 0 0;
}
.notice p{
    font-size: 14px;
}
.descriptions{
    float: right;
    width: 380px;
}
.descriptions li{
    font-size: 14px;
}
.descriptions h3{
    margin: 10px 0;
    font-size: 16px;
}
.calcposition{
    width: 350px;
    margin-left: 162px;
}
.notice{
    clear: both;
    padding-top: 20px;
}
#but{
    background: #56c452;
    border-radius: 6px;
    margin: 5px 0 15px 5px;
    padding: 10px 20px;
    border: 0;
    font-size: 18px;
    outline: none;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    width: 325px;
    cursor: pointer;
    transition: 444ms;
}
#but:hover{
    background: #66e261;
    border-radius: 6px;
    margin: 5px 0 15px 5px;
    padding: 10px 20px;
    border: 0;
    font-size: 18px;
    outline: none;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    width: 325px;
    cursor: pointer;
    transition: 444ms;
}

#but2{
    background: #56c452;
    border-radius: 6px;
    margin: 5px 0 15px 5px;
    padding: 10px 20px;
    border: 0;
    font-size: 18px;
    outline: none;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    width: 325px;
    cursor: pointer;
    transition: 444ms;
}
#but2:hover{
    background: #66e261;
    border-radius: 6px;
    margin: 5px 0 15px 5px;
    padding: 10px 20px;
    border: 0;
    font-size: 18px;
    outline: none;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    width: 325px;
    cursor: pointer;
    transition: 444ms;
}

#fundament1 .cimg{
    background: url(assets/images/calc/rof1.png);
    background-position: -81px 0;
}
#fundament1:hover .cimg, #fundament1.checked .cimg{
    background-position: -81px -81px;
}
#fundament2 .cimg{
    background: url(assets/images/calc/rof2.png);
    background-position: 1204px 0;
}
#fundament2:hover .cimg, #fundament2.checked .cimg{
    background-position: 1204px -81px;
}
#fundament3 .cimg{
    background: url(assets/images/calc/rof3.png);
    background-position: 1120px 0;
}
#fundament3:hover .cimg, #fundament3.checked .cimg{
    background-position: 1120px -81px;
}

#sten1label .cimg{
    background: url(assets/images/calc/kir2.png);
    background-position: 0px 0;
}
#sten1label:hover .cimg, #sten1label.checked .cimg{
    background-position: 0px -81px;
}
#sten2label .cimg{
    background: url(assets/images/calc/kir1.png);
    background-position: 0px 0;
}
#sten2label:hover .cimg, #sten2label.checked .cimg{
    background-position: 0px -81px;
}
#sten3label .cimg{
    background: url(assets/images/calc/kir3.png);
    background-position: 0px 0;
}
#sten3label:hover .cimg, #sten3label.checked .cimg{
    background-position: 0px -81px;
}

#flor1label .cimg{
    background: url(assets/images/calc/fl1.png);
    background-position: 0px 0;
}
#flor1label:hover .cimg, #flor1label.checked .cimg{
    background-position: 0px -81px;
}
#flor2label .cimg{
    background: url(assets/images/calc/fl3.png);
    background-position: 0px 0;
}
#flor2label:hover .cimg, #flor2label.checked .cimg{
    background-position: 0px -81px;
}

#flor3label .cimg{
    background: url(assets/images/calc/fl2.png);
    background-position: 0px 0;
}
#flor3label:hover .cimg, #flor2label.checked .cimg{
    background-position: 0px -81px;
}

#roof1label .cimg{
    background: url(assets/images/calc/rf3.png);
    background-position: 0px 0;
}
#roof1label:hover .cimg, #roof1label.checked .cimg{
    background-position: 0px -81px;
}
#roof2label .cimg{
    background: url(assets/images/calc/rf1.png);
    background-position: 0px 0;
}
#roof2label:hover .cimg, #roof2label.checked .cimg{
    background-position: 0px -81px;
}
#roof3label .cimg{
    background: url(assets/images/calc/rf2.png);
    background-position: 0px 0;
}
#roof3label:hover .cimg, #roof3label.checked .cimg{
    background-position: 0px -81px;
}

#etaj1label .cimg{
    background: url(assets/images/calc/house3.png);
}
#etaj1label:hover .cimg{
    background-position: 0px -81px;
}
#etaj2label .cimg{
    background: url(assets/images/calc/house2.png);
}
#etaj2label:hover .cimg{
    background-position: 0px -81px;
}
#etaj3label .cimg{
    background: url(assets/images/calc/house.png);
}
#etaj3label:hover .cimg{
    background-position: 0px -81px;
}


@media print {
    aside.left{
        display: none;
    }
    .center{
        width: 960px !important;
    }
    .menurow{
        display: none;
    }
    .main{
        background: none;
    }
    .descriptions{
        width: 520px;
    }
    .calcposition{
        width: 420px;
    }
    #form label{
        padding: 2px 14px 5px;
    }
    #but{
        width: 395px;
    }
}