@media (max-width: 767px) {
  body {
    background: #fff;
  }
  #wrap {
    background: #3C3C3C;
    overflow: hidden;
  }
  #sub-wrap {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #sub-wrap.opened {
    -webkit-transform: translate3d(80%, 0, 0);
    -moz-transform: translate3d(80%, 0, 0);
    -o-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
  #header {
    -webkit-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 0px rgba(0, 0, 0, 0.05);
    min-height: 32px;
    /* .global-nav */
  }
  #header .you-are-welcome {
    display: none;
  }
  #header .logo {
    float: none;
    line-height: 1em;
    margin: 0;
    min-height: 32px;
    padding: 5px;
    text-align: center;
  }
  #header .logo a {
    height: auto;
    padding: 0 2em;
  }
  #header .logo img {
    padding-right: 0;
    width: 70px;
  }
  #header .global-nav {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #header .global-nav #button-global-nav {
    background: url(../img/smartphone-main-nav.png) no-repeat 0 0;
    border: none;
    border-right: 1px solid #BCBCBC;
    display: block;
    height: 42px;
    left: 0;
    position: absolute;
    text-indent: -777em;
    top: 0;
    width: 43px;
    z-index: 2;
  }
  #header .global-nav #button-global-nav:active {
    background: #009EE0 url(../img/smartphone-main-nav.png) no-repeat 0 -43px;
  }
  #header .global-nav #button-global-nav.opened {
    background: #3C3C3C url(../img/smartphone-main-nav.png) no-repeat 0 -86px;
  }
  #header .global-nav #button-global-nav.opened:active {
    background: #009EE0 url(../img/smartphone-main-nav.png) no-repeat 0 -86px;
  }
  #header .global-nav .part-all {
    background: #3C3C3C;
    float: none;
    left: -80%;
    padding: 1.5em 0;
    position: absolute;
    top: 0;
    width: 80%;
  }
  #header .global-nav .part-all .part-1,
  #header .global-nav .part-all .part-2 {
    margin: 0;
    padding: 0;
    position: static;
    text-align: center;
  }
  #header .global-nav .part-all .fast-links-2 {
    top: 0;
  }
  #header .global-nav .part-all nav,
  #header .global-nav .part-all ul {
    display: block;
    float: none;
    margin: 0;
  }
  #header .global-nav .part-all ul,
  #header .global-nav .part-all .language-switcher-locale-url {
    border-bottom: 1px solid #515151;
    margin: 0 10%;
    padding: 1em 0;
  }
  #header .global-nav .part-all li {
    border: none;
    display: block;
    float: none;
  }
  #header .global-nav .part-all a {
    border-top: none;
    color: #fff;
    display: block;
    font-family: 'stm_montreal', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.25em;
    margin: 0 10%;
    min-height: 0;
    padding: 0.5em 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #header .global-nav .part-all a:hover,
  #header .global-nav .part-all a:focus {
    background: #009EE0;
    color: #fff;
    text-decoration: none;
  }
  #header .global-nav .part-all a:hover:after,
  #header .global-nav .part-all a:focus:after {
    border: none;
  }
  #header .global-nav .part-all a.active,
  #header .global-nav .part-all a.hover {
    color: #009EE0;
  }
  #header .global-nav .part-all a.active:hover,
  #header .global-nav .part-all a.hover:hover,
  #header .global-nav .part-all a.active:focus,
  #header .global-nav .part-all a.hover:focus {
    color: #fff;
  }
  #header .global-nav .sub-nav,
  #header .global-nav #nav-level-2 {
    display: none !important;
  }
  #header .global-nav #search-form {
    display: block;
    margin: 2em 0;
  }
  #header .global-nav #search-form label {
    display: none;
  }
  #header .global-nav #search-form input[type="search"],
  #header .global-nav #search-form input[type="text"],
  #header .global-nav #search-form input[type="search"]:hover,
  #header .global-nav #search-form input[type="text"]:hover,
  #header .global-nav #search-form input[type="search"]:focus,
  #header .global-nav #search-form input[type="text"]:focus {
    background: #fff;
    padding: 6px 10px;
    border: none;
    margin: 0 4px;
    font-size: 1.083em;
    width: 50%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #header .global-nav #search-form input.form-submit {
    background: #007EB6;
    color: #fff;
    font-size: 1.083em;
    padding: 4px 5px;
    position: static;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #header .fast-links li {
    float: none;
  }
  #header .fast-links li a {
    text-transform: none;
  }
  #header .nav-level-2 {
    float: none;
    margin: 0;
    opacity: 1 !important;
    text-align: left;
  }
  #header .nav-level-2 ul {
    float: none;
    margin-right: 0;
  }
  #header .nav-level-2 ul li {
    display: block;
    float: none;
  }
  #header .nav-level-2 ul li a {
    border-top: 1px solid #BCBCBC;
    display: block;
    float: none;
    margin: 0;
    min-height: 0;
    padding: 0.5em 1em;
    text-align: left;
    text-transform: none;
  }
  #header .nav-level-2 ul li a.active:after {
    border: none;
  }
  /* #header */
  .main-not-front {
    background: #EBEBEB !important;
  }
  .main-not-front .content .content-block {
    background: #fff !important;
    border: 3px solid #D3D3D3 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  abbr {
    border-bottom: none !important;
  }
  #main table {
    font-size: 1em !important;
  }
  #main table td,
  #main table th {
    font-size: 1em !important;
    text-transform: none !important;
    padding: 0.5em !important;
  }
  .no-sidebars .main-not-front .content,
  .sidebar-first .main-not-front .content,
  .sidebar-second .main-not-front .content,
  .two-sidebars .main-not-front .content {
    float: none;
    width: auto;
  }
  .no-sidebars .main-not-front,
  .sidebar-first .main-not-front,
  .sidebar-second .main-not-front,
  .two-sidebars .main-not-front {
    margin: 0;
    padding: 0;
    /* .content */
  }
  .no-sidebars .main-not-front .content-classic .carousel-wrap .prev,
  .sidebar-first .main-not-front .content-classic .carousel-wrap .prev,
  .sidebar-second .main-not-front .content-classic .carousel-wrap .prev,
  .two-sidebars .main-not-front .content-classic .carousel-wrap .prev {
    left: -15px;
  }
  .no-sidebars .main-not-front .content-classic .carousel-wrap .next,
  .sidebar-first .main-not-front .content-classic .carousel-wrap .next,
  .sidebar-second .main-not-front .content-classic .carousel-wrap .next,
  .two-sidebars .main-not-front .content-classic .carousel-wrap .next {
    right: -15px;
  }
  .no-sidebars .main-not-front .content-classic .note-list li,
  .sidebar-first .main-not-front .content-classic .note-list li,
  .sidebar-second .main-not-front .content-classic .note-list li,
  .two-sidebars .main-not-front .content-classic .note-list li {
    padding-left: 0;
  }
  .no-sidebars .main-not-front .content-classic .note-list li:before,
  .sidebar-first .main-not-front .content-classic .note-list li:before,
  .sidebar-second .main-not-front .content-classic .note-list li:before,
  .two-sidebars .main-not-front .content-classic .note-list li:before {
    display: inline-block;
    margin-right: 4px;
    position: static;
    text-align: left;
    vertical-align: middle;
  }
  .no-sidebars .main-not-front .table,
  .sidebar-first .main-not-front .table,
  .sidebar-second .main-not-front .table,
  .two-sidebars .main-not-front .table {
    overflow: auto;
    width: 100%;
  }
  .no-sidebars .main-not-front .table table,
  .sidebar-first .main-not-front .table table,
  .sidebar-second .main-not-front .table table,
  .two-sidebars .main-not-front .table table {
    width: auto !important;
  }
  .no-sidebars .main-not-front .table td,
  .sidebar-first .main-not-front .table td,
  .sidebar-second .main-not-front .table td,
  .two-sidebars .main-not-front .table td {
    width: auto !important;
  }
  .no-sidebars .main-not-front .breadcrumb,
  .sidebar-first .main-not-front .breadcrumb,
  .sidebar-second .main-not-front .breadcrumb,
  .two-sidebars .main-not-front .breadcrumb,
  .no-sidebars .main-not-front .content-classic .back,
  .sidebar-first .main-not-front .content-classic .back,
  .sidebar-second .main-not-front .content-classic .back,
  .two-sidebars .main-not-front .content-classic .back {
    display: none;
  }
  .no-sidebars .main-not-front .container,
  .sidebar-first .main-not-front .container,
  .sidebar-second .main-not-front .container,
  .two-sidebars .main-not-front .container {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }
  .no-sidebars .main-not-front .main-title,
  .sidebar-first .main-not-front .main-title,
  .sidebar-second .main-not-front .main-title,
  .two-sidebars .main-not-front .main-title {
    margin: 1.5em auto 1em auto;
    padding: 0;
    text-align: center;
    width: auto;
  }
  .no-sidebars .main-not-front .main-title .picture,
  .sidebar-first .main-not-front .main-title .picture,
  .sidebar-second .main-not-front .main-title .picture,
  .two-sidebars .main-not-front .main-title .picture {
    display: inline-block;
    float: none;
    margin-right: 4px;
    text-align: right;
  }
  .no-sidebars .main-not-front .main-title .picture img,
  .sidebar-first .main-not-front .main-title .picture img,
  .sidebar-second .main-not-front .main-title .picture img,
  .two-sidebars .main-not-front .main-title .picture img {
    max-width: 50%;
  }
  .no-sidebars .main-not-front .main-title h1,
  .sidebar-first .main-not-front .main-title h1,
  .sidebar-second .main-not-front .main-title h1,
  .two-sidebars .main-not-front .main-title h1 {
    color: #3C3C3C;
    display: inline-block;
    font-size: 1.25em;
    line-height: 1.2em;
    text-align: center;
  }
  .no-sidebars .main-not-front .nav-sidebar,
  .sidebar-first .main-not-front .nav-sidebar,
  .sidebar-second .main-not-front .nav-sidebar,
  .two-sidebars .main-not-front .nav-sidebar {
    float: none;
    margin: 0 1em;
    width: auto;
  }
  .no-sidebars .main-not-front .content,
  .sidebar-first .main-not-front .content,
  .sidebar-second .main-not-front .content,
  .two-sidebars .main-not-front .content {
    float: none;
    margin: 0 auto;
    width: auto;
  }
  .no-sidebars .main-not-front .content .banner,
  .sidebar-first .main-not-front .content .banner,
  .sidebar-second .main-not-front .content .banner,
  .two-sidebars .main-not-front .content .banner {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: auto;
  }
  .no-sidebars .main-not-front .content iframe,
  .sidebar-first .main-not-front .content iframe,
  .sidebar-second .main-not-front .content iframe,
  .two-sidebars .main-not-front .content iframe {
    height: auto;
    max-width: 100%;
  }
  .no-sidebars .main-not-front .content a.button,
  .sidebar-first .main-not-front .content a.button,
  .sidebar-second .main-not-front .content a.button,
  .two-sidebars .main-not-front .content a.button {
    width: auto;
  }
  .no-sidebars .main-not-front .content .go-top,
  .sidebar-first .main-not-front .content .go-top,
  .sidebar-second .main-not-front .content .go-top,
  .two-sidebars .main-not-front .content .go-top {
    display: none;
  }
  .no-sidebars .main-not-front .content.content-hub,
  .sidebar-first .main-not-front .content.content-hub,
  .sidebar-second .main-not-front .content.content-hub,
  .two-sidebars .main-not-front .content.content-hub {
    width: auto !important;
  }
  .no-sidebars .main-not-front .content.content-hub .content-block,
  .sidebar-first .main-not-front .content.content-hub .content-block,
  .sidebar-second .main-not-front .content.content-hub .content-block,
  .two-sidebars .main-not-front .content.content-hub .content-block {
    background: none !important;
    border: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    *zoom: 1;
  }
  .no-sidebars .main-not-front .content.content-hub .content-block:before,
  .sidebar-first .main-not-front .content.content-hub .content-block:before,
  .sidebar-second .main-not-front .content.content-hub .content-block:before,
  .two-sidebars .main-not-front .content.content-hub .content-block:before,
  .no-sidebars .main-not-front .content.content-hub .content-block:after,
  .sidebar-first .main-not-front .content.content-hub .content-block:after,
  .sidebar-second .main-not-front .content.content-hub .content-block:after,
  .two-sidebars .main-not-front .content.content-hub .content-block:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .no-sidebars .main-not-front .content.content-hub .content-block:after,
  .sidebar-first .main-not-front .content.content-hub .content-block:after,
  .sidebar-second .main-not-front .content.content-hub .content-block:after,
  .two-sidebars .main-not-front .content.content-hub .content-block:after {
    clear: both;
  }
  .no-sidebars .main-not-front .content.content-hub .block-hub,
  .sidebar-first .main-not-front .content.content-hub .block-hub,
  .sidebar-second .main-not-front .content.content-hub .block-hub,
  .two-sidebars .main-not-front .content.content-hub .block-hub {
    background: transparent;
    border: none;
    float: left;
    margin: 0 1% 2% 1%;
    padding: 0;
    position: static !important;
    width: 48% !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .no-sidebars .main-not-front .content.content-hub .block-hub header a,
  .sidebar-first .main-not-front .content.content-hub .block-hub header a,
  .sidebar-second .main-not-front .content.content-hub .block-hub header a,
  .two-sidebars .main-not-front .content.content-hub .block-hub header a {
    background: #fff;
    border: 3px solid #fff;
    color: #515151;
    min-height: 28px;
    padding: 115px 10px 15px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .no-sidebars .main-not-front .content.content-hub .block-hub header a:hover,
  .sidebar-first .main-not-front .content.content-hub .block-hub header a:hover,
  .sidebar-second .main-not-front .content.content-hub .block-hub header a:hover,
  .two-sidebars .main-not-front .content.content-hub .block-hub header a:hover,
  .no-sidebars .main-not-front .content.content-hub .block-hub header a:focus,
  .sidebar-first .main-not-front .content.content-hub .block-hub header a:focus,
  .sidebar-second .main-not-front .content.content-hub .block-hub header a:focus,
  .two-sidebars .main-not-front .content.content-hub .block-hub header a:focus,
  .no-sidebars .main-not-front .content.content-hub .block-hub header a:active,
  .sidebar-first .main-not-front .content.content-hub .block-hub header a:active,
  .sidebar-second .main-not-front .content.content-hub .block-hub header a:active,
  .two-sidebars .main-not-front .content.content-hub .block-hub header a:active {
    color: #007EB6;
    border-color: #007EB6;
  }
  .no-sidebars .main-not-front .content.content-hub .block-hub header a:after,
  .sidebar-first .main-not-front .content.content-hub .block-hub header a:after,
  .sidebar-second .main-not-front .content.content-hub .block-hub header a:after,
  .two-sidebars .main-not-front .content.content-hub .block-hub header a:after {
    display: none;
  }
  .no-sidebars .main-not-front .content.content-hub .block-hub header h2,
  .sidebar-first .main-not-front .content.content-hub .block-hub header h2,
  .sidebar-second .main-not-front .content.content-hub .block-hub header h2,
  .two-sidebars .main-not-front .content.content-hub .block-hub header h2 {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
  }
  .no-sidebars .main-not-front .content.content-hub .block-hub header img,
  .sidebar-first .main-not-front .content.content-hub .block-hub header img,
  .sidebar-second .main-not-front .content.content-hub .block-hub header img,
  .two-sidebars .main-not-front .content.content-hub .block-hub header img {
    bottom: auto;
    height: auto;
    margin-left: -35px;
    max-width: 70px;
    left: 50%;
    top: 10px;
  }
  .no-sidebars .main-not-front .content.content-hub .block-hub p,
  .sidebar-first .main-not-front .content.content-hub .block-hub p,
  .sidebar-second .main-not-front .content.content-hub .block-hub p,
  .two-sidebars .main-not-front .content.content-hub .block-hub p,
  .no-sidebars .main-not-front .content.content-hub .block-hub ul,
  .sidebar-first .main-not-front .content.content-hub .block-hub ul,
  .sidebar-second .main-not-front .content.content-hub .block-hub ul,
  .two-sidebars .main-not-front .content.content-hub .block-hub ul {
    display: none;
  }
  .no-sidebars .main-not-front .content.content-buttons .content-block,
  .sidebar-first .main-not-front .content.content-buttons .content-block,
  .sidebar-second .main-not-front .content.content-buttons .content-block,
  .two-sidebars .main-not-front .content.content-buttons .content-block {
    background: none !important;
    border: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a {
    background: #fff;
    border: 3px solid #fff;
    color: #515151;
    display: inline-block;
    margin-bottom: 2%;
    margin-left: 0;
    min-height: 0;
    padding-left: 80px;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a:hover,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a:hover,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a:hover,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a:hover,
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a:focus,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a:focus,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a:focus,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a:focus,
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a:active,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a:active,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a:active,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a:active {
    color: #007EB6;
    border-color: #007EB6;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a:before,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a:before,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a:before,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a:before {
    background-image: url('../img/bus-icons-big.png');
    height: 47px;
    left: 10px;
    margin-top: -28px;
    position: absolute;
    top: 50%;
    width: 47px;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a.local:before,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a.local:before,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a.local:before,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a.local:before {
    background-position: 0 0;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a.express:before,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a.express:before,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a.express:before,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a.express:before {
    background-position: 0 -47px;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a.dedicated:before,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a.dedicated:before,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a.dedicated:before,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a.dedicated:before {
    background-position: 0 -94px;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a.night:before,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a.night:before,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a.night:before,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a.night:before {
    background-position: 0 -141px;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a.shuttleOr:before,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a.shuttleOr:before,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a.shuttleOr:before,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a.shuttleOr:before {
    background-position: 0 -282px;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a.taxi:before,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a.taxi:before,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a.taxi:before,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a.taxi:before {
    background-position: 0 -328px;
    margin-top: -24px;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a.line-1:before,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a.line-1:before,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a.line-1:before,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a.line-1:before {
    background-position: 0 -376px;
    margin-top: -24px;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a.line-2:before,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a.line-2:before,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a.line-2:before,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a.line-2:before {
    background-position: 0 -423px;
    margin-top: -24px;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a.line-4:before,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a.line-4:before,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a.line-4:before,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a.line-4:before {
    background-position: 0 -470px;
    margin-top: -24px;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a.line-5:before,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a.line-5:before,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a.line-5:before,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a.line-5:before {
    background-position: 0 -517px;
    margin-top: -24px;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a.map:before,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a.map:before,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a.map:before,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a.map:before {
    background-position: 0 -564px;
    margin-top: -24px;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a:after,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a:after,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a:after,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a:after {
    display: none;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a h2,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a h2,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a h2,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a h2 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
  .no-sidebars .main-not-front .content.content-buttons .buttons-list a p,
  .sidebar-first .main-not-front .content.content-buttons .buttons-list a p,
  .sidebar-second .main-not-front .content.content-buttons .buttons-list a p,
  .two-sidebars .main-not-front .content.content-buttons .buttons-list a p {
    display: none;
  }
  .no-sidebars .main-not-front .content .anchors,
  .sidebar-first .main-not-front .content .anchors,
  .sidebar-second .main-not-front .content .anchors,
  .two-sidebars .main-not-front .content .anchors {
    display: none;
  }
  .no-sidebars .main-not-front .content h1,
  .sidebar-first .main-not-front .content h1,
  .sidebar-second .main-not-front .content h1,
  .two-sidebars .main-not-front .content h1,
  .no-sidebars .main-not-front .content h2,
  .sidebar-first .main-not-front .content h2,
  .sidebar-second .main-not-front .content h2,
  .two-sidebars .main-not-front .content h2 {
    font-size: 1.25em;
    font-weight: normal;
  }
  .no-sidebars .main-not-front .content h3,
  .sidebar-first .main-not-front .content h3,
  .sidebar-second .main-not-front .content h3,
  .two-sidebars .main-not-front .content h3 {
    font-size: 1.25em;
    font-weight: normal;
  }
  .no-sidebars .main-not-front .content h4,
  .sidebar-first .main-not-front .content h4,
  .sidebar-second .main-not-front .content h4,
  .two-sidebars .main-not-front .content h4,
  .no-sidebars .main-not-front .content h5,
  .sidebar-first .main-not-front .content h5,
  .sidebar-second .main-not-front .content h5,
  .two-sidebars .main-not-front .content h5,
  .no-sidebars .main-not-front .content h6,
  .sidebar-first .main-not-front .content h6,
  .sidebar-second .main-not-front .content h6,
  .two-sidebars .main-not-front .content h6 {
    font-size: 1.167em;
    font-weight: normal;
  }
  .no-sidebars .main-not-front .content .column-1,
  .sidebar-first .main-not-front .content .column-1,
  .sidebar-second .main-not-front .content .column-1,
  .two-sidebars .main-not-front .content .column-1,
  .no-sidebars .main-not-front .content .column-2,
  .sidebar-first .main-not-front .content .column-2,
  .sidebar-second .main-not-front .content .column-2,
  .two-sidebars .main-not-front .content .column-2,
  .no-sidebars .main-not-front .content .column-3,
  .sidebar-first .main-not-front .content .column-3,
  .sidebar-second .main-not-front .content .column-3,
  .two-sidebars .main-not-front .content .column-3 {
    float: none;
    margin: none;
    width: auto;
  }
  .no-sidebars .main-not-front .content .column-2,
  .sidebar-first .main-not-front .content .column-2,
  .sidebar-second .main-not-front .content .column-2,
  .two-sidebars .main-not-front .content .column-2,
  .no-sidebars .main-not-front .content .column-3,
  .sidebar-first .main-not-front .content .column-3,
  .sidebar-second .main-not-front .content .column-3,
  .two-sidebars .main-not-front .content .column-3 {
    border-top: 1px solid #EBEBEB;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
  }
  .no-sidebars .main-not-front .aside-sidebar,
  .sidebar-first .main-not-front .aside-sidebar,
  .sidebar-second .main-not-front .aside-sidebar,
  .two-sidebars .main-not-front .aside-sidebar {
    background: #fff;
    border: none;
    clear: none;
    display: block;
    float: none;
    margin-top: 10px;
    margin-left: 1%;
    margin-right: 1%;
    padding: 0;
    -webkit-box-shadow: 0 2px 4px #AAA;
    -moz-box-shadow: 0 2px 4px #AAA;
    box-shadow: 0 2px 4px #AAA;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: auto;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .no-sidebars .main-not-front .aside-sidebar .block,
  .sidebar-first .main-not-front .aside-sidebar .block,
  .sidebar-second .main-not-front .aside-sidebar .block,
  .two-sidebars .main-not-front .aside-sidebar .block {
    border-left: 0;
    display: block;
    padding: 25px 20px;
    width: auto;
  }
  #metro-map {
    display: none;
  }
  #metro-map-list {
    display: block;
  }
  .one-sidebar div.messages,
  .two-sidebars div.messages {
    margin-left: 0;
  }
  .main-not-front .main-title .flux-twitter {
    display: none;
  }
  .content-classic .social {
    max-height: 100%;
  }
  .content-classic .social .button {
    margin: 0 0 5px 0;
  }
  .content-classic .articles-list .order-group article.first .order,
  .content-classic .articles-list .order-group article .order {
    left: auto;
    right: 0;
    text-align: right;
    top: 12px;
    width: 35%;
  }
  .content-classic .articles-list .order-group article .details.external,
  .content-classic .articles-list .order-group article .details {
    margin-left: 0;
    padding-top: 0;
  }
  .content-classic .articles-list .order-group article .details.external a:before {
    display: none;
  }
  .content-classic .articles-list a:after {
    display: none;
  }
  .content-classic .articles-list a .title {
    width: 60%;
  }
  .main-not-front .content.content-classic .content-une .article-une a img {
    margin-left: 0;
    max-width: 100%;
  }
  .main-not-front .content.content-classic .content-une .article-une a .title {
    bottom: auto;
    left: auto;
    max-width: 100%;
    padding: 0;
    position: relative;
  }
  .main-not-front .content.content-classic .content-une .article-une a .title:before {
    display: none;
  }
  .main-not-front .content.content-classic .content-linkedin {
    display: none;
  }
  .main-not-front .main-title .more-infos {
    display: none;
  }
  #main .content-classic table.bus-list {
    display: block;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
  }
  #main .content-classic table.bus-list:before,
  #main .content-classic table.bus-list:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #main .content-classic table.bus-list:after {
    clear: both;
  }
  #main .content-classic table.bus-list tbody,
  #main .content-classic table.bus-list tr,
  #main .content-classic table.bus-list th,
  #main .content-classic table.bus-list td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    display: block;
    width: 100%;
  }
  #main .content-classic table.bus-list tr {
    *zoom: 1;
    margin-top: 1.5em;
  }
  #main .content-classic table.bus-list tr:before,
  #main .content-classic table.bus-list tr:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #main .content-classic table.bus-list tr:after {
    clear: both;
  }
  #main .content-classic table.bus-list tr:first-child {
    margin-top: 0;
  }
  #main .content-classic table.bus-list td {
    float: left;
    padding: 0 !important;
    width: 48%;
  }
  #main .content-classic table.bus-list td:last-child {
    margin-left: 4%;
  }
  #main .content-classic table.bus-list td.empty {
    border: none;
  }
  #main .content-classic table.bus-list td a {
    border: 2px solid #BCBCBC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  #main .content-classic table.bus-list td a:hover,
  #main .content-classic table.bus-list td a:focus {
    border-color: #009EE0;
  }
  #main .content-classic table.bus-list td a span {
    border-left: none;
  }
  #metro-stations-list li .correspondance,
  #bus-stations-list li .correspondance {
    display: none;
  }
  #metro-stations-list li .correspondance-text {
    display: inline-block;
    position: static;
    vertical-align: text-bottom;
  }
  #change-date.change-date .accessibility,
  #change-date-plan.change-date .accessibility {
    margin: 1em 0;
  }
  #change-date.change-date .btn-wrap,
  #change-date-plan.change-date .btn-wrap {
    position: static;
    text-align: right;
  }
  .js #map-area {
    background: #fff;
    height: auto !important;
    margin: 0;
    min-height: 0 !important;
    padding: 2em 0 0 0;
  }
  .js #map-module .main-tabs {
    float: none;
  }
  .js #map-module .main-tabs .main-tabs-list {
    background: #3C3C3C;
    padding-bottom: 20px;
    position: static;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .js #map-module .main-tabs .main-tabs-list li {
    float: left;
    width: 33.3%;
  }
  .js #map-module .main-tabs .main-tabs-list li.tab-tariffs {
    display: none;
  }
  .js #map-module .main-tabs .main-tabs-list li:first-child {
    border-top: 1px solid #3c3c3c;
  }
  .js #map-module .main-tabs .main-tabs-list li:hover,
  .js #map-module .main-tabs .main-tabs-list li.ui-state-active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .js #map-module .main-tabs .main-tabs-list li:hover:before,
  .js #map-module .main-tabs .main-tabs-list li.ui-state-active:before,
  .js #map-module .main-tabs .main-tabs-list li:hover:after,
  .js #map-module .main-tabs .main-tabs-list li.ui-state-active:after {
    display: none;
  }
  .js #map-module .main-tabs .main-tabs-list li a {
    text-transform: none;
  }
  .js #map-module .main-tabs #map-application-closer {
    display: none;
  }
  #main-search-box {
    display: block;
    margin: 0;
    padding: 0;
    min-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #main-search-box .category > header {
    display: none;
  }
  #main-search-box .form-element {
    width: auto !important;
  }
  #main-search-box .search.not-searched input,
  #main-search-box .search.not-searched select {
    margin-right: 50px;
    width: 85%;
  }
  #main-search-box .change-date .search .datepicker {
    margin-right: 0;
    width: auto;
  }
  #main-search-box .search-itineraries .more-application-data {
    display: block;
    opacity: 1;
  }
  #main-search-box .options-block .transport-type {
    margin-bottom: 10px;
  }
  #main-search-box .options-block .transport-type .label {
    display: block;
  }
  #main-search-box .options-block .transport-type .checkbox {
    margin-bottom: 10px;
  }
  #main-search-box .actions .btn + .btn {
    margin-top: 20px;
  }
  #main-search-box #view-tariffs .tarifs-double-block .content {
    display: block;
    padding-right: 0;
    width: auto;
  }
  #main-search-box #view-tariffs .tarifs-double-block aside {
    display: block;
    *zoom: 1;
  }
  #main-search-box #view-tariffs .tarifs-double-block aside:before,
  #main-search-box #view-tariffs .tarifs-double-block aside:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #main-search-box #view-tariffs .tarifs-double-block aside:after {
    clear: both;
  }
  #main-search-box #view-tariffs .block {
    display: block;
    margin: 20px 2% 0 2%;
    width: auto;
  }
  #main-search-box footer .infos .opener,
  #main-search-box footer .infos.closed .opener {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .no-touch .map-UCMU .ucmu,
  .no-touch .map-UCMU .ucmu.closed {
    height: auto !important;
    padding: 16px 70px 14px 70px !important;
  }
  .no-touch .map-UCMU .ucmu .fanion,
  .no-touch .map-UCMU .ucmu .icon-close,
  .no-touch .map-UCMU .ucmu.closed .fanion,
  .no-touch .map-UCMU .ucmu.closed .icon-close {
    display: none !important;
  }
  .no-touch .map-UCMU .ucmu .message,
  .no-touch .map-UCMU .ucmu.closed .message {
    display: block !important;
  }
  .touch #map-area {
    display: none;
  }
  #map-OSM {
    height: 1px;
    opacity: 0;
    width: 1px;
  }
  #map-service-state {
    background: #fff;
    display: block;
    padding: 2em 0;
  }
  #map-service-state .status-services {
    display: block;
    padding-bottom: 2em;
    width: auto;
  }
  #map-service-state .status-services .tab {
    text-align: center;
    text-transform: none;
  }
  #map-service-state .status-services .tab:after {
    display: none;
  }
  #map-service-state .status-services .tab.ui-tabs-active a,
  #map-service-state .status-services .tab.ui-tabs-active a:hover,
  #map-service-state .status-services .tab.ui-tabs-active a:focus {
    background: #3C3C3C;
    border-top: 1px solid #3C3C3C;
    color: #fff;
  }
  #map-service-state .status-services .tab a {
    background: #fff;
    border: none;
    border-top: 1px solid #BCBCBC;
    color: #515151;
    font-weight: normal;
    min-height: 36px;
    padding: 10px;
  }
  #map-service-state .status-services .tab a:hover,
  #map-service-state .status-services .tab a:focus {
    background: #EBEBEB;
    color: #515151;
  }
  #map-service-state .status-services .tab .icon {
    display: none;
  }
  #map-service-state .status-services .tab-blocks {
    background: #3C3C3C;
    display: block;
    margin: 0;
    padding: 20px 10px;
  }
  #map-service-state .status-services .tab-blocks .tab-block {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  #map-service-state .status-services .tab-blocks .tab-block.status-metro {
    display: block;
  }
  #map-service-state .status-services .status-metro .line {
    float: none;
    width: auto;
  }
  #map-service-state .status-services .status-bus .blocks.blocks_day {
    width: 100%;
    float: none;
  }
  #map-service-state .status-services .status-bus .blocks.blocks_night {
    width: 100%;
    float: none;
  }
  #map-service-state .status-services .status-bus .blocks .block {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: auto;
  }
  #map-service-state .status-services .status-elevator {
    padding-left: 20px;
    *zoom: 1;
  }
  #map-service-state .status-services .status-elevator:before,
  #map-service-state .status-services .status-elevator:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #map-service-state .status-services .status-elevator:after {
    clear: both;
  }
  #map-service-state .status-services .status-elevator .icon-elevator {
    display: none;
  }
  #map-service-state .status-services .status-elevator li {
    display: block;
    float: left;
    margin-right: 4%;
    width: 46%;
  }
  #map-service-state .status-messages {
    display: block;
    width: auto;
  }
  #map-service-state .status-messages .tab,
  #map-service-state .status-messages .tab:hover,
  #map-service-state .status-messages .tab:focus {
    background: #3C3C3C !important;
    color: #fff !important;
    cursor: default !important;
  }
  #map-service-state .status-messages .tab-blocks {
    background: #3C3C3C;
    display: block;
    margin: 0;
    padding: 20px 10px;
  }
  #map-service-state .status-messages .tab-blocks .tab-block {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  #map-service-state .status-messages .more {
    padding-left: 20px;
    padding-right: 20px;
  }
  #map-service-state .status-messages .switch {
    display: none;
  }
  #map-service-state.opened .status-messages .tab-blocks,
  #map-service-state.opened .status-services .tab-blocks {
    margin-bottom: 0;
  }
  #map-service-state .status-services .more,
  #map-service-state .status-messages .more {
    clear: left;
    display: block;
    position: static;
    width: auto;
  }
  #footer .part-1,
  #footer .part-2 {
    background: #4a4a4a;
    min-height: 0;
  }
  #footer .services {
    margin-right: 0;
  }
  #footer .services h2 {
    color: #BCBCBC;
    display: block;
    font-family: 'stm_montreal', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    margin: 0 2%;
    padding: 1em 20px 0 20px;
    text-transform: uppercase;
  }
  #footer .services ul {
    margin: 0;
    text-align: left;
    padding: 1em 20px 0 20px;
    text-transform: none;
  }
  #footer .services ul li {
    float: none;
    font-size: 1.2em;
    padding: 0;
    width: auto;
  }
  #footer .services ul li a {
    background: none;
    border-top: 1px solid #515151;
    display: block;
    margin: 0 2%;
    min-height: 0;
    padding: 1em 0;
    white-space: none;
  }
  #footer .social {
    display: none;
  }
  #footer .more-infos {
    float: none;
    padding-bottom: 3em;
    position: relative;
  }
  #footer .more-infos .legals {
    bottom: 0;
    color: #BCBCBC;
    left: 2%;
    position: absolute;
    top: auto;
  }
  #footer .more-infos .links {
    display: block;
    margin: 0 20px;
    padding: 0 2%;
  }
  #footer .more-infos .links ul {
    border-top: 1px solid #515151;
    padding: 1em 0;
  }
  #footer .more-infos .links li {
    display: inline-block;
    float: none;
    font-size: 1em;
    padding: 0;
    width: auto;
  }
  #footer .more-infos .links li a {
    background: none;
    color: #BCBCBC;
    display: inline-block;
    float: none;
    line-height: 2em;
    margin: 0 10px 0 0;
    min-height: 0;
    padding: 0;
    white-space: none;
  }
  #footer .infolettre {
    display: none;
  }
  #menu-overlay {
    display: none !important;
    height: 0 !important;
    opacity: 0 !important;
  }
  #nav-level-2,
  #nav-level-3 {
    display: none;
  }
  #stm-contact-contact .item {
    margin: 1em 0;
    width: 100%;
  }
  #stm-contact-contact fieldset {
    margin: 2em 0;
  }
  #stm-contact-contact select {
    width: 100%;
  }
  #stm-contact-contact .more-detail {
    display: none;
  }
  #stm-contact-contact .captcha {
    width: auto;
  }
  #stm-contact-contact .captcha .form-item-captcha-response .description {
    margin: 1em 0;
    width: auto;
  }
  #stm-contact-contact .group-item {
    margin: 0;
  }
  #stm-contact-contact .group-item .item {
    float: none;
    margin: 1em 0;
  }
  #stm-contact-contact .group-item .item:last-child {
    margin-left: 0;
  }
  #stm-contact-contact .phone .number-phone,
  #stm-contact-contact .phone .extension-phone {
    float: none;
    margin: 1em 0;
  }
  /* #stm-contact-contact */
  #change-date.change-date .search,
  #change-date-plan.change-date .search {
    display: block;
  }
  #change-date.change-date .search .datepicker,
  #change-date-plan.change-date .search .datepicker {
    width: 100%;
  }
  .main-not-front .content.content-classic .content-emplois .all-category {
    clear: both;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .main-not-front .content.content-classic .content-emplois .list-subcategories {
    display: none;
  }
  .main-not-front .list-cat-emplois .cat-emplois {
    float: none !important;
    position: static !important;
    width: auto !important;
  }
  .main-not-front .category-hub .list-jobs-headline .views-row {
    clear: both;
    float: none;
    margin: 0 auto 25px;
    text-align: center;
    width: 100%;
  }
  .main-not-front .category-hub .list-jobs-headline .views-row-last {
    margin-bottom: 0;
  }
  .main-not-front .category-hub .list-jobs-headline img {
    display: block;
    margin: 0 auto;
  }
  .mystm .list-favorite-bus .alert-congestion--list .icon-congestion {
    margin-left: 14px;
    padding-right: 11px;
  }
  .main-not-front .single-emploi .category-img {
    display: none;
  }
  .main-not-front .content.content-services .content-block div#status-bus-to-check-display-zone .item {
    padding: 30px 25px 20px 70px;
  }
  #status-bus-page-list .status-services .status-bus .blocks span.title {
    margin-left: 3px;
  }
}
