/***********************
*  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: 'Open Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.svg#open_sansregular) format('svg');
   font-weight:400;
   font-style:normal;
}
@font-face{
   font-family: 'Open Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.svg#open_sansbold) format('svg');
   font-weight:700;
   font-style:normal;
}

/* @general styles
-----------------*/
body {
    font-family: 'Open Sans', sans-serif;
    color: black;
    font-size: 15px;
    line-height: 20px;

}

a {
    color: #4478bc;
    text-decoration: none;
}

a:hover {
    color: #4478bc;
    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: #4478bc;
    font-weight: 700;
    text-transform: uppercase
}

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 {
    background: #4478bc;
    padding: 20px 30px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 3px solid #4478bc;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: white;
    line-height: inherit
}

.btn2 {
    padding: 10px 30px;
}


.btn:hover {
    background-color: white;
    color: #4478bc
}

.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 {
    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%;    
}




/* -- HEADER -- */

#header {
    position: relative
}

#header .brand {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    margin: auto;
    z-index: 3
}

#top-bar {
    background-color: #101212
}

#top-bar > li  {
    display: inline-block;
    padding: 15px 20px;
}

#top-bar > li.email > a img  {
    position: relative;
    top: -2px
}

#top-bar > li > a img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Webkit browsers */
    filter: gray; /* For IE 6 - 9 */
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}

#top-bar > li > a:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");*/
}

#cta-mob {
    font-size: 16px;
    text-align: center;
}

#cta-mob a {
    background-color: #8fc7eb;
    display: block;
    padding: 20px;
    font-weight: 700;
    color: black
}

#navigation {
    background-color: #4478bc
}

#navigation .navbar-placeholder {
    position: relative
}

#navigation .ls {
    position: absolute;
    top: 22px;
    right: 20px;
}

/*#navigation .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

#navigation .navbar .navbar-collapse {
    text-align: center;
}*/

#navigation .nav > li > a {
    padding: 30px;
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-transform: uppercase
}

#navigation .nav > li:nth-child(3) > a {
    margin-right: 340px
}

#navigation .nav > li > a:hover,
#navigation .nav > li > a:focus,
#navigation .nav > li.active > a {
    background-color: transparent;
    background-image: url(http://cdn.myld.com.au/2/1517/coffs-gas-company_98585da98f.png);
    background-repeat: no-repeat;
    background-position: center bottom 20px
}





/* -- SLIDER -- */

#slider {
    position: relative
}

#slider.carousel .item {
    width: 100%;
    max-height: 446px;
}

#slider.carousel .item img {
    width: 100%;
}

#slider .caption {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
    z-index: 1;
    text-shadow:  0px 0px 7px rgba(255,255,255,1);
}

#slider .slogan {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
    z-index: 1
}

#slider .phone {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    padding: 20px 20px 20px 80px;
    font-weight: 700;
    font-size: 25px;
    color: #4478bc;
    background-color: white;
    background-image: url(http://cdn.myld.com.au/2/1517/coffs-gas-company_80d1db4aad.png);
    background-repeat: no-repeat;
    background-position:
    center left;
}

#slider .phone:hover {
    background-image: url(http://cdn.myld.com.au/2/1517/coffs-gas-company_0ee0559c6d.png);
    color: red
}






/* -- CONTENT -- */

body#home #intro-wrap {
    padding: 80px 0 50px
}

#intro-wrap {
    padding: 80px 0 0
}

#intro-wrap .divider {
    position: relative;
    top: -10px
}

.service {
    position: relative;
    color: white
}

.service a,
.service .desc h2 {
    color: white
}

.service.left {
    border-right: 2px solid white
}

.service .thumb {
    width: 100%
}

.service .title {
    background-image: url(http://cdn.myld.com.au/2/1517/coffs-gas-company_c1b3e964b6.png);
    background-repeat: no-repeat;
    background-position: center 
}

.service:hover .title,
.service .desc {
    filter: alpha(opacity=0);
    opacity: 0;
}

.service:hover .desc {
    filter: alpha(opacity=1);
    opacity: 1;
}

.service .desc .content {
    padding: 20px 40px
}

.service .title h1 {
    text-align: center;
    font-size: 35px;
    color: white
} 

.service .title {
    width: 100%;
}

body#our-services #intro-wrap .thumb {
    border: 2px solid white
}

#tabber .nav > li > a {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

#tabber .tab-content .row {
    margin-bottom: 20px
}

#tabber .tab-content h3 {
    text-transform: none
}

#tabber .tab-content img {
    max-height: 190px;
    margin: 0 auto
}


#map {
    height: 450px
}


#error {
    margin: 100px 0
}

#error h1 {
    color: #c33
}





/* -- FOOTER -- */

#footer-top {
    padding: 50px 80px
}

#footer-top h1 img {
    position: relative;
    top: 5px
}

#footer-top .btn {
    padding: 20px 50px
}


#footer-top .contact > li {
    padding: 0 20px;
    display: inline-block
}

#footer-top .contact .icon {
    display: inline-block;
    margin-right: 10px
}

#footer-bottom {
    background-image: url(http://cdn.myld.com.au/2/1516/coffs-gas-company_80a4d1378e.jpg);
    background-size: cover;
    background-position: center top;
    min-height: 300px
}

#synopsis {
    padding: 50px 0;
    color: black
}

#synopsis h2 {
    color: black
}

#synopsis h2 img {
    position: relative;
    top: 10px
}

#contact-info {
    background-color: rgba(255,255,255,0.43);
    padding: 30px 0;
    font-size: 16px;
    color: white;
    line-height: 26px;
}

#contact-info a,
#synopsis a:hover {
    color: white
}

#contact-info a:hover,
#synopsis a {
    color: black
}

#copyright {
    background-color: #042944;
    padding: 10px;
    color: white
}

#copyright .socialmedia,
#ld_branding_link {
    position: relative;
    display: inline-block
}

#copyright .socialmedia {
    top: 5px
}

#ld_branding_link {
    top: 10px
}







/* @media queries
-----------------*/
@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btn {
        font-size: 16px;
        margin-bottom: 5px
    }
    #navigation .nav > li > a {
        padding: 30px 15px;
    }
    #navigation .nav > li:nth-child(3) > a {
        margin-right: 320px;
    }
    #intro-wrap {
        padding: 80px 0 0
    }     
    #footer-top {
        padding: 50px 30px
    }    
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/
    .btn {
        font-size: 16px;
        margin-bottom: 5px
    }
    #header {
        background-color: #4478bc;
        /*height: 80px;*/
    }
    #header .brand {
        position: relative;
        max-width: 150px;
        /*bottom: -75px*/
        bottom: auto
    }
    
    #intro-wrap {
        padding: 80px 0 0
    }   
    body#contact #intro-wrap {
        padding-top: 50px
    }
    .service {
        margin-bottom: 30px
    }
    .service .thumb {
        min-height: 300px;
    }    
    .service .desc {
        filter: alpha(opacity=1);
        opacity: 1;
    }  
    .service .desc .content {
        padding: 0 20px
    }  
    #tabber .nav > li > a {
        font-size: 16px
    }
    #map {
        height: 350px;
        padding-top: 80px
    }
    
}

@media (max-width: 767px) {
}

@media (max-width: 480px) {
    .service .thumb {
        min-height: 330px;
    }    
}
