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

/* @imports
--------------*/
@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');
@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/Slick/1.3.6/slick.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-semibold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-semibold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-semibold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-semibold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-semibold-webfont.svg#ralewaysemibold) format('svg');
   font-weight:600;
   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;
}

/* @Mobile Phone View */
.mob-phone {display:none;}

/* @general styles
-----------------*/
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height: 20px;
    overflow-x: hidden
}

a {
    color: #2ca7e0;
    text-decoration: none;
}

a:hover {
    color: #2ca7e0;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 10px 0
}

strong,
label,
dt {
    font-weight: 700;
}

dd {
    margin-bottom: 15px
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 20px 0;
    font-weight: 400;
    color: #2ca7e0
}

h1 { font-size: 30px }
h2 { font-size: 25px }
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 {
    padding: 15px 30px;
    background-color: #2ca7e0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: white
}

.btn:hover {
    color: white
}

.btn-mini {
    font-size: 9px;    
}

.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
}

.thumb {
    width: 100%
}

.hide {
    filter: alpha(opacity=0);
    opacity: 0;
}

.l-icon {
    padding-left: 40px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: left top 4px;
}

.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%;    
}




/* -- HEADER -- */

#header {
    position: relative;
    border-bottom: 4px solid #2ca7e0
}

#header .brand {
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 3
}

#header .phone,
#footer-top .cta .phone {
    color: black;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 3
}

#header .phone strong,
#footer-top .cta .phone strong {
    font-weight: 600
}

#navigation .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

#navigation .navbar .navbar-collapse {
    text-align: center;
}

#navigation .nav > li > a {
    padding: 40px 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: black
    
}

#navigation .nav > li > a:hover,
#navigation .nav > li > a:focus,
#navigation .nav > li.active > a {
    background-color: transparent;
    color: #2ca7e0
}

#navigation .nav > li.active > a {
    background-image: url(http://cdn.myld.com.au/2/1642/mudgeeraba-landscape-centre_34219e74b6.png);
    background-repeat: no-repeat;
    background-position: center top 20px;
}





/* -- SLIDER -- */

#slider.carousel .item {
    width: 100%;
    max-height: 620px;
    min-height: 550px
}

#slider.carousel .item img {
    width: 100%;
    min-height: 550px
}

#slider .carousel-indicators {
    left: auto;
    width: auto;
    right: 9%;
    bottom: 5px;
    z-index: 3
}

#slider .carousel-indicators .active {
    background-color: #ffcf16
}

#slider .carousel-indicators li {
    border-color: #ffcf16
}

#slider .overlay .row,
# .overlay .col-md-3,
#slider .overlay .content {
    height: 100%
}

#slider .overlay .col-md-3 {
    padding: 0
}

#slider .overlay .content {
    background-color: rgba(44,167,224,0.74);
    padding: 20px;
    font-size: 16px;
    color: white
}

#slider .overlay .content h2 {
    font-size: 23px;
    line-height: 36px;
    color: #ffcf16;
    font-weight: 700;
    text-transform: uppercase
}






/* -- CONTENT -- */

#page-content.inner #intro-wrap {
    padding: 50px 0
}

body#home #intro-wrap {
    background-color: #fcd305;
    padding: 30px;
}

body#home #intro-wrap a,
body#home #intro-wrap h2 {
    color: black
}

body#home #intro-wrap a:hover {
    color: #2ca7e0
}

#services-wrap {
    padding: 50px
}

.service a {
    color: black
}

.service .title {
    text-transform: uppercase;
    text-align: center;
    color: black
}

.service:hover .title {
    color: #2ca7e0;
    background-image: url(http://cdn.myld.com.au/2/1642/mudgeeraba-landscape-centre_34219e74b6.png);
    background-repeat: no-repeat;
    background-position: center bottom 10px
}

.service .thumb-wrap {
    position: relative;
    padding: 10px 0 20px
}

.service .plus {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin: auto;
    filter: alpha(opacity=1);
    opacity: 1;
}

.service:hover .plus {
    filter: alpha(opacity=0);
    opacity: 0;
}

.service .desc {
    padding-right: 20px
}

#synopsis .left {
    background-image: url(http://cdn.myld.com.au/2/1642/mudgeeraba-landscape-centre_20762d2031.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: table;
    padding: 100px 0
}

#synopsis .content {
    display: table-cell;
    vertical-align: middle
}

#synopsis .content h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffcf16
}

#synopsis .nav {
    padding: 0 50px
}

#synopsis .nav > li > a {
    font-size: 15px;
    color: white;
    text-transform: uppercase
}

#synopsis .nav > li > a:hover,
#synopsis .nav > li > a:focus,
#synopsis .nav > li.active > a {
    background-color: transparent;
    color: #fcd305
}

#synopsis .content {
    padding: 20px 30px;
    height: 100%
}

#synopsis .content h5 {
    font-size: 15px;
    color: black
}

#cta-wrap {
    padding: 60px 0;
    background-image: url(http://cdn.myld.com.au/2/1642/mudgeeraba-landscape-centre_e54fc9d0ac.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center
}

#cta-wrap a {
    text-transform: uppercase;
    color: #ffcf16;
    font-weight: 700
}


#gallery-wrap img {
    margin-bottom: 30px
}



#error {
    margin: 100px 0
}

#error h1 {
    color: #c33
}





/* -- FOOTER -- */

body#contact-us #footer-top {
    display: none
}

#footer-top .brands {
    background-color: #fcd305;
    display: table;
    width: 100%
}

#footer-top .brands .nav > li > a img  {
    margin: 0 auto
}

#footer-top .brands .nav > li > a:hover {
    background-color: transparent
}

#map {
    height: 250px
}

body#contact-us #map {
    height: 450px
}

#footer-top .cta {
    position: relative;
    background-color: #393939;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    color: white
}

#footer-top .cta .phone {
    position: relative;
    top: auto;
    right: auto;
    color: white
}

#footer-top .cta h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 10px;
    background-color: #fcd305;
    text-transform: uppercase
}

#footer-top .cta h3 a {
    color: black
}

#footer-top .cta .brand {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto
}

#footer-bottom {
    background-color: #2ca7e0;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 13px;
    color: white
}

#ld_branding_link {
    position: relative;
    top: 3px;
}



/* @media queries
-----------------*/
@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
  

  
    #header .brand {
        width: 230px
    }
    #navigation .nav > li > a {
        padding: 40px 5px;
        font-size: 14px;
    }
    #slider .overlay .content h2 {
        font-size: 18px
    }
    .service .title {
        font-size: 18px
    }
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/
    #header {
        height: 100px;
        margin-bottom: 100px
    }
    #header .brand {
        left: 0;
        right: 0;
        margin: auto
    }
}

@media (max-width: 767px) {
  .mob-phone {    
    display: block;
    width: 100%;
    text-align: center;
    }
  
    #services-wrap {
        padding: 50px 30px
    }
    .service {
        margin-bottom: 30px
    }
}

@media (max-width: 480px) {
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
   .mob-phone {    
    display: block;
    width: 100%;
    text-align: center;
    }
    
    #synopsis .content {
    padding: 13px 13px;
    height: 100%;
}
  
  }
