 /*@import url(//fonts.googleapis.com/css?family=Courgette); font-family: 'Courgette', cursive;*/
@import url(//fonts.googleapis.com/css?family=Droid+Serif:400,700);
/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800); font-family: 'Open Sans', sans-serif;*/

/*Body / Content Area*/
html, body {
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    font-family: 'Droid Serif', serif;
    background-color: #0e0e0e;
    color: #fff;
}

.main-container {
    padding: 0px;
    margin: 0px;
    background-color: #0e0e0e !important;
}

a {
    color: #D5212B;
}

    a:hover {
        color: #fff;
    }




blockquote {
    border-left: 0px;
}

.menuItemName {
    color: #8B0000;
}

a#MainContent_HyperLink4 {
    color: #fff;
}
/*Navigation Bar*/
.navbar {
    padding-bottom: 10px;
    background-color: #725435;
    background-image: url(https://digitalmarketing.blob.core.windows.net/7382/skins/Manhattans2/images/header_repeater.jpg);
    background-attachment: scroll;
    background-position: top;
}

.nav span {
    font-family: 'Droid Serif', serif;
    color: #fff !important;
    font-weight: bold;
    opacity: 1;
    font-size: 16px;
}

.tab_hoverstate img {
    opacity: 0;
}

.menus-links a {
  color: #c00500;
}

#MainContent_lnkFullMenu {
  color: #c00500 !important;
}



.nav li:hover span {
    visibility: visible;
    opacity: 1;
    color: #FDC80A !important;
}

.dropdown-menu > li > a:hover {
    background-color: #6a4a2d;
}

.navbar .navbar-right > li {
    margin: 0 15px; /* the static margin between the links */
    line-height: 70px; /* so that the link text is centered vertically with the logo */
}

    .navbar .navbar-right > li.dropdown ul {
        left: -30px; /* align the dropdown in the middle of the link's text */
        top: 80px;
    }

/*Headers*/
h1.divider, legend, hr {
    font-family: 'Droid Serif', serif;
    font-size: 36px;
    color: #c00500;
    padding-left: 0px;
    border-bottom: 2px solid #fdcc08;
}

/*Bilboard font*/
.bigtext {
    font-family: 'Droid Serif', serif;
}

/*Menu Section*/
.middleDivider {
    border-color: #fdcc08;
}

    .middleDivider span, .rightDivider span {
        background-color: #0e0e0e;
        color: #c00500;
    }

.rightDivider {
    border-bottom: 1px dashed #fff;
}

.legacy-container a {
  color: #c00500;
  text-decoration: underline;
}


/*Login*/
.login-ctrls {
    padding: 10px 0px;
}

    .login-ctrls a {
        color: #D5212B;
    }

        .login-ctrls a:hover {
            color: #fff;
        }

#MainContent_Login1_UserName, #MainContent_Login1_Password {
    color: #000 !important;
    background-color: #fff !important;
}

/*Forms*/
.textbox {
    margin-bottom: 5px;
    color: #000;
}

.button {
    color: #000;
}

.select {
    margin-bottom: 5px;
    color: #000;
}

.form-group {
    font-size: 12pt;
    color: #c00500;
}

.form-control {
    background-color: #fff;
    color: #000;
}
/*Footer*/
div.footer {
    margin-top: 40px;
    border-top: 0;
    font-family: 'Droid Serif', serif;
    background-color: #0e0e0e;
    color: #fff;
    font-weight: 600 !important;
    background-image: url(https://digitalmarketing.blob.core.windows.net/7382/skins/Manhattans2/images/footer_repeater.png);
    background-attachment: scroll;
    background-position: top;
}

.social-icons {
    padding: 0;
}

.social-icons ul li a {
     background-image: url(https://digitalmarketing.blob.core.windows.net/7382/skins/Manhattans2/images/social_icons.png);
}


.categories {
    font-weight: 400;
}

.footer .col-md-3 {
    border-right: 1px solid #fff;
}

div.footer h2 {
    font-weight: 500;
    color: #fff;
}

ul.categories li a {
    color: #fff;
}

    ul.categories li a:hover {
        color: #fed405;
    }

.newsletter-input {
    background: #fff !important;
    color: #000 !important;
}

.newsletter-btn {
    background: #fff !important;
    color: #000 !important;
}

    .newsletter-btn:hover {
        background: #fed405 !important;
        color: #000 !important;
    }

.btn-primary {
    background-color: #a70702;
    border-color: #a70702;
    color: #fff;
}

    .btn-primary:hover {
        background-color: #fcc60a;
        border-color: #fcc60a;
        color: #000;
    }
/*Social Media*/
.social-icons {
    padding: 0;
}

    .social-icons ul li a.google {
        background-position: -67px 0;
    }

    .social-icons ul li a:hover.google {
        background-position: -67px -30px;
    }

    .social-icons ul li a.instagram {
        background-position: -100px 0;
    }

    .social-icons ul li a:hover.instagram {
        background-position: -100px -30px;
    }

    .social-icons ul li a.yelp {
        background-position: -133px 0;
    }

    .social-icons ul li a:hover.yelp {
        background-position: -133px -30px;
    }

    .social-icons ul li a.trip {
        background-position: -166px 0;
    }

    .social-icons ul li a:hover.trip {
        background-position: -166px -30px;
    }

    .social-icons ul li a.four {
        background-position: -196px 0;
    }

    .social-icons ul li a:hover.four {
        background-position: -196px -30px;
    }
/*Copyright*/
.copyright {
    background: #000;
    color: #fff;
    font-size: 10px;
}

    .copyright img {
        width: 220px;
    }

    .copyright a {
        color: #fff;
    }

        .copyright a:hover {
            color: #127cc4;
        }


/*Tablet phone number & Email color fix*/
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
/*@Media Queries*/
@media (max-width: 1024px) {
    /* html, body, .main-container, div.footer {
     background-color: #333333 !important;
    }*/
    .navbar span {
        font-size: 15px;
    }

    .nav > li > a.logo > img {
        width: 150px;
    }

    .navbar .navbar-right > li {
        margin: 0 10px; /* decrease the link margin on lower resolutions */
    }

    .social-icons {
        width: 150px;
    }
}


/* Added by the Multitenant Migrator Tool to fix social icons spacing in the footer */
div.footer h2 { margin-bottom: 10px; padding: 0; }