﻿@import url("./fonts/fonts.css");
@import url("./bootstrap.css");
@import url("./bootstrap.min.css");
@import url("./bootstrap-responsive.css");
@import url("./bootstrap-responsive.min.css");


body
{
    font-family: SourceSansProRegular;
    font-size: 13px;
    color: #000;
    line-height: 25px;
}

.notification {
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(250, 250, 250, 0.8) inset;
    font-size: 12px;
    height: 37px;
    line-height: 21px;
    margin-bottom: 20px !important;
    overflow: hidden;
    position: relative;
}
.n-success {
    background: url("../images/notifications.png") no-repeat scroll 0 -104px #effeb9;
    border: 1px solid #c1d779;
    font-family: arial;
    font-weight: bold;
    padding: 16px 54px 0;
    text-transform: capitalize;
}
.n-error {
    background: url("../images/notifications.png") no-repeat scroll 0 0 #fad5cf;
    border: 1px solid #e18b7c;
    font-family: arial;
    font-weight: bold;
    padding: 16px 54px 0;
    text-transform: capitalize;
}


form
{
    margin: 0;
    padding: 0;
}

ul, li, ol
{
    margin: 0;
    padding: 0;
}

a
{
    color: #767676;
    text-decoration: none;
}

    a:hover
    {
        color: #767676;
        text-decoration: none;
    }

.header
{
    line-height: 100px;
}

.call
{
    background: url("../images/call.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #767676;
    font-family: SourceSansProSemiBold;
    font-size: 13px;
    line-height: 20px;
    padding-left: 25px;
    margin-bottom: 5px;
}

.mail
{
    background: url("../images/mail.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #767676;
    font-family: SourceSansProSemiBold;
    font-size: 13px;
    line-height: 20px;
    padding-left: 25px;
    text-decoration: none;
}

.block-head.center
{
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding-right: 30px;
    padding-left: 30px;
}

.block-head
{
    position: relative;
    margin-bottom: 0px;
    line-height: 30px;
    padding: 0 0 15px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: capitalize;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

    .block-head span
    {
        color: #ce434a;
    }

.point
{
    background: url("../images/point.png") no-repeat scroll 0 6px;
    display: block;
    font-family: SourceSansProSemiBold;
    padding-left: 20px;
    margin-bottom: 2px !important;
}

input[type="text"], textarea
{
    border: 1px solid #9e9e9e;
    background-color: #f4f4f4;
}

input[type="text"], textarea
{
    border: 1px solid #9e9e9e;
    background-color: #f4f4f4;
    color: #222;
    font-family: SourceSansProSemiBold;
    font-size: 14px;
    line-height: 25px;
    border-radius: 0;
    width: 95%;
    box-shadow: none;
}

    input[type="text"]:hover, textarea:hover, input[type="text"]:focus, textarea:focus
    {
        border: 1px solid #353535;
        box-shadow: none;
        outline: 0 none;
    }

.btn_submit
{
    background-color: #ce434a;
    border-radius: 3px;
    color: #fff;
    position: relative;
    text-shadow: none;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 14px;
    font-family: SourceSansProSemiBold;
    padding: 3px 10px;
    border-radius: 3px;
    display: inline-block;
}

    .btn_submit:hover
    {
        background-color: #373d4b;
        color: #fff;
        text-decoration: none;
    }

.btn_reset
{
    background-color: #373d4b;
    border-radius: 3px;
    color: #fff;
    position: relative;
    text-shadow: none;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 14px;
    font-family: SourceSansProSemiBold;
    padding: 3px 10px;
    border-radius: 3px;
    display: inline-block;
}

    .btn_reset:hover
    {
        background-color: #ce434a;
        color: #fff;
        text-decoration: none;
    }

p
{
    font-family: SourceSansProRegular;
    font-size: 14px;
    color: #4b4b4b;
    line-height: 25px;
    text-align: justify;
}

strong
{
    font-family: SourceSansProSemiBold;
}

/* Webkit */
::-webkit-input-placeholder
{
    color: #ababab;
}

/* Firefox 4-18 */
:-moz-placeholder
{
    color: #ababab;
}

/* Firefox 19+ */
::-moz-placeholder
{
    color: #ababab;
}

/* IE10+ */
:-ms-input-placeholder
{
    color: #ababab;
}

.footer
{
    background-color: #373d4b;
    padding: 20px 0;
}

    .footer a
    {
        color: #fff;
        opacity: 0.5;
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        margin-right: 50px;
    }

        .footer a:last-child
        {
            margin-right: 0 !important;
        }

    .footer h2
    {
        color: #fff;
        opacity: 0.5;
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 24px;
        text-transform: uppercase;
        text-align: center;
    }

    .footer .location
    {
        background: url("../images/f_location.jpg") no-repeat scroll 285px -2px rgba(0, 0, 0, 0);
        color: #fff;
        display: block;
        font-family: "PT Sans Narrow",sans-serif;
        font-size: 18px;
        margin-bottom: 2px !important;
        opacity: 0.5;
        padding-left: 30px;
        text-align: center;
    }

    .footer .call_now
    {
        background: url("../images/f_call.jpg") no-repeat scroll 0 -2px rgba(0, 0, 0, 0);
        color: #fff;
        display: block;
        font-family: "PT Sans Narrow",sans-serif;
        font-size: 18px;
        margin-bottom: 2px !important;
        opacity: 0.5;
        padding-left: 30px;
    }

    .footer .mail_now
    {
        background: url("../images/f_mail.jpg") no-repeat scroll 0 -2px rgba(0, 0, 0, 0);
        color: #fff;
        display: block;
        font-family: "PT Sans Narrow",sans-serif;
        font-size: 18px;
        margin-bottom: 2px !important;
        opacity: 0.5;
        padding-left: 30px;
    }

    .footer .copyright
    {
        color: #fff;
        display: block;
        font-family: "PT Sans Narrow",sans-serif;
        font-size: 15px;
        margin-bottom: 2px !important;
        margin-top: 20px;
        opacity: 0.5;
    }

.products-grid
{
    margin: 0;
    list-style: none;
}

ul.products-grid
{
    padding: 0;
}

.products-grid .first, .products-grid li:first-child
{
    padding-left: 0!important;
}

.products-grid .item
{
    float: left;
    background: #FFF;
    margin-top: 20px;
    width: 29.124%;
    margin-right: 20px;
}

.products-grid .last
{
    margin-right: 0;
}

.products-grid .item.show-addtocart
{
    margin-top: 37px;
}

.products-grid .item .item-inner
{
    position: relative;
    text-align: center;
}

    .products-grid .item .item-inner .item-img
    {
        position: relative;
    }

        .products-grid .item .item-inner .item-img .ico-product
        {
            position: absolute;
            bottom: 10px;
            left: 10px;
            z-index: 2;
            background: #de44c3;
            padding: 4px 20px 8px;
            color: #FFF;
            font-size: 150%;
            -webkit-border-radius: 18px;
            -moz-border-radius: 18px;
            border-radius: 18px;
        }

        .products-grid .item .item-inner .item-img .item-img-info
        {
            text-align: center;
            /*border: 1px solid #EAEAEA;*/
            border: 1px solid #ce434a;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
            position: relative;
            overflow: hidden;
        }

            .products-grid .item .item-inner .item-img .item-img-info a.product-image
            {
                display: inline-block;
                width: 100%;
            }

                .products-grid .item .item-inner .item-img .item-img-info a.product-image:before
                {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    z-index: 1;
                    content: "";
                    opacity: 0;
                    filter: alpha(opacity=0);
                    -webkit-transition: all .4s ease-out .2s;
                    -moz-transition: all .4s ease-out .2s;
                    -o-transition: all .4s ease-out .2s;
                    transition: all .4s ease-out .2s;
                    background-color: #eee;
                }

                .products-grid .item .item-inner .item-img .item-img-info a.product-image .img-main
                {
                    display: inline;
                }

        .products-grid .item .item-inner .item-img .item-box-hover
        {
            z-index: 2;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
            position: absolute;
            width: 100%;
            height: 100px;
            bottom: -90px;
            top: 90px;
            overflow: hidden;
            opacity: 0;
        }

            .products-grid .item .item-inner .item-img .item-box-hover .box-inner
            {
                height: 51px;
                margin: 15px auto 0;
            }

                .products-grid .item .item-inner .item-img .item-box-hover .box-inner .add_cart
                {
                    margin-bottom: 6px;
                }

                    .products-grid .item .item-inner .item-img .item-box-hover .box-inner .add_cart button.button.btn-cart:before
                    {
                        content: "\f07a";
                        font-family: 'FontAwesome';
                        font-size: 14px;
                    }

                .products-grid .item .item-inner .item-img .item-box-hover .box-inner .product-detail-bnt button.button.detail-bnt
                {
                    text-align: left;
                }

                    .products-grid .item .item-inner .item-img .item-box-hover .box-inner .product-detail-bnt button.button.detail-bnt:before
                    {
                        content: "\f002";
                        font-family: 'FontAwesome';
                        font-size: 14px;
                    }

    .products-grid .item .item-inner .item-info .info-inner
    {
        border: 0 solid #fff;
        border-top: none;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .products-grid .item .item-inner .item-info .info-inner .item-content .no-rating, .products-grid .item .item-inner .item-info .info-inner .item-content .ratings
        {
            margin: 0;
        }

            .products-grid .item .item-inner .item-info .info-inner .item-content .no-rating .rating-box, .products-grid .item .item-inner .item-info .info-inner .item-content .ratings .rating-box
            {
                float: none;
                margin: 0;
            }

            .products-grid .item .item-inner .item-info .info-inner .item-content .no-rating .rating-links, .products-grid .item .item-inner .item-info .info-inner .item-content .ratings .rating-links
            {
                display: none;
            }

        .products-grid .item .item-inner .item-info .info-inner .item-title, .item-title
        {
            margin-bottom: 3px;
            padding-top: 16px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            font-family: "PT Sans Narrow",sans-serif;
            font-size: 18px !important;
            line-height: 30px;
        }

            .products-grid .item .item-inner .item-info .info-inner .item-title, .item-title strong
            {
                font-family: "PT Sans Narrow",sans-serif;
            }

                .products-grid .item .item-inner .item-info .info-inner .item-title a, .item-title a
                {
                    margin-bottom: 3px;
                    padding-top: 16px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    text-align: center;
                    text-decoration: none;
                    color: #333333;
                    text-transform: uppercase;
                    font-family: "PT Sans Narrow",sans-serif;
                    font-size: 18px !important;
                }

                    .products-grid .item .item-inner .item-info .info-inner .item-title a:hover, .item-title a:hover
                    {
                        color: #cf3341;
                    }

.products-grid .item:hover .item-inner .item-img .item-img-info
{
    border-color: #fff;
}

    .products-grid .item:hover .item-inner .item-img .item-img-info a.product-image:before
    {
        left: 0;
        top: 0;
        margin: 0;
        filter: alpha(opacity=100);
        background: #eee;
        opacity: .5;
    }

.products-grid .item:hover .item-inner .item-img .item-box-hover
{
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
    bottom: 0;
}

.products-grid .item:hover .item-inner .item-info .info-inner
{
    border-color: #fff;
    background: #fff;
    opacity: .8;
}

    .products-grid .item:hover .item-inner .item-info .info-inner .item-title a
    {
        color: #CF3341;
    }

.no_left_margin
{
    margin-left: 0 !important;
}

.no_top_margin
{
    margin-top: 0 !important;
}

.product_slider
{
    border: 1px solid #ccc;
    padding: 5px;
    margin-right: 10px;
}

.map
{
    border: 1px solid #ccc;
    padding: 5px;
}

.contactus li i
{
    color: #6a6a6a;
    font-size: 17px;
    margin-right: 5px;
}

li
{
    list-style: none;
}

#iview
{
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}
