﻿a {
    color: white;
}

#footer {
    min-height: 20px;
	clear: both;
} 

#footer a {
    color: saddlebrown;
}

html {
    font-size: 100%;
}

body {
    background: linear-gradient(#2C2C2C, darkgray);
    color: white;
    height: 100%;
    line-height: normal;
    font-size: 100%;
}

h1, h2, h4, h3, h4, h5 {
    line-height: normal;
    font-weight: bold;
    text-shadow: 1px 1px black;
}

h5 {
    font-size: 1.1em;
}

h4, .BoxHeader {
    font-size: 1.2em;
}

h3 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.4em;
}

h1 {
    font-size: 1.5em;
}

ul li {
    list-style: square;
}

.container {
    padding: 0;
}

.HugeButton {
    font-size: 1.2em;
}

h1 {
    text-shadow: 1px 1px black;
    font-weight: bold;
    margin: 5px 0;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea,
.form-control {
    padding: 4px;
    margin: 0;
    color: saddlebrown;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    line-height: normal;
}

textarea,
input[type=text],
input[type=file] {
    border: 1px ridge saddlebrown;
}


.Rating {
    margin-right: 10px;
    white-space: nowrap;
}

.FilterDiv select {
    margin: 5px 0;
}

.IndexFilterDiv {
    background-color: #eb6810;
    padding: 10px;
}

div.BeigeBg, 
div.BeigeBg a:not(.CancelButton) {
    background-color: antiquewhite;
    color: saddlebrown !important;
}

div.BlackBg a:not(.RegularButton),
div.GreyBg a:not(.RegularButton) {
    color: white !important;
}

div.BrownBg a {
    color: white !important;
}

div.BlackBg a:hover,
div.GreyBg a:hover,
.clickable:hover {
    color: #eb6810 !important;
    text-shadow: 1px 1px black;
}

input[type=submit],
input[type=button],
button.RegularButton,
#PlayGame,
.BigButton,
.BigButtonMultiLine,
#ButtonsDiv a,
a.CancelButton,
a.BrownButton,
.AccountButton,
div.BeigeBg a.RegularButton,
.ui-dialog a.RegularButton,
.ui-dialog button,
a.RegularButton,
a.BoldButton,
a.TopButton,
a.BoxDivButton,
a.OrderButton,
#Actions a,
.Go,
.HomeButton {
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    color: saddlebrown !important;
    background: linear-gradient(#eb6810, orange) !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 4px 8px;
    margin: -4px 5px 5px 0;
    text-decoration: none;
    max-width: none;
    border: none;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal !important;
    text-align: center;
    outline: none;
    font-size: 1.1em;
}

a.BoldButton {
    padding: 4px 5px 0 5px;
    line-height: 32px;
    min-width: 32px;
    text-align: center;
    font-size: 1.5em;
}

.CancelButton:hover {
    background-color: darkgray !important;
    color: white !important;
}

.BigButton,
.BigButtonMultiLine {
    white-space: normal !important;
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    font-weight: bold !important;
    text-shadow: 1px 1px black;
    font-size: 1.2em;
    text-align: left;
}

.BigButton h4 {
    color: white !important;
    vertical-align: central;
    width: 100%;
    text-align: center;
    line-height: 50px;
}

.BigButtonMultiLine h4 {
    color: white !important;
    margin: 0;
}

.BigButtonMultiLine i {
    color: white !important;
    margin: 0;
}

.NewGuRouteMessage {
    font-weight: bold;
    margin-bottom: 10px;
}

.HomeButton {
    font-size: 1.5em;
    width: 100%;
    max-width: 300px;
    white-space: normal;
    text-align: left;
    margin: 5px;
}

.HomeButton img {
    width: 41px;
    height: 52px;
}

a.HomeButton {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 12px 24px;
}

.LoginButton {
    width: 100% !important;
    padding: 10px 0 !important;
}

.FullWidth {
    width: 100% !important;
}

#fbShare {
    background-color: #627aac !important;
    color: white !important;
    border-radius: 0 !important;
}

#DetailsBox #fbShare {
    float: right;
    padding: 0 !important;
    height: 40px;
    margin: 0 4px !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#VisitEdited #fbShare {
    margin: 10px 0 !important;
    padding: 0 10px 0 0;
    font-weight: bold !important;
}

#fbShare > img {
    height: 40px !important;
    width: 40px !important;
}

#fbShare span {
    padding: 0 20px;
    font-size: 1em !important;
}

a.CurrentlyEditing {
    position: absolute;
    top: 5px;
    left: 55px;
    z-index: 2;
    padding: 8px;
    opacity: .7;
    font-size: 1.6em;
}

.ButtonsOverlay {
    position: fixed;
    right: 10px;
    z-index: 9;
    display: block;
    bottom: 10px;
}

.ButtonsOverlay > a {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: cover !important;
    display: inline-block;
    font-size: 1.5em;
    text-align: center;
}

.CurrentFilter {
    background: url(/Images/blank.png);
}

.CurrentFilter img {
    height: 34px;
    width: 34px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid goldenrod;
    margin-top: -10px;
}

.Centered {
    min-height: 180px;
    text-align: center;
    padding: 50px 10px;
    line-height: 42px;
}

a.BoxDivButton {
    color: #eb6810;
    background-color: antiquewhite;
    font-weight: bold;
    font-style: italic;
}

a.HeaderLink {
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 0 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 0 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 0 0 0;
    padding: 4px 16px;
    text-decoration: none;
    max-width: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    font-size: 1.6em;
    white-space: nowrap;
    font-weight: bold;
}

.Plus {
    font-weight: bold;
    font-size: 120px;
    text-shadow: 1px 1px black;
    text-align: center;
    margin: 20px 0;
}

.HeaderLink {
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 0 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 0 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 0 0 0;
    padding: 12px 40px 12px 12px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    font-size: 1.6em;
    white-space: nowrap;
    margin: 10px 0 0 0;
    font-weight: bold;
}

.BlackBg {
    color: white;
    background: linear-gradient(black, #8C8C8C);
}

.GreyBg {
    background: linear-gradient(#222222, #8C8C8C);
    color: white;
}

.BlackBgHead {
    color: #eb6810;
    background-color: black;
}

.BlackBg h4,
.BeigeBg h4,
.GreyBg h4,
.BlackBg h1,
.BlackBg h2,
.BlackBg h3,
.BlackBg h5 {
    margin: 10px 0 2px 0;
    color: #eb6810;
}

.BeigeB {
    color: saddlebrown !important;
    background-color: antiquewhite !important;
}

.BeigeBgTransparent {
    background: linear-gradient(antiquewhite, rgba(197,163,138,.61)) !important;
}

.BeigeBgSemiTransparent {
    background: linear-gradient(antiquewhite, rgba(197,163,138,.8)) !important;
}

.BeigeBgTransparent,
.BeigeBgSemiTransparent,
.BeigeBgTransparent a,
.BeigeBgSemiTransparent a {
    color: saddlebrown;
}

.BrownBgTransparent {
    color: white;
    background: rgba(139,69,19,.8) !important;
}

.BrownBgTransparent  a {
    color: white;
}

.BlackBgTransparent {
    color: white;
    background: linear-gradient(rgba(0,0,0,.6), rgba(140,140,140,.6)) !important;
    border: 2px solid black;
}

.BlackBgSemiTransparent {
    color: white;
    background: linear-gradient(rgba(0,0,0,.9), rgba(140,140,140,.9)) !important;
    border: 2px solid black;
}

.BlackBgTransparent a,
.BlackBgSemiTransparent  a {
    color: white;
}

.BlackBgTransparent h1,
.BlackBgSemiTransparent h1,
.BlackBgTransparent h4,
.BlackBgSemiTransparent h4 {
    color: #eb6810;
}
    
.OrangeBgTransparent {
    color: saddlebrown;
    background: linear-gradient(rgba(235,104,16,.4), rgba(250,235,215,.7)) !important;
    border: solid rgba(235,104,16,.4) thin;
}

.OrangeBgSemiTransparent {
    color: saddlebrown;
    background: linear-gradient(#eb6810, rgba(250,235,215,.9)) !important;
    border: solid #eb6810 2px;
}

.WhiteBg {
    color: saddlebrown;
    background: rgba(255,255,255,.9) !important;
}

.WhiteBg a {
    color: saddlebrown;
    font-weight: bold;
}

.OrangeBg {
    color: white !important;
    background: linear-gradient(#eb6810, orange);
}

.OrangeBg a,
.OrangeBgTransparent a,
.OrangeBgSemiTransparent a {
    color: saddlebrown;
    font-weight: bold;
}

.BrownBg {
    background-color: saddlebrown !important;
    color: antiquewhite !important;
}

.GreenBg {
    background-color: chartreuse !important;
    color: darkgreen !important;
}

.GreenBg:hover {
    color: saddlebrown !important;
}

.GoldBg {
    background-color: goldenrod !important;
    color: firebrick !important;
}

.BlueBg {
    background-color: blue !important;
    color: gainsboro !important;
}

.BlueBg:hover {
    color: white !important;
}

.RedBg {
    background-color: firebrick !important;
    color: yellow !important;
}

.RedBg:hover {
    color: white !important;
}

.PinkBg {
    background-color: hotpink !important;
    color: rebeccapurple !important;
}

a.OrderButton {
    padding: 4px;
}

a {
    background-color: transparent;
    text-decoration: none;
    outline: none !important;
}

a:hover {
    text-shadow: 1px 1px black;
}

input[type=button],
input[type=submit] {
    outline: none !important;
}

input[type=text]:not(.hasDatepicker),
input[type=password],
input[type=file] {
    width: 100%;
    margin: 3px 0;
    display: table-cell;
}

input[type=number] {
    width: 100px;
    margin: 0px;
    max-width: none;
}

textarea {
    height: 250px;
    width: 100%;
    margin: 0px;
    display: table-cell;
}

.TourDiv,
.BoxDiv {
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    min-height: 0;
    padding: 10px;
    margin: 0 0 20px 0;
}

.SmallBoxDiv {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-height: 0;
    padding: 10px;
}

.TourDiv {
    border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    min-height: 100px;
}

.MainBoxDiv {
    padding: 10px;
    min-height: 0;
    clear: both;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    margin-bottom: 50px;
}

#ButtonsDiv {
    margin: 2px;
    font-size: 1.1em;
}

div.MainBoxDiv #ButtonsDiv,
.ButtonSection {
    margin-top: 40px;
}

.TopLevelDiv {
    position: relative;
    width: 100%;
}

.IndexTitle {
    background: black;
    display: inline-block;
    font-weight: normal;
    width: 100%;
    padding: 5px;
    margin: 0;
}

#Groups, #QRCodes {
    background: url(/Images/Bruce.jpg);
    background-size: cover !important;
}

#Groups h5 {
    margin: 30px 0 0 0;
}

#Groups ul,
#Groups ol {
    margin: 5px 0 10px 0;
}

#Groups .ImageRight {
    float: right;
    width: 500px;
    max-width: 40%;
    min-width: 200px;
    border: 3px solid #eb6810;
    margin: 0 0 10px 10px;
}

#Groups #Examples img,
#Groups .ImageRight {
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
}

#Groups #Examples img {
    border: 3px solid black;
}

#Groups #Examples #All {
    margin: 10px 0 30px 0;
    text-align: right;
    font-style: italic;
    text-shadow: 1px 1px black;
}

#Groups #WithGuRoute {
    margin-top: 50px; 
    font-style: italic;
    text-align: center;
}

#Groups .BoxDiv {
    padding: 40px;
}

.StepX {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: yellow;
    color: red;
}

.Sticker, .StepX {
    background-color: yellow;
    color: red;
    font-weight: bold;
    padding: 2px 18px;
    border: 2px solid red;
    font-size: 3em;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0 0 3px 3px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 0 3px 3px;
    box-shadow: rgba(0,0,0,0.3) 0 0 3px 3px;
    text-align: center;
}

#GuRouteWay {
    border: none !important;
}

.SameHeightSpacer {
    display: none;
}

a img {
    width: auto;
    margin: 0;
}

@media (min-height: 500px) {
    .HideOnTall {
        display: none;
    }
}

@media (min-width: 768px) {
    .TopLevelDiv {
        width: 90vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .IndexTitle {
        margin: 20px 0;
        padding: 1vh 3vw 1vh 1vw;
        width: auto;
    }
}

@media (max-height: 499px) {
    .HideOnShort {
        display: none;
    }
}

@media (max-height: 767px) {
    .ActionsGuRoute {
        display: none;
    }   

    #FilterYear,
    #VisitedWith {
        top: 0 !important;
    }

    .HideOnSmall{
        display: none !important;
    }

    .VisitGame {
        margin: 0;
    }
}

@media (min-width: 800px) {
    .VisitedSection .GuRouteTile {
        width: 47% !important;
    }

    .AccountSection {
        margin: 0 0 100px 0;
    }

    .HugeButton {
        margin-top: 150px;
    }
}

@media (min-width: 768px) and (min-height: 768px) {
    .AccountGuru {
        -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
        -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
        box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .ActionsDiv button,
    .SearchButton {
        margin: 10px 5px !important;
    }

    #MessageBox div {
        margin: 40px !important;
    }

    .VisitedSection {
        border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
    }

    #FilterYear,
    #VisitedWith {
        top: 0 !important;
    }

    #FilterYear {
        border-radius: 0 10px 0 10px !important;
        -moz-border-radius: 0 10px 10px !important;
        -webkit-border-radius: 0 10px 10px !important;
    }

    #VisitedWith {
        border-radius: 10px 0 10px 0 !important;
        -moz-border-radius: 10px 0 10px 0 !important;
        -webkit-border-radius: 10px 0 10px 0 !important;
    }

    .TitleAtTop {
        margin: 100px 0 50px 10px !important;
    }

    .BigVideo {
        width: 55% !important;
        height: calc(56% * .56) !important;
        border: 15px solid black;
        border-radius: 10px;
    }

    .HideOnLarge {
        display: none !important;
    }

    .NoTitleDiv {
        margin-top: 70px !important;
    }

    div.DonCierge #POIFilter {
        font-size: 2em !important;
    }
}

.SameHeight,
.SameHeight div {
    position: relative;
}

.SameHeight label {
    margin: 10px 0 5px 0;
}

.SameHeight a img, 
.SameHeightImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .KioskLeft .GuRouteTile {
        width: 47% !important;
    }

    #TopGurus p {
        margin: 8px !important;
    }
}

@media (min-width: 992px) {
    .SameHeight {
        float: none;
        display: table-cell;
        vertical-align: top;
        width: auto;
    }

    .SameHeightGroup {
        display: table;
    }

    .SameHeightSpacer {
        display: table-cell;
        width: 1%;
    }

    .FullScreenDiv .GuRouteTile {
        width: 24%;
    }

    .KioskFull .GuRouteTile {
        width: 47% !important;
    }

    .VisitedSection .GuRouteTile {
        width: 24% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .FullScreenDiv .GuRouteTile {
        width: 32%;
    }
}

@media (min-width: 768px) {
    .HideOnWide {
        display: none;
    }
    #ResetPassword .MainBoxDiv {
        min-height: 350px;
    }

    .NarrowDiv {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin: 100px auto;
    }

    .HomeWelcome {
        text-align: right;
    }

    .HomeLeft {
        margin: 0 0 100px 10vw !important;
    }

    .HomePage .Bubble {
        max-width: 50%;
    }

    .HomeSection {
        padding: 30px 100px; 
        margin-bottom: 100px;
    }

    .HomeSection .FBLoginButton {
        display: inline-block;
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

    .HomeImage {
        width: 30vw;
        min-width: 200px;
    }

    .Campaign {
        margin-top: -120px;
    }
    
    .VideoPlayer {
        width: 640px;
        height: 360px;
    }

    .HomeCenter {
        margin: 0 auto 100px auto !important;
    }

    .IndexFilterDiv {
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
    }

    img.category {
        width: 100%;
        height: 60px;
    }

    .MainBoxDiv {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .BoxHeader {
        border-radius: 10px 10px 0 0;
    }
    
    .TopTitle {
        border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
    }
    
    .BottomTitle {
        border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
    }
    
    .FBLoginButton,
    #Google {
        padding: 5px 10px !important;
    }

    .FBLoginButton img,
    #Google img {
        margin-right: 20px;
    }

    .AccountDiv {
        font-size: 1.5em;
        margin: -40px 0 20px 0;
    }

    .AccountDiv a {
        margin: 5px 1.1%;
        width: 30%;
    }
}

.editMapDiv {
    position: relative;
    width: 100%;
    height: 100%;
    border: solid 3px #eb6810;
    clear: both;
}

div.DetailsMapDiv {
    float: right;
    background-color: #eb6810;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
}

#KioskMapDiv {
    position: relative;
    width: 100%;
    height: 100%;
    clear: both;
    background-color: black;
    padding: 7px;
    margin-left: 10px;
}

#mapActions {
    padding-top: 4px;
    text-align: center;
}

#mapActions a {
    text-decoration: none;
    font-weight: bold !important;
    color: white !important;
    white-space: nowrap;
}

div.nearMeMap {
    position: relative;
    height: 60vh;
    margin: 10px 2px;
    border: solid;
    border-width: 3px;
    border-color: saddlebrown;
}

div.DropDownLeft {
    float: left;
}

div.DropDownRight {
    float: right;
}

.Sandwich button {
    margin: 4px;
    padding: 8px;
    background: antiquewhite !important;
    border: solid thin #eb6810;
    height: 40px;
}

div.DropDown {
    position: relative;
}

div.DropDown button:hover {
    background: linear-gradient(antiquewhite, darkgray);
}

span.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background-color: #eb6810;
    margin: 5px 0;
}

.DropDown .ui-menu {
    padding: 6px;
    margin-top: 0;
    z-index: 9 !important;
    font-weight: normal !important;
    text-align: left;
    font-size: .8em;
    white-space: nowrap;
}

.Sandwich .ui-menu {
    border: solid thin #eb6810;
    background: antiquewhite;
    color: saddlebrown;
}

.OrangeDrop .ui-menu {
    border: solid thin #eb6810;
    background-color: #eb6810 !important;
}

.OrangeDrop .ui-menu li,
.OrangeDrop .ui-menu a {
    color: white !important;
    text-decoration: none;
    font-weight: normal;
}

.ui-menu li:hover,
.ui-menu li:hover a,
.ui-menu a:hover {
    color: saddlebrown !important;
}

div.DropDownLeft .ui-menu {
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    position: absolute;
    margin-left: 15px;
    margin-top: -3px;
}

div.DropDownRight .ui-menu {
    -webkit-box-shadow: rgba(0,0,0,0.3) -3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) -3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) -3px 3px 0 0;
    position: absolute;
    right: 4px;
    border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    margin-right: 10px;
    margin-top: -13px;
}

div.Sandwich .ui-menu a {
    color: saddlebrown;
    text-decoration: none;
    font-weight: normal;
}

label {
    white-space: nowrap;
    margin: 0;
}

div.description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98%;
    margin: 0 45px 5px 5px;
    background-color: black;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

@media (min-width: 0px) {
    img.category {
        width: 100%;
        height: 75px;
        cursor: pointer;
    }
}

div.RegionSelector {
    display: table;
    font-size: 1.6em;
    width: 100%;
}

div.RegionSelector p {
    cursor: pointer;
    padding: 6px 0 0 6px;
}
    
div.RegionSelector a {
    cursor: pointer;
    white-space: nowrap;
    border-right: thin ridge white;
    padding: 0 10px;
    color: white;
}

div.RegionSelector a:hover,
.Selected {
    color: white !important;
    text-decoration: none;
    background: linear-gradient(#eb6810, orange);
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

div.RegionSelector span {
    border-right: thin ridge black;
    padding: 3px 5px;
    float: right;
}

div.RegionSelector input {
    color: black;
    font-weight: normal;
    margin-top: -7px;
    margin-bottom: -7px;
    width: 300px;
}

th {
    white-space: nowrap;
}

.carousel {
    margin: 0 auto 100px auto !important;
    width: 450px;
    height: 350px;
    border: 10px solid #eb6810;
    padding: 2px;
    background-color: black;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 450px;
    height: 350px;
}

.carousel-inner h1 {
    color: white !important;
    font-size: 2em !important;
    font-weight: bold;
    margin: 8px 0 4px 0;
}

.carousel-inner p {
    font-size: 1em !important;
    font-weight: lighter;
}

.PageBackground {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #2c2c2c;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

a {
    font-weight: bold;
    text-decoration: none !important;
}

.DialogBox hr {
    border-color: saddlebrown;
    margin: 3px -15px 23px -15px;
}

div.BeigeBg hr {
    border-color: saddlebrown !important;
}

div.BrownBg hr {
    border-color: white;
}

div.BlackBg hr {
    color: white !important;
}

.TableHeader {
    border-bottom: thin solid white;
    padding: 8px 4px 4px 4px;
    margin: -4px -4px 4px -4px;
}

div.row {
    margin-bottom: 3px;
    clear: both;
}

.select-editable {
    position: relative;
    background-color: white;
    border: solid grey 1px;
    width: 120px;
    height: 18px;
}

.select-editable select {
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    width: 120px;
    margin: 0;
}

.select-editable input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    padding: 1px;
    border: none;
}

.select-editable select:focus, .select-editable input:focus {
    outline: none;
}

#userSearch {
    width: 100%;
    color: saddlebrown;
    border: thin solid #eb6810;
    padding: 8px;
    font-weight: bold;
    margin-bottom: 10px;
}

#searchDiv {
    max-width: 600px;
}

.DialogBox .glyphicon {
    padding: 8px 0;
}

.GuruTile .glyphicon-user {
    font-size: 145px;
    width: 100%;
    text-align: center;
    color: burlywood;
}

.DialogBox .GuruTile .glyphicon-user {
    font-size: 85px;
    margin-top: 7px;
}

.GuruTile .glyphicon-search,
.GuruTile .glyphicon-plus {
    font-size: 55px;
    margin-top: 50px;
    color: saddlebrown;
}

.DialogBox .GuruTile .glyphicon-search,
.DialogBox .GuruTile .glyphicon-plus {
    font-size: 45px;
    margin: 25px;
}

div.border_bottom {
    display: block;
    border-bottom: 1px solid saddlebrown;
}

tr {
    vertical-align: top;
}

input[type=checkbox] {
    margin: 3px 5px 0 0;
}

.CatLevel {
    display: table;
    width: 100%;
}

.wrapper {
    width: 70px;
    height: 70px;
    background-size: cover !important;
    cursor: pointer;
    display: inline-block;
    border: solid 2px black;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 2px;
}

.wrapper input[type=checkbox] {
    display: none;
}

p.description_content {
    color: white;
    font-size: 8px !important;
    padding: 2px 0 3px 0;
    text-align: center;
    background-color: black;
    opacity: 0.6;
    filter: alpha(opacity=60);
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

div.backImage {
    background-color: #eb6810;
    background-image: url('/Images/Back.png');
}

p.backImage {
    font-size: 8px !important;
    padding: 2px 0 3px 0;
    opacity: 0;
    overflow: hidden;
}

@media (max-width: 799px) {
    .GuruImage {
        width: 200px !important;
    }

    .AccountSection {
        margin: 50px 0 20px 0;
    }

    .HugeButton {
        margin-top: 50px;
    }
}

@media (max-width: 350px) {
    .PopoutImage {
        display: none !important;
    }

    .HideOnNarrow {
        display: none !important;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .FullScreenDiv .GuRouteTile {
        width: 47%;
    }
}

@media (max-width: 767px) {
    #Help {
        margin-top: 20px;
    }

    .NarrowDiv {
        width: 100%;
    }

    div.FilterDiv {
        display: none;
    }

    div.MainBoxDiv {
        margin: -2px;
    }

    #FilterYear,
    #VisitedWith {
        top: 0 !important;
    }

    .HideOnSmall,
    .HideOnNarrow {
        display: none !important;
    }

    .HomeWelcome {
        text-align: center;
        margin: 100px 0 20px 0 !important;
    }

    .HomeLeft {
        margin: 0 !important;
        width: 100%;
    }

    .HomePage .Bubble {
        max-width: 80%;
    }

    .HomeSection {
        padding: 20px; 
    }

    .HomeImage {
        width: 100%;
    }

    .Campaign {
        margin-top: 80px;
    }
    
    .VideoPlayer {
        overflow: hidden;
        width: 100%;
        height: 56vw;
    }

    .HomeCenter {
        margin: 0 auto 0 auto !important;
    }

    .AccountDiv {
        margin: -10px 0 -10px 0 !important;
    }

    .FBLoginButton,
    #Google {
        padding: 0 !important;
    }

    .FBLoginButton img,
    #Google img {
        margin-right: 5px;
    }

    .AccountDiv a {
        margin: 5px 1.1%;
        width: 45%;
    }

    .HideOnVeryNarrow {
        display: none;
    }
}

.AccountDiv {
    text-align: center;
}

.AccountDiv a {
    display: block;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    color: white !important;
    background-color: #eb6810;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 4px 8px;
    text-decoration: none;
    border: none;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    text-align: center;
    font-weight: bold !important;
    font-size: 1.6em;
    text-shadow: 1px 1px black;
}

.AccountDiv a:hover {
    color: white !important;
    text-decoration: none;
    background: linear-gradient(#eb6810, orange) !important;
}

@media (min-width: 1224px) {
    .LoginCarousel {
        float: right;
    }

    .KioskFull .GuRouteTile {
        width: 32% !important;
    }
}

.NoMargin {
        margin: 0 !important;
}

.HomeCenter {
    text-align: center;
    width: 470px;
    padding: 10px;
}

.HomeSection {
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    clear: both;
    position: relative;
}

.HomeImage {
    border: 3px solid black;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
}

.HomePage li {
    margin: 15px 0;
    text-shadow: none;
}

.CenteredHor {
    text-align: center;
    width: 100%;
    min-height: 1vw;
    max-width: 680px;
    margin: 100px auto 100px auto;
}

.VideoPlayer {
    overflow: hidden;
}

.HomeLeft {
    text-align: center;
    float: left;
    padding: 30px !important;
}

@keyframes FadeInText {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.HomeWelcome {
    margin: 110px 100px 40px 0;
    font-size: 1.5em;
}

.HomeWelcome h1 {
    color: #eb6810;
    text-shadow: 1px 1px black;
    font-weight: bold;
    margin: 5px;
    animation: FadeInText 3s;
}

.HomePage h4 {
    margin: 0 0 15px 0;
}

.HomeWelcome h4 {
    color: #eb6810;
    text-shadow: 1px 1px black;
    animation: FadeInText 3s ease-in;
}

.HomeWelcome a {
    animation: FadeInText 6s ease-in;
}

.HomeWelcome span {
    animation: FadeInText 4s ease-in;
}

#GuRouteRegion {
    position: relative;
    color: white;
}

.Region {
    padding: 0 20px 20px 0;
}

.star {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAQAAADI+WwIAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAACXZwQWcAAAALAAAACgCF+qVAAAAAhUlEQVQI103NMQqCABgF4C+Fxg7QHDQ0JkFnaKqlKJBu4Np9hEDoBq2doCYP0B4UBKLYUKZvex+P/+9N/dJ3FXl9S9CopbF9U1pOkAgb3irVanOMlGqldeBoo9CmspMFOFmp/hzLmtuXzvrWvpwJFVJvLLqci8Qmzl8OhzBwcMdD6ilXfwAd9B9f78yTCQAAAABJRU5ErkJggg==);
}
 
.unstar {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAQAAADI+WwIAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAACXZwQWcAAAALAAAACgCF+qVAAAAAo0lEQVQI1z2NMQrCQBRE32YxGFDwBGJnYZkll0ilpDISLO28k4lFwN7CTsTKSisbK8ELCJFI/BZJdn41j/kzSqiVuZ3r1yzeAAanoajpcOwsW2dxf+0yWGe6CaVzNmgY4VHyQKAiVsIlUlvc9otK4lXugNnJjKqlkpi86X6exIZfNztZBGhKUgr4hBZ3A3UX4ye/CYdeWHch7MOzJ9R3jFLt8we7izGyoi32iQAAAABJRU5ErkJggg==);
}
 
.half-star {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAQAAADI+WwIAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAJdnBBZwAAAAsAAAAKAIX6pUAAAACTSURBVAjXTY0xCsJAEEVfdiEgpPAWFpYTvMRWSioDwdIuh7GydbEIeAM7sU1lo42tR1CEdSzMJk4178H/H7qTVK4+A0URTNTMmZhVhEHXMK69/UEiS3Z0sOGOQqBMQAr2pABbgKDlujHQHlgQYpdWeRO7z/0Cj8swOcPyxvOEl/vXN/K2+kw5Zq4PipNR/E+Ft8IX7yMjsFUGo0cAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAAAElFTkSuQmCC);
}
 
.rating {
    display: inline-block;
    width: 12px;
    height: 10px;
    margin: 0;
    white-space: nowrap;
}

.ratingDiv {
    width: 60px;

    height: 20px;
    white-space: nowrap;
}

.ratingDiv .NoImage {
    width: 60px;
}

.GuRouteIcon {
    width: 12px;
    height: 12px;
    white-space: nowrap;
    float: right;
}

.GuRouteTile {
    vertical-align: top;
    height: 22vh;
    min-height: 200px;
    margin: 0 8px 8px 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-size: cover;
}

.GuruTile {
    height: 200px;
    width: 200px;
    margin: 0 10px 10px 0;
    border: 2px solid #eb6810;
    position: relative;
    overflow: hidden;
    font-weight: normal;
    white-space: normal;
    background-color: antiquewhite;
    display: inline-block;
    text-align: left;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: .8em;
    cursor: pointer;
    background-size: cover !important;
    color: saddlebrown !important;
}

.DialogBox .GuruTile {
    height: 120px;
    width: 120px;
}

.GuRouteSynopsis2 {
    padding: 8px;
    font-weight: normal;
    white-space: normal;
    background: black;
    text-align: left;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    background-size: cover !important;
    color: white !important;
    border: 2px solid black;
    height: 100%;
    width: 100%;
    font-size: .8em;
}

.GuRouteSynopsis2 h4 {
    color: white !important;
}

.GuRouteSynopsis2 div {
    width: 100%;
    height: 98%;
    overflow: hidden;
}

.CentredTile div {
    display: table-cell;
    vertical-align: middle;
}

.GuRouteSynopsis2 a {
    color: white !important;
}

.GuruTile p {
    background: linear-gradient(#eb6810, orange);
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 5px;
    font-weight: bold;
}

.DialogBox .GuruTile p {
    font-size: x-.8em;
    font-weight: normal;
}

.GuruTile:hover p,
.GuruTile:hover h1 {
    color: saddlebrown;
}

.GuruTile:hover p {
    background: linear-gradient(#eb6810, antiquewhite);
}

.GuRouteSynopsisText {
    color: white !important;
}

.GuRouteSynopsis2:not(#TopGurus):hover,
.GuRouteBoxHover {
    background: #eb6810;
    border: 2px outset #eb6810;
}

.GuRouteSynopsis2 img {
    float: left;
    margin: 0 6px 6px 0 !important;
    max-height: 60%;
    max-width: 60%;
}

.GuRouteSynopsis2 h4 {
    margin: 0 0 3px 0 !important;
}

.GuRouteSynopsis2 #StarRating {
    float: right;
}

.ImageTile {
    background-color: rgba(0,0,0,.7);
    border: 2px solid black;
    color: white;
}

.ImageTile:hover {
    background-color: rgba(0,0,0,.5) !important;
}

.CentredTile {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 8px;
    text-shadow: 1px 1px black;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    cursor: pointer;
    text-align: center;
    white-space: normal;
    overflow: hidden;
    display: table;
}

.CentredTile h1 {
    text-shadow: 2px 2px black;
    font-weight: bold;
}

.CentredTile p {
    text-align: center;
    white-space: pre-line;
}

#GuruBox img {
    float: left;
    margin: 0 6px 6px 0 !important;
    max-height: 250px !important;
}

.CoverImage h4 {
    margin-top: 0;
    color: white;
    background: rgba(235,104,16,.8) !important;
    margin: -8px;
    padding: 5px;
    border-radius: 5px 5px 0 0;
}

.CoverImage {
    background-size: cover;
}

img.Kiosk {
    margin-bottom: 10px;
    max-width: 200px;
}

.KioskBottom {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    white-space: nowrap;
}

.fixedTile {
    width: 200px !important;
    display: inline;
}

.KioskLeft {
    position: absolute;
    left: 0;
    border-right: 3px solid saddlebrown;
    padding: 5px;
    overflow: auto;
    padding: 5px;
    width: 45vw;
}

.VisitedFull {
    overflow: auto;
    margin-right: -10px;
    padding-right: 10px;
}

.KioskTop {
    position: absolute;
    left: 0;
    overflow: auto;
    width: 100%;
    bottom: 185px;
}

.KioskFullScreen {
    position: absolute !important;
    left: 0;
    right: 0;
}

.KioskRight {
    position: absolute !important;
    right: 0;
    margin: 0;
    padding: 0;
    left: 45vw;
    width: 55vw;
}

.KioskFull {
    clear: both;
    overflow: auto;
}

.closeButton {
    background-color: #eb6810;
    border: solid thin;
    padding: 0 3px;
    cursor: pointer;
}

.closeButton:hover {
    opacity: .5;
}

.topRight {
    position: absolute;
    right: 0;
    top: 0;
}

.topRightWithSpace {
    position: absolute;
    right: 36px;
    top: 10px;
}

.topLeft {
    position: absolute;
    left: 0;
    top: 0;
}

.topLeftMap {
    position: absolute;
    left: 38px;
    top: 130px;
}

.ButtonDivLeft {
    position: absolute;
    left: 10px;
    top: 110px;
}

.Title {
    color: #eb6810;
    text-shadow: 1px 1px black;
    font-weight: bold;
    margin: 50px 0;
    text-align: left;
}

.Centered .Title {
    text-align: center;
}

div.NoImage {
    margin: 5px 10px 5px 5px;
    width: 50px;
    height: 50px;
    float: left;
}


.guRoutePin div {
    color: transparent !important;
}

.Hidden {
    display: none;
}

.navbar {
    background: linear-gradient(#eb6810, antiquewhite);
    border-bottom: solid thin saddlebrown;
    z-index: 12;
    margin: 0;
    position: fixed;
    height: 49px;
}

.BottomBar {
    background: linear-gradient(antiquewhite, #eb6810);
    color: saddlebrown;
    font-weight: bold;
    padding: 4px;
}

.BottomBar a {
    color: saddlebrown !important;
    padding: 0 10px;
}

.TopMenu {
    position: absolute;
    bottom: 3px;
    left: 50px;
    padding: 0;
}

.TopMenu a {
    color: saddlebrown;
    padding: 5px 20px;
    font-weight: bold;
}

#GuRouteActionsBox a {
    color: saddlebrown !important;
    text-decoration: none;
    border: none;
    outline: none;
    font-size: 2em;
    cursor: pointer;
    display: inline;
}

#GuRouteActionsBox #BeenThere {
    padding: 0 9px;
    background: linear-gradient(#eb6810, antiquewhite) !important;
    border-radius: 5px 0 5px 0;
    -moz-border-radius: 5px 0 5px 0;
    -webkit-border-radius: 5px 0 5px 0;
    font-weight: bold !important;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    font-size: 2em;
}

#GuRouteActionsBox #Details {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 10px;
    background: linear-gradient(antiquewhite, #eb6810) !important;
    border-radius: 5px 0 5px 0;
    -moz-border-radius: 5px 0 5px 0;
    -webkit-border-radius: 5px 0 5px 0;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0 0 3px 3px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 0 3px 3px;
    box-shadow: rgba(0,0,0,0.3) 0 0 3px 3px;
    font-weight: normal;
    font-size: 1.5em;
}

#GoogleSearch img {
    width: 40px;
    height: 40px;
}

input[type=button]:focus,
    input[type=submit]:focus,
    input[type=button]:hover,
    input[type=submit]:hover,
    .ui-dialog button:hover,
    #TopBar a:hover,
    #ButtonsDiv a:hover,
    .TopMenu a:hover,
    .BigButton:hover,
    .BigButtonMultiLine:hover,
    .RegularButton:hover,
    #PlayGame:hover,
    a.LoginButton:hover,
    .ImageButton:hover,
    .RegularButton.Selected,
    .WatchBox a:hover,
    .Go:hover,
    #Actions a:hover,
    #GuRouteActionsBox a:hover {
        text-decoration: none;
        background: linear-gradient(#eb6810, antiquewhite) !important;
    }

.TopMenu a:hover {
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

.SelectBorder {
    border: solid 2px #eb6810 !important;
}

.GuRouteLogo {
    color: #eb6810;
    font-weight: bold;
    text-shadow: 1px 1px black;
    position: absolute;
    font-size: 26px;
    right: 64px;
}

.GuRouteLogo2 {
    color: black;
    font-weight: bold;
    position: absolute;
    text-shadow: 1px 1px #eb6810;
    font-size: 12px;
    right: 64px;
    bottom: -4px;
}

.GuRouteImg {
    float: right;
    height: 58px;
    margin: 0 20px -18px 0;
}

div#MoreCategories {
    clear: both;
}

.DialogBox {
    display: none;
    position: relative;
}

.BoxDiv hr,
.MainBoxDiv hr {
    margin: 5px -10px;
    border: 1px solid;
}

.DialogBox a {
    color: saddlebrown !important;
    font-weight: bold;
    text-decoration: none;
}

.DialogBox .RegularButton,
.DialogBox .BigButton {
    color: white !important;
}

.DialogBox label {
    margin: 6px 0;
}

.DialogBoxSection {
    min-height: 60px; 
    border-top: thin solid;
    margin-top: 30px !important;
    clear: both;
}

.SubSection {
    border: solid;
    border-color: saddlebrown;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}

.More {
    float: right;
    margin-top: -35px;
}

.ui-dialog-titlebar-close {
    display: none !important;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.starRating:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0,0,0,0);
}

.starRating:not(:checked) > label {
    float: right;
    width: 1em;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
    text-shadow: 1px 1px #bbb, 2px 2px #666, .1em .1em .1.6em rgba(0,0,0,.5);
}

.starRating:not(:checked) > label:before {
    content: '★ ';
}

.starRating > input:checked ~ label {
    color: #f70;
    text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .1.6em rgba(0,0,0,.5);
}

.starRating:not(:checked) > label:hover,
.starRating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .1.6em rgba(0,0,0,.5);
}

.starRating > input:checked + label:hover,
.starRating > input:checked + label:hover ~ label,
.starRating > input:checked ~ label:hover,
.starRating > input:checked ~ label:hover ~ label,
.starRating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .1.6em rgba(0,0,0,.5);
}

.starRating > label: active {
    position: relative;
    top: 2px;
    left: 2px;
}

/*.ui-dialog, .ui-widget, .ui-widget-content {
    color: white;
    background: linear-gradient(black, #8C8C8C);
}​

.ui-dialog-titlebar
{
    color: white;
    background: linear-gradient(#eb6810, orange);
    border: none;
}​*/

.ui-dialog, .ui-widget, .ui-widget-content, .ui-corner-all {
    background: antiquewhite !important;
    color: saddlebrown !important;
}​

#Copyright {
     margin: 10px 0 10px 0;
}

div#FilterBox input[type=text],
div#filter select,
select#region {
    width: 100%;
}

.GuruImage,
#GuruBusiness img {
    margin: 10px;
    border: solid 3px black;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    max-width: 300px;
    -webkit-border-radius: 10px;
}

.GuruImage {
    float: right;
}

.KmlUpload a {
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}

.KmlUpload input {
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}

.FullButton {
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 40px;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
}

.spinner > div {
    background-color: #eb6810;
    border-radius: 100%;
    border: thin outset black;
    display: inline-block;
    margin-right: 10px;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.bounce1 {
    width: 22px;
    height: 22px;
    margin: 4px;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.bounce2 {
    width: 26px;
    height: 26px;
    margin: 2px;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.bounce3 {
    width: 30px;
    height: 30px;
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.NoBullets input[type=radio] {
    margin: 12px;
}

#catDesc {
    min-height: 40px;
    margin-top: 20px;
}

.Glyph {
    font-family: 'Glyphicons Halflings';
    padding-left: 40px;
    position: absolute !important;
}

#EditRegions {
    margin-top: 40px;
}

#EditStatus a {
    width: 100%;
    white-space: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

#EditStatus img {
    height: 80px;
}

#EditStatus td {
    vertical-align: middle;
}

input[type=range] {
    -webkit-appearance: none;
    border: 1px solid #eb6810;
    width: 100%;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #eb6810;
    border: none;
    border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #eb6810;
    margin-top: -4px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #eb6810;
    border: none;
    border-radius: 3px;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #eb6810;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #eb6810;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

.DialogBox .Buttons {
    clear: both;
    margin: 20px 0;
}

#SearchBox a {
    padding-right: 10px;
    margin-right: 10px;
    line-height: 30px;
    border-right: thin white outset;
}

.SearchBoxSection {
    margin: 20px 0 0 0;
}

#SearchBox h4 {
    margin: 0 0 2px 0;
}

.SearchButton {
    margin: 0 !important;
}

.SearchButton {
    background-color: black !important;
    color: white !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#TopBar a {
    font-size: 30px;
    margin: 5px;
    background-color: antiquewhite;
    color: #eb6810 !important;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 8px;
    margin: 5px -10px 0 10px;
    text-decoration: none;
    min-width: 50px;
    text-align: center;
    border: none;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
}

#TopBar {
    background-color: #eb6810 !important;
    height: 55px;
    margin: -10px -15px 2px -22px;
}

#TopBar #AddToCart {
    font-size: 38px;
}

.BigText {
    font-size: 4em;
    color: white;
}

.AccountButtons span {
    font-size: 4em;
    margin: 10px 0;
    color: black;
}

.AccountButtons img {
    height: 80px;
    border-radius: 100%;
}

.ReorderDiv {
    font-weight: normal;
    color: white !important;
    background-color: rgba(0,0,0,.5);
    padding: 4px 8px;
    margin: 0 5px 5px 0;
    text-decoration: none;
    max-width: none;
    border: none;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal !important;
    width: 100%;
}

div.ReviewTemplate {
    display: none;
    min-height: 110px;
}

div.ReviewTemplate #self {
    text-align: right;
    margin-top: 20px;
}

div.ReviewTemplate #Recommended {
    font-weight: bold;
    font-style: italic;
    margin: 20px 0; 
}

.bordered {
    border: thin solid saddlebrown;
    border-radius: 5px;
    padding: 10px;
    height: 100%;
}

a.CancelButton,
#ButtonsDiv a.CancelButton,
[type=button].CancelButton,
[type=submit].CancelButton {
    color: saddlebrown !important;
    background-color: lightgray !important;
}

a.CancelButton:hover,
#ButtonsDiv a.CancelButton:hover,
[type=button].CancelButton:hover,
[type=submit].CancelButton:hover {
    color: saddlebrown !important;
    background-color: lightgray !important;
}

.BrownButton,
a.BrownButton,
[type=button].BrownButton,
[type=submit].BrownButton  {
    color: saddlebrown !important;
    background-color: sandybrown !important;
}

.BrownButton:hover {
    color: white !important;
}

a.TopButton {
    background-color: lightblue;
    color: saddlebrown !important;
    margin: 0 5px 5px 0;
    min-height: 0;
}

ul, ol {
    margin: 15px 0 0 0;
    overflow: hidden;
}

ul ul, ol ul {
    margin: 0;
}

.floatLeft {
    float: left;
    margin: 0 5px 0 0;
}

.WatchBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    white-space: nowrap;
    padding: 3px;
    color: white;
    background: rgba(235,104,16,.7) !important;
    border: solid rgba(235,104,16,.7) thin;
}

#WatchBox {
    display: none;
}
.WatchBox label {
    text-shadow: 1px 1px black;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 50%;
    margin: 7px 0 0 0;
}

.WatchBox a {
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    color: white !important;
    background-color: #eb6810;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 8px 12px;
    margin-left: 4px;
    text-decoration: none;
    max-width: none;
    border: none;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal !important;
}

.AccountSection {
    padding: 10px;
    width: 100%;
    overflow: auto;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    white-space: nowrap;
    display: none;
}

.AccountSection .GuRouteTile {
    height: 10vw !important;
    width: 20vw !important;
    min-width: 200px;
    max-width: 300px;
    min-height: 150px;
    max-height: 200px;
    margin-right: 10px;
}

.AccountGuru {
    min-height: 480px !important;
    padding: 10px;
}

.AccountGuru a {
    color: white;
}

.KioskFull .GuRouteTile,
.VisitedSection .GuRouteTile {
    width: 97%;
}

.KioskLeft .GuRouteTile {
    width: 95%;
}

.KioskBottom .GuRouteTile {
    width: 40vh;
    height: 22vh;
    z-index: 2;
    margin: 0 3px;
}

.KioskBottom .GuRouteSynopsis2:not(.OrangeBgSemiTransparent) {
    opacity: .8;
}

#TagsDiv {
    background: rgba(235,104,16,.6) !important;
    border: solid rgba(235,104,16,.6) thin;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 3px 10px 10px;
}

#TagsDiv #RegionTitle {
    margin: 5px 0;
}

#datepicker {
    width: 200px;
}

#VisitedList {
    margin-bottom: 20px;
}

.OrangeFade {
    background: linear-gradient(antiquewhite, #eb6810);
    border: solid rgba(235,104,16,.6) thin;
}

.VisitedSection {
    padding: 10px;
    width: 100%;
    overflow: auto;
    margin: 30px 0 0 0;
    color: white;
    background: linear-gradient(antiquewhite, rgba(235,104,16,.7));
    border: solid rgba(235,104,16,.6) thin;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    vertical-align: top;
}

.HugeButton {
    color: #eb6810 !important;
    margin: 0;
    padding: 15px;
    text-shadow: 2px 2px black;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    color: #eb6810;
    background: linear-gradient(black, gray);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.HugeButton h1 {
    font-weight: bold;
}

.FullPageButton,
.FullPageButtonBig {
    padding: 0 12px;
    border: 2px solid #eb6810;
    color: saddlebrown;
    text-shadow: 1px 1px black;
    cursor: pointer;
    background: linear-gradient(#eb6810, orange);
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    position: absolute;
    right: 0;
    top: 50px;
    border-radius: 0 0 0 10px !important;
    -moz-border-radius: 0 0 0 10px !important;
    -webkit-border-radius: 0 0 0 10px !important;
    z-index: 2;
}

.FullPageButton:hover,
.FullPageButtonBig:hover {
    background: linear-gradient(#eb6810, antiquewhite) !important;
    color: saddlebrown;
}

.FullPageButton {
    font-size: 2.2em;
}

.FullPageButtonBig {
    font-size: 1.5em;
    z-index: 2;
}

.HugeButton:hover {
    text-shadow: 3px 3px black !important;
}

.HugeButton:hover  h1 {
    color: orange;
}

.TitleAtTop {
    margin: 60px 0 0 5px;
    color: #eb6810;
    text-shadow: 2px 2px black;
    font-weight: bold;
}

.SectionTitle {
    font-size: 1.5em;
    color: #eb6810;
    text-shadow: 1px 1px black;
    font-weight: bold;
    margin: 5px;
}

.VisitedDiv {
    height: 500px;
    text-align: center;
}

.NewBie {
    float: left;
    height: 300px;
    margin: 0 10px 10px 0;
    border: 3px solid black;
}

.Benefits h1 {
    font-size: 2em;
}

.Benefits h1,
.Benefits h4 {
    text-shadow: 1px 1px black;
    margin: 30px 0 5px 0;
}

.Benefits img {
    float: right;
    margin: 0 0 10px 10px;
    border: 3px solid black;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
}

.Directions {
    height: 100%;
    width: 100%;
    background: url(/Images/DirectionsLight.png);
    background-size: cover;
}

.ImageButton {
    padding: 2px !important;
    height: 38px;
    width: 38px;
}

button.ImageButton {
    padding: 2px !important;
    margin: -6px 0 4px 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#NoVisits {
    display: none;
    text-align: center;
}

#NoVisits h4 {
    margin: 100px 0;
}

#NoVisits p {
    margin: 50px 0;
}

.Scroll400 {
    height: 424px !important;
    overflow: auto;
}

#FilterContacts {
    position: absolute;
    left: 20px;
    bottom: 18px;
    padding: 3px 5px 3px 15px;
    border: 2px solid #eb6810;
    border-radius: 5px;
    -webkit-appearance: none; 
    -moz-appearance: none;
    background: #eb6810;
    color: white;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
}

#FilterYear,
#VisitVisibility,
#VisitedWith,
#FilterVideo,
.ButtonTopRightPage,
.POIFilter,
.DonFilter {
    -webkit-appearance: none; 
    -moz-appearance: none;
    z-index: 2;
    text-shadow: 1px 1px black;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 0 10px 100px #fff inset;
    font-size: 1.2em;
}

#FilterYear,
#VisitVisibility,
#VisitedWith,
#FilterVideo,
.ButtonTopRightPage,
.POIFilter {
    padding: 5px;
    border: 2px solid #eb6810;
    background: linear-gradient(#eb6810, orange);
}

#FilterYear,
#VisitVisibility,
#VisitedWith {
    max-width: 45% !important;
}

#FilterVideo {
    max-width: 95% !important;
}

#FilterYear,
#VisitVisibility,
#FilterVideo,
.POIFilter,
.DonFilter,
.ButtonTopRightPage {
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
}

#FilterYear,
#VisitVisibility,
#FilterVideo,
.ButtonTopRightPage {
    position: absolute;
    right: 1px;
    top: 0;
}

#FilterYear,
#FilterVideo,
.ButtonTopRightPage {
    border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
}


.POIFilter,
.DonFilter {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.POIFilter {
    margin-bottom: 20px;
}

#VisitedWith {
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
}

#FilterYear::-ms-expand,
#FilterVideo::-ms-expand,
#FilterContacts::-ms-expand,
#VisitVisibility::-ms-expand,
#VisitedWith::-ms-expand,
.POIFilter::-ms-expand,
.DonFilter::-ms-expand { 
    background-color: transparent;
    margin-left: 20px;
    padding: 0 10px;
}

#FilterYear::-ms-expand,
#FilterVideo::-ms-expand,
#VisitVisibility::-ms-expand,
#VisitedWith::-ms-expand,
.POIFilter::-ms-expand { 
    color: saddlebrown;
}

#FilterContacts::-ms-expand{
    color: white;
}

#VisitVisibility {
    position: relative;
    float: right;
    top: -10px;
    right: -13px;
}

#ActionsDiv {
    background-color: antiquewhite;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: -2000px;
    width: 400px;
    max-width: 100%;
    z-index: 3;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 0 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 0 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 0 0 0;
    overflow: hidden;
}

.ActionsSection {
    background-color: black;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 0 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 0 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 0 0 0;
    padding: 10px 10px 40px 10px;
    margin: -5px 0 20px 0;
    position: relative;
}

.ActionsDiv button,
.SearchButton {
    display: inline-block;
    white-space: nowrap;
    background: linear-gradient(orange, #eb6810);
    border-radius: 10px !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    color: white;
    border: none;
    font-weight: bold;
    margin: 5px 2px;
    min-width: 10vw;
}

.ActionsDiv button {
    padding: 9px 20px;
}

.SearchButton {
    padding: 5px 10px;
}

.SearchButton input {
    border: 2px outset #eb6810;
    font-weight: normal;
}

.ActionsDiv .Welcome {
    text-align: right;
    margin: 0 10px -10px 0;
}

a.BigLink {
    color: #eb6810 !important;
    font-weight: bold;
    text-shadow: 2px 2px black;
    margin: 0;
}

a.BigLink {
    font-size: 1.5em;
}

.BottomDiv,
.BottomDivRight {
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.BottomDiv a {
    padding-right: 50px;
}

.BottomDivRight {
    text-align: center;
}

.BottomDivRight a {
    padding-left: 35px;
}

.ActionsDivMain {
    padding: 10px;
}

.PopoutImage {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 50px;
    top: 40px;
}

.Round {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border: thin solid saddlebrown;
}

.FullScreenPage {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.OrangeLinear {
    background: linear-gradient(#eb6810, orange);
}

.glyphicon {
    cursor: pointer;
}

a.MessageIcon {
    font-size: 26px;
    margin: 3px 0 0 3px;
    padding: 6px;
    background-color: antiquewhite;
    color: #eb6810;
    border: thin solid #eb6810;
    width: 40px !important;
    height: 40px !important;
    position: fixed;
    display: none;
}

.badge {
    background-color: black;
    padding: 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 2px;
    top: 4px;
    font-size: 10px;
}

.MessageIcon .glyphicon {
    z-index : -1;
}

#MessageBox {
    font-family: cursive;
    background: url(/Images/BruceTiny.jpg) !important;
    background-size: cover !important;
    display: none;
    font-size: 1.5em !important;
}

#MessageBox h5 {
    color: antiquewhite !important;
    text-shadow: 2px 2px saddlebrown;
}

#MessageBox {
    display: none;
}

#MessageBox div {
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(250,235,215,.9) !important;
}

#MessageBox p {
    padding: 10px;
    color: saddlebrown;
    font-weight: bold;
}

#MessageBox img {
    float: right;
    height: 70px;
}

#SearchContactBox table {
    margin: 0 0 20px 0 !important;
}

#SearchContactBox .ui-autocomplete-input {
    width: 100%;
    border: thin solid #eb6810;
    height: 30px;
}

#SearchContactBox input[type=button] {
    border-radius: 0 !important;
    margin: 0 !important;
}

#EditContactBox p,
#AddContactBox p,
#SearchContactBox p {
    font-style: italic;
}

.Invited {
    float: right;
    margin: 10px 20px 0 0;
    font-size: .8em;
    background-color: #eb6810;
    color: white;
    padding: 3px 8px;
    border-radius: 5px;
}

#PinOptionsBox {
    position: absolute;
    bottom: 5px; 
    right: 5px;
    border-radius: 5px;
}

#AddContactBox input[type=text] {
    width: 100% !important;
    border: thin solid saddlebrown;
}

#AddContactBox label {
    width: 100px;
}

.ActionsSection .Search {
    background-color: orange;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
    background: linear-gradient(black, gray);
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

#AddToTimelineBox ul {
    margin: 0;
}

#AddToTimelineBox li {
    font-style: italic;
    font-size: smaller;
}

.LocalPin {
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    min-height: 0;
    padding: 10px;
    margin: 0 0 20px 0;
    color: white;
    background: black;
    position: relative;
}

.LocalPin:hover {
    cursor: pointer;
    background: linear-gradient(black, gray);
}

#EditVisitBox .BoxDiv {
    margin-top: 20px !important;
}

#EditVisitBox table,
#EditReviewBox table {
    width: 100%;
}

#EditVisitBox td,
#EditReviewBox td {
    padding: 0 5px 5px 0;
}

#EditReviewBox #VisitVisibility {
    display: none;
}

.AccountSignIn:hover,
.ActionsDiv a:hover {
    color: white;
    text-shadow: 1px 1px black;
    cursor: pointer;
}

.DialogBox .Invited {
    display: none !important;
}

.ActionsDiv .ui-state-default {
    background: linear-gradient(#eb6810, orange);
    border-radius: 10px 10px 0 0;
}

.ActionsDiv a,
.ActionsDiv li {
    color: white !important;
}

.ActionsDiv a:hover {
    text-shadow: 1px 1px black;
}

.ActionsDiv .ui-state-active a,
.ActionsDiv .ui-state-active a:link,
.ActionsDiv .ui-state-active a:visited {
    background-color: black;
    border-radius: 10px 10px 0 0;
    margin-bottom: -1px;
}

.ActionsDiv .ui-state-active {
    background-color: black;
    border-radius: 10px 10px 0 0;
	text-decoration: none;
}

.ActionsDiv .ui-tabs-nav
{
    margin-left: 5px;
    border: none;
}

.ActionsDiv .ui-tabs .ui-tabs-selected {
    font-weight: bold;
    margin: 100px !important;
}

.ActionsDiv .ui-widget-content {
    padding: 0;
    border: none;
}

.ActionsDiv .ui-tabs-panel {
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.ActionsDiv .ui-state-active,
.ActionsDiv .ui-widget-content .ui-state-active,
.ActionsDiv .ui-widget-header .ui-state-active {
    border: none !important;
    padding: 0;
    margin-top: 3px;
}

.tabSection {
    background: linear-gradient(black, gray) !important;
    min-height: 220px;
    color: white;
    padding: 10px !important;
    position: relative;
}

.tabSection a {
    font-weight: normal;
}

.tabSection p {
    font-weight: bold;
    text-shadow: 1px 1px black;
}

.ActionsDiv .glyphicon-search,
.ActionsDiv .glyphicon-filter {
    float: right;
    color: #eb6810;
    font-size: 25px;
}

.ActionsDiv .glyphicon-filter {
    position: absolute;
    top: 185px;
    right: 5px;
}

#SearchBox .glyphicon-search {
    padding: 6px;
    color: white;
}

.ActionsDiv .ui-widget,
.ActionsDiv .ui-widget-content,
.ActionsDiv .ui-corner-all,
.HuntDiv .ui-widget,
.HuntDiv .ui-widget-content,
.HuntDiv .ui-corner-all {
    background-color: transparent !important;
}

.ActionsGuRoute {
    font-weight: bold;
    text-shadow: 1px 1px #eb6810;
    text-align: right;
    margin: 50px auto 0 auto;
    width: 250px;
    height: 250px;
    padding: 60px 20px 0 0;
    background-color: white;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
}

.HomeSection .ActionsGuRoute {
    display: block;
    float: right;
    margin: 0;
    cursor: pointer;
}

.HomeSection img.Round {
    width: 150px;
    height: 150px;
    float: left;
    margin: 0 20px 20px 0;
}

.ActionsGuRoute h1 {
    font-weight: bold !important;
    font-size: 36px;
    color: #eb6810;
    text-shadow: 2px 2px black !important;
    margin: 0;
}

.ActionsGuRoute,
.ActionsGuRoute h4,
.ActionsGuRoute i {
    color: black !important;
}

.ActionsGuRoute h4 {
    text-shadow: 1px 1px #eb6810 !important;
    margin: 0;
    font-size: 18px;
}

#ToggleVisit {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(235,104,16,.6) !important;
    font-size: 1.6em;
    text-shadow: 2px 2px black;
    z-index: 9;
}

.ImportContacts #ContactsSection {
    margin: 10px -10px 0 0;
}

.ImportContacts .ImportHelpSection {
    font-weight: bold;
}

.ImportContacts #ContactList {
    height: 300px;
    width: 100%;
    overflow: auto;
}

#selectAll {
    font-weight: bold;
}

.ContactTile {
    width: 100%;
    padding: 5px;
    display: inline-block;
    position: relative;
    border-bottom: thin solid transparent;
}

.ContactTile .glyphicon-user {
    font-size: 36px;
    color: #444444;
    background-color: #eb6810;
    padding: 3px;
}

.ContactTile img {
    width: 42px;
    height: 42px;
    border: 2px solid #eb6810;
}

#VisitTagList p {
    line-height: 42px;
    font-weight: bold;
}

.ContactTile input[type=checkbox],
#VisitTagList input[type=checkbox] {
    vertical-align: top;
    height: 42px;
    width: 42px;
    margin: 0 5px 0 0;
    outline: none;
}

#ContactOptionsBox {
    display: none;
    margin: auto;
    position: absolute;
    left: 0; 
    right: 0;
    top: 0; 
    padding: 5px;
    background-color: #444444;
    z-index: 2;
    border: thin solid black;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
}

#ContactOptionsBox a {
    display: block;
    margin: 4px !important;
    font-weight: bold !important;
    white-space: nowrap;
    outline: none;
    padding: 0 0 0 115px;
    color: white !important;
}

.ContactName,
#ContactOptionsBox #Name {
    position: absolute;
    top: 15px;
    left: 100px;
    font-weight: bold;
}

#ContactOptionsBox #Name {
    color: white;
}

.ContactTile:hover {
    background-color: #444444;
    cursor: pointer;
    border-bottom: thin solid #444444;
    color: white;
}

.TopRight,
.TopRightRound,
.TopLeftRound,
.TopLeftRound1,
.TopRightRound1,
.BottomRightRound,
.BottomRightRound1,
.BottomLeftRound,
.AccountSignIn {
    position: absolute;
    text-align: center;
    z-index: 2;
    background: linear-gradient(#eb6810, orange);
    color: saddlebrown !important;
    font-weight: normal;
    padding: 2px 5px;
    min-width: 80px;
    border: 2px solid #eb6810;
    cursor: pointer;
}

.TopRight,
.TopRightRound,
.AccountSignIn {
    top: 0;
    right: 0;
}

.TopRightRound {
    border-radius: 0 10px 0 10px;
}

.AccountSignIn {
    border-radius: 0 0 0 10px;
}

.BottomRightRound {
    bottom: -2px;
    right: -2px;
    border-radius: 10px 0 10px 0;
}

.BottomLeftRound {
    bottom: -2px;
    left: 0;
    border-radius: 0 10px 0 10px;
}

.TopRightRound1 {
    top: 0;
    right: 0;
    border-radius: 0 5px 0 5px;
    min-width: 40px;
}

.BottomRightRound1 {
    bottom: 0;
    right: 0;
    border-radius: 5px 0 5px 0;
    min-width: 40px;
}

.TopLeftRound {
    top: 0;
    left: 0;
    border-radius: 0 0 10px 0;
    font-size: 1.5em;
    padding: 5px 15px;
    font-weight: bold;
}

.TopLeftRound1 {
    top: 0;
    left: 0;
    border-radius: 5px 0 5px 0;
    min-width: 40px;
    font-size: 1.5em;
}

#GuRouteActionsBox {
    display: none;
    margin: auto;
    position: absolute;
    left: 0; 
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 5px;
    background: rgba(0,0,0,.6) !important;
    z-index: 2;
    border: thin solid black;
    border-radius: 5px;
    text-align: center;
}

#VisitNoContacts {
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin: 50px 0;
}

#VisitStatusBox .glyphicon-user {
    font-size: 55px;
    margin: 7px;
    color: burlywood;
}

#AddContact,
#AddToTag {
    font-size: 1.5em;
    padding: 5px 0;
}

.BottomLeftRound1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.BottomLeftRound1 img {
    width: 35px;
    height: 35px;
    padding: 5px;
}

.BottomLeftRound1:hover {
    border: 2px solid #eb6810 !important;
    cursor: pointer;
    background: linear-gradient(#eb6810, orange);
    border-radius: 0 5px 0 5px;
    -moz-border-radius: 0 5px 0 5px;
    -webkit-border-radius: 0 5px 0 5px;
}

.TopTitle,
.BottomTitle {
    padding: 10px;
    color: saddlebrown;
    background: linear-gradient(#eb6810, orange);
    font-weight: bold;
    font-size: 1.6em;
    text-align: center;
    text-shadow: 1px 1px black;
}

.BottomTitle {
    margin: 50px -10px -10px -10px;
}

.TopTitle {
    margin: -11px -11px 15px -11px;
}

#VisitWithList {
    min-height: 100px;
}

#VisitTagList {
    display: none;
}

#TripWith {
    margin-left: 10px;
    font-size: 1.6em;
}

.OrangeBorder {
    border: 2px solid #eb6810;
}

#GuRouteList {
    vertical-align: top;
    clear: both;
    margin-right: -8px;
}

#GuRouteList .Title {
    text-align: center;
}

.ui-accordion .ui-accordion-header {
    background: linear-gradient(#eb6810, orange) !important;
}

.DialogBox .Go {
    float: right;
    font-size: 1.6em;
    margin: 0 -20px 10px 10px;
    padding: 10px 20px;
    background: linear-gradient(#eb6810, orange) !important;
} 

#tourtypes li,
#RightClickBox li {
    margin-bottom: 10px;
    font-weight: bold;
}

#RightClickBox li li {
    margin-bottom: 0;
    font-weight: normal;
}

#tourtypes li i {
    font-weight: normal;
}

#ContactsIcon {
    left: 94px;
    display: none;
}

.BoxHeader {
    margin: -10px -10px 10px -10px;
    padding: 10px;
    font-weight: bold;
    position: relative;
}

.BoxHeader a {
    font-weight: bold;
    padding: 2px 8px;
}

.BeigeBg .BoxHeader {
    background: linear-gradient(#eb6810, orange) !important;
    border-bottom: thin solid saddlebrown;
    color: white;
}

.BlackBg .BoxHeader {
    background: black !important;
    background-color: black !important;
    border-bottom: none;
    color: #eb6810;
}

#Misc .MainBoxDiv {
    margin-top: 30px;
    margin-bottom: 30px;
}

#TimelineBox a {
    font-size: 1.6em;
    font-weight: bold;
}

#TimelineBox h4 {
    margin: 10px 0;
}

.BigSpace {
    margin-bottom: 20px;
}

#Actions {
    text-align: right;
}

#Actions a {
    margin: 5px;
}

.UseSection table {
    width: 100%;
}

.UseSection {
    display: none;
}

#Recent {
    min-height: 150px;
    margin-top: 20px;
}

#Recent #None {
    font-style: italic;
}

.UseSection label, 
#Recent p {
    cursor: pointer;
}

.UseSection label {
    margin: 40px 0;
    width: 100%;
    text-align: center;
}

#DetailsScroll {
    clear: both;
    overflow: auto;
    position: absolute;
    top: 56px;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 5px;
}

#DetailsScroll .BoxDiv {
    margin: 0 0 20px 0;
    padding-bottom: 0;
} 

.DetailsFrame {
    background: linear-gradient(black, gray);
    margin: -10px -10px 0 -10px;
    padding: 0 10px 10px 10px;
    padding-bottom: 10px;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    min-height: 100px;
}

#Tours .DetailsFrame p,
#Tags .DetailsFrame p {
    padding-top: 20px;
    text-align: center;
}

.DetailsFrame #GuRouteImage {
    float: left;
    width: 100%;
    max-width: 800px;
    max-height: 600px;
    margin: 0 10px 10px 0;
    -webkit-box-shadow: rgba(235,104,16,.3) 2px 2px 0 0;
    -moz-box-shadow: rgba(235,104,16,.3) 2px 2px 0 0;
    box-shadow: rgba(235,104,16,.3) 2px 2px 0 0;
}

#EmailInvite {
    max-width: 800px;
    margin: 100px auto;
}

#EmailInvite h4 {
    color: #eb6810;
    margin-bottom: 10px;
    font-size: 1.5em;
}

#EmailInvite p {
    margin-bottom: 20px;
    font-size: 1.6em;
}

#EmailInvite a {
    text-shadow: 2px 2px black;
    text-transform: uppercase;
}

#Help p {
    font-style: italic;
}

#Help li {
    font-style: italic;
    margin-bottom: 10px;
}

div.VisitGame .Visited:before {
    position: absolute;
    content: "\2713";
    border-radius: 4px;
    background-color: #eb6810;
    font-weight: 600;
    padding: 0 9px;
    font-size: 2em;
}

.Visited .GuRouteSynopsis2 {
    border: 2px solid #eb6810;
}

.Visited:hover .GuRouteSynopsis2 {
    border: 2px solid #eb6810;
}

.BigVideo {
    width: 100%;
    height: calc(100% * .56);
    position: absolute;
    top: 60px; 
    right: 0;
    bottom: 0; 
    left: 0;
    margin: auto;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
}

#VideoHelp {
    position: absolute;
    top: 40%;
    width: 60%;
    left: 20%;
    right: 20%;
    display: none;
}

.AccountGuru .glyphicon-user {
    font-size: 205px;
    text-align: center;
    color: #444444;
    background-color: #eb6810;
    float: right;
    margin: 10px;
    padding: 20px 0;
    border: solid thick #444444;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    width: 250px;
}

.BlackOut {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(250,235,215,.9) !important;
    z-index: -1;
}

#ResetPassword h4,
#ResetPassword ul {
    color: #eb6810;
}

#ResetPassword h4 {
    font-size: 20px;
}

#ResetPassword li {
    font-style: normal;
    font-weight: bold;
}

#ResetPassword i {
    color: white;
}

#ResetPassword #FilterVideo {
    padding: 5px;
    border: 2px solid #eb6810;
    -webkit-appearance: none; 
    -moz-appearance: none;
    z-index: 2;
    background: linear-gradient(#eb6810, orange);
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    position: relative;
    font-size: 1.6em !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    top: auto;
    right: auto;
    width: 100% !important;
    margin: 10px 0;
}

.beta,
.SmallSticker {
    text-transform: uppercase;
    font-weight: bold;
    color: #eb6810;
    background: rgba(0,0,0,.6) !important;
    padding: 1px 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 10px;
}

.beta {
    position: fixed;
    top: 2px;
    right: 2px;
}

#ContactUs p {
    margin: 0 0 20px 0;
}

.fb_iframe_widget {
    float: right;
    margin: 0 20px 10px 0;
}

.GuRouteTile .TopTitle {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

#TopGurus {
    text-align: center;
}

#TopGurus p {
    margin: 0;
}

#TopGurus a:hover {
    color: #eb6810 !important;
}

#FacebookDiv {
    position: fixed;
    bottom: 0;
    right: 0;
}

.ActionsDiv #FacebookDiv {
    position: absolute;
    bottom: 0;
}

.hasDatepicker {
    width: 80%;
    margin: 3px 0;
}

.ui-datepicker-trigger {
    width: 30px;
    height: 30px;
    margin: 2px;
    vertical-align: top;
}

.ui-autocomplete {
    position: absolute; 
    cursor: default;
    z-index: 9999 !important;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: .8em;
}

.ui-autocomplete img {
    width: 80px;
    height: 80px;
}

.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}

.ui-autocomplete h1,
.ui-autocomplete h2,
.ui-autocomplete h3,
.ui-autocomplete h4,
.ui-autocomplete h1.h5 {
    margin: 0;
    display: block;
}

.ui-autocomplete li {
    vertical-align: top;
}

.ui-autocomplete p,
.ui-autocomplete div {
    margin: 0;
}

.ui-autocomplete div {
    font-weight: bold;
}

.ui-autocomplete p {
    font-style: italic;
}

.ui-autocomplete .glyphicon {
    font-size: 60px;
    background-color: black;
    color: white;
    padding: 10px;
    float: left;
    margin-right: 10px;
    opacity: .6;
}

.ui-autocomplete .User {
    line-height: 80px;
}

#SearchBox #Instructions {
    margin: 0 0 20px 0;
    background: linear-gradient(black, #8C8C8C);
    padding: 20px;
    color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#HelpBox .warning {
    text-transform: uppercase;
    font-weight: bold;
}

#EditVisitBox .QuickPin i {
    font-weight: bold;
    float: right;
}

#RightClickBox {
    cursor: pointer;
}

#RightClickBox p {
    margin-top: 20px;
    font-size: 1.6em;
    font-weight: bold;
}

#RightClickBox .BoxDiv {
    border: 2px solid black;
}

#RightClickBox .BoxDiv:hover {
    text-shadow: 2px 2px black;
    border: 2px solid #eb6810;
}

#RightClickBox .BoxDiv:hover p {
    color: #eb6810;
}

#RightClickBox .BoxDiv:hover .BoxHeader {
    background: linear-gradient(#eb6810, orange);
    color: white;
}

#EditVisitBox #DateCell {
    width: 100%;
}

#EditVisitBox #dateCompleted,
#EditVisitBox #timeCompleted {
    width: 150px;
}

.Timeline #AttractionsDiv {
    padding-top: 35px;
}

.OrangeText {
    color: #eb6810;
}

.VisitGame {
    background: linear-gradient(#222222, #8C8C8C);
    color: white;
}

.VisitGameHelp i {
    color: #eb6810;
    font-style: normal;
}

.ButtonTopRightPage {
    font-size: 1.3em;
    font-weight: bold;
}

#VisitGameHelp {
    color: #eb6810;
    float: left;
    width: 0;
    white-space: nowrap;
}

.VisitGame .RegularButton {
    margin: -5px -5px 0 0;
}

#GameScore {
    color: #eb6810;
    font-weight: bold;
    line-height: 25px;
    float: right;
}

.ActionList {
    max-width: 350px;
    overflow-x: hidden;
}

#AddToFavorites li {
    cursor: pointer;
}

#AddToFavorites li i {
    font-weight: bold;
    font-style: normal;
}

#AddToFavorites li:hover {
    text-shadow: 1px 1px saddlebrown;
    color: #eb6810;
}

#AddToFavorites #AddToTourBus,
#AddToFavorites #AddToTour,
#AddToFavorites #AddToCollection,
#AddToFavorites #AddToTour {
    margin-bottom: 20px;
}

#AddToFavorites a:hover {
    color: #eb6810;
}

#HelpBox h4 {
    background: linear-gradient(#eb6810, orange);
    margin: -10px -15px 20px -15px;
    padding: 10px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

#HelpBox hr {
    margin: 20px -10px;
    border-color: #eb6810;
}

#LeaderBoard {
    color: #eb6810;
    padding: 10px 20px 10px 60px;
    opacity: .9;
}

#LeaderBoard a {
    color: #eb6810;
}

#LeaderBoard table {
    width: 100%;
}

#LeaderBoard h1 {
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px black;
    margin-bottom: 40px;
}

div.PageContent {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.FullHeight {
    overflow: auto;
}

.HomePage {
    position: relative;
}

.NoTitleDiv {
    margin-top: 5px;
}

#EditFilterBox .RegularButton {
    float: right;
    margin: 2px;
}

#EditFilterBox span {
    line-height: 35px;
}

#MessagePopup {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 600px;
    max-width: 60%;
    height: 300px;;
    background: linear-gradient(rgba(235,104,16,.9), #faebd7) !important;
    border: 2px solid black;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    display: none;
    font-size: 1.6em;
}

#MessagePopup #Message {
    margin: 30px;
}

#MessagePopup button {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30%;
    min-width: 200px;
}

.FilterHelp {
    font-weight: bold;
    margin: 40px;
    text-align: center;
    position: absolute;
    top: 0;
}

#AttractionsDiv {
    position: relative;
}

#GuruBusiness {
    cursor: pointer;
    min-height: 0 !important;
}

#GuruBusiness img {
    float: left;
    margin: 0 10px 10px 0;
}

#GuruBusiness h1 {
    margin: 0 0 10px 0;
    font-size: 3em;
    text-shadow: 1px 1px black;
}

.FilterEdit {
    display: none;
}

#FilterActions {
    z-index: 13;
    position: fixed;
    top: 4px;
    left: 48px;
}

#FilterActions #EditFilter {
    background-color: antiquewhite;
    color: #eb6810;
    border: thin solid #eb6810;
    font-size: 24px;
    padding: 4px 8px 0 8px;
    outline: none;
}

#BusinessBox h4 {
    color: #eb6810;
    margin: 5px 0 15px 0;
}

#BusinessBox #POIFilter {
    margin: 0 20px 20px -15px;
}

#BusinessBox img
{
    min-width: 30vw;
    max-width: 60vw;
    max-height: 50vh;
    float: left;
    margin: 0 5px 5px 0;
    border: 3px solid black;
}

#Business #Login {
    text-align: center;
    width: 100%;
    margin: 25px 0;
}

#Business #Login div {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 25px;
    font-style: italic;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: linear-gradient(#2C2C2C, darkgray);
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    cursor: pointer;
    opacity: .6;
}

#Business #Login h4 {
    color: #eb6810 !important;
    text-decoration: none;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 3em;
    text-shadow: 1px 1px black;
    outline: none;
}

#Business #Login p {
    font-weight: bold;
}

#Business #Login div:hover {
    opacity: 1;
}

.PoweredBy {
    margin: 20px 0 0 0;
    display: block;
    text-align: right;
    font-size: .8em;
    font-weight: normal;
    font-style: italic;
}

#Business #Login div:hover .PoweredBy {
    color: #eb6810;
}

#Business #Login div:hover .PoweredBy i {
    color: white;
}

#SelectedCategories {
    margin: 10px 0;
    min-height: 80px;
}

.Offline {
    float: right;
    font-weight: bold;
    text-transform: uppercase;
}

.MicrosoftMap .NavBar_Container {
    z-index: 1 !important;
}

body > .ui-widget-overlay
{
    opacity: 1;
    background: radial-gradient(rgba(197,163,138,.9), rgba(0,0,0,.9));
}

body > .ui-widget-overlay ~ .ui-widget-overlay {
    opacity: 0;
}

#BusinessTypeBox span,
#BusinessLocBox span {
    font-style: italic;
    font-weight: bold;
}

#BusinessTypeBox li {
    cursor: pointer;
}

#BusinessTypeBox li:hover span {
    color: #eb6810;
    text-shadow: 1px 1px black;
}

div.DonCierge {
    position: fixed;
    top: 4px;
    height: 44px;
    right: 30px;
    z-index: 999 !important;
    cursor: pointer;
    text-align: center;
}

div.DonCierge img {
    height: 100%;
    margin-bottom: 2px;
}

div.DonCierge .Help {
    color: white;
    background: linear-gradient(black, #8C8C8C);
    position: absolute;
    right: 50%;
    top: 0;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    display: none;
}

div.DonCierge #POIFilter {
    display: none;
    background: none;
    background-color: black;
    color: white;
    border: black;
    padding: 10px;
    width: 100%;
}

div.DonCierge select {
    color: white;
}
    
p.DonCierge {
    font-family: 'Georgia';
    font-size: 36px;
    line-height: 38px;
    color: #412815;
    text-shadow: 1px 1px black;
    font-weight: bold;
    position: absolute;
    right: 84px;
    top: 0;
}

i.DonCierge {
    font-family: 'Georgia';
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #412815;
    text-shadow: 1px 1px black;
    padding: 0 8px 0 8px;
    margin: 0;
    font-weight: bold;
    background: linear-gradient(transparent, antiquewhite, antiquewhite, antiquewhite) !important;
    position: absolute;
    top: 40px;
    right: 78px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 1px 1px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 1px 1px 0 0;
    box-shadow: rgba(0,0,0,0.3) 1px 1px 0 0;
}

.PageOverlay {
    background: radial-gradient(rgba(197,163,138,.9), rgba(0,0,0,.9));
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}

.DonFilter::-ms-expand {
    color: white;
}

.RightAlign {
    text-align: right;
}

.CenterAlign {
    text-align: center;
}

.ImageLeft {
    float: left;
    margin: 0 10px 10px 0;
}

.ImageRight {
    float: right;
    margin: 0 0 10px 10px;
}

.SameLine {
    display: inline;
}

.Bubble {
    background: rgba(255,255,255,.75);
    padding: 50px;
    border-radius: 100px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    font-family: cursive;
    text-shadow: 1px 1px black;
    max-width: 50%;
    margin: 100px auto 100px auto;
    text-align: center;
    font-size: 1.2em;
}

.Bubble h1, .Bubble h2, .Bubble h3, .Bubble h4, .Bubble h5 {
    color: #eb6810;
    margin-bottom: 40px;
}

.Bubble p {
    color: saddlebrown;
}

.PlayThumb {
    margin: 0 0 10px 10px;
    cursor: pointer;
    width: 30vw;
    height: 15vw;
    position: relative;
    min-width: 320px;
    min-height: 180px;
    border: 3px solid black;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    background-size: cover !important;
}

.PlayThumb span {
    font-size: 80px;
    color: lightgray;
    opacity: 1;
    border-radius: 100%;
    border: 5px solid lightgray;
    padding: 10px 5px 15px 15px;
    background-color: rgba(0,0,0,.7);
}

.PlayThumb:hover span {
    color: white;
    border: 5px solid white;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
}

.middle {
    transition: .5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.Campaign {
    text-align: center;
}

.Campaign .HugeButton {
    margin: 0 8vw 80px 8vw;
    display: inline-block;
    min-width: 300px !important;
}

.FBLoginButton,
#Google {
    text-align: left;
    margin: 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: #333 1px 1px 0;
}

.FBLoginButton {
    background-color: #627aac !important;
    border-color: #627aac !important;
    color: white !important;
}

.FBLoginButton:hover {
    background: linear-gradient(#627aac, cornflowerblue);
}


.FBLoginButton img {
    height: 40px !important;
    width: 40px !important;
}

#Google img {
    height: 30px !important;
    width: 30px !important;
    margin: 2px;
}

#Google {
    background-color: #9d2222;
    border-color: #9d2222 !important;
}

#Google:hover {
    background: linear-gradient(#9d2222, red);
}

#ConvertToVisit {
    font-style: italic;
    font-weight: bold;
    display: block;
    margin: 20px 0;
}

.clear {
    clear: both;
    display: block;
}

.Orange b
{
    color: #eb6810;
}

#SpeechBox {
    position: relative;
    padding: 30px;
    color: white;
    background: linear-gradient(#2C2C2C, darkgray);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    z-index: 999;
    position: fixed;
    top: 80px;
    right: 2px;
    display: none;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border: 2px solid black;
    font-size: 2em;
}

#SpeechBox a {
    opacity: .3;
}

#SpeechBox a:hover {
    opacity: 1;
    color: white;
}

#SpeechBox svg {
    position: fixed;
    top: 56px;
    right: 25px;
}

blockquote {
    border-left: none;
    margin: 0;
}

#ResumeRestart {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    background-color: rgba(250,235,215,.7);
}

#ResumeRestart div {
    text-align: center;
    display: table;
    margin: 100px auto;
    padding: 30px;
    background: linear-gradient(#2C2C2C, darkgray);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    font-size: 3em;
}

#ResumeRestart a {
    display: block;
    margin: 20px;
}

#EditMapDiv,
#EditingMapDiv {
    margin-top: 5px;
    padding: 5px;
}

#EditingMapDiv {
    display: none;
}

#Clues, #MultipleChoice div {
    clear: both;
}

#EditClueBox #Clue {
    margin-bottom: 10px;
}

#MultipleChoice {
    display: none;
}

#clues-tab .RegularButton {
    margin: 5px;
    color: saddlebrown !important;
    float: right;
}

#clues-tab .RegularButton,
#events-tab .RegularButton,
#users-tab .RegularButton {
    font-size: 1.6em;
}

#clues-tab p {
    font-weight: normal;
}

#Clues .Clue,
#Clues #FinishHunt {
    padding: 10px;
    margin: 10px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    clear: both;
    text-shadow: 1px 1px black;
}

#Clues #FinishHunt {
    font-size: 3em;
    padding: 40px 10px;
    cursor: pointer;
    font-weight: bold;
}

#Clues #FinishHunt:hover {
    color: #eb6810;
}

#Clues .Clue b {
    font-weight: bold !important;
    color: #eb6810;
}

#Clues .Clue label {
    white-space: normal;
}

#Clues .Clue .correct {
    color: #eb6810 !important;
    font-weight: bold !important;
}

#Clues .Clue img {
    float: left;
    margin: 0 10px 10px 0;
    border: 3px solid black;
}

#Clues .Clue ul {
    margin: 0;
}

#Clues .glyphicon:not(.glyphicon-bullhorn) {
    font-size: 3em;
    font-weight: bold;
    margin: -15px 15px 15px -15px;
}

#Clues .glyphicon-thumbs-up {
    color: lawngreen;
}

#Clues .glyphicon-thumbs-down,
#Corrected {
    font-weight: bold !important;
    color: red;
}

.ButtonsDiv {
    text-align: right;
}

.Clue .ButtonsDiv {
    margin: 5px -15px -15px 5px;
}

.ButtonsDiv input {
    padding: 5px 15px;
    border-radius: 15px 0 15px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 1.5em;
}

#Clues input[type="number"] {
    margin-right: 10px;
}

.HuntDiv .ui-state-default {
    background-color: black;
    border-radius: 10px 10px 0 0;
}

.HuntDiv a:hover {
    text-shadow: 1px 1px black;
}

.HuntDiv .ui-state-active a,
.HuntDiv .ui-state-active a:link,
.HuntDiv .ui-state-active a:visited {
    background-color: #eb6810;
    border-radius: 10px 10px 0 0;
    margin-bottom: -1px;
}

.HuntDiv .ui-state-active {
    background-color: black;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
}

.HuntDiv .ui-tabs-nav {
    margin-left: 5px;
    border: none;
}

.HuntDiv .ui-tabs .ui-tabs-selected {
    font-weight: bold;
    margin: 100px !important;
}

.HuntDiv .ui-widget-content {
    padding: 0;
    border: none;
}

.HuntDiv .ui-tabs-panel {
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.HuntDiv .ui-state-active,
.HuntDiv .ui-widget-content .ui-state-active,
.HuntDiv .ui-widget-header .ui-state-active {
    border: none !important;
    padding: 0;
    margin-top: 3px;
}

.huntSection {
    background: linear-gradient(#eb6810, antiquewhite) !important;
    min-height: 220px;
    color: saddlebrown;
    padding: 10px !important;
    position: relative;
}

.huntSection a {
    color: saddlebrown;
}

#AnswerLabel, #ScoreLabel {
    clear: both;
    color: #eb6810;
    font-weight: bold !important;
}

#AnswerLabel {
    margin: 0;
}

.EditHunt input:not(#Title) {
    display: inline-block !important;
    width: auto !important;
}

.EditHunt label {
    white-space: nowrap !important;
}

#StartHunt, #HuntDetails {
    color: saddlebrown;
    margin-right: -8px;
    padding-right: 8px;
}

#StartHunt {
    text-align: center;
    font-size: 1.6em;
}

#StartHunt a {
    color: saddlebrown;
}

#Score:not(input), #TimePlayed {
    display: none;
    font-weight: bold !important;
    font-size: 1.5em;
}

#TimePlayed {
    float: right;
}

#Leaderboard td,
#Leaderboard th {
    white-space: nowrap;
    padding-right: 10px;
}

#Leaderboard td {
    color: white;
}

#sales-tab h4 {
    margin: 20px 0 50px 0;
    font-size: 1.6em;
}

#sales-tab input {
    margin-bottom: 10px;
    max-width: 400px;
}

#PublishHunt {
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
}

#PublishHunt:hover {
    text-shadow: 1px 1px white;
}

#Hunters table {
    vertical-align: top;
}

#Hunters td,
#Hunters th,
.UserList td,
.UserList th {
    padding: 0 25px 0 0;
}

.GuRouteTile .Cost {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: yellow;
    color: red;
    font-weight: bold;
    padding: 2px 8px;
    border: thin solid black;
    border-radius: 5px 0 5px 0;
}

#hunt-tab .HugeButton {
    min-width: 200px;
    display: inline-table;
    margin-bottom: 20px;
}

#MustPurchase {
    text-align: center;
    padding: 80px;
    font-size: 1.6em;
}

#MustPurchase h4 {
    font-size: 1.5em;
    margin-bottom: 100px;
}

.glyphicon-bullhorn {
    font-size: 3em;
    float: right;
    margin: 10px;
}

#Events .RegularButton {
    margin: 0 10px 0 0;
}

.FullHeight .row {
    margin-left: 0;
    margin-right: 0;
}

.NewHunt {
    text-align: center;
}

.NewHunt h2,
.NewHunt h4 {
    text-shadow: 1px 1px #eb6810;
    margin-top: 30px;
    line-height: 24px;
}

.NewHunt:hover h2,
.NewHunt:hover h4 {
    text-shadow: 1px 1px black;
}

#HuntUserBox table {
    vertical-align: top;
    margin-bottom: 20px;
}

#HuntUserBox td {
    padding: 0 25px 0 0;
}

#HuntUserBox label {
    margin: 0;
}

#users-tab table {
    clear: both;
    margin-top: 30px;
}

#users-tab select {
    font-size: 1.6em;
    min-width: 300px;
    padding: 5px;
}

.clickable {
    cursor: pointer;
}

.ui-dialog-buttonset #POIFilter {
    margin: 3px 10px 0 0;
    font-weight: normal;
    text-transform: none;
    text-shadow: none;
    padding: 3px 5px;
}

#FilterTag h1 {
    text-align: center;
    color: saddlebrown;
    text-shadow: 1px 1px #eb6810;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

#FilterTag h1:hover {
    color: black;
}

.CopyBusiness {
    float: right;
    clear: both;
}

.BusinessName {
    display: block;
    margin-bottom: 15px;
}

#CloneCostBox label {
    margin-right: 10px;
}

.ui-tabs-anchor .glyphicon {
    font-size: 12px;
    margin: 0;
}

.ui-helper-reset {
    font-size: 12pt;
}

.ui-widget {
    font-size: 1em;
}

.LegalDiv h4 {
    margin-top: 40px;
}

.ui-tooltip {
    font-size: 1.3em;
    text-align: center;
    border-radius: 5px;
}

.ui-menu-item {
    font-size: .8em;
}

.ui-dialog-buttonset button,
.ui-widget button {
    font-size: 1.1em;
}

#DetailsScroll {
    font-size: 1.6em;
}

.ui-dialog-buttonpane {
    padding: 0 !important;
}

.ui-dialog-buttonset button {
    margin: 3px !important;
}

#Accessibility {
    font-size: 2em;
}

#Accessibility p,
#Accessibility li {
    margin: 1em 0;
}

#Accessibility b {
    color: #eb6810;
}

#Accessibility img:not(#GuRoute) {
    float: left;
    width: 100%;
    max-width: 800px;
    margin: 0 10px 10px 0;
    border: 5px solid black;
}

.GameMeta {
    height: 45px;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
}

.GameMeta #PlayGame,
.GameMeta a {
    font-weight: bold;
    text-shadow: 1px 1px black;
    color: saddlebrown;
    text-transform: uppercase;
}

.GameMeta #PlayGame {
    padding: 4px 8px;
    margin: -5px 0 0 10px;
}

.PlayHelp li {
    margin-bottom: 10px;
    font-style: italic;
}

.PlayHelp span {
    font-size: 2em;
}

.PlayHelp #TourHelp {
    margin-top: 10px;
}

.PlayHelp .BoxDiv b,
.PlayHelp .BoxDiv span {
    color: #eb6810;
}

.PlayHelp img {
    float: left;
    border: 3px solid black;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    width: 150px;
    margin: 0 10px 10px 0;
}

#FinishedBox h4 {
    text-align: center;
    margin: 40px 0;
}

#FinishedBox #FacebookDiv {
    position: relative;
}

#FinishedBox h4 {
    margin: 10px 10px 20px 10px;
    font-weight: normal;
}

#FinishedBox h1 {
    text-align: center;
    margin: -30px 0 0 0;
}

#FinishedBox #YourScore {
    text-align: center;
    font-size: 5em;
    font-weight: bold;
    animation: FadeInText 5s;
    text-shadow: 1px 1px black;
    margin: -10px 0 20px 0;
}

#FinishedBox .BoxDiv {
    padding: 20px;
}

#FinishedBox a {
    font-weight: normal;
}

#ResendCode {
    display: none;
    text-align: center;
    margin: 20px 0 -20px 0;
}

#ResendCode a {
    font-weight: bold !important;
}

.NoMargin li {
    margin: 0;
}

#CurrentLoc {
    display: none;
}

#MoveBox #Help {
    margin: -20px -20px 30px -20px;
}

.QRCode {
    padding: 15px 15px 0 15px;
    background-color: #eb6810;
    text-align: center;
    font-size: 36px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: white;
    width: 60%;
    max-width: 400px;
    position: relative;
    margin: 0 20px 20px 0;
    float: left;
}

.QRCode h4 {
    color: black;
    margin-left: 40px;
}

.QRCode:hover {
    color: black !important;
}

.QRCode #Code {
    margin-bottom: 20px;
    width: 100%;
}

.QRCode #GuRoute {
    position: absolute;
    left: 10px;
    bottom: 0;
    height: 90px;
}

#QRCodes #artbox {
    margin-top: 20px;
    width: 100%;
}

#NowDiv {
    overflow-y: auto;
}

#NowDiv #theMap {
    width: 300px;
    height: 300px;
    float: right;
    margin: 20px;
    border: 3px solid #eb6810;
}

#NowDiv #Details {
    margin: 20px;
    display: none;
}

#NowDiv #Details div {
    font-size: 1.5em;
}
    
#NowDiv img {
    width: 40%;
    border: 3px solid black;
    -webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    box-shadow: rgba(0,0,0,0.3) 3px 3px 0 0;
    float: left;
    margin: 0 10px 10px 0;
}

#NowDiv .BigButton {
    text-align:center;
    width: 80%;
    margin: 5% 10% 0 10%;
    padding: 20px;
}

#NowDiv #NoGuRoutes {
    margin:12vh 12vw;
}

#NowDiv h1 {
    color: #eb6810;
}

#theMap .BoxDiv {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 400px;
    max-width: 80%;
    margin: 0;
    background-color:rgba(197,163,138,.3);
}

#theMap #GuRouteList {
    height: 300px;
    overflow: auto;
    margin-bottom: 10px;
}
