@import url('https://fonts.googleapis.com/css?family=Barlow:300,400|Montserrat:300,400,600');

body {
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    font-weight: 300;
	color: #161a1c;
}
a, img {
	text-decoration: none;
	outline: none;
	border: none;
	transition: all .4s;
}
:focus {
	outline: 0 !important;
	box-shadow: none !important;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.btn {
    transition: all .4s;
}
header {
    transition: all 0.4s;
}
.header-scroll {
    background-color: rgba(0,0,0,.8);
    transition: all 0.4s;
}
.navbar-brand img {
    transition: all 0.4s;
    width: 240px;
}
.header-scroll .navbar-brand img {
    transition: all 0.4s;
    width: 200px;
}
header .navbar {
    padding-left: 0;
    padding-right: 0;
}
header .navbar-light .navbar-nav .nav-link, header .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}
header .navbar-light .navbar-nav .nav-link:hover, header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .active > .nav-link {
    color: #fff;
}
header .navbar-light .navbar-nav .nav-link.nav-btn-bodered {
    background-color: #419BAE;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    display: table;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 20px;
}
header .navbar-light .navbar-nav .nav-link.nav-btn-bodered:hover {
    background-color: #3B7797;
    color: #fff;
}
header.header-scroll .navbar-light .navbar-nav .nav-link.nav-btn-bodered:hover {
    background-color: #161a1c;
    color: #fff;
}
header.header-scroll .navbar-light .navbar-nav .nav-link:hover, header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .active > .nav-link {
    color: #fff;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler {
    border: none;
}
.slider-wrapper .carousel-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
}
.slider-wrapper .carousel-caption {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.slider-wrapper .carousel-caption h1 {
    font-family: 'Barlow', sans-serif;
    font-size: 70px;
    font-weight: 300;
    margin-bottom: 25px;
    text-shadow: 1px 2px 3px rgba(0,0,0,.5);
}
.slider-wrapper .carousel-caption a {
    font-size: 28px;
    color: #419BAE;
    font-weight: 400;
    margin-bottom: 20px;
    text-shadow: 1px 2px 3px rgba(0,0,0,.5);
}
.slider-wrapper .carousel-caption a:hover {
    color: #fff;
}
.text-white {
    color: #fff;
}
.section {
    padding: 100px 0;
}
.section-title {
    position: relative;    
    font-size: 40px;
    font-weight: 300;
    font-family: 'Barlow', sans-serif;
    padding-bottom: 20px;
    display: table;
    margin:0 auto 40px;
}
.section-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #419BAE;
    padding: 4px;
    display: block;
    width: 6px;
    margin: auto;    
    transform: rotate(45deg);
}
.title-line {
    position: relative;    
    display: table;
    width: 170px;
    margin: auto;
}
.title-line::after, .title-line::before {
    content: "";
    position: absolute;
    bottom: -16px;
    border-bottom: 1px solid #419BAE;
    width: 70px;
}
.title-line:after {
    left: 0;
}
.title-line:before {
    right: 0;
}
.amenities-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.4s;
}
.amenities-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #419BAE;
    height: 5px;
    width: 0;
    transition: all 0.4s;
}
.amenities-icon {
    width: 50px;
    height: 45px;
    margin: 0 auto 25px;
    transition: all 0.4s;
}
.amenities-box:hover {
    transform: translateY(-5px);
}
.amenities-box:hover .amenities-icon {
    background-position: 0 -46px;
}
.amenities-box  h4 {
    font-size: 14px;
    color: #419bae;
}
.amenities-box:hover h4 {
    color: #3B7797;
}
.wifi-icon {
    background: url(../images/wifi-icon.png) no-repeat;
}
.smoking-icon {
    background: url(../images/smoking-icon.png) no-repeat;
}
.amenities-box:hover .smoking-icon {
    background-position: 0 -55px;
}
.hot-tub-icon {
    background: url(../images/hot-tub-icon.png) no-repeat;
    width: 71px;
}
.fireplace-icon {
    background: url(../images/fireplace-icon.png) no-repeat;
}
.cleaning-icon {
    background: url(../images/cleaning-icon.png) no-repeat;
}
.stay-icon {
    background: url(../images/stay-icon.png) no-repeat;
    width: 70px;
}
.map {
    position: relative;
    margin-bottom: -6px;   
}
.map iframe {
    width: 100%;
    height: 450px;
    border: 0;
}
.map-contact {
    position: absolute;
    bottom: 0;
    top: 40px;
    right: 10%;
    background-color: #fff;
    width: 300px;
    height: 160px;
    padding: 30px 30px 10px;
    box-shadow: 0 0 10px #bbb;
    border: 1px solid #ddd;
}
.map-contact p {
    line-height: 1.8;
}
.map-contact h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.map-contact i {
    font-size: 20px;
    color: #419BAE;
    font-weight: normal;
    margin-top: 2px;
    padding-right: 5px;
}
.chicago-wrapper {
    position: relative;
    background: url(../images/chicago-bg.jpg) no-repeat;
    background-size: cover;
}
.chicago-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(65,155,174,.95);
}
.chicago-fav-box {
    font-size: 15px;
    color: #fff;
    line-height: 1.7;
}
.chicago-fav-box .section-title:before {
    border: 1px solid #fff;
}
.chicago-fav-box .title-line::after, .chicago-fav-box .title-line::before {
    border-bottom: 1px solid #fff;
}
.chicago-fav-box p:last-child {
    margin-bottom: 0;
}
footer {
    background-color: #222;
    padding-top: 60px;
}
footer a, footer {
    color: #aaa;
}
footer h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    border-bottom: 1px solid #444;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
footer .media i {
    margin-top: 6px;
    width: 15px;
}
footer .media p {
    line-height: 1.9;
}
footer .list-unstyled li {
    padding: 5px 0;
}
footer .list-unstyled li:first-child {
    padding-top: 0;
}
footer .list-unstyled li a::before {
    content: "";
    position: relative;
    background-color: #419BAE;
    width: 12px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}
footer a:hover, footer a.active {
    color: #419BAE;
}
.social-icon {
    margin-top: 10px;
}
.social-icon li {
    margin-right: 20px !important;
}
.social-icon li a {
    width: 34px;
    height: 34px;
    border: 1px solid #666;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.footer-link a {
    font-size: 14px;
    display: block;
    padding: 5px 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.copyright-sec {
    border-top: 1px solid #444;
    padding: 25px 0px;
    margin-top: 30px;
}
.scrollToTop {
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    bottom: 30px;
    background-color: #419BAE;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    z-index: 3;
    line-height: 32px;
    display: none;
}
.scrollToTop:hover {
    background-color: #3B7797;
    color: #fff;
}


/****** inner page ******/

.page-title-wrapper {
    position: relative;
    background: url(../images/rooms-page-tiitle-bg.jpg) no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    height: 300px;
}
.page-title-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
}
.page-title-wrapper h1 {
    position: relative;
    font-family: 'Barlow', sans-serif;
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
    text-shadow: 1px 2px 3px rgba(0,0,0,.5);
    text-align: center;
    padding-bottom: 15px;
}
.page-title-wrapper h1:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 1px;
    background-color: #fff;
    margin: auto;    
}
.gallery-wrapper {
    background-color: #f5f5f5;
}
#gallery-carousel {
    border: 1px solid #fff;
    box-shadow: 0px 10px 20px -12px rgba(0,0,0,0.5);
}
#gallery-carousel .carousel-control-next, #gallery-carousel .carousel-control-prev {
    background-color: #fff;
    color: #419bae;
    opacity: 1;
    font-size: 18px;
    width: 40px;    
    height: 40px;
    border-radius: 100px;
    margin: auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#gallery-carousel .carousel-control-prev {
    left: -20px;
}
#gallery-carousel .carousel-control-next {
    right: -20px;
}
.second-title {
    font-family: 'Barlow', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0px;
    background-color: #419bae;
    padding: 5px 10px;
}
.second-title a {
    color: #fff;
}
.second-title a:hover {
    color: #161a1c;
}
.rooms-table {
    margin-bottom: 30px;
}
.rooms-table .table {
    margin-bottom: 0;
}

.menu-header_menu-container {
    margin-left: auto !important;
}
.img-padding{
	/*padding: 10px;*/
}
.current-menu-item a{
	color:#419BAE !important;
}
.contact-detail {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    padding: 40px;
	line-height: 2;
}
.contact-detail h6 {
    font-size: 18px;
    margin-bottom: 10px;
}
