body{
background:#564738 url('../images/bg.jpg') no-repeat center top;
font-size: 12px;
line-height:18px;
font-family:Arial;
}

/* LINKS AND BUTTONS
----------------------------------------------------------------- */
a{ color:#766d42; }

a.bt{ 
background: url("../images/bt_bg_gradient.gif") repeat-x scroll center center transparent;
color: #FFFFFF;
cursor: pointer;
font-size: 12px;
font-weight: normal;
margin-top: 5px;
padding: 8px;
text-decoration: none;
width: auto;

-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3); }

/* WRAPPER
----------------------------------------------------------------- */
#page{
width:960px;
margin:0 auto;
background-color:#ffffff;
position:relative;
display:table;
}

/* HEADER
----------------------------------------------------------------- */
#header{
display:table;
height:139px;
width:960px;
position:relative;
top:0;
left:0;
}

.logo{
    width: 347px;
	height:76px;
	background:#fff url(../images/logo_loughallen.jpg) center center no-repeat;
	position:absolute;
	top:25px;
	left:50%;
	margin-left:-164px;
}
/* IE 7 HACKS */
*+html html body .logo{
}

/* BANNER HOME
------------------------------------------------------------------ */
#banner{
height:530px;
z-index:1000;
position: absolute;
top: 139px;
overflow:hidden;
}

#banner-home{
z-index:5;
}
#banner-inner{
position:absolute;
z-index:5;
overflow:hidden;
}

body.inner #banner{
height:330px !important;
overflow:hidden;
}

#feat{
background: url("../images/bg_feat.png") repeat-y scroll 0 0 transparent;
height: 114px;
padding: 35px 0;
position: absolute;
right: 0;
text-align: center;
top: 40px;
vertical-align: middle;
width: 460px;
z-index:0;
}
#feat ul{

}

#feat>ul>li>a{
display: inline-block; margin-top: 8px !important; width: 100px;
}
#feat ul li h2 a{
color:#ffffff;
font-size:30px;
}
#feat ul li h3{
color:#ffffff;
font-size:18px;
}


/* SLOGAN
------------------------------------------------------------------- */
#banner img.slogan{
position:absolute;
right:0px;
bottom:30px;
}


/* BOOKING BOX
----------------------------------------------------------------- */
 .booking-home{
        width: 100%;
        position: absolute;
        margin: 0;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
    }

    .btn-book-now{
        display: none;
        text-align: center;
        margin: 0 auto;
        font-size: 22px !important;
        width: 50% !important;
    }

    @media (max-width: 992px) {
        .btn-book-now{
            display: block;
        }
        .searchbox-inline{
            display: none;
        }
    }



/* MENU
----------------------------------------------------------------- */
#nav-bar{ background:url('../images/alpha90_white.png'); border-top: 1px solid #EFEFEF; display: table; height: 40px; text-align: center; width: 960px; } 

ul#menu-nav{ margin:0 auto; display:table; }  /* Fixed margin has to be set up manually for ie7.css and ie8.css */
ul#menu-nav li{ float:left; position:relative; z-index:999;}
ul#menu-nav li a{ color: #222222; display: block; float: left; font-size: 15px; font-weight: 400; padding:14px 12px 10px; text-decoration: none; text-transform: uppercase; } 
ul#menu-nav li a:hover{ color:#766d42; }  
/* Sub-menu */
ul#menu-nav li ul{ position: absolute; top: 39px; visibility:hidden; z-index:1; width:130px; left:0px; background:url("../images/alpha90_white.png") !important; padding-right:5px;}
ul#menu-nav li ul li{ float:none; }
ul#menu-nav li ul li a{  width:100%; font-size:12px; text-align: left;}


/* SITEMAP
----------------------------------------------------------------- */
ul.sitemap a{
text-decoration:none;
}
ul.sitemap li ul{
margin-left:25px;
}
ul.sitemap li ul li{
list-style:circle;
background:none !important;
padding: 0 !important;

}
ul.sitemap li ul li a{
color:#333333;
padding-left:0px !important;
}

/* HOMEPAGE HIGHLIGHTS
----------------------------------------------------------------- */
#highlights{ display:table; color:#777777; background:url('../images/bg_highlights.jpg') left top repeat-y; position:relative; padding-bottom:28px;} 
#highlights h1{ font-family:Arial; margin-bottom: 20px; font-size:18px; } 
#highlights #hl-left h1{ color:#222222; } 
#highlights #hl-right img{ float:left; border:3px solid #ffffff; margin-right:15px; margin-bottom:10px; } 
#highlights #hl-right h1{ color:#766d42; } 
#highlights #hl-left, #highlights #hl-right{ float: left; padding: 20px; width: 440px; display:block; padding-bottom:20px; } 
#highlights #hl-right{  } 
#highlights #hl-right img.picture{ border:7px solid #ffffff; float:left; margin-right:15px; }

/* HOME PAGE CAROUSEL
----------------------------------------------------------------- */

#zoom-gallery, ul.zoom  {
	overflow: hidden;
	width: 933px;
	height:115px;
	margin-left:12px;
}

#zoom-gallery ul.zoom li {
	width:185px;
	height:105px;
	margin:0px;
	overflow:hidden;
	position:relative;
	padding-right:2px;
	display:inline;
}
#zoom-gallery ul.zoom  li .desc {
	width:175px;
	height:24px;
	bottom:0px;
	position:absolute;
	background:url(../images/alpha85_black.png);
	padding:5px;
	font-size:11px;
	color:#cccccc;
	text-decoration:none;
}
#zoom-gallery ul.zoom  li .desc .title {
	font-size:18px;
	color:#DFDBC3;
	height:22px;
	padding-top:3px;
	max-width: 150px;
	overflow:hidden;
	text-decoration:none !important;
/*	text-indent:-9999px; */
}
#zoom-gallery ul.zoom  li .desc .title a{
text-decoration:none !important;
}


#zoom-gallery .more {
  background: url("../images/read-more.gif") no-repeat scroll left top transparent;
  display: block;
  height: 17px;
  margin-top: 2px;
  position: relative;
  right: 2px;
  width: 56px;
}

#zoom-gallery ul.zoom  li:hover .more {
	background-position:left bottom;
}

.jCarouselLite {
	width: 640px !important;
}

div#zoom-gallery ul.zoom li div.desc a{
text-decoration:none;
}

.jCarouselLite ul li {
  float: left;
  height: 80px;
  overflow: hidden;
  width: 128px;
}
#border {
	border-top:1px solid #d5c289;
	height:5px;
	width:100%;
	z-index:0;
}

span.phototitle {
	background:#2B6748;
	padding:5px 10px;
	font-size:10px;
	text-transform:uppercase;
	z-index:1;
	position:relative;
	top:-14px;
}

carousel, .carousel {
background: url("../images/carousel.png") no-repeat scroll 0 0 transparent;
top:16px;
float: left;
list-style: none outside none;
position: relative;
z-index: 10000;
width:960px;
padding-top:11px;
}

/* SIDEBAR
----------------------------------------------------------------- */
#sidebar-l{ float:left; width:210px; padding:30px; margin-left:15px; } 
#sidebar-l h1{ font-size: 18px; color: #766d42; margin-bottom:20px }
ul#sub-nav{ margin-bottom: 25px; margin-top: -10px; padding-bottom: 30px; border-bottom:1px solid #cccccc; }
ul#sub-nav li{  }
ul#sub-nav li a{  background: url("../images/bullet_arrow.png") no-repeat scroll right center transparent; color: #666666; display: block; font-size: 14px; padding: 18px 0 15px; text-decoration: none; width:100%; } 
ul#sub-nav li a:hover { color:#766d42; }
ul#specialoffers li{ margin-bottom:10px; display:table; width:100%; }
ul#specialoffers img { border: 1px solid #ccc; float: left; height: 55px; margin-right: 5px; width: 73px; } 
ul#specialoffers p { position: relative; top: -3px; }
ul#specialoffers p a { color:#6c5f56; text-decoration:none;}
ul#specialoffers a {  background: url("../images/bullet_arrow.png") #FFFFFF 195px 29px no-repeat; color: #000000; display: block; font-size: 14px; height: 57px; line-height: 15px; padding: 5px 15px 5px 5px; text-decoration: none; width: 192px; border:1px solid #dcdcdc; border-right:1px solid #ccc; -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1); }
ul#specialoffers a:hover { border-color:#bbb; -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2); }


ul#specialoffers span { color:#766d42; }

/* CONTENT & CONTENT INNER
----------------------------------------------------------------- */
body.inner #content { background:url('../images/bg_contentinner.gif') repeat-y left; display:table; height:auto;}

#content-inner{ float:left; padding:40px 45px 45px; color:#333333; width: 585px; line-height: 22px; position:relative; }
#content-inner p {margin:10px 0px;}
#content-inner h1{ font-size:32px; color:#766d42; margin-left: -4px; margin-bottom: 15px; }
#content-inner h2{ font-size:20px; color:#3d3d3d; margin: 30px 0 10px; }
#content-inner h3{ font-size:14px; color:#3d3d3d; margin: 30px 0 10px; }
#content-inner h4, h5, h6{ font-size:18px; color:#3d3d3d; margin-bottom: 5px; font-weight:normal; }
#content-inner ul {  }
#content-inner ul li { padding-left:13px; padding-top: 2px; background:url('../images/ico_bullet.gif') 0px 8px no-repeat;  }

/* FORM ITEMS
----------------------------------------------------------------- */
form.frm-bldr input, form.frm-bldr textarea, form.frm-bldr select { background:#F6F6F6; border:1px solid #CCCCCC; font-size:12px; color:#666666; padding:5px; width:350px; font-family:Arial; }
form.frm-bldr ul li div.label-wrapper { padding-top:5px; }
form.frm-bldr input:focus, form.frm-bldr textarea:focus { border:1px solid #316B4D; }
form.frm-bldr ul li { padding:0px !important; background:none !important; }
form.frm-bldr ul li.btn-submit input{ background:url('../images/bt_bg_gradient.gif') repeat-x; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color:#ffffff; margin-top:5px; width:auto; padding:11px 30px; cursor:pointer; font-weight:bold;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
form.frm-bldr ul li.btn-submit input:hover { -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5); }

/* GALLERIES
----------------------------------------------------------------- */
ul.maingallery {  }
ul.maingallery li{ background:none !important; float:left; padding:0px !important; margin: 0 32px 22px 0; }
ul.maingallery li img{ padding:3px; background-color:#ccc; }
ul.maingallery li div a{ color:#666666; text-decoration:none; font-size:14px; padding:10px 0;}
ul.maingallery li div a{ }

ul.maingallery2 {  }
ul.maingallery2 li{ background:none !important; float:left; padding:0px !important; margin: 0 20px 13px 0; }
ul.maingallery2 li img{ padding:3px; background-color:#ccc; }

/* FOOTER
----------------------------------------------------------------- */
#footer{
background-color:#49432c;
font-size:11px;
color:#efefef;
font-family:Arial;
height:40px;
width: 960px;
clear: both;
margin:0 auto;
display:table;
padding: 5px 0;
}
#footer a{
color:#efefef;
}
#footer ul#left{
    float: left;
	margin-top: 5px;
	margin-bottom: 7px;
    margin-left: 17px;
}

#footer ul#social{
float: right;
margin-right: 19px;
margin-top: 10px;
}
#footer ul#social li{
float: left;
margin-left: 6px;
}

#footer ul#left li{
float:left;
margin-right: 20px;
}

#footer #right{
   float: right;
    margin-right: 10px;
    margin-top: 9px;
}