/* Style CSS */

@font-face {
  font-family: 'MarkerFeltWide-Plain-Regular';
    src:  url('fonts/MarkerFeltWide-Plain-Regular.ttf.woff') format('woff'),
    url('fonts/MarkerFeltWide-Plain-Regular.ttf.svg#MarkerFeltWide-Plain-Regular') format('svg'),
    url('fonts/MarkerFeltWide-Plain-Regular.ttf.eot'),
    url('fonts/MarkerFeltWide-Plain-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: "Lato", sans-serif;
    color: black;
    //color: #747704;
    font-weight: 300;
    margin: 0;
	  font-size: 22px;
}

/* Often used Classes */

.text-muted {
	  color: #bcbbbb;
}

.text-thin {
	font-weight: 300;
}

/* More Specific Classes */
.title-super {
    font-family: 'MarkerFeltWide-Plain-Regular';
    color: #01cbf7;
    font-size: 2em;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}


.title-medium {
    color: #747704;
    font-size: 45px;
}


.title-logo {
	margin-top: 20px;
}

.addpad-left {
	margin-left: 20px;
}

*,
*:after,
*:before: {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #111;
}

a:hover h2 {
    text-decoration: underline;
}

h1 {
    display: inline-block;
    font-weight: 100;
    //margin: 0 0 0 0.5em;
}

h2 {
    font-weight: 400;
    margin: 0;
}

.header {
    background: #000000;
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0.5em 1em;
    z-index: 2;
}

.icon-list {
    font-size: 1.5em;
    color: #FFF;
}

.menu {
    position: absolute;
    top: 5em;
    padding: 1em;
    background: #FFC20B;
    height: 100%;
    width: 10em;
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s;
    z-index: 1;
    opacity: .95;
}

.category-music {
    position: absolute;
    top: 10.5em;
    padding: 1em;
    z-index: -2;
}
/*
#events {
    position: absolute;
    top: 9.5em;
    padding: 1em;
    z-index: -2;
}
*/
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    //font-weight: bold;
}

.menu li {
    padding: 0;
}

.menu li a {
    color: #000;
    display: block;
    padding: 0.5em 0;
}

.menu-hidden .menu {
    transform: translate3d(-12em, 0, 0);
    transition: transform 0.2s;
}

.feed {
    margin: 4em 0 0;
}

.entry {
    border-bottom: 1px solid #ddd;
    padding: 1em;
    margin: 0.5em 0;
}

img.float-left {
  float: left;
}

#music-events {
    overflow-y: scroll;
}

 #food-events {
    overflow-y: scroll;
}

#sports-events {
    overflow-y: scroll;
}

#comedy-events {
    overflow-y: scroll;
}

/* map */
.navbar-custom .icon-bar {
    background-color: #fff;
}
        
.navbar-custom {
    background-color: #168ccc;
    color: #fff;
}
        
.navbar-custom li>a:hover,
.navbar-custom li>a:focus {
    background-color: #49bfff;
}
        
.navbar-custom a {
    color: #fefefe;
}
        
.navbar-custom .form-control:focus {
    border-color: #49bfff;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0;
    box-shadow: inset 0 0 0;
}
        
#main,
#main>.row {
    height: 100%;
}
        
#main>.row {
    overflow-y: scroll;
}
/*
#left {
    height: 100%;
    overflow-y: scroll;
    background-color: white;
    opacity: .8;

}
*/

#map {
    width: 50%;
    height: calc(100% - 0);
    position: absolute;
    left: 25.5%;
    top: 7.5em;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    }


/* Beaches */

#left {
  overflow: scroll;
  position:fixed !important;
  position:absolute;
  top: 7.5em;
  bottom:0;
}

#details {
  width: 25%;
  height: calc(100% - 0);
  position: absolute;
  left: 75%;
  top: 7.5em;
  bottom: 0;
  overflow: scroll;
  z-index: 1;
    }/*
    position: absolute;
    height: 100%;
    left: 75%;
    background-color: white;
    opacity: .8;
    overflow-y: scroll;
    z-index: 1;
    */
}

#smallscreen {
  height: 100%;
  overflow-y: scroll;
}

#google-ad {
    position: absolute;
    bottom: 0px;
    width: 50%
    right: 3em;
}