.header {
	display: block;
	height: 10%;
	margin-bottom: 10px;
	text-align: center;
}
#logo {
	display: block;
	margin: 0 auto;
}
#logoMobile {
	display: none;
	margin: 0 auto;
}
.wrapper {
	display: block;
	height: 100%;
	width: 100%;
}
.container {
	width: 100%;
}
.container, .container .row, .container .row .columns {
/*	height: 80%;*/
}
.row {
	display: block;
	clear : both;
	text-align: center;
}
.columns {
	display: block;
	text-align: center;
	vertical-align: middle;
}
.panel {
	background-color: white;
	border: none;
	margin-bottom: 0;
}
.hidden {
	display: none;
}
.left {
	text-align: left;
}
h1 {
	display: none;
}
h2 {
	display: block;
	clear: left;
}
hr {
	margin: 10px 0;
}
svg {
	max-height: 450px;
}
#langLinks {
	width: 150px;
	display: block;
	float: right;
}
#langLinks li {
	width: 150px;
	list-style: none;
	text-align: right;
}
#forecastCity {
	display: inline;
	margin-right: 10px;
}
#cityToUse {
	display: inline;
	width: 300px;
	font-size: 2em;
	height: 2em;
}
#leftMain, #rightMain {
	display: table;
}
#currentForecast, #forecastLaterToday {
	display: block;
	clear: both;
	max-height: 450px;
	width: 450px;
	height: 450px;
	margin: 0 auto;
}
/*#temperatureCurrent, #temperatureLaterToday {
	font-size: 2em;
}
#temperatureCurrent span, #temperatureLaterToday span {
	font-size: 0.5em;
	margin-left: 15px;
}*/
#temperatureCurrent, #temperatureLaterToday { 
	width: 100%;
	margin-top: -25px;
}
#temperatureCurrent div {
	display: block;
	float: left;
	width: 33%;
	font-size: 2em;
}
#temperatureLaterToday div {
	display: block;
	float: left;
	width: 50%;
	font-size: 2em;
}
#temperatureCurrentMin span, #temperatureCurrentNow span, #temperatureCurrentMax  span, #temperatureLaterTodayMin span, #temperatureLaterTodayMax  span {
	font-size: 0.5em;
}
#currentForecastDetailsLink {
	display: block;
	position: relative;
}
#forecastLaterTodayDetailsLink {
	display: block;
	position: relative;
}
.forecastDetails ul li {
/*	width: 100%;*/
	padding:10px 0 10px 40px;
	margin-bottom:0;
	text-indent:10px;
	list-style:none;
	background-repeat:no-repeat;
}
.forecastDetails ul li span {
/*	width: 30%;*/
	margin-left: 10px;
	margin-right: 20px;
}
.forecastDetails ul li.icon0 {
	background-image: url(/images/sun-icon.png);
}
.forecastDetails ul li.icon1 {
	background-image: url(/images/cloud-icon.png);
}
.forecastDetails ul li.icon2 {
	background-image: url(/images/rain-icon.png);
}
.forecastDetails ul li.icon3 {
	background-image: url(/images/lightning-icon.png);
}
.forecastDetails ul li.icon4 {
	background-image: url(/images/snow-icon.png);
}
.forecastDetails ul li.icon5 {
	background-image: url(/images/freezingRain-icon.png);
}
.forecastDetails ul li.icon6 {
	background-image: url(/images/stars-icon.png);
}
g text {
	display: none;
}
.antiFloat {
	display: block;
	float: none;
	clear: both;
}
footer {
/*	display: table-cell;*/
}
.footer {
	vertical-align: bottom;
	color: #999999;
/*	margin-top: 25px;*/
}
.ui-helper-hidden-accessible {
	display: none;
	}
.ui-widget {
	display: inline;
	}
	
#patentPending {
	display: inline;
	float: right;
	text-align: right;
}

/********** FORM *********/
input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 75%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 75%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #cfcfcf;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #333333;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #cfcfcf;
}
input[type=range]::-moz-range-track {
  width: 75%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #cfcfcf;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 75%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #cfcfcf;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #cfcfcf;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #cfcfcf;
}
input[type=range]:focus::-ms-fill-upper {
  background: #cfcfcf;
}


@media only screen 
and (max-width : 1024px) {
/* Styles */
	#logo {
		display: none;
	}
	#logoMobile {
		display: block;
	}
	#leftMain, #rightMain {
		width: 50%;
		height: auto;
	}
	#currentForecast, #forecastLaterToday {
		width: 100%;
	}
}

@media only screen 
and (max-width : 728px) {
/* Styles */
	.headerSite {
		padding: 10px;
		text-align: center;
	}
	#langLinks {
		width: 90%;
		margin: 0 auto;
	}
	#langLinks  li{
		display: block;
		float: left;
		width: 30%;
		text-align: center;
		margin-bottom: 15px;
	}
	#leftMain, #rightMain {
		width: 100%;
	}
	#cityToUse {
		text-align: center;
	}
}

@media only screen 
and (max-width : 500px) {
/* Styles */
	#currentForecast, #forecastLaterToday {
		display: block;
		clear: both;
		max-height: 450px;
		width: 100%;
		height: 100%;
	}
	#cityToUse {
		width: 100%;
		text-align: center;
		font-size: 1.6875em;
		height: 1.6875em;
	}
}