body {
	margin: 0;
  padding-top: 40px;
}

.body-container {
  margin: 0;
  padding: 0;
}

header {
	border: 0;
}

.title-container {
	background:rgba(0,0,0,0) url("../img/main-bg.jpg");
	background-attachment:
	fixed;
	background-size:cover;
	background-position:center;
	padding-bottom:120px;
	padding-top:200px;
	text-align: center;
}

.title {
	text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  border: 8px solid white;
  padding-top: 8px;
  padding-bottom: 16px;
  width: 660px;
  background-color: #000000;
  opacity: 0.8;
}

.title h1 {
  color: #fff;
  font-size: 77px;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 768px) {
    .title {
        width: 300px;
    }
    .title h1 {
        font-size: 32px;
        line-height: 24px;
    }
}

.title-container h2 {
    color: #fff;
    font-size: 30px;
    line-height: 84.7px;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
}

.services {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 26px;
    padding: 60px 30px 60px 30px;
    background-color: #eee;
}


.services .widget {
    height: 100%;
}


.services .column-wrapper {
    padding-bottom: 0px;
}

@media screen and (min-width: 992px) {
    .services .row-inner {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .services .column-wrapper {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .services .widget-text h5 {
        min-height: 100px;
    }

    .services .widget-text h4 {
        min-height: 100px;
    }
}

.services .column-inner {
    background-color: #dddddd;
    margin-right: 20px;
    margin-left: 20px;
    height: 100%;
    margin-bottom: 20px;
}

.services .widget-text h5 {
    background-color: #cccccc;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 30px;
    padding: 20px 40px 20px 40px;
    margin: 0 -20px 0px -20px;
    text-align: center;
}

.services .widget-text h4 {
    background-color: #cccccc;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 30px;
    padding: 20px 40px 20px 40px;
    margin: 0 -20px 0px -20px;
    text-align: center;
}

.services .column-inner {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000;
    padding: 0 20px 20px 20px;
}

.services .textwidget {
    padding: 10px 15px 0px 15px;
    line-height: 40px;   
}

.seal{
  margin: 0px 40px 0px 40px;
}

.footer-top-holder {
    padding: 20px 60px 20px 60px;
    background-color: #262626;
    color: #fff;
}

.footer-top .widget-text h5 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
}

.footer-bottom-holder {
    background-color: #1b1b1b;
    color: #818181;
    text-align: center;
}


.footer-top .textwidget {
    color: #818181;
    word-wrap: break-word;
    line-height: 40px;   
    font-size: 18px;
}
.footer-top .coords {
    color: #dddddd;
    font-size: 22px;
}


.footer-top .col-centered {
    padding-right: 30px;
    padding-left: 30px;
}

@media screen and (min-width: 992px) {
    footer .row-inner {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    footer .column-wrapper {
        display: table-cell;
        float: none;
        height: 100%;
    }
}

.seal-logo {
    margin: 0px 20px 0px -40px;
}

.benef {
    background:rgba(0,0,0,0) url("../img/waialeale.png");
    background-attachment:
    fixed;
    background-size:cover;
    background-position:center;
    padding-bottom:280px;
    padding-top:280px;
    text-align: center;
}

.row-centered {
    text-align:center;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}



/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* content styles */

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
