@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
}

body {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	background: url(../images/bgMain.png) repeat 0 0;
}

a, a:link, a:visited {
    outline: none;
	text-decoration: none;
}

img {
	border: none;
	margin: 0px;
}


h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3, h4, h5, h6 {
	font-size: .9em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

a{color:#00a5e4;}
a:hover{color: #ff9232;}

form, input, select, textarea, p {
	margin: 0px;
	padding: 0;
}

textarea {
	resize: none;
}

input:focus, textarea:focus {
	outline: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time {
	display: block;
	margin: 0px;
	padding: 0;
}

.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.overlay {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}

.modal_wrapper {
	width: 100%;
	position: absolute;
	padding-top: 50px;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
}


/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
	position: relative;
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}

.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 400px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}

.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
/*End IE below 9*/

#container {
	width: 100%;
	background: #FFF;
}

.commonWidth {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.pageHeader {
	background:url(../images/bgStarLeft.png) no-repeat 0 0, url(../images/bgStarRight.png) no-repeat right top #0c8dcf;
	width: 100%;
	border-bottom: 3px solid #0c76ad;
	padding-bottom: 22px;
}

.pageLogo {
	padding: 21px 0 0;
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.pageLogo a {
	display: block;
}

.pageLogo img {
	position: relative;
	left: -22px;
	max-height:148px;
	width:auto;
}

.home-title{text-align: center; padding-top:50px !important;}

.homeContact{
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.homeContact ul {
	padding: 39px 0 0 0;
	margin: 0;
	list-style: none;
	display: block;
}

.homeContact li {
	font-family: 'montserratbold';
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
	display: block;
}

.homeContact li span {
	color: #ffc939;
	padding: 0 5px 0 0;
}

.homeContact li a {
	color: #FFF;
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.homeContact li a:hover{
	color: #ffc939;
}

.homeRight{
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.viewShortlist {
	float: right;
}

.viewShortlist a {
	font-family: 'montserratregular';
	background: #FF9232;
	width: 185px;
	height: 46px;
	vertical-align: middle;
	color: #000;
	text-align: center;
	-webkit-transition: background-color 0.5s ease-in-out;
 	 -moz-transition: background-color 0.5s ease-in-out;
  	-o-transition: background-color 0.5s ease-in-out;
  	transition: background-color 0.5s ease-in-out;
	display: table-cell;
}

.viewShortlist a:hover {
	background-color:#ffc939;
	color:#000;
}

.commonContentsDtl a {
	color: #0C8DCF;
}

.commonContentsDtl li {
	padding: 0 0 12px 0;
}

.homeRight ul {
	font-size: 0;
	margin: 0;
	list-style: none;
	padding: 63px 0 0;
	float: right;
	display: block;
}

.homeRight li {
	margin: 0 10px 0 0;
	display: inline-block;
}

.homeRight li:last-child {
	margin: 0;
}

.pageNav {
	border-bottom:  3px solid #ffc939;
}

.pageLeftNav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	position: relative;
}

.pageLeftNav li {
	 font-family: 'montserratbold';
	 text-transform: uppercase;
	 font-size: 16px;
	 margin: 0 43px 0 0;
	 float: left;
	 display: block;
}

.pageLeftNav li a:after{
	content:"\f078";
	font-family: FontAwesome;
	margin-left:5px;
}

.pageLeftNav li div a:after{
	content: none;
	font-family: FontAwesome;
	margin-left:0;
}

.pageLeftNav li .menuLister {
	width: 1199px;
    background: #fff;
    z-index: 10;
    box-sizing: border-box;
    padding: 19px;
   display: none;
	position: absolute;
	top: 46px;
	left: 0px;
	z-index: 20;
	border-bottom: 1px solid #e6e6e6;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
}

.pageLeftNav li .menuLister.selected {
	display: block;
}

/*.pageLeftNav li:hover .menuLister {
	display: block;
}*/


.pageLeftNav li .menuLister h3, .pageLeftNav li .menuLister ul {
	padding: 0px 26px 0px 0px;
}

.pageLeftNav li .menuLister ul li {
	font-family: "montserratregular";
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
	float: none;
}



.pageLeftNav li .menuLister ul li a {
    padding: 6px 0px;
}

.pageLeftNav li a {
	color: #000;
	 padding: 14px 0 13px;
	 -webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
	display: block;
}

.pageNav li a:hover {
	color: #00a5e4;
}

.menuLister h3, .menuLister h3 a {
	color: #FF9232;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 14px;
	padding:0px;
}
.menuLister h3 a:hover {
	color: #00a5e4;
}

.pageRightNav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	display: block;
}

.pageRightNav li {
	 font-family: 'montserratregular';
	 font-size: 16px;
	 text-transform: uppercase;
	 margin: 0 40px 0 0;
	 float: left;
	 display: block;
}

.pageRightNav li a {
	color: #000;
	 padding: 13px 0 14px;
	 -webkit-transition: all 0.4s ease-in-out;
 	 -moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
	display: block;
}

.pageLeftNav li:last-child, .pageRightNav li:last-child {
	margin: 0;
}

.pageNav .commonWidth {
	position: relative;
}

.mobNav {
	background: url(../images/iconMobNav.png) no-repeat 0 0;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 4px;
	right: 8px;
	cursor: pointer;
	display: none;
}

.pageBanner {
	background-size: cover !important;
	height: 484px;
	position: relative;
}


.searchWrapper {
	width: 100%;
	background: rgba(0,185,238,0.8);
	padding: 19px 0;
	position: absolute;
	bottom: 115px;
}

.pageSearch {
	max-width: 934px;
	width: 100%;
	margin: 0 auto;
}


.pageSearch label {
	font-family: 'montserratbold';
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	padding-bottom: 4px;
	display: block;
}

.inputHandle {
	padding-right: 14px;
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

/*.searchWrapperInner .inputHandle {
	padding-right: 0;
	margin-right: 14px;
	width: 48.20%;
}*/
.searchWrapper .inputHandle {
	padding-right: 0px;
	margin-right: 14px;
	width: 32.12%;
}

.btnSearch {
	padding-right: 14px;
	width: 32.1%;
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.pageSearch input[type="text"] {
	font-family: 'montserratregular';
	font-size: 16px;
	color: #737373;
	width: 100%;
	padding: 15px 19px;
	box-sizing: border-box;
	border: none;
}

.pageSearch input[type="button"], .btnMoreClients {
	font-family: 'montserratregular';
	font-size: 16px;
	color: #FFF;
	border: none;
	width: 100%;
	background: #ffc939;
	padding: 15px 19px;
	margin: 27px 0 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.pageSearch input[type="button"]:hover, .newsLetterAndLinks input[type="button"]:hover, .newsLetterAndLinks input[type="submit"]:hover {
	background: #ff9232;
}

::-webkit-input-placeholder {
  color: #737373;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:-moz-placeholder {
  color: #737373;
  opacity: 0.5;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

::-moz-placeholder {
  color: #737373;
  opacity: 0.5;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:-ms-input-placeholder {
  color: #737373;
  opacity: 0.5;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:hover::-webkit-input-placeholder {
  opacity: 0.75;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:hover:-moz-placeholder {
  opacity: 0.75;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:hover::-moz-placeholder {
  opacity: 0.75;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:hover:-ms-input-placeholder {
  opacity: 0.75;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.selectHandle {
	background: #FFF url(../images/bgSelect.png) no-repeat 95% 22px;
	overflow: hidden;

}

.inputHandle select {
	font-family: 'montserratregular';
	font-size: 16px;
	 color: #b3b3b3;
    padding: 14px 19px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -moz-appearance: none;
    -webkit-appearance: none;
   -o-appearance:none;
   appearance:none;

}

.inputHandle select:focus {

    outline: none;
    color: #737373;
}

.contentWrapper h1, .contentWrapper h2, .contentWrapper h3 {
	font-family: 'montserratbold';
	font-weight: normal;
	padding-bottom: 15px;
	-webkit-transition: all 0.5s ease-in-out;
 	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.contentWrapper h1 {
	font-size: 30px;
}

.contentWrapper h2 {
	font-size: 28px;
}

.contentWrapper h3 {
	font-size: 23px;
}

.contentWrapper p {
	font-family: 'montserratregular';
	font-size: 16px;
	padding-bottom: 16px;
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
	display: block;
}

.contentWrapper img {
	margin: 0 0 16px 0;
}

.contentWrapper ul, .contentWrapper ol {
	list-style: inside disc;
	margin: 0;
	padding: 0 0 10px 14px;
}

.contentWrapper p {
	padding: 0 0 10px 0;
}


.eventEntertainMent {
	width: 100%;
	background: url(../images/bgMain.png) repeat 0 0;
}

.eventEntertainMent h1 {
	font-size: 23px;
	color: #FFF;
	font-weight: normal;
	/*background: #0c8dcf;*/
	text-transform: uppercase;
	padding: 0px 0 10px;
	display: block;
}



.eventEntertainMent h2 {
	color: #ffc939;
}

.eventContent {
	font-family: 'montserratregular';
	font-size: 16px;
	color: #FFF;
	max-width: 802px;
	margin: 0 auto;
	padding: 30px 0 50px;
}

.eventContent a {
	color: #ffc939;
}

.featuredEntertainment, .innerDetails {
	width: 100%;
	background: url(../images/bgFeaturedEntertainment.jpg) repeat 0 0;
	
}

.text-page{padding:0px;}

.featuredEntertainment h2 {
	font-size: 30px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	background: #ff9232;
	text-transform: uppercase;
	padding: 35px 0 32px;
	display: block;
	min-height: 100px;
}

.featuredEntertainment p {
	height: 88px;
    overflow: hidden;
}

.columns:last-child {
	float: left !important;
}

.entertainmentContent {
	padding: 50px 0;
	max-width: 1064px;
	width: 100%;
	margin: 0 auto;
}

.entertainmentContent .imgFeatured img {
	max-height: 250px;
	width:auto;
}

.entertainmentContent .imgFeatured p {
    overflow: hidden;
}

.boxWrapper {
	padding-right: 15px;
	padding-bottom: 15px;
	-webkit-transition: all 0.7s ease-in-out;
 	 -moz-transition: all 0.7s ease-in-out;
  	-o-transition: all 0.7s ease-in-out;
  	transition: all 0.7s ease-in-out;
}

.contentBox {
	max-width: 250px;
	width: 100%;
	min-height: 540px;
	background: #FFF;
	padding-bottom: 100px;
	position: relative;
}

.contentBox h2.titleBox, .contentBox p {
	text-align: center;
	padding: 0 21px;
	box-sizing: border-box;
}

.contentBox h2.titleBox, .entertainList .contentBox h2.titleBox a, .resultList .mainListing h3 a {
	font-family: 'montserratbold';
	font-size: 18px;
	background: none;
	color: #000;
	text-transform: none;
	font-weight: normal;
	padding: 27px 15px 33px;
	line-height: 20px;
	display: block;
}

.entertainList .contentBox a {
	left: 0;
    max-width: inherit;
    padding: 0 !important;
    position: relative;
    bottom: 0;
    width: auto;
    background: none;
}

.entertainList .contentBox a:hover {
	background: none;
}

.contentBox p {
	font-size: 12px;
	display: block;
}

.contentBox a, .entertainList .contentBox .btnFindMore, .resultList .btnFind {
	font-family: 'montserratbold';
	font-size: 14px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin: auto;
	display: block;
}

.btnFindMore, .resultList .btnFind {
	color: #FFF;
	background: #00b9ee;
	max-width: 209px;
	padding: 11px 0 11px;
	position: absolute;
	bottom: 34px;
	left: 0;
	right: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color 0.5s ease-in-out;
 	 -moz-transition: background-color 0.5s ease-in-out;
  	-o-transition: background-color 0.5s ease-in-out;
  	transition: background-color 0.5s ease-in-out;
}


.entertainList .contentBox .btnFindMore {
	bottom: 34px !important;
	padding: 11px 0 11px !important;
}

.contentBox a:hover {
	background-color:#44d5ff;
}

.imgFeatured a:hover {
	background: none;
}

.clientLogos {
	background: #FFF;
}

.clientLogos h2 {
	font-size: 30px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	background: #ffc939;
	text-transform: uppercase;
	padding: 35px 0 32px;
	display: block;
}

.clientLogos ul {
	margin: 0;
	padding: 50px 0 50px 40px;
	list-style: none;
	box-sizing: border-box;
	display: block;
}

.clientLogos li {
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
	text-align: center;
	display: inline-block;
}

.entertainmentIdeas {
	background: url(../images/bgMain.png) repeat 0 0;
}

.entertainmentIdeas h2 {
	font-size: 30px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	background: #0c8dcf;
	text-transform: uppercase;
	padding: 35px 0 32px;
	display: block;
}

.newsLetterTittle h2 {
	font-size: 30px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	padding: 35px 0 32px;
	display: block;
}

.ideasContentTop {
	max-width: 1026px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 0;
}

.ideasContentbottom {
	max-width: 776px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 90px;
}

.ideasContentTop span, .ideasContentbottom span {
	font-family: 'montserratbold';
	font-size: 18px;
	color: #ffc939;
	text-align: center;
	display: block;
}

.ideaBox {
	padding-right: 50px;
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.ideaBox:last-child {
	padding: 0;
}

.ideasContentTop p, .ideasContentbottom p {
	font-size: 12px;
	text-align: center;
	color: #FFF;
	display: block;
}

.navInner {
	border: none;
}

.bannerInner {
	background: url(../images/imgBannerInner.jpg) no-repeat center 0;
	background-size: cover;
	height: 431px;
	position: relative;
}

.searchWrapperInner {
	background: #ff9232;
	width: 100%;
	/*position: absolute;
	top: 0;
	left: 0;*/
	padding: 20px 0;
}

.searchWrapperInner label {
	font-family: 'montserratbold';
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	padding-bottom: 4px;
	padding: 12px 15px 0 0;
	float: left;
	display: block;
}

.searchWrapperInner input[type="text"] {
	font-family: 'montserratregular';
	font-size: 16px;
	color: #737373;
	max-width: 300px;
	width: 100%;
	padding: 15px 19px;
	box-sizing: border-box;
	border: none;
	float: left;
}

.searchWrapperInner input[type="button"], .btnAddList, .btnContactSubmit {
	font-family: 'montserratregular';
	font-size: 16px;
	color: #FFF;
	border: none;
	max-width: 244px;
	width: 100%;
	background: #ffc939;
	padding: 15px 19px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
	float: right;
}

.searchWrapperInner input[type="button"]:hover {
	background: #fedc3c;
}

.eventEntertainMent h1.textTitle, .eventEntertainMent h2.textTitle {
	background: #0c76cf;
	padding: 35px 15px 32px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 23px;
}

.selectInner {
	max-width: 300px;
	width: 100%;
	background: #FFF url(../images/bgSelect.png) no-repeat 95% 22px;
	overflow: hidden;
	float: left;
}

.newsLetterTittle {
	background: #0c76cf;
	padding: 35px 0 32px;
}

.newsLetterAndLinks h2 {
	font-family: 'montserratbold';
	font-size: 30px;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
	display: block;
}

.newsLetterAndLinks input[type="text"] {
	font-family: 'montserratregular';
	font-size: 16px;
	color: #737373;
	max-width: 356px;
	width: 100%;
	padding: 15px 19px;
	box-sizing: border-box;
	border: none;
}

.newsLetterAndLinks input[type="button"], .newsLetterAndLinks input[type="submit"]{
	font-family: 'montserratbold';
	font-size: 16px;
	color: #FFF;
	border: none;
	width: 100%;
	background: #ffc939;
	padding: 15px 19px;
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.newsLetterInput {
	padding-right: 20px;
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.btnSubmit {
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.entertainmentLinks {
	background: #FFF;
	padding: 50px 0;
}

.entertainLinks {
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.entertainmentLinks h3 {
	font-family: 'montserratbold';
	font-size: 20px;
	font-weight: normal;
	color: #ff6732;
	padding-bottom: 10px;
	display: block;
}

.entertainmentLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.entertainmentLinks li a {
	font-size: 12px;
	color: #222;
	-webkit-transition: all 0.4s ease-in-out;
 	 -moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

/*.entertainmentLinks li a:hover {
	color: #858585;
}*/

#datepicker {
	margin-top: 12px;
}

.hotelPackage {
	padding: 15px 0 0;
}

.footerContacts {
	background: url(../images/bgFeaturedEntertainment.jpg) repeat 0 0;
	padding: 35px 0 32px;
	display: block;
}

.footerSocial, .contactText {
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.footerSocial ul {
	font-size: 0;
	margin: 0;
	list-style: none;
	padding: 0;
	display: block;
}

.footerSocial li {
	margin: 0 10px 0 0;
	display: inline-block;
}

.footerSocial li:last-child {
	margin: 0;
}

.footerSocial li img {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
 	 -moz-transition: opacity 0.5s ease-in-out;
  	-o-transition: opacity 0.5s ease-in-out;
  	transition: opacity 0.5s ease-in-out;
}

.footerSocial li img:hover {
	opacity: 0.7;
}

.contactText ul {
	margin: 0;
	padding: 5px 0 0;
	display: block;
}

.contactText li {
	font-family: 'montserratbold';
	font-size: 19px;
	color: #000;
	padding: 0 20px 0;
	display: inline-block;
}

.contactText li a {
	color: #000;
	text-decoration: none;
	/*-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;*/
}

.contactText li a:hover {
	color: #787878;
}

.contactText li span {
	color: #ff9232;
}

.pageFooter {
	padding: 40px 0 44px;
}

.footerLogos, .copyRight {
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.footerLogos img:first-child {
	position: relative;
	left: -6px;
}

.footerLogos img:last-child {
	margin: 0;
}

.footerLogos img {
	margin: 0 30px 0 0;
	max-width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.copyRight {
	font-family: 'montserratregular';
	text-align: right;
	color: #FFF;
	font-size: 12px;
	padding: 20px 0 0;
}

.copyRight a{
	color: #FFF;
	-webkit-transition: all 0.5s ease-in-out;
 	 -moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.copyRight a:hover {
	color: #999;
}

.pageRightNav ul {
	margin: 0px;
	-webkit-padding-start: 0px;
}

#listOfSearch {
	background: #FFF;
	position: absolute;
	left: 0px;
	top: 75px;
    width: 95.5%;
	max-height: 300px;
	overflow: auto;
	display: none;
}

.searchWrapper #listOfSearch {
	 width: 100%;
}

.searchWrapperInner #listOfSearch {
	top: 50px;
	left: 186px;
	z-index: 100;
	width: 59.95%;
}

#listOfSearch ul {
	color: #000;
    font-family: "montserratregular";
    font-size: 16px;
	margin: 0px;
	padding: 0px;
}

#listOfSearch li {
	list-style: none;
	margin: 0px;
	padding: 2px 18px;
	cursor: pointer;
}

#listOfSearch li:hover {
	background: #EBEBEB;
}


#searchPreloader, #btnPreloader {
	bottom: 27%;
    display: none;
    position: absolute;
    right: 32%;
}

#searchPreloader {
	bottom: 18%;
	right: 50%;
	margin-right: -18px;
}

.searchWrapperInner #searchPreloader {
	bottom: 28%;
    margin-right: -88px;
    right: 50%;
}

.inputHandle {
	position: relative;
	display: inline-block;
    vertical-align: middle;
}

.searchBtnHolder {
	max-width: 244px;
	width: 100%;
	position: relative;
	float: right;
}

/*.searchWrapperInner #listOfSearch {
	z-index: 10;
	width: 96.95%;
}*/

.searchBtnHolder #btnPreloader {
	bottom: 29%;
    margin-right: 0;
    right: 8px;
}

.btnSearch #btnPreloader {
	right: 24px;
    top: 42px;
    margin: 0px;
}


.searchWrapperInner input[type="text"] {
	float: right;
}

.bannerImgHolder .profileImage {
	text-align: center;
	position: relative;
}

.bluredImg {
	opacity: 0.38;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}

.bannerImgHolder .profileImage .imgHolder {
	max-width: 302px;
  	display: inline-block;
  	height: 384px;
  	vertical-align: middle;
  	padding: 96px 0 0 0;
  	position: relative;
  	overflow: hidden;
  	z-index: 10;
}

.bluredImgHolder {
	background-color: #9E9E9E;
	min-height: 488px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.bannerImgHolder img {
	width: 100%;
	margin: 0px;
}

.bannerImgHolder .profileImage .imgHolder img, .post-body img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.post-body img {
	display: block;
}

.profileImage h2 {
	color: #fff;
	position: relative;
  	z-index: 10;
    padding: 0 30px;
}

.blogContent img {
	display: none;
}

.blog-container .leftSection, .blog-container .rightSection, .commonContentsDtl, .system-messageHolder {
	background: #fff;
	padding: 38px;
}

.system-message {
	border: none;
	max-width: 1200px;
	margin: 0px auto !important;
}

.system-messageDtl {
	background: #f2f2f2;
    border: 2px solid #989898;
    margin: 0 auto;
    max-width: 666px;
    padding: 33px;
}

.system-messageDtl h1 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #989898;
}

.commonContentsDtl {
	min-height: 328px;
}

.commonContentsDtl .imgHolder {
	padding: 0 0 16px 16px;
	float: right;
}

.shortlistBottom {
	display: none;
}

.blog-container .leftSection {
	margin-right: 10px;
}

.blog-container, .commonContents {
	padding: 15px;
	background: #fff;
}

.blog-post {
	font-size: 14px;
	line-height: 27px;
	font-family: "montserratregular";
	padding: 0 0 42px 0;
}

.blogLister .imgHolder {
	max-height: 312px;
	padding: 0 0 15px 0;
}

.blogLister .imgHolder img {
	max-width: 100%;
	height: auto;
}

.blogLister .links, .post-body .links {
	font-size: 16px;
	padding: 0 0 15px 0;
}

.innerDetails, .innerDetails p {
	font-size: 14px;
}

.newDes {
	padding: 0 0 15px 0;
}

.btnReadMore {
	background: #df8424;
    color: #fff;
    display: inline-block;
    line-height: 38px;
    padding: 0 14px;
}
.btnReadMore:hover {
    color: #fff;
    background: #00a5e4;
}

.btnContactSubmit {
	text-transform: uppercase;
}

.btnMoreClients {
/*    color: #FFF;
    text-align: center;
    background: #FF9232;
    display: block;
    line-height: 57px;
    padding: 0px 24px;
    font-size: 20px;*/
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin: 0px auto 28px;
    padding: 12px 19px;
    max-width: 286px;
}

.testimonialCont, .areaCont {
	padding: 32px !important;
}

.btnAddList em {
	background: url('../images/bgTick.png') no-repeat 0 0;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: none;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -11px;
}



.system-message {
	margin: 0px;
	padding: 15px 0;
}

.socialMedia {
    list-style: none;
    text-align: center;
    padding: 0 0 22px 0!important;
}

.socialMedia li {
	padding: 0 5px 0 0;
	float: none;
	display: inline-block;
}

.socialMedia a {
/*	background-image: url("../images/bgSocialMedia.jpg");
	background-repeat: no-repeat;*/
/*	width: 46px;
	height: 46px;*/
	display: block;
}

/*.socialMedia .btnFb a {
	background-position: -266px -2px;
}

.socialMedia .btnIn a {
	background-position: -214px -2px;
}

.socialMedia .btnGoogle a {
	background-position: -109px -2px;
}

.socialMedia .btnTwitter a {
	background-position: -318px -2px;
}

.socialMedia .btnPinterest a {
	background-position: -3px -2px;
}*/

.videoHolder, .testimonialCont, .audioHolder {
	display: none;
}

.btnViewVideo {
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
}

.galMoreVideo {
	display: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
   	backface-visibility: hidden;
}

.galMoreVideo iframe {
	width: 344px !important;
	height: 152px;
	float: left;
	margin-bottom: 20px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
   	backface-visibility: hidden;
}


.galMoreVideo iframe:nth-child(even) {
	margin-left: 20px;
}

.detailsMenu {
	text-align: center;
	padding-bottom: 40px;
}

.detailsMenu a {
	font-family: "montserratregular";
	font-size: 18px;
	text-transform: uppercase;
	background: #ffc939;
	color: #FFF;
	padding: 10px 19px;
	margin: 0 3px 10px 3px;
	min-width: 228px;
	float: none;
	display: inline-block;
	position: relative;
	border: none;
	cursor: pointer;
}

a.btnGetQuote {
	background: #ff9331;
}

a.btnFacebook {
	background: #3b5999;
}


.btnContactSubmit {
	font-size: 18px;
	max-width: 226px;
	float: none;
	display: block;
	border: none;
	cursor: pointer;
}

.btnAddList {
	text-align: center;
	margin: 0px auto 22px;
	position: relative;
}

.btnAddList.selected {
	background: #43A266;
	text-transform: uppercase;
	padding-right: 36px;
}

.btnAddList.selected em {
	display: block;
}

.listDtlHolder {
	max-width: 746px;
	margin: 0px auto 52px;
	position: relative;
}

.listDtlHolder:after {
	display: block;
	width: 0px;
	height: 0px;
	content: "";
	position: absolute;
	/*top: 44px;
	left: -28px;*/
	border-style: solid dashed solid solid;
	border-width: 10px 15px;
	border-color: transparent #FFF transparent transparent;

	left: 50%;
    top: 50px;
    margin-left: -17px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.selected.listDtlHolder:after {
	display: none;
}

.listDtlHolder h2 {
	color: #fff;
	/*font-size: 14px;*/
	font-size: 20px;
	line-height: 37px;
	text-transform: uppercase;
	font-family: "montserratregular";
	font-weight: normal;
	text-align: center;
	margin-top:18px;
	padding: 18px 0 18px 0;
/*	position: absolute;
	left: -108px;
	top: -38px;*/
	background: #0c8dcf;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}

.pageHeader .homeRight a img, .socialMedia a img {
	filter: brightness(90%);
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-o-filter: brightness(90%);
	-ms-filter: brightness(90%);
}

.pageHeader .homeRight li:hover a img, .socialMedia li:hover img {
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
}

.listDtlHolder h2 img {
	display: none !important;
}

.testimonialHolder.selected h2 {
	display: none;
}

.listDtlHolder h2 img {
	display: block;
	margin: 14px auto 0px;
	max-width: 86px;
	height: auto;
}

.galleryHolder {
	background: #fff;
	position: relative;
	max-height:620px;
	overflow: hidden;
}
.areaCont, .testimonialCont, .videoHolder .galleryHolder, .galleryImages .galleryHolder, .audioHolder .galleryHolder{
	padding: 16px;
	min-height: 204px;
}


.galleryHolder .bx-has-pager {
	display: none;
}

.testimonialHolder .galleryHolder .bx-has-pager {
	display: block;
	text-align: center;
	padding-top: 15px;
}

.testimonialHolder .galleryHolder .bx-has-pager .bx-pager-item {
	display: inline-block;
}

.testimonialHolder .galleryHolder .bx-controls-direction {
	display: none;
}

.testimonialHolder .galleryHolder .bx-has-pager .bx-pager-item a {
	color: #000;
	text-indent: -9999px;
	display: inline-block;
	margin-right: 4px;
	width: 10px;
	height: 10px;
	background: #cccccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit--radius: 10px;
	-o-radius: 10px;
}

.testimonialHolder .galleryHolder .bx-has-pager .bx-pager-item a.active {
	background: #000;
}

.galleryHolder .bx-prev, .galleryHolder .bx-next {
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 10;
}

.galleryHolder .bx-prev.disabled, .galleryHolder .bx-next.disabled {
	display: none;
}

.gallerySlider img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}

.galMainVideo iframe {
	width: 100% !important;
}

/*.testimonialCont, .areaCont {
	padding: 0 0 22px 0;
	margin-bottom: 18px;
	border-bottom: 4px solid #dadada;
}*/

ul.menuShort {
	display: table;
	width: 100%;
	color: #000;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(234,234,234,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0 );
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
}

.menuShort li {
	float: none;
	display: table-cell;
	/*border-left: 1px solid #555;*/
	padding: 14px 13px;
	cursor: pointer;
	border-width: 1px;
    border-style: solid;
    -webkit-border-image:
      -webkit-gradient(linear, 0 100%, 0 0, from(#555), to(rgba(255, 255, 255, 0))) 1 90%;
    -webkit-border-image:
      -webkit-linear-gradient(bottom, #555, rgba(255, 255, 255, 0)) 1 90%;
    -moz-border-image:
      -moz-linear-gradient(bottom, #555, rgba(255, 255, 255, 0)) 1 90%;
    -o-border-image:
      -o-linear-gradient(bottom, #555, rgba(255, 255, 255, 0)) 1 90%;
    border-image:
      linear-gradient(to top, #555, rgba(255, 255, 255, 0)) 1 90%;
    border-right:0px;
    border-top:0px;
    border-bottom:0px;
}

.menuShort li.selected {
	background: #FFF;
	cursor: default;
}

.tab-enterkeith {
	background: #FFF;
	padding: 20px;
	display: none;
}

h2.tabTitle {
	display: none;
	color: #000;
}

.tab-enterkeith.active{
	display: block;
}

.menu-wrap.listDtlHolder:after {
	border-color: transparent #fff transparent transparent;
}

.menuShort li:first-child{
	border-left: none;
	border-left:0px;
}

.rsArrow {
    height: 60px;
    width: 50px;
    top: 50%;
    margin-top: -40px;
    position: absolute;
    display: block;
    cursor: pointer;
    background-color: rgba(12,141,207, 0.25);
    z-index: 21;
}

.rsArrowIcn {
    top: 50%;
    margin-top: -16px;
    display: block;
    width: 0px;
    height: 0px;
    border: 16px inset;
    position: absolute;
    cursor: pointer;
}

.rsArrowLeft .rsArrowIcn {
    border-right-style: solid;
    border-color: transparent #FFF transparent transparent;
}

.rsArrowRight .rsArrowIcn {
    right: 0px;
    border-color: transparent transparent transparent #FFF;
    border-left-style: solid;
}

.rsArrowLeft {
	left: 0px;
}

.rsArrowRight {
	right: 0px;
}

.blog-container .rightSection h4 {
	font-size: 18px;
    padding: 0 0 15px;
}

.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
    font-size: 14px;
}

.blogLister .links a, .post-body .links a, .BlogRecentPost li a, .BlogTagList li a, .BlogPostArchive li a, .commonContents h2 a {
	color: #0c76cf;
}

.contactForm label, .shortlistHolder label {
	display: table;
    margin: 0 0 6px;
}

.contactForm input[type="text"], .shortlistHolder input[type="text"] {
    height: 28px;
    padding: 0 6px;
}

.contactForm textarea, .shortlistHolder textarea {
	width: 72%;
	padding: 6px;
}

.contactForm input[type="text"], .contactForm textarea, .shortlistHolder input[type="text"], .shortlistHolder textarea {
	min-width: 300px;
	margin-bottom: 15px;
	border: 1px solid #a4a4a4;
}

.location-loader{
	background: #FFF url(../images/preloader.GIF) no-repeat center center;
}

.shortlistHolder {
	/*max-width: 542px;*/
}

.shortlistTop {
	position: relative;
	margin-bottom: 24px;
	border-bottom: 1px solid #696969;
	max-width: 48%;
    width: 50%;
    float: left;
}

.shortlistTop h2 {
	font-size: 18px;
}

.shortlistTop:nth-child(odd) {
	margin-right: 4%;
}

.shortlistHolder .sections {
	border: 1px solid #696969;
	/*padding: 38px;*/
	margin-bottom: 38px;
	float: left;
	padding: 3%;
    width: 48%;
}

.shortlistBottom .sections:first-child {
	margin-right: 4%;
}

.shortlistHolder .sections select {
	margin-bottom: 15px;
	height: 28px;
}

.btnClose {
	color: #D72F2F;
	margin-top: -9px;
	position: absolute;
	right: 10px;
	top: 50%;
}

.shortlistHolder h2 {
	background: #EAEAEA;
	padding: 15px 92px 15px 15px;
}

.contactAddress {
	padding: 26px 0 0 0;
}

.comment-list .cat_textbox_small, .comment-list .cat_textbox {
	height: 38px;
    padding: 0 2%;
    width: 56%;
}

.comment-list .item label {
	font-size: 14px;
}

.comment-list textarea.cat_listbox_small {
	width: 76%;
	padding: 2%;
}

.comment-list h5 {
    font-size: 20px;
}

.btnSubmit {
	background: #df8424;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    line-height: 38px;
    padding: 0 14px;
    border: none;
    cursor: pointer;
}

.blog-post h2.post-title a {
    color: #000;
}

.blog-post h2.post-title {
	font-size: 24px;
    margin: 0 0 14px;
    border: none;
}

.commonContents h2 {
	word-break: keep-all;
}
.commonContents h3 {
	word-break: break-all;
}

.blog-container .rightSection ul {
	padding-left: 0px;
	padding-bottom: 0px;
}

.blog-container .rightSection a {
	color: #000;
	text-decoration: underline;
}

.videoBanner {
	background-size: cover;
	width: 100%;
	max-height: 490px;
	height: auto;
	position: relative;
	overflow: hidden;
}

.videoBanner video {
    min-width: 100%;
    min-height: 490px;
}

.videoSkin {
	/*background: url("../images/bgBannerSkin.png") repeat 0 0;*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.menuLister {
	position: absolute;
	padding: 0 0 16px 0;
}

.menuLister.selected {
	position: relative;
    visibility: visible;
}

.menuLister ul {
	padding: 0px 28px 0px 0px;
	list-style: none;
}

.menuLister ul:after {
	position: absolute
}

.menuLister ul a {
	color: #888;
	text-transform: capitalize;
}

.view-all a{font-weight: bold; color:#00a5e4 !important;}

.view-all a:hover{color:#ff9232 !important;}

.menuLister .columns {
	margin-bottom: 20px;
}

.resultList {
	/*padding: 50px 0;*/
	/*margin: 0 15px 15px 0;*/
}

.resultListHolder  {
	padding: 50px 0;
}

.resultListHolder .mainListing figure {
	min-height: 281px;
}

.resultList .mainListing {
	background: #fff;
	padding: 16px;
}

.resultList .mainListing h3 {
	min-height: 64px;
	padding: 10px 0;
}

.resultList .mainListing h3 a {
	padding: 0;
}

.resultList .mainListing figure {
	text-align: center;
	padding: 0 0 15px 0;
	position: relative;
}

.resultList .mainListing figure img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 240px;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
}

.resultList .btnFind {
	position: relative;
	top: 0;
}

.widthReduce {
    width: 70%;
    margin: 0 auto;
}

.faq-question a {
    color: #0c8dcf;
    display: inline-block;
    font-size: 18px;
    margin: 0 0 7px;
    text-decoration: underline;
}

.faq-question .moduleFooter {
	display: none;
}

.faq-details {
    border: 1px solid #bababa;
    margin-bottom: 20px;
    padding: 15px;
}

.faq-details .item {
	padding: 0px;
}


@media screen and (max-width:1260px){
	.searchWrapperInner #searchPreloader {
	    bottom: 17%;
	    right: 65%;
	}
	.btnSearch #btnPreloader {
	    right: 31px;
	}

	#searchPreloader, #btnPreloader {
	    bottom: 18%;
	    margin-right: -7px;
	    right: 50%;
	}

	.searchWrapperInner #listOfSearch {
	    left: 0;
	    top: 74px;
	}

	.commonWidth, .eventContent {
		padding-right:15px;
		padding-left:15px;
		box-sizing: border-box;
	}

	.pageLogo img,.footerLogos img:first-child {
		left: 0;
	}


	.homeContact ul {
		padding-left: 30px;
		box-sizing: border-box;
	}

	.entertainmentContent, .resultListHolder {
	padding-right:15px;
		padding-left:15px;
	}

	.contentBox a.btnFindMore {
		width: 77%;
	}

	.searchWrapperInner input[type="text"] {
		max-width: inherit;
		width: 100%;
	}

	.selectInner {
		max-width: inherit;
		width: 61%;
	}

	/*.searchWrapperInner input[type="button"]{
		width: 36%;
	}*/

	.searchWrapperInner .searchBtnHolder {
		width: 36%;
		float: right;
	}

	.searchWrapperInner label {
		float: none;
		padding-top:  0;
	}

	.searchWrapperInner .inputHandle {
		padding-right: 0;
		margin-right: 14px;
		width: 48.20%;
	}

	.searchWrapperInner #listOfSearch {
		width: 100%;
	}

	.pageLeftNav li:last-child .menuLister {
	    width: 988px;
	}

	.pageLeftNav li:first-child .menuLister {
		width: 988px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)and (-webkit-min-device-pixel-ratio: 2) { 
.videoBanner {
    display: none;
}
.pageBanner {
		background: url(../images/bgBanner.jpg) no-repeat center top;
	}
}


@media screen and (max-width:1024px){
	.contentBox h2.titleBox {
		padding-left: 15px;
		padding-right: 15px;
	}

	.contentBox {
		max-width: 500px;
	}

	.boxWrapper:nth-child(-n+5) {
		padding-right: 15px;
	}

	.contentBox p {
		padding: 0 32px;
	}

	.imgFeatured img {
		margin: 0 auto;
		display: block;
	}

}

@media screen and (max-width:1000px){

	.listDtlHolder {
		margin-bottom: 34px;
	}

	.listDtlHolder h2 {
		left: 0px;
		top: 0px;
		position: relative;
		padding-top: 6px;
	}

	.listDtlHolder::after {
	    left: 50%;
	    top: 39px;
	    margin-left: -17px;
	    -ms-transform: rotate(90deg);
	    -webkit-transform: rotate(90deg);
	    transform: rotate(90deg);
   }

}


@media screen and (max-width:960px){
	.homeContact li {
		font-size: 14px;
	}

	.pageLeftNav li .menuLister {
	    width: 928px;
	}
}

@media screen and (max-width:936px){
	.pageSearch {
		padding-right:15px;
		padding-left:15px;
	}

	.pageLeftNav li:first-child .menuLister, .pageLeftNav li:last-child .menuLister {
	    width: 927px;
	}
}


@media screen and (max-width:880px){
	.searchWrapperInner #searchPreloader {
	    bottom: 17%;
	    right: 50%;
	    margin-right: -2px;
	}

	.footerLogos,.copyRight {
		float: none;
		text-align: center;
		width: 100%;
	}
	.footerLogos {
		text-align: center;
	}

	.searchWrapperInner .inputHandle {
	    margin-bottom: 6px;
	    margin-right: 0;
	    padding-right: 0;
	    width: 100%;
	}

}

@media screen and (max-width:840px){
	.pageRightNav li {
		font-size: 13px;
		margin: 0 20px 0 0;
	}

	.pageLeftNav li {
	font-size: 14px;
	 margin: 0 20px 0 0;
	}

	.newsLetterAndLinks h2 {
		font-size: 25px;
	}

	.pageLeftNav li .menuLister {
	    width: 690px;
	}


	.pageLeftNav li:first-child .menuLister {
		width: 800px;
	}

	.shortlistHolder input[type="text"], .shortlistHolder textarea, .shortlistHolder select {
	    box-sizing: border-box;
	    max-width: inherit;
	    width: 100%;
	    min-width: auto;
	}
}

@media screen and (max-width:800px){
	.widthReduce {
	    width: auto;
	}

	.shortlistTop:nth-child(2n+1) {
	    margin-right: 0;
	}
	.shortlistTop {
	    float: none;
	    max-width: inherit;
	    width: 100%;
	}

	.shortlistBottom .sections:first-child {
    	margin-right: 0;
	}
	.shortlistHolder .sections {
	    float: none;
	    width: inherit;
	}

	.pageBanner {
		background: url(../images/bgBanner.jpg) no-repeat center top;
	}
	.videoBanner {
		display: none;
	}
	.btnSearch img {
		bottom: 25% !important;
	}

	.btnSearch #btnPreloader {
	    top: 22px;
	    right: 18px !important;
	}

	.searchWrapperInner input[type="text"] {
	    float: none;
	}

	.contactForm input[type="text"], .contactForm textarea {
	    min-width: 100%;
	    width: auto;
	}

	.addressHolder {
		padding: 0 0 0 24px;
	}
	.comment-list .item {
		padding: 0px;
	}
	.comment-list .cat_textbox_small, .comment-list .cat_textbox, .comment-list textarea.cat_listbox_small {
	    width: 96%;
	}
	.pageLogo, .homeContact, .homeRight {
		float: none;
		margin: 0 auto;
		width: inherit;
		display: block;
	}
	.pageLogo img {
		margin: 0 auto;
		left: 0;
		display: block;
	}

	.homeContact ul {
		margin: 0 auto;
		padding: 30px 0;
		display: table;
	}

	.homeContact li {
		font-size: 16px;
		text-align: center;
	}

	.viewShortlist {
		float: none;
		display: table;
		margin: 0 auto;
	}

	.homeRight ul {
		float: none;
		text-align: center;
		padding-top: 27px;
	}

	.pageRightNav {
		background: #0c8dcf;
		width: 100%;
		position: absolute;
		right: 0;
		top: 48px;
		padding: 10px;
		z-index: 100;
		display: none;
	}

	.show {
		display: block;
	}

	.pageRightNav li {
		float: none;
		margin: 0;
		border-bottom: 1px solid #44a7da;
	}

	.pageRightNav li:last-child {
		border: none;
	}

	.pageRightNav li a {
		color: #FFF;
		padding: 8px 0 8px 10px;
	}

	.pageRightNav li a:hover {
		color: #FFF;
		background: #44a7da;
	}

	.mobNav {
		display: block;
	}

	.inputHandle {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0 10px 0;
		display: block;
	}

	.btnSearch {
	width: 100%;
	padding-right: 0;
	}

	.pageSearch input[type="button"] {
		margin: 5px 0 0;
	}



	.contentBox h2.titleBox {
		font-size: 18px;
	}

	.featuredEntertainment h2, .clientLogos h2, .entertainmentIdeas h2, .newsLetterAndLinks h2 {
		font-size: 23px;
	}

	.entertainmentLinks h3 {
		font-size: 14px;
	}

	.footerSocial {
		width: 100%;
		text-align: center;
		float: none;
		display: block;
	}


	.contactText li {
		font-size: 14px;
		display: block;
		text-align: center;
	}

	.contactText {
		width:  100%;
		padding: 15px 0 0;
	}

	.newsLetterAndLinks input[type="text"] {
		max-width: inherit;
	}

	.newsLetterInput, .btnSubmit {
		display: block;
		width: 100%;
		float: none;
		padding-right: 0;
		margin-bottom: 10px;
	}

	.newsLetterAndLinks h2 {
		text-align: center;
	}

	.entertainmentLinks h3 {
		text-align: center;
		padding: 0 0 15px;
	}

	.entertainLinks {
		display: block;
		float: none;
		width: 100%;
	}

	.entertainmentLinks ul {
		padding-bottom:  15px;
	}

	.entertainmentLinks li a {
		font-size: 13px;
		text-align: center;
		display: block;
	}
	
	@media (max-width:800px){.footer-half{display: inline-block; width:49%; vertical-align: top; float:none;}
	   .IrelandentertainLinks{display: block;}
}


	.imgMap {
		text-align: center;
		padding: 20px 0 0;
		display: block;
		width: 100%;
	}
	
	@media (max-width:800px){
		.imgMap{visibility: hidden; padding: 0; height: 0;}
	}


	.ideasContentTop {
		padding: 50px 15px 20px;
	}

	.ideasContentbottom {
		padding: 0 15px 40px;
	}

	.selectInner {
		max-width: inherit;
		width: 100%;
		float: none;
	}

	.searchWrapperInner input[type="button"]{
		max-width: inherit;
		width: 100%;
		margin: 12px 0 0;
		float: none;
	}

	.searchBtnHolder #btnPreloader {
	    bottom: 22%;
	}

	.searchWrapperInner .searchBtnHolder {
		max-width: inherit;
		width: 100%;
		margin: 12px 0 0;
		float: none;
	}

	.searchWrapperInner label {
		float: none;
		padding-top: 10px;
	}

	.eventEntertainMent h1.textTitle, .eventEntertainMent h2.textTitle{
		padding-left: 15px;
		padding-right: 15px;
	}

	.searchWrapper {
		padding: 30px 0;
	}

	.searchWrapper .inputHandle {
		width: 100%;
	}

	.pageLeftNav li:first-child .menuLister, .pageLeftNav li:last-child .menuLister  {
		width: 640px;
	}
}

@media screen and (max-width:760px){


	.galMoreVideo iframe {
		width: 100% !important;
		height: 315px;
		margin: 0px 0 10px 0 !important;
	}

	ul.menuShort {
		display: none;
	}

	.tab-enterkeith, .tabTitle {
		display: block !important;
	}
	
	h2.tabTitle {
		background: none;
		border-bottom:1px #ccc solid;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.menu-wrap.listDtlHolder:after {
		border-color: transparent #FFF transparent transparent;
	}
}


@media screen and (max-width:640px){

	.detailsMenu a {
		min-width: 260px;
	}

	.commonContentsDtl iframe {
		width: 100% !important;
		height: 262px !important;
	}
	.addressHolder {
	    padding: 32px 0 0;
	}
	.contentBox {
		height: inherit!important;
		max-width: 575px;
	}

	.boxWrapper {
		padding-right: 0px!important;
		margin: 0 auto;
	}

	.clientLogos ul {
		padding-left: 0px;
	}

	.clientLogos li {
		padding-bottom:  15px;
	}

	.searchWrapperInner label {
		font-size: 13px;
	}

	.ideaBox {
		padding-right: 0;
		width: 100%;
	}

	.entertainLinks li {
		padding-bottom: 10px;
	}

	.entertainLinks li:last-child {
		padding: 0;
	}

	.blog-container .leftSection, .blog-container .rightSection {
	    margin: 0 0 15px 0;
	}

	.blog-container .leftSection, .blog-container .rightSection {
	    padding: 20px;
	}

	.pageLeftNav li:first-child .menuLister, .pageLeftNav li:last-child .menuLister  {
		width: 480px;
	}

	.menuLister .columns {
		height: auto !important;
	}
	
	.menuLister .columns + .columns {
		padding-left: 0px;
	}
}

@media screen and (max-width:480px){
	.commonContentsDtl .imgHolder {
		padding: 0 0 16px 0;
		float: none;
	}
	.footerLogos img,.footerLogos img:last-child {
		margin: 0 auto 15px auto;
		display: block;
	}

	.homeContact li {
		font-size: 12px;
		text-align: center;
	}

	.eventEntertainMent h1.textTitle, .eventEntertainMent h2.textTitle, .newsLetterAndLinks h2 {
		font-size: 18px;
	}

	.contentWrapper h1 {
		font-size: 18px;
	}

	.contentWrapper h2 {
		font-size: 18px;
	}

	.contentWrapper p {
		font-size: 14px;
	}

	.eventContent {
		padding-top: 40px;
	}

	.pageLeftNav li:first-child .menuLister, .pageLeftNav li:last-child .menuLister  {
		width: 320px;
	}

	.commonContentsDtl {
		padding: 38px 12px;
	}

	.shortlistHolder .sections {
	    margin-bottom: 20px;
   }
   
}

@media (min-width:1000px){
.testimonialHolder h2 {
    left: -113px;
}
.areaHolder h2 {
    left: -123px;
}
}

.homelinks a:link, .homelinks a:visited, .homelinks a{

}
.homelinks a:hover, .homelinks a:active{
	color: #3D3C42;
	background-color: #ffc939;
	padding: 0px 2px;
	margin: 0 -2px;
}



@media (max-width:480px){

	.menuLister .columns + .columns{
		padding-left: 0px;
	}
}

.profileTitle{
	background: rgba(0,0,0,0.5);
	padding:20px;
	margin: 0 auto;
}

@media (max-width:400px){
	.testimonialSlide .slider{
	font-size: 12px;
	}
}

@media (max-width:640px){
	.bluredImgHolder{
		min-height:250px;
	}
	.bannerImgHolder .profileImage .imgHolder{
		height:180px;
	}
}

.partyplanner p{height:38px; margin-top: 10px;}
.partyplanner img{margin-bottom: 10px;}

.planbrowse{text-align: center; background: #ffc939 ; padding: 25px 0 25px;}
.plan-browse{
	padding:15px 50px;
	margin:10px 15px;
	display: inline-block;
	background: #ff9232;
	color:#fff;
	font-size: 16px;
	font-family: 'montserratbold';
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width:300px;
}

.plan-browse:hover{
	background: #0c76cf;
}

.pae-ba {text-align: left;}
.pae-ba h3 a{color:#ff9232;}
.pae-ba ul li a{color:#555; padding:10px; border: #555 solid 2px; border-radius: 3px;}
.pae-ba ul {
	list-style-type: none;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
}

.pae-ba ul li{
	display: inline-block;
	margin:20px 10px 20px 0px;
	text-transform: capitalize;
}

.pae-ba ul li:last-child a{
	background: #ddd;
}

.pae-ba h3 a:hover{color:#00a5e4;}

.pae-ba ul li:hover a{border: #0c76cf solid 2px; background: #00a5e4;}

.pae-ba ul li:hover a{color:#fff;}

@media (max-width:720px){
	
	.pae-ba {
		text-align: center;
	}
	.pae-ba ul li{
		display: block;
		width:100%;
		margin:15px 0 15px 0;

	}
	
	.pae-ba ul li a{
		min-width:100%;
		display: block;

	}
}

@media (min-width:1024px){
.entertainmentContent{text-align: center;}
.centered-notfloat{
	float: none;
	display: inline-block;
	padding-right: 0px;
	width:23.5%;
	vertical-align: top;
}
.centered-notfloat + .centered-notfloat{
	margin-left:1%;
}

.centered-notfloat:last-child{
	float:none !important;
}
}

.alt-back{
	background: rgba(255, 255, 255, 0) url("../images/bgMain.png") repeat scroll 0 0;
}

.alt-back h3{
	color:#fff;
	}
	
.hotel {
    background: #eee none repeat scroll 0 0;
}

.ThisInCounty{
	background: #ff9232;
	text-align: center;
	color:#fff;
	font-family: 'montserratbold';
    font-size: 25px;
    text-transform: uppercase;
    padding:20px 0;
}

.ThisInCountyTop{
	background: #ff9232;
	text-align: center;
	color:#fff;
	font-family: 'montserratbold';
    font-size: 25px;
    text-transform: uppercase;
    padding:20px 0;
}

.ThisInCounty span, .ThisInCountyTop span{line-height: 30px; vertical-align: middle;}


/*Logo carousel*/

#clients {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 80px;
  overflow: hidden;
}
#clients .clients-wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  height: 65px;
  line-height: 70px;
  text-align: center;
  padding:0 30px;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.40;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

table.date td, table.date select, table.date button{font-size: 12px !important; padding:5px; font-family: montserrat !important;}
table.date td:hover{background: #ffc939;}
table.date tr:nth-child(1) td:hover, table.date tr:nth-child(2) td:hover, table.date tr:last-child td:hover{background: none;}

table.date button{background: #00a5e4 !important; border: none; color: #fff; border-radius: 5px;}
table.date button:hover{background: #ff9232 !important;}

.supplemented{display: block; width:100%; float:left; margin-bottom: 50px;}

.act-set{display: block; width:100%; float:left; margin-bottom: 50px;}

.supplemented .contentBox{background: #ffc939;}
.act-set .contentBox{background: #fff;}

.venue-list .boxWrapper .mainListing{background: #eee;}

.sitemap-links{padding: 0 20px 20px;}
.sitemap-links ul{list-style-type: none; border-left:5px #fedc3c solid; padding-left: 30px; padding-bottom: 0;}
.sitemap-links ul li{padding-top: 20px;}
.sitemap-links ul li img{display: none; visibility: hidden; height: 0; padding: 0; height: 0;}
.sitemap-links ul li.view-all a{font-weight: normal;}
.sitemap-links ul li ul{margin-top:20px; padding-bottom: 0px; border-left-color: #ff9232;}
.sitemap-links ul li ul li ul{border-left-color: #00a5e4;}
.sitemap-links ul li ul li ul li ul{border-left-color: #0c76cf;}
.sitemap-links ul li ul li ul li ul li ul{border-left-color: #fedc3c;}
.sitemap-links ul li:last-child{padding-bottom: 0px;}
.sitemap-links ul li:first-child{padding-top: 0px;}
@media (max-width:640px){
	.sitemap-links{padding: 0px;}
	.sitemap-links ul{padding-left: 10px;}
	.sitemap-links ul li{padding-top: 15px;}
	.sitemap-links ul li ul{margin-top:15px;}
}
.menuLister ul ul, .menuLister ul ul li, .menuLister ul img{display: none; visibility: hidden; height: 0; padding: 0; height: 0;}

@media (max-width:640px){
	.homelinks iframe{max-width: 100%; height:auto;}
}

.BlogTagList li{display: inline-block; padding:5px 5px 0 0;}
.BlogTagList li a{padding:5px 9px; background: #00a5e4; text-decoration: none !important; color:#fff !important;}
.BlogTagList li a:hover{background: #df8424;}
.BlogTagList li a:active{background: #0c76cf;}
.BlogTagList li a.view-all-blog:hover{background: #df8424;}

.blog-container .pagination {padding:0px; margin: 0px;}
.blog-container .pagination li{padding:0px; margin: 0px !important; display: inline;}
.blog-container .pagination li.pag-current{padding:10px; margin: 0px; background: #ffc939; }
.blog-container .pagination li a{padding:10px; margin: 0px; background: #0c76cf; color:#fff;}
.blog-container .pagination li a:hover{padding:10px; margin: 0px; background: #df8424; color:#fff;}

.BlogRecentPost .pagination {visibility: hidden; height: 0; display: none;}
h1.post-title{padding-bottom: 0; margin-bottom: 0;}

a.view-all-blog{width:100%; text-align:center; padding:10px; margin: 0px; background: #00a5e4; color:#fff !important; text-decoration: none !important; display: block; margin-bottom: 20px;}
a.view-all-blog:hover{background: #0c76cf;}

@media (max-width:640px){
	.homeRight ul{
		display: none;
		visibility: hidden;
		height: 0;
		padding:0;
		margin:0;		
	}
}