.home .abode .icon-arrow-right {
    width: 30px;
    height: 30px;
    fill: #ccc;
    vertical-align: middle;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home .abode i.icon {
  color: #ccc;
  transition: all 0.3s ease;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}
.home .abode .about {
    padding: 3.571428571em 0;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .home .abode .about {
        padding: 5.714285714em 0;
    }
}
.home .abode .about i.icon {
  font-size: 26px;
}
.home .abode .about .title {
    display: block;
    font-weight: bold;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 1.642857143em;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .home .abode .about .title {
        font-size: 2.285714286em;
        margin-bottom: 40px;
    }
}
.home .abode .about p {
    line-height: 2em;
}
@media only screen and (min-width: 768px) {
    .home .abode .about p {
        font-size: 1.142857143em;
        margin-bottom: 40px;
    }
}
.home .abode .about .more {
    display: block;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: bold;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
    .home .abode .about .more {
        font-size: 1.142857143em;
    }
}
.home .abode .about .more:hover .icon-arrow-right {
    fill: #333;
}
.home .abode .promotions {
    margin-bottom: 2.857142857em;
}
@media only screen and (min-width: 992px) {
    .home .abode .promotions {
        margin-bottom: 0;
    }
}
.home .abode .promotions .promo {
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
    .home .abode .promotions .promo {
        padding: 0;
    }
}
/*@media only screen and (min-width: 992px) {
    .home .abode .promotions .promo {
        position: relative;
        overflow: hidden;
        margin-bottom: 0;
    }
    .home .abode .promotions .promo:hover img {
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -o-filter: blur(3px);
        -ms-filter: blur(3px);
        filter: blur(3px);
        filter: url(../images/homepage/blur.svg#blur);
        filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='3');
    }
    .home .abode .promotions .promo:hover .promo__text {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}*/
.home .abode .promotions .promo .promo__shop-now {
  display: inline-block;
}
.home .abode .promotions .promo .promo__img {
    display: block;
    position: relative;
    margin-bottom: 25px;
}
.home .abode .promotions .promo .promo__img:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 45px;
    height: 4px;
    background: #000;
}
/*@media only screen and (min-width: 992px) {
    .home .abode .promotions .promo .promo__img {
        margin-bottom: 0;
    }
    .home .abode .promotions .promo .promo__img:after {
        content: "";
        display: none;
    }
}*/
.home .abode .promotions .promo img {
    display: block;
    width: 100%;
    margin: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home .abode .promotions .promo .promo__text {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
    .home .abode .promotions .promo .promo__text {
        width: 90%;
    }
}
/*@media only screen and (min-width: 992px) {
    .home .abode .promotions .promo .promo__text {
        width: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.85);
        position: absolute;
        top: 100%;
        bottom: 0;
        margin: auto;
        padding: 29.63918% 3.57143em 0;
    }
}*/
.home .abode .promotions .promo .title {
    display: block;
    font-weight: bold;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    /*text-transform: uppercase;
    font-size: 1.642857143em;*/
    line-height: 27px;
    position: relative;
    width: 90%;

    font-size: 2em;
    line-height: 30px;
    margin-bottom: 15px;
}
/*@media only screen and (min-width: 992px) {
    .home .abode .promotions .promo .title {
        color: #fff;
        line-height: 32px;
    }
    .home .abode .promotions .promo .title:after {
        content: "";
        display: block;
        position: absolute;
        top: -30px;
        left: 0;
        width: 45px;
        height: 4px;
        background: #fff;
    }
}*/
.home .abode .promotions .promo .title .icon-arrow-right {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.home .abode .promotions .promo p {
    font-size: 1.142857143em;
}
/*@media only screen and (min-width: 992px) {
    .home .abode .promotions .promo p {
        color: #cccccc;
    }
}*/
.home .abode .promotions .promo .shop {
    font-weight: bold;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 1.071428571em;
    text-transform: uppercase;
}
.home .abode .promotions .promo .shop .icon-arrow-right {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.home .abode .shop i.icon {
  font-size: 26px;
}
/*@media only screen and (min-width: 992px) {
    .home .abode .promotions .promo .shop .icon-arrow-right {
        margin-left: 0;
        margin-top: 20px;
    }
}*/
.home .abode .offers .offer {
    display: block;
    padding-top: 3.571428571em;
    padding-bottom: 3.571428571em;
    text-align: center;
}
@media only screen and (min-width: 992px) {
    .home .abode .offers .offer {
        min-height: 305px;
        padding-top: 6.428571429em;
        padding-bottom: 6.428571429em;
    }
}
.home .abode .offers .offer .title {
    /*text-transform: uppercase;*/
    display: block;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.642857143em;
    letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
    .home .abode .offers .offer .title {
        font-size: 2.285714286em;
    }
}
.home .abode .offers .offer .sub {
    font-weight: 300;
}
@media only screen and (min-width: 768px) {
    .home .abode .offers .offer .sub {
        font-size: 1.285714286em;
    }
}
@media only screen and (min-width: 992px) {
    .home .abode .offers .offer .sub {
        font-size: 1.642857143em;
    }
}
.home .abode .offers .offer.one {
    background: #333;
    color: #fff;
}
.home .abode .offers .offer.two {
    background: #e1e1e1;
}
.home .abode .fpslider-title {
    text-align: center;
    display: block;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin-top: 2.5em;
}
@media only screen and (min-width: 768px) {
    .home .abode .fpslider-title {
        font-size: 30px;
    }
}
