/* /dolevoe-stroitelstvo */

form#doleForm{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px	solid;
    width: 100%;
    padding: 15px;
    /* margin: 15px 0; */
}

#doleSet2{
    display: none;
}

form#doleForm legend{
    -webkit-padding-start: 5px;
    -webkit-padding-end: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
}

#doleSet1 input[type="text"],
#doleSet1 input[type="number"]{
    width: 110px;
    float: right;
    text-align: center;
}

#doleSet2 input,
#doleSet2 textarea{
    width: 100%;
}

form#doleForm input[type="text"]{
    text-align: center;
}

#doleSubmit{
    float: right;
}

form#doleForm textarea{
    min-height: 150px;
}

form#doleForm p{
    margin: 5px 0;
}

.w50{
    width: 100%;
}

.w50>span{
    min-width: 240px;
    width: 45%;
    float: left;
}

.w50>span.doleMid{
    width: 10%;
    height: 1px;
    min-width: 0
}

@media only screen and (min-width: 904px) and (max-width : 960px) {
    .w50>span{
        min-width: 240px;
        width: 49%;
        float: left;
    }

    .w50>span.doleMid{
        width: 2%;
        height: 1px;
        min-width: 0
    }
}

@media only screen and (max-width: 903px){

    .w50>span {
        min-width: 100%;
        width: 100%;
    }

    #doleSet1 input[type="text"],
    #doleSet1 input[type="number"] {
        width: 100%;
    }
}

.no-valid {
    color: red !important;
}

.no-valid input{
    color: red !important;
    box-shadow: 0 0 20px 2px rgba(255, 0, 0, .8);
}

#doleResult {
    text-align: center;
}

#doleResult>p:first-child{
    font-size: 1.5em !important;
}

#doleResult>p:last-child{
    font-size: 1em !important;
}

/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 1020px) {
    .wrapper {
        width: 100%;
    }
    .begstrock{
        width: 100%;
    }
    .header-top{
        margin-left: 15px;
        margin-right: 15px;
    }
    .left {
        padding-left: 15px;
    }

    .content-text {
        padding-right: 20px;
    }

    .footer .footer-right {
        padding-left: 10px;
        padding-right: 15px;
    }
    .footer .footer-left {
        padding-left: 15px;
    }
}

@media only screen and (max-width : 800px) {
    .header-foto{
        display: none;
    }
    .header-menu {
        width: 100%;
        height: 220px;
    }
}

@media only screen and (max-width : 705px) {
    .header-top .address {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 600px) and (max-width : 800px) {

    .header {
        height: 150px;
    }
    .header-menu {
        height: 100px;
    }
    .header-menu .header-menu-text ul li {
        display: inline-block;
        width: 30%;
    }

}

@media only screen and (max-width : 680px) {
    .right {
        margin-bottom: 50px;
    }

    .footer{
        width: 100%;
        display: block;
    }

    .footer .footer-left {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0 15px;
        height: auto;
        float: none;
        display: block;
        margin-top: 135px;
    }

    .footer .footer-right {
        padding: 0;
        display: block;
        width: 100%;
        margin-top: -565px;
    }

    .footer .footer-right {
        margin-top: -255px;
        position: relative;
    }

    .footer .footer-right ul li {
        display: table-row;
        width: 100%;
        height: auto;
        border-left: none;
        border-top: 1px solid #FFFFFF;
        padding-left: 20px;
    }
    .footer .footer-right ul li a{
        display: table-cell;
        height: 25px;
        line-height: 25px;
    }

    .zopim_br{
        width: 100%;
        height: 165px;
    }
}

@media only screen and (max-width : 600px) {
    .header-top .header-top-right .telef {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .left{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        background-position: top right;
    }

    .left .call-me {
        display: none;
    }

    .right .call-me{
        display: block;
        margin-top: 5px;
        margin-right: 20px;
        width: 120px;
        float: right;
    }

    .right{
        margin-left: 0;
        /*margin-bottom: 100px;*/
    }

}

@media only screen and (max-width : 469px) {
    
    .footer .footer-right ul li a {
        font-size: 12px;
    }
}

@media only screen and (max-width : 420px) {
    .header-top .logo>div:first-child>span {
        font-size: 17px;
        font-size: 5.3vw;
    }
}

@media only screen and (max-width : 400px) {

    .right {
        margin-bottom: 215px;
    }


}

@media only screen and (max-width : 381px) {
    .footer .footer-right {
        margin-top: -225px;
    }
}

@media only screen and (max-width : 305px) {
    .header-top .header-top-right .telef {
        font-size: 23px;
    }
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}