/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);*/
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Open_Sans/OpenSans-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Open_Sans/OpenSans-Semibold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Open_Sans/OpenSans-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Open_Sans/OpenSans-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Hannah';
  src: url("../fonts/hannah/Hannah-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

.font-hannah{
    font-family: 'Hannah', 'Open Sans','Helvetica Neue',Arial,sans-serif;
}


html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    color: #333;
    webkit-tap-highlight-color: #222;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #a9c13b;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #a9c13b;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary {
    background-color: #333;
}

.bg-dark {
    color: #eee;
    background-color: #554639;
}
.bg-white {
    color: #383534;
    background-color: #fff;
}

.cursive {
    text-transform: none;
}

.text-faded {
    color: rgba(245,245,245,0.7);
}

.text-dark {
    color: #111;
}

.text-primary {
    color: #a9c13b;
}
section {
    padding: 70px 0;
}

aside {
    padding: 50px 0;
}

footer {
    padding: 15px 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #eee;
}

.no-padding {
    padding: 0;
}



header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 60px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

#video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}

.toplg768, .s414t{
    display: none;
}
@media(max-width:413px) {
    .s414t{
        display: block;
        height: 1px;
    }
    .s414p{
        display: none;
    }

}

@media(max-width:768px) {
    .toplg768{
        display: block;
    }
    .toplogo768{
        display: none;
    }

}

@media(min-width:768px) {
    .icon-lg {
        font-size: 80px;
    }

    header#first {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 60px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }

}

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .feature {
        margin: 20px auto 0;
    }
}

.feature p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: .8;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 0;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn {
    border: 0;
    font-family: 'Open Sans', 'Helvetica Neue',Arial,sans-serif;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}
 
img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}
.ion-fork:before {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 80px;
    line-height: 50px;
    vertical-align: middle;
}
.fork-eat{

}
.fs16 {
    font-size: 16px;
}
.fs18 {
    font-size: 18px;
}
.fs20 {
    font-size: 20px;
}
.fs24 {
    font-size: 24px;
}
.fs40 {
    font-size: 40px;
}
.fs50 {
    font-size: 50px;
}
.fs60 {
    font-size: 50px;
}
.fs6{
    font-size: 6px;
    vertical-align: middle;
}
.fsw50{
    font-weight: 300;
    font-size: 50px;
}
.fsw40{
    font-weight: 300;
    font-size: 40px;
}
.fsw30 {
    font-weight: 300;
    font-size: 30px;
}
.fsw16 {
    font-weight: 300;
    font-size: 16px;
}
.lh16{
    line-height: 1.6;
}
.cA2C400{
    color: #A2C400;
}
.c554639{
    color: #554639;
}
.ca9c13b{
    color: #a9c13b;
}
.ceee{
    color: #eee;
}
.cccc{
    color: #ccc;
}
.c383534{
    color: #383534;
}
.mb14{
    margin-bottom: 14px;
}
.whoitsfor .media{
    padding: 20px;
    text-align: center;
}
.whoitsfor .media-left, .whoitsfor .media-body {
    display: block;
    width: auto;
}
.whoitsfor .media p {
    text-align: justify;
    font-size: 15px;
    margin-top: -10px;
}
.howitworks h4 {
    text-align: center;
    font-family: 'Hannah';
    font-size: 50px;
    margin-bottom: 8px;
}
.checkbox.fs16 label{
    margin-right: 30px;
}
.w100{
    width: 100%;
}
.fw600{
    font-weight: 600 !important;
}
.btn-success {
    background-color: #736357;
    padding: 10px 15px;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #736357;
    border-color: #736357;
    opacity: 0.8;
}
.btn-cancel {
    background-color: #b8b8b8;
    padding: 10px 15px;
    color: #fff;
}
.btn-cancel:hover {
    background-color: #a8a8a8;
    color: #fff;
}
.affix .toplogo, .toplogo-fix, .affix .toplg768{
    display: none;
}
.affix .toplogo-fix{
    display: block;
}
.whoitsfor{
    position: relative;
    background-image: url("https://dev.freshspoke.com/css/default/img/11.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
}
.howitworks {
    position: relative;
    background-image: url("../../../images/179062.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.afwau{
    position: relative;
    background-image: url("https://dev.freshspoke.com/css/default/img/9.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
.bg-contact{
    position: relative;
    background-image: url("../../../images/Nourish-Companion-Guides.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-footer{
    background-color: #E6EACF;
}
.pz-index {
    position: relative;
    z-index: 8;
}
.cfff{
    color: #fff;
}
.btn-white{
    background-color: brown;
    color: #fff;
}
.btn-white:hover{
    background-color: #791C1C;
    color: #fff;
}
#response1 {
    text-align: center;
    color: #fff;
}
input[type=checkbox], input[type=radio] {
    margin: 5px 0 0;
}
#frContact label.error{
    position: absolute;
    color: red;
}
#frContact .checkbox input.error + span, #frContact .checkbox input.error + label + span {
    color: #FF6D6D;
}
#frContact input.error::-webkit-input-placeholder,
#frContact textarea.error::-webkit-input-placeholder,
#frSubscribe input.error::-webkit-input-placeholder{
  color: #FF6D6D;
}
#frContact input.error:-ms-input-placeholder,
#frContact textarea.error:-ms-input-placeholder,
#frSubscribe input.error:-ms-input-placeholder {
  color: #FF6D6D;
}
#frContact input.error::-moz-placeholder,
#frContact textarea.error::-moz-placeholder,
#frSubscribe input.error::-moz-placeholder {
  color: #FF6D6D;
}
#frContact input.error:-moz-placeholder,
#frContact textarea.error:-moz-placeholder,
#frSubscribe input.error:-moz-placeholder {
  color: #FF6D6D;
}
#frContact .checkbox label.error, #frContact .form-group label.error,
#frSubscribe label.error{
    display: none !important;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.carousel-inner {
    position: absolute;
}
.title {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  color: #FFF;
}
.landing1{
    position: relative;
    height: 100%;
    padding: 0;
}
#frSubscribe input {
 text-align:center;
}

#frSubscribe input::-webkit-input-placeholder {
 text-align:center;
}

#frSubscribe input:-moz-placeholder {
 text-align:center;
}

#frSubscribe input::-moz-placeholder {
 text-align:center;
}

#frSubscribe input:-ms-input-placeholder {
 text-align:center;
}
/*---------------------New edit 20-4-2016------------------*/
body {
    background: #f1efee;
}
.jumbotron.hero {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: url("../../../images/sliders/Nature-008.jpg");
}


a:hover, a:focus {
    text-decoration: none;
}
.carousel-inner > .item{
    z-index: 1;
}
.header_top{
    background: transparent;
    padding: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.0), 0 0 0 1px rgba(0, 0, 0, 0.0);
}
.regional-setting {
    background: rgba(169, 193, 59, 0.6) !important;
    color: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 999;
}
.regional-setting-left h5 {
    color: #736357 !important;
}
.regional-setting.darkHeader{
    bottom: -70px;
}
.header_menu li a {
    color: rgba(255,255,255,1);
    /*font-size: 15px;*/
    font-size: 14px;
}
.header_menu .eicon{
    font-size: 22px;
    color: #A8C139;
    position: relative;
    top: 3px;
}
.affix .header_menu .eicon{
    color: rgba(255,255,255,1);
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    color: #fff;
    outline: thin dotted;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
}
.btn-a8c139{
    color: #fff;
    background-color: #a8c139;
    border-color: #a8c139;
    font-size: 16px !important;
}
.btn-a8c139:hover{
    color: #fff;
    background-color: rgba(168, 193, 57, 0.8);
}
.btn-fifod{
    position: absolute;
    top: 2px;
    right: 16px;
}
.regional-setting input[type=checkbox], .regional-setting input[type=radio] {
    margin-top: 2px;
}
.hme-container .shop-text-box span {
    color: #ddd;
}
.height-min a {
    height: 135px !important;
}
.shop-text-box-thumbnail {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.no-margin{
    margin: 0;
}
.foot-bg {
    background: #000;
    opacity: 0.7;
}
.get-pro {
    background: rgba(169, 193, 59, 0.6);
}
.subcribe-box input[type="text"] {
    width: 40%;
    color: #333;
}
#register:hover span, #signin-icon:hover span {
    color: #736357;
}
#login-dp{
   min-width: 280px;
   margin: 0;
   padding: 0;
   border-radius: 0;
}
 #login-dp.dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top: -10px;
    right: 12px;
}
#login-dp .popup_login, #signin .popup_login {
    float: left;
    margin: 5px 0;
    width: 100%;
    color: #333;
    position: relative;
}
#signin .popup_login {
    margin: 0 0 18px;
}
#signin .btn.btn-success {
    width: 100%;
    border: 0 none;
    border-radius: 0;
    padding: 8px;
}
#login-dp .popup_login input, #signin .popup_login input{
    margin: 0;
    color: #333;
    border-radius: 0;
    border: 1px solid #999;
}
.navbar-default .dropdown-menu li a.forget-link {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 5px 10px !important;
    margin: 0;
    border: 0 none;
    border-left: 1px solid #ddd;
    color: #A8C139;
}
#signin .nav-tabs > li.active > a, #signin .nav-tabs > li.active > a:hover, #signin .nav-tabs > li.active > a:focus {
    background: transparent;
    color: #fff;
    outline: none;
    padding: 0;
    border: 0 none;
}
.close {
    position: absolute;
    top: -18px;
    right: 0;
    color: #fff;
    font-weight: normal;
    text-shadow: 0 0 0 #fff;
    opacity: .8;
}
.close:hover, .close:focus {
    filter: alpha(opacity=50);
    opacity: .5;
    outline: none;
}
.mddv {
    position: absolute;
    left: -10px;
    top: 5px;
}
.mddvi {
    border-left: 1px solid #ddd;
    position: absolute;
    left: -30px;
    height: 100%;
}
#signin h5{
    font-size: 13px;
}
.search-bl {
    margin-top: 4px;
}
#signin li.active{
    background-color: #fff;
}
#signin li.active a{
    color: #a9c13b !important;
    padding: 10px 15px !important;
    font-weight: 600;
}
#signin .nav-tabs > li > a {
    margin-right: 0;
    border: 0 none;
    border-radius: 0;
    font-size: 20px;
    color: #555;
}
#signin .modal-content {
    border-radius: 0;
    background-color: #a9c13b;
}
.hero1 .nav > li {
    display: inline-flex;
}
.hero1 .navbar-nav > li {
    float: none;
}
.search-location, .map-box {
    padding: 0px;
    background: #ffffff;
    position: relative;
    z-index: 9;
}
.li-suggest {
    margin-left: 0;
    width: 100%;
}
#fav_shop_list{
    margin-top: 50px;
}
#breadcrumbs, .bread_crumbs a, .bread_crumbs li, .breadcrumb_top li{
    font-size: 14px;
}
.bread_crumbs {
    margin: 20px 0;
}
.breadcrumb_top, #breadcrumbs{
    margin-top: 15px;
}
.main{
    min-height: 420px;
}
.add_shop {
    background: #A9C13B;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
}
.add_steps {
    background: #A9C13B;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #A9C13B;
}
.add_shop .main, #fav_list_tag .main, .regional-setting .main, .add_steps.shop-menu-list .main{
    min-height: 0;
}
.list_inner_fields {
    padding-bottom: 0;
    position: relative;
    z-index: 3;
}
.side_active, #panel li.active {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent !important;
    background-image: linear-gradient(to bottom, #736357 2%, #736357 8%, #736357 58%, #736357 95%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #333;
}
#panel li.active {
    background: #736357 !important;
}
.save_btn {
    background: transparent;
    background-color: #736357;
    font-weight: 600;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.save_btn:hover {
    background: transparent;
    background-color: #736357;
    opacity: 0.8;
}
.search-dropdown li{
    font-weight: normal;
}
.sign_in_container .sign_in_form .register_container .popup_login label{
    margin: 0;
}
#tiles li img {
    margin: 3px 2px 0 3px;
}
nav#nav-main a {
    font-size: 14px;
}
.add_steps.shop-menu-list{
    margin-top: 5px;
}
#panel .add_shop_drop_down li a:hover, .browse-nav-inner li:hover a{
    background-color: rgba(169, 193, 59, 0.5);
}
.add_shop_drop_down {
    background: #555;
}
#panel li a:hover{
    background-color: #C5D382;
}
#panel li.side_active a:hover {
    background-color: #736357;
}
.notification-list-count, .activity-count {
    background: none repeat scroll 0 0 #A9C13B;
}
.pro_check input[type="radio"] {
    margin: 2px 0 0 !important;
}
.s-actions li {
    background: none repeat scroll 0 0 #A9C13B;
    border: 1px solid #A9C13B;
}
.ok-button {
    background: transparent !important;
    background-color: #3A3029 !important;
}
.ok-button:hover {
    background: #736357 !important;
}
.ok-button, .canceling-button3{
    font-weight: 600 !important;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.favo_image1 a.edit_trigger {
    background: url("../../../images/edditing-icon.png") no-repeat scroll 0px 4px rgba(0, 0, 0, 0);
}
.avatar_menu span.fav-number {
    margin: 3px 4px 0 0;
}
.favo_image a .edit-icon {
    margin: -2px 5px 0 0;
}
.btn-google {
    float: left;
    background-color: #BD3829;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
    border: 0 none;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    padding: 0 20px;
    margin-left: 10px;
}
.btn-facebook {
    float: left;
    background-color: #3B5998;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
    border: 0 none;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    padding: 0 20px;
    margin-left: 10px;
}
.btn-twitter {
    float: left;
    background-color: #03ADE8;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
    border: 0 none;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    padding: 0 20px;
    margin-left: 10px;
}
.btn-google:hover, .btn-facebook:hover, .btn-twitter:hover {
    opacity: 0.8;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.footer_tab_footer {
    border-top: 1px solid #ccc;
    border-radius: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #90C23A;
    border-color: transparent;
}
#favoriting-and-sharing .btn-secondary .fa.fa-heart{
    margin: 3px 7px 2px 0;
}
#favoriting-and-sharing .btn-secondary .fav-icon-sel {
    height: 14px;
    top: 3px;
}
.label-text {
    font-size: 13px;
    margin-top: 10px;
}
.preview-body {
    margin: 0;
    width: initial;
}
.button-large {
    background: transparent;
    border-color: transparent;
}
.button-large input {
    background: #736357;
    background: -moz-linear-gradient(top, #736357 2%, #736357 8%, #736357 58%, #736357 95%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #736357), color-stop(8%, #736357), color-stop(58%, #736357), color-stop(95%, #736357));
    background: -webkit-linear-gradient(top, #736357 2%, #736357 8%, #736357 58%, #736357 95%);
    background: -o-linear-gradient(top, #736357 2%, #736357 8%, #736357 58%, #736357 95%);
    background: -ms-linear-gradient(top, #736357 2%, #736357 8%, #736357 58%, #736357 95%);
    background: linear-gradient(to bottom, #736357 2%, #736357 8%, #736357 58%, #736357 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#736357', endColorstr='#736357', GradientType=0 );
    border-color: #736357 #736357 #736357;
    font-size: 14px;
    font-weight: normal;
    height: 34px;
}
.button-large input:hover {
    background: rgba(115, 99, 87, 0.8);
}
.conversation {
    background: #A9C13B;
    border-radius: 5px;
    float: left;
    padding: 10px;
    width: 100%;
}
.af-policies p.inline-message {
    text-align: left;
    width: 100%;
    padding-left: 170px;
}
.bodybg {
    background: #F1EFEE !important;
}
.listtypename.listtypename_vt li{
    float: none;
    display: inline-block;
    margin: -3px;
    border: 1px solid #ccc;
}
.warning-error h3 a:hover {
    background-color: #736357;
    opacity: 0.8;
    border: 1px solid #736357;
    border-radius: 3px;
}
.heading_account {
    background: #DBE2B8;
}
.table-condensed thead tr {
    background-color: #DBE2B8 !important;
    border-bottom: 1px solid #DBE2B8 !important;
}
.property_header{
    background-color: #DBE2B8;
    padding: 20px;
}
#bowse-items{
    background-color: #DBE2B8;
    border-radius: 0;
    padding: 14px 0 0;
}
.heading_account {
    padding: 15px;
}
.credit_field label{
    font-weight: 600;
}
.gifts .chart th {
    border: 0 none;
    padding: 10px;
}
.nav-pills.nav-none > li > a:after {
    content: "";
}
.nav-pills.nav-none > li > a{
    font-size: 14px;
    text-transform: capitalize !important;
    padding: 8px 15px !important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    letter-spacing: normal;
}
.main-4 .navbar-default .navbar-nav > li > a {
    color: #333 !important;
}
.below-header {
    border: 0 none;
}
.nav-pills.nav-none {
    margin-top: 0;
}
ul#first-menu {
    border: 1px solid #736357;
    border-radius: 0;
}
.ttmenu-content .tab-content {
    border-left: 0 none;
    padding: 0 !important;
}
.nav-stacked > li + li {
    margin-top: 0;
}
.ttmenu-content{
   border-top: 0 none;
}
.ttmenu .navbar-default .ttmenu-full .dropdown-menu {
    left: 0 !important;
}
.tab-pane.active {
    background: #E7EFC5 !important;
}
.dark-style .ttmenu-content .box li a {
    text-transform: capitalize;
    padding: 4px 5px 0 !important;
    color: #736357 !important;
}
.cart-txt {
    font-size: 16px !important;
}
body.modal-open .header_top.landing_eieieat_1 .row-header{
    margin-right: 0;
}
.preference_split li.currencyactive {
    color: #FFF;
    background-color: #736357;
}
.footer_popup_left .preference_split li:hover {
    background: #A9C13B;
    color: #fff;
}
.icon-bl p {
    color: #fff;
}
.bottom-phone-content h1 {
    color: #A9C13B;
}
.contact-page .popup_login label p {
    font-weight: 600;
}
.questions h4 {
    font-size: 16px;
    font-weight: 600;
}
.sell-img {
    margin: 0px 60px
}
.cont-b-left ul li {
    margin: 0 0 6px 0px;
}
.registary_landing_top {
    background-color: #A9C13B;
    border-bottom: 1px solid transparent;
}
.shp-sell-banner {
    min-height: 315px;
}
.localtion-map ~ .second-bl-footer{
   padding-top: 0;
}
#shop-detail-info ul li a {
    line-height: 37px !important;
}
.shop-cart.shcart{
    margin: 6px 0 0;
    width: 54px;
}
#community_tag .heading {
    background: rgba(169, 193, 59, 0.3);
    font-size: 20px;
    padding: 10px 15px;
    font-weight: 600;
}
/*******Brgin Steps**********/
.stepsBox {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    padding: 1em 0;
}

ul.stepsUL {
    counter-reset: step-counter;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.stepsUL > li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 25%;
}

ul.stepsUL > li:last-child {
    margin-right: 0;
    width: inherit;
}


ul.stepsUL > li:after,
ul.stepsUL > li:before {
    background: #dcdcdc;
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    top: 15px;
    margin-left: 20px;
    vertical-align: middle;
    width: 100%;
}

ul.stepsUL > li:last-child:after,
ul.stepsUL > li:last-child:before {
    display: none;
}

ul.stepsUL > li:after {
    z-index: 2;
}

ul.stepsUL > li:before {
    z-index: 1;
}

ul.stepsUL > li.step-done:after {
    background: #4cb71a;
}

li[class="step-done"][data-step="current"]:after {
    width: 53%;
}

ul.stepsUL > li .step-counter {
    border: 2px solid #dcdcdc;
    display: inline-block;
    height: 35px;
    line-height: 2.8em;
    width: 35px;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    position: relative;
    z-index: 9;
    background-color: #fff;
}
ul.stepsUL > li.step-done .step-counter {
    background-image: url("https://i.imgsafe.org/48aadc7.png");
    background-size: cover;
    border: none;
}

ul.stepsUL > li.step-done .step-counter:after {
    content: "\00a0";
}

ul.stepsUL > li .step-counter:after {
    counter-increment: step-counter;
    content: counter(step-counter);
    padding: 12px;
}

ul.stepsUL .step-label {
    margin-top: 7px;
    position: relative;
    left: -12px;
}
ul.stepsUL li:nth-child(2) .step-label, ul.stepsUL li:nth-child(3) .step-label {
    left: -6px;
}
/*******End Steps**********/
.btn-search{
    top: 0;
    right: -10px;
}
#sugglist{
    top: 37px;
    left: 10px;
    width:100%;
}
.body-login #sugglist{
    top: 44px;
}
.header_menu.header_menu_login li, .header_menu.header_menu_shop li {
    padding: 0px 10px;
}
.search-bl form {
    position: relative;
}
@media screen and (max-width: 1023px) and (min-width: 768px){
    .bottom-phone-content ul li a img {
        width: 40%;
    }
    .bottom-phone-content-main {
        left: 0;
    }
    .bottom-phone-content {
        width: 100%;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px), screen and (max-width: 767px) and (min-width: 736px){
    .search-bl {
        width: 100%;
    }
    #sugglist{
        left: 14%;
        width: 75%;
    }
    .btn-search{
        right: 80px;
    }
    .header_top .col-md-6{
        width: 100%;
    }
    .pull-right.pulright{
        float: none !important;
        display: inline-block;
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) and (min-width: 736px){
    #logo {
        margin: 0;
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .header_menu li {
        padding: 0px 8px !important;
    }
    .pull-right.pulright{
        float: none !important;
        display: inline-block;
        margin-top: 10px;
    }
    .search-bl input[type="text"] {
        width: 100% !important;
    }
    .btn-search{
        position: absolute !important;
        right: -10px;
    }
    header{
        border-top: 1px solid #fff;
    }
}
@media (max-width: 720px){
    .hidesearch-cover {
        display: none;
    }
}
@media screen and (max-width: 667px){
    .shop-cart {
        position: static;
        top: 0;
        right: 0;
    }
}
@media screen and (max-width: 450px) and (min-width: 320px){
    .header_top .col-md-6{
        padding: 0;
    }
    .header_menu li {
        padding: 0px 4px !important;
    }
    .cart-txt {
        font-size: 12px !important;
    }
    .shop-cart.shcart {
        margin: 9px 0 0;
        width: 32px;
    }
    .header_menu li a {
        color: rgba(255,255,255,1);
        font-size: 12px;
    }
    header .header-content {
        padding: 60px 15px;
    }
}
.rf-small img.imgerrorload{
    width: 75px;
    height: 75px;
}
.col-md-1.logo-res{
    padding: 0 5px;
}
.header_menu li a.sestextuser{
    text-align: left;
    min-width: inherit !important;
}
.showlist2 {
    width: 237px !important;
    right: inherit !important;
    left: -86px !important;
}
.showlist2 span.menuarrow {
    right: inherit;
    left: 113px;
}
.browse-nav-inner span.menuarrow{
    background: transparent;
}
.showlist2 span.menuarrow:after, .showlist2 span.menuarrow:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.showlist2 span.menuarrow:after {
    border-color: rgba(55, 202, 213, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
    top: -4px;
}
.showlist2 span.menuarrow:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #e2e2e2;
    border-width: 9px;
    margin-left: -9px;
    top: -6px;
}