/* Andrew Waddell*/


/*
color:#000000;
color:#D9D0D1;
border-bottom:1px solid #887c79;
*/
body
{
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: Raleway, Helvetica, Verdana,serif;
  color:#646464;
}
#header
{
  background-color:#646464;
}

#title
{
  font-size:40px;
  padding:10px;
}

#subtitle
{
  font-size:25px;
  padding:10px;
}

#content
{
  padding:40px 5px;
}
label{
  margin-top:10px;
  display:block;
}
input, textarea {
  border: 1px solid #918e8e;
  border-radius: 5px;
  display: block;
  padding-left: 5px;
}

.active
{
  color:#D1D3D4;
}

.link_thumb
{
  box-sizing: border-box;
  width:30%;
  height:300px;
  border:1px solid #000;
}

#footer #links
{
/*  float:right;*/
}

#footer
{
/*
  border-width: 1px 0;
  border-style:solid;*/
  padding: 10px;
  margin-top:35px;
  margin-bottom:5px;
  text-align:center;
}

#links a
{
  text-decoration:none;
}

.blueimp-gallery .next:before
{
  content:"\203A"
}

.blueimp-gallery .prev:before
{
  content:"\2039"
}

#blueimp-gallery .close:before
{
  content:"\02DF"
}
/*Contact.php*/
form input
{
  height:30px;
}

input[type=text], textarea {
  max-width:380px;
  min-width:240px;
  width:95%;
}

.error
{
  color:red;
}

.hdp_container
{
  margin-left:15%;
  width:70%;
  float:left;
}

#bookingWidget
{
  margin-top:10px;
}

#bookingWidget, #googleMap
{
  border:1px solid #808080;
  max-width:600px;
  height:450px;
  display:block;
  margin:0 auto;
}

.hdp_left
{
  float:left;
}

.hdp_right
{
  float:right;
}
#hdp_awards{
  padding-bottom:10px;
}
#hdp_opening_hours,#hdp_address
{
  max-width:49%;
}
#hdp_opening_hours
{
  font-size: 18px;
/*  max-width: 230px;*/
  min-height:250px;
}
#hdp_address
{
  font-size: 18px;
/*  max-width: 380px;*/
  min-height:250px;
}
#hdp_address table
{
  margin:0 auto;
}

div#hdp_address div {
  padding-bottom:10px;
}

.hdp_days
{
  width:50px;
  display:inline-block;
}

.hdp_txt_center
{
  text-align:center;
}

div[data-href*=":"]
{
  cursor:pointer;
}

img.hdp_icon
{
  vertical-align:middle;
  padding-right:10px;
  height:25px;
  width:25px;
}
.hdp_contact_info a span
{
  display: inline-table;
  vertical-align: top;
  margin-top:2px;
}
#hdp_contact-form
{
  max-width: 380px;
  min-width: 240px;
}

.hdp_table_title
{
  text-align: center;
  font-size: 22px;
  padding: 0 10px 10px 10px;
}

.hdp_full-div
{
  box-sizing:border-box;
  padding:10px;
  width:100%;
}
.hdp_price-list h2
{
  text-align:center;
  font-size:30px;
  margin: 30px 0 0 0;
  border-bottom:1px solid;
  padding-bottom:5px;
}

div.hdp_price-list
{
  float:left;
}

.hdp_price
{
/*  font-weight:bold;*/
  text-align:center;
}

.hdp_price-table{
  width:100%;
}
.grid-sizer,.hdp_price-list
{
  width:45%;
  margin:30px;
  max-width:350px;
/*background-color:#9D908E;*/
}
ul#menu{
  border-bottom:1px solid;
  float:left;
  margin-top:40px;
}
span#links a {
    margin: 0 15px 0 15px;
}

/* CSS Menu Title  */

/*Strip the ul of padding and list styling*/
ul {
  list-style-type:none;
  margin:0;
  padding:0;
  display:inline-block;
/*  position: absolute;*/
}

/*Create a horizontal list with spacing*/
li {
  display:inline-block;
  float: left;
  margin-right: 1px;
}

/*Style for menu links*/
li a {
  display:block;
  min-width:140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #231f20;
  text-decoration: none;
  font-size: 25px;
}

li:last-child a
{
  border-right:none;
}
/*Hover state for top level links*/
li:hover a {
/*  color:#8FA7FF;*/
  color:#9CC4FF;
}


/*Style 'show menu' label button and hide it by default*/
.show-menu {
  display: none;
  cursor:pointer;
  background: url(/images/hdp_show_menu.png) left center no-repeat;
  height: 30px;
  width: 35px;
  background-size: 100%;
  margin: 0 10px 10px 10px;
  float:left;
  clear:left;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: inline-block;
}




.project
{
  float:left;
  border:1px solid #fff;
  width:500px;
}

.project:hover
{
  cursor:pointer;
  border:1px solid #000;
}

.project_title
{
  padding:10px;
  font-size:20px;
  text-align:center; 
}

.project_preview
{
  box-sizing: border-box;
  height: 400px;
  padding: 10px;
  width: 100%;
}

span.rollover {
  opacity: 1;
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition: -webkit-transform 1s;
  background:url(images/mag.png) center center no-repeat #000;
  cursor: pointer;
  height: 300px;
  width: 30%;
  position: absolute;
  z-index: 10;
  opacity: 0;
  margin:20px;
}

span.rollover:hover {
  opacity: .4;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition: -webkit-transform 1s;
  -webkit-box-shadow: 0px 0px 4px #000;
  -moz-box-shadow: 0px 0px 4px #000;
  box-shadow: 0px 0px 4px #000;
}

#page_title
{
  font-size: 18px;
  font-weight: bold;
}

#logo
{
  float:left;
  width:25%;
  padding:10px;
  max-width:250px;
  margin-top:15px;
}

p
{
  line-height:30px;
  padding:20px;
}

.construction
{
  text-align:center;
  font-size:40px;
  padding:60px 0;
}


/*Responsive Styles*/
@media screen and (max-width : 720px){
  #hdp_opening_hours,#hdp_address
  {
    max-width:100%;
  }
}
@media screen and (max-width : 590px){
  /*Make dropdown links appear inline*/
  ul {
    position: static;
    display: none;
  }
  /*Create vertical spacing*/
  li {
    margin-bottom: 1px;
  }
  /*Make all menu links full width*/
  ul#menu,ul li, li a {
    width: 100%;
  }

  ul#menu,ul li, li a {
    border:none;
  }

  #header{
    border-bottom: 1px solid;
  }
  /*Display 'show menu' link*/
  .show-menu {
    display:block;
  }
  li a {
    border-right:none;
    border-bottom:1px solid #887c79;
  }
  li:last-child a
  {
    border-bottom:none;
  }

  .project {
    width: 100%;
  }

  .link_thumb {
    width: 100%;
  }

  div#header{
    text-align:center;
  }

  #logo {
    width: 70%;
  }

  .hdp_container
  {
    margin:0;
    width:100%;
  }

  .grid-sizer,.hdp_price-list
  {
    width:90%;
    max-width:none;
  }

  #hdp_opening_hours,
  #hdp_address
  {
    float:none;
    margin:auto;
  }
}

