﻿body {
    overflow-x: hidden !important;
}

    body * {
        transition: ease 300ms;
    }

.header-transparency {
    background-color: #000E15 !important;
}

header.navbar {
    background-color: rgba(0,38,61, 1);
    border-width: 0px;
}

header .container {
}

header .navbar-brand {
    padding: 0px;
    margin-top: 23px;
}

header .navbar-toggle {
    background-color: white;
}

    header .navbar-toggle .icon-bar {
        background-color: red;
    }

header .navbar-nav {
    /*border: solid 1px green;*/
    height: 100px;
    padding-top: 25px;
}

    header .navbar-nav li a {
        color: white;
        font-family: 'Montserrat';
    }

    header .navbar-nav li a {
        color: white;
        font-family: 'Montserrat';
    }

        header .navbar-nav li a:hover {
            color: rgba(36,206,123,1);
            background-color: transparent;
        }

        header .navbar-nav li a:focus {
            color: rgba(36,206,123,1);
            background-color: transparent;
        }


.main-content {
    background-color: black;
    padding-top: 100px;
}

.top-banner {
    background-color: whitesmoke;
    min-height: 700px;
    background-image: url(/assets/img/oneminutepark_home.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


    /*top banner*/
    .top-banner .container {
        text-align: center;
        color: white;
        padding-top: 140px;
    }

        .top-banner .container h1 {
            font-family: 'Montserrat';
            font-weight: 300;
            font-size: 60px;
            letter-spacing: -0.8px;
            line-height: 70px;
        }

            .top-banner .container h1 b {
                /*border-bottom: solid 7px rgba(36,206,123,1);*/
            }

        .top-banner .container h2 {
            font-family: 'Open Sans';
            font-weight: 300;
            font-size: 20px;
            width: 80%;
            margin: 0 auto;
            margin-top: 30px;
            margin-bottom: 60px;
            line-height: 26px;
        }


/********/
.btn {
    border: solid 2px rgba(2,206,123,1);
    border-radius: 5px;
    color: rgba(2,206,123,1);
    font-family: 'Montserrat';
    font-size: 20px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

    .btn:hover {
        background-color: rgba(2,206,123,1);
        color: white;
    }

    .btn:focus {
        background-color: rgba(2,206,123,1);
        color: white;
    }


/**how it works**/
.how-it-works {
    background-color: rgba(0,38,61, 0.9);
    padding-top: 80px;
    padding-bottom: 100px;
    text-align: center;
}

    .how-it-works h2 {
        color: white;
        font-family: 'Montserrat';
        font-weight: bold;
        font-size: 42px;
    }

    .how-it-works h3 {
        color: white;
        font-family: 'Open Sans';
        font-weight: 300;
        font-size: 18px;
        margin-bottom: 80px;
    }

    .how-it-works h4 {
        color: white;
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 21px;
        text-transform: uppercase;
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .how-it-works h5 {
        color: white;
        font-family: 'Open Sans';
        font-weight: 300;
        font-size: 13px;
        line-height: 18px;
    }


/*Fare*/
.fare {
    background-color: whitesmoke;
    background-image: url(/assets/img/oneminutepark_fare.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}

.fare-info {
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
}

.fare-title {
    background-color: rgba(0,38,61, 1);
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .fare-title h2 {
        font-family: 'Montserrat';
        font-size: 40px;
        font-weight: bold;
        color: rgba(2,206,123,1);
        margin: 0 auto;
    }

.fare-details {
    padding: 20px;
    background-color: rgba(255,255,255, 0.95);
    padding-bottom: 50px;
}

    .fare-details .one-fare {
        color: rgba(2,206,123,1);
        font-family: 'Montserrat';
        font-size: 70px;
        font-weight: bold;
        letter-spacing: -0.9px;
    }

    .fare-details .per-day {
        color: rgba(2,206,123,1);
        font-family: 'Montserrat';
        font-size: 30px;
        font-weight: bold;
        letter-spacing: -0.9px;
        margin-top: 100px;
    }

    .fare-details .taxes {
        color: rgba(0,38,61,1);
        font-family: 'Montserrat';
        font-size: 16px;
        font-weight: bold;
        letter-spacing: -0.9px;
        line-height: -10px;
        float: left;
        margin-top: -7px;
    }

    .fare-details .detail {
        text-align: left;
        padding-left: 10%;
        padding-right: 8%;
        margin-bottom: 15px;
    }

        .fare-details .detail i {
            color: rgba(2,206,123,1);
            float: left;
            margin-right: 10px;
            font-size: 20px;
            margin-top: 3px;
        }

        .fare-details .detail span {
            color: rgba(0,38,61,1);
            font-family: 'Montserrat';
            font-size: 20px;
        }

/*footer*/

footer {
    background-color: rgba(0,38,61,1);
    padding: 100px;
    text-align: center;
}

    footer a {
        color: white;
        font-size: 40px;
        margin-left: 40px;
        margin-right: 40px;
        transition: 0ms;
    }

        footer a:hover,
        footer a:focus {
            color: rgba(2,206,123,1);
            transition: 0ms;
        }

    footer h6 {
        color: white;
        margin-top: 30px;
        font-family: 'Montserrat';
        font-size: 15px;
    }

/*Contact*/
.contact {
    background-color: whitesmoke;
    background-image: url(/assets/img/oneminutepark_contact.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-info {
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
}

    .contact-info h2 {
        font-family: 'Montserrat';
        font-size: 42px;
        color: white;
        font-weight: bold;
    }

    .contact-info h3 {
        font-family: 'Montserrat';
        font-size: 22px;
        color: white;
        font-weight: normal;
    }

    .contact-info form {
        margin-top: 50px;
    }

        .contact-info form input,
        .contact-info form textarea,
        .contact-info form button {
            width: 100%;
            padding: 15px;
            background-color: transparent;
            border: solid 2px white;
            margin-bottom: 10px;
            color: white;
            font-family: 'Montserrat';
            font-size: 18px;
        }

        .contact-info form *:hover,
        .contact-info form *:focus {
            border-color: rgba(2,206,123,1);
        }

        .contact-info form button {
            background-color: rgba(2,206,123,1) !important;
            border-color: rgba(2,206,123,1);
        }

            .contact-info form button:hover,
            .contact-info form button:focus {
                background-color: white !important;
                color: rgba(0,38,61,1);
                border-color: white;
            }

/*Why*/
.why {
    background-color: rgba(2,206,123,1);
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

    .why h2 {
        color: white;
        font-family: 'Montserrat';
        font-size: 42px;
        font-weight: bold;
        letter-spacing: -0.5px;
        margin-bottom: 43px;
    }

    .why h3 {
        color: white;
        font-family: 'Open Sans';
        font-size: 25px;
        font-weight: 300;
        letter-spacing: -0.5px;
    }

    .why i {
        color: white;
        font-size: 50px;
    }

    .why .point {
        border: solid 2px white;
        padding: 25px;
        border-radius: 100px;
        width: 120px;
        height: 120px;
        text-align: center;
        padding-top: 35px !important;
        margin: 0 auto;
    }

/*Locate*/
.locate-us {
    background-color: white;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

    .locate-us h2 {
        color: rgba(0,38,61,1);
        font-family: 'Montserrat';
        font-size: 42px;
        font-weight: bold;
        letter-spacing: -0.5px;
    }

    .locate-us h3 {
        color: rgba(0,38,61,1);
        font-family: 'Open Sans';
        font-size: 22px;
        font-weight: 300;
        letter-spacing: -0.5px;
    }

#map {
    height: 600px;
    /*-webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: url(grayscale.svg);
            filter: gray;*/
}

/*green border-color: rgba(2,206,123,1);*/
/*blue color: rgba(0,38,61,1);*/


@media(max-width:991px) {

    .top-banner {
        min-height: 500px;
    }

        .top-banner .container {
            padding-top: 70px;
        }

            .top-banner .container h1 {
                font-size: 41px;
                line-height: 50px;
            }

            .top-banner .container h2 {
                font-size: 15px;
            }

    .how-it-works {
        background-color: rgba(0,38,61, 0.9);
        padding-top: 40px;
        padding-bottom: 70px;
        text-align: center;
    }

        .how-it-works img {
            width: 90%;
        }

        .how-it-works h3 {
            margin-bottom: 50px;
        }

        .how-it-works h4 {
            font-size: 16px;
        }

        .how-it-works h5 {
            font-size: 11.5px;
        }

    .fare {
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .fare-details .detail {
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 10px;
    }

        .fare-details .detail i {
            margin-right: 10px;
            font-size: 15px;
            margin-top: 3px;
        }

        .fare-details .detail span {
            color: rgba(0,38,61,1);
            font-family: 'Montserrat';
            font-size: 15px;
        }

    .contact {
        padding-top: 25px;
    }

        .contact h2 {
            font-size: 30px;
        }

        .contact h3 {
            font-size: 14px;
        }

    .contact-info form {
        margin-top: 20px;
    }

        .contact-info form input,
        .contact-info form textarea,
        .contact-info form button {
            width: 100%;
            padding: 10px;
            background-color: transparent;
            border: solid 2px white;
            margin-bottom: 10px;
            color: white;
            font-family: 'Montserrat';
            font-size: 12px;
        }
}


@media(max-width:767px) {

    .navbar-header {
        height: 100px;
    }

        .navbar-header .navbar-brand img {
            width: 160px;
            margin-left: 20px;
        }


    header .navbar-nav {
        height: auto;
    }

    .navbar-toggle {
        margin-top: 30px;
        margin-right: 20px;
        background-color: transparent !important;
    }

    .icon-bar {
        background-color: white !important;
    }

    .top-banner {
        min-height: 450px;
        background-position: right center;
    }

        .top-banner .container {
            padding-top: 30px;
        }

            .top-banner .container h1 {
                font-size: 25px;
                line-height: 30px;
            }

            .top-banner .container h2 {
                font-size: 12.5px;
                width: 100%;
            }

    .how-it-works {
        background-color: rgba(0,38,61, 0.9);
        padding-top: 40px;
        padding-bottom: 70px;
        text-align: center;
    }

        .how-it-works h2 {
            font-size: 30px;
        }

        .how-it-works img {
            width: 100px;
        }

        .how-it-works h3 {
            margin-bottom: 50px;
        }

        .how-it-works h4 {
            font-size: 16px;
        }

        .how-it-works h5 {
            font-size: 11.5px;
            width: 250px;
            margin: 0 auto;
            margin-bottom: 50px;
        }

    .fare {
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: none;
    }

    .fare-info {
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .fare-title {
        background-color: rgba(2,206,123,1);
    }

        .fare-title h2 {
            font-size: 30px;
            color: rgba(0,38,61, 1);
        }

    .fare-details .detail {
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 10px;
    }

        .fare-details .detail i {
            margin-right: 10px;
            font-size: 15px;
            margin-top: 3px;
        }

        .fare-details .detail span {
            color: rgba(0,38,61,1);
            font-family: 'Montserrat';
            font-size: 15px;
        }

    .contact {
        padding-top: 25px;
        background-image: none;
        background-color: rgba(0,38,61, 1);
    }

        .contact h2 {
            font-size: 30px;
        }

        .contact h3 {
            font-size: 14px;
        }

    .contact-info form {
        margin-top: 20px;
    }

        .contact-info form input,
        .contact-info form textarea,
        .contact-info form button {
            width: 100%;
            padding: 10px;
            background-color: transparent;
            border: solid 2px white;
            margin-bottom: 10px;
            color: white;
            font-family: 'Montserrat';
            font-size: 12px;
        }

    .btn {
        font-size: 15px;
        padding: 12px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .why {
        padding-top: 30px;
    }

        .why h2 {
            font-size: 30px;
        }

        .why h3 {
            margin-bottom: 35px;
        }

        .why i {
            color: white;
            font-size: 25px;
        }

        .why .point {
            border: solid 2px white;
            padding: 20px;
            border-radius: 100px;
            width: 70px;
            height: 70px;
            text-align: center;
            padding-top: 21px !important;
            margin: 0 auto;
        }

    .locate-us {
        padding-top: 30px;
    }

        .locate-us h2 {
            font-size: 30px;
        }

        .locate-us h3 {
            font-size: 16px;
        }

    #map {
        height: 300px;
    }


    footer {
        padding: 30px;
        padding-top: 50px;
    }

        footer a {
            font-size: 20px;
            margin-left: 10px;
            margin-right: 10px;
            transition: 0ms;
        }

            footer a:hover,
            footer a:focus {
                color: rgba(2,206,123,1);
                transition: 0ms;
            }

        footer h6 {
            color: white;
            font-family: 'Montserrat';
            font-size: 12px;
        }

    .mediumworks {
        display: none;
    }

    .smallworks {
        display: block !important;
    }
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {

    .top-banner {
        background-image: url(/assets/img/oneminutepark_home_mobile.jpg);
        padding-top: 0px;
        padding-bottom: 30px;
    }
}


.help-block {
    color: rgb(180, 55, 55);
    text-align: left;
    font-family: 'Montserrat';
    margin-bottom:15px;
}


@media(min-width:500px) and (max-width:991px){
    .fare-info{
        margin:0 auto;
    }
}