/*-----------------------------------------------------------------------------------------
	Fancybox
-----------------------------------------------------------------------------------------*/
@import url(/js/fancybox/jquery.fancybox.css);
/*-----------------------------------------------------------------------------------------
	Reset
-----------------------------------------------------------------------------------------*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
.nav {
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.chromeframe {
  background: white;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
font {
  font-family: inherit !important;
  size: inherit !important;
  color: inherit !important;
}
span.skype_pnh_container {
  display: none !important;
}
span.skype_pnh_print_container {
  display: inline !important;
}
/*-----------------------------------------------------------------------------------------
	Less variables
-----------------------------------------------------------------------------------------*/
/*
font-family:'Univers LT W01 55 Roman';
*/
.italic {
  font-style: italic;
}
.bold {
  font-family: 'Gill Sans W04 Roman', Gill Sans W04 Bold, Arial, sans-serif;
}
.last-child {
  margin: 0;
  border: none;
  padding: 0;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
}
.sprite {
  display: inline-block;
  background: url('/images/sprite.png') no-repeat;
  text-indent: -5000px;
  overflow: hidden;
}
.glyph {
  background: url('/images/sprite.png') no-repeat;
  display: block;
  text-indent: -5000px;
}
.box-shadow {
  box-shadow: 0px 3px 5px #C5C5C5;
}
/*-----------------------------------------------------------------------------------------
	Base
-----------------------------------------------------------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('/js/boxsizing.htc');
  /* IE7 */
}
html {
  font-size: 100%;
}
body {
  overflow-x: hidden;
  line-height: 1.6;
  color: #757575;
  font-family: 'Gill Sans W04 Book', Arial, sans-serif;
  background: #f7f7f7;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
a {
  text-decoration: none;
  font-family: 'Gill Sans W04 Roman', Gill Sans W04 Bold, Arial, sans-serif;
  color: #ed1c24;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
h1,
h2,
h3,
h4 {
  color: #2c2c2c;
  margin: 0 0 .5em;
  font-weight: normal;
}
h4,
.title {
  color: #ed1c24;
  text-transform: uppercase;
  clear: right;
  display: block;
  width: 100%;
  margin-bottom: 7px;
}
p {
  margin-top: 0;
  word-break: keep-all;
}
.readmore {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15px;
  cursor: pointer;
  color: #fff;
}
:focus {
  outline: none;
}
p:last-child {
  margin: 0;
}
.img-left,
.img-right {
  float: left;
  max-width: 40%;
  margin: .5em 2em 2em 0;
}
.img-right {
  float: right;
  margin-left: 2em;
  margin-right: 0;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#map_canvas img {
  /* Fixes broken Google map controls */
  max-width: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  clear: both;
}
.dummy-element {
  /* For smooth transforms */
  transform: scale(0.8);
  backface-visibility: hidden;
  /* Removes Flash of white and other jankiness */
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.toggle-menu,
#mobnav {
  display: none;
}
/*-----------------------------------------------------------------------------------------
	Forms
-----------------------------------------------------------------------------------------*/
input,
select,
textarea {
  border: medium none;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #666666;
  padding: 8px;
  width: 100%;
  background: #fcfcfc;
  font-family: 'Gill Sans W04 Book', Arial, sans-serif;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
select {
  box-shadow: none;
  height: auto;
  appearance: none;
  background: #fff url('/images/icon-select.png') right 16px no-repeat;
  cursor: pointer;
}
select:hover,
select:focus {
  background-color: #FAF5DF;
  border-color: #e4d38e;
  outline: none;
}
option:focus {
  outline: none;
}
textarea {
  height: 150px;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  box-shadow: 0 1px 2px #E8DBA3 inset;
  background: #FAF5DF;
  border-color: #e4d38e;
  outline: none;
}
label {
  display: block;
  font-family: 'Gill Sans W04 Roman', Gill Sans W04 Bold, Arial, sans-serif;
  margin-bottom: .4em;
}
.formValidationError {
  background: #ed1c24;
  border-radius: 0 0 4px 4px;
  color: #FFFFFF;
  display: inline-block;
  line-height: normal;
  max-width: 90%;
  font-size: .9em;
  overflow: hidden;
  padding: 4px 9px;
  margin: 0 0 0 5px;
  width: auto;
}
form ul {
  margin: 0;
  padding: 0;
}
form li {
  margin: 0 0 30px;
  list-style-type: none;
  padding: 0;
}
form li:last-child {
  margin: 0;
}
.button,
.button:hover {
  font-family: 'Georgia', serif;
  background-color: #ed1c24;
  background-repeat: repeat-x;
  border: none;
  border-radius: 20em;
  color: #FFFFFF;
  display: inline-block;
  padding: 1em 2em;
  font-family: 'Gill Sans W04 Roman', Gill Sans W04 Bold, Arial, sans-serif;
  width: auto;
  /*line-height: 1;*/
  text-align: center;
  position: relative;
  transition: background .3s ease;
  box-shadow: 1px 2px 2px #B7B6B6;
}
.button:hover,
.button:focus {
  background-color: #b81314;
}
.radio,
.checkbox {
  margin: 0 5px 0 0;
  width: auto;
  padding: 0;
  border: none;
  display: inline-block;
}
/*-----------------------------------------------------------------------------------------
	Layout
-----------------------------------------------------------------------------------------*/
header {
  background: #FFFFFF;
  background-size: 100%;
  box-shadow: 0 1px 5px rgba(40, 40, 40, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3;
  text-align: center;
}
header .inner {
  display: inline-block;
  width: 100%;
  padding: 15px 15px 15px 30px;
  max-width: 120em;
  /* 1600px */
  margin: 0 auto;
  position: relative;
}
header .nav-toggle {
  display: none;
}
header .logo {
  display: block;
  float: left;
  margin: .4em 0 0 0;
  width: 265px;
  overflow: hidden;
}
header .logo:hover {
  opacity: 0.8;
  cursor: pointer;
}
header .mainnav {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  padding-top: 22px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  font-size: 1.05em;
  float: right;
  margin-right: 175px;
}
@media (max-width: 87.5em) {
  header .mainnav {
    max-width: 700px;
  }
}
header .mainnav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
header .mainnav li a {
  color: #757575;
  font-family: 'Gill Sans W04 Book', Arial, sans-serif;
  margin-right: 32px;
}
header .mainnav li a:hover {
  color: #2c2c2c;
}
header .mainnav li.menu-bizclub a {
  color: #fff;
  background: #ed1c24;
  font-weight: bold;
  padding: .4em .7em;
  display: block;
  text-transform: none;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  transition: .15s;
}
header .mainnav li.menu-bizclub a:hover {
  background: #2c2c2c;
}
header .social {
  position: absolute;
  right: 0;
  top: 22%;
}
header .social li {
  height: 36px;
  width: 36px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 8px;
  z-index: 10;
}
header .social li a:link,
header .social li a:visited {
  display: block;
  background: url("/images/sprite.png") no-repeat scroll 0 0 transparent;
  height: 72px;
  width: 36px;
}
header .social li a.facebook {
  background-position: -71px 0;
}
header .social li a.linkedin {
  background-position: -150px 0;
}
header .social li a.youtube {
  background-position: -150px -100px;
}
header .social li a.search {
  background-position: -72px -103px;
}
header .form-search {
  display: none;
  width: 100%;
  position: relative;
}
header .form-search li.searchtext {
  margin: 0;
}
header .form-search .input-text {
  font-family: 'Georgia', serif;
  font-size: 1.8em;
  padding: 1em;
  background-color: #F4F4F4;
  text-align: center;
}
header .form-search .button {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1.2em;
  height: 100%;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
}
header .form-search input:hover,
header .form-search input:focus,
header .form-search textarea:hover,
header .form-search textarea:focus {
  border-color: #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  background-color: #E0E0E0;
}
.container {
  padding: 15px;
  max-width: 120em;
  width: 95%;
  margin: 160px auto 0;
}
.content-block {
  font-size: 1.15em;
  margin-bottom: 2em;
}
.content-block ul.cols {
  padding-left: 0;
}
.content-block ul {
  padding: 0 17px;
}
aside {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  width: auto;
  padding-right: 6.5%;
  margin-right: 6.5%;
  max-width: 325px;
  font-size: 19px;
  font-weight: normal;
  border-right: 1px solid #f4d4d5;
}
aside ul.subnav {
  padding: 0;
  margin-top: 0;
}
aside li {
  list-style: none;
  border-bottom: 1px solid #b7b7b7;
  padding: 0.65em 0;
}
aside li.active a {
  color: #ed1c24;
}
aside li a {
  color: #757575;
  font-family: 'Gill Sans W04 Book', Arial, sans-serif;
  vertical-align: bottom;
}
aside li a.active {
  color: #ed1c24;
}
aside li a:hover {
  color: #ed1c24;
}
aside li.title {
  font-family: 'Georgia', serif;
  padding-bottom: 1.3em;
  padding-right: 30px;
  margin-bottom: 0;
  padding-top: 0 !important;
}
aside li.title a {
  font-family: 'Georgia', serif;
  font-size: 42px;
  line-height: 42px;
  color: #2c2c2c;
}
aside li.title a.selected {
  color: #2c2c2c;
}
aside li a.selected {
  color: #ed1c24;
}
#content_wrap {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  width: 70%;
}
/*
.panels .paginated{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 250px;
	z-index: 1;
}
*/
.content {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  width: 100%;
}
footer {
  width: 100%;
  padding-top: 40px;
  margin-top: 30px;
  height: 170px;
}
footer .inner {
  border-top: 1px solid #b7b7b7;
  padding: 30px 15px;
  max-width: 120em;
  /* 1600px */
  margin: 0 auto;
  background: url('/images/shadow.png') no-repeat;
  background-size: 100%;
}
footer .copyright {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
}
footer .copyright li {
  list-style: none;
  float: left;
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
footer .contacts {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  float: right;
  width: 25%;
}
footer .contact-details {
  margin-left: 50px;
  display: block;
  float: left;
  width: auto;
}
footer .signup {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
}
footer .signup form {
  color: #757575;
}
footer .signup form input {
  margin-top: .25em;
  max-width: 20em;
  display: block;
  color: #757575;
}
footer .signup form .button {
  margin-top: .5em;
}
#backtop {
  position: relative;
}
#backtop a {
  background: white url('/images/top.png') no-repeat center center;
  box-shadow: 0px 3px 5px #DEDEDE;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  transition: background-color 0.2s ease;
  margin: 50px auto 0;
  text-align: center;
  line-height: 4em;
  text-indent: -999999px;
}
#backtop a:hover {
  background-color: #ed1c24;
  color: white;
  text-indent: 0;
}
.newslist-image {
  width: 30%;
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.newslist-image img {
  background: #aaaaaa;
  width: 100%;
}
.newslist-wrapper {
  width: 69%;
  display: inline-block;
}
.page-search aside li {
  border-bottom: none;
}
.page-search #content_wrap {
  position: relative;
}
.page-search .results-list {
  max-width: 52em;
}
.page-search .results-list li {
  border-bottom: 1px dotted #b7b7b7;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.page-search .results-list li a {
  text-transform: uppercase;
}
.page-search .results-list li .url {
  color: #B5B5B5;
  font-family: 'Georgia', serif;
  font-size: .9em;
  margin-bottom: 1em;
}
/*-----------------------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------------------*/
.page-home .menu-home a,
.page-about .menu-about a,
.page-services .menu-services a,
.page-news .menu-news a,
.page-contact .menu-contact a,
.page-sitemap .menu-sitemap a,
.page-team .menu-team a,
.page-resources .menu-resources a,
.page-booking .menu-booking a {
  color: #ed1c24;
}
/* Swipper Styles */
.swiper-container {
  width: 100%;
  max-width: 2000px;
  height: 500px;
  color: #fff;
  text-align: left;
  box-shadow: 0px 1px 13px #888888;
}
.swiper-text {
  position: absolute;
  bottom: 55px;
  left: 0;
  background: rgba(184, 19, 20, 0.85);
  z-index: 999;
}
.swiper-slide {
  position: relative;
  background-position: center top;
  cursor: ns-resize;
}
.text-wrapper {
  display: inline-block;
  padding: 2em 2em 1.5em 20%;
  float: left;
  width: auto;
  max-width: 45em;
}
.swiper-slide .title {
  color: white;
  font-family: 'Georgia', serif;
  font-size: 38px;
  margin-bottom: 0;
  line-height: 45px;
  font-weight: normal;
  letter-spacing: 0.7px;
  max-width: 40em;
}
.swiper-slide p {
  font-size: 24px;
  margin: 5px 0;
}
.pagination {
  position: absolute;
  z-index: 20;
  right: 20px;
  top: 50%;
}
.swiper-pagination-switch {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background: #757575;
  margin: 0 0px 7px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-active-switch {
  background: #ed1c24;
}
/*-----------------------------------------------------------------------------------------
	Imports
-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------
	HOME
-----------------------------------------------------------------------------------------*/
.page-home #content_wrap {
  width: 100%;
}
.page-home .container {
  margin-top: 25px;
}
.page-home .content-block {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  width: 50%;
  padding: 0 3%;
}
.page-home .content-block h1 {
  font-family: 'Georgia', serif;
  font-size: 30px;
  font-weight: normal;
  /*padding:10px 30% 30px 5%;*/
}
.page-home hr {
  border-top: 2px solid #b81314;
  width: 110px;
  margin-left: 5%;
  margin-top: 0;
}
.page-home .services {
  margin-top: 3.5em;
}
.page-home .services ul {
  padding: 0;
}
.page-home .services li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  width: 16.6666%;
  padding: 10px 1%;
  list-style: none;
  text-align: center;
  border-right: 1px solid #F4D4D5;
  background-position: 0 -123px;
  transition: background .4s ease, color .4s ease;
  color: #757575;
}
.page-home .services li img {
  width: 60%;
  margin: 0 auto 10px;
  display: block;
  max-width: 8em;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
.page-home .services li:hover {
  background: white;
  color: #ed1c24;
}
.page-home .services li:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.page-home .services a:last-child li {
  border-right: none;
}
.page-home .services li img.ie {
  display: none;
}
.page-home .news-feed {
  background: #FFFFFF;
  padding: 2em;
  margin: 2em  0 0;
  text-align: center;
  width: 100%;
}
.page-home .news-feed .heading {
  margin: 0;
}
.page-home .news-feed .heading a {
  color: #2c2c2c;
  margin: 0;
}
.page-home .news-feed .nav {
  padding: 0;
}
.page-home .news-feed .nav li {
  border-right: 1px solid #F4D4D5;
  display: inline-block;
  margin: 0 3% 0 0;
  padding: 0 3% 0 0;
  text-align: left;
  width: 30.3%;
}
.page-home .news-feed .nav li:last-child {
  border: medium none;
  margin: 0;
}
.page-home .news-feed .readmore {
  color: #ed1c24;
}
/*-----------------------------------------------------------------------------------------
	ABOUT
-----------------------------------------------------------------------------------------*/
.cols > li {
  list-style-type: none;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  width: 33%;
  padding: 0 3% 0 0;
}
.cols li li {
  margin: 0 0 1em;
}
/*-----------------------------------------------------------------------------------------
	TEAM
-----------------------------------------------------------------------------------------*/
.page-team #content_wrap {
  width: 100%;
}
.page-team .container {
  text-align: center;
  max-width: none;
  width: 95%;
}
.page-team aside {
  border-right: none;
  margin: 0;
  text-align: left;
  padding-right: 3.6%;
  width: 325px;
}
.page-team aside li {
  border: none;
}
.page-team .team-wrapper {
  position: relative;
}
.page-team .intro {
  margin-top: 0;
}
.page-team .intro h2 {
  font-size: 0.8em;
  margin-bottom: 2.2em;
  line-height: 1.4em;
}
.page-team .title {
  clear: none;
  font-size: 0.75em;
  letter-spacing: 0.5px;
}
.page-team strong {
  color: #2c2c2c;
}
.page-team figure {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  width: 28%;
  margin: 0 8px 4px 0;
  position: relative;
  text-align: center;
}
.page-team figure img {
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 100%;
}
.page-team .viewmore {
  position: absolute;
  top: 20%;
  left: 0;
  padding: 2em;
  width: 100%;
  text-align: center;
}
.page-team .viewmore h3 {
  font-size: 1.23em;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.page-team .viewmore .red {
  color: #ed1c24;
}
.page-team .viewmore .fullprofile {
  background: white;
  border: 1px solid #B5B5B5;
  padding: 15px 30px 9px;
  font-size: 1.1em;
  color: #2c2c2c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
  opacity: 1;
  max-width: 11em;
  margin: 15px auto 0;
}
.page-team .viewmore span.titles {
  font-size: 1.23em;
  display: block;
}
.page-team .viewmore span.areas {
  display: block;
  color: #757575;
}
.page-team figure:hover .viewmore {
  cursor: pointer;
}
.page-team figure:hover img {
  opacity: 0.27;
}
.page-team figure:hover .profile img {
  opacity: 1;
}
/*-----------------------------------------------------------------------------------------
	TEAM - INDIVIDUAL
-----------------------------------------------------------------------------------------*/
.page-team-single .intro {
  margin-top: 0;
  position: relative;
}
.page-team-single .profilepic {
  box-shadow: 3px 1px 3px #E0E0E0;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  margin-right: 30px;
  width: 180px;
}
.page-team-single .intro-copy {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  width: 50%;
  text-align: left;
}
.page-team-single .intro-copy .profile-contacts {
  font-size: 1.1em;
  display: block;
  margin-top: 20px;
}
.page-team-single .intro-copy .button {
  clear: both;
  margin-top: 25px;
  font-size: 1.15em;
  padding-top: 0.75em;
  padding-bottom: 0.5em;
  background: #ed1c24 url('/images/icon-booking.png') no-repeat 20px 12px;
  padding-left: 3.05em;
  box-shadow: 1px 2px 2px #B7B6B6;
  transition: background .3s ease;
}
.page-team-single .intro-copy .button:hover,
.page-team-single .intro-copy .button:focus {
  background-color: #b81314;
}
.page-team-single .copy {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F4D4D5;
  text-align: left;
  width: 100%;
  font-size: 1.25em;
  max-width: 665px;
}
.page-team-single .navigation-panel {
  position: absolute;
  top: 0;
  right: 0;
}
.page-team-single .navigation-wrapper {
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 20px;
  margin-top: 3px;
}
.page-team-single .close {
  /*display: none;*/
  top: 0;
  right: 0;
  background: url('/images/close.png') no-repeat center;
  width: 3em;
  height: 3em;
  display: inline-block;
  float: right;
}
.page-team-single .navigation {
  opacity: .5;
  transition: opacity .2s ease;
  z-index: 5;
  color: black;
  position: relative;
  display: block;
  text-align: left;
}
.page-team-single .navigation:hover {
  opacity: 1;
  cursor: pointer;
}
.page-team-single .previous,
.page-team-single .next {
  padding-right: 0;
  right: 0;
  width: 5.5em;
  height: 1.2em;
  margin-bottom: 4px;
}
.page-team-single .next:before {
  content: "";
  background: url('/images/nav.png') no-repeat -22px -21px;
  width: 18px;
  height: 1.2em;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.page-team-single .previous:before {
  content: "";
  background: url('/images/nav.png') no-repeat left -21px;
  width: 18px;
  height: 1.2em;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
/*-----------------------------------------------------------------------------------------
	SERVICES
-----------------------------------------------------------------------------------------*/
.page-services .container {
  position: relative;
  min-height: 600px;
}
.page-services .image-background {
  display: block;
  position: relative;
  width: 75%;
  height: 370px;
  overflow: hidden;
  margin-top: 0;
  margin-top: 25px;
  box-shadow: 0px 3px 5px #C5C5C5;
}
.page-services .image-background img {
  margin-top: -35px;
}
#Services h2 {
  margin-bottom: 2.2em;
}
/*-----------------------------------------------------------------------------------------
	RESOURCES
-----------------------------------------------------------------------------------------*/
#Resources h2 {
  margin-bottom: 2.2em;
}
#Resources p {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  width: 50%;
  padding: 0 3% 20px 0;
}
#Resources span {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  width: 33%;
  background: white;
  padding: 25px 20px 0;
  margin-bottom: 20px;
  clear: right;
}
/*-----------------------------------------------------------------------------------------
	NEWS
-----------------------------------------------------------------------------------------*/
.page-news {
  /*
	.news-wrapper:hover{
		opacity: 0.6;
	}
	/*
	.event{
		background: #9A9A9A;
		color: white;
		h2{
			color: white;
		}
	}*/
}
.page-news h1 .title {
  font-family: 'Georgia', serif;
  font-size: 42px;
  line-height: 42px;
  color: #2c2c2c;
}
.page-news aside {
  display: inline-block;
  margin: 0 4% 0 0;
  padding: 0 2em 0 0;
  width: 17%;
}
.page-news aside li:last-child {
  border-bottom: none;
}
.page-news .menu-events {
  background-color: #9A9A9A;
  color: white;
  vertical-align: middle;
  padding: 10px 15px;
  border-radius: 10px;
}
.page-news .news-wrapper.main {
  background: transparent;
  width: 70%;
  font-size: 1em;
}
.page-news .news-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  width: 30%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 20px;
  background: white;
  padding: 30px;
  font-size: 1.15em;
  position: relative;
  transition: all 0.6s ease;
}
.page-news .news-wrapper p {
  margin-top: 0;
}
.page-news .news-wrapper .category-title {
  margin-top: 5px;
  background: #F7F7F7;
  padding: 5px 7px 3px;
  font-size: 1em;
  width: auto;
  border-radius: 10px;
  text-transform: uppercase;
  display: inline-block;
}
.page-news .news-wrapper .category-title a {
  color: #757575;
}
.page-news .news-wrapper h2 {
  margin-bottom: 0;
  font-size: 1.55em;
}
.page-news .news-wrapper .date {
  color: #454545;
  font-size: 0.95em;
  display: block;
}
.page-news .news-wrapper .viewmore {
  background-color: white;
  top: 40%;
  left: 28%;
  position: absolute;
  vertical-align: middle;
  text-align: center;
}
.page-news .news-wrapper .readmore {
  color: #757575;
  background: none repeat scroll 0 0 white;
  border: 1px solid #B5B5B5;
  color: #2C2C2C;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  opacity: 1;
  padding: 15px 30px 9px;
  text-transform: uppercase;
  z-index: 2;
}
.page-news .navigation.previous {
  border-right: 1px solid #ed1c24;
  padding-right: 10px;
}
.page-news .navigation.next {
  padding-left: 10px;
}
.page-news .navigation:hover {
  color: #2c2c2c;
}
.page-news .newslist-image {
  width: 20%;
  padding-right: 20px;
}
.page-news .newslist-wrapper {
  width: 79%;
}
.page-news .recent-article {
  padding-left: 0;
  margin: 0;
}
.page-news .recent-article li {
  border-bottom: 1px dotted #B7B7B7;
  list-style: none;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.page-news .recent-article li a {
  color: #757575;
}
.page-news .recent-article li a:hover .more {
  color: #ed1c24;
}
.page-news .recent-article .more {
  color: #2c2c2c;
  font-size: 13px;
}
.page-news .navigation-panel {
  position: relative;
}
.page-news .share {
  margin-top: 3em;
}
.page-news .share li {
  list-style: none;
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  transition: opacity .2s ease;
  background: url('/images/sprite.png') no-repeat -252px -15px;
}
.page-news .share li.tw {
  background-position: -305px -15px;
}
.page-news .share li.google {
  background-position: -362px -15px;
}
.page-news .share li.lkin {
  background-position: -422px -15px;
}
.page-news .share li.email {
  background-position: -479px -15px;
}
.page-news .share li.none {
  padding-left: 5px;
  background: transparent;
  vertical-align: middle;
  width: 100%;
  display: block;
  clear: both;
  height: auto;
}
.page-news .share li:hover {
  opacity: 0.8;
}
.page-news .pagination {
  text-align: left;
  right: 0;
  position: relative;
  margin-top: 10px;
}
.page-news .pagination li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
}
.page-news .pagination li a {
  color: #757575;
  margin-right: 10px;
}
.page-news .pagination li a:hover,
.page-news .pagination li.active a {
  color: #ed1c24;
}
/*-----------------------------------------------------------------------------------------
	NEWS LIST
-----------------------------------------------------------------------------------------*/
.news-list .list-wrapper {
  border-bottom: 1px solid #B7B7B7;
  padding: 27px 35px;
  font-size: 1.15em;
}
.news-list .list-wrapper:nth-child(even) {
  background: white;
}
.news-list .list-wrapper:last-child {
  border: none;
}
.news-list h2 {
  margin-bottom: 0;
}
.news-list .date {
  color: #454545;
  display: block;
}
/*-----------------------------------------------------------------------------------------
	Contact Us
-----------------------------------------------------------------------------------------*/
.page-contact #content_wrap {
  width: 100%;
  font-size: 1.15em;
}
.page-contact .content-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  width: 50%;
  margin-right: 5%;
  border-right: 1px solid #F4D4D5;
}
.page-contact .contact-methods {
  padding: 0;
}
.page-contact .contact-methods li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  list-style: none;
  width: 33%;
  padding-right: 5%;
}
.page-contact .contact-form {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  width: 35%;
}
.page-contact #map_canvas {
  border: 1px solid #D3D3D3;
  margin-top: 35px;
  height: 30em;
  width: 90%;
}
.page-contact .booking {
  margin: 2em 0 0;
}
/*-----------------------------------------------------------------------------------------
	Booking
-----------------------------------------------------------------------------------------*/
.page-booking #content_wrap {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  width: 70%;
  font-size: 1.15em;
}
.page-booking aside {
  padding-right: 5%;
  margin-right: 5%;
}
.page-booking aside li {
  border-bottom-color: #8C8C8C;
}
.page-booking aside li.title {
  padding-bottom: 0;
  border-bottom: none;
}
.page-booking aside li.title a.selected {
  color: #2c2c2c;
}
.page-booking aside li a {
  color: #2c2c2c;
}
.page-booking .intro {
  font-size: 0.9em;
  border-bottom: 1px solid #8C8C8C;
  padding: 0.85em 0;
}
.page-booking .bookingform h2 {
  margin-bottom: 0.5em;
}
.page-booking .bookingform section {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  width: 30%;
  margin-right: 4%;
}
.page-booking .bookingform section:last-child {
  margin-right: 0;
}
.page-booking .bookingform textarea {
  height: 70px;
}
.page-booking .booking-profile {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  box-shadow: 3px 1px 3px #E0E0E0;
  overflow: hidden;
}
.page-booking .booking-profile.general {
  float: none;
}
.page-booking .booking-profile.general img {
  margin-top: 0;
}
.page-booking .booking-profile img {
  width: 100%;
  margin-top: -10px;
}
.page-booking .bookinglist li {
  position: relative;
}
.page-booking .bookinglist li a {
  opacity: 0.35;
  transition: all 0.2s ease-in;
  vertical-align: top;
}
.page-booking .bookinglist a:hover,
.page-booking .bookinglist a.selected {
  background: none;
  opacity: 1;
}
.page-booking .name,
.page-booking .title {
  width: 67%;
  display: inline-block;
}
.page-booking .name {
  font-size: 1.1em;
  line-height: 1;
  margin-top: 10px;
}
.page-booking .title {
  font-size: 0.85em;
  line-height: 1.1;
  margin-bottom: 0;
}
.page-booking .specialty {
  display: block;
  width: 100%;
  clear: both;
  font-style: italic;
  margin-top: 10px;
  line-height: 1.3;
  font-size: 0.7em;
  color: #757575;
}
.page-booking .checkboxes {
  width: 100%;
  clear: both;
  margin-bottom: 35px;
}
.page-booking .checkboxes label,
.page-booking .checkboxes input {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: 0 .5em 0.25em 0;
}
.page-booking .checkboxes label {
  margin: 0 2em 0 0;
  font-family: 'Gill Sans W04 Book', Arial, sans-serif;
  cursor: pointer;
}
.page-booking .bookingform .button {
  background: #ed1c24 url('/images/nav-white.png') no-repeat 95% center;
  margin-top: 30px;
  padding-right: 2.3em;
  box-shadow: 1px 2px 2px #B7B6B6;
}
.page-booking .button:hover,
.page-booking .button:focus {
  background-color: #b81314;
}
.page-booking .contact-details input {
  margin-bottom: 12px;
}
.page-booking hr {
  padding: 1em 0 0;
}
.page-booking .bookingform .icon {
  background: url('/images/sprite-icons.png') no-repeat left top;
  width: 40px;
  height: 35px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.page-booking .bookingform .contact {
  background-position: -2px -54px;
  width: 35px;
}
.page-booking .bookingform .time {
  margin-right: 8px;
  background-position: -61px 0;
}
.page-booking .bookingform .location {
  background-position: -67px -51px;
  width: 30px;
}
/*-----------------------------------------------------------------------------------------
	=BizClub
-----------------------------------------------------------------------------------------*/
.bizclub-packages {
  overflow: hidden;
  margin: 0 0 5em 0;
  padding: 0;
}
@media (max-width: 50em) {
  .bizclub-packages {
    max-width: 18em;
    margin: auto;
  }
}
.bizclub-packages .col {
  list-style: none;
  float: left;
  width: 33%;
}
@media (max-width: 50em) {
  .bizclub-packages .col {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.bizclub-packages .cta {
  display: block;
  position: relative;
  transition: .15s;
}
.bizclub-packages .cta:hover {
  opacity: .9;
}
.bizclub-packages .cta img {
  width: 100%;
  height: auto;
}
.bizclub-packages .title {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  color: #fff;
  text-transform: none;
  text-align: center;
  left: 0;
  right: 0;
  top: 23%;
}
@media (min-width: 87.5em) {
  .bizclub-packages .title {
    font-size: 1.2em;
  }
}
.bizclub-packages .title a {
  color: white;
  text-decoration: underline;
  line-height: 1;
}
.bizclub-packages .title a:hover {
  text-decoration: none;
}
.bizclub-packages .title h3,
.bizclub-packages .title h4 {
  color: #fff;
  margin: 0;
}
.bizclub-packages .title h3 {
  font-weight: bold;
  font-size: 1.4em;
}
.bizclub-packages .signup {
  text-decoration: underline;
}
.bizclub-packages .details {
  display: block;
  padding: 1.5em;
}
.bizclub-packages .details li {
  list-style-type: disc;
}
@media (max-width: 50em) {
  .page-.3 .subpage-register .bizclub-packages .details {
    display: none;
  }
}
.bizclub-register {
  max-width: 50em;
  margin: 2em auto;
}
.bizclub-register form ul {
  padding: 0;
}
.bizclub-register form li {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}
@media (max-width: 33.75em) {
  .bizclub-register form li {
    width: 100%;
    margin-right: 0;
  }
}
.bizclub-register form .wide {
  width: 96.5%;
  margin-right: 0;
}
@media (max-width: 33.75em) {
  .bizclub-register form .wide {
    width: 100%;
  }
}
.bizclub-register label {
  color: #111;
}
.bizclub-register label.required {
  color: #111 !important;
  font-weight: normal !important;
}
.bizclub-register .required {
  color: #d00;
  font-weight: bold;
}
.bizclub-register .button {
  font-size: 1.2em;
}
.bizclub-login {
  max-width: 50em;
}
.page-bizclub h1 {
  font-size: 1.375em;
}
.bizclub-loggedIn .bizclub-login__title {
  margin-bottom: 2em;
}
.bizclub-loggedIn .profile_container .bizclub-register__username_field {
  color: #111 !important;
  font-weight: normal !important;
  font-family: 'Gill Sans W04 Roman', Gill Sans W04 Bold, Arial, sans-serif;
}
.bizclub-loggedIn .profile_container .bizclub-register__username {
  margin: 0;
  font-size: 2em;
  /*color:@links;*/
}
.bizclub-loggedIn .profile_container .bizclub-register__membership {
  font-size: .9em;
  margin-bottom: 2.5em;
  line-height: 1;
}
.bizclub-loggedIn form ul {
  padding: 0;
}
.bizclub-loggedIn form li {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}
@media (max-width: 33.75em) {
  .bizclub-loggedIn form li {
    width: 100%;
    margin-right: 0;
  }
}
.bizclub-loggedIn form .wide {
  width: 96.5%;
  margin-right: 0;
}
@media (max-width: 33.75em) {
  .bizclub-loggedIn form .wide {
    width: 100%;
  }
}
.bizclub-loggedIn label {
  color: #111;
}
.bizclub-loggedIn label.required {
  color: #111 !important;
  font-weight: normal !important;
}
.bizclub-loggedIn .required {
  color: #d00;
  font-weight: bold;
}
.bizclub-loggedIn .bizclub-loggedIn__sortFilter {
  margin-bottom: 3em;
}
.bizclub-loggedIn .doc {
  width: 30%;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
  float: left;
  padding: 2% 2% 0em 2%;
  margin-right: 3.3%;
  margin-bottom: 2em;
  min-height: 25em;
}
@media only screen and (max-width: 600px) {
  .bizclub-loggedIn .doc {
    width: 45%;
    margin-right: 5%;
    padding: 5% 5% 0em 5%;
    min-height: 25em;
  }
}
.bizclub-loggedIn .doc h4 {
  text-transform: none;
  line-height: 1.2;
  color: #2c2c2c;
}
.bizclub-loggedIn .doc .button {
  font-size: 1em;
  padding: 5% 10%;
}
.validationErrors {
  background: #d04949 none repeat scroll 0 0 !important;
  border-radius: 0 0 4px 4px !important;
  color: #fff !important;
  display: inline-block !important;
  font-size: 0.9em !important;
  font-weight: 300 !important;
  line-height: normal !important;
  margin: 0 5px !important;
  overflow: hidden !important;
  padding: 0.5em 1em !important;
  width: auto !important;
  white-space: nowrap !important;
}
.doc-cat {
  display: inline-block;
  border: 1px solid #ddd;
  background: #eee;
  margin-right: .5em;
  padding: 1em 2em;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .doc-cat {
    display: inline-block;
    margin-right: 5px;
    font-size: 0.8em;
    padding: .5em;
  }
}
.doc-cat-radio {
  display: none;
}
.doc-cat-radio[type=radio]:checked + label {
  background: #ed1c24 ;
  color: white;
}
.bizclub-login form ul {
  padding: 0;
}
.bizclub-login form ul li.short {
  width: 47%;
}
@media only screen and (max-width: 770px) {
  .bizclub-login form ul li.short {
    width: 100%;
  }
}
/*-----------------------------------------------------------------------------------------
	=Default
-----------------------------------------------------------------------------------------*/
.page-default .content {
  width: 100%;
  font-size: 1.15em;
}
.calendar {
  width: 100%;
  height: 370px;
  background: gray;
  margin-top: 30px;
  margin-bottom: 25px;
}
#wrapper,
footer {
  opacity: 1;
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transform: translate3d(0, 0, 0);
}
.preload-out #wrapper,
.preload-out footer {
  opacity: 0;
}
.preload #wrapper {
  opacity: 0;
  transform: translateX(420px);
  transform: translateY(100%);
}
.preload footer {
  opacity: 0;
}
/*-----------------------------------------------------------------------------------------
	1500px
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1500px) {
  header .logo {
    margin-right: 0;
  }
  aside {
    margin: 0 3% 0 0;
    padding-left: 1.5%;
    padding-right: 4%;
  }
  header .mainnav {
    margin: 0 170px 0 0;
  }
  header .mainnav li a {
    margin-right: 23px;
  }
  .newslist-wrapper {
    width: 65%;
  }
  .page-home .news-feed .nav li {
    margin-right: 2%;
    padding-right: 2%;
  }
}
/*-----------------------------------------------------------------------------------------
	1400px
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
  footer .contacts {
    margin: 0;
  }
  .page-booking aside {
    margin-right: 4%;
    padding-right: 4%;
    width: 26%;
  }
  .sliderimage img {
    width: auto;
    height: 500px;
    max-width: none;
  }
}
/*-----------------------------------------------------------------------------------------
	1300px
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1300px) {
  header .mainnav {
    margin: 0 75px 0 0;
  }
  header .inner {
    padding-top: 28px;
  }
  header .social {
    top: -13px;
  }
  header .mainnav {
    margin: 0;
    padding-top: 30px;
  }
  header .mainnav li a {
    margin-right: 16px;
  }
  .contact-details:first-child {
    margin: 0;
  }
  h4,
  .title {
    margin-bottom: 5px;
  }
  .container {
    margin-top: 12em;
  }
  aside,
  .page-news aside {
    margin: 0 3% 0 0;
    padding-left: 0;
    padding-right: 3%;
    max-width: none;
    width: 27%;
  }
  aside li {
    padding: 0.5em 0;
  }
  aside li.title {
    padding-right: 10px;
    padding-bottom: 0.8em;
  }
  aside li.title a {
    font-size: 28px;
  }
  .page-news .content {
    width: 100%;
  }
  .page-news .news-wrapper {
    width: 47%;
  }
  footer .inner {
    padding: 15px;
  }
  footer .copyright {
    width: 59%;
    margin-bottom: 15px;
  }
  footer .signup,
  footer .contacts {
    width: 20%;
    vertical-align: top;
    padding-right: 1%;
  }
  footer .contacts {
    padding-right: 0;
  }
  footer .contact-details {
    margin-left: 0;
  }
  .page-about .cols > li {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-about .cols li li {
    margin-bottom: 0;
  }
  .page-about .panels .content-block ul.cols {
    padding-left: 0;
  }
  #Resources p {
    width: 100%;
    float: left;
  }
  #Resources span {
    float: right;
  }
  .page-booking aside {
    padding-right: 2%;
    margin-right: 3%;
  }
  .page-booking .bookingform section {
    width: 46%;
    margin-right: 4%;
  }
  .page-booking .bookingform section {
    margin-bottom: 30px;
  }
  .page-team .intro {
    margin-top: 0;
  }
  .page-team .viewmore {
    top: 10%;
  }
  .page-team .viewmore .fullprofile {
    padding: 10px 30px 5px;
  }
}
/*-----------------------------------------------------------------------------------------
	1050px
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1050px) {
  header .logo {
    width: 210px;
  }
  header .mainnav {
    padding-top: 27px;
  }
  header .mainnav li a {
    margin-right: 14px;
  }
  .swiper-container {
    height: 400px;
  }
  .swiper-text {
    width: 585px;
  }
  .sliderimage img {
    width: auto;
    height: 400px;
    max-width: none;
  }
  .text-wrapper {
    padding-left: 8%;
  }
  .newslist-image {
    width: 75%;
  }
  .newslist-wrapper {
    width: 100%;
  }
  .page-team .viewmore {
    top: 5%;
    padding: 1em;
  }
  .page-team .viewmore .fullprofile {
    font-size: 1em;
    margin-top: 10px;
    padding: 8px 9px 3px;
  }
  .page-news .news-wrapper {
    width: 47%;
    padding: 20px;
  }
  .page-booking .bookinglist a:hover,
  .page-booking .bookinglist a.selected {
    vertical-align: top;
  }
  .page-contact .content-wrapper {
    width: 100%;
    border-right: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .page-contact .contact-form {
    width: 100%;
  }
  .page-contact .contact-form form,
  .page-contact .contact-form .booking {
    width: 45%;
    display: inline-block;
    margin-right: 5%;
    float: left;
  }
  .page-contact .contact-form .booking {
    margin: 0;
  }
  footer .inner {
    padding: 15px 30px;
  }
  footer .copyright {
    width: 50%;
  }
  footer .copyright li {
    display: block;
    float: none;
  }
  footer .signup,
  footer .contacts {
    margin-top: 0;
    width: 25%;
    padding-right: 3%;
  }
}
/*-----------------------------------------------------------------------------------------
	980px
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width: 980px) {
  header .mainnav li a {
    margin-right: 13px;
  }
  header .inner {
    padding: 0 23px 23px 23px;
  }
  header .logo {
    width: 183px;
  }
  header .mainnav {
    padding-top: 13px;
    float: none;
    width: 100%;
    clear: both;
    display: block;
  }
  nav ul,
  .nav {
    overflow: visible;
  }
  #content_wrap {
    width: 100%;
  }
  .panels {
    width: 100%;
  }
  .container {
    display: block;
    margin-bottom: 2em;
    margin-top: 12em;
  }
  aside {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border-right: none;
    margin-bottom: 20px;
  }
  aside ul.subnav {
    width: 100%;
  }
  aside li {
    margin-top: 5px;
    border: none;
    display: inline-block;
    margin-right: 5px;
    font-size: 0.9em;
  }
  aside li.title {
    padding-bottom: 0;
    background: none;
    box-shadow: none;
  }
  aside li.title a {
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
  aside li a {
    padding: 0.5em 0;
    background: white;
    border-radius: 27px;
    padding: 10px 20px 4px;
    box-shadow: 0 3px 5px #EBEBEB;
  }
  .page-news aside {
    width: 100%;
  }
  .page-news .content {
    width: 100%;
  }
  .page-news .news-wrapper.main {
    width: 100%;
    padding-left: 0;
  }
  .page-news .news-wrapper {
    width: 47%;
  }
  .page-news .share {
    position: static;
    float: right;
    display: inline-block;
  }
  .page-team aside {
    width: 100%;
  }
  .page-team figure {
    width: 100%;
  }
  .page-team .viewmore {
    left: 20%;
    top: 35%;
    width: 60%;
  }
  #Resources span {
    margin-top: 20px;
    width: 100%;
    float: left;
  }
  .page-booking aside {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  .page-booking .content {
    width: 100%;
  }
  .page-booking .booking-profile,
  .page-booking .specialty {
    display: none;
  }
  .page-booking aside ul.subnav {
    margin-bottom: 0;
  }
  .page-booking .intro {
    padding: 0;
    border: none;
  }
  .page-booking .bookinglist li {
    vertical-align: top;
    background: white;
    width: auto;
    border-radius: 27px 27px 27px 27px;
    box-shadow: 0 3px 5px #EBEBEB;
    padding: 10px 20px 4px;
    margin-bottom: 5px;
  }
  .page-booking .bookinglist li a {
    color: #757575;
    opacity: 0.8;
    background: none;
    box-shadow: none;
    border-radius: 0;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
  }
  .page-booking .bookinglist li a:hover {
    opacity: 1;
    color: #2c2c2c;
  }
  .page-booking .bookinglist li a:hover .title {
    color: #ed1c24;
  }
  .page-booking .bookinglist li a.selected {
    color: #ed1c24;
  }
  .page-booking .name,
  .page-booking .title {
    width: auto;
    margin: 0;
  }
  .page-booking .title {
    color: #2c2c2c;
  }
  .page-booking .content {
    width: 100%;
  }
  .page-booking .bookingform section {
    margin-bottom: 35px;
  }
  .page-booking .bookingform .button {
    margin-top: 10px;
  }
  #backtop a:hover:before {
    text-align: center;
    left: 48.5%;
  }
}
/*-----------------------------------------------------------------------------------------
	750px
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width: 770px) {
  header .inner {
    padding: 15px;
  }
  header .logo {
    width: 200px;
    line-height: 1;
  }
  header .mainnav li a {
    margin-right: 10px;
  }
  header .form-search .input-text {
    font-size: 1.3em;
    text-align: left;
  }
  .newslist-image {
    width: 30%;
  }
  .newslist-wrapper {
    width: 68%;
  }
  .page-home .content-block {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .page-home .news-feed {
    margin-top: 20px;
    padding: 20px;
  }
  .page-home .news-feed .nav li {
    width: 100%;
    border-right: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
  }
  .content {
    width: 100%;
  }
  aside {
    margin-bottom: 10px;
  }
  aside li.title {
    padding-top: 20px;
  }
  .page-about .cols > li {
    width: 100%;
    padding-left: 0;
  }
  .page-team-single .profilepic {
    float: left;
    text-align: left;
    margin-bottom: 20px;
  }
  .page-team-single .intro-copy {
    width: 100%;
  }
  .swiper-slide .title {
    font-size: 2.3em;
  }
  .swiper-slide p {
    font-size: 1.5em;
  }
  footer .copyright {
    width: 33%;
  }
  footer .copyright li {
    display: block;
    float: none;
  }
  footer .signup,
  footer .contacts {
    margin-top: 0;
    width: 33%;
    padding-right: 3%;
  }
}
/*-----------------------------------------------------------------------------------------
	600px
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  #mainnav {
    display: none;
  }
  #mobnav {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: white;
    border-bottom: 2px solid #f7f7f7;
  }
  #mobnav.active {
    display: block;
  }
  #mobnav a {
    font-size: 1.2em;
    line-height: 1.7em;
    padding-left: 30px;
    padding-bottom: 0.5em;
    display: block;
  }
  .toggle-menu {
    background: url('/images/button.png') no-repeat 97% center;
    line-height: 2.55em;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #f7f7f7;
    padding-left: 20px;
    padding-top: 5px;
    margin-top: 5px;
  }
  .toggle-menu:hover {
    background-color: #f7f7f7;
  }
  #mobnav li a {
    padding-top: 13px;
    color: #757575;
  }
  #mobnav li:hover {
    background: #f7f7f7;
  }
  #mobnav li.last:hover {
    border-bottom: 1px solid white;
  }
  header .logo {
    width: 220px;
    line-height: 1;
  }
  header .form-search .input-text {
    font-size: 1em;
  }
  header .form-search .button {
    font-size: 1em;
  }
  .container {
    margin-top: 9em;
  }
  .text-wrapper {
    max-width: 40em;
  }
  .page-home .news-feed .heading {
    text-align: left;
    margin-bottom: 10px;
  }
  aside,
  .page-news aside {
    margin-bottom: 10px;
  }
  aside li {
    margin-top: 0;
  }
  .page-news .news-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .page-news aside {
    padding-top: 20px;
  }
  .page-news .share {
    position: static;
    margin-top: 1em;
    float: none;
  }
  .page-team .viewmore {
    left: 20%;
    top: 20%;
    width: 60%;
  }
  .page-booking .bookingform section {
    width: 100%;
  }
  .page-contact .contact-methods li {
    width: 45%;
    margin-right: 2.5%;
  }
  .page-contact .contact-form form,
  .page-contact .contact-form .booking {
    width: 100%;
    margin-bottom: 40px;
  }
}
/*-----------------------------------------------------------------------------------------
	500px
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }
  header .logo {
    width: 155px;
  }
  header .social li {
    margin: 0 1px 0 0;
  }
  .swiper-container {
    height: 300px;
  }
  .swiper-slide .title {
    font-size: 23px;
  }
  .swiper-slide p {
    font-size: 1.3em;
  }
  .content {
    padding-bottom: 6em;
  }
  .text-wrapper {
    display: inline-block;
    padding: 1em 2em 1.5em 1em;
    max-width: 320px;
    line-height: 1.2;
  }
  .page-home .content-block h1 {
    font-size: 25px;
  }
  .page-team .viewmore {
    left: 5%;
    top: 20%;
    width: 90%;
  }
  .page-about .panels .content-block ul {
    padding-right: 0;
    padding-left: 20px;
  }
  .page-about .panels .content-block ul.cols {
    padding-left: 0;
  }
  .page-services .panels {
    margin-bottom: 20em;
  }
  .page-services #backtop {
    margin-top: 6em;
  }
  .page-contact .contact-methods li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-contact .contact-methods li p {
    margin: 0;
  }
  aside {
    margin-bottom: 10px;
  }
  aside ul.subnav {
    font-size: 0.9em;
  }
  aside li.title {
    padding: 10px;
    padding-left: 0;
  }
  aside li a {
    padding: 10px 12px 4px;
  }
  h2 {
    font-size: 1.3em;
    line-height: 1.45em;
  }
  .page-team .viewmore .fullprofile {
    margin-top: 0;
    padding: 6px 9px 1px;
  }
  .page-team .viewmore {
    top: 15%;
  }
  .page-team .viewmore h3 {
    margin-bottom: 0;
  }
  .page-team-single .profilepic {
    margin-top: 34px;
  }
  .page-team-single .close {
    left: 0;
  }
  .page-team-single .navigation {
    float: none;
  }
  .page-team-single .navigation-wrapper {
    float: none;
    margin-right: 0;
  }
  .page-news .newslist-image,
  .newslist-image {
    width: 75%;
  }
  .page-news .newslist-wrapper,
  .newslist-wrapper {
    width: 100%;
    margin-bottom: 8px;
  }
  .page-booking .bookinglist li {
    padding: 7px 8px 0;
    margin-right: 1px;
  }
  footer {
    margin-top: 0;
  }
  footer .copyright,
  footer .signup {
    width: 50%;
    padding-right: 2%;
    padding: 0;
    margin-bottom: 15px;
  }
  footer .contacts {
    display: none;
  }
  .page-contact #map_canvas {
    height: 240px;
    width: 100%;
  }
  #backtop a:hover:before {
    left: 47%;
  }
}
/*-----------------------------------------------------------------------------------------
	Touch devices
-----------------------------------------------------------------------------------------*/
.touch .dummy-element {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Remove default link active state */
}
.page-modal {
  background: white;
}
.page-modal .container {
  background: white;
  margin-top: 0;
  padding: 5%;
}
.page-modal .content {
  float: none;
  width: 100%;
}
.page-modal .content-block {
  border-bottom: 2px solid #e5e5e5;
  margin: 0 0 2em;
  padding: 0 0 2em;
}
.modal-container {
  padding: 30px 40px;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.lt-ie .page-home .services li {
  position: relative;
}
.lt-ie .page-home .services li img.ie {
  display: block;
}
.lt-ie .page-home .services li:hover img.ie {
  display: none;
}
.lt-ie .page-home .services li img.iehover {
  display: none;
}
.lt-ie .page-home .services li:hover img.iehover {
  display: block;
}
/*-----------------------------------------------------------------------------------------
	IE8
-----------------------------------------------------------------------------------------*/
.lt-ie9 header .inner,
.lt-ie9 footer .inner,
.lt-ie9 .swiper-container,
.lt-ie9 .container {
  width: 1000px;
  /* Fixing the width for no media-query support */
}
.lt-ie9 header {
  height: 110px;
}
.lt-ie9 .swiper-container {
  height: 350px;
}
.lt-ie9 .page-home .news-feed .nav li {
  width: 29%;
}
.lt-ie9 .newslist-image {
  width: 50%;
}
.lt-ie9 .newslist-wrapper {
  width: 100%;
}
.lt-ie9 nav {
  width: 100%;
  display: block;
  padding-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.lt-ie9 aside {
  width: 25%;
  padding-right: 5%;
  margin-right: 5%;
}
.lt-ie9 .panels {
  width: 100%;
}
.lt-ie9 .page-team figure {
  width: 48%;
}
.lt-ie9 .page-team aside {
  width: 45%;
  max-width: none;
}
.lt-ie9 .page-news aside {
  width: 22%;
  margin-right: 2%;
  padding-right: 2%;
}
.lt-ie9 .page-booking .content {
  width: 66%;
}
.lt-ie9 .page-booking aside {
  padding-right: 3%;
  margin-right: 3%;
}
.lt-ie9 .page-booking .bookingform section {
  width: 45%;
  padding-right: 2%;
  margin-top: 20px;
}
.lt-ie9 .swiper-text {
  background: #ed1c24;
  bottom: 70px;
}
/*-----------------------------------------------------------------------------------------
	IE7
-----------------------------------------------------------------------------------------*/
.lt-ie8 aside,
.lt-ie8 #content_wrap,
.lt-ie8 .content,
.lt-ie8 footer .copyright,
.lt-ie8 footer .signup,
.lt-ie8 footer .contacts,
.lt-ie8 .page-home .news-feed .nav li,
.lt-ie8 .page-news .share li {
  zoom: 1;
  *display: inline;
}
.lt-ie8 header {
  margin-top: 20px;
}
.lt-ie8 header .social {
  position: absolute;
  z-index: 99999;
}
.lt-ie8 .page-home .news-feed .nav li {
  width: 27%;
}
.lt-ie8 .page-home .content-block {
  width: 100%;
}
.lt-ie8 .page-home .services li {
  width: 18%;
}
.lt-ie8 aside ul.subnav {
  margin-left: 0;
  text-align: left;
}
.lt-ie8 .page-booking .content {
  width: 65%;
}
.lt-ie8 footer .contacts {
  float: none;
  vertical-align: top;
}
.lt-ie8 aside {
  width: 25%;
  margin-right: 3%;
  padding-right: 3%;
}
.lt-ie8 .panels .paginated {
  position: relative;
}
.lt-ie8 #Resources p {
  width: 100%;
}
.lt-ie8 .page-news aside {
  width: 20%;
}
.lt-ie8 .page-news .news-wrapper {
  width: 40%;
}
.lt-ie8 .cols {
  padding: 0;
  text-align: left;
  float: none;
  margin-left: 0;
}
.lt-ie8 .cols > LI {
  width: 100%;
  padding: 0;
  margin: 10px 0;
}
.lt-ie8 .chromeframe {
  position: fixed;
  z-index: 9999;
  color: white;
  background: #292929;
}
