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

/* @imports
--------------*/

@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
--------------*/


/* @general styles
-----------------*/

body {
    background: url(http://cdn.myld.com.au/2/234/cutting-edge-garden-maintenance_00983c1a23.jpg) top no-repeat fixed;
    font-size: 13px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    background-size: 100%;
}

h1, h2, h3 {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 30px;
    line-height: 36px;
}

h1, h2, h3 {
    font-weight: normal;
}

ul, ol {
    padding: 0;
    margin: 0 0 9px 25px;
}

.container-wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 40px;
}

a {
    color: #5da82d;
}

.no-pad {
    padding: 0;
}

p {
    font: 12px 'Open Sans', sans-serif;
}

.title-phone {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    color: #fff;
    margin-top: 130px;
    text-shadow: 0 5px 10px #000;
}

.content-container {
    background: #fff;
    border-top: 5px solid #5da82d;
    margin-top: 20px;
}

.carousel-inner {
    max-height: 250px;
}

.carousel .item>img {
    margin-top: -130px;
    width: 100%;
}

.carousel {
    position: relative;
    margin-bottom: 18px;
    line-height: 1;
}

.title-phone span {
    display: block;
    font-size: 36px;
}

/*--nav bar--*/

.nav-container {
    background: #000;
    padding: 2px;
    position: relative;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.navbar .navbar-nav > .active > a {
    background: #5da82d;
    color: #fff;
    text-shadow: 0 1px 1px #333;
}

.navbar-collapse .nav > li > a {
    padding: 15px 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 13px;
}

.nav>li>a:hover, .nav>li>a:focus {
    background: #5da82d;
    color: #fff;
    text-shadow: 0 1px 1px #333;
}

.navbar-collapse .navbar-nav {
    float: none;
    text-align: center;
    margin-bottom: 0;
    left: 15px;
    position: relative;
}

.navbar-collapse .nav > li {
    display: inline;
}

.navbar-collapse .nav > li > a {
    display: inline-block;
}

.nav a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.nav-container {
    z-index: 1;
    position: relative;
}

/*--nav bar--*/

/*--module hover--*/

.module-margin {
    margin-top: 18px;
}
.service .thumb-wrap {
    position: relative
}

.service .thumb-wrap img {
    width: 100%;
    margin: 0;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.service .thumb-wrap:after {
    top: auto;
    bottom: 0   
}

.service:hover .thumb-wrap:before,
.service:hover .thumb-wrap:after {
    filter: alpha(opacity=1);
    opacity: 1;    
}

.service .thumb-wrap .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 20%;
    background: rgba(255, 255, 255, 0.50);
    padding: 5px;
    margin: 5px;
    right: 0;
}

.title h5 {
    text-shadow: 0 1px 3px #333, 0 -1px 0 #656565, 1px 0 0 #656565, -1px 0 0 #656565;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    top: -5px;
    left: 5px;
}

.service .title {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #005182
}

.service .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    white-space: nowrap;
    filter: alpha(opacity=0);
    opacity: 0;    
}

.service .overlay .content {
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-weight: 700;
    color: white
}

.service:hover .overlay,
.service:focus .overlay {
    filter: alpha(opacity=1);
    opacity: 0.20;    
}

.caption {
    padding: 0;
    margin: 10px 0;
}

.caption a {
    text-transform: capitalize;
}

/*--module hover--*/

/*--footer--*/

.logo-footer {
    background: url(http://cdn.myld.com.au/2/1338/cutting-edge-garden-maintenance_816c1a36c0.png) no-repeat 0 0;
    background-size: 100% 100%;
    width: 230px;
    height: 124px;
    display: block;
}

#footer {
    color: #969696;
    padding: 0 15px;
    margin-bottom: 20px;
}

.footer-bg {
    background: url(http://cdn.myld.com.au/2/134/cutting-edge-garden-maintenance_1000f487ea.png) repeat scroll 0 0 transparent;
    border-top: 1px solid #5DA82D;
}

#footer h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #5da82d;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.copy {
    background: none repeat scroll 0 0 transparent;
    border-top: 1px solid #5DA82D;
    margin-top: 20px;
}

.copy-txt {
    padding: 10px;
}

.ld-logo {
    float: right;
    padding: 10px;
}

.ld-logo img {
    display: inline-block;
}

.ld-logo a {
    color: #979797;
    padding-right: 10px;
    text-decoration: none;
}

[class*="ico"] {
    display: block;
    padding-left: 25px;
    background: url(http://cdn.myld.com.au/2/134/cutting-edge-garden-maintenance_f75a0b9ef4.png) no-repeat 0 0;
    height: 21px;
    line-height: 25px;
}

.ico-phone {
    background-position: -5px 0;
}

.ico-fax {
    background-position: -3px -25px;
}

.ico-email {
    background-position: -3px -50px;
}

.ico-address {
    background-position: -3px -75px;
}

.ico-ld {
    background: url(http://cdn.myld.com.au/2/134/cutting-edge-garden-maintenance_acb378ea55.png) no-repeat -1px 6px;
    clear: both;
    margin-top: 26px;
}

/*--footer--*/

/*--about--*/

/*--gallery--*/

body:not(:-moz-handler-blocked) 
.pool-module-holder-bg {
    margin: -40px auto 0;
}

@media screen and (min-width:0\0) {
.pool-module-holder-bg {
    margin: -40px auto 0;
}
    
}

#fancybox-loading div {
    display: none;
}

.my-gallery {         
    padding:0;
    margin:0;
}

.gallery-li {     
    list-style:none;           
}
      
.nmy-gallery .gallery-li img {
    cursor: pointer;
}

.thumbnail>img, .thumbnail a>img {
    margin: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.gal-overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=1);
    opacity: 0;
}

.gal-overlay:hover {
    filter: alpha(opacity=1);
    opacity: 0.20;
    cursor: pointer;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*--gallery--*/

.about-pad-right {
    padding-right: 0; 
}

/*--about--*/

/*--landscaping services--*/

.gal-margin {
    margin-top: 15px;
}

.serv-gal {
    list-style: none;
    padding: 0;
    /* margin: 0; */
}

.serv-thumb {
    margin-bottom: 5px;
}

/*--landscaping services--*/

/*--contact us--*/

.form-control {
    width: 340px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s,box-shadow linear 0.2s;
    -o-transition: border linear 0.2s,box-shadow linear 0.2s;
    transition: border linear 0.2s,box-shadow linear 0.2s;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #333333;
    font-weight: normal;
}

.btn-warning {
    background: rgb(41,154,11);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(41,154,11,1) 0%, rgba(41,154,11,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,154,11,1)), color-stop(100%,rgba(41,154,11,1)));
    background: -webkit-linear-gradient(top, rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%);
    background: -o-linear-gradient(top, rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%);
    background: -ms-linear-gradient(top, rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%);
    background: linear-gradient(to bottom, rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 );
    border-color: transparent;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*--contact us--*/

/* @media queries
-----------------*/

@media (max-width: 768px) {
    
.container-wrapper {
    width: auto;
}
    
.title h5 {
    font-size: 60px;
    top: 15px;
}
    
.service .thumb-wrap .title {
    width: 98.5%;
}
    
.form-control {
    width: 100%;
}
    
}

@media (max-width: 991px) { 

}

@media (max-width: 767px) {
    
}

/* iPhone */

@media only screen  
and (max-device-width : 568px) { 
    
.title h5 {
    font-size: 40px;
    top: 15px;
}
    
}
    
@media (max-width: 480px) {
    
.title h5 {
    font-size: 30px;
    top: 5px;
}
    
.service .thumb-wrap .title {
    width: 97.5%;
}
    
}

@media (max-width: 320px) {
    
.title h5 {
    font-size: 20px;
    top: 0;
}
    
.service .thumb-wrap .title {
    width: 96.5%;
}
    
}

@media (max-width: 1200px) {
    
}

/* small desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    
}


/* iPads (landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    
}

/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

.container-wrapper {
    width: auto;
}
    
.title h5 {
    font-size: 68px;
    top: 15px;
}
    
.service .thumb-wrap .title {
    width: 98.5%;
}
    
}
