/*------------------------------------------------------------------
  [Stylesheet]
  Project:    Project Name
  Version:    1.0
  Last change:  10.11.10 [Created]
  Assigned to:  Titan Web (You Name)          
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
  [Table of Contents]
  1.  Global
  2.  Header
  3.  Top Menu
  4.  Banner
  5.  Content
  6.  Footer
  7.  Gallery
  

  [Color codes]
  Background: #262626 (Dark Grey)
  Content:  #3b3b3b (Light Black)
  Header h1:  #a70d00 (Dark Red)
  a (standard): #0046e4 (Bright Blue)
  a (visited):  #009ce4 (Lighter Blue)

  [Typography]
  Body copy:  12px/1.3 Verdana, Arial, Helvetica, sans-serif;

-------------------------------------------------------------------*/
/*--------------------@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .fade-effect-bg, .inner-fade-effect-bg {
    background: url(../images/content-bg-full-mobile.png) repeat-x top left;
    width: 1600px;
    height: 1782px;
    position: absolute;
    top: 220px;
    left: 0px;
  }

}----------------------------------------------
  [ 1 Global ]
-------------------------------------------------------------------*/
@import url( '../fonts/stylesheet.css' );
/**/
body {
  background: #F0EBE7;
  color: #262626;
  font-family: 'RobotoRegular', Arial, Helvetica, sans-serif;
  font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 { font-size: 28px} h2 {font-size: 23px} h3 {font-size: 18px} h4 {font-size: 15px;} h5 {font-size: 12px;} h6 {}
a { color: #ba9150}
a:hover, a:focus { text-decoration:none; }
input, button, textarea, select {}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}
.row:after,
.clearfix:after {
  clear: both; 
}
.row,
.clearfix { 
  zoom: 1; 
}

.relative {
  position: relative;
}


/*------------------------------------------------------------------
  [ 2 Header ]
-------------------------------------------------------------------*/
.header {}
.headerfull-wrapper {
  position: relative;
  z-index: 300px;
}
.headerfull-wrapper img {
/*  background: url(../images/header-bg.png) repeat-x;
  height: 115px;*/
  width: 100%
}
.header-wrapper {
  height: 115px;
  overflow: visible;
}
.header-pad {
  overflow: visible;
}
.header-bg {
  position: absolute;
  z-index: 0;
  height: 115px;
}
.head-info-wrapp {
  background: url(../images/head-info-bg.png) no-repeat;
  height: 220px;
  float: left;
  padding: 10px 24px;
  width: 212px;
  margin-left: 45px;
  position:relative;
}
.phnum {
  color: #ba9150;
  font-family: 'CabinRegular', Arial, Helvetica, sans-serif;
  font-size: 26px;
  letter-spacing: 2px;
  padding: 10px 0;
}
.social-links ul {
  margin: 0px;
}
.social-links ul li {
  float: left;
  list-style-type: none;
}
.social-links ul li a {
  float: left;  
  height:21px;
  width: 21px;
  text-indent: -9999px;
}
.social-links ul li {
  margin-left: 25px;
}
.social-links ul li:first-child {
  margin-left: 0px;
}
#fb {
  background: url(../images/fb.png) no-repeat top center;
  height:21px;
  width: 21px;
  margin-right: 50px;
}
#fb:hover,
#twitter:hover,
#linkedin:hover,
#youtube:hover,
#instagram:hover {
  background-position: bottom center;
}
#twitter {
  background: url(../images/twitter.png) no-repeat top center;
  height:21px;
  width: 21px;
  margin-right: 45px;
}
#linkedin {
  background: url(../images/in.png) no-repeat top center;
  height:21px;
  width: 21px;
}
#youtube {
  background: url(../images/youtube.png) no-repeat top center;
  height:21px;
  width: 21px;
}
#instagram {
  background: url(../images/instagram.jpg) no-repeat top center;
  height:21px;
  width: 21px;
}
/*------------------------------------------------------------------
  [ 3 Top Menu ]
-------------------------------------------------------------------*/
/* Structure and General Styling */
.menu-wrapper { height:51px; position:relative; z-index:100; float: left; clear: none; margin: 40px 0 0 18px; width: 637px}
#menu-top-menu,
#menu-top-menu li,
#menu-top-menu a {
  display: block;
}
#menu-top-menu li,
#menu-top-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu-top-menu ul {
  display: none;
  position: absolute;
  z-index: 100;
}
#menu-top-menu li {
  float: left;
  position: relative;
  z-index: 100;
}
#menu-top-menu li:hover > ul {
  display: block;
}
#menu-top-menu > li:hover > ul {
  left: 0;
}
#menu-top-menu a {
  color: #4f3830;
  font-family: 'pt_sansbold', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}
#menu-top-menu a:hover,
#menu-top-menu a:active,
#menu-top-menu a:focus {
  color: #4F3830;
  text-decoration: none;
}
/* Top-level Styling */
#top-menu {
  bottom: 0;
  height: 51px;
  position: absolute;
  width: 640px;
}
#menu-top-menu {
  height: 51px;
  margin: 0 auto;
  position: relative;
  width: 724px;
}
#menu-top-menu > li {
  height: 51px;
  margin-right: 10px;
}
#menu-top-menu > li > a {
  font-size: 16px;
/*  padding: 14px 14px 12px;*/
  text-transform: uppercase;
  padding-right: 4px;
}
#menu-top-menu > li:first-child > a {
  border-left: none;
}
#menu-top-menu > li:hover > a,
#menu-top-menu > .current-menu-item > a,
#menu-top-menu > .current-menu-item:hover > a,
#menu-top-menu > .current-menu-ancestor > a {
  color: #4f3830;
  border-bottom: 3px solid #ba9150;
}
 
/* Sub-menu Styling and Positioning. Accounts for infinite levels of dropdowns. */
 
#menu-top-menu ul {
  background: transparent;
  width: 146px;
}
#menu-top-menu ul > li {
  width: 146px;
}
#menu-top-menu ul > li > a {
  background: #f2efed;
  border-top: 1px solid #e1e2e2;
  font-family: 'RobotoRegular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 5px 10px;
}
#menu-top-menu ul > li:hover > a,
#menu-top-menu ul > .current-menu-item > a,
#menu-top-menu ul > .current-menu-item:hover > a,
#menu-top-menu ul > .current-menu-ancestor > a {
  background: #EEEEEE;
  color: #ba9150;
}
#menu-top-menu li > ul li:hover > ul {
  left: 146px;
  top: 0;
}
/*------------------------------------------------------------------
  [ 4 Banner ]
-------------------------------------------------------------------*/
.banner {}
.banner-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  min-height: 684px;
  overflow: hidden;
}
.banner-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.banner img {
  /*min-height: 100%;*/
  width: 1600px;
  max-width: 100%;
  
  /* Set up proportionate scaling */
  width: 100%;
/*  min-height: 1024px;*/
 /* height: auto;*/
  
  /* Set up positioning */
  /*position: fixed;
  top: 0;
  left: 0;*/
  position: relative;

}

.fade-effect-bg, .inner-fade-effect-bg {
  background: url(../images/fade-effect-tobe-final.png) repeat-x top left;
  width: 100%;
  height: 450px;
  position: absolute;
  top: 185px;
  left: 0px;
}
.inner-fade-effect-bg {
  top: 60px;
  left: 0px;
}
/*------------------------------------------------------------------
  [ 5 Content ]
-------------------------------------------------------------------*/
.content {}
.content-wrapper {
  position: relative;
  top: -70px;
}
.entry-meta { display:none; }
.entry-utility { display:none; }
.page-title {
  color: #6a482c;
  font-family: 'pt_sansregular', Arial, Helvetica, sans-serif;
  font-size: 26px;
}
.mid-wrapper, .inner-mid-wrapper {
  background: url(../images/content-bg-full-for-final.png) repeat-x top left;
  width: 100%;
  position: relative;
  z-index: 200px;
  overflow: visible;
  /*margin-top: 520px;*/
  margin-top: 475px;
}
.inner-mid-wrapper {
  margin-top: 395px;
}
.mid-pad {
  overflow: visible;
}
/*.content.front-page {
  margin-top: 285px;
}
.content.sub-page {
  margin-top: 260px;
}*/
.content-pad {
/*  padding-bottom: 50px;*/
}
.main-content {
  min-height: 300px; 
}
.fade-effect {
  background: url(../images/content-bg-full.png) repeat-x top center;
  width: 100%; 
  margin-top: 280px;
}
.sub-page {
  padding: 0 20px;
  width: 925px; /* old = 920px */
  float: left;
}
.content-img-wrap {
    margin: 0 0 30px 30px;
}
.content-wrapp-pad {
  padding-top: 20px;
}
.widget-container .entry-title {
  display: none;
}
.ngg-widget a {
  float: left;
  margin-right: 2px;
}
.frontpage-main-wrapp {
  float: left;
  padding: 30px 20px 20px;
  width: 920px;
}
.left-cont-wrapp {
  width: 590px;
  float: left;
}
.right-cont-wrapp {
  float: right;
  width: 300px;
}
#facebooklikebox-2 {  
  background: #fff;
/*  border: 1px solid #5167b0;*/
  width: 292px;
  float: left;
}
#facebooklikebox-2 .widget-title {
  display: none;
}
._4s7c {
  border: 1px solid #315C99 ;
}
.pluginSkinLight .pluginLikeboxStream {
  height: 260px !important;
}
.read-more {
  color: #fff;
  background: url(../images/read-more.jpg) no-repeat top center;
  height: 31px;
  width: 104px;
  display: block;
  margin-top: 15px;
}
.read-more:hover {
  background-position: bottom center;
}
.read-more span {
  background: url(../images/read-more-arrow.png) no-repeat right center;
  float: left;
  font-family: 'pt_sansbold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 5px 15px 5px 12px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);

}
/*Cafe*/
.page-cafe .content-info-wrap h1,
.page-cafe .content-info-wrap h2,
.page-cafe .content-info-wrap h3,
.page-cafe .content-info-wrap h4 {
  color: #6a482c;
  font-family: 'pt_sansbold', Arial, Helvetica, sans-serif;
}
.page-cafe .content-info-wrap table tbody tr td {
    width: 445px;
}
.page-cafe .content-info-wrap ul li, 
.page-cafe .content-info-wrap table ul li {
  color: #6a482c;
  background: url("../images/arrow.png") no-repeat scroll left center transparent;
  line-height: 24px;
  list-style-type: none;
  margin: 0;
  padding-left: 18px;
}

/*Whats ON*/
.whats-on-wrapper {
/*  position: relative;
  width: 920px;*/
}
.whats-on-wrapper h2 {
  text-align: center;
}
.whats-on-innerwrapp {
  position: relative;
  width: 920px;
  padding: 20px 0;
}
.whatsonpage-wrap .whats-on-wrapper .caroufredsel_wrapper {
  min-height: 620px;
}
#btn_prev {
    background: url("../images/arrow-left.jpg") no-repeat scroll 0 0 transparent;
    height: 59px;
    left: 10px;
    position: absolute;
    text-indent: -9999px;
    top: 325px;
    width: 59px;
}
#btn_next {
    background: url("../images/arrow-right.jpg") no-repeat scroll 0 0 transparent;
    height: 59px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 325px;
    width: 59px;
}
#btn_prev:hover, #btn_next:hover {
  background-position: bottom center;
}
a.prev.disabled, a.next.disabled {
    background-position: bottom center !important;
    cursor: default;
}

/*Menus*/
.menus-wrapp-item {
  width: 287px;
  float: left;
  text-align: center;
  padding: 0 0 30px 28px;
	height: 215px;
}
.menus-wrapp-item.first {
  padding-left: 0px;
}
.menus-item {
  background: #fdfdfb;  
  margin: 0px auto;
  width: 147px;
  padding: 10px;
  position: relative;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.ie7 .menus-item {
  box-shadow: 1px 2px 2px rgba(198, 198, 198, 0.5);
}
.ie8 .menus-item {
  box-shadow: 1px 2px 2px rgba(198, 198, 198, 0.5);
}
.menus-item {
  position: relative; 
  behavior: url(/PIE.php); 
}  

.menus-item h3 {
  color: #855830;
  font-family: 'pt_sansregular', Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 0px;
}
.pdf-link-wrap {
  height: 39px;
  width: 167px;  
  margin: 7px auto 0px;
}
.pdf {
  background: url(../images/download-bg.jpg) no-repeat top center;
  width: 167px;
  height: 25px;
  float: left;
  padding: 7px 0
}
.pdf:hover {
  background-position: bottom center;
}
.pdf-link-wrap span {
  color: #fff;
  background: url(../images/dl-icon.png) no-repeat;
  font-family: 'pt_sansbold', Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 0 0 0 28px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);  
  position: relative; 
}
.pdf-link-wrap span {
  position: relative; 
  behavior: url(/PIE.php); 
}

/*Book a Function*/
.book-function-form {
  width: 920px;
}
.book-function-form, .book-function-packages  {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#gform_fields_2 {
  float: left;
  position: relative;
}
#gform_fields_2 li {
  float: left;
  width: 216px;
}
#field_2_2, #field_2_3, #field_2_7 {
  clear: both;
}
#field_2_4 {
  position: absolute;
  left: 236px;
}
#field_2_4 .ginput_container{
  position: relative;  
}
.ui-datepicker-trigger {
  position: absolute;
  top: 5px;
  left: 95px;
}
#field_2_5 {
  position: absolute;
  left: 236px;
  top: 68px;
}

#field_2_5 .gfield_description {
  width: 120px;
}
#input_2_4, #input_2_5 {
  width: 110px;
}
#field_2_6 {
  position: absolute;
  left: 378px;
  width: 217px;
}
#input_2_6 {
  height: 156px;
  width: 530px;
  resize: none;
}
#gform_submit_button_2 {
  margin-left: 377px;
}
#ui-datepicker-div {
  display: none;
  background: #ba9150;
  width: 215px;
  padding: 10px;
}

.ui-datepicker-title {
  margin: 5px 0;
  float: left;
  width: 212px;
}
.ui-datepicker-title select {
  margin: 0px;
  width: 100px;
  border: 1px solid #262626;
  float: left;
}
.ie7 .ui-datepicker-title select {
  margin: 0px;
  width: 95px;
  border: 1px solid #262626;
  float: left;
}
.ui-datepicker-calendar {
  width: 215px;
}
.ui-datepicker-calendar tbody tr td {
  text-align: center;
}
.ui-datepicker-calendar tbody tr td a {
  color: #e9cc76;
}
.ui-datepicker-calendar tbody tr td a:hover {
  color: #262626;
}
.ui-datepicker-title .ui-datepicker-month {
  margin-right: 12px;
}
.ie7 .ui-datepicker-title .ui-datepicker-month {
  margin-right: 14px;
}
.ie7 .ui-datepicker-header {
  width: 214px;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
  color: #262626;
  cursor: pointer;
}
.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-next {
  float: right;
}
.packages-wrapp {
  font-size: 13px;
  width: 210px;
  float: left;
  margin-left: 20px;
}
.packages-wrapp ul li, 
.packages-wrapp table ul li {
  color: #6a482c;
  background: url("../images/arrow.png") no-repeat scroll left center transparent;
  line-height: 20px;
  list-style-type: none;
  margin: 0;
  padding-left: 18px;
}
.packages-wrapp h3 {
  color: #6a482c;
  font-family: 'pt_sansbold_italic', Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 0px;
}

.book-function-images {
  position: relative;
  width: 920px;
}
.book-function-images .caroufredsel_wrapper {
  min-height: 0px;
}
.book-function-images a.fancy-product {
  margin-right: 10px;
  border: 1px solid #efe7e0;
  float: left;
}
.book-function-images a.fancy-product:hover {
  border: 1px solid #dc9b58;
}
.book-function-images #btn_prev {
    background: url("../images/arrow-left2.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    left: 0px;
    position: absolute;
    text-indent: -9999px;
    top: 45px;
    width: 20px;
    outline: none;
}
.book-function-images #btn_next {
    background: url("../images/arrow-right2.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    position: absolute;
    right: 0px;
    text-indent: -9999px;
    top: 45px;
    width: 20px;
    outline: none;
}

.book-function-images #btn_prev:hover {
    background: url("../images/arrow-left2-hover.png") no-repeat;
}
.book-function-images #btn_next:hover {
    background: url("../images/arrow-right2-hover.png") no-repeat; 
}
.book-function-images a.prev.disabled{
    background: url("../images/arrow-left2-hover.png") no-repeat !important; 
    cursor: default;
}
.book-function-images a.next.disabled {
     background: url("../images/arrow-right2-hover.png") no-repeat !important; 
    cursor: default; 
}
.whatsonpage-wrap .caroufredsel_wrapper {
  height: 110px !important;
}
/*------------------------------------------------------------------
  [ 6 Footer ]
-------------------------------------------------------------------*/
.footer-pad { padding:45px 0 35px 0; }
.ie7 .footer-pad {padding: 39px 0 0 0;}

.ie7 .titan-title {
  padding-top: 18px;
}
.ie7 .titan-title img{
  vertical-align: middle;
}
.home .footer-pad {
  padding-top: 15px;
}
.ie7 .home .footer-pad {
  padding-top: 38px;
}
.footer { 
	font-family:'pt_sansregular', Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color: #6a482c; 
	width: 960px;
	float: left;
}
.footer .menu-wrapper {
  margin: 0px;
  width: 180px;
}
/* copyright */
.footer .copyright { 
	float:left; 
	padding:0 0 5px 0; 
}
.copyright-wrapper {
	width: 680px;
}
.first-div {
	float: left;
	width: 180px;
}
.second-div {
	float: left;
	width: 240px;
	margin-right: 20px;
}
.second-div .cont-1 {
	
}
.second-div .cont-1 h4 {
	margin: 0;
}
.third-div {
	float: left;
	width: 240px;
}
.third-div .cont-1 {
	
}
.third-div .cont-1 h4 {
	margin: 0;
}

/* footer-menu */
.footer .footer-menu { width:550px; float:left; padding:0 0 10px 0; }
.footer .footer-menu ul { margin:0; padding:0; }
.footer .footer-menu ul li { list-style:none; float:left; display:block; margin:0; padding:0 10px; border-left:1px solid #6a482c; }
.footer .footer-menu ul li:first-child { padding-left:0px; border-left:none; }
.footer .footer-menu ul li a { color:#6a482c; }
.footer .footer-menu ul li a:hover { color:#6a482c; }
/* titan badge */
.titan-badge { width:260px; height:30px; float:right; padding:0 0 10px 20px; }
.titan-badge .titan-title { float:left; display:block; padding:10px 5px 0 0; }
.titan-badge a.titan-logo { float:right; display:block; }
.titan-badge a { color: #6a482c;}

.footer-fullwidth {
  background: url(../images/footer-bg.png) repeat-x -1600px 0;
  height: 110px;
  width: 100%;
  margin-top: -30px;
  position: relative;
  z-index: 100;
}

/*------------------------------------------------------------------
  [ 7 Gallery ]
-------------------------------------------------------------------*/
html > body .ngg-album { border:none; float:left; display:block; margin-right:20px; }
.ngg-album .ngg-thumbnail { margin-right:5px; }
.ngg-album .ngg-thumbnail img { border:none; background-color:transparent;padding: 1px; }
.ngg-album .ngg-thumbnail img:hover { border:none; background-color:#dc9b58; }
.ngg-album .ngg-description { clear:both; }

.ngg-gallery-thumbnail img { border:none; background-color: transparent; padding: 1px; }
.ngg-gallery-thumbnail img:hover { border:none; background-color:#dc9b58; }
/*.ngg-navigation { height:20px; }*/
.ngg-navigation a.page-numbers:hover, .ngg-navigation a.prev:hover, .ngg-navigation a.next:hover { background-color:#333333; }

.gallery-content-wrapp {
  padding-top: 20px;
}
.ngg-gallery-thumbnail-box {
  float: left;
  margin: 0 0 10px 9px;
}
.ngg-gallery-thumbnail-box.first {
  margin-left: 0px;
}
.ngg-navigation {
  float: right;
  clear: both;
}
.list-page-nav {
  float: right;
  width: 100%;
}
.ngg-navigation a, .ngg-navigation span, .list-page-nav ul li a{
  float: left;
}
.ngg-navigation span {
  background: url(../images/page-nav-bg.jpg) no-repeat top center;
  color: #fff;
  font-size: 16px;
  font-family: 'pt_sansbold', Arial, Helvetica, sans-serif;
  height: 23px;
  padding-left: 9px;
  padding-top: 2px;
  width: 18px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  margin-right: 5px;
}
.ngg-navigation a, .list-page-nav ul li a {
  background: url(../images/page-nav-bg.jpg) no-repeat bottom center;
  color: #fff;
  font-size: 16px;
  font-family: 'pt_sansbold', Arial, Helvetica, sans-serif;
  height: 23px;
  padding-left: 9px;
  padding-top: 2px;
  width: 18px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  margin-right: 5px;
}
.ngg-navigation a:hover, 
.list-page-nav ul li a:hover, 
.list-page-nav a.list-selected {
  background-position: top center;
}
.ngg-navigation #ngg-prev-1 {
  width: 21px;
  padding: 2px 0 0 6px;
}
.ngg-navigation .prev {
  width: 21px;
  padding: 2px 0 0 6px;
}
.ngg-navigation .next{
  width: 20px;
  padding: 2px 0 0 7px;
}
.list-page-nav ul {
  float: right;
}
.list-page-nav ul li {
  list-style-type: none;
  margin: 0px;
  float: left;
}

.videos-main-wrapp {
  margin-top: 20px;
}
.videos-main-wrapp .page-title {
  border-bottom: 1px solid #fff;
  font-family: 'pt_sansbold', Arial, Helvetica, sans-serif;
  font-size: 22px;
  margin-bottom: 15px !important;
  padding-bottom: 5px;
} 
.videos-wrapp {
  background: url(../images/transparent-bg1.png) repeat;
  float: left;
  width: 215px;
  position: relative;
  margin: 0 0 20px 20px; 
}
.videos-wrapp.first {
  margin-left: 0px;
}
.videos-wrapp h3 {
  color: #6a482c;
  font-family: 'pt_sansregular', Arial, Helvetica, sans-serif;
  float: left;
  font-size: 13px;
  font-weight: normal;
  margin: 0px;
  padding: 5px 15px;
  text-align: center;
}
.fancy-video .play-btn {    
  background: url("../images/vedio-wrapp-bg.png") no-repeat bottom center;
  height: 141px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 215px;
  z-index: 10;
}
.fancy-video:hover .play-btn {
  background-position: top center;
}
.fancy-video {
  width: 215px;
  height: 140px;
  float: left;
}
.video-thumb-wrpp {  
  width: 211px;
  height: 136px;
  float: left;
  position: relative;
  padding: 2px;
}
.fancy-video .video-imgthumb-wrapp img {
  float: left;
  height: 138px;
  margin: 0 !important;
  width: 210px;
}

.homepage_reminder{
    /*font-family: 'pt_sansbold', Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 15px;
    width: 560px;
    float: left;
    font-size: 20px;
    font-style: italic;
    background: rgba(200,200,200,0.8);
    margin: 15px;
    box-shadow: 4px 4px 5px #dedede;
    padding: 0 15px 15px 15px;*/

    font-family: 'pt_sansbold', Arial, "Helvetica Neue", Helvetica, sans-serif;
    width: 100%;
    float: left;
    font-size: 20px;
    background: rgba(228, 222, 195, 0.8);
    padding: 0 15px 15px 15px;
    margin-top: 80px;
    height: 190px;
    text-align: center;
}
.homepage_reminder div.reminder-wrapper {
    width: 960px;
    display: inline-block;
    text-align: left;
    color: #353526;
}
.homepage_reminder div.reminder-wrapper p{
    margin-top: 18px;
}
.homepage_reminder div.reminder-wrapper p a { 
    color: #353526;
    text-decoration: underline;
}
#menu-top-menu li:nth-last-child(1) a {
    color: #C51E0A;
}

.single-footer-licence {
    width: 290px;
}

.multiple-footer-licence {
    width: 240px;
}
.second-div p {
  margin-top: 0;
}
.gallery-content-wrapp .gallery {
  width: 100%;
  height: 100%;
  margin-bottom: 565px;
}
.ngg-galleryoverview {
  width: 100%;
  height: 100%;
}

.home.page .whats-on-wrapper img {
  vertical-align: middle;
}
.whats-on-wrapper img {
  vertical-align: middle;
}

.opening__hours-wrapper{
  width: auto;
  float: left;
  clear: none;
  display: block;
  padding: 0 18px;
  font-family: 'pt_sansbold', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  color: #C51E0A;
}

.opening__hours-title{
  text-transform: uppercase;
  font-size: 20px;
  color: #C51E0A;
  margin-top: -5px;
}

.opening__hours-list li{
  list-style: none;
  padding: 0;
  margin: 0;
}

.opening__hours-list span{
  font-weight: bold;
}

.table__contact-opening tr td:first-child{
  width: 70px;
  padding: 0;
  vertical-align: top;
}

.whats-on-wrapp-img{
  display: inline-block;
  text-align: center;
}