/* #00a8cc */

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: 0 !important;
    outline-offset: 0  !important;
    background-image: none  !important;
    -webkit-box-shadow: none !important;
    box-shadow: none  !important;
}

/* Menu & Item Style Overrides */
.thumbnail img {
    height:150px;
    width:100%;
    display: table-cell;
    vertical-align: middle;
}
.thumbnail {
    padding: 0px;!important;
    border: 0px;
    border-radius: 0px;
}
.thumbnail .caption {
    padding: 1px;
}
.img-hover:hover {
     opacity: 0.8;
 }
.menu-caption{
    background-color: #555;
}
.menu-caption h5{
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color:#ffffff;
}
.item-caption{
    background-color: #c6c6c6;
}
.item-caption p {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}
a.item-wrapper {
    text-decoration: none;
}
.item-img-portfolio .caption{
    background-color: #FFFFFF;
    padding-bottom: 15px;
}
a {
     text-decoration: none;
 }
a:hover, a:focus {
    text-decoration: none;
}
.media-heading {
    font-weight: normal;
}

.media.has-border-bottom {
    border-bottom: 1px solid #c6c6c6;
}

/* Keep category & item name from wrapping to new line. */
.text-nowrap {
    white-space: nowrap;
}

/* ==========================================
	SIDE CATEGORIES MENU
   ========================================== */

@media screen and (min-width: 992px) {

    .custom-collapse .collapse{
        display:block;
    }
}

@media screen and (max-width: 0px) {

    .custom-collapse-checkout .collapse{
        display:block;
    }
}

/* ==========================================
	MODAL
   ========================================== */
.modal-body
{
    background-color: #FFFFFF;
}

.modal-content
{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #eeeeee;
}

.modal-footer
{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}

.modal-header
{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}

/* ==========================================
	Fix for modal scrolling
   ========================================== */
.modal {
    overflow-y:auto;
}

/* ==========================================
	Modal X close button override
   ========================================== */
.close {
    color: #ff0005;
    opacity: 1;
}

/* ==========================================
	Radio Select Overrides For Pizza Sides
   ========================================== */
label > input{ /* HIDE RADIO */
    /*visibility: hidden;*/ /*Moved Inlineas it was messing with all radios and checkboxes*/ /* Makes input not-clickable */
    position: fixed; /* Remove input from document flow */
}
label > input + img{ /* IMAGE STYLES */
    cursor:pointer;
    border:2px solid transparent;
    display:inline;
}
label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none ; /* IE6-9 */
    zoom:1; /* needed to trigger "hasLayout" in IE if no width or height is set */
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.imgPizzaSelector{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.selectToppingAmount {
    /*margin-left:20px;*/
}

/* ==========================================
	Topping Panel Hack
   ========================================== */

.panel-default {
    margin: 0;!important;
    width: auto;!important;
    height: 75px;!important;
    margin: 5px;!important;
}

.toppingChooser {
    margin-top: 8px;
}
.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
}

.panel-body {
    padding: 5px;
}

.checkbox-inline, .radio-inline {
    padding-left: 0px;
}

/* ==========================================
	Accordion Active Class
   ========================================== */

.fa-caret-right{
    transition: all .4s ease;
}
.active .fa-caret-right{
    transform: rotate(90deg);
}
.panel-title a{
    text-decoration: none;
}

.panel-group .panel {
    background: rgb(255, 255, 255);
}

a.list-group-item, button.list-group-item {
    /*background: rgb(231, 231, 231);*/
}

/* HACKS */
.page-header {
    padding-bottom: 5px;
    margin: 10px 0 10px;
    border-bottom: 1px solid #999;
}

[data-toggle~="collapse"] {
    cursor: pointer;
}

/*-----------------------------------
NAVIGATION
------------------------------------*/
.mainnav {
    position: relative;
}

@media(min-width:767px) {
    .navbar-nav {
        float: none;
    }

    .navbar-nav>li {
        display: inline-block;
        float: none;
    }
}

.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
    margin: 0!important;
}

.navbar {
    border: 0;
    border-radius: 0;
    margin: 0;
}

.navbar-default .navbar-nav>li>a {
    padding: 15px 22px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.navbar-nav>li>a {
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #1a8ae1;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #1a8ae1;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #1a8ae1;
}

.navbar-default .navbar-nav>li:focus {
    outline: none;
}

/*-----------------------------------
CHECKOUT MAPS
------------------------------------*/

#map {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    border:solid 1px #c6c6c6;
    border-radius:4px;
}

fieldset.address {
    width:inherit; /* Or auto */
    padding:0 1px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

/*-----------------------------------
LOCATIONS MAP
------------------------------------*/
/* InfoBubble font size */
.bh-sl-window {
    font-size: 13px; }

.bh-sl-error {
    clear: both;
    color: #ae2118;
    float: left;
    font-weight: bold;
    padding: 10px 0;
    width: 100%; }

/* Avoid image issues with Google Maps and CSS resets */
.bh-sl-map-container img {
    border-radius: 0 !important;
    box-shadow: none !important;
    max-height: none !important;
    max-width: none !important; }

.bh-sl-container {
    box-sizing: border-box;
    color: #555;
    float: left;
    width: 100%;
    line-height: 1.2;
    /* Avoid issues with Google Maps and CSS frameworks */ }
.bh-sl-container > * {
    box-sizing: content-box !important; }
.bh-sl-container .bh-sl-form-container {
    clear: left;
    float: left;
    margin-top: 15px;
    width: 100%; }
.bh-sl-container .bh-sl-loading {
    background: url(../img/ajax-loader.gif) no-repeat;
    float: left;
    margin: 4px 0 0 10px;
    height: 16px;
    width: 16px; }
.bh-sl-container .bh-sl-filters-container {
    clear: both;
    float: left;
    margin: 15px 0;
    width: 100%; }
.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
    float: left;
    list-style: none;
    margin: 0 100px 0 0;
    padding: 0; }
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
    clear: left;
    display: block;
    float: left;
    margin: 5px 0;
    width: 100%; }
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
    display: inline;
    vertical-align: text-bottom; }
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
    display: block;
    float: left;
    margin-right: 8px; }
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li select {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font: normal 14px/1.4 Arial, Helvetica, sans-serif;
    padding: 6px 12px;
    -webkit-border-radius: 4px; }
.bh-sl-container .bh-sl-map-container {
    clear: left;
    float: left;
    margin-top: 27px;
    width: 100%; }
@media (min-width: 1024px) {
    .bh-sl-container .bh-sl-map-container {
        margin-bottom: 60px; } }
.bh-sl-container .bh-sl-map-container a {
    color: #005293;
    text-decoration: none; }
.bh-sl-container .bh-sl-map-container a:active, .bh-sl-container .bh-sl-map-container a:focus, .bh-sl-container .bh-sl-map-container a:hover {
    text-decoration: underline; }
.bh-sl-container .bh-sl-loc-list {
    font-size: 13px;
    height: 530px;
    overflow-x: auto;
    width: 100%;
}
@media (min-width: 1024px) {
    .bh-sl-container .bh-sl-loc-list {
        width: 40%; } }
.bh-sl-container .bh-sl-loc-list ul {
    display: block;
    clear: left;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0; }
.bh-sl-container .bh-sl-loc-list ul li {
    border: 1px solid #d6d6d6;
    /* Adding this to prevent moving li elements when adding the list-focus class*/
    box-sizing: border-box;
    clear: left;
    cursor: pointer;
    display: block;
    float: left;
    width: 100%; }
.bh-sl-container .bh-sl-loc-list .list-label {
    background: #00192d;
    border-radius: 15px;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    margin: 10px 0 0 15px;
    padding: 4px 7px;
    text-align: center;
    width: auto;
    min-width: 13px; }
.bh-sl-container .bh-sl-loc-list .list-details {
    float: left;
    margin-left: 6px;
    width: 80%; }
.bh-sl-container .bh-sl-loc-list .list-details .list-content {
    padding: 10px; }
.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
    color: #8e8e8e;
    font-weight: bold;
    font-style: italic; }
.bh-sl-container .bh-sl-loc-list .list-focus {
    border: 2px solid rgb(255, 6, 0);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
    height: 20px;
    position: relative;
    width: 100%; }
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
    right: 6px;
    top: 0; }
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel {
    margin: 0 2%;
    /* Avoid issues with table-layout */ }
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table {
    table-layout: auto;
    width: 100%; }
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table, .bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
    vertical-align: middle;
    border-collapse: separate; }
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
    padding: 1px; }
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark {
    margin: 10px 0;
    border: 1px solid #c0c0c0; }
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-marker {
    padding: 3px; }
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
    font-weight: bold;
    margin: 15px; }
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
    margin: 0 15px; }
.bh-sl-container .loc-name {
    /* Picked up by both list and infowindows */
    font-size: 15px;
    font-weight: bold; }
.bh-sl-container .bh-sl-map {
    float: left;
    height: 530px;
    width: 100%; }
@media (min-width: 1024px) {
    .bh-sl-container .bh-sl-map {
        width: 60%; } }
.bh-sl-container .bh-sl-pagination-container {
    clear: both; }
.bh-sl-container .bh-sl-pagination-container ol {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    text-align: center; }
.bh-sl-container .bh-sl-pagination-container ol li {
    color: #005293;
    cursor: pointer;
    display: inline-block;
    font: bold 14px Arial, Helvetica, sans-serif;
    padding: 10px; }
.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
    color: #555;
    cursor: auto;
    text-decoration: none; }

/* Modal window */
.bh-sl-overlay {
    background: url(../img/overlay-bg.png) repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000; }
.bh-sl-overlay .bh-sl-modal-window {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #656565;
    position: absolute;
    left: 50%;
    margin-left: -460px;
    /* width divided by 2 */
    margin-top: 60px;
    height: 620px;
    width: 920px;
    z-index: 10010; }
.bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container {
    margin-top: 50px;
    /* increase map container margin */ }
.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
    float: left;
    padding: 0 1%;
    /* there's already a margin on the top of the map-container div */
    width: 98%; }
.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
    right: 22px;
    top: 13px; }

.bh-sl-close-icon {
    cursor: pointer;
    height: 24px;
    position: absolute;
    width: 24px; }
.bh-sl-close-icon:after, .bh-sl-close-icon:before {
    background: #ccc;
    content: '';
    display: block;
    height: 24px;
    margin: -3px 0 0 -1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 3px;
    top: 3px;
    width: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
.bh-sl-close-icon:hover:after, .bh-sl-close-icon:hover:before {
    background: #b3b3b3; }
.bh-sl-close-icon:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }