@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800");

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}


/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container {
		width: 960px;
	}

	@media screen and (max-width: 960px) {
		
		.container {
			width: 95%;
		}

	}

	@media screen and (max-width: 800px) {


		.container {
			width: 95%;
		}

	}

	@media screen and (max-width: 736px) {

		.container {
			width: 95%;
		}

	}

	@media screen and (max-width: 640px) {

		.container {
	width:95% !important;
		}

	}



/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("../img/bg01.png");
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("../img/bg01.png");
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("../img/bg01.png");
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("../img/bg01.png");
	background-color: #f2f2f2;
	background-position: top left, top left;
	background-repeat: repeat-x, repeat;
	background-size: 100% 30em, auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	color: #333333;
	font-weight: 400;
	line-height: 1.5em;
	text-align: justify;
	}

		body.is-loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	input, select, textarea {
		font-family: 'Open Sans', sans-serif;
		font-size: 12pt;
		color: #333333;
		font-weight: 200;
		line-height: 1.5em;
	}

	a {
		color: #0090c5;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	h1, h2, h3, h4, h5, h6 {
		color: #444;
		font-weight: 600;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
			outline: 0;
		}

	h2 {
		font-size: 2.25em;
		margin: 0 0 1.1em 0;
		line-height: 1em;
	}

	h3 {
		font-size: 1.35em;
		margin: 0 0 1em 0;
	}

	b, strong {
		font-weight: 600;
		color: #444;
	}

	i, em {
		font-style: italic;
	}

	br.clear {
		clear: both;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #eee;
	}

	blockquote {
		border-left: solid 0.5em #eee;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 2em;
	}

/* Section/Article */

	section, article {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

	header {
		margin: 0 0 2em 0;
	}

		header h2, header h3 {
			margin: 0 0 0.25em 0;
		}

		header p {
			margin: 0;
		}

	footer {
		margin: 2.5em 0 0 0;
	}





/* Image */

	.image {
		display: inline-block;
		outline: 0;
	}
	img {
	max-width: 100%;
}
		

/* List */

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.actions li {
		display: inline-block;
		padding: 0 0 0 0.25em;
		margin: 0 0 0 0.25em;
	}

		ul.actions li:first-child {
			margin-left: 0;
			padding-left: 0;
		}

	ul.menu li {
		border-left: solid 1px #e0e0e0;
		display: inline-block;
		padding: 0 0 0 0.75em;
		margin: 0 0 0 0.75em;
	}

		ul.menu li:first-child {
			border-left: 0;
			margin-left: 0;
			padding-left: 0;
		}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}



/* Icons */

	.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}



/* Wrappers */

	#header-container {
	padding-top: 2.5em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	}

	#features-wrapper {
		padding: 3em 0 3em 0;
	}

	#main-wrapper {
	background: #fff;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	}

	#footer-wrapper {
		padding: 1em 0 2em 0;
	}

/* Header */

	#header {
		position: relative;
	}

/* Logo */

	#logo {
		display: inline-block;
	}

		#logo h1 {
	color: #066;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 0.25em 0.2em 0.25em 0.2em;
	font-size: 1.15em;
	letter-spacing: 0.015em;
	display: inline-block;
	vertical-align: middle;
		}

		#logo span {
			font-weight: 600;
			line-height: 3.5em;
			letter-spacing: 0.025em;
			font-size: 1em;
			vertical-align: middle;
			margin: 0 0 0 1.25em;
		}

/* Nav */

	#nav {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 1em;
	}

		#nav ul li {
			float: left;
			line-height: 4.5em;
			padding-left: 1.5em;
		}

			#nav ul li a, #nav ul li span {
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				font-weight: 600;
				letter-spacing: 0.025em;
				color: #333333;
				text-decoration: none;
				border-radius: 3px;
				padding: 0.5em 1em 0.5em 1em;
			}

			#nav ul li > ul {
				display: none;
			}

			#nav ul li:hover a, #nav ul li:hover span {
				background: #fff;
			}

			#nav ul li.active a, #nav ul li.active span {
				background: #fff;
			}

			#nav ul li.current a {
				background: #444;
				color: #fff;
			}

	.dropotron {
		background: #fff;
		letter-spacing: 0.025em;
		color: #333333;
		text-decoration: none;
		border-radius: 3px;
		padding: 0.75em 0;
		min-width: 15em;
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0.25em 0.25em 0.1em rgba(0, 0, 0, 0.025);
		margin-top: calc(-0.75em + 1px);
		margin-left: -1px;
	}

		.dropotron li {
			border-top: solid 1px #eee;
			line-height: 3em;
		}

			.dropotron li:first-child {
				border-top: 0;
			}

			.dropotron li > a, .dropotron li > span {
				-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				-ms-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				transition: color .25s ease-in-out, background-color .25s ease-in-out;
				text-decoration: none;
				color: inherit;
				display: block;
				padding: 0 1.5em;
			}

				.dropotron li > a:hover, .dropotron li > span:hover {
					background: #eee;
				}

			.dropotron li.active > a, .dropotron li.active > span {
				background: #eee;
			}

		.dropotron.level-0 {
			font-size: 0.8em;
			margin-left: 1.5em;
			margin-top: 0;
		}

			.dropotron.level-0:before {
				content: '';
				position: absolute;
				top: -0.5em;
				left: 1em;
				border-bottom: solid 0.75em #ffffff;
				border-left: solid 0.75em transparent;
				border-right: solid 0.75em transparent;
				z-index: 1;
			}


/* Footer */

	#footer {
		margin-top: 0;
	}

		#footer a {
			color: inherit;
		}

	#copyright {
	color: #666;
	padding: 1.5em 0 0 0;
	text-align: center;
	font-size: .85em;
	}

		#copyright a {
			color: inherit;
		}

/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 12pt;
			}

	}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 12pt;
			}

	}

/* Medium */

	#navPanel, #navToggle {
		display: none;
	}

	@media screen and (max-width: 960px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, select, textarea {
				font-size: 12pt;
			}

		/* Section/Article */

			section, article {
				clear: both;
				margin-bottom: 1.5em !important;
			}

			section.last, article.last {
				margin-bottom: 0 !important;
			}

		/* Image */

			.image.left {
				width: 25%;
				margin-bottom: 2em !important;
			}

		/* List */

			ul.menu li {
				display: block;
				border: 0 !important;
				padding: 0 !important;
				margin: 0 !important;
			}

			ul.actions li {
				display: block;
				padding: 0;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Wrappers */

			#header-container {
	text-align: center;
	padding-top: 2.5em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
			}

			#footer-wrapper {
				padding: 1em 0 1em 0;
			}

		/* Header */

			#header {
				margin: 0 auto;
			}

		/* Logo */

			#logo span {
				display: block;
				margin: 0;
			}

		/* Nav */

			#nav {
				display: none;
			}


		/* Content */

			#content {
	border-bottom: solid 0px #e8e8e8;
	padding-bottom: 2em;
	margin-bottom: 0 !important;
	text-align: justify;
			}

				#content > :last-child {
					margin-bottom: 0 !important;
				}

			#sidebar > :last-child {
				margin-bottom: 0 !important;
			}

		/* Footer */

			#copyright {
				padding: 0;
			}

		/* Off-Canvas Navigation */

			#page-container {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#navToggle {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
			}

				#navToggle .toggle {
					width: 70px;
					height: 50px;
					opacity: 0.35;
				}

					#navToggle .toggle:before {
	display: inline-block;
	font-family: FontAwesome;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 4px;
	top: 4px;
	width: 38px;
	height: 38px;
	border-radius: 3px;
	content: '\f0c9';
	color: #fff;
	text-align: center;
	line-height: 38px;
	font-size: 24px;
	background-color: rgba(51,102,102,0.65);
					}

					#navToggle .toggle:active {
						opacity: 0.75;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 200px;
				z-index: 10002;
				background: #fff;
				box-shadow: inset -3px 0px 0px 0px #dfdfdf;
				padding: 0 23px 0 20px;
			}

				#navPanel .link {
					display: block;
					text-decoration: none;
					height: 54px;
					line-height: 54px;
					border-top: solid 1px #e8e8e8;
					color: #333333;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #444;
					font-weight: 600;
				}

			body.navPanel-visible #page-container {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navToggle {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}

/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, select, textarea {
				line-height: 1.5em;
			}

			h2, h3, h4, h5, h6 {
				font-size: 12pt;
				margin: 0 0 1em 0;
			}

		/* Section/Article */

			section, article {
				clear: both;
				margin-bottom: 1.5em !important;
			}

				section.last, article.last {
					margin-bottom: 0 !important;
				}

		/* Image */

			.image.left {
				width: 25%;
				margin-bottom: 2em !important;
			}

		/* List */

			ul.menu li {
				display: block;
				border: 0 !important;
				padding: 0 !important;
				margin: 0 !important;
			}

			ul.actions li {
				display: block;
				padding: 0;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Wrappers */

			#header-container {
	padding-top: 1.5em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
			}

			#banner-wrapper {
				padding: 0 15px 0 15px;
			}

			#features-wrapper {
				padding: 0 15px 40px 15px;
			}

			#main-wrapper, #footer-wrapper {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
			}

		/* Logo */

			#logo h1 {
	font-size: 1.15em;
	padding: 0.2em 0.275em;
			}

			#logo span {
				line-height: 3em;
			}

				/* Content */

			#content {
	padding-bottom: 1.5em;
			}

		/* Footer */

			#footer section {
				border-bottom: solid 1px #ccc;
				padding-bottom: 3em;
				margin-bottom: 1em !important;
			}

			#copyright {
				text-align: center;
			}

	}
	
	/*Contact Form Layout */

.contact_wrapper {
	max-width: 720px;
	text-align: center;
	margin: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="mob"],
#contact-form input[type="postcode"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"],
#contact-form button[type="reset"] {
	font:400 12px/12px "Open Sans", sans-serif;
}
#contact-form {
	text-shadow: 0 1px 0 #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px;
	background-color: #f1f1f1;
}
#contact-form h3 {
	color: #666666;
	display: block;
	font-size: 1.5em;
	line-height: normal;
	text-align: center;
}
#contact-form h4 {
	margin: 5px 0 15px;
	display: block;
	font-size: 1em;
}
#contact-form label span {
	cursor: pointer;
	color: #666666;
	display: block;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-left: 5%;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="mob"],
#contact-form input[type="postcode"],
#contact-form input[type="url"],
#contact-form textarea {
	width: 90%;
	border: 1px solid #CCC;
	padding: 5px;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 1em;
	color: #333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="mob"]:hover,
#contact-form input[type="postcode"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height: 75px;
	max-width: 95%;
}
#contact-form button[type="submit"] {
	cursor: pointer;
	width: 40%;
	border: none;
	color: #FFF;
	padding: 10px;
	border-radius: 5px;
	background-color: #0066FF;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#contact-form button[type="submit"]:hover {
	background-color: #09F;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#contact-form button[type="submit"]:active {
	box-shadow: inset 0 1px 3px #06F;
	background-color: #06F;
}

#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}

#contact-form button[type="reset"] {
	cursor: pointer;
	width: 40%;
	border: none;
	color: #FFF;
	padding: 10px;
	border-radius: 5px;
	background-color: #CC0000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#contact-form button[type="reset"]:hover {
	background-color: #900;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
#contact-form button[type="reset"]:active {
	box-shadow: inset 0 1px 3px #0099FF;
	background-color: #F00;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

/* End of Contact Form Layout */


/*Gallery Navigation Max width 960px */


.thumb_wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	display: block;
}
.thumb {
	margin: 10px;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 121px;
	float: left;
	display: inline;
	position: relative;
	box-shadow: 1px 1px 5px 0px rgba(109,109,109,0.3);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(109, 109, 109, 0.3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(109, 109, 109, 0.3);
}
.thumbb {
	left: -1px;
	top: -1px;
	width: 142px;
	height: 124px;
	color: rgb(0, 0, 0);
	position: absolute;
	background-color: rgb(204, 204, 204);
}
a.thumbb {
	left: -1px;
	top: -1px;
	width: 142px;
	height: 124px;
	color: rgb(0, 0, 0);
	position: absolute;
	background-color: rgb(204, 204, 204);
}
a.thumbb:visited {
	color: rgb(0,153,255);
}
.thumbb:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(0,153,255);
}
a.thumbb:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(0,153,255);
}
.thumbi {
	background-position: center;
	left: 1px;
	top: 30px;
	width: 140px;
	height: 93px;
	text-align: center;
	position: absolute;
	background-repeat: no-repeat;
	background-color: rgb(246, 246, 246);
	line-height: 100%;
}
.thumbi img {
	border: currentColor; border-image: none; vertical-align: middle;
}
.thumbc {
	left: 1px;
	top: 1px;
	width: 140px;
	height: 35px;
	position: absolute;
	background-color: rgb(234, 234, 234);
}
a.thumbb:hover .thumbc {
	background-color: rgb(0,153,255);
}
.thumbc {
	text-align: center;
	line-height: 35px;
	font-size: .75em;
	font-style: normal;
	font-weight: normal;
	white-space: normal;
}
.reserve_sidebar_space {
	float: none;
}
/*Gallery Navigation Resize */

@media only screen and (min-width:960px)
{
.reserve_sidebar_space {
	margin: 10px; float: left; max-width: 640px;
}
/*Six Column Central */
}
@media only screen and (max-width:960px)
{
.thumb_wrapper {
	max-width: 640px;
}
}
.package_wrapper {
	max-width: 640px;
}
/*Four Column Central */

@media only screen and (max-width:800px)
{

.thumb_wrapper {
	max-width: 640px;
}
.package_wrapper {
	max-width: 320px;
}

/*Three Column Central */
}
@media only screen and (max-width:720px)
{
.thumb_wrapper {
	max-width: 480px;
}
.package_wrapper {
	max-width: 320px;
}
/*Three Column Central */
}
@media only screen and (max-width:640px)
{
.thumb_wrapper {
	max-width: 480px;
}
.package_wrapper {
	max-width: 320px;
}

/*Two Column Central */
}
@media only screen and (max-width:560px)
{
.thumb_wrapper {
	max-width: 330px;
}
.package_wrapper {
	max-width: 160px;
}

/*Two Column Central */
}
@media only screen and (max-width:480px)
{
.thumb_wrapper {
	max-width: 320px;
}
.package_wrapper {
	max-width: 160px;
}

/*One Column Central */
}
@media only screen and (max-width:400px)
{
.thumb_wrapper {
	max-width: 160px;
}

.package_wrapper {
	max-width: 160px;
}

/*One Column Central */
}
@media only screen and (max-width:320px)
{
.thumb_wrapper {
	max-width: 160px;
}

.package_wrapper {
	max-width: 160px;
}


/* End of Gallery Navigation Resize */





