.heading {
    width: 100%;
    height: 550px;
    /*background-position: top center;*/
    background-position: 0 76%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-bottom: solid 1px #eeecec;
    background-color: #7fc6c8;
}

    .heading nav {
        height: auto;
        margin: 0 15px;
        position: relative;
        padding-top: 140px;
    }

    .heading .s_box {
        float: none;
        margin: 0 auto;
        width: 650px;
    }

    .heading a.s_submit {
        background-color: #bc9c23;
        -webkit-transition: background-color ease-out .7s;
        -moz-transition: background-color ease-out .7s;
        -o-transition: background-color ease-out .7s;
        transition: background-color ease-out .7s;
    }

        .heading a.s_submit:hover {
            background-color: #bc9c23;
        }

.s_box a.browse_submit {
    display: none;
}

.heading a.logo_link {
    top: 10px;
}

#m_search_link, .heading .userbox {
    top: 20px;
}

.heading a.add_business {
    background: rgba(0,0,0,.7);
}

.heading .m_header_link {
    text-shadow: 0 0 3px rgba(0,0,0,.3);
}

.heading .userlogged .userimage {
    border: solid 1px #fff;
}

.heading h1 {
    font-size: 50px;
    line-height: 54px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,.8);
    text-align: center;
    position: relative;
}

    .heading h1 span {
        display: block;
        text-transform: uppercase;
        font-size: 58px;
        line-height: 60px;
        font-weight: 700;
    }

h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-top: 40px;
    font-family: 'Open Sans',arial;
}

.h2_cats, .h2_feedbacks, .h2_locations, .h2_reviews, .h2_sites, .h2_updates {
    background-image: url(../../img/site/stripe_ih2.png?v=9);
    background-position: center 0;
    background-repeat: no-repeat;
}

.h2_locations {
    background-position: center -200px;
}

.h2_updates {
    background-position: center -400px;
}

.h2_reviews {
    background-position: center -600px;
}

.h2_cats {
    background-position: center -800px;
}

.h2_sites {
    background-position: center -1000px;
}

#heading_nav {
    position: absolute;
    top: 20px;
    left: 160px;
    line-height: 40px;
}

    #heading_nav a {
        text-transform: uppercase;
        margin-right: 20px;
        color: #fff;
    }

ul.ilist {
    float: left;
    width: 25%;
}

    ul.ilist li {
        padding: 0 0 15px 0;
        line-height: 15px;
    }

        ul.ilist li a {
            color: #414141;
        }

        ul.ilist li.more a {
            color: #ea595c;
            font-weight: 400;
        }

        ul.ilist li span {
            font-size: 11px;
            margin-left: 5px;
            color: #999;
        }

        ul.ilist li a:hover {
            color: #ea595e;
        }

        ul.ilist li .company {
            border: 0;
            padding: 0 0 5px 0;
        }

            ul.ilist li .company h4 a {
                font-weight: 400;
            }

        ul.ilist li .links {
            padding-top: 5px;
        }

            ul.ilist li .links a {
                padding-right: 5px;
            }

        ul.ilist li .stars {
            margin-bottom: 10px;
        }

a.iregister, a.iregister:visited {
    line-height: 45px;
    text-transform: uppercase;
    display: block;
    width: 250px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: solid 1px #474e5e;
    color: #474e5e;
}

    a.iregister:hover {
        color: #fff;
        background: #474e5e;
    }

.feedbacks {
    position: relative;
}

.feedback {
    width: 31.33%;
    float: left;
    margin: 0 1%;
}

    .feedback .text {
        padding: 20px;
        background: #f6f7f9;
        position: relative;
        font-size: 14px;
        -webkit-box-shadow: 0 32px 34px -32px rgba(0,0,0,.3);
        -moz-box-shadow: 0 32px 34px -32px rgba(0,0,0,.3);
        box-shadow: 0 32px 34px -32px rgba(0,0,0,.3);
    }

        .feedback .text:after {
            bottom: -20px;
            left: 40px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            content: " ";
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 20px solid #f6f7f9;
        }

    .feedback .company_link {
        line-height: 40px;
        height: 42px;
        padding: 0 0 0 50px;
        margin-top: 20px;
        position: relative;
        overflow: hidden;
    }

    .feedback a {
        font-size: 13px;
        color: #414141;
    }

        .feedback a:hover {
            color: #e15258;
        }

    .feedback .image {
        width: 40px;
        height: 40px;
        float: left;
        background: #d5e022;
        position: absolute;
        left: 0;
        border-radius: 50%;
        border: solid 1px #eee;
        font-size: 21px;
        text-align: center;
        color: #fff;
    }

a.feedbacks_more {
    color: #e15258;
    font-size: 14px;
    float: right;
    margin-top: -40px;
    line-height: 40px;
    z-index: 999;
    position: relative;
}

.iholder {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
}

.icategories {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}

    .icategories a {
        float: left;
        width: 10%;
        height: 80px;
        padding-top: 20px;
        font-size: 13px;
        color: #fff;
        text-align: center;
        -webkit-transition: background-color linear .4s;
        -moz-transition: background-color linear .4s;
        -o-transition: background-color linear .4s;
        transition: background-color linear .4s;
    }

        .icategories a i {
            display: block;
            font-size: 30px;
            line-height: 30px;
            margin-bottom: 10px;
        }

        .icategories a:hover {
            background-color: rgba(0,0,0,.95);
        }

.ibusiness {
    background: url(../../img/site/screens.jpg) 100px 0 no-repeat;
    /*height: 330px;*/
    padding: 30px 50px 70px 500px;
    font-size: 15px;
}

#index_fb_iframe {
    width: 500px;
    height: 155px;
    margin: 50px auto 0 auto;
}

.iusers_container {
    margin-top: -30px;
    margin-bottom: -30px;
}

.iusers_reviews {
    width: 600px;
    float: left;
    padding: 30px 0;
}

    .iusers_reviews .review .text {
        font-weight: 300;
        font-size: 13px;
        line-height: 18px;
    }

.iusers_signup {
    width: 400px;
    height: auto;
    margin-left: 60px;
    padding: 0;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 30px 30px;
    float: left;
    margin-top: 30px;
    float: left;
    background: #faf8fa;
}

.grey_container {
    background: #f7f7f7;
}

.icats, .iup {
    width: 980px;
    margin: 0 auto;
}

    .icats li, .iup li {
        width: 33.3%;
        float: left;
        padding: 5px 0;
        overflow-x: hidden;
    }

        .icats li a, a.icats_more {
            color: #414141;
            border: solid 1px #eee;
            line-height: 36px;
            height: 36px;
            display: block;
            margin: 0 5px;
            padding: 0 45px 0 15px;
            border-radius: 2px;
            background: #f6f7f9;
            position: relative;
            font-size: 14px;
        }

            .icats li a:hover {
                border-color: silver;
            }

            .icats li a span, a.icats_more span {
                position: absolute;
                right: 0;
                top: 0;
                line-height: 36px;
                height: 36px;
                width: 40px;
                background: #fff;
                text-align: center;
                font-size: 12px;
            }

a.icats_more {
    background: 0 0!important;
}

.icats li a .wi {
    width: 130px;
}

.iup li .iup_item {
    color: #414141;
    border: solid 1px #eee;
    display: block;
    margin: 0 5px;
    padding: 10px 15px;
    border-radius: 2px;
    position: relative;
    font-size: 14px;
    position: relative;
}

.iup li .new, .iup li .updated {
    color: #fff;
    background: #51bab3;
    padding: 0 5px;
    float: left;
    font-size: 11px;
    font-weight: 200;
    line-height: 20px;
}

.iup li .new {
    background: #38acd1;
}

.iup li a {
    color: #414141;
}

#ibanner {
    width: 1200px;
    margin: 40px auto 30px;
    text-align: center;
}

@media screen and (max-width:1200px) {
    .icategories {
        width: 100%;
    }

    .iusers_reviews {
        width: 550px;
    }

    .iusers_signup {
        width: 310px;
    }

    .heading #s_drop {
        left: 0;
        width: 100%;
        margin: 0;
    }

    .ibusiness {
        padding-right: 0;
        padding-left: 500px;
        background-position: 50px 0;
    }

    #ibanner {
        width: auto;
        margin: 20px auto;
    }
}

@media screen and (max-width:990px) {
    #m_search_link, .heading .userbox {
        top: 10px;
    }

    .icategories a {
        font-size: 11px;
    }

    ul.ilist {
        width: 100%;
        padding: 0;
    }

        ul.ilist li {
            border-bottom: solid 1px #f3f3f3;
            padding: 10px 0;
            position: relative;
        }

            ul.ilist li a {
                display: block;
            }

            ul.ilist li span {
                position: absolute;
                top: 12px;
                right: 0;
                font-size: 13px;
            }

            ul.ilist li.more {
                text-align: center;
            }

            ul.ilist li .links {
                display: none;
            }

    .ibusiness {
        background-position: 15px 0;
        padding-left: 460px;
        padding-right: 15px;
    }

    a.iregister {
        margin: 0 auto;
        font-size: 15px;
    }

    .iusers {
        background-position: 70px 0;
        padding-left: 460px;
        padding-right: 15px;
    }

    .heading {
        height: 470px;
    }

        .heading a.s_submit {
            background-color: #3c4250;
        }

    .iusers_container {
        margin-top: 0;
        padding-bottom: 30px;
    }

    .iusers_reviews {
        width: auto;
        float: none;
        padding: 0 15px;
    }

    .iusers_signup {
        width: auto;
        border: 0;
        float: none;
        margin: 0 15px;
    }

    .feedback {
        width: auto;
        float: none;
        margin: 0 0 20px 0;
        line-height: 21px;
    }

        .feedback .text {
            font-size: 13px;
            line-height: 20px;
            padding: 15px;
        }

    .icats, .icats li, .iup, .iup li {
        width: 100%;
    }

        .icats li a, .iup li .iup_item {
            margin: 0;
        }

        .icats li {
            padding: 2px 0;
        }
}

@media screen and (max-width:750px) {
    .heading {
        height: 450px;
    }

        .heading nav {
            padding-top: 100px;
        }

        .heading h1 {
            font-size: 31px;
            line-height: 35px;
            font-weight: 400;
        }

            .heading h1 span {
                font-size: 39px;
                line-height: 50px;
            }

    .icategories a {
        width: 20%;
        height: 60px;
        background-color: inherit;
    }

        .icategories a i {
            font-size: 25px;
            line-height: 25px;
            margin: 0;
        }

    .ibusiness {
        padding: 0 0 30px 0;
        background: 0 0;
        height: auto;
        line-height: 20px;
        font-size: 13px;
    }

    .iusers {
        padding: 0 15px 40px 15px;
        background: 0 0;
        height: auto;
        text-align: center;
    }

    h2, h2.simpleh2 {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 24px;
        line-height: 27px;
        font-weight: 700;
        padding-top: 70px;
        padding-bottom: 30px;
    }

        h2.simpleh2 {
            padding: 30px 15px;
        }

    #index_fb_iframe {
        width: auto;
    }
}

@media screen and (max-width:385px) {
    .heading nav {
        padding-top: 110px;
    }

    .icategories a {
        font-size: 9px;
        font-weight: 400;
    }
}

@media screen and (max-width:300px) {
    .heading h1 span {
        font-size: 30px;
    }
}


@media (min-width: 992px) {
    .col-md-4 {
        width: 33.3%;
    }
       .col-md-3 {
        width: 25%;
    } 
       .col-md-12 {
    width: 100%;
}
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    /*padding-right: 15px;
    padding-left: 15px;*/
}

.categori_block .cat_item div {
    padding: 35px 10px;
    transition: 0.3s;
    min-height: 140px;
    border:1px solid #fbdfdf;
}
.categori_block .cat_item {
    margin-bottom: 35px;
    cursor: pointer;
    /* min-height: 130px; */
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.car_item_in:hover:before, .car_item_in:hover:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.car_item_in:before {
    border-right: 2px solid #ffd22f;
    border-left: 2px solid #ffd22f;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.car_item_in:before, .car_item_in:after {
    position: absolute;
    top: 0px;
    right: 14px;
    bottom: 0px;
    left: 14px;
    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.car_item_in:after {
    border-top: 2px solid #ffd22f;
    border-bottom: 2px solid #ffd22f;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.categori_block .cat_item div h4 {
    color: #414141;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 10px;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .fea_block {
        width: 100% !important;
    }
}
.fea_block {
        width: 980px;
    }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #BFC3CA;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}