body, html {
  width: 100%;
  overflow-x: hidden;
}
body{
  font: 13px Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  background: #529ac9;
}
#webc{
  background: white;
  float: left;
  width: 100%;
  border-bottom: 3px solid #1475b4;
  padding-bottom: 50px;
}
#web{
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
#web p{
  font-size: 14px;
}
a img{
  border: 0;
}
a{
  color: #0376af;
}
#home h1{
  color: #1475b4;
  font-size: 120%;
  text-transform: uppercase;
  margin: 60px 0 10px 0;
  padding: 0;
}
#home p{
  margin: 5px 0;
}
#countrysearchbox{
  background: white;
  float: left;
  width: 100%;
}
#header #logo {
  margin: 7px 0;
  float: left;
}
p, li{
  line-height: 180%;
}
form{
  margin: 50px 0 0 0;
}
form#hsearchform {
  margin: 10px 0;
  float: right;
}
form#contactform{
  margin: 0;
}
label{
  display: block;
  margin-bottom: 10px;
}
#footer, #header, #prefooter{
  text-align: left;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
#breadcrumbs{
  width: 960px;
  margin: 0 auto;
  height: 20px;
}
#breadcrumbs p{
  width: 730px;
  float: left;
  text-align: left;
  margin: 0;
  padding: 0;
}
#footer{
  padding: 20px 0;
  margin-bottom: 30px;
  color: white;
  text-align: center;
}
#footer a{
  text-decoration: none;
  color: white;
  padding: 0 10px;
}
#footer a:hover{
  color: #0376af;
}
#breadcrumbs{
  background: #fee6c5;
  border-top: 2px solid #f9a22f;
  padding: 5px;
}
#breadcrumbs a{
  padding: 0 5px;
  text-decoration:none;
}
#breadcrumbs span{
  padding: 0 5px;
}
#breadcrumbs span.origenName, #breadcrumbs span.destinoName{
  padding: 0;
}
ul.places{
  margin: 0 0 30px 0;
  padding: 0;
  float: left;
  width: 100%;
}
ul.places li{
  width: 182px; margin-right: 10px; text-align: left; float: left; list-style: none;
}
ul.states li{
  width: 132px; margin-right: 5px; text-align: left; float: left; list-style: none;
  font-size: 85%;
}
ul.placeslong{
  margin: 0 0 30px 0;
  padding: 0;
  float: left;
  width: 100%;
}
ul.placeslong li{
  width: 300px; margin-right: 10px; text-align: left; float: left; list-style: none;
}

ul.distances{
  margin: 0 0 30px 0;
  padding: 0;
  float: left;
  width: 100%;
}
ul.distances li{
  width: 182px; width: 230px; margin-right: 10px; text-align: left; float: left; list-style: none;
  margin-bottom: 8px;
}
ul.distances a {
  text-decoration:none; color: #b8c2c8;
}
ul.distances span{
  font-size: 80%; display:block; line-height: 110%;
}
ul.distances strong{
  color: #0376af; font-size: 105%; font-weight: normal;
}

ul.random{
  margin: 10px 0 30px 0;
  padding: 0 0 30px 0;
  float: left;
  width: 100%;
}
ul.random li{
  width: 310px; margin-right: 10px; text-align: left; float: left; list-style: none;
  font-size: 95%;
}

#straightbox strong, #straightbox span{
  color:#e14ed5;
}
#straightbox, #drivingbox, #timebox{
  display: block;
  float: left;
  width: 318px;
  text-align: center;
  padding: 17px 0 8px 0;
  min-height: 46px;
}
#straightbox strong, #drivingbox strong, #timebox strong{
  font-size: 200%;
  display: block;
  margin-bottom: 4px;
}
#straightbox{
  background-color: #fdf0fc; 
}
#drivingbox{
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
  background-color: #f2f2fe;
}
#timebox{
  background-color: #f8ffed;
  width: 320px;
}
#drivingbox strong, #drivingbox span{
  color: #5b5ebd;
}
#timebox strong{
  color: #8bd708;
}

form #from, form #to{
  padding: 2px;
}

#pagination {
  display:block;
  height:25px;
  line-height:21px;
  clear:both;
  padding-top:3px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:normal;
  text-align: center;
  margin-left: -10px;
  margin-bottom: 20px;
}

#pagination a, #pagination a{
  padding:3px 7px;
  border:1px solid #EBEBEB;
  margin-left:8px;
  text-decoration:none;
  background-color:#F5F5F5;
  color:#0376af;
  width:18px;
  font-weight:normal;
}

#pagination a:hover {
  background-color:#DDEEFF;
  border:1px solid #BBDDFF;
  color:#0376af;  
}

#pagination .active {
  border:1px solid #BBDDFF;
  background-color:#DDEEFF;
  cursor:default;
}

#pagination .disabled {
  padding:7px;
  padding-top:2px;
  padding-bottom:2px;
  border:1px solid #EBEBEB;
  margin-left:10px;
  text-decoration:none;
  background-color:#F5F5F5;
  color:#D7D7D7;
  cursor:default;
}

#fromInfo{
  float: left;
}
#toInfo{
  float: right;
}
.info{
  width: 440px;
}
.info img{
  padding: 1px;
  border: 1px solid #ccc;
  margin: 4px;
}

form#searchcities{
  background: #529ac9;
  width: 680px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding: 3px;
  margin: 0;
  margin: 30px auto 8px;
}
form#searchcities div{
  background: #c3e1f4;
  width: 660px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 20px 10px;
  text-align: center;
}
#searchcities input{
  font-size: 150%;
  padding: 4px;
  vertical-align:middle;
}
#searchcities input.text{
  width: 215px;
}
.incountry form#searchcities{
  background: rgba(255, 255, 255, 0.8);
}
.incountry form#searchcities div{
  background: transparent;
}
.incountry #searchcities input.text{
  border: 1px solid #333;
}

#searchform input[type="text"]{
  width: 130px;
}

#home h2{
  border-bottom: 1px solid #ddd;
}
#home #footer h2{
  border:0;
}
#home h2 a{
  text-decoration: none;
  color: black;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 3px 3px;
  margin-right: 3px;
}
#country{
  background: #fee6c5;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float:left;
  margin-top: 14px;
  padding: 2px 10px 0;
  width: 38px;
  position: relative;
}
#country ul{
  display:none;
  margin: 0;
  padding: 10px 10px 5px 10px;
  background: #fee6c5;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  width: 100px;
  position: absolute;
  top: 20px;
  left: 0px;
}
#country li{
  list-style: none;
  margin: 0 -10px;
}
#country li a{
  background-position: 10px 6px;
  background-repeat: no-repeat;
  color: black;
  display: block;
  padding: 1px 0 1px 32px;
  text-decoration: none;
}
#country li.active{
  background-color:#fef2e2;
}
#country li:hover{
  background-color:#f9c581;
}

#countries{
  margin: 0 0 0 30px;
  padding: 10px 0 20px 0;
  float: left;
  clear:both;
  width: 100%;
}
#countries li{
  list-style: none;
  margin: 0 5px;
  float: left;
  text-align: left;
  background-color: #99d0f3;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: auto;
}
/*
#countries li.m{
  width: 80px;
}
#countries li.p{
  width: 70px;
}
#countries li.us{
  width: 75px;
}
*/
#countries
 li a{
  background-position: 10px 6px;
  background-repeat: no-repeat;
  color: black;
  display: block;
  padding: 2px 12px 1px 32px;
  text-decoration: none;
}
#countries li.active{
  background-color:#fef2e2;
}
#countries li:hover{
  background-color:#f9c581;
}
#footer #countries a:hover{
  color: black;
}
#searchform {
  float: right;
  margin: 8px 0;
}
#header > a > img {
  margin-top: 8px;
}
#mobile-menu {
  display: none;
}
#map_canvas {
  height: 280px; width: 608px;
}
#main-column {
  float: left;width:620px;
}
.adp, .adp table {
  width: 100%;
}
#contactform {
  width: 450px;
}
#contact-name {
  float:left; width: 215px; margin-right: 18px
}
#contact-email {
  float:left; width: 215px;
}
#contactform textarea {
  width: 445px; height: 190px
}
.city-photo {
  width: 116px;
}

#hotels { 
  margin: 0;
  padding: 0;
  clear: both;
}
.hotel {
  height: 150px;
  overflow: hidden;
  list-style: none;
  float: left;
  width: 300px;
  margin: 10px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  background-color: #efefef;
}
.hotel a {
  display: block;
  text-decoration: none;
  height: 195px;
}
.hotelimg {
  height: 150px;
  overflow: hidden;
  width: 170px;
  display: block;
  float: left;
}
.hotelimg img {
  min-height: 150px;
}
.hotelname {
  margin: 10px 0 0 10px;
  padding: 8px;
  line-height: 14px;
  font-size: 12px;
  float: left;
  width: 100px;
  font-weight: bold;
}
.stars {
  padding-top: 12px;
  margin-bottom: 15px;
}
span.bookbtn {
  font-size: 85%;
  text-decoration: none;
  background-color: #1475b4;
  color: #fff;
  font-weight: bold;
  padding: 4px 8px;
  margin-top: 4px;
  border: 2px solid white;
  text-transform: uppercase;
  border-radius: 6px;
}
span.address {
  font-size: 85%;
  color: #888;
  display: block;
  margin-top: 10px;
}
#toWeather, #fromWeather, .weather{
	width: 270px;
  float: left;
}
#toWeather p, #fromWeather p, .weather p{
	margin: 0;
}
.info .weathericon {
  float: left;
  margin-right: 15px;
  border: 0;
  border-right: 1px solid #ccc;
  padding: 5px;
}

#sharecar {
  border: 1px solid #ebebe3;
  padding: 20px;
  margin: 20px 0;
  background-color: #ECF9FF;
  border-radius: 4px;
  color: #666;
}
#sharecar p {
  margin: 5px 0 20px 0;
}
#sharecar h2 {
  margin: 0;
  color: #006B9C;
}
#sharecar h2 span {
  font-weight: normal;
}
#sharecar .origenName, #sharecar .destinoName {
  font-weight: bold;
}
#sharecar form {
  margin: 0 0 10px 0;
  padding: 0;
  float: left;
}
#sharecar input, textarea {
  border: 1px solid #cbcbcb;
  padding: 7px;
  border-radius: 4px;
}
#sharecar div {
  margin: 10px 0;
}
#sharecar label {
  margin: 0 0 3px 0;
}
#sharecar #tripdetails {
  width: 450px;
  float: left;
  margin: 0;
}
#sharecar #tripdetails div {
  float: left;
  margin: 0;
}
#sharecar #tripdetails #tripdatew {
  width: 140px;
}
#sharecar #tripdetails #tripdatew input {
  width: 120px;
}
#sharecar #tripdetails #pickupw {
  width: 290px;
  margin-left: 20px;
}
#sharecar #tripdetails #tripautow {
  margin: 10px 0 0 0;
  width: 450px;
}
input#pickup {
  width: 270px;
}
input#tripauto {
  width: 430px;
}
#sharecar #tripcomment {
  width: 350px;
  float: left;
  margin: 0 0 0 20px;
}
#sharecar textarea {
  height: 69px;
  width: 430px;
}
#sharecar .sharebtn {
  display: block;
  clear: both;
  text-align: center;
  padding: 20px 0 0 0;
  font-size: 85%;
  text-decoration: none;
  background-color: #1475b4;
  color: #fff;
  font-weight: bold;
  padding: 4px 8px;
  border: 2px solid white;
  text-transform: uppercase;
  border-radius: 6px;
  width: 100px;
}
#sharethanks {
  font-weight: bold;
  text-align: center;
}

.rentalcar {
  width: 174px;
  background: white;
  float: left;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #dedede;
  padding: 4px;
  text-decoration: none;
  font-weight: bold;
  color: #666;
}
.rentalcar:hover {
  color: #900;
}
.rentalcar img {
  width: 90px;
  height: auto;
}
.rentalcar p {
  margin: 0;
}
#comparecars {
  margin: 10px 0;
  clear: both;
  display: block;
  background-color: #0376af;
  float: left;
  color: #fff;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
}

.nweather {
  margin: 0 0 8px 0;
  font-style: italic;
  color: #666;
}
.weather5 {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 12px;
}
.weather5 td {
  padding: 4px 2px;
  vertical-align: middle;
}
.weather5 .days td {
  font-weight: bold;
  color: #555;
}
.weather5 .icons img {
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  margin: 0;
}
.wmax {
  color: #c0392b;
  font-weight: bold;
}
.wmin {
  color: #2980b9;
}
.weather5 .rain td {
  color: #666;
  font-size: 11px;
}
.weather5 .rain img, .weather5 .wind img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border: 0;
  padding: 0;
  margin: 0;
}
.weather5 .wind td {
  color: #888;
  font-size: 11px;
}

@media screen and (max-width: 960px) {
  #web, #footer, #header, #prefooter {
    width: 95%;
  }
  ul.places li {
    width: calc(100%/3 - 10px);
  }
  #countries li {
    margin-bottom: 5px;
  }
  #breadcrumbs {
    width: 100%;
  }
  #breadcrumbs p {
    width: 100%;
  }
  #drivingbox, #straightbox, #timebox {
    width: calc(100%/3 - 1px);
  }
  #map_canvas {
    width: 100%;
    height: 220px;
  }
  .info {
    width: 100%;
  }
  #main-column {
    width: 100%;
  }
  .ad-mobile-slot {
    min-height: 250px;
  }
}
@media screen and (max-width: 715px) {
  #header {
    text-align: center;
  }
  #header #logo {
    text-align: center;
    float: none;
  }
  ul.places li {
    width: calc(100%/2 - 10px);
  }
  form#searchcities {
    width: 95%;
    margin: 10px auto;
  }
  form#searchcities div {
    width: auto;
  }
  #searchcities input.text, #searchform input[type="text"] {
    width: calc(100% - 8px);
  }
  #searchcities input[type="submit"], #searchform input[type="submit"] {
    width: 100%;
  }
  input[type="submit"] {
    margin-top: 10px;
    width: 255px;
    padding: 10px 0 !important;
    background: #1475B4;
    box-shadow: 0px 2px 0px #004775;
    color: #fff;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #searchform input[type="text"] {
    font-size: 150%;
    padding: 4px;
    vertical-align: middle;
  }
  #searchcities span {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
  }
  #breadcrumbs {
    display: none;
  }
  #searchform {
    width: 100%;
    display: none;
  }
  #mobile-menu {
    cursor: pointer;
    float: right;
    display: block;
    margin-top: 15px;
    width: 30px; height: 30px;
    background: url('/img/mobile-search.svg') no-repeat top 3px right 1px;
    background-size: 27px 27px;
  }
  #mobile-menu.on {
    background: url('/img/mobile-searchx.svg') no-repeat top 0 right 0;
    background-size: 30px 30px;
  }
  #drivingbox, #straightbox, #timebox {
    width: 100%;
    margin: 5px 0;
    border: none;
  }
}
@media screen and (max-width: 580px) {
  #webc {
    padding-bottom: 25px;
  }
  h1, h2, h3, h4, li, li a, p, li, ul.random {
    text-align: center;
  }
  ul.random {
    width: 100%;
    margin: 0; padding: 0;
  }
  li, ul.random li {
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  ul.places li {
    text-align: center;
    width: calc(100% - 10px);
  }
  #home h1 {
    font-size: 21px;
    margin: 10px 0;
  }
  #home h2 {
    padding-bottom: 10px;
  }
  #home h2 a {
    font-size: 18px;
  }
  ul.places:last-of-type {
    margin: 0;
  }
  #countries {
    margin: 0;
  }
  #countries li {
    margin-bottom: 10px;
    float: none;
    display: inline-block;
  }
  #countries li a {
    line-height: 1.5;
  }
  #langs {
    font-size: 0;
  }
  #langs a {
    display: block;
  }
  #footer > p > a, #footer p:first-of-type {
    font-size: 16px;
    line-height: 300%;
  }
  #country-bg {
    background-position: center top 250px !important;
    background-size: 100% !important;
    height: 230px !important;
    margin-top: -270px !important;
    padding-top: 330px !important;
  }
  #contactform {
    width: 95%;
  }
  #contactform input {
    font-size: 150%;
    padding: 4px;
    vertical-align: middle;
    width: 100%;
  }
  #contact-name, #contact-email, #contactform textarea {
    width: 100%; margin: 10px 0;
  }
  .panofotos {
    text-align: center;
  }
  ul {
    padding: 0;
  }
  #header #countries {
    left: auto;
    right: 0;
    width: 170px;
  }
  #header #country li {
    width: 100%;
    display: block;
  }
  #header #country li a {
    text-align: left;
  }
  p {
    font-size: 16px;
  }
  #sharecar #tripdetails{
    width: 100%;
  }
  #sharecar #tripdetails #pickupw{
    clear:both;
    margin-left: 0;
    margin-top: 15px;
  }
  #sharecar #tripdetails #tripautow {
    margin: 15px 0 0 0;
    width: 90%;
  }
  #sharecar #tripcomment {
    width: 90%;
    float: left;
    margin: 15px 0 0 0;
  }
  input#tripauto {
    width: 100%;
  }
  #sharecar textarea {
    height: 69px;
    width: 100%;
  }
  #fromSunsun, #toSunsun{
    clear: both;
    margin-top: 10px;
    float: left;
    text-align: center;
    width: 100%;
  }
  #toWeather, #fromWeather, .weather{
  	width: 350px;
    float: none;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 10px 0;
  }
  #toWeather p, #fromWeather p, .weather p{
    text-align: left;
  }
  .hotel {
    margin: 10px auto;
    float: none;
  }
  #comparecars {
    margin: 10px auto;
    clear: both;
    display: block;
    background-color: #900;
    float: none;
    color: #fff;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: bold;
    width: 225px;
  }
}