@import url('https://fonts.googleapis.com/css2?family=KoHo:wght@400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
    text-decoration: none;
}

textarea:focus, input:focus{
    outline: none;
}

/* END RESET */

body{
    font-family: 'KoHo', sans-serif;
    color: #333333;
    background-image: none!important;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    min-height: 100vh;
}

a{
    transition: all .2s ease-in-out;
}

.mobile{
    display: none;
}

.nomobile{
    display: block;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.wrapper{
    width: 100%;
    overflow-x: hidden;
}


.container{
    max-width: 1600px;
}

#logo{
    width: 150px;
    height: 60px;
    margin-left: 50px;
}


#nav li a{
    font-size: 20px;
    line-height: 26px;
    color: #111C5C;
    margin-right: 50px;
}


.bg_cover,
.bg_cover2 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


.single_hero {
    height: 750px;
    position: relative;
    /* overflow: hidden; */    
}




iframe{
    width: 100%;
    height: 1000px;
}

.bg_cover{
    background: transparent url(../images/hero.jpg) no-repeat 0 0;
    background-size: contain;
}
.header_cover {
    background-image: url(../images/header.jpg);
}

.bg_cover2{
    background: transparent url(../images/hero2.png) no-repeat 0 0;
    background-size: contain;
}


.bg_cover3{
    background: transparent url(../images/hero3.png) no-repeat 0 0;
    background-size: contain;
}

.hero_content .hero_title {
    font-size: 40px;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
    margin-top: 90px;
    text-shadow: 0px 4px 4px 0px #00000040;
    text-shadow: 1px 1px 2px #00000040;
}


/* SEARCH INPUT */
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.form-control {
    display: block;
    width: 100%;
    padding: 16px 0;
    font-size: 33px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px;
   border: 2px solid #111C5C;
}

div#results{ 
    display:block ;
    width:100%;
    min-height: 400px;
    margin-top: 25px;
    z-index: 20;
    background: #fff;
    border: 2px solid #111C5C;
    border-radius: 10px;
   /*  background: transparent url(../images/results.png) no-repeat 0 0; */
}
textarea:focus, input:focus{
    outline: none!important;
    border: 2px solid #111C5C!important;
    box-shadow: none!important;
}

/* .d-none{
    display: block!important;
} */
div#results img{ 
    width:65px;
    display: table-cell;
    vertical-align: middle;
}

#results li{
    border-bottom: 1px solid #D9D9D9;
}

#results li a{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.name{
    font-size: 18px;
    font-weight: 500px;
    color: #000;
}

.city{
    font-size: 20px;
    font-weight: 500px;
    color: #777777;
}


.form-control:focus + div#results{
    display: block;
}

#results.shown{
    z-index: 9999;
    position: absolute;
}


.form-control:focus + .single_features.centrale{
    display: block;
    z-index: -1;
    position: relative;
}


.has-search .form-control {
    padding-left: 85px;
}

.fa-map-marker-alt{
    position: absolute;
    top: 17px;
    left: 37px;
    font-size: 46px;
}


.form-control::placeholder{
    color:#acacac;

}

.search-box{
    margin-top: 192px;
}


.navbar-toggler .toggler-icon {
    width: 30px;
    height: 4px;
    background-color: #000;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
    border-radius: 50px;
    
}


.form-group.has-search{
    position: relative;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}


.descr.nomobile{
    width: auto;
}

.descr.mobile,
.select-date.mobile,
.about-orlando.mobile{
    width: 85%;
    margin: 0 auto;

}

.options{
    width:64%;
}

.know{
    list-style:disc;
    text-align: left;
    padding-left: 30px;
    line-height: 45px;
    font-size: 20px;
    color: #333333;
}


/* SERVICE */

#services{
    position: relative;
    /*top: -235px;*/
    top: -135px;
    
}

.single_features{
    border-radius: 45px;
    border:4px solid #E0A60F;
    background-color: #fff;
    padding: 10px 20px;
    width: 435px;
    z-index: 12;
    position: relative;
}

.single_features h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0.015em;
    text-align: left;
    border-bottom: 1px solid #111C5C;
}

.single_features.secondo h3:before{
    content: "";
    background: transparent url("../images/click.svg") no-repeat 0 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    top: 5px;
    position: relative;
}


.single_features.primo h3:before{
    content: "";
    background: transparent url("../images/piggy.svg") no-repeat 0 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    top: 5px;
    position: relative;
}


.single_features.terzo h3:before{
    content: "";
    background: transparent url("../images/signal.svg") no-repeat 0 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    top: 5px;
    position: relative;
}

.single_features p{

    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.015em;
    text-align: left;

}

.centrale .single_features{
    display: block;
    margin: 0 auto;
}


.street{
    margin-top:90px;
}

.section_title h3{
    font-size: 40px;
    font-weight: 600;
    color:#111C5C;
    margin: 90px 0;
/*     display: inline-block; */
}

.section_title p{
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.mosaic{
    margin:50px auto;
    max-width: 100%;
}

.hotel-singolo{
    border: 2px solid #F7BC25;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    /*width: 70%;*/
    width: 100%;
}

.hotel-singolo img.photo-hotel{
/*   width: 100%; */
/*     border-radius: 10px 10px 0 0;*/
max-width: 100;
} 

.hotel_title{
    color: #111C5C;

    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0.015em;
    text-align: left;

}

.box-price{
    border:4px solid #E0A60F;
    border-radius: 40px;
    width: 362px;
    margin-top: 90px;

}

p.name_price{
    color: #111C5C;
    font-family: KoHo;
    font-size: 40px;
    font-weight: 600;

    line-height: 40px;
    letter-spacing: 0.015em;
    text-align: right;

}


.section_title .price-title{
    position: relative;
    bottom: -28px;
    color: #111C5C;
    font-family: KoHo;
    font-size: 40px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0.015em;
    text-align: left;
}


.section_title p.from{
    color: #111C5C;
font-size: 20px;
font-weight: 600;

line-height: 40px;
letter-spacing: 0.015em;
text-align: right;

}


.btn-book{
    color:white;
    background: #E0A60F;
    border-radius: 20PX;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    width: 100%;
    
}

.btn-book:hover{
    color:#fff;
}


.where{
    color:#777777;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.015em;
    text-align: left;

}

.small{
    color: #111C5C;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.015em;
    text-align: right;
}

.price{
    color:#111C5C ;
    font-family: KoHo;
    font-size: 48px;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: 0.015em;
    text-align: left;
    
}

h1{
    color:#111C5C ;
    font-size: 64px;
    font-weight: 600;
    line-height: 83px;
    letter-spacing: 0.015em;
    text-align: center;
    
}


.g-maps{
    color: #333333;
text-decoration: underline;
font-size: 18px;
font-weight: 400;
line-height: 35px;
letter-spacing: 0.015em;
text-align: left;

}

.where-box{
    margin-top: 80px;
}

h3.about{
    color:#111C5C ;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.015em;
    text-align: center;
    
}

.info{
    display: flex;
    justify-content:space-between;
}

.box-left img{
    width: 40px;
    height: 56px;
    margin-right: 20px;
}




footer{
    background:#EAEAEA;
}

.nav-footer ul{
    flex-direction: row;
    display: flex;
}

.nav-footer ul li a{
    margin: 0 20px;
    font-size: 18px;
    color: #000000;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}


#logo-footer{
    width:145px;
}

.copy{
    background:#777777;
    color: #fff;
    height: 100px;
}


@media only screen and (min-width: 1400px){
    .single_hero {
        height: 950px;
        display: flex;
    }
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .single_features{
        min-height: 230px;
    }
}


@media (max-width: 767px){

    #logo{
        margin-left: 0;
    }

    .slick-slider{
        min-height: 180px;
    }

    .hotel-singolo img.photo-hotel{
        max-width: 100%;
    }


    .container{
        padding: 0 20px;
    }
    

    .bg_cover{
        background: transparent url(../images/hero-m.jpg) no-repeat 0 0;
        background-size: cover;
    }


    .single_features{
        max-width: 100%;
    }

    .hero_content .hero_title {
        font-size: 18px;
        line-height: 31px;
        color: #fff;
        font-weight: 700;
        margin-top:20px;
        text-shadow: 0px 4px 4px 0px #00000040;
        text-shadow: 1px 1px 2px #00000040;
    }

    .search-box {
        margin-top: 106px;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: 12px 0;
        font-size: 21px;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 10px;
        border: 1px solid #111C5C;
    }

    .fa-map-marker-alt {
        position: absolute;
        top: 11px;
        left: 27px;
        font-size: 32px;
    }

    #amenities{
        overflow-y: scroll;
    }
    
    #amenities img {
        height: 120px;
    }

    .has-search .form-control {
        padding-left: 69px;
    }

    #logo {
        width: 141px;
        height: 45px;
        
    }

    .select-date{
        width: 100%;
    }

    .navbar {
        padding: 20px 0;
    }

    .gallery{
        max-width: 100%;
        width: 100%;
    }

    .single_hero{
        height: auto;
        min-height: 390px;
    }

    .single_features {
        border-radius: 0;
        border: none;
        background-color: #fff;
        padding: 0;
        display: block;
        margin: 0px auto;
        padding-bottom: 0px !important;
    }

    .single_features img {
        border-radius: 45px;
        width: 100%;
    }

    #services{
        position: relative;
        top: auto;
    }

    .float-right,
    .float-left{
        float: none;
    }

    .section_title h3 {
        font-size: 18px;
        font-weight: 600;
        color: #111C5C;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .section_title{
        margin: 30px 0;
    }


    .fixed{
        position: fixed;
        
    }

    .book-now{
        background: #15226C;
        width: 103%;
        z-index: 2;
        bottom: 0;

    }

    .book-now a{
        color:#E0A60F;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }


    .section_title p {
        text-align: left;
        font-size: 16px;
        line-height: 30px;
        
    }

    .mosaic  {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    
    }
    
    .expand{    
        background: #EAEAEA;
        padding: 20px 30px;
    }

    .mobile{
        display: block;
    }
    
    .nomobile{
        display:none ;
    }
    
    .nav-footer ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
        padding: 0 10px;
    }
 
    .nav-footer ul li a {
        margin: 0 5px;
        font-size: 15px;
        color: #000;
    }

    .copy {
        background: #777777;
        color: #fff;
        height: 79px;
        font-size: 15px;
    }


   .bg_cover2 {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }

    iframe {
        width: 100%;
        height: 865px;
    }

    .hotel_title{
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 10px;
    }

    .hotel-singolo{
        display: block;
        margin-top: 25px;
        width: 100%;
    }

    .box-left img {
        width: 15px;
        height: 28px;
        margin-right: 10px;
    }

    .where {
        font-size: 12px;
        line-height: 15.6px;
    }

    .price{
        font-size: 15px;
        line-height: normal;
    }

    .small{
        font-size: 10px;
        line-height: 11px;
    }

    footer{
        margin-top: 30px;
    }

    div#results{
        margin-top: 10px;
        min-height: 158px;
    }

    .name{
        font-size: 16px;
        line-height: 17px;
    }

    .city{
        font-size: 14px;
        line-height: 23px;
    }

    div#results img {
        width: 44px;
        margin-right: 5px;
    }

    .nav-footer ul{
        text-align: center;
    }

    .bg_cover2 {
        background: transparent url(../images/foto-3.png) no-repeat 0 0;
        background-size: contain;
    }

    .bg_cover2.single_hero{
        min-height: 310px;
    }

    .info-hotel{
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .thumb{
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }

    h2.nome-hotel{
        font-size: 16px;
        text-align: left;
        display: inline-block;
        line-height: 20px;
    }

    .name_price {
        text-align: right!important;
    }

    small.name_price {
        font-size: 10px;
    }
    
    .price{
        font-size: 20px!important;
        font-weight: 500!important;
    }

    .bg_cover2.single_hero {
        min-height:320px;
    }

    .like span{
        font-size: 12px;
    }

    .like img{
        width: 15px;
        position: relative;
        height: 15px;
        top: 7px;
        margin-left: 5px;
        margin-right: 10px;
    }

    .map{
        max-width: 100%;

    }

    .g-maps {
        color: #333333;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.015em;
        text-align: center;
    }

    .know{
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
    }

    .know li{
        margin-bottom: 10px;
    }
    
    .bg_cover3 img{
        max-width: 100%;
    }

    .street.nomobile{
        display: none;
    }
}

.header_hero img{
    max-width: 100% !important;
    width: 100%;
}

#hotel-map
{
    width: 100%;
}





@media (min-width: 1440px){
	.grid_locations_wrap {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 16px;
		grid-row-gap: 16px;
	}
	.grid_locations_wrap .los-angeles { grid-area: 1 / 1 / 2 / 4; }
	.grid_locations_wrap .marietta { grid-area: 2 / 1 / 3 / 2; }
	.grid_locations_wrap .dayton { grid-area: 2 / 2 / 3 / 3; }
	.grid_locations_wrap .reading { grid-area: 2 / 3 / 3 / 4; }
	.grid_locations_wrap .tulsa { grid-area: 1 / 4 / 3 / 5; }
	.grid_locations_wrap .orlando { grid-area: 1 / 5 / 2 / 7; }
	.grid_locations_wrap .memphis { grid-area: 2 / 5 / 3 / 7; }
}
@media (max-width: 1439px){
	.grid_locations_wrap {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(4, 1fr);
		grid-column-gap: 5px;
		grid-row-gap: 5px;
	}
		
	.grid_locations_wrap .los-angeles { grid-area: 1 / 1 / 2 / 4; }
	.grid_locations_wrap .orlando { grid-area: 2 / 1 / 3 / 3; }
	.grid_locations_wrap .memphis { grid-area: 3 / 1 / 4 / 3; }
	.grid_locations_wrap .tulsa { grid-area: 2 / 3 / 4 / 4; }
	.grid_locations_wrap .marietta { grid-area: 4 / 1 / 5 / 2; }
	.grid_locations_wrap .dayton { grid-area: 4 / 2 / 5 / 3; }
	.grid_locations_wrap .reading { grid-area: 4 / 3 / 5 / 4; }
}

.grid_locations_wrap .grid_location_item {
	display: flex;
	height: 100%;
}
.grid_locations_wrap .grid_location_item a {
	display: block;
	width: 100%;
}
.grid_locations_wrap .grid_location_item figure {
	background-position: center;
	-webkit-backface-visibility: hidden !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.grid_locations_wrap .grid_location_item figure img {
	opacity: 0;
	visibility: hidden;
}
.grid_locations_wrap .grid_location_item figure .grid_location_name {
	position: absolute;
	width: 90%;
}
.grid_locations_wrap .grid_location_item.los-angeles figure .grid_location_name,
.grid_locations_wrap .grid_location_item.memphis figure .grid_location_name {
	bottom: 4rem !important;
	right: 3rem !important;
}
.grid_locations_wrap .grid_location_item.orlando figure .grid_location_name {
	bottom: auto !important;
	top: 4rem !important;
	right: 3rem !important;
}
.grid_locations_wrap .grid_location_item.los-angeles figure .grid_location_name .grid_location_name__heading,
.grid_locations_wrap .grid_location_item.memphis figure .grid_location_name .grid_location_name__heading,
.grid_locations_wrap .grid_location_item.orlando figure .grid_location_name .grid_location_name__heading {
	text-align: right;
}
.grid_locations_wrap .grid_location_item.marietta figure .grid_location_name,
.grid_locations_wrap .grid_location_item.dayton figure .grid_location_name,
.grid_locations_wrap .grid_location_item.reading figure .grid_location_name,
.grid_locations_wrap .grid_location_item.tulsa figure .grid_location_name {
	bottom: 4rem !important;
	left: 50%;
	transform: translateX(-50%);
}
.grid_locations_wrap .grid_location_item.marietta figure .grid_location_name .grid_location_name__heading,
.grid_locations_wrap .grid_location_item.dayton figure .grid_location_name .grid_location_name__heading,
.grid_locations_wrap .grid_location_item.reading figure .grid_location_name .grid_location_name__heading,
.grid_locations_wrap .grid_location_item.tulsa figure .grid_location_name .grid_location_name__heading {
	text-align: center !important;
}
.grid_locations_wrap .grid_location_item figure .grid_location_name .grid_location_name__heading,
.grid_locations_wrap .grid_location_item a figure .grid_location_name .grid_location_name__heading {
	
	color: #fff !important;
	margin-bottom: 0 !important;
}

@media (max-width: 400px){
	.grid_locations_wrap .grid_location_item a figure .grid_location_name .grid_location_name__heading {
		font-size: 20px;
	}
}
@media (min-width: 401px) and (max-width: 1599px){
	.grid_locations_wrap .grid_location_item a figure .grid_location_name .grid_location_name__heading {
		font-size: calc(20px + (36 - 20) * ((100vw - 401px) / (1599 - 401)));
	}
}
@media (min-width: 1600px){
	.grid_locations_wrap .grid_location_item a figure .grid_location_name .grid_location_name__heading {
		font-size: 36px !important;
	}
}