body {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
    height: 100%;
}


a{color: #fff;}

p{margin:0px}
.wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/weather.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}
@-moz-document url-prefix() {
    .wrapper {
        height: 100vh;
    }
}
.lightbox {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
}
.blur {
    filter: blur(20px);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='20');
}
.weather-box {
    position: absolute;
    display: none;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 700px;
    height: 400px;
    /* background: rgba(0,0,0,0.8);*/

    border-radius: 5px;
    text-align: center;
    padding: 30px;
    color: #fff;
    /* background: rgb(0,183,234); /* Old browsers */

    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 183, 234, 1) 0%, rgba(0, 77, 155, 1) 100%);
    /* FF3.6-15 */

    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 183, 234, 1) 0%, rgba(0, 77, 155, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: radial-gradient(ellipse at center, rgba(0, 183, 234, 1) 0%, rgba(0, 77, 155, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#004d9b', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
.weather-box h1 {
    letter-spacing: 1px;
    font-size: 25px;
        padding-bottom: 30px;
}
.weather-l {
    display: inline-block;
    width: 100%;
    height: 100px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}


.wt{
    display: inline-block;
    float: left;
    width: 160px;
    padding-left:  20px;

}
.click-0{
    font-size: 13px;
}

.click-1{
    padding-top:0px;
}

.click-2{
    padding-top:10px;
}

.tb{
   font-size: 30px;
   width: 500px;
    display: inline-block;
    float: left;
    padding: 25px 15px 0px 0px;
        font-weight: bold;
}


.weather-l .icon{
    font-size:40px;
    padding-top:10px;
}

.weather-display{
    display:inline-block;
    float: left;
    height: 100px;
    min-width: 160px;
    border-right: 1px solid #6b9018;
    font-size: 20px;
    text-align: center;
    background: #f18307;

}

.weather-display p{
    padding-top: 40px;
    color: #fff;
    text-shadow: none;
}

.weather-display table{
padding-top: 15px;
    }

p {
    margin-bottom: 8px;
}
.icon {
    display: block;
    position: relative;
    top: 0px;
    left:0px;
    font-size: 10em;
}
.location {
    font-size: 1.3em;
}
.other {
    font-size: 1em;
    margin-top: 0px;
}
.temp {
    display: block;
    position: relative;
    font-size: 50px;
    padding: 0px;
    padding-left: 10px;
}
.units {
    color: #fff!important;
    cursor: pointer;
    position: absolute;
    font-size: .5em;
    color: pink;
    margin-left: 50px;
    margin-top: -45px;
}
.num {
    position: absolute;
    margin-top:-30px;
}
form {
    white-space: nowrap;
}
#formValueId {
    padding-top: 24px;
    border: none;
    padding-bottom: 8px;
    border-bottom: 1px solid #efe;
    ;
    background-color: transparent;
    color: #efe;
    font-size: 1.6em;
    font-weight: 300;
    width: 180px;
    letter-spacing: 6px;
    border-radius: 0px;
}
#zipButton {
    font-size: 1em;
    padding-top: 0px;
    margin-left: -40px;
    margin-right: 0px;
    padding-right: 0px;
    border: none;
    background-color: #111;
    color: #fff;
    cursor: pointer;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #333;
}
::-moz-placeholder {
    /* Firefox 19+ */

    color: #333;
}
:-ms-input-placeholder {
    /* IE 10+ */

    color: #333;
}
:-moz-placeholder {
    /* Firefox 18- */

    color: #333;
}
input[type=text]:focus {
    outline: none;
}
.custom {
    padding-top: 12px;
    text-decoration: underline;
    cursor: pointer;
}
.my-location {
    text-decoration: underline;
    cursor: pointer;
}
/*loader*/

.loader {
    position: absolute;
    display: block;
    margin: auto;
    top: 45%;
    right: 0;
    bottom: 0;
    left: 0;
}

.loader p span{
    font-size: 17px;
}

svg path,
svg rect {
    fill: #FFF;
}


#disclaimer, #disclaimer a {
    font-size: 12px;
    width: 500px;
    margin: 0 auto;
    padding-top: 20px;
    color:#0053a0;
}

#disclaimer a{
    color:#79cdff!important;
}

.change{
    display: block;
    position: absolute;
    bottom:20px;
    right:20px;
    cursor: pointer;
    color: #fff;
}


/*top bar*/

.top-bar {
    /*display: block;*/
    display: none;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 0px;
    background: #222;
    letter-spacing: 0px;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, .35);*/
}
.top-bar span {
    font-size: 18px;
    /*font-weight: bold; */

    letter-spacing: 1px;
    color: #FFEE58;
}
.click {
    text-decoration: underline;
    cursor: pointer;
}
/*container*/

.weather-container {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    width: 800px;
}
.weather-title {
    display: block;
    padding-left: 100px;
    height: 80px;
    padding-bottom: 30px;
}
.weather-title h1 {
    font-size: 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .35);
}
.weather-title p {
    margin-top: -20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .35);
}
.weather-title .icon {
    position: relative;
    top: -70px;
    left: -100px;
    font-size: 60px;
}
/*card*/

.card {
    display: block;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.5);
    */ height: 280px;
    padding: 20px;
    color: #1d9df9;
    letter-spacing: 1px;
    border-radius: 5px;
    padding-bottom: 50px;
}
.card h1 {
    font-size: 30px;
    text-align: center;
}
.zip {
    display: block;
    margin: 0 auto;
    width: 500px;
    height: 150px;
    /* background: rgba(153,219,231,0.5);*/

    background: rgba(34, 34, 34, 1);
    padding: 20px 0px;
    border-radius: 5px;
}
.card .zip input.text {
    border-radius: 3px;
    padding: 12px 20px;
    height: 21px;
    font-size: 18px;
    border: 2px solid #aeaeae;
    width: 350px;
    margin: 0 auto;
    display: table;
    border: none;
}
.zip a {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}
/*bottom*/

.des {
    display: block;
    display: block;
    padding-top: 30px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}
.des img {
    padding: 10px 0px;
}
.des p {
    font-weight: lighter;
    margin: 0px;
}
.des-1,
.des-2,
.des-3 {
    display: inline-block;
    width: 205px;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    height: 180px;
    vertical-align: text-top;
    border-radius: 5px;
}
.des-1,
.des-2 {
    margin-right: 20px;
}
/*get weather button*/

.getButton {
    -moz-box-shadow: inset 0px -3px 7px 0px #2fda11 ;
    -webkit-box-shadow: inset 0px -3px 7px 0px #2fda11 ;
    box-shadow: inset 0px -3px 7px 0px #2fda11 ;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2fda11 ), color-stop(1, #338908 ));
    background: -moz-linear-gradient(top, #2fda11  5%, #338908  100%);
    background: -webkit-linear-gradient(top, #2fda11  5%, #338908  100%);
    background: -o-linear-gradient(top, #2fda11  5%, #338908  100%);
    background: -ms-linear-gradient(top, #2fda11  5%, #338908  100%);
    background: linear-gradient(to bottom, #2fda11  5%, #338908  100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2fda11 ', endColorstr='#338908 ', GradientType=0);
    background-color: #338908  ;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #338908 ;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 28px;
    padding: 18px 23px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #263666;
   
}
.getButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
    background: -moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background: -webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background: -o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background: -ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9', GradientType=0);
    background-color: #0688fa;
}
.getButton:active {
    position: relative;
    top: 1px;
}


/*get weather button*/

.installButton, .installButton-dis {
    -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
    box-shadow:inset 0px 1px 0px 0px #a4e271;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
    background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
    background-color:#89c403;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #74b807;
    display:inline-block;
    cursor:pointer;
    text-decoration:none;
    text-shadow:0px 1px 0px #528009;
}


.installButton-dis{
    cursor: auto!important;
     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.8;
}

.installButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
    background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
    background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
    background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
    background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
    background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
    background-color:#77a809;
}
.installButton:active {
    position: relative;
    top: 1px;
}

.not-found .weather-l .tb{
    float: none;
}

#footer_links{
text-align: center;
    margin: 0 auto;
    display: table;
    margin-top: 100px;
    background: rgba(0,0,0,0.8);
    width: 740px;
    text-align: center;
    box-sizing: border-box;
    padding:10px 0px 10px 100px;
    border-radius: 10px;
}

#footer_links li {
    float: left;
    list-style: none outside none;
    margin-left: 15px;

}


/*////////////////////////////BOUNCE*****************************/


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
position: absolute;
left: 50%;
  width: 45px;
  height: 58px;
  bottom: -30px;
  margin-left: -25px;
/*  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);*/
  background-size: contain;
background-image: url(images/yellow-arrow-down.png);
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}



.arrow-box{
    display: none;
    position: absolute;
    text-align: center;
    width: 500px;
    height: 250px;
    top:70px;
    left:50%;
    margin-left: -250px;
    background: #01a8ef;
    border: 2px solid #fff;
    border-radius: 5px;
     box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);

}

.big-arrow{
	display: block;
	width: 190px;
	position: absolute;
	left: 50%;
	margin-left:-418px;
	margin-top: 20px;
}

.layer{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: rgba(0,0,0,0.8);
}