@charset "utf-8";
/* CSS Document for HomePage*/

#home-features {
  clear: both;
  margin: 15px -1%;
}
  #home-features a {
    display: block;
    float: left;
    margin: 15px 1.3%;
    position: relative;
    width: 30.7%;
  }
  #home-features a img {
    height: auto;
    width: 100%;
  }
  #home-features a strong {
    background: rgba(255,255,255,.8) url(/_img/bvt-arrow-32.png) -30px 0 no-repeat;
    border-top: 2px solid #fff;
    color: #124e77;
    display: block;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.6em;
    padding-left: 10px;
    position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
    transition: all .2s ease-in-out;
  }
  #home-features a:hover strong {
    background-position: 0 0;
    padding-left: 40px;
  }
  #home-features a span {
    background: rgba(0,0,0,.5);
    color: #fff;
    display: block;
    font-size: .9em;
    height: 0px;
    line-height: 1.2em;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    transition: all .3s;
  }
  #home-features a:hover span {
    height: auto;
    padding: 5px 2%;
  }
#tourOps {
  background: rgba(0,0,0,.1);
  border: 2px solid #fff;
  border-radius: 4px;
  clear: both;
  margin: 15px 0;
  padding: 10px;
}
  #tourOps h3 {
    border-bottom: 1px solid #eee;
    color: #0C6DAB;
    margin-bottom: 5px;
    padding: 0 0 3px;   
  }
  #tourOps img {
    float: left;
    margin: 5px 15px 10px 0;
    opacity: .2;
  }
  #tourOps p {
    font-size: .9em;
  }
  #tourOps div {
    float: left;
    width: 65%;    
  }
  #tourOps ul {
    float: right;
    font-size: .8em;
    width: 32%;    
  }
  #tourOps ul li {
    background: url(/_img/icon-online.png) 0 0 no-repeat;
    line-height: 16px;
    margin: 3px 0 6px;
    padding: 1px 0 0 24px;
  }

@media only screen and (max-width: 930px) {
  #home-features a {
    float: left;
    width: 47%;
  }
  #home-features a strong {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 780px) {

}

@media only screen and (max-width: 680px) {
}

@media only screen and (max-width: 540px) {
  #home-features a {
    float: none;
    margin: 15px auto;
    width: 80%;
  }
  #home-features a strong {
  }

}
   