/*My Custom Styles Begin*/
body{margin:0;padding:0;position:relative;background:#272322;overflow-x:hidden;font-family: 'Titillium Web', sans-serif;font-size:16px;line-height: 24px;color:#171717;font-weight:300;}
h1, h2, h3, h4, h5, h6, p, li, a, ul{margin:0;padding:0;color:inherit;}
a{color:inherit;text-decoration:none;outline:none;transition:all 0.3s ease-in-out;}
a:hover, a:focus{color:inherit;text-decoration:none;outline:none;}
button{transition:all 0.5s ease;}
img{max-width:100% ;height:auto;}
ul{padding-left:0px;list-style:none;}
.btncolor{ background-color: #fbe594; border:1px solid #fbe594; padding: 10px 20px; border-radius: 5px; }
.btncolor:hover{ background-color: #fff; color:#000; border:1px solid #000;}

body::-webkit-scrollbar {
    width: 10px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(21,27,39,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #fbe594;
  outline: 1px solid slategrey;
}


.nav ul li{display:inline-block;margin-right: 11px;position:relative;cursor:pointer;}
.nav ul li:last-child{margin-right: 0px;}
.nav ul li a{color:#fffdca;font-size:17px;font-family: 'Titillium Web', sans-serif;padding-bottom:80px;font-weight: 600;
		letter-spacing: 1px;}

.nav ul li:before{content:"";background:#fffdca;width:0;height:3px;position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);transition:all 0.5s ease;}
.nav ul li:hover:before, .nav ul li.active:before{width:100%;}
.nav ul li ul{position:absolute;width:200px;box-shadow:0px 0px 10px rgba(0,0,0,.1);background:rgba(0,0,0,.8);
	top:75px;left:0;height: 180px;text-align:left;padding:10px 0px;opacity:0;visibility:hidden;transition:all 0.5s ease;z-index:99;}
.nav ul li ul li{display:block;margin:0;}
.nav ul li ul li a{display:block;padding:5px 15px;font-size:16px;}
.nav ul li ul li a:hover{background:#fffdca;color:#000;}
.nav ul li ul li:before{display:none;}
.nav ul li:hover ul{visibility:visible;opacity:1;}

li.menu ul { position: absolute;width: 220px;box-shadow: 0px 0px 10px rgba(0,0,0,.1);background: rgba(255,255,255,.8);
        bottom: -153px;left: 0;top: 90px;height: 335px;text-align: left;padding: 10px 0px;opacity: 0;visibility: hidden;
        transition: all 0.5s ease; z-index: 99; }





.homeBannerSection{background:url(../images/banner.jpg);background-size:cover;padding:150px 0px;position:relative;background-attachment:fixed;}
.homeBannerSection:before{content:"";background:rgb(0,0,0,.8);position:absolute;top:0;left:0;width:100%;height:100%;}
.homeBannerSection .container{position:relative;}
.homeBannerSection h3{color:#fff;text-align: center;font-family: 'Titillium Web', sans-serif;font-size:50px;line-height:55px;max-width:900px;margin:0 auto;font-weight:bold;}


.gallerySection{padding:100px 0px;text-align: center;}
.gallerySection h2{font-family: 'Titillium Web', sans-serif;text-transform: uppercase;color:#fff;position:relative;font-size:55px;line-height:60px;margin-bottom:25px;padding-bottom:20px;font-weight:bold;}
.gallerySection h2:after{content:"";background:#fbe594;position:absolute;width:80px;height:4px;bottom:0;left:50%;transform:translateX(-50%);}
.gallerySection h2+p{max-width:800px;margin:0 auto;font-size:18px;line-height:30px; color: #fff;}
.gallerySection img{ padding-top: 20px; }
.gallerySection .row+.row{ padding-top: 10px; }

.gallery_slider{margin-top:60px;position:relative;}
.gallery_slider img{border-radius:5px 5px 0px 0px;}
.gallery_slider .owl-prev{position:absolute;top:45%;left:-80px;background:transparent;text-indent: -999em;background:url(../images/left_arrow.png) center center no-repeat !important;padding:0;width:33px;height:58px;opacity:0.8;transform:translateY(-50%);border-radius:50% !important;box-shadow:0px 0px 10px rgba(0,0,0,.1);}
.gallery_slider .owl-next{position:absolute;top:45%;right:-80px;background:transparent;text-indent: -999em;background:url(../images/right_arrow.png) center center no-repeat !important;padding:0;width:33px;height:58px;opacity:0.8;transform:translateY(-50%);border-radius:50% !important;box-shadow:0px 0px 10px rgba(0,0,0,.1);}


/*.btn-view{display:inline-block;background:#949494;color:#fff;padding:15px 50px;border-radius:4px;text-align: center;margin-top:50px;font-size:20px;border:none;outline:none;}
.btn-view:hover{color:#fff;background:#171717;}
.btn-extra{background:#fbe594;color:#171717;}*/


.menuSection{background:url(../images/menu_bg.jpg);background-size:cover;padding:100px 0px 100px;position:relative;background-attachment:fixed;color:#fff;}
.menuSection:before{content:"";background:rgb(0,0,0,.7);position:absolute;top:0;left:0;width:100%;height:100%;}
.menuSection .container{position:relative;}
.menuSection h2{font-family: 'Titillium Web', sans-serif;color:#fff;position:relative;font-size:55px;line-height:60px;margin-bottom:25px;padding-bottom:20px;font-weight:bold;text-align: center;}
.menuSection h2:after{content:"";background:#fbe594;position:absolute;width:80px;height:4px;bottom:0;left:50%;transform:translateX(-50%);}
.menuSection h2+p{max-width:800px;margin:0 auto;font-size:18px;line-height:30px;color:#fff;z-index:99;text-align: center;}
.menuSection p{color:#fff;}
.menuOuterBox{margin-top:60px;text-align: center;}
.menuOuterBox h3{text-align: center;font-size:40px;font-weight:bold;line-height:40px;margin-bottom:60px;}
.menuOuterBox h4{font-size:20px;margin-bottom:10px;line-height:30px;}
.menuOuterBox p{margin:0 auto;font-size:18px;line-height:30px;}
.menuOuterBox .col-md-6 p{max-width:500px;}
.menuOuterBox .col-md-12 p{max-width:800px;}
.menuOuterBox h4 span, .menuOuterBox h3 span{font-weight:bold;color:#fbe594;font-size:18px;vertical-align:middle;display:inline-block;}
.menuOuterBox p b{font-weight:bold;color:#fbe594;}
.weeklyfeature_slider{ margin-top:60px;position:relative; }
.weeklyfeature_slider .owl-prev{position:absolute;top:45%;left:-80px;background:transparent;opacity:0.7;text-indent: -999em;background:url(../images/left_arrow.png) center center no-repeat !important;padding:0;width:33px;height:58px;transform:translateY(-50%);border-radius:50% !important;box-shadow:0px 0px 10px rgba(0,0,0,.1);}
.weeklyfeature_slider .owl-next{position:absolute;top:45%;right:-80px;background:transparent;opacity:0.7;text-indent: -999em;background:url(../images/right_arrow.png) center center no-repeat !important;padding:0;width:33px;height:58px;transform:translateY(-50%);border-radius:50% !important;box-shadow:0px 0px 10px rgba(0,0,0,.1);}
.menuItemOuter [class*="col"]{margin-bottom:60px;}

.menupage{ padding:100px 0;  text-align: center;}
.menupage h2{font-family: 'Titillium Web', sans-serif;color:#171717;position:relative;font-size:55px;line-height:60px;margin-bottom:40px;padding-bottom:20px;font-weight:bold;}
.menupage h2:after{content:"";background:#fbe594;position:absolute;width:80px;height:4px;bottom:0;left:50%;transform:translateX(-50%);}
.menupage h3 { font-size: 40px;font-weight: 600; }
.menupage h4 {font-size: 25px;line-height: 30px;margin-bottom: 20px;position: relative; padding-bottom: 20px;}
.menupage h4:after {content: ""; background: #fbe594; position: absolute; width: 80px;height: 2px;bottom: 0;left: 50%;transform: translateX(-50%); }	
.menupage p{font-size:16px;line-height:35px;}

.menupage .menucontent_marginbtm { margin-bottom: 35px; }

#childrensmenu img{ margin:25px 0; }

#privateeventsec a:hover{ color:#fbe594; }


.eventSection{padding:100px 0px; text-align: center;}
.eventSection h2{font-family: 'Titillium Web', sans-serif;color:#fff;text-transform: uppercase;position:relative;font-size:55px;line-height:60px;margin-bottom:25px;padding-bottom:20px;font-weight:bold;}
.eventSection h2:after{content:"";background:#fbe594;position:absolute;width:80px;height:4px;bottom:0;left:50%;transform:translateX(-50%);}
.eventSection p{font-size:20px;line-height:35px;}
.eventSection img{ padding-top: 20px; }



.entertainmentSection{padding:100px 0px;background:url(../images/livemusic.jpg);color:#fff;position:relative;background-size:cover;background-attachment: fixed;}
.entertainmentSection:before{content:"";background:rgb(0,0,0,.7);position:absolute;top:0;left:0;width:100%;height:100%;}
.entertainmentSection .container{position:relative;}
.entertainmentSection h2{text-align: center;text-transform: uppercase;font-family: 'Titillium Web', sans-serif;color:#fff;position:relative;font-size:55px;line-height:60px;margin-bottom:45px;padding-bottom:20px;font-weight:bold;}
.entertainmentSection h2:after{content:"";background:#fbe594;position:absolute;width:80px;height:4px;bottom:0;left:50%;transform:translateX(-50%);}

.entertainmentSection ul li{display:block;text-align: center;font-size:25px;font-weight:bold;color:#fff;padding-bottom:15px;border-bottom:1px solid rgba(251, 229, 148, .2);margin-bottom:15px;border-radius:4px;}
.entertainmentSection ul li b{color:#fbe594;}
.entertainmentSection ul li:last-child{border:none;}


.contactSection{padding:100px 0px; text-align: center;}
.contactSection h2{font-family: 'Titillium Web', sans-serif;color:#171717;position:relative;font-size:55px;line-height:60px;margin-bottom:40px;padding-bottom:20px;font-weight:bold;}
.contactSection h2:after{content:"";background:#fbe594;position:absolute;width:80px;height:4px;bottom:0;left:50%;transform:translateX(-50%);}
.contactSection h4 {font-size: 25px;line-height: 30px;margin-bottom: 20px;position: relative;padding-bottom: 20px; }
.contactSection h4:after {content: ""; background: #fbe594; position: absolute; width: 80px;height: 2px;bottom: 0;left: 50%;transform: translateX(-50%); }	
.contactSection p{font-size:16px;line-height:35px;}
.contactSection img{ padding-top: 20px; }
.contactSection p a:hover{color: #fbe594;}


.hourofoperationSection{padding:100px 0px;background:url(../images/livemusic.jpg);color:#fff;position:relative;background-size:cover;background-attachment: fixed;}
.hourofoperationSection:before{content:"";background:rgb(0,0,0,.7);position:absolute;top:0;left:0;width:100%;height:100%;}
.hourofoperationSection .container{position:relative;}
.hourofoperationSection h2{text-align: center;font-family: 'Titillium Web', sans-serif;color:#fff;position:relative;font-size:55px;line-height:60px;margin-bottom:45px;padding-bottom:20px;font-weight:bold;}
.hourofoperationSection h2:after{content:"";background:#fbe594;position:absolute;width:80px;height:4px;bottom:0;left:50%;transform:translateX(-50%);}

.hourofoperationSection ul li{display:block;text-align: center;font-size:20px;font-weight:bold;color:#fff;padding-bottom:15px;border-bottom:1px solid rgba(251, 229, 148, .2);margin-bottom:15px;border-radius:4px;}
.hourofoperationSection ul li b{color:#fbe594;}
.hourofoperationSection ul li:last-child{border:none;}

/*.reservationSection{padding:100px 0px 0px 0px; text-align: center;color:#fff;background:#171717;}*/
.reservationSection h2{font-family: 'Titillium Web', sans-serif;color:#fff;position:relative;font-size:55px;line-height:60px;margin-bottom:25px;padding-bottom:20px;font-weight:bold;}
.reservationSection h2:after{content:"";background:#fbe594;position:absolute;width:80px;height:4px;bottom:0;left:50%;transform:translateX(-50%);}
.reservationSection h2+p{max-width:800px;margin:0 auto 40px;font-size:18px;line-height:30px;}

.formOuter{margin-top:50px;}
.formOuter label{display:block;margin-bottom:10px;text-align: left;}
.formOuter input[type="text"], .formOuter input[type="email"], .formOuter input[type="tel"], .formOuter select, .formOuter textarea
{
	width:100%;outline:none;padding-left:15px;height:45px;border:none;background:#fff;border:1px solid #fff;border-radius:4px;color:#171717;margin-bottom:25px;
}
.formOuter textarea{height:150px;padding:15px;}
.diningPageSection .formOuter label{color:#fff;}
.diningPageSection .formOuter input[type="text"], .diningPageSection .formOuter input[type="email"], .diningPageSection .formOuter input[type="tel"], .diningPageSection .formOuter select, .diningPageSection .formOuter textarea
{
	border-color:#ccc;
}
.diningPageSection .btn-view{margin-top:20px;}
.formOuter label.error{color:red;margin-bottom:20px;margin-top:-10px;}
#response p{margin-top: 30px;background: #171717;padding: 10px;color: #fff;padding-left:20px;}


/*.reservationSection .btn-view{background:#fbe594;color:#fff;}
.reservationSection .btn-view:hover{background:#949494;color:#fff;}*/

.cateringPageSection{padding:100px 0px;text-align: center;}
.cateringPageSection h2{font-family: 'Titillium Web', sans-serif;color:#fff;position:relative;font-size:55px;line-height:60px;margin-bottom:25px;padding-bottom:20px;font-weight:bold;}
.cateringPageSection h2:after{content:"";background:#fbe594;position:absolute;width:80px;height:4px;bottom:0;left:50%;transform:translateX(-50%);}
.cateringPageSection h2+p{max-width:800px;margin:0 auto 40px;font-size:18px;line-height:30px;}

.cateringBox{position:relative;margin-top:30px;overflow:hidden;border-radius:4px;color:#fff;}
.cateringBox:before{content:"";background:rgba(0,0,0,.6);width:100%;height:100%;position:absolute;top:0;left:0;transition:all 0.5s ease;}
.cateringOverlay{position:absolute;top:50%;left:0;width:100%;text-align: center;color:#fff;transition:all 0.5s ease;padding:40px 30px;transform:translateY(-50%);}
.cateringOverlay h4{font-size:30px;line-height:30px;margin-bottom:20px;position:relative;padding-bottom:20px;}
.cateringOverlay h4:after{content:"";background:#fbe594;position:absolute;width:80px;height:2px;bottom:0;left:50%;transform:translateX(-50%);}
.cateringOverlay p{color:#fff;}
.cateringOverlay p a{font-weight:bold;color:#fbe594;}

.brewerySection{background:url(../images/brewery.jpg);background-size:cover;padding:100px 0px 30px;position:relative;background-attachment:fixed;color:#fff;}
.brewerySection:before{content:"";background:rgb(0,0,0,.7);position:absolute;top:0;left:0;width:100%;height:100%;}
.brewerySection .container{position:relative;}
.brewerySection h2{font-family: 'Titillium Web', sans-serif;color:#fff;position:relative;font-size:55px;line-height:60px;margin-bottom:25px;padding-bottom:20px;font-weight:bold;text-align: center;}
.brewerySection h2:after{content:"";background:#fbe594;position:absolute;width:80px;height:4px;bottom:0;left:50%;transform:translateX(-50%);}
.brewerySection h2+p{max-width:800px;margin:0 auto;font-size:18px;line-height:30px;color:#fff;z-index:99;text-align: center;}

.brewerySec {padding:100px 0px;text-align: center;}
.brewerySec h2 {font-family: 'Titillium Web', sans-serif;text-transform: uppercase;color: #171717;position: relative;font-size: 55px;line-height: 60px;margin-bottom: 25px;padding-bottom: 20px;font-weight: bold;text-align: center; }
.brewerySec h3{ text-transform: uppercase; }
.brewerySec h4 {font-size: 25px;line-height: 30px;margin-bottom: 20px;position: relative;padding-bottom: 20px; }
.brewerySec h4:after {content: ""; background: #fbe594; position: absolute; width: 80px;height: 2px;bottom: 0;left: 50%;transform: translateX(-50%); }	

.footerSection{background:#171717;text-align: center;padding:60px 0px;color:#fff;}
.footerMenu{margin-bottom:30px;}
.footerMenu li{display:inline-block;margin:0 20px;position:relative;}
.footerMenu li:before{content:"\f111";color:#fbe594;font-family:"FontAwesome";position:absolute;top:50%;left:-15px;font-size: 5px;transform:translateY(-50%);}
.footerMenu li a{color:#fff;font-size:18px;opacity:.5;}
.footerMenu li a:hover{opacity:1;}
.footerSection p{font-size:18px;line-height:35px;}
.footerSection p b{color:#fbe594;font-weight:bold;}
.footerSection p a{opacity:.5;}
.footerSection p a:hover{opacity:1;}
.copyRights{margin-top:30px;}

.mobilenav{display:none;}

.fixedHeader{position:fixed;width:100%;background:rgba(255,255,255,.9);padding:15px 0px;left:0;z-index:99;top:-125px;transition:all 0.5s ease-in-out;transform:translateY(125px);}
.fixedHeader .nav ul li ul{bottom:-139px;}
.fixedHeader li.menu ul { top:75px; }

.gallery_slider p{background:#171717;color:#fff;padding:10px 20px;text-align: center;border-radius:0px 0px 5px 5px;}

.diningPageSection{padding:100px 0px;}
.diningPageSection h2{font-family: 'Titillium Web', sans-serif;position:relative;font-size:55px;line-height:60px;margin-bottom:25px;padding-bottom:20px;font-weight:bold;text-align: center;}
.diningPageSection h2:after{content:"";background:#fbe594;position:absolute;width:80px;height:4px;bottom:0;left:50%;transform:translateX(-50%);}
.diningPageSection h2+p{max-width:800px;margin:0 auto;font-size:18px;line-height:30px;z-index:99;text-align: center;}

.cateringsec label{ width: 100%;display: block; }

/*21.10.2018 STYLE START*/

.eventpage { padding: 100px 0; background-color: #fff; }
.eventpage h2.pageheading{ margin-top: 0; margin-bottom: 25px; }

.entertainmentpage { padding: 100px 0; background-color: #fff; }
.entertainmentpage h2.pageheading{ margin-top: 0; margin-bottom: 25px; }
.entertainmentpage ul li{ padding: 15px 0;font-size: 20px; }

.stpatrickspage { padding: 100px 0; background-color: #009a49; }
.stpatrickspage h2.pageheading{ margin-top: 0; margin-bottom: 25px; }
.stpatrickspage ul li{ padding: 15px 0;font-size: 20px; }

.contactpage { padding: 100px 0; background-color: #fff; }
.contactpage h2.pageheading{ margin-top: 0; margin-bottom: 25px; }
.contactpage h4 { position: relative;padding: 25px 0;font-weight: 600;font-size: 20px; }
.contactpage h4:after {content: "";background: #fbe594;position: absolute;width: 80px;height: 4px;bottom: 0;
    left: 50%; transform: translateX(-50%); }
.contactpage p { text-align: center; padding: 15px 0 30px 0; font-size: 18px; line-height: 30px; }
/*21.10.2018 STYLE END*/

/*09.01.2019 STYLE START*/
.brunchbanner{position: relative; background-image: url('../images/brunch_banner.jpg'); background-size: cover;
		background-position: center;height:200px; }
.brunchbanner:before{ position: absolute;content: '';top:0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); }

.drinksbanner{position: relative; background-image: url('../images/drinks_banner.jpg'); background-size: cover;
		background-position: center;height:200px; }
.drinksbanner:before{ position: absolute;content: '';top:0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); }

.menubanner{position: relative; background-image: url('../images/menu_banner.jpg'); background-size: cover;
		background-position: center;height:200px; }
.menubanner:before{ position: absolute;content: '';top:0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); }

.vdaybanner{position: relative; background-image: url('../images/vday_banner.jpg'); background-size: cover;
		background-position: center;height:200px; }
.vdaybanner:before{ position: absolute;content: '';top:0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); }

.dessertbanner{position: relative; background-image: url('../images/dessert_banner.jpg'); background-size: cover;
		background-position: center;height:200px; }
.dessertbanner:before{ position: absolute;content: '';top:0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); }

.groupmenubanner {position: relative; background-image: url('../images/groupmenu_banner.jpg'); background-size: cover;
		background-position: center;height:200px; }
.groupmenubanner:before{ position: absolute;content: '';top:0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); }

.sec_padding{ padding:20px 0 50px 0 !important; }

.grpmenu_secpadding{ padding:80px 0 0 0 !important;background : #272322 !important; }

.gallerycontent{ padding: 20px 0; }
.gallerycontent img{ padding-top: 30px; }
/*09.01.2019 STYLE END*/
table{ width: 100%; }
table th{ text-align: center; padding: 5px 0;}
table tr td{ padding: 5px 0; }
table td.tablerow_heading{ text-align: left;padding: 10px 0; font-size: 18px; }
 
/*11.01.19 STYLE START*/
.weeklyfeaturepage{ background: #fff; }
.sec_menupadding{ background : #272322 !important; color: #fff; padding: 30px 0 0 0 !important; }
.menuheading_light{ color: #fff !important; }
.menubg_dark{ background: #272322 !important; color: #fff;padding-bottom: 50px; }
.menubg_red{ background: #d01814 !important; color: #fff;padding-bottom: 50px; }
.menubg_light{ background: #fff; color: #000; }
.menu_padding{ padding: 70px 0; }
.social_icon a{display: inline-block; padding: 4px 6px ; font-size: 20px;margin-top: 10px;background: #fff; border-radius: 9px;
  min-width: 34px;border:1px solid #fff;margin-left: 5px;}
.social_icon a i.fab{ color: #171717; }
.social_icon a:hover{ background: transparent;border: 1px solid #fff;transition: 0.5s all ease; }
.social_icon a:hover i.fab{ color:#fff; }


#stpatrickblock{ padding-top: 30px; }
#stpatrickblock h3{ font-size: 35px; color:#fff; }
#table { width: 254px; border: none; margin: 0px auto !important; position: relative;top: 0px;left: 0px;margin-left: -10px;padding: 0;
    border-collapse: collapse;}
table, table td {padding: 0;border: none;border-collapse: collapse; color: #fff;}
.numbers { border-style: ridge;border-width: 2px;border-color: #666666; background: #fff;padding: 20px 0px;width: 50px;
    text-align: center; font-family: Arial;font-size: 28px;font-weight: bold;font-style: normal;color: #000; }



/*11.01.19 STYLE END*/



@media(max-width:1200px)
{
	.nav ul li a{font-size:16px;letter-spacing:0;font-weight: 600;}
	.headerSection{padding:15px 0px;}
	.nav ul li ul{bottom:-140px;}
	.homeBannerSection h3{font-size:35px;line-height:45px;max-width:700px;}
}


/*20.10.2018 STYLE*/
@media(max-width:900px)
{
	.gallery_slider .owl-prev{ left: 0px !important; }
	.gallery_slider .owl-next{ right:0px !important; }

	.weeklyfeature_slider .owl-prev{left:0 !important;}
	.weeklyfeature_slider .owl-next{ right: 0 !important; }
}

/*20.10.2018 STYLE*/

@media(max-width:990px)
{
  .nav{display:none;}
  .headerSection{text-align: left; position: fixed;top:0;width:100%;z-index:99999;transform: translateY(0);}
  .headerSection .container{width:100%;}
  .commonSection{padding:60px 0px;}
  .commonSection h2{font-size: 40px;line-height:50px;}
  .menuOuterBox h3{font-size: 30px;line-height:40px;}
  .gallerySection .row+.row{ padding-top: 0px; }

  .weeklyfeaturepage img{ max-width:600px; margin-bottom: 20px; }
  

  /*Mobile Nav*/
		#et-top-navigation{display:none !important;}
		#cssmenu,
		#cssmenu ul,
		#cssmenu li,
		#cssmenu a {

		list-style: none;
		text-decoration: none;
		position: relative;
		}
		#cssmenu a {

		}
		#cssmenu {
		padding:40px 15px;
		text-align:left;

		}
		#cssmenu > ul > li > a {

		display: block;

		}
		#cssmenu > ul > li > a > span {


		display: block;

		}
		#cssmenu > ul > li > a:hover {
		text-decoration: none;
		}
		#cssmenu > ul > li.active {
		border-bottom: none;
		}
		#cssmenu > ul > li.active > a {
		color: #fff;
		}
		#cssmenu > ul > li.active > a span {

		}
		#cssmenu span.cnt {
		position: absolute;
		top: 8px;
		right: 15px;
		padding: 0;
		margin: 0;
		background: none;
		}
		/* Sub menu */
		#cssmenu ul ul {
		display: none;
		margin-bottom:20px;margin-top:10px;
		}
		#cssmenu ul ul li a{font-size:16px !important;line-height:20px;margin-bottom:10px;}
		#cssmenu ul li.mobileDropDownTrigger:after{content:"+";position:absolute;top:0;right:0}

		#cssmenu ul ul li {

		border-top: 0;
		}
		#cssmenu ul ul a {

		display: block;

		}


		.mobilenav {

		background:#171717; text-align:center;
		z-index:999999999999; 
		width:100%; 
    height: 100%;
		position: fixed;
		display:none;
		top:135px;
		box-shadow:0px 20px 50px rgba(0,0,0,.1);

		}
		.mobilenav h3 { background:#e6e6e6 url(images/closebtn.png) no-repeat 97% center; font-size:43px; color:#747473; text-transform:uppercase;margin:0px; font-family: 'Fjalla One', sans-serif;  }
		.mobilenav h3 a { display:block;  color:#747473; }
		.mobilenav h3 a:hover { text-decoration:none; }
		.mobilenav ul { margin:0px;  padding-left:0px;}
		.mobilenav ul li { list-style:none; font-size:18px; color:#4d4d4d; margin:0px;border-bottom:1px solid #333333; }

		.mobilenav ul li a {color:#fffdca ;display:inline-block;font-size:22px;line-height:30px;font-weight:500;padding:15px 0px;transition:all 0.5s ease;position:relative;}
		.mobilenav ul li.parent a:after{font-size:15px;content:"\f103";font-family:"FontAwesome";color:#fff;position:absolute;top:50%;right:-23px;transform:translateY(-50%);transition:all 0.5s ease;}
        .mobilenav ul li.parent a:hover:after{color:#df1f2a;}
        

		.mobilenav ul li a:hover, .mobilenav ul li.active a, .mobilenav ul li.active ul li a:hover {color:#df1f2a !important;}
		.mobilenav ul li.active ul li a{color:#fff !important;}
		.mobilenav ul li:last-child a { border-bottom:none; }

		.mobilenav ul li ul li a{padding:0;margin-bottom:8px;color:#fff !important;font-size: 16px;}
		.mobilenav ul li ul li a:after{display:none;}
		.mobilenav ul li ul{display:none;}


    /*MY STYLE START*/

    ul.drop-menu li:first-child{ border-top: 1px solid #333333; padding-top: 5px;}

    #cssmenuscroll{ overflow-y: scroll;height: 500px;padding-bottom: 30px; }
    /*MY STYLE END*/

    





		.mobileTrigger { position:absolute; right: 15px; top: 50px;z-index:9999999999999; }


		.mobilenav._nav_open {
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		z-index:999;
		}

		#ut-sitebody #header-section.ut-primary-custom-skin {
		background: #000 !important;
		padding-bottom: 9px !important;
		}

		.nav-icon1 span, #nav-icon2 span, #nav-close span, #nav-sticky span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #565759;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
		}

		.nav-icon1 {
		width: 30px;
		height: 21px;
		position: relative;
		margin: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		}

		.nav-icon1 span, #nav-icon2 span, #nav-close span, #nav-sticky span {
		background: #fffdca !important;
		}

		.nav-icon1 span:nth-child(1), #nav-icon2 span:nth-child(1), #nav-close span:nth-child(1), #nav-sticky span:nth-child(1) {
		top: 4px;
		}
		.nav-icon1 span:nth-child(2), #nav-icon2 span:nth-child(2), #nav-close span:nth-child(2), #nav-sticky span:nth-child(2) {
		top: 8px;
		display: none;
		}

		.nav-icon1 span:nth-child(3), #nav-icon2 span:nth-child(3), #nav-close span:nth-child(3), #nav-sticky span:nth-child(3) {
		top: 12px;
		}

		.nav-icon1.open span:nth-child(1), #nav-icon2.open span:nth-child(1), #nav-close.open span:nth-child(1), #nav-sticky.open span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
		}
		.nav-icon1.open span:nth-child(2), #nav-icon2.open span:nth-child(2), #nav-close.open span:nth-child(2), #nav-sticky.open span:nth-child(2) {
		opacity: 0;
		left: -60px;
		}

		.nav-icon1.open span:nth-child(3), #nav-icon2.open span:nth-child(3), #nav-close.open span:nth-child(3), #nav-sticky.open span:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
		}
		.nav-icon1 span:nth-child(1){width:30px;height:3px;}
		.nav-icon1 span:nth-child(3){width:20px;height:3px;right:0;left:auto;}
		.nav-icon1.open span:nth-child(1){width:100%;height:3px;}
		.nav-icon1.open span:nth-child(3){width:100%;height:3px;right:auto;left:0;}
		/*Mobile Nav*/


    .menu_padding{ padding: 40px 0 !important; }
    .menubg_dark{ padding-bottom: 40px; }
        
        
}
/*20.12.2018 STYLE BEGIN*/

@media(max-width: 550px){
	h2.pageheading { margin-top: 0; margin-bottom: 20px !important; font-size: 35px !important; padding-bottom: 20px !important; }
	.entertainmentpage ul li { padding: 7px 0; font-size: 16px; }
}

@media(max-width: 350px){
	a.pdfbtn { font-size: 13px; }


}

/*20.12.2018 STYLE END*/
