﻿@import url("./fonts/fonts.css");
@import url("./fonts/font_awesome.css");
@import url("./bootstrap.css");
@import url("./responsive.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;
}

a, a:hover
{
    text-decoration: none;
}

ul, ol
{
    margin: 0;
    padding: 0;
}

li
{
    list-style: none;
    padding: 0;
    margin: 0;
}

h4
{
    font-family: open_sans_condensedbold;
    text-transform: uppercase;
}

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;
}

h3
{
    font-family: open_sanscondensed_light;
    font-size: 30px !important;
    color: #333333;
    line-height: 40px;
    font-weight: normal !important;
    text-transform: uppercase !important;
}

    h3 span
    {
        color: #ce434a;
    }

.top-bar
{
    border-bottom: 1px #eee solid;
    background: #f4f4f4;
    font-size: 13px;
}

    .top-bar.main-bg
    {
        border-bottom: 0;
    }

    .top-bar a, .top-bar span
    {
        display: block;
        padding: 0 10px 0 0;
        color: #424242;
        line-height: 39px;
    }

    .top-bar.main-bg a, .top-bar.main-bg span
    {
        color: #fff;
    }

    .top-bar.main-bg li
    {
        border-left-color: #A0A0A0;
    }

    .top-bar a:hover
    {
        text-decoration: none;
    }

    .top-bar li
    {
        float: left;
        border-left: 1px #E9E9E9 solid;
    }

        .top-bar li:first-child
        {
            border-left: 0;
        }

        .top-bar li i
        {
            margin: 0 8px;
            font-size: 13px;
        }

    .top-bar.main-bg li i
    {
        color: #fff;
    }

    .top-bar li:first-child i
    {
        margin: 0 8px 0 0;
    }

    .top-bar ul.social-list li a:hover
    {
        background: #333;
    }

header.top-head
{
    position: relative;
    z-index: 5555;
    min-height: 85px;
    border-bottom: 9px #f4f4f4 solid;
}

    header.top-head .logo
    {
        margin-top: 20px;
    }

        header.top-head .logo a
        {
            display: table;
            width: 245px;
            height: 47px;
            margin: auto;
        }

        header.top-head .logo a, .foot-logo
        {
            background: transparent url('../images/logo.jpg') no-repeat 50% 50%;
        }


.block-head.center
{
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding-right: 30px;
    padding-left: 30px;
}

.block-head
{
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 15px;
    border-bottom: 1px #e2e2e2 solid;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 20px;
}

    .block-head:before
    {
        position: absolute;
        bottom: -3px;
        left: 20px;
        width: 35px;
        height: 5px;
        content: "";
        display: inline-block;
        background-color: #e7512f;
    }

    .block-head:after
    {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 80px;
        height: 1px;
        content: "";
        display: inline-block;
        background-color: #e7512f;
    }

.point
{
    background: url("../images/point.png") no-repeat scroll 0 6px;
    display: block;
    font-family: SourceSansProSemiBold;
    padding-left: 20px;
}

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;
    }

.top-menu
{
    float: right !important;
    width: auto !important;
}

.top-nav
{
    float: left;
}

    .top-nav > ul > li
    {
        position: relative;
        float: left;
        border-right: 1px solid #ccc;
        margin-right: 1px;
        height: 85px;
        overflow: hidden\9;
    }

        .top-nav > ul > li:hover
        {
            overflow: visible\9;
        }

        .top-nav > ul > li > a:hover i, .top-nav > ul > li.current > a i, .top-nav > ul > li.selected > a i
        {
            margin-top: 5px;
        }

        .top-nav > ul > li > a
        {
            display: block;
            padding: 15px;
            color: #424242;
            padding-top: 25px;
            line-height: 45px;
            text-transform: uppercase;
            overflow: hidden;
        }

    .top-nav > ul li a span
    {
        display: block;
    }

    .top-nav > ul > li > a i
    {
        position: absolute;
        left: 50%;
        margin-left: -16px;
        width: 31px;
        height: 31px;
        border-radius: 50%;
        background: #eee;
        color: #b8b8b8;
        text-align: center;
        font-size: 16px;
        line-height: 31px;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

        .top-nav > ul > li > a i:after
        {
            position: absolute;
            top: -25px;
            left: 47%;
            display: inline-block;
            width: 1px;
            height: 25px;
            background: #eee;
            content: "";
            -moz-transition: all 0.2s ease 0s;
            -ms-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
        }

    .top-nav > ul > li > a:hover i:after, .top-nav > ul > li.current > a i:after, .top-nav > ul > li.selected > a i:after
    {
        top: -29px;
        height: 30px;
    }

    .top-nav > ul li ul
    {
        position: absolute;
        top: 94px;
        left: -6px;
        z-index: -1;
        min-width: 180px;
        height: 0;
        max-height: 0;
    }

    .top-nav > ul > li::after
    {
        border-right: 1px solid #ccc;
    }

    .top-nav > ul > li > ul > li
    {
        position: relative;
        float: none;
        margin: 0;
        padding: 0;
        line-height: 35px;
        opacity: 0;
        transition: opacity .5s, transform .4s;
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        -moz-transition: opacity .5s, -moz-transform .4s;
        -ms-transition: opacity .5s, -ms-transform .4s;
        -o-transition: opacity .5s, -o-transform .4s;
        -webkit-transition: opacity .5s, -webkit-transform .4s;
        transform: rotateY(90deg);
    }

    .top-nav > ul > li:hover > ul
    {
        z-index: 0;
        height: auto;
    }

        .top-nav > ul > li:hover > ul > li
        {
            opacity: 1;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            -webkit-transform: none;
            transform: none;
        }

    .top-nav li li a
    {
        display: block;
        overflow: hidden;
        padding: 0 15px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        line-height: 40px;
    }

    .top-nav li li.hasChildren:after
    {
        position: absolute;
        top: 2px;
        right: 10px;
        display: inline-block;
        color: #fff;
        content: "\f105";
        font-family: FontAwesome;
    }

    .top-nav li li a:hover, .top-nav li li.selected > a, .top-nav li li.current > a
    {
        text-decoration: none;
        background-color: #e7512f;
        color: #fff;
    }
    /*** sub menu level more than 2 ***/

    .top-nav li li li
    {
        opacity: 0;
        transition: opacity .4s, transform .5s;
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        -webkit-transform: rotateX(90deg);
        -moz-transition: opacity .4s, -moz-transform .5s;
        -ms-transition: opacity .4s, -ms-transform .5s;
        -o-transition: opacity .4s, -o-transform .5s;
        -webkit-transition: opacity .4s, -webkit-transform .5s;
        transform: rotateX(90deg);
    }

    .top-nav li li > ul
    {
        height: 0;
        left: 100%;
        top: 0;
    }

    .top-nav li li:hover > ul
    {
        height: auto;
    }

        .top-nav li li:hover > ul > li
        {
            opacity: 1;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            -webkit-transform: none;
            transform: none;
        }
/************ navgation style 2 ************/
.nav-2
{
    border-bottom: 9px #f4f4f4 solid;
}

    .nav-2 .top-nav > ul > li:after
    {
        position: absolute;
        bottom: -9px;
        left: -4px;
        display: inline-block;
        width: 100%;
        height: 9px;
        border-left: 1px #E4E4E4 solid;
        background: transparent;
        content: "";
        -moz-transform: skew(-35deg, 0);
        -ms-transform: skew(-35deg, 0);
        -o-transform: skew(-35deg, 0);
        -webkit-transform: skew(-35deg, 0);
        transform: skew(-35deg, 0);
    }

    .nav-2 .top-nav > ul > li
    {
        margin: 0;
        border-left: 1px #eee solid;
    }

        .nav-2 .top-nav > ul > li > a i
        {
            background: transparent;
        }

.top-nav > ul > li > a span
{
    line-height: 45px;
}

.nav-2 .top-nav > ul > li > a span, .nav-3 .top-nav > ul > li > a span
{
    line-height: 85px;
}

.nav-2 .top-nav > ul > li > a i:after
{
    display: none;
}

.nav-2 .top-nav > ul > li > a:hover i, .nav-2 .top-nav > ul > li.current > a i, .nav-2 .top-nav > ul > li.selected > a i
{
    color: #fff !important;
}

    .nav-2 .top-nav > ul > li.selected > a i:after, .nav-2 .top-nav > ul > li.current > a i:after, .sticky.nav-2 .top-nav > ul > li:after
    {
        display: none;
    }

.nav-2 .top-nav > ul > li:hover > ul
{
    top: 108px;
    left: -6px !important;
}


:before, :after
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.top-nav > ul > li:after
{
    position: absolute;
    bottom: -9px;
    left: -3px;
    display: inline-block;
    width: 100%;
    height: 9px;
    border-left: 1px #E4E4E4 solid;
    background: transparent;
    content: "";
    -moz-transform: skew(-35deg, 0);
    -ms-transform: skew(-35deg, 0);
    -o-transform: skew(-35deg, 0);
    -webkit-transform: skew(-35deg, 0);
    transform: skew(-35deg, 0);
}

.top-nav li li a:hover, .top-nav li li.selected > a, .top-nav li li.current > a,
.responsive-nav ul li a:hover, .top-nav > ul > li:hover:after, .top-nav > ul > li.current:after
{
    background: #c13715 !important;
    color: #fff;
}

.main-bg, .top-nav > ul li a:hover, .top-nav > ul > li.selected > a,
.top-search.selected a, .top-nav li.current > a, .plan-year:after,
.team-boxes-2 .cell-3:hover .team-box-2, .head-style3 .top-search a,
.service-box-1:hover .box-top, .top-nav-style3, .sticky .top-nav > ul > li > a:hover,
.item-box:hover .item-title, .tp-bullets.simplebullets.round .bullet, .top-nav li li a,
.fixedHead .top-nav > ul > li > a:hover, .fixedHead .top-nav > ul > li.selected > a,
.fixedHead .top-nav > ul > li.current > a, .top-search a:hover, .service-box-2:hover a.r-more,
.service-box-3:hover a.r-more, .pager ul li.selected, .slick-prev:hover, .slick-next:hover,
.hr-style1:before, .hr-style1:after, .social-list li a:hover, .footer-top .tags a:hover, hr:before,
hr:after, .tp-arr-allwrapper:hover, .level-in, .tabs-vertical .tabs-pane .tab-panel:before, .table-style2 th,
.menuBtn, .service-box-1:hover:after, .portfolio-item:hover:after, #filters li:hover, #filters li.active,
.head-style2 .top-search a, .team-box .team-details, .title-4 h1, .tabs > ul li:hover, .tabs > ul li.active,
.steps li.selected span, .icon-cont, .view-all-projects a:hover, .accordion-horizontal > li.active a,
.list-grid a.selected, .testimonials-2 .slick-prev:hover, .testimonials-2 .slick-next:hover, .comment-reply:hover,
.service-box-2:hover .fa, .service-box-3:hover .icon, .share-post ul li a:hover, .item-price, .accordion li.active h3 u,
.pager ul li:hover, .tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected,
footer .NL .NL-btn:hover, .search-w .btn, .cart-icon, .sale, .flex-control-paging li a.flex-active, .responsive-one ul,
.menuBtnOne, .service-box-4 a, .service-box-5 a, .block-head-News:hover .icon
{
    background-color: #e7512f;
    color: #fff;
}

form
{
    margin: 0 !important;
    padding: 0 !important;
}

#footWrapper
{
    margin-top: 50px;
}

    #footWrapper .footer-top
    {
        background-color: #222;
        color: #b8b8b8;
        font-family: SourceSansProSemiBold;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 20px;
        text-align: justify;
        border-bottom: 1px solid #0f0f0f;
    }

.footer-top .block-head
{
    font-family: open_sanscondensed_light;
    font-size: 18px !important;
    color: #b8b8b8;
    border-bottom: 1px solid #747474 !important;
}

.footer-top a
{
    color: #b8b8b8;
    font-size: 14px;
}

.footer-top ul li
{
    margin-bottom: 5px;
}

    .footer-top ul li i
    {
        color: #6a6a6a;
        font-size: 17px;
        margin-right: 5px;
    }

    .footer-top ul li a:hover
    {
        color: #e9e9e9;
    }

.map
{
    border: 1px solid #ccc;
    padding: 6px 6px 0;
}

#footWrapper .footer-bottom
{
    background-color: #1d1d1d;
    border-top: 1px solid #363636;
    line-height: 60px;
    font-family: SourceSansProSemiBold;
    color: #b8b8b8;
}

.contactus li
{
    margin-bottom: 5px;
    font-family: SourceSansProSemiBold;
    color: #4b4b4b;
    font-size: 14px;
}

    .contactus li i
    {
        color: #6a6a6a;
        font-size: 17px;
        margin-right: 5px;
    }

    .contactus li a
    {
        color: #4b4b4b;
        font-size: 14px;
    }

        .contactus li a:hover
        {
            color: #ce434a;
        }

.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: open_sanscondensed_light;
            font-size: 18px !important;
            line-height:30px;
        }

        .products-grid .item .item-inner .item-info .info-inner .item-title, .item-title strong
        {
            font-family:open_sans_condensedbold !important;
        }

        .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: open_sanscondensed_light;
            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;
    }


ul.products-grid li + li + li + li:after
{
    clear:both;
    margin-left:0 !important;
}

.no_left_margin
{
    margin-left:0 !important;
}

.notification {
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(250, 250, 250, 0.8) inset;
    height: 37px;
    line-height: 21px;
    margin-bottom: 20px !important;
    overflow: hidden;
    position: relative;
    font-size:12px;
}
.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;
}