#routemap {
	height: 265px;
}
#schedule-tabContent{
	
}
.ex2{
	border: 1px solid #eee;
	height: 265px;
	border-radius: 4px;
}
.ex2 h1{
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
.ex2 h2{
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	margin-bottom: 10px;
}
.ex3{
	padding: 15px 20px;
}
.ex4{
	font-size: 10px;
	color: #b7b7b7;
	margin-bottom: 20px;
}
.ex5{
	font-size: 16px;
	margin-bottom: 10px;
}
.ex6{
	font-size: 13px;
	padding-left: 22px;
}
.ex7{
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ex7 a{
	text-align: left;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	margin: 0;
	background: transparent;
	position: relative;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 16px;
	font-family: 'Exo 2', sans-serif;
	color: #212121;
	line-height: 1.2;
	transition: color 0.2s ease-in-out;
	padding: 0 0 0 45px;
	text-decoration: none;
}
.ex7 .arrow-link__icon{
	text-align: left;
	font-family: 'Exo 2', sans-serif;
	color: #212121;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;	
}
.ex8{
	
}
.ex9{
	height: 140px;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
#commentform .alert{margin-top:10px;
	display:none;
}
#commentform .active{
	box-shadow: 0 0 10px #000;
}

/**/
.grid__col, .grid__col-2, .grid__col-3, .grid__col-4, .grid__col-half, .grid__col-one, .grid__col-four, .grid__col-third {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.grid__col > .wrapper, .grid__col-2 > .wrapper, .grid__col-3 > .wrapper, .grid__col-4 > .wrapper, .grid__col-half > .wrapper, .grid__col-one > .wrapper, .grid__col-four > .wrapper, .grid__col-third > .wrapper {
  height: 100%;
  margin-bottom: 0;
}

.grid .search-path {
  margin-bottom: 0;
  /*height: 100%;*/
}

@media (min-width: 768px) {
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grid__col, .grid__col-2, .grid__col-3, .grid__col-4, .grid__col-half, .grid__col-one, .grid__col-four, .grid__col-third {
    margin-bottom: 24px;
    width: 100%;
  }
  .grid__col-md-half {
    width: calc(50% - 12px);
  }
  .grid__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grid__wrap .wrapper {
    width: calc(50% - 12px);
    margin-bottom: 0;
  }
  .grid__wrap .wrapper:last-child {
    margin-bottom: 0;
  }
  .grid__wrap_three .wrapper {
    margin-bottom: 24px;
  }
  .grid__wrap_three .wrapper:last-child {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .grid__col-lg-half {
    width: calc(50% - 12px);
  }
}

@media (min-width: 1366px) {
  .grid__col {
    width: calc((100% - 4 * 24px) / 5);
    margin-bottom: 24px;
  }
  .grid__col-2 {
    width: calc(2 * (100% - 4 * 24px) / 5 + 24px);
    margin-bottom: 24px;
  }
  .grid__col-3 {
    width: calc(3 * (100% - 4 * 24px) / 5 + 2 * 24px);
  }
  .grid__col-4 {
    width: calc(4 * (100% - 4 * 24px) / 5 + 3 * 24px);
  }
  .grid__col-half {
    width: calc(50% - 12px);
  }
  .grid__col-one {
    width: 293px;
  }
  .grid__col-four {
    width: calc(100% - 293px - 24px);
  }
  .grid__col-third {
    width: calc(100% / 3 - 48px / 3);
  }
  .grid__wrap {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .grid__wrap .wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
  .grid__wrap .wrapper:last-child {
    margin-bottom: 0;
  }
}

.card {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-radius: 5px;
  background-color: #b0b0b0;
  -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 1, 0.05);
          box-shadow: 0 8px 14px 0 rgba(0, 0, 1, 0.05);
  font-size: 14px;
  font-family: 'Exo 2', sans-serif;
  color: white;
  line-height: 1.2;
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}

.card_green {
  background-color: #4bb04b;
}

.card_green .card__icon svg,
.card_green .card__arrow svg {
  fill: #359435;
}

.card_blue {
  background-color: #5aa6d1;
}

.card_blue .card__icon svg,
.card_blue .card__arrow svg {
  fill: #1681be;
}

.card_orange {
  background-color: #f7a22e;
}

.card_orange .card__icon svg,
.card_orange .card__arrow svg {
  fill: #d68415;
}

.card_pink {
  background-color: #e24794;
}

.card_pink .card__icon svg,
.card_pink .card__arrow svg {
  fill: #ca2778;
}

.card_red {
  background-color: #fe4535;
}

.card_red .card__icon svg,
.card_red .card__arrow svg {
  fill: #cd2719;
}

.card dl dt {
  display: block;
  padding: 0 15px 0 10px;
  font-size: 15px;
  font-family: 'Exo 2', sans-serif;
}

.card dl dd {
  display: none;
}

.card__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.card__arrow svg {
  width: 15px;
  height: 27px;
}

.card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 38px;
  width: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card__icon svg {
  width: 35px;
  height: 35px;
  fill: #fff;
}

.card__label {
  display: none;
}

@media (min-width: 768px) {
  .card {
    display: block;
    height: 280px;
    padding: 70px 20px 20px;
  }
  .card dl dt {
    padding: 0;
    margin-bottom: 15px;
  }
  .card dl dd {
    display: block;
  }
  .card__icon {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 61px;
    margin-bottom: 20px;
  }
  .card__icon svg {
    max-height: 61px;
    width: auto;
    height: auto;
  }
  .card__arrow {
    display: none;
  }
  .card__label {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    color: #fecc35;
    line-height: 1.2;
  }
  .card__label svg {
    width: 25px;
    height: 25px;
    fill: #fecc35;
  }
  .card__preview {
    overflow: hidden;
    height: 48px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .card__description {
    overflow: hidden;
    max-height: 140px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  a.card:hover {
    padding-top: 40px;
	color: white;
	text-decoration: none;
  }
  a.card:hover .card__icon {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  a.card:hover .card__preview {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  a.card:hover .card__description {
    opacity: 1;
    visibility: visible;
  }
}

/**/

/**/
.city-search {
	position: relative; min-width: 320px; height: 403px; background: url(/city-search-bg.jpg) center center no-repeat; -webkit-background-size: cover; background-size: cover; box-shadow: 0 2px 3px rgba(0,0,0,.1); z-index: 100;
	color: #fff;
}
/*
.city-search:before {
	display: block; content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,.65); box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
*/
.city-search .title {
	padding-top: 110px; font-size: 36px; text-align: center; color: #fff; font-weight: 500;
}
.city-search .text {
	margin-top: 18px; font-size: 21px; text-align: center; color: #fff; line-height: 30px; font-weight: 300;
}
.city-search .text span {
	font-weight: 600;
}
.city-search .form {
	position: relative; max-width: 741px; margin: 25px auto 0; height: 43px;
}
.city-search .form input[type=text] {
	width: 74%; height: 43px; padding: 0 17px; float: left; border-radius: 5px; background: #f3f4f4; border: 1px solid #e1e2e3; float: left; font-weight: 300; font-size: 13px; color: #696969;
	width: 96%;
}
.city-search .form button {
	width: 22%; height: 43px; background: #ff0e52; border-radius: 5px; float: right; font-size: 13px; color: #fff;
}
.city-list {
	background: #fff; box-shadow: 0 0 3px rgba(0,0,0,.1); padding: 50px 30px 45px;
}
.city-list .subtitle {
	font-size: 28px; font-weight: 400; text-align: center; line-height: 1;
}
.city-list .block {
	position: relative; padding-top: 25px;
}
.city-list .block:after {
	content: ''; display: block; clear: both; visibility: hidden; height: 0;
}
.city-list .box {
	width: 12%; float: left; margin-right: 2.666%;
}
.city-list .box:last-child {
	margin-right: 0;
}
.city-list .item {
	margin-top: 25px;
/**/
    float: left;
    width: 12%;
    margin-right: 2%;
}
.city-list .item .letter {
	font-size: 16px; color: #ff0e52; font-weight: 600;
}
.city-list .item ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 15px; font-size: 13px; font-weight: 300; line-height: 18px;
}
.city-list .item li {
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.city-list .item li a {
	color: #282828; text-decoration: none;
}
.city-list .item li a:hover {
	text-decoration: underline;
}
@media screen and (max-width:1000px){


    .city-search .title {font-size: 30px}
    .city-search .text {font-size: 18px; line-height: 26px}

    .city-list .box {width: auto; float: none; margin-right: 0}
    .city-list .item {position: relative; padding-left: 30px; margin-top: 15px;
    width: auto;   margin-right: 0;
}
    .city-list .item .letter {position: absolute; left: 0; top: 3px}
    .city-list .item ul {display: flex; flex-wrap: wrap; margin-top: 0}
    .city-list .item li {margin: 5px 15px 0 0}
    .city-list .item li:last-child {margin-right: 0}

}
@media screen and (max-width:700px){
    .city-search {height: auto; padding-bottom: 75px}
    .city-search .title {padding-top: 70px}

    .city-list {padding: 20px 10px 25px; margin-top: 19px}
    .city-list .subtitle {font-size: 18px}
    .city-list .block {padding-top: 0px}

}
/**/
.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h4
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
/*  text-align:right*/
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
@media (min-width: 992px) {
	.navbar-nav {
		display: block;
		width: 100%;
	}
	.nav-item{
		float: left;
	}
	.nav-link {
		white-space: nowrap; 
	}
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,1);
}