@font-face {
  font-family: 'nerisblack';
  src: url("../fonts/Neris-Black-webfont.eot");
  src: url("../fonts/Neris-Black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Neris-Black-webfont.woff") format("woff"), url("../fonts/Neris-Black-webfont.ttf") format("truetype"), url("../fonts/Neris-Black-webfont.svg#nerisblack") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'nerislight';
  src: url("../fonts/Neris-Light-webfont.eot");
  src: url("../fonts/Neris-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Neris-Light-webfont.woff") format("woff"), url("../fonts/Neris-Light-webfont.ttf") format("truetype"), url("../fonts/Neris-Light-webfont.svg#nerislight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'nerisbold_italic';
  src: url("../fonts/Neris-BoldItalic-webfont.eot");
  src: url("../fonts/Neris-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Neris-BoldItalic-webfont.woff") format("woff"), url("../fonts/Neris-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/Neris-BoldItalic-webfont.svg#nerisbold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'nerissemibold';
  src: url("../fonts/Neris-SemiBold-webfont.eot");
  src: url("../fonts/Neris-SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Neris-SemiBold-webfont.woff") format("woff"), url("../fonts/Neris-SemiBold-webfont.ttf") format("truetype"), url("../fonts/Neris-SemiBold-webfont.svg#nerissemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*****vendor-prefix ****/
.flexParent {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }

.flexChild {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1; }

/***shadows animations transitions etc***/
.borderBottom {
  border-bottom: 2px solid #00a9e0; }

.border-right {
  border-right: 1px solid #c8ced4;
  padding-right: 50px; }

/****
* 135 em = 2160px
* 110 em = 1760px
* 90 em = 1440px
* 75 em = 1200px
* 64em = 1024px
* 56em = 896px
* 48em = 768px
* 35em = 560px
* 30em = 480px
* 24em = 384px
* 20em = 320px
****/
.visible-xs {
  display: none; }

@media (min-width: 90em) {
  .service-block {
    min-width: 425px;
    min-height: 425px; } }
@media (max-width: 90em) {
  .container, header .menu-holder {
    max-width: 1200px; }

  nav#primary li {
    margin-left: 54px; }

  header .logo-holder {
    width: 300px;
    height: 154px; }
    header .logo-holder img {
      max-width: 140px; }

  #banner .caption {
    width: 262px;
    height: 262px; }
    #banner .caption .inner {
      padding: 60px 20px 20px; }
      #banner .caption .inner h2 {
        font-size: 2.3rem; }
      #banner .caption .inner h3 {
        font-size: 1.3rem; }

  .service-block {
    width: 28vw !important;
    height: 28vw;
    max-width: 345px;
    max-height: 345px; }
    .service-block .caption h3 {
      font-size: 26px;
      font-size: 1.65rem; }
    .service-block .caption p {
      line-height: 1.2; }
    .service-block .caption .inner .box {
      padding: 0 40px; }
    .service-block .caption .inner:hover h3 {
      top: 30%; }
    .service-block .book-button {
      width: 75%; }

  .info-blocks .pad-h-35 {
    padding-left: 0;
    padding-right: 0; }

  .touch-screen .service-block.hover .inner h3 {
    top: 30%; }

  .info-block .text-holder .booking-button {
    width: 73%;
    width: calc(100% - 80px); } }
@media (max-width: 75em) {
  .container, header .menu-holder {
    max-width: 1024px; }

  nav#primary li {
    margin-left: 34px; }

  #banner .caption {
    width: 224px;
    height: 224px;
    bottom: 20px;
    left: 20px; }
    #banner .caption .inner {
      padding: 60px 20px 20px; }
      #banner .caption .inner h2 {
        font-size: 1.9rem; }
      #banner .caption .inner h3 {
        font-size: 1.1rem; }

  .services {
    padding-left: 30px;
    padding-right: 10px; }

  .service-block {
    margin: 0 24px 50px !important;
    max-width: 288px;
    max-height: 288px; }
    .service-block .caption h3 {
      font-size: 20px;
      font-size: 1.25rem; }
    .service-block .caption p {
      line-height: 1.1;
      font-size: 0.9rem; }
    .service-block .caption .inner .box {
      padding: 0 40px; }
    .service-block .caption .inner:hover h3 {
      top: 30%; }

  .touch-screen .service-block.hover .inner h3 {
    top: 30%; }

  .info-block .text-holder .booking-button {
    width: 84%;
    width: calc(100% - 40px); }

  .info-blocks .info-block.image-text-over .caption {
    padding: 0 20px; }
  .info-blocks .info-block.image-text-over .overlay .button {
    line-height: 28px;
    margin-top: 10px;
    height: 30px; }
    .info-blocks .info-block.image-text-over .overlay .button a {
      font-size: 13px; }

  .blog-sidebar h3 {
    font-size: 32px;
    font-size: 2rem; }

  .BlogEditorsChoiceWidget .post .thumbnail {
    width: 35%; }
    .BlogEditorsChoiceWidget .post .thumbnail img {
      width: 100%;
      height: auto;
      min-width: 80px;
      min-height: 80px;
      padding: 5px; }
  .BlogEditorsChoiceWidget .post .content {
    width: 63%; }
  .BlogEditorsChoiceWidget .post .meta {
    font-size: 11px;
    font-size: 0.7rem; }
  .BlogEditorsChoiceWidget .post h4 {
    font-size: 16px;
    font-size: 1rem; }
  .BlogEditorsChoiceWidget .post p {
    margin-top: 5px;
    line-height: 1.2; } }
@media (max-width: 64em) {
  h1 {
    font-size: 42px;
    font-size: 2.65rem; }

  .container, header .menu-holder {
    max-width: 870px; }

  nav#primary li {
    font-size: 14px; }
  nav.sidebar-menu li {
    padding: 5px 0; }

  header .logo-holder {
    width: 220px;
    height: 113px; }
    header .logo-holder img {
      max-width: 90px; }

  #banner .caption {
    width: 21vw;
    height: 21vw;
    bottom: 20px;
    left: 20px; }
    #banner .caption .inner {
      padding: 50px 20px 20px; }
      #banner .caption .inner h2 {
        font-size: 1.5rem; }
      #banner .caption .inner h3 {
        font-size: 1rem; }

  .service-block {
    margin: 0 15px 50px !important;
    max-width: 245px;
    max-height: 245px; }
    .service-block .caption h3 {
      font-size: 16px;
      font-size: 1rem; }
    .service-block .caption p {
      font-size: 0.8rem; }
    .service-block .caption .inner .box {
      padding: 0 40px; }
    .service-block .caption .inner:hover h3 {
      top: 30%; }
    .service-block.green-bg .caption {
      width: 100%;
      left: 0; }
    .service-block .book-button {
      width: 140px;
      padding: 4px 20px 6px; }

  .touch-screen .service-block.hover .inner h3 {
    top: 30%; }

  #social-media {
    padding-bottom: 20px; }
    #social-media .booking-button {
      padding: 1px 10px; }
      #social-media .booking-button a {
        font-size: 13px; }

  .info-block .text-holder .booking-button {
    width: 89%;
    width: calc(100% - 20px);
    padding: 2px 10px; }
    .info-block .text-holder .booking-button a {
      font-size: 13px; }

  aside {
    padding-left: 30px; }

  .BlogPost aside {
    padding-left: 0; }

  .BlogEditorsChoiceWidget .post {
    height: auto; }
    .BlogEditorsChoiceWidget .post .thumbnail {
      position: relative; }
      .BlogEditorsChoiceWidget .post .thumbnail img {
        width: 100%;
        height: auto;
        min-width: 80px;
        min-height: 80px;
        padding: 5px; }

  .BlogImageWidget .info-block .overlay .caption {
    padding: 0 10px; }
  .BlogImageWidget .info-block .overlay h4 {
    font-size: 24px;
    font-size: 1.5rem; }
  .BlogImageWidget .info-block .overlay p {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 1.2; }
  .BlogImageWidget .info-block .overlay .button {
    padding: 0 15px;
    height: 30px;
    line-height: 28px; }

  nav.sidebar-menu li {
    font-size: 15px; }

  .info-blocks .panel-content {
    width: 100%;
    margin-left: 0 !important; }
  .info-blocks .info-block.image-text-over .overlay h4 {
    font-size: 25px;
    font-size: 1.6rem; }
  .info-blocks .info-block.image-text-over .overlay p {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 1.2; }
  .info-blocks .info-block.image-text-over .overlay .button {
    padding: 0 15px; }

  footer#main-footer .pad-l-100, footer#main-footer .contact-holder {
    padding-left: 50px; }
  footer#main-footer .logo, footer#main-footer .social {
    padding-right: 50px;
    text-align: right; }
  footer#main-footer .contact-holder {
    margin-left: 0; } }
@media (max-width: 64em) and (min-width: 48em) {
  .internal div.field {
    width: 100%;
    margin-left: 0; } }
@media (max-width: 56em) {
  .service-block {
    margin: 0 15px 50px !important;
    width: 44vw !important;
    height: 44vw;
    max-width: 398px;
    max-height: 398px; }
    .service-block .caption h3 {
      font-size: 24px;
      font-size: 1.5rem; }
    .service-block .caption p {
      font-size: 1rem; }
    .service-block .caption .inner .box {
      padding: 0 60px; }
    .service-block .caption .inner:hover h3 {
      top: 30%; }
    .service-block.green-bg .caption {
      width: 100%;
      left: 0; }
    .service-block .book-button {
      width: 150px; }
    .service-block:nth-of-type(3n + 1) {
      margin-left: 15px !important; }
    .service-block:nth-of-type(2n + 1) {
      margin-left: 0 !important; }

  .touch-screen .service-block.hover .inner h3 {
    top: 30%; } }
@media (min-width: 48em) and (max-width: 56em) {
  .container, header .menu-holder {
    max-width: 100%; }

  nav#primary li {
    margin-left: 24px; }

  header .logo-holder {
    width: 200px;
    height: 103px; }
    header .logo-holder img {
      max-width: 80px; }

  #banner .caption .inner {
    padding: 40px 10px 10px; }
    #banner .caption .inner h2 {
      font-size: 1.3rem; }
    #banner .caption .inner h3 {
      font-size: 1rem; } }
@media (max-width: 48em) {
  body {
    font-size: 15px;
    line-height: 24px; }

  #content .container {
    padding-left: 30px;
    padding-right: 30px; }

  .visible-xs {
    display: block !important; }

  .page-container {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    transition: left 0.3s; }

  .reveal .page-container {
    left: 80%; }
  .reveal nav#primary ul.main-menu {
    left: 0; }

  .close {
    text-align: right; }
    .close .fa-icon {
      font-size: 18px;
      background: none; }

  #menu_btn .fa-icon {
    font-size: 18px;
    background: none; }

  nav#primary li {
    font-size: 16px; }
  nav#primary ul.main-menu {
    position: fixed;
    width: 80%;
    height: 100%;
    background: #003865;
    top: 0;
    left: -100%;
    transition: left 0.3s;
    overflow: scroll;
    text-align: left !important; }
    nav#primary ul.main-menu .logo-holder {
      display: none; }
    nav#primary ul.main-menu li {
      width: 100%;
      display: block;
      margin: 0;
      line-height: 1.2;
      padding: 20px 40px; }
      nav#primary ul.main-menu li .bullet {
        display: none; }
      nav#primary ul.main-menu li.booking-link {
        width: 170px; }
        nav#primary ul.main-menu li.booking-link .fa-icon {
          bottom: -5px; }
      nav#primary ul.main-menu li .submenu {
        display: block;
        width: 100%;
        background: transparent;
        position: relative;
        padding: 10px 0 0; }
        nav#primary ul.main-menu li .submenu li {
          border-top: none;
          padding: 10px 20px; }
          nav#primary ul.main-menu li .submenu li a {
            padding: 0; }
  nav#primary ul.menu-icon .align-left {
    text-align: left; }
  nav#primary ul.menu-icon .align-right {
    text-align: right; }

  #banner .caption .inner {
    padding: 30px 10px 10px; }
    #banner .caption .inner h2 {
      font-size: 1.3rem; }
    #banner .caption .inner h3 {
      font-size: 0.8rem;
      margin-bottom: 5px; }

  #main-content .container {
    padding-left: 20px;
    padding-right: 20px; }

  .internal #main-content .container {
    padding-left: 30px;
    padding-right: 30px; }

  .services {
    padding-left: 0;
    padding-right: 0; }

  .service-block {
    margin: 0 15px 50px !important;
    width: 42vw !important;
    height: 42vw;
    max-width: 333px;
    max-height: 333px; }
    .service-block .caption h3 {
      font-size: 20px;
      font-size: 1.25rem; }
    .service-block .caption p {
      font-size: 0.9rem; }
    .service-block .caption .inner .box {
      padding: 0 60px; }
    .service-block .caption .inner:hover h3 {
      top: 30%; }

  .image-and-text .image-holder {
    text-align: center; }
    .image-and-text .image-holder img {
      max-width: 300px; }
  .image-and-text .text-holder {
    padding-top: 30px; }

  .watermark-bg {
    background-size: 75% !important;
    background-position: 150% 120% !important; }

  .info-block {
    max-width: 400px;
    margin-top: 0;
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto !important;
    float: none; }
    .info-block:last-of-type {
      margin-bottom: 0; }
    .info-block .text-holder .booking-button {
      width: 100%;
      max-width: 200px;
      padding: 2px 15px; }
      .info-block .text-holder .booking-button a {
        font-size: 15px; }

  .info-blocks .info-block.image-text-over .overlay h4 {
    font-size: 28px;
    font-size: 1.75rem; }
  .info-blocks .info-block.image-text-over .overlay p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5; }
  .info-blocks .info-block.image-text-over .overlay .button {
    padding: 0 26px; }

  aside {
    padding-left: 0;
    margin-top: 30px; }

  nav.sidebar-menu li {
    font-size: 17px; }

  .blog-navigation.top {
    margin-top: 30px; }

  .share-icons .share-title {
    width: 38px;
    font-size: 9px;
    padding: 2px; }
  .share-icons .share-icon {
    width: 38px;
    height: 38px; }
    .share-icons .share-icon .fa-icon {
      width: 38px;
      height: 38px;
      line-height: 38px;
      font-size: 21px; }

  footer#main-footer .container {
    padding-left: 30px;
    padding-right: 30px; }
    footer#main-footer .container .row {
      position: relative; }
  footer#main-footer .pad-l-100, footer#main-footer .contact-holder {
    padding-left: 0; }
  footer#main-footer .social {
    padding-right: 0;
    text-align: right; }
  footer#main-footer .logo {
    padding-right: 0;
    text-align: center;
    margin-top: 30px; }
  footer#main-footer .contact-holder {
    margin-left: 0;
    position: absolute;
    bottom: 0; } }
@media (max-width: 42em) {
  #banner .caption .inner {
    padding: 30px 10px 10px; }
    #banner .caption .inner h2 {
      font-size: 1rem; }
    #banner .caption .inner h3 {
      font-size: 0.65rem;
      margin-bottom: 5px; }

  .service-block {
    margin: 0 15px 50px !important;
    width: 40.5vw !important;
    height: 40.5vw;
    max-width: 293px;
    max-height: 293px; }
    .service-block .caption h3 {
      font-size: 16px;
      font-size: 1rem; }
    .service-block .caption p {
      font-size: 0.8rem; }
    .service-block .caption .inner .box {
      padding: 0 30px; }
    .service-block .caption .inner:hover h3 {
      top: 30%; }

  footer#main-footer .logo img {
    max-width: 120px; } }
@media (max-width: 35em) {
  header .logo-holder {
    width: 180px;
    height: 93px; }
    header .logo-holder img {
      max-width: 75px; }

  #banner .caption .inner h2 {
    font-size: 0.8rem; }
  #banner .caption .inner h3 {
    font-size: 0.55rem; }

  .service-block {
    margin: 0 auto 50px !important;
    width: 70vw !important;
    height: 70vw;
    max-width: 300px;
    max-height: 300px;
    float: none; }
    .service-block .caption h3 {
      font-size: 20px;
      font-size: 1.25rem; }
    .service-block .caption p {
      font-size: 1rem; }
    .service-block .caption .inner .box {
      padding: 0 30px; }
    .service-block .caption .inner:hover h3 {
      top: 30%; }
    .service-block:nth-of-type(3n + 1) {
      margin: 0 auto 50px !important; }
    .service-block:nth-of-type(2n + 1) {
      margin: 0 auto 50px !important; }

  .watermark-bg {
    background-size: 90% !important;
    background-position: 110% 105% !important; }

  .share-icons .share-title {
    width: 30px;
    font-size: 8px;
    padding: 1px; }
  .share-icons .share-icon {
    width: 30px;
    height: 30px; }
    .share-icons .share-icon .fa-icon {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 16px; }

  .video iframe {
    width: 100%;
    height: 250px; }

  .PopupFormPage div.field {
    width: 100%;
    margin-left: 0; }

  footer#main-footer .logo {
    margin-top: 90px; }
    footer#main-footer .logo img {
      max-width: 150px; }
  footer#main-footer .contact-holder {
    bottom: 110px; }
  footer#main-footer .social {
    text-align: left; } }
@media (max-width: 30em) {
  #content {
    top: -120px; }
    #content .container {
      padding-left: 15px;
      padding-right: 15px; }

  header .logo-holder {
    width: 150px;
    height: 77px;
    padding-top: 10px; }
    header .logo-holder img {
      max-width: 60px; }

  header nav#primary {
    height: 60px; }
    header nav#primary li {
      line-height: 60px;
      font-size: 14px; }
      header nav#primary li.booking-link .fa-icon {
        bottom: 0; }

  #banner .caption {
    left: 10px;
    bottom: 10px;
    width: 23vw;
    height: 23vw; }
    #banner .caption .inner {
      padding-top: 20px; }
      #banner .caption .inner h2 {
        font-size: 0.75rem; }
      #banner .caption .inner h3 {
        font-size: 0.5rem; }

  .inline-list li {
    font-size: 14px;
    line-height: 22px; }

  #newsletter h3 {
    max-width: 300px;
    margin: 0 auto 10px; }
  #newsletter h2 {
    font-size: 2.2rem;
    line-height: 1; }
  #newsletter .form-holder input[type=email] {
    width: 100%;
    margin-right: 0;
    float: none; }
  #newsletter .form-holder button {
    float: none;
    margin: 5px auto 0; }

  .share-icons {
    position: relative;
    left: -20px; }

  div.field {
    width: 100%;
    margin-left: 0; } }
@media (max-width: 25em) {
  #content {
    top: -130px; }

  h1 {
    font-size: 2.5rem; }

  header .logo-holder {
    width: 120px;
    height: 62px; }
    header .logo-holder img {
      max-width: 50px; }

  header nav#primary {
    height: 50px; }
    header nav#primary li {
      line-height: 50px;
      font-size: 13px;
      margin-left: 16px; }
      header nav#primary li.booking-link .fa-icon {
        width: 18px;
        height: 18px;
        font-size: 14px;
        bottom: 5px; }
      header nav#primary li#menu_btn .fa-icon {
        font-size: 14px; }
    header nav#primary ul.main-menu li {
      padding: 20px; }
      header nav#primary ul.main-menu li.booking-link {
        width: 120px; }

  #banner .caption {
    left: 10px;
    bottom: 10px;
    width: 21vw;
    height: 21vw; }
    #banner .caption .inner h2 {
      font-size: 0.55rem; }
    #banner .caption .inner h3 {
      font-size: 0.45rem; }

  .services {
    padding-left: 15px;
    padding-right: 15px; }

  .service-block {
    width: 85vw !important;
    height: 85vw;
    max-width: 340px;
    max-height: 340px; }
    .service-block .caption h3 {
      font-size: 17.5px;
      font-size: 1.1rem; }
    .service-block .caption p {
      font-size: 0.9rem; }

  .watermark-bg {
    background-size: 120% !important;
    background-position: 110% 105% !important; }

  .share-icons {
    width: 100%;
    left: 0; }
    .share-icons .share-title {
      height: 30px;
      float: left;
      margin-right: 2px;
      margin-top: 0; }
    .share-icons .share-icon {
      float: left;
      margin-right: 2px; }
    .share-icons + .col-xs-11 {
      width: 100%; }

  footer#main-footer {
    top: -130px; }
    footer#main-footer .container {
      padding-top: 30px;
      padding-bottom: 30px; }
    footer#main-footer .social, footer#main-footer .contact, footer#main-footer .footer-menu {
      width: 100%;
      position: relative;
      margin-left: 0; }
    footer#main-footer .social {
      text-align: left;
      left: 0; }
    footer#main-footer .contact-holder {
      bottom: 110px; }
    footer#main-footer .logo {
      margin-top: 140px; } }

/*# sourceMappingURL=responsive.css.map */
