#header #logo,.nav-menu>li{
    float:left
}
#mobile-nav ul li a,.nav-menu a,a:active,a:focus,a:hover{
    text-decoration:none;
    outline:0
}
#contact .form button[type=submit]:hover,#mobile-nav-toggle,.slider{
    cursor:pointer
}
body{
    background:#fff;
    color:#666;
    font-family:"Open Sans",sans-serif;
    overflow-x:hidden
}
.back-to-top,.back-to-top:focus{
    background:linear-gradient(45deg,#5a9f34,#93c01f);
    color:#fff
}
a{
    color:#93c01f;
    transition:.5s
}
a:active,a:focus,a:hover{
    color:#5a9f34
}
p{
    padding:0;
    margin:0 0 30px
}
h1,h2,h3,h4,h5,h6{
    font-family:Montserrat,sans-serif;
    font-weight:400;
    margin:0 0 20px;
    padding:0
}
.back-to-top{
    display:none;
    padding:2px 20px 8px;
    font-size:16px;
    border-radius:4px 4px 0 0;
    right:15px;
    bottom:0;
    transition:none;
    position:fixed
}

.no-margin-left {
     margin-left: 0!important;
 }

.no-padding-left {
    padding-left: 0!important;
}

#header #logo h1,#intro .btn-get-started{
    font-family:Montserrat,sans-serif;
    display:inline-block
}
.back-to-top:focus{
    outline:0
}
.back-to-top:hover{
    background:#5a9f34;
    color:#fff
}
#header.header-fixed,#intro{
    background:linear-gradient(45deg,#5a9f34,#93c01f)
}
#header{
    padding:30px 0;
    height:92px;
    position:fixed;
    left:0;
    top:0;
    right:0;
    transition:all .5s;
    z-index:997
}
#header #logo h1{
    font-size:36px;
    margin:-4px 0 0;
    padding:0;
    line-height:1;
    font-weight:300;
    letter-spacing:3px;
    text-transform:uppercase
}
#header #logo h1 a,#header #logo h1 a:hover{
    color:#fff
}
#header #logo img{
    padding:0;
    margin:0
}
#header.header-fixed{
    padding:20px 0;
    height:72px;
    transition:all .5s
}
#intro{
    width:100%;
    height:auto;
    position:relative;
    padding-bottom:50px
}
#intro.home{
    width:100%;
    height:100vh;
    position:relative
}
#intro .intro-text{
    z-index:50;
    position:relative;
    padding-top:140px;
    text-align:center;
    vertical-align:top
}
@media (max-height:1000px){
    #intro .intro-text{
        padding-top:80px;
        z-index:50;
        position:relative
    }
}
@media (max-width:1000px){
    #header #logo h1{
        font-size:24px;
        margin-top:0
    }
    #header #logo img{
        max-height:40px
    }
    #intro .intro-text{
        padding-top:180px;
        z-index:50;
        position:relative
    }
}
@media (max-width:767px){
    #intro .intro-text{
        padding-top:50px
    }
}
#intro h2,#intro p{
    padding:0 15px;
    color:#fff
}
#intro h2{
    margin:30px 0 10px;
    font-size:48px;
    font-weight:400;
    line-height:56px
}
@media (max-width:1000px){
    #intro h2{
        font-size:28px;
        line-height:36px
    }
}
#intro p{
    margin-bottom:20px;
    font-size:24px
}
@media (max-width:1000px){
    #intro p{
        font-size:18px;
        line-height:24px;
        margin-bottom:20px
    }
}
#intro .btn-get-started{
    font-weight:400;
    font-size:16px;
    letter-spacing:1px;
    padding:8px 28px;
    border-radius:50px;
    transition:.5s;
    margin:10px;
    border:2px solid #fff;
    color:#fff
}
#intro .btn-get-started:hover{
    color:#5a9f34;
    background:#fff
}
#intro .product-screens{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden;
    padding-top:30px;
    text-align:center;
    width:100%;
    height:530px
}
#intro .product-screens img{
    box-shadow:0 -2px 19px 4px rgba(0,0,0,.29)
}
#intro .product-screens .product-screen-1{
    position:absolute;
    z-index:30;
    left:calc(50% + 54px);
    bottom:0;
    height:500px
}
#intro .product-screens .product-screen-2{
    position:absolute;
    z-index:20;
    left:calc(50% - 154px);
    bottom:0;
    height:430px
}
#intro .product-screens .product-screen-3{
    position:absolute;
    z-index:10;
    left:calc(50% - 374px);
    bottom:0;
    height:360px
}
@media (max-height:900px){
    #intro .product-screens{
        height:430px
    }
    #intro .product-screens .product-screen-1{
        height:400px
    }
    #intro .product-screens .product-screen-2{
        height:330px
    }
    #intro .product-screens .product-screen-3{
        height:260px
    }
}
@media (max-width:767px){
    #intro .product-screens{
        height:400px
    }
    #intro .product-screens .product-screen-1{
        position:static
    }
    #intro .product-screens .product-screen-2,#intro .product-screens .product-screen-3{
        display:none
    }
}
@media (max-width:767px) and (max-height:639px){
    #intro .product-screens{
        height:300px
    }
    #intro .product-screens .product-screen-1{
        position:static
    }
    #intro .product-screens .product-screen-2,#intro .product-screens .product-screen-3{
        display:none
    }
}
.nav-menu,.nav-menu *{
    margin:0;
    padding:0;
    list-style:none
}
.nav-menu ul{
    position:absolute;
    display:none;
    top:100%;
    left:0;
    z-index:99
}
#mobile-nav ul li,.nav-menu li{
    position:relative
}
.nav-menu li{
    white-space:nowrap
}
.nav-menu li.sfHover>ul,.nav-menu li:hover>ul{
    display:block
}
.nav-menu .login{
    letter-spacing:1px;
    display:inline-block;
    padding:8px 28px;
    border-radius:50px;
    transition:.5s;
    border:2px solid #fff;
    color:#fff;
    margin-top:-5px
}
.nav-menu .login:hover{
    color:#5a9f34;
    background:#fff
}
.sf-arrows .sf-with-ul{
    padding-right:30px
}
.sf-arrows .sf-with-ul:after{
    content:"\f107";
    position:absolute;
    right:15px;
    font-family:FontAwesome;
    font-style:normal;
    font-weight:400
}
#contact .contact-about h3,#contact .contact-about p,#log-in .cta-btn,#services .get-started-btn,.nav-menu a{
    font-family:Montserrat,sans-serif
}
.sf-arrows ul .sf-with-ul:after{
    content:"\f105"
}
#nav-menu-container{
    float:right;
    margin:0
}
@media (max-width:1000px){
    #nav-menu-container{
        display:none
    }
}
.nav-menu a{
    padding:0 8px 10px;
    display:inline-block;
    color:#fff;
    font-weight:400;
    font-size:14px
}
.nav-menu>li{
    margin-left:10px
}
.nav-menu ul{
    margin:4px 0 0;
    padding:10px;
    box-shadow:0 0 30px rgba(127,137,161,.25);
    background:#fff
}
#more-features .box,#select-date .box,#services .box,.select-date .box{
    box-shadow:0 0 30px rgba(73,78,92,.15)
}
#mobile-body-overly,#mobile-nav{
    top:0;
    background:rgba(52,59,64,.9)
}
.nav-menu ul li{
    min-width:180px;
    transition:.3s
}
.nav-menu ul li a{
    padding:10px;
    color:#333;
    transition:.3s;
    display:block;
    font-size:13px;
    text-transform:none
}
.nav-menu ul li:hover>a{
    color:#93c01f
}
.nav-menu ul ul{
    top:0;
    left:100%;
    margin:0
}
#mobile-nav-toggle{
    position:fixed;
    right:0;
    top:0;
    z-index:999;
    margin:20px 20px 0 0;
    border:0;
    background:0 0;
    font-size:24px;
    display:none;
    transition:all .4s;
    outline:0
}
#mobile-nav ul li a:hover,#mobile-nav-toggle i{
    color:#fff
}
@media (max-width:1000px){
    #mobile-nav-toggle{
        display:inline
    }
}
#mobile-nav{
    position:fixed;
    padding-top:18px;
    bottom:0;
    z-index:998;
    left:-260px;
    width:260px;
    overflow-y:auto;
    transition:.4s
}
#mobile-nav ul{
    padding:0;
    margin:0;
    list-style:none
}
#mobile-nav ul li a{
    color:#fff;
    font-size:16px;
    overflow:hidden;
    padding:10px 22px 10px 15px;
    position:relative;
    width:100%;
    display:block
}
#mobile-nav ul li li{
    padding-left:30px
}
#mobile-nav ul .menu-has-children i{
    position:absolute;
    right:0;
    z-index:99;
    padding:15px;
    cursor:pointer;
    color:#fff
}
#mobile-nav ul .menu-has-children i.fa-chevron-up,#mobile-nav ul .menu-item-active{
    color:#93c01f
}
#mobile-body-overly{
    width:100%;
    height:100%;
    z-index:997;
    left:0;
    position:fixed;
    display:none
}
body.mobile-nav-active{
    overflow:hidden
}
body.mobile-nav-active #mobile-nav{
    left:0
}
body.mobile-nav-active #mobile-nav-toggle{
    color:#fff
}
.section-header .section-title{
    font-size:32px;
    color:#111;
    text-align:center;
    font-weight:400
}
.section-header .section-description{
    text-align:center;
    padding-bottom:40px;
    color:#777;
    font-style:italic
}
.section-header .section-divider{
    display:block;
    width:60px;
    height:3px;
    background:#93c01f;
    background:linear-gradient(0deg,#8dbc3a 0,#5b9a3f 100%);
    margin:0 auto 20px
}
.section-bg{
    background:#eff5f5
}
#about{
    padding:60px 0
}
#about .about-img{
    height:510px;
    overflow:hidden
}
#about .about-img img{
    margin-left:-15px;
    max-width:100%
}
@media (max-width:1000px){
    #about .about-img{
        height:auto
    }
    #about .about-img img{
        margin-left:0;
        padding-bottom:30px
    }
}
#about .content .h2{
    color:#333;
    font-weight:300;
    font-size:24px
}
#about .content h3{
    color:#777;
    font-weight:300;
    font-size:18px;
    line-height:26px;
    font-style:italic
}
#about .content p{
    line-height:26px
}
#about .content p:last-child{
    margin-bottom:0
}
#about .content i{
    font-size:20px;
    padding-right:4px;
    color:#5b9a3f
}
#about .content ul{
    list-style:none;
    padding:0
}
#about .content ul li{
    padding-bottom:10px
}
#features .features-row{
    padding:60px 0 30px
}
#features h2{
    font-size:26px;
    font-weight:700;
    color:#000
}
#features h3{
    font-size:16px;
    line-height:24px;
    font-weight:400;
    font-style:italic;
    color:#999
}
#features p{
    line-height:24px;
    color:#777;
    margin-bottom:30px
}
#features i{
    color:#666;
    font-size:64px;
    transition:.5s;
    float:left;
    padding:0 15px 0 0;
    line-height:1
}
#features i:before{
    background:#93c01f;
    background:linear-gradient(45deg,#5a9f34,#93c01f);
    background-clip:border-box;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent
}
#features .advanced-feature-img-right{
    max-width:100%;
    float:right;
    padding:0 0 30px 30px
}
#features .advanced-feature-img-left{
    max-width:100%;
    float:left;
    padding:0 30px 30px 0
}
@media (max-width:1000px){
    #features .advanced-feature-img-left,#features .advanced-feature-img-right{
        max-width:50%
    }
}
#suppliers img,#team .member .pic img{
    max-width:100%
}
@media (max-width:767px){
    #features .advanced-feature-img-left,#features .advanced-feature-img-right{
        max-width:100%;
        float:none;
        padding:0 0 30px
    }
}
#log-in{
    background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.2)),url(../img/log%20in/background.jpg) center center fixed;
    background-size:cover;
    padding:80px 0
}
#log-in .cta-title{
    color:#fff;
    font-size:28px;
    font-weight:700
}
#log-in .cta-text{
    color:#fff
}
@media (min-width:769px){
    #log-in .cta-btn-container{
        display:flex;
        align-items:center;
        justify-content:flex-end
    }
}
#log-in .cta-btn{
    font-weight:500;
    font-size:16px;
    letter-spacing:1px;
    display:inline-block;
    padding:8px 30px;
    border-radius:25px;
    transition:background .5s;
    margin:10px;
    border:2px solid #fff;
    color:#fff
}
#more-features h4,#select-date h4,.select-date h4{
    font-weight:700;
    margin-left:100px
}
#log-in .cta-btn:hover{
    background:#5a9f34;
    border:2px solid #5a9f34
}
#select-date, .select-date{
    padding:60px 0
}
#select-date .box, .select-date .box{
    padding:40px;
    margin-bottom:30px;
    background:#fff;
    transition:.4s
}
#select-date .icon, .select-date .icon{
    float:left
}
#select-date .icon i, .select-date .icon i{
    color:#666;
    font-size:80px;
    transition:.5s;
    line-height:0
}
#select-date .icon i:before, .select-date .icon i:before{
    background:#93c01f;
    background:linear-gradient(45deg,#5a9f34,#93c01f);
    background-clip:border-box;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent
}
#select-date h4, .select-date h4{
    margin-bottom:15px;
    font-size:18px
}
#select-date h4 a, .select-date h4 a{
    color:#111
}
#select-date p, .select-date p{
    font-size:14px;
    margin-bottom:0;
    line-height:24px
}
@media (max-width:767px){
    #select-date .box, .select-date box{
        margin-bottom:20px
    }
    #select-date .icon, .select-date box{
        float:none;
        text-align:center;
        padding-bottom:15px
    }
    #select-date h4,#select-date p, .select-date p{
        margin-left:0;
        text-align:center
    }
}
#more-features{
    padding:60px 0
}
#more-features .box{
    padding:40px;
    margin-bottom:30px;
    background:#fff;
    transition:.4s
}
#more-features .icon{
    float:left
}
#more-features .icon i{
    color:#666;
    font-size:80px;
    transition:.5s;
    line-height:0
}
#more-features .icon i:before{
    background:#93c01f;
    background:linear-gradient(45deg,#5a9f34,#93c01f);
    background-clip:border-box;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent
}
#more-features h4{
    margin-bottom:15px;
    font-size:18px
}
#more-features h4 a{
    color:#111
}
#more-features p{
    font-size:14px;
    margin-left:100px;
    margin-bottom:0;
    line-height:24px
}
@media (max-width:767px){
    #more-features .box{
        margin-bottom:20px
    }
    #more-features .icon{
        float:none;
        text-align:center;
        padding-bottom:15px
    }
    #more-features h4,#more-features p{
        margin-left:0;
        text-align:center
    }
}
.hidden{
    display:none
}
#suppliers{
    padding:15px 0 30px;
    background:#fff
}
#suppliers img{
    opacity:.5;
    transition:.3s;
    padding:15px 0
}
#suppliers img:hover{
    opacity:1
}
#suppliers .container .row .col-md-2{
    text-align:center
}
#services{
    padding:60px 0
}
#services .box{
    padding:40px;
    margin-bottom:30px;
    background:#fff;
    text-align:center
}
#services h3{
    font-weight:400;
    margin-bottom:15px;
    font-size:28px
}
#services h4{
    font-size:46px;
    color:#93c01f;
    font-weight:300
}
#services h4 sup{
    font-size:20px;
    top:-20px
}
#services h4 span{
    color:#bababa;
    font-size:20px
}
#services ul{
    padding:0;
    list-style:none;
    color:#999;
    text-align:left;
    line-height:20px
}
#services ul li{
    padding-bottom:12px
}
#services ul i{
    color:#93c01f;
    font-size:14px;
    padding-right:4px
}
#services .get-started-btn{
    background:#515e61;
    display:inline-block;
    padding:6px 30px;
    border-radius:20px;
    color:#fff;
    transition:none;
    font-size:14px;
    font-weight:400
}
#services .featured{
    border:2px solid #93c01f
}
#services .featured .get-started-btn{
    background:linear-gradient(45deg,#5a9f34,#93c01f)
}
#team{
    padding:60px 0
}
#team .member{
    text-align:center;
    margin-bottom:20px
}
#team .member .pic{
    margin-bottom:15px;
    overflow:hidden;
    height:260px
}
#team .member h4{
    font-weight:700;
    margin-bottom:2px;
    font-size:18px
}
#team .member span{
    font-style:italic;
    display:block;
    font-size:13px
}
#team .member .social{
    margin-top:15px
}
#team .member .social a{
    color:#b3b3b3
}
#team .member .social a:hover{
    color:#93c01f
}
#team .member .social i{
    font-size:18px;
    margin:0 2px
}
#gallery{
    padding:60px 0 0
}
#gallery .container-fluid{
    padding:0
}
#gallery .gallery-overlay{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    opacity:1;
    -webkit-transition:all ease-in-out .4s;
    transition:all ease-in-out .4s
}
#gallery .gallery-item{
    height:356px;
    overflow:hidden;
    position:relative;
    padding:0;
    vertical-align:middle;
    text-align:center
}
#gallery .gallery-item img{
    position:relative;
    z-index:-1;
    top:50%;
    left:50%;
    width:100%;
    transform:translate(-50%,-50%)
}
#gallery .gallery-item:hover img{
    -webkit-transform:scale(1.1);
    transition:all ease-in-out .4s;
    width:120%;
    transform:translate(-50%,-50%)
}
#gallery .gallery-item:hover .gallery-overlay{
    opacity:1;
    background:rgba(0,0,0,.7)
}
@media (max-width:1000px){
    #gallery .gallery-item{
        height:100%;
        overflow:hidden;
        position:relative;
        padding:0;
        vertical-align:middle;
        text-align:center
    }
}
#contact{
    box-shadow:0 0 12px 0 rgba(0,0,0,.1);
    padding:60px 0
}
#contact .contact-about h3{
    font-size:36px;
    margin:0 0 10px;
    padding:0;
    line-height:1;
    font-weight:300;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#93c01f
}
#contact .contact-about p{
    font-size:14px;
    line-height:24px;
    color:#888
}
#contact .social-links{
    padding-bottom:20px
}
#contact .social-links a{
    font-size:18px;
    display:inline-block;
    background:#fff;
    color:#93c01f;
    line-height:1;
    padding:8px 0;
    margin-right:4px;
    border-radius:50%;
    text-align:center;
    width:36px;
    height:36px;
    transition:.3s;
    border:1px solid #93c01f
}
#contact .social-links a:hover{
    background:#93c01f;
    color:#fff
}
#contact .info{
    color:#333
}
#contact .info i{
    font-size:32px;
    color:#93c01f;
    float:left;
    line-height:1
}
#contact .info p{
    padding:0 0 10px 42px;
    line-height:28px;
    font-size:14px
}
#contact .form #errormessage,#contact .form #sendmessage{
    display:none;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
    text-align:center
}
#contact .form #sendmessage{
    color:#93c01f;
    border:1px solid #93c01f
}
#contact .form #errormessage{
    color:red;
    border:1px solid red
}
#contact .form #errormessage.show,#contact .form #sendmessage.show,#contact .form .show{
    display:block
}
#contact .form .validation{
    color:red;
    display:none;
    margin:0 0 20px;
    font-weight:400;
    font-size:13px
}
#contact .form input,#contact .form textarea{
    border-radius:0;
    box-shadow:none;
    font-size:14px
}
#contact .form button[type=submit]{
    background:linear-gradient(45deg,#5a9f34,#93c01f);
    border:0;
    border-radius:20px;
    padding:8px 30px;
    color:#fff
}
#footer{
    background:#fff;
    box-shadow:0 0 12px 0 rgba(0,0,0,.1);
    padding:30px 0;
    color:#333;
    font-size:14px
}
#footer .credits{
    font-size:13px;
    color:#888
}
#footer .footer-links a{
    color:#666;
    padding-left:15px
}
#footer .footer-links a:first-child{
    padding-left:0
}
#footer .footer-links a:hover{
    color:#93c01f
}
div .section-component{
    display:block;
    margin-left:100px;
    padding-bottom:15px
}
div .section-component.book-in{
    padding-bottom:0
}
@media (max-width:767px){
    div .section-component{
        display:block;
        margin-left:0;
        padding-bottom:15px
    }
    div .section-component.book-in{
        padding-bottom:0
    }
}
div .status{
    width:80%;
    margin-left:100px;
    margin-right:auto;
    height:25px;
    background:#eff5f5;
    border:2px solid #eff5f5;
    border-radius:10px;
    margin-bottom:15px
}
@media (max-width:767px){
    div .status{
        width:90%;
        margin-left:auto;
        margin-right:auto;
        height:25px;
        background:#eff5f5;
        border:2px solid #eff5f5;
        border-radius:10px;
        margin-bottom:15px
    }
}
div .status-percentage{
    border:none;
    width:100%;
    background:0 0;
    text-align:center;
    font-size:16px;
    margin-top:-4px;
    font-weight:700
}
div .notes{
    margin-top:5px;
    font-size:.8em;
    background-color:#eff5f5;
    border-radius:15px;
    padding:10px;
    word-wrap:break-word
}
div .notes-block{
    width:80%
}
@media (max-width:767px){
    div .notes-block{
        width:98%
    }
    div .center{
        margin-left:auto;
        margin-right:auto;
        text-align:center
    }
    .gallery-image.repair{
        max-width:80%!important;
        min-width:50%!important;
        border:1px solid;
        margin:5px
    }
}
.gallery-image.repair{
    max-width:80%!important;
    min-width:50%!important;
    border:1px solid;
    margin:5px;
    max-height:70vh
}
.images.repair{
    padding-top:10px
}
.error{
    color:#c00
}
.chosenJob{
    text-align:center!important;
    font-weight:700;
    border-color:#93c01f;
    border-radius:5px;
    border-style:solid;
    width:45%;
    display:block;
    float:left;
    margin-bottom:5px;
    margin-right:3%
}
@media (max-width:767px){
    .chosenJob{
        text-align:center!important;
        font-weight:700;
        border-color:#93c01f;
        border-radius:5px;
        border-style:solid;
        width:100%;
        display:block;
        float:left;
        margin-bottom:5px
    }
}
.account-update,.submit-btn,.update_booking,.cancel_booking{
    text-align:center
}
.info-danger{
	color:red;
	font-weight: bold;
}
.chosenJob a{
    float:right;
    padding-right:10px
}
#customer_job_display{
    width:100%;
    padding-top:10px
}
#add_job,#customer_bike_new,#customer_job_other{
    margin-top:10px
}
.submit-btn{
    margin-left:auto;
    margin-right:auto
}
.switch{
    position:relative;
    display:inline-block;
    width:60px;
    height:34px
}
.switch input{
    display:none
}
.slider{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#ccc;
    -webkit-transition:.4s;
    transition:.4s
}
.slider:before{
    position:absolute;
    content:"";
    height:26px;
    width:26px;
    left:4px;
    bottom:4px;
    background-color:#fff;
    -webkit-transition:.4s;
    transition:.4s
}
input:checked+.slider{
    background-color:#93c01f
}
input:focus+.slider{
    box-shadow:0 0 1px #93c01f
}
input:checked+.slider:before{
    -webkit-transform:translateX(26px);
    -ms-transform:translateX(26px);
    transform:translateX(26px)
}
.slider.round{
    border-radius:34px
}
.slider.round:before{
    border-radius:50%
}
.featured{
    border:2px solid #93c01f
}
.choose-date{
    margin-top:20px
}
.book-in-btn{
    margin-left:0!important
}
.account-update{
    font-weight:700;
    font-size:1.4em;
    margin:20px;
    font-style:italic
}
.account-success{
    color:#93c01f
}
.account-error{
    color:#c00
}
.margin-left{
    margin-left:100px!important
}
.sale-ribbon-box{
    position:relative
}
.sale-ribbon{
    position:absolute;
    right:15px;
    z-index:1;
    overflow:hidden;
    width:75px;
    height:75px;
    text-align:right
}
.sale-ribbon span{
    font-size:10px;
    font-weight:700;
    color:#FFF;
    text-transform:uppercase;
    text-align:center;
    line-height:20px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    width:100px;
    display:block;
    background:#79A70A;
    background:linear-gradient(#5a9f34 0,#93c01f 0);
    box-shadow:0 3px 10px -5px rgba(0,0,0,1);
    position:absolute;
    top:14px;
    right:-26px
}
.sale-ribbon span::after,.sale-ribbon span::before{
    content:"";
    position:absolute;
    top:100%;
    z-index:-1;
    border-bottom:3px solid transparent;
    border-top:3px solid #93c01f
}
.sale-ribbon span::before{
    left:0;
    border-left:3px solid #93c01f;
    border-right:3px solid transparent
}
.sale-ribbon span::after{
    right:0;
    border-left:3px solid transparent;
    border-right:3px solid #93c01f
}
.dales-website{
    background: #007b85;
    z-index: 999;
    right: 0;
}
.link-to-dales{
    font-size: 1.5em;
    text-align: center;
    position: fixed;
    bottom: 5px;
    right: 5px;
    color: white;
    padding: 5px;
    border: 2px solid white;
    border-radius: 5px;
    background-color: #7bb228;
}
.link-to-dales:hover{
    font-size: 1.5em;
    text-align: center;
    position: fixed;
    bottom: 5px;
    right: 5px;
    background-color: white ;
    padding: 5px;
    border: 2px solid #7bb228;
    border-radius: 5px;
    color: #7bb228;
}
 .section-description-legal{
    margin-left: 0!important;
     text-align: left;
    font-style: normal;
    padding-bottom:15px;
}
.no-left-margin {
  margin-left: 0!important;
}
#loader-mask {
    background-color: rgba(100,100,100,0.5);
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: none;
}
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #eff5f5;
    border-top: 16px solid #93c01f;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.center {
    text-align: center;
}
.hireProductSelection {
    padding: 40px 20px;
}
.hireProductSelection > h4 {
    margin-bottom: 0!important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.hireProductSelection > div.description {
    padding: 5%;
}
div.hireImgContainer {
    text-align: center;
    display: flex;
    justify-content: center;
    height: 200px;
    align-items: center;
}
.fillWidth {
    max-width: 100%;
    max-height: 100%;
}
.hireBookingSummary > p.title {
    text-align: left;
}
#hireBookings {
    margin-top: 20px;
}