#indexB {
	background: url("../images/background.jpg") no-repeat center fixed; /*#FF7700*/
	background-size: cover;
	z-index: -1;
}

#page_container {
	width: 100%;
	height: 96%;
	display: inline-block;
	position: static;
}

#left-container {
	width: 68%;
	height: 100%;
	float: left;
}

#right-container {
	width: 30%;
	height: 100%;
	float: right;
	margin-right: 2%;
	margin-top: 0;
}

#flaremap_div {
	width: 100%;
	height: 100%;
}

#map {
	width: 100%;
	height: 24%;
}

#capitalText {
	font-family: Tahoma;
	font-size: 16px;
	color: #000777;
	margin: 0;
}

#flagWeatherContainer {
	background: none;
	box-shadow: none;
	border: none;
	width: 104%;
	padding: 0;
}

#flagDiv {
	width: 30%;
	height: 13%;
	padding: 1%;
	text-align: center;
	margin: 0;
	display: inline-block;
}

#flag {
	height: 60%;
	width: 75%;
	border: 1px solid black;
	margin-top: 10%;
}	

#flagCountry {
	margin-top: 7%;
	font-family: Tahoma;
	font-size: 12px;
}

#weather_box {
	width: 65%;
	height: 13%;
	padding: 1%;
	margin: 0;
	display: inline-block;
	float: right;
}

#OWM {
	margin: 1px;
	text-align: center;
	font-family: Segoe UI, Tahoma, sans-serif;
	font-size: 10px;
	color: #353432;
}

#OWM_logo {
	width: 30%;
	height: 8%;
}

#weatherHeader {
	width: 100%;
	height: 30%;
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	font-size: 14px;
}

#weatherInfo {
	height: 50%;
	width: 100%;
	padding: 0;
	margin-top: 3%;
	font-family: Tahoma;
	font-size: 12px;
	color: white;
}

#icon {
	height: 70%;
	width: 12%;
	border: 1px solid black;
	display: inline-block;
}

#desc_wind_hum {
	height: 70%;
	display: inline-block;
	margin-left: 5%;
	margin-right: 5%;
	vertical-align: top;
}

#temp {
	height: 70%;
	display: inline-block;
	font-size: 16px;
	text-align: right;
	vertical-align: top;
}

#tempGrey {
	color: #C1C1C1;
}

#demographics {
}

#boldChange {
	color: #000777;
	font-weight: bold;
}

#factbook {
	background: linear-gradient(rgba(255, 255, 255, 0.3) 40px, rgba(255, 255, 255, 0.1) 55px);
	height: 33%;
}

#factTitle {
	height: 12%;
}

#factbookText {
	margin-top: 0;
	color: white;
	height: 77%;
	overflow-x: hidden;
	font-size: 1.25em;
}

#factFrame {
	border: none;
	width: 100%;
	height: 31%;
}

#more_fb {
	display: inline-block;
	position: static;
	float: right;
}

#CIAFWlink, #CIAFWlinkref {
	text-decoration: none;
}

#CIAFWlink:visited, #CIAFWlinkref:visited {
	text-decoration: none;
}

#quickSel {
	width: 11%;
	height: auto;
	border: 1px solid black;
	background: linear-gradient(rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.1) 45%);
	box-shadow: 3px 3px 3px black;
	border-radius: 5px;
	font-family: Segoe UI, Tahoma, serif;
}

#mobileFooter {
	visibility: hidden;
}

#footer {
	width: 100%;
	height: 30px;
	background: rgba(96, 96, 96, 0.7); /*#969696;*/
	color: white;
	margin: 0;
	padding-top: 1%;
}

#copyright {
	float: left;
}

#accreditation {
	float: right;
}

.extension_panel {
	width: 100%;
	margin: 1%;
	padding: 2%;
	background: linear-gradient(rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.1) 45%);
	box-shadow: 3px 3px 3px black;
	border-radius: 5px;
	font-family: Segoe UI, Tahoma, serif;
}

.panel_heading {
	font-size: 15px;
	font-family:  Segoe UI;
}

.lnk, .lnk:visited {
	text-decoration: none;
	color: white;
}

/************************ MOBILE ************************/

/************************/

/* Mobile phones: portrait */

@media only screen and (max-width: 500px) {
#indexB {
	background: url("../images/background.jpg") no-repeat center fixed; /*#FF7700*/
	background-size: cover;
	z-index: -1;
}

#page_container {
	width: 98%;
	height: auto;
	min-width: 300px;
	text-align: center;
	padding: 1%;
	position: static;
	display: inline-block;
}

#left-container {
	width: 100%;
	height: auto;
	display: block;
}

#right-container {
	width: 99%;
	display: block;
	margin-left: 1%;
}

#flaremap_div {
	width: 100%;
	height: 64%;
}

#map {
	width: 100%;
	height: 24%;
}

#capitalText {
	font-family: Tahoma;
	font-size: 16px;
	color: #000777;
	margin: 0;
}

#flagWeatherContainer {
	background: none;
	box-shadow: none;
	border: none;
	width: 101%;
}

#flagDiv {
	width: 30%;
	height: 15%;
	text-align: center;
	margin: 0;
	margin-right: 1%;
	display: inline-block;
}

#flag {
	height: 65%;
	width: 75%;
	border: 1px solid black;
	margin-top: 1%;
}	

#flagCountry {
	margin-top: 10%;
	font-family: Tahoma;
	font-size: 12px;
}

#weather_box {
	width: 65%;
	height: 15%;
	padding: 1%;
	margin: 0;
	display: inline-block;
	float: right;
}

#OWM {
	margin-top: -5%;
	text-align: center;
	font-family: Segoe UI, Tahoma, sans-serif;
	font-size: 10px;
	color: #353432;
}

#OWM_logo {
	width: 30%;
	height: 8%;
}

#weatherHeader {
	width: 95%;
	height: 40%;
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	font-size: 11px;
}

#weatherInfo {
	height: 60%;
	width: 95%;
	padding: 0;
	margin-top: 1px;
	font-family: Tahoma;
	font-size: 9px;
	color: white;
}

#icon {
	height: 50%;
	width: 12%;
	border: 1px solid black;
	display: inline-block;
}

#desc_wind_hum {
	height: 70%;
	display: inline-block;
	margin-left: 5%;
	margin-right: 5%;
}

#temp {
	height: 70%;
	display: inline-block;
	font-size: 12px;
	text-align: right;
}

#tempGrey {
	color: #C1C1C1;
}

#boldChange {
	color: #000777;
	font-weight: bold;
}
#demographics {
	display: none;
}

#factbook {
	background: linear-gradient(rgba(255, 255, 255, 0.3) 40px, rgba(255, 255, 255, 0.1) 55px);
	/*overflow: auto;*/
	height: 50%;
	margin-bottom: 2%;
	padding: 1%;
	width: 99%;
}

#factTitle {
	height: 7%;
	margin-top: 2%;
}

#factbookText {
	margin-top: 1%;
	color: white;
	/*height: auto;*/
	overflow: auto;
}

#factFrame {
	border: none;
	width: 100%;
}

#more_fb {
	/*position: static;*/
	display: inline-block;
	text-align: center;
	float: none;
}

#CIAFWlink, #CIAFWlinkref {
	text-decoration: none;
}

#CIAFWlink:visited, #CIAFWlinkref:visited {
	text-decoration: none;
}

#quickSel {
	width: 10%;
	height: 15%;
	border: 2px solid black;
	margin-top: 1%;
}

#mobileFooter {
	visibility: visible;
	width: 105%;
	height: 80px;
	background: rgba(96, 96, 96, 0.7); /*#969696;*/
	color: white;
	text-align: center;
	margin-top: 5px;
	display: inline-block;
}

#footer {
	visibility: hidden;
}

#copyright {
	float: none;
}

#accreditation {
	float: none;
}
.extension_panel {
	width: 97%;
	padding: 2%;
	background: linear-gradient(rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.1) 45%);
	box-shadow: 3px 3px 3px black;
	border-radius: 5px;
	font-family: Segoe UI, Tahoma, serif;
	display: inline-block;
	position: static;
}

.panel_heading {
	font-size: 15px;
	font-family:  Segoe UI;
}

.lnk, .lnk:visited {
	text-decoration: none;
	color: white;
}

}
/************************/

/************************/

/* Mobile phones: landscape */

@media only screen and (min-width: 501px) and (max-width: 760px) {
#indexB {
	background: url("../images/background.jpg") no-repeat center fixed; /*#FF7700*/
	background-size: cover;
	z-index: -1;
}

#page_container {
	width: 98%;
	height: auto;
	min-width: 300px;
	text-align: center;
	padding: 1%;
	position: static;
	display: inline-block;
}

#left-container {
	width: 100%;
	height: auto;
	display: block;
}

#right-container {
	width: 99%;
	display: block;
	margin-left: 1%;
}

#flaremap_div {
	width: 100%;
	height: 64%;
}

#map {
	width: 100%;
	height: 48%;
}

#capitalText {
	font-family: Tahoma;
	font-size: 16px;
	color: #000777;
	margin: 0;
}

#flagWeatherContainer {
	background: none;
	box-shadow: none;
	border: none;
	width: 101%;
}

#flagDiv {
	width: 30%;
	height: 40%;
	text-align: center;
	margin: 0;
	margin-right: 1%;
	display: inline-block;
}

#flag {
	height: 65%;
	width: 75%;
	border: 1px solid black;
	margin-top: 1%;
}	

#flagCountry {
	margin-top: 10%;
	font-family: Tahoma;
	font-size: 12px;
}

#weather_box {
	width: 65%;
	height: 40%;
	padding: 1%;
	margin: 0;
	display: inline-block;
	float: right;
}

#OWM {
	margin-top: -3%;
	text-align: center;
	font-family: Segoe UI, Tahoma, sans-serif;
	font-size: 10px;
	color: #353432;
}

#OWM_logo {
	width: 20%;
	height: 8%;
}

#weatherHeader {
	width: 95%;
	height: 40%;
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	font-size: 11px;
}

#weatherInfo {
	height: 60%;
	width: 95%;
	padding: 0;
	margin-top: 1px;
	font-family: Tahoma;
	font-size: 9px;
	color: white;
}

#icon {
	height: 55%;
	width: 9%;
	border: 1px solid black;
	display: inline-block;
}

#desc_wind_hum {
	height: 70%;
	display: inline-block;
	margin-left: 5%;
	margin-right: 5%;
}

#temp {
	height: 70%;
	display: inline-block;
	font-size: 12px;
	text-align: right;
}

#tempGrey {
	color: #C1C1C1;
}

#boldChange {
	color: #000777;
	font-weight: bold;
}

#factbook {
	background: linear-gradient(rgba(255, 255, 255, 0.3) 40px, rgba(255, 255, 255, 0.1) 55px);
	/*overflow: auto;*/
	height: 90%;
	margin-bottom: 2%;
	padding: 1%;
	width: 99%;
}

#factTitle {
	height: 7%;
	margin-top: 2%;
}

#factbookText {
	margin-top: 1%;
	color: white;
	/*height: auto;*/
	overflow: auto;
}

#factFrame {
	border: none;
	width: 100%;
}

#more_fb {
	/*position: static;*/
	display: inline-block;
	text-align: center;
	float: none;
}

#CIAFWlink, #CIAFWlinkref {
	text-decoration: none;
}

#CIAFWlink:visited, #CIAFWlinkref:visited {
	text-decoration: none;
}

#quickSel {
	width: 10%;
	height: 15%;
	border: 2px solid black;
	margin-top: 1%;
}

#mobileFooter {
	visibility: visible;
	width: 105%;
	height: 80px;
	background: rgba(96, 96, 96, 0.7); /*#969696;*/
	color: white;
	text-align: center;
	margin-top: 5px;
	display: inline-block;
}

#footer {
	visibility: hidden;
}

#copyright {
	float: none;
}

#accreditation {
	float: none;
}
.extension_panel {
	width: 97%;
	padding: 2%;
	background: linear-gradient(rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.1) 45%);
	box-shadow: 3px 3px 3px black;
	border-radius: 5px;
	font-family: Segoe UI, Tahoma, serif;
	display: inline-block;
	position: static;
}

.panel_heading {
	font-size: 15px;
	font-family:  Segoe UI;
}

.lnk, .lnk:visited {
	text-decoration: none;
	color: white;
}
}

/************************/

/* Tablets: portrait */

@media only screen and (min-width: 761px) and (max-width: 1000px) {
#indexB {
	background: url("../images/background.jpg") no-repeat center fixed; /*#FF7700*/
	background-size: cover;
	z-index: -1;
}

#page_container {
	width: 98%;
	height: auto;
	min-width: 300px;
	text-align: center;
	padding: 1%;
	position: static;
	display: inline-block;
}

#left-container {
	width: 100%;
	height: auto;
	display: block;
}

#right-container {
	width: 99%;
	display: block;
	margin-left: 1%;
}

#flaremap_div {
	width: 100%;
	height: 64%;
}

#map {
	width: 100%;
	height: 32%;
}

#capitalText {
	font-family: Tahoma;
	font-size: 16px;
	color: #000777;
	margin: 0;
}

#flagWeatherContainer {
	background: none;
	box-shadow: none;
	border: none;
	width: 101%;
}

#flagDiv {
	width: 30%;
	height: 17%;
	text-align: center;
	margin: 0;
	margin-right: 1%;
	display: inline-block;
}

#flag {
	height: 65%;
	width: 75%;
	border: 1px solid black;
	margin-top: 4%;
}	

#flagCountry {
	margin-top: 10%;
	font-family: Tahoma;
	font-size: 12px;
}

#weather_box {
	width: 65%;
	height: 17%;
	padding: 1%;
	margin: 0;
	display: inline-block;
	float: right;
}

#OWM {
	margin-top: -3%;
	text-align: center;
	font-family: Segoe UI, Tahoma, sans-serif;
	font-size: 10px;
	color: #353432;
}

#OWM_logo {
	width: 25%;
	height: 8%;
}

#weatherHeader {
	width: 95%;
	height: 40%;
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	font-size: 11px;
}

#weatherInfo {
	height: 60%;
	width: 95%;
	padding: 0;
	margin-top: 1px;
	font-family: Tahoma;
	font-size: 9px;
	color: white;
}

#icon {
	height: 45%;
	width: 9%;
	border: 1px solid black;
	display: inline-block;
}

#desc_wind_hum {
	height: 70%;
	display: inline-block;
	margin-left: 5%;
	margin-right: 5%;
}

#temp {
	height: 70%;
	display: inline-block;
	font-size: 12px;
	text-align: right;
}

#tempGrey {
	color: #C1C1C1;
}

#boldChange {
	color: #000777;
	font-weight: bold;
}

#factbook {
	background: linear-gradient(rgba(255, 255, 255, 0.3) 40px, rgba(255, 255, 255, 0.1) 55px);
	/*overflow: auto;*/
	height: 40%;
	margin-bottom: 2%;
	padding: 1%;
	width: 99%;
}

#factTitle {
	height: 7%;
	margin-top: 2%;
}

#factbookText {
	margin-top: 1%;
	color: white;
	/*height: auto;*/
	overflow: auto;
}

#factFrame {
	border: none;
	width: 100%;
}

#more_fb {
	/*position: static;*/
	display: inline-block;
	text-align: center;
	float: none;
}

#CIAFWlink, #CIAFWlinkref {
	text-decoration: none;
}

#CIAFWlink:visited, #CIAFWlinkref:visited {
	text-decoration: none;
}

#quickSel {
	width: 10%;
	height: 15%;
	border: 2px solid black;
	margin-top: 1%;
}

#mobileFooter {
	visibility: visible;
	width: 105%;
	height: 80px;
	background: rgba(96, 96, 96, 0.7); /*#969696;*/
	color: white;
	text-align: center;
	margin-top: 5px;
	display: inline-block;
}

#footer {
	visibility: hidden;
}

#copyright {
	float: none;
}

#accreditation {
	float: none;
}
.extension_panel {
	width: 97%;
	padding: 2%;
	background: linear-gradient(rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.1) 45%);
	box-shadow: 3px 3px 3px black;
	border-radius: 5px;
	font-family: Segoe UI, Tahoma, serif;
	display: inline-block;
	position: static;
}

.panel_heading {
	font-size: 15px;
	font-family:  Segoe UI;
}

.lnk, .lnk:visited {
	text-decoration: none;
	color: white;
}
}

/************************/

/************************/
/* Tablets: landscape */

@media only screen and (min-width: 1001px) and (max-width: 1365px) {
#indexB {
	background: url("../images/background.jpg") no-repeat center fixed; /*#FF7700*/
	background-size: cover;
	z-index: -1;
}

#page_container {
	width: 98%;
	height: auto;
	min-width: 300px;
	text-align: center;
	padding: 1%;
	position: static;
	display: inline-block;
}

#left-container {
	width: 100%;
	height: auto;
	display: block;
}

#right-container {
	width: 99%;
	display: block;
	margin-left: 1%;
}

#flaremap_div {
	width: 100%;
	height: 64%;
}

#map {
	width: 100%;
	height: 35%;
}

#capitalText {
	font-family: Tahoma;
	font-size: 16px;
	color: #000777;
	margin: 0;
}

#flagWeatherContainer {
	background: none;
	box-shadow: none;
	border: none;
	width: 101%;
}

#flagDiv {
	width: 30%;
	height: 20%;
	text-align: center;
	margin: 0;
	margin-right: 1%;
	display: inline-block;
}

#flag {
	height: 65%;
	width: 60%;
	border: 1px solid black;
	margin-top: 3%;
}	

#flagCountry {
	margin-top: 10%;
	font-family: Tahoma;
	font-size: 12px;
}

#weather_box {
	width: 65%;
	height: 20%;
	padding: 1%;
	margin: 0;
	display: inline-block;
	float: right;
}

#OWM {
	margin-top: -3%;
	text-align: center;
	font-family: Segoe UI, Tahoma, sans-serif;
	font-size: 10px;
	color: #353432;
}

#OWM_logo {
	width: 20%;
	height: 8%;
}

#weatherHeader {
	width: 95%;
	height: 40%;
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	font-size: 11px;
}

#weatherInfo {
	height: 60%;
	width: 95%;
	padding: 0;
	margin-top: 1px;
	font-family: Tahoma;
	font-size: 9px;
	color: white;
}

#icon {
	height: 55%;
	width: 9%;
	border: 1px solid black;
	display: inline-block;
}

#desc_wind_hum {
	height: 70%;
	display: inline-block;
	margin-left: 5%;
	margin-right: 5%;
}

#temp {
	height: 70%;
	display: inline-block;
	font-size: 12px;
	text-align: right;
}

#tempGrey {
	color: #C1C1C1;
}

#boldChange {
	color: #000777;
	font-weight: bold;
}

#demographics {
	height: 15%;
}

#factbook {
	background: linear-gradient(rgba(255, 255, 255, 0.3) 40px, rgba(255, 255, 255, 0.1) 55px);
	/*overflow: auto;*/
	height: 30%;
	margin-bottom: 2%;
	padding: 1%;
	width: 99%;
}

#factTitle {
	height: 7%;
	margin-top: 2%;
}

#factbookText {
	margin-top: 1%;
	color: white;
	/*height: auto;*/
	overflow: auto;
}

#factFrame {
	border: none;
	width: 100%;
}

#more_fb {
	/*position: static;*/
	display: inline-block;
	text-align: center;
	float: none;
}

#CIAFWlink, #CIAFWlinkref {
	text-decoration: none;
}

#CIAFWlink:visited, #CIAFWlinkref:visited {
	text-decoration: none;
}

#quickSel {
	width: 10%;
	height: 15%;
	border: 2px solid black;
	margin-top: 1%;
}

#mobileFooter {
	visibility: visible;
	width: 105%;
	height: 80px;
	background: rgba(96, 96, 96, 0.7); /*#969696;*/
	color: white;
	text-align: center;
	margin-top: 5px;
	display: inline-block;
}

#footer {
	visibility: hidden;
}

#copyright {
	float: none;
}

#accreditation {
	float: none;
}
.extension_panel {
	width: 97%;
	padding: 2%;
	background: linear-gradient(rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.1) 45%);
	box-shadow: 3px 3px 3px black;
	border-radius: 5px;
	font-family: Segoe UI, Tahoma, serif;
	display: inline-block;
	position: static;
}

.panel_heading {
	font-size: 15px;
	font-family:  Segoe UI;
}

.lnk, .lnk:visited {
	text-decoration: none;
	color: white;
}
}