﻿
/** START: Resets **/
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

a { border: none 0px; }

html, object, div, a, span { outline: none !important; }

html {
    font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,body {
    min-height: 100% !important;
}

ul,li,p,label {
    font-family: 'Raleway', sans-serif;
}


.text-strong, strong { font-weight: bold; }
.text-em, em { font-style: italic; }

audio:not([controls]) {
	display: none;
	height: 0;
}

ul,li {
    margin: 0;
    padding: 0;
    list-style: none none outside;
    font-weight: 100;
}

[hidden],
template {
	display: none;
}

[role="button"] {
    cursor: pointer;
}
:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
}

a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    color: white;
}
a:hover {
    text-decoration: underline;
    color: white;
}
/** END: Resets **/

/** START: Global Utility Classes **/
.overlay { background-color: rgba(0,0,0,.6); }
.overlay_fff { background-color: rgba(255,255,255,.9); }
.hidden { display: none; }
.block { display: block; float: none; clear: both; }

.mt-1 { margin-top: -1px !important; }
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb3 { margin-bottom: 3px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.pt0 { padding-top: 0 !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pr0 { padding-right: 0 !important; }
.pr10 { padding-right: 10px !important; }
.pr20 { padding-right: 20px !important; }
.pr30 { padding-right: 30px !important; }
.pr10per { padding-right: 10% !important; }
.pb0 { padding-bottom: 0 !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl0 { padding-left: 0 !important; }
.pl10 { padding-left: 10px !important; }
.pl20 { padding-left: 20px !important; }
.pl10per { padding-left: 10% !important; }

.opacity65 { opacity: .65; }
.opacity85 { opacity: .85; }
.opacity90 { opacity: .9; }
.opacity95 { opacity: .95; }

.float-right { float: right; }
.float-left { float: left; }
.row-nopad {
    position: relative;
    clear: both;
}

.pos-rel { position: relative; }
.dis-blk { display: block; }

.txtprimary { color: #b71017; }
.txtblack { color: black; }
#main .txtwhite, .txtwhite { color: white; }
.txtred, #main .txtred { color: red; }
.txtorange, #main .txtorange { color: #f9bf47; }

.txtprimary-hover:hover { color: #b71017; }
.txtblack-hover:hover { color: black; }
.txtwhite-hover:hover, #main .txtwhite-hover:hover { color: white; }
.txtred-hover:hover { color: red; }
.txtorange-hover:hover { color: #f9bf47; }

.txt-right { text-align: right; }
.txt-center { text-align: center; }

.txt-underlined { text-decoration: underline; }

.txt-smallertitle { font-size: 20px; }

.bg-black { background-color: black; }
.bg-blue { background-color: #07477d; }
.bg-gray { background-color: #333333; }
.bg-purple { background-color: #330033; }
.bg-ltgray { background-color: #c2c1aa; }
.bg-maroon { background-color: #726571; }
.bg-yellow { background-color: #fab733; }
.bg-rust { background-color: #c26143; }

.txticon {
  font-family: "bevite-mfglabs";
  font-style: normal;
  font-weight: normal;
  speak: none;
}


.img100 {
    display: block;
    width: 100%;
    height: auto;
}
.home-padding {
    padding: 20px 10% 20px;
}

.border-top-solid, h3.grayborder { border-top: 1px solid #e2e2e2;}
.border-top-dotted { border-top: 1px dotted #e2e2e2;}
.border-top-dashed { border-top: 1px dashed #e2e2e2;  }
.dashed-right { border-right: 1px dashed #e2e2e2; }
.dashed-left { border-left: 1px dashed #e2e2e2; }

.list-bulleted li {
    margin-left: 15px;
    list-style-type: disc;
    font-weight: 200;
}

.no-transition {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s;
}

.btn_close { font-size: 18px; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/** END: Global Utility Classes **/

/** START: Bootstrap Overrides **/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
	text-rendering: optimizeLegibility;
}

.btn-clean {
    margin: 0;
    padding: 0;
    border: 0 none;
    background: Transparent none;
}

/*
.form-control:focus {
    border-color: #feb742 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #feb742 !important;
    outline: 0 none !important;
}
a[data-toggle="tooltip"] {
    display: inline-block;
}*/

/** END: Bootstrap Overrides **/


/** START: Pace **/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 2px;
  background: white;

}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #fdb913;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
/** END: Pace **/

/** START: Layout **/
html,body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #ffba00;
}
body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: 700px;
}

#page {
    position: relative;
    overflow-x: visible;
    margin: 0px auto;
}

header {
    min-height: 123px;
    border-bottom: 1px solid white;
    margin-bottom: 20px;
    margin-top: 3px;
}
.show-bg header {
    border-color: transparent;
}

.fade-copyright {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
    color: white;
}
.show-bg .fade-copyright {
    padding-top: 20px;
}

#head_question {
    position: absolute;
    top: 20px;
    left: 27px;
    color: white;
    font-size: 14px !important;
}
#head_question:hover {
    text-decoration: none;
}
#head_copy {
    position: absolute;
    top: 14px;
    right: 30px;
    font-size: 12px;
    color: white;
}
#head_copy a, #head_copy a:hover {
    text-decoration: none;
    color: white;
}

.logo-block {
    display: table;
    margin: 0 auto 10px;
    padding-top: 3px;
    padding-right: 2px;
}
header img {
    display: block;
    padding: 2px 10px 1px 0px;
    width: 69px;
    height: 29px;
    margin-top: 6px;
    margin-left: 2px;
}
#mainheader a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 2px;
    padding-left: 2px;
    font-size: 12px;
}
#head_copy a {
    display:inline-block;
    font-size: 14px; 
}

.maincolset .left {
    padding-top: 8px;
}
h1 {
    /*max-width: 800px;*/
    margin-bottom: 1px;
    padding: 0 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 100;
    text-align: center;
    color: white;
}
h3 {
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 100;
    text-align: center;
    color: white;
}

.grey-btn {
    display: block;
    width: 100%;
    max-width: 407px;
    height: 40px;
    margin: 0 auto 20px;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    color: white;
    background: #5e5e5e;
    border-radius: 5px;
}
.grey-btn:hover {
    color: white;
}

.link-std {
    display: block;
    font-size: 12.6px;
    text-align: center;
    text-decoration: none;
    color: white;
}

footer {
    position: relative;
    overflow: hidden;
    clear: both;
    font-size: 12.6px;
    text-align: center;
    color: white;
}
footer a {
    text-decoration: none;
    color: white;
}

#mainfooter {
    position: fixed;
    background-color: #FDB913;
    bottom: 0;
    left: 0;
    right: 0;
    height: 59px;
    padding-top: 10px;
    border-top: 1px solid white;
}

/** END: Layout **/

/** START: Interactive Module **/
.maincolset .right {
    padding-top: 15px;
}


.hiw_icons {
    position: relative;
    display: table;
    clear: both;
    height: 61px;
    margin: 0 auto 28px;
}
.hiw-icon {
    position: relative;
    float: left;
    display: inline-block;
    color: white;
    opacity: 1;
}
.hiw-icon img {
    display: block;
    margin: 0 auto 5px;
}
.hiw-icon:hover {
    opacity: 1;
}
.hiw-icon + .hiw-icon {
    margin-left: 30px;
}

.hiw-icon span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: white;
    /*position: absolute;
    bottom: -26px;
    left: -7px;*/
}

.im-head {
    display: none;
    position: relative;
    /*overflow: hidden;*/
    clear: both;
    width: 270px;
    height: 61px;
    margin: 0 auto 80px;
}
.im-icon {
    position: relative;
    float: left;
    display: inline-block;
    width: 62px;
    height: 61px;
    color: white;
    background: transparent url('../images/icons_off.png') no-repeat top left;
}
.im-icon + .im-icon {
    margin-left: 40px;
}
.im-icon:hover {
    background-image: url('../images/icons_on.png');
}
.im-people {
    background-position-x: -80px;
}
.im-bike {
    background-position-x: -159px;
}
.im-graphic {
    display: none;
    position: relative;
    /*overflow: hidden;*/
    clear: both;
    max-width: 610px;
    width: 100%;
    height: 454px;
    background-size: contain;
    background-repeat: no-repeat;
}
.im-graphic a {
    position: absolute;
    display: block;
    top: calc(100% - 44px);
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
}
.im-graphic .img-title {
    position: absolute;
    display: block;
    top: calc(100% - 44px);
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 24px;
    text-align: center;
    color: white;
    cursor: pointer;
    z-index: 99;
}

.bgfade-hide {
    -webkit-transition: opacity .5s,transform .5s;
    transition: opacity .5s,transform .5s;
    opacity:1;
}
.show-bg .bgfade-hide {
    -webkit-transition: opacity .5s,transform .5s;
    transition: opacity .5s,transform .5s;
    opacity:0;
}

.im-bg-land {
    background-image: url('../images/im-1.png');
}
.im-bg-house {
    background-image: url('../images/im-2.png');
}
.im-bg-people {
    background-image: url('../images/im-3.png');
}
.im-bg-bike {
    background-image: url('../images/im-4.png');
}

.show-bg .im-graphic {
    background-image: none;
}

.im-icon span {
    position: absolute;
    bottom: -26px;
    left: -7px;
}
.im-people span {
    left: -4px;
}
.im-bike span {
    left: 9px;
}

.txt-larger {
    font-size: larger;
}

h6 .txt-larger {
    font-size: 38.4px;
    vertical-align: middle;
}

#delivery_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url('../images/Guest_Overlay_3.jpg') no-repeat center top;
    background-size: cover;
}

.bgfade-show {
    -webkit-transition: opacity .5s,transform .5s;
    transition: opacity .5s,transform .5s;
    opacity:0;
}
.show-bg .bgfade-show {
    -webkit-transition: opacity .5s,transform .5s;
    transition: opacity .5s,transform .5s;
    opacity:.99;
}
.bgfade-always {
    -webkit-transition: opacity .5s,transform .5s;
    transition: opacity .5s,transform .5s;
    opacity:.99;
}

#delivery_bg {
    display: none;
}
.show-bg #delivery_bg {
    display: block;
}

/** END: Interactive Module **/

/** START: How it works **/
#how_it_works_items,
#hiw_items_bus,
#hiw_items_per,
#hiw_items_guest {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    display: none;
}
#how_it_works_items .hiw_item,
#hiw_items_bus .hiw_item,
#hiw_items_per .hiw_item,
#hiw_items_guest .hiw_item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    background: transparent none no-repeat top center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity .5s,transform .5s;
    transition: opacity .5s,transform .5s;
}
#how_it_works_items .hiw_item.active,
#hiw_items_bus .hiw_item.active,
#hiw_items_per .hiw_item.active,
#hiw_items_guest .hiw_item.active {
    opacity: 1;
    -webkit-transition: opacity .5s,transform .5s;
    transition: opacity .5s,transform .5s;
}

.logo_forbusinesses {
    position: absolute;
    top: 20px;
    right: 70px;
}

#how_it_works_items .btn-close,
#hiw_items_bus .btn-close,
#hiw_items_per .btn-close,
#hiw_items_guest .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.subtext {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    color: white;
}

.dots {
    display: block;
    width: 13px;
    height: 13px;
    background: transparent url('../images/dots.png') no-repeat top left;
}
.dots.active {
    background-position: top right;
}

.openpop {
    cursor: pointer;
    line-height: 39px;
}
.titlesmall {
    font-size: 22px;
}


.hiw_item {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .5s,transform .5s;
    transition: opacity .5s,transform .5s;
}
.hiw_item.active {
    opacity: 1;
    -webkit-transition: opacity .5s,transform .5s;
    transition: opacity .5s,transform .5s;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    margin-left: auto;
    margin-right: auto; 
}

h2 {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 52px;
    line-height: 1;
    font-weight: 100;
    text-align: center;
    color: white;
}
.hiw_item hr {
    display: block;
    width: 293px;
    height: 1px;
    margin: 40px auto 35px;
    background: white;
}
h4 {
    width: 610px;
    margin: 0 auto;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    /*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);*/
    color: white;
}
h6 {
    height: 109px;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 100;
    text-align: center;
    color: white;
}

#how_it_works_items .indicators,
#hiw_items_bus .indicators,
#hiw_items_per .indicators,
#hiw_items_guest .indicators {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 13px;
    z-index: 50;
}

#how_it_works_items .indicators ul,
#hiw_items_bus .indicators ul,
#hiw_items_per .indicators ul,
#hiw_items_guest .indicators ul {
    display: table;
    margin: 0 auto;
}
#how_it_works_items .indicators li,
#hiw_items_bus .indicators li,
#hiw_items_per .indicators li,
#hiw_items_guest .indicators li {
    float: left;
    display: inline;
}
#how_it_works_items .indicators li + li,
#hiw_items_bus .indicators li + li,
#hiw_items_per .indicators li + li,
#hiw_items_guest .indicators li + li {
    margin-left: 13px;
}

.active .hiw_btn_signup {
    display: inline-block;
    margin-bottom: 16px;
}

.hiw_btn_signup {
    display: none;
    padding: 5px 20px;
    color: white !important;
    border: 1px solid white;
    border-radius: 30px;
}
.hiw_btn_signup:hover {
    color: white;
    text-decoration: none;
    background: black;
    border-color: black;
}

.number {
    display: block;
    width: 62px;
    height: 62px;
    margin: 0 auto 25px;
}

.hiw_item:nth-child(1) .number {
    background: transparent url('../images/1a.png') no-repeat left top;
}
.hiw_item:nth-child(2) .number {
    background: transparent url('../images/2a.png') no-repeat left top;
}
.hiw_item:nth-child(3) .number {
    background: transparent url('../images/3a.png') no-repeat left top;
}

.hiw_arrows {
    position: absolute;
    top: 44%;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    line-height: 1;
    font-weight: 100;
    color: white;
    z-index: 30;
}
.hiw_arrows .hiw_arrow {
    float: left;
    /*display: inline-block;*/
    width: 29px;
    height: 50px;
    margin-left: 20px;
    opacity: .5;
    background: transparent url('../images/arrow_left.png') no-repeat left top;
}
.hiw_arrows .hiw_arrow:hover {
    text-decoration: none;
    opacity: 1;
}
.hiw_arrows .hiw_arrow[data-direction="1"] {
    float: right;
    display: inline-block;
    margin-right: 20px;
    background: transparent url('../images/arrow_right.png') no-repeat left top;
}

.popup-opened .overlay-hide {
    display: none;
}


@media (max-width: 767px) {
    #interactive-module {
    }
    #vidwrap {
        margin-bottom: 40px;
    }
    #mainfooter {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #FDB913;
    }

    .hidden-mobile {
        display: none !important;
    }
}



@media (max-width: 600px) {
    h2 {
        font-size: 36px;
    }
    h4 {
        width: 275px;
    }

    #how_it_works_items .indicators,
    #hiw_items_bus .indicators,
    #hiw_items_per .indicators,
    #hiw_items_guest .indicators {
        bottom: 0;
    }
    .logo_forbusinesses {
        display: none;
    }
}

@media (max-width: 400px) {
    h4 {
        font-size: 24px;
    }
    h6 {
        font-size: 18px;
    }
    #how_it_works_items .indicators,
    #hiw_items_bus .indicators,
    #hiw_items_per .indicators,
    #hiw_items_guest .indicators {
        bottom: 0;
    }
}

/** END: How it works **/


/** START: Hover Page **/
.delivery-copy {
    margin-left: 51%;
    padding-top: 115px;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 100;
    color: white;
}
.delivery-copy span {
    display: block;
    font-size: 36px;
}
.delivery-copy u {
    text-decoration: none;
}

#vidwrap {
    padding: 0 30px;
}
.videoWrapper {
	position: relative;
	/*padding-bottom: 56.25%;*/ /* 16:9 */
	/*padding-top: 25px;*/
    /*padding-top: 9px;*/
	/*height: 0;*/
    /*border: 1px solid white;*/
}
#vidwrap .videoWrapper {
    width: 560px;
    height: 315px;
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
    position: relative;
    clear: both;
    display: block;
    width: 560px;
    height: 315px;
    margin: 0;
    padding: 0;
    /*
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
}


/** START: MC Form **/
#mcpopup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 17px;
    color: #5e5e5e;
    background: rgba(0,0,0,.85);
}
#bgscrim {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
#mcform {
    position: absolute;
    top: calc(50% - 20%);
    left: calc(50% - 20%);
    width: 40%;
    height: 340px;
    border-radius: 10px;
    background: White;
    z-index: 1;
}

#mcform .tab-pane {
    margin-left: 70px;
    margin-right: 70px;
}

#mcform .mcf-head {
    position: relative;
    border-bottom: 1px solid #c6c6c6;
}

#mcform .btn-close {
    position: absolute;
    top: 18px;
    right: 14px;
    font-size: 14px;
    text-decoration: none;
    color: #7f7f7f;
}

#mcform input:not([type="submit"]) {
    width: 100%;
    height: 27px;
    margin-bottom: 9px;
    padding-left: 10px;
    border-radius: 3px;
    border: 1px solid #c6c6c6;
}
#mcform input[type="submit"] {
    width: 100%;
    height: 27px;
    border-radius: 3px;
    border: 0 none;
    text-align: center;
    color: white;
    background: #5e5e5e;
}

#mcform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
}
#mcform ::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
}
#mcform :-ms-input-placeholder { /* IE 10+ */
  color: #999999;
}
#mcform :-moz-placeholder { /* Firefox 18- */
  color: #999999;
}

.mcf-foot li {
    display: none;
    text-align: center;
}
.mcf-foot li.active {
    display: block;
}
.mcf-foot a {
    color: black;
}

#legal {
    height: 214px;
    margin-bottom: 10px;
    overflow-x: auto;
}

#legal a {
    color: black;
}

/** END: MC Form **/



@media (min-width: 768px) and (max-width: 1190px) {

    h1 {
        font-size: 36px;
        line-height: 28px;
        margin-bottom: 18px;
    }
    h3 {
        font-size: 36px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .hiw_icons {
        margin-bottom: 18px;
    }

    #vidwrap .videoWrapper,
    .videoWrapper iframe {
        width: 336px;
        height: 189px;
    }
    .grey-btn {
        width: 58%;
    }
}
@media (max-width: 767px) {
    #vidwrap .videoWrapper {
	    position: relative;
	    padding-bottom: 56.25%; /* 16:9 */
	    padding-top: 8px;
        width: auto;
	    height: 0;
    }
    .videoWrapper iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
    }
    #mcform {
        width: 60%;
        top: calc(50% - 30%);
        left: calc(50% - 30%);
    }
}
@media (max-width: 479px) {
    #mcform {
        width: 100%;
        left: 0;
    }
}

.space-label {
    display: inline-block;
    width: 66px;
}

.grey-btn {
        width: 58%;
}

@media (max-width: 767px) and (min-width: 400px) {
    .hiw_item h4 {
        font-size: 16px;
    }
    .hiw_item h6, .subtext {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .hiw_item h4 {
        font-size: 14px !important;
    }
    .hiw_item h6, .subtext {
        font-size: 10px !important;
    }
    .hiw_item hr {
        width: 200px;
    }
    .hiw_arrows {
        top: 37%;
    }

}

/* Desktop */
@media (min-height: 767px) and (max-width: 1190px) {
    h1, h3 {
        font-size: 36px !important;
    } 
}

/* Mobile */
@media (min-width: 400px) and (max-width: 767px) {
    h1, h3 {
        font-size: 48px !important;
    }    
}

@media (min-width: 400px) and (max-width: 550px) {
    h1, h3 {
        font-size: 36px !important;
    }    
}

@media (max-width: 400px) {
    .bgfadetrigger {
        display: none;
    }   
    h1, h3 {
        font-size: 36px !important;
    }

    .bgfadetriggermobile {
        display: block !important;
    }

}

.bgfadetriggermobile {
    display: none;
}

.indicators {
    display: none;
}

@-moz-document url-prefix() {
    .img-business {
        background: url('http://delivery.bevite.com/images/hiw_icon1.png') no-repeat;
        height: 55px;
        width: 55px;
    }

    .img-business:hover {
        background: url('http://delivery.bevite.com/images/hiw_icon1a.png') no-repeat;
        height: 55px;
        width: 55px;
    }

    .img-personal {
        background: url('http://delivery.bevite.com/images/hiw_icon2.png') no-repeat;
        height: 55px;
        width: 55px;
    
    }

    .img-personal:hover {
        background: url('http://delivery.bevite.com/images/hiw_icon2a.png') no-repeat;
        height: 55px;
        width: 55px;
    }

    .img-guest {
        background: url('http://delivery.bevite.com/images/hiw_icon3.png') no-repeat;
        height: 55px;
        width: 55px;
    }

    .img-guest:hover {
        background: url('http://delivery.bevite.com/images/hiw_icon3a.png') no-repeat;
        height: 55px;
        width: 55px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
    .img-business {
        content: url('http://delivery.bevite.com/images/hiw_icon1.png');
        height: 55px;
        width: 55px;
    }

    .img-business:hover {
        content: url('http://delivery.bevite.com/images/hiw_icon1a.png');
        height: 55px;
        width: 55px;
    }

    .img-personal {
        content: url('http://delivery.bevite.com/images/hiw_icon2.png');
        height: 55px;
        width: 55px;
    }

    .img-personal:hover {
        content: url('http://delivery.bevite.com/images/hiw_icon2a.png');
        height: 55px;
        width: 55px;
    }

    .img-guest {
        content: url('http://delivery.bevite.com/images/hiw_icon3.png');
        height: 55px;
        width: 55px;
    } 

    .img-guest:hover {
        content: url('http://delivery.bevite.com/images/hiw_icon3a.png');
        height: 55px;
        width: 55px;
    }
}

.go-tooltip {
    position: relative;
    display: inline-block;
}

.go-tooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 4px 5px;
    border-radius: 4px;
    position: absolute;
    margin-top: 7px;
    margin-left: -32px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    font-size: 11px;
    line-height: 1.428571;
    opacity: .9;
}

.go-tooltip:hover .tooltiptext {
    visibility: visible;
}

.go-tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

@media (max-width: 900px) {
    #head_question,
    #head_copy {
        display: none !important;
    }

    header {
        min-height: 86px !important;
    }
}

.mainfooter-flyout {
    position: absolute !important;
}

.fa {
    color: white;
}

.js-flyout-menu .forgot-password {
  padding-left: 10px;
}

.js-flyout-menu .become-helper {
  padding-left: 9px;
}

.js-flyout-menu .register {
  padding-left: 10px;
}

.js-flyout-menu .login {
  padding-left: 10px;
}

.js-flyout-menu .Bevite{
  padding-left: 11px;
}

.js-flyout-menu .Updates .fa{
  margin-right: 3px
}

#login-toggle {
/*
  display: none;
*/
  color: white;
  position: absolute;
  top: 18px;
  left: 51px;
  font-weight: 700;
  font-size: 14px;
}



.mobile-toggle-button {
    padding-top: 0px !important;
    position: absolute;
/*
    right: 0;
*/
}

.flyout-menu ul { 
    padding-left: 2px;
}

.fa-building {
    padding-left: 7px;
    font-size: 40px;
    padding-top: 10px;
    margin-bottom: 12px;
}

.fa-home {
    font-size: 55px;
}

.fa-user {
    font-size: 55px;
}

#localize-countries{
    display:none;
    padding-top: 8px;
}

.fa-plus-circle {
    float: left;
    padding-right: 15px;
    padding-left: 25px;
    margin-top: 6px;
}

.continent {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 200;
    border-top: solid white 1px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-right: 25px;
}

.countries {
    padding: 5px;
    padding-left: 75px;
    font-size: 32px;
    font-weight: 200
}

.localize-header {
    text-align: middle;
}

.flags {
    margin-right: 10px;
    height: 40px;
    margin-bottom: 6px;
}






  /* Flyout Menu */

  .flyout-menu {
    position: absolute;
    left: -250px;

    display: block; /* remove display: none; of non-mobile version */
    overflow-x: hidden;

    width: 250px;
    height: 100%;
    margin: 0; /* reset margin for themes that define it */
    padding: 0; /* reset padding for themes that define it */

    color: #FFFFFF;
    background-color: #000000;
    top: -3px; /* no idea why it's pushing down */
  }

  /* avoid zoom on search input focus for ios devices */
  .flyout-menu input[type='text'] {
    font-size: 16px;
  }

  .flyout-menu h3 {
    font-size: 11px;
    line-height: 19px;

    height: 20px;
    margin: 0;
    padding: 0;

    letter-spacing: .1em;
    text-transform: uppercase;

    color: white;
  }

  .flyout-menu h4 {
    color: white;
  }

  .flyout-menu h3,
  .flyout-menu h4,
  .flyout-menu > p,
  .flyout-menu > a,
  .flyout-menu ul li a,
  .flyout-menu__search,
  .flyout-menu__sidebar > div,
  .flyout-menu__sidebar > p,
  .flyout-menu__sidebar > a,
  .flyout-menu__sidebar > form,
  .flyout-menu > div,
  .flyout-menu > form {
    padding-left: 8px;
  }



  .flyout-menu .flyout-menu__avatar {
    margin-top: -1px; /* move avatar up 1px */
    padding-left: 0;
  }

  .flyout-menu__sidebar > form {
    display: block;
  }

  .flyout-menu__sidebar > form h3 {
    margin-left: -8px;
  }

  .flyout-menu__sidebar > form label {
    display: inline-block;
    margin: 8px 0;
  }

  .flyout-menu__sidebar > form br  br {
    display: none;
  }

  /* Targets list containing checkboxes (e.g. activities sidebar) in flyout menu */
  .flyout-menu__sidebar form > ul {
    margin-left: -8px;
    padding-left: 0;
  }

  .flyout-menu__sidebar form > ul li {
    line-height: 39px;
    display: block;
    padding-left: 8px;
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .flyout-menu__sidebar form > ul li:first-child {
    border-top: none;
  }

  .flyout-menu__sidebar form > ul li label {
    margin: 0;
  }

  .flyout-menu__sidebar form > ul li label a {
    line-height: 1;
    display: inline;
    padding-left: 0;
    border: none;
  }

  .flyout-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .flyout-menu #watchers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .flyout-menu #watchers .contextual {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .flyout-menu #watchers h3 {
    margin-left: -8px;
  }

  .flyout-menu #watchers ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row;

    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .flyout-menu ul li a {
    line-height: 40px;
    display: block;
    overflow: hidden;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*border-top: 1px solid rgba(255,255,255,.1);*/
  }

  .flyout-menu ul li:first-child a {
    line-height: 39px;
    height: 39px;
    border-top: none;
  }

  .flyout-menu a {
    color: white;
  }

  .flyout-menu ul li a:hover {
    text-decoration: none;
  }

  .flyout-menu ul li a.new-object,
  .new-object ~ .menu-children {
    display: none;
  }

  /* Left flyout search container */
  .flyout-menu__search {
    line-height: 54px;
    height: 64px;
    padding-top: 3px;
    padding-right: 8px;
  }

  .flyout-menu__search input[type='text'] {
    line-height: 2;

    width: 100%;
    height: 38px;
    padding-left: 27px;

    vertical-align: middle;

    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
  }

  .flyout-menu__avatar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .flyout-menu__avatar img.gravatar {
    width: 40px;
    height: 40px;
    padding: 0;
    vertical-align: top;
    border-width: 0;
  }

  .flyout-menu__avatar a {
    line-height: 40px;
    height: auto;
    height: 40px;
    text-decoration: none;
    color: white;
  }

  /* avatar */
  .flyout-menu__avatar a:first-child {
    line-height: 0;
    width: 40px;
    padding: 0;
  }

  .flyout-menu__avatar .user {
    padding-left: 15px;
  }

  /* user link when no avatar is present */
  .flyout-menu__avatar--no-avatar a.user {
    line-height: 40px;
    padding-left: 8px;
  }

  .flyout-is-active body {
    overflow: hidden; /* for body not to have scrollbars when left flyout menu is active */
  }

  html.flyout-is-active {
    overflow: hidden;
  }

  .flyout-is-active #wrapper {
    left: 250px; /* when left flyout is active, move body to the right (same amount like flyout-menu's width) */
    overflow: visible;
    height: 100%;
  }

  .flyout-is-active .mobile-toggle-button:after {
    content: '\00D7'; /* close glyph */
  }

  .flyout-is-active #wrapper2 {
    /*
     * only relevant for devices with cursor when flyout it active, in order to show,
     * that whole wrapper content is clickable and closes flyout menu
     */
    cursor: pointer;
  }

#big-c {
  color: #fff;
  position: absolute;
  top: 11px;
  right: 13px;
  font-size: 28px;
  font-weight: bold;
}




