
/***************  templates/main/css/module.pukkaGalleries.css  ***************/
/* Photo Gallery */
.main .moduleOutput {
    height: auto;
    min-height: 100px;
    position: relative;
    width: 100%;
}
#mod_pukkaGalleries{
	position:relative;
	width:100%;
	height:auto;
}
#mod_pukkaGalleries .owl-carousel.gallery{
	width:auto;
	height:auto;
}

.thumb-wrapper{
	display: inline-block;
	text-align: justify;
	vertical-align: top;
	width: 100%;
}
.thumb-wrapper:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.picture{
	width: 300px;
	height: 249px;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
    text-align: center;
    vertical-align: top;
}

.thumb-wrapper .placeholder{
	display: inline-block;
	width: 300px;
}

.picturePreview{
	float: left;
}
.hover-overlay{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:#000;
	opacity:0;
	transition: opacity 0.3s ease-in-out 0s;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	cursor:pointer;
}
.picture:hover .hover-overlay{
	filter:alpha(opacity=60);
	opacity: 0.6;
}
.hover-overlay:before{
	margin-left:2%;
	line-height:258px;
	font-size:40px;
	color:#998543;
}	
.video .hover-overlay{
	background: #fff;
	filter:alpha(opacity=70);
    opacity: 0.7;
}

.fancy-video .icon{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/templates/main/images/gallery/play-icon.png) no-repeat center center;
}
.fancy-img:hover .icon,
.fancy-video:hover .icon{
	display: block;
}
.owl-carousel .item-wrapper .picturePreview{
	width: 487px;
	height: auto;
	margin-top: 55px;
	transition: all 0.3s ease-in-out 0s;	
	-webkit-transition: all 0.3s ease-in-out 0s;	
}
.owl-carousel .center .item-wrapper .picturePreview{
	width: 676px;
	height: 451px;
	padding: 0;
	margin-top: 0;
}
.item-wrapper{
	width: 676px;
	height: 451px;
}
.owl-item .picturePreview{
	float: right;
	padding-right: 70px;
}
.owl-item.active .picturePreview{
	float: left;
	padding-left: 80px;
}
.pictures {
	max-width: 1024px;
	width: 100%;
}
.owl-carousel{
	float: left;
	width: 100%;
	margin-top: 33px;
}
div.owl-carousel.owl-loaded{
	display: none;
}
 .owl-controls{
	left: 0;
	position: absolute;
	top: 290px;
	width: 100%;
}
.owl-nav .owl-prev,
.owl-nav .owl-next{
	display: block;
	width: 21px;
	height: 40px;
	
	text-indent: -9999px;
}
.owl-nav .disable{
	display: none;
}
.owl-prev{
	background: url(/templates/main/images/gallery/left-arrow.png) no-repeat 0 0;
	float: left;
	margin-left: 13%;
}
.owl-next{
	background: url(/templates/main/images/gallery/right-arrow.png) no-repeat 0 0;
	float: right;
	margin-right: 13%;
} 
.main.full-width{
	width:1024px;
} 	
.full-width {
	margin-top: 0;
}
.full-width-container .followus{ /*hiding follow us section when gallery item view*/
	display:none;
}
.full-width-container  #footer{
	clear:both;
}
.full-width .viewList {
	background: #fff;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
.viewList .close{
	display: none;
}
.full-width .close{
	cursor:pointer;
	display: block;
	position: absolute;
	top: 8px;
	right: 1.6%;
	line-height:14px;
/*text-indent: -9999px;*/
	text-transform: uppercase;
	color: black;
}
.main .icon-close:after{
	content: '\e817';
	padding-left:10px;
	font-size: 14px;
}
.item-wrapper .title-wrapper{
	visibility: hidden;
	min-height: 91px;
}
.item-wrapper h3{
	text-align: center;
	font-size: 1.9em;
}
.center .item-wrapper .title-wrapper{
	visibility: visible;
}
.viewList .tabs{
	display: none;
}
.full-width .tabs{
	position: absolute;
	top: 0;
	left: 0;
}
.tabs .category-title{
	display: none;
}
.main .owl-carousel .owl-item{
	opacity:0.5;
}
.main .owl-carousel .owl-item.center{
	opacity:1;
}
.main .owl-carousel .owl-stage-outer{
	margin-bottom:150px;
}
.filter-outter-wrapper{
	float: left;
	width: 100%;
	margin-bottom: 42px;
}
.filter-wrapper{
	margin:0 auto;
	padding: 5px 8px;
	border: 1px solid #e5e5e5;
	background:#f7f8f8;
	display:table;
}
.module-menu-wrapper{
	float: left;
}
.full-width-container .filter-wrapper{
	margin-left: 1.4%;
}
.full-width-container .filter-wrapper .select-text{
	margin-right: 12px;
}

.filter-wrapper .select-text{
	float: left;
	margin: 7px 14px 0 0;
	
	font-size: 1em;
	color:black;
}
.full-width .filter-wrapper .select-text{
	display: none;
}

.module-menu {
	background:#fff;
	float: left;
	width: 312px;
	height:37px;
	list-style:none;
	
	text-indent:15px;
	
	color: #888e98;
	font-size: .8em;
}
.module-menu .item{
	position: relative;
	cursor: pointer;
	text-align:left;
	line-height:28px;
	background:#fff;
	z-index:10;
}
.module-menu .selected-item{
	line-height:37px;
}
.module-menu .item:last-child{
	padding-bottom:8px;
}
.module-menu .item.hidden, .module-menu .hidden.all{
	display: none;
}
.module-menu .hidden.active{
	display:none !important;
}
.module-menu .item:before{
	content: "";
}
.main .icon-arrow_down:before {
	position: absolute;
	right: 31px;
	top: 14px;
	
	content: "\e820";
	font-size: 10px;
	color:black;
}
.main .icon-arrow_down.open:before {
	content: '\e81e';
}
.count-item{
	display: none;
}
.full-width-container #header,
.full-width-container #booking-mask-wrapper,
.full-width-container .main-info{
	display: none;
}
.full-width-container #main{
	margin-top: 12px;
}

#mod_pukkaGalleries .linkToEditPage{
	float:left;
	width:50%;
}

.gallery-open{
	overflow: hidden;
}
.gallery-open .booking-footer{
	display: none;
}

@media (min-width: 1280px){
	 .main.full-width{
		width:1280px;
	} 
	.picture{
		margin-bottom: 30px;
	}
	
	.full-width-container .filter-wrapper {
		margin-left: 1%;
	}
	.full-width-container .select-text {
		margin-right: 13px;
	}	
	.full-width .close{
		right:0;
	}	
	.main .owl-carousel .owl-stage-outer{
		overflow:hidden;
	}	
	.owl-prev{
		margin-left: 20%;
	}	
	.owl-next{
		margin-right: 20%;
	} 	
	.count-item{
		display: none;
	}
}

/* Portrait tablet to Landscape */
@media (min-width: 768px) and (max-width: 1023px) {
	#mod_pukkaGalleries{
		width:92%;
		margin:0 auto;
		display:table;
	}
	.picture {
		margin-bottom: 30px;
	}
.main.full-width{
	width:768px;
}

.item-wrapper{
	width: 590px;
	height: 394px;
}	
	.owl-carousel .center .item-wrapper .picturePreview{
		width: 589px;
		height: auto;
	}	
	.owl-item .picturePreview{
		padding-right: 48px;
	}	
	.owl-item.active .picturePreview{
		padding-left: 60px;
	}	
	.owl-prev{
		margin-left: 7%;
	}	
	.owl-next{
		margin-right: 7%;
	} 	
	.full-width-container .filter-wrapper {
		margin-left: 1.8%;
	}	
	.full-width .close{
		right: 3%;
	}	
	.owl-carousel{
		margin-top: 24px;
		width:768px!important;
	}
	.owl-controls{
		top: 316px;
	}
	.item-wrapper .title-wrapper{
		min-height: 132px;
	}	
}

/* Mobile to Portrait tablet */
@media (max-width: 767px) {
	.full-width .viewList{
		position: relative;
	}
	.thumb-wrapper .picture,
	.thumb-wrapper .picturePreview{
		width: 145px!important;
		height: 120px!important;
	}
	.thumb-wrapper .placeholder{
		width: 145px;
	}
	.hover-overlay:before{
		line-height: 120px;
	}
	.picture{
		margin-bottom: 10px;
	}
	.main.full-width{
		width:298px;
	}	
	.item-wrapper{
		width:298px;
		height:212px;
	}	
	.owl-carousel .item-wrapper .picturePreview,
	.owl-carousel .center .item-wrapper .picturePreview{
		width: 100%;
		height: auto;
	}	
	.owl-carousel .item-wrapper .picturePreview{
		padding: 0;
		margin: 0;
	}
	.select-text{
		display: none;
	}	
	.module-menu{
		width: 196px;
	}	
	.full-width .close {
		position: absolute;
		right: 2%;
		top: 6px;
		
		/*text-indent: -9999px;*/
	}	
	.filter-outter-wrapper{
		margin-bottom: 28px;
	}	
	.item-wrapper .title-wrapper{
		min-height: 81px;
	}	
	.item-wrapper h3{
		line-height: 1;
	}	
	.main .owl-carousel .owl-stage-outer{
		margin-bottom: 0;
	}	
	.owl-carousel{
		margin-top: 0;
	}	
	.owl-controls {
		float: left;
		position: relative;
		margin: 29px 0 24px;
		top: auto;
		left: auto;
	}
	.count-item{
		display: block;
		left: 44%;
		position: absolute;
		top: 0;
		
		color: #000;
		font-family: 'ralewayregular', sans-serif;
		font-size: 1.5em;
	}	
	.owl-nav .owl-prev, 
	.owl-nav .owl-next{
		background: none;
	
		text-indent: inherit;
	}	
	.owl-controls .icon-arrow_left{
		margin-left: 31%;
	}	
	.owl-controls .icon-arrow_right{
		margin-right: 35%;
	}	
	.owl-controls .icon-arrow_left:before,
	.owl-controls .icon-arrow_right:before{
		font-size: 1.85em;
		color: #000;
	}	
	.currentItem {
		padding-right: 6px;
		position: relative;
	}	
	.currentItem:after {
		background: #000;
		content: "";
		display: block;
		height: 19px;
		position: absolute;
		right: 0;
		top: 6px;
		width: 1px;
	}
}
/***************  templates/main/css/template.penrith.css  ***************/
.nav-btn a {
    font-size: 12px;
}
/** Hiding social media for penrith site **/
 
/***************  templates/main/libs/jquery/slick/slick.css  ***************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
	z-index:0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
	outline: none;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}