/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
body {
	color: #7e7f80;
}

::selection {
	background: #e12c17;
	color: #fff;
}

::-moz-selection

/*Firefox*/
	{
	background: #e12c17;
	color: #fff;
}

hr {
	border: 1px solid #e12c17;
	margin-bottom: none;
	padding: 0;
}

.fifty-spacer {
	margin-top: 50px;
	margin-bottom: 50px;
}

.menu-spacer {
	margin-top: 100px;
	margin-bottom: 50px;
}

#mob-menu-but {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	display: none;
}

#menu {
	text-align: right;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	color: #7e7f80;
	font-family: 'Nunito', sans-serif;
	text-decoration: none;
	font-size: 1.1em;
	padding: 10px;
}

#menu ul li a:hover {
	background: #e12c17;
	color: #fff;
}

#menu ul li .current {
	border: 1px solid #e12c17;
	color: #e12c17;
}

#left-text {
	margin-top: -30px !important;
}

#left-text p {
	font-size: 1.2em;
	line-height: 21px;
}

#left-text ul {
	list-style-type: disc;
}

#left-text ul li {
	margin-bottom: 5px;
}

#right-text p {
	font-size: 1.2em;
	line-height: 21px;
}

#gallery {
	text-align: center;
}

#footer p {
	font-size: 0.8em;
}

#footer a {
	color: #7e7f80;
	text-decoration: underline;
}

#footer a:hover {
	color: #e12c17;
}

#mobile-menu {
	display: none;
}

.heavy {
	font-weight: bold;
}

.orange-button {
	background: #e12c17;
	color: white;
	padding: 5px 8px 5px 8px;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
	margin-top: -15px;
	border-radius: 5px;
}

.orange-button:hover {
	background: black;
	color: white;
}

.orange-button:visited {
	color: white !important;
}

.thumb {
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	-o-opacity: 1.0;
	opacity: 1.0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.thumb:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
	opacity: 0.7;
}

.return {
	color: #e12c17 !IMPORTANT;
	text-decoration: none !important;
}

.return:visited {
	text-decoration: none !important;
}

.return:hover {
	color: black !important;
	text-decoration: none !important;
}

span.landing {
	float: right;
	border-top: 2px solid #e12c17;
}

span.con-span {
	width: 45%;
	height: auto;
	float: left;
	margin-right:10px;
}

span.con-span img{
	height:110px;
	/* width:80%; */
}

/* span.con-span:nth-of-type(1) img{
	width:75%;
} */

span.con-span a {
	color: #7e7f80;
	text-decoration: none;
}

span.con-span a:hover {
	color: #000;
	text-decoration: none;
}

/*Location table*/

.table-left {
	margin-bottom: 0;
	padding-bottom: 0;
}

.table-right {
	float: right;
	padding-right: 75px;
}

/*Accommodation table*/

.acc-table {
	font-size: 0.8em;
}

.acc-table p {
	line-height: 0.5;
	width: 300px;
}

.acc-table a {
	color: #7e7f80;
	text-decoration: none;
}

.acc-table a:hover {
	color: #000;
	text-decoration: none;
}

.acc-left {
	float: left;
}

.acc-right {
	float: right;
	padding-left: 20px;
}

hr.red {
	border: 1px solid #e12c17;
	margin-bottom: 10px;
	width: 300px;
}

hr.grey {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	width: 300px;
}



/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	#menu ul li a {
		font-size: 0.9em;
		padding: 5px;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {


	.table-left {
		margin-bottom: 0;
		padding-bottom: 0;
		font-size: 0.8em !important;
	}

	.table-right {
		float: right;
		padding-right: 20px;
	}

	/*Accommodation table*/

	.acc-table {
		font-size: 0.8em;
	}

	.acc-table p {
		line-height: 0.5;
	}

	.acc-left {
		float: left;
	}

	.acc-right {
		float: right;
		padding-left: 20px;
	}

	hr.red {
		border: 1px solid #e12c17;
		margin-bottom: 10px;
	}

	hr.grey {
		border: 1px solid #ccc;
		margin-bottom: 5px;
	}

	/*Accommodation table*/

	.acc-table {
		font-size: 0.8em;
	}

	.acc-table p {
		line-height: 0.5;
		width: 240px;
	}

	.acc-left {
		float: left;
	}

	.acc-right {
		float: right;
		padding-left: 20px;
	}

	hr.red {
		border: 1px solid #e12c17;
		margin-bottom: 10px;
		width: 240px;
	}

	hr.grey {
		border: 1px solid #ccc;
		margin-bottom: 5px;
		width: 240px;
	}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	span.con-span {
		margin-bottom: 20px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	#menu {
		text-align: right;
		display: none;
	}

	.fifty-spacer {
		margin-top: 50px !important;
		margin-bottom: 10px !important;
	}

	#mob-menu-but {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		display: block;
		font-family: 'Nunito', sans-serif;
	}

	#mobile-menu {
		border-top: 1px solid #e12c17;
		padding-top: 25px;
		display: block;
	}

	#mobile-menu ul {
		list-style: none;
	}

	#mobile-menu ul li {
		display: block;
		padding: 10px 10px 10px 0px;
	}

	#mobile-menu ul li a {
		color: #7e7f80;
		text-decoration: none;
	}

	#mobile-menu ul li a:hover {
		color: #e12c17;
		text-decoration: none;
	}

	.table-left {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.table-right {
		float: right;
		padding-right: 0px;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	#menu {
		text-align: right;
		display: none;
	}

	.fifty-spacer {
		margin-top: 50px !important;
		margin-bottom: 10px !important;
	}

	#mob-menu-but {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		display: block;
		font-family: 'Nunito', sans-serif;
	}

	#mobile-menu {
		border-top: 1px solid #e12c17;
		padding-top: 25px;
		display: block;
	}

	#mobile-menu ul {
		list-style: none;
	}

	#mobile-menu ul li {
		display: block;
		padding: 10px 10px 10px 0px;
	}

	#mobile-menu ul li a {
		color: #7e7f80;
		text-decoration: none;
	}

	#mobile-menu ul li a:hover {
		color: #e12c17;
		text-decoration: none;
	}

	.table-left {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.table-right {
		float: right;
		padding-right: 0px;
	}

	span.con-span {
		width: 100%;
		height: auto;
		float: left;
		margin-bottom: 20px;
	}

	.orange-button {
		display: block;
		margin-top: 0;
		margin-bottom: 10px;
	}

}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/