  @font-face {
      font-family: 'Arial';
      src: url('../webfonts/arial.eot');
      src: url('../webfonts/arial.eot?#iefix') format('embedded-opentype'), url('../webfonts/arial.woff') format('woff'), url('../webfonts/arial.ttf') format('truetype'), url('../webfonts/arial.svg#Arial') format('svg');
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
      font-family: 'ArialBold';
      src: url('../webfonts/arialbd.eot');
      src: url('../webfonts/arialbd.eot?#iefix') format('embedded-opentype'), url('../webfonts/arialbd.woff') format('woff'), url('../webfonts/arialbd.ttf') format('truetype'), url('../webfonts/arialbd.svg#ArialBold') format('svg');
      font-weight: normal;
      font-style: normal;
  }  
  @font-face {
      font-family: 'ArialItalic';
      src: url('../webfonts/ariali.eot');
      src: url('../webfonts/ariali.eot?#iefix') format('embedded-opentype'), url('../webfonts/ariali.woff') format('woff'), url('../webfonts/ariali.ttf') format('truetype'), url('../webfonts/ariali.svg#ArialItalic') format('svg');
      font-weight: normal;
      font-style: normal;
  }    
  @font-face {
      font-family: 'ArialBlack';
      src: url('../webfonts/ariblk.eot');
      src: url('../webfonts/ariblk.eot?#iefix') format('embedded-opentype'), url('../webfonts/ariblk.woff') format('woff'), url('../webfonts/ariblk.ttf') format('truetype'), url('../webfonts/ariblk.svg#ArialBlack') format('svg');
      font-weight: normal;
      font-style: normal;
  }      
  
  
  @media (min-width: 768px) {
    .section-overlay.bg, .section-feature.bg {
        height: 280px;
    }      
  }
  
  .main-box {
      top: -110px;
  }
  
  @media (max-width: 768px) {
    .main-box {
        top: 0px;
    }
  }  
  
  .content-container img {
      max-width: 100%;
      height: auto! Important;
  }
  .content-container iframe {
      max-width: 100%;
  }  
  

.section-overlay.bg, .section-feature.bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    height: 684px;
    overflow: auto;
    position: relative;
/*    display: flex;
    align-items: center;
    justify-content: center;*/
}

.section-middle {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    overflow: auto;
    position: relative;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-feature .section-feature-content {
    position: absolute;
    top: 56%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align:center;
}

  @media (max-width: 768px) {
    body .section-overlay.bg, body .section-feature.bg {
        height: 330px;
    }
  }

.section-feature .caption {
    font-family: ArialBold;
    font-size: 60px;
    color: #fff;
    padding-bottom: 50px;
    border-bottom: 4px solid #fff;
}

.section-feature .btn {
    margin-top: 41px;
    min-height: 46px;
    min-width: 144px;
    line-height: 34px;
}

.section-middle h1, .section-bottom h1 {
    color:#c5581f;
    border-bottom: 1px solid #c5581f;
}

.section-middle .col-content {
    background:#fff; 
    padding: 35px;
}


.section-middle .btn {
    min-height: 46px;
    min-width: 144px;
    line-height: 30px;
    color: #c5581f;
    background: #fff;
    border: 2px solid #c5581f;
}

#regioninfo .btn {
    min-height: 46px;
    width: 100%;
    line-height: 30px;
    color: #c5581f;
    background: #fff;
    border: 2px solid #c5581f;
}

.section-bottom .btn {
    min-height: 46px;
    min-width: 144px;
    line-height: 30px;
    color: #fff;
    background: #000;
}

.section-box {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    overflow: auto;
    position: relative;    
}

.section-bottom-box {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 456px;
    overflow: auto;
    position: relative;    
    max-width: 100%;
    width: 320px;
}

.section-box:before, .btn-box:before {
    content: "";
    background-color: rgba(243, 111, 50, .8);
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
}



.section-box .section-box-content, .section-bottom-box .section-box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align:center;
    z-index: 5;
    width: 100%;
    text-align:center;
    padding: 20px;
}
.section-box .section-box-label {
    font-family: 'ArialBlack';
    font-weight: 600;
    color: #fff;
    font-size: 37px;
}

.section-box .section-box-div {
    height: 2px;
    width: 80%;
    background-color: #fff;
    margin : 34px auto;
}

.section-box .section-box-caption {
    font-family: 'Arial';
    color: #fff;
    font-size: 30px;
    line-height: 35px;
}

@media only screen and (max-width: 768px) {
    .section-feature .caption {
        font-size: 6vmin;
        padding-bottom: 20px;
        border-bottom: 2px solid #fff;
    }    
    .section-feature .section-feature-content {
        top: 70%;
    }    
    
}
    

.HomePage .main {
    position: relative;
    background: transparent;
}


hr {
       border-top: 1px solid #f36f32;
}

.nz-map img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 960px) {
    .header .primary li a.bookinspection_btn {
        background: #c5581f;
        color: #fff;
        padding: 10px 8px;
    }
}    

.content-container h3, .container h3, .content-container h4, .container h4 {
    color: #c5581f;
}

.contact-container {
    background-color: #feeee3;
    border: 1px solid #f36f32;
    padding: 20px;
}

.pricing-container {
    border: 1px solid #f36f32;
    padding: 20px;
}

.content-intro {
    color: #c5581f;
}

.btn-box {
    background-image: url(../images/house.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    padding: 40px 20px;
    text-align:center;
}

.btn-box .btn-box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align:center;
    z-index: 5;
    width: 100%;
    text-align:center;
}

.btn-box span {
    font-family: 'Arial';
    color: #fff;    
    font-size: 22px;
}    


form .radio input[type=radio], form .radio-inline input[type=radio] {
    margin-left: 0px;
}

form .checkbox input[type=checkbox] {
    float:none;
}

.checkbox input[type=checkbox] {
    margin-left: 0px;
}


.form_progressbar {
    width: 99%;
    height: 20px;
    overflow: hidden;
    line-height: 20px !important;
    border: 1px solid #EEE;
    background-image: url(../images/percentbar-bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
}

.percentbar_orange {
    background-image: url(../images/percentbar-orange.png);
    background-repeat: repeat-x;
    background-color: #DC7021;
    color: #FFF;
}

.progressbar_percentage {
    height: 20px;
    text-align: right;
    font-family: helvetica,arial,sans-serif;
    font-size: 13px !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.50);
}

.form-scroll-text {
    height: 180px;
    overflow: auto;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC !important;    
    padding: 10px;
}

.BookInspection span.required:before {
    content: '*';
    color : red;
    background-color: transparent!important;
}

.BookInspection form .bad, form .required {
    background-color: transparent!important;
    border-color: #cf0000;
    color: #b80000;
}

.attachedfiletitle {
    color: #fff;
    background-color: #000;
    padding: 5px;
    position: absolute;
    top: 77%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 70%;
    text-align: center;
    text-transform: uppercase;
}

#InspectForm_InspectForm_HouseSize input {
    float:left;
    margin-right: 10px;
}

.additionalservices.div[id^="Services-"] {
    //margin-bottom: -20px;
}

div[id^="Services-"].additionalservices > label {
    display:none;
}

.additionalservices div[id^="Services-"] label {
    /*margin-left: 20px;*/
    font-weight: normal;
}

.additionalservices input[name^="Services-"] {
    float:left;
}

.additionalservices-container  {
    margin-bottom: 20px!important;
}

#Form_FeedbackForm .optionset li {
    display: inline-block;
    margin-right: 20px;
}    

#Form_FeedbackForm {
    max-width: 100%;
}