div#videotest {
    width: 600px;
    height: auto;
    margin: 0 auto;
}

div#videotest video {
    width: 600px;
    height: auto;
}


@font-face {
    font-family: 'theano_didotregular';
    src: url('../fonts/theanodidot-regular-webfont.woff2') format('woff2'),
         url('../fonts/theanodidot-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
    color: #3c3c3c;
    font-family: 'Roboto Condensed',Arial, Helvetica;
    font-size: 1.2em;
    -webkit-text-size-adjust: 100%;
}

body#default #header,
body#villasub #header {
    height: 230px;
    background-image: url(../../../images/layout/background-header.jpg);
    background: linear-gradient(0deg, rgb(74 74 74 / 30%), rgb(0 0 0 / 50%)), url(../../../images/layout/background-header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sm-pusher {
    min-height: 100%;
}

div#wrapper {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    position: relative;
}

/* Vertical Menu */
.off-menu_94 dl a,
.off-menu_94 dl a:link,
.off-menu_94 dl.level1 a,
.off-menu_94 dl.level1 a:link,
.off-menu_96 dl a,
.off-menu_96 dl a:link,
.off-menu_96 dl.level1 a,
.off-menu_96 dl.level1 a:link {
    color: #cbcbcb;
    font-size: 20px !important;
}

div#header {
    position: relative;
    z-index: 2;
}

div#header div#language {
    top: 18px;
    z-index: 2;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

div#header div#language img {
    width: 26px;
}

div#slogan {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 50px;
    font-family: 'theano_didotregular';
    font-size: 4em;
    color: #bbad79;
    text-shadow: 2px 2px 8px #000;
}

div#slogan img.title {
    width: 40%;
    background-color: rgba(0,0,0,0.4);
}

div#hp:before {
    content: '';
    position: absolute;
    /*background: rgba(0, 0, 0, 0.5);*/
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

div#hp {
    position: relative;
    height: 100vh;
}

img.book-now {
    top: 80%;
    z-index: 2;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 15%;
    background-color: rgba(0,0,0,0.4);
}

div#content {
    padding-bottom: 250px;
}

div#hp video {
	height: 100vh;
	width: 100%;
	object-fit: fill; // use "cover" to avoid distortion
	position: absolute;
}

div#footer {
    width: 100%;
    z-index: 20;
    color: #fbfbfb;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    position: absolute;
    bottom: 0;
}

img.book-now-footer {
    margin-bottom: 20px;
}

div#footer-bottom {
    background-color: #bbad79;
    padding: 10px 0;
}

div#footer span {
    display: block;
    font-weight: bold;
}

div#footer a {
    color: #5d563c;
}

/* Navigation */
div#MenBt {
	display: none;
}

/***** Main Menu ****/
/* ---------------------------------------
   Reset list items
--------------------------------------- */
div.moduletable_menu ul,
div.moduletable_menu ul li,
div.moduletable_menu ul li ul,
div.moduletable_menu ul li ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.moduletable_submenu {
	display: none;
}

/* ------------------------------
   Position the main and sub items
----------------------------------- */
#menu .moduletable_menu {
    text-align: center;
}

div.moduletable_menu ul li {
	width: auto;
	display: inline-block;
	list-style-type: none;
	margin-top: 3px;
	padding: 0 10px !important;
	line-height: 30px;
	-webkit-transition: background 0.75s linear;
    -moz-transition: background 0.75s linear;
    -ms-transition: background 0.75s linear;
    -o-transition: background 0.75s linear;
    transition: background 0.75s linear;
}

div.moduletable_menu ul li.active,
div.moduletable_menu ul li:hover {
	background: #4c649c;
}

div.moduletable_menu ul ul,
div.moduletable_menu ul li ul li {
	 width: 100%;
}

div.moduletable_menu ul li ul {
	position: absolute;
	z-index: 2;
	width: 180px;
}

/* The links of the main items */
div.moduletable_menu ul li a,
span.nav-header {
    color: #f3f3f3;
    display: block;
    padding: 4px 0;
    text-decoration: none;
    font-size: 14px;
}

span.nav-header {
    cursor: pointer;
}

div.moduletable_menu ul li a:hover {
	color: #eee;
}
/* ---------------------------------
   Subitems
---------------------------------- */
/* Background */
div.moduletable_menu ul li ul li {
	background-color: transparent;
	-webkit-transition: background-color 0.3s ease-in;
	-moz-transition: background-color 0.3s ease-in;
	-o-transition: background-color 0.3s ease-in;
	-ms-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;
}

/* Links normal */

/* 1e level */
div.moduletable_menu ul li ul li a,
div.moduletable_menu ul li.active ul li a,

/* 2e level */
div.moduletable_menu ul li ul li ul li a,
div.moduletable_menu ul li.active ul li.active ul li a,

/* 3e level */
div.moduletable_menu ul li ul li ul li ul li a,
div.moduletable_menu ul li.active ul li.active ul li.active ul li a {
	color: #7c7c7c;
	display: block;
	padding: 10px 16px;
	text-decoration: none;
}

/* Links hover and active */

/* 1e level */
div.moduletable_menu ul li ul li a:hover,
div.moduletable_menu ul li.active ul li.active a,

/* 2e level */
div.moduletable_menu ul li ul li ul li a:hover,
div.moduletable_menu ul li ul li ul li ul li a:hover,

/* 3e level */
div.moduletable_menu ul li.active ul li.active ul li.active a,
div.moduletable_menu ul li.active ul li.active ul li.active ul li.active a {
	text-shadow: none;
	color: #373737;
}

div.moduletable_menu ul li ul li a:hover {
	border-top: 0px solid #ff0000 !important;
	border-bottom: 0;
}

/* -------------------------------------------
   Display and hide the submenus
-------------------------------------------- */
div.moduletable_menu ul li ul {
    left: -999em;
    opacity: 0;
}

div.moduletable_menu ul li:hover ul {
    left: auto;
    filter: alpha(opacity=50);
        opacity: 1;
        -webkit-transition: opacity .8s ease-in-out;
        -moz-transition: opacity .8s ease-in-out;
        -ms-transition: opacity .8s ease-in-out;
        -o-transition: opacity .8s ease-in-out;
        transition: opacity .8s ease-in-out;
}

/* -------------------------------------------------------------------------
    Position the last subitems
-------------------------------------------------------------------------- */
div.moduletable_menu ul li.item-169 ul {
    left: -999em;
}

div.moduletable_menu ul li:hover.item-169 ul {
    left: -68px;
}

/* --------------------------------------------
   CSS for multi level subitems
--------------------------------------------- */

/* From the second level */
div.moduletable_menu ul li ul li ul,
div.moduletable_menu ul li:hover ul li ul {
    left: -999em;
}

div.moduletable_menu ul li:hover ul li:hover ul {
    left: auto;
    margin: -31px 0 0 255px;
}

/* From the third level */
div.moduletable_menu ul li ul li ul li ul,
div.moduletable_menu ul li:hover ul li ul li ul,
div.moduletable_menu ul li:hover ul li:hover ul li ul {
    left: -999em;
}

div.moduletable_menu ul li:hover ul li:hover ul li:hover ul {
    left: auto;
    margin: -22px 0 0 181px;
}

/* ---------------------------------------
   Reset list items
--------------------------------------- */

div.moduletable_menu ul,
div.moduletable_menu ul li,
div.moduletable_menu ul li ul,
div.moduletable_menu ul li ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu {
	margin-top: 20px;
}

/* ------------------------------
   Position the sub items
----------------------------------- */
div.moduletable_menu ul li ul {
	position: absolute;
	z-index: 2;
}

/* ---------------------------------
   Subitems
---------------------------------- */
/* Background */
div.moduletable_menu ul li ul li {
	background-color: #fff;
	padding: 0 10px!important;
    border-bottom: 1px solid #eee;
}

div.moduletable_menu ul li ul li:hover {
	background-color: #F7E7EE;
}
/* Links normal */

/* 1e level */
div.moduletable_menu ul li ul li a,
div.moduletable_menu ul li.active ul li a,

/* 2e level */
div.moduletable_menu ul li ul li ul li a,
div.moduletable_menu ul li.active ul li.active ul li a,

/* 3e level */
div.moduletable_menu ul li ul li a,
div.moduletable_menu ul li.active ul li a,
div.moduletable_menu ul li ul li ul li a,
div.moduletable_menu ul li.active ul li.active ul li a,
div.moduletable_menu ul li ul li ul li ul li a,
div.moduletable_menu ul li.active ul li.active ul li.active ul li a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    padding: 4px 4px;
    text-align: left;
    line-height: 36px;
}

div.moduletable_menu ul li ul li a:hover {
 border-top: 0px solid #ff0000 !important;
}

/* -------------------------------------------
   Display and hide the submenus
-------------------------------------------- */
div.moduletable_menu ul li ul {
    left: -999em;
    padding: 0 !important;
}

div.moduletable_menu ul li:hover ul {
	left: auto;
    margin-left: 0;
    z-index: 99;
}

/* -------------------------------------------------------------------------
    Position the last subitems
-------------------------------------------------------------------------- */
div.moduletable_menu ul li.item-169 ul {
    left: -999em;
}

div.moduletable_menu ul li:hover.item-169 ul {
    left: -68px;
}

/* --------------------------------------------
   CSS for multi level subitems
--------------------------------------------- */

/* From the second level */
div.moduletable_menu ul li ul li ul,
div.moduletable_menu ul li:hover ul li ul {
    left: -999em;
}

div.moduletable_menu ul li:hover ul li:hover ul {
	left: auto;
}

/* From the third level */
div.moduletable_menu ul li ul li ul li ul,
div.moduletable_menu ul li:hover ul li ul li ul,
div.moduletable_menu ul li:hover ul li:hover ul li ul {
    left: -999em;
    
}

div.moduletable_menu ul li:hover ul li:hover ul li:hover ul {
    left: auto;
    margin: -22px 0 0 181px;
}

/* Arrow */
div.moduletable_menu li.item-134 {
	background-image: url(../../../images/layout/arrow.png);
	background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}

/* Submenu */
div#submenu .moduletable_menu {
	text-align: center;
}

div#submenu li a {
    font-size: 13px;
    padding: 0;
}

/* Content */
h1, h2, h3, h4, h5, h6 {
	font-family: 'theano_didotregular', 'Roboto Condensed';
	color: #bbad79;
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
    font-size: 1.6em;
    margin: 0 0 30px 0;
}

h2 {
    font-size: 1.2em;
    margin: 0 0 20px 0;
}

h2.big {
    text-align: center;
    font-size: 1.6em;
    margin: 100px 0 30px 0;
}

p, #content li {
	margin: 0 0 1em;
	text-align: left;
}

a {
 color: #336699;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

a:focus {
 border: 0;
 text-decoration: none;
 outline: none;
}

#content li { margin-bottom: 0.5em; padding-left: 10px; }

ol, ul {
    list-style: none outside none;
}

#content ol, #content ul {
    list-style-type: square;
    margin: 0 0 14px 20px;
}

.clear {
	clear: both;
}

div.left {
  width: 50%;
  float: left;
  padding: 0;
}

div.right {
    width: 46%;
    float: right;
    padding: 0 2%;
}

body#index div.left {
  width: 46%;
  float: left;
  padding: 2%;
}

.left div.center, .right div.center {
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

/* Homepage */
.eaw-weather-info {
    border-radius: 0 !important;
}

div#jux_weather {
    /* position: absolute; */
    /* top: 50px; */
    /* right: 50px; */
    /* z-index: 1; */
    float: left;
    margin-top: 30px;
}

.jsx-2859227417.eaw-weather-detail {
    background: transparent !important;
    background-color: #44617a !important;
}

div.stat-con {
    position: relative;
}

.stat-con.one p {
    text-align: justify;
}

div.stat-con.two {
    background-image: url(../../../images/content/villa-avalon-features.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

div.stat-con.one img {
    float: left;
    width: 58%;
    margin-right: 2%;
}

div.stat-con.two img {
    position: absolute;
    width: 100%;
}

div.stat-con span {
    display: block;
    padding: 6% 2% 0 0;
}

div.stat-con.two span {
    padding: 2%;
    width: 40%;
    background-color: rgba(0,0,0,0.6);
    color: #d3d3d3;
}


div.stat-con h1,
div.stat-con h2 {
    font-family: 'theano_didotregular', 'Roboto Condensed';
    font-size: 2em;
    color: #bbad79;
    position: absolute;
    top: 30px;
    margin: 0;
    text-transform: uppercase;
}

div.stat-con.one h1 {
    right: 2%;
}

div.stat-con.two h2 {
    left: 2%;
}

div.stat-con p,
div.stat-con li {
    font-family: 'Roboto Condensed',Arial, Helvetica;
}

.ani-con.one {
    /*width: 50%;*/
    width: 65%;
    /*margin: 60px 35% 10px 15%;*/
    margin: 60px 25% 10px 10%;
    padding: 1%;
}

.ani-con.two {
    /*width: 50%;*/
    width: 65%;
    /*margin: 60px 15% 10px 35%;*/
    margin: 60px 10% 10px 25%;
    padding: 1%;
}

.ani-con.three {
    /*width: 50%;*/
    width: 65%;
    /*margin: 60px 35% 10px 15%;*/
    margin: 60px 25% 10px 10%;
    padding: 1%;
}

.ani-con.four {
    /*width: 50%;*/
    width: 65%;
    /*margin: 60px 15% 10px 35%;*/
    margin: 60px 10% 10px 25%;
    padding: 1%;
}

.ani-con img {
    width: 100%;
}

.ani-con h2#ani-one-hl {
    font-family: ivymode;
    font-size: 3em;
    font-family: ivymode, sans-serif;
    color: #eee;
    width: 40%;
    text-align: center;
    margin: -50px 0 0 2%;
    background-color: rgba(0,0,0,0.5);
    z-index: 3;
    position: relative;
    padding: 1%;
    float: left;
}

.ani-con.one h2#ani-one-hl {
    width: auto;
}

.ani-con p#ani-one-desc {
    float: right;
    width: 50%;
    margin: 25px 25px 0 0;
}

.ani-con.one p#ani-one-desc {
    width: 35%;
}

div.stat-con.three {
    padding: 15px 5% 50px;
    border: 1px solid #bbad79;
    margin: 15px;
}

div.stat-con.three h2 {
    text-align: center;
    position: relative;
    top: 0;
    margin: 0 0 20px 0;
}

.reviews {
    display: inline-grid;
    width: 40%;
    padding: 2%;
    border: 1px solid #584c20;
    color: #333;
    margin: 0 2%;
    min-height: 180px;
    background-color: rgb(88 76 32);
    position: relative;
}

.reviews p {
    color: #d3d3d3;
    width: 60%;
    margin-left: 40%;
    text-align: left;
}

.reviews.one img, .reviews.two img {
    position: absolute;
    height: 100%;
}

.stat-con.four {
    padding: 0 5%;
    margin: 10px 0 30px;
}

.stat-con.four h2 {
    position: relative;
    top: 0;
    margin-bottom: 20px;
}

.stat-con.four .left span {
    padding: 0;
    display: contents;
}

.stat-con.four .left img {
    position: absolute;
    right: 0;
    bottom: -100px;
}

/* Areas */
.right.areas h1 {
    max-width: 70%;
}

/* Galleries */
body#villasub .left {
    width: 45%;
}

body#villasub .right {
    width: 51%;
}

[id^="gallery-scope-"] {
    width: 1400px;
    margin: 0 auto;
    max-height: 600px;
    overflow: hidden;
}

div#gallery-scope-1 .pagination,
div#gallery-scope-2 .pagination {
    display: none;
}

h2.igallery_title {
    text-align: center;
    margin-top: 25px;
}

.gallery-icon {
    width: 40%;
    padding: 5px;
    text-align: center;
    border: 1px solid #bbad79;
    margin: 50px auto 50px;
    box-shadow: 4px 4px 4px #ddd;
}

.gallery-icon a {
	text-decoration: none;
}

.gallery-icon img {
    height: 35px;
    float: right;
    opacity: 0.6;
}

.gallery-icon span {
    font-size: 20px;
    text-transform: uppercase;
    color: #bbad79;
    vertical-align: -webkit-baseline-middle;
}

div#content .moduletablesubmenu {
    background-color: #bbad79;
    padding: 10px;
    margin: 1px 0 30px;
    text-align: center;
}

div#content .moduletablesubmenu ul.nav.menu.mod-list {
    padding: 0;
    margin: 0;
}

div#content .moduletablesubmenu ul.nav.menu.mod-list li {
    list-style-type: none;
    padding: 0 20px;
    margin: 0;
    display: inline-flex;
}

div#content .moduletablesubmenu ul.nav.menu.mod-list li a {
    color: #fff;
    border-bottom: 1px solid #eddfae;
    padding-bottom: 3px;
    font-size: 20px;
}

.pictures.jMosaic-selector {
    width: 60%;
    margin: 0 auto;
}

/* About Us */
div.content-wrapper {
    width: 80%;
    min-height: 600px;
    margin: 40px auto;
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
}

div.content-wrapper.aboutus {
	background-image: url(../../../images/layout/aboutus-wrapper.jpg);
}

div.content-wrapper-inner {
    background: #fff;
    width: 60%;
    position: absolute;
    top: 20%;
    left: 40%;
    padding: 2%;
    border: 1px solid #bbad79;
}

/* Impressions */
.content-wrapper.gallery {
    background-image: url(../../../images/layout/galleries-wrapper.jpg);
}

.content-wrapper-inner.gallery {
    /*width: 80%;
    left: 20%;*/
    top: 10%;
}

.grid-container {
    display: grid;
    column-gap: 5px;
    row-gap: 5px;
    grid-template-columns: auto auto auto;
    height: 420px;
}

.grid-container a:hover {
    text-decoration: none;
}

.sideways {
    float: left;
    margin-right: 2%;
    margin-top: 48px;
}

.content-wrapper.gallery h2,
.content-wrapper.video h2 {
    writing-mode: vertical-rl;
}

.gal {
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.gal.villa {
    background-image: url(../../../images/galleries/overview/the-villa.jpg);
}

.gal.living {
    background-image: url(../../../images/galleries/overview/living-room.jpg);
}

.gal.kitchen {
    background-image: url(../../../images/galleries/overview/kitchen.jpg);
}

.gal.living {
    background-image: url(../../../images/galleries/overview/living-room.jpg);
}

.gal.master {
    background-image: url(../../../images/galleries/overview/master.jpg);
}

.gal.bed {
    background-image: url(../../../images/galleries/overview/bedroom.jpg);
}

.gal.pool {
    background-image: url(../../../images/galleries/overview/pool.jpg);
}

.gal.outdoor {
    background-image: url(../../../images/galleries/overview/outdoor.jpg);
}

.gal.dock {
    background-image: url(../../../images/galleries/overview/dock.jpg);
}

.gal.garage {
    background-image: url(../../../images/galleries/overview/garage.jpg);
}

.gal span {
    display: block;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
}

.content-wrapper.video {
    background-image: url(../../../images/layout/galleries-wrapper-video.jpg);
    background-position: right;
}

div.content-wrapper-inner.video {
    top: 25%;
    left: 0;
    width: 60%;
}

div.content-wrapper-inner.video .grid-container {
    height: auto;
}

.content-wrapper.video .sideways {
    float: right;
    margin: 48px 0 0 2%;
}

.content-wrapper.video .grid-container {
    grid-template-columns: 50% 50%;
}

.content-wrapper-inner.video iframe, .content-wrapper-inner.video video {
    width: 100%;
    height: 100%;
    min-height: 250px;
}

/* Boat */
div#submenu-replacement {
    height: 30px;
}

/* Availability */
.content-wrapper.cal h1 {
    text-align: center;
}

#jux-event-calendar .fc-toolbar .fc-center h2 {
    color: #bbad79;
}

.fc-icon-right-single-arrow:after,
.fc-icon-left-single-arrow:after {
    right: 3px;
}

/* Guestbook */
.content-wrapper.guestbook {
    text-align: center;
}

div#wrapper-book {
    width: 100%;
    text-align: center;
    margin: 50px 0;
    padding: 50px 0;
    background: linear-gradient(90deg , #fff 50% , #bbad79 50% );
    justify-content: center;
    display: flex;
}

div.book input {
    display: none;
}

div.book img {
    width: 100%;
    height: 100%;
}

.book {
    display: flex;
}

div.book #cover {
    width: 400px;
    height: 400px;
}

div.book .flip-book {
    width: 400px;
    height: 400px;
    position: relative;
    perspective: 1500px;
}

div.book .flip {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: .5s;
    color: #000;
}

div.book .front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fafafa;
    box-sizing: border-box;
    padding: 13px;
}

div.book .back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    background-color: #000;
}

div.book .next-btn {
    position: absolute;
    bottom: 13px;
    right: 13px;
    cursor: pointer;
    color: #000;
}

div.book .back-btn {
    position: absolute;
    bottom: 13px;
    right: 13px;
    cursor: pointer;
    color: #fff;
}

div.book #p1 {
    z-index: 6;
}
div.book #p2 {
    z-index: 5;
}
div.book #p3 {
    z-index: 4;
}
div.book #p4 {
    z-index: 3;
}
div.book #p5 {
    z-index: 2;
}
div.book #p6 {
    z-index: 1;
}

div.book #c1:checked ~ .flip-book #p1 {
    transform: rotateY(-180deg);
    z-index: 1;
}
div.book #c2:checked ~ .flip-book #p2 {
    transform: rotateY(-180deg);
    z-index: 2;
}
div.book #c3:checked ~ .flip-book #p3 {
    transform: rotateY(-180deg);
    z-index: 3;
}

div.book #c4:checked ~ .flip-book #p4 {
    transform: rotateY(-180deg);
    z-index: 4;
}
div.book #c5:checked ~ .flip-book #p5 {
    transform: rotateY(-180deg);
    z-index: 5;
}
div.book #c36:checked ~ .flip-book #p6 {
    transform: rotateY(-180deg);
    z-index: 6;
}

/* Contact */
div#ff_formdiv1 {
    min-width: 800px;
}

.bfQuickMode .bfLabelLeft label {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
}

.bfQuickMode section input[type='text'],
.bfQuickMode section textarea,
.bfQuickMode section select {
    width: 50%;
}

.bfQuickMode section input[type='text'], .bfQuickMode section textarea, .bfQuickMode section select {
    height: 2em;
    margin-bottom: 9px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 5px 10px;
    line-height: normal;
    color: #555;
    width: 80%;
    background: #f1ede0;
    font-family: 'Roboto Condensed',Arial, Helvetica;
    font-size: 16px;
}

.bfQuickMode section textarea {
    height: 120px;
    padding-top: 5px;
}

.button, [type="submit"] {
    border: 0;
    padding: 0 !important;
    font-size: 18px;
    line-height: 1 !important;
    color: #e9e9e9;
    background-color: #5d563c;
    font-weight: normal !important;
    float: none !important;
    margin: 0;
    width: 53%;
    font-family: 'Roboto Condensed',Arial, Helvetica;
}

button#bfSubmitButton span {
    padding: 8px 0;
}

/* Sitemap */
div#osmap {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 60px;
}

div#osmap li a {
    font-size: 16px;
}

div#osmap h2 {
	display: none;
}

/* Welcome */
body#welcome div#header,
body#welcome .menu-icon-cont.sm-btn-96,
body#welcome div#footer,
body#welcomesub div#header,
body#welcomesub .menu-icon-cont.sm-btn-96,
body#welcomesub div#footer,
body#welcome .menu-icon-cont.sm-btn-94,
body#welcomesub .menu-icon-cont.sm-btn-94 {
    display: none;
}

body#welcome div#content,
body#welcomesub div#content {
	padding-bottom: 0;
}

body#welcome div#welcome-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

body#welcome div#welcome-button a {
    color: #fff;
}

body#welcome div#welcome-button span.w-btn {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 6% 20px 6% 0;
    padding: 10px;
    cursor: pointer;
}

body#welcome div#welcome-text {
    position: absolute;
    bottom: 20%;
    left: 5%;
    width: auto;
    font-size: 50px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

body#welcomesub span {
    display: block;
    font-weight: bold;
    font-size: 49px;
    margin-bottom: 20px;
}

.item-pagewelcomesub {
    padding: 80px 2% 40px;
    text-align: center;
}

.item-pagewelcomesub h2 {
    margin: 0 !important;
    font-size: 1.1em;
}

.item-pagewelcomesub p {
    margin: 0.3em 0 !important;
    padding: 0 !important;
    font-size: 1.3em;
    text-align: center;
}

.item-pagewelcomesub p.center {
	text-align: center;
	margin: 20px 0 !important;
}

.moduletablewelcome {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 50px;
    background: #eee;
    left: 0;
}

.moduletablewelcome ul.nav.menu.mod-list {
    text-align: center;
    margin: 0 !important;
    margin-block-start: 0 !important;
    padding-inline-start: 0 !important;
}

.moduletablewelcome li {
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    font-weight: bold;
    margin: 0 !important;
    font-size: 1.4em;
}

.moduletablewelcome li.active {
    background: #469;
}

ul.nav.nav-tabs.nav-stacked li a {
    font-size: 1.2em;
}

.moduletablewelcome li.active a {
    color: #fff;
}

.pull-right.article-index h3 {
    display: none;
}

ul.nav.nav-tabs.nav-stacked {
    text-align: center;
    margin-bottom: 1px !important;
}

ul.nav.nav-tabs.nav-stacked li  {
    display: inline-block;
    background: #eee;
    padding: 5px;
}

ul.nav.nav-tabs.nav-stacked li.active {
    background: #469;
}

ul.nav.nav-tabs.nav-stacked li.active a {
    color: #fff;
}

.pager {
    text-align: center;
    clear: both;
}

.pager ul {
    padding: 0 !important;
    margin: 0 !important;
}

.pager ul li {
    display: inline-block;
    margin: 0 5px !important;
    list-style-type: none !important;
}

.pagenavcounter {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #ababab;
    font-weight: normal;
    display: none;
}

ol.ac {
    list-style-type: decimal !important;
}

ul.trash li,
ol.ac li {
    float: left;
    list-style-position: inside;
    padding-right: 10px;
}

img.wel-right {
    float: right;
}

.wel-res {
    display: inline-grid;
    width: 29%;
    margin: 40px 2% 20px;
}

.wel-res h2 {
	text-align: left;
}

p.lm {
    margin: 0 !important;
    padding-left: 40px !important;
}
