@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Roboto:900i');
html,
body {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  min-height: 100%;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.strokeme {
  text-shadow: 0px 4px 3px #000000, 0px 5px 4px rgba(0, 0, 0, 0.1), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
#lineBulletin {
  margin: 10px 0 0 0 !important;
}
#lineBulletin .well-bulletin {
  background-color: #3498db;
}
#lineBulletin .lineName {
  font-size: 14px;
  font-weight: bold;
}
#lineBulletin .lineMessage {
  font-size: 15px;
  padding: 2px 0;
}
#lineBulletin .well {
  margin-bottom: 0;
}
#lineBulletin p {
  margin: 0;
}
.infobubble {
  font-size: 14px;
  background: #fff;
  color: #000;
}
.logo_container {
  /*
	position: fixed;
	top: 25%;
	left: 0;
	right: 0;
	*/
  padding: 0 20px 0 20px;
}
.logo_container img {
  width: 100%;
  max-width: 600px;
  margin: 20px 0;
}
.main_btn_container {
  padding-top: 30px;
  margin: 0 auto;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
}
.main_back,
.mail_back,
.news_back {
  /*height: 100%;*/
  min-height: 100%;
  display: flex;
  align-items: center;
}
.map_back {
  display: flex;
  vertical-align: middle;
  height: 100%;
  min-height: 100%;
  width: 100%;
}
#map {
  position: relative;
  height: 100%;
  min-height: 100%;
  width: 100%;
  opacity: 0.9;
}
.back01 {
  background: url("../images/people-1031169.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 760px) {
  .back01 {
    background: url("../images/people-1031169-mob.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.back02 {
  background: url("../images/bus-1263266.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 760px) {
  .back02 {
    background: url("../images/bus-1263266-mob.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.back03 {
  background: url("../images/bus-731317.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 760px) {
  .back03 {
    background: url("../images/bus-731317-mob.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.back04 {
  background: url("../images/zebra-crossing-617048.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 760px) {
  .back04 {
    background: url("../images/zebra-crossing-617048-mob.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.back05 {
  background: url("../images/people-feet-train-travelling.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 760px) {
  .back05 {
    background: url("../images/people-feet-train-travelling-mob.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.back06 {
  background: url("../images/pexels-photo-128951.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 760px) {
  .back06 {
    background: url("../images/pexels-photo-128951-mob.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.back07 {
  background: url("../images/city-crossing-crossroad-road.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 760px) {
  .back07 {
    background: url("../images/city-crossing-crossroad-road-mob.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.back08 {
  background: url("../images/obelisco-src.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 760px) {
  .back08 {
    background: url("../images/obelisco-mob.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.back08a {
  /* fuera de uso */
  background: url("../images/pexels-photo-104516.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 760px) {
  .back08a {
    background: url("../images/pexels-photo-104516-mob.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.back09 {
  /* fuera de uso */
  background: url("../images/pexels-photo-186408.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 760px) {
  .back09 {
    background: url("../images/pexels-photo-186408-mob.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.back10 {
  /* fuera de uso */
  background: url("../images/pretty-woman-traffic-young-vintage.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 760px) {
  .back10 {
    background: url("../images/pretty-woman-traffic-young-vintage-mob.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}
.largeSelect {
  height: 200px;
  overflow: auto;
  width: 100%;
  font-size: 15px;
}
.max600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.largeDrop {
  padding-left: 50px !important;
  padding-right: 50px !important;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 760px) {
  .largeDrop {
    font-size: 13px;
  }
}
#mobsTable {
  margin-bottom: 0 !important;
}
@media (max-width: 760px) {
  #mobsTable {
    font-size: 12px;
  }
}
.fbtn {
  font-size: 20px;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 760px) {
  .fbtn {
    font-size: 13px;
  }
}
#lineInfo {
  font-weight: 600;
}
.copy {
  margin-top: 20px;
  padding: 10px 0;
  text-shadow: 1px 1px #333333;
}
.social {
  padding-bottom: 10px;
}
.social a {
  width: 80px;
  display: inline-block;
  color: #fff;
  font-size: 35px;
}
[data-order] {
  background: rgba(255, 255, 255, 0.2);
}
