


.modalHeader {
    line-height: 1.1;
     color: #fff;
}

.modalHeader h2 {
    margin: 0px;
    font-size: 28px;
    font-weight: 500;

}

.modalHeader img {
    height: 60px;
    width: auto;
    margin-right: 15px;
    float: left;
    border: 1px solid #fff;
}

.modalHeader .price {
   /* font-family: 'Arimo';*/
    font-weight: 700;
    font-size: 18px;
}

.modalHeader {
    margin-bottom: 9px;
    width: 100%;
}

.rsDefaultInv .rsThumb.rsNavSelected img {
    opacity: 1 !important;

}

.rsNavSelected {
    border: 2px solid #16a7bb;
}

.royalSlider {
    z-index: 40000;
}

#videoSlider .rsThumbs.rsThumbsHor, #rulesSlider .rsThumbs.rsThumbsHor {
    width: 100% !important;
    height: 60px !important;
}


#videoSlider .rsThumbs.rsThumbsHor .rsTmb, #rulesSlider .rsThumbs.rsThumbsHor .rsTmb {
    padding: 15px !important;
}


#videoSlider .rsTmb, #rulesSlider .rsTmb {
    padding-top: 17px;
    text-align: center;
    margin-right: 3px;
}
#videoSlider .rsThumbs .rsThumb, #rulesSlider .rsThumbs .rsThumb {
    width: 130px;
    height: 60px;
    font-size: 16px;
    color: #16a7bb;
    background-color: #fff;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
    border: 1px solid #16a7bb;
}
.rsDefaultInv .rsTmb h5 {
    font-size: 100% !important;

}
#videoSlider .rsThumbs, #rulesSlider .rsThumbs {
    width: 140px;
    padding: 0;
}
#videoSlider .rsThumb:hover, #rulesSlider .rsThumb:hover {
    background: #16a7bb;
    color: #fff;
}
#videoSlider .rsThumb.rsNavSelected, #rulesSlider .rsThumb.rsNavSelected {
    background-color: #16a7bb;
    color: #fff;
}

#videoSlider .rsThumb.rsNavSelected:hover, #rulesSlider .rsThumb.rsNavSelected:hover {
    color: #fff;
}

.bContainer {
    text-align: center;
    width: 100%;
}

.rsABlock {
    position: relative;
    display: block;
    right: auto;
    top: auto;
    background:rgba(3,135,132,0.7);
    color: #fff;
    font-size: 100%;
    width: 30%;
    padding: 10px;
}

.modalHeader .icons a {
    /*background-image: url(../img/iconPhotosModal.svg);*/
    background-position: center top;
    background-size: 70px 100px;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;    
    padding: 6px 15px;
    display: inline-block;    
    text-align: center;
    font-size: 15px;
    float: left;
    border: 1px solid #fff;
}

.modalHeader .icons a.active { background: #fff; color: #16a7bb; }

.modalHeader .icons {
    margin: 0px 0 -10px;
}