/*
Jodans CSS Rules
Last Update: 25/02/2013
Note: Live site used minified version of this file.

Colours
*/

body {
  background: #eae6da url('../img/body-bgd.png');
  font-size: 14px;
  line-height: 1.5;
  margin-top: 40px;
}

/* header rules */
.header-container {
  background: url('../img/head-bgd.png');
  padding-bottom: 50px;
}

.header {
  border-bottom: 1px solid #afa89d;
}

.logo {
  margin-left: -9px;
}

/* footer rules */
.footer-container {
  border-top: 1px solid #615850;
  background: #61584f url('../img/footer-bgd.png');
  margin-top: 90px;
}

.footer-copyright-container {
  background: #61584f;
  margin-top: 50px;
}


/* typography */
h1, h2, h3, h5 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 22px;
}

h3 {
  font-weight: 200;
  font-size: 20px;
}

/* services sub headers */
h4 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: -10px;
  margin-top: 40px;
}



p, li {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  color: #575756;
}

ul {
  margin-left: 17px;
  padding-left: 0;
}

li {
  margin-bottom: 10px;
}

strong {
  font-weight: 500;
}

a {
  color: #575756;
  text-decoration: none;
}

a:hover {
  color: #000;
}

address {
  font-style: normal;
}

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

/* navigation */
.nav {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  width: 155px;
  border-left: 1px solid #afa89d;
}

.nav li {
  margin: 0;
  padding: 0;
  position: relative;
}

.nav li a {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  border-bottom: none;
  padding: 0 10px;
  margin-bottom: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.nav li a:hover {
  color: #ffac00;
  background: #696056;
}

.nav li a.active {
  color: #fff;
  background: #696056;
  border-top: 1px solid #4d463f;
  border-left: 1px solid #4d463f;
  border-bottom: 1px solid #918577;
  border-right: 1px solid #918577;
  box-shadow: 1px 1px 1px #60574e inset;
  -moz-box-shadow: 1px 1px 1px #60574e inset;
  -webkit-box-shadow: 1px 1px 1px #60574e inset;
}

.nav li:hover {
  visibility: inherit;
}

/* submenu */
.sub-nav {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 235px;
  top: -999em;
}

.sub-nav li a {
  font-size: 15px;
}

.nav li:hover ul, .sub-nav-visible {
  left: 155px;
  top: -32px;
  z-index: 999;
}

/* rounded light tan col */
.rounded {
  background: #756b60;
  background: rgba(117, 107, 96, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}


/* header quotes */
.head-quotes {
  font-weight: 200;
  text-align: right;
  font-size: 17px;
  margin: 0;
  padding-top: 74px;
  text-transform: uppercase;
}

.head-quotes b {
  font-weight: 700;
}


/* home page hero slider */
.hero {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.cycle-slideshow img {
  width: 100%;
  height: auto
}

.hero-title {
  background: #756b60;
  text-align: center;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 200;
  line-height: 60px;
  margin: 0;
  font-size: 22px;
}

.hero-nav {
  z-index: 110;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.hero-nav a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  text-indent: -9999px;
  background: url(../img/hero-nav-bgd.png) no-repeat 0 0;
  border-bottom: none;
}

a.cycle-pager-active, .hero-nav a:hover {
  background-position: -16px 0;
}




/* home col */
.home-col {
  padding: 20px 15px;
  text-align: center;
}

.home-col-content {
  min-height: 215px;
}

.home-col-content p {
  padding: 0 3px;
}


/* services feature cols */
.services-col {
  padding: 20px 30px;
  min-height: 335px;
}

.services-col ul li {
  margin-bottom: 5px;
}

/* recent work */
.recent-work-row {
  margin-bottom: 40px;
}

.recent-work-wrap a {
  border-bottom: 0;
}

/* headers */
.h-page {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: bottom;
}

/* home col headers */
.h-home {
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0;
  padding: 55px 0 0 0;
  font-size: 18px;
  line-height: 1.3;
}

.home-commercial {
  background-image: url(../img/icon-building.png);
}
.home-domestic {
  background-image: url(../img/icon-house.png);
}
.home-dom-ext {
  background-image: url(../img/icon-hammer.png);
}
.home-insurance {
  background-image: url(../img/icon-umbrella.png);
}


/* services headers */
.services-icon {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 115px;
  height: 110px;
  margin-right: 30px;
  float: left;
}

.services-icon-commercial {
  background-image: url(../img/icon-building.png);
}

.services-icon-dom-mgmt {
 background-image: url(../img/icon-house.png);
}

.services-icon-dom-ext {
 background-image: url(../img/icon-hammer.png);
}

.services-icon-insurance {
 background-image: url(../img/icon-umbrella.png);
}

.h-services {
  margin: 0;
  padding-top: 25px;
}

.h-services-pull-up {
  padding-top: 10px;
}



/* contact details */
.contact-info p {
  background-repeat: no-repeat;
  padding-left: 40px;
  margin-bottom: 30px;
}

.contact-address {
  background-image: url(../img/icon-contact-envelope.png);
  background-position: 0 2px;
}
.contact-phone {
  background-image: url(../img/icon-contact-phone.png);
  background-position: 0 5px;
}
.contact-fax {
  background-image: url(../img/icon-contact-fax.png);
  padding-bottom: 5px;
}
.contact-email {
  background-image: url(../img/icon-contact-email.png);
}


.discover-jodans {
  color: #000000;
  font-style: italic;
  margin-top: 40px;
}

.intro {
  font-size: 15px;
  margin-bottom: 30px;
}

.zero-mrg-b {
  margin-bottom: 0;
}

.map {
  min-height: 410px;
}

/* map info window popup */
.map-info h4 {
  font-size: 14px;
  margin: 0 0 5px 0;
}

.map-info p, .map-info address {
  font-family: sans-serif !important;
  font-size: 12px;
  margin: 0 0 8px 0;
  line-height: 1.5;
  font-style: normal;
  color: #000 !important;
}

.map-info a {
  color: #000;
  text-decoration: underline;
}

.map-info a:hover {
  text-decoration: none;
}




/* button */
.btn {
  background: #696056;
  color: #e4e0d4;
  text-decoration: none;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  display: inline-block;
  line-height: 35px;
  padding: 0 15px;
  border-bottom: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.2), 1px 1px 1px 1px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.2), 1px 1px 1px 1px rgba(255,255,255,0.5);
  box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.2), 1px 1px 1px 1px rgba(255,255,255,0.5);*/
}

.btn:hover {
  background: #ffac00;
  color: #fff;
}


/* contact form */
.frm-row {
  margin-bottom: 15px;
}

label {
  display: block;
  color: #d0cdc2;
  margin-bottom: 4px;
}
.frm-input {
  padding: 4px 6px;
  margin: 0;
  line-height: 20px;
  font-size: 13px;
  color: #d0cdc2;
  border-top: 1px solid #4d463f;
  border-left: 1px solid #4d463f;
  border-bottom: 1px solid #918577;
  border-right: 1px solid #918577;
  background: #696056;
  outline: none;
  /*width: 220px;*/
  width: 95%;
  box-shadow: 1px 1px 1px #60574e inset;
  -moz-box-shadow: 1px 1px 1px #60574e inset;
  -webkit-box-shadow: 1px 1px 1px #60574e inset;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

textarea {
  height: 100px;
}

button {
  float: right;
  margin-right: 35px;
  border-top: 1px solid #4d463f;
  border-left: 1px solid #4d463f;
  border-bottom: 1px solid #918577;
  border-right: 1px solid #918577;
  background: #696056;
  outline: none;
  box-shadow: 1px 1px 1px #60574e inset;
  -moz-box-shadow: 1px 1px 1px #60574e inset;
  -webkit-box-shadow: 1px 1px 1px #60574e inset;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}


/* testimonial */
.testimonial {
  background-image: url(../img/icon-quote-left.png);
  background-repeat:  no-repeat;
  background-position: 13px 10px;
  padding: 20px 55px 20px 70px;
  margin: 40px 0 0 0;
}

.quote-right {
  display: block;
  width: 27px;
  height: 24px;
  background: url(../img/icon-quote-right.png) no-repeat;
  float: right;
  margin: -35px -35px 0 0;
}

/* header nav link */
.nav-link {
  text-align: center;
  border-bottom: none;
  line-height: 2;
  margin: 10px 0 0 0;
  color: #000;
  display: none;
}

.nav-link span {
  background: url(../img/icon-menu.png) no-repeat 0 50%;
  padding-left: 20px;
}


/* footer rules */
.footer-col h5 {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 1em;
  margin-bottom: 25px;
  color: #dfdbcf;
  background: url('../img/footer-col-head-bgd.png') repeat-x bottom;
}

.footer-col p {
  color: #d0cdc2;
  font-size: 13px;
  line-height: 20px;
}

/* footer contact details list */
.footer-contact-details {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.footer-contact-details li {
  color: #d0cdc2;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}

.footer-contact-details a {
  color: #d0cdc2;
  text-decoration: none;
  border-bottom: 1px dotted #d0cdc2;
}

/* footer services list */
.footer-services-list {
  margin: -10px 0 0  0;
  padding: 0;
  list-style: none;
}

.footer-services-list li {
  border-bottom: 1px solid #999287;
  margin-bottom: 0;
}

.footer-services-list a {
  font-size: 13px;
  color: #d0cdc2;
  display: block;
  line-height: 40px;
  background: url('../img/footer-services-arrow.png') no-repeat 0 50%;
  padding-left: 15px;
  border-bottom: none;
}

.footer-services-list a:hover {
  color: #fff;
  padding-left: 20px;
  background-position: 5px 50%;
}

/* footer copyright */
.footer-copyright {
  color: #fff;
  font-size: 11px;
  line-height: 60px;
  color: #d0cdc2;
  margin: 0;
}



/* footer global nav for mobile */
#footer-nav {
  display: none;
}

.footer-nav {
  margin: -10px 0 80px 0;
  padding: 0;
  list-style: none;
}

.footer-nav li {
  margin-bottom: 0;
}

.footer-nav li a {
  color: #d0cdc2;
  display: block;
  line-height: 40px;
  font-size: 16px;
  border-bottom: none;
}

/* subnav */
.footer-nav li ul {
  list-style: disc;
  margin-left: 30px;
}
.footer-nav li ul li {
  color: #fff;
}

.footer-top {
  background: url(../img/icon-chevron-up.png) no-repeat 0 50%;
  padding-left: 20px;
}

