html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased !important; 
}
 @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;  
  src: url(../../Fonts/300.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;  
  src: url(../../Fonts/400.woff) format('woff');
}
	
h5
{
padding:2px 0px 2px 0px;
color:#ba9338;
font-weight:200;
}
h6
{
padding:2px 0px 2px 0px;
font-weight:200;
}
	
::-webkit-scrollbar {
 width: 10px;
}
.nopadding {
   padding: 0 !important;   
}
.map-pin-desc
{
    background-color:#fff;
    padding:15px !important;
    font-weight:bold;
    font-size:22px;
    text-align:center;
}
.demo 
{
    width: 400px;
    /*overflow-x: scroll;*/
}   
   
/* Track */
::-webkit-scrollbar-track {
 background: #000032;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #555;
}
.container {
	height: 100%;
}
.min-100 {
	min-height: 100%;
}
.BubbleDiv {
	position: absolute;
	max-width: 500px;
	z-index: 99999;
	
}
.BubbleShadow {
	background: transparent;
	display: block;
}
.Bubble {
	position: relative;
	left: -5px;
	top: -5px;
	padding: 0;
	z-index:99999;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #e4e9ed;
	width: 28em;
	-webkit-box-shadow: 0px 15px 17px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 15px 17px -13px rgba(0,0,0,0.75);
	box-shadow: 0px 15px 17px -13px rgba(0,0,0,0.75);
}
.BubbleShadow, .Bubble {
	border-radius: 5px;
}
.Bubble .topLeftArrow, .Bubble .topRightArrow {
	margin: 0px;
	width: 44px;
	height: 15px;
	position: relative;
	display: none;
}
.Bubble .bottomLeftArrow, .Bubble .bottomRightArrow {
	margin: 0px;
	width: 53px;
	height: 20px;
	position: relative;
	display: none;
}
.map-pin-gold {
	background-image: url(../Images/map/pin-redgold.png) !important;
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	animation: animationFrames .7s infinite;
}
.banner-bg
{
    background-color:#E01B22;
}
.banner
{
    margin-left:auto;
    margin-right:auto;
    display:block;   
    width:70% !important; 
}
.map-pin {
	background-image: url(../Images/map/pin-red.png);
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	animation: animationFrames .7s infinite;
}
 @keyframes animationFrames {
 0% {
 Opacity: 0;
}
 20% {
 Opacity: .2;
}
 40% {
 Opacity: .4;
}
 45% {
 Opacity: .6;
}
 60% {
 Opacity: .8;
}
 100% {
 Opacity: 1;
}
}
.Bubble .bottomLeftArrow {
	top: 0px;
	left: 5px;
	float: left;
	background-image: url(../Images/map/bubble/bottomLeftArrow.png);
	background-repeat: no-repeat;
}
.Bubble .bottomRightArrow {
	top: 0px;
	left: -5px;
	float: right;
	background-image: url(../Images/map/bubble/bottomRightArrow.png);
	background-repeat: no-repeat;
}
.Bubble .topLeftArrow {
	left: 5px;
	float: left;
	background-image: url(../Images/map/bubble/topLeftArrow.png);
	background-repeat: no-repeat;
}
.Bubble img {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	max-height: 150px;
	border-radius: 5px;
}
.hia-map {
	background-image: url(../Images/map/QDF_MapLevel1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: top left;
	min-height: 100%;
	height: 100%;
}
.Bubble h6 {
	line-height: 1.2;
	margin: 0.2em 0em;
	font-size: 1.4em;	
	color: #ba9338;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;	
}
.Bubble h5 {
	line-height: 1.2;
	margin: 0.2em 0em;
	font-size: 1.4em;	
	color: #ba9338;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;	
}
.Bubble p {
	line-height: 1.42857143;
	color: #000;
	text-align: justify;
	margin: 0 0 .75em;
	font-size: .95em;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
.Bubble .topRightArrow {
	left: -5px;
	float: right;
	background-image: url(../Images/map/bubble/topRightArrow.png);
	background-repeat: no-repeat;
}
.BubbleHeader {
	display: none;
}
.BubbleTitle {
	float: left;
	width: 75%;
	padding: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
	color: #36586f;
	font-size: 1.0em;
	font-weight: bold;
}
.BubbleTitleEditor {
	float: left;
	width: 75%;
	padding: 0;
}
.BubbleCloseBtn, .NoBubbleCloseBtn {
	float: right;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	width: 15px;
	height: 14px;
}
.BubbleEditBtn {
	float: right;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	width: 15px;
	height: 15px;
}
.BubbleCloseBtn {
	background-image: url(../Images/map/bubble/dismiss_icon.png);
}
.BubbleEditBtn {
	background-image: url(../Images/map/bubble/edit_icon.png);
}
.NoBubbleCloseBtn {
	background-image: url(../Images/map/bubble/dot.gif);
}
.BubbleContent {
	margin: 10px;
	padding: 1px;  /* // in case of no content*/
	clear: both;
}
.BubbleContentEditor textarea {
	resize: none;
	width: 99%;
	height: auto;
}
.BubbleTitleEditor textarea {
	resize: none;
	height: auto;
}
.img-responsive {
	width: 100%;
	height: auto;
}
img {
	width: auto;
}
.hia-img-text
{
    float:none;
    text-align:left;
    padding-left:30px;
}
.map-container {
	background: #000032;
	position: relative;	
	margin: 0 auto;
    width: 1024px;
}
.width-adjust-lower
{
    /*width:1024px;*/
    width:100%;
}
.header-hia-map {
	width: 100%;
	/* text-align: center; */
	background: #ed145b;
	/* margin: auto; */
	height: auto;
	overflow: hidden;
}
.hia-map-div {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.img-map-container {
    width: 100%;
    margin: 0 auto;
    position: relative; /*height:calc(100vh - 5em);	
	overflow:auto;*/
}

.legend img
{
    max-width: 140px !important;
}

.img-map-container img {
	width: 100%;
}
.legend-hia-map {
	/* background: #ccc url(../Images/map/map-leg.png) center center no-repeat; */	
	z-index: 2;	
    /*display:none;
    position: fixed;
    width: 45%;*/
}
.hia
{
    float:right;   
}


.hia-tit-text img {    
    float: right;
}
.map-tit {
	float: right;
	text-align: right;
}
.legend {
	cursor: pointer;	
}
.legend-content {
	display: none;
    position:absolute;
    z-index:2;
}
.legend-content img {
	-webkit-box-shadow: 7px 8px 24px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 8px 24px -8px rgba(0,0,0,0.75);
	box-shadow: 7px 8px 24px -8px rgba(0,0,0,0.75);
    max-width:70%;
}
/* Shrink wrap strategy 1 */
.easyzoom {
	float: left;
}
.easyzoom img {
	display: block;
}
/* Shrink wrap strategy 2 */
.easyzoom {
	display: inline-block;
}
.easyzoom img {
	vertical-align: bottom;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen  and (min-device-width: 375px)  and (max-device-width: 667px)  and (-webkit-min-device-pixel-ratio: 2) {

	.fa-window-close{
		display: none !important;
	}
}

/* Portrait */
@media only screen  and (min-device-width: 375px)  and (max-device-width: 667px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
.legend-hia-map img {
	width: 100% !important;
}

.img-responsive {
	width: 49%;
	height: auto;
}

	
	.Bubble {
		width: 21em;
	}
	
	.Bubble h6 {
		font-size: 1em;
	}
	
	.Bubble p {
		font-size: .8em;
	}
}

/* Landscape */
@media only screen  and (min-device-width: 375px)  and (max-device-width: 667px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
.legend-hia-map img {
	width: 100% !important;
}
.img-responsive {
	width: 49%;
	height: auto;
}
	.Bubble {
		width: 26em;
	}
	
	.Bubble h6 {
		font-size: 1.1em;
	}
	
	.Bubble p {
		font-size: .9em;
	}
	
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen  and (min-device-width: 414px)  and (max-device-width: 736px)  and (-webkit-min-device-pixel-ratio: 3) {
		.fa-window-close{
		display: none !important;
	}
}

/* Portrait */
@media only screen  and (min-device-width: 414px)  and (max-device-width: 736px)  and (-webkit-min-device-pixel-ratio: 3)  and (orientation: portrait) {
.legend-hia-map img {
width: 100% !important;
}
		.Bubble {
		width: 23em;
	}
	
	.Bubble h6 {
		font-size: 1em;
	}
	
	.Bubble p {
		font-size: .8em;
	}
}

/* Landscape */
@media only screen  and (min-device-width: 414px)  and (max-device-width: 736px)  and (-webkit-min-device-pixel-ratio: 3)  and (orientation: landscape) {
.legend-hia-map img {
	width: 100% !important;
}
.img-responsive {
	width: 49%;
	height: auto;
}

	.Bubble {
		width: 15em;
	}
	
	.Bubble h6 {
		font-size: 1.1em;
	}
	
	.Bubble p {
		font-size: .9em;
	}
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen  and (min-device-width: 375px)  and (max-device-width: 812px)  and (-webkit-min-device-pixel-ratio: 3) {
.img-responsive {
	width: 49%;
	height: auto;
}
	.fa-window-close{
		display: none !important;
	}

}

/* Portrait */
@media only screen  and (min-device-width: 375px)  and (max-device-width: 812px)  and (-webkit-min-device-pixel-ratio: 3)  and (orientation: portrait) {
.legend-hia-map img {
   width: 100% !important;
}
	.legend-hia-map {
		width: 58%;
	}


	.img-responsive {
		width: 54%;
	}
}

/* Landscape */
@media only screen  and (min-device-width: 375px)  and (max-device-width: 812px)  and (-webkit-min-device-pixel-ratio: 3)  and (orientation: landscape) {
.legend-hia-map img {
	width: 100% !important;
}
		.Bubble {
		width: 24em;
	}
	
	.Bubble h6 {
		font-size: 1.1em;
	}
	
	.Bubble p {
		font-size: .9em;
	}
}

/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen  and (device-width: 360px)  and (device-height: 640px)  and (-webkit-device-pixel-ratio: 4) {
.legend-hia-map img {
	width: 100% !important;
}
.img-responsive {
	width: 49%;
	height: auto;
}
	.fa-window-close{
		display: none !important;
	}
}

/* Portrait */
@media screen  and (device-width: 360px)  and (device-height: 640px)  and (-webkit-device-pixel-ratio: 4)  and (orientation: portrait) {
		.Bubble {
		width: 13em;
	}
	
	.Bubble h6 {
		font-size: 1em;
	}
	
	.Bubble p {
		font-size: .8em;
	}
}

/* Landscape */
@media screen  and (device-width: 360px)  and (device-height: 640px)  and (-webkit-device-pixel-ratio: 4)  and (orientation: landscape) {
	.Bubble {
		width: 15em;
	}
	
	.Bubble h6 {
		font-size: 1.1em;
	}
	
	.Bubble p {
		font-size: .9em;
	}
}

/* ----------- Google Pixel ----------- */

/* Portrait and Landscape */
@media screen  and (device-width: 360px)  and (device-height: 640px)  and (-webkit-device-pixel-ratio: 3) {
.legend-hia-map img {
	width: 100% !important;
}
.img-responsive {
	width: 49%;
	height: auto;
}
		.fa-window-close{
		display: none !important;
	}

	
}

/* Portrait */
@media screen  and (device-width: 360px)  and (device-height: 640px)  and (-webkit-device-pixel-ratio: 3)  and (orientation: portrait) {
		.Bubble {
		width: 13em;
	}
	
	.Bubble h6 {
		font-size: 1em;
	}
	
	.Bubble p {
		font-size: .8em;
	}
}

/* Landscape */
@media screen  and (device-width: 360px)  and (device-height: 640px)  and (-webkit-device-pixel-ratio: 3)  and (orientation: landscape) {
	.Bubble {
		width: 15em;
	}
	
	.Bubble h6 {
		font-size: 1.1em;
	}
	
	.Bubble p {
		font-size: .9em;
	}
	
	
}

/* ----------- Google Pixel XL ----------- */

/* Portrait and Landscape */
@media screen  and (device-width: 360px)  and (device-height: 640px)  and (-webkit-device-pixel-ratio: 4) {

	.Bubble {
		width: 15em;
	}
	
	.Bubble h6 {
		font-size: 1.1em;
	}
	
	.Bubble p {
		font-size: .9em;
	}
	.fa-window-close{
		display: none !important;
	}

}

/* Portrait */
@media screen  and (device-width: 360px)  and (device-height: 640px)  and (-webkit-device-pixel-ratio: 4)  and (orientation: portrait) {
.legend-hia-map img {
	/*width: 42%;*/
}
.img-responsive {
	width: 49%;
	height: auto;
}
}

/* Landscape */
@media screen  and (device-width: 360px)  and (device-height: 640px)  and (-webkit-device-pixel-ratio: 4)  and (orientation: landscape) {
.legend-hia-map img {
	/*width: 59%;*/
}
.img-responsive {
	width: 68%;
	height: auto;
}
}

/* ----------- Google Pixel 2----------- */

/* Portrait and Landscape */
@media screen  and (device-width: 360px)  and (device-height: 640px)  and (-webkit-device-pixel-ratio: 3) {
.legend-hia-map img {
	/*width: 42%;*/
}
.img-responsive {
	width: 49%;
	height: auto;
}
.fa-window-close{
		display: none !important;
	}


	.Bubble {
		width: 17em;
	}
	
	.Bubble h6 {
		font-size: 1.1em;
	}
	
	.Bubble p {
		font-size: .9em;
	}
	
}

/* Portrait */
@media screen  and (device-width: 360px)  and (device-height: 640px)  and (-webkit-device-pixel-ratio: 3)  and (orientation: portrait) {
}

/* Landscape */
@media screen  and (device-width: 360px)  and (device-height: 640px)  and (-webkit-device-pixel-ratio: 3)  and (orientation: landscape) {
}
	

/* ----------- Google Pixel 2 XL ----------- */

/* Portrait and Landscape */
@media screen  and (device-width: 411px)  and (device-height: 823px)  and (-webkit-device-pixel-ratio: 3.5) {
.legend-hia-map img {
	/*width: 42%;*/
}
.img-responsive {
	width: 49%;
	height: auto;
}

	.Bubble {
		width: 15em;
	}
	
	.Bubble h6 {
		font-size: 1.1em;
	}
	
	.Bubble p {
		font-size: .9em;
	}
.fa-window-close{
		display: none !important;
	}
}

/* Portrait */
@media screen  and (device-width: 411px)  and (device-height: 823px)  and (-webkit-device-pixel-ratio: 3.5)  and (orientation: portrait) {
}

/* Landscape */
@media screen  and (device-width: 411px)  and (device-height: 823px)  and (-webkit-device-pixel-ratio: 3.5)  and (orientation: landscape) {
.legend-hia-map img {
	/*width: 59%;*/
}
.img-responsive {
	width: 68%;
	height: auto;
}
}
/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	
	  .fa-window-close{
		display: none !important;
	}
	  

	  
	  .legend-hia-map img {
	/*width: 42%;*/
}
    .Bubble {
		width: 15em;
	}
	
	.Bubble h6 {
		font-size: 1.1em;
	}
	
	.Bubble p {
		font-size: .9em;
	}

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	.fa-window-close{
		display: none !important;
	}	  	
	
	.Bubble h6 {
		font-size: 1.1em;
	}
	
	.Bubble p {
		font-size: .9em;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  	  .legend-hia-map img {
	/*width: 51%;*/
}
	  .Bubble {
		width: 23em;
	}

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  	  	  .legend-hia-map img {
	/*width: 42%;*/
}
	    .Bubble {
		width: 28em;
	}

}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
	
	  
	  .legend-hia-map img {
	/*width: 42%;*/
}
	   	.Bubble {
		width: 13em;
	}
	  
.fa-window-close{
		display: none !important;
	}
	
	

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	   	.Bubble {
		width: 20em;
	}
	  .Bubble h6 {
		font-size: 1.1em;
	}
	
	.Bubble p {
		font-size: .9em;
	}

}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  
.fa-window-close{
		display: none !important;
	}

	 .legend-content img 
     {
         width:100% !important;
		 max-width:100% !important;
	 }


	  	  .Bubble {
		width: 22em;
	}
	
	.Bubble h6 {
		font-size: 1.1em;
	}
	
	.Bubble p {
		font-size: .9em;
	}

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	    .legend-hia-map img {
	/*width: 51%;*/
}
	  .img-responsive {
	width: 64%;
	
}

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  	  .img-responsive {
	width: 64%;
	height: auto;
}


}


.row:after {
  content: "";
  display: table;
  clear: both;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {       
    .legend-content {
	    width:320px;        
    }    
    .hia-tit-text {
        text-align: center;
    }
    .hia-tit-text img {
        width: 20%;
        float: none;
        max-width: 200px;
        text-align: center;
    }
    
}
@media (max-width: 490px) {
    .hia
    {
        float:none;   
        width:100%;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {     
    .legend-content {
	    max-width: 350px;    
    }    
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {     
    .hia-img-text
    {
        float:right;
    }



}

@media (min-width: 1024px) {
    .no-legend
    {
        display:block;
    }
    .hia-img-text
    {
        padding-left:0px;
    }
    .width-adjust-lower
    {
        width:100%;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {    
    /*.map-container {
        width: 1300px;
    }*/    
}
@media (max-width: 1024px){
    .center-img
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }        
}

@media (max-width: 991px) {
    .hia-tit-text img {        
        float: none;
    }
    .banner
    {         
        width:100% !important; 
    }
}