/* GLOBAL STYLES
-------------------------------------------------- */


/* 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;
  outline: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
@media screen{
@font-face{
	font-family: 'Open Sans', sans-serif;
}
}
@media screen{
@font-face{
	font-family: 'Cardo', serif;
}
}
/* Padding below the footer and lighter body text */
body {
	color: #494949;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background-color: #ffffff;
	text-align: left;
}
/*body#TopHeight {
	padding: 113px 0 0 0;
}*/
.textpage {
	text-align: center;
}
.textpage h1,
.textpage h2,
.textpage h3{
	text-align: center;
}
p {
  margin: 0 0 10px;
}
h1, h2, h3, h4, h5, h6 {
	color: #583a0d;
	font-family: 'Cardo', serif;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}
h1 {
	font-size: 28px;
	margin: 0px 0 30px 0;
	padding: 0 0 0px;
	line-height: 40px;
	
}
h2 {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 10px;
}
h3 {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 10px;
}

a {
	color: #9e0a00;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #9e0a00;
	text-decoration: underline;
}

.top{
	height: 120px;
}
/*figure.logo img {
	margin: 0px auto;
	padding: 20px 0;
}*/
.logo img{
	padding: 10px 0 0px 0;
	position: absolute;
	z-index: 10;
	left: 0px;
	right: 0px;
	/*margin: 0px auto;*/
	margin-left:0px;
	width: 160px;
}
.logo img.logoTxt{
    left: 150px;
    padding-top: 70px;
	width:auto;
}
.title{
	position:absolute;
	z-index: 10;
	bottom: 20%;
	left: 19%;
    color: #9e0a00;
	font-size: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.3);
}
.title span{
	font-size: 40px;
}

/*Button
=============================*/
.ButtonTop {
	margin-top: 42px;
}
.Button {
	text-align: center;
}
.Button a.btn-primary {
	padding: 5px 20px;
	font-size: 20px;
	border: 0px;
	border-radius: 0px;
	background-color: #583a0d;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family:'Cardo', serif;
	font-weight: 300;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	transition: all 0.3s ease 0s;
}
.Button a.btn-primary:hover, .Button a.btn-primary:focus, .Button a.btn-primary:active, .Button a.btn-primary.active {
	background-color: #636363;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 0px;
}

/* ==========================================================================
Navigation
========================================================================== */
nav { 
background-color: #583a0d;
margin-top: -1px;
}
nav ul {
	list-style: none;
	padding: 0;
	text-align: center;
}
nav ul li {
	color: rgba(255, 255, 255, 0.6); 
	display: block; 
	border-bottom: 1px dotted #ffffff; 
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	padding-left: 0; 
	position: relative; 
	}
nav ul li:last-child { 
border: none; 
}
nav ul li a {
	color: #ffffff; 
	display: block; 
	padding: 20px; 
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	padding-left: 0; 
	position: relative; 
	}
nav ul li a:hover, nav ul li a:focus { 
	text-decoration: none; 
	color: #ffffff; 
}
#nav-toggle { 
	position: absolute; 
	right: 15px; 
	top: 0; 
}
#nav-toggle { 
	cursor: pointer; 
	padding: 0px 35px 16px 0px; 
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { 
	cursor: pointer; 
	border-radius: 1px; 
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px; 
	-o-border-radius: 1px; 
	height: 5px; 
	width: 35px; 
	background: #583a0d; 
	position: absolute; 
	display: block; 
	content: ''; 
}
#nav-toggle span:before { 
	top: -10px;
 }
#nav-toggle span:after { 
	bottom: -10px;
 }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	 transition: all 500ms ease-in-out; 
	 -webkit-transition: all 500ms ease-in-out;
	 -moz-transition: all 500ms ease-in-out; 
	 -o-transition: all 500ms ease-in-out;
	  }
#nav-toggle.active span { 
	background-color: transparent; 
}
#nav-toggle.active span:before, #nav-toggle.active span:after { 
	top: 0;
 }
#nav-toggle.active span:before {
	transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	-ms-transform: rotate(45deg); 
	}
#nav-toggle.active span:after { 
	transform: translateY(-10px) rotate(-45deg);
	-webkit-transform: translateY(-10px) rotate(-45deg); 
	-ms-transform: translateY(-10px) rotate(-45deg); 
	top: 10px;
 }
.navicon { 
	position: relative; 
	height: 26px; 
	margin-top: 58px;
    margin-bottom: 20px;
	margin-right: 25px;
	width: 80px;
}
.indicator { 
	position: absolute; 
	right: 0 !important;
 }
.pull { 
	display: none;
 }



.MainText {
	padding-top: 50px;
	padding-bottom: 70px;
}
/*FullPic
=============================== */
.FullPic {
  color: #ffffff;
  padding: 130px 0px;
  margin: 0px 0 100px 0;
  font-size: 18px;
  background: url(../images/fullpic.jpg) no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.FullPic h2{
	color: #ffffff;
}
.FullPic .row{
	margin-right: 0px;
	margin-left: 0px;
}
.accom{
	padding: 130px 60px;
	background: rgba(67, 48, 19, 0.8);
}


ul.ListText {
	text-align:left;
	font-size: 16px;
	margin: 0px;
	padding: 0px 0 30px 0;
}
ul.ListText h3 {
	text-align:left;
}
ul.ListText li {
	display: block;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 14px;
	background: url(../images/arrow.png) no-repeat left 7px;
}


/*newsletter
======================= */
.newsletter{
	background-color:#f5f5f5;
	padding: 50px 0 50px 0;
}
input.mailBox {
	color: #555555;
	border: medium;
	font-size: 16px;
	width: 200px;
	margin-top: 14px;
	padding: 9px 15px 8px 15px;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #d4d4d4;
}
.submitBtn.btn-primary {
	font-family: 'Cardo', serif;
	background-color: #583a0d;
	background-image: none;
	border: 0px;
	font-size: 20px;
	font-weight: 300;
	border-radius: 0px;
	padding: 7px 23px;
	vertical-align: bottom;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.submitBtn.btn-primary:hover, .submitBtn.btn-primary:focus {
	color: #fff;
	background-color: #5b5b5b;
	transition: all 0.3s ease 0s;
	border: 0px;
}



/*social
=========================== */
.social {
	/*background-color:#e6d7d7;*/
	padding: 50px 0 50px 0;
}
ul.social {
	margin: 0px;
	padding: 0px;
}
ul.social li {
	display: inline;
	list-style-type: none;
	margin: 0px 10px;
}
ul.social li a {
	transition: all 0.3s ease 0s;
}
ul.social li a:hover {
	opacity: 0.8;
}

.address{
	font-size: 16px;
	padding-bottom: 40px;
	padding-top: 40px;
}



/* ==== MAP
========================== */
.map{
	padding: 50px 0 60px 0;
}
.mapIn {
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 50px;
    height: 0;
    overflow: hidden;
			/*border-top: 5px solid #d7d7d7;
	border-bottom: 5px solid #d7d7d7;*/
}

.mapIn iframe,   
.mapIn object,  
.mapIn embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.toTop {
	text-align: right;
}
a.scrollup, a:hover.scrollup {
	background: url(../images/arrowTop.jpg) no-repeat center 9px;
	bottom: 0px;
	display: none;
	position: fixed;
	right: 30px;
	text-indent: -9999px;
	width: 60px;
	height: 68px;
	text-decoration: none;
	padding: 33px 3px 0;
	z-index: 1000;
}
.Copyright {
	font-size: 14px;
	padding: 0 0 10px 0;
	text-align: center;
	color: #575757;
}




/*gallery
=========================== */
.gallery div{
	margin: 50px 0 100px 0;
}

.gallery ul{
	margin: 80px 0 20px 0;
	padding: 0px;
}
.gallery li{
	display: inline-block;
	list-style-type: none;
	float: left;
	width: 20%;
}



/*The Form
========================= */
#contactform{
	background-color:#e9e4e4;
	padding: 50px 0 50px 0;
}
#contactform h1{
	text-align: center;
}
#theForm p {
	text-align: center;
}
.contactform .row{
	padding-bottom:10px;
}
.field-validation-valid {
	display:none;	
	color:red;
}
.field-validation-error {
	display:block;
	color:red;
	/*margin-top: -20px;
	margin-bottom: 5px;*/
	font-size:12px;	
	text-align:left;
}
.control-label {
	font-weight:normal;
	text-align:left;
	display:block;
	color: #FFFFFF;	
}
#theForm .form-control{
	border-radius: 0px;
	height: 45px;
	border:1px solid #bcbcbc;
}
#theResForm .form-control {
	font-size:15px;
}
.asterisk{
	/*color: #FFFFFF;*/
	font-size:16px;
	padding: 20px 0 20px 15px;
}
.note{
	font-size:13px;	
	color: #FFFFFF;
}
label{
	padding: 20px 0 10px 0;
}
label span {
color: red;
}

label.required:after {
	content:" *";
	color:#FF0000;
}
.signup .field-validation-error{
	text-align:left;		
}
.context{
	font-size:13px;
	line-height: 20px;
}

table.teltable{
	margin-bottom: 40px;
}
table.teltable td{
	text-align: center;
	border-right:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
	border-left:1px solid #E1E1E1;
	border-top:1px solid #E1E1E1;
	padding:10px 0px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
body {
	font-size: 16px;
}

}

@media (min-width: 768px) and (max-width: 991px) {
body {
	font-size: 16px;
}
.title {
    left: 12%;
}
.logo img {
width:140px;
}
.logo img.logoTxt{
    left: 130px;
}
}

@media (max-width: 767px) {
body {
	font-size: 16px;
}
.submitBtn.btn-primary{
	margin-top: 20px;
}
.FullPic{
	margin-bottom: 40px;
}
ul.ListText {
	padding: 0px 0;
}
.newsletter{
	margin-top: 50px;
}
.logo img {
width:120px;
}
.logo img.logoTxt{
    left: 120px;
}
.gallery li {
	width:50%;
}
}

@media (max-width: 480px) {

.logo img {
width:100px;
}
.logo img.logoTxt{
    left: 80px;
}


}

@media (max-width : 320px) {

}
