﻿/* Desktops */
@media screen and (min-width: 1241px){
/* DO THIS */

#fb-page {
z-index:10;
/*border: 2px solid #ffff00;*/
}
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
	max-width: 100% !important;
	position:absolute;
	height:100%;
	/*border: 2px solid #ffff00;*/
}
#h3 {
	height: 4vw;
	font-family: Arial Rounded MT Light;
	color: #000000;
	font-size: 3vw;
	font-style:italic;
	font-weight:bold;
	/*border: 1px solid #ff0000;*/
}
#contactaddress {
  /*border: 1px solid #0b5325;*/
  height: 300px;
  width: 20vw;
  min-width:240px;
  float: left;
}
#contacttimes {
  /*border: 1px solid #0b5325;*/
  height: 300px;
  width: 20vw;
  min-width:240px;
  float: left;
}
#contactmap {
  /*border: 1px solid #0b5325;*/
  height: 330px;
  width: 40vw;
  min-width:400px;
  float: left;
}

floating-box {
    display: inline-block;
    width: 47%;
    min-width: 180px;
    vertical-align: top;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    border-bottom: 1px solid #999999; 
}

content, contentRHS, contentLHS {
  flex-flow:column;
  position:absolute;
  /*border: 2px solid #ff0000;*/
}

#contentopacity{
  position: fixed;
  background-color: rgba(255, 255, 255, 0);
  height:100%;
  width:80vw;
  left:10vw;
  z-index:1;
}

content {
  top: 12vw;
  height:100%;
  width:65vw;
  left:15vw;
  z-index:-1;
  /*border: 2px solid #ff0000;*/
}

#testimonialspad {
	padding-top: calc(100vw / 15) /* This Text padding allows for the depth of the testimonials Logo */
}
area1,area2 {
  flex-flow:column;
  position:absolute;
  top: 0px;
  /*border: 2px solid #faaff2;*/
}
.studies_height {
	height:17vw;
}
.page_static_content {
	color: #4d4d4d;
	font-size: 14pt;
    text-align: justify;
    line-height: 1.5;
}
.page_static_title {
	color: #07BAED;
	font-size: 1.3vw;
	font-weight:bold;
	text-align:center;
	line-height: 1.5;
}
.page_static_summary {
	color: #4d4d4d;
	font-size: 1.1vw;
	text-align: center;
	line-height: 1.5;
}
.openingtimes {
	color: #4d4d4d;
	font-size: 12pt;
    text-align: justify;
    line-height: 1.5;
    margin-right:5px:
}
.form_style {
	font-family: Arial Rounded MT Light;
	font-size: 12pt;
	color: #666666c;
	width: 80%;
	height: 30px;
}
.g-recaptcha {
transform:scale(1.0);
-webkit-transform:scale(1.0);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}

div.img_final {
  font-size: 1.11vw;
  margin:5px 20px 15px 5px;
  padding: 0px;
  background-color: #ffffff;
  width: 10%;
  float: left;
  text-align:center;
}

div.img img {
  display: inline;
  margin: 0px;
  max-width: 100%;
  max-height:82%;
}
div.img_final img {
  display: inline;
  margin: 0px;
  max-width: 100%;
  max-height:82%;
}
div.img_gallery {
  font-size: 1.11vw;
  margin: 5px;
  padding: 0px;
  border: 2px solid #51677E;
  background-color: #ffffff;
  height: 18vw;
  width: 23%;
  float: left;
  border-radius:5px;
  box-shadow:4px 4px 4px #999999;
  text-align:center;
}

div.img_gallery img {
  display: inline;
  margin: 0px;
  max-width: 98%;
  max-height:82%;
}

/*img {
  width:500px;
  height:500px;
  object-fit:cover;
}*/

.row {
	position:relative;
	top:1vw;
	/*border: 1px solid #ffff00;*/
}

.column1,.column2,.column3,.column4 {
  float: left;
}
.column1 { /* Single column */
  position:relative;
  width: 100%;
  left:0%;
  /*border: 1px solid #ffff00;*/
}
.column2 { /* Two equal columns that floats next to each other */
  width: 48%;
  margin:1%;
}
.column3 { /* Three equal columns that floats next to each other */
  width: 31.33%;
  /*width: calc(31.33% - 2px);*/
  margin:1%;
}
.column4 { /* Four equal columns that floats next to each other */
  width: 23%;
  margin:1%;
}


.bottombackground {
	position:fixed;
	bottom:30px;
	top:11vw;
	left:1vw;
	/*right:0;*/
	width:100%;
	height:100%;
	background-image: url("../images/background1.png");
	background-size: cover;
	background-repeat: no-repeat;
	/*background-position: right bottom;*/
	z-index:-1000;
	/*border: 2px solid #ff0000;*/
}


}/* END Desktops */


/* Mobile landcape and Tablets */
@media screen and (min-width: 601px) and (max-width: 1240px){
/*DO THIS*/

#fb-page {
z-index:10;
/*border: 2px solid #ffff00;*/
}
.fb-page {
position:absolute;
width:100%;
height:100%;
/*border: 2px solid #ffff00;*/
}
#h3 {
	height: 5vw;
	font-family: Arial Rounded MT Light;
	color: #000000;
	font-size: 4.5vw;
	font-style:italic;
	font-weight:bold;
	/*border: 1px solid #ff0000;*/
}

/*Google Maps Sizing*/
#contactaddress {
 /* border: 1px solid #0b5325;*/
  height: 340px;
  width: 23vw;
  min-width:240px;
  float: left;
}
#contacttimes {
  /*border: 1px solid #0b5325;*/
  height: 340px;
  width: 23vw;
  min-width:220px;
  float: left;
}
#contactmap {
  /*border: 1px solid #0b5325;*/
  height: 330px;
  width: 45vw;
  min-width:300px;
  float: left;
}
.map-responsive-big{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive-big iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.map-responsive-small{
    visibility: hidden;
    display:none;
}

/*END Google Maps Sizing*/

floating-box {
    display: inline-block;
    width: 47%;
    min-width: 180px;
    vertical-align: top;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    /*border: 2px solid #73AD21;*/
    border-bottom: 1px solid #999999;   
}

content, contentRHS, contentLHS {
  flex-flow:column;
  position:absolute;
  /*border: 2px solid #ff0000;*/
}

#contentopacity{
  position: fixed;
  background-color: rgba(255, 255, 255, 0);
  height:100%;
  width:96vw;
  left:1.5vw;
  z-index:1;
}

content {
  top: 12vw;
  height:100%;
  width:65vw;
  left:15vw;
  z-index:-1;
  /*border: 2px solid #ff0000;*/
}
contentLHS {
  width:98%;
}

contentRHS {
  top:30px;
  width:33vw;
  left:61.5vw;
}

#testimonialspad {
	padding-top: calc(100vw / 9) /* This Text padding allows for the depth of the testimonials Logo */
}
area1,area2 {
  flex-flow:column;
  position:absolute;
  top: 0px;
  /*border: 2px solid #faaff2;*/
}
.studies_height {
	height:29vw;
}
.page_static_content {
	color: #4d4d4d;
	font-size: 14pt;
    text-align: justify;
    line-height: 1.5;
}
.page_static_title {
	color: #07BAED;
	font-size: 2.3vw;
	font-weight:bold;
	text-align:center;
	line-height: 1.5;
}
.page_static_summary {
	color: #4d4d4d;
	font-size: 1.8vw;
	text-align: center;
	line-height: 1.5;
}
.openingtimes {
	color: #4d4d4d;
	font-size: 10pt;
    text-align: justify;
    line-height: 1.5;
    margin-right:5px;
}
.form_style {
	font-family: Arial Rounded MT Light;
	font-size: 12pt;
	color: #666666;
	width: 80%;
	height: 30px;
}
.g-recaptcha {
transform:scale(1.0);
-webkit-transform:scale(1.0);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}

div.img_final {
  font-size: 1.11vw;
  margin:5px 20px 15px 5px;
  padding: 0px;
  background-color: #ffffff;
  width: 20%;
  float: left;
  text-align:center;
}
div.img img {
  display: inline;
  margin: 0px;
  max-width: 100%;
  max-height:82%;
}
div.img_final img {
  display: inline;
  margin: 0px;
  max-width: 100%;
  max-height:82%;
}

div.img_gallery {
  font-size: 1.11vw;
  margin: 5px;
  padding: 0px;
  border: 2px solid #51677E;
  background-color: #ffffff;
  height: 27vw;
  width: 30%;
  float: left;
  border-radius:5px;
  box-shadow:4px 4px 4px #999999;
  text-align:center;
}
div.img_gallery img {
  display: inline;
  margin: 0px;
  max-width: 98%;
  max-height:82%;
}

/*img {
  width:500px;
  height:500px;
  object-fit:cover;
}*/


.row {
	position:relative;
	top:1vw;
}

.column1,.column2,.column3,.column4 {
  float: left;
}
.column1 { /* Single column */
  position:relative;
  width: 100%;
  left:0;
}
.column2,.column3 { /* Two equal columns that floats next to each other */
  width: 48%;
  margin:1%;
}
.column4 { /* Three equal columns that floats next to each other */
  width: 31.33%;
  margin:1%;
}

.bottombackground {
	position:fixed;
	bottom:30px;
	top:11vw;
	left:-1vw;
	/*right:0;*/
	width:100%;
	height:100%;
	background-image: url("../images/background1.png");
	background-size: cover;
	background-repeat: no-repeat;
	/*background-position: right bottom;*/
	z-index:-1000;
	/*border: 2px solid #ff0000;*/
}

}/* END Mobile landcape and Tablets */

/* Mobile portrait */
@media screen and (max-width: 600px){
/*DO THIS*/
#h3 {display: none;}
#contactaddress {
  /*border: 1px solid #0b5325;*/
  height: 300px;
  width: 25vw;
  min-width:250px;
  float: left;
}
#contacttimes {
  /*border: 1px solid #0b5325;*/
  height: 180px;
  width: 33vw;
  min-width:230px;
  float: left;
}
#contactmap {
  /*border: 1px solid #0b5325;*/
  height: 330px;
  width: 92vw;
  /*min-width:350px;*/
  float: left;
}
/*Google Maps Sizing*/
.map-responsive-small{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:450px;
}
.map-responsive-small iframe{
    left:0;
    top:0;
    height:450px;
    width:100%;
    position:absolute;
}

.map-responsive-big{
    visibility: hidden;
    display:none;
}

/*END Google Maps Sizing*/

floating-box {
    display: inline-block;
    width: 99%;
    min-width: 180px;
    vertical-align: top;
    /*margin-left: 2%;*/
    margin-right: 1%;
    margin-bottom: 20px;
    /*border: 2px solid #73AD21;*/
    border-bottom: 1px solid #999999;   
}

content,contentLHS,area1,area2{
  flex-flow:column;
  position:absolute;
}

#contentopacity{
  position: fixed;
  background-color: rgba(255, 255, 255, 0);
  height:100%;
  width:94vw;
  left:1.5vw;
  z-index:1;
}

content {
  top: 12vw;
  height:100%;
  width:94vw;
  left:1.5vw;
  z-index:-1;
  /*border: 2px solid #ff0000;*/
}
contentLHS {
  width:97%;
}
contentRHS {
visibility: hidden;
display: none;
}
#fb-page {
visibility: hidden;
display: none;
}
.fb-page {
visibility: hidden;
display:none;
}
#testimonials {
    visibility: hidden;
}
testimonials {
    display: none;
}
#strapline {
    display: none;
}
.studies_height {
	height:50vw;
}
.page_static_content {
	color: #4d4d4d;
	font-size: 12pt;
    text-align: justify;
    line-height: 1.5;
}
.page_static_title {
	color: #07BAED;
	font-size: 3.8vw;
	font-weight:bold;
	text-align:center;
	line-height: 1.5;
}
.page_static_summary {
	color: #4d4d4d;
	font-size: 2.8vw;
	text-align: center;
	line-height: 1.5;
}
.openingtimes {
	color: #4d4d4d;
	font-size: 10pt;
    text-align: justify;
    line-height: 1.5;
    margin-right:5px;
}
.form_style {
	font-family: Arial Rounded MT Light;
	font-size: 12pt;
	color: #666666;
	width: 80%;
	height: 30px;
}

.row {
	position:relative;
	top:9vw;
}

.column1,.column2,.column3,.column4 { /* Single column in Mobile Portrait */
  position:relative;
  width: 92%;
  left:2%;
}

.g-recaptcha {
transform:scale(1.0);
-webkit-transform:scale(1.0);
transform-origin:0 0;
-webkit-transform-origin:0 0;
/*border: 1px solid #ff0000;*/
}

div.img_final {
  font-size: 1.11vw;
  margin: 5px 20px 15px 5px;
  padding: 0px;
  background-color: #ffffff;
  width: 38%;
  float: left;
  text-align:center;
}
div.img img {
  display: inline;
  margin: 2px;
  max-width: 98%;
  max-height:82%;
}
div.img_final img {
  display: inline;
  margin: 2px;
  max-width: 98%;
  max-height:82%;
}
div.img_gallery {
  font-size: 1.11vw;
  margin: 5px;
  padding: 0px;
  border: 2px solid #51677E;
  background-color: #ffffff;
  height: 75vw;
  width: 95%;
  float: left;
  border-radius:5px;
  box-shadow:4px 4px 4px #999999;
  text-align:center;
}
div.img_gallery img {
  display: inline;
  margin: 2px;
  max-width: 98%;
  max-height:82%;
}

}/* END Mobile portrait */


/* All Screen Sizes */
/*DO THIS*/

@font-face {
    font-family: 'BubbleboddyNeue-Bold';
    src: url('../fonts/BubbleboddyNeue-Bold Trial.ttf');
}
@font-face {
    font-family: 'Arial Rounded MT Bold';
    src: url('../fonts/ARLRDBD.TTF');
}
@font-face {
    font-family: 'Arial Rounded MT Light';
    src: url('../fonts/Arial Rounded MT Light.ttf');
}

#todaydate {
position:absolute;
width:20%;
height:calc(100vw / 50);
z-index:1000;
border: 2px solid #ED1D24;
}


video {
  position:fixed;
  -webkit-filter:blur(10px);
  -moz-filter:blur(10px);
  -o-filter:blur(10px);
  -ms-filter:blur(10px);
  filter:blur(10px);
  min-width:100%;
  min-height:100%;
  left:50%;
  transform:translate(-50%,0);
  z-index:0;
}
body,wrap {
	margin: 0px;
	padding: 0px;
 	background-color: #D1F2FF;
	font-family: Arial Rounded MT Light;
	font-size: 12pt;
	color: #4d4d4d;
}
content,contentLHS,contentRHS,area1,area2 {
 	/*background-color: #ffffff;*/
}
.popup_style {
	margin: 0px;
	padding: 0px;
 	/*background-color: #ffffff;*/
	font-family: Arial Rounded MT Light;
	font-size: 14pt;
	/*color: #ffffff;*/
}
.rhsimageborders {
	border-color: #2d97db;
	border: 0px solid;
}
contentLHS {
	font-size: 12px;
	color: #999999;
	line-height: 1.5;
	/*padding-left: 20px;*/
	/*padding-right: 20px;*/
}
a.lhs_title:link {
	color: #4d4d4d;
	font-size: 14px;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;	
}
a.lhs_title:visited {
	color: #4d4d4d;
	font-size: 14px;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;		
}
a.lhs_title:hover {
	color: #daad33;
	font-size: 14px;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;			
}
a.lhs_title:active {
	color: #4d4d4d;
	font-size: 14px;
	text-decoration: none;	
	padding-left: 0px;
	padding-right: 0px;		
}
a.rhs:link {
	color: #6c804b;
	font-size: 14px;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;	
}
a.rhs:visited {
	color: #6c804b;
	font-size: 14px;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;		
}
a.rhs:hover {
	color: #daad33;
	font-size: 14px;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;			
}
a.rhs:active {
	color: #6c804b;
	font-size: 14px;
	text-decoration: none;	
	padding-left: 0px;
	padding-right: 0px;		
}

.page_strapline {
	color: #1a008c;
	font-size: 18pt;
	font-style: italic;
    text-align: right;
}

.page li  {
display:list-item;
}

.page_static_content_lhs {
	color: #666666;
	font-size: 10pt;
    text-align: justify;
    font-style: italic;
    line-height: 1.5;
}

.page_static_content_title {
	color: #4d4d4d;
	font-size: 12pt;
	text-decoration: none;
	font-weight:bold;
}

a.page_static_content_title:link {
	color: #4d4d4d;
	font-size: 12pt;
	text-decoration: none;
	font-weight:bold;
}
a.page_static_content_title:visited {
	color: #4d4d4d;
	font-size: 12pt;
	text-decoration: none;
	font-weight:bold;
}
a.page_static_content_title:hover {
	color: #6c804b;
	font-size: 12pt;
	text-decoration: none;
	font-weight:bold;
}
a.page_static_content_title:active {
	color: #4d4d4d;
	font-size: 12pt;
	text-decoration: none;
	font-weight:bold;
}
.image_title {
	color: #ffffff;
	font-size: 12pt;
	text-decoration: none;
	font-weight:bold;
}

a.image_title:link {
	color: #ffffff;
	font-size: 12pt;
	text-decoration: none;
	font-weight:bold;
}
a.image_title:visited {
	color: #ffffff;
	font-size: 12pt;
	text-decoration: none;
	font-weight:bold;
}
a.image_title:hover {
	color: #f2c14a;
	font-size: c12pt;
	text-decoration: none;
	font-weight:bold;
}
a.contactphone:link {
	font-size: 12pt;
	color: #4d4d4d;
	text-decoration: none;
}
a.contactphone:visited {
	font-size: 12pt;
	color: #4d4d4d;
	text-decoration: none;
}
a.contactphone:hover {
	font-size: 14pt;
	color: #6c804b;
	text-decoration: none;
}
a.contactphone:active {
	font-size: 14pt;
	color: #4d4d4d;
	text-decoration: none;
}
.bodylinks {
	color: #ff9949;
	font-size: 14pt;
	text-decoration: none;
}
a.bodylinks:link {
	color: #3a3a3a;
	font-size: 14pt;
	text-decoration: none;
}
a.bodylinks:visited {
	color: #3a3a3a;
	font-size: 14pt;
	text-decoration: none;
}
a.bodylinks:hover {
	color: #72a6b8;
	font-size: 14pt;
	text-decoration: none;
}
a.bodylinks:active {
	color: #3a3a3a;
	font-size: 14pt;
	text-decoration: none;
}

/* Divider HR line style */
hr.divider { 
  margin-top: 10px;
  border: 0; 
  height: 1px;
  width: 95%; 
  background-image: -webkit-linear-gradient(left, rgba(108,128,75,0), rgba(108,128,75,1), rgba(108,128,75,0));
  background-image: -moz-linear-gradient(left, rgba(108,128,75,0), rgba(108,128,75,1), rgba(108,128,75,0));
  background-image: -ms-linear-gradient(left, rgba(108,128,75,0), rgba(108,128,75,1), rgba(108,128,75,0));
  background-image: -o-linear-gradient(left, rgba(108,128,75,0), rgba(108,128,75,1), rgba(108,128,75,0));
}
/* End of Divider HR line style */

/* Divider HR line style */
hr.dividerwide { 
  margin-top: 0px;
  border: 0; 
  height: 2px;
  width: 95%; 
  background-image: -webkit-linear-gradient(left, rgba(108,128,75,0), rgba(108,128,75,1), rgba(108,128,75,0));
  background-image: -moz-linear-gradient(left, rgba(108,128,75,0), rgba(108,128,75,1), rgba(108,128,75,0));
  background-image: -ms-linear-gradient(left, rgba(108,128,75,0), rgba(108,128,75,1), rgba(108,128,75,0));
  background-image: -o-linear-gradient(left, rgba(108,128,75,0), rgba(108,128,75,1), rgba(108,128,75,0));
}
/* End of Divider HR line style */

/* Images in Gallery */
div.img_small {
  margin: 5px;
  padding: 2px;
  /*border: 1px solid #ff0000;*/
  background-color: #ffffff;
  height: 80px;
  /*height: calc((100vw / 3) * (100vw / 50));*/
  width: 85px;
  float: left;
}

div.img {
  font-size: 12pt;
  margin: 5px;
  padding: 2px;
  display: block;
  /*border: 2px solid #A1A1A1;*/
  /*background-color: #202c53;*/
  /*min-height: 250px;*/
  /*min-width: 250px;*/
  /*height: 18vw;*/
  width: 23%;
  float: left;
  margin-left:auto;
  margin-right:auto;
  /*border-radius:2px;*/
  /*box-shadow:2px 2px 2px #999999;*/
  text-align:center;
}
div.img img {
  /*display: inline;*/
  
  /*margin: 0px;*/
  
  /*border: 1px solid #ffff00;*/
  max-width: 100%;
  max-height:80%;
}

div.img {
  -webkit-transition:all 1.5s ease-out;
  -moz-transition:all 1.5s ease-out;
  -ms-transition:all 1.5s ease-out;
  -o-transition:all 1.5s ease-out;
  transition:all 1.5s ease-out;
}

.img :hover {
  -webkit-transform:scale(.99);
  -moz-transform:scale(.99);
  -ms-transform:scale(.99);
  -o-transform:scale(.99);
  transform:scale(.99);
}

div.img_gallery {
  -webkit-transition:all 1.5s ease-out;
  -moz-transition:all 1.5s ease-out;
  -ms-transition:all 1.5s ease-out;
  -o-transition:all 1.5s ease-out;
  transition:all 1.5s ease-out;
}

.img_gallery :hover {
  -webkit-transform:scale(.99);
  -moz-transform:scale(.99);
  -ms-transform:scale(.99);
  -o-transform:scale(.99);
  transform:scale(.99);
}


div.desc {
  text-align: center;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 12pt;
  color: #4d4d4d;
  width: 100%;
  line-height: 1.0;
  margin-top: 5px;
  /*border: 1px solid #000000;*/
}
/* End of Images in Gallery */


/* Images in ALTERNATIVE Gallery eg SALE PROMOS ETC where items have a summary so show as a list */
div.galleryALTWIDE {
    margin: 0px;
    padding-right:15px;
    padding-bottom:15px;
    /*border: 1px solid #ff0000;*/
    float: left;
    width: 25%;
    height: auto;
}

div.galleryALTWIDE:hover {
    /*border: 1px solid #777;*/
}

div.galleryALTWIDE img {
    width: 98%;
    height: auto;
}

div.galleryALT {
    margin: 0px;
    padding-right:15px;
    /*padding-bottom:15px;*/
    /*border: 1px solid #ff0000;*/
    float: left;
    width: 100%;
    height: auto;
}

div.galleryALT:hover {
    /*border: 1px solid #777;*/
}

div.galleryALT img {
    width: 98%;
    height: auto;
}
div.descALTtitle {

  text-align: left;
  /*vertical-align: bottom;*/
  font-weight: bold;
  font-size: 14px;
  color: #4d4d4d;
  /*width: 200px;*/
  /*min-height: 30px;*/
  /*height: calc((100vw / 3) * (100vw / 50));*/
  line-height: 1.3;
  /*margin-top: 5px;*/
  /*margin-bottom: 5px;*/
  /*border: 1px solid #ff0000;*/
}
div.descALTdesc {
  text-align: left;
  /*vertical-align: bottom;*/
  font-weight: normal;
  font-size: 14px;
  color: #4d4d4d;
  /*width: 200px;*/
  /*min-height: 100px;*/
  /*height: calc((100vw / 3) * (100vw / 50));*/
  line-height: 1.3;
  /*margin-top: 5px;*/
  /*margin-bottom: 5px;*/
  /*border: 1px solid #ff0000;*/
}

/* End of Images in Gallery */

wrap,content,contentLHS,contentRHS,area1,area2 {
  display:flex;
}
area1 {
  position:relative;
  z-index:50;
  margin-bottom:10px;
  /*border: 1px solid #faaff2;*/
}
area2 {
  position:relative;
  z-index:50;
  margin-bottom:10px;
  display: inline;
  /*border: 1px solid #faaff2;*/
}
.column1,.column2,.column3,.column4 {
  /*border: 1px solid #ff0000;*/
}

h1 {
	font-family: Arial Rounded MT Light;
	font-size: 16pt;
	color: #4d4d4d;
	line-height: 1.0;
}
a.h1:link {
	font-family: Arial Rounded MT Light;
	font-size: 16pt;
	color: #4d4d4d;
	line-height: 1.0;
	text-decoration: none;
}
a.h1:visited {
	font-family: Arial Rounded MT Light;
	font-size: 16pt;
	color: #4d4d4d;
	line-height: 1.0;
	text-decoration: none;
}
a.h1:hover {
	font-family: Arial Rounded MT Light;
	font-size: 16pt;
	color: #ed1d24;
	line-height: 1.0;
	text-decoration: none;
}
a.h1:active {
	font-family: Arial Rounded MT Light;
	font-size: 16pt;
	color: #4d4d4d;
	line-height: 1.0;
	text-decoration: none;
}

h2 {
	font-family: Arial Rounded MT Light;
	font-size: 14pt;
	color: #4d4d4d;
	line-height: 1.0;
}

/* COOKIE stuff */
.dismissable-cookie-policy {
	background: #333;
	background: rgba(0, 0, 0, .75);
	bottom: 0;
	color: #FFF;
	display: none;
	font: 14px/1.5 Helvetica, Verdana, sans-serif;
	left: 0;
	padding: 20px 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 1499;
}
.dismissable-cookie-policy .statement {
	margin: 1em auto;
	max-width: 50em;
}
.dismissable-cookie-policy * {
	font-family: Arial Rounded MT Light !important;
	visibility: visible !important;
}
.dismissable-cookie-policy a {
	color: #fff;
	text-decoration: underline;
}
.dismissable-cookie-policy button {
	background: #0899f8;
	border: 0;
	-webkit-border-radius: 0.3125em;
	border-radius: 0.3125em;
	background-clip: padding-box;
	color: #FFF;
	cursor: pointer;
	font-size: 1.28571428571em;
	line-height: 1;
	padding: 0.642857142857em 4em;
	white-space: nowrap;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
button, select {
	text-transform: none;
}
button, input {
	line-height: normal;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
.submit_button {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
font-family: Arial Rounded MT Light; 
color: #FFFFFF; 
width: 120px; 
height: 40px; 
font-size: 12pt; 
background-color: #27a027;
}
/* END of COOKIE stuff */


/*table stuff*/
#table {
display: table;
width:100%;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/*end table stuff*/
.cell {
/*border: 1px solid #ED1D24;*/
display: table-cell;
vertical-align:top;
}
/*end table stuff*/


#topopeningtimesbox {
	position:absolute;
	top: 25px;
	left:10%;
	/*width:20%;*/
	margin-right:0px;
	height: 60px;
	z-index:110;
    text-align: left;
    line-height:1.5;
    display: initial;
    border: 1px solid #ED1D24;
}

.button {
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor:hand;
    background-color: white; 
    color: #4e4e4e;
    font-weight:bold; 
    border: 4px solid #ED1D24;
    border-radius: 8px;
}
.button:hover {
    background-color: #ED1D24;
    color: white;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24),0 5px 15px 0 rgba(0,0,0,0.24);
}


