.weatherCity{
text-align: center;
margin-top: -15px;
font-size: 24px;
margin-bottom: 10px;
}
.weatherItem{
  background-position: 10px 20px;
 
}
.weatherTemp{
text-align: right;
font-size: 24px;
padding-right: 3em;
margin-bottom: 10px;
}
.weatherDesc{
  padding-top: 5px;
text-align: right;
font-size: 20px;

}
.weatherLink{
display: none;
}

@media screen and (max-width:1001px ){
  #logo-img   {
    max-height: 80%!important;
  }
}

@media screen and (min-width: 1901px){
  #nPersonas{
    height: 40px!important;
    opacity: 1!important;
    border-color: #507202 ;
  }
  #nHabitaciones{
    height: 40px!important;
    opacity: 1!important;
    border-color: #507202 ;
  }
}
@media screen and (min-width: 768px){
  #slider1_container{
  margin-top: -55px!important;
  }
}
.slidermar{
  margin-top: -60px !important;
  margin: 0 auto;
  margin-bottom: 60px;
  border-top: 1px solid ;
  width: 55%
}
a.flex-prev {
  font-weight: 600 ;
}
a.flex-next {
  font-weight: 600 ;
}
.cpicker{
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: white;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
}
.mostrar{
  position: absolute;
  top: 0px;
  width: 50px;
  height: 60px;
  background-color: #ffffff;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
border-bottom-right-radius: 20px;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.mostrar:hover{
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.divider{
  margin-top: -20px;
  width: 100%;
  border-top: 2px solid black;
  height: 10px;
}
#picker{
  background-color: #ffffff;
  position: absolute;
  z-index:100;
  width: 150px !important;
  box-shadow:0px 5px 2px #666666;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
border-bottom-right-radius: 20px;
  display: none;
  top: 0px;
  left: 0px; 
  padding: 10px;

}
#result{
  position: absolute;
  background-color: black;
  margin:0 auto;
  font-size: 20px;
  color: white;
  width: 40%;
  text-align: center;
  left: 0;
  right: 0;
}
.oaxaca{
 position: absolute;
  top:25px;
  margin-left: auto;
  margin-right: auto;
  left:0;
  right:0;
  padding-right: 150px;
  z-index:1000;
  display: block;
  
}
input.color{
  width: 60px;
  padding-left: 20px;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  float: right;
  border: 1 solid gray;
}
input.scolor{
  margin: 0 auto;
  background-color: #339933;
  color: white;
  border-radius: 20px;
  border:0;
}
.content {
      position: relative;
      left: 0;
      top: 0;
      width: 50px;
      height: 50px;
      background:url("../images/color.png");
    }

@media all and (max-width:999px ){
  .oaxaca{
    top: 70px;
   right: 15px;
   padding-right: 0!important;
  }

}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #FFF;
  box-shadow:0px 5px 7px #717171;  
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; 
  margin-bottom: -50px;
  
}
header h1#logo {
	color: white;
    display: inline-block;
    float: left;
    font-size: 60px;
    font-weight: 400;
    height: 70px;
   
    width: 200px;
    margin-top: 10px;      
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
}
  header nav {
    display: inline-block;
    float: right; 
  }
    header nav a {
      line-height: 150px;
      margin-left: 20px;
      color: #9fdbfc;
      font-weight: 700;
      font-size: 18px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
  }
    header nav a:hover {
        color: white; 
       
    }
    header nav a:hover {
        color: white; 
        margin-top: -3px;
    }
  header.smaller {
    box-shadow: 0px 5px 7px #717171  !important;
    -webkit-box-shadow: 0px 5px 7 #717171 ;
    -moz-box-shadow: 0px 5px 7 #717171 ;
    height: 75px; }
	header.smaller h1#logo {
	    font-size: 30px;
	    height: 69px;
	    line-height: 75px;
	    margin-left: 60px;
	    margin-top: 3px;
	    text-align: center;
	    width: 121px;
	}
	header.smaller .ro-nav-content{
		padding: 11px 20px;
	}
    header.smaller nav a {
      line-height: 75px; }


@media all and (max-width: 660px) {
  header h1#logo {
    display: block;
    float: none;
    margin: 0 auto;
    height: 100px;
    line-height: 100px;
    text-align: center; }
  header nav {
    display: block;
    float: none;
    height: 50px;
    text-align: center;
    margin: 0 auto; }
    header nav a {
      line-height: 50px;
      margin: 0 10px; }
  header.smaller {
    height: 75px; }
    header.smaller h1#logo {
      height: 40px;
      line-height: 40px;
      font-size: 30px; }
    header.smaller nav {
      height: 35px; }
      header.smaller nav a {
        line-height: 35px; } }

