.yellow {
  color: #FFF100;
}
.lightBlue {
  color: #C9EBFB;
}
.warning {
  color: #FEB040;
}
h1,
h2 {
  font-weight: normal;
}
p,
td,
li {
  color: #FFF;
  font-size: 16px;
}
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'Gotham-Book', sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/*
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}
*/
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*	NOTE:
	Use rgba(0, 0, 0, 0.15); to add alpha to the shadow
*/
a.digitalMomentum {
  text-decoration: none;
  color: #000000;
  font-size: 10px;
}
a.digitalMomentum span {
  font-family: 'Cutive', arial;
  font-size: 10px;
}
.hwAcceleration {
  /* Force 3d Acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.col3 {
  display: inline;
  float: left;
  width: 24.07407407%;
  margin: 0 0.46296296%;
}
.col6 {
  display: inline;
  float: left;
  width: 49.07407407%;
  margin: 0 0.46296296%;
}
.col12 {
  display: inline;
  float: left;
  width: 99.07407407%;
  margin: 0 0.46296296%;
}
@media all and (max-width: 790px) {
  .col3 {
    display: inline;
    float: left;
    width: 99.07407407%;
    margin: 0 0.46296296%;
  }
  .col6 {
    display: inline;
    float: left;
    width: 99.07407407%;
    margin: 0 0.46296296%;
  }
  .col12 {
    display: inline;
    float: left;
    width: 99.07407407%;
    margin: 0 0.46296296%;
  }
}
.jqplot-point-label {
  color: #FFF;
  font-size: 0.5em;
  transform: rotate(-90deg) translateX(5px);
  line-height: 0.5em;
}
#Weather-rainfall9am .jqplot-xaxis-tick:first-child,
#Weather-rainfall9am .jqplot-xaxis-tick:last-child {
  opacity: 0;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Gotham-Book', 'Times New Roman';
}
/*.sortable-ghost{
	margin-top:600px;
}*/
html {
  -ms-touch-action: none;
  height: 100%;
  background-color: #92c8ea;
}
body {
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  /* this is important to prevent the whole page to bounce */
  -moz-background-size: cover;
  background-size: cover;
  background-color: #92c8ea;
}
body.disableScrollr {
  overflow: auto;
}
/*#region GENERAL BLOCK ELEMENTS */
img.responsive,
img.responsiveImg {
  width: auto;
  max-width: 100%;
}
.reorderBtn {
  width: 22px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  vertical-align: middle;
  color: #395f6f;
  text-align: center;
  padding-top: 4px;
  font-size: 14px;
}
.sortable-chosen {
  border-radius: 3px;
  border: 2px dashed rgba(255, 255, 255, 0.5);
}
/*#endregion */
/*#region LAYOUT */
#header {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 100000;
  background: url(../images/bg/golf_blur_head.png) repeat-x top left;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
#header h1 {
  font-size: 23px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
#header h2 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-weight: normal;
}
#header .dateText {
  text-transform: uppercase;
  letter-spacing: 2px;
}
#header #refreshIcon {
  -moz-animation: spinMe 2000ms infinite linear;
  -o-animation: spinMe 2000ms infinite linear;
  -webkit-animation: spinMe 2000ms infinite linear;
  animation: spinMe 2000ms infinite linear;
}
#refreshIcon {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 5000;
  color: #FFF;
  display: none;
}
.backBtn {
  position: fixed;
  top: 10px;
  left: 25px;
  display: none;
  width: 32px;
}
/*#menu {

		position:fixed;
		left:-100%;
		bottom:0;
		width:100%;
		
		top:0;
		
		
		margin:0;
		z-index:99999;
		height:100%;
		background-image: url(../images/bg/golf_blur.jpg);
	-moz-background-size: cover;
	background-size: cover;
	}*/
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 56px;
  z-index: 100000;
  color: #FFF;
  background-color: #222;
  padding: 8px 10px;
}
#footer .fa {
  font-size: 23px;
}
#footer #btnMnu a {
  color: #FFF;
}
#footer .mnuBtn {
  width: 25%;
  float: left;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
}
#footer .mnuBtn a {
  color: #FFF;
}
#footer .mnuBtn svg {
  width: 20px;
  height: 20px;
  fill: #FFF;
}
a {
  color: #C9EBFB;
}
#dashboard .logo {
  text-align: center;
  position: absolute;
  top: 0;
  left: 2%;
  right: 2%;
}
#settings .themes img {
  padding: 3px;
}
#settings .themes img.selected {
  border: 2px solid #FFF100;
  padding: 1px;
}
.content {
  margin: 0 2%;
  padding-top: 70px;
  padding-bottom: 50px;
}
.content h1 {
  text-align: left;
  color: #FFF;
  font-size: 33px;
  padding-top: 35px;
}
.content h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-weight: normal;
}
.content .box {
  background-color: #757cad;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.content .box > div {
  margin: 3px 2%;
}
.content .box h1 {
  font-size: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-align: left;
  padding-top: 7px;
}
.content ul.repeater {
  list-style: none;
  padding: 0;
}
.content ul.repeater li {
  margin: 0;
  padding: 0;
}
.content .error {
  font-style: italic;
  color: #FFF;
  background-color: #FF0000;
  display: block;
  padding: 5px;
  margin: 5px 0;
}
.content button {
  border: 2px solid #FFF;
  background-color: #757cad;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 3px 6px;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.content .box button {
  background-color: transparent;
}
/*#endregion */
/*#region PAGE - MENU */
#menu .box h1 {
  margin: 0;
}
/*#endregion */
/*#region BUTTONS */
.btn {
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(117, 124, 173, 0.47);
  margin: 0;
  color: #FFF;
  padding: 5px 10px;
}
.rdoGroup {
  *zoom: 1;
}
.rdoGroup:before,
.rdoGroup:after {
  content: "";
  display: table;
}
.rdoGroup:after {
  clear: both;
}
.rdoGroup input {
  display: none;
}
.rdoGroup input:checked + label {
  color: rgba(117, 124, 173, 0.47);
  background-color: #FFF;
}
.rdoGroup > span:first-child label {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.rdoGroup > span:last-child label {
  border: none;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.rdoGroup label {
  cursor: pointer;
  display: inline-block;
  border-right: 1px solid #C9EBFB;
  background-color: rgba(117, 124, 173, 0.47);
  margin: 0;
  color: #FFF;
}
.rdoGroup label:last-child {
  border: none;
}
.rdoGroup label > span {
  display: block;
  margin: 5px 10px;
}
/*#endregion */
/*#region DEFAULT TEMPLATE */
#bgOverlay {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/bg/golf.jpg);
  -moz-background-size: cover;
  background-size: cover;
}
#bgUnderlay {
  z-index: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/bg/golf_blur.jpg);
  -moz-background-size: cover;
  background-size: cover;
}
/*#endregion */
#diseaseInfo .content img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/*#region THEME CRICKET */
body.theme-cricket #header {
  background: url(../images/bg/cricket_blur_head.png) repeat-x top left;
}
body.theme-cricket #bgOverlay {
  background-image: url(../images/bg/cricket.jpg);
}
body.theme-cricket #bgUnderlay {
  background-image: url(../images/bg/cricket_blur.jpg);
}
/*#endregion */
/*#region THEME HORSE */
body.theme-horse #header {
  background: url(../images/bg/horse_blur_head.png) repeat-x top left;
}
body.theme-horse #bgOverlay {
  background-image: url(../images/bg/horse.jpg);
}
body.theme-horse #bgUnderlay {
  background-image: url(../images/bg/horse_blur.jpg);
}
body.theme-horse #dashboard .logo {
  top: 50px;
}
/*#endregion */
input,
select {
  font-weight: normal;
  padding: 5px 2%;
  width: 100%;
}
input[type=radio],
select[type=radio] {
  width: auto;
}
input[type=radio],
input[type=checkbox] {
  width: auto;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f096";
  margin-right: 5px;
  width: 18px;
}
input[type="checkbox"]:checked + label:before {
  content: "\f046";
}
/*#region JQTouch */
#jqt > div {
  display: none;
}
#jqt > div.current {
  display: block;
}
/*#endregion */
/*#region Scroller */
.scrollWrapper {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.scrollWrapper .scroller {
  position: absolute;
  z-index: 100;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  padding-bottom: 90px;
}
/*#endregion */
/*#region PAGE TRANSITIONS */
.page-container {
  height: 100%;
  width: 100%;
  position: relative;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-top: 3rem;
  z-index: 100;
}
.page-view {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  color: #FFFFFF;
}
/* Default Enter/Leave */
.ng-enter,
.ng-leave {
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.ng-enter {
  opacity: 0;
}
.ng-enter.ng-enter-active {
  opacity: 1;
}
.ng-leave {
  opacity: 1;
}
.ng-leave.ng-leave-active {
  opacity: 0;
}
/* crossFade */
.crossFade.ng-enter {
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
  opacity: 0;
}
.crossFade.ng-enter.ng-enter-active {
  opacity: 1;
}
.crossFade.ng-leave {
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
  opacity: 1;
}
.crossFade.ng-leave.ng-leave-active {
  opacity: 0;
}
/* slideRight */
.slideRight {
  opacity: 1 !important;
}
.slideRight.ng-enter {
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.slideRight.ng-enter.ng-enter-active {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slideRight.ng-leave {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slideRight.ng-leave.ng-leave-active {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
/* slideLeft */
.slideLeft {
  opacity: 1 !important;
}
.slideLeft.ng-enter {
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.slideLeft.ng-enter.ng-enter-active {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slideLeft.ng-leave {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slideLeft.ng-leave.ng-leave-active {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
/* slideDown */
.slideDown.ng-enter {
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.slideDown.ng-enter.ng-enter-active {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slideDown.ng-leave {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slideDown.ng-leave.ng-leave-active {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/* slideUp */
.slideUp {
  opacity: 1 !important;
}
.slideUp.ng-enter {
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.slideUp.ng-enter.ng-enter-active {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slideUp.ng-leave {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slideUp.ng-leave.ng-leave-active {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
/*#endregion */
/*#region LOADING */
/*#region LoadingAnimationSmall */
#LoadingAnimationSmall {
  position: relative;
  width: 24px;
  height: 24px;
}
.LoadingAnimationSmall {
  position: absolute;
  background-color: #64584C;
  width: 7px;
  height: 7px;
  -moz-border-radius: 7px;
  -moz-animation-name: bounce_LoadingAnimationSmallG;
  -moz-animation-duration: 1.36s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 7px;
  -webkit-animation-name: bounce_LoadingAnimationSmallG;
  -webkit-animation-duration: 1.36s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 7px;
  -ms-animation-name: bounce_LoadingAnimationSmallG;
  -ms-animation-duration: 1.36s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 7px;
  -o-animation-name: bounce_LoadingAnimationSmallG;
  -o-animation-duration: 1.36s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 7px;
  animation-name: bounce_LoadingAnimationSmallG;
  animation-duration: 1.36s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
#LoadingAnimationSmall_1G {
  left: 10px;
  top: 2px;
  -moz-animation-delay: 0.51s;
  -webkit-animation-delay: 0.51s;
  -ms-animation-delay: 0.51s;
  -o-animation-delay: 0.51s;
  animation-delay: 0.51s;
}
#LoadingAnimationSmall_2G {
  left: 15px;
  top: 6px;
  -moz-animation-delay: 0.68s;
  -webkit-animation-delay: 0.68s;
  -ms-animation-delay: 0.68s;
  -o-animation-delay: 0.68s;
  animation-delay: 0.68s;
}
#LoadingAnimationSmall_3G {
  left: 18px;
  top: 11px;
  -moz-animation-delay: 0.85s;
  -webkit-animation-delay: 0.85s;
  -ms-animation-delay: 0.85s;
  -o-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
#LoadingAnimationSmall_4G {
  left: 17px;
  top: 16px;
  -moz-animation-delay: 1.02s;
  -webkit-animation-delay: 1.02s;
  -ms-animation-delay: 1.02s;
  -o-animation-delay: 1.02s;
  animation-delay: 1.02s;
}
#LoadingAnimationSmall_5G {
  left: 10px;
  top: 18px;
  -moz-animation-delay: 1.19s;
  -webkit-animation-delay: 1.19s;
  -ms-animation-delay: 1.19s;
  -o-animation-delay: 1.19s;
  animation-delay: 1.19s;
}
#LoadingAnimationSmall_6G {
  left: 2px;
  top: 12px;
  -moz-animation-delay: 1.36s;
  -webkit-animation-delay: 1.36s;
  -ms-animation-delay: 1.36s;
  -o-animation-delay: 1.36s;
  animation-delay: 1.36s;
}
#LoadingAnimationSmall_7G {
  left: 0px;
  top: 3px;
  -moz-animation-delay: 1.53s;
  -webkit-animation-delay: 1.53s;
  -ms-animation-delay: 1.53s;
  -o-animation-delay: 1.53s;
  animation-delay: 1.53s;
}
#LoadingAnimationSmall_8G {
  left: 4px;
  top: 0px;
  -moz-animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
  -ms-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
@-moz-keyframes bounce_LoadingAnimationSmallG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_LoadingAnimationSmallG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
@-ms-keyframes bounce_LoadingAnimationSmallG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}
@-o-keyframes bounce_LoadingAnimationSmallG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}
@keyframes bounce_LoadingAnimationSmallG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
/*#endregion */
/*#region LoadingAnimationLarge */
#LoadingAnimationLargeG {
  position: relative;
  width: 64px;
  height: 64px;
}
#LoadingAnimationLargeG.white .LoadingAnimationLargeG {
  background-color: #FFF !important;
}
.LoadingAnimationLargeG {
  position: absolute;
  background-color: #64584C;
  width: 18px;
  height: 18px;
  -moz-border-radius: 19px;
  -moz-animation-name: bounce_LoadingAnimationLargeG;
  -moz-animation-duration: 1.36s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 19px;
  -webkit-animation-name: bounce_LoadingAnimationLargeG;
  -webkit-animation-duration: 1.36s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 19px;
  -ms-animation-name: bounce_LoadingAnimationLargeG;
  -ms-animation-duration: 1.36s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 19px;
  -o-animation-name: bounce_LoadingAnimationLargeG;
  -o-animation-duration: 1.36s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 19px;
  animation-name: bounce_LoadingAnimationLargeG;
  animation-duration: 1.36s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
#LoadingAnimationLarge_1G {
  left: 26px;
  top: 4px;
  -moz-animation-delay: 0.51s;
  -webkit-animation-delay: 0.51s;
  -ms-animation-delay: 0.51s;
  -o-animation-delay: 0.51s;
  animation-delay: 0.51s;
}
#LoadingAnimationLarge_2G {
  left: 39px;
  top: 15px;
  -moz-animation-delay: 0.68s;
  -webkit-animation-delay: 0.68s;
  -ms-animation-delay: 0.68s;
  -o-animation-delay: 0.68s;
  animation-delay: 0.68s;
}
#LoadingAnimationLarge_3G {
  left: 47px;
  top: 29px;
  -moz-animation-delay: 0.85s;
  -webkit-animation-delay: 0.85s;
  -ms-animation-delay: 0.85s;
  -o-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
#LoadingAnimationLarge_4G {
  left: 44px;
  top: 43px;
  -moz-animation-delay: 1.02s;
  -webkit-animation-delay: 1.02s;
  -ms-animation-delay: 1.02s;
  -o-animation-delay: 1.02s;
  animation-delay: 1.02s;
}
#LoadingAnimationLarge_5G {
  left: 27px;
  top: 47px;
  -moz-animation-delay: 1.19s;
  -webkit-animation-delay: 1.19s;
  -ms-animation-delay: 1.19s;
  -o-animation-delay: 1.19s;
  animation-delay: 1.19s;
}
#LoadingAnimationLarge_6G {
  left: 5px;
  top: 31px;
  -moz-animation-delay: 1.36s;
  -webkit-animation-delay: 1.36s;
  -ms-animation-delay: 1.36s;
  -o-animation-delay: 1.36s;
  animation-delay: 1.36s;
}
#LoadingAnimationLarge_7G {
  left: 0px;
  top: 9px;
  -moz-animation-delay: 1.53s;
  -webkit-animation-delay: 1.53s;
  -ms-animation-delay: 1.53s;
  -o-animation-delay: 1.53s;
  animation-delay: 1.53s;
}
#LoadingAnimationLarge_8G {
  left: 11px;
  top: 0px;
  -moz-animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
  -ms-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
@-moz-keyframes bounce_LoadingAnimationLargeG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_LoadingAnimationLargeG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
@-ms-keyframes bounce_LoadingAnimationLargeG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}
@-o-keyframes bounce_LoadingAnimationLargeG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}
@keyframes bounce_LoadingAnimationLargeG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
/*#endregion */
.LargeLoading .wrapper {
  /* Size and position */
  font-size: 22px;
  /* 1em */
  width: 9em;
  height: 9em;
  margin: 100px auto;
  position: relative;
  /* Styles */
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1em dashed rgba(138, 189, 195, 0.5);
  box-shadow: inset 0 0 2em rgba(255, 255, 255, 0.3), 0 0 0 0.7em rgba(255, 255, 255, 0.3);
  -moz-animation: rota 3.5s linear infinite;
  -o-animation: rota 3.5s linear infinite;
  -webkit-animation: rota 3.5s linear infinite;
  animation: rota 3.5s linear infinite;
  /* Font styles */
  color: #444;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0.04em rgba(255, 255, 255, 0.9);
  line-height: 7em;
}
.LargeLoading .wrapper:before,
.LargeLoading .wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: inherit;
  box-shadow: inset 0 0 2em rgba(255, 255, 255, 0.3);
  border: 1em dashed;
}
.LargeLoading .wrapper:before {
  border-color: rgba(138, 189, 195, 0.2);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.LargeLoading .wrapper:after {
  border-color: rgba(138, 189, 195, 0.4);
  top: 1em;
  right: 1em;
  bottom: 1em;
  left: 1em;
}
.LargeLoading .wrapper .inner {
  width: 100%;
  height: 100%;
  -moz-animation: rota 3.5s linear reverse infinite;
  -o-animation: rota 3.5s linear reverse infinite;
  -webkit-animation: rota 3.5s linear reverse infinite;
  animation: rota 3.5s linear reverse infinite;
}
.LargeLoading .wrapper span {
  display: inline-block;
  -moz-animation: placeholder 1.5s ease-out infinite;
  -o-animation: placeholder 1.5s ease-out infinite;
  -webkit-animation: placeholder 1.5s ease-out infinite;
  animation: placeholder 1.5s ease-out infinite;
}
.LargeLoading .wrapper span:nth-child(1) {
  -moz-animation-name: loading-1;
  -o-animation-name: loading-1;
  -webkit-animation-name: loading-1;
  animation-name: loading-1;
}
.LargeLoading .wrapper span:nth-child(2) {
  -moz-animation-name: loading-2;
  -o-animation-name: loading-2;
  -webkit-animation-name: loading-2;
  animation-name: loading-2;
}
.LargeLoading .wrapper span:nth-child(3) {
  -moz-animation-name: loading-3;
  -o-animation-name: loading-3;
  -webkit-animation-name: loading-3;
  animation-name: loading-3;
}
.LargeLoading .wrapper span:nth-child(4) {
  -moz-animation-name: loading-4;
  -o-animation-name: loading-4;
  -webkit-animation-name: loading-4;
  animation-name: loading-4;
}
.LargeLoading.wrapper span:nth-child(5) {
  -moz-animation-name: loading-5;
  -o-animation-name: loading-5;
  -webkit-animation-name: loading-5;
  animation-name: loading-5;
}
.LargeLoading .wrapper span:nth-child(6) {
  -moz-animation-name: loading-6;
  -o-animation-name: loading-6;
  -webkit-animation-name: loading-6;
  animation-name: loading-6;
}
.LargeLoading .wrapper span:nth-child(7) {
  -moz-animation-name: loading-7;
  -o-animation-name: loading-7;
  -webkit-animation-name: loading-7;
  animation-name: loading-7;
}
/*#endregion */
@-webkit-keyframes rota {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-1 {
  14.28% {
    opacity: 0.3;
  }
}
@-webkit-keyframes loading-2 {
  28.57% {
    opacity: 0.3;
  }
}
@-webkit-keyframes loading-3 {
  42.86% {
    opacity: 0.3;
  }
}
@-webkit-keyframes loading-4 {
  57.14% {
    opacity: 0.3;
  }
}
@-webkit-keyframes loading-5 {
  71.43% {
    opacity: 0.3;
  }
}
@-webkit-keyframes loading-6 {
  85.71% {
    opacity: 0.3;
  }
}
@-moz-keyframes loading-7 {
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes loading-7 {
  100% {
    opacity: 0.3;
  }
}
@keyframes loading-7 {
  100% {
    opacity: 0.3;
  }
}
body.iPad #header {
  padding-top: 30px;
}
body.iPad #refreshIcon {
  top: 30px;
}
body.iPad .backBtn {
  top: 30px;
}
/*!
 *  Weather Icons 1.2
 *  Weather themed icons for Bootstrap
 *  ------------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
 *  http://twitter.com/Erik_UX
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Fpmt licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
 *  ------------------------------------------------------------------------------
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 */
@font-face {
  font-family: 'weathericons';
  src: url('../icons/weather-icons/fonts/weathericons-regular-webfont.eot');
  src: url('../icons/weather-icons/fonts/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../icons/weather-icons/fonts/weathericons-regular-webfont.woff') format('woff'), url('../icons/weather-icons/fonts/weathericons-regular-webfont.ttf') format('truetype'), url('../icons/weather-icons/fonts/weathericons-regular-webfont.svg#weathericons-regular-webfontRg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.wi {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wi-day-cloudy-gusts:before {
  content: "\f000";
}
.wi-day-cloudy-windy:before {
  content: "\f001";
}
.wi-day-cloudy:before {
  content: "\f002";
}
.wi-day-fog:before {
  content: "\f003";
}
.wi-day-hail:before {
  content: "\f004";
}
.wi-day-lightning:before {
  content: "\f005";
}
.wi-day-rain-mix:before {
  content: "\f006";
}
.wi-day-rain-wind:before {
  content: "\f007";
}
.wi-day-rain:before {
  content: "\f008";
}
.wi-day-showers:before {
  content: "\f009";
}
.wi-day-snow:before {
  content: "\f00a";
}
.wi-day-sprinkle:before {
  content: "\f00b";
}
.wi-day-sunny-overcast:before {
  content: "\f00c";
}
.wi-day-sunny:before {
  content: "\f00d";
}
.wi-day-storm-showers:before {
  content: "\f00e";
}
.wi-day-thunderstorm:before {
  content: "\f010";
}
.wi-cloudy-gusts:before {
  content: "\f011";
}
.wi-cloudy-windy:before {
  content: "\f012";
}
.wi-cloudy:before {
  content: "\f013";
}
.wi-fog:before {
  content: "\f014";
}
.wi-hail:before {
  content: "\f015";
}
.wi-lightning:before {
  content: "\f016";
}
.wi-rain-mix:before {
  content: "\f017";
}
.wi-rain-wind:before {
  content: "\f018";
}
.wi-rain:before {
  content: "\f019";
}
.wi-showers:before {
  content: "\f01a";
}
.wi-snow:before {
  content: "\f01b";
}
.wi-sprinkle:before {
  content: "\f01c";
}
.wi-storm-showers:before {
  content: "\f01d";
}
.wi-thunderstorm:before {
  content: "\f01e";
}
.wi-windy:before {
  content: "\f021";
}
.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}
.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}
.wi-night-alt-hail:before {
  content: "\f024";
}
.wi-night-alt-lightning:before {
  content: "\f025";
}
.wi-night-alt-rain-mix:before {
  content: "\f026";
}
.wi-night-alt-rain-wind:before {
  content: "\f027";
}
.wi-night-alt-rain:before {
  content: "\f028";
}
.wi-night-alt-showers:before {
  content: "\f029";
}
.wi-night-alt-snow:before {
  content: "\f02a";
}
.wi-night-alt-sprinkle:before {
  content: "\f02b";
}
.wi-night-alt-storm-showers:before {
  content: "\f02c";
}
.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}
.wi-night-clear:before {
  content: "\f02e";
}
.wi-night-cloudy-gusts:before {
  content: "\f02f";
}
.wi-night-cloudy-windy:before {
  content: "\f030";
}
.wi-night-cloudy:before {
  content: "\f031";
}
.wi-night-hail:before {
  content: "\f032";
}
.wi-night-lightning:before {
  content: "\f033";
}
.wi-night-rain-mix:before {
  content: "\f034";
}
.wi-night-rain-wind:before {
  content: "\f035";
}
.wi-night-rain:before {
  content: "\f036";
}
.wi-night-showers:before {
  content: "\f037";
}
.wi-night-snow:before {
  content: "\f038";
}
.wi-night-sprinkle:before {
  content: "\f039";
}
.wi-night-storm-showers:before {
  content: "\f03a";
}
.wi-night-thunderstorm:before {
  content: "\f03b";
}
.wi-celsius:before {
  content: "\f03c";
}
.wi-cloud-down:before {
  content: "\f03d";
}
.wi-cloud-refresh:before {
  content: "\f03e";
}
.wi-cloud-up:before {
  content: "\f040";
}
.wi-cloud:before {
  content: "\f041";
}
.wi-degrees:before {
  content: "\f042";
}
.wi-down-left:before {
  content: "\f043";
}
.wi-down:before {
  content: "\f044";
}
.wi-fahrenheit:before {
  content: "\f045";
}
.wi-horizon-alt:before {
  content: "\f046";
}
.wi-horizon:before {
  content: "\f047";
}
.wi-left:before {
  content: "\f048";
}
.wi-lightning:before {
  content: "\f016";
}
.wi-night-fog:before {
  content: "\f04a";
}
.wi-refresh-alt:before {
  content: "\f04b";
}
.wi-refresh:before {
  content: "\f04c";
}
.wi-right:before {
  content: "\f04d";
}
.wi-sprinkles:before {
  content: "\f04e";
}
.wi-strong-wind:before {
  content: "\f050";
}
.wi-sunrise:before {
  content: "\f051";
}
.wi-sunset:before {
  content: "\f052";
}
.wi-thermometer-exterior:before {
  content: "\f053";
}
.wi-thermometer-internal:before {
  content: "\f054";
}
.wi-thermometer:before {
  content: "\f055";
}
.wi-tornado:before {
  content: "\f056";
}
.wi-up-right:before {
  content: "\f057";
}
.wi-up:before {
  content: "\f058";
}
.wi-wind-west:before {
  content: "\f059";
}
.wi-wind-south-west:before {
  content: "\f05a";
}
.wi-wind-south-east:before {
  content: "\f05b";
}
.wi-wind-south:before {
  content: "\f05c";
}
.wi-wind-north-west:before {
  content: "\f05d";
}
.wi-wind-north-east:before {
  content: "\f05e";
}
.wi-wind-north:before {
  content: "\f060";
}
.wi-wind-east:before {
  content: "\f061";
}
.wi-smoke:before {
  content: "\f062";
}
.wi-dust:before {
  content: "\f063";
}
.wi-snow-wind:before {
  content: "\f064";
}
.wi-day-snow-wind:before {
  content: "\f065";
}
.wi-night-snow-wind:before {
  content: "\f066";
}
.wi-night-alt-snow-wind:before {
  content: "\f067";
}
.wi-day-sleet-storm:before {
  content: "\f068";
}
.wi-night-sleet-storm:before {
  content: "\f069";
}
.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}
.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}
.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}
.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}
.wi-solar-eclipse:before {
  content: "\f06e";
}
.wi-lunar-eclipse:before {
  content: "\f070";
}
.wi-meteor:before {
  content: "\f071";
}
.wi-hot:before {
  content: "\f072";
}
.wi-hurricane:before {
  content: "\f073";
}
.wi-smog:before {
  content: "\f074";
}
.wi-alien:before {
  content: "\f075";
}
.wi-snowflake-cold:before {
  content: "\f076";
}
.wi-stars:before {
  content: "\f077";
}
.wi-moon-full:before {
  content: "\f078";
}
.wi-moon-waxing-gibbous:before {
  content: "\f079";
}
.wi-moon-waxing-quarter:before {
  content: "\f07a";
}
.wi-moon-waxing-crescent:before {
  content: "\f07b";
}
.wi-moon-young:before {
  content: "\f07c";
}
.wi-moon-new:before {
  content: "\f07d";
}
.wi-moon-old:before {
  content: "\f07e";
}
.wi-moon-waning-crescent:before {
  content: "\f080";
}
.wi-moon-waning-quarter:before {
  content: "\f081";
}
.wi-moon-waning-gibbous:before {
  content: "\f082";
}
.wi-night-partly-cloudy:before {
  content: "\f083";
}
.icon64 {
  font-size: 32px !important;
}
.icon32 {
  font-size: 32px !important;
}
.icon24 {
  font-size: 24px !important;
}
.icon16 {
  font-size: 16px !important;
}
/*#region WeatherForcast */
/*#region Clear */
.clear,
.sunny {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clear:before,
.sunny:before {
  content: "\f00d";
}
/*#endregion */
/*#region clearing_shower */
.clearing_shower,
.drizzle_clearing,
.late_rain,
.late_shower,
.possible_shower,
.rain_clearing,
.rain_developing,
.shower,
.showers,
.showers_easing,
.showers_increasing {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clearing_shower:before,
.drizzle_clearing:before,
.late_rain:before,
.late_shower:before,
.possible_shower:before,
.rain_clearing:before,
.rain_developing:before,
.shower:before,
.showers:before,
.showers_easing:before,
.showers_increasing:before {
  content: "\f009";
}
/*#endregion */
/*#region windy */
.cloud_and_wind_increasing,
.windy {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cloud_and_wind_increasing:before,
.windy:before {
  content: "\f050";
}
/*#endregion */
/*#region cloud_increasing */
.cloud_increasing,
.increasing_sunshine,
.mostly_sunny {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cloud_increasing:before,
.increasing_sunshine:before,
.mostly_sunny:before {
  content: "\f002";
}
/*#endregion */
/*#region cloudy */
.cloudy,
.overcast {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cloudy:before,
.overcast:before {
  content: "\f013";
}
/*#endregion */
/*#region rain */
.rain,
.drizzle,
.heavy_rain,
.heavy_showers {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rain:before,
.drizzle:before,
.heavy_rain:before,
.heavy_showers:before {
  content: "\f019";
}
/*#endregion */
/*#region drizzle */
.drizzle {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.drizzle:before {
  content: "\f01a";
}
/*#endregion */
/*#region fog_then_sunny */
.fog_then_sunny {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fog_then_sunny:before {
  content: "\f003";
}
/*#endregion */
/*#region foggy */
.foggy {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.foggy:before {
  content: "\f014";
}
/*#endregion */
/*#region hazy */
.hazy {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hazy:before {
  content: "\f074";
}
/*#endregion */
/*#region frost */
.frost,
.frosty,
.frost_then_sunny {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.frost:before,
.frosty:before,
.frost_then_sunny:before {
  content: "\f076";
}
/*#endregion */
/*#region possible_thunderstorm */
.possible_thunderstorm,
.late_thunder,
.thunderstorms_clearing {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.possible_thunderstorm:before,
.late_thunder:before,
.thunderstorms_clearing:before {
  content: "\f00e";
}
/*#endregion */
/*#region thunderstorm */
.thunderstorm,
.thunderstorms {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.thunderstorm:before,
.thunderstorms:before {
  content: "\f01e";
}
/*#endregion */
/*#region mostly_cloudy */
.mostly_cloudy,
.partly_cloudy,
.sunny_breaks {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mostly_cloudy:before,
.partly_cloudy:before,
.sunny_breaks:before {
  content: "\f002";
}
/*#endregion */
/*#region rain_and_snow */
.rain_and_snow,
.rain_tending_to_snow,
.snow_tending_to_rain {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rain_and_snow:before,
.rain_tending_to_snow:before,
.snow_tending_to_rain:before {
  content: "\f017";
}
/*#endregion */
/*#region snow*/
.snow,
.snowfalls_clearing {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.snow:before,
.snowfalls_clearing:before {
  content: "\f01b";
}
/*#endregion */
/*#region snow_clearing*/
.snow_clearing,
.snow_developing,
.snow_showers {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.snow_clearing:before,
.snow_developing:before,
.snow_showers:before {
  content: "\f00a";
}
/*#endregion */
/*#region wi-rain-wind*/
.wind_and_rain_increasing,
.wind_and_showers_easing,
.windy_with_rain,
.windy_with_showers {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wind_and_rain_increasing:before,
.wind_and_showers_easing:before,
.windy_with_rain:before,
.windy_with_showers:before {
  content: "\f018";
}
/*#endregion */
/*#region wi-snow-wind*/
.windy_with_snow {
  font-size: 128px;
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.windy_with_snow:before {
  content: "\f064";
}
/*#endregion */
/*#endregion */
/*#region HUMIDITY */
.Humidity {
  font-size: 128px;
}
.Humidity:before {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04e";
}
.Humidity:after {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  content: "\f055";
}
.Humidity.icon32:after {
  margin-left: 5px;
}
/*#endregion */
/*#region MinTemp */
.MinTemp {
  font-size: 128px;
}
.MinTemp:before {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
}
/*#endregion */
/*#region MaxTemp */
.MaxTemp,
.Temperature {
  font-size: 128px;
}
.MaxTemp:before,
.Temperature:before {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f055";
}
/*#endregion */
/*#region Rainfall */
.Rainfall {
  font-size: 120px;
}
.Rainfall:before {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f01a";
}
.Rainfall.icon32 {
  font-size: 28px;
}
/*#endregion */
/*#region WindSpeed */
.WindSpeed {
  /* 128px by default */
  position: relative;
  width: 128px;
  height: 128px;
  /* 32px size */
  /* 64px size */
}
.WindSpeed:before {
  /* Fan */
  position: absolute;
  width: 103px;
  height: 103px;
  display: block;
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGcAAABmCAYAAADWHY9cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkODE2NjQzMy1jYzhlLTk5NDAtOTVjZC1hMDU2YWUyMWIxODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkRCRERCNUFFRjdEMTFFM0E1RTNGM0VBQUUwNzJEQ0UiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkRCRERCNTlFRjdEMTFFM0E1RTNGM0VBQUUwNzJEQ0UiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmQ4MTY2NDMzLWNjOGUtOTk0MC05NWNkLWEwNTZhZTIxYjE4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpkODE2NjQzMy1jYzhlLTk5NDAtOTVjZC1hMDU2YWUyMWIxODAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6o6+/gAAAC5ElEQVR42uydjU3DMBBGC2KAbEA2IBuQDWCEbkBHyAYdIWxQmCAwQdmgMEFgAhMLV6pCm9hJ6p6d90mnCmh+X+67szHlSim1iERJE6smilgu6HoRj7ImniK6nqjg5CZ7UuDI0615BY5ApQf2BhyBNWffGABHYLemdQccmZZG5giHQ0MQCCjgCGoGolIscJIYYcVoa9E0BbHAucfWqEHAwdbo1oBzoUy5BQ4DUeDMVTHAyYGDrQEHONQc4JAlwAEOAs6UyoAjVwlwEHCAg4DjSZ/AAQ5wOvSNrcnVB3AQcMim+G3tGzg0BMDB1sLWW+vrH+BgdcAZYGPYmiD9kDlkDnBG1phPWmm53RpwBFvbO3DkwnkDjizplTZfMTUDWjeBA3ls4sG87huD2gB6beI56BqkP+MzsMiaKNV/leZndev7VRPLAK8zKDj6Bm/VcZUteMfep6EVTaTAmSYSc0N36rSWJ7arOrYpQ4AkHUrdcYNrkyVd+1mrbmmAOXCmg7K/qYnlPh8t95cDZxwUZd7nuv+0o16JhSThJFaWUHYWNtYXhbJTNcGxgoaT9xT6Q60dbGzK45YTHjcIOPpiN5Y3pzY14xznsHY4h+Uc4NhamDIAE0HZW/luv30dKO0Zd7RrS+45k12yqIgJjku2FBf0+MzhAdr6aBjOfbFbBwuTMmJfOlhdESIcl5ZV4gjdZdx1tiy6VG0RPW3icXDsDY5NbQkFylBI2ynt2Ve2hArl2LWWFh3dSgKcvknFWKAMyaRqbOc55uTKGUJxhTRqhmNoi7zraInnAMUV0qC5wSFFP9jfLHqCtDrx8Dq33GMmK2vzRADFfs2D0yTqkJH+zjwdCQCsJ1c3R2xuNJzDpUabM03fzyXS1mKVsm+bq57/TZ0v/j6m8WUR8R/GXkB6EWTWt+ixDw5irTQCDnAQcICDgIOAAxwEHOAg4CDgAAcBBzgIOAg4wEHAAQ4CDgIOcBBwZqJfAQYAcPWmOrTMAqAAAAAASUVORK5CYII=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: spinMe 2000ms infinite linear;
  /* Safari 4+ */
  -moz-animation: spinMe 2000ms infinite linear;
  /* Fx 5+ */
  -o-animation: spinMe 2000ms infinite linear;
  /* Opera 12+ */
  animation: spinMe 2000ms infinite linear;
  /* IE 10+ */
  /*-webkit-animation-name: spin;
		-webkit-animation-duration: 2000ms;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-timing-function: linear;
		-moz-animation-name: spin;
		-moz-animation-duration: 2000ms;
		-moz-animation-iteration-count: infinite;
		-moz-animation-timing-function: linear;
		-o-animation-name: spin;
		animation-name: spin;
		-o-animation-duration: 2000ms;
		animation-duration: 2000ms;
		-o-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-o-animation-timing-function: linear;
		animation-timing-function: linear;*/
}
.WindSpeed:after {
  /* Pole */
  width: 128px;
  height: 128px;
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyNTg0Qzk1NkVGN0QxMUUzQjg0Q0FGQzNGOTUzRDc0NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyNTg0Qzk1N0VGN0QxMUUzQjg0Q0FGQzNGOTUzRDc0NCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI1ODRDOTU0RUY3RDExRTNCODRDQUZDM0Y5NTNENzQ0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI1ODRDOTU1RUY3RDExRTNCODRDQUZDM0Y5NTNENzQ0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+B8zysAAAAdhJREFUeNrs3NFNwzAYhdG0C2AmwBskI4QJEBswGhsAE9BNWIENgqO8oEpVQCAkfM8n+Y2XNqf23yj0sCzLoNwOAADgXQBAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAPrDjuGv/wmA3Ka2qiMg9wiY23pd3wM7QO4OsFYAyKycQQAgrCvfARwBQ/ogePQZACB9BnAEhB8BNwA4AgAQAEnNZgE7wPksAIAAMPgBEAlgAiC7AoAACGp06bMBFDOAI8AMAIBSAUwu/VbqU8HnL/rU1q0dQAAIgN6rLjsAhkJHgPsAACgSgMfBwwFMhkNHAAAACABFAhgNh74FfGc4BEAACAD1WOIDIZde8HNb93aA3HwLEAACoOuqS549BM7D9vvAF98PO4AAEAACIHIILABkA5gAEAACQAB02d5vA1UA+q4A4AgQAAJAkQD2bvSMAGQPgW4FCwABoJSSHgmrbb3t/M17W9d2gH4B/HRIBEAACAAB8P/66vleAeizCQBHgAAQAALgF4bFLkq6Fbxe2Ie27obtv4Q/t94CPrX10tZjEoAPAQYA2q2/NjJW4DgAAAAASUVORK5CYII=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  top: 0;
  left: -12px;
}
.WindSpeed.icon32 {
  width: 32px !important;
  height: 32px !important;
}
.WindSpeed.icon32:before {
  width: 22px;
  height: 22px;
  left: -7px;
}
.WindSpeed.icon32:after {
  width: 32px;
  height: 32px;
}
.WindSpeed.icon64 {
  width: 64px !important;
  height: 64px !important;
}
.WindSpeed.icon64:before {
  width: 44px;
  height: 44px;
  left: -3px;
}
.WindSpeed.icon64:after {
  width: 64px;
  height: 64px;
}
/*#endregion */
/*#region Spin Animation */
@-moz-keyframes spinMe {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinMe {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinMe {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*#endregion */
/* Bottom Menu*/
#footer {
  transition: height 0.3s ease;
}
#footer.footer-menu__wrapper--showmore {
  height: 120px;
}
.footer-menu__first-row,
.footer-menu__second-row {
  height: 48px;
}
.footer-menu__first-row {
  margin-bottom: 8px;
}
/*#end Bottom Menu*/
