/* Start main styles */
.content .container,
.content .container-fluid {
    padding: 40px 20px;
}

.container-fluid-otherprops {
    position: relative;
    padding: 0 0 40px 0;
    overflow: hidden;
    margin-top:0;
}

.container-fluid-otherprops h2 {
    text-align:center;
}

.container-fluid-otherprops .new-props-loading {
    text-align:center;
    margin-top:100px;
    font-size:18px;
    width:100%;
}

.container-fluid-otherprops .fade-right,
.container-fluid-otherprops .fade-left {
    position: absolute;
    height: 480px;
    z-index: 1;
    background: rgb(255,255,255);
    background: linear-gradient(
90deg
, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.container-fluid-otherprops .fade-right {
    top: 0;
    left: 0;
    width:50px;
    background: linear-gradient(
90deg
, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.container-fluid-otherprops .fade-left {
    top: 0;
    right: 0;
    width:50px;
}

.container-fluid-otherprops p {
    margin-bottom: 0 !important;
    font-size: 14px;
    text-align:center;
}

.container-fluid-otherprops .title {
    display: inline-block;
    text-transform: uppercase;
    margin: 10px 0;
    white-space: pre-wrap;/* CSS3 */
    white-space: -moz-pre-wrap;/* Firefox */
    white-space: -pre-wrap;/* Opera <7 */
    white-space: -o-pre-wrap;/* Opera 7 */
    word-wrap: break-word;/* IE */
    height: 50px;
    padding: 0 5px;
    font-size: 15px;
    letter-spacing: 1.5px;
    font-weight: 600;
    line-height: 1.2;
}

.container-fluid-otherprops .slider-otherprops .offer {
    display: inline-block;
    background: #fff;
    border: none;
    text-align: center;
    margin-right: 8px;
    width: 220px;
    border-radius: 3px;
    overflow: hidden;
    vertical-align: top;
    box-shadow: 0 0.6rem 1rem 0 rgb(0 0 0 / 8%);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.container-fluid-otherprops .slider-otherprops .offer:hover {
    box-shadow: 0 0.34rem 1.6rem 0 rgb(0 0 0 / 18%);
}

.container-fluid-otherprops .slider-otherprops .offer a {
    text-decoration: none;
}
.container-fluid-otherprops .slider-otherprops .offer p {
    line-height: 1.5;
}

.container-fluid-otherprops .offer-inner {
    position: relative;
    margin-bottom: -2px;
    height: 400px;
}

.container-fluid-otherprops .ad-price {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: inline-block;
    margin: 10px 0;
    width: 210px;
    font-size: 18px;
    font-weight: 600;
}
.container-fluid-otherprops .ad-price .from {
    font-weight: normal;
}

.container-fluid-otherprops .rsDefault,
.container-fluid-otherprops .rsDefault .rsOverflow,
.container-fluid-otherprops .rsDefault .rsSlide,
.container-fluid-otherprops .rsDefault .rsVideoFrameHolder,
.container-fluid-otherprops .rsDefault .rsThumbs {
    background: none;
    color: #262626;
}

.container-fluid-otherprops .rsDefault .rsSlide,
.container-fluid-otherprops .rsDefault .rsOverflow {
    overflow: visible !important;
}

.container-fluid-otherprops .slider-otherprops {
    height: 480px;
    margin: 0 auto;
    width: 700px;
}

.container-fluid-otherprops .hero-arrow-left {
    right:0;
    left:initial;
}

.container-fluid-otherprops .hero-arrow-right {
    left:0;
    right:initial;
}

.container-fluid-otherprops .rsDefault .rsBullets {
    bottom: 40px;
    background: none;
    overflow: visible;
    z-index:1;
}

.container-fluid-otherprops .rsDefault .rsBullet span {
    background-color: #ccc;
}

.container-fluid-otherprops .rsDefault .rsBullet.rsNavSelected span {
    background-color: #666;
}

.container-fluid-otherprops .rsImg,
.container-fluid-otherprops .rsMainSlideImage {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}

.container-fluid-otherprops .rsMainSlideImage {
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: auto !important;
}

/* Try to cope with all blog break points as best we can */

@media (max-width: 1329px) {
    .container-fluid-otherprops .fade-right,
    .container-fluid-otherprops .fade-left {
        background-color:transparent;
    }
    .container-fluid-otherprops .slider-otherprops {
        text-align:center;
    }
}

/* End main styles */

/* Start SVG Icons */
.btn-ovo-content .icon {
    height: 38px;
    width: 38px;
    float: left;
    padding: 0;
    margin: 1.5px 0 1.5px 3px;
}

.icon-ovo-circle-left,
.icon-ovo-circle-right {
    position: absolute;
    display: block;
    height: 100%;
    width: 44px;
    top: 48%;
    transform: translateY(-50%);
    stroke: #fff;
    stroke-width: 1;
    cursor: pointer;
}

.icon-ovo-circle-left {
    left:0;
}

.icon-ovo-circle-right {
    right:0;
}

#icon-ovo-circle-left circle,
#icon-ovo-circle-right circle {
    stroke-width: 3;
}

.icon-ovo-circle-left use,
.icon-ovo-circle-right use {
    fill: #262626;
    fill-opacity: 0.6;
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;

}

.icon-ovo-circle-left.disabled use,
.icon-ovo-circle-right.disabled use,
.icon-ovo-circle-left.disabled use:hover,
.icon-ovo-circle-right.disabled use:hover {
    fill-opacity: 0.1;
}

.icon-ovo-circle-left use:hover,
.icon-ovo-circle-right use:hover {
    fill-opacity: 1;
}


@media (max-width: 767px) {
    .slider-photos .rsBullets {
        display: none;
    }

    .icon-ovo-circle-left,
    .icon-ovo-circle-right {
        height: 35px;
    }
    .container-fluid-otherprops .slider-otherprops,
    .container-fluid-otherprops .rsOverflow {
        width: 100%;
    }

}
/* End SVG Icons */

/* Start Loading Dots */
@keyframes blink {
    50% {
        color: transparent;
    }
}
.loader-dot {
    animation: 1.8s blink infinite;
}
.loader-dot:nth-child(2) {
    animation-delay: 250ms;
}
.loader-dot:nth-child(3) {
    animation-delay: 500ms;
}
/* End Loading Dots */

/* Start Royalslider bullet overrides */
.rsDefault .rsBullet span {
    border-radius: 0;
}

.rsDefault .rsBullet {
    padding: 6px 6px 6px;
}
/* End Royalslider bullet overrides */

/* Start Button Styles */
.btn-inner-table {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.btn-ovo-content span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    line-height: 1;
}

.container-fluid-otherprops .btn-ovo-content {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    font-size: 14px;
    color: #262626;
    border: 2px solid #262626;
    background-color: #f9f7f7;
}

.container-fluid-otherprops .btn-ovo-content span {
    font-weight: bold;
}
/* End Button Styles */

