ul.nav.red > li > a.active {
    color: #ad9b6a;
}
.navbar-default.red .navbar-nav > li > a:focus, .navbar-default.red .navbar-nav > li > a:hover {
    color: #ad9b6a;
}
ul.nav.red > li > a.active:hover {
    color: #ad9b6a;
}
.ms-layer.sbut6 {
    background-color: #ad9b6a;
}
.section-red {
    background-color: #ad9b6a;
}
.feature-box24 .inner .but {
    color: rgba(58,58,58,1.00);
}
.but22 {
    color: #ad9b6a;
}
.brown {
    color: #695c3a;
}
.pricetable-holder4:hover, .pricetable-holder4.active {
    border: 2px solid #ad9b6a;
}
.pricetable-holder4:hover .inner-holder, .pricetable-holder4.active .inner-holder {
    background-color: #ad9b6a;
}
.btn.btn-red {
    background-color: #695c3a;
}
.btn.btn-green {
    background-color: #007f62;
}
.btn.btn-brown {
    background-color: #695c3a;
}
.feature-box25 {
    background-color: #ad9b6a;
}
.text-pink-2 {
    color: #ad9b6a;
}
.scrollup.red {
    background-color: #ad9b6a;
}
.text-red {
    color: #ad9b6a;
}
.feature-box28:hover {
    background-color: #ad9b6a;
    border: 1px solid #ad9b6a;
}
.smart-forms .btn-primary.red {
    background-color: #ad9b6a;
}

.bottom-shape5 {
    background: url(../../images/colors/pink/bottom-shape1.png) center top no-repeat;
}
.top-shape2.red2 {
    background: url(../../images/colors/pink/top-shape5.png) center top no-repeat;
}
.top-shape2.red {
   background: url(../../images/colors/pink/top-shape2.png) center top no-repeat;
}
.bottom-shape1 {
	background: url(../../images/colors/pink/bottom-shape1.png) center top no-repeat;
}


/*! Forecast Embed */



.fe_container {
    color: #ad9b6a;
    font-weight: 300;
    height: 245px;
    margin: 0 auto;
    max-width: 1000px;
    min-width: 500px;
    width: 100%;
}
body.hide_daily .fe_container {
    min-width: 200px;
}
.fe_container a {
    color: #ad9b6a;
}
.fe_container .fe_title {
    border-bottom: 2px solid #ad9b6a;
    height: 32px;
    position: relative;
}
.fe_container .fe_title .fe_location {
    bottom: 6px;
    font-size: 18px;
    font-weight: bold;
    left: 10px;
    position: absolute;
}
body.hide_daily .fe_container .fe_title .fe_location {
    bottom: 8px;
    font-size: 14px;
}
body.hide_daily .fe_container .fe_title .pre {
    display: none;
}
.fe_container .fe_title .fe_forecast_link {
    bottom: 8px;
    font-size: 14px;
    position: absolute;
    right: 10px;
}
.fe_container .fe_forecast {
    margin-top: 14px;
}
.fe_container .fe_currently {
    float: left;
    font-size: 14px;
    height: 100%;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 35%;
}
body.hide_daily .fe_container .fe_currently {
    width: 100%;
}
.fe_container #fe_current_icon {
    display: inline-block;
    height: 80px;
    width: 80px;
}
.fe_container .fe_currently .fe_temp {
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    line-height: 0.65em;
    margin-left: 5px;
    position: relative;
    text-align: center;
    top: -15px;
}
.fe_container .fe_currently .fe_temp .fe_dir {
    display: block;
    font-size: 14px;
    font-weight: normal;
    left: -5px;
    position: relative;
}
.fe_container .fe_currently .fe_summary {
    font-size: 18px;
    font-weight: bold;
}
.fe_container .fe_currently .fe_wind {
    font-size: 14px;
}
.fe_container .fe_daily {
    display: table;
    float: left;
    font-size: 14px;
    height: 100%;
    text-align: center;
    width: 65%;
}
body.hide_daily .fe_container .fe_daily {
    display: none;
}
.fe_container .fe_daily .fe_day {
    display: table-cell;
    text-align: center;
}
.fe_container .fe_daily .fe_day .fe_label {
    display: inline-block;
    font-weight: bold;
    width: 100%;
}
.fe_container .fe_daily .fe_icon {
    display: inline-block;
    height: 26px;
    margin-top: 2px;
    width: 26px;
}
.fe_container .fe_daily .fe_day .fe_temp_bar {
    border-radius: 200px;
    font-size: 12px;
    margin: 18px auto 0;
    position: relative;
    width: 20px;
}
.fe_container .fe_daily .fe_day .fe_high_temp {
    left: 2px;
    position: absolute;
    top: -16px;
    width: 100%;
}
.fe_container .fe_daily .fe_day .fe_low_temp {
    bottom: -16px;
    left: 2px;
    position: absolute;
    width: 100%;
}
.fe_alert {
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    top: 205px;
    white-space: nowrap;
    width: 100%;
}
.fe_alert a {
    color: #a00;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
    text-overflow: ellipsis;
}
.fe_alert a .fe_icon {
    font-size: 20px;
}
.fe_loading {
    font-size: 18px;
    font-weight: bold;
    height: 100%;
    left: 0;
    line-height: 240px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
#fe_loading_icon {
    left: -5px;
    position: relative;
    top: 15px;
}