﻿@charset "utf-8";

/*Page layout stylesVersion: 1.0.2
    Updated: 20140217*/

/* Body / Background */
  /*  background-color: #333440;   
      background-image: url(/images/bg_overlay.png);   
      background-image: url(/images/background.jpg);  
      background-position: top center;  
      background-repeat: no-repeat;  
      background-attachment: fixed;  */

html {
/* font smoothing for safari */
-webkit-font-smoothing: antialiased;
font-family: "Open Sans Condensed",sans-serif;

}

body {
background: #7db9e8; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjN2RiOWU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjNTM4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg, #7db9e8 0%, #1c538e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#7db9e8), color-stop(100%,#1c538e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #7db9e8 0%,#1c538e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #7db9e8 0%,#1c538e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #7db9e8 0%,#1c538e 100%); /* IE10+ */
background: linear-gradient(135deg, #7db9e8 0%,#1c538e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1c538e',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

/* background-color: #333440;   
    background-image: url(/images/background2.jpg);  
    background-position: top center;  
    background-repeat: no-repeat;  
    background-attachment: fixed;*/  
/* color: #FFF; */
  /*font-family: Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;*/  
  padding: 0px;  margin: 0px;

}

.ui-widget-overlay {
    background: rgba(0,0,0,0.8) !important;
        background-color: rgba(0, 0, 0, 0.8);
    background-color: rgb(0, 0, 0) !important;
    opacity: 0.8 !important;
}

.ui-dialog{padding:2px !important;}
/*
table {  
    border-collapse: collapse;  
    border-spacing: 0;

}
thead td {  
    background: none repeat scroll 0 0 #8C8E8F;  
    color: #FFFFFF;  
    font-size: 14px;  
    padding: 7px 10px;  
    text-align: left;  
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);

}
                                                                                                            
thead th {
     background: none repeat scroll 0 0 #8C8E8F; 
      color: #FFFFFF;  
      font-size: 14px;  
      padding: 5px 5px;  
      text-align: left;  
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);}
 tbody td {  
     border-color: #9C9E9F;  
     border-image: none;  
     border-style: solid;  
     border-width: 1px 0;  
     padding-left: 10px;  
     text-align: left;
	}
 tbody th { 
     border-color: #9C9E9F;  
     border-image: none;  
     border-style: solid;  
     border-width: 1px 0; 
      padding-left: 10px;  
      text-align: left;
	}	

 */
/* Loading animation */
#yourdetailsouter, #yourdetailsinner, #calendarholderouter, #calendarholderinner, #confirmationouter, #confirmationinner, #mybookingholderouter, #mybookingholderinner, #contactformholderouter, #contactformholderinner {
    position: relative;
}

.loading {
z-index:5000;
min-height:100%;
background-color:#FF3A41;
z-index:9999;
}

.spinneroverlay{
 position: fixed;
 top:0;
 left:0;
 background:rgba(0,0,0,0.8);
 z-index:8000;
 width:100%;
height:100%;
 display:none;  

} 

/*=============================================================Text=============================================================*/
.primary-bgcolor,.newsbox .feedList h4 a:hover,#slider #imageSliderNav a.activeSlide{
    background-color: #19b323;
    color: #FFF;

}

/*============================================================= Boxes ============================================================= */
.orangeborder {
    border: solid 2px #FF5900 !important;

}
.orangegradientfill{	background: #ffa84c; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	color: #FFF;

}

.yellowborder {
border: solid 2px #FFCC00 !important;

}
.yellowgradientfill{	background: #FFF37A; /* Old browsers */
	background: -moz-linear-gradient(top, #FFF37A 0%, #FFEC20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF37A), color-stop(100%,#FFEC20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFF37A 0%,#FFEC20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFF37A 0%,#FFEC20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFF37A 0%,#FFEC20 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFF37A 0%,#FFEC20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF37A', endColorstr='#FFEC20',GradientType=0 ); /* IE6-9 */
	color: #FFF;}

.greyborder {
    border: solid 2px #808080 !important;

}

.greygradientfill{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */

}

.red {
    border: solid 3px #FF5900 !important;
    border-radius: 5px;
    background: #ffa84c; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	}

.box {	
    border-radius: 5px;
    border: solid 1px #000000;
    display: inline-block;
    padding:10px;
    margin-top: 7px;
    margin-bottom: 7px;

}

.furtherinformation {	
    padding:0px 10px 5px 10px !important;
    margin:10px 10px 10px 0px !important;
    min-width:320px;
    max-width:410px;

}

.furtherinformationheading {
    font-weight: 700;
    padding-top:10px;
    padding-bottom:10px;

}
.furtherinformationlink {
    padding:0px 5px 5px 0px !important;
    

}
/*============================================================= End Boxes ============================================================= */

/*============================================================= Buttons ============================================================= */
.cancel {
    background-image: none !important;
    background-position: left center !important;
    padding: 12px 25px 12px 25px !important;
}

.back {
    background-image: url(/images/custom/ui/ui-btn-big-arrow-left.png) !important;
    background-position: left center !important;
    padding: 12px 25px 12px 40px !important;
}

.button {
    background-image: url(/images/custom/ui/ui-btn-big-arrow-right.png);
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 3px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.496094);
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    font-family: Arial,Helvetica,'Helvetica Neue',Verdana,sans-serif;
    line-height: 14px;
    padding: 13px 45px 11px 15px;
    text-decoration: none;
    text-shadow: none;
    cursor:pointer;
} 

.buttonsmall {	
    background-image: url(/images/custom/ui/ui-btn-small-arrow-right.png);
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 3px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.496094);
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    font-family: Arial,Helvetica,'Helvetica Neue',Verdana,sans-serif;
    line-height: 8px;
    padding: 9px 25px 7px 12px;
    text-decoration: none;
    cursor:pointer;
}

.buttonextrasmall {	
    background-image: url(/images/custom/ui/ui-btn-small-arrow-right.png);
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 3px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.496094);
    display: inline-block;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    font-family: Arial,Helvetica,'Helvetica Neue',Verdana,sans-serif;
    line-height: 8px;
    padding: 5px 23px 5px 10px;
    text-decoration: none;
    cursor:pointer;
}

.green {
    background-color: #19B323;  
    color: #FFFFFF !important;

}

.green:hover
{
    background-color: #159919;
}

.grey {
    background-color: #A3A3A3;
    color: white !important;

}

.grey:hover{
    background-color: #999999;
}

.lightgrey {	
    background-color: #E2E2E2;
    color: #666666 !important;
}

.white {	
    background-color: #FFFFFF;
    color: #666666 !important;
}

.yellow {
    background-color: #FFF711;
    color: #4C4C4C !important;
    font-weight: normal !important;
}	

/*============================================================= End Buttons ============================================================= */

a {
    outline: none;
	
}

.height320{
    min-height: 320px;

}

.width415{
    width: 415px;

}

.width130{
    width: 200px;
}

.width850{
    width: 850px;

}

.right {
    float: right;
}

.left{
    float: left !important;

}

.centred{
    margin:0 auto;
}

.bottom{
    position: absolute;
    bottom: 0;
}

.height100percent{
    height: 100%;
}

.clearboth {
    clear:both;

}	
.centrecontent {
    text-align:center;
}

.displayblock{
    display: inline-block;

}
.padding10 {
    padding: 10px;
		}

/* ============================================================= Pictures ============================================================= */

.contentpicture{
    border-radius: 3px;
    box-shadow: 0 0 7px #404040;
    margin-left:10px;
    margin-top:5px;
    margin-bottom:5px;
	float: right;
    clear:both;
}	

/* ============================================================= End Pictures ============================================================= */
	

/* ============================================================= Promotions ============================================================= */	
#promo{   
    margin-top: 0px;
}

.promoholder{
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    display: none;
    
}

.promoholdersquare{
    width: 300px !important;

}

.promocontent{
    width: 85%;
    float: left;
    text-align: center;
    }

.promoheading	{
    color: #5145A0;
    font-size : 16px;
    font-weight: 600;
    margin-bottom: 5px;


}

.promoholdersquare .promocontent {
	text-align: left !important;
	width: 95% !important;
}

.promoholdersquare .promocontent .promoheading {
	text-align: center !important;

}

.promoheading	{
    color: #5145A0;
    font-size : 16px;
    font-weight: 600;
    display: block;

}
	
.promotext{
    color: #4C4C4C;
    font-size : 13px;
}

.promobookbutton {
    float: right;
    padding-top: 10px;

}

.promoalignmentright {
    float: right;
    margin-left: 10px;
    margin-top: 0px !important;
}

.promoalignmentleft{
    float: left !important;
    margin-right: 10px;
    margin-top: 0px !important;

}

.promoalignmentcentred{
    margin:0 auto;
    display: inline-block;
}



/* ============================================================= End Promotions ============================================================= */

/* ============================================================= Discounts ============================================================= */
.discountrow {
    width: 100%;
    display: flex;
    background: linear-gradient(135deg, #fefefe 0%, #e2e2e2 100%) repeat scroll 0 0

}

.discountname{
    font-weight: 800;
    font-size: 14px;
}

.discountnameholder {
    width: 15%;
    font-weight:800;
    vertical-align:top;
}

.discountdescriptionholder {
    width: 30%;
    vertical-align:top;
     
}

.discountconditionsholder {
    width: 55%;
    vertical-align:top;
}


#discountstable{ width: 100%; margin-top: 20px; margin-bottom: 30px;  border: 1px solid black; }
#discountstable thead th {background-color: #3a4f63;color: #ffffff;font-size: 14px;padding: 5px 5px 5px 10px;text-align: left;}
#discountstable tbody td {border-color: #9c9e9f;border-style: solid;border-width: 1px 0;padding: 5px 5px 5px 10px;text-align: left;}

#discountstable tbody tr.odd {
        background-color: #E5E5E5;
    }

#discountstable tbody tr.even {
        background-color: #fff;
    }

    #discountstable tbody td ul {
        padding-left: 5px;
    }

/* ============================================================= End Discounts ============================================================= */


#searchbuttonholdermobile{	
    float: right;
    margin-top:10px;
	margin-right:10px;
    z-index: 20;
    width:30px;
    height: 30px;
    position:relative;
    color: #fff;
	}



/* ============================================================= Connect with us ============================================================= */
#connectwithusholder {	
    float: right;
    margin-top:5px;
    z-index: 20;
    width:95px;
    height: 60px;
    position:relative;
    color: #fff;
	}

.connectwithusicons {
    margin: 2px;

}

#connectwithusheading {
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 13px;
    font-weight:600;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;

}

#facebookjoin {	
    display: block;
    padding-top:5px !important;
    font-size: 10px !important;
    line-height:12px !important;
    margin-bottom:5px;
    position: absolute;
    bottom:0px;
}

#facebooklike {	
     z-index: 50;
    position: absolute;
    bottom: 7px;
    left: 4px;
}

#gplusholder {	
    z-index: 50;
    position: absolute;
    top: 8px;
    right: 5px;

}

/* ============================================================= End Connect with us ============================================================= */

/*============================================================= Page =============================================================*/
#page {	/*border-radius: 6px 6px 6px 6px; */
	box-shadow: 0 0 10px #404040;
    /*box-shadow: 0 0 6px black; */
  	max-width:1000px;  
    margin:0px auto;  	
    margin-bottom: 20px;
    margin-top:5px;  	
    text-align:left;  	
    background: #FFF;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    min-width: 320px;

}

#mobile-navigation-spacer {
	display:none;

}

/* ============================================================= Header ============================================================= */
#header-text-main{
     text-transform: uppercase;
     font-family: "Comic Sans MS",sans-serif;
     font-size: 25px;
     display: inline-block;
     margin-top: 10px;
     color: white;

}

#header-text-sub{
     text-transform: uppercase;
     font-family: "Comic Sans MS",sans-serif;
     font-size: 15px;
     display: inline-block;
     color: white;
     clear: both;
     float: top;

}

#header-logo {
    float: left;
    margin-left: 10px; 
    margin-top : 5px;

}
#header {	
    padding: 0px 15px 0 0px;
    height:75px;
    background: #2e31ab;
    background-image: url('/images/custom/header/header-background.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('/images/custom/header/header-background.png'), -moz-linear-gradient(top, #2b7adb 0%, #2e31ab 100%);
    background-image: url('/images/custom/header/header-background.png'),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b7adb), color-stop(100%,#2e31ab));
    background-image: url('/images/custom/header/header-background.png'),-webkit-linear-gradient(top, #2b7adb 0%,#2e31ab 100%);
    background-image: url('/images/custom/header/header-background.png'), -o-linear-gradient(top, #2b7adb 0%,#2e31ab 100%);
    background-image: url('/images/custom/header/header-background.png'), -ms-linear-gradient(top, #2b7adb 0%,#2e31ab 100%);
    background-image: url('/images/custom/header/header-background.png'), linear-gradient(to bottom, #2b7adb 0%,#2e31ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7adb', endColorstr='#2e31ab',GradientType=0 );
	    /*
    background: #2e31ab;
     background: -moz-linear-gradient(top, #2b7adb 0%, #2e31ab 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b7adb), color-stop(100%,#2e31ab));
     background: -webkit-linear-gradient(top, #2b7adb 0%,#2e31ab 100%);
     background: -o-linear-gradient(top, #2b7adb 0%,#2e31ab 100%);
     background: -ms-linear-gradient(top, #2b7adb 0%,#2e31ab 100%);
     background: linear-gradient(to bottom, #2b7adb 0%,#2e31ab 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b7adb', endColorstr='#2e31ab',GradientType=0 );
     */

}

 #header a,#header a img{	
     border: none;

 }
 #header #mainmenu ul,#header #mainmenu ul li{
     background-color: #22212C;

 }

 #header #sitedescription{
    float: right;
    text-align: right;
    margin: 0px;
    margin-top: 0px;
    margin-right:20px;
    height:60px;

 }

#header #sitedescription p {	
    line-height: 0.30em;
    font-weight: normal;
    font-size: 0.97em;
    font-family: 'Dancing Script';
    transform:scale(2,1); /* W3C */
    -webkit-transform:scale(2,1); /* Safari and Chrome */
    -moz-transform:scale(2,1); /* Firefox */
    -ms-transform:scale(2,1); /* IE 9 */
    -o-transform:scale(2,1); /* Opera */

}

/* ============================================================= End Header ============================================================= */


/* ============================================================= Availability check ============================================================= */
#availabilitycheck {
    height: 35px;
    width: 100%;
    background-color: #00b4ff; /*#7db9e8;*/

}

#availabilitycheckholder {
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 340px;

}

#availabilitychecknightsbutton{
    margin-bottom: auto;  
    position: absolute;

}

#availabilitychecknights {
    height: 25px;
    margin-right: 3px;
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid gray;
    border-radius: 2px;
}

#availabilitycheckheading {
    font-weight: 600;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;

}

#availabilitycheckdate {
    width: 90px;
    z-index: 1000;
    padding-left: 5px;
    height: 25px;
    margin-right: 3px;
    border: 1px solid gray;
    border-radius: 2px;
}

/* Make the placeholder darker*/
#availabilitycheckdate::-webkit-input-placeholder { color:#000; }
#availabilitycheckdate::-moz-placeholder { color:#000; opacity:  1; }
/* Change the zindex of the date picker*/
#ui-datepicker-div { 
    z-index: 999999 !important; 

}

/* ============================================================= End availability check ============================================================= */

#imagerotatorspacer {
    height: 5px;
    width: 100%;
    background-color: #7db9e8;
    margin-top: 1px;

}

/*=============================================================Content=============================================================*/
#frontpage-content {
    padding: 0px 10px 50px 10px;
    color: #666;
    /* margin-top: 15px; */
	min-height: 900px;
    background-color: #CED4DB;

}

#content {	
    padding: 0px 10px 30px 10px;
    color: #666;
    /* margin-top: 15px; */
	margin-bottom: 30px;
    min-height: 900px;
    background-color: #fff;

}

#fullwidthcontent{
    padding: 0px 20px 20px 20px;
    margin-bottom: 20px;
}

 /*=============================================================Top content section=============================================================*/
 #top-content{	
     /*margin-left: -5px;
    margin-right: -5px; */
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #6069EA;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 10px #404040;
    position: relative;
    overflow: hidden;

 }

#top-left-content{
    width: 470px;
    float: left;
    padding-left: 10px;
}

#top-left-content h1 {color: #fff;}
#top-left-content p	{color: #F2F2F2;	font-weight: 500;}  
#top-right-content{
    width: 450px;
    float: right;
}
   
/*=============================================================Bottom content section=============================================================*/
#bottom-content{	
    /*margin-top: 20px;*/	
    overflow: hidden;
	position: relative;
    max-width: 1180px;
    padding-left:0px;
    padding-right: 0px;

}

#bottom-left-content{
    float: left;
    width: 660px;
    padding: 0px 20px 20px 0px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}  

#bottom-right-content{
    float: right;
    width: 255px;
    min-height: 200px;
    overflow: hidden;
    position: relative;

}

#bottom-right-content ul li {margin-left: -20px}

#bottom-right-content .hotspot {
  margin-bottom: 20px;
  padding: 20px;
  overflow: auto;
  background: url(/images/divider_right_top.jpg) top left no-repeat;
  font-size: 12px;
}

#bottom-right-content .hotspot a {
    float: right;
  }

#bottom-right-content h4 {
  margin-top: 0px;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
}

#bottom-right-content img {
  float: left;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-top: 8px;
}

.shrinkimage{
    width: 100%; 
    height: auto;

}

/*=============================================================Footer=============================================================*/
.footerbottom {
    bottom: 0;

}

#footer {	/*clear: both; 	overflow: auto; */
    font-size: 12px;
    color: #fff;
    padding:0px;
    height:40px;
    margin-top: 0px !important;
    margin: 0px auto;
    /* border-radius: 0px 0px 6px 6px; */
    font-family: Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
    font-size: 12px;
    clear: both;
    bottom: 0;
    position: absolute;
    width: 100%;

    background: #2e31ab; /* Old browsers */
    background: -moz-linear-gradient(top, #2e31ab 0%, #2e31ab 57%, #2b7adb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e31ab), color-stop(57%,#2e31ab), color-stop(100%,#2b7adb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2e31ab 0%,#2e31ab 57%,#2b7adb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2e31ab 0%,#2e31ab 57%,#2b7adb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2e31ab 0%,#2e31ab 57%,#2b7adb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2e31ab 0%,#2e31ab 57%,#2b7adb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e31ab', endColorstr='#2b7adb',GradientType=0 ); /* IE6-9 */

}  

#footer #follow_us {
	float: right;
    text-align: right;
    margin: 12px 20px 0px 0px;
    display:block;
    width:200px;

}

 #footer #follow_us ul {
     float: right;
    position: relative;
    text-align: center;
}

#footer #follow_us ul li {	
    list-style:none;
    display: inline;
    vertical-align : middle;
}

#footer #copyright{float: left;} 

#footer #copyright ul{
    text-align: left;
    color: #ffffff !important;
    font-size: 11px;
    margin-left: -30px;

} 

#footer #copyright ul li{	
    list-style:none;
    display: inline;
    vertical-align : middle;
    padding-right: 10px;
    text-align: left;

} 

.wheretoeat{
    width: 100%;
    padding: 10px;

}

.whitebox {  
    background-color: #dee4e4;
    height: 150px;

}


/*=============================================================Navigation buttons=============================================================*/
.navigationbuttons {	
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    width:100%;

}

#paymentwidecontainer{
}

#quotescontainer{margin-top: 0px;}

/* =========================================================== Guest comments ================================================================== */
/* Full comments*/
.guestcommentfullcontainer{  
    background: #fefefe; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none'
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); */

    background: url(/images/custom/icons/icon-guestbook.gif) no-repeat bottom right, -moz-linear-gradient(-45deg, #fefefe 0%, #e2e2e2 100%); /* FF3.6+ */
    background: url(/images/custom/icons/icon-guestbook.gif) no-repeat bottom right, -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fefefe), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
    background: url(/images/custom/icons/icon-guestbook.gif) no-repeat bottom right, -webkit-linear-gradient(-45deg, #fefefe 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
    background: url(/images/custom/icons/icon-guestbook.gif) no-repeat bottom right, -o-linear-gradient(-45deg, #fefefe 0%,#e2e2e2 100%); /* Opera 11.10+ */
    background: url(/images/custom/icons/icon-guestbook.gif) no-repeat bottom right, -ms-linear-gradient(-45deg, #fefefe 0%,#e2e2e2 100%); /* IE10+ */
    background: url(/images/custom/icons/icon-guestbook.gif) no-repeat bottom right, linear-gradient(135deg, #fefefe 0%,#e2e2e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    min-height: 150px;
    position: relative;
    margin-top: 15px;
    padding: 15px;
    display: block;
    min-width: 260px;
	border-radius:5px !important;

}

.testimonialcommentfulltext{
    width: 100%;
    font-style: italic;
    font-size: 13px;
    line-height: 20px;

}

.testimonialcommentfullname{ 
    margin-top: 10px; 
    font-weight: 800;
    font-size: 14px;
}

#testimonialcommentsmorelink{
    bottom: 5px;
    left: 10px;
    position: absolute;
    font-size: 11px;

}

#guestcommentscontainer{  
    background: #fefefe; /* Old browsers */

    /* IE9 SVG, needs conditional override of 'filter' to 'none'
     background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); */

    background: url(/images/custom/icons/icon-guestbook.gif) no-repeat bottom right, -moz-linear-gradient(-45deg, #fefefe 0%, #e2e2e2 100%); /* FF3.6+ */
    background: url(/images/custom/icons/icon-guestbook.gif) no-repeat bottom right, -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fefefe), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
    background: url(/images/custom/icons/icon-guestbook.gif) no-repeat bottom right, -webkit-linear-gradient(-45deg, #fefefe 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
    background: url(/images/custom/icons/icon-guestbook.gif) no-repeat bottom right, -o-linear-gradient(-45deg, #fefefe 0%,#e2e2e2 100%); /* Opera 11.10+ */
    background: url(/images/custom/icons/icon-guestbook.gif) no-repeat bottom right, -ms-linear-gradient(-45deg, #fefefe 0%,#e2e2e2 100%); /* IE10+ */
    background: url(/images/custom/icons/icon-guestbook.gif) no-repeat bottom right, linear-gradient(135deg, #fefefe 0%,#e2e2e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

    border-radius:5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 340px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;

}

#currentspecialscontainer{  
    background: #fefefe; /* Old browsers */

    /* IE9 SVG, needs conditional override of 'filter' to 'none'
     background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); */

    background: -moz-linear-gradient(-45deg, #fefefe 0%, #e2e2e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fefefe), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #fefefe 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #fefefe 0%,#e2e2e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #fefefe 0%,#e2e2e2 100%); /* IE10+ */
    background: linear-gradient(135deg, #fefefe 0%,#e2e2e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    
    border-radius: initial;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 340px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
	border-radius:5px;

}


.currentspecialsrow{width: 100%; min-height: 40px; padding-top: 5px; clear: both; }
.currentspecialscode{width: 100%; font-weight: 800; font-size: 12px;}
.currentspecialsdescription{width: 70%; float:left; font-size: 12px; padding-top: 2px;}
.currentspecialsbuttonholder{width: 30%; float:left;}
.currentspecialsdisclaimer{margin-top: 10px; font-size: 11px; clear: both; padding-top: 10px;}

/* Connect with us */
#connectwithusoptions td {
	padding: 3px;
	padding-top: 10px;

}

/* Testimonials rotator */
#testimonialscontainer{ 
    height: 220px !important;

}
.testimonials {
    height: 450px;
    margin-bottom: 10px;

}

#testimonialsinner .carousel-item {
    /*background-color: #777; */
    height: 100%;
    width:100%;

}

.testimonial.fade {  opacity: 1;}

.testimonial.fade .carousel-item { 
    -moz-transition: opacity ease-in-out .8s;  -o-transition: opacity ease-in-out .8s;  
    -webkit-transition: opacity ease-in-out .8s;  
    transition: opacity ease-in-out .8s;  
    left: 0 !important; 
     opacity: 0;  
     top:0;  
     position:absolute; 
     width: 100%;  
     display:block !important; 
     z-index:1;

}

.testimonial.fade .carousel-item:first-child {  
    top:auto;  
    position:relative;

}

.testimonial.fade .carousel-item.active {  
    opacity: 1;  
    -moz-transition: opacity ease-in-out .8s;  
    -o-transition: opacity ease-in-out .8s;  
    -webkit-transition: opacity ease-in-out .8s;  
    transition: opacity ease-in-out .8s;  
    z-index:2;

}

#testimonialscontainer .carousel-indicators li {
    border: 1px solid #333333;

}
#testimonialscontainer .carousel-indicators .active {
    background-color: #333333;

}

/* End rotator*/

/* Location google maps div*/
.locationmap {float: right;}

/* Text rotator styles #quotes{	margin:0;
display: inline-block;
position: relative;
width: 100%;
overflow: visible;}
.quoteitem{	width: 100%;
font-style: italic;
font-size: 12px;
	}
.quotename{ margin-top: 10px; font-weight: 800;
   } */

/* Image Rotator */
 #rotator{
    margin-top: 1px;
    margin-bottom: 1px;

 }
.carousel {
    height: 500px;
    margin-bottom: 10px;

}

.carousel-caption {
    z-index: 10;
    padding: 25px;
    text-shadow: 2px 2px #000000;
}

.carousel-caption .button {	margin-top: 15px;}
.carousel-caption .fulltext {display: normal;}
.carousel-caption .shorttext {display: none;}
.carousel-caption >h1{
    color: white !important;

}

.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
	border: 1px solid #333333;
}

.upperleft {
    top:0;
    left:0;
    right: auto;
    text-align: left;
    padding-left: 50px;

}

.upperright {
    top:0;
    left:auto;
    right: 0;
    text-align: right;
    padding-right: 50px;

}

.uppercentre {
    top:0;
    left: 15%;
    right: 15%;
    text-align: center;

}

.carousel .carousel-item {
    /*background-color: #777; */
    height: 500px;
    width:100%;

}

.carousel-inner > .carousel-item > img {
    height: 500px;
    min-width: 100%;
    /*position: absolute; */

}

.carousel-control .icon-prev{
    font-size:60px;
    color: #fff;
    z-index: 100;

}
.carousel-control .icon-next {
    font-size:60px;
    color: #fff;

}
.carousel.fade {  opacity: 1;}
.carousel.fade .carousel-item {  
    -moz-transition: opacity ease-in-out .8s;  
    -o-transition: opacity ease-in-out .8s;  
    -webkit-transition: opacity ease-in-out .8s;  
    transition: opacity ease-in-out .8s;  
    left: 0 !important;  
    opacity: 0;  
    top:0;  
    position:absolute;  
    width: 100%;  
    display:block !important;  
    z-index:1;

}
.carousel.fade .carousel-item:first-child {  top:auto;  position:relative;}
.carousel.fade .carousel-item.active { 
     opacity: 1;  
     -moz-transition: opacity ease-in-out .8s;  
     -o-transition: opacity ease-in-out .8s;  
     -webkit-transition: opacity ease-in-out .8s;  
     transition: opacity ease-in-out .8s;  
     z-index:2;

}

/* End rotator*/


/* Begin Adverts .fullwidthadvertholder {
max-width: 1050px;}
/* End Adverts */



/* ============================================================= Modal windows ============================================================= */

.modalwindowprocessingholder{display:none;}
.modalwindowprocessingmessage{font-weight: 800; padding-top:15px;padding-bottom: 20px; display: inline-block;}
.modalwindowform{margin-top: 10px;}

/*
.ui-front{z-index:10010 !important;}
.ui-dialog {z-index:10011 !important;}

.ui-widget-overlay{z-index:10010 !important;} */

.no-close .ui-dialog-titlebar-close {
  display: none !important;
}

/*
.ui-dialog-titlebar{
	display: none !important;
}
*/
.modalwindow label{
    display: inline-block;
    width: 185px;
    vertical-align: middle;
	font-weight: 600;

}

.modalwindow .labelshort {
        width: 125px !important;

}

.modalwindow input[type="text"] {
    width: 170px !important;
}

.modalwindow textarea {
    height: 70px !important;
    resize: none;
}

.modalwindow
{
    
  width: 340px;
  padding: 0px 10px 10px 10px;
  background: #f3f6fa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  display: none;  
  min-height: 250px;  
  position: relative;
    
}

.modalwindowheading {
    color: #5145a0;
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    display: block;
    line-height: 27px;
}

.modalwindowsubheading{
    color: #5145a0;
    display:block;
    font-weight: 800;
    margin-top: 5px;
    margin-bottom: 3px;
}

.modalrowheading
{
    min-width: 135px !important;    
    font-weight: 800;

    display: inline-block;
}

.modalrow {
    padding: 3px 0;
    overflow: auto;
    min-height: 16px;
    clear: both;
}

.modalrowcontent {
    overflow: auto;

}


.modalwindownavigationbuttons 
{
    padding: 20px 0px 10px 0px;
    position: relative;
    bottom: 5px !important;
    display: inline-block;
    width: 100%;
    
}

.cf:before, .cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}


.modalwindowclosebutton 
{
    padding-top: 10px;
    float: right;
    cursor: pointer;
     width:18px; 
    height:18px;
    box-sizing: initial;
}

.modalwindowerrormessage {
    color: Red;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding-top: 10px;
        
}

.modalwindowmessage {
    color: black;
    font-size: 13px;
    font-weight: 700;
    padding-top: 15px;
    margin-top: 60px;
        
}

.modalwindowloadingmessage {
    color: black;
    font-size: 16px;
    font-weight: 700;
    margin-top: 80px;
    margin-bottom: 80px;
    display: block;
        
}


/* ============================================================= End Modal windows ============================================================= */



/* ============================================================= Page panels ============================================================= */
.panelholder {	max-width: 1050px;}

.page-panel-holder{
    padding-left: 10px;
    padding-right: 10px;

}

.page-panel{
    margin: 10px auto 10px auto;
    max-width: 420px;
    min-height: 300px;
    padding: 0px !important;
    overflow: hidden !important;
    position: relative;
    display: block;
    min-width: 245px;
    border-radius:5px;
    background: #fefefe; /* Old browsers */
    background:  -moz-linear-gradient(-45deg, #fefefe 0%, #e2e2e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fefefe), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #fefefe 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #fefefe 0%,#e2e2e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #fefefe 0%,#e2e2e2 100%); /* IE10+ */
    background: linear-gradient(135deg, #fefefe 0%,#e2e2e2 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
		
}
.panel-link{
    bottom: 7px;
    left: 7px;
    position: absolute;
}
.panel-heading{
    font-size: 18px;
    font-weight: 800;
    padding-top: 15px;
}
.panel-image{
    /*width: 200px; */

    height: 170px;

    padding: 0px !important;
    position: relative;
    overflow:hidden;

}

.panel-image-text a{
    color: #fff;
    font-weight: 800;
    font-size: 1.1em;
    width: 100%;
    display: block;
}
.panel-image-text{
    background: url("/images/custom/opacity.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 100%;
    top:0px;
    position: absolute;
    padding: 5px;
    padding-left: 7px;
    display: block;
    text-transform: uppercase;
     font-family: "Open Sans Condensed",sans-serif;
     font-size: 1.2em;

}

.panel-text{
    padding: 7px; 	
    font-size: 12px;
    line-height: 17px;
    position: relative;
}

.panel-text a {	
    position: relative;

}			
/* ============================================================= End Page panels ============================================================= */

/* ============================================================= Bootstrap overrides ============================================================= */
.container {
    padding-left: 7px;
    padding-right: 7px;

}


.container-fluid {	
    padding-left: 7px;
    padding-right: 7px;

}
/* ============================================================= End Bootstrap overrides ============================================================= */


/* ============================================================= Media queries ============================================================= */
/* Begin tiny screens */
@media only screen and (min-device-width: 0px) and (max-device-width: 359px) {
		#searchbuttonholdermobile{
		display: none;
	}


    #availabilitycheck {
        display: none;
    }

	.searchbuttonholdermobile{
		display: inline-block;
	}
}

/* End tiny screens *//* Begin small screens */
@media only screen and (min-device-width: 0px) and (max-device-width: 480px) {

    #availabilitycheck{
        width: 100%;
    }
	
	#availabilitycheckheading{font-size: 12px !important;}

    .contentpicture {	
        float:none;
        margin-left: auto;
        margin-right: auto;
	
    }

    #copyright ul {
            font-size: 10px !important;
    }

    #footer {
        margin-bottom: 0px;

    }

    .carousel-caption .shorttext {
        display:  inline;
	
    }

     .carousel-caption .fulltext {
         display: none;
    }

    .promocontent {
        width: 100% !important;
    }
}

/* End small screens */


@media (max-width: 750px) {

    .promoholdersquare{
    width: initial !important;
    margin-left: 0px !important;
    margin-right: 0px !important;

}
    .promocontent{
        width: 95% !important;

    }

    .promoheading{
        margin: 0 auto !important;
		
    }

    .discountnameholder {
    width: 80px;

}

    .discountname{
        font-size:12px !important;
    }

.discountdescriptionholder {
    width: 40%;
    font-size: 11px !important;
}

.discountconditionsholder {
    width: 45%;
   font-size: 11px !important;
}

    #discountstable tbody td ul {
        font-size: 11px !important;
    }

#mobile-navigation-spacer {
		display: inline-block;
		height: 50px;
		width:100%;
}

#navigation {
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
	height: 50px;
	width: 100%;
	
}

#top-navigation-bar {
	height: 50px;
}
	
#page {
		display: flex;
    flex-direction: column;
	margin-top: 0px;
	margin-bottom: 20px;
    padding-bottom: 30px;
}
    /* Handles hiding documents that are for mobile devices only */
    #top-navigation-bar ul li.mobileonly {
        display: block;

    }

     /* Hide second level menu on mobile devices*/
    #top-navigation-bar ul ul li {
        display: none;
    }

    #fullwidthcontent {
        width: 100%;
        padding: 0;
    }

    .carousel-caption {
        z-index: 10;
    }

     .upperleft {
        padding-left: 20px;
    }

    .upperright {
        padding-right: 20px;
    }

    .carousel-caption >h1 {
        font-size: 15px;
    }	 

    #calendar {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }

    #summarycontent {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }

    #paymentoptions {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
}

@media only screen and (min-device-width: 0px) and (max-device-width: 400px) {	

.currentspecialsdescription{width: 65% !important; }
.currentspecialsbuttonholder{width: 35% !important; }

.carousel {
    height: 250px;
}

.carousel .carousel-item {
    height: 250px;
}

.carousel-inner > .carousel-item > img {
    height: 250px;
}
	  	
} @media only screen and (min-device-width: 401px)   and (max-device-width: 500px) {	
.carousel {
    height: 275px;
}

.carousel .carousel-item {
height: 275px;
}

.carousel-inner > .carousel-item > img {
    height: 275px;
    }	  	
}  

  @media only screen and (min-device-width: 501px) and (max-device-width: 600px) {  

.carousel {
    height: 300px;
}

.carousel .carousel-item {
    height: 300px;
}
.carousel-inner > .carousel-item > img {
    height: 300px;
    }  
  }
  
@media only screen and (min-device-width: 601px)   and (max-device-width: 700px) {  

.carousel {
    height: 350px;
}
.carousel .carousel-item {
    height: 350px;
}

.carousel-inner > .carousel-item > img {
    height: 350px;
    }  

}  


@media only screen and (min-device-width: 768px) {  

	#searchbuttonholdermobile{
		display: none;
	}

}


/* Tablet full width when portrait */
@media only screen and (min-device-width: 1200px) and (orientation: portrait) { 
.container{width:100% !important;}
.currentspecialsdescription{width: 80% !important; }
.currentspecialsbuttonholder{width: 20% !important; }

}


@media only screen and (min-device-width: 701px) and (max-device-width: 1000px) {  

.container{width:98% !important;}

.carousel {
    height: 400px;
}

.carousel .carousel-item {
    height: 400px;
}

.carousel-inner > .carousel-item > img {
    height: 400px;
    }  

#guestcommentscontainer, #currentspecialscontainer {
    max-width: 480px;
    }

}

@media only screen and (min-width: 991px)   and (max-width: 1199px) {  
#guestcommentscontainer, #currentspecialscontainer {
    max-width: 480px;
    }

	#searchbuttonholdermobile{
		display: none;
	}


}

@media only screen and (min-width: 1200px)  {  
.currentspecialsdescription{width: 78% !important; }
.currentspecialsbuttonholder{width: 22% !important; }

	#searchbuttonholdermobile{
		display: none;
	}


}
/* ============================================================= Media queries ============================================================= */
