﻿body {
    font-family: 'Helvoni', serif;
    background: #4C91A0;
    background-position: bottom;
    background-size: cover;
    padding: 0;
    color: #fff;
}

article div.banner_bg {
    width: 100%;
    margin-top: 90px;
    margin-bottom: 30px;
}

.ico-triangle {
    width: 75px;
    height: 38px;
    display: block;
    background-position: 50%;
    margin: 0px auto;
    margin-bottom: 40px;
    background: url("../img/ico-circle.png")
}

a.btn:hover {
    color: #FFF;
}

h1 {
    font-family: 'Great Vibes', cursive;
    color: #FFF;
    text-align: center;
    font-size: 55px;
    margin-top: 50px;
    margin-bottom: 0;
}


h2 {
    font-family: 'Helvoni', serif;
    letter-spacing: 0.04em;
}

@media screen and (max-width : 990px) {
    h1 {
        font-size: 56px;
    }
}

@media screen and (max-width : 748px) {
    h1 {
        font-size: 25px;
    }
}

footer {
    width: 100%;
    height: 65px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
}


.social-btn-bar {
    position: fixed;
    bottom: calc(50% - 85px);
    right: 0;
    width: 65px;
    height: 170px;
    background-color: rgba(248,248,89,0.6);
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    z-index: 1001;
}



.social-btn {
    position: absolute;
    top: 25px;
    right: 50px;
    padding-right: 15px;
    height: 125px;
    color: #FFF;
}


.donnate-block {
    position: absolute;
    top: 185px;
    right: 30px;
    padding-right: 15px;
    height: 50px;
}

.social-btn-bar a {
    margin: 10px;
    border-radius: 15px;
    border: none;
    width: 35px;
    height: 35px;
}

.social-btn a {
    display: block;
    margin: 20px;
}

.btn-instagram {
    color: #fff !important;
    border: 1px solid #263961;
    background: radial-gradient(ellipse at 70% 70%,#ee583f 8%,#d92d77 42%,#bd3381 58%);
}

.btn-facebook {
    background: #3B5998;
    border-radius: 5px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #263961;
}

    .btn-facebook:link, .btn-facebook:visited {
        color: #fff;
    }

    .btn-facebook:active, .btn-facebook:hover {
        background: #263961;
        color: #fff;
    }



.btn-twitter {
    background-color: #4AB3F4;
    color: #fff;
}


.navbar-inverse {
    background: url(..//img/twinspire1111_banner_2.jpg) no-repeat;
    width: 100%;
    background-size: 100%;
    min-height: 550px;
    margin-top: 0px;
}

.navbar-nav {
    color: #fff;
    display: block;
    height: 25px;
    margin-top: 15px;
}

a.navbar-brand {
    color: #fff !important;
}

.navbar-nav li {
    font-size: 18px;
    padding: 0 15px;
}

    .navbar-nav li.active {
        border-bottom: 3px solid #F8F859 !important
    }

    .navbar-nav li.account em {
        background: url(../img/ico_account.png) no-repeat;
        display: block;
        background-size: contain;
        height: 25px;
        width: 25px;
    }

    .social-btn .ico-cashier,
    .navbar-nav li.cashier em {
        background: url(../img/ico_cashier.svg) no-repeat;
        display: block;
        background-size: contain;
        height: 25px;
        width: 25px;
    }

.logo-icon {
    width: 125px;
    height: 80px;
    margin-left: 25px;
    background: url(/Content/img/logo_txt.svg) no-repeat;
}


.logo svg {
    height: 100%;
    width: 100%;
}

.promo .btn_tooltip{
    bottom: 15px;
}

.btn_tooltip {
    background-color: #034E61;
    width: 50%;
    border-radius: 25px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    font-size: 35px;
    margin-top: 25px;
    margin-left: 25%;
}


.tooltip {
    position: absolute;
    width: 400px;
    height: 120px;
    background-image: url('../img/bgTooltip.png');
    background-repeat: no-repeat;
    background-size: cover;
    top: -90px;
    right: 0;
    margin-left: -71px;
    display: none;
    padding-top: 2px;
    z-index: 8;
    opacity: 1;
}


    .tooltip .item_price {
        color: #fff;
        float: left;
        font-size: 38px;
        font-weight: bold;
        border-right: 1px solid #161717;
        height: 90px;
        line-height: 90px;
        text-align: center;
        width: 150px;
    }

    .tooltip a.item_add {
        color: #fff;
        font-size: 38px;
        font-weight: bold;
        display: inline-block;
        width: calc(100% - 150px);
        padding: 0 10px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        text-decoration: none;
        text-shadow: 1px 1px 0 #222;
    }

.categoryPorduct {
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 5px;
    font-size: 42px;
    border-bottom: 4px double #E7F9A9;
    color: #E7F9A9;
    width: 50%;
    margin: 20px 25%;
}

.card.promo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    border: none;
}

.card.promo .row{
    padding-left: .5rem;
    padding-right: .5rem;
}

.card.promo .row .inline{
    display: block;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04);
    border: 1px solid rgba(255,255,255,0.3);
}

.card.promo .row .inline .p-text {
    padding-left : 1.25rem;
    padding-right : 1.25rem;
}

.card.promo .bg-img{
    height: auto;
    background-size: cover;
    background-position: bottom;
}



.card {
    position: relative;
    display: inline-block;
    width: calc(100% - 30px);
    padding: 10px 10px;
    border: 1px solid rgba(255,255,255,0.3);
    margin: 20px 10px;
}

    .card img {
        width: 100%;
    }

.card_price {
    width: calc(100% - 30px);
    text-align: center;
    padding-top: 20px;
    font-size: 38px;
}

.card h4 {
    display: inline-block;
    width: calc(100% - 175px);
    font-size: 40px;
    line-height: 1.8em;
    /*padding: 10px 5px;
    color: rgba(248,248,89,0.6);*/
    color: #E7F9A9;
    text-decoration: underline;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.card .item_size {
    width: 170px;
    text-align: right;
    font-size: 35px;
}

.card p {
    display: inline-flex;
    font-size: 38px;
    line-height: 1.8em;
}


.card span.col-desc {
    display: block;
    font-size: 38px;
    line-height: 1.5em;
    letter-spacing: .08em;
}


.item-description {
    margin-top: 25px;
    font-size: 38px;
    line-height: 38px;
    margin: 25px 10px;
    padding: 10px;
    line-height: 1.8em;
    letter-spacing: .08em;
    text-align: center;
}

.description-img {
    display: block;
    margin: 55px 0;
}

    .description-img img {
        width: 250px;
        border-radius: 45px 15px;
    }



.description-txt {
    display: inline-block;
    width: 100%;
}


.description-txt-item {
    height: 370px;
    overflow: hidden;
    padding: 20px 10px;
    margin-bottom: 10px;
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
}

.ico-readmore {
    background: url(/Content/img/ico_readmore.png);
    height: 35px;
    width: 35px;
    background-size: contain;
    margin: 20px auto;
    margin-bottom: 50px;
    cursor: pointer;
}


.description-txt-item.open + .ico-readmore {
    background: url(/Content/img/ico_readless.png);
    background-size: contain;
}



.description-txt .sp-ttl {
    font-family: 'Great Vibes', cursive;
    font-size: 46px;
    padding: 25px 10px;
    color: #E7F9A9;
}


@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .card {
        width: calc(100%/2 - 30px);
        height: 820px;
    }

    .card h4 {
        font-size: 22px;
        line-height: 1.8em;
        text-transform: uppercase;
        width: calc(100% - 125px);
    }

    .card.promo .row .inline {
        display: flex;
       flex: auto;
       height: 460px;
   }

    .categoryPorduct {
        font-size: 24px;
    }

    .card_price {
        width: calc(100% - 30px);
        text-align: center;
        padding-top: 20px;
        font-size: 20px;
    }

    .card .item_size {
        width: 120px;
        text-align: right;
        font-size: 18px;
    }

    .card span.col-desc {
        height: 80px;
        font-size: 18px;
        line-height: 1.5em;
    }

    .item-description {
        font-size: 18px;
        line-height: 1.5em;
        margin: 25px 10px;
        padding: 10px
    }

    .description-img {
        display: inline-block;
        vertical-align: top;
        margin-left: 50px;
    }

    .description-txt {
        display: inline-block;
        width: calc(100% - 350px);
        margin-left: 40px;
    }

        .description-txt .sp-ttl {
            font-size: 38px;
        }

    .description-txt-item {
        height: 370px;
    }

    .tooltip {
        width: 300px;
        height: 90px;
        top: -71px;
    }

    .btn_tooltip {
        border-radius: 15px;
        height: 35px;
        line-height: 35px;
        position: absolute;
        left: 25%;
        bottom: 5px;
        font-size: 18px;
        margin: 0;
    }

    .tooltip .item_price {
        font-size: 18px;
        height: 62px;
        width: 100px;
        line-height: 60px;
    }

    .tooltip a.item_add {
        font-size: 18px;
        width: calc(100% - 100px);
        height: 62px;
        line-height: 60px;
    }
}

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

    .card {
        width: calc(100%/3 - 30px);
        height: 680px;
        vertical-align: top;
    }
    
    .card.promo .row .inline {
         display: flex;
        flex: auto;
    }

    .card .item_size {
        width: 85px;
        text-align: right;
        font-size: 14px;
    }

    .card_price {
        width: calc(100% - 30px);
        text-align: center;
        padding-top: 20px;
        font-size: 16px;
    }

    .categoryPorduct {
        font-size: 20px;
    }

    .card h4 {
        width: calc(100% - 90px);
        font-size: 18px;
        line-height: 1.5em;
        text-transform: uppercase;
    }

    .card span.col-desc {
        line-height: 1.5em;
        font-size: 17px;
    }

    .item-description {
        font-size: 17px;
        line-height: 1.5em;
    }

    .description-img {
        display: inline-block;
        vertical-align: top;
        margin-left: 50px;
    }

    .description-txt {
        display: inline-block;
        width: calc(100% - 350px);
        margin-left: 40px;
    }

        .description-txt .sp-ttl {
            font-size: 33px;
        }

    .description-txt-item {
        height: 180px;
    }

    .btn_tooltip {
        border-radius: 15px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        left: 25%;
        bottom: 5px;
        font-size: 17px;
        margin: 0;
    }

    .tooltip {
        width: 144px;
        height: 45px;
        top: -45px;
    }

        .tooltip .item_price {
            font-size: 12px;
            height: 28px;
            width: 55px;
            line-height: 28px;
        }

        .tooltip a.item_add {
            font-size: 12px;
            width: calc(100% - 55px);
            height: 28px;
            line-height: 28px;
        }
}


.btn-view {
    background-color: #034E61;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.045em;
}

    .btn-view :hover {
        color: #fff;
    }



.modal-background {
    display: none;
    z-index: 9;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .00;
    filter: alpha(opacity=00);
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: -200px;
    background-color: #4C91A0;
    z-index: 10;
    box-shadow: 0 0 0 9999px rgba(0,0,0,0.5);
    /*border-radius : 15px;*/
    display: none;
    font-family: "Gotham", Arial, sans-serif;
    font-weight: 100;
    overflow: hidden;
}

    .modal h4 {
        color: #fff;
        padding-left: 20px
    }

.modal-content {
    height: 290px;
}

.modal .lstItem {
    margin: 15px;
    color: #034E61;
}


.modal .card-item {
    height: 45px;
    padding: 10px;
}


.modal .btn-footer {
    position: absolute;
    bottom: 15px;
    right: 15px
}


.modal .btn-footer form{
    display : inline-block;
    margin-right : 15px;
}
    
    .footer {
        background-color: #034E61;
        color: #FFF;
        height: 55px;
    }

    .footer label {
        padding-top: 20px;
        text-align: center;
        width: 100%;
    }
