/***********************
*  Site Specific CSS   *
************************/

/* @imports
--------------*/
@import url('http://cdn.myld.com.au/1/js/fancybox2/jquery.fancybox.css');
@import url('http://cdn.myld.com.au/1/js/fancybox2/helpers/jquery.fancybox-thumbs.css');
@import url('http://cdn.myld.com.au/1/js/plugins/PhotoSwipe/photoswipe.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.svg#ralewayregular) format('svg');
   font-weight:400;
   font-style:normal;
}
@font-face{
   font-family: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.svg#ralewaybold) format('svg');
   font-weight:700;
   font-style:normal;
}

/* @general styles
-----------------*/
body {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    color: black;
    font-size: 14px;
    line-height: 20px;
    overflow-x: hidden;
    background-image: url(http://cdn.myld.com.au/2/358/physio-noosa_cb9e68900b.png);
   /*     background-image: url(http://cdn.myld.com.au/2/1497/coffs-carports_6359aa8e61.jpg); */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    
}

a {
    color: #574421;
    text-decoration: none;
}

a:hover {
    color: #574421;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 10px 0
}

strong,
label,
dt {

}

dd {
    margin-bottom: 15px
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 20px 0;
    color: #574421;
    font-weight: 700;
    text-transform: uppercase
}

h1 { font-size: 32px }
h2 { font-size: 24px }
h3 { font-size: 20px }
h4 { font-size: 18px }
h5 { font-size: 16px }

header,
main,
footer,
section,
.wrap {
    width: 100%;
    margin:  0;
    padding: 0;
}

.no-gutter {
    margin: 0;
    padding: 0
}

ul.no-gutter {
    list-style: none
}

ul.no-left-gutter,
ol.no-left-gutter {
    padding-left: 17px
}

.ease {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn {
}

.btn:hover {
}

.spacer10 {
    height: 10px
}

.spacer20 {
    height: 20px
}

.spacer30 {
    height: 30px
}

.spacer40 {
    height: 40px
}

.spacer50 {
    height: 50px
}

.spacer100 {
    height: 100px
}

#schema {
    display: none
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.align-left {
    float: left
}

.align-right {
    float: right
}

.align-center,
.divider {
    margin: 0 auto
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.overlay .content {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100%
}

.helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;    
}

.thumb {
    width: 100%
}




/* -- HEADER -- */

#header {
    position: relative;
    height: 110px
}

body#home #header,
body#contact #header {
    height: auto
}

#header:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #d3e8fb;
    display: none
}

body#home #header:after,
body#contact #header:after { 
    display: block
}

#header .top {
    position: relative;
    background-color: #322712;
    color: #b39973;    
}

#header .top a {
    color: #b39973
}

#header .contact {
    position: relative;
    left: 95px
}

#header .contact > li,
#header .social > li {
    position: relative;
    display: inline-block;
    padding: 10px 15px
}

#header .contact li:after {
    content: "|";
    position: absolute;
    top: 10px;
    right: -1px;
}

#header .contact li:last-child:after {
    display: none
}

#header .social {
    position: absolute;
    top: 0;
    right: 105px
}

#header .social > li {
    padding: 10px 5px
}

#header .brand-wrap {
    position: relative;
    height: 654px;
    display: none
}

body#home #header .brand-wrap,
body#contact #header .brand-wrap {
    display: block
}

#header .brand {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}
/*
body#home #header .brand,
body#contact #header .brand {
    display: block
}
*/
#header .brand-wrap .overlay {
    display: none !important
}

/*
#header .brand-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    z-index: 3     
}

body#home #header .brand-inner,
body#contact #header .brand-inner {
    display: none
}
*/


body#home #header .brand-wrap .overlay {
    display: block !important
}

#header .brand-wrap .overlay .caption {
    background-color: rgba(255,255,255,0.30);
    margin-top: 140px;
    padding: 20px 50px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: black !important
}

#header .brand-wrap .overlay .caption h1,
#page-content .overlay .caption h1 {
    color: black !important
    
}

#brand-mob {
    display: none;
    padding: 20px 0 30px
}

#cta-mob {
    font-size: 16px;
    text-align; center
}

#cta-mob a {
    background-color: #443519;
    display: block;
    padding: 20px 10px;
    font-weight: 700;
    color: #b39973
}

#navigation {
    background-color: #443519
}

#navigation .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

#navigation .navbar .navbar-collapse {
    text-align: center;
}

#navigation .nav > li > a {
    padding: 25px 60px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #b9a17e
}

#navigation .nav > li > a:hover,
#navigation .nav > li > a:focus,
#navigation .nav > li.active > a {
    background-color: transparent;
    color: white
}

#navigation .nav > li.active > a:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(http://cdn.myld.com.au/2/1497/coffs-carports_53b49db770.png);
    background-repeat: no-repeat;
    background-position: center
}





/* -- SLIDER -- */

#slider,
#map,
#fimg {
    position: relative;
    top: 40px;
    margin: 0 auto;
    /*width: 900px;
    height: 545px*/
    height: 575px
}

#fimg {
    background-image: url(http://cdn.myld.com.au/2/1564/web_coffs-carports_7459dd1caa.JPG);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
/*
body#home #slider,
body#contact #map {
    top: 40px;
    height: 575px
}
*/




/* -- CONTENT -- */

#intro-wrap {
    padding: 10px 0 40px
}

body#home #intro-wrap,
body#contact #intro-wrap {
    padding: 30px 0 40px
}

#intro-wrap .title {
    color: #0092ca
}

#intro-wrap img {
    width: 550px;
    position: relative;
    top: -12px;
}

body#home #intro-wrap img {
    width: 68px
}

#cta-wrap {
    background-image: url(http://cdn.myld.com.au/2/1497/coffs-carports_954c465c1a.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase
}

#cta-wrap a {
    color: white
}

#services-wrap {
    padding: 30px 0 40px
} 

.service a {
    color: black
}

.service .title {
    text-transform: none;
    color: black
}

.service .thumb {
    width: 100%;
    padding-bottom: 20px
}

#brands-wrap li {
    display: inline-block;
    padding: 20px
}

#modules-wrap {
    padding: 50px 0
}

#gallery-wrap img {
    margin-bottom: 30px
}

#gallery-wrap .nav > li > h3 {
    padding: 10px 0
}

#gallery-wrap .nav > li:first-child > h3 {
    padding: 0 0 10px
}

#gallery-wrap .nav > li > a {
    text-transform: uppercase;
    font-weight: 700;
}

#gallery-wrap .nav > li > a:hover {
    background-color: rgba(255,255,255,0.15)
}

#gallery-wrap .nav > li.active > a:hover {
    color: #fff;
    background-color: #428bca;
}


#error {
    margin: 100px 0
}

#error h1 {
    color: #c33
}





/* -- FOOTER -- */

.footer,
.footer a {
    color: white
}

.footer h6 {
    font-weight: 400;
    color: white;
    font-size: 14px
}


#footer-top {
    background-image: url(http://cdn.myld.com.au/2/1497/coffs-carports_954c465c1a.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0;
}

#footer-top .content {
    padding-right: 30px
}

#footer-top .email {
    font-size: 13px
}

#footer-bottom {
    background-color: #443519;
    padding: 5px 0;
    font-size: 13px
}

#ld_branding_link {
    display: inline-block;
    margin-top: 10px
}







/* @media queries
-----------------*/
@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
    #navigation .nav > li > a {
        padding: 25px 36px;
    }
    #slider {
        width: 100%
    }
    #map {
        width: 730px
    }
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/
    #brand-mob {
        display: block
    }
    #header {
        height: 300px;
        overflow: hidden;
        display: none
    }
    body#home #header {
        height: 300px !important;
        display: block
    }
    body#home #header .brand-wrap .overlay {
        display: none !important
    }    
    #map {
        position: relative;
        top: 0;
        width: 100%;
        height: 350px
    }
    #fimg {
        display: none
    }
    #page-content .overlay {
        position: relative;
        background-color: rgba(255,255,255,0.70);
        padding: 20px
    }
    
}

@media (max-width: 767px) {
    body#home #header {
        height: 250px !important;
    }  
    #brands-wrap img {
        height: 50px
    }
}

@media (max-width: 480px) {
    #intro-wrap img {
        width: auto !important; 
    }
    
    body#home #header {
        height: 150px !important;
    }    
    #header .brand {
        height: 50%
    }
  
}
