.block-ardbeg-day-gallery .imageContainerCountry:before, .block-ardbeg-day-gallery .imageContainerCountry:after{
	content:" ";
	display:block;
	clear:both;
}
.block-ardbeg-day-gallery .imageContainerCountry .item-image {
    width: 145px;
    display: block;
	float:left;
    padding-top: 0px;
    margin-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
	cursor:pointer;
}

.block-ardbeg-day-gallery .imageContainerCountry .item-image img{
	max-width:100%;
	width:100%;
	height:auto;
}

.ardbeg-day-gallery-wrapper .imageContainerCountry {
    /*display: block;*/
    margin: 0px;
    padding: 0px;
    display: none;
}

.ardbeg-day-gallery-wrapper .countrySelector {
    width: auto;
    display: inline-block;
    float: right;
}

.ardbeg-day-gallery-wrapper .countrySelector option {
    font-weight: bold;
    font-size: 1.2em;
}

.ardbeg-day-gallery-wrapper .inlineHeader {
    display: inline-block;
}
.page-overlay.gallery-image{
	background:rgba(0,0,0,0.75);
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:auto;
	height:auto;
	z-index:10000;
}
.page-overlay.gallery-image .popup-content{
	max-width:calc(90% - 120px);
	max-height:calc(90% - 120px);
	width:auto;
	height:auto;
	background:#FFFFFF;
	padding:60px;
	position:absolute;
}
.page-overlay.gallery-image .popup-content .popup-content-wrapper img{
	display:block;
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}
.page-overlay.gallery-image .popup-content .close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    padding: 10px;
    border: 2px solid #3c3700;
    color: #3c3700;
}
.page-overlay.gallery-image .popup-content .gallery-prev {
    left: 0;
    top: 50%;
    background: #3c3700;
    height: 60px;
    width: 30px;
    position: absolute;
    cursor: pointer;
    color: #FFFFFF;
    margin-top: -30px;
    border: 2px solid #3c3700;
}
.page-overlay.gallery-image .popup-content .gallery-next {
    right: 0;
    top: 50%;
    background: #3c3700;
    height: 60px;
    width: 30px;
    position: absolute;
    cursor: pointer;
    color: #FFFFFF;
    margin-top: -30px;
    border: 2px solid #3c3700;
}
.page-overlay.gallery-image .popup-content .gallery-next:before, .page-overlay.gallery-image .popup-content .gallery-prev:before {
    line-height: 60px;
    vertical-align: middle;
    width: 30px;
    text-align: center;
    display: block;
}
.page-overlay.gallery-image .popup-content .gallery-next:hover, .page-overlay.gallery-image .popup-content .gallery-prev:hover {
    color: #3c3700;
    background: #FFFFFF;
}