body{
	padding-top:50px;
	background-color: #CD8283;
	position: relative;
}

html, body, #map {
    height: 100%;

}

a{color:#8e3535;}
b, strong {
  font-weight: 500;
}

#imfHeader,
.navbar-inverse {
	background-color: #8e3535;

}
.navbar-inverse .navbar-brand{
	color:white;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
}

.navbar-brand > img {
  display: inline-block;
}

#imfTopNav{
	line-height: 50px;
	text-align: right;
	font-size: 18px;
}
#imfTopNav a{
	display:inline-block;
	margin-left: 10px;

}

.millco-table    { display: table;}
.millco-tr       { display: table-row }
.millco-thead    { display: table-header-group }
.millco-tbody    { display: table-row-group }
.millco-tfoot    { display: table-footer-group }
.millco-col      { display: table-column }
.millco-colgroup { display: table-column-group }
.millco-td, .millco-th   { display: table-cell; vertical-align:top;}
.millco-caption  { display: table-caption }

#panel-intro-table{margin-bottom: 12px;}

#panel{
	color:#999;
	background: #eee;
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	left:-380px;
	font-size: 15px;
	top: 50;
	width: 380px;
	z-index: 120;
	-webkit-transition: all 400ms ease 0;
	-moz-transition: all 400ms ease 0;
	-o-transition: all 400ms ease 0;
	transition: all 400ms ease 0;
	 box-shadow: 4px 4px 4px #999;
}

#panelIntro{
	padding:10px 0 12px 0;
	line-height: 1.2em;
}

#panel-intro-copy{
	font-size:16px;
	
}

#panel{
	width:30px;
	float:right;
}
#panelContentContainer{
	padding-bottom:65px;
}

#panelContent{
	padding:15px 15px 0 15px;
}

#panelContent a{
	color:#8e3535;
}

#panelLogos{
	width: 100%;
	padding: 8px 12px 12px 12px;
	display:table;
	table-layout: fixed;
}
.logoRow{
	display: table-row;
}

.logoCell{
	display: table-cell;
}

.logoCell1{
	width:40%;
}
.logoCell2{
	width:60%;
}

#wwltt-list li {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1em;
  padding: 2px 0 2px 2px;
}

#cc_logo{
	margin:14px 0;
	width:100px;
	height: 35px;
}
 #map{

 	position:fixed;
 	top:50px;
 	height:100%;
 	width:100%;
 }

@media (max-width: 380px) {

	.navbar-inverse .navbar-brand{
		font-size: 20px;
		letter-spacing: 1px;
	}

}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse  a {
  color: #ffffff;
}

.beige{
	color:#CD8283;
}

a.navbar-brand{padding:0;}
#logotype{
	display:inline-block;
	padding:15px 2px 15px 15px;
}
#mystars{
	margin-top:-5px;
}

#splash{
	max-width: 300px;
}

#contentContainer,
#modalContentContainer{
	padding:30px 0 0 0;
	margin-bottom: 0;
	position:absolute;
	pointer-events:none;
	top:30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	max-width: 640px;
	z-index: 200;
}

#splashContainer{
	padding:0 0 0 0;
	position:absolute;
	top:60px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width:50%;
	min-height: 220px;
	height:80%;
	max-width: 560px;
	z-index: 900;

}
#splashContainer img{
	width:100%;
}

#splashPic{
 margin:70px auto 70px auto;
 position:fixed;
 top:0;
 bottom:0;
 left:0;
 right:0;
}

#splashPic{
 max-height:70%;
 max-width:90%;
}

#forcespace{
	pointer-events:none;
	height:80px;
	background:transparent;
}

#modalBackground{
	height:100%;
	width:100%;
	background-color: #ccc;
	background-color: rgba(255,255,255,0.4);
	position: absolute;
	top: 0;
	left: 0;
}


.titleTable{	display: table;
width:100%;
}
.titleRow{	display: table-row;}
.titleCell{
	display: table-cell;
	vertical-align: top;
}


#closeButtContainer, .closeButtContainer, #modalCloseButtContainer{
	min-height:30px;
	margin-bottom: 10px;}

#closeButtContainer span,
.closeButtContainer span,
#modalCloseButtContainer span{
	font-size:26px; 
	color:#8e3535;
	line-height: 1em;
	display:inline-block;
	padding: 6px 4px 2px 0;
	}


/*.closeButtContainer a,
#closeButtContainer a,
#modalCloseButtContainer a{
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	float:right;
	display:block;
	width:28px;
	pointer-events:auto;

}*/
.imf-close-button span,
.closeButtContainer  .imf-close-button span,
#modalCloseButtContainer .imf-close-button span{
	font-weight: normal;
	font-size:32px;
	text-decoration: none;
	cursor: pointer;
	float:right;
	display:block;
	width:32px;
	pointer-events:auto;
	padding: 2px 4px 2px 0;
}





#closeButtContainer .imf-close-button:hover span,
.closeButtContainer .imf-close-button:hover span,
#modalCloseButtContainer  .imf-close-button:hover  span,
.imf-close-button:hover,
.imf-close-button:hover span{
	color:#ccc;
}


#closeButtContainer.carouselCloseButtContainer a,
#closeButtContainer  a.carouselCloseButt{
	font-weight: bold;
	text-decoration: none;
	color:#8e3535;
	font-size: 12px;
	line-height: 30px;
	cursor: pointer;
	float:right;
	display:block;
	width:80px;
	pointer-events:auto;
}

#closeButtContainer  a.carouselCloseButt:hover{
text-decoration: underline;
	}

#closeButtContainer  a.carouselCloseButt span{
	font-size: 12px;
	line-height: 30px;
 }


.closeButtContainer a:hover,
#closeButtContainer a:hover{
	color:#8e3535;
	}

#content,
#modalContent{
	pointer-events:auto;
	background-color: #fafafa;
	border:1px solid #ccc;
	border-radius: 15px;
	padding:10px 0 20px 0;
	z-index: 8;
	text-align: left;
	max-width: 640px;
	margin-right: 15px;
	margin-left: 15px;
}

#content img{
		width:100%;
		max-width:100%;
		height:auto;
}

#closeButtContainer, .staticContent, .contentContent{
	padding: 0 20px;
}

h3{
	font-weight: bold;
font-size:14px;
}

.leaflet-container a,
.leaflet-container a.loadRouteLink{
	color:#8e3535;
	font-size: 1.4em;
}

.leaflet-bottom{
	bottom:50px;
}

 .leaflet-control-attribution a{
  font-size: 11px;
}


div.item{
	padding: 0 20px;
}

.twitIntent, .fbIntent{
	color:#8e3535;
	font-size:22px;
	line-height: 40px;
}
.ico-twit{
	display:inline-block;
	width:32px;
	height:32px;
	background:url('/img/twitter.svg') ;
	background-size:32px 32px;
	margin-bottom: -7px;
}

.ico-face{
	display:inline-block;
	width:32px;
	height:32px;
	background:url('/img/facebook-square.svg') ;
	background-size:32px 32px;
	margin-bottom: -7px;
}


.footer{
	text-align: center;
}

.footButts, .maxWidth{
	max-width:640px;
	min-width:320px;
	height:50px;
	overflow: hidden;
	margin:auto;
}




@media (max-width: 380px) {

	#closeButtContainer span,
.closeButtContainer span,
#modalCloseButtContainer span{
	font-size:24px; 
	}

	.twitIntent, .fbIntent {
	  font-size: 17px;
	}

}

.boopaleepmymcnothing{

	color:white;
	display:inline-block;
	width:90px;
	padding:5px;
}

.navbar-toggle {
    display: block;
}