/*proxima fonts*/
@font-face {
    font-family: 'proxima-regular';
    src: url('../../fonts/font-proxima/Proxima-Nova-Alt-Regular-webfont.ttf');
    font-style: normal;
}
@font-face {
    font-family: 'proxima-bold';
    src: url('../../fonts/font-proxima/Proxima-Nova-Alt-Bold-webfont.ttf');
    font-style: normal;
}
@font-face {
    font-family: 'proxima-semiBold';
    src: url('../../fonts/font-proxima/Proxima-Nova-Semibold-webfont.ttf');
    font-style: normal;
}
@font-face {
    font-family: 'proxima-s-semiBold';
    src: url('../../fonts/font-proxima/Proxima-Nova-Alt-Condensed-Semibold-webfont.ttf');
    font-style: normal;
}
@font-face {
    font-family: 'proxima-thin';
    src: url('../../fonts/font-proxima/Proxima-Nova-Thin-webfont.ttf');
    font-style: normal;
}
@font-face {
    font-family: 'proxima-s-thin';
    src: url('../../fonts/font-proxima/Proxima-Nova-ScOsffThin-webfont.ttf');
    font-style: normal;
}
.card{
    border-radius: 0 !important;
}
/*::-webkit-input-placeholder { *//* WebKit, Blink, Edge */
    /*letter-spacing: 0px;*/
    /*font-family: proxima-semiBold;*/
    /*font-size: 13px ;*/
    /*color: #777 ;*/
/*}*/
/*:-moz-placeholder { *//* Mozilla Firefox 4 to 18 */
    /*letter-spacing: 0px;*/
    /*font-family: proxima-semiBold;*/
    /*font-size: 13px ;*/
    /*color: #777 ;*/
/*}*/
/*::-moz-placeholder { *//* Mozilla Firefox 19+ */
    /*letter-spacing: 0px;*/
    /*font-family: proxima-semiBold;*/
    /*font-size: 13px ;*/
    /*color: #777 ;*/
/*}*/
/*:-ms-input-placeholder { *//* Internet Explorer 10-11 */
    /*letter-spacing: 0px;*/
    /*font-family: proxima-semiBold;*/
    /*font-size: 13px ;*/
    /*color: #777 ;*/
/*}*/

.header
{
    min-height: 80px;
    background-color: rgba(229, 229, 229, 0.48);
}
.brand
{
    font-weight: 900;
    color: #6ce334;
    font-size: 24px;
    text-transform: uppercase;
}
.brand > span
{
    font-weight: 900;
    color: #474747;
    font-size: 24px;
    text-transform: uppercase;
}
.brand > img
{
    filter: invert(100%);
}
.location-search-group
{
    display: inline;
}
.location-search-group > input
{
    outline: none;
    border: 2px solid #888;
    border-radius: 0px;
    min-width: 100px;
    display: flex;
    float: left;
    font-weight: 700;
    color: #6ce334;
    padding: 10px 10px;
    margin-right: 10px;
}
.location-search-group > button
{
    outline: none;
    border: 2px solid #888;
    border-radius: 0px;
    width: auto;
    display: flex;
    float: left;
    font-weight: 700;
    color: #888;
    padding: 14px 18px;
    margin-right: 0px;
    text-align: center;
    border-right: 0;
    background-color: #fff;
}
.text-input
{
    outline: none;
    border: 2px solid #888;
    border-radius: 0px;
    font-weight: 700;
    color: #777;
    padding: 10px 10px;
}
.text-input.lg
{
    padding: 5px 10px;
    height: 53px;
}
.model-serach-inpt-wrapper{
    display: block;
    position: absolute;
    top: 97px;
    width: 289px;
    max-height: 250px;
    overflow-y: scroll;
}
.main-search
{
    outline: none;
    min-width: 400px;
    display: flex;
    float: left;
}
.main-search > input
{
    min-width: 400px;
}
.main-search > .suggetion
{
    position: absolute;
    display: none;
    top: 57px;
    min-height: 5px;
    width: 400px;
    z-index: 999;
    box-shadow:1px 1px 11px rgba(0, 0, 0, 0.19);
    border-bottom-left-radius: 5px;
    padding: 4px;
    background-color: #fff;
    border-bottom-right-radius: 5px;

}
.main-search-loc
{
    outline: none;
    border: 2px solid #888;
    border-radius: 0px;
    min-width: 100px;
    display: flex;
    float: left;
    font-weight: 700;
    color: #6ce334;
    padding: 10px 10px;
    margin-right: 10px;
}
.inpt-bor-0
{
    outline: none;
    border: none;
    border-bottom: 0px solid #888;
    border-radius: 0px;
    min-width: 100px;
    display: flex;
    float: left;
    font-weight: 700;
    color: #6ce334;
    padding: 10px 10px;
    margin-right: 10px;
}
.sub-header
{
    min-height: 40px;
    padding: 15px 10px;
    font-size:12px;
    font-weight: 800;
    color: #777;
    background-color:#fff;
    text-transform: uppercase;

}
.text-green
{
    color: #6ce334;
}
.homeBtn
{
    border: none;
    padding: 15px 25px;
    font-size:16px;
    font-weight: 700;
    color: #fff !important;
    background-color:#6ce334;
    text-transform: uppercase;
    border-radius: 0;
}
.main-text
{
    font-weight: 900;
    color: #6ce334;
    font-size: 18px;
    text-transform: uppercase;
}
.main-text > span
{
    font-weight: 900;
    color: #474747;
    font-size: 18px;
    text-transform: uppercase;
}

.card-main-text
{
    font-weight: 700;
    color: #6ce334;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}
.card-main-text > span
{
    color: #474747;
}
.card-main-text > .like
{
    font-weight: 900;
    color: #474747;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    float: right;

}

.w25
{
    min-width: 25% !important;
}
.card-group > .card + .card + .card +.card +.card {
    margin-left: 0;
    border-left: 0;
    border-top: 0;
}

.light-text-00{
 color:#555;
 font-size: 13px;
}
.light-text-0
{
    font-weight: 400;
    color: #888;
}
.light-text-1
{
    font-weight: 600;
    color: #777;
    font-family: proxima-semiBold;

}
.light-text-2
{
    font-weight: 600;
    color: #555;
    font-family: proxima-bold, Arial, Helvetica, sans-serif;
}
.card-text-2
{
    font-weight: 900;
    color: #555;
    font-size: 18px;
    padding: 25px 15px;
    font-family: proxima-bold;
}
.cat-ul > li ,.cat-ul > li > a
{
    font-family: proxima-semiBold, Arial, Helvetica, sans-serif !important;
    color: #666 !important;
    font-size: 18px;
    text-shadow: none;
    padding:20px 5px;
    padding-bottom: 0px;
}
.cat-ul > li > p
{
    font-family: proxima-regular, Arial, Helvetica, sans-serif !important;
    color: #999;
    font-size: 12px;
}
.cat-ul > li > a:hover
{
    color: #6ce334;
    font-family: proxima-thin;
    text-decoration: none;
}
.page-info
{
    display: block;
}
.page-info > h1
{
    font-weight: 900;
    color: #6ce334;
    font-size: 18px;
    text-transform: uppercase;
}
.page-info > h1 > span
{
    font-weight: 900;
    color: #474747;
    font-size: 18px;
    text-transform: uppercase;
}
.page-info > p
{
    font-weight: 500;
    color: #888;
    font-size: 12px;
    text-transform: capitalize;
}
.user-image {
    overflow: hidden;
    display: inline-table;
}
.user-image.round-img {
    border-radius: 50%;
}
.user-image.header-img {
    width: 45px !important;
    height: 45px !important;
    right: 10px;
    position: relative;
}
.user-image.header-img > img {
    width: 100%;
}
.item-img-sml
{
    width: auto;
    height: 297px;
}
.style-list
{
    width: 100%;

}
.style-list > .card
{
    display: table;

}
.fade.in
{
    opacity: 1;
}
.style-list > .card > .card-img-top
{
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    padding: 0.5rem;
}
.style-list > .card > .card-img-top > img
{
    width: 100% !important;
    height: auto !important;
}
.style-list > .card  > .card-body
{
    width: 60%;
    display: table-cell;

}

/*=======================*/
/*======login box css====*/
/*=======================*/
.hidden
{
    display: none;
}
div.login-box {
    float: none;
    margin: 0 auto;
    clear: both; }
div.login-box .panel-body {
    padding-left: 20px;
    padding-right: 20px; }
div.login-box .panel-footer p {
    margin-top: 10px; }
div.login-box .panel-footer label {
    font-weight: normal; }

.login-box .input-icon i {
    color: #555;
    opacity: 0.6;
    border-right: 1px solid #ccc;
    padding-right: 5px; }

/*=======================*/
/*======login box css====*/
/*=======================*/

#mid-section {

    position: relative;
    background: #f9fcff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto auto;
    min-height: 700px;
    background-image: url(../../img/inner-background-themed.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 110%;

}
.nav-home-breadcrumbs > a
{
    color: #555;
}
.nav-home-breadcrumbs > a:hover
{
    color: #60ca2e;
}
.alert-minimalist {
    background-color: rgb(241, 242, 240);
    border-color: rgba(149, 149, 149, 0.3);
    border-radius: 3px;
    color: rgb(149, 149, 149);
    padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
    height: 50px;
    margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
    color: rgb(51, 51, 51);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
    font-size: 80%;
}
/*=======================*/
/*======Chat box css====*/
/*=======================*/
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    .ChatBar {padding-top: 15px;}
    .ChatBar a {font-size: 18px;}
    .mobile_menu {padding-top: 15px;}
    .mobile_menu a {font-size: 18px;}

}

.ChatBar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    box-shadow: -1px 0px 85px rgba(85, 85, 85, 0.53);
}

.ChatBar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.ChatBar a:hover {
    color: #f1f1f1;
}

.ChatBar .closebtn {
    position: absolute;
    top: 8px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* =============================================================== */
/* chat box CSS
/* =============================================================== */
.chat-box{
    width: 100%;
    /*box-shadow: 0 0 34px 0 rgba(63, 66, 87, .1);*/
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.notification-list.chat-message {
    background-color: transparent;
}
.chat-box .chat-message-field li:last-child {
    margin-bottom: 40px;
}
.chat-box .chat-message-field li {
    overflow: hidden;
    padding: 9px 25px;
}
.chat-message-field li, .notification-list .selectize-dropdown-content > :last-child {
    border-bottom: none;
}
.notification-list .selectize-dropdown-content > *, .notification-list li {
    padding: 25px;
    border-bottom: 1px solid #e6ecf5;
    display: block;
    position: relative;
    transition: all .3s ease;
}
.chat-box .author-thumb {
    width: 26px;
    height: 26px;
}
.chat-box .notification-event {
    padding-left: 10px;
    width: 75%;
}
.chat-box .chat-message-item {
    padding: 13px;
    background-color: #f0f4f9;
    margin-top: 0;
    border-radius: 10px;
    margin-bottom: 5px;
    font-size: 12px;
}
.chat-box .notification-date {
    float: left;
}
.chat-box .chat-message-field li:nth-child(2n) .chat-message-item {
    background-color: #fb8810;
    color: #fff;
}
.chat-box .form-group {
    margin-bottom: 0;
}
.chat-box .form-group.label-floating textarea.form-control {
    padding-right: 80px;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
}
.chat-box .add-options-message {
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: auto;
    padding: 0;
}
.chat_footer
{
    position: absolute;
    display: inline-block;
    padding: 7px;
    background-color:#fff;
    bottom: 0;
    min-height: 60px;
    max-height: 100px;
    width:100%;
}
.chat_footer .chat_text_input
{
    min-height: 6px;
    border: none;
    border-bottom: 1px solid #e6ecf5;
    font-weight: 600;
    width: 100%;
    padding: 5px 10px;
    line-height: 0em;
    /* vertical-align: text-bottom; */
    padding-top: 17px;
    font-size: 16px;
}
.chat_footer .chat_text_input:focus
{
    min-height: 6px;
    border:none;
    border-bottom: 1px solid #fb8810;
    font-weight: 600;
    width: 100%;
    padding: 6px 19px;
    line-height: 1em;
    vertical-align: text-bottom;
    padding-top: 17px;
    outline: 0;
}
.chat_footer .chat_text_send {
    border: none;
    padding: 0px 0px;
    line-height: 0em;
    vertical-align: text-bottom;
    outline: none;
    font-size: 43px;
    background-color: #fff;
    color: #fb8810;
}
.chat_footer .chat_text_send > i {

    transform: rotate(28deg);
}
.chat_footer .chat_text_send:focus {
    outline: none;
}
.chatTwoTrwapper
{
    width: 100%;
    display: block;
}
/***********************/
/***sender msg box css**/
/***********************/
.chatTwoTrwapper >.chatu
{
    background: #ffffff;
    color: #848181;
    position: relative;
    padding: 1rem;
    text-align: left;
    width: inherit;
    border-radius: 7px;
    box-shadow: 4px 5px 15px #ddd;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #f9f9f9;
    text-shadow: 1px 1px 2px rgba(34, 34, 34, 0.22);
}
.chatuTwoSender
{
    color: #60ca2e;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    position: relative;
    padding: 13px 4px;
}
.chatuTwoSender > .chatuTwoTime
{
    color: #999;
    font-size: 10px;
    font-weight: 600;
    display: block;
}
.chatTwoTrwapper >.chatu::after
{
    content: "";
    position: absolute;
    top: 100%;
    left: 87%;
    transform: translateX(-50%);
    border: 10px solid #ffffff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #ffffff;
    border-bottom-color: transparent;
    width: 0;
    height: 0;
}

/***********************/
/***reciever msg box css**/
/***********************/

.chatTwoTrwapper >.reciever
{
    background: #60ca2e;
    color: #ffffff;
    position: relative;
    padding: 1rem;
    text-align: left;
    width: inherit;
    border-radius: 7px;
    box-shadow: 4px 5px 15px #ddd;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ffd4da;
    text-shadow: 1px 1px 2px #60ca2e;
}
.chatTwoTrwapper >.reciever::after
{
    content: "";
    position: absolute;
    top: 100%;
    right: 87%;
    transform: translateX(-50%);
    border: 10px solid #60ca2e;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #60ca2e;
    border-bottom-color: transparent;
    width: 0;
    height: 0;
}
.chatTwoTrwapper > .name
{
    color: #555;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    position: relative;
    padding: 13px 4px;
}
.chatTwoTrwapper > .name > .time
{
    color: #999;
    font-size: 10px;
    font-weight: 600;
    display: block;
}


.chat_corners:after
{
    content: "";
    background-color: #60ca2e;
    border-left: 10px;
}

/*UI BLOCK CSS*/
.ui-block {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e6ecf5;
    margin-bottom: 15px
}

.ui-block .ui-block-title:last-child {
    border-bottom: 0
}

.ui-block-title {
    padding: 23px 25px 18px;
    line-height: 1;
    border-bottom: 1px solid #e6ecf5;
    border-top: 1px solid #e6ecf5;
    display: table;
    width: 100%;
    position: relative;
    border-radius: 5px 5px 0 0
}

.btn-md, .btn-md-2 {
    border-radius: .3rem
}

.ui-block-title .more {
    padding-left: 25px;
    text-align: right;
    width: 16px
}

.ui-block-title > * {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle
}

.ui-block-title.ui-block-title-small {
    padding: 10px 25px
}

.ui-block-title.ui-block-title-small .title {
    font-size: 9px;
    text-transform: uppercase;
    color: #9a9fbf
}

.ui-block-title:first-child {
    border-top: none
}

.ui-block-title .btn {
    display: inline-block;
    margin-bottom: 0
}

.ui-block-title .btn + * {
    margin-left: 20px
}

.ui-block-title.inline-items .more {
    float: right;
    margin-top: 6px;
    padding-left: 0
}

.ui-block-title + .ui-block-title {
    border-bottom: none
}

.ui-block-title .icon-add {
    margin-right: 0
}

#accordion + .ui-block-title {
    border-top: none;
    border-bottom: none
}

.ui-block-content {
    padding: 24px 23px 23px
}
/* =============================================================== */
/* FOOTER
/* =============================================================== */
.list-inline > li {

    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;

}
.footer {
    background: #fff;
    border-top: solid 1px #ddd;
    padding: 30px 0;
    font-size: 12px;
    color: #4e575d;
    letter-spacing: 0.5px; }

@media (max-width: 767px) {
    .footer ul {
        float: none;
        padding: 0;
        text-align: center;
        width: 100%; }
    .footer ul:last-child {
        margin-top: 20px; } }
.footer-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    padding: 40px 0;
    color: #333;
    background: #f5f5f5; }

@media only screen and (max-width: 767px) {
    .footer-content {
        padding: 5px 0 5px; }

    .footer-title {
        margin-bottom: 0;
        margin-top: 15px; }

    .app-icon {
        margin: 0 0 10px;
        display: block; }

    .search-trigger {
        color: #333; }

    .paymanet-method-logo img {
        display: inline-block;
        height: 20px;
        margin: 0 2px; } }
.footer-title {
    color: #000;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase; }
@media (max-width: 767px) {
    .footer-title {
        margin-bottom: 0;
        margin-top: 15px; } }

.footer-logo {
    padding-top: 10%; }
.footer-logo a {
    display: block; }

.copy-info {
    display: block;
    font-size: 11px;
    margin-top: 10px;
    padding-left: 0; }

.paymanet-method-logo {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    color: #888;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 20px 0;
    text-transform: uppercase; }
.paymanet-method-logo img {
    display: inline-block;
    margin: 0 5px;
    height: 30px; }
@media (max-width: 767px) {
    .paymanet-method-logo {
        padding: 15px 0; }
    .paymanet-method-logo img {
        height: 24px;
        margin-bottom: 5px; } }

.footer-nav-inline li a {
    color: #333;
    font-size: 16px; }
.footer-nav-inline.social-list-color li a {
    color: #fff;
    font-size: 14px;
    width: 28px;
    display: inline-block;
    text-align: center;
    padding: 3px 0; }

.icon-color.fb {
    background: #3b5998; }
.icon-color.tw {
    background: #55acee; }
.icon-color.gp {
    background: #dd4b39; }
.icon-color.lin {
    background: #007bb5; }
.icon-color.pin {
    background: #cb2027; }
.icon-color.insta {
    background: radial-gradient(ellipse at center, #fc63e2 0%, #4f55ff 73%, #4f55ff 100%);
}
.icon-color.yt {
    background: #cb2027; }
.app-icon {
    display: block;
    max-width: 100%; }

.hero-subscribe {
    margin-top: 30px; }
.hero-subscribe #newsletter-signup .form-control {
    height: 36px;
    border-radius: 0; }
.hero-subscribe #newsletter-signup .btn {
    border-radius: 0;
    background: #3a3a3a; }

.footer-nav li a {
    border-left: solid 1px #ddd;
    padding: 0;
    color: #333;
    font-size: 12px; }
.footer-nav li a:first-child {
    border-left: 0; }
.footer-nav li a:hover {
    opacity: .6; }

.footer-address li {
    line-height: 14px;
    list-style: outside none none;
    margin-bottom: 5px; }

.isios.product-story {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: top center !important; }

.item-price{
    /*display: inline-block;*/
    /*float: left;*/
    font-weight: 600;
    padding: 5px 13px;
    /*border: 1px solid rgb(230, 225, 225);*/
    /*border-radius: 20px;*/
    color: rgb(126, 121, 121);
    /*box-shadow: 0px 0px 2px rgba(136, 136, 136, 0.48);*/
    /*background-color: rgb(238, 238, 238);*/
}