/* Global */

.thumbnails li>.fff .caption {
    background: #fff !important;
    padding: 10px;
    border: 1px solid #ECECEC;
    text-align: center;
    border-radius: 10px;
    min-height: 280px;
}

ul.thumbnails {
    margin-bottom: 0px;
}


/* Thumbnail Box */

.caption h4 {
    color: #fff;
    background: #5BC0DE;
    padding: 5px 0;
    border-radius: 30px;
}

.caption h2 {
    color: #fff;
    background: #5BC0DE;
    padding: 5px 0;
    border-radius: 30px;
}

.caption p {
    color: #999;
}

.btn-ry {
    color: #fff;
    background-color: #EE6078;
    border-color: #D7425B;
}

.btn1 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


/* Radio Button */

.radioB {
    text-align: center;
    margin: 10px;
    0;
}


/* Radio Button End */


/* Carousel Control */

.control-box {
    text-align: center;
    width: 100%;
}

.carousel-control {
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}
.carousel li {
    margin-right: 0px;
}

/* Mobile Only */

@media (max-width: 767px) {
    .page-header,
    .control-box {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}

li {
    list-style-type: none;
}

::selection {
    background: #ff5e99;
    color: #FFFFFF;
    text-shadow: 0;
}

::-moz-selection {
    background: #ff5e99;
    color: #FFFFFF;
}