
body, .leaflet-container {
	font-family: 'Eczar', serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	background: #000;
}

.displayNone{
	display: none;
}

/*LEAFLET*/


/*.leaflet-zoom-anim .leaflet-zoom-animated {
	transition: all 2s;
}*/

.leaflet-popup-content {
    line-height: 1.2;
    min-width: 150px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    color: white;
    background: #000;/*#212121;*/
}

.popup-bottom{
	top: 0px; /*-7px;*/
	margin-top: 20px;
}

.popup-bottom .leaflet-popup-tip-container {
    margin-top: -20px;
    top:0px;
}

.popup-bottom .leaflet-popup-tip-container .leaflet-popup-tip {
    margin: 11px auto 0;
}

.leaflet-popup-content {
    text-align: center;
}

.leaflet-popup-tip {
    width: 27px;
    height: 27px;
	margin-top: -18px;
}

.mythTrail{
	opacity: 0.8;
}

.ideology-divisions{
	opacity: 0.7;
}

.stop-icon{
	background: white;
	box-shadow: #000 0px 0px 0px 3px;
	-webkit-box-shadow: #000 0px 0px 0px 3px;
}

.stop-icon, .info-icon, .theidea-icon{
	border-radius: 50%;
}

.theidea-icon {
    padding-top: 15px;
    text-align: center;
}

.theidea-icon span {
	color:#fff;
	font-size: 16px;
	line-height: 18px;
}

.info-icon span{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-left: 7px;
}

.ideology-icon{
    text-align: center;
    display: table;
    vertical-align: middle;
}

.ideology-icon span{
	
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
/*    	border-radius: 25px;
	    padding: 10px 20px 8px 20px;
	background: #212121;
	color: #fff;*/
}

.leaflet-touch .leaflet-bar a{
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Eczar';
    display: inline-block;
/*
	background: black;
	color: white;
	border: 2px solid white;*/
	border-bottom: none;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-radius: 2px 0px 0px 2px;
    border-right: 2px solid #ccc;
}
.leaflet-touch .leaflet-bar a:last-child {
    border-radius: 0px 2px 2px 0px;
}
/*
.leaflet-touch .leaflet-bar {
    border: 2px solid white;
    border-radius: 25%;
    background: black;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}
.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
*/
/* MIX */
.leaflet-popup-content-wrapper, .leaflet-popup-tip, .btn-floating, .info-icon {
	box-shadow: #fff 0px 0px 0px 2px;
	-webkit-box-shadow: #fff 0px 0px 0px 2px;
}
.btn-floating:hover {
	box-shadow: 0px 0px 0px 3px;
	-webkit-box-shadow: 0px 0px 0px 3px;
}
.leaflet-container a.leaflet-popup-close-button {
	font-size:22px;
	line-height: 25px;
	width:22px;
}

/*MATERIALIZE*/
#preloader {
	left: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
    top: 50vh;
}

#preloader .spinner-layer{
	border-color: white;
}

.sidenav .btn, .sidenav label, .modal .btn, .leaflet-popup-content .btn{
	height: auto;
	font-size: 16px;
    line-height: 18px;
    padding: 10px 15px  8px 15px;
    font-family: 'Eczar';
    text-transform: none;
}

.sidenav .btn{
	margin: 0px 10px;
}

.sidenav label .option{
    display: inline-flex;
    vertical-align: middle;
}

.sidenav .switch label .icon{
    display: inline-flex;
    vertical-align: top;
	padding-top: 10px;
    padding-left: 20px;
    width: 20%;
}
.sidenav .switch label .lever{
	margin-left: -10px;
    margin-top: 5px;
}

.leaflet-popup-content .btn{
	color:#fff;
}

/*
.sidenav .btn,  .sidenav label{
  margin: 13px;
}

.sidenav .switch span:first-child{
	width: 50%;
    display: inline-block;
    line-height: 20px;
    margin-top: 8px;
}*/

.sidenav .switch label div{
    display: inline-flex;
    vertical-align: top;
    padding-top: 18px;
}

.sidenav span.badge{
	margin-top: 17px;
	padding-top: 1px;
    background: black;
    border-radius: 3px;
    color:#fff;
}

.container {
	margin: 0px;
}

.modal .modal-content {
    padding: 15px;
}

.modal-overlay{
	z-index:-1000;
}

.modal:focus{
	outline: none;
}

.sidenav li>a, #legend{
    font-size: 16px;
    line-height: 18px;
}

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
	font-size: 18px;
    font-weight: 500;
}

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header, .sidenav li>a{
	line-height: 52px;
}

.sidenav li>a>i.material-icons, .sidenav label {
	color: inherit;
}

.sidenav li.disabled>a, .sidenav .disabled li.disabled>a>i.material-icons {
	color:#bbb;
}
/*
.sidenav-overlay{
	z-index: 1010;
}
.sidenav{
	z-index: 1100;
}*/

.leaflet-top, .leaflet-right, .leaflet-bottom, .leaflet-left{
	z-index:500;
}

#navMenu .location .description, #mythList li ul {
	display:none;
}

#navMenu .collapsible-body a,  #navMenu .nav-body a{
	font-weight: normal;
}

#navMenu .collapsible-body a{
	overflow: hidden;
}

#navMenu .collapsible-body span a,  #navMenu .nav-body span a, a {
	font-weight: 500;
	color: black;
}

 #navMenu .collapsible-body p, #navMenu .nav-body p {
	margin: 15px;
	display: inline-block;
    line-height: 22px;
}

#legend.modal{
	height:84%;
	max-height:84%;
	font-weight: 600;
}


#legend .row {
	margin-top: 5px;
    margin-bottom: 0px;
}

#legend img{
	height:60px;
    /*margin-top: -30px;*/
}

#nav-myths span i, #nav-ideologies span i, #nav-about span i{
	font-size: 14px;
    position: absolute;
    left: 72px;
    margin-top: 17px;
}
/* label used to be on another col
#legend .row .col:first-child {
	text-align: right;
	margin-top: 20px;
}
*/

.btn-floating{
	z-index:900;
}

#disablor
{
    z-index:899;

    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
 
    /* make it white but fully transparent */
    background-color: white; 
    opacity:.00; 
    filter: alpha(opacity=00); 
}

.fractalImage {
	opacity: 0;
	z-index: 10;
}


.notransition {
  -o-transition: none !important;
  -ms-transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

#toast-container{
	bottom: 15%;
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 768px) {

	body, .leaflet-container {
		font-size: 16px;
		line-height: 18px;
	}
	.modal{
		width:35%;
	}

	#legend img{
		height:90px;
	    /*margin-top: -30px;*/
	}
	#legend.modal{
		font-size: 16px;
		line-height: 18px;
		width:300px;
		left:inherit;
		bottom: 0px;
		height:72%;
	}
	/* label used to be on another col
	#legend .row .col:first-child {
		margin-top: 50px;
	}
	*/
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 414px) {
	.modal, .modal.modal-fixed-footer{
		width:100%;
		height:100%;
		max-height:100%;
	}
}
