﻿@font-face {
    font-family: "porto";
    src: url("../fonts/porto.eot?64334846");
    src: url("../fonts/porto.eot?64334846#iefix") format("embedded-opentype"), url("../fonts/porto.woff2?64334846") format("woff2"), url("../fonts/porto.woff?64334846") format("woff"), url("../fonts/porto.ttf?64334846") format("truetype"), url("../fonts/porto.svg?64334846#porto") format("svg");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

b, strong {
    font-weight: 700;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #222529;
    font-weight: 700;
    line-height: 1.1;
    font-family: Poppins, sans-serif;
}

.h2, h2 {
    font-size: 2rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
}

ul,
ol {
    margin: 0 0 2.25rem;
    padding: 0;
    list-style: none;
}

a {
    transition: all .3s;
    color: #50B355;
    text-decoration: none !important;
}

html {
    /*-webkit-text-size-adjust: 100%;*/
    font-family: sans-serif;
    line-height: 1.15;    
}

body {
    overflow: hidden;
    color: #777;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Open Sans", sans-serif;    
    /*    transform: scale(0.80);
    transform-origin: center top;*/
}



.form-control-xl {
    height: 60px;
    line-height: normal;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.btn-xl {
    padding: 17px 35px;
    line-height: normal;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 600;
}

.hidden {
    display: none !important;
}

.zippy-background-image {
    position: absolute;
    left: 0px;
    top: 0px;    
}

@media screen and (max-width: 1920px) {
    .zippy-background-image {   
        display:none;
    }

    .zippy-background {
        background: url('/assets/images/backgrounds/zippy-bg.jpg') no-repeat center center fixed;
        /*background: url(/assets/images/backgrounds/zippy-bg.jpg);*/
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height:100% !important;
    }
}

/*@media screen and (min-width: 683px) and (max-width: 1920px) {
    .zippy-background-image {
        position: absolute;
        left: 0px;
        top: 0px;
    }
}*/

@media screen and (min-width: 1920px) and (max-width: 8192px) {
    .zippy-background-image {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
    }
}

.pac-container {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    
}

.pac-item {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    white-space: pre-line;
    cursor: pointer;
}
.pac-item-query {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
}

.font20px {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
}

.btn-green, .btn-green:hover, .btn-green:active, .btn-green:visited {
    background-color: #50B355 !important;
    border: 1px solid #50B355;
}

    .btn-green:hover {
        background-color: #00A3F5 !important;
        border: 1px solid #00A3F5;
    }


.center-screen {
    /*    position: absolute !important;*/
    /*    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-radius: 3px;
    white-space: nowrap;
    max-width: 700px;*/
}


.location-mascot {
    margin-top: -105px;
    margin-right: 30px;
}


#mascot-slide {
    position: relative;
    left: -300px;
    width: 120px;
    height: 118px;
    background: transparent;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 0s;
}

@-webkit-keyframes slide {
    100% {
        left: 0;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}

/* Bootstrap model */

.modal form {
    margin: 0;
}

    .modal form .form-group {
        max-width: 480px;
    }

    .modal form .form-control {
        max-width: 100%;
    }

.modal-body {
    padding: 1.5rem;
}

.modal-content {
    border-radius: 0;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
}

.modal-header,
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.modal-title {
    font-weight: 400;
}

.close {
    font-size: 2.2rem;
}

@media (min-width: 576px) {
    .modal-content {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .modal-body {
        max-height: calc(100vh - 210px);
        padding-top: 2rem;
        overflow-y: auto;
    }

    .modal-header,
    .modal-footer,
    .modal-body {
        padding-right: 2em;
        padding-left: 2rem;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 800px;
    }

    .modal-header,
    .modal-footer,
    .modal-body {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}

@media (max-width: 479px) {
    .modal-open,
    .modal-open .modal {
        padding-right: 0 !important;
    }
}

.modal-body-border-bottom {
    border-bottom: 1px solid #DEE2E6;
}


/********************************
Top Menu
********************************/

header {
    position: relative;
    z-index: 1000;
    background: #50B355 !important;
    line-height: 2;    
}

    header .container,
    header .container-fluid {
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        -ms-flex-align: center;
        justify-content: space-between;
        -ms-flex-pack: justify;
        position: relative;
    }

    header p {
        margin-bottom: 0;
    }

    header a {
        color: inherit;
    }

.header-top {
    padding-top: 7px;
    padding-bottom: 7px;
}

.header-middle {
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
}

.header-bottom {
    background: #f4f4f4;
}

.header-left,
.header-center,
.header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header-center,
.header-right {
    margin-left: auto;
}

.header-transparent {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1040;
}

.logo {
    max-width: 150px;
}

.header-contact {
    align-items: center;
    text-transform: uppercase;
}

    .header-contact i {
        margin-right: 1.1rem;
        font-size: 2.9rem;
    }

    .header-contact img {
        margin-right: .8rem;
    }

    .header-contact h6 {
        margin: 0;
        font-size: 1.1rem;
        line-height: 1.3;
        color: #777;
    }

    .header-contact a {
        display: block;
        font-size: 1.8rem;
        font-weight: 700;
        white-space: nowrap;
    }

.mobile-menu-toggler {
    border: 0;
    background: transparent;
    color: #222529;
    padding: 1rem .5rem;
    margin-right: .5rem;
    font-size: 20px;
    line-height: 0;
    cursor: pointer;
}

.badge-circle {
    position: absolute;
    top: 1px;
    right: 0;
    width: 1.6rem;
    border-radius: 50%;
    color: #fff;
    background: #ff5b5b;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

header .social-icon {
    border-radius: 50%;
    font-size: 1.28rem;
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
}

    header .social-icon:not(:hover):not(:active):not(:focus) {
        background-color: transparent;
    }

    header .social-icon + .social-icon {
        margin-left: 2px;
    }

header .separator {
    height: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    margin: 0 1rem;
}


.header-icon:not(:last-child) {
    margin-right: 2.6rem;
}

.header-icon i {
    font-size: 2.7rem;
}

@media (min-width: 992px) {
    .mobile-menu-toggler {
        display: none;
    }
}

@media (max-width: 991px) {
    .mobile-menu-toggler {
        display: none;
    }
    .main-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .header .separator {
        display: none;
    }
}

@media (max-width: 575px) {
    .top-notice {
        line-height: 1.5;
    }

    .header-icon:not(:last-child) {
        margin-right: 1.2rem;
    }
}

.header-dropdowns {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
}

.header-menu:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 1151;
    margin-left: -9px;
    margin-top: -1rem;
    border-width: 0 9px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    visibility: hidden;
    opacity: 1;
    transform: translateY(-1rem);
}

.header-dropdown {
    position: relative;
    line-height: 1.5;
    padding: 5px 0;
}

    .header-dropdown > a {
        padding: 0 5px;
    }

        .header-dropdown > a:after {
            content: '\e81c';
            font-family: 'porto';
            font-weight: 400;
            margin-left: .5rem;
        }

    .header-dropdown img {
        display: inline-block;
        max-width: none;
        margin: -2px 6px 0 1px;
    }

    .header-dropdown ul {
        position: absolute;
        top: -300rem;
        z-index: 1150;
        min-width: 100%;
        margin: 0;
        padding: .5rem 0;
        background: #fff;
        box-shadow: 0 29px 29px rgba(0, 0, 0, 0.1);
        transition: transform .2s ease-out;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-1rem);
    }

        .header-dropdown ul a {
            display: block;
            padding: 0.5em 1.5em;
            color: #777;
            white-space: nowrap;
        }

            .header-dropdown ul a:hover {
                background: #f4f4f4;
            }

    .header-dropdown + .header-dropdown {
        margin-left: 1.4rem;
    }

    .header-dropdown:hover .header-menu:before,
    .header-dropdown:hover ul {
        top: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

@media (min-width: 765px) {
    .dropdown-expanded > a,
    .dropdown-expanded .header-menu:before {
        display: none;
    }

    .dropdown-expanded li + li {
        margin-left: 2.5rem;
    }

    .dropdown-expanded ul {
        position: static;
        display: flex;
        display: -ms-flexbox;
        padding: 0;
        border: 0;
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;        
    }

        .dropdown-expanded ul a {
            padding: 0;
            color: inherit;
        }

            .dropdown-expanded ul a:hover {
                background-color: transparent;
            }

    .dropdown-expanded .header-menu ul {
        transform: none;
    }
}

.header-top {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 24px;
}

    .header-top a {
        color: inherit;
    }

.header-middle {
    padding: 2.7rem 0;
}

.header-bottom .container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    border-top: 1px solid #f4f4f4;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}

.header-dropdown .dropdown-toggle:after {
    font-size: 17px;
}

.header-dropdown:not(.dropdown-expanded) ul {
    border: 1px solid #ccc;
}

.header-dropdown:not(.dropdown-expanded) .header-menu:before {
    border-bottom-color: #ccc;
}

.header-dropdown:not(.dropdown-expanded) .header-menu:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -9px;
    border-width: 0 9px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    margin-top: 2px;
    z-index: 1151;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
}

.header-dropdown:not(.dropdown-expanded):hover .header-menu:after {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header-dropdown .badge-circle {
    left: 21px;
}


.social-icon {
    display: inline-block;
    width: 3.2rem;
    color: #fff;
    background-color: #50B355;
    font-size: 1.4rem;
    line-height: 3.2rem;
    text-align: center;
    text-decoration: none;
    opacity: 1;
}

    .social-icon + .social-icon {
        margin-left: .6rem;
    }

.social-icons .social-icon:hover, .social-icons .social-icon:focus {
    color: #fff;
    text-decoration: none;
    opacity: .85;
}

.social-icon.social-facebook {
    background-color: #3b5a9a;
}

.social-icon.social-twitter {
    background-color: #1aa9e1;
}

.social-icon.social-instagram {
    background-color: #7c4a3a;
}

.social-icon.social-linkedin {
    background-color: #0073b2;
}

.social-icon.social-gplus {
    background-color: #dd4b39;
}

.social-icon.social-mail {
    background-color: #dd4b39;
}

.icon-facebook:before {
    content: '\f09a';
}

.social-icon.social-facebook {
    background-color: #3b5a9a;
}

.icon-instagram:before {
    content: '\f16d';
}

.social-icon.social-instagram {
    background-color: #7c4a3a;
}

.zippy-logo {

}

.zippy-mascot {
    width:120px !important;
    height:118px !important;
}


@media screen and (min-width: 300px) and (max-width: 1279px) {
    .dynamic-padding-50desktop-10mobile {
        padding-top: 10px !important;
    }

    .location-title {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 20px;
        float: left
    }

    html {
        zoom: 75% !important;
        height: 120% !important;
    }

}
@media screen and (min-width: 1280px) and (max-width: 8192px) {
    .dynamic-padding-50desktop-10mobile {
        padding-top: 50px !important;
    }

    .location-title {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 32px;
        float: left
    }

    html {
        zoom: 100% !important;
        height: 100% !important;
    }
}

/*@media screen and (max-width: 600px) and (orientation: portrait) {
    html {
        zoom: 75% !important;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    html {
        zoom: 40% !important;
    }
}*/