/* Main Styles */

html {
    /*font-family: 'Roboto', Arial, Fallback, sans-serif;*/
    font-family: Arial, Fallback, sans-serif;
    /*position: relative;*/
}
body {
    /*font-size: 13px;
    line-height: 20px;
    margin: 0px;
    margin-bottom: 30px;*/
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    /*background-color: lime !important; */
}

html, body, #root {
    min-height: 100% !important;
    height: 100%;
    margin: 0;
}

.slide-height-fix {
  /*height: 100%; */
  /*height: 100vh; */

}

.pull-right {
    text-align: right;
}




.map {
  height: 300px;
}

@media screen and (min-width: 1024px){
    .map {
        height: 500px;
    }
}

.layout-caption {
    font-size: 70%;
    color: #eeeeee;
}