/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


@font-face {
    font-family: 'ProximaNova';
    src: url('/fonts/proximanovalight.eot');
    src: url('/fonts/proximanovalight.eot?#iefix') format('embedded-opentype'),
    url('/fonts/proximanovalight.woff2') format('woff2'),
    url('/fonts/proximanovalight.woff') format('woff'),
    url('/fonts/proximanovalight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

}




@font-face {
    font-family: 'ProximaNova';
    src: url('/fonts/proximanovaregular.eot');
    src: url('/fonts/proximanovaregular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/proximanovaregular.woff2') format('woff2'),
    url('/fonts/proximanovaregular.woff') format('woff'),
    url('/fonts/proximanovaregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}




@font-face {
    font-family: 'ProximaNova';
    src: url('/fonts/proximanovathin.eot');
    src: url('/fonts/proximanovathin.eot?#iefix') format('embedded-opentype'),
    url('/fonts/proximanovathin.woff2') format('woff2'),
    url('/fonts/proximanovathin.woff') format('woff'),
    url('/fonts/proximanovathin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;

}

body, html {
    overflow-x: hidden;

}



body,
html {
    width: 100%;
    /*height: 100%;*/
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
}


h2 {
    color: rgb(73, 93, 119);
    font-size: 28px;
    font-family: "ProximaNova";
    font-weight: 100;
    margin-top: 35px;
    /*-webkit-font-smoothing: antialiased;*/
}

h3 {
    font-size: 18px;
    color: rgb(73, 93, 119);
}
h2.centered {
    font-size: 22px;
    color: rgb(73, 93, 119);
}
.container-first h1 {
    font-size: 22px;
    color: rgb(73, 93, 119);
}
.container h1:first-child {
    margin-top: 40px;
}

.centered {
    text-align: center;
}
.centered > * {
    margin-left: auto;
    margin-right: auto;
}
.to-bottom {
    margin-bottom: -50px;
}


#mapsvg {
    position: absolute;
    bottom: -300px;
    width: 90% !important;
}
.topnav {
    font-size: 14px;
    background-color: transparent !important;
    position: absolute;
    border: 0;
    width: 100%;
    z-index: 100;
    margin-top: 10px;
}
.navbar-brand {
    color: white !important;
    font-size: 25px;
    width: 200px;
}
.navbar-brand img {
    /*max-height: 120% !important;*/
    height: 25px;
}
.navbar-default .navbar-nav>li>a {
    color: white;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #eee;
}
.lead, .tutorial p {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #888;
}
.intro-header-main {
    height: 100vh;

}
.intro-header {
    position: relative;
    min-height: 50px;
    padding: 0;
    text-align: center;
    color: #f8f8f8;
    /*background: url(../img/intro-bg.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    /*background-image: linear-gradient(0deg, rgb(52, 126, 185) 0%, rgb(57, 173, 204) 95.09%);*/
    background-origin: padding-box;
    background-size: auto;
    /*background: #FEAC5E;  !* fallback for old browsers *!*/
    /*background: -webkit-linear-gradient(to bottom, #4BC0C8, #C779D0, #FEAC5E);  !* Chrome 10-25, Safari 5.1-6 *!*/
    /*background: linear-gradient(to bottom, #4BC0C8, #C779D0, #FEAC5E); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/


    overflow: hidden;
}
#main-page .intro-header {
    padding: 50px 0;
}

.intro-header-main .intro-message {
    text-align: left;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    width: 50%;
    padding: 0 3%;
    padding-left: 5%;
}

.intro-message > #moto {
    margin: 0;
    /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
    font-size: 2.5em;
    font-family: ProximaNova;
    font-weight: 200;
    text-transform: none;
    margin-bottom: 30px;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    /*border-bottom: 1px solid rgba(0,0,0,0.2);*/
}

.intro-message > h3 {
    /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
    font-size: 21px !important;
    font-family: ProximaNova;
    font-weight: 100;
    margin: 10px 0 35px 0 !important;
    /*opacity: .8;*/
    color: white;
    line-height: 30px;
}

#info-blocks {
    width: 50%;
    padding: 0 30px 0 50px;
    text-align: center;
}

.authour-avatar {
    border-radius: 50%;
    width: 200px;
    border: 2px solid rgba(255,255,255,.5)
}
.about-author {
    background: #536976;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #292E49, #536976);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #292E49, #536976); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.about-author a  {
    color: #4fd8ff;
}
.about-author a.btn {
    color: white;
}

@media(max-width:767px) {

    .about-author .row>div{
        text-align: center;
    }
    .authour-avatar {
        width: 150px;
        margin-bottom: 30px;
    }

    blockquote {
        font-size: 28px;
        border:0;
    }

    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 100px 0;
    background-color: #f8f8f8;
    overflow: hidden;
}
.container-first {
    padding: 30px 0;
}

.content-section-b {
    padding: 100px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
}

.content-section-b.dark {
    /*background-image: linear-gradient(0deg, #444 0%, #fff 75.09%);*/
    /*background-origin: padding-box;*/
    /*background-size: auto;*/
    /*background-color: #bbb;*/
}
.content-section-b.dark h2 {
    /*color: #;*/
}
.content-section-b.dark .lead {
    /*color: #fff;*/
}
.section-heading {
    margin-bottom: 30px;
    line-height: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 50px 0;
    color: white;
    /*background-image: linear-gradient(0deg, rgb(52, 126, 185) 0%, rgb(57, 173, 204) 95.09%);*/
    /*background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 180%);*/
    background-origin: padding-box;
    background-size: auto;
    overflow: hidden;
    position: relative;
}
.banner h2, .banner h3 {
    color: white;
}
.banner h2:after {
    border-color: white;
}
.banner h2:before {
    border-color: white;
}

/*browser mockup*/
/* Browser mockup code
 * Contribute: https://gist.github.com/jarthod/8719db9fef8deb937f4f
 * Live example: https://updown.io
 */

.browser-mockup {
    border-top: 2em solid rgba(230, 230, 230, 0.7);
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.4);
    position: relative;
    border-radius: 8px 8px 0 0
}
.browser-mockup > * {
    box-shadow: none;
}
.browser-mockup:before {
    display: block;
    position: absolute;
    content: '';
    top: -1.25em;
    left: 1em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: #f44;
    box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}

.browser-mockup.with-tab:after {
    display: block;
    position: absolute;
    content: '';
    top: -2em;
    left: 5.5em;
    width: 20%;
    height: 0em;
    border-bottom: 2em solid white;
    border-left: 0.8em solid transparent;
    border-right: 0.8em solid transparent;
}

.browser-mockup.with-url:after {
    display: block;
    position: absolute;
    content: '';
    top: -1.6em;
    left: 5.5em;
    width: calc(100% - 6em);
    height: 1.2em;
    border-radius: 2px;
    background-color: white;
}

.browser-mockup > * {
    display: block;
}

#mapsvg-geocode {
}
#typeahead-container {
    margin-top: 0px;
    font-family: "Helvetica Neue";
    font-weight: normal;
}

.twitter-typeahead {
    width: 100%;
    display: block;
    /*padding: 10px 20px !important;*/
}
.tt-input,
.tt-hint {
    width: 100%;
    outline: none;
}

.tt-input {
}

.tt-hint {
    color: #999;
}

.tt-menu {
    width: 100%;
    margin-top: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 15px;
}

.tt-suggestion.tt-cursor, .tt-suggestion.tt-selectable:hover {
    color: #fff;
    background-color: #0097cf;
    cursor: pointer;
}
.tt-suggestion p {
    margin: 0;
}
#mapsvg-geocode-demo-container {
    display: none;
}
.map-name {
    text-transform: capitalize;
    font-weight: normal;
}
#solar {
    background: radial-gradient(ellipse at left, #1b2735 0%, #090a0f 100%);
    overflow: hidden;
}
.browser-mockup {
    height: auto;
    margin-bottom: -100px;
}
@media (max-width: 768px) {
    .content-section-a, .content-section-b {
        padding: 30px 5px;
    }
    /*.content-section-a h2, .content-section-b h2 {*/
    /*margin-top: 0;*/
    /*margin-bottom: 15px;*/
    /*line-height: 30px;*/
    /*}*/
    p.lead, .tutorial p {
        line-height: 23px;
        font-size: 16px;
    }
    #solar {
        max-height: 300px;
        padding: 10px 0 0 0;
    }
    .browser-mockup {
        margin-bottom: -50px;
    }
    .img-responsive {
        display: block;
        max-width: 70%;
        height: auto;
        margin: 0 auto;
    }
}



#mapsvg-documentation {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

#mapsvg-documentation h1 {
    margin-top: 40px;
    color: #495d77;
}
#mapsvg-documentation h2 {
    margin-top: 50px;
}
div.table-responsive .table {
    margin-bottom: 0;
}

ul.mapsvg-menu {
    padding-left: 0 !important;
}
.mapsvg-menu li {
    list-style: none;
    padding: 1px 0;
}
.mapsvg-menu li a {
    white-space: nowrap;
}
.select2-selection__rendered {
    font-weight: normal;
    font-size: 14px;
}
#mapsvg-documentation pre {
    /*font-size: inherit;*/
    padding: 0;
    border-radius: 0;
    border: 0;
}
#mapsvg-documentation pre code {
    /*font-size: inherit;*/
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-left: 5px solid #ddd;
}
#mapsvg-documentation nav#mapsvg-doc-nav ul {
    margin-top: 40px;
}
#mapsvg-documentation nav.affix {
    top: 0px;
}
.back-to-top {
    padding-left: 5px;
    font-size: inherit;
}
#mapsvg-doc-nav li {
    margin: 5px 0;
}
#mapsvg-doc-nav li a {
    padding-top: 3px;
    padding-bottom: 3px;
}
#mapsvg-doc-nav li.active a {
    background-color: transparent;
    border-left: 3px solid #006699;
    border-radius: 0;
    color: #337ab7;
    font-weight: bold;
    padding-left: 12px;
}
#mapsvg-doc-nav li:hover a {
    background-color: transparent;
    border-left: 3px solid #aaaaaa;
    border-radius: 0;
    color: #337ab7;
    padding-left: 12px;
}
.topnav {
    margin: 0 auto;


}
@media (max-width:767px) {
    .topnav {
        background-color: #090a0f !important;

        position: relative;
        width: auto;
    }
    .navbar-toggle .icon-bar {
        background-color: #fbfbfb !important;
    }
}
.text-muted {
    color: #aaa;
}
.intro-header {
    /*background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 180%);*/
    overflow: hidden;
    background: #536976;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #31323a, #536976);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #31323a, #536976); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to bottom, #31323a, #536976); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
/*h1,h2,h3,h4,h5,h6 {*/
/*font-family: ProximaNova;*/
/*font-weight: 100;*/
/*font-size: 50px;*/
/*-webkit-font-smoothing: antialiased;*/
/*}*/
body {
    font-family: ProximaNova;
    font-weight: 400;
}
.lead, .tutorial p, .tutorial ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #555;
}
.intro-header h3 {
    /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
    font-size: 18px;
    font-family: ProximaNova;
    font-weight: 100;
    /*letter-spacing: 1px;*/
    margin: 5px 0 35px 0;
    color: white;
    line-height: 30px;
    /*text-transform: uppercase;*/
}
.btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.btn-lg {
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    padding: 10px 20px;
}
.btn-transparent {
    /*background-color: rgba(255,255,255,0);*/
    background-color: rgba(255,83,89,.3);
    color: white;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-color: rgba(255,83,89,.6);
}
.btn-transparent:hover {
    background-color: rgba(255,83,89,.5);
    border-color: rgba(255,83,89,.8);
    color: white;
}
.btn-transparent-white {
    background-color: rgba(255,255,255,0);
    border-color: rgba(255,255,255,.6);
}
.btn-transparent-white:hover {
    background-color: rgba(255,255,255,.3);
    border-color: rgba(255,255,255,.6);
}




.section-title {
    /*text-align: center;*/
    text-align: left;
    color: #27272b;
    text-transform: uppercase;
    font-family: "ProximaNova";
    font-weight: 400;
    font-size: 18px;
    float: none;
    margin: 20px auto 10px;
    padding: 0;
    position: relative;
    display: table;
    overflow: hidden;
    white-space: nowrap;
    line-height:1.1;
}

.section-title:before, .section-title:after {
    display: table-cell;
    content: '';
    width: 45%;
    border-top: 1px solid #18354d;
    position: relative;
    top: 7px
}

.section-title-white {
    color: white;
}
.section-title-white:before, .section-title-white:after {
    border-color: #fff;
}


.section-title:before {
    right: 10px
}

.section-title:after {
    left: 10px
}

.section-subtitle {
    text-align: left;
    color: #27272b;
    font-family: "ProximaNova";
    font-weight: 100;
    font-size: 44px;
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-font-smoothing: antialiased;
}
.main-page-jquery .section-subtitle {
    text-align: center;
}
h1.section-subtitle {
    text-align: left;
}
@media (max-width: 767px){
    .section-subtitle {
        font-size: 36px;
    }
}
.section-blockquote {
    background-color: #f0f0f0;
}
blockquote {
    /*float: left;*/
    /*width: 75%;*/
    font-weight: 100;
    font-size: 35px;
    font-family: ProximaNova;
    color: #777;
    -webkit-font-smoothing: antialiased;
    border-color: #ddd;
    padding-left: 50px;
}
@media(max-width:767px) {

    blockquote {
        font-size: 28px;
        border: 0;
    }
}

cite {
    /*float: left;*/
    /*width: 25%;*/
    font-style: normal;
    text-align: center;
}

cite img {
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
}

cite span {
    display: block;
    margin: 0 auto;
}

cite .country, cite .profile {
    color: #aaa;
}

.tutorial {
    margin-top: 30px;
}

.tutorial img {
    max-width: 100%;
}

.tutorial .row {
    margin-bottom: 40px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: white;
}

cite .avatar {
    width: 80px;
}

.content-section-b {
    padding: 50px 0;
}

.content-section-a {
    padding: 50px 0;
}
@media(max-width:767px) {

    blockquote {
        font-size: 21px;
        border: 0;
        color: #555;

    }
    .content-section-a {
        padding: 25px 0;
    }
}

#mapsvg-usecases-section .nav-tabs > li, #mapsvg-usecases-section .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
}

#mapsvg-usecases-section .nav-tabs, #mapsvg-usecases-section .nav-pills {
    text-align: center;
}

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

#why img {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 110px;
}
#why2 img {
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
    width: 60px;
    height: 60px;
}
#why .col-sm-4,
#why2 .col-sm-4 {
    text-align: center;
}

.purchased-by {
    text-align: center;
    /*float: left;*/
    /*width: 50%;*/
}

.purchased-by > * {
    /*display: block;*/
    margin-right: 30px;
    float: left;
    /*max-height: 40px;*/
    /*height: 40px;*/
    /*height: 40px;*/
}

.purchased-by img {
    /*filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); !* Firefox 10+, Firefox on Android *!*/
    /*filter: gray; !* IE6-9 *!*/
    /*-webkit-filter: grayscale(100%); !* Chrome 19+, Safari 6+, Safari 6+ iOS *!*/
    /*margin: 0 auto;*/
}

@media (max-width: 767px){
    .purchased-by {
        text-align: center;
    }
    .purchased-by > * {
        display: block !important;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 20px !important;
        float: none;
    }
}

tbody th {
    color: #999;
    font-size: 21px;
    font-weight: normal;
    background-color: #f5f5f5;
}



/* MAILCHIMP */
/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
/*#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}*/
/*#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}*/
/*#mc_embed_signup input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}*/
/*#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}*/
/*#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}*/
/*#mc_embed_signup input:focus {border-color:#333;}*/
/*#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}*/
/*#mc_embed_signup .button:hover {background-color:#777;}*/
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
/*#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}*/
/*#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}*/
/*#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}*/

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}
#mc_embed_signup .clear {clear:both;}

/*#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}*/
/*#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}*/
/*#mc_embed_signup .mc-field-group.input-group label {display:inline;}*/
/*#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}*/

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em auto; top:-1.5em; z-index:1; width:500px;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

/*#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}*/
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:5px 10px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}


/* FROM index.html */
.centered {
    text-align: center;
}
#mmm.hide-markers .mapsvg-marker {
    display: none;
}
.mapsvg-feature-section {
    text-align: left;

    margin-top: 60vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 580px;
    opacity: 0.3;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.mapsvg-feature-section.active {
    opacity: 1;
}
.mapsvg-feature-section:first-child {
    margin-top: 100px;
}
#mmm {
    height: 100vh;
    width: 50%;
    position: fixed;
    top:0;
    right: 0;
    text-align: left;
    color: #000;
}
#mmm .mapsvg-wrap {
    top: 50%;
    transform: translateY(-50%);
}
.mapsvg-directory-item img {
    border-radius: 50%;
    margin-right: 7px;
}

.section {
    border-radius: 50%;
    margin-right: 7px;
}
/* Add your styles here */

.mapsvg-user-avatar {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 10px;
    margin-top: -25px;
    border-radius: 25px;
    position: absolute;
    border: 1px solid #fff;
}
.mapsvg-user-info {
    margin-left: 75px;
}
.mapsvg-details-container {
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1;
}
.mapsvg-details-container.hidden-animate {
    opacity: 0;
}

.mapsvg-details-container .mapsvg-user-avatar {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin: 0 auto;
    left: auto;
    top: auto;
}
.mapsvg-details-container .mapsvg-user-info {
    margin: 30px 0 0 0;
}

.mapsvg-details-container h1,
.mapsvg-details-container h2,
.mapsvg-details-container h3,
.mapsvg-details-container h4 {
    font-family: "ProximaNova";
    font-weight: 100;
}
.mapsvg-details-container blockquote {
    padding-left: 18px;
}
.mapsvg-details-container blockquote,
.mapsvg-details-container blockquote p {
    font-size: inherit;
    color: #444;
    font-family: inherit;
    font-weight: inherit;
}
.mapsvg-popover.black {
    background-color: rgba(0,0,0,.7);
    font-size: 14px;
    color: white;
    width: 150px !important;
    text-align: center;
}
.mapsvg-popover.black:before {
    border-top-color: rgba(0,0,0,.7);
}
.translucent .mapsvg-region {
    fill-opacity: 0.8;
}

.purchased-by {
    display: block;
    text-align: left;
    margin-top: 35px;
    color: white;
    line-height: 30px;
    font-size: 16px;
    opacity: 0.6;
}
.purchased-by img {
    height: 20px;
}
.purchased-by > * {
    /* display: block; */
    display: inline-block;
    margin-right: 10px;
    float: none;
}
#bottomnav {
    text-align: center;
    padding-left: 0;
    margin-top: 50px;
    padding-top: 25px;
}
#bottomnav li {
    display: inline-block;
    margin: 0 10px;
}
