@CHARSET "UTF-8";

@font-face {
	font-family: "annabelleJF";
  	src: url("fonts/annabelleJF.ttf") format("truetype"); /* iOS 4.1- */
}

.st-slider {
   	position: relative;
}

.st-slider .certificate-tripadvisor{
	position: absolute;top:15%;right:0;z-index:99;max-width:200px;
}
.st-slider .certificate-tripadvisor.tsh{
	top: 33%;
}

.radio {
    display: none;
}

.images {
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.images-inner {
    width: 500%;
    transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.image-slide {
    width: 20%;
    float: left;
}

.image-slide,
.fake-radio,
.radio-btn {
    transition: all 0.5s ease-out;
}

.fake-radio {
    text-align: center;
    position: absolute;
    bottom: 5%;
    right: 2%;
    z-index: 9;
}

/* Move slides overflowed container */
#slide1:checked~.images .images-inner {
    margin-left: 0;
}

#slide2:checked~.images .images-inner {
    margin-left: -100%;
}

#slide3:checked~.images .images-inner {
    margin-left: -200%;
}
#slide4:checked~.images .images-inner {
    margin-left: -300%;
}
#slide5:checked~.images .images-inner {
    margin-left: -400%;
}

/* Color of bullets */
#slide1:checked~div .fake-radio .radio-btn:nth-child(1),
#slide2:checked~div .fake-radio .radio-btn:nth-child(2),
#slide3:checked~div .fake-radio .radio-btn:nth-child(3),
#slide4:checked~div .fake-radio .radio-btn:nth-child(4),
#slide5:checked~div .fake-radio .radio-btn:nth-child(5) {
    background: #feac00;
}

.radio-btn {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    display: inline-block !important;
    margin: 0 5px;
    cursor: pointer;
}

/* Text of slides */
#slide1:checked~.labels .label:nth-child(1),
#slide2:checked~.labels .label:nth-child(2),
#slide3:checked~.labels .label:nth-child(3),
#slide4:checked~.labels .label:nth-child(4),
#slide5:checked~.labels .label:nth-child(5) {
    opacity: 1;
}

.label {
    opacity: 0;
    position: absolute;
}

@keyframes bullet {
	0%,23% {background: #feac00;}
    23.5555%,99% { background: #fff;}
}

#play1:checked~div .fake-radio .radio-btn:nth-child(1) {
    animation: bullet 20500ms infinite -1000ms;
}
#play1:checked~div .fake-radio .radio-btn:nth-child(2) {
    animation: bullet 20500ms infinite 3100ms;
}
#play1:checked~div .fake-radio .radio-btn:nth-child(3) {
    animation: bullet 20500ms infinite 7200ms;
}
#play1:checked~div .fake-radio .radio-btn:nth-child(4) {
    animation: bullet 20500ms infinite 11300ms;
}
#play1:checked~div .fake-radio .radio-btn:nth-child(5) {
    animation: bullet 20500ms infinite 15400ms;
}

/* Calculate AUTOPLAY for BULLETS - END */

/* Calculate AUTOPLAY for SLIDES */
@keyframes slide {
    0%,19% {margin-left: 0;}
    20%,39%{margin-left: -100%;}
    40%,59% {margin-left: -200%;}
    60%,79%{margin-left: -300%;}
    80%,99% { margin-left: -400%;}
}

.st-slider>#play1:checked~.images .images-inner {
    animation: slide 20500ms infinite;
}


/* background images for banner */
.banner-w3pvt-1, .banner-w3pvt-2, .banner-w3pvt-3, .banner-w3pvt-4, .banner-w3pvt-5{
 	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 93vh;
}

.banner-w3pvt-1 {
    background: url('../img/slider/dolce-vita1.jpg') no-repeat top;
}

.banner-w3pvt-2 {
    background: url('../img/slider/dolce-vita2.jpg') no-repeat center;
}

.banner-w3pvt-3 {
    background: url('../img/slider/dolce-vita3.jpg') no-repeat center;
}

.banner-w3pvt-4 {
    background: url('../img/slider/galeon-1.jpg') no-repeat center;
}

.banner-w3pvt-5 {
    background: url('../img/slider/galeon-2.jpg') no-repeat center;
}

.overlay-w3ls {
    background: rgba(0, 0, 0, 0	);
    min-height: 93vh;
}

.images-inner {
    position: relative;
}

.banner-hny-info {
    padding: 14em 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.banner-hny-info h3 {
    color: #fff;
    display:none;
}

.banner-hny-info .d-flex{
	position: absolute;
    bottom: 10%;
    width: 100%;
}

.banner-hny-info .d-flex .d-md-flex{
    text-align: center;
    font-family: "annabelleJF";
}
.banner-hny-info .d-flex .d-md-flex img{
	width: 50px;
    position: absolute;
    top: -23px;
    right: -10px;
    display:none;
}

.banner-hny-info .d-flex .d-md-flex h5{
    margin: 0;
    border: 1px solid #fff;
    background: #1e73be66;
    border-radius: 10px 0 10px 0;
}

.banner-hny-info .d-flex .d-md-flex.discount h5{
	background: #E91E63;
    border-bottom-color: #ffffff;
}

.banner-hny-info .d-flex .d-md-flex h5 a{
	color: #fff;
    /*font-size: 3.25vw;*/
    
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.banner-hny-info .d-flex .d-md-flex h5{
	 background: #1C4583;
	 border: none;
	 border-bottom: 3px solid #ffdd00;
	 border-radius: 5px;
}

@media screen and (max-width: 979px) {
	.st-slider{
		position: fixed;
	    width: 100%;
	    height: 100%;
	    top: 0px;
	    left: 0px;
	    z-index: 800;
	    padding: 0;
	    list-style: none;
	}
	.banner-hny-info h3{
		display: block;
	    letter-spacing: 2px;
	    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	    padding-left: 20px;
	    text-transform: capitalize;
	    font-size: 27px;
	}
	.banner-w3pvt-1, .banner-w3pvt-2, .banner-w3pvt-3, .banner-w3pvt-4, .banner-w3pvt-5, .overlay-w3ls{
		min-height: 100vh;
		background-size: cover;
	    background-position: center;
	}
	.banner-hny-info .d-flex .col-md-3 .d-md-flex{margin-bottom: 10px;}
	
}

@media screen and (max-width: 767px) {
	.banner-hny-info .d-flex .d-md-flex img{display:none}
    .banner-hny-info .d-flex .d-md-flex{margin-bottom: 10px;}
    .banner-hny-info .d-flex .col-xs-12 .d-md-flex img{left: -10px;}
    /*.banner-hny-info .d-flex .col-xs-12 .d-md-flex h5{border-radius: 10px;}*/
    
    
    .banner-hny-info {
    	padding: 10em 0;
	}
	.banner-hny-info h3{text-align: center;font-size: 23px;}
	
    .st-slider .certificate-tripadvisor{
        bottom: -25px;
	    right: calc(60vw - 75px);
	    max-width: 150px;
	    top: auto;
    }
    .st-slider .certificate-tripadvisor.tsh{
    	right: calc(40vw - 75px);
    	top: auto;
    	bottom: -25px;
	}
}

@media screen and (max-width: 600px) {
	.st-slider .certificate-tripadvisor{
		max-width: 130px;
		right: calc(65vw - 75px);
	}
	.st-slider .certificate-tripadvisor.tsh{
		right: calc(35vw - 75px);
	}
}

@media screen and (max-width: 450px) {
	.st-slider .certificate-tripadvisor{
		right: calc(62vw - 75px);
	}
	.st-slider .certificate-tripadvisor.tsh{
		right: calc(38vw - 75px);
	}
}


@media screen and (orientation:landscape){
	.mbver-device .banner-hny-info{
		padding: 10em 0;
		max-width: 80vw;
		margin-left: 0;
	}
	.mbver-device .banner-hny-info .d-flex{bottom: 5px;}
	.mbver-device .certificate-tripadvisor{
		max-width: 120px !important;
		top: 33%;
		right: 0 !important;
	}
	.mbver-device .certificate-tripadvisor.tsh {
	    top: 55%;
	}
}