body {background:#fff;font-size:14px;line-height:1.5;font-family:'Poppins', Arial, sans-serif;color:#555;-webkit-font-smoothing: antialiased;}
.btn_edit {
	background-color: rgb(233, 170, 36);
	border: none;
	color: white;
	font-size: 22px;
	cursor: pointer;
  }
  
  /* Darker background on mouse-over */
  .btn_edit:hover {
	background-color: rgb(255, 175, 4);
  }
  .btn_remove {
	background-color: rgb(248, 8, 8);
	border: none;
	color: white;
	font-size:22px;
	margin-left: 5px;
	cursor: pointer;
	
  }
  .dt-button-collection .dt-button.buttons-columnVisibility {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0.25em 1em !important;
    margin: 0 !important;
    text-align: left !important;
}
.dt-button-collection .buttons-columnVisibility:before,
.dt-button-collection .buttons-columnVisibility.active span:before {
    display:block;
    position:absolute;
    top:1.2em;
    left:0;
    width:12px;
    height:12px;
    box-sizing:border-box;
}
.dt-button-collection .buttons-columnVisibility:before {
    content:' ';
    margin-top:-8px;
    margin-left:10px;
    border:1px solid black;
    border-radius:3px;
}
.dt-button-collection .buttons-columnVisibility.active span:before {
    font-family: 'Arial' !important;
    content:'\2714';
    margin-top: -15px;
    margin-left: 12px;
    text-align: center;
    text-shadow: 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.dt-button-collection .buttons-columnVisibility span {
    margin-left:17px;    
}
  .btn_table {
    background-color: rgb(255, 255, 255);
    border: none;
    margin-bottom: 5px;
    color: rgb(0, 0, 0);
    padding: 7px 16px;
    padding-left: 40px;
    font-size: 16px;
    cursor: pointer;
  }
  
  /* Darker background on mouse-over */
  .btn_table:hover {
    background-color: rgb(233, 170, 36);
  } 
  .buttons-colvis {
    background-position: 6px center;
    background-repeat: no-repeat;
    background-image: url('/img/table-settings16.png');
  } 
  /* Darker background on mouse-over */
  .btn_remove:hover {
	background-color: rgb(255, 175, 4);
  }  
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
  }
  
  #myBtn:hover {
	background-color: #555;
  }
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
.myInput {
	background-image: url('https://www.w3schools.com/css/searchicon.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 16px;
	padding: 12px 20px 12px 40px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
  } 
table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 8px;
}

th {
  text-align: left;
  background: #eee;
  position: sticky;
  top: 0px;
}
.container {
 font-family: 'Lato', sans-serif;
 width: 100vh;
 margin: 0 auto;
}
.wrapper {
 display: table-cell;
 height: 400px;
 vertical-align: middle;
}
.nav {
 margin-top: 40px;
}
.pull-right {
 float: right;
}
a, a:active {
 color: #212121;
 text-decoration: none;
}
a:hover {
 color: #999;
}
.arrow-steps .step {
 font-size: 14px;
 min-height: 100px;
 color: #666;
 cursor: pointer;
 margin: 0 3px;
 padding: 10px 10px 10px 30px;
 width: 19.7%;
 float: left;
 position: relative;
 background-color: #fdfdfd;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none; 
  transition: background-color 0.2s ease;
}
.arrow-steps .step:after,
.arrow-steps .step:before {
 content: " ";
 position: absolute;
 top: 0;
 right: -17px;
 width: 0;
 height: 0;
 border-top: 43px solid transparent;
 border-bottom: 63px solid transparent;
 border-left: 17px solid #b4e7ff; 
 z-index: 2;
  transition: border-color 0.2s ease;
}
.arrow-steps .step:before {
 right: auto;
 left: 0;
 border-left: 17px solid #fff; 
 z-index: 0;
}
.arrow-steps .step:first-child:before {
 border: none;
}
.arrow-steps .step:last-child::after{
 border: none;
}
.arrow-steps .step:first-child {
 border-top-left-radius: 4px;
 border-bottom-left-radius: 4px;
}
.arrow-steps .step.request {
 color: #fff;
 background-color: #f1f1f1!important;
}
.arrow-steps .step.request:after {
 border-left: 17px solid #f1f1f1!important; 
}
.arrow-steps .step.offer {
 color: #fff;
 background-color: #ff9800!important;
}
.arrow-steps .step.offer:after {
 border-left: 17px solid #ff9800!important; 
}
.arrow-steps .step.email {
	color: #fff;
	background-color: #8bc34a!important;
   }
   .arrow-steps .step.email:after {
	border-left: 17px solid #8bc34a!important;
   }
.arrow-steps .step.edit {
 color: #fff;
 background-color: #2196F3!important;
}
.arrow-steps .step.edit:after {
 border-left: 17px solid #2196F3!important; 
}
.arrow-steps .step.terminatet {
 color: #fff;
 background-color: #87CEEB!important;
}
.arrow-steps .step.terminatet:after {
 border-left: 17px solid #87CEEB!important; 
}
@media (max-width: 765px) {
 .arrow-steps .step {
 min-width: 35px;
 }
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
  }
  
  .pagination a.active {
    background-color: rgb(221, 119, 35);
    color: white;
  }

  .pagination a:hover:not(.active) {background-color: #ddd;}
.text-big{
	font-size: 1.4em;
}
.text-huge{
	font-size: 1.8em;
}
.text-small{
	font-size: .85em;
}
.text-tiny{
	font-size: .7em;
	

}
#booking_container_postcode_field
{
	margin-bottom: 15px;
}
#booking_container_range
{
	margin-bottom: 15px;
}
#booking_container_cost
{
	margin-bottom: 15px;

}
.title-h1{
	color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 0;
}
a.btn_1, .btn_1{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background: #06C;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:600;
}

a.btn_1.outline,.btn_1.outiline, input .btn_1.outiline{
	color:#555;
	background: none;
	border:2px solid #555;
	padding: 5px 18px;
}
a.btn_1.outline:hover,.btn_1.outiline:hover, input .btn_1.outiline:hover{
	color:#fff;
	background:#e04f67;
	border:2px solid #e04f67;
}
a.btn_1.medium, .btn_1.medium  {
	padding: 10px 25px;
	font-size:14px;
}
a.btn_1:hover, .btn_1:hover {
	background: #e9943e;
}
.box_style_2 {
	padding:10px 25px 0 25px;
	margin-bottom:20px;
	border:1px dashed #ddd;
}
.box_style_2 h4{
	margin:10px 0 20px;
}
.box_style_2 h5{
	font-size: 21px;
}
.box_style_2 ul{
	padding-left:20px;
	padding-bottom:10px;
}
.box_style_2 ul li{
	margin-bottom:10px;
}
.box_style_2 ul li:last-child{
	margin-bottom:0;
}
/*-------- 2.4 Quotation --------*/
.form_title{
	position:relative;
	padding-left:55px;
	margin-bottom:10px;
}
.form_title h3 strong{
	background-color:#e9943e;
	text-align:center;
	width:40px;
	height:40px;
	display:inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#fff;
	font-size:18px;
	line-height:40px;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
}
.form_title h3{
	margin:0;
	padding:0;
}
.form_title p{
	color:#999;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
}

.form_title p{
	color:#999;
	margin:0;
	padding:0;
	font-size:13px;
	line-height:14px;
}
.form-group.options{
	border-bottom: 1px dotted #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
}
.form-group.options strong{
	position:relative;
	top:5px;
}

/*-------- 2.5 Quotation --------*/
.button-back {float: left; }
.button-next {float: right; }
a.button-back, a.button-next {text-decoration:none; color:#fff; }
.button-back, .button-next {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background: #06C;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:600;
	margin-top:20px;
}
.button-back:hover, .button-next:hover{background: #333; text-decoration: none; }
#custom .step {clear:left;background:#f3f3f3; padding:30px; margin:0; border:0;}
#custom .step label {display: block;position:relative;}
#custom .step legend { font-size:11px}
#custom .step .form-group {margin-bottom: 20px;}
#custom .step h3 {margin:0 0 20px 0;}

ul.stepy-titles { margin:0; padding:0;}
.stepy-titles { list-style: none; margin: 0; padding: 0; width: 100%; margin-bottom:0; height:40px; }
.stepy-titles li:first-child {margin-left:0;}
.stepy-titles li { cursor: pointer; float: left; padding: 7px 20px; background:#f3f3f3; font-weight:600; margin-bottom:2px;  margin-left:2px; position:relative; font-size:16px; }
.stepy-titles li span { font-size:11px; display: block; font-weight:normal; }
.stepy-titles .current-step { cursor: auto; background:#e9943e; padding: 7px 20px; color:#fff;}

.form-control.error{ background:#fdf5f5}
.stepy-error{ display:block;}
.stepy-error label.error {
	background: #e34f4f url(../img/alert.png) no-repeat 5px center; 
	color: #fff; 
	display: block; 
	display:inline-block; 
	font-size: 12px ; 
	padding: 4px 10px 0px  25px;  
	margin:8px 5px 2px 0; 
	-khtml-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-opera-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;  
	position:static; 
	line-height:normal;
    font-weight: 500;
}
.stepy-error label.error:after {border-width:0;}
input[type="submit"].finish{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background: #e9943e;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:600;
	float:right;
	margin-top:20px;
}
input[type="submit"].finish:hover{
	background: #333;
}
input#website {display:none;}
.modal-dialog {margin-top:80px;}

.styled-select select {
  background: transparent;
  width: 107%;
  padding: 5px;
  padding-left: 15px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 41px;
  color: #999;
  margin: 0;
  font-weight: 400;
  -moz-appearance: window;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
}

.styled-select select:focus {
  color: #555;
}

.styled-select {
  width: 100%;
  overflow: hidden;
  height: 44px;
  background: white url(../img/arrow_down.svg) no-repeat right center;
  border: 1px solid #ddd9d1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.styled-select select::-ms-expand {
  display: none;
}

.styled-select select:focus {
  outline: none;
  box-shadow: none;
}

.box_quote {
	padding-right: 30px;
}
.box_quote h3{
	font-size: 32px;
	margin-top: 0;
}
.box_quote h3 strong{
	color: #e9943e;
	display: block;
}
.box_quote ul{
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}
.box_quote ul li{
	position: relative;
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.box_quote ul li i{
	position: absolute;
	left: 0;
	top:0;
	font-size: 20px;
}
a.call_us_bt{
	background-color: #e9943e;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 600;
	
}
/* Error validate style */   
label.error{
	font-size:11px;
	position: absolute;
	top:-12px;
	right:0;
	z-index:99;
	height:25px;
	line-height:25px;
	background-color:#e34f4f;
	color:#fff;
	font-weight:normal;
	padding:0 6px;
   } 
  label.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%;
} 
#sub_content_in {
	display: table-cell;
	padding: 45px 0 0 0;
	vertical-align: middle;
	text-align: right;
}
.parallax_window_in.short {
	height: 350px;
	position: relative;
	display: table;
	width: 100%;
	z-index: 2;
}
.parallax_window_in.short #sub_content_in {
	display: table-cell;
	padding: 45px 0 0 0;
	vertical-align: bottom;
	text-align: left;
	background: rgba(0, 0, 0, 0.7);
}
#sub_content_in h1 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 42px;
	margin-bottom: 0;
}

#sub_content_in p {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}
.box_quote {
	padding-right: 30px;
}
#title-h1{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 0;
  }


.box_quote h3{
	font-size: 32px;
	margin-top: 0;
}
.box_quote h3 strong{
	color: #e9943e;
	display: block;
}
.box_quote ul{
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}
.box_quote ul li{
	position: relative;
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.box_quote ul li i{
	color:rgb(27, 26, 26);
	position: absolute;
	left: 0;
	top:0;
	font-size: 20px;
}
#logo {margin:10px 0;}
header{
	width:100%;
	padding:0 0 0 0;
	background-color:rgba(255, 255, 255, 1);
	z-index:999;
	position:fixed;
	left:0;
	top:0;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#get_quote {
	background:#e9943e;
	padding:30px 0;
	color:#fff;
}
#get_quote h3{
	color:#fff;
	margin:5px 0 0 0;
	font-size:32px;
    font-weight: 300;
}
a.btn_quote{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background:none;
	cursor: pointer;
	padding: 7px 30px;
	display: inline-block;
	outline: none;
	font-size:14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:500;
	background-color:#222;
	float:right;
	white-space:nowrap;
	text-shadow:none;
	margin-top:5px;
}
a.btn_quote:hover{
	color:#222;
	background:#fff;
}
#toTop {
	width:40px;
	height:40px;
	background-color:rgba(0, 0, 0, 0.6);
	text-align:center;
	padding:10px;
	line-height:20px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	display:none;
	color:#fff;
	font-size:20px;
}

.form-group.required label:after {
    content:"*";
    color:red;
}

#booking_container {
    position: relative;
    height: 700px;
	padding-top:155px;
    background: #ccc url(/img/slide1.webp) no-repeat center top;
    background-size: cover;
    color:#fff;
	width: 100%;
	z-index:99;
	border-bottom:3px solid #e9943e;
}
#order_received_container {
	position: relative;
	height: 450px;
	padding-top:255px;
	background: #ccc url(/img/slide1.webp) no-repeat center top;
	background-size: cover;
	color:#fff;
	width: 100%;
	z-index:99;
	border-bottom:3px solid #e9943e;
}
#error_content_container{
	padding-top: 50px;
	padding-bottom: 150px;
}
#error_container {
	position: relative;
	height: 450px;
	padding-top:255px;
	background: #ccc url(/img/slide1.webp) no-repeat center top;
	background-size: cover;
	color:#fff;
	width: 100%;
	z-index:99;
	border-bottom:3px solid #e9943e;
}
.login_title_booking{
	padding-top: 50px;
	text-align: center;
	margin-left: 340px;
}
#login_container {
	position: relative;
	height: 450px;
	padding-top:255px;
	background: #ccc url(/img/slide1.webp) no-repeat center top;
	background-size: cover;
	color:#fff;
	width: 100%;
	z-index:99;
	border-bottom:3px solid #e9943e;
}
#login_content_container{
	height: 500px;
}
#registration_container {
	position: relative;
	height: 450px;
	padding-top:255px;
	background: #ccc url(/img/slide1.webp) no-repeat center top;
	background-size: cover;
	color:#fff;
	width: 100%;
	z-index:99;
	border-bottom:3px solid #e9943e;
}
#privacy_container {
    position: relative;
    height: 450px;
	padding-top:255px;
    background: rgb(0, 0, 2) url(/img/slide1.webp) no-repeat center top;
    background-size: cover;
    color:#fff;
	width: 100%;
	z-index:99;
	border-bottom:3px solid #e9943e;
}
#form_container {
    position: relative;
	height: 450px;
	padding-top:255px;
    background: rgb(0, 0, 2) url(/img/slide1.webp) no-repeat center top;
    background-size: cover;
    color:#fff;
	width: 100%;
	z-index:99;
	border-bottom:3px solid #e9943e;
}
#imprint_container {
    position: relative;
    height: 450px;
	padding-top:255px;
    background: rgb(0, 0, 2) url(/img/slide1.webp) no-repeat center top;
    background-size: cover;
    color:#fff;
	width: 100%;
	z-index:99;
	border-bottom:3px solid #e9943e;
}
#book {
	background: rgba(0, 0, 0, 0.75);
	padding:30px;
	margin:40px 0 10px;
	position:relative;
}
#book .form-control{
	border: 0;
}
#book .loader, #book_in .loader{
	position:absolute;
	right:20px;
	bottom:25px;
}
.error_message { margin:0 0 5px 0; padding:0;color: #C33; display:inline-block; font-weight:600;}
#book .error_message {color: #FF9;}
#book h3{
	color:#fff;
	margin-top:0;
	font-weight: 300;
	font-size: 26px;
}

.intro_title_booking {
	margin-top:170px;
}
.intro_title_privacy {
	margin-top:80px;
}
.intro_title_imprint {
	margin-top:80px;
}
.intro_title_booking h2 {
    font-size: 46px;
	margin-bottom:5px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
}
.intro_title_booking p {
	color:#fff;
	font-size:21px;
}
/* Footer  */
footer {
	background:#222;
	color:rgba(255,255,255,0.6);
	padding:30px 0 0 0;
}
footer h3{
	font-size:16px;
	font-weight:600;
	color:#fff;
}
footer a{
	color:rgba(255,255,255,0.6);
}
footer a:hover{
	color:rgba(255,255,255,1);
}
#logo_footer{
	margin:12px 0 15px 0;
}
footer ul{
	margin:0;
	padding: 0 0 20px 0;
	list-style:none;
}
#social_footer{
	text-align:center;
	border-top:1px dotted rgba(255,255,255,0.2);
	padding-top:30px;
	margin-top:10px;
}
#social_footer p{
	font-size:12px;
	color:#8c8c8c;
}
#social_footer ul{
	margin:0;
	padding:0 0 10px 0;
	text-align:center;
}
#social_footer ul li{
	display:inline-block;
	margin:0 5px 10px 5px;
}
#social_footer ul li a{
	color:#fff;
	text-align:center;
	line-height:36px;
	display:block;
	font-size:16px;
	width:35px;
	height:35px;
    background-color: #333;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#social_footer ul li a:hover{
	background:#fff;
	color:#e9943e;
}
#contact_bg{
	background:url(../img/map_footer.png) no-repeat bottom center;
}
.contact_details_footer{
	margin:0 0 20px 0;
	padding:0;
	padding-right: 30px;
	list-style: none;

}
.contact_details_footer ul li{
	position: relative;
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 10px;
	
}
.contact_details_footer ul li i{
	position: absolute;
	font-size:20px;
	left:0;
	
    color:#e9943e;
}


.icon::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
  }

#contact_bg{
	background:url(/img/map_footer.png) no-repeat bottom center;
}
#copy{
	background-color:#1e1e1e;
	padding:10px 0;
	text-align:center;
	color:rgba(255,255,255,0.5);;
	font-size:12px;
}
.box_picture {
    width: 90px;
    height: 90px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 90px;
}
#feat_home{
	background-color: #b9b4b4;
}
#feat_home h2{
	font-size:24px;
	font-weight:300;
	margin-bottom:0;
}
.box_feat_2{ /*box*/
	text-align:center;
	padding:30px 30px 0 30px;
}
.box_feat_2 h3{
	color:#629976;
}
.box_feat{
	position:relative;
	margin-bottom:35px;
    padding-left: 110px;
    color: #555;
}
.box_feat h3{
	margin-bottom: 7px;
    color:#050505;
}
img.img-responsive.border{
	border-bottom:3px solid #e9943e;
}
.btn_contact{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	width:100%;
	background: #e9943e;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	font-size:14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:600;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
 .btn_contact:hover{
	background: #ffff;
  color: #222
}
.btn_login
{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background: #e9943e;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	font-size:14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	text-decoration: none;

}

.btn_login:hover{
	background: #ffff;
	color: #222;
}
.btn_start {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	min-width:5%;
	background: #e9943e;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	font-size:14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	text-decoration: none;
	/*width:150px;*/
}
.btn_lang {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	width:5%;
	background: #e9943e;
	cursor: pointer;
	padding: 10px 10px;
	display: inline-block;
	outline: none;
	font-size:14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	text-decoration: none;
	width:60px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.error_title_booking{
	padding-top: 50px;
	text-align: center;
}
#logo_container{
	background: #ffff
}
.btn_start:hover{
	background: #ffff;
	color: #222;
}
/*Animate Sticky header*/
.animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform,opacity; }

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg); } }

@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg); }
  100% {
    transform: perspective(400px) rotateX(0deg); } }

.animated.swingInX {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ie-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX; }

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg); } }

@-moz-keyframes swingOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(-90deg); } }

@-o-keyframes swingOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg); }
  100% {
    -o-transform: perspective(400px) rotateX(-90deg); } }

@keyframes swingOutX {
  0% {
    transform: perspective(400px) rotateX(0deg); }
  100% {
    transform: perspective(400px) rotateX(-90deg); } }

.animated.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%); }
  100% {
    -o-transform: translateY(0); } }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  /* animation-name: slideDown; */
  }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(-100%); } }

@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0); }
  100% {
    -o-transform: translateY(-100%); } }

@keyframes slideUp {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  /* animation-name: slideUp; */
  }

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg); } }

@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg); }
  100% {
    transform: perspective(400px) rotateX(0deg); } }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  30% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-200px); } }

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  30% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-200px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  30% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-200px); } }

.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

.form_title {
	position: relative;
	padding-left: 55px;
	margin-bottom: 10px;
}

.text-danger {
	color: #fc4b6c !important; }

.text-danger-padded {
	color: #fc4b6c !important;
	padding-left: 15px;}

.text-muted {
	color: #99abb4 !important; }

.text-warning {
	color: #ffb22b !important; }

	* {box-sizing: border-box}
	body {font-family: Verdana, sans-serif; margin:0}
	.mySlides {display: none}
	img {vertical-align: middle;}
	
	/* Slideshow container */
	.slideshow-container {
	  max-width: 1000px;
	  position: relative;
	  margin: auto;
	}
	
	/* Next & previous buttons */
	.prev, .next1 {
	  cursor: pointer;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  padding: 16px;
	  margin-top: -22px;
	  color: white;
	  font-weight: bold;
	  font-size: 18px;
	  transition: 0.6s ease;
	  border-radius: 0 3px 3px 0;
	  user-select: none;
	}
	
	/* Position the "next button" to the right */
	.next1 {
	  right: 0;
	  border-radius: 3px 0 0 3px;
	}
	
	/* On hover, add a black background color with a little bit see-through */
	.prev:hover, .next1:hover {
	  background-color: rgba(0,0,0,0.8);
	}
	
	/* Caption text */
	.text {
	  color: #f2f2f2;
	  font-size: 15px;
	  padding: 8px 12px;
	  position: absolute;
	  bottom: 8px;
	  width: 100%;
	  text-align: center;
	}
	
	/* Number text (1/3 etc) */
	.numbertext {
	  color: #f2f2f2;
	  font-size: 12px;
	  padding: 8px 12px;
	  position: absolute;
	  top: 0;
	}
	
	/* The dots/bullets/indicators */
	.dot {
		height: 15px;
		width: 15px;
		margin: 0 2px;
		background-color: #bbb;
		border-radius: 50%;
		display: inline-block;
		transition: background-color 0.6s ease;
	  }
	  
	
	  .active {
		background-color: #717171;
	  }
	/* Fading animation */
	.fade {
	  -webkit-animation-name: fade;
	  -webkit-animation-duration: 1.5s;
	  animation-name: fade;
	  animation-duration: 1.5s;
	}
	
	@-webkit-keyframes fade {
	  from {opacity: .4} 
	  to {opacity: 1}
	}
	
	@keyframes fade {
	  from {opacity: .4} 
	  to {opacity: 1}
	}
	
	/* On smaller screens, decrease text size */
	@media only screen and (max-width: 300px) {
	  .prev, .next1,.text {font-size: 11px}
	}

.dropdown-item {
	color:#fff !important;
	background: #eb9e51 !important;
	border-top: 1px solid #0c0c0c !important;
	font-size: 18px;
}


.dropdown-item2 {
	color:#fff !important;
	background: #bc7e40 !important;
	border-top: 1px solid #0c0c0c !important;
	font-size: 18px;
}

.obvious-links>*>a {
	color: #eb9e51 !important;
	text-decoration-line: underline !important;
}