/*
Theme Name: Nevilles
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

*{
	-webkit-font-smoothing: antialiased;
}
*, *:before, *:after{
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
body
{
	background: #fbf8ee;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.inlineBlock{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
}
.HdContactDetails{
	position: absolute;
	right: -5%;
	top: 0;
	background: url('images/hd_contact_bg.png');
	width: 352px;
	height: 40px;
	padding-top: 5px;
	z-index: 1000;

	font-size: 15px;
	font-weight: 400;
	color: #181645;
	text-align: center;
}
.scroll_to_top
{
	position: fixed;
	display: block;
	right: 20px;
	bottom: 20px;
	width: 51px;
	height: 51px;
	background: url('images/scroll_to_top.png');
	cursor: pointer;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	opacity: .5;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	z-index: 100;
	display: none;
}
.scroll_to_top:hover
{
	opacity: 1.0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: Alpha(opacity=100);
}
.mobile_logo
{
	display: none;
}
.mobile_menu_div
{
	display: none;
	width: 65px;
	margin: auto;
}
.mobile_menu_a
{
	background: #1d1a21;
	text-decoration: none;
	display: inline-block;
	padding: 4px;
	margin: 0 auto 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-transition: background-position .3s ease-in-out;
	-moz-transition: background-position .3s ease-in-out;
	-o-transition: background-position .3s ease-in-out;
	-ms-transition: background-position .3s ease-in-out;
	transition: background-position .3s ease-in-out;
	transition: none!ie;
}
.mobile_menu_a>span
{
	display: block;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #1d1a21;
	background-image: url('images/but_grad_bg.png');
	background-repeat: repeat-x;
	background-position: 0 0;
}
.mobile_menu_a>span>span
{
	background: url('images/resp_navi.png') no-repeat center center;
	display: block;
	width: 55px;
	height: 33px;
}
.mobile_menu_a>span:hover
{
	background-image: none;
}
#mobile_navigation
{
	display: none;
	width: 100%;
	height: 0;
	padding: 5px 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 202;
	zoom: 1;
	list-style-type: none;
	padding-bottom: 20px;
}
#mobile_navigation>li
{
	margin: 0 10px;
	display: block;
	width: auto;
	float: none;
	overflow: hidden;
	position: relative;
	z-index: 203;
	line-height: 24px;
	list-style-type: none;
}
#mobile_navigation>li>a
{
	color: #fff;
	text-align: left;
	display: block;
	height: 30px;
	min-height: 0;
	*min-height: 0;
	float: none;
	padding: 0 10px 0 10px;
	margin: 3px 0;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	z-index: 204;
	text-decoration: none;
	background-color: #1d1a21;
	line-height: 30px;
	font-size: 14px;
}
#access
{
	background:#1d1a21;
	position: relative;
	height: 148px;
	z-index: 1000;
}
#access .container
{
	position: relative;
	width: 1022px;
	margin: auto;
}
#access .mcsorleysLogo{
	width: 259px;
	height: 82px;
}
#access .logo
{
	position: relative;
	width: 210px;
	height: 124px;
	z-index: 100;
}
#access .logo a
{
	display: block;
	width: 210px;
	height: 124px;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
#access .logo a img
{
	display: block;
	margin: auto;
	padding-top: 20px;
	width: 80%;
}
#access .logo a span
{
	display: block;
	font-family: "Montserrat";
	font-weight: 400;
	font-style: italic;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding-top: 0;
}
#access .logo a span:nth-child(3)
{
	padding-top: 0;
}
#access .ipad_kirbys_nav
{
	display: none;
}
#access .menu
{
	position: relative;
	width: 100%;
	padding-top: 30px;
}
#access .brand
{
	width: 190px;
}
#access .brand a
{
	display: block;
	width: 150px;
	height: 49px;
	margin: 20px auto 0 auto;
	background: url('images/kirbys_r_logo.png') no-repeat;
	-moz-box-shadow: 0 9px 6px 1px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0 9px 6px 1px rgba(0,0,0,0.18);
	box-shadow: 0 9px 6px 1px rgba(0,0,0,0.18);
}
#access .brand span
{
	display: block;
	font-family: "Montserrat";
	font-weight: 400;
	font-style: italic;
	font-size: 11px;
	color: #fff;
	text-align: center;
}
#access .menu .info
{
	position: relative;
	background: url('images/header_bg.png');
	font-family: "Montserrat";
	font-weight: 400;
	font-style: normal;
	color: #9a9696;
	font-size: 13px;
	border-bottom: 1px solid #222;
	text-align: center;
	line-height: 30px;
	z-index: 100;
}
#access .menu .info br
{
	display: none;
}
#access .menu .info a
{
	font-family: "Montserrat";
	font-weight: 400;
	font-style: normal;
	color: #9a9696;
	font-size: 13px;
	text-decoration: none;
}
#access .menu .info a:hover
{
	text-decoration: underline;
}
#access .menu .links
{
	position: relative;
	z-index: 100;
}
#access .menu .link
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;

	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;

	width: 122px;
	/*margin-right: 20px;*/
	line-height: 82px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	cursor: pointer;
}
#access .menu .link:hover
{
	color: #d5b552;
}
#access .menu .link:nth-child(3)
{
	/*margin-right: 40px;*/
}
#access .menu .link:nth-child(5)
{
	/*margin-left: 10px;*/
}
#access .menu .link:last-child
{
	margin-right: 0;
}
#access .menu .link span
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
#access .menu .eat_drop_down
{
	position: absolute;
	top: -35px;
	left: 0;
	width: 184px;
	background: #161616;
	background: rgba(22,22,22,0.8);
	z-index: 80;
	opacity: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: Alpha(opacity=0);
}
#access .menu .eat_drop_down a
{
	display: block;
	width: 184px;
	height: 35px;
	line-height: 35px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	font-size: 16.54px;
	color: #fdfcfc;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	border-bottom: 1px solid #CCC;
	border-bottom: 1px solid rgba(204,204,204,0.2);
	cursor: pointer;
}
#access .menu .eat_drop_down a:hover
{
	color: #edb936;
}
#access .menu .eat_drop_down a:last-child
{
	border-bottom: 0;
}
#access .menu .eat_drop_down a span
{
	padding-left: 15px;
	text-transform: uppercase;
}
#access .menu .drink_drop_down
{
	position: absolute;
	top: -35px;
	left: 100px;
	width: 184px;
	background: #161616;
	background: rgba(22,22,22,0.8);
	z-index: 80;
	opacity: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: Alpha(opacity=0);
}
#access .menu .drink_drop_down a
{
	display: block;
	width: 184px;
	height: 35px;
	line-height: 35px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	font-size: 16.54px;
	color: #fdfcfc;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	border-bottom: 1px solid #CCC;
	border-bottom: 1px solid rgba(204,204,204,0.2);
	cursor: pointer;
}
#access .menu .drink_drop_down a:hover
{
	color: #edb936;
}
#access .menu .drink_drop_down a:last-child
{
	border-bottom: 0;
}
#access .menu .drink_drop_down a span
{
	padding-left: 15px;
	text-transform: uppercase;
}
#access .menu .party_drop_down
{
	position: absolute;
	top: -35px;
	left: 100px;
	width: 200px;
	background: #161616;
	background: rgba(22,22,22,0.8);
	z-index: 80;
	opacity: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: Alpha(opacity=0);
}
#access .menu .party_drop_down a
{
	display: block;
	width: 200px;
	height: 35px;
	line-height: 35px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	font-size: 16.54px;
	color: #fdfcfc;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	border-bottom: 1px solid #CCC;
	border-bottom: 1px solid rgba(204,204,204,0.2);
	cursor: pointer;
}
#access .menu .party_drop_down a:hover
{
	color: #edb936;
}
#access .menu .party_drop_down a:last-child
{
	border-bottom: 0;
}
#access .menu .party_drop_down a span
{
	padding-left: 15px;
	text-transform: uppercase;
}
#access .menu .events_drop_down
{
	position: absolute;
	top: -35px;
	left: 300px;
	width: 184px;
	background: #161616;
	background: rgba(22,22,22,0.8);
	z-index: 80;
	opacity: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: Alpha(opacity=0);
}
#access .menu .events_drop_down a
{
	display: block;
	width: 184px;
	height: 35px;
	line-height: 35px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	font-size: 16.54px;
	color: #fdfcfc;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	border-bottom: 1px solid #CCC;
	border-bottom: 1px solid rgba(204,204,204,0.2);
	cursor: pointer;
}
#access .menu .events_drop_down a:hover
{
	color: #edb936;
}
#access .menu .events_drop_down a:last-child
{
	border-bottom: 0;
}
#access .menu .events_drop_down a span
{
	padding-left: 15px;
	text-transform: uppercase;
}
.main.container
{
	position: relative;
	margin-top: -10px;
}
.hm_slide_loader
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 66px;
	height: 66px;
	margin-top: -33px;
	margin-left: -33px;
	z-index: 0;
}
#flexslider_main
{
	height: 620px;
	background: #000;
	background: #fbf8ee;
	/*background: #181645;*/
}
.flex-direction-nav
{
	z-index: 10;
}
.header_shadow
{
	position: absolute;
	left: 0;
	top: -10px;
	width: 100%;
	height: 10px;
	background: url('images/hd_bg_sawtooth2.png');
	z-index: 50;
}
.header_shadow.type1{
	display: none;
}
.flex-direction-nav a
{
	z-index: 50;
}
.slide_side
{
	position: absolute;
	left: -50%;
	top: 50%;
	width: 1022px;
	margin-top: -190px;
	margin-left: -511px;
	z-index: 40;
	opacity: 0;
}
.flexslider .rand_offer_cont
{
	position: absolute;
	top: 0;
	right: -50%;
	width: 1022px;
	height: 600px;
	margin-right: -511px;
	z-index: 50;
}
.flexslider .rand_offer
{
	position: absolute;
	top: 50%;
	right: 0;
	width: 260px;
	height: 355px;
	margin-top: -175px;
	z-index: 50;
	background: #fbf8ee;
	background: rgba(251,248,238,0.8);
	color: #181645;

	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	opacity: .9;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}
.flexslider .rand_offer:hover
{
	opacity: 1.0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.flexslider .rand_offer .padding
{
	padding: 15px;
}
.flexslider .rand_offer .title{
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 700;
}
.flexslider .rand_offer .title span
{
	display: block;
	width: 60%;
	margin-bottom: 15px;
	font-family: "Montserrat";
	font-weight: 100;
	font-style: normal;
	font-size: 20px;
}
.flexslider .rand_offer .form input[type="text"],
.flexslider .rand_offer .form input[type="email"]{
	width: 100%;
	height: 24px;
	background: #fdf5de;
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 11px;
	color: #000;
	border: 0;
	outline: none;

	box-shadow: inset 0px 2px 2px rgba(1,1,1,.45);
	-moz-box-shadow: inset 0px 2px 2px rgba(1,1,1,.45);
	-webkit-box-shadow: inset 0px 2px 2px rgba(1,1,1,.45);

	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.flexslider .rand_offer span.guests{
	padding-right: 10px;
	line-height: 24px;
	font-weight: 100;
	font-size: 16px;
}
.flexslider .rand_offer .simple_select{
	width: 50px;
	height: 24px;
	line-height: 24px;
	color: #fbf8ee;

	box-shadow: inset 0px 2px 2px rgba(1,1,1,.45);
	-moz-box-shadow: inset 0px 2px 2px rgba(1,1,1,.45);
	-webkit-box-shadow: inset 0px 2px 2px rgba(1,1,1,.45);
}
.flexslider .rand_offer .form_action{
	margin-top: 20px;
}
.flexslider .rand_offer .form_action select{
	font-weight: normal;
	font-style: normal;
	font-size: 15.16px;
	color: #000;
}
.flexslider .rand_offer .enter
{
	float: right;
	width: 75px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	font-family: "Montserrat";
	font-weight: 100;
	font-style: normal;
	color: #000;
	text-align: center;
	background: #d5b552;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	text-transform: uppercase;

	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.flexslider .rand_offer .enter:hover
{
	background: #0c1c33;
}
.flexslider .rand_offer .wpcf7-response-output{
	background: #fff;
	margin: 0;
	padding: 10px;
	color: #000;
}
.slide_side.type2{
	margin-top: -180px;
}
.slide_side h1{
	width: 690px;
	font-family: "poplar-std";
	font-weight: 400;
	font-style: normal;
	text-shadow: 0 1px 0 rgba(0,0,0,.8);
}
.slide_side h1:first-child
{
	font-size: 170px;
	color: #fbfae8;
	line-height: 160px;
}
.slide_side h1:nth-child(2)
{
	text-align: center;
	font-family: "Montserrat";
	font-size: 35px;
	color: #fbfae8;
}
.slide_side h1:nth-child(3)
{
	font-size: 170px;
	color: #d5b552;
	line-height: 200px;
}
.slide_side.type2 h1:first-child{
	font-size: 250px;
	color: #181645;
	line-height: normal;
	margin-top: -100px;
}
.slide_side.type2 h1:first-child span{
	font-style: italic;
	font-size: 25px;
	font-family: "Montserrat";
	color: #d5b552;
	text-indent: -30px;
	display: inline-block;
	text-shadow: none;
}
.slide_side.type2 h1:nth-child(2){
	display: none;
}
.slide_side.type2 h1:nth-child(3){
	font-size: 250px;
	color: #181645;
	line-height: normal;
	margin-top: -80px;
}
.slide_side.type2 h1:nth-child(3) span{
	font-size: 50px;
	display: block;
	font-family: "Montserrat";
	color: #d5b552;
	margin-top: -50px;
}
#flexslider_main ul li img.wood{
	opacity: 0.73;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=73)";
	filter: alpha(opacity=73);
}
#flexslider_main ul li img.blank{
	width: 1700px;
	height: 620px;
}
.home .slides li div.blue_bg{
	position: absolute;
	width: 100%;
	height: 620px;
	top: 0;
	left: 0;
	background: #181645;
}
.slide_side.type3{
	margin-top: -220px;
}
.slide_side.type3 .inlineBlock.euro{
	font-size: 220px;
	vertical-align: top;
	margin-top: 40px;
}
.slide_side.type3 div.inlineBlock:first-child{
	font-family: "poplar-std";
	font-weight: 400;
	font-style: normal;
	text-shadow: 0 1px 0 rgba(0,0,0,.8);
	font-size: 450px;
	color: #faf9e2;
	margin-top: -60px;
}
.slide_side.type3 div.inlineBlock:nth-child(2){
	margin-left: 10px;
	line-height: 0.92;
	font-family: "poplar-std";
	font-weight: 400;
	font-style: normal;
	text-shadow: 0 1px 0 rgba(0,0,0,.8);
	font-size: 80px;
	color: #faf9e2;
	width: 300px;
	text-align: center;
}
.slide_side.type3 div:nth-child(3){
	font-weight: 100;
	font-style: normal;
	text-shadow: 0 1px 0 rgba(0,0,0,.8);
	font-size: 16px;
	color: #faf9e2;
	text-align: center;
	margin-top: -80px;
}
.slide_side.type3 .priceChop{
	position: absolute;
	top: 40px;
	right: 0;
	background: url('images/pricechop.png');
	width: 119px;
	height: 121px;
}

.home .book_party
{
	width: 100%;
	background: url('images/header_bg.png');
}
.home .book_party .container
{
	width: 1022px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.home .book_party .container .bg
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 124px;
	height: 87px;
	background: url('images/party_bg.png');
}
.home .book_party .container .party_title
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin-left: 30px;
}
.home .book_party .container .party_title span:first-child
{
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	font-size: 43.16px;
	color: #fff;
}
.home .book_party .container .party_title span:nth-child(3)
{
	font-weight: normal;
	font-style: normal;
	font-size: 25.16px;
	color: #ffb422;
}
.home .book_party .container .wpcf7
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.home .book_party .container div.wpcf7-response-output
{
	color: #fff;
}
.home .book_party .container .form
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 171px;
	margin-left: 230px;
}
.home .book_party .container .form input
{
	width: 171px;
	height: 24px;
	background: #fdf5de;
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 11px;
	color: #000;
	border: 0;
	outline: none;

	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.home .book_party .container .form_action
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin-left: 50px;
}
.home .book_party .container .form_action input[type="submit"]
{
	float: right;
	display: block;
	width: 78px;
	height: 35px;
	margin-top: 25px;
	line-height: 35px;
	font-size: 27.94px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	color: #000;
	text-align: center;
	background: #ffb422;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.home .book_party .container .form_action input[type="submit"]:hover
{
	background: #fff;
}
.home .book_party .container .form_action .guests
{
	padding-right: 10px;
	font-weight: normal;
	font-style: normal;
	font-size: 15.16px;
	color: #fff;
}
.hm_events
{
	position: relative;
}
.hm_events .all
{
	width: 1022px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.hm_events .events_title
{
	padding-top: 60px;
	font-family: "Montserrat";
	font-weight: 200;
	font-size: 30px;
	color: #1d1a21;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 3px dotted;
	width: 1022px;
	margin: auto;
	margin-bottom: 10px;
}
.hm_events .events_links
{
	padding-top: 5px;
	text-align: center;
}
.hm_events .events_links a
{
	margin-left: 20px;
	font-size: 16px;
	text-align: center;
	color: #1d1a21;
	cursor: pointer;
	text-transform: uppercase;

	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
.hm_events .events_links a:hover
{
	color: #d5b552;
}
.hm_events .events_links a:first-child
{
	margin-left: 0;
	color: #d5b552;
}
.hm_events .events_links span:last-child
{
	display: block;
}
.hm_events .events_date
{
	padding-top: 15px;
	padding-bottom: 20px;
	font-family: "minion-pro";
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color: #1d1a21;
}
.hm_events .events_container
{
	width: 1022px;
	margin: auto;
}
.hm_events .events_container .book_table
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 314px;
	height: 650px;
	background: #222;
}
.hm_events .events_container .book_table .header
{
	width: 333px;
	height: 97px;
	background: url('images/book_table_bg.png');
	margin-left: -19px;
}
.hm_events .book_table .header span:nth-child(1)
{
	display: block;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 35.94px;
	margin-left: 40px;
	padding-top: 15px;
	color: #fefefd;
}
.hm_events .book_table .header span:nth-child(2)
{
	display: block;
	font-family: "Montserrat";
	font-style: italic;
	font-weight: normal;
	font-size: 19.25px;
	margin-left: 40px;
	margin-top: -7px;
	color: #fefefd;
}
.hm_events .events_container .events_column
{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.hm_events .events_column .event_box
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 240px;
	vertical-align: top;
	display: none;
	margin-bottom: 20px;

	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
.hm_events .events_column .event_box:nth-child(1)
{
	display: inline-block;
}
.hm_events .events_column .event_box:nth-child(2)
{
	display: inline-block;
	margin-left: 15px;
}
.hm_events .events_column .event_box:nth-child(3)
{
	display: inline-block;
	margin-left: 15px;
}
.hm_events .events_column .event_box:nth-child(4)
{
	display: inline-block;
	margin-left: 15px;
}
.hm_events .events_column .event_box .padding
{
	padding: 10px;
}
.hm_events .events_column .event_box .event_title
{
	height: 38px;
	font-family: "Montserrat";
	font-size: 15px;
	font-style: normal;
	font-weight: 200;
	color: #0c1c33;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 15px;
	overflow: hidden;
}
.hm_events .events_column .event_box .event_desc{
	height: 45px;
	font-size: 12px;
	font-weight: 100;
	margin-bottom: 10px;
	color: #0c1c33;
	text-align: justify;
	overflow: hidden;
}
.hm_events .events_column .event_box .event_date
{
	margin-bottom: 10px;
	min-height: 20px;
	font-family: "Montserrat";
	font-size: 12px;
	font-style: italic;
	text-align: left;
	color: #0c1c33;
}
.hm_events .events_column .event_box .event_thumb
{
	position: relative;
}
.hm_events .events_column .event_box .event_thumb img
{
	width: 100%;
}
.hm_events .events_column .event_box .event_thumb span
{
	display: block;
	position: absolute;
	width: 28px;
	height: 34px;
	top: 10px;
	right: 10px;
}
.hm_events .events_column .event_box .event_share
{
	border-top: 1px solid #8f8d9e;
	border-bottom: 1px solid #8f8d9e;
	padding-top: 10px;
	font-size: 12px;
	padding-bottom: 10px;
	text-align: center;
}
.hm_events .events_column .event_box .event_share a.more
{
	width: auto;
	height: auto;
	margin-top: 0;
	margin-left: 0;
}
.hm_events .events_column .event_box .event_share span
{
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	color: #0c1c33;
}
.hm_events .events_column .event_box .event_share span:hover
{
	color: #d5b552;
}
.hm_events .events_column .event_box .event_share a
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 19px;
	vertical-align: top;
	height: 19px;
	margin-top: 2px;
	margin-left: 5px;
}
.hm_events .events_column .event_box .event_share a:nth-child(2)
{
	margin-left: 10px;
	background: url('images/event_social_icons.png');
}
.hm_events .events_column .event_box .event_share a:nth-child(3)
{
	background: url('images/event_social_icons.png');
	background-position-x: -23px;
}
.hm_events .events_column .event_box .event_share a:nth-child(4)
{
	background: url('images/event_social_icons.png');
	background-position-x: -45px;
}
.hm_events .events_container .view_more
{
	display: block;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 250px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	color: #fbf8ee;
	text-align: center;
	background: #807b78;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.hm_events .events_container .view_more:hover
{
	background: #0d1d33;
}
.hm_events .book_table .padding
{
	padding: 20px;
}
.hm_events .book_table .form input
{
	width: 269px;
	height: 31px;
	background: #fdf5de;
	margin-bottom: 5px;
	padding-left: 5px;
	font-weight: 400;
	font-size: 12px;
	outline: none;
	border: 0;
	color: #1a1a1a;
}
.hm_events .book_table .form .action input[type="submit"]
{
	float: right;
	display: block;
	width: 78px;
	height: 35px;
	margin-top: 25px;
	line-height: 35px;
	font-size: 27.94px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	color: #000;
	text-align: center;
	background: #ffb422;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.hm_events .book_table .form .action input[type="submit"]:hover
{
	background: #fff;
}
.hm_events .book_table .form div:nth-child(4) input
{
	margin-top: 10px;
}
.hm_events .book_table .opening_times
{
	margin-top: 20px;
	font-weight: 400;
	font-size: 14.5px;
	color: #fdf5de;
}
.hm_events .book_table .logo
{
	margin-top: 30px;
}
.hm_events .book_table .logo img
{
	display: block;
	margin: auto;
}
.hm_events .book_table .logo div
{
	margin-top: 20px;
	font-family: "Montserrat";
	text-align: center;
	font-style: italic;
	font-size: 19.58px;
	color: #fffefe;
}
.home .accommodation_container
{
	width: 1022px;
	margin: auto;
	margin-top: 30px;
}
.home .dublin_enquiry
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 496px;
	vertical-align: top;
	height: 463px;
	max-height: 463px;
	*max-height: 463px;
	background: #222;
}
.home .dublin_enquiry .goat
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 190px;
	height: 293px;
	background: url('images/goat.jpg');
}
.home .dublin_enquiry .padding
{
	padding: 20px;
}
.home .dublin_enquiry .text
{
	position: relative;
	font-weight: 300;
	font-size: 25px;
	line-height: 1em;
	text-align: right;
	color: #fffff3;
	z-index: 100;
}
.home .dublin_enquiry .text span
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding-bottom: 10px;
	line-height: 1.2em;
	font-weight: 400;
}
.home .dublin_enquiry .form
{
	position: relative;
	float: right;
	margin-top: 36px;
}
.home .dublin_enquiry .form input[type="text"]
{
	background: #f9bf3a;
	width: 270px;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #1c1c1c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	outline: none;
	border: 0;
}
.home .dublin_enquiry .form input[type="submit"]
{
	float: right;
	width: 100px;
	height: 42px;
	line-height: 42px;
	margin-top: 5px;
	background: url('images/send_icon.png') no-repeat;
	background-color: transparent!important;
	background-position: 56px 0;
	text-align: left!important;
	font-size: 18px;
	color: #e9ead8;
	cursor: pointer;
	outline: none;
	border: 0;
}
.home .galway_enquiry
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 496px;
	vertical-align: top;
	height: 463px;
	max-height: 463px;
	*max-height: 463px;
	margin-left: 15px;
	background: #f9bf3a;
}
.home .galway_enquiry .hen
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 168px;
	height: 185px;
	background: url('images/hen.jpg');
}
.home .galway_enquiry .text
{
	position: relative;
	line-height: 1em;
	font-weight: 400;
	font-size: 25px;
	color: #1c1c1c;
	z-index: 100;
}
.home .galway_enquiry .text span
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding-bottom: 10px;
	line-height: 1.2em;
	font-weight: 500;
}
.home .galway_enquiry .form
{
	position: relative;
	width: 280px;
	margin-top: 36px;
	z-index: 100;
}
.home .galway_enquiry .form input[type="text"]
{
	width: 270px;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 10px;
	background: #1c1c1c;
	font-size: 12px;
	color: #e9ead8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	outline: none;
	border: 0;
}
.home .galway_enquiry .form input[type="submit"]
{
	float: right;
	width: 100px;
	height: 42px;
	line-height: 42px;
	margin-top: 5px;
	background: url('images/send_icon.png') no-repeat;
	background-color: transparent!important;
	background-position: 56px 0;
	text-align: left!important;
	font-size: 18px;
	color: #e9ead8;
	cursor: pointer;
	outline: none;
	border: 0;
}
.home .galway_enquiry .padding
{
	padding: 20px;
}
.home .social
{
	width: 100%;
	margin-top: 100px;
}
.home .social .container,
.home .about_panel .container
{
	width: 1022px;
	margin: auto;
}
.home .social .container div.title span:nth-child(1)
{
	display: block;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px dotted;
	width: 1022px;
	font-family: "Montserrat";
	font-weight: 200;
	font-size: 30px;
	color: #1d1a21;
}
.home .social .container div.title span:nth-child(2)
{
	display: block;
	margin-top: 5px;
	padding-bottom: 50px;
	text-align: center;
	font-size: 22.43px;
	font-family: "Montserrat";
	font-weight: 200;
	font-style: normal;
	color: #fafaf9;
}
.home .social .container .view_more
{
	display: block;
	margin: auto;
	margin-top: 50px;
	width: 200px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	color: #010101;
	text-align: center;
	background: #d5b552;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.home .social .container .view_more:hover
{
	background: #0a182c;
}
.hm_buzz_spliter
{
	margin-bottom: 5px;
}
.buzz_box_image
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	width: 24.5%;
	height: 300px;
	max-height: 300px;
	*max-height: 300px;
	//overflow: hidden;
	margin-bottom: 5px;
}
.buzz_box_image .title
{
	position: absolute;
	display: block;
	left: 12px;
	top: 12px;
	//bottom: 60px;
	//bottom: 180px;
	font-family: "Montserrat";
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	color: #fbf8ee;
	width: 90%;
	max-width: 90%;
	*max-width: 80%;
	max-height: 62%;
	*max-height: 62%;
	*bottom: 0;
	overflow: hidden;
}
.buzz_box_white .buzz_box_padding .main_text
{
	display: block;
	//margin-top: 30px;
	max-height: 210px;
	*max-height: 210px;
	font-family: "Montserrat";
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	color: #fbf8ee;
	overflow: hidden;
	line-height: 1.5em;
}
.buzz_box_black .buzz_box_padding .main_text
{
	display: block;
	//margin-top: 30px;
	max-height: 210px;
	*max-height: 210px;
	font-family: "Montserrat";
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	color: #fbf8ee;
	overflow: hidden;
	line-height: 1.5em;
}
.buzz_box_black .buzz_box_padding .main_text a
{
	color: #fbf8ee !important;
}
.buzz_box_image .hm_buzz_box_info
{
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.buzz_box_image .main_text a,
.buzz_box_white .main_text a,
.buzz_box_black .main_text a{
	color: #fbf8ee;
}
.buzz_box_image .hm_buzz_box_info span
{
	color: #fbf8ee;
	height: 32px;
	line-height: 32px;
}
.home .buzz_box_black
{
	background: rgba(0,0,0,0.6);
}
.social_pg .buzz_box_black
{
	background: #1e1e20;
}
.buzz_box_yellow
{
	background: #d5b552;
}
.buzz_box_yellow .buzz_box_padding .main_text,.buzz_box_yellow .hm_buzz_box_info span
{
	color: #fbf8ee;
}
.buzz_box_white .hm_buzz_box_info
{
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.buzz_box_black .hm_buzz_box_info
{
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.buzz_box_white .hm_buzz_box_info span
{
	color: #fbf8ee;
	height: 32px;
	line-height: 32px;
}
.buzz_box_black .hm_buzz_box_info span
{
	color: #fbf8ee;
	height: 32px;
	line-height: 32px;
}
.hm_buzz_box_info img
{
	float: left;
}
.hm_buzz_box_info span
{
	display: inline-block;
	float: left;
	margin-left: 10px;
	font-size: 11px;
	font-family: "Montserrat";
	font-weight: 300;
	font-style: normal;
	max-width: 180px;
	*max-width: 180px;
	overflow: hidden;
}
.buzz_box_padding
{
	padding: 15px;
}
.buzz_box_white,.buzz_box_black
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 24.5%;
	vertical-align: top;
	height: 300px;
	background: #0d1d34;
	max-height: 300px;
	*max-height: 300px;
	overflow: hidden;
	margin-bottom: 5px;
}
.buzz_box_image .main_img
{
	width: 100%;
	height: 100%;
}
.buzz_box_image_txt_bg
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	//bottom: 0;
	height: 100%;
	background: rgba(0,0,0,0.2);
	background-repeat: repeat-x;
	background: -webkit-gradient(linear,0% 0,0% 100%,from(rgba(0,0,0,0.0)),to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0.0),rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top,rgba(0,0,0,0.0),rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top,rgba(0,0,0,0.0),rgba(0,0,0,0.7));
	background: -o-linear-gradient(top,rgba(0,0,0,0.0),rgba(0,0,0,0.7));
}
.f1_container
{
	z-index: 1;
	cursor: pointer;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
}
.f1_card
{
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all .5s linear;
	-moz-transform-style: preserve-3d;
	-moz-transition: all .5s linear;
	-o-transform-style: preserve-3d;
	-o-transition: all .5s linear;
	transform-style: preserve-3d;
	transition: all .5s linear;
	transform-style: none!ie;
	transition: none!ie;
}
.f1_container: hover .f1_card,.f1_container.hover_effect .f1_card
{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	transform: none!ie;
}
.face
{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.face.back
{
	display: block;
	-webkit-transform: rotateY(180deg);
	-webkit-box-sizing: border-box;
	-moz-transform: rotateY(180deg);
	-moz-box-sizing: border-box;
	-o-transform: rotateY(180deg);
	-o-box-sizing: border-box;
	transform: rotateY(180deg);
	box-sizing: border-box;
	transform: rotateY(180deg);
	box-sizing: border-box;
	padding: 10px;
	color: white;
	text-align: center;
	background-color: #000;
}
.front.face blockquote
{
	display: none;
}
.front.face img
{
	display: none;
}
.front.face img:first-child{
	display: block;
	width: 100%;
	height: 100%;
}
.front.face br,.front.face p
{
	display: none;
}
.front.face a:last-child
{
	display: none;
}
.back.face img
{
	display: none;
}
.back.face br
{
	display: none;
}
.buzz_box_image .back.face a
{
	color: #fff;
}
.buzz_box_image .front.face a:nth-child(2)
{
	display: none;
}
.hm_buzz_box_info img
{
	display: inline-block!important;
}
.hm_buzz_two .main_text img
{
	display: none;
}
.hm_buzz_two .main_text a{
	color: #fbf8ee;
}
.hm_buzz_two .main_text a:last-child
{
	display: none;
}
.hm_buzz_two br
{
	display: none;
}
.buzz_box_white .main_text blockquote a,.buzz_box_black .main_text blockquote a
{
	color: #f9f8f8;
}
.home .hm_gallery
{
	width: 100%;
	background: #000;
}
.home .hm_gallery span
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	background: #000;
	margin-left: -4px;
}
.home .hm_gallery span img
{
	display: block;
	height: 230px;
	margin: auto;
	max-height: 230px;
	*max-height: 230px;
}
#ui-datepicker-div
{
	font-size: 12px;
}
.home .hm_events .book_table form .action span.select
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin-top: 34px;
}
.home .hm_events .book_table form br
{
	display: none;
}
.home .hm_events .book_table form .wpcf7-response-output
{
	color: #fff;
}
.other_pages h1
{
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-family: "Montserrat";
	font-weight: 200;
	font-size: 30px;
	color: #1d1a21;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 3px dotted;
}
.other_pages h2
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 16px;
}
.hm_offers_sect
{
	width: 1022px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 100px;
}
.hm_offers_sect .offers_sect_title
{
	margin: auto;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 3px dotted;
	width: 1022px;
	font-family: "Montserrat";
	font-weight: 200;
	font-size: 30px;
	color: #1d1a21;
	text-align: center;
}
.hm_offers_sect .offer_box
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 330px;
	min-height: 373px;
	margin-left: 10px;
	background: #0a182c;
}
.hm_offers_sect .offer_box:nth-child(2)
{
	margin-left: 0;
}
.hm_offers_sect .offer_box .padding
{
	padding: 15px;
}
.hm_offers_sect .offer_box img
{
	display: block;
	width: 100%;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
.hm_offers_sect .offer_box img:hover
{
	opacity: .8;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.hm_offers_sect .offer_box span
{
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 22px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color: #fbf8ee;
	height: 75px;
	overflow: hidden;
	text-transform: uppercase;
}
.hm_offers_sect .offer_box .enter
{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -75px;
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	color: #010101;
	text-align: center;
	background: #d5b552;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.hm_offers_sect .offer_box .enter:hover
{
	background: #0a182c;
}
.hm_offers_sect .view_more
{
	display: block;
	margin: auto;
	margin-top: 30px;
	width: 230px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	color: #FFF;
	text-align: center;
	background: #807b78;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.hm_offers_sect .view_more:hover
{
	background: #0a182c;
}
.other_pages.offers_pg h1
{
	font-size: 20px!important;
	border: 0;
	padding-bottom: 0;
}
.other_pages.offers_pg #offer_mContent
{
	font-size: 14px;
}
.other_pages .offers_container
{
	width: 1022px;
	margin: 2% auto 2% auto;
}
.other_pages .offers_container .offer_box
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 330px;
	min-height: 373px;
	background: #0a182c;
	margin-left: 5px;
	margin-bottom: 5px;
}
.other_pages .moffers_container .offer_box:nth-child(3n+1){
	margin-left: 0;
}
.other_pages .offers_container .offer_box .padding
{
	padding: 15px;
}
.other_pages .offers_container .offer_box img
{
	display: block;
	width: 100%;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
.other_pages .offers_container .offer_box img:hover
{
	opacity: .8;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.other_pages .offers_container .offer_box span
{
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 22px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color: #fbf8ee;
	height: 75px;
	overflow: hidden;
	text-transform: uppercase;
}
.other_pages .offers_container .offer_box .enter
{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -75px;
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	color: #fbf8ee;
	text-align: center;
	background: #d5b552;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.other_pages .offers_container .offer_box .enter:hover
{
	background: #0a182c;
}
.other_pages.event_pg,
.other_pages.offers_pg
{
	color: #0c1c33;
}
.other_pages.event_pg h1
{
	font-size: 20px!important;
	border: 0;
	padding-bottom: 0;
}
.other_pages .events_container
{
	width: 1022px;
	margin: 2% auto 2% auto;
}
.other_pages .events_container .event_box
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 240px;
	vertical-align: top;
	margin-left: 15px;
	margin-bottom: 15px;

	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
.other_pages .mevent_container .event_box:nth-child(4n+1){
	margin-left: 0;
}
.other_pages .events_container .event_box .padding
{
	padding: 10px;
}
.other_pages .events_container .event_box .event_title
{
	height: 38px;
	font-family: "Montserrat";
	font-size: 15px;
	font-style: normal;
	font-weight: 200;
	color: #0c1c33;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 15px;
	overflow: hidden;
}
.other_pages .events_container .event_box .event_desc{
	height: 45px;
	font-size: 12px;
	font-weight: 100;
	margin-bottom: 10px;
	color: #0c1c33;
	text-align: justify;
	overflow: hidden;
}
.other_pages .events_container .event_box .event_date
{
	margin-bottom: 10px;
	min-height: 20px;
	font-family: "Montserrat";
	font-size: 12px;
	font-style: italic;
	text-align: left;
	color: #0c1c33;
}
.other_pages .events_container .event_box .event_thumb
{
	position: relative;
}
.other_pages .events_container .event_box .event_thumb img
{
	width: 100%;
}
.other_pages .events_container .event_box .event_thumb span
{
	display: block;
	position: absolute;
	width: 28px;
	height: 34px;
	top: 10px;
	right: 10px;
}
.other_pages .events_container .event_box .event_share
{
	border-top: 1px solid #8f8d9e;
	border-bottom: 1px solid #8f8d9e;
	padding-top: 10px;
	font-size: 12px;
	padding-bottom: 10px;
	text-align: center;
}
.other_pages .events_container .event_box .event_share a.more
{
	width: auto;
	height: auto;
	margin-top: 0;
	margin-left: 0;
}
.other_pages .events_container .event_box .event_share span
{
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	color: #0c1c33;
}
.other_pages .events_container .event_box .event_share span:hover
{
	color: #d5b552;
}
.other_pages .events_container .event_box .event_share a
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 19px;
	height: 19px;
	margin-top: 2px;
	margin-left: 5px;
}
.other_pages .events_container .event_box .event_share a:nth-child(2)
{
	margin-left: 10px;
	background: url('images/event_social_icons.png');
}
.other_pages .events_container .event_box .event_share a:nth-child(3)
{
	background: url('images/event_social_icons.png');
	background-position-x: -23px;
}
.other_pages .events_container .event_box .event_share a:nth-child(4)
{
	background: url('images/event_social_icons.png');
	background-position-x: -45px;
}
.other_pages.event_pg
{
	font-weight: 300;
}
.other_pages.event_pg .container h2
{
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-weight: 500;
}
.other_pages.event_pg .container .the_content img
{
	padding-right: 20px;
}
.other_pages.event_pg .container .the_content a
{
	font-style: italic;
	color: #030303;
}
.other_pages.event_pg .container #ref-img
{
	display: block;
	width: auto;
	margin: auto;
	max-width: 980px;
}
.other_pages.event_pg .eventDate{
	font-size: 14px;
}
.other_pages.event_pg .container .the_content{
	font-size: 14px;
}
.other_pages.event_pg .container .the_content ul
{
	list-style-type: disc;
	margin-left: 20px;
}
.other_pages.event_pg .container .the_content ul li
{
	list-style-type: disc;
}
.post-type-archive-gallery .gallery_container.gallery
{
	width: 1022px;
	margin: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	-moz-column-count: 3;
	-moz-column-gap: 10%;
	-webkit-column-count: 3;
	-webkit-column-gap: 10%;
	column-count: 3;
	column-gap: 10%;
}
.privacy_policy
{
	width: 1022px;
	margin: 2% auto 2% auto;
	font-size: 16px;
	font-weight: 300;
}
.privacy_policy h1
{
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 20px;
}
.privacy_policy .content h2
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
}
.other_pages .social_pg
{
	width: 1022px;
	margin: 2% auto 2% auto;
}
.buzz_box_yellow .ad_review
{
	display: block!important;
	margin: auto;
	margin-top: 70px;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	color: #fff;
	text-align: center;
	background: #d5b552;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.other_pages.offers_pg
{
	font-weight: 300;
}
.offers_pg .container #ref-img
{
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}
.offers_pg .container h2
{
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.offers_pg .container .print_coupon,.offers_pg .container .email_coupon
{
	display: block;
	width: 25%;
	margin: 20px auto;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	color: #fff;
	text-align: center;
	background: #0a182c;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.offers_pg .container .print_coupon:hover,.offers_pg .container .email_coupon:hover
{
	background: #d5b552;
}
.offers_pg .container .email_coupon
{
	float: right;
}
.offers_pg .container .wpcf7 input[type="text"],
.offers_pg .container .wpcf7 input[type="email"],
.event_pg .container .wpcf7 input[type="text"],
.event_pg .container .wpcf7 input[type="email"],
.other_pages .events_container .wpcf7 input[type="text"],
.other_pages .events_container .wpcf7 input[type="email"]
{
	width: 100%;
	height: 31px;
	background: #fdf5de;
	margin-bottom: 5px;
	padding-left: 5px;
	font-weight: 400;
	font-size: 12px;
	outline: none;
	border: 0;
	color: #1a1a1a;
	border: 1px solid #1a1a1a;

	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.offers_pg .container .wpcf7 input[type="submit"],.event_pg .container .wpcf7 input[type="submit"],.other_pages .events_container .wpcf7 input[type="submit"]
{
	display: block;
	width: 80px;
	height: 35px;
	line-height: 35px;
	margin-top: 20px;
	font-size: 16px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	color: #fff;
	text-align: center;
	background: #d5b552;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.offers_pg .container .wpcf7 input[type="submit"]:hover,.event_pg .container .wpcf7 input[type="submit"]:hover,.other_pages .events_container .wpcf7 input[type="submit"]:hover
{
	background: #0a182c;
}
.menu_pg
{
	width: 1022px;
	margin: 2% auto 2% auto;
}
.menu_pg ul{
	padding:15px 0;
}
.menu_pg li{
	line-height:22px;
	padding:15px 0;
	margin:auto;
	max-width:600px;
}
.menu_pg .title
{
	margin-bottom: 50px;
	padding-bottom: 10px;
	font-family: "Montserrat";
	font-weight: 200;
	font-size: 25px;
	color: #1d1a21;
	text-align: center;
	border-bottom: 3px dotted;
}
.menu_pg #flexslider_menu
{
	margin-bottom: 100px;
}
.events_container #flexslider_menu
{
	margin-bottom: 80px;
}
.menu_pg .flexslider .slides li,.events_container .flexslider .slides li
{
	background: url('images/bg.png');
}
.menu_pg .flexslider .slides img,.events_container .flexslider .slides img
{
	width: 95%;
	background: #FFF;
	border: 1px solid #EEE;
	padding: 2%;
}
.menu_pg .flexslider .flex-direction-nav,.events_container .flexslider .flex-direction-nav
{
	display: none;
}
.menu_pg .flexslider .slides>li,.events_container .flexslider .slides>li
{
	-webkit-backface-visibility: visible;
}
.menu_pg .tab_header a
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 174px;
	*min-width: 174px;
	height: 72px;
	line-height: 72px;
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f5eb;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #1d1a21;
	box-shadow: 5px 5px 8px rgba(21,21,22,0.24);
	text-transform: uppercase;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	cursor: pointer;
}
.menu_pg .tab_header a:first-child
{
	background: #f1eee4;
}
.menu_pg .tab_header a:nth-child(2)
{
	z-index: 60;
}
.menu_pg .tab_header a:nth-child(3)
{
	z-index: 40;
}
.menu_pg .tab_header a:hover
{
	color: #d5b552;
}
.menu_pg .menu_content
{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 300px;
	*min-height: 300px;
	background: #f1eee4;
	box-shadow: 6px 6px 6px rgba(21,21,22,0.24);
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	text-align: center;
	z-index: 100;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
.menu_pg .menu_content_txt
{
	display: none;
	height: auto;
	padding: 50px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
.menu_pg .menu_content_txt:first-child
{
	display: block;
}
.menu_pg .menu_content_txt h1
{
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 200;
	font-size: 24px;
	color: #1d1a21;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 0;
	border: 0;
}
.menu_pg .menu_content_txt h1:first-child
{
	margin-top: 0;
}
.menu_pg .menu_content_txt p,.menu_pg .menu_content_txt li
{
	padding-bottom: 5px !important;
	font-family: "Montserrat" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #1d1a21 !important;
	text-align: center !important;
}
.share_float{
	position: absolute;
	top: 30%;
	left: 5%;
	width: 80px;
	background: #0a182c;
	padding: 10px;
}
.hm_contact
{
	width: 1022px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.other_pages .hm_contact
{
	border-top: 1px solid #ccc;
	padding-top: 2%;
	margin-top: 2%;
}
.hm_contact .contact_header span:nth-child(1)
{
	display: block;
	font-style: normal;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px dotted;
	width: 1022px;
	font-family: "Montserrat";
	font-weight: 200;
	font-size: 30px;
	color: #1d1a21;
}
.hm_contact .contact_header span:nth-child(2)
{
	display: block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 30px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	text-align: center;
	color: #090909;
}
.hm_contact .map
{
	margin-bottom: 30px;
}
.hm_contact .contact_addrss .ft_logo
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	/*width: 221px;*/
	height: 83px;
	margin-right: 60px;
}
.hm_contact .contact_addrss .ft_logo span
{
	display: block;
	font-family: "Montserrat";
	font-weight: 400;
	font-style: italic;
	font-size: 11px;
	color: #1d1a21;
	text-align: center;
}
.hm_contact .contact_addrss .ft_addrss
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 230px;
	margin-right: 60px;
	font-family: "Montserrat";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #0c1c33;
}
.hm_contact .contact_addrss .ft_addrss a
{
	font-family: "Montserrat";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #0c1c33;
	text-decoration: none;
	word-break: break-word;
}
.hm_contact .contact_addrss .ft_addrss a:hover
{
	text-decoration: underline;
}
.hm_contact .contact_addrss .ft_form
{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.hm_contact .contact_addrss .ft_form input[type="text"],
.hm_contact .contact_addrss .ft_form input[type="email"]
{
	display: block;
	width: 400px;
	height: 25px;
	background: #0a182c;
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: #fff;
	outline: none;
	border: 0;
	-moz-box-shadow: inset 1px 1px 2px rgba(1,1,1,0.45);
	-webkit-box-shadow: inset 1px 1px 2px rgba(1,1,1,0.45);
	box-shadow: inset 1px 1px 2px rgba(1,1,1,0.45);

	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.hm_contact .contact_addrss .ft_form textarea
{
	display: block;
	width: 400px;
	height: 140px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	background: #0a182c;
	font-size: 12px;
	color: #fff;
	outline: none;
	border: 0;
	-moz-box-shadow: inset 1px 1px 2px rgba(1,1,1,0.45);
	-webkit-box-shadow: inset 1px 1px 2px rgba(1,1,1,0.45);
	box-shadow: inset 1px 1px 2px rgba(1,1,1,0.45);
	font-family: Arial,sans-serif;

	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.hm_contact .contact_addrss .ft_form input[type="submit"]
{
	display: block;
	width: 78px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	color: #000;
	text-align: center;
	background: #d5b552;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.hm_contact .contact_addrss .ft_form input[type="submit"]:hover
{
	background: #d5b552;
}
.hm_contact .contact_addrss .ft_form form p br
{
	display: none;
}
.hm_contact .social_links{
	margin-top: 10px;
}
.hm_contact .social_links span{
	padding-right: 10px;
	line-height: 27px;
}
.hm_contact .social_links a{
	padding-right: 10px;
}

/*Mobile and Tablets - Responsive styles*/
/*Smartphones 0 to 600px view - portrait & landscape view*/
@media only screen and (min-width:0) and (max-width:601px){
	#access,
	.HdContactDetails
	{
		display: none;
	}
	.mobile_menu_div_main
	{
		width: 100%;
		margin-bottom: 10px;
	}
	.mobile_menu_div
	{
		display: block;
	}
	.mobile_logo
	{	
		background:#1d1a21;
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.mobile_logo a.lg
	{
		display: inline-block;
		width: 45%;
		padding-top: 20px;
		padding-left: 10px;
		text-align: center;
	}
	.mobile_logo a.lg img
	{
		display: block;
		width: 100%;
	}
	.mobile_logo a.lg span
	{
		display: block;
		padding-top: 5px;
		font-size: 8px;
		color: #1d1a21;
	}
	.mobile_logo .contact_info
	{
		display: inline-block;
		float: right;
		width: 50%;
		padding-top: 30px;
		padding-right: 10px;
		color: #FFF;
		font-size: 13px;
		text-align: right;
	}
	.mobile_logo .contact_info a
	{
		color: #FFF;
		text-decoration: underline;
		word-break: break-word;
	}
	.mobile_logo.kirbys
	{
		margin-top: 10px;
		text-align: center;
		margin-bottom: 20px;
	}
	.mobile_logo.kirbys a
	{
		width: 50%;
		height: auto;
	}
	.mobile_logo.kirbys a img
	{
		width: 80%;
		padding-bottom: 28px;
	}
	.mobile_logo.kirbys a
	{
		font-size: 15px;
		text-align: center;
		color: #161616;
		-moz-box-shadow: none!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
	.mobile_logo.kirbys a:hover
	{
		color: #ffb422;
		-moz-box-shadow: none!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
	#flexslider_main
	{
		height: 200px;
	}
	.header_shadow.type1{
		display: block;
		top: 0;
		background: url('images/hd_bg_sawtooth.png') 0 11px;
	}
	#flexslider_main .slides li .slide_side
	{
		display: none;
	}
	.flexslider .slides img
	{
		width: 100%;
		height: 200px;
	}
	.slide_side
	{
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		top: 35%;
		left: 0!important;
	}
	.slide_side h1
	{
		width: 90%;
		font-size: 25px;
	}
	.slide_side h1:first-child
	{
		width: 80%;
	}
	.slide_side h1:nth-child(2)
	{
		width: 90%;
	}
	#flexslider_main .rand_offer_cont{
		display: block;
		position: relative;
		width: 100%;
		margin-right: 0;
		right: 0;
		height: auto;
		top: auto;
	}
	#flexslider_main .rand_offer_cont .rand_offer{
		position: relative;
		top: auto;
		margin-top: 0;
		width: 100%;
		height: auto;
	}
	.flexslider .rand_offer .title{
		margin-bottom: 0;
		font-size: 14px;
	}
	.flexslider .rand_offer .title span{
		font-size: 14px;
	}
	.flexslider .rand_offer .form_action{
		margin-bottom: 10px;
	}
	.flexslider .rand_offer span.guests{
		font-size: 14px;
	}
	.flexslider .rand_offer .enter{
		font-size: 14px;
	}
	.home .book_party .container
	{
		width: 100%;
	}
	.home .book_party .container .bg
	{
		display: block;
		margin: auto;
	}
	.home .book_party .container .party_title
	{
		width: 90%;
		margin: auto;
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.home .book_party .container .party_title span:first-child
	{
		font-size: 30px;
	}
	.home .book_party .container .party_title span:nth-child(3)
	{
		font-size: 20px;
	}
	.home .book_party .container .wpcf7
	{
		width: 90%;
		margin: auto;
		display: block;
	}
	.home .book_party .container .form
	{
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.home .book_party .container .form_action
	{
		display: block;
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}
	.home .book_party .container .form_action div:nth-child(1)
	{
		display: inline-block;
		width: 45%;
		vertical-align: top;
	}
	.home .book_party .container .form_action div:nth-child(2)
	{
		display: inline-block;
		width: 53.5%;
		vertical-align: top;
	}
	.home .book_party .container .form input
	{
		width: 99%;
	}
	.home .book_party .container .form_action input[type="submit"]
	{
		margin-top: 0;
	}
	.hm_events .events_title
	{
		width: 100%;
		font-size: 14px;
		padding-top: 30px;
	}
	.hm_events .events_links,.hm_events .events_links a
	{
		font-size: 12px;
	}
	.hm_events .events_container
	{
		width: 100%;
	}
	.hm_events .events_date{
		font-size: 12px;
		padding-bottom: 0;
	}
	.hm_events .events_container .book_table
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 300px;
		height: auto;
	}
	.hm_events .events_container .book_table .header
	{
		width: 305px;
		margin-left: -5px;
	}
	.hm_events .book_table .form input
	{
		width: 100%;
	}
	.hm_events .events_container .events_column
	{
		display: block;
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-top: 20px;
	}
	.hm_events .events_column .event_box
	{
		display: block!important;
		width: 300px;
		margin-left: auto!important;
		margin-right: auto!important;
		margin-bottom: 20px!important;
	}
	.hm_events .events_column .event_box .event_title{
		height: auto;
		font-size: 12px;
	}
	.hm_events .events_column .event_box .event_desc,
	.hm_events .events_column .event_box .event_date
	{
		height: auto;
	}
	.hm_events .events_column .event_box .event_share span{
		font-size: 14px;
	}
	.hm_events .events_container .view_more{
		font-size: 14px;
	}
	.hm_events .events_column .event_box:nth-child(1)
	{
		display: block;
	}
	.hm_events .events_column .event_box:nth-child(2)
	{
		display: block;
		margin-left: auto;
	}
	.hm_events .events_column .event_box:nth-child(3)
	{
		display: block;
		margin-bottom: 10px;
	}
	.hm_events .events_column .event_box:nth-child(4)
	{
		display: block;
		margin-left: auto;
		margin-bottom: 10px;
	}
	.other_pages .mevent_container .event_box:nth-child(4n+1){
		margin-left: auto;
	}
	.hm_offers_sect
	{
		width: 100%;
	}
	.hm_offers_sect .offers_sect_title
	{
		width: 100%;
		font-size: 14px;
	}
	.hm_offers_sect .offer_box
	{
		display: block;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.hm_offers_sect .offer_box span{
		font-size: 12px;
	}
	.hm_offers_sect .offer_box .enter{
		font-size: 12px;
	}
	.hm_offers_sect .offer_box:nth-child(2)
	{
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.home .accommodation_container
	{
		width: 100%;
	}
	.home .dublin_enquiry
	{
		display: block;
		width: 100%;
		height: auto;
		max-height: none;
	}
	.home .galway_enquiry
	{
		display: block;
		width: 100%;
		height: auto;
		max-height: none;
		margin-left: 0;
		margin-top: 20px;
	}
	.home .social .container,
	.home .about_panel .container
	{
		width: 100%;
	}
	.home .social .container div.title span:nth-child(1)
	{
		width: 100%;
		font-size: 14px;
	}
	.buzz_box_image,.buzz_box_white,.buzz_box_black
	{
		display: block;
		width: 80%;
		margin: auto;
		margin-top: 15px;
	}
	.gallery_container.gallery
	{
		width: 80%!important;
		-webkit-column-count: 1!important;
	}
	.brick
	{
		margin-right: 0!important;
		width: auto!important;
	}
	.brick a img
	{
		width: 100%;
	}
	.other_pages .menu_pg
	{
		width: 100%;
		margin: 5% auto 10% auto;
	}
	.other_pages .menu_pg .title
	{
		font-size: 14px;
	}
	.other_pages .menu_pg .tab_header a
	{
		display: block;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
	}
	.other_pages .menu_pg .menu_content_txt h1{
		font-size: 14px;
		border-bottom: 3px dotted;
		padding-bottom: 10px;
	}
	.other_pages .social_pg
	{
		width: 100%;
		margin: 5% auto;
	}
	.other_pages h1
	{
		margin-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 14px;
	}
	.other_pages.event_pg h1,
	.other_pages.offers_pg h1
	{
		font-size: 14px !important;
	}
	.other_pages h2{
		font-size: 14px;
	}
	.other_pages.event_pg .eventDate{
		font-size: 12px;
	}
	.other_pages.event_pg .container .the_content,
	.other_pages.offers_pg #offer_mContent
	{
		font-size: 12px;
	}
	.other_pages .events_container
	{
		width: 100%;
	}
	.other_pages .events_container .event_box
	{
		display: block!important;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.other_pages .events_container .event_box .event_title{
		font-size: 12px;
		height: auto;
	}
	.other_pages .events_container .event_box .event_desc{
		font-size: 12px;
		height: auto;
	}
	.other_pages .events_container .event_box .event_share span{
		font-size: 14px;
	}
	.other_pages.event_pg .container
	{
		width: 80%!important;
		margin-bottom: 10%!important;
	}
	.other_pages.event_pg .container #ref-img
	{
		width: 95%!important;
		max-width: 256px!important;
	}
	.other_pages.offers_pg .container
	{
		width: 80%!important;
		margin-bottom: 10%!important;
	}
	.other_pages.offers_pg .container #ref-img
	{
		width: 95%!important;
		max-width: 256px!important;
	}
	.home .social .container .view_more,
	.hm_offers_sect .view_more{
		font-size: 14px;
	}
	.other_pages .offers_container
	{
		width: 80%;
		margin-bottom: 10%!important;
	}
	.other_pages .offers_container .offer_box
	{
		display: block;
		width: 100%;
		min-height: 330px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.other_pages .offers_container .offer_box span{
		font-size: 12px;
	}
	.other_pages .offers_container .offer_box .enter{
		font-size: 14px;
	}
	.share_float{
		display: none;
	}
	.hm_contact
	{
		width: 100%;
	}
	.hm_contact .contact_header span:nth-child(1)
	{
		width: 100%;
		font-size: 14px;
	}
	.hm_contact .contact_header span:nth-child(2)
	{
		font-size: 20px;
	}
	.hm_contact .map iframe
	{
		width: 100%;
	}
	.hm_contact .contact_addrss .ft_logo
	{
		display: none;
	}
	.hm_contact .contact_addrss .ft_addrss,.hm_contact .contact_addrss .ft_form
	{
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.hm_contact .contact_addrss .ft_addrss
	{
		margin-bottom: 20px;
	}
	.hm_contact .contact_addrss .ft_form input[type="text"],
	.hm_contact .contact_addrss .ft_form input[type="email"],
	.hm_contact .contact_addrss .ft_form textarea
	{
		width: 99%;
	}

}

/*iPad and Tablet View 602px to 1000px view - portrait & landscape view*/
@media only screen and (min-width:602px) and (max-width:1000px){
	#access
	{
		height: auto;
	}
	#access .container
	{
		width: 100%;
		margin-bottom: 30px;
	}
	#access .ipad_kirbys_nav
	{
		display: block;
		margin-top: 2%;
		margin-bottom: 2%;
		width: 100%;
		color: #9a9696;
		font-size: 13px;
		text-align: center;
	}
	#access .ipad_kirbys_nav:hover
	{
		color: #ffb422;
	}
	#access .logo
	{
		margin: auto;
		display: block;
	}
	#access .nevillesLogo_a{
		width: 180px;
	}
	#access .nevillesLogo{
		width: 100%;
		height: auto;
	}
	#access .brand
	{
		display: none;
	}
	.HdContactDetails{
		right: 0;
	}
	#access .menu
	{
		width: auto;
		margin-right: 0;
		display: block;
		padding-top: 50px;
	}
	#access .menu .link
	{	
		width: 12%;
		font-size: 12px;
		/*margin-right: 10px;*/
		line-height: 57px;
	}
	#access .menu .link:nth-child(1){
		/*margin-left: 10px;*/
	}
	#access .menu .link:nth-child(5) {
		/*margin-left: 10px;*/
	}
	#access .menu .link:last-child {
		margin-right: 0;
	}
	#access .menu .link span
	{
		width: auto;
	}
	#access .menu .party_drop_down
	{
		left: 16.6%;
	}
	#access .menu .events_drop_down
	{
		left: 49.9%;
	}
	#flexslider_main
	{
		height: 271px;
	}
	.flexslider .slides img
	{
		width: 100%;
	}
	.flexslider .slide_side
	{
		width: 100%!important;
		left: 0!important;
		top: 35%;
		margin-left: 0!important;
	}
	.flexslider .slide_side h1
	{
		font-size: 40px;
	}
	.slide_side h1:first-child
	{
		width: 360px;
	}
	.slide_side h1:nth-child(2)
	{
		width: 390px;
	}
	.slide_side h1:nth-child(3)
	{
		width: 130px;
	}
	.flexslider .rand_offer_cont
	{
		width: 100%;
		top: 0!important;
		right: 0!important;
		margin-right: 0!important;
	}
	.flexslider .rand_offer
	{
		width: 30%;
		top: 30%;
		height: auto;
	}
	.flexslider .rand_offer .title{
		margin-bottom: 0;
	}
	.flexslider .rand_offer .form_action{
		margin-top: 10px;
	}
	.flexslider .rand_offer .title,
	.flexslider .rand_offer .title span,
	.flexslider .rand_offer span.guests
	{
		font-size: 14px;
	}
	.flexslider .rand_offer span
	{
		line-height: 20px;
	}
	.flexslider .rand_offer .enter
	{
		font-size: 12px;
	}
	.home .book_party .container
	{
		width: 100%;
	}
	.home .book_party .container .bg
	{
		margin-left: 20px;
	}
	.home .book_party .container .form
	{
		margin-left: 30px;
	}
	.home .book_party .container .party_title span:first-child
	{
		font-size: 30px;
	}
	.home .book_party .container .party_title span:nth-child(3)
	{
		font-size: 20px;
	}
	.hm_events .events_title
	{
		width: 100%;
		font-size: 18px;
	}
	.hm_events .events_links a
	{
		font-size: 16px;
	}
	.hm_events .events_container
	{
		width: 100%;
	}
	.hm_events .events_container .book_table
	{
		display: block;
		width: 80%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.hm_events .events_container .book_table .header
	{
		width: auto;
		background: #ffb422;
	}
	.hm_events .book_table .form input
	{
		width: 99%;
	}
	.hm_events .book_table .logo
	{
		display: none;
	}
	.hm_events .book_table .opening_times
	{
		text-align: center;
		font-size: 15px;
	}
	.hm_events .events_container .events_column
	{
		display: block;
		width: 80%;
		height: auto;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.hm_events .events_column .event_box
	{
		width: 49%;
		margin-left: 5px !important;
		margin-bottom: 20px;
	}
	.hm_events .events_column .event_box:nth-child(2n+1){
		margin-left: 0 !important;
	}
	.hm_events .events_container .view_more{
		font-size: 16px;
	}
	.hm_offers_sect
	{
		width: 80%;
	}
	.hm_offers_sect .offers_sect_title
	{
		width: 100%;
		font-size: 18px;
	}
	.hm_offers_sect .offer_box
	{
		width: 230px;
		width: 49%;
		min-height: 350px;
		margin-left: 5px;
	}
	.hm_offers_sect .offer_box:nth-child(2)
	{
		margin-left: 0;
	}
	.hm_offers_sect .offer_box:nth-child(4)
	{
		display: none;
	}
	.hm_offers_sect .offer_box span{
		font-size: 14px;
	}
	.hm_offers_sect .offer_box .enter{
		font-size: 14px;
	}
	.hm_offers_sect .view_more{
		font-size: 16px;
	}
	.home .accommodation_container
	{
		width: 100%;
	}
	.home .dublin_enquiry
	{
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.home .galway_enquiry
	{
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2%;
	}
	.home .social .container
	{
		width: 100%;
	}
	.home .social .container div.title span:nth-child(1)
	{
		width: 100%;
		font-size: 18px;
	}
	.home .social .container .view_more{
		font-size: 16px;
	}
	.hm_buzz_spliter
	{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.buzz_box_image
	{
		width: 49%;
	}
	.buzz_box_white,.buzz_box_black
	{
		width: 49%;
		margin-bottom: 5px;
	}
	.gallery_container.gallery
	{
		width: 80%!important;
		-webkit-column-count: 2!important;
		margin-bottom: 6%!important;
		margin-top: 6%!important;
	}
	.brick
	{
		margin-right: 0!important;
		width: auto!important;
	}
	.brick a img
	{
		width: 100%;
	}
	.other_pages .menu_pg
	{
		width: 80%;
		margin: 5% auto 10% auto;
	}
	.other_pages .menu_pg .title
	{
		font-size: 30px;
	}
	.other_pages .social_pg
	{
		width: 100%;
		margin: 5% auto;
	}
	.other_pages h1
	{
		margin-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 16px;
	}
	.other_pages.event_pg h1,
	.other_pages.offers_pg h1
	{
		font-size: 16px !important;
	}
	.other_pages.event_pg .container #ref-img,
	.other_pages.offers_pg .container #ref-img
	{
		width: 100%;
	}
	.other_pages .events_container
	{
		width: 80%;
	}
	.other_pages .events_container .event_box
	{
		display: inline-block;
		width: 49%;
		margin-left: auto;
		margin-right: auto;
	}
	.other_pages .events_container .event_box .event_title
	{
		min-height: 70px;
	}
	.other_pages.event_pg .container
	{
		width: 80%!important;
		margin: 5% auto!important;
	}
	.other_pages.event_pg .container #ref-img
	{
		max-width: 700px!important;
	}
	.other_pages.offers_pg .container
	{
		width: 80%!important;
		margin-bottom: 10%!important;
	}
	.other_pages.offers_pg .container #ref-img
	{
		max-width: 700px!important;
	}
	.other_pages .offers_container
	{
		width: 80%;
		margin-bottom: 10%!important;
	}
	.other_pages .offers_container .offer_box
	{
		width: 49%;
	}
	.other_pages .moffers_container .offer_box:nth-child(3n+1){
		margin-left: auto;
	}
	.other_pages .moffers_container .offer_box:nth-child(2n+1){
		margin-left: 0 !important;
	}
	.other_pages .menu_pg .title{
		font-size: 14px;
	}
	.menu_pg .tab_header a{
		font-size: 14px;
	}
	.menu_pg .menu_content_txt h1{
		padding-bottom: 10px;
		border-bottom: 3px dotted;
		font-size: 14px;
	}
	.single .panel.gallery .container
	{
		margin: 5% auto!important;
	}
	.share_float{
		display: none;
	}
	.hm_contact
	{
		width: 80%;
	}
	.hm_contact .contact_header span:nth-child(1){
		width: 100%;
		font-size: 18px;
	}
	.hm_contact .map iframe
	{
		display: block;
		width: 100%;
		margin: auto;
	}
	.hm_contact .contact_addrss .ft_logo
	{
		display: none;
	}
	.hm_contact .contact_addrss .ft_addrss
	{
		margin-bottom: 5%;
	}
	.hm_contact .contact_addrss .ft_form
	{
		width: auto;
	}
}

.header_shadow--home{
	top:-30px;
}

/*Loyalty*/
.hm_loyalty{
	position:relative;
}

.m_loyalty{
	background:#151B46;
	color:#F8F6E0;
	margin:20px 0 0;
}

.m_loyalty__container{
	width:100%;
	margin:auto;
	overflow:hidden;
}
	@media only screen and (min-width: 1022px) {
		.m_loyalty__container{
			width:1022px;
		}
	}

.m_loyalty__tagline{
	font-family:"poplar-std";
	font-size:46px;
	font-weight:400;
	line-height:44px;
	float:left;
	padding:20px 20px 0;
	width:100%;
	text-align:center;
}
	@media only screen and (min-width: 1022px) {
		.m_loyalty__tagline{
			border-right:2px dotted #F8F6E0;
			padding:22px 55px 0 0;
			width:28.5%;
			min-height:165px;	
			text-align:left;
		}
	}

.m_loyalty__cta{
	font-size:22px;
	font-weight:bold;
	line-height:26px;
	float:left;
	padding:20px 10px 0;
	width:100%;
	position:relative;
	text-align:center;
}
	@media only screen and (min-width: 1022px) {
		.m_loyalty__cta{
			border-right:2px dotted #F8F6E0;
			padding:22px 25px 0;
			width:31.6%;
			min-height:165px;	
			text-align:left;
		}
	}

.m__loyalty__btn{
	background:#D12A27;
	color:#FFF;
	display:block;
	font-size:14px;
	font-weight:normal;
	margin:15px auto 0;
	padding:5px 14px;
	text-transform:uppercase;
	text-align:center;
}
	@media only screen and (min-width: 1022px) {
		.m__loyalty__btn{
			display:inline;
			position:absolute;
			bottom:18px;
			left:25px;
			text-align:left;
			padding:5px 64px;
		}
	}

.m_loyalty__benefits{
	color:#F9F6E1;
	float:left;
	font-size:16px;
	padding:20px 10px;
	width:100%;
}
	@media only screen and (min-width: 1022px) {
		.m_loyalty__benefits{
			padding:22px 0 0 25px;
			width:39.9%;
			min-height:165px;	
		}
	}
.m_loyalty__benefits li{
	height:36px;
	line-height:36px;
	margin-bottom:9px;
	padding:0 10px 0 34px;
	position:relative;
}

		.m_loyalty__benefits li:after, .m_loyalty__benefits li:before {
			left:0;
			top: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
		}

		.m_loyalty__benefits li:after {
			border-color: rgba(29, 152, 124, 0);
			border-left-color: #151B46;
			border-width: 18px;
			margin-top: -18px;
		}
		.m_loyalty__benefits li:before {
			border-color: rgba(29, 152, 124, 0);
			border-left-color: #151B46;
			border-width: 18px;
			margin-top: -18px;
		}

	.m_loyalty__benefits--one{
		background:#1D987C;
	}

	.m_loyalty__benefits--two{
		background:#D12A27;
	}
	.m_loyalty__benefits--three{
		background:#e2b76b;
	}

/*Loyalty Banner*/
.m_loyalty_page_banner{
	background:#151B46;
	width:100%;
}

@media only screen and (min-width: 900px) {
	.m_loyalty_page_banner__inner{
		background:url(images/loyalty_half_bg.jpg);
		background-size: 55% 100%;
	    background-repeat: repeat-y;
	    background-position:100% 100%;
	   	overflow:hidden;
	}
}

.m_loyalty_page_banner__container{
	width:100%;
	margin:auto;
	overflow:hidden;
}
	@media only screen and (min-width: 900px) {
		.m_loyalty_page_banner__container{
			width:900px;
			margin:auto;
		}
	}

.m_loyalty_page_banner__row{
	clear:both;
	overflow:hidden;
}

.m_loyalty_page_banner__tagline{
	color:#F8F6E0;
	text-align:center;
	text-transform:uppercase;
	width:100%;
}
	@media only screen and (min-width: 900px) {
		.m_loyalty_page_banner__tagline{
			text-align:left;
			width:44%;
			float:left;
		}
	}
	.m_loyalty_page_banner__heading{
		font-size:36px;
		line-height:34px;
		padding:40px 0 20px;
	}
		@media only screen and (min-width: 900px) {
			.m_loyalty_page_banner__heading{
				font-size:36px;
				line-height:34px;
				padding:74px 0 29px;
			}
		}
	.m_loyalty_page_banner__the_tagline{
		font-family:"poplar-std";
		font-size:70px;
		font-weight:400;
		line-height:66px;
		padding-bottom:40px;
	}
		@media only screen and (min-width: 900px) {
			.m_loyalty_page_banner__the_tagline{
				padding-bottom:0;
			}
		}

.m_loyalty_page_banner__card{
	background:#fbfbe3;
	width:100%;
	padding:20px;
	overflow:hidden;
}
	@media only screen and (min-width: 900px) {
		.m_loyalty_page_banner__card{
			background:none;
			width:56%;
			float:left;	
			padding:65px 0 0 0;
		}
	}
	.m_loyalty_page_banner__card img{
		float:right;
		max-width:100%;
		height:auto;
		margin:auto;
	}

.m_loyalty_page_banner__benefits{
	color:#FAF7E1;
	float:left;
	padding:36px 20px 10px;
	width:100%;
}
	@media only screen and (min-width: 900px) {
		.m_loyalty_page_banner__benefits{
			padding:36px 0 70px;
			width:53.33333%;
		}
	}

.m_loyalty_page_banner__benefits li{
	font-size:16px;
	margin-bottom:10px;
	padding:10px 32px 10px 24px;
	position:relative;
}
	@media only screen and (min-width: 900px) {
		.m_loyalty_page_banner__benefits li{
			font-size:24px;
			padding:10px 32px 10px 24px;
		}
	}

.m_loyalty_page_banner__benefits li:after, .m_loyalty_page_banner__benefits li:before {
	right: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.m_loyalty_page_banner__benefits li:after {
	border-color: rgba(251, 251, 227, 0);
	border-right-color: #151B46;
	border-width: 25px;
	margin-top: -25px;
}
.m_loyalty_page_banner__benefits li:before {
	border-color: rgba(251, 251, 227, 0);
	border-right-color: #151B46;
	border-width: 25px;
	margin-top: -25px;
}
	@media only screen and (min-width: 900px) {
		.m_loyalty_page_banner__benefits li:after {
			border-right-color: #fbfbe3;
		}
		.m_loyalty_page_banner__benefits li:before {
			border-right-color: #fbfbe3;
		}
	}

.m_loyalty_page_banner__cta{
	color:#fbfbe3;
	font-size:28px;
	line-height:28px;
	padding:32px 0 42px;
	text-align:center;
	width:100%;
}
	@media only screen and (min-width: 900px) {
		.m_loyalty_page_banner__cta{
			color:#141B45;
			float:left;
			padding:32px 0 0 0;			
			text-align:right;
			width:46.6666%;
		}
	}

.m_loyalty_page_banner__btn{
	background:#D12A27;
	color:#FFF;
	display:inline-block;
	font-size:14px;
	font-weight:normal;
	margin:27px auto 0;
	padding:5px 64px;
	text-transform:uppercase;
	text-align:center;	
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.53);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.53);
}

.m_loyalty_page_content_wrap{
	clear:both;
	position:relative;
}

.m_loyalty_page_content{
	color:#1d1a21;
	font-size:16px;
	width:100%;
	margin:auto;
	padding:64px 20px 70px;
}	
	@media only screen and (min-width: 900px) {
		.m_loyalty_page_content{
			font-size:22px;
			width:900px;
			margin:auto;
			padding:64px 0 70px;
		}	
	}

	.m_loyalty_page_content h2,
	.m_loyalty_page_content p{
		margin-bottom:20px;
	}
	.m_loyalty_page_content a{
		color:inherit;
		text-decoration:none;
	}
		.m_loyalty_page_content a:hover{
			text-decoration:underline;
		}

.indent{
	padding-left:40px;
}
.terms{
	font-size:14px;
}

.footer_address{
	text-transform:uppercase;
}

.footer_contact_info{
	padding:15px 0;
}

.about_panel__title
{
	margin: auto;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 3px dotted #FFF;
	width: 100%;
	font-family: "Montserrat";
	font-weight: 200;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}

@media only screen and (min-width: 900px) {
	.about_panel__title
	{
		font-size: 30px;
	}
}

.about_panel{
	background:#1d1a21;
	color:#FFF;
	margin-top:60px;
	padding:96px 0 52px;
	text-align:center;
}

.about_panel__inner{
	line-height:26px;
	margin:auto;
	padding:15px;
	max-width:700px;
}

.about_panel__inner p{
	margin-bottom:20px;
}

.about_panel__decoration{
	display:block;
	margin:40px auto 0;
}

.footer_decoration{
	display:block;
	margin:30px auto 50px;
}

.map_canvas{
	width:100%;
	height:698px;
}

.collapse{
	display:none;
}

.brandxbuzz-item__image{
	display:block;
}
