#page-title .container h1 {
    color: #f0f0f0;
}
#page-title .container span {
    color: #f0f0f0;
}
#page-title .breadcrumb > li {
    color: #f0f0f0;
}
#page-title .breadcrumb > li a{
    color: #f0f0f0;
}
#page-title .breadcrumb > li + li:before {
    color: #f0f0f0;
}


#menu-container .custom-table {
    width: 100%;
    display: table;
    margin: 20px 0;
}
#menu-container .custom-table-row {
    display: table-row;
}
#menu-container .custom-table-cell {
    display: table-cell;
    padding: 10px;
    border: none;
}
#menu-container .panel-body{
    background: #f5f5f5;
}
#menu-container .panel-heading span
{
    margin-top: -21px;
    font-size: 15px;
    margin-right: 5px;
    padding-right: 20px;
}
#menu-container .panel a {
    color: #333;
}
@media (max-width: 992px) {
    .wrapper {
        width: 100%;
    }
}
#menu-container .has-options a:before {
    font-weight: bold;
    font-size: 16px;
    content: "⌄";
    float: right;
    transition: all 0.5s;
}
#menu-container .has-options.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

#menu-container .panel-group {
    border-color: transparent;
}
#menu-container .panel {
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#menu-container .panel-title {
    margin-right: 100px;
    display: block;
}
#menu-container a.no-option {
    pointer-events: none;
    cursor: default;
}

#menu-container .section-title {
    position: relative;
    background-position: center;
    background-size: cover;
}

#menu-container .entry-link {
    background: rgba(0,0,0,.25);
    padding: 40px 15px;
}

#menu-container .entry-link h2, p {
    color: #fff;
    margin: 0;
}

.footer-logo.standard-logo {
    width: 80px;
}
.footer-logo.retina-logo {
    width: 120px;
}

.portfolio-overlay h5, h6 {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    margin: -28px 0 0 -44px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.home-sections .adjust-height .portfolio-desc,
.home-sections .adjust-height .fbox-desc{
    height: 150px;
}


.bottom-navigation{
    z-index:99;
    height:60px;
    position:fixed;
    text-align: center;
    bottom:0;
    left: 0;
    right: 0;
    text-align: center;
    width:100%;
    background: #e5e5e5;
    padding: 5px 0px;
}

.bottom-navigation a{
    display: inline;
    width:25%;
    height:50px;
    float:none;
    text-align:center;
    line-height:50px;
}

.bottom-navigation a i {
    text-decoration: none;
    color: rgb(149, 20, 25);
    font-size:32px;
    vertical-align: middle;
    text-align: center;
}

.bottom-navigation span {
    display: table;
    text-transform: uppercase;
    width: 100%;
    font-weight: bolder;
    padding-top: 10px;
}

.current{
    background-color:rgba(255,255,255,0.05);
}

.bottom-navigation a:hover{
    background-color:rgba(255,255,255,0.05);
    transition:all 200ms ease;
}

.bottom-navigation a:first-child{
    border-left:none;
}

.revo-slider-emphasis-text {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 15px 20px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    color:#f0f0f0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 900px;
}

.revo-slider-desc-text {
    font-size: 26px;
    text-align: center;
    color:#f0f0f0;
    line-height: 1.5;
    padding: 15px;
    font-weight: 600;
    max-width: 850px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.revo-slider-caps-text {
    font-size: 30px;
    font-weight: 700;
    color:#f0f0f0;
    padding: 15px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    max-width: 850px;
}

.tparrows.preview2 .tp-arr-titleholder {
    text-transform: uppercase;
    font-weight:bold;
    color:#f0f0f0;
}
.order-online, .order-online:hover {
    background: #4CBB17 !important;
}
@media only screen and (max-width: 768px)
{
    .revo-slider-emphasis-text {
        font-size: 65px;
        max-width: 650px;
    }

    .revo-slider-desc-text {
        font-size: 45px;
        max-width: 650px;
    }

    .revo-slider-caps-text {
        font-size: 36px;
        max-width: 650px;
    }
}
