.vehicle {
  width: 1080px;
  margin: 20px auto; }
  @media all and (max-width: 1080px) {
    .vehicle {
      width: 100%; } }
  @media all and (max-width: 700px) {
    .vehicle {
      height: auto; } }
  .vehicle .img {
    float: left;
    height: 280px;
    width: 400px;
    position: relative;
    background-position: center center;
    background-size: cover;
    cursor: pointer; }
    @media all and (max-width: 1080px) {
      .vehicle .img {
        width: 40vw;
        height: 28vw; } }
    @media all and (max-width: 700px) {
      .vehicle .img {
        width: calc(100% - 20px);
        height: calc(2.45vw * 28);
        margin-left: 10px; } }
    .vehicle .img .for-hover {
      display: none;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(32, 50, 161, 0.6); }
      .vehicle .img .for-hover .vertical-center {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center; }
        .vehicle .img .for-hover .vertical-center img {
          width: 60px; }
        .vehicle .img .for-hover .vertical-center p {
          text-transform: uppercase;
          color: white; }
    .vehicle .img:hover .for-hover {
      display: block; }
  .vehicle .text {
    float: left;
    height: 220px;
    width: calc(100% - 400px);
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    padding: 0 40px; }
	
    @media all and (max-width: 1080px) {
      .vehicle .text {
        width: calc(60vw - 20px);
        height: 26vw;
        margin-top: 1vw;
        padding: 0 1.5vw; } }
    @media all and (max-width: 700px) {
      .vehicle .text {
        width: 100%;
        height: auto; } }
    .vehicle .text h3 {
	  padding-bottom: 10px;
      border-bottom: 2px solid #2032a1;
      font-family: TitilliumWebBold;
      font-size: 1.4em; }
	.vehicle .text p {
		margin-top: 20px; }
    @media all and (max-width: 1080px) {
	  .vehicle .text h3 {
		padding-bottom: 5px; }
      .vehicle .text p {
        margin-top: 5px;
        line-height: 22px;
        font-size: .95em; } }
    .vehicle .text div {
      position: absolute;
      bottom: 0; }
      @media all and (max-width: 700px) {
        .vehicle .text div {
          position: static;
          margin-top: 20px; } }
      .vehicle .text div span, .vehicle .text div img {
        float: left;
        height: 40px;
        width: 40px;
        overflow: hidden;
        margin-right: 20px;
        text-align: center;
        line-height: 26px;
        font-size: 1.2em;
        color: white; }
        .vehicle .text div span.seats, .vehicle .text div img.seats {
          line-height: 40px;
          background-color: #2032a1; }
        @media all and (max-width: 1080px) {
          .vehicle .text div span, .vehicle .text div img {
            margin-right: 10px; } }
        @media all and (max-width: 700px) {
          .vehicle .text div span, .vehicle .text div img {
            margin: 5px; } }

/*# sourceMappingURL=autodoprava.css.map */
