/* 
  * Australian Timber Wholesalers
  *
  * Matt Bell, MB Powered.
*/
html,
body {
  font-family: 'MerriweatherRegular';
  font-size: 1.1em;
  -webkit-font-smoothing: antialiased;
  line-height: 150%;
  color: #444444;
}

h1 {
  color: #222222;
}

h2, h3, h4, h5, h6 {
  color: #006600;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MerriweatherRegular", Georgia, Times, serif;
}

h1, h2, h3 {
  margin-bottom: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

p {
  margin: 0 0 1.4em;
}

.lead {
  font-size: 100%;
  line-height: 165%;
}

.supporting {
  font-size: 80%;
}

.or-call {
  color: #666666;
  font-size: 70%;
  display: inline-block;
  margin: 0 10px;
  font-weight: bold;
}

.cta-phone {
  color: black;
  font-weight: bold;
  font-size: 110%;
}

@media (min-width: 768px) {
  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 21px;
  }

  .lead {
    font-size: 125%;
  }
}
.content-body {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.content-body.in {
  opacity: 1;
}

.container#page-body {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container.content {
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 340px;
}

section {
  margin: 65px 0;
}
section p:last-child {
  margin-bottom: 0;
}
section .section-cta {
  margin-top: 20px;
}

section.intro {
  margin-top: 0;
  margin-bottom: 0;
  padding: 35px 0 25px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ededed;
}
section.intro h1 {
  margin-top: 0;
}

a {
  color: #006600;
  text-decoration: underline;
}
a:hover, a:active {
  color: #009900;
}
a:visited {
  color: #005500;
}

.btn {
  color: white;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: -1px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.btn:hover, .btn:visited {
  color: white;
}

.btn-lg {
  font-size: 16px;
  padding: 12px 26px;
}

.btn-atw-green {
  background-color: #009900;
}

.btn-atw-blue {
  background-color: #0066cc;
}

.btn-atw-orange {
  background-color: #ff6600;
}

.btn-backtotop {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 12px 12px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 50;
  cursor: pointer;
}
.btn-backtotop.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  bottom: 20px;
}
.btn-backtotop .fa {
  font-size: 30px;
}

ul.mb-list {
  padding: 0;
  margin: 20px 0;
}
ul.mb-list li, ul.mb-list .nav-mb-tabs > .active {
  list-style: none;
  float: left;
  margin: 0 14px 14px 0;
  width: 140px;
  text-align: center;
  height: 180px;
}
ul.mb-list li a, ul.mb-list .nav-mb-tabs > .active a {
  text-decoration: none;
}
ul.mb-list li a:hover, ul.mb-list .nav-mb-tabs > .active a:hover {
  opacity: 0.8;
}
ul.mb-list li a img, ul.mb-list .nav-mb-tabs > .active a img {
  border: none;
  width: 120px;
  height: 120px;
  background-color: #eeeeee;
}
ul.mb-list li a h4, ul.mb-list .nav-mb-tabs > .active a h4 {
  text-align: center;
}

.nav-mb-tabs {
  border-bottom: 1px solid #eeeeee;
}
.nav-mb-tabs > li > a, .nav-mb-tabs > .active > a {
  color: #CCCCCC;
  padding: 10px 3px;
  margin-right: 10px;
  border: none;
  font-size: 1.2em;
}
.nav-mb-tabs > li > a:hover, .nav-mb-tabs > .active > a:hover {
  color: #888888;
  background-color: transparent;
  border: none;
}
.nav-mb-tabs > .active a {
  color: #222222;
  border: none;
  border-bottom: 1px solid #DD1B50;
}
.nav-mb-tabs > .active a:hover {
  color: #222222;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #DD1B50;
}

.breadcrumb {
  padding: 0;
  background-color: transparent;
  font-size: 85%;
}
.breadcrumb a {
  color: #666666;
}

/*
	* A second version of the feature box that features a 
*/
.feature-mk2 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  background-color: #FFFFFF;
  position: relative;
}
.feature-mk2 .row {
  margin-left: 0;
  margin-right: 0;
}
.feature-mk2 .row .feature-content .feature-logo {
  text-align: center;
  display: block;
  font-size: 100px;
  color: #009900;
}
.feature-mk2 .row .feature-content .container-remainder {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 80%;
}
.feature-mk2 .row .feature-content .container-remainder h1 {
  font-size: 28px;
}
.feature-mk2 .row .feature-image {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .feature-mk2 .row .feature-content .container-remainder {
    font-size: 100%;
    width: 437.5px;
    padding-left: 20px;
    padding-top: 30px;
  }
  .feature-mk2 .row .feature-content .container-remainder h1 {
    font-size: 35px;
  }
  .feature-mk2 .row .feature-content .feature-logo {
    font-size: 150px;
  }
}
@media (min-width: 992px) {
  .feature-mk2 .row .feature-content .container-remainder {
    width: 565.83333px;
    padding-left: 40px;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .feature-mk2 .row .feature-content .container-remainder {
    width: 670.83333px;
    padding-left: 60px;
    padding-top: 80px;
  }
}

.form-group label {
  font-size: 0.9em;
  color: #666666;
}
.form-group textarea#contact_message {
  height: 278px;
}
.form-group .img-enquiry {
  border-radius: 50%;
}
.form-group .remove-enquiry {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
  display: inline-block;
}

.navigation-blocks {
  margin: 30px 0;
}
.navigation-blocks.navigation-blocks-grey {
  background-color: #f7f7f7;
  padding: 30px 0;
  margin-top: 0;
  margin-bottom: 0;
}
.navigation-blocks .col-list-item {
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #dddddd;
}
.navigation-blocks .col-list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.navigation-blocks .col-list-item a {
  text-decoration: none;
}
.navigation-blocks .col-list-item a h3, .navigation-blocks .col-list-item a p {
  text-decoration: none;
}
.navigation-blocks .col-list-item .block-image {
  float: left;
  max-width: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.navigation-blocks .col-list-item .block-text {
  margin-left: 110px;
}
.navigation-blocks .col-list-item .block-text h3 {
  margin-bottom: 10px;
}
.navigation-blocks .col-list-item .block-text p {
  color: #444444;
  line-height: 140%;
  font-size: 0.8em;
}

@media (min-width: 768px) {
  .navigation-blocks {
    margin: 65px 0;
  }
  .navigation-blocks.navigation-blocks-grey {
    padding: 65px 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navigation-blocks .col-list-item {
    clear: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    border-bottom: none;
    min-height: 530px;
  }
  .navigation-blocks .col-list-item .block-image {
    float: none;
    max-width: 100%;
  }
  .navigation-blocks .col-list-item .block-text {
    text-align: center;
    margin-left: 0;
  }
  .navigation-blocks .col-list-item .block-text h3, .navigation-blocks .col-list-item .block-text p {
    text-align: center;
  }
  .navigation-blocks .col-list-item .block-text p {
    font-size: 1em;
    line-height: 160%;
  }
}
@media (min-width: 992px) {
  .navigation-blocks .col-list-item {
    padding-left: 40px;
    padding-right: 40px;
    min-height: 530px;
  }
}
.carousel .carousel-control .fa {
  position: absolute;
  font-size: 100px;
  top: 50%;
  margin-top: -50px;
  z-index: 5;
  display: inline-block;
}
.carousel .carousel-control.left .fa {
  left: 30%;
}
.carousel .carousel-control.right .fa {
  right: 30%;
}

.section-cta .col-content {
  text-align: center;
}
.section-cta .cta-actions {
  margin-top: 20px;
}
.section-cta .cta-actions .btn {
  display: block;
}
.section-cta .cta-actions .or-call {
  display: block;
  text-align: center;
  color: #666666;
  font-size: 70%;
  margin: 0 10px;
  font-weight: bold;
}
.section-cta .cta-actions .cta-phone {
  display: block;
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 110%;
  text-decoration: none;
}

@media (min-width: 768px) {
  .section-cta .col-content {
    text-align: left;
  }
  .section-cta .cta-actions .btn,
  .section-cta .cta-actions .or-call,
  .section-cta .cta-actions .cta-phone {
    display: inline-block;
  }
  .section-cta .cta-actions .or-call,
  .section-cta .cta-actions .cta-phone {
    text-align: left;
  }
}
.tooltip-inner {
  padding: 10px 8px;
}

header {
  border-bottom: none;
}

.navbar,
.nav {
  border-radius: 0;
  border: none;
}
.navbar a,
.nav a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-decoration: none;
  color: #cccccc;
  font-size: 18px;
}
.navbar a:hover,
.nav a:hover {
  color: white;
}
.navbar a.active,
.nav a.active {
  background-color: transparent;
}
.navbar a.navbar-brand,
.nav a.navbar-brand {
  font-family: "MerriweatherRegular", Georgia, Times, serif;
  font-size: 17px;
  color: white;
  padding: 13px 15px;
}
.navbar a.navbar-brand i.fa,
.nav a.navbar-brand i.fa {
  color: #009900;
  font-size: 35px;
  float: left;
}
.navbar a.navbar-brand span,
.nav a.navbar-brand span {
  float: left;
  margin-top: 8px;
  margin-left: 8px;
}
.navbar .navbar-nav,
.nav .navbar-nav {
  float: left;
}
.navbar .navbar-nav > li.current-menu-item > a, .navbar .nav-mb-tabs.navbar-nav > .current-menu-item.active > a,
.nav .navbar-nav > li.current-menu-item > a,
.nav .nav-mb-tabs.navbar-nav > .current-menu-item.active > a {
  color: white;
}
.navbar .navbar-toggle,
.nav .navbar-toggle {
  margin-top: 13px;
  border-color: transparent;
  color: white;
  padding: 6px;
}
.navbar .navbar-toggle:active, .navbar .navbar-toggle:focus,
.nav .navbar-toggle:active,
.nav .navbar-toggle:focus {
  outline: none;
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar .navbar-nav,
  .nav .navbar-nav {
    float: right;
  }
  .navbar .navbar-nav > li, .navbar .nav-mb-tabs.navbar-nav > .active,
  .nav .navbar-nav > li,
  .nav .nav-mb-tabs.navbar-nav > .active {
    margin-left: 20px;
  }
  .navbar .navbar-nav > li > a, .navbar .nav-mb-tabs.navbar-nav > .active > a,
  .nav .navbar-nav > li > a,
  .nav .nav-mb-tabs.navbar-nav > .active > a {
    border-bottom: 6px solid transparent;
    padding: 21px 2px 15px 2px;
  }
  .navbar .navbar-nav > li.current-menu-item > a, .navbar .nav-mb-tabs.navbar-nav > .current-menu-item.active > a,
  .navbar .navbar-nav > li.current-page-ancestor > a,
  .navbar .nav-mb-tabs.navbar-nav > .current-page-ancestor.active > a,
  .nav .navbar-nav > li.current-menu-item > a,
  .nav .nav-mb-tabs.navbar-nav > .current-menu-item.active > a,
  .nav .navbar-nav > li.current-page-ancestor > a,
  .nav .nav-mb-tabs.navbar-nav > .current-page-ancestor.active > a {
    border-bottom: 6px solid #009900;
    color: white;
  }
}
@media (max-width: 400px) {
  .navbar .navbar-brand .brand-full,
  .nav .navbar-brand .brand-full {
    display: none;
  }
  .navbar .navbar-brand .brand-truncated,
  .nav .navbar-brand .brand-truncated {
    display: inline-block;
  }
}
@media (min-width: 401px) {
  .navbar .navbar-brand .brand-full,
  .nav .navbar-brand .brand-full {
    display: inline-block;
  }
  .navbar .navbar-brand .brand-truncated,
  .nav .navbar-brand .brand-truncated {
    display: none;
  }
}

.navbar.home {
  margin-bottom: 0;
}

footer {
  border-top: 7px solid rgba(0, 0, 0, 0.1);
}

footer.inverse .footer-body {
  font-size: 0.8em;
  padding: 24px 0 24px;
  background-color: black;
  background-image: url(../img/bg/atw_big.png);
  background-repeat: no-repeat;
  background-position: center center;
  color: #777;
}
footer.inverse .footer-body a {
  color: #999999;
}
footer.inverse .footer-body a:hover {
  color: white;
}
footer.inverse .footer-body .footer-column .nav-title {
  color: #EEE;
  font-size: 1.2em;
  padding-bottom: 4px;
  display: block;
}
footer.inverse .footer-body .footer-column ul {
  padding: 0;
  margin: 0;
}
footer.inverse .footer-body .footer-column ul li, footer.inverse .footer-body .footer-column ul .nav-mb-tabs > .active {
  list-style: none;
}
footer.inverse .footer-body .footer-column ul li > a, footer.inverse .footer-body .footer-column ul .nav-mb-tabs > .active > a {
  padding: 0;
  color: #999999;
  text-decoration: none;
}
footer.inverse .footer-body .footer-column ul li > a:hover, footer.inverse .footer-body .footer-column ul .nav-mb-tabs > .active > a:hover {
  text-decoration: underline;
  background-color: transparent;
  color: white;
}
footer.inverse .footer-body .footer-condensed {
  text-align: center;
}
footer.inverse .footer-body .footer-condensed .footer-copyright {
  margin-bottom: 0.8em;
}
footer.inverse .footer-body .footer-condensed .footer-byline {
  margin-bottom: 0;
}
footer.inverse .footer-body .footer-condensed .footer-byline a {
  text-decoration: none;
  line-height: 120%;
}
footer.inverse .footer-body .footer-condensed .footer-byline span {
  display: block;
}
footer.inverse .footer-body .footer-condensed .footer-byline .byline-description {
  font-size: 12px;
  margin-top: 5px;
}

@media (min-width: 768px) {
  footer .footer-body {
    padding: 40px 0 60px;
  }
}
