#contactForm {
    display: none;
}
#quotationForm {
    text-align: center;
}
#contact-form {
    width:100%;
    position:relative;
}
#contact-form h2 {
    margin-bottom:15px;
    margin-top:15px;
    text-align: center;
    color: #666666;
}

#contact-form input[type=text], #contact-form input[type=tel], #contact-form input[type=email], #contact-form select, #contact-form textarea, #contact-form label {
    font-size:13px;
    margin-bottom:2px;
    border: none;
    padding: 10px;
}
#contact-form .md-close {
    border: none;
    display: inline-block;
    float: left;
    border-bottom: 1px solid #333333;
    background-color: #222222;
    border-radius: 5px;
    box-shadow: 0 0 10px #000000 inset;
    height: 34px;
    line-height: 34px;
    color: #7f7f7f;
    margin-bottom: 15px;
    margin-left: 16px;
    padding-left: 10px;
    text-align: left;
    width: 100px;
    -webkit-transition: all .9s ease; 
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}
#info-holder .md-close {
    border: none;
    display: inline-block;
    float: left;
    border-bottom: 1px solid #333333;
    background-color: #222222;
    border-radius: 5px;
    box-shadow: 0 0 10px #000000 inset;
    height: 34px;
    line-height: 34px;
    color: #7f7f7f;
    margin-bottom: 15px;
    margin-left: 16px;
    padding-left: 10px;
    text-align: left;
    width: 100px;
    -webkit-transition: all .9s ease; 
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}
#location .md-close {
    border: none;
    display: inline-block;
    float: left;
    border-bottom: 1px solid #333333;
    background-color: #222222;
    border-radius: 5px;
    box-shadow: 0 0 10px #000000 inset;
    height: 34px;
    line-height: 34px;
    color: #7f7f7f;
    margin-bottom: 15px;
    margin-left: 16px;
    padding-left: 10px;
    text-align: left;
    width: 100px;
    -webkit-transition: all .9s ease; 
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}
#contact-form #submit-button {
    position: absolute;
    border: none;
    background: transparent;
    width: 100px;
    height: 35px;
    padding: 0 0 0 10px;
    text-align: left;
}
#contact-form input[type=text], #contact-form input[type=tel], #contact-form input[type=email] {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background-color: #fff;
    -moz-box-shadow: inset 0 0 10px #ddd;
    -webkit-box-shadow: inset 0 0 10px #ddd;
    box-shadow: inset 0 0 10px #ddd;
    color: #666666;
    float: none;
    height: 35px;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-top: 0;
    width: 200px;
    margin-left: 0px;
    margin-right: 16px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}



#contact-form input[type=text]:hover, #contact-form input[type=tel]:hover, #contact-form input[type=email]:hover {
    color: #b9b9b9;
}
#contact-form input[type=button] {
}

#contact-form select {
    width:212px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background-color: #fff;
    -moz-box-shadow:    inset 0 0 10px #ddd;
    -webkit-box-shadow:  inset 0 0 10px #ddd;
    box-shadow:         inset 0 0 10px #ddd;
    margin-bottom:20px;
    color: #222;
    margin-right: 5px;
    margin-left: 5px;
    border-bottom: 1px solid #eee;
}
#contact-form textarea {
    width:420px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background-color: #fff;
    -moz-box-shadow:    inset 0 0 10px #ddd;
    -webkit-box-shadow:  inset 0 0 10px #ddd;
    box-shadow:         inset 0 0 10px #ddd;
    margin-bottom:20px;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
#contact-form textarea#message, #contact-form textarea#mesaj {
    margin-top: 20px;
}
#contact-form textarea:hover {
    color: #b9b9b9;
}

#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
    /*background-color: #f9f9f9;*/
    color: #F00;
    outline: none;
    border: none;
}
input[type="submit"]:focus {
    color: #fff;
}
#contact-form textarea {
    height:125px;
    resize: none;
}

#contact-form label {
    display:block;
}

#contact-form .required {
    font-weight:bold;
    color:#F00;	
}

#contact-form #loading {
    z-index: 202;
    width: 25px;
    height: 25px;
    background-image: url(../img/loading.gif);
    display: block;
    position: absolute;
    right: 3px;
    bottom: 3px;
     display: none;
    background-size: 100%;
    background-repeat: no-repeat;
}


#quotation-form {
    width:100%;
    position:relative;
}
#quotation-form h2 {
    margin-bottom:15px;
    margin-top:15px;
    text-align: center;
    color: #666666;
}

#quotation-form input[type=text], #quotation-form input[type=tel], #quotation-form input[type=email], #quotation-form select, #quotation-form textarea, #quotation-form label {
    font-size:13px;
    margin-bottom:2px;
    border: none;
    padding: 10px;
}
.range_sliders {
    display: inline-block;
    position: relative;
    text-align: center;
}
#quotation-form .md-close {
    border: none;
    display: inline-block;
    float: left;
    border-bottom: 1px solid #333333;
    background-color: #222222;
    border-radius: 5px;
    box-shadow: 0 0 10px #000000 inset;
    height: 34px;
    line-height: 34px;
    color: #7f7f7f;
    margin-bottom: 15px;
    margin-left: 16px;
    padding-left: 10px;
    text-align: left;
    width: 100px;
    -webkit-transition: all .9s ease; 
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}

#quotation-form #submit-button2 {
    position: absolute;
    border: none;
    background: transparent;
    width: 100px;
    height: 35px;
    padding: 0 0 0 10px;
    text-align: left;
}
#quotation-form input[type=text], #quotation-form input[type=tel], #quotation-form input[type=email] {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background-color: #222222;
    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow:  inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
    margin-top: 10px;
    width: 191px;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom: 1px solid #222222;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
#quotation-form input[type=text]:hover, #quotation-form input[type=tel]:hover, #quotation-form input[type=email]:hover {
    color: #b9b9b9;
}
#quotation-form input[type=button] {
}

#quotation-form select {
    width:212px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background-color: #fff;
    -moz-box-shadow:    inset 0 0 10px #ddd;
    -webkit-box-shadow:  inset 0 0 10px #ddd;
    box-shadow:         inset 0 0 10px #ddd;
    margin-bottom:20px;
    color: #222;
    margin-right: 5px;
    margin-left: 5px;
    border-bottom: 1px solid #eee;
}
#quotation-form textarea {
    width:420px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background-color: #222222;
    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow:  inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
    margin-bottom:20px;
    border-bottom: 1px solid #222222;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
#quotation-form textarea:hover {
    color: #b9b9b9;
}

#quotation-form input:focus, 
#quotation-form select:focus, 
#quotation-form textarea:focus {
    background-color: #f9f9f9;
    color: #222;
}

#quotation-form textarea {
    height:80px;
    resize: none;
}

#quotation-form label {
    display:block;
}

#quotation-form .required {
    font-weight:bold;
    color:#F00;	
}

#quotation-form #loading {
    width:32px;
    height:32px;
    background-image:url(../img/loading.gif);
    display:block;
    position:absolute;
    right:130px;
    bottom:16px;
    display:none;
}


.mail_button {
    position: ABSOLUTE;
    border: none;
    display: inline-block;
    border-bottom: 1px solid #333333;
    background-color: #222222;
    border-radius: 5px;
    box-shadow: 0 0 10px #000000 inset;
    height: 34px;
    margin-bottom: 15px;
    margin-right: 16px;
    text-align: left;
    width: 100px;
    right: 11px;
    bottom: 10px;
    z-index: 22;
}
.mail-icon {
    background-image: url("icon-mail.svg");
    background-repeat: no-repeat;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 10px;
}
.mail-icon-hover {
    background-image: url("icon-mail-hover.svg");
    background-repeat: no-repeat;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 10px;
    opacity: 0;
}
.md-close {
    cursor: pointer;
    position: relative;
    border: none;
    display: inline-block;
    float: left;
    border-bottom: 1px solid #333333;
    background-color: #222222;
    border-radius: 5px;
    box-shadow: 0 0 10px #000000 inset;
    height: 34px;
    line-height: 34px;
    color: #7f7f7f;
    margin-bottom: 15px;
    margin-left: 16px;
    text-align: left;
    width: 90px !important;
}
#map-holder .md-close {
    margin-left: -3px;
}
.icon-cf-close {
    background-image: url("icon-close.svg");
    background-repeat: no-repeat;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
}
.icon-cf-close-hover {
    background-image: url("icon-close-hover.svg");
    background-repeat: no-repeat;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    opacity: 0;
}








#errors {
    display:none;
    position: absolute;
    bottom: -9px;
    left: 0;
    font-weight: bold;
}
#errors ul {
    margin: 0;
    padding: 0;
}

#errors li {
    padding:0px;
    list-style:none;
    color: #B10014;
    margin-left: 0px;
}

#errors li:after {
    content: ' ! ';

}

#errors #errors-info {
    font-weight:bold;
    text-align: center;
    margin-bottom: 10px;
    margin-left: -17px;
}

#errors #errors-info:before {
    content: '';	
}

#success {
    font-size: 14px;
    color: #7FAF1B;
    display: none;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#errors.visible, #success.visible {
    display:block;	
}

#req-field-desc {
    font-style:italic;
}


#errors2 {
    display:none;
}

#errors2 li {
    padding:2px;
    list-style:none;
    color: #B10014;
    margin-left: 17px;
}

#errors2 li:before {
    content: ' - ';	
}

#errors2 #errors-info2 {
    font-weight:bold;
    text-align: center;
    margin-bottom: 10px;
    margin-left: -17px;
}

#errors2 #errors-info2:before {
    content: '';	
}

#success2 {
    font-size: 14px;
    color: #7FAF1B;
    display: none;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#errors2.visible, #success2.visible {
    display:block;	
}

#req-field-desc2 {
    font-style:italic;
}






/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}

/* Normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {
    color:#CCC;
    font-style:italic;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#CCC;
    font-style:italic;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
    color:#CCC;
    font-style:italic;
}




.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



.budget {
    color: #7F7F7F;
    display: inline-block;
    font-size: 10px !important;
    height: 10px;
    left: 50%;
    margin-left: -50px;
    padding: 0 !important;
    position: absolute;
    text-transform: uppercase;
    top: 34px;
    width: 100px;
    z-index: 2;
}
.deadline {
    color: #7F7F7F;
    display: inline-block;
    font-size: 10px !important;
    height: 10px;
    left: 50%;
    margin-left: -50px;
    padding: 0 !important;
    position: absolute;
    text-transform: uppercase;
    top: 104px;
    width: 100px;
    z-index: 2;
}


.time {
    color: #666666;
    font-family: 'Muli', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}
.date-time {
    display: inline-block;
    line-height: 1.5em;
    padding: 10px;
    position: absolute;
    right: 13px;
    top: 41px;
}
.awesome-weather-todays-stats {
    color: #666666;
}
.infowindow {
    color: black !important;
}




@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

    /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
        -ms-filter: none !important; } 
    a, a:visited { color: #444 !important; text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3{ page-break-after: avoid; }
}

#contactForm {
    margin: 0;
}
