/* Add here all your css styles (customizations) */
.header-fixed .header.header-fixed-shrink {
    background: #fff;
}

.search-block {
    padding: 40px 0;
}

    .search-block h1 {
        text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    }

@media (min-width: 992px) {
    .header-fixed .header.header-fixed-shrink .logo img {
        max-width:329px;
        margin: 45px 0 0px;
    }
}
a img
{
    border: none;
}

img.left
{
    float: left;
    margin: 0 15px 0 0;
    clear: left;
}

img.right
{
    float: right;
    margin: 0 0 0 15px;
    clear: right;
}

p.right
{
    float: right;
}
A[rel="external"], #menu ul li a[rel="external"]
{
    padding-right: 12px;
    background: url(../img/icons/icon_external_website.gif) no-repeat top right;
    margin-right: 6px;
}

A[rel="document"], #menu ul li a[rel="document"]
{
    padding-right: 12px;
    background: url(../img/icons/icon_pdfdocument.gif) no-repeat top right;
    margin-right: 6px;
}

a:hover, .content a:visited {
    color: #06C;
    text-decoration:none;
}
a, li a {
    color: #06C /*#e3a400 #F3AF00 */;
}

main a {
    text-decoration: underline;
}

.breadcrumbs a {
    text-decoration: none;
}
A[rel="external"], #menu ul li a[rel="external"] {
    padding-right: 12px;
    background: url(../img/icons/icon_external_website.gif) no-repeat top right;
    margin-right: 6px;
}

A[rel="document"], #menu ul li a[rel="document"] {
    padding-right: 12px;
    background: url(../img/icons/icon_pdfdocument.gif) no-repeat top right;
    margin-right: 6px;
}
span.phone {
    padding-left: 20px;
    background: url(../img/icons/icon_phone.gif) no-repeat 4px 4px;
    margin-left: 5px;
}
ul.reservations {
    list-style:none;
    padding-left:0;
}
.ResURL {
    margin-bottom:4px;
}
.center {
    margin: auto;
    width: 60%;
    padding: 10px;
}

a.btn-u:hover, 
a.btn-u:visited,
.footer a.btn-u,
.footer a.btn-u:hover, 
.footer a.btn-u:visited {
    color:white;
}
/*smaller navbar fonts*/
@media (max-width: 1199px) {
    .header .navbar-nav > li > a {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .header .navbar-nav > li > a {
        font-size: 13px;
    }
}

/*logo shrink after scroll*/
@media (min-width: 992px) {
    .header-fixed .header.header-fixed-shrink .logo img {
        max-width: 187px;
        margin: 45px 0 17px;
    }
}

/*.img-responsive{width:100%;}*/


.btn-u.btn-u-default {
    background: #676767;
}

.btn-u {
    background-color: #1175b8;
}



/* accessible drop down menus */
.nav-dropdown-btn {
    background: none;
    border: none;
    padding: 15px;
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    cursor: pointer;
    display: block;
    line-height: inherit;
}

    .nav-dropdown-btn:hover,
    .nav-dropdown-btn:focus {
        color: inherit;
        background-color: transparent;
        outline: 2px solid currentColor;
        outline-offset: -2px;
    }

.header .navbar-nav > li > button {
    bottom: -2px;
    position: relative;
    padding: 9px 30px 9px 20px;
    text-transform: uppercase;
    color: #687074;
}

/*.header .navbar-nav > li > button:hover, .header .navbar-nav > .active > button {
        border-bottom: 1px solid #3498db;
    }*/

.header .navbar-nav > li:hover > button {
    color: #2980b9;
}

@media (max-width: 991px) {
    .header .navbar-nav > li > button {
        padding: 9px 10px;
        width: 100%;
        text-align: left
    }

    .nav > li > button:focus, .nav > li > :hover {
        background-color: #eee;
    }

    .header .navbar-nav > li > button:hover, .header .navbar-nav > .active > button {
        border-bottom-color: #3498db;
    }
}

@media (min-width: 992px) {
    .nav > li > button:focus, .nav > li > button:hover {
        text-decoration: none;
    }

    .header-fixed .header.header-fixed-shrink .navbar-nav > li > button {
        padding-top: 19px;
        padding-bottom: 19px;
        border-bottom: none
    }
}

.header .dropdown.open > .dropdown-menu {
    display: block;
}

.header .navbar-nav > li > a, .header .navbar-nav > li > button {
    bottom: -2px;
    position: relative;
    padding: 9px 20px 9px 15px;
}