@charset "UTF-8";
/* CSS Document */

.cottage-gallery{
	position:relative;
	width:100%;
	max-width:calc(100% - 20px);
	background:#e4e1e1;
    border: 1px solid #d6d2d2;
	padding:10px;
	margin-bottom:20px;
}
.cottage-gallery .cottage-images-wrapper{
	position:relative;
}
.cottage-gallery .cottage-images-wrapper .cottage-image{
	width:100%;
	max-width:100%;
	height:auto;
	position:relative;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.cottage-gallery .cottage-images-wrapper .cottage-image img{
	width:100%;
	max-width:100%;
	height:auto;
	display:block;
	padding:0;
	margin:0;
}
.cottage-thumb-list .slideshow{margin:0 auto;max-width:100%;}
.cottage-gallery #prev {
    color: #ffffff; width:auto; position: absolute;left: 20px; bottom: 50px; z-index:100; text-decoration:none;
}
.cottage-gallery #prev .hide-on-mobile, .cottage-gallery #next .hide-on-mobile{
	display:inline;
}
.cottage-gallery a:hover {
    text-decoration: none;
}
.cottage-gallery #next {
    color: #ffffff; width:auto; position: absolute;right: 20px; bottom: 50px; z-index:100; text-decoration:none;
}

.cottage-gallery .cottage-thumb-list:before, .cottage-gallery .cottage-thumb-list:after,
.cottage-gallery #prev:before, .cottage-gallery #next:after{
	content:" ";
	display:block;
	clear:both;
}
.cottage-gallery .cottage-thumb-list{
	position:absolute;
	bottom:30px;
	left:75px;
	width:auto;
	right:75px;
	z-index:4;
}
.cottage-gallery .cottage-thumb-list .cottage-thumb{
	/*width:10%;
	/*float:left;*/
/*	padding:1%;
	/*position:relative;*/
/*	min-height:44px;
	transition:all 0.25s;*/
}
.cycle-pager {
    width: 50%;
    margin: 0 auto;
}
.cycle-pager span {
    font-size: 1.5em;
}
.cycle-pager span.cycle-pager-active {
    text-decoration: underline;
}
/*.cottage-gallery .cottage-thumb-list .cottage-thumb:hover{
	width:11%;
}*/
.cottage-gallery .cottage-thumb-list img.cottage-thumb{
    width: 80px;
    min-height:44px;
    transition:all 0.25s;
    margin: 4px;
	/*width:100%;
	max-width:100%;
	height:auto;*/
	/*overflow:hidden;*/
	border:2px solid rgba(255,255,255,1.00);
	cursor:pointer;
}
.node.node-cottage{
	padding-bottom:0;
	margin-bottom:0;
}
.booking-button a.button{
	display:inline-block;
	max-width:200px;
	background:#3c3700;
	color:#FFFFFF;
	padding:8px 10px;
}
.booking-button.upper-button{
	margin-bottom:20px;
}
.cottage-gallery .full-screen-button{
	position:absolute;
	top:20px;
	right:20px;
	background:#3C3700;
	color:#FFFFFF;
	padding:5px;
	z-index:1;
	cursor:pointer;
	border:2px solid #3C3700;
	display:none;
}
.cottage-gallery .full-screen-button:hover{
	background:#FFF;
	color:#3C3700;
}
.page-overlay.cottage-image{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:auto;
	height:auto;
	background:rgba(0,0,0,0.75);
	z-index:9999;
}
.page-overlay.cottage-image .img-container{
	padding:60px;
	background:#FFFFFF;
	margin:auto;
	position:absolute;
	left:auto;
	right:auto;
}
.page-overlay.cottage-image .img-container img{
	width:100%;
	max-width:100%;
	height:auto;
}
.page-overlay.cottage-image .img-container .close-button{
	cursor:pointer;
	position:absolute;
	top:15px;
	right:15px;
	color:#3c3700;
	border:2px solid #3c3700;
	padding:10px;
}
.page-overlay.cottage-image .img-container .close-button:hover{
	background:#3c3700;
	color:#FFFFFF;
}
@media screen and (max-width:767px){
	.cottage-gallery .cottage-thumb-list{
		left:40px;
		right:40px;
		bottom: 10px;
	}
	.cottage-gallery #prev, .cottage-gallery #next {
		bottom: 30px;
	}
}