.bg-main{
	background-image: url("../images/background/textile.png");
	color: #ffffff;
}

.main {
	font: 20px "Montserrat", sans-serif;
    line-height: 1.8;
    color: #f5f6f7;	
}

.mainland-firstletter{
	font-weight: bolder;
	font-family: 'EB Garamond', serif;
	font-size: -webkit-xxx-large;
    float: left;
    line-height: 0.7;
	color: #697a87;
	padding: 5px;
}
.main-panel{
	color:black;
	background-color: white;
		margin: 2% 0% 2% 0%;
	border-radius: 10px;	
	 border: 2px solid rgba(0,0,0,0.1);
	 font-family:Helvetica,Arial,sans-serif;
	 background-color: #EEEEEE;
	 font-size: 14.95px
	 
}

.main-title{
	margin: 0 0% 2% -30px;
    width: 100%;
    text-align: left;
    height: 100%;
}

.main-title-text{
    background-color: rgba(0,0,0,0.8);
    color: #Ccc;
    font-size: xx-large;
    font-style: bold;
    width: 10%;
    padding: 1%;
    border-style:solid;
    border: 0px;
    border-top: 5px; 
    	border-radius: 5px;
    font-family: Helvetica,Arial,sans-serif;
}

.main-panel p{
	text-align: justify;
	border-color: 10px;	
}
.main-panel a{
	text-align: justify;
}


div.sub-panel {
		border: 6px solid rgba(0,0,0,0.1);
		margin: 5px 5px 5px 5px;
		padding: 5px 5px 5px 5px;
    	border-radius: 10px;
    		 background-color: white;

}

h1.activities-det {
	text-align: left;
	margin-left: 10px;
	margin-top: 5px;
}
h2.activities-det {
	text-align: left;
	margin-left: 10px;
}

p.activities-det {
	padding:0;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
}

ul.activity-info-list{
	font-weight: bold;
	text-align: right;
}

.flag-btn{
	padding: 0px;
	padding-right:12px;
}


.abmo-map{
	width: 100%;
	height: 300px;
}

@media screen and (max-width: 767px) {
	.abmo-map{
		height: 150px;
	}
}

@media screen and (min-width: 1024px) {
	.abmo-map{
		height: 400px;
	}
}

/* @media screen and (min-width: 768px) { */
/* 	.mainland-title{ */
/* 		font-size: -webkit-xxx-large; */
/* 	} */
/* } */

img.info-icon {
  width:32px;
  height:32px;
}

.Collapsible{
	text-align: left;
}
