@charset "utf-8";
/* CSS Document for Joomla 3 styles */

/* ===========================
	FONT STYLES
	========================== */
body {
	font-family: 'Open Sans';
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(../images/background.jpg) no-repeat fixed;
	background-size: cover;
	color:rgba(255,255,255,1.0);
	font-size:15px;
}

input {
border-radius:0px!important;
color:#111!important;
background:#FFF!important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans';
	font-weight: normal;
	color:rgba(255,255,255,1.0);
}

h1 {
  font-size: 25px;
  line-height: 34px;
}

h2 {
  font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
}

h3 {
  font-size: 18px;
  line-height: 26px;
  text-transform:uppercase;
}

h4 {
  font-size: 18px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

/* ======================
	GENERAL STYLES
	===================== */
/* Write your general styles here */

a {
    color: rgba(255,255,255,0.8);
    text-decoration: underline;
}
a:hover {
    color: rgba(255,255,255,1);
    text-decoration: underline;
}

.mainbg{
background: rgba(0,0,0,0.3);
padding:0px 20px 50px;
}

.topinfo{
font-size: 18px;
color:#FFF;
text-align:left;
height:60px;
padding:20px 0 0 0;
margin:0px;
}

.awe{
font-family: 'FontAwesome';
margin:0 10px 0 15px;
display:inline-block;
}
.awe:first-child{
margin:0 10px 0 0px;
}

#topline{
background:rgba(0,0,0,1);
width:100%;
position:absolute;
top:60px;
left:0px;
height:100px;
z-index:0;
}
.header{
z-index:10;
position:relative;
}
.custom_logo{

}
.moduletable_logo{
margin-left:40px;
position:relative;
top:-51px;
overflow:hidden;
margin-bottom:-30px;
}
#topmenu{
display:flex!important;
}

#topnavmenu{
background:none;
font-size:18px;
text-transform:uppercase;
color:#FFF;
border:none;
margin-top:-20px;
margin-left:-20px;
}
#topnavmenu li a{
text-shadow:none;
height:60px;
padding:40px 20px 0px 20px;
color:rgba(255,255,255,0.9);
border-right:#000 solid 1px;
border-left:#000 solid 1px;
}
#topnavmenu li a:hover{
color:rgba(255,255,255,0.7);
background:rgba(255,255,255,0.2);

}
#topnavmenu li.active a{
text-shadow:none;
box-shadow:none;
background:rgba(255,255,255,0.2);
}


#bottommenu{
background:none;
font-size:16px;
text-transform:none;
color:#FFF;
border:none;
margin-top:20px;
margin-left:-20px;

}
#bottommenu li a{
text-shadow:none;
height:auto;
padding:0px 20px;
color:rgba(255,255,255,0.9);
border-right:#fff solid 1px;
border-left:#fff solid 1px;
margin-right:-1px;
}
#bottommenu li a:hover{
color:rgba(255,255,255,0.7);
background:none;
text-decoration:underline;
}
#bottommenu li.active a{
text-shadow:none;
box-shadow:none;
background:none;
text-decoration:underline!important;
}

.navbar-inner{
width:100%;
padding:0px;
}

ul.menu_bottom{
}

#footmenu{
display:table;
margin:0 auto;
}

.mod-languages_lang{
width:auto;
height:30px;
/*background:url(../images/select_arrow.png) no-repeat rgb(255,255,212) right;*/
float:right;
overflow: visible; 
margin-top:15px;
}

.mod-languages_lang form{
margin:0;
padding:0;
}
.mod-languages_lang select{
width:180px;
height:30px;
background: transparent;
border:none!important;
border-radius:0px;
-webkit-appearance: none;
font-family: 'Open Sans';
color:#000;
overflow:hidden;
padding-right:-30px;
}
.mod-languages_lang option{
height:30px;
padding:7px 0 0 10px;
width:auto;
overflow:hidden;
}
.mod-languages_lang select:focus{
outline:none;
}
.mod-languages_lang li.active-result{
	color:#333!important;
}
.custom_slogan{
float:left;
}

.custom_slogan{
width:100%;
padding-left:0px;
margin-top:-5px;
}
.custom_slogan hr{
border-bottom:none;
color:#FFF;
margin:0px;
}
.custom_slogan p{
color:#FFF;
text-transform:uppercase;
padding: 5px 0 0 5px;
font-size:15px;
}

.breadcrumb{
	background:none;
    border-radius: 0px;
    list-style: none outside none;
    margin: 0 0 0px -40px;
    padding: 8px 15px 8px 20px;
}

.breadcrumb > li {
text-shadow:none;
}

.breadcrumb > li {
text-shadow:none;
}

.breadcrumb > .active {
    color: rgba(255,255,255,0.8);
}

.breadcrumb > li > .divider {
    color: rgba(255,255,255,0.8);
}

.moduletable_booking{
background:rgba(17,17,17,1.0);
box-shadow: 0 0 7px rgba(0,0,0,0.6);
padding:10px 10px 20px 20px;
margin: 0 0 50px 0;
height:auto;
}
.moduletable_mainpage{
background:none;
box-shadow:none;
padding:10px 10px 20px 20px;
border-top:solid #FFF 1px;
}

.moduletable_leftnews{
background:rgba(17,17,17,1.0);
box-shadow: 0 0 7px rgba(0,0,0,0.6);
padding:10px 10px 20px 20px;
margin: 0 0 30px 0;
height:auto;
}
.moduletable_white{
background:rgba(256,256,256,1.0);
box-shadow: 0 0 7px rgba(0,0,0,0.6);
padding:10px 10px 20px 20px;
margin: 0 0 30px 0;
height:auto;
}
.moduletable_transparent{
background:none;
padding:10px 0px 20px 0px;
margin: 0 0 30px 0;
height:auto;
}
.moduletable_white h3{
text-align:center;
color:#000;
}
.moduletable_transparent h3{
	text-align:center;
}


.moduletable_booking h3, .moduletable h3, .moduletable_mainpage h3, .moduletable_leftnews h3{
text-align:center;
}

.hrmain{
border-top:solid 1px #FFF;
border-bottom:none;
padding: 0px;
margin-left:-20px;
margin-right:-10px;
}

.footer{
background:#000;
border-top:solid 10px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
margin-top:25px;
height:150px;
}

.copyleft{
text-align:center;
font-size:12px;
}

.page-header{
border:none!important;
}

.item-page{
padding-bottom:50px;
}

p.readmore{
text-align:right;
}

.readmore > a.btn{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 0px;
    border-style: none;
    border-width: 0px;
    box-shadow: none;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
	color:#FFF;
}

.icon-chevron-right{
background:none;
display:none;
}

.types_left{
float:left;
width:50%;
margin-bottom:20px;
}
.types_right{
margin-left:20px;
margin-bottom:20px;

}
.icons_list{
list-style:none;
margin:0;

}
.icons_list li{
height:50px;
}
.icons_list img{
margin-right:10px;
float:left;
}
.icons_list span{
padding: 10px 0;
display:block;
}

.art_image{
float:left;
margin-right:15px;
margin-bottom:10px;
box-shadow: 0 0 7px rgba(0,0,0,0.65);
}

.items-row{
margin-bottom:30px;
}

.price{
text-align:left;
font-size:18px;
font-weight:normal;
}

.price_1{
margin-right:5px;
display:inline-block;
min-width:75px;
}

.price_2{
width:auto;
text-align:right;
margin-right:5px;
display:inline-block;
}


.price_euro{
font-family: FontAwesome;
font-size:18px;
color:#FFF;
display:inline-block;
}

.center_heading{
width:100%;
height:30px;
text-align:center;
font-size:18px;
text-transform:uppercase;
border-top: none;
border-bottom: 1px solid #FFF;
margin-bottom:25px;
margin-top:20px;
}

iframe{
border:none;
box-shadow:
box-shadow: 0 0 7px rgba(0,0,0,0.6);
}

a:focus{
color:#FFF;
outline:none;
}

.images{
margin-right:10px;
margin-bottom:5px; 
float:left;
}

.images_text{
display:block;
min-height:170px;
}

.gsLinks{
background-color:#111111!important;
color:#FFF!important;
}

#gsInformerID-76my23slay13uv, #gsInformerID-HwD0bE0c3JBvUj, #gsInformerID-8BtL5N8Y6o6cCR{
width:auto!important;
}

/* ===================================================================================
	BOOTSTRAP MEDIA QUERIES OVERRIDES
	NOTE: The order of the media queries is important when styles overwrite each other
	================================================================================== 
@media (min-width: 980px) {}
@media (min-width: 1200px) {}
@media (max-width: 979px) {}
@media (min-width: 768px) and (max-width: 979px) {}
@media (max-width: 767px) {}
@media (max-width: 480px) {}
*/

/* ======================
	MODULES
	===================== */

/* ----------------------
	Special module styles
	--------------------- */
/* Special general */
[class*="special"] .module-content ul {
	margin: 0 0 10px 17px;
}

[class*="special"] .module-content ul.unstyled {
	margin: 0 0 10px 0;
}

/* -------------
	Special Grey
	------------ */
.specialgrey {
    border: 1px #e6e6e6 solid;
    border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
    box-shadow: 0 2px 4px 0 #b4b4b4;
    color: #333;
	min-height: 20px;
	margin-bottom: 20px;
    background: #F5F5F5;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%); /* W3C */
}

.specialgrey .page-header {
	border-bottom: 1px #ccc dotted;
	margin: 0;
	padding: 4px 19px;
}

.specialgrey .module-content {
	padding: 4px 19px;
}

/* -------------
	Special Blue
	------------ */
.specialblue {
    border: 1px #3c67a5 solid;
    border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
    box-shadow: 0 2px 4px 0 #b4b4b4;
    color: #333;
	min-height: 20px;
	margin-bottom: 20px;
	background: #507bb9; /* Old browsers */
	background: -moz-linear-gradient(top,  #507bb9 0%, #3c67a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#507bb9), color-stop(100%,#3c67a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #507bb9 0%,#3c67a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #507bb9 0%,#3c67a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #507bb9 0%,#3c67a5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #507bb9 0%,#3c67a5 100%); /* W3C */
}

.specialblue .page-header {
	border-bottom: 1px #fff dotted;
	margin: 0;
	padding: 4px 19px;
	color: #fff;
}

.specialblue hr {
    margin: 5px 0;
}

.specialblue .module-content {
	padding: 4px 19px;
	color: #fff;
}

.specialblue .module-content a {
	color: #fff;
}

/* -------------
	Special Red
	------------ */
.specialred {
    border: 1px #990000 solid;
    border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
    box-shadow: 0 2px 4px 0 #b4b4b4;
    color: #333;
	min-height: 20px;
	margin-bottom: 20px;
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0000 0%, #990000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#990000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0000 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0000 0%,#990000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0000 0%,#990000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff0000 0%,#990000 100%); /* W3C */
}

.specialred .page-header {
	border-bottom: 1px #fff dotted;
	margin: 0;
	padding: 4px 19px;
	color: #fff;
}

.specialred .module-content {
	padding: 4px 19px;
	color: #fff;
}

.specialred .module-content a {
	color: #fff;
}

/* -------------
	Special Gold
	------------ */
.specialgold {
    border: 1px #ab7915 solid;
    border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
    box-shadow: 0 2px 4px 0 #b4b4b4;
    color: #333;
	min-height: 20px;
	margin-bottom: 20px;
	background: #cc9933; /* Old browsers */
	background: -moz-linear-gradient(top,  #cc9933 0%, #ab7915 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc9933), color-stop(100%,#ab7915)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc9933 0%,#ab7915 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc9933 0%,#ab7915 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc9933 0%,#ab7915 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cc9933 0%,#ab7915 100%); /* W3C */
}

.specialgold .page-header {
	border-bottom: 1px #fff dotted;
	margin: 0;
	padding: 4px 19px;
	color: #fff;
}

.specialgold .module-content {
	padding: 4px 19px;
	color: #fff;
}

.specialgold .module-content a {
	color: #fff;
}

div.sigplus-gallery ul > li > img, div.sigplus-gallery ul > li > a > img {
box-shadow: 0 0 7px rgba(0, 0, 0, 0.65);
margin-right:5px!important;
margin-bottom:5px!important;
}

#b_editDates form{
border:none!important;
}
.b_availFormInner{
background:none!important;
}
#b_editDates h3{
    font-size: 16px!important;
    line-height: 26px!important;
    text-transform: uppercase!important;
	font-weight:normal!important;
}
select#b_checkin_day, select#b_checkin_month, select#b_checkout_day, select#b_checkout_month{
border-radius:0px!important;
}
.b_availDatesInner h4{
margin-bottom:5px!important;
}
#b_availSubmit input{
background:rgb(255, 255, 212)!important;
}

.bannergroup{
margin-bottom:20px;
}
.bannergroup img{
box-shadow: 0 0 3px rgba(0, 0, 0, 1);
}
/*--------------------------TABLES--------------*/
table.newstable{
width:100%;
border-collapse: separate;
border-spacing:1px;
}
table.newstable td{
background:rgba(0,0,0,0.5);
padding:5px 10px;
}
td.center{
text-align:center;
}
.pos3{
	margin-bottom:30px;
}


.book-btn{
	width:90%!important;
	text-decoration:none!important;
	margin-bottom:50px;
}