/* Color scheme */

@font-face {
	font-display: swap;
}

body {
	background-color: #FFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8;
	color: #000;
}

/*-------- 3.1 Preloader --------*/
.naviResult .loader{
	position:relative;
	width: 100%;
	height: 100%;
}
.naviResult .loader .title{
	position: absolute;
	width: 50%;
	height: 50px;
	top: 57%;
	left: 25%;
	text-align: center;
	color: #F5D34A;
	font-size: 14px;
}
[data-loader="circle-side"]{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite .95s linear;
	-moz-animation: circle infinite .95s linear;
	-o-animation: circle infinite .95s linear;
	animation: circle infinite .95s linear;
	border: 2px solid #F5D34A;
	border-top-color: rgba(0, 0, 0, .2);
	border-right-color: rgba(0, 0, 0, .2);
	border-bottom-color: rgba(0, 0, 0, .2);
	border-radius: 100%;
}
/*-------- 1.2 Buttons --------*/
	a.button_intro_2,
	.button_intro_2 {
		background: #F5D34A;
	}
	a.button_intro_2:hover,
	.button_intro_2:hover {
		color: #F5D34A !important;
	}
	a.btn_full,
	.btn_full {
		background: #F5D34A;
	}
	a.btn_full:hover,
	.btn_full:hover {
		background: #333;
	}
	a.btn_1,
	.btn_1 {
		background: #F5D34A;
	}
	a.btn_1:hover,
	.btn_1:hover {
		background: #333;
	}
	a.btn_1_outline,
	.btn_1_outline {
		color: #F5D34A;
		border: 2px solid #F5D34A;
	}
	a.btn_1_outline:hover,
	.btn_1_outline:hover {
		background: #333;
		border: 2px solid #333;
		color: #fff;
	}
	/*General links color*/
	a {
		color: #0d6efd;
		text-decoration: none;
	}
	a:hover,
	a:focus {
		color: #F5D34A;
	}

.post-content img{
	width: 100% !important;
}

.table>:not(caption)>*>*{
	border-bottom: 0px;
}

/*============================================================================================*/
/* MENU */
/*============================================================================================*/

	ul#tools_top li a.search-overlay-menu-btn:hover {
		color: #F5D34A;
	}
	/*First level styles */			
	.main-menu > ul > li:hover > a {background-color:#F5D34A;text-decoration: none;}

@media only screen and (min-width: 992px) {
	
	/* Submenu style*/
	.main-menu ul ul li:hover > a {background-color:#f9f9f9;color:#333;}
	/* Megamenu */
	.main-menu ul li.megamenu .menu-wrapper {border-top: 2px solid #F5D34A;}
}

@media only screen and (max-width: 991px) {
	.main-menu ul li a:hover,
	a.show-submenu:hover,
	a.show-submenu:focus,
	a.show-submenu-mega:hover,
	a.show-submenu-mega:focus{color:#F5D34A !important;background-color:#f9f9f9;}	
}
/*============================================================================================*/
/* end MENU */
/*============================================================================================*/

	h2 span,
	h3 span,
	h4 span,
	h5 span,
	h6 span {
		color:#F1861A;
	}
	#top_line {
		background: #F5D34A url(../img/pattern_3.png) repeat;
	}
	
	#tickets.table tr.total_row {
		color: #F5D34A;
	}
	
	#tickets.table td input#total {
		color: #F5D34A;
	}
	
	.indent_title_in i {
		color: #F5D34A;
	}

	.bloglist{
		margin-top: 15px;
	}
	
	.bloglist ul li a:hover,
	.bloglist h4 a:hover {
		color: #F5D34A;
	}
	.owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		background: #F5D34A;
	}
	.pagination > li > a:hover,
	.pagination > li > span:hover {
		background-color: #F5D34A !important;
		border-color: #F5D34A !important;
		color: #ffffff !important;
	}
	.list_tours ul li a .price_list {
	color: #ff3366;
	}
	.list_tours ul li a .price_list:hover {
		color: #ff3366;
	}
	.short_info strong {
		background-color: #ff3366;
	}
	.price_grid {
		background-color: #F5D34A;
	}
	.banner {
		background: #F5D34A url(../img/pattern_3.png) repeat;
	}
	.panel-title a .indicator {
		color: #F5D34A;
	}
	.box_style_2 h3{
		background-color:#F5D34A;
	}
	.box_style_2 h3 span{
	color: #FF9;
}


/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
	width: 100%;
	height:200px;
}
section.mdSection{
	padding: 30px 0px;
}
section.news .singleItem{
	display: block;
	margin-bottom: 0px;
	border-bottom: 0.5px solid #666;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
}
section.news .singleItem:hover{
	background: url(/fe/img/bus_pink_dark.svg) no-repeat right center;
	background-size: 100px;
	border-bottom: 0.5px solid #F1861A;
}
section.news .singleItem .time{
	color: #333;
	font-size: 14px;
	min-height: 25px;
}
section.news .singleItem .title{
	color: #333;
	font-size: 16px;
}
section.news .singleItem .tags{
	text-align: right;
}
section.news .singleItem .tags span{
	display: inline-block;
	padding: 0px 5px;
	background-color: #63B72F;
	color: #FFF;
	border-radius: 3px;
	font-size: 15px;
	line-height: 24px;
}

section.hotRoute .singleItem{
	border: 0.5px solid #666;
	background-color: #FFF;
	margin-bottom: 10px;
	cursor: pointer;
}

section.hotRoute .singleItem .num{
	display: inline-block;
	padding: 10px 3px 10px 48px;
	background: url(/fe/img/bus.svg) no-repeat 5px center;
	background-size: 40px 40px;
	background-color: #F5D34A;
	font-size: 16px;
	font-weight: 600;
	width: 100px;
	line-height: 18px;
	text-align: center;
}

section.hotRoute .singleItem .route{
	width: 220px;
	display: inline-block;
	color: #333;
	font-weight: 500;
	padding-left: 10px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.busBlock.spots{
	width: 100%;
	height: auto;
	min-height: 1600px;
	display: none;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 10;
    background-color: rgba(228,228,228,1);
    padding: 30px 30px;
    border: 0px;
    border-radius: 10px;
}

.busBlock.spots .removeBtn{
	position: absolute;
	right: 20px;
	top: 5px;
	width: 20px;
	height: 20px;
	font-size: 22px;
	cursor: pointer;
}

.busBlock .singleItem{
	margin: 5px 0px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: url(/fe/img/bus_pink.svg) no-repeat right bottom;
	/* background-size: 55%; */
	background-color: #FFF;
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 5px #cccccc;
    -moz-box-shadow: 1px 1px 5px #cccccc;
    box-shadow: 1px 1px 5px #cccccc;

}
.busBlock .singleItem:hover{
	background-color: #F1861A;
	color: #FFF;
}
.busBlock .singleItem:hover .title{
	background: url(/fe/img/bus_pink_icon.svg) no-repeat left top;
	background-size: 40px auto;
}

.busBlock .title{
	padding-left: 50px;
	background: url(/fe/img/bus.svg) no-repeat left top;
	background-size: 40px auto;
	margin-bottom: 10px;
}

.busBlock .title .num{
	line-height: 24px;
	font-size: 20px;
	font-weight: bolder;
}

.busBlock .title .route{
	font-size: 16px;
	line-height: 18px;
	min-height: 36px;
	color:#666;
	word-break: break-word;
}

.busBlock .meta .item{
	display: inline-block;
	margin-right: 5px;
	padding: 2px 5px;
	background-color: #F5D34A;
	border-radius: 3px;
	color: #000;
	font-size: 14px;
	cursor: pointer;
}
.busBlock .meta .item:hover{
	opacity: 0.9;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px;
    
}

.modal-header .modal-title{
	color: #F1861A;
}

.modal{
	z-index: 9999;
}

.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 0px;
}

.modal-footer .btn-default{
	border: 1px solid  #F1861A;
	color: #F1861A;
}

.modal-footer .btn.btn-default:hover{
	border: 1px solid  #F1861A;
	color: #FFF;
	background-color: #F1861A;
}

.modal button.close{
	font-size: 26px;
	color: #F1861A;
	border: 0px;
	background-color: transparent;
}

.sideSpots .singleItem{
	margin-bottom: 10px;
}

.sideSpots .singleItem h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	position: relative;
	top: 5px;
}
.sideSpots .singleItem small{
	font-size: 14px;
	color: #666;
}

.sideSpots .img-wrapper{
	height: 60px;
	overflow: hidden;
}

.sideTickets .img_container{
	height: 190px;
}

.pageTitle{
    width: 100%;
    padding: 10px;
    background-color: #F5D34A;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 10px;
}

.pageContent table td{
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.pageContent table th{
	padding: 5px 10px;
	background-color: #CCC;
}

.post-content table td{
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.post-content table th{
	padding: 5px 10px;
	background-color: #CCC;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #F5D34A;
	border: 1px solid #F5D34A;
}

.nav-tabs{
	border: 0px;
}

.nav-tabs>li.active>a.nav-link, .nav-tabs>li.active>a.nav-link:focus, .nav-tabs>li.active>a.nav-link:hover{
	border: 1px solid #2D81C2;
	background-color: #2D81C2;
	color: #FFF;
	border-radius: 5px;
}
.nav-tabs>li{
	width: 32%;
	margin-right: 2%;
	text-align: center;
}
.nav-tabs>li:last-child{
	margin-right: 0;
}
.nav-tabs>li>a.nav-link{
	border: 1px solid #333;
	color: #333;
	border-radius: 5px;
	font-size: 16px;
}

.widget-title{
	background-color: #F1861A;
	border-radius: 5px;
	padding: 10px 10px;
	border-color: #F1861A;
	
}

.widget-title h4{
	color: #FFF;
	font-size: 18px;
}

.singlepost_title h1
.singlepost_title h4,{
	color:  #63B72F;
	font-size: 22px !important;
}

footer p{
	font-size: 14px;
}

footer .privacy{
	margin-top: 10px;
}

.tab-pane{
	padding-top: 10px;
}

.ui-menu .ui-menu-item-wrapper{
	font-size: 14px;
	font-weight: 500;
}

.backLink{
	color: #333;
}
.main-menu > ul > li > a{
	font-size: 18px;
	text-decoration: none;
}
.main-menu ul ul li a{
	font-size: 16px;
	border: 0px;
}
.mdSection .img_container{
	height: 233px;
}
.tags a.active{
    background-color: #333;
    color: #FFF;
}
.nav-tabs>li>a:hover{
	background-color: #2D81C2;
	color: #FFF;
}
.nbIcon{
	position: relative;
	top: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.nbIcon.spots{
	background: url(/fe/img/beach_dark.svg) no-repeat center center;
	background-size: 20px 20px;
}

.nbIcon.transport{
	background: url(/fe/img/transportation_dark.svg) no-repeat center center;
	background-size: 20px 20px;
}

.nbIcon.navi{
	background: url(/fe/img/navi_dark.svg) no-repeat center center;
	background-size: 20px 20px;
}
#sidebar {
	margin-top: 30px;
}
#sidebar .tags a:hover{
	background-color: #F5D34A;
	color: #000;
}
a.btn_1, .btn_1{
	padding: 0px 30px;
	border: 1px solid #F1861A;
	color: #F1861A;
	background-color: #FFF;
}
.bloglist hr{
	margin: 10px 0px 10px 0px;
}
a.btn_1:hover, .btn_1:hover{
	background-color: #F1861A;
	color: #FFF;
}
.bloglist .list-inline{
	margin: 0px;
}
.bloglist h4{
	font-size: 18px;
}
.bloglist p{
	margin-bottom: 10px;
}
.pagination-wrapper{
	border: 0px;
}
.pagination{
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.pagination li{
	display: inline-block;
}
.noData{
	color: #F1861A;
    text-align: center;
    border: 0px solid #F1861A;
    border-radius: 10px;
    background: url(/fe/img/robot.png) no-repeat center 50px;
    background-size: auto 150px;
    padding: 220px 0px 50px 0px;
}
.menuBlock{
	
}
.mobile-lang {
	position: absolute;
	right: 70px;
	top: 13px;
	z-index: 10;
}
.mobile-lang a{
	color: #333;
}
.mobile-lang .submenu{
	display: none;
	position: absolute;
	right: 0px;
	top: 30px;
	background-color: #FFF;
	-webkit-box-shadow: 1px 1px 5px #cccccc;
    -moz-box-shadow: 1px 1px 5px #cccccc;
    box-shadow: 1px 1px 5px #cccccc;
}
.mobile-lang ul{
	padding: 0px;
}
.mobile-lang li{
	list-style: none;
}
.mobile-lang .submenu a {padding: 5px 20px;width: 100px; text-align: right;font-size: 13px;color: #333;display: block;}
.mobile-lang .submenu.active{
	display: block;
}
.maskLang{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left:0;
	top:0;
	z-index: 1;
}

/*routes.blade.php*/
.spotsBlock {
    margin-top: 20px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.spotsBlock .singleItem{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    background: url(/fe/img/direction.svg) right center no-repeat;
    background-size: 100px;
    -webkit-box-shadow: 1px 1px 5px #cccccc;
    -moz-box-shadow: 1px 1px 5px #cccccc;
    box-shadow: 1px 1px 5px #cccccc;

}

.spotsBlock .singleItem .route{
    color: #666;
}

.spotsBlock .singleItem .route .num{
    font-weight: 600
}
.spotsBlock .singleItem:hover{
    opacity: 0.8;
    background-size: 50px;
    background-color: #F1861A;
    color: #FFF;
}
.spotsBlock .singleItem .title{
    font-size: 16px;
    font-weight: bold;
}
.spotsBlock .singleItem .township{
    font-size: 18px;
    color:#666;
}
.busArrow{
    text-align: center;
}
.busArrow i{
    font-size: 40px;
}
.busEmpty{
    text-align: center;
    font-size: 16px;
    display: none;
}
#routes .result{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}
.naviBox{
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
}
.naviBox .form-control{
    display: inline-block;
    width: 90%;
    margin-left: 1%;
}
.naviBox input.form-control[name=departTime]{
    width: 60%;
}

.naviResult{
    width: 70%;
    margin: 0 auto;
    min-height: 500px;
    margin-top: 10px;
}
.naviResult .noData{
    width: 80%;
    margin: 30px auto;
    color: #F1861A;
    padding: 10px;
    min-height: 200px;
}
.naviResult .recommand{
    display: none;
    font-size: 16px;
    font-weight: bold;
}
.naviResult .singleItem{
    position: relative;
    margin-top: 15px;
    background-color: #EEE;
    border-radius: 10px;
    padding: 13px 95px 10px 50px;
    cursor: pointer;
}
.naviResult .singleItem.active{
    background-color: #EEE;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}
.naviResult .singleItem .title{
    position: absolute;
    left: -2px;
    top: 10px;
    color: #FFF;
    background-color: #F1861A;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.naviResult .singleItem .time{
    position: absolute;
    right: 5px;
    top: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    background-color: #2D81C2;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 10px;
}
.naviResult .singleItem .routeInfo ul li{
    display: inline-block;
}
.naviResult .singleItem .routeInfo ul li:after{
    content: '>';
    margin-left: 10px;
}
.naviResult .singleItem .routeInfo ul li:last-child:after{
    content: '';
    margin-left: 0px;
}
.naviResult .singleItem .routeInfo li.walk{
    display: inline-block;
    width: 100px;
    line-height: 25px;
    padding-left: 28px;
    background: url(/fe/img/walk.svg) no-repeat left center;
    background-size: 25px 25px;
}
.naviResult .singleItem .routeInfo li.walk span{
    display: inline-block;
    font-size: 12px;
}
.naviResult .singleItem .routeInfo li.bus{
    display: inline-block;
    width: auto;
    line-height: 25px;
    padding-left: 35px;
    background: url(/fe/img/bus.svg) no-repeat left center;
    background-size: 25px 25px;
}
.naviResult .singleItem .routeInfo li.bus span{
    display: inline-block;
    padding: 0px 10px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
}
.naviResult .singleItem .routeInfo li.bus.LRT,.naviResult .singleItem .routeInfo li.bus.TRA{
    display: inline-block;
    width: auto;
    line-height: 25px;
    padding-left: 35px;
    background: url(/fe/img/train.svg) no-repeat left center;
    background-size: 25px 25px;
}
.naviResult .singleItem .routeInfo li.bus.MRT,.naviResult .singleItem .routeInfo li.bus.HSR{
    display: inline-block;
    width: auto;
    line-height: 25px;
    padding-left: 35px;
    background: url(/fe/img/hsr.svg) no-repeat left center;
    background-size: 25px 25px;
}
.naviResult .singleItem .routeInfo li.other{
    display: inline-block;
    width: auto;
    line-height: 25px;
    padding-left: 35px;
    /*background: url(/fe/img/bus.svg) no-repeat left center;*/
    background-size: 25px 25px;
}
.naviResult .singleItem .routeInfo li.other.BIKE{
    display: inline-block;
    width: auto;
    line-height: 25px;
    padding-left: 35px;
    background: url(/fe/img/bike.svg) no-repeat left center;
    background-size: 25px 25px;
}
.naviResult .singleItem .routeInfo li.other.CAR{
    display: inline-block;
    width: auto;
    line-height: 25px;
    padding-left: 35px;
    background: url(/fe/img/car.svg) no-repeat left center;
    background-size: 25px 25px;
}
.naviResult .singleItem .routeInfo li.other span{
    display: inline-block;
    padding: 0px 10px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
}
.naviResult .itemDetail{
    padding: 30px;
    display: none;
    border: 1px solid #EEE;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.naviResult .itemDetail.active{
    display: block;
}
.naviResult .itemDetail ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.naviResult .itemDetail li{
    padding-left: 40px;
    font-size: 16px;
    font-weight: bold;
}
.naviResult .itemDetail li.walk{
    position: relative;
    background: url(/fe/img/dots_line.png) left center repeat-y;
    background-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    
}
.naviResult .itemDetail li.walk:after{
    content: '' !important;
    background: url(/fe/img/walk.svg) left center no-repeat;
    position: absolute;
    left: -20px;
    top: 30%;
    width: 20px;
    height: 20px;
}
.naviResult .itemDetail li.other{
    position: relative;
    background: url(/fe/img/dots_line.png) left center repeat-y;
    background-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    
}
.naviResult .itemDetail li.other:after{
    content: '' !important;
    /*background: url(/fe/img/walk.svg) left center no-repeat;*/
    position: absolute;
    left: -20px;
    top: 30%;
    width: 20px;
    height: 20px;
}
.naviResult .itemDetail li.other.BIKE:after{
    content: '' !important;
    background: url(/fe/img/bike.svg) left center no-repeat;
    position: absolute;
    left: -20px;
    top: 30%;
    width: 20px;
    height: 20px;
}
.naviResult .itemDetail li.other.CAR:after{
    content: '' !important;
    background: url(/fe/img/car_small.svg) left center no-repeat;
    position: absolute;
    left: -20px;
    top: 30%;
    width: 20px;
    height: 20px;
}
.naviResult .itemDetail li.wait{
    position: relative;
    background: url(/fe/img/dots_line.png) left center repeat-y;
    background-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    
}
.naviResult .itemDetail li.wait:after{
    content: '';
    position: absolute;
    left: -20px;
    top: 30%;
    width: 20px;
    height: 20px;
}

.naviResult .itemDetail li.bus{
    position: relative;
    background: url(/fe/img/dots_line.png) left center repeat-y;
    background-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    
}
.naviResult .itemDetail li.bus:after{
    content: '';
    background: url(/fe/img/bus.svg) left center no-repeat;
    position: absolute;
    left: -20px;
    top: 40%;
    width: 20px;
    height: 20px;
}
.naviResult .itemDetail li.bus.TRA:after,.naviResult .itemDetail li.bus.LRT:after{
    content: '';
    background: url(/fe/img/train.svg) left center no-repeat;
    position: absolute;
    left: -20px;
    top: 40%;
    width: 20px;
    height: 20px;
}
.naviResult .itemDetail li.bus.MRT:after,.naviResult .itemDetail li.bus.HSR:after{
    content: '';
    background: url(/fe/img/hsr.svg) left center no-repeat;
    position: absolute;
    left: -20px;
    top: 40%;
    width: 20px;
    height: 20px;
}
.naviResult .itemDetail li.bus.FERRY:after{
    content: '';
    background: url(/fe/img/ferry.svg) left center no-repeat;
    position: absolute;
    left: -20px;
    top: 40%;
    width: 20px;
    height: 20px;
}
.naviResult .itemDetail li.bus.GONDOLA:after{
    content: '';
    background: url(/fe/img/gondola.svg) left center no-repeat;
    position: absolute;
    left: -20px;
    top: 40%;
    width: 20px;
    height: 20px;
}
.naviResult .itemDetail li.bus span.busNum{
    display: inline-block;
    padding: 0px 10px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
    margin-right: 10px;
}
.naviResult .itemDetail li.bus span.duration{
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}

.naviResult .itemDetail li.stop{
    display: block;
    background: url(/fe/img/dots_middle.png) left center no-repeat;
    background-size: 30px;
}
.naviResult .itemDetail li.start{
    background: url(/fe/img/dots_top.png) left bottom no-repeat;
    background-size: 30px;
}
.naviResult .itemDetail li.start span{
    font-size: 13px;
    color: #666;
}
.naviResult .itemDetail li.end{
    background: url(/fe/img/dots_bottom.png) left top no-repeat;
    background-size: 30px;
}

.tagsBox{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}
.tagsBox ul{
    margin: 0px;
    padding: 0px;
}
.tagsBox ul li{
    display: inline-block;
    padding: 3px 10px;
    color: #FFF;
    border: 1px solid #F1861A;
    text-align: center;
    font-size: 16px;
    background-color: #F1861A;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.tagsBox ul li:hover{
    opacity: 0.6;
}

.spotsTagsBox{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.spotsTagsBox ul{
    margin: 0px;
    padding: 0px;
}
.spotsTagsBox ul li{
    display: inline-block;
    padding: 3px 10px;
    color: #FFF;
    border: 1px solid #F1861A;
    text-align: center;
    font-size: 16px;
    background-color: #F1861A;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.spotsTagsBox ul li:hover{
    opacity: 0.6;
}

.ui-autocomplete.ui-front{
    height: 300px;
    overflow-y: auto;
}
.routeNav{
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.routeNav li.active .nbIcon .iconLayer{
    fill: "#FFF";
}

.routeNav li .nbIcon .iconLayer{
    fill: "#333";
}

.routeNav li:hover .nbIcon.spots,.routeNav li.active .nbIcon.spots{
    background: url(/fe/img/beach.svg) no-repeat center center;
    background-size: 20px 20px;
}

.routeNav li:hover .nbIcon.transport,.routeNav li.active .nbIcon.transport{
    background: url(/fe/img/transportation.svg) no-repeat center center;
    background-size: 20px 20px;
}

.routeNav li:hover .nbIcon.navi,.routeNav li.active .nbIcon.navi{
    background: url(/fe/img/navi.svg) no-repeat center center;
    background-size: 20px 20px;
}

.tab-content .searchBox{
    width: 60%;
    margin: 10px auto;
}

.tab-content .searchBox .form-control{
    border-radius: 5px;
    border: 1px solid #ccc;
   /* color: #F1861A; */
}

.tab-content .searchBox .form-control{
	width: 100%;
}
    
.townSelector{
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.townSelector .form-control{
    border-radius: 5px;
    border: 0px solid #ccc;
    color:#666;
}
.spotsNav{
    /* background-color: #2D81C2; */
    padding: 10px 10px;
    border-radius: 5px;
    width: 100%;
    margin: 0px !important;
}

.spotsSearchBlock{
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #F1861A;
    background: url(/fe/img/search.svg) 97% center no-repeat;    
    background-size: 30px 30px;
    background-color: #FFF;
}

.spotsSearchBlock .form-control{
    border: 0px;
    border-radius: 5px;
    background-color: transparent;
}

.naviBox{
    width: 85%;
    margin: 0 auto;
}
.naviBox .row>div{
    padding: 0px;
}

.naviBox input.form-control.place{
    display: inline-block;
    width: 60%;
}

.naviBox select.form-control{
    display: inline-block;
    width: 30%;
}

.modal{
    top: 25%;
}

.searchBtn{
    background: url(/fe/img/search_map.svg) right bottom no-repeat;
    background-size: 60%;
    padding: 10px 10px;
    background-color: #F1861A;
    color: #FFF;
    border: 0px;
    border-radius: 10px;
    width: 100%;
    height: 80px;
}
.searchBtn:hover{
    opacity: 0.8;
}

input[name='transit[]'],input[name=gc]{
    margin-left: 15px;
}
.naviBox input.form-control[name=departTime]{
    width: 65%;
    background-color: #FFF;
}

.departTimeBlock{
	width: 70%;
    display: inline-block;
}

.transitBlock{
    display: inline-block;
}

.tab-pane{
    position: relative;
}

.blockTitle{
    text-align: center;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}

.blockTitle a{
	display: inline-block;
	padding: 0px 15px;
    background-color: #F5D34A;
    border-radius: 3px;
    font-size: 16px;
    color: #000;
    margin-left: 15px;
    position: relative;
    top: -3px;
}
.blockTitle a:hover{
	opacity: 0.8;
}

.blockTitle .highlight{
    font-weight: 800;
    font-size: 24px;
}

.loader{
    display: none;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    height: 100%;
}

.loader [data-loader="circle-side"]{
    top: 30%;
}
.loader .title{
    position: absolute;
    top: 34%;
    width: 100%;
    font-size: 14px;
    color: #333;
}

.relativeData{
    margin-top: 15px;
}

.relativeData .ticketsBlock .img_wrapper{
    height: 210px !important;
}

.relativeData h4{
    font-size: 21px;
    margin-top: 25px;
}

.relativeData{
    background-color: #FFF;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
}


.relativeData .blogsBlock ul li a{
    color: #333;
    text-decoration: underline;
}

.relativeData>h3{
    color: #2D81C2;
}

.busCloseBtn{
    border: 0px;
    background-color: #2D81C2;
    color: #FFF;
    padding: 5px 30px;
    text-align: center;
    border-radius: 5px;
}

.busCloseBtn:hover{
    opacity: 0.8;
}

@media only screen and (max-width: 600px) {
    .routeNav{
        width: 100%;
    }

    .spotsSearchBlock{
          margin-top: 5px;
        
    }

    .spotsItem{
        padding-right: 5px;
        padding-left: 5px;
    }

    .searchBtn{
        height: 50px;
        margin-top: 15px;
        width: 50%;
        margin-left: 25%;
        background-size: 30%;
    }



    .departTimeBlock{
        display: block;
        width: 100%;
        padding-left: 38px;
    }

    .transitBlock{
        float: right;
        width: 90%;
        padding-right: 10px;
        text-align: left;
    }

    .naviBox .departTimeBlock input.form-control{
        width: 170px;
        position: relative;
        top: 10px;
    }

    .townSelector{
        width: 100%;
    }

    .searchBox{
        width: 100%;
    }
    .naviBox{
        width: 100%;
    }
    .naviResult{
        width: 100%;
    }

    

    .naviBox input.form-control{
        display: inline-block;
        width: 95%;
        margin-bottom: 5px;
    }

    .naviBox select.form-control{
        display: inline-block;
        width: 95%;
        margin-bottom: 5px;
    }

    .naviBox .row>div:first-child{
        padding-left: 15px;
        padding-right: 0px;
    }
    .naviBox .row>div:last-child{
        padding-left: 0px;
        padding-right: 15px;
    }

    .naviBox input.form-control.place{
        width: 95%;
    }

    .routeInfo ul{
        padding-left: 10px;
    }

    .naviResult .singleItem{
        padding: 13px 60px 10px 0px;
    }

    .naviResult .singleItem .title{
        font-size: 14px;
        top: 2px;
        right: -2px;
        left: auto;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 5px;
        border-top-right-radius: 0px;
    }
    .naviResult .singleItem .time{
        top: auto;
        right: 0px;
        bottom: 0px;
        border-radius: 0px;
        font-size: 14px;
        padding: 2px 10px;
    }
    .naviResult .singleItem .routeInfo li.walk{
        width: 70px;
        padding-left: 23px;
        background-size: 20px 20px;
    }
    .naviResult .singleItem .routeInfo li.bus{
        padding-left: 30px;
        background-size: 20px 20px;
    }
    .spotsBlock .singleItem .title{
        font-size: 20px;
        min-height: 50px;
    }
    .spotsBlock .singleItem .township{
        font-size: 16px;
    }
    .busBlock.spots{
        padding: 35px 5px;
    }
    .modal{
        top: 5%;
    }

    
}

/*tickets.blade.php*/
.categoryMenu{
        list-style: none;
        margin: 10px 0px;
        padding: 0px;
    }

    .categoryMenu li{
        display: inline-block;
        margin-bottom: 8px;

    }
    .categoryMenu li a{
        padding: 3px 10px;
        border-radius: 3px;
        font-size: 16px;
        border: 1px solid #333;
        color: #333;

    }
    .categoryMenu li a:hover{
        border: 1px solid #333;
        color: #FFF;
        background-color: #333;

    }
    .categoryMenu li.active a{
        background-color: #333;
        color: #FFF;
    }
    .img_container{
        height: 233px;
    }


    .ticketsWrapper .tagsBox{
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .ticketsWrapper .tagsBox ul{
        margin: 0px;
        padding: 0px;
    }
    .ticketsWrapper .tagsBox ul li{
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
        cursor: pointer;
    }
    .ticketsWrapper .tagsBox ul li a{
        padding: 3px 10px;
        color: #FFF;
        border: 1px solid #F1861A;
        text-align: center;
        font-size: 16px;
        background-color: transparent;
        border-radius: 5px;

    }
   .ticketsWrapper .tagsBox ul li.active a,.ticketsWrapper .tagsBox ul li:hover a{
        color: #FFF;
        background-color: #F1861A;
    }
    .ticketsWrapper .searchBox{
        width: 60%;
        margin: 10px auto;
    }

    .ticketsWrapper .searchBox .form-control{
        width: 100%;
        border-radius: 5px;
        border: 1px solid #666;
        color: #ccc;
        display: inline-block;
    }
    .ticketsWrapper .searchBox .submitBtn{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40px;
        border: 1px solid #666;
        background-color: #666;
        color: #FFF;
        height: 38px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        text-align: center;
    }
    
    @media only screen and (max-width: 600px) {
        .searchBox{
            width: 100%;
        }
        .searchBox .form-control{
            width: 70%;
        }
        .searchBox .submitBtn{
            width: 27%;
        }
    }

    .page-item.active .page-link{
    	z-index: 1;
    	background-color: #666;
   		border-color: #666;
    }

    /* news */
    .searchBox{
    	position: relative;
        margin: 10px auto;
    }

    .searchBox .form-control{
        width: 80%;
        border-radius: 5px;
        border: 1px solid #666;
        color: #666;
        display: inline-block;
        font-size: 14px;
    }
    .searchBox .submitBtn{
		position: absolute;
    	text-align: center;
   	 	/* top: 1px; */
    	right: 5px;
    	padding: 0px;
    	width: 60px;
    	border: 1px solid #666;
    	background-color: #666;
    	color: #FFF;
    	height: 40px;
    	border-top-right-radius: 3px;
    	border-bottom-right-radius: 3px;
    }
    
    @media only screen and (max-width: 600px) {
        .searchBox{
            width: 100%;
        }
        .searchBox .form-control{
            width: 70%;
        }
        .searchBox .submitBtn{
            width: 27%;
        }
        .tab-content .searchBox{
        	width: 90%;
        }
    }

    

/* map.blade.php */
.routeBlock{
    width: 100%;
    margin: 15px 0px;
}
.routeBlock .singleItem{
    width: 100%;
    position: relative;
    margin-top: -3px;
}
.routeBlock .singleItem .dots{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 30px;
    background: url(/fe/img/dots_middle.png) left center no-repeat;
    background-size: 30px;

}
.routeBlock .singleItem .dots.top{
    background: url(/fe/img/dots_top.png) left bottom no-repeat;
    background-size: 30px;
}
.routeBlock .singleItem .dots.bottom{
    background: url(/fe/img/dots_bottom.png) left top no-repeat;
    background-size: 30px;
}
.routeBlock .singleItem .stop{
    margin-left: 100px;
    display: inline-block;
    width: 300px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}
.routeBlock .singleItem .stop>span{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #EEE;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
}
.routeBlock .singleItem .status{
    display: inline-block;
    width: 100px;
    line-height: 30px;
    font-size: 14px;
}
.routeBlock .singleItem .status.active{
    color: red;
}
.routeBlock .singleItem .status.gray{
    color: #999;
}  

.routeBlock .singleItem .dots .bus{
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(/fe/img/bus.svg) no-repeat left top;
    background-color: #FFF;
    background-size: 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    padding-left: 30px;
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    min-height: 30px;
    letter-spacing: -1px;

}
.TGMap{
	width: 100%;
	height: 500px;
	margin: 10px 0px;
}
.selectRouteBlock{
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;

}

.refreshReminder{
    min-width: 140px;
    padding: 3px 20px;
    /*background-color: #F5D34A;*/
    border: 1px solid #F1861A;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    cursor: pointer;
    color: #F1861A;
    margin-bottom: 20px;
}
.estimate{
    margin: 0 auto;
}
.estimate .col-md-6{
	padding-right: 0px;
}

.estimate .meta{
    margin-top: 15px;
}
.estimate .meta .map{
    display: inline-block;
    width: 130px;
    cursor: pointer;
    padding: 1px 10px;
    background-color: #F5D34A;
    border-radius: 3px;
}
.estimate .meta .direction{
    width: 230px;
   float: right;
   text-align: right;
   display: inline-block;
   margin-left: 0px;
   padding-right: 10px;
}

.estimate .meta .direction .button{
    display: inline-block;
    background-color: transparent;
    border: 1px solid #F1861A;
    padding: 0px 10px;
    cursor: pointer;
    margin-right: -7px;
    color: #F1861A;
    
}
.estimate .meta .direction .button:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.estimate .meta .direction .button:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.estimate .meta .direction .button.active{
    background-color: #F1861A;
    color: #FFF;
}



.selectRouteBlock .form-control{
    border: 1px solid #F1861A;
    color: #F1861A;

}



.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #F1861A transparent transparent transparent;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #F1861A;
    color: #F1861A;
}

.select2-container .select2-selection--single{
    height: 36px;
}

.routeDetail{
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #F1861A;
    border-radius: 10px;
    background: url(/fe/img/bus_pink.svg) no-repeat right 70px;
    margin-bottom: 20px;
    background-size: 260px;
    background-color: rgba(241,134,26,0.1);
}
.routeDetail .routeTitle .company{
    padding: 10px 10px;
    background-color: #F1861A;
    color: #FFF;
}
.routeDetail .routeTitle .name{
    display: inline-block;
    width: 100px;
    padding: 5px 10px;
    background-color: #FFF;
    position: relative;
    left: -5px;
}
.routeDetail .routeTitle{
    margin-bottom: 15px;
}
.routeDetail .detail p{
    margin: 0px 0px 3px 0px;
}
.routeDetail .meta button{
    background-color: #F5D34A;
    color: #333;
    border-radius: 5px;
    border: 0px;
    padding: 3px 10px;
    margin-right: 10px;
}
.routeDetail .meta button:hover{
    opacity: 0.8;
}
.spotsDetail{
    padding: 10px 15px;
}
.spotsDetail h3{
    font-size: 20px;
}
.spotsDetail li a{
   color: #333;
   text-decoration: underline;
}

@media (max-width: 600px) {
    .selectRouteBlock{
        width: 100%;
    }
    .routeBlock .singleItem .status{
        position: absolute;
        font-size: 10px;
        letter-spacing: 0px;
    }

    .routeBlock .singleItem {
        margin-top: -2px;
    }

    .estimate{
        width: 100%;
    }

    .estimate .meta .direction{
        float: right;
        margin-bottom: 10px;
    }

    .routeDetail .meta button{
        margin-right: 5px;
        margin-bottom: 5px;
    }
} 



/* links */
.relativeLinksBlock{
	min-height: 500px;
}
 .relativeLinks .title{
    min-width: 200px;
    font-size: 18px;
    color: #FFF;
    background: url(/fe/img/multiple_page.svg) no-repeat right bottom;
    background-size: 20%;
    background-color: #63B72F;
    padding: 3px 10px;
    display: inline-block;
}
.relativeLinks{
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 30px;
    list-style: none;
}
 .relativeLinks li{
    border-bottom: 1px solid #63B72F;
    margin-bottom: 10px;
    cursor: pointer;
 }
 .relativeLinks li:hover .title{
    background-color: #000;
 }
 .relativeLinks li:hover{
    border-bottom: 1px solid #000;
 }
 .relativeLinks li:hover a{
    color: #000;
 }
 .relativeLinks li a{
    font-size: 14px;
    color: #63B72F;
 }

 @media only screen and (max-width: 600px) {
    .relativeLinks li{
        margin-bottom: 20px;
    }

    .relativeLinks li a{
        display: block;
        font-size: 12px;
        color: #000;
        padding-left: 10px;
     }

     .routeBlock{
     	clear: both;
     }
 }

/*home*/
.wrapper{
    padding-bottom: 0px;
    min-height: 800px;
}
.readMore{
    padding: 5px 30px;
    color: #F1861A;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 30px;
    border: 1px solid #F1861A;
    background-color: transparent;
}

.readMore:hover{
    padding: 5px 30px;
    background-color: #F1861A;
    color: #FFF;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 30px;
    border: 1px solid #F1861A;
}

.news.mdSection{
    background: url(/fe/img/balloon.svg) no-repeat right 20%;
    background-size: 20%;
}


.hotSpots.mdSection{
    background: url(/fe/img/mountain.svg) no-repeat left top;
    background-size: 20%;
    background-color: #FAFAFA;
}

.hotRoute.mdSection{
    background: url(/fe/img/bus_gray.svg) no-repeat right top;
    background-size: 20%;
}

.sales.mdSection{
    background: url(/fe/img/tickets.svg) no-repeat left top;
    background-size: 20%;
    background-color: #FAFAFA;
}
.homepageMenu{

    background-color: #FAFAFA;
}
.homepageMenuIcons{
    padding: 35px 0px 0px 0px;
    
}
.homepageMenuIcons .singleItem{
    max-width: 300px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #FFF;
    padding: 20px 20px;
    cursor: pointer;
    font-weight: bolder;
        -webkit-box-shadow: 2px 5px 5px 5px #ccc;
    -moz-box-shadow: 2px 5px 5px 5px #ccc;
    box-shadow: 2px 2px 10px 2px #ccc;
}
.homepageMenuIcons .singleItem:hover{
    background-color: #F5D34A;
    color: #FFF;
    -webkit-box-shadow: 1px 1px 5px 1px #ccc;
    -moz-box-shadow: 1px 1px 5px 1px #ccc;
    box-shadow: 1px 1px 5px 1px #ccc;
}
.homepageMenuIcons .singleItem .icon{
    text-align: center;
}
.homepageMenuIcons .singleItem .icon img{
    width: 100px;
}
.homepageMenuIcons .singleItem .title{
    text-align: center;
}

.mr-b-15{
	margin-bottom: 15px;
}

.pd-b-200{
	margin-bottom: 200px;
}

.w-100{
	width: 100%;
}

.w-px-200{
	width: 200px;
}

.pd-30{
	padding: 30px 0px 0px 0px;
}

@media only screen and (max-width: 600px) {
    section.news .singleItem:hover{
        background: none;
        border-bottom: 0.5px solid #F1861A;
    }
    section.news .singleItem .title{
        padding-left: 120px;
    }

    .homepageMenuIcons{
        margin: 8px 0px;
        
    }
    .homepageMenuIcons .singleItem .icon img{
        width: 50px;
    }
    .homepageMenuIcons .singleItem{
        padding: 8px 8px;
        height: 100px;
        margin-bottom: 8px;
    }

}

.statsBlock .singleItem{
	padding: 0px;
	text-align: center;
	border: 1px solid #333;
}

.statsBlock .singleItem h3{
	margin: 0px;
	background-color: #EAEAEA;
	padding: 10px 20px;
	font-size: 18px;
	width: 100%;
	color: #000;
}	

.statsBlock .singleItem .stats{
	padding: 10px 20px;
	font-size: 24px;
	font-weight: bold;
}

.blogsWrapper .searchBox{
    margin: 10px auto;
}

.blogsWrapper .searchBox .form-control{
    width: 80%;
    border-radius: 5px;
    border: 1px solid #666;
    color: #666;
    display: inline-block;
}
.blogsWrapper .searchBox .submitBtn{
    position: relative;
    top: 1px;
    width: 19.2%;
    margin-left: -10px;
    border: 1px solid #666;
    background-color: #666;
    color: #FFF;
    height: 41px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}



@media only screen and (max-width: 600px) {
	.ticketsWrapper .searchBox{
		width: 100%;
	}
    .blogsWrapper .searchBox{
        width: 100%;
    }
    .blogsWrapper .searchBox .form-control{
        width: 70%;
    }
    .blogsWrapper .searchBox .submitBtn{
        width: 27%;
    }
    .routeBlock .singleItem .stop{
    	margin-left: 30px;
    }
    .routeBlock .singleItem .stop{
    	width: 260px;
    }
    .routeDetail .routeTitle .name{
    	width: 80px;
    }
    .homepageMenuIcons .singleItem{
	    line-height: 20px;
	}
	.routeBlock .singleItem .dots .bus{
		width: 25px;
		color: transparent;
	}

}

@media (min-width: 601px) and (max-width: 991px) {
	.naviBox{
		width: 95%;
	}
	.naviBox .form-control{
		width: 60%;
	}
	.routeBlock .singleItem .stop{
		margin-left: 30px;
		width: 255px;
	}
	.routeBlock .singleItem .status{
		width: 75px;
	}
	.routeBlock .singleItem .dots .bus{
		width: 78px;

	}

	.homepageMenuIcons .singleItem .title{
		line-height: 22px;
	}

	.searchBox .form-control{
		width: 95%;
	}

table {
  border: 3px solid #948473!important;
  background-color: #fbf7ef!important;
  width: 100%!important;
  /* text-align: center!important; */
}
table td, table.stage-article-custom-css th {
  border: 1px solid #948473!important;
  padding: 4px 4px!important;
}
table tbody td {
  font-size: 14px!important;
}
table thead {
  background: #948473!important;
  background: -moz-linear-gradient(top, #afa396 0%, #9e9081 66%, #948473 100%)!important;
  background: -webkit-linear-gradient(top, #afa396 0%, #9e9081 66%, #948473 100%)!important;
  background: linear-gradient(to bottom, #afa396 0%, #9e9081 66%, #948473 100%)!important;
}
table thead th {
  font-size: 18px!important;
  font-weight: bold!important;
  /*color: #F0F0F0!important; */
  /*text-align: left!important;*/
  border-left: 2px solid #948473!important;
}
table thead th:first-child {
  border-left: none!important;
}

table tfoot {
  font-size: 16px!important;
  font-weight: bold!important;
  color: #F0F0F0!important;
  background: #948473!important;
  background: -moz-linear-gradient(top, #afa396 0%, #9e9081 66%, #948473 100%)!important;
  background: -webkit-linear-gradient(top, #afa396 0%, #9e9081 66%, #948473 100%)!important;
  background: linear-gradient(to bottom, #afa396 0%, #9e9081 66%, #948473 100%)!important;
}
table tfoot td {
  /* font-size: 16px!important; */
}

}


@media (min-width: 901px) and (max-width: 1200px) {
	.main-menu > ul > li > a{
		padding: 30px 8px 27px 8px;
	}
	.routeBlock .singleItem .stop{
		width: 250px;
	}
}
