/* Website Constants */

html, body {
	font-family: 'AvenirNext-Regular';
}

h1, h2, h3, h4 {
	width: 100%;
	margin: 10px 0;
}
h1 {
	font-family: 'AvenirNext-Bold';
	font-size: 36px;
	color: #925F6E;
}
h2 {
	font-family: 'AvenirNext-Regular';
	font-size: 30px;
	color: #4A4A4A;

}
h3 {
	font-family: 'AvenirNext-DemiBold';
	font-size: 24px;
	color: #4A4A4A;

}
p, a {
	font-size: 16px;
	color: #4A4A4A;
	text-decoration: none;
}

ul.no-dress {
	list-style-type: none; 
}

.row a {
	color: #6E925F;
}

 ul.ul-none-dec{
 	list-style-type: none;

 }

 #loader {
 	display: none;
 }
 .icon {
    display: none;
}

a.MenuToggle {
	color: white;
	text-decoration: none;
	background-color: none;

}

iframe {
	border: none;
	margin: auto;
}

#vladkaImg {
	width: 90%;
	max-width: 350px;
	margin: auto;
}
  
  .form-group {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0px;
}

label.col-md-12.control-label {
  text-align: left;
  margin-right: 20px;
}



.radio {
    float: left;
    width: 100%;
}

.control-label {
  width:100%;
}
.radio-inline:first-child {

  margin-top: 30px;
}
label {
  font-size: 14px;
  font-weight: bold;
}

textarea {
    width: 100%;
    height: 80px;
}

img#loader {
    margin-left: 50%;
}

#submit {
    background-color: #925F6E !important;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 1.25em;
    color: #FFF;
    width: 100%;
    margin-left: 10px;
    text-transform: capitalize;
}

#submit:hover {
  opacity: 0.6; /* css standard */
    filter: alpha(opacity=60);
}

legend {
  font-size: 2em;
  text-transform: capitalize;
}

@media screen and (max-width: 800px) {
  #navWrap li:not(:first-child) {display: none;}
  .main a.icon {
     position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 1.5em 0em;
  }
}


@media screen and (max-width: 800px) {
  .main.responsive {position: relative;}
  #navWrap.responsive li{display: block;}
  .main.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
 
}




 /* Voucher Form */

#VoucherForm > input {
	width:100%;
	height: 50px;
	border-radius: 5px;
	margin: 5px 0;
	display: inherit;
	border: 1px solid black;
 /* End Voucher Form */ 
}

/*
Forces carousel image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
  width:100%;
  height:100%;
}

#restaurantCarousel {
	margin-bottom: 25px;
}
.center {
	text-align: center;
}

.rowSpacer {
	margin-top: 15px;
	margin-bottom: 15px;
}

.underline {
	text-decoration: underline;
}


/* div table */
/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
	margin-bottom: 25px;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
/* end div table */

/* End Website Constants */
.card-container {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -185px;
    margin-left: -235px;
    padding: 50px;
    width: 420px;
    min-height: 320px;
    background: white;
    text-align: center;
    border-radius: 5px;
}

.icons {
	margin: 0 5px;
	line-height: 50px;
	opacity: 0.9;
}

.icons img {
	padding: 0 5px;
	height: 30px;

}
/* Styles for Header */ 

#topNavBar {
	width: 100%;
	min-height:50px;
	background-color: #4B4B4B;
	border-bottom: 1px solid #B4B4B4;
	font-family: 'AvenirNext-UltraLight';
	z-index: 10;
}
.row.no-gutters.float-right {
    line-height: 50px;
    color: #fff;
}

#topContactDetails > .row > p {
	color: #fff;
	margin-right: 25px;
	margin-bottom: 0;
	
}

.topNavButton {
	width:168px;
	height: 50px;
	text-align: center;
	border: none;
}

.topNavButton > p > a , #topContactDetails > .row > p > a{
	font-size: 16px;
	line-height: 50px;
	color: white;
}



#bookARoom {
	background-color: #6E925F;
}



#bookARoom:hover p {
	background-color: #455B3B;
	cursor: pointer;
}

#bookATable {
	background-color: #526E47;
}

#bookATable:hover p {
	background-color: #33452C;
	cursor: pointer;
}

#navBarWrap {
	width: 100%;
	min-height: 120px;
	background-color: #4B4B4B;
}
#navBar {
	min-height: 50px;
}

#logoBox {
	max-width: 200px;
	height: 150px;
	background-color: #925F6E;
	z-index: 10;
	margin-left: auto;
    margin-right: auto;
}

.topNavWrap {
	background-color: #4B4B4B;
}

.NavImg {
	width: 100%;
    object-fit: cover;
    overflow: hidden;
   max-height: 300px;
}

#logoBox img{
	display: block;
	width:65%;
	height: auto;
	margin: auto;
}

.purpleStripe {
	width: 100%;
	height:5px;
	background-color: #925F6E;
}

#picturesTop {
	width: 100%;
	position: relative;
}

.pictureTop {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    height: 480px;
    
}

/* End of Styles Header */
/* Chill pages */
.reflex-logo {
	max-height: 100px;
	float: left;
		
}	


/* End Chill Pages */
/* Doggie Page */ 

.Dog-feature-Wrap {
	max-width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 25px;

	
}

.Dog-feature-text {
margin-bottom: 70px;
}
.Dog-feature-Wrap > img {
	max-width: 250px;
	display: block;
	margin-left: auto; 
	margin-right: auto; 
}

.Dog-feature-text > p , .Dog-feature-text > h4{
	text-align: center;
}

.doggie-rules {
	margin-top: 25px;
}

.Dog-feature-Wrap > .purpleButton {
	 width: 60%;
    height: 50px;
    border: 2px solid #925F6E;
    line-height: 50px;
    margin: auto;
    position: absolute;
    bottom: 15px;
    left: 20%;
}
   

/* End Dog Page */


/* Home Page Styles */ 
.lineBreak {
	width: 100%;
	height: 1px;
	background-color: #4B4B4B;
	margin-bottom: 8px;
}

.welcomeTextWrap {
	max-width: 1140px;
	margin: auto;
}

.welcomeTextWrap h1 {
	margin-top: 20px;
}



/* new purpleBttn 
 */

 	.bttn > .purpleBttn {
		padding:10px 30px;
		border: 2px solid #925F6E;
		color: #925F6E;
		cursor: pointer;
		margin: 5px 0;	
	}
	
	.purpleBttn:hover {
		background-color: #925F6E ;
		color: white;
	}

	.bttn > .whiteBttn {
		padding:10px 30px;
		border: 2px solid white;
		color: white;
		cursor: pointer;	
	}
	
	.whiteBttn:hover {
		background-color: white;
		color: #925F6E ;
	}
	/* end */

.purpleButton {
	max-width: 260px;
	height: 50px;
	border: 2px solid #925F6E;
	line-height: 50px;
	margin: auto;
}

.purpleButton > span {
	padding: 38px;
	cursor: pointer;
	color: #925F6E;
}

.purpleButton > span > a {
	color: #925F6E;
}



.purpleButton:hover  {
	background-color: #925F6E;
	
}

.purpleButton:hover span a {
	color:  white;
}

.whiteButton {
	width: 260px;
	height: 50px;
	border: 2px solid #FFF;
	line-height: 50px;
	margin: auto;
}

.whiteButton > span {
	cursor: pointer;
	color: #FFF;
	font-family: 'AvenirNext-DemiBold';
}

.whiteButton > span > a {
	color: #FFF;
}



.whiteButton:hover  {
	background-color: white;
	
}

.whiteButton:hover span a {
	color:  #925F6E;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item > img {
  max-height: 600px;
  min-width: auto;
}
.hotlinkimg {
	width: 100%;
    object-fit: cover;
    overflow: hidden;
    height: 225px;

}




.carousel-caption-text > h3 , .carousel-caption-text > p {
	color: white;
}
.carousel-caption {
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid white;
	background-color: rgba(0, 0, 0, 0.4);

}



.carousel-caption-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bookButton {
	height: 50px;
	background-color: #6E925F;
	line-height: 50px;
	margin: auto;
	cursor: pointer;
	color: white;
	



}

.bookButton:hover  {
	background-color: #455B3B;
	
}

.bookButton:hover h2{
	color:  white;
}

.wraptextlink > a {
	text-decoration: none;

}

.wraptextlinkWrap {
    position: relative;
    height: 140px;
    background-color: #F0F0F0;
    padding-top: 5px;
}

#accreditationsWrap {
	width: 100%;
    margin: 0;
}

#accedit {
	text-align: center;
	color: #925F6E;
	margin: 40px 0;
}


/* End of Home Page Styles */

.mosaicflow__item {
	position: relative;
	cursor:pointer;
}

.mosaicflow__item:hover .img-text {
	 opacity: 1; 
}

.img-text {
	position:absolute;
  	top:50%;
  	left:50%; 
  	text-align:center;
  	transform: translateX(-50%) translateY(-50%);
  	opacity: 0;
  	border: 2px solid white;
  	padding: 10px;
}

.img-text > span {
	font-size: 1.2em;
	color: white;
}
.mosaicflow__column {
    float: left;
    max-height: 370px;
    overflow: hidden;
}

.mosaicflow__item img {
  display: block;
  width: 100%;
  height: auto;

}



/* Our Bedroom gallery */

img.tb-img {
    max-width: 100px;
    max-height: 70px;
    margin-top: 10px;
    display: inline-block;
}

img.tb-img:hover {
background: linear-gradient(
                     rgba(20,20,20, .5), 
                     rgba(20,20,20, .5));
}

/* End of Bedroom Gallery */

/* Footer Styles */

footer {
	background-color: #6E925F;
	color: white;

}

#footerBottom > div > p > a {
	color: white;
}

.footerNav li {
	text-decoration: none;
	list-style: none;
}

.footerNav h3 {
	color: white;
}

.footerNav > li > a {
	color: white;
}

#newsForm > input {
    display: inherit;
    width: 80%;
    border-radius: 5px;
    border: none;
    margin: auto;
  
}

#name, #email {
	padding:10px;
}
.submitButton {
	background-color: #526E47;
	width: auto;
	height: 50px;
	line-height: 50px;
	color: white;
	border: 1px solid white;
}

input.submitButton:hover {
	background-color: #33452C;
	cursor: pointer;
}

/* End Footer Styles */
	#menuCreater ul.price {
    color: black;
    list-style: none;
    float: left;
    width: 100px;
}

#menuCreater span.menuDes {
    float: left;
    width: 280px;
    padding-right: 20px;
}

#menuCreater li.dish {
   
    float: left;
}

li.dish {
    list-style-type: none !important;
    margin: 14px 0px 14px 0px;
    position: relative;
    width: 100%;
    font-size: 18px;
    height: auto !important;
}

.header {
    margin-left: 0 !important;
    padding: 5px 0;
    margin-top: 30px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
}

#menuCreater {
    width: 100%;
    font-size: 13px;
    page-break-inside: avoid;

    float: left;
}

#menuCreater ul {
	margin: 0;
}


.wine-list h4{
	text-align: center;
}

.wine-list img {
	width: 250px;
	height: auto;
	margin: auto;
}


/* Our Bed rooms */

.roomHeader {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 40px;
  text-decoration: underline;
}

.content-rooms.col-xl-12 {
    margin-left: 0;
    padding: 30px 0;
    background-color: #F0F0F0;
}

.priceBlock {
    width: 100%;
    height: 100px;
}
.adults {
    width: 60%;
    float: left;
}
.Price {
    width: 40%;
    float: right;
}

.doubleOcc, .singleOcc  {
    height: 50px;
    line-height: 50px;
    font-size: 1.3em;
}

.strong {
  font-weight: bold;
  font-size: 1.25em;
}

.bottominfo {
  margin-top: 50px;
}

.gallery, .roomInfo {
	float: left;
}

img.roomimg {
	width: 100%;
} 

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#topContactDetails > .row > p {
	line-height: 50px;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
	.carousel-caption-text h3, .carousel-caption-text p{
		font-size: 0.9em;
		
	}

	.whiteButton {
		font-size: 0.8em;
		padding: 0;
		width: 150px;
	}

	.carousel-caption {
		border: none;
		background-color: transparent;
	}

 }

 @media (max-width: 1025px) {
 	#logoBox {
		max-width: 150px;
    	max-height: 110px;;
 	}


 }

 @media (max-width: 768px){
 	#topContactDetails > .row > p {
	line-height: 50px;
	font-size: 12px;
	}

	.icons img {
		padding: 0;
		height: 25px;
	}
 }

 @media (max-width: 576px){
 	#topContactDetails > .row > p {
 		font-size: 12px;
 		margin: 0px 5px 0 0;
 	}

 }

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {  }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { 


 }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }
