/* #region Used by all pages. keep or improve */
html, body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    background-color: #000;
    height: 100%
    }
td, th {
    padding: 5px
    }
.main-container {
    padding-bottom: 20px;
    background-color: #fff;
    min-height: 40%
    }
/* #endregion */
/* #region only used in TestHome.aspx, can be deleted */
.slideshow, img.bgM {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999
    }
/* #endregion */
/* #region Navbar, can be deleted. Replaced by new Navbar widget in SkinBuilder */
.nav li .tab_hoverstate img {
    position: absolute;
    z-index: 5;
    margin-top: -20px;
    margin-left: -20px;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-opacity: 0;
    opacity: 0;
    visibility: hidden
    }
.nav li:hover .tab_hoverstate img {
    visibility: visible;
    -ms-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
    }
.nav li:hover span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
    }
.navbar {
    background-color: white;
    margin-bottom: 0
    }
.nav li {
    line-height: 60px
    }
.nav > li > a {
    padding: 10px 5px
    }
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    text-decoration: none
    }
.nav span, .nav a {
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    color: #000
    }
.nav > li > a.logo-overlap {
    position: absolute;
    top: 0;
    left: 0
    }
.nav > li > a.logo {
    padding: 0
    }
.nav > li > a.logo > img {
    max-width: 300px
    }
@media (max-width: 768px) {
    /* iPad Portrait tweaks*/
    .nav span {
        font-size: 14px
        }
    .nav > li > a.logo > img {
        max-width: 200px
        }
    }
.dropdown-menu > li > a {
    line-height: 26px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 300
    }
.dropdown-menu > li > a:hover {
    background-color: black;
    color: white
    }
.pop-menu:after {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 70px;
    width: 0;
    height: 0;
    border-color: transparent transparent white transparent;
    border-style: solid;
    border-width: 10px
    }
.dropdown-menu.pop-menu {
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175)
    }
.nav-justified > .dropdown .dropdown-menu {
    position: absolute;
    top: 90px
    }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent
    }
@media (max-width: 1200px) {
    .nav li {
        line-height: 30px
        }
    }
/* #endregion */
/* #region Legacy Login controls, can be deleted */
.login-ctrls {
    text-align: left;
    font-size: 12px;
    padding: 2px 15px;
    float: left;
    width: 49%
    }
.tray-ctrls {
    text-align: right;
    font-size: 12px;
    padding: 2px 15px;
    float: right;
    width: 49%
    }
.login-ctrls a, .tray-ctrls a {
    text-decoration: underline
    }
/* #endregion */
/* #region Legacy billboard, can be deleted */
.billboard {
    position: relative;
    overflow: hidden;
    height: 400px
    }
.billboard > img {
    position: absolute;
    left: 0;
    right: 0
    }
.transparent-bar {
    position: absolute;
    bottom: 10%;
    width: 100%;
    opacity: 0.8;
    background-color: #fff
    }
.row.transparent-bar {
    margin: 0
    }
.big-text {
    font-size: 30px
    }
.medium-text {
    font-size: 19px
    }
.billboard-content {
    opacity: 1;
    background-color: #e40613;
    color: white;
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
    padding-bottom: 20px;
    padding-top: 10px
    }
.billboard-content span {
    display: block
    }
/* #endregion */
/* #region Legacy headers, should be replaced with ability to manage fonts */
h1 {
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 36px
    }
h1.divider {
    padding: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 25px
    }
h2 {
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 36px;
    padding: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 25px
    }
h3 {
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif
    }
/* #endregion */
/* #region Not used by any pages */
span.important-info {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 36px
    }
.sushiImg {
    border: 1px solid
    }
div.bg-image {
    width: 100%;
    height: 100%
    }
.transparent {
    opacity: 0.8;
    background-color: #fefefe
    }
.text-row {
    margin: 10px 0 30px 0
    }
.fc-header-title h2 {
    border-bottom: 0
    }
/* #endregion */
/* #region Used in /Pages/Menu2.aspx, keep or update page */
.half-width {
    width: 50%
    }
/* #endregion */
/* #region Used by legacy LayoutPages module, can be deleted */
.layoutArea {
    margin: 0
    }
/* #endregion */
/* #region Footer, can be deleted. Replaced by new Footer in SkinBuilder */
div.footer {
    line-height: 22px;
    background: black;
    padding: 25px 16px;
    color: #e2e1d9;
    text-align: left
    }
.footer .col-md-3 {
    border-right: 1px solid #444;
    height: 196px
    }
.footer .col-md-3:last-child {
    border-right-width: 0
    }
@media (max-width: 768px) {
    /* iPad Portrait tweaks*/
    .footer .col-md-3 {
        margin-bottom: 10px
        }
    .footer .col-md-3:nth-child(even) {
        border-right-width: 0
        }
    }
div.footer h2 {
    margin-top: 0;
    text-transform: none;
    color: #fff;
    font-size: 16px;
    border-bottom-width: 0
    }
ul.categories, .contact-footer ul, ul.addressContainer {
    list-style-type: none;
    padding: 0;
    margin-left: 10%
    }
ul.categories li {
    padding: 0 0 5px 0
    }
ul.categories li span {
    padding-left: 5px
    }
ul.categories li a {
    color: white
    }
ul.categories li a:hover {
    color: #E3E2DA
    }
ul.addressContainer li a {
    color: inherit
    }
ul.addressContainer a:hover {
    color: #fff;
    text-decoration: none
    }
ul.addressContainer .oi {
    width: 18px;
    display: inline-block
    }
.newsletter-input {
    margin: 5px 0
    }
.footer .glyphicon {
    margin-right: 5px
    }
.copyright {
    background: #040404;
    padding: 15px 26px;
    color: #e2e1d9;
    font-size: 11px
    }
.copyright a {
    color: #FFF
    }
.copyright a:hover {
    color: #E3E2DA
    }
.copyright img {
    margin: 0 auto;
    width: 150px
    }
.copyright div {
    text-align: center
    }
.social-icons {
    padding: 20px 0 0 0;
    text-align: center
    }
.social-icons ul li {
    display: inline-block;
    padding-right: 5px
    }
.social-icons ul li a {
    width: 25px;
    height: 25px;
    display: block;
    text-indent: -9999px;
    background: url(../images/social_icons.png);
    -moz-transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
    -webkit-transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
    -o-transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
    transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s
    }
.social-icons ul li a.twitter {
    background-position: 0 0
    }
.social-icons ul li a:hover.twitter {
    background-position: 0 -30px
    }
.social-icons ul li a.facebook {
    background-position: -33px 0
    }
.social-icons ul li a:hover.facebook {
    background-position: -33px -30px
    }
.social-icons ul li a.dribble {
    background-position: -67px 0
    }
.social-icons ul li a:hover.dribble {
    background-position: -67px -30px
    }
.social-icons ul li a.digg {
    background-position: -100px 0
    }
.social-icons ul li a:hover.digg {
    background-position: -100px -30px
    }
.social-icons ul li a.vimeo {
    background-position: -133px 0
    }
.social-icons ul li a:hover.vimeo {
    background-position: -133px -30px
    }
/* Footer Social Icons */
.footer ul.social-icons-ctrl {
    padding: 0;
    margin: 0
    }
.footer ul.social-icons-ctrl li {
    display: inline-block;
    padding: 0 10px 10px 0
    }
.footer ul.social-icons-ctrl li a {
    width: 25px;
    height: 25px;
    display: block;
    font-size: 16px;
    text-indent: 0;
    padding-top: 4px;
    background-image: none;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    color: #232323;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
    }
.footer ul.social-icons-ctrl li a:hover {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: #ddd 0 0 5px 0;
    -ms-box-shadow: #ddd 0 0 5px 0;
    box-shadow: #ddd 0 0 3px 0;
    -webkit-transform: scale(1.4, 1.4);
    -moz-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    -o-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4)
    }
.footer .hours h2 {
    padding-top: 0;
    margin-bottom: 0
    }
.footer .hours dl {
    padding-left: 10px
    }
.footer .hours dl dt {
    margin-top: 5px
    }
/* #endregion */
/* #region Legacy social icons, can be deleted */
.fa-social-icons {
    text-align: center;
    margin-top: 20px
    }
.fa-social-icons ul {
    list-style: none;
    display: block;
    padding: 0
    }
.fa-social-icons ul li {
    padding: 5px;
    display: inline-block
    }
.fa-social-icons ul li a {
    color: #000
    }
.fa-social-icons ul li a i {
    background-color: white;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: #ddd 0 0 5px 0;
    -ms-box-shadow: #ddd 0 0 5px 0;
    box-shadow: #ddd 0 0 5px 0
    }
.fa-social-icons ul li a i:hover {
    background-color: black;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
    }
/* #endregion */
/* #region Legacy QuickEdit bar in LayoutPages module, can be deleted */
.qePanel {
    padding-right: 100px
    }
/* #endregion */
/* #region Legacy Sidebar styles for legacy Specials Board */
/* only used by 1 customer. I'm not sure how we can re-implement this in the new ResponsiveSkin
   http://associatemarketlicom.saas.setupwebsitelink.com/Pages/Menu.aspx?demo=AssociateGourmetMarket3 */
/**********************************************************************************************
 * Sidebar Styles
 **********************************************************************************************/
.sidebar-container {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
    }
.sidebar-container .sidebar {
    float: left;
    width: 250px;
    padding: 5px;
    font-size: 12px
    }
.sidebar-container .sidebar table {
    width: 100%
    }
.sidebar-container .sidebar .primary12Label, .sidebar-container .sidebar .secondary12Label {
    font-weight: bold;
    font-size: 13px
    }
.sidebar-container #pnlContainer {
    float: left
    }
.sidebar-container .container {
    width: auto
    }
@media (max-width: 767px) {
    .sidebar-container .sidebar {
        display: none
        }
    }
@media (min-width: 768px) {
    .sidebar-container {
        width: 750px
        }
    .sidebar-container #pnlContainer {
        width: 500px
        }
    }
@media (min-width: 992px) {
    .sidebar-container {
        width: 970px
        }
    .sidebar-container #pnlContainer {
        width: 720px
        }
    }
@media (min-width: 1200px) {
    .sidebar-container {
        width: 1170px
        }
    .sidebar-container #pnlContainer {
        width: 920px
        }
    }
/* #endregion */