body { margin:0px; padding:0px; background-image:url(../images/background.jpg); margin-top:20px; }
.bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	position: fixed;
	margin: auto 0;
	z-index: -1;
}

.breadcrumbs
{
     width:780px;
     margin-top:6px;
     padding: 5px;
     color: #737373;
     font-size: 11px;
     font-weight: bold;
}
.breadcrumbs a
{
     text-decoration: none;
     color: #00305f;
     font-style: italic;
}
.breadcrumbs a:hover
{
     text-decoration: none;
     color: #00305f;
     font-style: italic;
}

a:link {
	color: #4e3525;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4e3525;
}
a:hover {
	text-decoration: none;
	color: #a9794a;
}
a:active {
	text-decoration: none;
	color: #4e3525;
}

.footer { width:100%; padding-top:10px; }

.footer p { font: 14px 'Roboto', sans-serif; text-align:center; padding-top:0px; margin-top:0px; color:#444444; }

.formblocks { width:335px; float:left; }

input[type=text] {
width:250px;
display:block;
border: 1px solid #999;
background-color:#FFF;
margin-bottom:15px;
padding:5px;
box-shadow:inset 1px 1px 1px #a6a6a6;
-moz-box-shadow:inset 1px 1px 1px #a6a6a6;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-family: 'Roboto Slab', sans-serif; font-size:14px;
}

textarea    {
width:250px;
display:block;
border: 1px solid #999;
background-color:#FFF;
margin-bottom:15px;
padding:5px;
box-shadow:inset 1px 1px 1px #a6a6a6;
-moz-box-shadow:inset 1px 1px 1px #a6a6a6;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-family: 'Roboto Slab', sans-serif; font-size:14px;
}


.border {  background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 5px; }
	
.bordermobiletour {  background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 5px; }	
	
.bordermobile {  background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 5px; }
	
.borderside {  background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 5px; }

hr { border-bottom: 1px dashed #999; border-top:0px;  }

h1 { border-bottom: 1px dashed #999; font: 20px 'Roboto', sans-serif; padding: 0px 0px 10px 0px;   }
h2 { font: 18px 'Roboto', sans-serif; padding:0px; margin:0px;   }
h3 { border-bottom: 1px dashed #999; font: 15px 'Roboto', sans-serif; }

p { font: 14px 'Roboto', sans-serif; text-align:justify; padding-top:0px; margin-top:0px; color:#444444; }

.stretch {
	width:100%;
	height:100%;
}

.content { width:960px; background-color:#FFF; margin:0 auto; 
    -moz-box-shadow: 0px -1px 5px #5c5c5c;
    -webkit-box-shadow: 0px -1px 5px #5c5c5c;
    box-shadow: 0px -1px 5px #5c5c5c;
	padding-top:20px;
	 word-wrap: break-word;
 }
 #contentarea { margin-left:20px; margin-right:20px; width:920px; background-image:url(../images/contentbg.jpg);}
 #contentarealeft { width:690px; float:left; padding:10px; background-image:url(../images/contentleft.jpg); }
 #contentarearight {  width:190px; float:right; padding:10px;  background-image:url(../images/contentbg.jpg);}
 #contentbreak { width:2px; height:100%; background-image:url(../images/break.jpg); float:left; }
 #clearboth { clear:both; }
 
.fadein { position:relative; width:920px; height:524px; margin:0 auto; }
.fadein img { position:absolute; left:0; top:0; }

#menu {
    background: #FFFFFF;
    clear: both;
    float: left;
	padding:0px; margin:0px;
    width: 960px;
}
#menu ul {
    background-color: #4E3525;
    border-bottom: 6px solid #FFFFFF;
    color: #FFFFFF;
    display: inline;
    float: left;
    font: 16px 'Roboto', sans-serif;
    padding: 0;
	margin: 0 20px;
    width: 920px;
}
#menu li {
    float: left;
    list-style: none outside none;
}
#menu li a {
    color: #FFFFFF;
    display: block;
    padding: 5px 25px;
	text-decoration:none;
}
#menu li a:hover {
    background: none repeat scroll 0 0 #C8935D;
    color: #FFFFFF;
}
#menu li a#current {
    background: none repeat scroll 0 0 #993333;
    color: #FFFFFF;
}

/* Gallry */
.gallery ul {
	list-style: none;
	display: inline;
	margin-left: 0px;
	padding: 0px;
}
.gallery li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
.gallery img {
	padding: 5px;
}
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Arial;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

#nav { display:none; }
/*WEATHER*/
#weather {text-align: center; height: 30px;width: 190px; font-family: "Roboto",sans-serif; font-size: 12px; }
.weatherItem { background-size: 70px auto !important; float: left; height:30px }
.weatherCity { float: left; margin: 7px 0 0 50px }
.weatherTemp { float: left; margin: 7px 0 0 5px; }
.weatherDesc,
.weatherRange,
.weatherWind,
.weatherLink { display: none; }

/*CAPTCHA STYLES*/
/*//////////////*/
#Container { width: 100% } 
.hidden { visibility:hidden; }

.captcha
{
  width: 240px;
  margin: 0 auto;
  margin-left: 0;
}


.refresh
{
  position:relative;
  float: right;
  margin-top: -39px;
  margin-right: 100px;
}


#SpamCheck { padding: 10px 5px; width: 100px;  font-size:1em; color: #555; }

#url
{
  visibility: hidden;
  height: 1px;
  width: 1px;
  position:absolute;
}
/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

@media only screen and (max-width : 800px) {
	
.bordermobiletour {  background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
	float:left!important;
	width:100px;
	height:auto;
	margin-right:5px;
	margin-bottom:1px;
	margin-top:33px;
    padding: 5px; }
	
#plugin_container { display:none!important; }
	
body { margin:0px!important; }

h1 { font-size:17px; margin-left:10px!important; padding-top:8px!important; }

h3 { font-size:14px; margin-left:10px!important; }
	
.content { padding-top:0px!important; }	
	
.bg { display:none!important; }

.border { display:none!important; }

#contentarea { margin:0px!important; }

#contentarealeft { margin:0px!important; padding:0px!important; }
#contentarearight { margin:0px!important; padding:0px!important; }

#menu { display:none!important; }

.borderside { display:none!important;}
	
.heading-accommodation { width:200px!important; }	

.accomimage { display:none!important; }

	#current-contact h1 {
line-height: 30px!important;}

.border { width:auto; height:125px; margin-left:10px; }

#stLframe { height:0px!important }
.stLframe { height:0px!important }
#ratesblock { display:none; }

form { margin-left:10px!important; }

.mobiledn { display:none!important; }

a.enquire-now {
	margin-left:10px!important;
}

#contentrightform {
	display:none!important;
}

.footer { display:none; }

p { padding-left:10px!important; padding-right:10px!important; }

textarea    {
	width:100%;
	float:left;
}

input[type=submit] {
width:100%;float:left; }
	
	input[type=submit]:hover {
		width:100%;float:left; }

#current-contact {
	width:100%;
	left:0px;
}

#TA_certificateOfExcellence981 { width:148px!important; }

#TA_excellent261 { width:150px!important; }

#TA_linkingWidgetWAR17 { width:155px!important; }

#TA_rated739 { width:150px!important; }

.tripadvisor { margin:0 auto; }

.quickboxleft { width:100%;  }
.quickboxright { width:100%; float:left;  }

.gridright { float:left; }

#header { display:none; }

#full-width-slider { display:none; }

img.mobile { width:100%; height:auto; }
img.book { width:160px; height:auto; }

.displaynone { display:none; }


.fadein { position:relative; width:100%; height:auto; padding-bottom:45%; box-shadow:none!important; }
.fadein img { position:absolute; left:0; top:0; width:100%; height:auto; padding-bottom:45%;}

.menu { width:1040px; float:left; margin-top:0px; margin-bottom:5px}
.menu ul { list-style:none; padding-top:117px; display:none;}
.menu ul li { float:left; margin-right:20px;}
.menu ul li:first-child { margin-left:20px;} 
.menu ul li:last-child { margin-right:0px;} 
.menu ul li a { float:left; color:#FFF; font-family: 'Quicksand', sans-serif;  font-size:12px; text-decoration:none;}

#nav {
	
display: inline-block;
float:left;
width: 100%;
}

#nav ul {
	list-style: none;
	padding: 0;
margin: 0;

}


#nav li {
padding: 0;
margin: 0;
padding-bottom: 0px;
padding-top: 0px;
width: 100%;
border-bottom: 1px dashed #FFF;
background-repeat: no-repeat;
background-position:right;
}

#nav li a {
color: #FFF;
text-decoration:none;
padding: 10px;
width: auto;
display: block;
font-family: 'Quicksand', sans-serif;
font-size:14px;
}			


div {
width: 100%!important;	
height: auto!important;	
position: relative!important;
float: none!important;
}




.left-col-heading h3 {
	margin-left: 0!important;	
}

.left-col-heading {
	width: auto!important;
}

.left-column {
width: auto!important;	
margin-right: 10px!important;
}

.header img {
width: 100%!important;
height: auto!important;	
}

.footer img {
width: 100%!important;
height: auto!important;	
}

#menu ul {
width: 100%!important;
float: none!important;	
position: relative!important;
}

#menu li {
width: 100%!important;
border: 0!important;

}


#search input[type="text"] {
width: 60%!important;
margin-left: 15px!important;	
}

.content ul {
margin-right: 15px!important;	
}

.article-main-image {
width: 100%!important;	


}

.article-main-image img {
width: 91%!important;	
min-width: 120px!important;
}

.article-main {
	margin: 0!important;
	width: auto!important;
}

iframe {
width: 90%!important;	
}

input {
width: 68%!important;	
}

textarea {
width: 68%!important;	
}

.button_search {
width: 10%!important;	
}

.map {
width: auto!important;	
}



.right-new-col {
margin: 0!important;	
}

.galimg { height:auto!important; width:100px!important; }

}

/** END MOBILE CSS **/
#url { display:none