@import url(https://fonts.googleapis.com/css2?family=Google+Sans:wght@300;400;500;700&display=swap);

html {
    overflow-x: hidden
}

html,
html a,
body {
    -webkit-font-smoothing: antialiased
}

body {
    font-family: 'Google Sans', sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    padding: 0 !important
}

.wrapper {
    z-index: 1
}

p {
    font-family: 'Google Sans', sans-serif;
    color: #999;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: .5px
}

a {
    color: #333743;
    font-family: 'Google Sans', sans-serif
}

a:focus,
a:hover {
    text-decoration: none
}

a:focus {
    outline: none
}

h1 {
    color: #540a9a !important;
    font-family: 'Google Sans', sans-serif;
    letter-spacing: .5px
}

h1 a {
    font-family: 'Google Sans', sans-serif
}

.text-white {
    color: #fff !important
}

.text-white h1,
.text-white p {
    color: #fff
}

@-webkit-keyframes kenburn {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

@-moz-keyframes kenburn {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

@-ms-keyframes kenburn {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

@-o-keyframes kenburn {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes kenburn {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

.font-size-30 {
    font-size: 30px !important
}

.text-center {
    text-align: center !important
}

.header {
    background-color: #fff
}

.header .container {
    position: relative
}

.header .navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0
}

.header .nav-logo {
    float: left
}

.header .nav-logo a {
    display: inline-block;
    line-height: 90px;
    transition: all .27s cubic-bezier(0, 0, .58, 1);
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1)
}

.header .nav-logo a img {
    display: inline-block;
    width: 150px;
    height: auto;
    transition: all .27s cubic-bezier(0, 0, .58, 1);
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1)
}

@media only screen and (max-width:992px) {

    .header .menu-header:after,
    .header .menu-header:before {
        display: table;
        content: " "
    }

    .header .menu-header:after {
        clear: both
    }
}

.wrapper {
    position: relative;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.loader-wrapper {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999;
    opacity: 1;
    overflow: hidden;
    height: 100%
}

.loader-wrapper .loaders {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-45%);
    -webkit-transform: translateX(-50%) translateY(-45%);
    -moz-transform: translateX(-50%) translateY(-45%);
    -o-transform: translateX(-50%) translateY(-45%);
    -ms-transform: translateX(-50%) translateY(-45%)
}

.loader-wrapper .loaders img {
    position: relative;
    z-index: 999
}

.loader-wrapper .loader-1 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    margin: -80px 0 0 -80px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #ececec;
    z-index: -1;
    opacity: .4
}

.loader-wrapper .loader-1:before {
    content: '';
    width: 160px;
    height: 160px;
    display: block;
    position: absolute;
    border: 2px solid;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    box-sizing: border-box;
    clip: rect(0, 35px, 35px, 0);
    z-index: 10;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -ms-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite
}

.loader-wrapper .loader-1:after {
    content: '';
    width: 160px;
    height: 160px;
    display: block;
    position: absolute;
    border: 2px solid #cecece;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    box-sizing: border-box;
    clip: rect(0, 164px, 150px, 0);
    z-index: 9;
    -webkit-animation: rotate2 3s linear infinite;
    -moz-animation: rotate2 3s linear infinite;
    -ms-animation: rotate2 3s linear infinite;
    -o-animation: rotate2 3s linear infinite;
    animation: rotate2 3s linear infinite
}

.loader-wrapper .loader-logo-pulse {
    -webkit-animation: pulse-fade 4s backwards infinite;
    -moz-animation: pulse-fade 4s backwards infinite;
    -ms-animation: pulse-fade 4s backwards infinite;
    -o-animation: pulse-fade 4s backwards infinite;
    animation: pulse-fade 4s backwards infinite
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-ms-keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0);
        clip: rect(0, 35px, 35px, 0)
    }

    50% {
        clip: rect(0, 40px, 40px, 0)
    }

    100% {
        transform: rotate(360deg);
        clip: rect(0, 35px, 35px, 0)
    }
}

@-moz-keyframes rotate {
    0% {
        transform: rotate(0);
        clip: rect(0, 35px, 35px, 0)
    }

    50% {
        clip: rect(0, 40px, 40px, 0)
    }

    100% {
        transform: rotate(360deg);
        clip: rect(0, 35px, 35px, 0)
    }
}

@-ms-keyframes rotate {
    0% {
        transform: rotate(0);
        clip: rect(0, 35px, 35px, 0)
    }

    50% {
        clip: rect(0, 40px, 40px, 0)
    }

    100% {
        transform: rotate(360deg);
        clip: rect(0, 35px, 35px, 0)
    }
}

@-o-keyframes rotate {
    0% {
        transform: rotate(0);
        clip: rect(0, 35px, 35px, 0);
    }

    50% {
        clip: rect(0, 40px, 40px, 0);
    }

    100% {
        transform: rotate(360deg);
        clip: rect(0, 35px, 35px, 0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
        clip: rect(0, 35px, 35px, 0)
    }

    50% {
        clip: rect(0, 40px, 40px, 0)
    }

    100% {
        transform: rotate(360deg);
        clip: rect(0, 35px, 35px, 0)
    }
}

@keyframes rotate2 {
    0% {
        transform: rotate(0deg);
        clip: rect(0, 164px, 150px, 0)
    }

    50% {
        clip: rect(0, 164px, 0, 0);
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(720deg);
        clip: rect(0, 164px, 150px, 0)
    }
}

@keyframes array-fade {
    0% {
        opacity: 0;
        transform: translateX(-300px)
    }

    33% {
        opacity: 1;
        transform: translateX(0)
    }

    66% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(300px)
    }
}

@keyframes pulse-fade {
    0% {
        opacity: 1
    }

    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

.fs-hero {
    height: 100vh;
    position: relative
}

.hero-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}


header,
menu,
nav,
section {
    display: block
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p {
        orphans: 3;
        widows: 3
    }

    .navbar {
        display: none
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../plugins/bootstrap/fonts/glyphicons-halflings-regular.eot?');
    src: url('../plugins/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../plugins/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../plugins/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

a {
    color: #57abf3;
    text-decoration: underline
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

h1,
.h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1,
.h1 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1,
.h1 {
    font-size: 36px
}

p {
    margin: 0 0 10px
}

.text-center {
    text-align: center
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}


.col-md-8,
.col-xs-12,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}


.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

@media(min-width:992px) {

    
    .col-md-8,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {

    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}


.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after {
    display: table;
    content: " "
}


.container:after,
.row:after,
.nav:after,
.navbar:after {
    clear: both
}

@-ms-viewport {
    width: device-width;
}

/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

@font-face {
    font-family: "exclusive-icon";
    src: url("../fonts/exclusive-icon.eot?");
    src: url("../fonts/exclusive-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/exclusive-icon.woff") format("woff"), url("../fonts/exclusive-icon.ttf") format("truetype"), url("../fonts/exclusive-icon.svg#exclusive-icon") format("svg");
    font-weight: normal;
    font-style: normal
}


img {
    max-width: 100%
}

#find-strollers .center_div {
    margin: 0 auto
}

@media(max-device-width:480px) {

    #datesFormContainer {
        padding-left: 0;
        padding-right: 0
    }
}

a:hover,
a:focus {
    color: #540a9a
}

.loader-wrapper .loader-1:before {
    border-color: #540a9a
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}