
/* ie css */

.rccl_flipBoxBackOuterIE {
    z-index:-4 !important;
}
.rccl_flipBoxBackOuterIEPositiveIndex {
     z-index:1 !important;
}



.rccl_stickyFooterContainer {
    position: fixed;
        bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999999999;
}

.rccl_stickyFooterWrapper {
    position: fixed;
            z-index: 999999;
}
/* To create 1600px funn size container by ashish. 5-5-2016 */

.rccl_fullSizeContainer {
    /*width: 1600px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;*/
}

/* full size conatiner ends here */
.rccl_fullSizeContainerTopPadding {
	/*padding-top: 15px;*/
}

.rccl_flipBoxCard {
    height: 282px;
    cursor: pointer;
    border-radius: 5px; 
}
.rccl_flipBoxGradient {
    border-radius: 5px;
}
.rccl_flipBoxBackFace, .rccl_flipBoxFrontFace {
    transition:transform 0.3s;
    /*backface-visibility: hidden;*/
}

.rccl_flipBoxGradient {
    background-color: #8D2661;
    display: inline-block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 98.5%, rgba(0, 0, 0, 0.6) 98%);
    width: 100%;
    height: 100%;

}

.rccl_flipBoxFrontFace {
    position: absolute;
        width: 100%;
    height: 100%;
}

.rccl_flipBoxFrontInfo {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
        margin-bottom: 10px;
}

.rccl_flipBoxFrontInfo h3, .rccl_flipBoxBackInfo h3 {
    font-size: 32px;
    font-weight: 700;
    color: white;
    text-shadow: 0 0 7px #090A0A;
    text-transform: uppercase;
        margin: 0;
}
.rccl_flipBoxFrontInfo p, .rccl_flipBoxBackInfo p {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
}




.rccl_flipBoxBackInfo {
    color: #fff;
    text-align: CENTER;
        margin-top: 20px;
}



.rccl_flipBoxBackFace {
    /*transform: rotateY(180deg);*/
    /*transform: rotateY(180deg);*/
    height:100%;    
}
.rccl_flipBoxFrontFace {
     z-index:2;
     overflow: hidden;
}

   .rccl_flipBoxBackOuter {
        position: absolute;
        top: 0px;
        width: 100%;
 
}
.rccl_noPadding {
    padding:0px;
}


.rccl_flipBoxImage {
    border-radius: 5px;
    position: relative;
    height: 282px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: -1;
    display: block;
}


.rccl_flipBoxBackFace .rccl_flipBoxGradient {
    background-color: #8D2661;
}


.rccl_flipBoxFrontOuter {
    backface-visibility: hidden;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s;
    transform: rotateY(0deg);
        background-size: cover;
    /*background-position: center top;*/
    background-position:50% 75%;
    background-repeat: no-repeat;
}

.rccl_flipBoxWrapper {
    /*padding: 20px;*/
}
.rccl_flipBoxCustomPadding {
    padding:20px;
}

.rccl_reduceLeftPadding {
    padding-left:10px;
}
.rccl_reduceRightPadding {
    padding-right:10px;
}
.rccl_reduceTopPadding {
    padding-top:10px;
}
.rccl_reduceBottomPadding {
    padding-bottom:10px;
}
.rccl_flipBoxInner {
    position: relative;
}



.rccl_flipBoxBackOuter{
    -webkit-backface-visibility:hidden;
    transition:-webkit-transform 0.3s;
    transition:transform 0.3s;
    -webkit-transform: rotateY(-180deg);



     backface-visibility:hidden;
     transform: rotateY(-180deg);
}

/*.rccl_flipBoxFrontOuter{
    backface-visibility:hidden;
    transition:-webkit-transform 0.3s;
    transition:transform 0.3s;
    transform: rotateY(0deg);
}*/






.rccl_yellowHoverButtonDiv {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
        margin-top: 10px;
}
.rccl_marginTop5{
    margin-top: 5px;
}
.rccl_yellowHoverButton {
        display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #FEBD11;
    font-size: 16px;
    padding: 10px;
    color: #061556;
    font-weight: 700;
    border-bottom: 5px solid #cb970e;
    text-transform: uppercase;
    max-width: 260px;
    width: 100%;
}
a.rccl_yellowHoverButton:visited, a.rccl_yellowHoverButton:focus, a.rccl_yellowHoverButton:active {
    color: #061556;
    text-decoration: none;
}
.rccl_yellowHoverButton:hover {
    text-decoration: none;
    color: #061556;
    margin-top: 2px;
    border-bottom: 3px solid #CB970E;
    transition-delay: 80ms;
}


.rccl_blueHoverButtonDiv {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}



.rccl_blueHoverButton {
        display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #0073bb;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    border-bottom: 5px solid #005c96;
    text-transform: uppercase;
}

.rccl_blueHoverButton:hover , .rccl_blueHoverButton:focus {
    text-decoration: none;
    color: #fff;
    margin-top: 2px;
    border-bottom: 3px solid #005c96;
    transition-delay: 80ms;
}

.rccl_harmonyViewButton a {
    margin-top: 5px;
    padding: 10px 15px;
}


.rccl_showMoreDiscover i {
    font-size: 20px;
    font-weight: bolder;
    padding: 0px 14px;
        color: #fff;
}

.rccl_noFlip {
    transform: rotateY(0deg) !important;
}

.rccl_flipBoxBackInfo , .rccl_flipBoxFrontInfo {
    padding: 0 10px;
}

.rccl_flilBoxWhatsInclude {
    max-width: 994px;
    width: 100%;
    margin: 0 auto;
}


.rccl_flilBoxWhatsInclude .rccl_flipBoxCard {
    height: 231px;
}
.rccl_flipBoxCustomPaddingWhtatsNew {
    padding: 0 10px;
}
.rccl_sectionTitle {
    width: 100%;
    text-align: center;
}
.rccl_sectionTitle h2 {
    font-size: 42px;
    color: #27348b;
    margin-bottom: 0px;
        font-family: proxima-nova-800, sans-serif;
        text-transform:uppercase;
            line-height: 46.2px;
}
.rccl_standardVideoWrapper .rccl_sectionTitle h2 , .rccl_latestCruiseDealsWrapper .rccl_sectionTitle h2 {
    margin-top: 2%;
}
.rccl_sectionTitle p {
    font-size: 18px;
    padding-top: 4px;
        color: #5d5d5d;
}


.rccl_greenBtnDiv {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
}
.rccl_greenBtn {
    background: #58b999;
    color: #FFFFFF;
    margin: 30px 0px 0px 0px !important;
    text-transform: uppercase;
    border: none !important;
    width: auto;
    border-radius: 5px;
    font-size: 18px;
    padding: 25px 25px 25px 30px;
    font-weight: normal;
}

.rccl_greenBtn:hover,.rccl_greenBtn:focus {
    color:#fff;
}

.rccl_greyBG {
    background: #F1F1F1;
}


.rccl_fullPageSizeContainer {
    padding: 20px 0;
}
.rccl_fullPageSizeContainer.rccl_latestdealsOuter {
    padding: 0;
}

.rccl_showMoreDiscover {
    padding-top: 15px;
}

.rccl_flilBoxSocialCards {
    margin: 30px 0;
}
.rccl_flilBoxWhatsInclude h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
}


.rccl_flipBoxCustomPaddingSocial {
    padding: 10px 0px;
}

.rccl_flipBoxImg {
    margin: 15px auto;
}


.rccl_flipBoxHarmonySocialHubBtn {
    width: 150px;
}
.rccl_flipBoxCustomPaddingSocial .rccl_flipBoxFullCard {
    background-position: center;
}


.rccl_flipBoxCustomPaddingSocial .rccl_flipBoxFullCard p {
    margin-top: 70px;
}
.rccl_flilBoxSocialCards .fa {
    color: #fff;
}


/* footer giving scroll bar to page */
.rccl_mainFooter {
    overflow: hidden;
}

.rccl_noMargin {
    margin:0px;
}
.rccl_noLeftRightMArgin {
    margin:auto 0 auto 0;
}

.rccl_noLeftPadding {
    padding-left:0px !important;
}












/* latest deals */
.rccl_latestDealsInnerBox {
    width: 100%;
    height: 253px;
    display: block;
    border-radius: 5px;
        cursor: pointer;
            position: relative;
    margin-top: 10px;
}
.rccl_latestDealsContentBox {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 75%;
    background-repeat: no-repeat;
    position: relative;


    transition-delay: 0ms;
    transition-duration: 1500ms;
    transition-property: all;
    transition-timing-function: ease;

    border-radius: 5px;

}

.rccl_latestDealsContentBox p {
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: proxima-nova-600 !important;
    bottom: 17px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
    line-height:22px;
}
.slick-slide {
    outline: none;
}
.rccl_latestDealsInner {
    max-width: 980px;  /* make it 735px for 3 offers*/
    width: 100%;
    margin: 24px auto 0 auto;
    position: relative;
}
.rccl_latestDealsContentBoxInner {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.18) 30.5%, rgba(0, 0, 0, 0.9) 98.5%);
    border-radius: 5px;
}

.letestOfferSelectedArrow {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    bottom: -18px;
    max-width: 786px;  /* make it 545 for 3 slick */
    width: 100%;
	visibility:hidden;
}
.rccl_latestDealsOfferID {
    position: absolute;
        bottom: 0px;
}
.rccl_latestDealsOfferContainer {
    background: #363c48;
    margin-top: 17px;
}
.rccl_latestDealsOfferContainerInner {
    background: #363c48;
    margin-top: 2px;
    position: relative;
}
.rccl_latestDealsOfferBoxInnerOfferImage {
    cursor: move;
    max-width: 96px;
    height: 94px;
    width: 100%;
}
.rccl_latestDealsOfferBox {
    width: 335px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 9px;
    padding-left: 9px;
    cursor: pointer;
}
.rccl_latestDealsOfferBoxInner {
    background: #fff;
    overflow: hidden;
    padding: 10px 5px 10px 10px;
    border-radius: 5px;
    box-shadow: inset 0px -5px 0px #ccc;
    overflow: hidden;
}
.rccl_latestDealsOfferBoxInnerImage {
    max-width: 35%;
    width: 96px;
    height: 96px;
    float: left;
    overflow: hidden;
}
.rccl_latestDealsNonSelected {
    position: absolute;
    bottom: 0px;
    width: auto;
    height: 53px;
    left: 44px;
    cursor: pointer;
    margin-bottom: -10px;
}
.rccl_latestDealsOfferTag {
    float: right;
    position: relative;
    top: 2px;
    margin-left: 5px;
    margin-right: 2px;
}
.rccl_latestDealsOfferBoxInnerContent span {
    color: #061556;
    font-size: 12px;
    font-weight: 400;
    font-family: proxima-nova-400 !important;
}
span.rccl_latestDealsPrice {
    font-weight: 700;
    font-family: proxima-nova-700 !important;
}
.rccl_flipBoxCardAnchorOnTile:hover {
    text-decoration:underline;
}
.rccl_latestDealsOfferBoxInnerContent h4 {
    font-size: 13px;
    color: #0073bb;
    font-weight: 700;
    margin: 5px 0 0 0;   
     font-family: proxima-nova-700 !important;
}
.rccl_latestDealsOfferShip {
    color: #86888a;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}
.rccl_latestDealsOfferDate {

    margin-bottom: 0;
    color: #061556;
        font-size: 12px;
    margin: 2px 0;
}
.rccl_latestDealsOfferBoxInnerContent {
    width: 65%;
    float: left;
    padding: 5px 0px 0px 10px;
}
.rccl_homeItinerary {
    padding-bottom: 20px;
    background: #363c48;
        padding-top: 30px;
    position: relative;
}
.rccl_swipeArrow {
    font-size: 15px;
    text-align: center;
    color: #c0c1b9;
    font-weight: 300;
}
.rccl_latestDealsOfferBtn {
    margin-top: 6px;
    text-align: center;
}
.rccl_latestDealsOfferBtnSpan {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
}
.rccl_latestDealsOfferPurpleBtn {
    background-color: #c14c99;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    border-bottom: 5px solid #9a3d7a;
    max-width: 240px;
    width: 100%;
    text-transform: uppercase;
        margin-left: -10px;
}
.rccl_latestDealsOfferPurpleBtn:hover {
    margin-top: 2px;
    border-bottom: 3px solid #9a3d7a;
    color: #fff;
    transition-delay: 80ms;
}
.rccl_latestDealsOfferPurpleBtn:focus {
     color: #fff;
}
.rccl_latestDealsOfferYellowBtn {
    background-color: #FEBD11;
    font-size: 16px;
    padding: 10px;
    color: #061556;
    font-weight: 700;
    border-bottom: 5px solid #cb970e;
    max-width: 240px;
    width: 100%;
    text-transform: uppercase;
}
.rccl_latestDealsOfferYellowBtn:hover {
    color: #061556;
    margin-top: 2px;
    border-bottom: 3px solid #CB970E;
    transition-delay: 80ms;
}
.rccl_makeMeScrollableClass {
    height: 131px;
}

.rccl_latestDeals .slick-track {
    margin-bottom: 12px;
}
.rccl_latestDealsInner.slick-slider {
    margin-bottom: 0px;
}

.rccl_latestDeals .rccl_latestDealsactiveClass {
    transform: scale(1.08);
    transition: 500ms;
}


.rccl_latestDealsColumn {
    transition: 500ms;
    padding-left: 20px;
    padding-right: 20px;
}
.rccl_latestDealsMobileArrow {
    position: absolute;
    text-align: center;
    left: 0%;
    width: 100%;
    top: -34px;
}
.scrollableArea {
    margin: 0 auto;
}
.rccl_defaultMarginPadding {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.rccl_whyRoyalContainer {
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.rccl_whyRoyalHolidayContent h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.rccl_whyRoyalHolidayContent p {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    font-weight: 300;
    padding-bottom: 30px;
}
.rccl_whyRoyalColumn {
    padding-left: 50px;
    padding-right: 50px;
}

.rccl_latestDealsContentBox p {
    font-family: proxima-nova-400 !important;
}
.rccl_latestDealsOfferBoxInnerContent p {
    font-family: proxima-nova-400 !important;
}
.rccl_latestDealsOfferBtnSpan a span {
    font-family: proxima-nova-400 !important;
}
.rccl_flipBoxFrontInfo p, .rccl_flipBoxBackInfo p {
    font-family: proxima-nova-400 !important;
}

.rccl_flipBoxFrontInfo h3 , .rccl_flipBoxBackInfo h3 {
    line-height: 35.2px;
        margin-bottom: 2px;
}
.rccl_flipBoxBackInfo p {
        line-height: 22px;
}
.rccl_flipBoxBackInfo h3 {
        margin-top: 20px;
}
.rccl_flipBoxFrontInfo {
    margin-bottom: 18px;
}
.rccl_footerNeedHelpMobile {
    display: none !important;
}
.rccl_sectionTitle p {
    padding: 0 5px;
        line-height: 20px;
   
    font-family: proxima-nova-400 !important;
    margin: auto 10px;
     margin-bottom: 20px;
}
.rccl_mainNavigationClose {
 /*   bottom: -12px;*/
}
.rccl_blueHoverButton {
    font-family: proxima-nova-400 !important;
}
.rccl_greenBtn span {
    font-family: proxima-nova-400 !important;
}
/* latest deals ends*/



.rccl_myProgress {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #ddd;
}

.rccl_loadedPrecentage {
    position: absolute;
    width: 10%;
    height: 100%;
    background-color: #58b999;
    text-align: center;
    padding: 5px;
    color: #fff;
    font-weight: bold;
}


.rccl_loaderBox {
    width: 200px;
    margin: 0 auto;
    position: relative;
    top: 15%;
    z-index: 99999999;
    text-align: center;
}
.rccl_loaderImage {
    width: 50%;
   /* animation:spin 4s linear infinite; */
}

@keyframes spin { 
    100% 
    { 
        -webkit-transform: rotate(360deg); 
        transform:rotateY(360deg); 

    } 
}


.rccl_fullPageSizeContainer  div , .rccl_fullPageSizeContainer  p , .rccl_fullPageSizeContainer  .btn ,.rccl_fullPageSizeContainer  a {
  font-family: proxima-nova-400 !important;
}

h3.text_h3 , h3.text_h3 span {
     font-family: proxima-nova-400 !important;
}
.rccl_homepageTopCarousalOfferButton {
    font-family: proxima-nova-400 !important;
}
.rccl_blueHoverButton {
    font-family: proxima-nova-400 !important;
}

.rccl_mainNavigationMenuSmall {
    font-family: proxima-nova-400 !important;
}
.rccl_flipBoxWrapper , .rccl_flipBoxFullCard  {
    z-index: 15;
}

ul.rccl_subNavigationInnerExpanded {
    font-family: proxima-nova-400 !important;
}
.rccl_flipBoxInner {
    position: relative;
}

.rccl_flipBoxBackOuter ,.rccl_flipBoxFrontOuter {
    -webkit-backface-visibility: hidden;
}



.rccl_yellowHoverButton {
    font-family: proxima-nova-700 !important;
}







/* pre-loader */






/* Media Queries */


@media only screen and (min-width: 1400px) {
    .container {
        width: 1400px;
    }
}

@media only screen and (min-width: 1900px) {
    .container {
        width: 1600px;
    }
}


@media only screen and (max-width: 1600px) {
    .rccl_fullSizeContainer {
		/*width: 100%;*/
	}
}
@media only screen and (max-width:1366px) {
    .rccl_flipBoxFrontInfo h3, .rccl_flipBoxBackInfo h3 {
    font-size: 26px;
}
}

@media only screen and (max-width:1280px) {
    .rccl_flipBoxFrontInfo h3, .rccl_flipBoxBackInfo h3 {
    font-size: 26px;
}
}


@media only screen and (max-width:1200px) {
        .rccl_flipBoxFrontInfo h3, .rccl_flipBoxBackInfo h3 {
    font-size: 20px;
}
    .rccl_whyRoyalColumn {
    padding-left: 20px;
    padding-right: 20px;
}
    .rccl_flipBoxFrontInfo h3, .rccl_flipBoxBackInfo h3 {
    line-height: 25px;
}
    .rccl_sectionTitle h2 {
    line-height: 42.2px;
}
}

@media only screen and (max-width:1024px) {
        .rccl_flipBoxCard {
    height: 300px;
}
    .rccl_flilBoxDiscoverNew .rccl_flipBoxCard {
        height:282px;
    }
    h3.rccl_flipBoxSmallInfo {
    font-size: 20px;
}
    .rccl_sectionTitle h2 {
    font-size: 38px;
}
    .rccl_flipBoxImg {
    width: 60%;
}

    .rccl_flipBoxFrontInfo h3, .rccl_flipBoxBackInfo h3 {
    font-size: 20px;
}

}

@media only screen and (max-width:991px) {
    .rccl_flipBox {
    max-width: 750px;
    margin: 0 auto;
}
            .rccl_flipBoxFrontInfo h3, .rccl_flipBoxBackInfo h3 {
    font-size: 20px;
}
            h3.rccl_flipBoxSmallInfo {
    font-size: 16px;
}

 .rccl_flilBoxWhatsInclude h3 {
    font-size: 18px;
}
    .rccl_whyRoyalColumn {
    padding-left: 10px;
    padding-right: 10px;
}

}

@media only screen and (min-width: 769px) and (max-width: 990px) {
    h3.rccl_flipBoxSmallInfo {
    font-size: 14px;
}
    .rccl_flilBoxSocialCardsInner .rccl_yellowHoverButton {
        font-size:14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .letestOfferSelectedArrow {
    max-width: 610px;
}
    .rccl_latestDealsContentBoxInner {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.18) 30.5%, rgba(0, 0, 0, 0.9) 98.5%);
    }
}

@media only screen and (max-width:768px) {
               h3.rccl_flipBoxSmallInfo {
    font-size: 16px;
}
    .rccl_latestDealsOfferShip {
    font-size: 13px;
}
        .rccl_flipBoxFrontInfo h3, .rccl_flipBoxBackInfo h3 {
    font-size: 15px;
}
   .rccl_flilBoxSocialCardsInner {
    padding: 0 5px !important;
}
}

@media only screen and (max-width:767px) {
    .rccl_flipBoxWrapper {
    /*padding: 20px 15px 0px 15px;*/
}
    
.rccl_latestDeals .rccl_latestDealsactiveClass.slick-center {
    transform: scale(1.08);
    transition: 500ms;
}

    .rccl_flipBoxCustomPadding {
    /*padding: 20px 15px 0px 15px;*/
    padding: 10px 10px 0px 10px;
}
                .rccl_flipBoxCustomPaddingWhtatsNew {
      padding: 5px 10px;
}
    .rccl_flipBoxCustomPaddingSmallLeft {
    padding-right: 5px;
}
    .rccl_flipBoxCustomPaddingSmallRight {
    padding-Left: 5px;
}
    .rccl_flipBoxCard {
    height: 200px;
}
        .rccl_flilBoxDiscoverNew .rccl_flipBoxCard {
        height:238px;
    }

        .rccl_flipBoxFrontInfo h3, .rccl_flipBoxBackInfo h3 {
    font-size: 18px;
}
            .rccl_sectionTitle h2 {
    font-size: 20px;
}

.rccl_reduceBottomPaddingWI {
    padding-bottom: 5px;
}
.rccl_reduceTopPaddingWI {
    padding-bottom: 5px;
}
.rccl_flipBoxCustomPaddingSocial {
    padding: 5px 0px;
}
.rccl_flipBoxImg {
    width: 200px;
}


    .rccl_hideOnMobile {
        display:none;
    }
 .rccl_latestDeals .rccl_latestDealsactiveClass {
    transform: none;
    transition: 500ms;
}

  .slick-current {
    transform: scale(1.08);
    transition: 500ms;
}

    .rccl_whyRoyalColumn {
    padding-left: 15px;
    padding-right: 15px;
}	
    .rccl_flipBoxFrontInfo h3, .rccl_flipBoxBackInfo h3 {
    line-height: 21px;
}
    .rccl_flipBoxFrontInfo p , .rccl_flipBoxBackInfo p {
    line-height: 16px;
}
    .rccl_latestDealsOfferPurpleBtn {
    margin-bottom: 5px;
}
    .rccl_sectionTitle h2 {
    line-height: 24.2px;
}
    .rccl_standardVideoWrapper .rccl_sectionTitle h2 ,.rccl_latestCruiseDealsWrapper .rccl_sectionTitle h2{
    margin-top: 4%;
}
    .rccl_latestDealsContentBoxInner {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0.18) 30.5%, rgba(0, 0, 0, 0.9) 98.5%);
    }
}


@media only screen and (max-width:480px) {
    .rccl_latestDealsContentBoxInner {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.18) 30.5%, rgba(0, 0, 0, 0.9) 98.5%);
}
 
            h3.rccl_flipBoxSmallInfo {
    font-size: 13px;
}
            .rccl_flilBoxWhatsInclude .rccl_flipBoxCard {
    height: 180px;
}
            .rccl_discoverNewWorldOuter h3 {
    font-size: 13px;
}
            .rccl_discoverNewWorldOuter p {
    font-size: 12px;
}
            .rccl_whatsIncludeOuter h3 {
    font-size: 15px;
    margin-bottom: 2px;
}
                   .rccl_whatsIncludeOuter p {
    font-size: 13px;
}
                 .rccl_whatsNewOuter     p {
    font-size: 14px;
}
               .rccl_breathTakingDestinationsOuter     p {
    font-size: 15px;
}
                 
         .rccl_flipBoxFrontInfo h3, .rccl_flipBoxBackInfo h3 {
    line-height: 18px;
}          
}

/**************************************************/
.rccl_flipBoxBackInfoTextLink {
color: #fff;
}
.rccl_flipBoxBackInfoTextLink:hover {
 color: #fff;
 text-decoration:underline;
}
.rccl_flipBoxBackInfoTextLink:active {
 color: #fff;
}
.rccl_flipBoxBackInfoTextLink:focus {
 color: #fff;
}
.rccl_flipBoxBackInfoTextLink:visited {
color: #fff;
}

.rccl_mainNavigationMenuInnerLengthSelectionLast {
    margin-bottom:23px;
}
@media only screen and (max-width:320px) {
    .rccl_latestDealsContentBoxInner {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.18) 30.5%, rgba(0, 0, 0, 0.9) 98.5%);
    }
}