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

/* @imports
--------------*/
@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-medium-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-medium-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-medium-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-medium-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-medium-webfont.svg#ralewaymedium) format('svg');
   font-weight:500;
   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-size: 14px;
    font-weight: 400;
    color: #404040;
    line-height: 20px;
    overflow-x: hidden
}

a {
    color: #0093ca;
    text-decoration: none;
}

a:hover {
    color: #0093ca;
    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: 700;
    text-transform: uppercase;
    color: #0093ca
}

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: 10px 20px;
    background-color: #00a4e1;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-size: 17px;
    color: white
}

.btn:hover {
    background-color: #0097cf;
    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: absolute;
    background-color: rgba(0,0,0,0.70);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

body#page-not-found #header {
    position: relative
}

#header .brand {
    padding: 7px 0 13px
}

#header .row {
    position: relative
}

#header .contact {
    position: absolute;
    top: 20px;
    right: 0;
}
                                               
#header .contact > li {
    display: inline-block;
    padding: 0 10px
}                                               
#header .contact .email img {
    position: relative;
    top: -4px
}                                               
#header .contact > li > a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}                                               
#header .contact > li > a:hover img {
    -webkit-filter: none;
    filter: none;
}                                               
  

#navigation .nav > li > a {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 16px;
    color: white;
    white-space: nowrap;
}

#navigation .nav > li > a:hover,
#navigation .nav > li > a:focus,
#navigation .nav > li.active > a {
    background-color: transparent;
    color: #69d2f2
}

#navigation .nav > li.active > a {
    background-image: url(http://cdn.myld.com.au/2/1646/cape-byron-glass_e5c7d53679.png);
    background-repeat: no-repeat;
    background-position: center bottom 15px;
}





/* -- SLIDER -- */

#slider.carousel .item {
    width: 100%;
    max-height: 830px;
}

#slider.carousel .item img {
    width: 100%;
}

#slider .carousel-control {
    position: absolute;
    background: none !important;
    width: 45px;
    height: 45px;
    top: inherit;
    bottom: 20px !important;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 999;    
}

#slider .carousel-control img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#slider .carousel-control:hover img {
    -webkit-filter: none;
    filter: none
}

#slider .left.carousel-control {
    left: 20px
}

#slider .right.carousel-control {
    right: 20px
}

#slider .tagline {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
    font-size: 40px;
    z-index: 3
}

#slider .tagline img {
    padding-top: 20px
}

#map {
    height: 450px
}





/* -- CONTENT -- */

#intro-wrap,
#services-wrap {
    padding: 50px 0
}

#intro-wrap .title {
    font-size: 33px;    
}

#intro-wrap .title span {
    font-weight: 500
}

#services-wrap {
    background-image: url(http://cdn.myld.com.au/2/1646/cape-byron-glass_68cab5d0ca.jpg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

.service {
    position: relative;
    margin: 1px
}

.service a,
.service h3 {
    color: white
}

.service .overlay {
    background-color: rgba(0,143,196,0.70);
    filter: alpha(opacity=0);
    opacity: 0;
    text-align: center;
    color: white
}

.service:hover .overlay {
    filter: alpha(opacity=1);
    opacity: 1;
}

.service .content {
    padding: 10px 30px
}

#title-wrap {
    height: 415px;
    position: relative;
    background-image: url(http://cdn.myld.com.au/2/1646/cape-byron-glass_151698ae18.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#title-wrap .overlay {
    height: auto;
    top: auto;
    bottom: 10px
}

#title-wrap .overlay h1 {
    font-size: 42px;
    color: white
}

#title-wrap .overlay .icon {
    position: relative;
    top: -4px;
    display: inline-block;
    padding: 0 5px
}

.module {
    margin-bottom: 30px
}

.module .desc {
    background-color: #008fc4;
    padding: 40px 30px 30px;
    text-align: center;
    color: white
}

.module .desc a,
.module .desc h3 {
    color: white
}


#error {
    margin: 100px 0
}

#error h1 {
    color: #c33
}





/* -- FOOTER -- */

.footer {
    background-image: url(http://cdn.myld.com.au/2/1646/cape-byron-glass_b23892f8ce.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px 20px;
    color: white
}

.footer a {
    font-weight: 700;
    color: white;    
}

.footer a:hover {
    color: #86e3ff
}

.footer .email {
    font-size: 17px;
    text-transform: uppercase
}

.footer .phone {
    font-size: 58px;
}

.footer .address {
    font-size: 15px;
    text-transform: uppercase
}

#scroll-top {
    margin: 0 auto;
    cursor: pointer
}

.footer .social > li  {
    display: inline-block;
    padding: 10px 7px
}

.footer .copyright,
#ld_branding_link {
    position: relative;
    top: 50px       
}

#ld_branding_link {
    display: inline-block;
    top: 60px       
}





/* @media queries
-----------------*/
@media (min-width: 1200px) {
    .module .desc {
        height: 375px
    }
    body#products .module .desc {
        height: 345px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .module .desc {
        height: 454px
    }
    body#products .module .desc {
        height: 390px
    }
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/
    #header {
        position: relative
    }
    #header .brand {
        padding: 10px 20px 20px;
        margin: 0 auto
    }
    #title-wrap {
        display: none
    }
    .service .overlay {
        position: relative;
        filter: alpha(opacity=1);
        opacity: 1;
        margin-bottom: 30px
    }   
    .service .content {
        padding: 20px 30px
    }
}

@media (max-width: 767px) {
}

@media (max-width: 480px) {
}
