.FA-text {
	text-align: right;
}

.EN-text {
	text-align: left;
}

.description li {
	font-size: 0.9em;
	padding-top: 10px;
	margin-right: 0px;
	padding-right: 0px;

}

#JM-NavLogo {
	max-width: 35%;
	max-height: 35%;
	padding : 0px;
	margin: 0px;
}

#JM-NavLogo:hover {
  -webkit-filter: sepia(3);
  filter: sepia(3);
  /*-webkit-filter: contrast(4);
  filter: contrast(4);*/
}

#JM-cover {
	vertical-align: text-top;
	max-width: 100%;
	/*max-height: 100%;*/
	height: auto;
	padding-bottom: 30px;
}

#worldMap {
    max-width: 1000px;
    margin: auto;
}

.color-yellow{
	color: #FEF5E7;
}

.footer{
	border-top: 1px solid gray;
	
	background-color: #19335D;
}

#arrow-cover:hover {
	color: #F4D03F;
	-ms-transform: scale(1.5, 1.5); /* IE 9 */
    -webkit-transform: scale(1.5, 1.5); /* Safari */
    transform: scale(1.5, 1.5); /* Standard syntax */
    transition:0.8s;

}

.map-outter{
	  /*position: relative;
	  overflow: hidden;*/
	  max-width: 500px;
	  height: auto;
}

.maps{
	padding: 30px;
	margin: 30px;
 
}

#map-img {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

#map-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*@media only screen and (max-width: 700px) {
#JM-cover {
	max-width: 70%;
	max-height: 70%;
	
}*/

.center {
	text-align: center;
	margin: auto;
}

.bg-warm {
	background-color: #D6EAF8;
}

.flag {
	display: inline;
	max-width: 15px;
	max-height: 15px;
}

.bg-trans {
	background-color: transparent;
	border: none;

}

.navFlag, .navFlag:hover, .navFlag:active, .navFlag:focus{
	background-color: transparent;
	border: none;
	outline-style: none;
	cursor: pointer;
}

.nowrap {
  white-space: nowrap ;
}

.icon-text {
	display: inline;

}
.office-subtitle {
	font-family: Helvetica, Arial;
	font-size: 0.8em;
	font-style: italic;
}

#main-heading{
	font-weight: bold;
	font-size: 64px;
	font-family: 'Coda Caption', sans-serif;

}
#sub-main-heading{
	font-size: 28px;
	font-family: sans-serif;
}