/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */


/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

.nwms_img_sunseeker .nwms_ani {
width:100%;
height: 100%;
display: block;
position: absolute;
top:0;
left:0;
z-index:1;
background-color: rgba(255,255,255,1);
transition: all 0.8s ease;
}
.nwms_img_sunseeker .nwms_ani.aniactive {
  width:100%;
  left:0;
}
.nwms_img_sunseeker .nwms_ani.animove {
  width:0%;
  left:100%;
}

.nwms_img_riviera .nwms_ani {
width:100%;
height: 100%;
position: absolute;
top:0;
right:0;
z-index:1;
background-color: rgba(255,255,255,1);
transition: all 0.8s ease;
  transition-delay: 0.3s;
}
.nwms_img_riviera .nwms_ani.aniactive {
width:100%;
right:0;
}
.nwms_img_riviera .nwms_ani.animove {
width:0%;
right:100%;
}

.nwms_img_nordstar .nwms_ani {
width:100%;
height: 100%;
display: block;
position: absolute;
top:0;
left:0;
z-index:1;
background-color: rgba(255,255,255,1);
transition: all 0.8s ease;
}
.nwms_img_nordstar .nwms_ani.aniactive {
  width:100%;
    left:0;
}
.nwms_img_nordstar .nwms_ani.animove {
  width:0%;
  left:100%;
}

.nwms_img_hanse .nwms_ani {
width:100%;
height: 100%;
display: block;
position: absolute;
top:0;
right:0;
z-index:1;
background-color: rgba(255,255,255,1);
transition: all 0.8s ease;
  transition-delay:0.3s;
}
.nwms_img_hanse .nwms_ani.aniactive {
width:100%;
right:0;
}
.nwms_img_hanse .nwms_ani.animove {
width:0%;
right:100%;
}

}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

.nwms_img_sunseeker .nwms_ani {
width:100%;
height: 100%;
display: block;
position: absolute;
top:0;
left:0;
z-index:1;
background-color: rgba(255,255,255,1);
transition: all 0.8s ease;
}
.nwms_img_sunseeker .nwms_ani.aniactive {
  width:100%;
  left:0;
}
.nwms_img_sunseeker .nwms_ani.animove {
  width:0%;
  left:100%;
}

.nwms_img_riviera .nwms_ani {
width:100%;
height: 100%;
display: block;
position: absolute;
top:0;
right:0;
z-index:1;
background-color: rgba(255,255,255,1);
transition: all 0.8s ease;
}
.nwms_img_riviera .nwms_ani.aniactive {
width:100%;
right:0;
}
.nwms_img_riviera .nwms_ani.animove {
width:0%;
right:100%;
}

.nwms_img_nordstar .nwms_ani {
width:100%;
height: 100%;
display: block;
position: absolute;
top:0;
left:0;
z-index:1;
background-color: rgba(255,255,255,1);
transition: all 0.8s ease;
}
.nwms_img_nordstar .nwms_ani.aniactive {
width:100%;
  left:0;
}
.nwms_img_nordstar .nwms_ani.animove {
width:0%;
  left:100%;
}

.nwms_img_hanse .nwms_ani {
width:100%;
height: 100%;
display: block;
position: absolute;
top:0;
right:0;
z-index:1;
background-color: rgba(255,255,255,1);
transition: all 0.8s ease;
}
.nwms_img_hanse .nwms_ani.aniactive {
width:100%;
right:0;
}
.nwms_img_hanse .nwms_ani.animove {
width:0%;
right:100%;
}

}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

.nwms_img_sunseeker .nwms_ani {
width:100%;
height: 100%;
display: block;
position: absolute;
top:0;
left:0;
z-index:1;
background-color: rgba(255,255,255,1);
transition: all 0.8s ease;
}
.nwms_img_sunseeker .nwms_ani.aniactive {
  width:100%;
  left:0;
}
.nwms_img_sunseeker .nwms_ani.animove {
  width:0%;
  left:100%;
}

.nwms_img_riviera .nwms_ani {
width:100%;
height: 100%;
display: block;
position: absolute;
top:0;
right:0;
z-index:1;
background-color: rgba(255,255,255,1);
transition: all 0.8s ease;
}
.nwms_img_riviera .nwms_ani.aniactive {
width:100%;
right:0;
}
.nwms_img_riviera .nwms_ani.animove {
width:0%;
right:100%;
}

.nwms_img_nordstar .nwms_ani {
width:100%;
height: 100%;
display: block;
position: absolute;
top:0;
left:0;
z-index:1;
background-color: rgba(255,255,255,1);
transition: all 0.8s ease;
}
.nwms_img_nordstar .nwms_ani.aniactive {
width:100%;
  left:0;
}
.nwms_img_nordstar .nwms_ani.animove {
width:0%;
  left:100%;
}

.nwms_img_hanse .nwms_ani {
width:100%;
height: 100%;
display: block;
position: absolute;
top:0;
right:0;
z-index:1;
background-color: rgba(255,255,255,1);
transition: all 0.8s ease;
}
.nwms_img_hanse .nwms_ani.aniactive {
width:100%;
right:0;
}
.nwms_img_hanse .nwms_ani.animove {
width:0%;
right:100%;
}

}
