.toolbar {
    float: left;
    position: relative;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
}
.toolbar-title {
    float: left;
    font: bold 15px sans-serif;
    margin: 10px 5px;
}
.toolbar-buttons {
    position: relative;
    float: right;
    margin: 10px 5px;
}
.toolbar-btn {
    float: left;
    color: #337ab7;
    text-decoration: none;
    margin: 0 5px;
    font: 12px/1 sans-serif;
}
.toolbar-btn:hover {
    color: #23527c;
    text-decoration: underline;
}
.toolbar-btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
@media (max-width: 767px) {
    .toolbar-buttons {
        float: left;
    }
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.eot');
    src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.share-icon:before {
    content: "\e066";
}
.marker-icon:before {
    content: "\e062";
}
.download-icon:before {
    content: "\e060";
}
.flag-icon:before {
    content: "\e034";
}
.fullscreen-icon:before {
    content: "\e140";
}
.email-icon:before {
    content: "\2709";
}

/* Share Button Styles */
.share-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #333;
    display: none;
}
.share-overlay.show {
    display: block;
}
.close-btn {
    color: #fff;
    font: 24px/1 sans-serif;
    text-decoration: none;
    position: absolute;
    top: 7px;
    right: 10px;
}
.share-options {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 70%;
}
.option-label {
    font: 14px/1 sans-serif;
    color: #fff;
    margin: 0;
}
.option-value {
    margin: 5px 0 20px;
}
.share-links {
    margin-top: 40px;
    /*text-align: center;*/
}
.share-link {
    outline: none;
    border: 0;
}
@media (max-width: 767px) {
    .hidden-mobile {
        display: none !important;
    }
}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}
.share-overlay {-webkit-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.share-overlay.show {-webkit-animation-name:fadeInDown;animation-name:fadeInDown}


/* Download Button Styels */
.download-btn button {
    background: none;
    border: 0;
    color: #337AB7;
    text-decoration: none;
    font: 12px/1 sans-serif;
}
.download-btn button:hover {
    text-decoration: underline;
    cursor: pointer;
}
.download-btn button:focus {
    outline: none;
}
.email-prompt {
    display: none;
    position: absolute;
    top: 32px;
    right: 0;
    background: #FFF;
    padding: 5px 10px;
    border-radius: 4px;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.8);
}
.email-prompt label {
    font: 12px/1 sans-serif;
}
.email-prompt-input {
    height: 17px;
    margin-bottom: 10px;
    padding: 1px 2px;
    line-height: 17px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
.email-prompt-error {
    color: red;
    margin: 10px 0 5px;
    font: 12px/1 sans-serif;
}