/*------------------------------------------------------------------
body-1.css

Description - Formatting for body

style #1

------------------------------------------------------------------*/

/* Entire document, inherited into the list if nothing else over rides it. */
.body {
  font-family: 'Merriweather';
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.body *,
.body,
.body *:before,
.body:before,
.body *:after,
.body:after 
 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }


.body {
  position: relative;
  margin: 0;
  padding: 0;
}

/*------------------------------------------------------------------------------
 * Color of background behind an entire block
 */
                                                                             
body.body .muted-bg     { background-color: #f7f7f7; }
body.body .light-green  { background-color: #99ff99; }
body.body .light-orange { background-color: #ff9966; }
body.body .light-teal   { background-color: #9FE2BF; }
body.body .precise-bg   { background-color: rgba(0,0,0,0.5); }

body.body .main-bg { background-color: #f26521; color: #fff; }
body.body .main-bg .section-head h2 { color: #fff; }

body.body .dark-bg { background-color: #444; color: #fff; }
body.body .dark-bg .section-head h2 { color: #fff; }

body.body .white-bg { background-color: #fff;    color: #666; }
body.body .alt-bg   { background-color: #d44d0c; color: #fff; }


/*------------------------------------------------------------------
/* TABLES
/*
 */
 
 
 table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
td,
th {
  text-align: left;
  border: 0 none;
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: bold;
}
 
 .row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
  clear: both;
}
 
.cols-sm:not(.table) {
  margin-left: -10px;
}

.rows-md.row,
.rows-md.table {
  margin-top: -20px;
}
.rows-md > .row,
.rows-md > .table {
  padding-top: 20px;
}
.rows-md > .row:first-child,
.rows-md > .table:first-child {
  padding-top: 0;
}

.cols-sm > .md-col-3,
.cols-sm > .md-col-9,
{
  padding-left: 10px;
}

.rows-md > .md-col-9,
.rows-md > .md-col-3
{
  padding-top: 20px;
}

  .table > .md-col-3,
  .table > .md-col-9,
  .table > .md-col {
    display: table-cell;
    vertical-align: top;
  }
  .row > .md-col-3,
  .row > .md-col-9,
  .row > .md-col {
    display: inline-block;
    float: left;
    position: relative;
  }
  
    .md-col-3 {
    width: 25%;
  }
    .md-push-3 {
    left: 25%;
  }
  .md-pull-3 {
    left: -25%;
  }
  .md-col-offs-3 {
    margin-left: 25%;
  }
   .md-push-9 {
    left: 75%;
  }
  .md-col-9 {
    width: 75%;
  }

  .md-pull-9 {
    left: -75%;
  }
  .md-col-offs-9 {
    margin-left: 75%;
  }



  .md-text-right {
    text-align: right;
  }
  
/*------------------------------------------------------------------
/* CONTAINERS
/*
 */

.info-container {
  zoom: 1;
}
.info-container:before,
.info-container:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 992px) {
  .info-container {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
  }
}

.info-title {
  font-family: 'Lato';
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
}
.info-line {
  margin-bottom: 10px;
}
.info-line {
  zoom: 1;
}
.info-line:before,
.info-line:after {
  content: "";
  display: table;
  clear: both;
}
.info-line:last-child {
  margin-bottom: 0;
}
.info-icon {
  margin-right: 5px;
}
.info-block + .info-block {
  margin-top: 30px;
}






/*------------------------------------------------------------------
/* SCROLL TOP
/*     Scroll to top block, fixed at the bottom right side of the screen
 */
.scroll-top {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
  background-color: #333;
  color: #fff;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  text-align: center;
  width: 42px;
  height: 42px;
  font-size: 24px;
  line-height: 42px;
  z-index: 20;
}
.scroll-top:hover,
.scroll-top:focus,
.scroll-top:active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #fff;
}
.scroll-top.disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.scroll-top.end {
  bottom: 100px;
}


/*------------------------------------------------------------------
/* SECTIONS
/*
 */
 
  /* Make the 'section' a block,                               */
  /* with all the borders and padding that go with that type.  */
section { display: block; } 
 
 
 
 /* Sections spacing */
 
.content-section {
/* used for grouped sections */
  margin-top: 100px;
  margin-bottom: 100px;
}
.content-section.tight {
  margin-top: 30px;
  margin-bottom: 60px;
}
.content-section.top {
  margin-top: 2px;
  margin-bottom: 10px;
}
.solid-section {
/* used for single sections, either with background or image */
  padding-top: 100px;
  padding-bottom: 100px;
}
.solid-section.tight {
  padding-top: 30px;
  padding-bottom: 60px;
}
/* section with background image */
.back-section,
.with-bg {
  position: relative;
  z-index: 1;
}