.title-holder
{
    position: relative;
    color: #FFF;
    width: 230px;
    height: 50px;
}

.title-holder.mobile-logo
{
    width: 160px;
}

.title-primary
{
    font-family: 'Luckiest Guy', cursive;
    font-size: 34px;
    color: #FFF;
    -webkit-text-stroke: 1px black;
}

.title-secondary {
    font-family: 'Rock Salt', cursive;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #9bc6fb;
    font-size: 22px;
    font-weight: 700;
    padding-top: 20px;
    text-shadow: 3px 0px 2px #000;
    align-content: center;
    width: inherit;
    margin-left: 10px;
    margin-top: -20px;
}

.title-service
{
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 0px;
    letter-spacing: 5px;
}

.title-overlay
{
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 80px;
    left: 0px;
    top: 0px;
    cursor: pointer;
    margin-top: -30px;
}

.sm_cart_counter
{
    font-size: 12px;
}

.mobile-logo span.title-overlay
{
    width: 170px;
    margin-top: 0px;
    height: 63px;
}

.mobile-logo .title-primary
{
    font-size: 26px;
}

.mobile-logo .title-secondary
{
    width: 160px;
    margin-top: 0px;
    font-size: 16px;
}

.nav-page-head
{
    background-color: #234864;
    border-bottom: 3px solid #21334A;
}

.nav-page-head .container p.follow
{
    color: #ffffff;
    font-family: "segoeui";
    margin-bottom: 10px;
}

.shadow
{
    text-shadow: 2px 2px #000;
}

.no-box-shadow
{
    box-shadow: none !important;
}

.site-content
{
    padding-top: 70px;
}

.site-content p
{
    line-height: 2;
    padding-top: 10px;
    color: #676767;
}

.show-on-medium-device
{
    display: none;
}

.push-up-30
{
    margin-top: -30px;
}

.show-for-large
{
    display: block;
}

.show-for-small-only
{
    display: none;
}

.container-alert
{
    margin-top: 120px;
    width: 80%;
    padding-left: 25%;
}

.admin-tabs
{
    margin-top: 20px;
}

@media (max-width: 1199px)
{
    .header .frst-hrd
    {
        font-size: 12px;
        text-transform: uppercase;
        padding: 3px;
    }

    .show-on-medium-device
    {
        display: inline-flex;
    }

    .title-service
    {
        letter-spacing: 2.2px;
    }

    .small-mobile-position
    {
        margin-top: 100px;
    }

    .show-for-large
    {
        display: none !important;
    }

    .show-for-small-only
    {
        display: block;
    }

    .header .carousel-caption
    {
        top: 3px;
    }
}