/***************  templates/moduleThemes/default/pukkaPackages/style.viewList.css  ***************/
.sub-content-full-width.left.clearfix.small-12.large-12 {
	margin: -21px 0 30px;
}
#mod_pukkaPackages{
	width: 100%;
	display: inline-block;
	position: relative;
}
#mod_pukkaPackages .moduleBody .list_template{
	margin: 0 auto;
	position: relative;
	width: 100%;
}
#mod_pukkaPackages .readmore:hover,#mod_pukkaPackages .readLess:hover{
	color: #577a9a !important;
	text-decoration: underline;
}
#mod_pukkaPackages .readmore,#mod_pukkaPackages .readLess{
	font-style: italic;
	text-transform: uppercase;
}
.list_subItem{
	display: block;
	height: 100%;
	margin: 0 auto;
	max-width: 1211px;
	width: 100%;
}
#mod_pukkaPackages .moduleBody .list_template .list_item{
	display: inline-block;
	width: 100%;
	padding: 0px;
}
div.pukkaPackageText h3{
	padding: 25px 0 0;
}
div.pukkaPackageText h4{
	padding:0px;
	text-transform: uppercase;
	font:400 1.417em/25px "Lato", sans-serif;
}
div.content{
	margin: 0 0 35px;
	padding: 0 10px 0 0;
}
div.content p{
	margin: 25px 0;
	padding: 0px;
}
div.content ul{
	color: #000;
	font: 400 1.083em/25px "Open Sans",sans-serif;
	list-style: outside none disc;
	margin: 23px 0 20px 10px;
	padding: 0;
}
div.content ul li{
	 background: url(../../../templates/jw/_common/images/bullet-styling.png) no-repeat scroll 3px 11px rgba(0, 0, 0, 0);
	list-style-type: none;
	padding-left: 20px;
}
.pukkaPackageImage.left.small-12.medium-6.large-6.columns{
	margin: 30px 0;
}
.slideshow.cycle-slideshow {
	border: 1px solid #000000;
	height: 345px;
	margin: 10px auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 520px;
}
div.content ol {
	padding: 0 0 0 25px;
	color: #000;
	font: 300 1.083em/25px "Open Sans",sans-serif;
	list-style: outside none disc;
}
div.content ol li{
	padding: 0 0 0 6px;
}
.cycle-next {
	right: 0;
}
.cycle-prev,
.cycle-next {
	background-color: #677d92;
	cursor: pointer;
	height: 82px;
	opacity: 0.8;
	position: absolute;
	top: 46%;
	margin-top: -25px;
	width: 44px;
	z-index: 800;
}
.cycle-next .nextImg {
	display: inline-block;
	height: 28px;
	margin: 27px 14px;
	width: 18px;
	background:url(../../../templates/main/images/left-right-arrow.png) no-repeat -19px -9px;
}
.cycle-prev .prevImg {
	display: inline-block;
	height: 28px;
	margin: 27px 14px;
	width: 18px;
	background:url(../../../templates/main/images/left-right-arrow.png) no-repeat -19px -42px;
}
.bookNowLink {
	border: 1px solid #d6d3d0;
	background-color: #cbecf3;
	display: inline-block;
	float: right;
	padding: 5px 64px;
	text-decoration: none;
	font: 600 1.083em/25px "Open Sans",sans-serif;
}
.bookNowLink:hover {
	text-decoration: none;
	background-color:#3fc1d1;
	color: #000;
}
div.content{
	margin: 0 0 35px;
	padding: 0 10px 0 0;
}
.bookNow.btn {
	display: inline-block;
	margin: 0 0 20px;
	width: 100%;
}
#mod_pukkaPackages .moduleBody .list_template .list_item:nth-child(2n+1) {
	background-color: #f7f4f0;
}
#mod_pukkaPackages .moduleBody .list_template .list_item:nth-child(2n) {
	background-color: #eee8e1;
}
.imgContainer {
	float: right;
	height: 345px;
	overflow: hidden;
	position: relative;
	width: 520px;
	border: 1px solid #2a5a8b;
}

.itemSlider {
	display: inline-block;
	height: 100%;
	width: 100%;
}
#readMoreContentWrapper{
	width: 100%;
	overflow: hidden;
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
	opacity: 1;
	font:300  1.083em/25px  "Open Sans", sans-serif;
	color: #000;
	margin: 0 0 0 0;
	padding:0;
}
#page_packages .breadcrum-container{
	display: none;
}
/* Medium screens */
@media only screen and (min-width: 48em) and (max-width: 64em) {
	#mod_pukkaPackages .moduleBody .list_template .list_item{
		padding: 0px 13px;
	}
	.imgContainer {
		float: right;
		height: 213px;
		overflow: hidden;
		width: 320px;
	}
	.cycleContainer {
		float: none;
		height: 215px;
		overflow: hidden;
		width: 320px;
	}
	.bookNow.btn {
		margin: 0 0 20px;
		width: 100%;
	}
	div.content p {
		margin: 25px 0;
		padding: 0;
	}
	#page_packages .cycle-prev,#page_packages .cycle-next {
		height: 82px;
		width: 44px;
		top: 46%;
	}
	.imgContainer .cycle-slide{
		min-width: 100%;
	}
	div.content ol {
		padding: 0 0 0 25px;
	}
}

/* Define mobile styles */
@media only screen and  (min-width: 20.000em) and (max-width:  47.917em){
	div.content ul {
		margin: 0 0 0 6px;
	}
	div.pukkaPackageText h4{
		margin: 10px 0px;
	}
	.pukkaPackageText.left.small-12.medium-6.large-6.columns {
		padding: 0 0 0 14px;
	}
	div.content p {
		margin: 25px 0;
		padding: 0;
	}
	.slideshow.cycle-slideshow {
		height: 215px;
		width: 100%;
		margin: 0 auto;
		border: medium none;
	}
	div.pukkaPackageImage.left.small-12.medium-6.large-6.columns {
		margin: 0px;
	}
	.bookNow.btn {
		margin: 0 0 20px;
		width: 100%;
	}
	.bookNowLink {
		float: left;
		margin: 0 0 0 14px;
	}
	.imgContainer {
		float: none;
		height: 215px;
		overflow: hidden;
		width: 100%;
		margin: 0px auto;
		border-left:none;
		border-right:none;
		z-index: 12;
	}
	.cycleContainer {
		float: none;
		height: 215px;
		overflow: hidden;
		width: 320px;
	}
	#page_packages .cycle-prev,#page_packages .cycle-next {
		height: 82px;
		width: 44px;
		top: 46%;
	}
	.imgContainer .cycle-slide{
		min-width: 100%;
	}
	#page_packages .home-middlecontent{
		height: 96px;
	}
	div.content ol {
		padding: 0 0 0 20px;
	}
}