@charset "UTF-8";

/*Variables*/
/* colors */
/*fonts*/
/* Body / page*/
body {
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif; }

body .page-white {
  background-color: #fff;
  margin: 0 auto;
  width: 95%; }

body .page-white .page-padding {
  padding: 30px 15px 60px 15px; }

svg {
  display: inline-block;
  color: currentColor;
  width: 16px;
  height: 16px; }

  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

/* Header Styles */
header {
  background-color: #E9E9E9; }

header .logo-container,
header .social-container {
  padding: 30px 0 20px 0;
  display: inline-block; }

header .logo-container {
	margin-top: 30px;
}
header .social-container {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px; }

header ul.social-list {
  list-style: none; }

header ul.social-list li {
  margin-left: 4px;
  margin-bottom: 6px; }

body .content a.cta:hover {
  background-color: #8FC3EA; }

header ul.social-list li.nav-icon a {
  height: 40px;
  width: 40px;
  position: relative;
  fill: #ffffff;
  display: block;
  padding: 12px 6px 0 6px; }

  header ul.social-list li a.click-call {
  	text-transform: uppercase;
    font-weight: bold;
    color: #989999;
    letter-spacing: 0.05rem;
    font-size: 15px;
  }

  header ul.social-list li a.click-call:hover {
  	background-color:none;
    color: #8aabc7;
  }

/*primary navigation*/
header .top-bar {
  padding: 0; }

header .top-bar, .top-bar ul {
  background-color: #cacaca; }

header .top-bar-left ul {
  /*text-transform: uppercase;*/
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  color: #ffffff; }

header .top-bar-left ul li a {
  padding: 20px 15px 20px 15px;
  color: #424344;
  /* Safari */
  transition: 0.5s; }

header .top-bar-left .dropdown.menu {

}

header .top-bar-left .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #7D7D7D transparent transparent; }

header .top-bar-left ul li a:hover {
  color: #fff; }

header .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
  left: -20%;
  margin-top:10px;
  }

.top-bar-left ul li.current > a {
	color: #ffffff;
}

/* Footer Styles */
footer {
  background-color: #E9E9E9;
  padding: 30px 0 0 0; }

footer .footer-logo {
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #7D7D7D; }

footer .copyright {
  background-color: #BBBBBB;
  padding: 21px 0 10px 0;
  margin-top: 20px; }

footer .copyright a {
  color: #e6e6e6; }

footer .copyright h5 {
  font-size: 11px; }

footer h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  color: #7D7D7D; }

footer h6 {
  font-size: 14px;
  color: #7D7D7D; }

footer ul {
  list-style: none;
  margin-left: 0; }

footer ul li,
footer ul li a {
  font-size: 14px;
  margin-bottom: 5px; }

footer ul.footer-social li {
  padding-left: 25px;
  position: relative; }

footer ul.footer-social li a {
  color: #2199e8; }

footer ul.footer-social li a svg.icon {
  position: absolute;
  left: 0;
  top: 8%;
  fill: #2199e8; }

footer ul.footer-social li a:hover,
footer ul.footer-social li a svg.icon:hover {
  color: #1585cf;
  fill: #1585cf; }

/* Mobile Menu*/
.title-bar .mob-book-container {
  float: right; }

body .title-bar {
  background: #393E41;
  color: #fefefe;
  padding: 10px 0 0 0; }

body .title-bar .mob-menu-btn {
  padding: 10px 0 20px 0;
}

body .title-bar .mob-menu-btn,
body .title-bar .mob-book-container {
  display: inline-block; }

/*Drill down menu */
body .top-bar-left .is-drilldown {
  max-width: none;
  padding: 10px 0 10px 0; }

body .top-bar-left .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #393e41; }

body .top-bar-left .is-drilldown ul li a,
body .top-bar-left .is-drilldown ul li.menu-text {
  padding: 12px 10px 12px 10px; }

 /* Mob Call Buttons */
header .mobcall-container {
	display:none;
}

.mobcall {
	float: left;
    width: 33.33%;
    background-color: #aaabab;
    text-align:center;

}

.mobcall a {
	width: 100%;
    display: inline-block;
    padding-right: 5%;
    padding-left: 5%;
    color: #393e41;
    font-weight: bold;
    letter-spacing: 0.05rem;
    font-size: 14px;
    padding-top: 5%;
    padding-bottom: 5%;
    text-transform:uppercase;
}

.mobcall a:hover,
.movcall a:active {
	color:#ffffff;
	background-color:#8aabc7;
}

/* BreadCrumb */
.breadcrumb-container {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 20px; }

.breadcrumb-container .breadcrumb {
  margin-left: 0;
  margin-bottom: 0; }

.breadcrumb li {
  display: inline;
  font-size: 14px;
  color: #424344;
  margin-right: 5px; }

.breadcrumb li + li:before {
  content: "» ";
  margin-right: 5px; }

/* Page Title */
.title-container.content {
  padding-bottom: 20px; }

.title-container.content h1 {
  color: #8aabc7; }

/* Listings*/
.listing-item {
  border-bottom: 1px solid #BBBBBB;
  padding: 20px 0 20px 0; }

.content .listing-item h3,
.content .listing-item img {
  margin-top: 0; }

.content .listing-item h3 {
  color: #8aabc7;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.content .listing-item h4 {
  font-size: 15px;
  color: #BBBBBB;
  margin-top: 10px;
  margin-bottom: 7px; }

.content .listing-item p {
  font-size: 15px;
  color: #424344;
  margin-top: 0; }

body .content a.cta {
  color: #ffffff;
  font-weight: lighter;
  line-spacing: 1px;
  text-decoration: none; }

/* side-bar navigation */
* {
  box-sizing: border-box;
  font-family: sans-serif; }

/*  Sidebar Navigation */
.sidebar-nav {
  margin: 18px 0px;
  margin: 1.125rem 0rem;
  padding: 0px;
  position: relative; }
  .sidebar-nav nav ul {
    padding: 0;
    margin: 0; }
    .sidebar-nav nav ul li {
      border-bottom: 2px solid #FFFFFF;
      list-style: none; }
      .sidebar-nav nav ul li.current > a {
        font-weight: bold;
        background-color: #476C9B;
        color: #FFFFFF; }
      .sidebar-nav nav ul li.section > a {
        font-weight: bold;
        background: #476C9B;
        color: #FFFFFF;
        border-radius: 3px 3px 0px 0px;
        border-bottom: 2px solid #FFFFFF; }
        .sidebar-nav nav ul li.section > a li a {
          background-color: transparent; }
      .sidebar-nav nav ul li a {
        display: block;
        text-decoration: none;
        padding: 12px;
        padding: 0.75rem;
        background-color: #82afd8;
        color: #FFFFFF;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
        transition: all 100ms ease 0s;
        position: relative;
        left: 0px;
        /*border-radius: 3px;*/ }
        .sidebar-nav nav ul li a:hover {
          background-color: #476C9B; }
        .sidebar-nav nav ul li a.open {
          position: relative; }
          .sidebar-nav nav ul li a.open:after {
            content: '';
            position: absolute;
            top: 50%;
            margin-top: -4px;
            height: 0;
            width: 0;
            right: 12px;
            border-top: 8px solid #FFFFFF;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent; }
      .sidebar-nav nav ul li ul {
        padding: 6px 0px;
        background: #e6e6e6; }
        .sidebar-nav nav ul li ul li {
          border: none; }
          .sidebar-nav nav ul li ul li.current > a {
            font-weight: 600;
            background-color: transparent;
            color: #7D7D7D; }
          .sidebar-nav nav ul li ul li.section > a {
            color: #7D7D7D;
            font-weight: 600;
            background-color: transparent;
            border-radius: 0px;
            border-bottom: none; }
          .sidebar-nav nav ul li ul li a {
            background: none;
            color: #887373;
            padding: 6px 12px;
            font-size: 0.85rem; }
            .sidebar-nav nav ul li ul li a:hover {
              background-color: #BBBBBB;
              color: #ffffff; }
            .sidebar-nav nav ul li ul li a.open:after {
              border-top: 8px solid #8aabc7; }
          .sidebar-nav nav ul li ul li ul {
            /*padding: 0px 0px 0px 12px;*/
            margin: 0; }
            .sidebar-nav nav ul li ul li ul li {
              position: relative; }
              .sidebar-nav nav ul li ul li ul li a {
                padding-left: 24px; }
              .sidebar-nav nav ul li ul li ul li li a {
                padding-left: 36px; }
      .sidebar-nav nav ul li.haschildren {
        position: relative; }
        .sidebar-nav nav ul li.haschildren > a {
          padding: 16px 40px 16px 16px; }

.content .side-nav-container .sidebar-nav ul li {
  margin: 0 0 0 0; }

/* end side bar nav */

/* Contact Form*/

.contact-form #uff {
	font-size: 20px;
    color: #9dc3ea;
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
}
 .contact-form {
  margin: 30px 0 20px 0; }

* {
  box-sizing: border-box;
  font-family: sans-serif; }

/* Enquiry Form */
form {
  margin: 16px 0px;
  margin: 1rem 0rem;
  padding: 20px 32px;
  padding: 1.25rem 2rem;
  background: #FFFFFF;
  border-radius: 2px;
  color: #222222;
  /* Overrides Foundation */
  /* Messages (eg. Validation Messages) */
  /* Middle Column - Basic Styles */
  /* Field Labels */
  /* Fields */
  /* Checkboxes and Radios */
  /* Inputs */
  /* Select fields */
  /* End of form */
  /* Submit Buttons */
  /* Reset Buttons */
  /* Content in forms */
  /* Table */ }
  form fieldset {
    border: none;
    padding: 0;
    margin: 0;
    width: auto; }
  form .message {
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
    margin: 12px 0px;
    margin: 0.75rem 0rem;
    background: #E3EFF2;
    border: 1px solid #ABC3CA;
    color: #04466f;
    border-radius: 5px;
    float: left;
    width: 100%; }
    form .message.good {
      background: #e1f5e1;
      color: darkgreen;
      border-color: #9cd29c; }
    form .message.bad, form .message.required {
      background: #FAE4E8;
      color: #7e0714;
      border-color: #D29CA6; }
  form .middleColumn {
    position: relative;
    /* Validation Errors */ }
    form .middleColumn .message.required {
      position: absolute;
      top: 100%;
      left: 0px;
      opacity: 0.925;
      width: auto; }
      form .middleColumn .message.required:after, form .middleColumn .message.required:before {
        bottom: 100%;
        left: 20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      form .middleColumn .message.required:after {
        border-color: rgba(250, 228, 232, 0);
        border-bottom-color: #FAE4E8;
        border-width: 10px;
        margin-left: -10px; }
      form .middleColumn .message.required:before {
        border-color: rgba(210, 156, 166, 0);
        border-bottom-color: #D29CA6;
        border-width: 11px;
        margin-left: -11px; }
  form label {
    color: #7d7d7d;
    display: block;
    padding: 0px 0px 12px 0px;
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600; }
  form .requiredField > label:after {
    content: ' *';
    color: #307ec0; }
  form .field {
    float: left;
    width: 100%;
    margin: 12px 0px;
    margin: 0.75rem 0rem; }
    form .field.half {
      width: 48.5%;
      margin-right: 3%; }
      form .field.half.last {
        margin-right: 0; }
    form .field.third {
      width: 31.333333%;
      margin-right: 3%; }
      form .field.third.last {
        margin-right: 0; }
  form ul {
    margin: 0;
    padding: 0; }
  form ul.optionset li {
    list-style: none;
    padding: 8px 0px;
    padding: 0.5rem 0rem; }
  form ul label,
  form .contact-options label,
  form .field.checkbox label {
    float: none;
    text-align: left;
    color: #464344;
    padding: 0 0 0 30px;
    font-weight: lighter; }
  form .radio-field label,
  form .checkbox-field label {
    margin: 0;
    padding: 0;
    color: #6d717b;
    font-weight: normal;
    position: relative; }
  form .radio-field label:hover,
  form .checkbox-field label:hover {
    color: #343b41; }
  form input[type="radio"],
  form input[type="checkbox"] {
    margin: 6px 0 2px 0;
    padding: 0;
    float: left; }
  form input[type="text"],
  form input[type="password"],
  form input[type="email"],
  form input[type="tel"],
  form input[type="file"],
  form textarea {
    width: 100%;
    font-family: "Arial",sans-serif;
    font-size: 18px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    border: 1px solid #BBBBBB;
    background-clip: padding-box;
    padding: 12px;
    margin: 0;
    transition: border 0.5s;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* Placeholder */ }
    form input[type="text"]:disabled,
    form input[type="password"]:disabled,
    form input[type="email"]:disabled,
    form input[type="tel"]:disabled,
    form input[type="file"]:disabled,
    form textarea:disabled {
      background-color: #E5EBEF;
      opacity: 0.5; }
    form input[type="text"].required,
    form input[type="password"].required,
    form input[type="email"].required,
    form input[type="tel"].required,
    form input[type="file"].required,
    form textarea.required {
      border-color: #D34151;
      box-shadow: 0 0 2px rgba(229, 128, 139, 0.5); }
    form input[type="text"].valid,
    form input[type="password"].valid,
    form input[type="email"].valid,
    form input[type="tel"].valid,
    form input[type="file"].valid,
    form textarea.valid {
      border-color: #53C74B;
      box-shadow: 0 0 2px rgba(128, 242, 115, 0.5);
      color: darkgreen; }
    form input[type="text"].valid:focus, form input[type="text"].required:focus, form input[type="text"]:focus,
    form input[type="password"].valid:focus,
    form input[type="password"].required:focus,
    form input[type="password"]:focus,
    form input[type="email"].valid:focus,
    form input[type="email"].required:focus,
    form input[type="email"]:focus,
    form input[type="tel"].valid:focus,
    form input[type="tel"].required:focus,
    form input[type="tel"]:focus,
    form input[type="file"].valid:focus,
    form input[type="file"].required:focus,
    form input[type="file"]:focus,
    form textarea.valid:focus,
    form textarea.required:focus,
    form textarea:focus {
      outline: none;
      border: 1px solid #23b7fb;
      box-shadow: 0 0 3px #62ceff; }
    form input[type="text"]::-webkit-input-placeholder,
    form input[type="password"]::-webkit-input-placeholder,
    form input[type="email"]::-webkit-input-placeholder,
    form input[type="tel"]::-webkit-input-placeholder,
    form input[type="file"]::-webkit-input-placeholder,
    form textarea::-webkit-input-placeholder {
      color: #BECAD2; }
    form input[type="text"]:-moz-placeholder,
    form input[type="password"]:-moz-placeholder,
    form input[type="email"]:-moz-placeholder,
    form input[type="tel"]:-moz-placeholder,
    form input[type="file"]:-moz-placeholder,
    form textarea:-moz-placeholder {
      color: #BECAD2; }
    form input[type="text"]::-moz-placeholder,
    form input[type="password"]::-moz-placeholder,
    form input[type="email"]::-moz-placeholder,
    form input[type="tel"]::-moz-placeholder,
    form input[type="file"]::-moz-placeholder,
    form textarea::-moz-placeholder {
      color: #BECAD2; }
    form input[type="text"]:-ms-input-placeholder,
    form input[type="password"]:-ms-input-placeholder,
    form input[type="email"]:-ms-input-placeholder,
    form input[type="tel"]:-ms-input-placeholder,
    form input[type="file"]:-ms-input-placeholder,
    form textarea:-ms-input-placeholder {
      color: #BECAD2; }
  form textarea {
    overflow: auto;
    resize: vertical; }
  form select {
    font-family: "Arial",sans-serif;
    color: #464344;
    height: auto;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    outline: none;
    width: 100%;
    padding: 12px;
    padding: 0.75rem;
    margin: 0;
    position: relative;
    border: 1px solid #9FAFBA;
    box-shadow: 0px 1px 3px rgba(199, 201, 218, 0.15);
    background: #f0f2f4;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #f0f2f4 0%, #e7ebee 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f4', endColorstr='#e7ebee',GradientType=0 );
    /* IE6-9 */ }
    form select:hover {
      background: #f1f3f5;
      /* Old browsers */
      /* FF3.6+ */
      /* Chrome,Safari4+ */
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to bottom, #f1f3f5 0%, #e9ecef 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f5', endColorstr='#e9ecef',GradientType=0 );
      /* IE6-9 */ }
    form select.valid:focus, form select.required:focus, form select:focus {
      outline: none;
      border: 1px solid #23b7fb;
      box-shadow: 0 0 3px rgba(98, 206, 255, 0.5); }
  form .Actions:after {
    content: "";
    display: table;
    clear: both; }
  form input[type="submit"],
  form input[type="button"],
  form button {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: bold;
    cursor: pointer;
    margin: 12px 0px;
    margin: 0.75rem 0rem;
    padding: 20px 24px;
    padding: 1.25rem 1.5rem;
    border: none;
    outline: none;
    color: #FFFFFF;
    /*float: right;*/
    min-width: 150px;
    text-align: center;
    background-color: #82afd8; }
    form input[type="submit"]:hover,
    form input[type="button"]:hover,
    form button:hover {
      opacity: 0.75; }
  form input[type="reset"] {
    font-size: 18px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: bold;
    cursor: pointer;
    margin: 12px 0px;
    margin: 0.75rem 0rem;
    padding: 20px 24px;
    padding: 1.25rem 1.5rem;
    border: none;
    outline: none;
    color: #ffffff;
    float: none;
    text-align: center;
    background-color: #BBBBBB; }
    form input[type="reset"]:hover {
      opacity: 0.85; }
  form p {
    color: #4A4B4D;
    font-size: 1em;
    line-height: 1.65em; }
  form h1, form h2, form h3, form h4, form h5, form h6 {
    color: #8FC3EA;
    border-bottom: 1px solid #EDEDED;
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    margin: 12px 0px;
    margin: 0.75rem 0rem; }
  form p#ForgotPassword {
    padding: 16px 0px 0px 0px; }
  form a {
    color: #128eb7;
    text-decoration: none;
    position: relative; }
  form a:hover {
    text-decoration: underline; }
  form table {
    margin: 0px;
    width: 100%;
    background-color: #f7f9fa;
    border: 1px solid #dee0e3; }
    form table .field {
      margin: 0px;
      padding: 0px; }
    form table th {
      font-weight: bold;
      background-color: #2C3134;
      color: #FFFFFF;
      padding: 0.5rem 0.625rem; }
    form table td {
      font-size: 1.125em; }
    form table a {
      color: #222222;
      font-weight: bold; }
    form table .total {
      border-top: 1px solid #dee0e3; }
      form table .total td {
        font-weight: bold;
        font-size: 1.25em;
        padding-top: 1rem;
        padding-bottom: 1rem; }

/* Homepage Slider */

	.center-me {
	    position: relative;
	    z-index: 9;
	}

@media all and (max-width: 40.063em) {
  form .field.half,
  form .field.third {
    width: 100%;
    margin-right: 0; } }

/*end contact form*/
/* SilverStripe Content Styles */
* {
  box-sizing: border-box;
  font-family: sans-serif; }

/* Content */
.content {
  margin: 0;
  /* Responsive iFrame Embed */ }

.content:before, .content:after {
  content: " ";
  display: table; }

.content:after {
  clear: both; }

.content h1, .content h2, .content h3 {
  line-height: 1.2;
  color: #8aabc7;
  font-family: Arial, Helvetica, sans-serif; }

.content h4, .content h5, .content h6 {
  font-weight: 600; }

.content h1 {
  font-size: 2.5em;
  font-weight: 600;
  margin-top: 0.55em;
  margin-bottom: 0.55em; }

.content h2 {
  font-size: 2em;
  font-weight: 600;
  margin-top: 0.67em;
  margin-bottom: 0.67em; }

.content h3 {
  font-size: 1.675em;
  font-weight: 600;
  margin-top: 0.9em;
  margin-bottom: 0.9em; }

.content h4 {
  font-size: 1.45em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #8aabc7; }

.content h5 {
  font-size: 1.25em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  color: #8aabc7; }

.content h6 {
  font-size: 1em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  color: #8aabc7;
  letter-spacing: 1px; }

.content p {
  color: #424344;
  font-size: 1em;
  line-height: 1.6;
  margin-top: 1em;
  margin-bottom: 1em; }

.content img {
  margin: 1.125em 0em;
  max-width: 100%; }

.content img.left,
.content .captionImage.left,
.content img.floatleft {
  float: left;
  max-width: 96%;
  margin: 1.125em 4% 1.125em 0; }

.content img.right,
.content .captionImage.right,
.content img.floatright {
  float: right;
  max-width: 96%;
  margin: 1.125em 0 1.125em 4%; }

.content .captionImage,
.content .captionImage.left,
.content .captionImage.right {
  position: relative; }

.content .captionImage img {
  margin: 0;
  float: none;
  max-width: 100%;
  padding: 0; }

.content .captionImage p.caption {
  font-style: italic;
  color: #737373;
  font-size: 1em;
  padding: 10px 0 0 0; }

.content b,
.content strong {
  font-weight: bold; }

.content i,
.content em {
  font-style: italic; }

.content q,
.content blockquote,
.content blockquote p {
  font-style: italic;
  color: #8aabc7;
  font-size: 1.25em;
  line-height: 1.5; }

.content a,
.content a:link,
.content a:visited {
  color: #8aabc7;
  font-weight: 600;
  text-decoration: none;
  position: relative; }

.content a:hover,
.content a:focus {
  text-decoration: underline; }

.content a:active,
.content a:focus {
  color: #008ae0;
  text-decoration: none;
  outline: none; }

.content ul {
  margin: 0.5em 0em; }

.content ul li {
  font-size: 1em;
  line-height: 1.5em;
  color: #424344;
  margin: 0.5em 0em 0.5em 2em;
  list-style: square; }

.content ol {
  list-style: decimal; }

.content ol li {
  color: #424344;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0.5em 0em 0.5em 2em; }

.content ul li p,
.content ol li p {
  font-size: 1em; }

/* Content Table Styles */
.content table {
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 30px 0 30px 0; }

.content table th, .content table td {
  border: 1px solid transparent;
  transition: all 0.3s; }

.content table th {
  background: #DFDFDF;
  font-weight: bold;
  color: #ffffff;
  background-color: #82afd8; }

.content table td {
  background: #FAFAFA;
  text-align: center;
  font-size: 1em;
  color: #424344; }

.content table tr td:hover {
  background: #BBBBBB;
  color: #FFF; }

.content tr:nth-child(even) td {
  background: #F1F1F1; }

/* end table styles */
.content .left {
  float: left;
  max-width: 99%; }

.content .right {
  float: right;
  max-width: 99%; }

.content .left img,
.content .right img {
  float: none;
  margin: 0; }

.content .media {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 1em 0em; }

.content .media iframe,
.content .media object,
.content .media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Gallery Modal */
/* End Gallery Modal */
/* media queries */
/* Laptop */
@media screen and (max-width: 1140px) {
  /* Flex Slider Laptop Overrides*/
  body .flex-direction-nav a,
  body .flex-direction-nav a:before {
    width: 24px;
    height: 24px; }
  body .flex-direction-nav a {
    top: 94%; }
  body .flex-direction-nav a:before {
    background-size: 24px 24px; } }

/* Small Laptop */
@media screen and (max-width: 1023px) {
  /*Header */
  header .logo-container img {
    display: block;
    margin: 0 auto; }
  header .logo-container {
    display: block;
    margin-top: 0;
    padding: 50px 0 40px 0;
   }
  header .social-container {
    display: none;
  }

  header .mobcall-container {
  	display:block;
  }
  body .title-bar .mob-book-container {
    display:none;
  }
}

/* Tablet */
@media screen and (max-width: 820px) {
  /* Body Styles */
  body {
    background-color: #ffffff; }
  /* Header Tablet */
  header .top-bar {
    display: none; }
  body .title-bar {
    display: block; } }

/* Mobile */

@media screen and (max-width: 641px) {

  /*header*/
  body .title-bar .mob-book-container {
    display:inline-block;
  }

  header .mobcall-container .mobcall.emergency {
    display:none;
  }

  header .mobcall-container .mobcall {
    width:50%;
  }

}
/* Small Mobile */
@media screen and (max-width: 384px) {
	/* Gallery */

	body .flexslider.carousel-container {
		display:none;
	}
	body .gallery .flex-direction-nav a {
		top:60%;
	}
  /*Headings*/
  .content h1 {
    font-size: 2.25em; }

  }

/* Super Small Mobile */

/*# sourceMappingURL=maps/style.css.map */
