/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
	font-family: 'Open Sans', sans-serif;
}

html {
    width: 100%;
    height: 100%;
}

a, a:hover, a:focus {
    outline: 0;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
	.input-left {
		padding-right: 5px;
		padding-left: 0px;
	}
	.input-right {
		padding-right: 0px;
		padding-left: 5px;
	}

}
@media(max-width:767px) {
	.intro-section {
		padding-top: 50px !important;
	}
}

@media(max-width:1200px) {
	.input-left, .input-right {
		padding-right: 0px;
		padding-left: 0px;
	}
}
/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    min-height: 100%;
    padding-top: 90px;
	padding-bottom: 20px;
    background: #fff;
}

.buses-section {
    min-height: 100%;
    padding-top: 50px;
	padding-bottom: 20px;	
    background: #eee;
}

.contact-section {
    min-height: 100%;
    padding-top: 50px;
	padding-bottom: 20px;	
    background: #fff;
}

.lang-selector {
	margin-top: 14px;
}

.lang-selector img {
	margin-left:5px;
	cursor: pointer;
	opacity: 0.3;
	filter: alpha(opacity=30);
    height: 20px;
}
.lang-selector img:hover, .lang-selector img:focus, img.lang-active {
	filter: none;
    opacity: 1;
	filter: alpha(opacity=100);
}
/* -------------------------------------------------------------- */
#map {
	width: 100%;
	height: 350px;
}
.form-control, .input-group.date .input-group-addon, .btn {
	border-radius: 0px;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}
.carousel-control.left, .carousel-control.right {
	background-image:none;
}

#room_fileds div {
  margin-bottom: 5px;
}

.input-left {
	margin-bottom: 15px;
}
.input-right {
	margin-bottom: 15px;
}
.padding-zero {
	padding-left:0px;
	padding-right:0px;
}

/* VEHICLE EXTRAS */
.pikto-screen img {
	height: 32px;
	width: 31px;
	margin-bottom: 3px;
}
.pikto-mobile img {
	height:32px;
	width:31px;
	margin-right:3px
}
/* END OF VEHICLE EXTRAS */

.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #FFF;
    border-radius: 0px;
    border: 1px solid #000;
}

.terms li {
    margin-bottom: 10px;
}

.thumbnail-bus {
    margin-bottom: 35px;
}
.thumbnail {
    padding: 2px;
    margin-bottom: 0px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #8297A9;
}
/*
.carousel-inner {
    height: 390px;
}
.slider-image {
    position: fixed;
}*/

.carousel-indicators {
    margin-bottom: -50px;
}

.carousel-indicators li {
    background-color: #337AB7;
}

.carousel-indicators .active {
    background-color: #337AB7;
    border-color: #337AB7;
}

/**/

.thumbnail {
    overflow:hidden;
    position:relative;
    text-align:center;
}

.thumbnail .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.2);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.thumbnail img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}

.thumbnail span {
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    position:relative;
    top: 40%;
    font-size:50px;
    -webkit-transform:translatey(-100px);
    -ms-transform:translatey(-100px);
    transform:translatey(-100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:10px;
}
.thumbnail:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}

.thumbnail:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
}

.thumbnail:hover span {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
}

#hiddenRecaptcha-error {
    color:#a94442;
}

.g-recaptcha {
    margin-bottom: 15px;
}

.carousel-control {
    font-size: 34px;
    top: 50%;
    margin-top: -17px
}

.carousel-control.left {
    margin-left: -30px
}

.carousel-control.right {
    margin-right: -30px
}

.carousel-control.left.mobile {
    margin-left: -10px
}

.carousel-control.right.mobile {
    margin-right: -10px
}