body{
    margin-left: auto;
    margin-right: auto;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    text-align: left;
}

a{	
    color: #00A0E0;
    text-decoration: none;
}

label{
    color: #555E78 !important;
    font-weight: lighter;
    font-size: 16px;
}

a:hover, a:focus {
    color: #979797;
    text-decoration: underline;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control:hover,
.form-control:focus{
    border: 1px #0078ac solid !important;	
}

.input-group-addon{
    border-color: #9FD1E7;    
}

input[readonly="readonly"],
input[readonly],
.form-control{
    height: 48px;
    padding: 9px 14px;
    font-weight: 400;
    color: #555E78;
    background-color: #9FD1E7 !important;
    background-clip: padding-box;
    border: 1px solid #9FD1E7;
    border-radius: 0.1875rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#station_name{
}

.container{
	max-width: 100%;
}

#logo{
    padding: 10px 0;
}

#header-bg{
	position: fixed;
	background-color: #51afe2;
	width: 100%;
	z-index: 1001;
}

#menu-bg{
    background-color: #51afe2;
	position: fixed;
	z-index: 1001;
	width: 100%;
    padding: 0;
    padding-bottom: 15px;
    text-align: center;
	top: 70px;
}

#content-bg{
    padding-top: 130px;
	padding-bottom: 50px;
    background-color: #fff;
}

/*
@media (min-width: 768px) {
  #menu-bg {
  }
}
*/

@media (min-width: 992px) {
    #menu-bg {
        background-color: transparent;
        top: 0px;
    }
}

@media (min-width: 992px) {    
    #content-bg{
        padding-top: 80px;
    }
}

@media (min-width: 1200px) {
    #menu-bg {
        background-color: transparent;
        top: 0px;
    }
}

@media (min-width: 1200px) {    
    #content-bg{
        padding-top: 80px;
    }
}

#footer-bg{
	padding-top: 15px;
    background: #51afe2;
	color: #fff;
}

#footer-bg a{
	text-decoration: none;
	color: #fff;
    text-transform: uppercase;

}

#footer-bg a:hover{
    color: #00a0e6;
}

#header-bookingform{
}

#logo{
	height: 71px;
    margin: 0;
}

#menu-bookingform{
}

#content-bookingform{
}

#footer-bookingform{
}

/* Start language selection */
#langbox{
    color: #fff;
}

.nav{
    font-size: 13px;
}

.nav ul{
}

.nav li{
	height: auto;
    line-height: normal;
    font-weight: normal;
}

.nav ul li{
}

.nav a {  
	padding: 30px 10px;
    text-decoration: none;
	color: #fff;
}

.nav a:hover {
    text-decoration: underline;
	/*color: #979797;*/
}

.nav a.active {
    text-decoration: none;
	color: #fff;
    font-weight: bold;
}

.nav li div {
	padding: 30px 10px;
	color: #fff;
}

.select-menu{
	border: 1px solid #00a0e6 !important;
}

.select-menu option {
    font-weight: bold;
}

.select-menu option:disabled {
    color: #ccc;
    font-weight: normal;
}

#left-col{  
	padding: 0 !important;
}

#cart {
	padding-top: 0 !important;
}

.ibox{
	border-radius: 0;
}

.ibox-title {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	min-height: auto;
}

.ibox-title,
.form-group{
	padding-left: 0;
}

h4,
.ibox-title h4{  
	font-family: "Bangers", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    line-height: 1.2;
    font-size: 2.5em;
    text-transform: uppercase;
}

.button-bookingform{	
}

#event-calendar {
    border-top: 1px solid #dfe2e4;
    margin-top: 0;
}

#event-select-month{
	padding: 15px 20px;
}

.event-calendar-item{
	padding: 10px;
	background-color: #f2f5f7;
    border-bottom: 1px solid #dfe2e4;
}

.event-calendar-link>a{
    padding: 6px 20px !important;	
}

.event-calendar-price{
	color: #ffaa00;
}

.btn-primary { 
    color: #fff;
    background-color: #009cdf; 
    border: 1px solid #009cdf; 
    font-weight: bold;
    border-radius: 50rem;
    text-transform: uppercase;
    min-width: 195px;

    
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 34px;
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    margin-bottom: 25px;
}

.btn-primary:hover{
    background-color: #828282;
    border: 1px solid #828282;
}

.red{
    color: #bd1220;
}

.form-error {
    border-color: #faed02;
}

.success{
	color: #00A0E0;
}

.data-table, .table-object, .table-striped {    
	border: 0 !important;
	margin-top: 15px;
}

.data-table thead>tr>th, 
.table-object thead>tr>th, 
.table-striped thead>tr>th,
.table>thead>tr>th {
	background: #51afe2;
    color: #fff !important;
    font-size: 18px !important;
	font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.2;
	border: 0 !important;
}

.data-table thead>tr>th a, 
.table-object thead>tr>th a, 
.table-striped thead>tr>th a,
.table>thead>tr>th a{
    color: #fff;
    text-decoration: underline;
}

.data-table thead>tr>th a:hover, 
.table-object thead>tr>th a:hover, 
.table-striped thead>tr>th a:hover,
.table>thead>tr>th a:hover{
    color: #fff;
    text-decoration: underline;
}

.table-object tfoot>tr>th, .table-hover tfoot>tr>th, .table-striped tfoot>tr>th, .td-sum,
.table>tfoot>tr>th {
	background: #51afe2 !important;
    color: #fff !important;
    font-size: 18px !important;
	font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.2;
	border: 0 !important;
}

.table-object>tbody>tr>td {
	background-color: #9fd1e7;
	border-bottom: 1px solid white;
}

#div_select_services{
    background-color: #fff;
}

#preselected-product{
	margin-bottom: 25px;
}

.odd{
    background-color: #eee !important;
}

.even{
    background-color: #fefefe !important;
}

.td_services_product,
.td_services_price,
.td_services_add{
}

.alert-danger {
	background-color: #FCAFB5;
    border-color: #F25D68;
    color: #bd1220;
}

.alert-warning {
	background-color: #eee;
    border-color: #333;
    color: #666;
}

.alert-success {
	background-color: #eee;
    border-color: #333;
    color: #666;
}