/*Start rvadv_lightbox styles*/
body.rvadv_lightbox{
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    padding: 0;
    background: transparent;
    z-index: 100;
    overflow: hidden;
}
body.rvadv_lightbox .rvadv_lightbox_parent {
    background-color: rgba(0,0,0,.9);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
}
body.rvadv_lightbox .rvadv_lightbox_parent#rvadv_lightbox_img_wrapper  {
  z-index: 99;
}
body.rvadv_lightbox .rvadv_lightbox_parent *:not(.selected){
  display: none;
}
body.rvadv_lightbox .rvadv_lightbox_parent .selected {
    z-index: 100 !important;
    width: 60% !important;
    margin: 0 20% !important;
    top: 15% !important;
    left: 0 !important;
    position: relative !important;
    cursor: pointer !important;
}
body.rvadv_lightbox .rvadv_lightbox_parent .selected.vertical_selected {
    height: 80%;
    width: auto !important;
    max-width: 60%;
}
.rvadv_lightbox_nav {
    position: fixed;
    width: 70%;
    height: 80%;
    margin: 0 15%;
    top: 15%;
    left: 0;
    z-index: 100;
    display: none;
}
.rvadv_lightbox_modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: transparent;
}
.rvadv_lightbox .rvadv_lightbox_nav {
    display: block;
}
.rvadv_lightbox_close {
    position: absolute;
    top: 0;
    right: -50px;
    cursor: pointer;
    z-index: 100;
    font-size: 50px;
    color: #fff;
}
.rvadv_lightbox_close:hover {
     /*color: #fff;*/
}
.rvadv_lightbox_close:hover svg polyline {
    /*stroke: #fff;*/
}
.rvadv_lightbox_next, .rvadv_lightbox_prev {
    z-index: 9;
    position: absolute;
    top: 70px;
    height: calc(100% - 70px);
    cursor: pointer;
    z-index: 100;
    display: flex;
    flex-direction: row;
    align-items: center;  
    font-size: 42px;
    color: #fff;  
}
.rvadv_lightbox_next:hover, .rvadv_lightbox_prev:hover {
     /*color: #fff;*/
}
.rvadv_lightbox_next {
    width: calc(65% + 50px);
    margin: 0 0 0 35%;
    left: 0;
    justify-content: flex-end;
}
.rvadv_lightbox_next svg {
    right: 0;
    position: absolute;
}
.rvadv_lightbox_prev {
    width: calc(35% + 50px);
    left: -50px;
}
.rvadv_lightbox_prev svg {
    left: 0;
    position: absolute;
}
.rvadv_lightbox_next svg, .rvadv_lightbox_prev svg {
    top: calc(50% - 100px);
}
.rvadv_lightbox_next:hover svg polyline {
    /*stroke: #fff;*/
}
.rvadv_lightbox_prev:hover svg polyline {
    /*stroke: #fff;*/
}
.rvadv_lightbox_share {
    z-index: 100;
    position: absolute;
    top: -40px;
    width: 100%;
    text-align: center;
}
.rvadv_lightbox_share p {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    margin: 0;
}
.rvadv_lightbox_share a {
    font-size: 30px;
    margin: 0 5px;
    vertical-align: middle;
}
.rvadv_lightbox_share a i {
    color: #fff;
}
.rvadv_lightbox_share a i:hover {
    /*color: #fff;*/
}
     @media screen and (max-width: 767px) {
          /*Start rvadv lightbox styling - Mobile */
          body.rvadv_lightbox .rvadv_lightbox_parent .selected {
              width: 95% !important;
              margin: 0 2.5% !important;
              top: 40% !important;
          }
          .rvadv_lightbox_close {
              transform: scale(.5);
              top: -50px;
          }
          .rvadv_lightbox_share p {
              margin: 0 0 .5em;
          }
          /*End rvadv lightbox styling - Mobile */
     }

/*End rvadv_lightbox styles*/


/*Start rvadv_video_lightbox styles*/
body.rvadv_video_lightbox{
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    padding: 0;
    background: transparent;
    z-index: 100;
    overflow: hidden;
}
body.rvadv_video_lightbox .rvadv_video_lightbox_parent {
    background-color: rgba(0,0,0,.9);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
}
body.rvadv_video_lightbox .rvadv_video_lightbox_parent#rvadv_video_lightbox_wrapper  {
  z-index: 99;
}
body.rvadv_video_lightbox .rvadv_video_lightbox_parent *:not(.selected){
  display: none;
}
body.rvadv_video_lightbox .rvadv_video_lightbox_parent .selected {
    z-index: 100 !important;
    width: 60% !important;    
    margin: 0 20% !important;
    top: 20% !important;
    left: 0 !important;
    position: relative !important;
    cursor: pointer !important;
    height: 70vh;
}
body.rvadv_video_lightbox .rvadv_video_lightbox_parent div{
     pointer-events: initial;
}
.rvadv_video_lightbox_nav {
    position: fixed;
    width: 70%;
    height: 80%;
    margin: 0 15%;
    top: 20%;
    left: 0;
    z-index: 100;
    display: none;
}
.rvadv_video_lightbox_modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 98;
    background-color: transparent;
}
.rvadv_video_lightbox .rvadv_video_lightbox_nav {
    display: block;
}
.rvadv_video_lightbox_close {
    position: absolute;
    top: 0;
    right: -50px;
    cursor: pointer;
    z-index: 100;
}
.rvadv_video_lightbox_close:hover svg polyline {
    /*stroke: #99db15;*/
}
.rvadv_video_lightbox_next, .rvadv_video_lightbox_prev {
    z-index: 9;
    position: absolute;
    top: 70px;
    height: calc(100% - 70px);
    cursor: pointer;
    z-index: 100;
    display: none;
}
.rvadv_video_lightbox_next {
    width: calc(65% + 50px);
    margin: 0 0 0 35%;
    left: 0;
}
.rvadv_video_lightbox_next svg {
    right: 0;
    position: absolute;
}
.rvadv_video_lightbox_prev {
    width: calc(35% + 50px);
    left: -50px;
}
.rvadv_video_lightbox_prev svg {
    left: 0;
    position: absolute;
}
.rvadv_video_lightbox_next svg, .rvadv_video_lightbox_prev svg {
    top: calc(50% - 100px);
}
.rvadv_video_lightbox_next:hover svg polyline {
    /*stroke: #99db15;*/
}
.rvadv_video_lightbox_prev:hover svg polyline {
    /*stroke: #99db15;*/
}
.rvadv_video_lightbox_share {
    z-index: 100;
    position: absolute;
    top: -40px;
    width: 100%;
    text-align: center;
}
.rvadv_video_lightbox_share p {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    margin: 0;
}
.rvadv_video_lightbox_share a {
    font-size: 30px;
    margin: 0 5px;
    vertical-align: middle;
}
.rvadv_video_lightbox_share a i {
    color: #fff;
}
.rvadv_video_lightbox_share a i:hover {
    /*color: #99db15;*/
}
.rvadv_video_gallery_wrapper div:nth-child(4n + 5) {
    clear: both;
}
.rvadv_video_gallery_wrapper p {
    color: #999;
    font-weight: normal;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 1.5em;
    font-size: 14px;
}
/*End rvadv_video_lightbox styles*/