@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
h4 {
	font-size: 25px;
	color: #594f3e;
	font-family: "Times New Roman", serif;
}
img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	width: auto\9;
}
body {
	background: url(../images/bg2.jpg) repeat;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: "Times New Roman", serif;
}
.clear {
	clear: both;
}
a:active, a:hover {
	outline: 0;
}
.main-container {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
.bg-image img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -100;
	bottom: 0px !important;
	top: 0px !important;
}
.wrapper {
	width: 95%;
	height: 500px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.quick-contact {
	width: 10%;
	height: auto;
	float: left;
	text-align: center;
	margin-left: 2%;
	margin-top: 2%;
}
.quick-contact p {
	margin-top: 0px;
	color: #fff;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.header-container {
	width: 75%;
	height: auto;
	margin: 0 auto;
}
.header {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
}
.header-top {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 10px;
}
.header-bottom {
	width: 100%;
	float: left;
	height: auto;
}
.logo {
	width: 18%;
	float: left;
	height: auto;
}
.icon {
	width: 62%;
	height: auto;
	float: right;
	margin-top: 1.5%;
	text-align: right;
}
.icon ul {
	list-style: none;
}
.icon ul li {
	display: inline;
	padding-left: 20px;
	text-align: right;
}
/*************************************Nav ***************************************/
/*.nav {
	width: 100%;
	height: auto;
	padding: 2% 0;
	float: left;
	background: #594f3e;
}
.nav ul {
	list-style: none;
}
.nav ul li {
	display: inline;
	clear: both;
}
.nav ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 1.6% 1.4% 1.6%;
	margin-left: 1.7%;
}
.nav ul li a:hover, .nav .active {
	border-bottom: 5px solid #fbe400;
}	
*/

/*************************************Nav*********************************************/
.full-width {
	width: 100%;
	height: auto;
	float: left;
}
.slider {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 5px solid#fff;
	overflow: hidden;
	border-top: 5px solid#fff;
	box-shadow: 0px 3px 4px #6e6e6e;
	-moz-box-shadow: 0px 3px 4px #6e6e6e;
	-webkit-box-shadow: 0px 3px 4px #6e6e6e;
}
.content-text {
	position: relative;
	width: 100%;
	height: auto;
	padding: 3% 0;
	float: left;
	margin-top: 6%;
	background: rgba(255,255,255,0.6);
	box-shadow: 0px 3px 4px #6e6e6e;
	-moz-box-shadow: 0px 3px 4px #6e6e6e;
	-webkit-box-shadow: 0px 3px 4px #6e6e6e;
	margin-bottom: 6%;
}
.img-left {
	float: left;
	width: 18%;
	margin-right: 1.5%;
}
.img-right {
	float: right;
	width: 18%;
}
.img-right img {
	float: right;
}
.text {
	width: 62%;
	height: auto;
	float: left;
	text-align: center;
}
.text h4 {
	font-size: 25px;
	color: #000;
	font-family: "Times New Roman", Cambria, Hoefler Text, Liberation Serif, Times, serif;
}
.text p {
	font-size: 16px;
	color: #000;
	font-family: "Times New Roman", Cambria, Hoefler Text, Liberation Serif, Times, serif;
	line-height: 25px;
}
.text a {
	color: #dc1d3e;
	text-decoration: none;
	font-weight: 600;
}
.lightbox-container {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
.lightbox-container h4 {
	text-align: center;
	font-size: 25px;
	color: #000;
	font-family: "Times New Roman", Cambria, Hoefler Text, Liberation Serif, Times, serif;
	padding-bottom: 3%;
}
/********************************************* footer *********************************************/
.footer {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 6%;
}
.footer-nav {
	width: 100%;
	height: auto;
	margin: 30px auto;
}
.footer-nav ul {
	width: auto;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	padding-bottom: 10px
}
.footer-nav ul li {
	display: inline;
	color: #302a1d;
}
.footer-nav ul li a {
	color: #302a1d;
	text-decoration: none;
	margin: 0px 8px;
	font-family: "Times New Roman", verdana, serif;
	font-size: 14px;
	font-weight: 600;
}
.footer-nav ul li a:hover {
	color: #fff;
}
.footer-nav p {
	color: #302a1d;
	font-family: "Times New Roman", verdana, serif;
	font-size: 14px;
	font-weight: 600;
	text-align: center
}
/********************************************* footer *********************************************/
.image-container {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 5%;
	box-shadow: 0px 3px 5px #000;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
}
.image-container img {
	width: 100%;
}
.content-text2 {
	padding: 4% 6%;
	width: 70%;
	height: auto;
	margin: 0 auto;
	background: rgba(255,255,255,0.7);
	color: #000;
	display: table;
}
.content-text2 h4 {
	padding-bottom: 2%;
	border-bottom: 1px solid #000;
}
.content-text2 p {
	padding-top: 2%;
	text-align: justify;
	line-height: 28px;
}
/****************************************** Gallery *********************************/
.gallery-container {
	width: 100%;
	height: auto;
	float: left;
}
.gallery {
	width: 100%;
	display: block;
	height: auto;
	float: left;
	background: rgba(255,255,255,0.7);
	padding: 2%;
}
.gallery h4 {
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.gallery ul {
	display:inline-block;
	list-style: none;
	height:auto;
}
.gallery ul li {
	display: inline;
	width: 19%;
	height: auto;
	float: left;
	margin-left: 1%;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 5px;
}
.gallery ul li img {
	border: 3px solid #FFF;
	box-shadow: 0px 0px 5px #000;
	width: 100%;
}


.gallery ul li:last-of-type img {
	float: right;
}
/****************************************** Gallery *********************************/




/****************************************** events *********************************/
.event-container {
	width: 100%;
	height: auto;
	float: left;
}
.events {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 2%;
}
.events h4 {
	border-bottom: 0px !important;
	font-size: 20px;
}
.events a {
	color: #594f3e;
	text-decoration: none;
}
.left-nav {
	width: 20%;
	height: auto;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.left-nav span {
	background: #594f3e;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	color: #fff;
	float: left;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 15px;
}
.left-nav ul {
	display: block;
	list-style: none;
}
.left-nav li {
	display: block;
	padding: 11px 0px;
	line-height: 16px;
}
.left-nav li a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
.events-image {
	width: 79%;
	float: right;
	height: auto;
	display: block;
}
.events-image span {
	background: #594f3e;
	width: 96.3%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	color: #fff;
	float: right;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 15px;
}
.events-image ul {
	display: block;
	width: 100%;
}
.events-image li {
	float: left;
	list-style: none;
	width: 29%;
	height: auto;
	min-height: 210px;
	margin-bottom: 0%;
	margin-left: 4%;
}
.events-image li img {
	border: 1px solid #7c7c7c;
	box-shadow: 0px 0px 3px #a1a1a1;
	width: 100%;
}
.events-image li p {
	text-align: center !important;
	font-size: 14px;
	color: #000;
	padding-top: 6% !important;
	line-height: 16px;
}


.event-details {
	width: 100%;
	display: block;
	height: auto;
	float: left;
	
}
.event-details h4 {
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.event-details ul {
	display: block;
	list-style: none;
}
.event-details ul li {
	display: inline;
	width: 24%;
	height: auto;
	float: left;
	margin-left: 1%;
	overflow: hidden;
	margin-bottom: 1%;
	padding: 5px;
}
.event-details ul li img {
	border: 3px solid #FFF;
	box-shadow: 0px 0px 3px #a1a1a1;
	width: 100%;
}


.event-details ul li:last-of-type img {
	float: right;
}
/****************************************** events *********************************/

.room-carousel-container{
	
	padding: 4% 6%;
	width: 70%;
	height: auto;
	margin: 0 auto;
	background: rgba(255,255,255,0.7);
	color: #000;
}
/****************************************** Contact form ****************************/
.contact-container {
	padding: 2% 1%;
	width: 70%;
	height: auto;
	margin: 0 auto;
	background: rgba(255,255,255,0.7);
	display: table;
	color: #594f3e;
}
.contact-img {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}
.contact-details {
	width: 50%;
	height: auto;
	float: left;
	padding: 4%;
	color: #594f3e !important;
	font-size: 14px;
}
.details-table {
	margin-top: 0%;
}
.details-table td {
	padding-top: 10px;
	line-height: 20px;
	font-size: 18px;
	font-weight: 600;
}
.contact-form {
	width: 49%;
	height: auto;
	float: right;
	padding: 4%;
}
.contact-container h3 {
	color: #594f3e;
	display: block;
	font-size: 28px;
}
.contact-container h4 {
	margin: 5px 0 15px;
	display: block;
	font-size: 13px;
}
#contact-form label span {
	text-shadow: 0 1px 0px #ffc600;
	cursor: pointer;
	color: #4c4c4c;
	display: block;
	margin: 5px 0;
	font-weight: 600;
}
.map {
	width: 100%;
	height: auto;
	padding: 4%;
	float: left;
}
.map iframe {
	width: 100%;
	height: 350px;
	float: left;
	border: 1px solid #000;
}
#contact-form input[type="text"], #contact-form input[type="email"], #contact-form input[type="tel"], #contact-form input[type="url"], #contact-form textarea {
	width: 100%;
	box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0 0 5px;
	padding: 6px;
	border-radius: 5px;
}
#contact-form input[type="text"]:hover, #contact-form input[type="email"]:hover, #contact-form input[type="tel"]: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 #ffc600;
}
#contact-form input:focus, #contact-form textarea:focus {
	box-shadow: 0px 0px 5px #ffc600;
	-moz-box-shadow: 0px 0px 5px #ffc600;
	-webkit-box-shadow: 0px 0px 5px #ffc600;
	-ms-box-shadow: 0px 0px 5px #ffc600;
	-o-box-shadow: 0px 0px 5px #ffc600;
	order: 1px solid #ffc600;
}
#contact-form textarea {
	height: 100px;
	max-width: 100%;
}
#contact-form button[type="submit"] {
	cursor: pointer;
	width: 100%;
	border: none;
	background: #594f3e;
	background-image: linear-gradient(bottom, #dcb52c 0%, #f6bf01 52%);
	background-image: -moz-linear-gradient(bottom, #dcb52c 0%, #f6bf01 52%);
	background-image: -webkit-linear-gradient(bottom, #dcb52c 0%, #f6bf01 52%);
	color: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	border-radius: 5px;
}
#contact-form button[type="submit"]:hover {
	background-image: linear-gradient(bottom, #f6bf01 0%, #dcb52c 52%);
	background-image: -moz-linear-gradient(bottom, #f6bf01 0%, #dcb52c 52%);
	background-image: -webkit-linear-gradient(bottom, #f6bf01 0%, #dcb52c 52%);
	-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 rgba(0,0,0,0.5);
}

::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
/******************************************** Contact Form ************************************/