/***********************
*  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');
/* Uncomment next line if thumbnails are required in the modal view */
/*@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');
/* @font-faces
--------------*/
@font-face{
   font-family: 'Roboto';
   src:   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-light-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-light-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-light-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-light-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-light-webfont.svg#robotolight) format('svg');
   font-weight:300;
   font-style:normal;
}
@font-face{
   font-family: 'Roboto';
   src:   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-regular-webfont.svg#robotoregular) format('svg');
   font-weight:400;
   font-style:normal;
}
@font-face{
   font-family: 'Roboto';
   src:   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-bold-webfont.svg#robotobold) format('svg');
   font-weight:700;
   font-style:normal;
}
@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: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    overflow-x: hidden
}

a {
    color: ;
    text-decoration: none;
}

a:hover {
    color: ;
    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: #333333
}

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-color: #2b5b8a;
    padding: 10px 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    color: white
}

.btn:hover {
    filter: alpha(opacity=90);
    opacity: 0.9;
    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 {
    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%;    
}

.bg-grey {
    background-color: #fafafa;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

.divider {
    padding: 20px 0
}




/* -- HEADER -- */

#top-bar {
    background-color: #f6d600;
    padding: 5px;
}

#top-bar a {
    color: #666666  
}

#top-bar a:hover {
    color: #428bca
}

#top-bar .icon {
    position: relative;
    top: 3px;
    margin-right: 10px
}

body#home #header {
    border-bottom: 1px solid #201106
}

#header .brand {
    padding: 30px 0
}

#cta-mob {
    background-color: #03066d;
    padding: 20px 10px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: white
}

#cta-mob a {
    color: white
}

#navigation {
    position: relative;
    top: 29px;
    z-index: 3
}

body#home #navigation {
    top: 30px
}

#navigation .nav {
    float: right
}

#navigation .nav > li > a {
    /*margin: 0 10px;*/
    padding: 25px 10px ;
    color: #303030;
    border-bottom: 3px solid transparent    
}

#navigation .nav > li > a:hover,
#navigation .nav > li > a:focus,
#navigation .nav > li.active > a {
    background-color: transparent;
    border-color: #03066d

}

#breadcrumb {
    border-top: 3px solid #e1e1e1
}

#breadcrumb h5 {
    text-transform: none;
    font-weight: 400;
    color: #303030
}

#breadcrumb p {
    margin-right: 20px;
    padding: 20px 0;
    font-size: 13px;
    color: #303030
}

#breadcrumb a {
    color: #303030
}

#breadcrumb a:hover {
    color: #428bca
}





/* -- SLIDER -- */

#slider {
    position: relative;
    height: 500px;
    border-top: 3px solid #e1e1e1;
    border-bottom: 3px solid #e1e1e1
}

#slider .content {
    max-width: 1170px;
   /* display: inline-block*/
}

#slider .content h3 {
    padding: 20px;
    display: inline-block;
    background-color: rgba(3,6,109,0.85);
    text-transform: none;
    color: white;
    clear: both
}

#slider .content a {
    padding: 10px 20px;
    width: auto;
    text-transform: uppercase;
    background-color: white;
    font-weight: 700;
    color: #828282
}

#slider .content a:hover {
    background-color: rgba(255,255,255,0.85)
    /*filter: alpha(opacity=85);
    opacity: 0.85;*/
}

/*
#slider.carousel .item {
    width: 100%;
    max-height: 660px;
}

#slider.carousel .item img {
    width: 100%;
}
*/





/* -- CONTENT -- */

#services-wrap {
    padding: 50px 0;
    border-bottom: 1px solid #e1e1e1
}

.service {
    position: relative;
    padding-left: 95px;
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 74px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
}

.service:hover p {
    font-weight: 700
}

#s1 {
    background-image: url(http://cdn.myld.com.au/2/1544/david-mark-jennings-cairns-caravan-repairs_23e51bcbb9.png)
}

#s2 {
    background-image: url(http://cdn.myld.com.au/2/1544/david-mark-jennings-cairns-caravan-repairs_94b24d463c.png)
}

#s3 {
    background-image: url(http://cdn.myld.com.au/2/1544/david-mark-jennings-cairns-caravan-repairs_e3fc2236c4.png);
    background-position: top -19px left -19px
}

#intro-wrap {
    padding: 70px 0;
    -moz-box-shadow:  0px 2px 4px 0px rgba(0,0,0,0.20);
    -webkit-box-shadow:  0px 2px 4px 0px rgba(0,0,0,0.20);
    box-shadow:  0px 2px 4px 0px rgba(0,0,0,0.20);    
}

#intro-wrap .title {
    position: relative
}

#intro-wrap .title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
    z-index: -1
}

#intro-wrap .title span {
    background-color: white;
    padding-right: 20px;
}

body#contact-us #intro-wrap .title span {
    padding-right: 20px;
    padding-left: 20px;
}

#intro-wrap .content {
    padding-left: 50px
}

#intro-wrap .services > li {
    padding-left: 95px;
    background-image: url(http://cdn.myld.com.au/2/1545/david-mark-jennings-cairns-caravan-repairs_c41ca9b2ab.png);
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 74px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    margin-bottom: 10px
}

#about-wrap,
#modules-wrap {
    padding: 100px 0
}

#about-wrap ul > li {
    padding-left: 95px;
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 74px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    margin-bottom: 30px
}

#about-wrap ul > li:first-child {
    background-image: url(http://cdn.myld.com.au/2/1545/david-mark-jennings-cairns-caravan-repairs_c41ca9b2ab.png)
}

#about-wrap ul > li:nth-child(2) {
    background-image: url(http://cdn.myld.com.au/2/1545/david-mark-jennings-cairns-caravan-repairs_1b3ced1ac5.png)
}

#about-wrap ul > li:nth-child(3) {
    background-image: url(http://cdn.myld.com.au/2/1545/david-mark-jennings-cairns-caravan-repairs_995a170999.png)
}

#about-wrap ul > li:last-child {
    background-image: url(http://cdn.myld.com.au/2/1545/david-mark-jennings-cairns-caravan-repairs_2ce144bf94.png)
}

body#home #modules-wrap {
    background-image: url(http://cdn.myld.com.au/2/1544/david-mark-jennings-cairns-caravan-repairs_3065b184af.jpg);
    background-size: cover;
    background-position: top center;
}

body#home #modules-wrap h1 {
    font-size: 35px;
    color: white
}

body#home #modules-wrap .title p {
    text-transform: uppercase;
    color: white
}

.module {
    position: relative;
    background-color: white;
    padding: 50px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
    text-align: center;
    color: 
}

.module .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
}

.module a {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    color: #666666
}

#testimonials-wrap {
    padding: 100px 0
}

#testimonials-wrap h1 {
    font-size: 35px
}

#testimonials-wrap .bordered {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6
}

.testi p {
    padding: 0 20px
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#map {
    height: 450px
}


#error {
    margin: 100px 0
}

#error h1 {
    color: #c33
}





/* -- FOOTER -- */

.footer {
    font-size: 14px;
    color: #d7dddd;
    line-height: 25px
}

.footer a {
    color: #d7dddd
}

.footer a:hover {
    color: #428bca
}

.footer h4 {
    color: #91918e
}

#footer-top {
    padding: 80px 0 70px;
    background-image: url(http://cdn.myld.com.au/2/1545/david-mark-jennings-cairns-caravan-repairs_51ab10d459.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

#footer-bottom {
    padding: 10px 0;
    background-color: #333333;
    border-top: 1px solid #444444;
    font-size: 13px
}

#footer-bottom .mid {
    font-size: 14px
}

#footer-bottom .fb {
    display: inline-block;
    margin-left: 10px
}

#ld_branding_link {
    position: relative;
    top: 13px;
    display: inline-block
}




/* @media queries
-----------------*/
@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
    #navigation .nav > li > a {
        margin: 0;
        padding: 25px 9px;
    }
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/
    #header .brand {
        margin: 0 auto
    }
    #intro-wrap .content {
        padding-left: 0
    }
    .service {
        padding-left: 0;
        padding-top: 95px;
        background-position: center top;
        text-align: center
    } 
    #s3 {
        background-position: top -19px center
    }    
}

@media (max-width: 767px) {
    .service {
        margin-bottom: 30px
    }
    #s3 {
        margin-bottom: 0;
        min-height: 90px
    }
    .module {
        margin-bottom: 50px
    }
    #testimonials-wrap .bordered {
        border: 0
    }
    
    #breadcrumb p {
        text-align: left;
        padding-top: 0
    }

}

@media (max-width: 480px) {
}
