/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
	.hprst0 {
		fill: #B0D0D9;
	}

	.hprst1 {
		fill: #00A4A6;
	}

	.hprst2 {
		fill: #5A5652;
	}

	.hprst3 {
		fill: #DAD9D8;
	}

	.hprst4 {
		display: none;
		fill: #FFFFFF;
	}

	.hprst5 {
		fill: #FFFFFF;
	}

	.hprst6 {
		fill: #FF5393;
	}

	.hprst7 {
		display: none;
		fill: #DDD061;
	}

	.hprst8 {
		fill: #DDD061;
	}

	.hprst9 {
		display: none;
		fill: #070707;
	}

	.hprst10 {
		display: none;
		fill: #0A0A0A;
	}

	.hprst11 {
		display: none;
		fill: #080707;
	}

	.hprst12 {
		display: none;
		fill: #0D0C0C;
	}

	.hprst13 {
		display: none;
		fill: #0C0B0B;
	}

	.hprst14 {
		display: none;
		fill: #141414;
	}

	.hprst15 {
		display: none;
		fill: #0F0F0F;
	}

	.hprst16 {
		display: none;
		fill: #171616;
	}

	.hprst17 {
		display: none;
		fill: #0E0D0D;
	}

	.hprst18 {
		display: none;
		fill: #121212;
	}

	.hprst19 {
		display: none;
		fill: #817E7E;
	}

	.hprst20 {
		display: none;
		fill: #4A4343;
	}

	.hprst21 {
		display: none;
		fill: #7A7272;
	}

	.hprst22 {
		display: none;
		fill: #756F6F;
	}

	.hprst23 {
		fill: #060606;
	}

	.hprst24 {
		fill: #DAD1C8;
	}

	.hprst25 {
		fill: #CBE9F2;
	}

	.hprst26 {
		fill: #246A7F;
	}

	.hprst27 {
		fill: #65BFD8;
	}

	.hprst28 {
		display: none;
		fill: #65BFD8;
	}

	.hprst29 {
		fill: #9DDAE9;
	}

	.hprst30 {
		fill: #D7ECF3;
	}

	.hprst31 {
		fill: #BCDEEB;
	}

	.hprst32 {
		fill: #B8E5EF;
	}

	.hprst33 {
		fill: #B3E7F0;
	}

	.hprst34 {
		fill: #92CDE1;
	}

	.hprst35 {
		fill: #B6DDEA;
	}

	.hprst36 {
		fill: #E7E7E7;
	}

	.hprst37 {
		fill: #246B81;
	}

	.hprst38 {
		fill: #1E596B;
	}

	.hprst39 {
		display: none;
	}

	.hprst40 {
		display: inline;
	}

	.hprst41 {
		fill: #DCCF60;
	}

	.hprst42 {
		fill: #A13946;
	}

	.hprst43 {
		fill: #256B81;
	}

	.hprst44 {
		fill: #FE5393;
	}

	.hprst45 {
		fill: #FEFEFE;
	}

	.hprst46 {
		fill: #A03846;
	}

	.hprst47 {
		fill: #DDD060;
	}

	.hprst48 {
		fill: #B1D0D9;
	}

	.hprst49 {
		fill: #68C0D9;
	}

	.hprst50 {
		fill: #DED162;
	}

	.hprst51 {
		fill: #66C0D8;
	}

	.hprst52 {
		fill: #1B5366;
	}

	.hprst53 {
		fill: #A13947;
	}

	.hprst54 {
		fill: #FF5394;
	}

	.hprst55 {
		opacity: 0;
	}

	#map2 {
		flex: 1 1 57%;
	}

	#blurbs {
		flex: 1 1 37%;
	}

	#credit {
		font-size: 0.6em;
		margin: -5px 10px 0 0;
		text-align: right;
	}

	.hideDesktop {
		display: none;
	}


	@media only screen and (max-width: 800px) {

		/*widths and break points should be tweaked once text is final*/

		#map2 {
			flex: 1 0 100%;
		}

		#blurbs {
			flex: 1 0 100%;
		}

		.hideDesktop {
			display: block;
		}
	}