/***********************
*  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: 'Oswald';
   src:   url(http://cdn.myld.com.au/1/fonts/Oswald/oswald-light-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Oswald/oswald-light-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Oswald/oswald-light-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Oswald/oswald-light-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Oswald/oswald-light-webfont.svg#oswaldlight) format('svg');
   font-weight:300;
   font-style:normal;
}

@font-face{
   font-family: 'Oswald';
   src:   url(http://cdn.myld.com.au/1/fonts/Oswald/oswald-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Oswald/oswald-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Oswald/oswald-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Oswald/oswald-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Oswald/oswald-regular-webfont.svg#oswaldregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-light-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-light-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-light-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-light-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-light-webfont.svg#ralewaylight) format('svg');
   font-weight:300;
   font-style:normal;
}

@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;
}

/* @general styles
-----------------*/
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

a {
    color: #e42b00
}

a:hover {
    color: #e42b00;
    text-decoration: underline
}

strong,
dt,
label {
    font-weight: 500
}

dd {
    margin-bottom: 10px
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

header,
main,
footer,
section,
.wrap {
    width: 100%;
    margin:  0;
    padding: 0;
}

main {
    overflow-x: hidden
}

.no-gutter {
    margin: 0;
    padding: 0

}

.spacer10 {
    height: 10px
}

.spacer20 {
    height: 20px
}

.spacer30 {
    height: 30px
}

.spacer40 {
    height: 40px
}

.spacer50 {
    height: 50px
}

#schema {
    display: none
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-left {
    float: left
}

.align-right {
    float: right
}

.align-center {
    margin: 0 auto
}

.divider {
    letter-spacing: -6px;
    font-style: normal
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}




/* -- HEADER -- */
#header  {
    position: relative;
    /*height: 115px;*/
    background-color: white;
    -moz-box-shadow:  0px 2px 20px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow:  0px 2px 20px 0px rgba(0,0,0,0.75);
    box-shadow:  0px 2px 20px 0px rgba(0,0,0,0.75);
    z-index: 3
}

#header-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

#header-bg .left {
    background-color: #e42b00;
    height: 100%
}

#header-bg .right {
    background-color: #272828;
    height: 100%
}

#header .brand {
    /*padding: 23px 15px;
    background-color: #e42b00;*/
    padding: 10px;
}

#navigation .navbar {
    float:right
  }

#navigation .nav > li > a {
    padding: 85px 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 19px;
    text-transform: uppercase;
    color: black
}


#navigation .nav > li > a:hover,
#navigation .nav > li > a:focus,
#navigation .nav > li.active > a {
    background: url(http://cdn.myld.com.au/2/1026/port-macquarie-metal-recyclers_fd46dc051c.png) top center no-repeat;
    color: #de231e
}




/* -- SLIDER -- */

#banner {
    background: url(http://cdn.myld.com.au/2/1026/port-macquarie-metal-recyclers_7e803a4007.jpg) top center no-repeat;
    background-size: cover
}

#slider .carousel {
    position: relative;
    border-bottom: 10px solid #3e3e3e
}

#slider .carousel .item {
    width: 100%; /*slider width*/
    max-height: 451px; /*slider height*/
    z-index: 2
}

#slider .carousel .item img {
    width: 100%; /*img width*/
}

#slider .carousel-indicators {
    bottom: -34px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
}

#slider .carousel-indicators li {
    width: 15%;
    height: auto;
    margin-right: 20px;
    border: none;
    border-top: 3px solid #8f8f8f;
    color: #8f8f8f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-indent: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

#slider .carousel-indicators li.active {
    background: none;
    border-top: 3px solid #e42b00;
    color: #e42b00
}

#slider .overlay,
#contact-map-wrap .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    background-color: rgba(0,0,0,.70);
    z-index: 3;
    text-align: center;
    color: #fff;
}

#slider .overlay a,
#contact-map-wrap .overlay a {
    color: #fff
}

#slider .overlay a:hover,
#contact-map-wrap .overlay a:hover {
    color: #e42b00;
    text-decoration: none
}

#slider .contact,
#contact-map-wrap .contact {
    padding: 20px 0 40px 0
}

#slider .overlay h3,
#contact-map-wrap .overlay h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 0;
}

#slider .overlay h2,
#contact-map-wrap .overlay h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 10px
}

#slider .overlay h2 span,
#contact-map-wrap .overlay h2 span {
    font-weight: 400
}

#slider .recycle h2,
#contact-map-wrap .recycle h2 {
    line-height: 34px
}

#slider .socialmedia,
#contact-map-wrap .socialmedia {
    margin-top: 40px
}

#slider .social-media,
#contact-map-wrap .social-media {
    background: none;
}

#slider .social-media .icon-ls-hover,
#slider .social-media:hover .icon-ls,
#contact-map-wrap .social-media .icon-ls-hover,
#contact-map-wrap .social-media:hover .icon-ls {
    display: none
}

#slider .social-media:hover .icon-ls-hover,
#contact-map-wrap .social-media:hover .icon-ls-hover {
    display: block
}


#slider .overlay .phone-hover,
#contact-map-wrap .overlay .phone-hover {
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
    -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;
}

#slider .overlay .contact:hover .phone-hover,
#contact-map-wrap .overlay .contact:hover .phone-hover {
    display: block;
    filter: alpha(opacity=1);
    opacity: 1;
}

#slider .overlay .contact:hover .phone,
#contact-map-wrap .overlay .contact:hover .phone {
    display: none
}






/* -- CONTENT -- */

#page-title {
    margin: 70px 0 30px 0;
}

#page-title h1 {
    padding: 10px 0;
    font-size: 21px;
    color: #e42b00;
    border-bottom: 1px solid #acacac
}

#page-title h1 span {
    position: relative;
    top: 11px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e42b00
}

#intro-wrap {
    background: url(http://cdn.myld.com.au/2/1026/port-macquarie-metal-recyclers_d6f53e0aef.jpg) no-repeat;
    background-size: cover;
    overflow: hidden
}

#intro-wrap .title {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: none
}

#intro-wrap .content {
    padding: 30px 30px 10px 30px
}

#intro-wrap .btn,
#contact_form .btn {
    display: inline-block;
    margin: 0 auto;
    padding: 15px 90px 15px 140px;
    /*background: #e42b00 url(http://cdn.myld.com.au/2/1026/port-macquarie-metal-recyclers_69d62faac2.png) center left 90px no-repeat;*/
    background-color: #e42b00;
    background-image: url(http://cdn.myld.com.au/2/1026/port-macquarie-metal-recyclers_69d62faac2.png);
    background-position: 90px center;
    background-repeat: no-repeat;
    border: 3px solid #e42b00;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 26px;
    -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;
}

#intro-wrap .btn:hover,
#contact_form .btn:hover {
    background: #fff url(http://cdn.myld.com.au/2/1026/port-macquarie-metal-recyclers_d987e23352.png) center left 90px no-repeat;
    /*background-color: #fff url(http://cdn.myld.com.au/2/1026/port-macquarie-metal-recyclers_d987e23352.png) center left 90px no-repeat;*/
    color: #404040;
}

#contact_form .btn {
    padding: 8px 30px;
    background: #e42b00;
    font-size: 18px
}

#contact_form .btn:hover {
    background: #fff;
    color: #404040;
}


.white-wrap {
    background-color: #fff;
    color: #404040
}

.white-wrap h4 {
    font-size: 19px
}

.white-wrap ul {
    padding-left: 17px
}

.grey-wrap {
    background-color: #252525;
    color: #fff;
    position: relative;
    top: 1px;
    z-index: 1
}

.grey-wrap a {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 26px;
    color: #fff
}

.grey-wrap a .divider {
    padding: 0 20px 0 10px;
}

.grey-wrap a.active,
.grey-wrap a:hover,
.grey-wrap a:focus,
.grey-wrap li.active a,
.grey-wrap li a:hover,
.grey-wrap li a:focus {
    background: none;
    text-decoration: none;
    color: #e42b00
}


.grey-wrap h2 {
    padding: 10px 0;
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #acacac
}

.grey-wrap h2 span {
    position: relative;
    top: 11px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e42b00
}

#home-modules {
    position: relative;
    z-index: 0
}
.module {
    position: relative;
}

.module .thumb {
    width: 100%;
    height: auto
}


.module .plus {
    position: absolute;
    top: 10px;
    left: 10px;
    filter: alpha(opacity=1);
    opacity: 1;
    -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;
}

.module:hover .plus {
    filter: alpha(opacity=0);
    opacity: 0;
}

.module .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.70);
    font-size: 15px;
    line-height: 24px;
    filter: alpha(opacity=0);
    opacity: 0;
    -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;
}

.module .overlay:hover {
    filter: alpha(opacity=1);
    opacity: 1;
}

/*.module .overlay a {
    color: #fff
}

.module .overlay a:hover {
    color: #e42b00;
    text-decoration: none !important
}*/

#tabber {
    overflow: hidden
}

#tabber a {
    font-size: 21px
}

#tabber .nav {
    margin: 30px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e42b00
}

#tabber li {
    display: inline-block;
}

#tabber .nav > li > a {
    display: inline-block;
    padding: 0
}


.tab-content {
    background-color: #ededed;
}

.tab-content .right {
    color: #000;
    font-weight: 400;
}

.tab-content .right .content {
    padding: 20px 30px;
}

#contact-map-wrap {
    position: relative
}

#contact-map {
    height: 450px
}





/* -- FOOTER -- */

#footer-top .btn {
    display: inline-block;
    margin: 50px auto;
    padding: 15px 90px 15px 140px;
    /*background: #fff url(http://cdn.myld.com.au/2/1026/port-macquarie-metal-recyclers_08662ac1f7.png) center left 90px no-repeat;*/
    background-color: #fff;
    background-image: url(http://cdn.myld.com.au/2/1026/port-macquarie-metal-recyclers_08662ac1f7.png);
    /*background-position: center left 90px;*/
    background-position: 90px center;
    background-repeat: no-repeat;
    
    border: 3px solid #e42b00;
    color: #404040;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 26px;
    -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;
}

#footer-top .btn:hover {
    background: #fff url(http://cdn.myld.com.au/2/1027/port-macquarie-metal-recyclers_bc99b284d0.png) center left 90px no-repeat;
    color: #e42b00;
}


#footer-bottom {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    padding: 20px 0 0 0
}

#footer-bottom a {
    font-size: 13px;
    color: #fff
}

#footer-bottom a:hover {
    font-size: 13px;
    color: #e42b00
}

#footer-bottom .divider {
    letter-spacing: -2px;
    margin: 0 20px;
}

#ld_branding_link {
    position: relative;
    top: -8px;
    margin-left: 10px
}

#footer-bottom .socialmedia {
    position: relative;
    top: -5px;
}

#footer-bottom .social-media,
#footer-bottom .socialmedia,
#ld_branding_link {
    background: none;
    display: inline-block;
}

#footer-bottom .social-media .icon-ls-hover,
#footer-bottom .social-media:hover .icon-ls,
#ld_branding_link .ls-logo-hover,
#ld_branding_link:hover .ls-logo {
    display: none
}

#footer-bottom .social-media:hover .icon-ls-hover,
#ld_branding_link:hover .ls-logo-hover {
    display: block
}



/* -- TITLE -- */
/* -- TITLE -- */




/* @media queries
-----------------*/
@media (min-width: 1200px) {
    #home-modules .module .overlay {
        padding: 30px 50px;
    }
    .tab-content .right .content {
        width: 705px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    #header .brand {
        padding: 22px 15px;
        background: none;
    }

    #navigation .nav > li > a {
        padding: 85px 15px;
    }
    #slider .contact,
    #contact-map-wrap .contact {
        padding: 20px 0 10px 0
    }
    #slider .socialmedia,
    #contact-map-wrap .socialmedia {
        margin-top: 10px
    }
    #slider .recycle h2,
    #contact-map-wrap .recycle h2 {
        line-height: 30px
    }
    #slider .overlay h2,
    #contact-map-wrap .overlay h2 {
        margin-top: 5px
    }

    #home-modules .module .overlay {
        padding: 10px 30px;
    }

    .tab-content .right .content {
        width: 670px;
    }


}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/
    #header .brand {
        margin: 0 auto;
        max-height: 200px
    }
    #page-title {
        margin: 0 0 15px 0 !important;
    }

    .module .overlay {
        position: relative;
        padding: 0 20px;
        filter: alpha(opacity=1);
        opacity: 1;
        height: 300px;
        overflow: hidden
    }

    .module .plus {
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .tab-content .right .content {
        width: 440px;
    }

    #contact-map-wrap {
        display: none
    }

    #header .brand {
        padding: 22px 15px;
        background: none;
    }

}

@media (max-width: 767px) {
    #intro-wrap .btn {
        padding: 15px 15px 15px 55px;
        background: #e42b00 url(http://cdn.myld.com.au/2/1026/port-macquarie-metal-recyclers_69d62faac2.png) center left 10px no-repeat;
    }
    #intro-wrap .btn:hover {
        background: #fff url(http://cdn.myld.com.au/2/1026/port-macquarie-metal-recyclers_d987e23352.png) center left 10px no-repeat;
    }

    #intro-wrap .content {
        padding: 30px 0 10px 0
    }

    .grey-wrap a {
        font-size: 18px;
    }

    .module .thumb {
        width: 100%;
        height: auto
    }

    .module .overlay {
        height: auto;
        margin-bottom: 30px
    }

    .tab-content .right .content {
        width: 100%;
    }


}

@media (max-width: 480px) {
    #intro-wrap .btn {
        font-size: 18px
    }



}

