/** HEADER, HOMEPAGE, FOOTER STYLES  **/

.nav {
    position: relative;
    margin: auto;
    z-index: 100;
}

.nav ul {
    margin: auto;
    padding: 0;
}

.nav li {
    margin: auto;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.nav a {
    padding: 3px 12px;
    text-decoration: none;
    color: #999;
    line-height: 100%;
}

.nav a:hover {
    color: #000;
}

.nav .current a {
    background: #999;
    color: #fff;
    border-radius: 0px;
}

.nav.center ul {
    text-align: center;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;

}

/* ROOM PLANNER PAGE */
#roomplannerpage {
    margin-top: 20px;
}

#roomplannerpagepic {
    margin-left: 20px;
}

#roomplannerpage a {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 150px;
    background-color: #2a2a2a;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

#roomplannerpage p {
    font-size: 14px;
    line-height: 20px;
    color: #2a2a2a;
}

#roomplannerpage li {
    font-size: 14px;
    line-height: 20px;
    color: #2a2a2a;
}


.ad {
    padding: 30px;
    margin: 10px;
}

.ad img {
    height: auto;
}

#ad1 {
    font-family: 'Montserrat';
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 28px;
}

#ad2 {
    font-family: 'old standard tt';
    text-align: center;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: titlecase;
    font-style: italic;
    color: #ffffff;
    font-size: 22px;
}

.tagline {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 18px;
    text-transform: titlecase;
    font-weight: 400;
    color: #ffffff;
    font-style: none;
    padding-bottom: 20px;
}

.button {
    margin: auto;
    font-family: 'Montserrat';
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    background: #428384;
    padding: 8px;
    margin-top: 5px;
    width: 190px;
}


.button a {
    text-decoration: none;
    color: #ffffff;

}



#divworkspacearea {
    max-width: 1160px;
    padding: 20px 10px 20px 10px;
    margin: 12px auto 0 auto;
    background-color: #fff;
}

.HomePageForm #divworkspacearea {
    max-width: 1220px;
    padding: 0;
    background: none;
    margin: 0 auto;
}

*:focus {
    outline: none;
}

img {
    border: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

#pagetitle h1 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #428384;
    display: inline-block;
    padding: 5px !important;
}

h2 {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #428384;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    background-image: url("https://s17.postimg.cc/v16t9hosf/bkgd.png");
    background-repeat: repeat;
    background-position: top left;
    font-family: Arial, sans-serif;
}

#topnav {
    margin-top: 21px;
}

#topnav li {
    list-style: none;
    display: inline;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 10px;
    letter-spacing: 1px;
    border-left: 1px solid #ffffff;
    padding-left: 10px;
    padding-right: 5px;
}

#topnav li:first-child {
    border-left: 0;
    padding-left: 0;
}

#topnav li a {
    color: #FFF;
    text-decoration: none;
}

#topnav li a:hover {
    text-decoration: underline;
}

#accountnav {
    margin-top: 25px;
    margin-right: 8px;
    margin-bottom: 6px;
    margin-left: 10px;
    float: right;
}

#accountnav ul {
    list-style: none;
}

#accountnav ul li {
    display: block;
    position: relative;
    font-family: 'Montserrat';
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
    padding-left: 0px;
    z-index: 500;
}

#accountnav li ul {
    display: none;
}

#accountnav ul li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    white-space: nowrap;
}

#accountnav ul li a:hover {
    text-decoration: underline;
}

#accountnav li:hover ul {
    width: 130px;
    display: block;
    position: absolute;
    left: -62px;
    top: 11px;
    z-index: 500;
    padding-top: 10px;
}

#accountnav li:hover li {
    clear: both;
}

#accountnav li:hover li a {
    background-color: #428384;
    position: relative;
    height: 25px;
    line-height: 25px;
    z-index: 200;
    padding-right: 10px;
    padding-left: 10px;
}

#accountnav li:hover li a:hover {
    text-decoration: underline;
}

#searchbox {
    width: 230px;
    height: 28px;
    border: 1px solid #fff;
    margin-top: 17px;
    margin-left: 8px;
    float: right;
}

#searchboxleft {
    width: 192px;
    height: 28px;
    float: right;
}

#searchboxleft input {
    width: 181px;
    height: 20px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #929292;
    background-color: #FFF;
    padding: 3px 3px 3px 6px;
    border: 1px solid #FFF;
}

#searchboxright {
    width: 38px;
    height: 28px;
    float: right;
}

#searchboxright a {
    display: block;
    width: 38px;
    height: 28px;
    line-height: 28px;
    background-color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #2a2a2a;
    text-align: center;
    text-decoration: none;
}

#searchboxright a:hover {
    color: #ababab;
}

#logo {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
}

#logo img {
    max-width: 100%;
    height: auto;
}

#mainnav {
    height: 43px;
    line-height: 43px;
    background: rgb(57, 57, 57);
    background: rgba(5255, 255, 255, .1);
}

#mainnav ul {
    list-style: none;
    padding-left: 55px;
}

#mainnav ul li {
    display: block;
    position: relative;
    font-family: 'Montserrat';
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 200;
    float: left;
}

#mainnav li ul {
    display: none;
}

#mainnav ul li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    height: 43px;
    white-space: nowrap;
    padding: 0 1em;
}

#mainnav ul li:hover a {
    color: #ababab;
}

#mainnav li:hover ul {
    display: block;
    position: absolute;
    z-index: 200;
}

#mainnav li:hover li {
    width: 180px;
    font-size: 12px;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    font-weight: normal;
    clear: both;
}

#mainnav li:hover li a {
    background-color: #428384;
    color: #FFF;
    position: relative;
    text-transform: none;
    height: 30px;
    line-height: 30px;
    left: -45px;
    top: 0px;
    z-index: 200;
}

#mainnav li:hover li a:hover {
    text-decoration: underline;
}



#homebanner {
    margin-top: 12px;
}

#homebanner img {
    max-width: 100%;
    height: auto;
}

#homebannerslides .item img {
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid #ffffff;
}

#homebanner .owl-buttons {
    display: none;
}

#homebanner .owl-theme .owl-controls {
    text-align: right !important;
}

#homebanner .owl-theme .owl-controls .owl-page span {
    margin: 2px 4px !important;
    width: 9px !important;
    height: 9px !important;
    background: #FFF !important;
}

.hometitle {
    margin-top: 10px !important;
    margin-bottom: 25px !important;
    background: url('images/dashedborder.png') repeat-x 0px 16px;
}

.hometitleheading h1 {
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFF;
    display: inline-block;
    padding: 10px !important;
    background-color: #003366;
}

.hometitleheading h2 {
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFF;
    display: inline-block;
    padding-right: 15px !important;
    background-color: #003366;
}

.subbanner {
    position: relative;
    text-align: center;
    margin-bottom: 16px;
}

.subbanner img {
    width: 100%;
    height: auto;
}

.subbanner h1 {
    font-family: 'Montserrat';
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: normal;
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.subbanner h1 a {
    display: inline-block;
    padding: 8px;
    background: url('images/subbannerbg.png') repeat;
    color: #FFF;
    text-decoration: none;
}

.subbanner h1 a:hover {
    text-decoration: underline;
}

.subbanner h2 {
    font-family: 'Montserrat';
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: normal;
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.subbanner h2 a {
    display: inline-block;
    padding: 8px;
    background: #428384;
    color: #FFF;
    text-decoration: none;
}

.subbanner h2 a:hover {
    text-decoration: underline;
}

#homevideo {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

#homevideo img {
    max-width: 100%;
    height: auto;
}

#homecopy p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
}

.who {
    width: 300px;
}

#footercontent {
    padding-bottom: 25px;
    background: url('images/dashedborder.png') repeat-x top left;
    margin-top: 40px;
    padding-top: 35px;
}

.footercolumn {
    padding-left: 10px;
}

#footerlogo {
    margin-top: 15px;
}

#footerlogo img {
    max-width: 100%;
    height: auto;
}

#socialmedia {
    padding-top: 10px;
    padding-bottom: 15px;
}

.socialmediaicon i {
    margin: 2px;
    padding: 10px;
    width: 15px;
    height: 12px;
    float: left;
    font-size: 2em;
    color: #fff;
}

.socialmediaicon i:hover {
    color: #F6E0AE;

}

.footercolumn h1 {
    font-family: 'Montserrat';
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
    padding-bottom: 15px;
    padding-top: 10px;
}

.footercolumn h3 {
    font-family: 'Montserrat';
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
    padding-bottom: 15px;
    padding-top: 10px;
}

.footercolumn li {
    list-style: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.footercolumn li a {
    color: #FFF;
    text-decoration: none;
}

.footercolumn li a:hover {
    text-decoration: underline;
}

.footercolumn p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #cdcdcd;
}

.footercolumn a {
    color: #cdcdcd;
    text-decoration: none;
}

.footercolumn a:hover {
    text-decoration: underline;
}

#copyright {
    padding-top: 15px;
    padding-bottom: 20px;
}

#copyright p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #FFF;
}

#copyright a {
    color: #FFF;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}

#seocopy {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 20px;
}

#seocopy a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}

#seocopy a:hover {
    text-decoration: underline;
}

#seocontentbox {
	display: none;
    max-width: 100%;
    background: rgb(57, 57, 57);
    background: rgba(5255, 255, 255, .1);
    padding: 15px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

#seocontentbox p {
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
}


@media screen and (max-width: 400px) {

    #logo {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    #homevideo {
        margin-right: 0px;
    }

    .ad img {
        width: 90%;
        height: auto;
    }



}




}

@media screen and (min-width: 401px) and (max-width: 767px) {

    #logo {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 15px;
    }




}


@media screen and (min-width: 768px) and (max-width: 1024px) {}

@media screen and (min-width: 900px) and (max-width: 1200px) {

    #mainnav {
        width: 100%;
        text-align: -webkit-center;
    }

    #mainnav ul li {
        font-size: 13px;
    }


    #mainnav li:hover li a {
        left: 0;
    }



}


@media (min-width: 1200px) {
    .ItemBrowserPageContainer {
        padding: 20px;
    }



}

@media screen and (min-width: 768px) {
    .nav {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .nav {
        position: relative;
        min-height: 60px;
        font-family: 'Montserrat';
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 18px;
        text-align: center;
    }

    .nav ul {
        width: 100%;
        text-align: center;
        padding: 5px 0;
        position: absolute;
        top: 0;
        left: 0;
        border: solid 0px #aaa;
        background: #fff url(images/icon-menu.png) no-repeat 10px 11px;
        border-radius: 0px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    }

    .nav li {
        display: none;
        margin: 0;
    }

    .nav .current {
        display: block;
    }

    .nav a {
        display: block;
        padding: 5px 5px 5px 5px;
        text-align: left;
    }

    .nav .current a {
        background: none;
        color: #666;
    }


    .nav ul:hover {
        background-image: none;
    }

    .nav ul:hover li {
        display: block;
        margin: 0 0 5px;
    }

    .nav.center ul {
        left: 50%;
        margin-left: -90px;
    }

}


@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}





/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/
.tradingarea ul {
    list-style-type: none;
    padding-left: 15px;
}

.tradingarea ul {
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
}

#center {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}