/* Site-wide styling */
 /*Blue*/
 /*Grey*/
 /*White*/
 /*Blue Grey*/
 /*Dark Grey*/
 /*White*/
 /*Dark Blue*/
 /*Black*/
 /*Dark Grey*/


* { margin: 0; padding: 0; }

img { border: 0; }

div {
    position: relative;
}

html { 
    position: relative;
    /*height: 100%;*/
}

body {
    min-width: 320px;
    line-height: 1.5em;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 14px;
    font-weight: 400;
    min-height: 100%;
    position: relative;
    color: #5A6A7D;
    background: #90A0B2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNjY2NjY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkwYTBiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  #606A79 0%, #90A0B2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#606A79), color-stop(100%,#90A0B2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #606A79 0%,#90A0B2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #606A79 0%,#90A0B2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #606A79 0%,#90A0B2 100%); /* IE10+ */
    background: linear-gradient(135deg,  #606A79 0%,#90A0B2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#90a0b2',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

h1 { font-size: 1.7em; line-height: 1.7em; color: #070852;}

h2 { font-size: 1.3em; line-height: 1.3em; color: #070852;}

h3 { font-size: .85em; font-weight: bold;}

h4 { font-size: 1em; font-weight: bold;}

h5 { font-size: .85em; font-weight: normal;}

h6 { }

a, a:visited, a:hover { color: #070852; }

ul, ol { list-style-position: outside; margin-left: 25px;}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

hr {
    margin-top: 15px;
    margin-bottom: 5px;
}
/* Structure */

div.page {
    max-width: 950px;
    min-width: 320px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0 0 70px 0;
}

div#header {
    width: 100%;
    min-height: 14em;
    margin-top: 2em;
}

div#head-left{
    display: inline-block;
    vertical-align: middle;
    padding-right: .5em;
}

div#head-logo{
    display: inline-block;
    vertical-align: middle;
}

div#head-right{
    display: inline-block;
    vertical-align: top;
    padding-top: 4em;
    padding-left: 1em;
}

div#menuwrapper {
    max-width: 950px;
    margin: 0 auto;
    line-height: 3em;
}

div#center-home, div#center-inside {
    padding-left: 3.5em;
    padding-right: 3.5em;
    padding-bottom: 3.5em;
}

div#content-wrapper-home {
    border-bottom: #343942 12px solid;
    min-height: 28em;
    background:#FFFFFF;
}

div#content-wrapper-inside {
    border-bottom: #343942 12px solid;
    min-height: 28em;
    background:#FFFFFF;
}

div#content-home{
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 1em;
    padding-bottom: 50px;
}

div#content-inside{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10em;
}

div.accommodation {
    display: inline-block;
    width: 65%;
    padding-left: 1em;
    vertical-align: top;
}

img.inside-top-img {
    padding-bottom: 1em;
    padding-top: 2em;
    width: 100%;
}

.img-col {
    display: inline-block;
    width: 30%
}

img.column-image {
    width: 100%;
}

div#footer {
    border-top: #90A0B2 12px solid;
    /*position: absolute;*/
    bottom: 0;
    margin-left: 20%;
    padding-right: 20%;
    padding-bottom: 3.5em;
}

div#social {
    display: inline-block;
    vertical-align: top;
    padding-left: 2em;
    padding-top: .5em;
}

div#social * {
    display: inline-block;
    vertical-align: top;
}

/* Styling */
div#header {
    text-align: center;
}

div#head-left{
    color: #90A0B2;
    text-shadow: rgba(255, 255, 255, 0.2) 3px 2px 3px;
    font-size: 2.4em;
    line-height: 1.5em;
}

div#head-right{
    font-size: .8em;
    color: #FFFFFF;
    text-align: left;
}

div#head-right a{
    color:#FFFFFF;
    text-decoration:none;
}

div#head-right a:hover{
    color:#070852;
    text-decoration:underline;
}

div#bottom{
    box-shadow: 0 0 2em #606A79;
}

div#callout{
    height: 40px;
    background: #90A0B2;
    text-align: center;
    line-height: 40px;
    font-size: .95em;
    color: #FFFFFF;
    font-style: italic;
}

div#center-home {
    background: #606A79 url(/uploads/images/layout/content-bkg.png) no-repeat;
}

div#center-inside {
    background: #606A79;
}

div#social a {
    text-decoration: none;
}

div#social .fa {
    color: #000000;
    font-size: 2.5em;
}

div#header-search {
    min-width: 183px;
    height: 24px;
    clear: right;
    line-height: 65px;
}

div#footer-content {
    color: #42474F;
    display: inline-block;
    font-size: 0.78em;
    font-weight: bold;
    width: 70%;
    padding-top: .5em;
}

/* Classes for toggleMenu.js */
/* This is for the responsive drop down menu used for smaller screens */

.show-menu {
    position: relative;
    visibility: visible;
}

.hide-menu {
    position: absolute;
    visibility: hidden;
}

.show-menu-arrow {
    display: none;
}

.hide-menu-arrow {
    display: inline-block;
    color: #FFFFFF;
}



/* Search styling */
.search .search-input {
    padding-left: 5px;
    width: 175px;
    height: 24px;
    border: none;
}

div.search .search-input {
    background-color: #90A0B2;
}

li#menu-search {
    padding-bottom: 1em;
}

li.search .search-input {
    margin-left: 2%;
    background-color: #90A0B2;
}

.search .search-button {
    border: 0;
    cursor: pointer;
    color: #FFFFFF;
    background: none;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 1em;
}

/*Navigation*/
div#sec-menuwrapper > ul ul { margin-left: 0; }

ul#secondary-nav li {
    /*font-size: .8em;*/
    list-style-type: none;
}

ul#secondary-nav li:hover { position:relative; }

ul#secondary-nav li:hover > ul { visibility: visible; z-index: 1000; padding: 5px 0; margin-top: 36px; }

ul#secondary-nav a {
    display: inline-block;
    white-space: nowrap;
    /*margin: 0 10px 0 10px;*/
    font-weight: 300;
    color: #FFFFFF;
}

ul#secondary-nav a,
ul#secondary-nav a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

ul#secondary-nav a:hover { color: #070852; }

ul#secondary-nav a.menuactive, 
ul#secondary-nav a.menuactive:hover, 
ul#secondary-nav a.menuactive:visited {
    color: #070852;
    text-decoration: none;
    font-weight: bold;
}


/*** DEFAULT MAIN NAVIGATION FOR LARGER SCREENS ***/
@media screen and (min-width: 850px) {

    li#menu-search {
        display: none;
    }

    span#mobile-menu,
    #menu-down,
    #menu-up {
        display: none;
    }

    ul#primary-nav > ul li {
        display: inline-block;
        font-weight: normal;
    }

    div#header-nav a {
        text-decoration: none;
    }

    div#menuwrapper > ul ul { margin-left: 0; }

    ul#primary-nav {
        visibility: visible;
        position: relative;
        display: inline-block;
        margin: 0 auto;
    }

    ul#primary-nav li {
        list-style-type: none;
    }

    ul#primary-nav > li > ul li {
    }

    ul#primary-nav > li {
        float: left;
    }

    ul#primary-nav li ul {
        visibility:hidden;
        position:absolute;
        background: #606A79;
        margin-left: 10px;
        width: 15em;
        font-size: .8em;
        border-top: #070852 solid 2px;
    }

    ul#primary-nav li:hover {
        position:relative; 
    }

    ul#primary-nav > li:hover > ul { visibility: visible; z-index: 1000; top: 0; margin-top: 3.8em; }

    ul#primary-nav > li:hover > ul > li:hover > ul { visibility: visible; z-index: 1000; left: 100%; }

    ul#primary-nav a,
    ul#primary-nav a:visited {
        display: inline-block;
        white-space: nowrap;
        margin: 0 5px 0 15px;
        font-weight: normal;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 1.4em;
    }

    ul#primary-nav a:hover { color: #070852; }

    ul#primary-nav a.menuactive, 
    ul#primary-nav a.menuactive:hover, 
    ul#primary-nav a.menuactive:visited {
        color: #070852;
        text-decoration: none;
        /*font-weight: bold;*/
    }
}

/*Responsive*/
@media screen and (max-width: 1024px) and (min-width: 851px) {
    body{
        font-size: 12px;
    }
}

/* Dropdown navigation */
@media screen and (max-width: 850px) {

    .search .search-button {
        position: relative;
        right: auto;
        top: auto;
    }

    div#header-search {
        padding-bottom: 2em;
    }

    div#menuwrapper {
        cursor: pointer;
        line-height: 1.5em;
    }

    div#menu {
        min-height: 3em;
    }

    #menu-down, #menu-up {
        float: right;
        margin: 1em 3.6% 1em 0;
    }

    span#mobile-menu {
        float: left;
        margin: 1em 0 1em 3.6%;
        color: #FFFFFF;
    }

    div#header-nav {
        min-height: 3em;
    }

    div#header-nav ul li {
        width: 100%;
        display: block;
    }

    div#header-nav ul {
        margin: 0 0 1em 0;
    }

    ul#primary-nav li {
        list-style-type: none;
    }

    ul#primary-nav li.arrow {
        display: none;
    }

    ul#primary-nav li ul {
        margin: 0 0 0 2em;
    }

    ul#primary-nav a {
        display: inline-block;
        width: 96%;
        height: 100%;
        white-space: nowrap;
        padding: 0 2% 0px 2%;
    }

    ul#primary-nav a,
    ul#primary-nav a:visited {
        color: #FFFFFF;
        text-decoration: none;
    }

    ul#primary-nav a:hover { color: #070852; }

    ul#primary-nav a.menuactive, 
    ul#primary-nav a.menuactive:hover, 
    ul#primary-nav a.menuactive:visited {
        color: #070852;
        text-decoration: none;
    }

    div#center-home, div#center-inside {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }

    div#head-right{
        display: block;
        vertical-align: top;
        padding-top: 0;
        padding-left: 0;
        text-align: center;
    }
}

@media screen and (max-width: 700px) {

    div#head-left{
        font-size: 2em;
        line-height: 8em;
    }

    div.accommodation {
        display: inline-block;
        width: 50%;
        padding-left: 2%;
        vertical-align: top;
    }

    .img-col {
        display: inline-block;
        width: 45%
    }
}

@media screen and (max-width: 540px) {

    h1 { font-size: 1.5em; line-height: 1.5em; color: #070852;}

    h2 { font-size: 1.1em; line-height: 1.1em; color: #070852;}

    h3 { font-size: .8em; font-weight: bold;}

    div#head-left{
        font-size: 2em;
        line-height: 2em;
    }

    div.accommodation {
        display: inline-block;
        width: 100%;
        padding-left: 0;
        vertical-align: top;
    }

    .img-col {
        display: inline-block;
        width: 100%
    }
}
/* Stylesheet: site Modified On 2020-10-22 11:43:18 */
