@import url('emoji.css');

@font-face {
    font-family: Hero;
    src: url("https://cdn.mbottle.com/fonts/Hero.otf") format("opentype");
}

body {
    /*background-image: url('https://cdn.mbottle.com/img/background.jpg');*/
    /*background-color: rgb(179,231,253);*/
    color: #000;
    background-color: #eee;
}

.welcomeTo {
    color: rgb(42, 173, 191) !important;
    text-shadow: 1px 1px #fff;
}

.siteDescription {
    color: #005BA1;
    text-shadow: 1px 1px #ddd;
    text-align: center;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.mBottle {
    background-color: white;
    /*border-radius: 20px;*/
    /*border: 1px solid #ddd;*/
    /*box-shadow: 5px 5px 5px rgba(100,100,100,0.5);*/
    background: -webkit-linear-gradient(top, #fff, #fff, #fff, #eee); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fff, #fff, #fff, #eee); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fff, #fff, #fff, #eee); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fff, #fff, #fff, #eee); /* Standard syntax */
    padding: 30px;
    margin: 0;
    /*margin: -10px 30px 0 30px;*/
}

.mBottleWelcomePage {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

img.wave {
    margin: 0;
    padding: 0;
    width: 120%;
}

p.wave {
    margin: 0 -15px 0 -20px;
    padding: 0;
}

.mBottleForm {
    background: url('https://cdn.mbottle.com/img/sunburst.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #ccc;
    padding: 20px;
    border-radius: 20px;
    margin-left: 0;
    box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.5);
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .nopadding {
        padding: 0 !important;
    }

    .nopadding-left {
        padding-left: 0 !important;
    }

    .nopadding-right {
        padding-right: 0 !important;
    }

    .nomargin {
        margin: 0 !important;
    }

    .nomargin-left {
        margin-left: 0 !important;
    }

    .nomargin-right {
        margin-right: 0 !important;
    }

    .nomargin-bottom {
        margin-bottom: 0 !important;
    }

    .pushdown {
        margin-top: 80px;
    }

    .pushdown-sm {
        margin-top: 30px;
    }
}

.btn-mbottle {
    background: -webkit-linear-gradient(top, #fecf39, #fda619);
    background: -o-linear-gradient(top, #fecf39, #fda619);
    background: -webkit-gradient(linear, left top, left bottom, from(#fecf39), to(#fda619));
    background: linear-gradient(to bottom, #fecf39, #fda619);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffecf39', endColorstr='#fffda619', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 30px;
    color: black;
}

.btn-mbottle:hover,
.btn-mbottle:focus {
    background-color: #fda619;
    background-position: 0 -15px;
}

.btn-mbottle:active,
.btn-mbottle.active {
    background-color: #fda619;

}

.btn-mbottle:disabled,
.btn-mbottle[disabled] {
    background-color: #fda619;
    background-image: none;
}

#login-form h3 {
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
    color: black;
}

#recover-form h3 {
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
    color: black;
    font-size: 25px;
}

.mBottleMenu {
    margin-left: -10px !important;
    margin-right: -10px !important;
    background-color: #ddd;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: -webkit-linear-gradient(top, #ddd, #d7d7d7, #eee, #ddd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #ddd, #d7d7d7, #eee, #ddd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #ddd, #d7d7d7, #eee, #ddd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #ddd, #d7d7d7, #eee, #ddd); /* Standard syntax */
}

.mBottleMenu div {
    border-right: 1px solid #ccc;
    height: 40px;
    padding: 2px;
}

.mBottleFriends {
    background-color: white;
    overflow-y: auto;
}

.mBottleFriends .row {
    width: 100%;
    padding: 0;
    margin: 0;
}


.mBottleFriendsOnlineOffline {
    background-color: #ddd;

}

.mBottleFriendsOnlineOffline div {
    border-right: 1px solid #ccc;
    color: #aaa;
    line-height: 30px;
    padding: 0 !important;
    margin: 0;
}


.mBottleFriendsOnlineOffline div.online.selected {
    color: #26b569;
}

.mBottleFriendsOnlineOffline div.offline.selected {
    color: red;
}

.mBottleFriendsOnlineOffline div.arrivals.selected {
    color: #26b569;
}

.mBottleFriendsOnlineOffline div.departures.selected {
    color: #26b569;
}

.mBottleFriendsSelected {
    /* background-color: #fed03b; */
    text-align: center;
}

.mBottleFriendsHome:not(.mBottleFriendsSelected) p {
    background: url('https://cdn.mbottle.com/img/Home.png') center no-repeat;
    content: " ";
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 3px auto 0;
}

.mBottleFriendsHome:not(.mBottleFriendsSelected) img {
    height: 34px !important;
    padding: 5px !important;
    margin: 0 !important;
}

.mBottleFriendsSelected:not(.mBottleFriendsHome):not(.mBottleConnection) p.thisOne:after {
    background: url('/img/Logo_mBottle83.png');
    background-repeat: no-repeat;
    background-position: 0 5px;
    margin: 0 0 0 5px;
    padding: 0;
    width: 83px;
    height: 40px;
    content: " ";
    display: inline-block;
    vertical-align: -15px;
}


.mBottleFriendsHome {
    clip: auto;
}

.mBottleFriendsSelected.mBottleFriendsHome p:after {
    background: url('/img/Logo_mBottle125.png');
    content: " ";
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0;
    padding: 0;
    width: 125px;
    height: 45px;
    display: inline-block;
    vertical-align: 0;
    clip: auto;
}

.mBottleFriends img {
    display: inline-block;
    vertical-align: middle;

}

.mBottleFriendsHeader {
    background-color: #003265;
    height: 60px !important;
}

.mBottleMessageBottleHeader {
    background-color: #003265;
    height: 45px;
    vertical-align: middle;
}

.mBottleMessageBottleHeader h3 {
    color: #fff;
    margin: 8px 5px;
    padding: 0;
    font-weight: 100;
}

.mBottleMessages {

    background-color: white;
    display: none;
}

.mainWindowSettings {
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    /*border-radius: 20px;*/
    /*border: 1px solid #ddd;*/
    box-shadow: 5px 5px 5px rgba(100, 100, 100, 0.5);
}

.mBottleMessages .row {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mBottleJoinContainer {
    max-width: 318px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.page-header {
    padding-top: 0;
    margin-top: 0;
}

.page-header h2 {
    margin-top: 0;
}

.mBottle_Menu_Logo {

}

.mBottle_Menu_Text {
    font-size: 30px;
}

.mBottle_Menu_Cell {
    text-align: center;
}

.mBottle_Menu_Cell a {
    text-align: center;
    font-size: 32px;
    margin: 0;
    padding: 0;
    border: none;
}

.mBottle_Menu_Cell img {
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.mBottleFriendsHeader div {
    padding: 0;
}

.mBottleMenuIconsHeight {
    height: 60px;
}

.icon-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.icon-bottom img {

    vertical-align: bottom;
    margin-top: 35px;

}

.letter {
    min-width: 37px;
    background: url('https://cdn.mbottle.com/img/letter.png') no-repeat center bottom;
}

.letter p {
    position: absolute;
    bottom: 10px;
    /*right: 5px;*/
    margin: 0 0 0 12px;
    padding: 4px;
    text-align: center;
}

.mBottleSearchImg {
    margin-top: 5px;
    margin-right: 5px;
}

.mBottleMenuIconsHeight div {
    vertical-align: bottom;
    text-align: center;
    bottom: 0;
}

.mBottleFriendsFriend {
    text-align: center;
    display: table;
    height: 40px;
    border-bottom: 1px solid #ccc;
}


.mBottleFriendsFriend p:not(.connectionsText) {
    display: table-cell;
    vertical-align: middle;
    float: none;
    color: #333;
    font-size: 16px;
}

.mBottleFriendsFriend p.connectionsText {
    /*display:table-cell;*/
    /*vertical-align:middle;*/
    float: none;
    color: #333;
    font-size: 16px;
}


.mBottleMessagesBox {
    background-color: #fff;
    height: 100px;
    padding: 0;
}

.mBottlePanel2Menu {
    margin: 0;
    padding: 0;
    text-align: center;
}

.mBottlePanel2Menu p {
    margin: 0;
    padding: 0;
}

.mBottlePanel2Menu img {
    margin: auto;
    padding: 0;
}

.mBottlePanel2MenuImage {
    margin: 0;
    border: 1px solid #ccc;
    padding: 10px;
}

.mBottleAvatarImage {
    margin: 0;
    border: 0;
    padding: 0;
}


.mBottleNoPadding {
    padding: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mBottleSetHeightMain {

    margin-top: -4px;
}

div.invitation_menu {
    margin: 10px;
    padding: 0;
    text-align: center;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.offline .badge {
    color: #ffffff;
    background-color: red;
}

.online .badge {
    color: #fff;
    background-color: #26b569;
}

.arrivals .badge {
    color: #002C5A;
    background-color: #FFCF4A;
}

.mBottleFriendsFriend .badge {
    color: #000;
    background: -webkit-linear-gradient(top, #fecf39, #fda619);
    background: -o-linear-gradient(top, #fecf39, #fda619);
    background: -webkit-gradient(linear, left top, left bottom, from(#fecf39), to(#fda619));
    background: linear-gradient(to bottom, #fecf39, #fda619);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffecf39', endColorstr='#fffda619', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

.chatterCount {
    color: #000;
    background: -webkit-linear-gradient(top, #fecf39, #fda619);
    background: -o-linear-gradient(top, #fecf39, #fda619);
    background: -webkit-gradient(linear, left top, left bottom, from(#fecf39), to(#fda619));
    background: linear-gradient(to bottom, #fecf39, #fda619);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffecf39', endColorstr='#fffda619', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}


.mBottlePanel2MenuArrow {
    padding: 0 !important;
    margin: -5px 0 10px 0 !important;
}

div.friendListHeading {
    background: url('https://cdn.mbottle.com/img/Logo_mBottle125.png') center top no-repeat;
    padding: 40px 0 0 0;
    margin: 0;
}

.friendListHeading h4 {
    text-align: center;
    font-size: 20px;
}

.friendListHeading p {
    text-align: center;
    font-size: 15px;
}

.btn-FriendList {
    width: 100px !important;
}

.btn-redcolor {
    background: red !important;
}

.btn-greencolor {
    background: #26b569 !important;
}

.mBottleMenuBack {
    color: black;
}

.mBottleMenuBack:hover {
    text-decoration: none;
}

p.DOB span {
    white-space: nowrap;
}

#settingsName {
    text-align: center;
    width: 100%;
}

#settingsImage {
    text-align: center;
}

.mBottleSettingsSave {
    position: fixed;
    top: 0;
    width: 100%;
    border: 1px solid black;
    z-index: 999;
    border-radius: 0 0 20px 20px !important;
    padding: 10px !important;
    box-shadow: 5px 5px 5px rgba(100, 100, 100, 0.5);
}

.mBottleVerifyEmailScroll {
    position: fixed;
    top: 0;
    width: 100%;
    border: 1px solid black;
    z-index: 999;
    border-radius: 0 0 20px 20px !important;
    padding: 5px !important;
    box-shadow: 5px 5px 5px rgba(100, 100, 100, 0.5);
    background-color: #FFB300;
}

.mBottleVerifyEmailScroll p {
    padding: 2px 16px;
    font-size: 16px;
    line-height: 1.1;
    color: black;
    margin: 1px 0 0 0;
}

.mBottleSettingsSave p {
    padding: 5px 16px;
    font-size: 16px;
    line-height: 1.52857143;
    color: black;
}

.mBottleSettingsExceptions {
    display: none;
}

@media (max-width: 767px) {
    .container-fluid {
        margin-right: 2px !important;
        margin-left: 2px !important;
    }
}

.mBottleSettingsExceptionsButtons {
    padding-left: 0 !important;
}

.mBottleSettingsExceptionsSelect {
    padding-right: 0 !important;
}

#mBottleAvatarContainer {
    padding: 5px;
    border: 1px solid #aaa;
    margin: 0 auto;
    max-width: 200px;
}

#controls {
    background-color: #aaa;
    text-align: center;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#controls a {
    display: inline-block;
    padding: 0 5%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 300;
    color: #555;
}

#controls a:hover {
    color: #fff;
    text-decoration: none;
}

.fa {
    position: relative !important;
    top: 0 !important;
    display: inline-block !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1 !important;
}

.mBottle-Settings {
    margin-top: 120px;
}

.copyright {
    width: 100%;
    padding: 5px;
    margin: 0;
    height: 30px;
}

.copyright p {
    text-align: center;

}

.profile {
    display: none;
}

.pointer {
    cursor: pointer;
}

.spanLink {
    cursor: pointer;
    text-decoration: underline;
}

.spanLink:hover {
    text-decoration: none;
    text-shadow: 1px 1px 1px #555;
}

.chatMessage-self .hoverTranslate {
    display: none !important;
}

.chatMessage-other .hoverTranslate {
    position: absolute !important;
    display: block !important;
    top: -30px !important;
    left: -10px !important;
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 1px 5px;
    z-index: 100;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.00;
    border-radius: 5px;
    font-size: 1.0em;
    color: #000000;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
    white-space: nowrap;
}


.chatMessage-self .hoverButton {
    position: absolute !important;
    display: block !important;
    top: -20px !important;
    right: -20px !important;
    z-index: 100;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.00;
    border-radius: 5px;
    font-size: 1.5em;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.chatMessage p {
    display: inline-block;
    position: relative;
}

.chatMessageImage-self {
    float: right;
}

.chatMessageImage-other {
    float: left;
}

.chatMessageImage {
    position: relative;
    max-width: 70%;
    padding: 0;
    margin: 1em auto 30px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.chatMessageImage .hoverButton {
    position: absolute !important;
    display: block !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 100;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.00;
    border-radius: 5px;
    font-size: 1.5em;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
    color: #FFD861;
}

.chatMessageImage img {
    padding: 0;
    margin: 0;
    z-index: 99;
    display: block;
}

.chatMessageImage-self:hover .hoverButton {
    opacity: 1;
    transition-timing-function: ease-out;
}

.chatMessage-self .hoverButton {
    color: #FFD861;
}

.chatMessage-other .hoverButton {
    color: #1568A8;
}

.chatMessage-other .hoverButton {
    display: none !important;
}

.chatMessage-self:hover .hoverButton {
    opacity: 1;
    transition-timing-function: ease-out;
}

.chatMessage-other:hover .hoverTranslate {
    opacity: 1;
    transition-timing-function: ease-out;
}

.chatMessage-translated {
    background: -webkit-linear-gradient(top, #fda619, #fda619);
    background: -o-linear-gradient(top, #fda619, #fda619);
    background: -webkit-gradient(linear, left top, left bottom, from(#fda619), to(#fda619));
    background: linear-gradient(to bottom, #fda619, #fda619);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fda619', endColorstr='#fda619', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    /*background-color: #fda619 !important;*/
}

.chatMessage-translated:before {
    background: #fda619 !important;
}

.chatMessage-translated:after {
    background: #fda619 !important;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .mBottleLogo-xs {
        width: 70%;
    }

    .h2welcomePhrase {
        margin-top: 0 !important;
        font-size: 1.5em;
    }

    .mBottle-hidden-xs {
        display: none !important;
    }

    #friendbottom {
        max-height: 300px;
    }
}


.rotate-90 {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center;
}

.rotate-180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-270 {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.flip {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.flip-and-rotate-90 {
    -moz-transform: rotate(90deg) scaleX(-1);
    -webkit-transform: rotate(90deg) scaleX(-1);
    -o-transform: rotate(90deg) scaleX(-1);
    transform: rotate(90deg) scaleX(-1);
}

.flip-and-rotate-180 {
    -moz-transform: rotate(180deg) scaleX(-1);
    -webkit-transform: rotate(180deg) scaleX(-1);
    -o-transform: rotate(180deg) scaleX(-1);
    transform: rotate(180deg) scaleX(-1);
}

.flip-and-rotate-270 {
    -moz-transform: rotate(270deg) scaleX(-1);
    -webkit-transform: rotate(270deg) scaleX(-1);
    -o-transform: rotate(270deg) scaleX(-1);
    transform: rotate(270deg) scaleX(-1);
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    padding: 10px;
    background: #000000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    z-index: 10000;
    opacity: 0.60;
    color: white;
    text-align: center;
    vertical-align: middle;
    display: none;
    font-size: 100px;
}

.flowTransition {
    -webkit-transition: width 0.5s ease, margin 0.5s ease;
    -moz-transition: width 0.5s ease, margin 0.5s ease;
    -o-transition: width 0.5s ease, margin 0.5s ease;
    transition: width 0.5s ease, margin 0.5s ease;
}


.mBottleAdventureDeparturesArrivals {
    background-color: #ddd;
}

.mBottleAdventureDeparturesArrivalsLargeFont {
    font-size: 22px;
}

.mBottleAdventureDeparturesArrivals div {
    /* border-right:  1px solid #ccc; */
    color: #aaa;
    line-height: 60px;
    padding: 0 !important;
    margin: 0;
}

.mBottleAdventureDeparturesArrivals div.selected {
    color: #26b569;
}

#friendbottom {
    position: relative;
}

#mainAdventureCanvas {
    position: relative;
}

#globeAdventureCanvas {
    position: absolute;
    top: 0;
    left: 0;
}

#departuresUserProfile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    margin: 125px;
    background-color: rgba(254, 254, 254, .7);
    width: 250px;
    height: 250px;
    border-radius: 30px;
    border: solid #003265 3px;
    box-sizing: border-box;
    padding: 20px;
    display: none;
    overflow: auto;
}

#departuresUserProfile::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    margin: 20px;
}

#departuresUserProfile::-webkit-scrollbar {
    width: 12px;
    background-color: rgba(0, 0, 0, 0);
}

#departuresUserProfile::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #003265;
}

#underCompass {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#imgSettings {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#divDistanceHeading {
    position: absolute;;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
}

/*.arrivals {*/
/*font-size: 22px;*/
/*}*/

/*.departures {*/
/*font-size: 22px;*/
/*}*/

#simplemodal-overlay {
    background-color: #000;
}

#simplemodal-container {
    background-color: #CBBA9E;
    border: 8px solid #56453A;
    padding: 12px;
    height: auto !important;
    width: 70%;
}

.mBottleFriendsSelected.mBottleConnection {
    /*background: #002C5A;*/
    background: #FFCF4A;
    color: white;
}

.mBottleFriendsSelected p.connectionsText {
    /*color: #FFCF4A !important;*/
    color: #002C5A;
}

#waveAnimation {
    background-color: skyblue;
}

.popupButtonExtras {
    position: absolute !important;
    right: 100px !important;
    top: 7px !important;
}

.popupButtonLanguageExtras {
    position: absolute;
    right: 122px;
    top: 3px;
    z-index: 1000;
    color: #555;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .popupButtonLanguageExtras {
        position: absolute;
        right: 54px;
        top: 3px;
        z-index: 1000;
        color: #555;
    }
}

.popupButtonLanguageExtras.enabled {
    color: rgb(253, 166, 25) !important;
}


div.emojiEditorExtras {
    padding: 8px 70px 3px 3px !important;
    box-sizing: border-box;
}

video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*background: url(polina.jpg) no-repeat;*/
    /*background-size: cover;*/
}

video#arrivalsVideo {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

#arrivalsVideo source {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

#waveAnimationCanvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

#welcomePage {
    min-height: calc(100vh - 70px); /* to push the copyright stickily to the bottom! */
}

.adventureAd {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 99999999;
    width: 160px;
    height: 600px;
}

.mBottleFriendsInvitations {
    background-color: #ddd;

}

.mBottleFriendsInvitations div {
    border-right: 1px solid #ccc;
    color: #aaa;
    line-height: 30px;
    padding: 0 !important;
    margin: 0;
}


.mBottleFriendsInvitations div.selected {
    color: #26b569;
}

.shepherd-title {
    font-size: 1.8em !important;
    color: #fff !important
}

.shepherd-text {
    font-size: 1.5em !important;
}

.shepherd-button {
    font-size: 1.5em !important;
}

.shepherd-header {
    background-color: #002C5A !important;
    color: #fff !important;
}

.tippy-popper[x-placement^=top] .tippy-arrow {
    border-top-color: #ccc !important;
}

.tippy-popper[x-placement^=bottom] .tippy-arrow {
    border-bottom-color: #002C5A !important;
}
