/***********************
*  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('https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Lato';
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.svg#latoregular) format('svg');
   font-weight:400;
   font-style:normal;
}
@font-face{
   font-family: 'Lato';
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.svg#latobold) format('svg');
   font-weight:700;
   font-style:normal;
}




/* @general styles
-----------------*/
body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #1e1e1e;
    line-height: 22px;
    overflow-x: hidden
}

a {
    color: #00703c;
    text-decoration: none;
}

a:hover {
    color: #00703c;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 15px 0
}

strong,
label,
dt {
    font-weight: 700;
}

dd {
    margin-bottom: 15px
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 20px 0;
    font-weight: 700;
    font-weight: 400;
    color: #00703c
}

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: 12px 30px;
    background-color: #fbd630;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: #216b40;
    font-weight: 700;
    font-size: 16px
}

.btn:hover {
    color: #216b40
}

.btn-mini {
    font-size: 9px;    
}

.spacer {
    visibility: hidden;
    height: 675px
}

.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(26,119,62,0.80);
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 3
}

#header .brand {
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: auto;    
}

#navigation {
    position: relative
}

#navigation .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

#navigation .navbar .navbar-collapse {
    text-align: center;
}

#navigation .menu_link_3 {
    margin-right: 320px
}

#navigation .menu_link_4,
#navigation .menu_link_5 {
    position: relative;
    left: -100px
}

#navigation .nav > li > a {
    padding: 35px;
    font-size: 16px;
    font-weight: 700;
    color: #e7e7e7
}

#navigation .nav > li > a:hover,
#navigation .nav > li > a:focus,
#navigation .nav > li.active > a {
    background-color: rgba(23,118,62,0.90);
    color: #e9c626
}

#navigation .contact {
    position: absolute;
    top: 30px;
    right: 50px;
}
                                               
#navigation .contact > li {
    display: inline-block;
    padding: 0 10px
}  

#navigation .contact > li > a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}  

#navigation .contact > li > a:hover img {
    -webkit-filter: none;
    filter: none;
}  





/* -- SLIDER -- */

#slider {
    /*position: relative;
    height: 675px;
    overflow: hidden*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 675px;
    z-index: 1
    
}

#slider .wrap {
  position: relative;
  height: 675px;
}

#slider .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.40)
}

#slider .globe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;    
    z-index: 3    
}

#slider .title {
    font-weight: 700;
    letter-spacing: 2px;
    color: #fbd529;
    position: relative;
    font-size: 45px;
    padding-top: 150px
}





/* -- CONTENT -- */

#page-content {
  position: relative;
  z-index: 3;
    background-color: white
}

#services-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;    
    width: 905px;
    height: 335px;
    background-image: url(http://cdn.myld.com.au/2/1626/anderson-waste-services-pty-ltd_cb8c6e3cd1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 3
}

#services-wrap .col-md-4 {
    display: table
}

#services-wrap .service {
    display: table-cell;
    vertical-align: middle
}

.service h4 {
    color: white
}


.service {
    position: relative;
    text-align: center
}

.service a {
    color: white
}

.service .overlay {
    background-color: #2d7f3b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; 
    border-radius: 50%;     
    border: 1px solid #298e3a;
    -moz-box-shadow:  0px 0px 5px 0px rgba(0,0,0,0.45);
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0,0,0,0.45);
    box-shadow:  0px 0px 5px 0px rgba(0,0,0,0.45);    
    filter: alpha(opacity=0);
    opacity: 0;
}

.service:hover .overlay {
    filter: alpha(opacity=1);
    opacity: 1;
}

.service .content {
    padding: 20px
}

#s1 {
    top: 100px;
    left: 30px
}

#s2 {
    top: -20px
}

#s3 {
    top: 100px;
    right: 30px
}

body#gallery #page-content.inner #modules-wrap {
    height:1200px;
  }

#page-content.inner #modules-wrap {
    padding: 70px 0;
    /*height:1000px;*/
}

#modules-wrap.services {
    background-color: #216b40;
    display: none;
}

#page-content.inner #intro-wrap {
    padding: 100px 0;
    background-color: #fbd940;
    background-image: url(http://cdn.myld.com.au/2/1627/anderson-waste-services-pty-ltd_3fa2fc7b4a.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#intro-wrap .content {
    padding: 50px 0
}
#form-wrap {
    background-color: #216b40;
    position: relative;
    min-height: 413px;
}

#form-wrap:after {
    background-color: #216b40;
    position: absolute;
    content: "";
    top: 0;
    right: -200%;
    width: 300%;
    height: 100%;
    z-index: 0;    
}

#form-wrap .arrow {
    position: absolute;
    left: -5px;
    bottom: 32px;
    z-index: 3
}

#form-wrap #contact_form {
    position: relative;
    z-index: 3;
    padding: 50px 30px
}

#form-wrap #contact_form .form-control {
    border-color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; 
    border-radius: 0;     
}

#form-wrap #contact_form .btn {
    width: 100%  
}

#contact_form h2 {
    text-align: center;
    color: #fbda44;
    letter-spacing: 2px
}

#contact_form h2 > a {
    color: white;
    font-size: 30px
}

#gallery-wrap img {
    margin-bottom: 30px
}

#map {
    height: 650px
}




#error {
    padding: 300px 0 100px !important
}

#error h1 {
    color: #c33
}





/* -- FOOTER -- */

.footer {
  position: relative;
  z-index: 3;
  
    font-size: 14px;
    color: white
}

#footer-top {
    position: relative;
    padding: 50px 0;
    background-image: url(http://cdn.myld.com.au/2/1627/anderson-waste-services-pty-ltd_8e90ccbd68.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#footer-top a {
    display: block;
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fbd529;
    background-image: url(http://cdn.myld.com.au/2/1627/anderson-waste-services-pty-ltd_767b174b4f.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#footer-top .address,
#footer-top .hours {
    position: relative;
    top: -5px
}

#footer-bottom {
    background-color: #2b2b2b;
    padding: 10px 0
}

#footer-bottom .socialmedia,
#ld_branding_link {
    position: relative;
    display: inline-block;
    top: 10px
}

#ld_branding_link {
    top: 15px
}




/* @media queries
-----------------*/
@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
    #navigation .nav > li > a {
        padding: 35px 20px;
    }
    #navigation .menu_link_4,
    #navigation .menu_link_5 {
        left: -80px
    }
    #navigation .contact {
        right: 20px;
    }
    

    
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/
    #header,
    #header .brand {
        position: relative;
        top: 0
    }
    
      #slider {
    display:block !important;
    }
    
    #services-wrap {
      display:none;
      }
    
    #header {
        height: 100px
    }
    #modules-wrap.services {
        display: block;
        padding-top: 150px;
    }
    
    #modules-wrap .service {        
        height: auto !important;
    }
    #map {
        height: 550px
    }
    
    
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
  
  #form-wrap {
    overflow: hidden;
}
  
    .spacer {
    visibility: hidden;
    height: 75px
}
  
    #slider {
    display: block !important;
    z-index: -999;
    position: relative !important;
}
  }

@media (max-width: 767px) {...}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { 
  
  
  .spacer {
    visibility: hidden;
    height: 75px
}
  
  #slider {
    display: block !important;
    z-index: -999;
    position: relative !important;
  }
}

@media (max-width: 480px) {
  
  .#services-wrap {
    display:none;
    }
  #slider {
    display:block;
    }
  
  
#form-wrap:after {
     width:0%;
}

#modules-wrap.services {
    background-color: #216b40;
    margin-top: -500px;
}

#page-content.inner #intro-wrap {
    padding: 100px 0;
    background-color: #fbd940;
    background-image: url(http://cdn.myld.com.au/2/1627/anderson-waste-services-pty-ltd_3fa2fc7b4a.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -500px;
}

body#contact #page-content.inner #intro-wrap {
    padding: 100px 0;
    background-color: #fbd940;
    background-image: url(http://cdn.myld.com.au/2/1627/anderson-waste-services-pty-ltd_3fa2fc7b4a.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top:100px;
}
}
