@font-face {
    font-family: 'Helvetica Bold';
    src: url('/templates/custom/fonts/helvetica-bold.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Light';
    src: url('/templates/custom/fonts/helvetica-light.eot') format('eot');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BonvenoCF';
    src: url('/templates/custom/fonts/bonvenocf.otf') format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'Billy Ohio';
    src: url('/templates/custom/fonts/billy-ohio.ttf') format('truetype');
}

:root {
    /* FONT FAMILIES */
    --columbia-ff-bold: 'Helvetica Bold';
    --columbia-ff-light: 'Helvetica Light';
    --columbia-ff-subhead: 'BonvenoCF';
    --columbia-ff-call-out: 'Billy Ohio';

    /* COLORS */
    --columbia-clr-7666: #55465a;
    --columbia-clr-7490: #698f43;
    --columbia-clr-3125: #00a4c2;
    --columbia-clr-445: #465050;
    --columbia-clr-black: #040809;
}

.title {
    font-family: var(--columbia-ff-light), sans-serif !important;
    color: var(--columbia-clr-445);
}
.bigContainer {
	background: rgba(255, 255, 255, 0.95);
	max-width: 970px;
	margin: auto;
	box-shadow: 0 0 8px 10px rgba(0,0,0,0.15);
    font-size: 16px;
    line-height: 1.5;
}

body {
    color: var(--columbia-clr-black);
    background-size: auto;
    background:url('/images/template/bg-new.jpg') fixed;
    font-family: var(--columbia-ff-light), sans-serif;
}

.link {
	color: var(--columbia-clr-3125);
}

#homePic {
	display: none;
}

.bookTitle {
	font-weight: bold;
	font-size: 28px;
	color: var(--columbia-clr-black);
	text-transform: uppercase;
}

.resContainerNew {
	max-width: 910px;
	margin: 0 auto 20px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 3px;
}

.picRotateContainer {
	margin: 0 auto 30px;
	max-width: 910px;
	height: 180px;
	background: #FFF;
	width: 100%;
    position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

.picRotate {
	margin: auto;
	max-width: 910px;
	height: 180px;
	width: 100%;
	overflow: hidden;
	transition: all 0.3s ease;
}

.picRotatePic {
	margin: auto;
	width: 100%;
	transition: all 0.3s ease;
}

.packagesContainer {
	font-weight: bold;
	padding: 10px;
}

.packagesButton {
	width: 80px !important;
	height: 55px;
	padding: 7px;
	margin: 0 5px 0 20px !important;
	float: right;
}

#currency_convert {
	font-size: 16px;
	width: 300px;
}

#sort {
	font-size: 16px;
	margin: 10px 0 0 0;
}

#resultsInfo {
	margin: 10px;
}

.roomDates {
	font-size: 16px;
	font-weight: bold !important;
	margin: 5px 15px 15px 15px;
}

#book_btn {
	display: block;
	min-height: 50px;
}

.roomTitle {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: var(--columbia-clr-3125);
	padding: 5px 10px;
	margin: 0;
}

.ui-content {
	margin: 0;
	padding: 9px;
}

.ui-footer {
	z-index: 9999;
}

.container {
	padding: 0 10px;
}

.testiPage {
	font-weight:normal !important;
	font-size: 16px;
	vertical-align: top !important;
	list-style: none;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.testiPage LI {
	vertical-align: top;
	line-height: 22px;
	margin: 0 0 30px 0;
	border-bottom: 1px solid var(--columbia-clr-445);
	padding: 0 0 20px 0;
}

.testiBy {
	font-weight: bold;
	text-align: right;
	color: var(--columbia-clr-445);
	margin-top: 20px;
}

.testiBy span {
	display: block;
	font-size: 11px;
	font-weight: normal;
}

.testiCount {
	width: 34px;
	height: 34px;
	border-radius: 55px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 16px;
	line-height: 32px;
	background: var(--columbia-clr-3125);
	color: #FFF;
}

.slick-prev::before, .slick-next::before {
    font-family: FontAwesome, sans-serif !important;
	z-index: 1045 !important;
	font-size: 32px !important;
}

.slick-prev::before {
    /* fa-arrow-circle-left */
    content: "\f0a8" !important;
}

.slick-next::before {
    /* fa-arrow-circle-right */
    content: "\f0a9" !important;
}

.slick-prev {
	position: absolute;
	left: 10px !important;
	z-index: 945 !important;
	font-size: 32px !important;
	height: 36px !important;
	width: 36px !important;
}

.slick-next {
	position: absolute;
	right: 0 !important;
	font-size: 32px !important;
	height: 36px !important;
	width: 36px !important;
}

.slick-dots li button:before {
  font-family: FontAwesome, sans-serif !important;
	 content: "\f111" !important;
	font-size: 10px !important;
}

.navContainer {
	margin: auto;
	box-sizing: border-box;
}

/*Strip the ul of padding and list styling*/
.mobileMenu {
    list-style-type:none;
    padding: 0;
}

/*Create a horizontal list with spacing*/
.mobileMenu li {

}

/*Style for menu links*/
.mobileMenu li a {
	margin: 0;
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#FFF+0,f3f3f3+50,dddddd+51,ffffff+100 */
    text-decoration: none;
	transition: all 0.3s ease;
}

/*Hover state for top level links*/
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.mobileMenu li:hover a {
	animation-name: fadeInDown;
	transition: all 0.3s ease;
    background: var(--columbia-clr-3125);
	color: #FFF;
	text-decoration: none;
}

/*Style for dropdown links*/
.mobileMenu li:hover ul a {
    background: var(----columbia-clr-black);
    height: 60px;
    line-height: 60px;
}

/*Hover state for dropdown links*/
.mobileMenu li:hover ul a:hover {
    color: #FFF;
	background: var(--columbia-clr-3125);
}

/*Hide dropdown links until they are needed*/
.mobileMenu li ul {
    display: none;
	list-style-type:none;
    margin: 0;
    padding: 0;
}

/*Make dropdown links vertical*/
.mobileMenu li ul li {
    display: block;
    float: none;
}

/*Prevent text wrapping*/
.mobileMenu li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}

/*Display the dropdown on hover*/
.mobileMenu li a:hover + .hidden, .hidden:hover {
    display: block;
	z-index: 9999;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    padding: 15px 0 0 9px;
    display: none;
	border: 1px solid #FFF;
	background: var(--columbia-clr-black);
	border-radius: 5px;
	width: 40px;
	height: 35px;
	line-height: 25px;
	box-sizing: border-box;
	float: right;
	margin: 10px 10px 0 0;
}

/*Hide checkbox*/
.header input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.header input[type=checkbox]:checked ~ #menu{
    display: block;
}

.show-menu span {
    background: #FFF;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 20px;
}

.show-menu span:before,
.show-menu span:after{
    background: #FFF;
    content:'';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.show-menu span:before {
    top: 5px;
}

.show-menu span:after {
    top: -5px;
}

.header input[type=checkbox]:checked ~ .show-menu span {
    background: transparent;
}

.header input[type=checkbox]:checked ~ .show-menu span:before {
    transform: rotate(-45deg);
    top: 0;
}

.header input[type=checkbox]:checked ~ .show-menu span:after {
    transform: rotate(45deg);
    top: 0;
}

.logo {
	margin: 20px 0 0 25px;
	max-width: 200px;
}

.header {
	margin: 0 auto;
	position: relative;
}

.footer {
	margin: 0 auto;
	background: var(--columbia-clr-black);
	text-align: center;
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer ul li {
	border-bottom: 1px solid #CCC;
}

.linkWhite {
	color: #FFF;
	display: block;
	padding: 10px;
	box-sizing: border-box;
}

.linkWhite:hover {
	color: #CCC;
	background: var(--columbia-clr-black);
	text-decoration: none;
	transition: all 0.3s ease;
}

.maxLeft {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 10px 10px 0;
}

.mainContainer {
    margin: 0 auto;
    padding: 5px 10px;
}

.title {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 0 0 10px;
    margin: 0 5px 10px;
}

.titleSmall {
    font-size: 18px;
    font-weight: bold;
    padding: 7px 10px;
    margin: 0 0 10px 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #FFF;
}

.resBoxContainer {
    padding: 15px 5px 10px 5px;
}

.resBoxHeader {
    padding: 0;
    margin: 10px 0 5px 0;
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: var(--columbia-clr-black);
}

.resBoxSelect {
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 10px 0;
    height: 30px !important;
    overflow: hidden;
    border-radius: 3px;
    font-size: 16px !important;
    font-weight: normal !important;
}

.resBoxHorzCal {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    top: 0;
}

.buttonSection {
    width: 100%;
}

.bookingBoxSection {
	position: relative;
}

.resBoxes {
    display: block;
    float: left;
}

#bookingBoxButton {
    margin: 32px 0 0 0;
}

.roomLink {
	display: block;
	border-radius: 7px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 0 10px;
	transition: all 0.3s ease;
}

.roomLink:hover {
	text-decoration: none;
	transition: all 0.3s ease;
}

.roomName {
	font-size: 18px;
	font-weight: bold;
	min-height: 35px;
	margin: 0 0 10px 0;
	line-height: 22px;
	text-align: left;
	padding: 10px;
	box-sizing: border-box;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-shadow: none;
}

.roomNameLeft {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 10px 5px 10px;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
}

.roomNameLeft:hover {
	transition: all 0.3s ease;
	text-decoration: none;
}

.roomSubTitle {
	font-weight: bold;
	padding: 10px;
	margin: 10px 0;
}

.roomContainer {
	border-radius: 7px;
	margin-bottom: 15px;
	position: relative;
	transition: all 0.3s ease;
}

.modernContainer {
	border-radius: 7px;
	margin-bottom: 15px;
	position: relative;
}

.roomInnerContainer {
	padding: 0 10px 10px 0;
}

.bookingBoxSection:after, .resContainerNew:after,
.picRotate:after, .packagesButton:after,
.modernContainer:after, .roomInfo:after,
.roomInfoLeft:after {
    content: "";
    display: table;
    clear: both;
}

.roomInfo {
    padding: 10px;
}

.roomInfoLeft {
	position: relative;
	margin: 0 0 0 10px;
}

.roomInfo span {
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0;
}

.roomPicture {
    display: inline-block;
    margin: auto 0;
    height: 250px;
    position: relative;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto;
}

.single-item {
	z-index: 1041;
	width: 300px;
	margin: 10px auto 40px auto !important;
}

.roomButton{
	text-shadow: none;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	padding: 5px 7px;
	box-sizing: border-box;
	margin: 20px 0 10px 0;
	font-size: 14px;
	width: 100%;
	height: 30px;
	font-family: Arial, sans-serif;
	transition: all 0.3s ease;
	border-radius: 5px;
	border: 0;
	-webkit-appearance: none;
	display: block;
	background: var(--columbia-clr-3125);
	color: #FFF;
}

.buttonLeft {
    width: calc(100% - 20px);
}

.roomButton:hover {
	transition: all 0.3s ease;
	text-decoration: none;
	color: #FFF;
}

.roomButton:active {
    padding: 0;
}

.roomAmenities {
    margin: 10px 20px 5px 10px;
    font-size: 12px;
}

.guestbookContainer {
	display: none;
}

@media only screen and (max-width: 320px) {
	#picFix {
		width: 300px;
		margin-left: -6px;
	}
}

@media only screen and (max-width: 600px) {
	#gridResponsive > section {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 960px){
    /*Make dropdown links appear inline*/
    .mobileMenu {
        position: absolute;
		top: 36px;
		left: 0;
		right: 0;
        display: none;
		z-index: 9999;
    }

    /*Create vertical spacing*/
    .mobileMenu li {
       border-bottom: 1px solid #CCC;
    }

    .mobileMenu li a {
        font-size: 22px;
    }

    /*Make all menu links full width*/
    .mobileMenu li {
		width: 100%;
    }

    /*Display 'show menu' link*/
    .show-menu {
        display: block;
    }
}

@media only screen and (min-width: 640px) {
	.resContainerNew {
		margin: 0 10px 10px;
		padding: 20px 0 0 0;
	}

	.title {
		font-size: 40px;
	}

	.contentContainer {
		margin-top: 30px;
	}

	#gbSection {
		padding-right: 30px;
	}

	#resBoxButton {
        float: right;
        width: 50px;
        bottom: 10px;
        right: 0;
        position: absolute;
    }

	.picRotateContainer {
        height: 320px;
        margin: 0 auto 10px;
        transition: all 0.3s ease;
    }

	.picRotate {
        height: 320px;
        transition: all 0.3s ease;
    }

	#homePic {
        display: block;
		width: 200px;
		float: right;
		margin: 10px auto 20px 30px;
        aspect-ratio: 1;
        object-fit: cover;
    }

	.header {
		margin: 0 auto;
	}

	.footer {
		padding: 7px;
		box-sizing: border-box;
	}

	.footerOh {
		margin: 0;
	}

	.mainContainer {
		padding: 5px;
		border-radius: 9px;
	}

	#sort {
        margin: 0;
    }

	.resBoxContainer {
        padding: 15px 10px 0 10px;
    }

	.roomPicture {
        margin: 10px 10px 0 10px;
        float: right;
    }

	.single-item {
        float: right;
        margin: 10px 10px 30px 10px;
	}

	#roomAmenities {
        font-size: 14px;
    }

	.bookingBoxSection {
		width: 300px;
		display: inline-block;
		position: relative;
	}

	.resBoxes {
        display: block;
	}

	#resPeople {
		position: relative;
	}

	.buttonSection {
        width: 50px !important;
    }
}

@media only screen and (min-width: 900px) {
    .bigContainer {
		margin: 30px auto 0;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
	}

	.resContainerNew {
		margin-inline: auto;
		padding: 20px 0 10px 0;
	}

    .mainContainer {
        padding: 0;
    }

    .picRotateContainer {
        border: 3px solid white;
        height: 510px;
        margin: 0 auto 20px;
        transition: all 0.3s ease;
    }

    .picRotate {
        height: 510px;
        transition: all 0.3s ease;
    }

	#book_btn {
        margin-right: 0 !important;
    }

	#sortContainer {
        float: right;
    }

	#currencyContainer {
        float: left;
    }

	.packagesButton {
		width: 120px;
		margin: 0 0 0 15px !important;
		height: 45px;
	}

	#maxPackages {
		float: right;
		margin: 4px 15px 0 0;
	}

	#picFix {
		margin: 0 20px 0 -15px !important;
	}

	.packagesContainer {
		padding: 10px;
	}

	#resultsInfo {
        margin: 10px 10px 30px 0;
    }

	#book_btn {
        min-height: 30px;
    }

	#book_btn:active {
		padding: 7px;
	}

	.roomDates {
		margin: 10px 0 20px 15px;
	}

	.mfp-arrow-right {
		position: absolute;
		top: 0;
		left: 160px;
		right: 0;
		margin: 0 auto;
    }

	.mfp-arrow-right:active {
		position: absolute;
		top: 0;
		left: 160px;
		right: 0;
		margin: 0 auto
	}

	.mfp-arrow-left {
		position: absolute;
		top: 0;
		left: 0;
		right: 160px;
		margin: 0 auto
	}

	.mfp-arrow-left:active {
		position: absolute;
		top: 0;
		left: 0;
		right: 160px;
		margin: 0 auto
	}

	.footer ul li {
		display: inline-block;
		border: none;
	}

	.bookingBoxSection {
		position: relative;
		width: 286px !important;
		vertical-align: top;
	}

	.guestbookContainer {
		margin: 0 20px 20px 0;
		display: block;
		padding: 20px 0;
		box-sizing: border-box;
	}

	#picLeft {
		float: left;
		width: 300px;
	}

	.single-item {
	    margin: 0 20px 30px 15px !important;
	}

	.roomInfo {
		padding: 0 10px 10px 10px;
	}

	.roomInfoLeft {
		padding: 0;
		margin: 0;
	}

	.roomContainer {
		padding: 0;
		min-height: 264px;
	}

	.roomNameLeft {
		margin: 0 10px 5px 0;
	}

	.roomAmenities {
        margin: 10px 20px 5px 0;
    }

	.newsletterContainer {
		padding: 0;
		margin: 0 20px 30px 0;
		display: block;
	}

	.mobileMenu {
		box-sizing: border-box;
		padding: 0 0 0 5px !important;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0b7a1+0,c13a43+50,b70909+51,bf6e4e+100 */
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d14134+0,932b22+100 */
		background: var(--columbia-clr-7490); /* Old browsers */
		/*background: -moz-linear-gradient(top,  #D14134 0%, #932B22 100%);
		background: -webkit-linear-gradient(top,  #D14134 0%, #932B22 100%);
		background: linear-gradient(to bottom,  #D14134 0%, #932B22 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D14134', endColorstr='#932B22',GradientType=0 ); */
	}

	.activeNav {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#FFF+0,f9f3ea+100 */
		background: #FFF; /* Old browsers */
		background: linear-gradient(to bottom,  #FFF 0%, #F9F3EA 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		color: var(--columbia-clr-black) !important;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		height: 40px !important;
		 line-height: 30px;
	}

	.activeNav:hover {
	background: #FFF; /* Old browsers */
    background: linear-gradient(to bottom,  #FFF 0%, #F9F3EA 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

	.mobileMenu li a {
		margin: 5px 5px 0 0 !important;
		padding: 0 20px;
		font-size: 18px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.mobileMenu li a:hover + .hidden, .hidden:hover {
		position: absolute;
	}

	.buttonLeft {
        float: right;
        width: 300px;
        margin: auto;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
}

@media only screen and (min-width: 960px) {
	.address {
		width: 300px;
		display: block;
		float: right;
		text-align: right;
		margin-right: 30px;
		font-size: 14px;
	}

	.mainContainer {
	    padding: 0;
    }

	/*Strip the ul of padding and list styling*/
    .mobileMenu {
        list-style-type:none;
        margin: 10px 0 0 0;
        padding: 0;
        display: table;
        width: 100%;
    }

    /*Create a horizontal list with spacing*/
    .mobileMenu li {
        display: table-cell;
        width: auto;
    }

    .mobileMenu li a {
        margin: 0;
    }
}

@media only screen and (min-width: 1004px) {
	#resBoxVerticalContainer {
		padding: 20px 0 0 0;
		width: 270px;
	}

	.responsiveCol {
		margin: 0;
		box-sizing: border-box;
		vertical-align: top;
		width: 290px;
		display: inline-block;
		position: relative;
	}

	.contentContainer {
		padding: 0 20px 20px 20px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 800px) {
	.mobileMenu li a {
        background: var(--columbia-clr-black);
    }

    .title {
        text-align: center;
    }

	#homeSections section {
		padding: 10px 10px 10px 20px !important;
		border-top: 1px solid var(--columbia-clr-445);
	}
}
