@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Lato:400,300,700);
/* line 4, ../scss/defaults/_reset.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**=================================================
 Base reset for elements
===================================================**/
/* line 12, ../scss/defaults/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, main, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

figcaption {
    display: none !important;
}
figure {
    float: left;
    padding: 20px;
}

/**
 * 1. Sets a default 100% font size
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 * user zoom.
 */
/* line 24, ../scss/defaults/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 29, ../scss/defaults/_reset.scss */
del, s {
  text-decoration: line-through;
}

/* line 32, ../scss/defaults/_reset.scss */
ins {
  text-decoration: underline;
}

/* line 35, ../scss/defaults/_reset.scss */
a {
  text-decoration: none;
  	                      /**
     * Addresses 'outline' inconsistency between Chrome and other browsers.
     */
  /**
* Improves readability when focused and also mouse hovered in all browsers.
* Plus, it looks silly with an outline
*/
}

/* line 43, ../scss/defaults/_reset.scss */
a:focus {
  outline: 0;
}

/* line 46, ../scss/defaults/_reset.scss */
a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

.main-sections .art-s1-content h2{
  line-height: 1.1 !important;
  font-size: 31px !important;
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}

/* line 50, ../scss/defaults/_reset.scss */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-top: 1px solid transparent;
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
/**
 * HTML5 display-role reset for older browsers
 * Corrects 'block' display not defined in IE 8/9.
 */
/* line 66, ../scss/defaults/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, figure img, object, main {
  display: block;
}

/**
 * Corrects 'inline-block' display not defined in IE 8/9.
 */
/* line 72, ../scss/defaults/_reset.scss */
audio, canvas, video {
  display: inline-block;
}

/**
 * Prevents modern browsers from displaying 'audio' without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 79, ../scss/defaults/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Addresses styling for 'hidden' attribute not present in IE 8/9 and Safari 4.
 */
/* line 87, ../scss/defaults/_reset.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
 * Typography
 * ========================================================================== */
/**
 * Defines some default font sizes and margins
 * 1. enhances readability of text
 */
/* line 97, ../scss/defaults/_reset.scss */
h1, h2, h3 h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  /*text-rendering: optimizelegibility;*/
}

/**
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 106, ../scss/defaults/_reset.scss */
abbr[title], abbr[data-original-title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/**
 * Addresses style set to 'bolder' in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 113, ../scss/defaults/_reset.scss */
b, strong {
  font-weight: bold;
}

/* line 116, ../scss/defaults/_reset.scss */
blockquote {
  margin: 1em 3%;
}

/**
 * Remove quotes
 */
/* line 122, ../scss/defaults/_reset.scss */
blockquote {
  quotes: none;
}

/* line 125, ../scss/defaults/_reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 129, ../scss/defaults/_reset.scss */
blockquote cite {
  font-style: italic;
}

/* line 132, ../scss/defaults/_reset.scss */
address {
  font-style: italic;
}

/**
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 138, ../scss/defaults/_reset.scss */
em, dfn {
  font-style: italic;
}

/**
 * Addresses styling not present in IE 8/9.
 */
/* line 144, ../scss/defaults/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Define default margins for p and pre elements
 */
/* line 151, ../scss/defaults/_reset.scss */
p, pre {
  margin: 1em 0;
}

/**
 * Corrects font family set oddly in Safari 4/5 and Chrome.
 */
/* line 157, ../scss/defaults/_reset.scss */
code, kbd, pre, samp, var {
  font-size: 0.85em;
}

/**
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 163, ../scss/defaults/_reset.scss */
pre {
  /*word-break: break-all;
  word-wrap: break-word;*/
  white-space: pre;
  white-space: pre-wrap;
}

/* line 169, ../scss/defaults/_reset.scss */
small {
  font-size: 75%;
}

/**
 * Prevents 'sub' and 'sup' affecting 'line-height' in all browsers.
 */
/* line 175, ../scss/defaults/_reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 181, ../scss/defaults/_reset.scss */
sup {
  top: -0.5em;
}

/* line 184, ../scss/defaults/_reset.scss */
sub {
  bottom: -0.25em;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 193, ../scss/defaults/_reset.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 197, ../scss/defaults/_reset.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* ==========================================================================
 * Lists
 * ========================================================================== */
/**
 * Remove list styles (bullets/numbering)
 */
/* line 207, ../scss/defaults/_reset.scss */
ul, ol {
  list-style: none;
  margin: 0;
}

/* line 211, ../scss/defaults/_reset.scss */
ul.list {
  list-style: outside disc;
}

/* line 214, ../scss/defaults/_reset.scss */
ul.list, ol.list {
  margin-left: 22px;
}

/* line 218, ../scss/defaults/_reset.scss */
ul.list ul, ol.list ol,
ul.list ol, ol.list ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 222, ../scss/defaults/_reset.scss */
ul.list li, ol.list li {
  margin: 0;
  line-height: 24px;
}

/* line 226, ../scss/defaults/_reset.scss */
ul.disc {
  list-style-type: disc;
}

/* line 229, ../scss/defaults/_reset.scss */
ul.circle {
  list-style-type: circle;
}

/* line 232, ../scss/defaults/_reset.scss */
ul.square {
  list-style-type: square;
}

/* line 235, ../scss/defaults/_reset.scss */
ol.decimal {
  list-style-type: decimal;
}

/* line 238, ../scss/defaults/_reset.scss */
ol.roman {
  list-style-type: lower-roman;
}

/* line 241, ../scss/defaults/_reset.scss */
ol.upper-alpha {
  list-style-type: upper-alpha;
}

/* line 244, ../scss/defaults/_reset.scss */
ol.lower-alpha {
  list-style-type: lower-alpha;
}

/* line 247, ../scss/defaults/_reset.scss */
dl {
  margin: 4px 0 0.75em;
}

/* line 250, ../scss/defaults/_reset.scss */
dl dt {
  font-weight: bold;
}

/* line 253, ../scss/defaults/_reset.scss */
dl dd {
  margin-bottom: 10px;
}

/* line 256, ../scss/defaults/_reset.scss */
dl dd:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
 * Embedded content
 * ========================================================================== */
/**
 * 1. Ensures that images are sensibly sized and do not overflow the page width
 * 2. Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 * 2. Nicer image resizing in IE 8
 */
/* line 267, ../scss/defaults/_reset.scss */
img {
  max-width: 100%;
  width: auto\9;
  /* ie8 */
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
img.alignleft {
  float: left;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/**
 * Removes border when inside an 'a' element in IE 8/9.
 */
/* line 277, ../scss/defaults/_reset.scss */
a img {
  border: 0;
}

/**
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 283, ../scss/defaults/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
 * GOOGLE MAP
 * ========================================================================== */
/**
 * Removes max-width on Google map images,
 * otherwise it breaks the functionality
 */
/* line 294, ../scss/defaults/_reset.scss */
#googlemap img, .gmap img, .gm-style .gmnoprint img, #map_canvas embed, #map_canvas img, #map_canvas object, .MicrosoftMap img object, embed {
  max-width: none;
}

/* line 297, ../scss/defaults/_reset.scss */
.MicrosoftMap {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 302, ../scss/defaults/_reset.scss */
.MicrosoftMap:before, .MicrosoftMap:after, .MicrosoftMap *, .MicrosoftMap *:before, .MicrosoftMap *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Fixes reCaptcha style issue
 */
/* line 310, ../scss/defaults/_reset.scss */
#recaptcha_area {
  margin-bottom: 0.75em;
  line-height: normal;
}

/* line 314, ../scss/defaults/_reset.scss */
#recaptcha_area input {
  display: inline-block;
}

/* line 317, ../scss/defaults/_reset.scss */
#recaptcha_area a {
  font-weight: normal !important;
}

/* ==========================================================================
 * Forms
 * ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 326, ../scss/defaults/_reset.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * Corrects text not wrapping in Firefox 3.
 */
/* line 334, ../scss/defaults/_reset.scss */
legend {
  white-space: normal;
}

/**
 * 1. Corrects font size not being inherited in all browsers.
 */
/* line 340, ../scss/defaults/_reset.scss */
button, input, select, textarea, .button {
  font-size: 100%;
  /* 1 */
  text-align: left;
  vertical-align: middle;
}

/* line 346, ../scss/defaults/_reset.scss */
button, input {
  	/*
    * Addresses Firefox 3+ setting 'line-height' on 'input' using '!important' in
    * the UA stylesheet.
    */
  line-height: 1em;
                /**
* Re-set default cursor for disabled elements.
*/
  /**
* Removes inner padding and border in Firefox 3+.
*/
}

/* line 357, ../scss/defaults/_reset.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/* line 360, ../scss/defaults/_reset.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native 'audio'
 * and 'video' controls.
 * 2. Corrects inability to style clickable 'input' types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 * 'input' and others.
 */
/* line 371, ../scss/defaults/_reset.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  text-align: center;
}

/* line 376, ../scss/defaults/_reset.scss */
label, select, input[type="radio"], input[type="checkbox"] {
  cursor: pointer;
}

/* line 379, ../scss/defaults/_reset.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 383, ../scss/defaults/_reset.scss */
input[type="search"] {
  -webkit-appearance: none;
  /* 2 */
  	                                /**
     * Removes inner padding and search cancel button in Safari 5 and Chrome
     * on OS X.
     */
}

/* line 389, ../scss/defaults/_reset.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 * 3. Allow only vertical resizing of textareas.
 * 4. Ensure that height cannot be too small for text to be visible
 */
/* line 398, ../scss/defaults/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
  height: auto;
  min-height: 2.5em;
}

/* ==========================================================================
 * Tables
 * ========================================================================== */
/* line 409, ../scss/defaults/_reset.scss */
table {
  margin-bottom: 0.75em;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 415, ../scss/defaults/_reset.scss */
table caption {
  text-align: center;
}

/* line 418, ../scss/defaults/_reset.scss */
table th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

/* line 423, ../scss/defaults/_reset.scss */
table td {
  text-align: left;
  vertical-align: top;
}

/* ==========================================================================
 * Progress/Meters
 * ========================================================================== */
/* line 430, ../scss/defaults/_reset.scss */
progress, meter {
  width: 100%;
  font-size: 12px;
}

/* line 434, ../scss/defaults/_reset.scss */
.neverhyphen {
  -ms-word-break: normal;
  word-break: normal;
  hyphens: none;
}

/**
 * Sets the viewport
 * This will eventually replace the need
 * for a viewport declaration meta tag in
 * the head of the page
 */
@-moz-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* ==========================================================================
 * Device specific display of content
 * This allows us to show/hide certain elements depending on the device
 * ========================================================================== */
/* line 474, ../scss/defaults/_reset.scss */
.visible-small {
  display: none !important;
}

/* line 477, ../scss/defaults/_reset.scss */
.visible-medium {
  display: none !important;
}

/* line 480, ../scss/defaults/_reset.scss */
.hidden-large {
  display: none !important;
}

/* line 483, ../scss/defaults/_reset.scss */
.visible-large {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 487, ../scss/defaults/_reset.scss */
  .hidden-large {
    display: inherit !important;
  }

  /* line 490, ../scss/defaults/_reset.scss */
  .visible-large {
    display: none !important;
  }

  /* line 493, ../scss/defaults/_reset.scss */
  .visible-medium {
    display: inherit !important;
  }

  /* line 496, ../scss/defaults/_reset.scss */
  .hidden-medium {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 501, ../scss/defaults/_reset.scss */
  .hidden-large {
    display: inherit !important;
  }

  /* line 504, ../scss/defaults/_reset.scss */
  .visible-large {
    display: none !important;
  }

  /* line 507, ../scss/defaults/_reset.scss */
  .visible-small {
    display: inherit !important;
  }

  /* line 510, ../scss/defaults/_reset.scss */
  .hidden-small {
    display: none !important;
  }
}
/* CSS Document */
@media print {
  /* line 5, ../scss/defaults/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 12, ../scss/defaults/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 15, ../scss/defaults/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 18, ../scss/defaults/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 22, ../scss/defaults/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 26, ../scss/defaults/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 30, ../scss/defaults/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 34, ../scss/defaults/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 37, ../scss/defaults/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 42, ../scss/defaults/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 47, ../scss/defaults/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 50, ../scss/defaults/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 53, ../scss/defaults/_print.scss */
  .navbar {
    display: none;
  }

  /* line 57, ../scss/defaults/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 61, ../scss/defaults/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 64, ../scss/defaults/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 67, ../scss/defaults/_print.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 71, ../scss/defaults/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* ======================================================
 * CLEARFIX
 * ------------------------------------------------------ */
/* line 8, ../scss/defaults/mixin/_clearFix.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 14, ../scss/defaults/mixin/_clearFix.scss */
.clearfix:after {
  clear: both;
}

/* line 5, ../scss/defaults/_helpers.scss */
.clearboth {
  clear: both;
  display: block;
}

/* ======================================================
 * DIV TYPES
 * ------------------------------------------------------ */
/* line 10, ../scss/defaults/_helpers.scss */
.inline-block {
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../scss/defaults/_helpers.scss */
.block {
  display: block;
}

/* line 12, ../scss/defaults/_helpers.scss */
.as-table {
  display: table;
  /*table-layout:fixed;*/
  width: 100%;
}

/* line 13, ../scss/defaults/_helpers.scss */
.as-cell {
  display: table-cell;
  vertical-align: top;
}

/* line 14, ../scss/defaults/_helpers.scss */
.as-row {
  display: table-row;
}

/* line 16, ../scss/defaults/_helpers.scss */
.relative {
  position: relative;
}

/* line 17, ../scss/defaults/_helpers.scss */
.absolute {
  position: absolute;
}

/* line 18, ../scss/defaults/_helpers.scss */
.fixed, .stick {
  position: fixed;
}

/* line 20, ../scss/defaults/_helpers.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 21, ../scss/defaults/_helpers.scss */
.overflow-auto {
  overflow: auto;
}

/* line 22, ../scss/defaults/_helpers.scss */
.overflow-visible {
  overflow: visible;
}

/* ======================================================
 * LAYOUTS
 * ------------------------------------------------------ */
/* line 28, ../scss/defaults/_helpers.scss */
.fluid {
  width: 100%;
  max-width: 100% !important;
}

/* ======================================================
 * ALIGNMENTS
 * ------------------------------------------------------ */
/*Floating*/
/* line 34, ../scss/defaults/_helpers.scss */
.left {
  float: left;
}

/* line 35, ../scss/defaults/_helpers.scss */
.right {
  float: right;
}

/* line 36, ../scss/defaults/_helpers.scss */
.center {
  margin: 0 auto;
}

/*Vertical Alignment*/
/* line 39, ../scss/defaults/_helpers.scss */
.v-top {
  vertical-align: top;
}

/* line 40, ../scss/defaults/_helpers.scss */
.v-bottom {
  vertical-align: bottom;
}

/* line 41, ../scss/defaults/_helpers.scss */
.v-middle {
  vertical-align: middle;
}

/*Padding*/
/* line 44, ../scss/defaults/_helpers.scss */
.padd5 {
  padding: 5px;
}

/* line 45, ../scss/defaults/_helpers.scss */
.padd10 {
  padding: 10px;
}

/* line 46, ../scss/defaults/_helpers.scss */
.padd15 {
  padding: 15px;
}

/* line 47, ../scss/defaults/_helpers.scss */
.padd-no {
  padding: 0;
}

/*margin*/
/* line 50, ../scss/defaults/_helpers.scss */
.marg5 {
  margin: 5px;
}

/* line 51, ../scss/defaults/_helpers.scss */
.marg10 {
  margin: 10px;
}

/* line 52, ../scss/defaults/_helpers.scss */
.marg15 {
  margin: 15px;
}

/* line 53, ../scss/defaults/_helpers.scss */
.marg-no {
  margin: 0 !important;
}

/*upper case lower case*/
/* line 57, ../scss/defaults/_helpers.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 58, ../scss/defaults/_helpers.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 59, ../scss/defaults/_helpers.scss */
.text-normalcase {
  text-transform: none;
}

/* ======================================================
 * IMAGE ANIMATIONS
 * ------------------------------------------------------ */
/*IMAGE HOVER ANIMATIONS*/
/* line 66, ../scss/defaults/_helpers.scss */
.anim-zoomin {
  position: relative;
}
/* line 69, ../scss/defaults/_helpers.scss */
.anim-zoomin:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: 1;
  border: 0 solid rgba(255, 255, 255, 0.6);
}
/* line 83, ../scss/defaults/_helpers.scss */
.anim-zoomin:hover:before, .anim-zoomin:active:before, .anim-zoomin:focus:before {
  border: 10px solid rgba(255, 255, 255, 0.6);
}
/* line 87, ../scss/defaults/_helpers.scss */
.anim-zoomin:hover > img, .anim-zoomin:active > img, .anim-zoomin:focus > img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/*LIST HOVER ANIMATION*/
/* line 95, ../scss/defaults/_helpers.scss */
.anim-scale {
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
/* line 98, ../scss/defaults/_helpers.scss */
.anim-scale:hover, .anim-scale:active, .anim-scale:focus {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  /*ROTATE IS FOR FIREFOX BUG FIX*/
}

/* ======================================================
 * BUTTON ANIMATIONS
 * ------------------------------------------------------ */
/*button style1 */
/* line 109, ../scss/defaults/_helpers.scss */
.anim-btn1,
.anim-btn2,
.anim-btn3 {
  position: relative;
  z-index: 0;
  background: #d51c5a;
}
/* line 114, ../scss/defaults/_helpers.scss */
.anim-btn1:after,
.anim-btn2:after,
.anim-btn3:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #222222;
  top: 0;
  left: 0;
  z-index: -1;
}
/* line 128, ../scss/defaults/_helpers.scss */
.anim-btn1:hover:after, .anim-btn1:active:after, .anim-btn1:focus:after, .anim-btn1.active:after,
.anim-btn2:hover:after,
.anim-btn2:active:after,
.anim-btn2:focus:after,
.anim-btn2.active:after,
.anim-btn3:hover:after,
.anim-btn3:active:after,
.anim-btn3:focus:after,
.anim-btn3.active:after {
  height: 100%;
  width: 100%;
}

/*button style1 */
/* line 137, ../scss/defaults/_helpers.scss */
.anim-btn1:after {
  height: 0;
}
/* line 141, ../scss/defaults/_helpers.scss */
.anim-btn1:hover, .anim-btn1:active, .anim-btn1:focus, .anim-btn1.active {
  background: none;
}
/* line 144, ../scss/defaults/_helpers.scss */
.anim-btn1:hover:after, .anim-btn1:active:after, .anim-btn1:focus:after, .anim-btn1.active:after {
  height: 100%;
}

/*button style2 */
/* line 152, ../scss/defaults/_helpers.scss */
.anim-btn2:after {
  width: 0;
}
/* line 156, ../scss/defaults/_helpers.scss */
.anim-btn2:hover, .anim-btn2:active, .anim-btn2:focus, .anim-btn2.active {
  background: none;
}
/* line 159, ../scss/defaults/_helpers.scss */
.anim-btn2:hover:after, .anim-btn2:active:after, .anim-btn2:focus:after, .anim-btn2.active:after {
  width: 100%;
}

/* ======================================================
 * WIDTH CALCULATOR
 * ------------------------------------------------------ */
/* float: left;
 * width: 82.938%; (700px(div width) / 844px(container) = 0.82938)*/
/* ======================================================
 * COMMON WIDTH
 * ------------------------------------------------------ */
/* line 176, ../scss/defaults/_helpers.scss */
.w-auto {
  width: auto;
}

/* line 177, ../scss/defaults/_helpers.scss */
.w-10 {
  width: 10%;
}

/* line 178, ../scss/defaults/_helpers.scss */
.w-20 {
  width: 20%;
}

/* line 179, ../scss/defaults/_helpers.scss */
.w-30 {
  width: 30%;
}

/* line 180, ../scss/defaults/_helpers.scss */
.w-40 {
  width: 40%;
}

/* line 181, ../scss/defaults/_helpers.scss */
.w-50 {
  width: 50%;
}

/* line 182, ../scss/defaults/_helpers.scss */
.w-60 {
  width: 60%;
}

/* line 183, ../scss/defaults/_helpers.scss */
.w-70 {
  width: 70%;
}

/* line 184, ../scss/defaults/_helpers.scss */
.w-80 {
  width: 80%;
}

/* line 185, ../scss/defaults/_helpers.scss */
.w-90 {
  width: 90%;
}

/* line 186, ../scss/defaults/_helpers.scss */
.w-100 {
  width: 100%;
}

/* ======================================================
 * DECORATIONS
 * ------------------------------------------------------ */
/*Text*/
/* line 193, ../scss/defaults/_helpers.scss */
.light {
  font-weight: 300;
}

/* line 194, ../scss/defaults/_helpers.scss */
.normal {
  font-weight: 400;
}

/* line 195, ../scss/defaults/_helpers.scss */
.bold {
  font-weight: 700;
}

/* line 196, ../scss/defaults/_helpers.scss */
.italic {
  font-style: italic;
}

/* line 197, ../scss/defaults/_helpers.scss */
.underline {
  text-decoration: underline;
}

/* line 198, ../scss/defaults/_helpers.scss */
.no-underline {
  text-decoration: none;
}

/*COLORS*/
/*Branding*/
/* line 202, ../scss/defaults/_helpers.scss */
.text-branding {
  color: #d51c5a;
}

/* line 203, ../scss/defaults/_helpers.scss */
.text-branding-light {
  color: #de2362;
}

/* line 204, ../scss/defaults/_helpers.scss */
.text-branding-lighter {
  color: #ece8d2;
}

/* line 205, ../scss/defaults/_helpers.scss */
.text-branding-lightest {
  color: #f6f4ea;
}

/* line 206, ../scss/defaults/_helpers.scss */
.text-branding-dark {
  color: #bb0d47;
}

/* line 207, ../scss/defaults/_helpers.scss */
.text-branding-darker {
  color: #9f0438;
}

/*Contrast*/
/* line 210, ../scss/defaults/_helpers.scss */
.text-contrast {
  color: #4399af;
}

/* line 211, ../scss/defaults/_helpers.scss */
.text-contrast-light {
  color: #d9ebef;
}

/* line 212, ../scss/defaults/_helpers.scss */
.text-contrast-lighter {
  color: #eaf5f7;
}

/* line 213, ../scss/defaults/_helpers.scss */
.text-contrast-lightest {
  color: #f9feff;
}

/* line 214, ../scss/defaults/_helpers.scss */
.text-contrast-dark {
  color: #29798e;
}

/* line 215, ../scss/defaults/_helpers.scss */
.text-contrast-darker {
  color: #165e71;
}

/*other*/
/* line 218, ../scss/defaults/_helpers.scss */
.text-orange {
  color: #e36300;
}

/* line 219, ../scss/defaults/_helpers.scss */
.text-boston {
  color: #4399af;
}

/*black*/
/* line 222, ../scss/defaults/_helpers.scss */
.text-black {
  color: #222222;
}

/* line 223, ../scss/defaults/_helpers.scss */
.text-black-light {
  color: #252525;
}

/* line 224, ../scss/defaults/_helpers.scss */
.text-black-lighter {
  color: #4f4f4f;
}

/* line 225, ../scss/defaults/_helpers.scss */
.text-black-lightest {
  color: #201d1e;
}

/* line 226, ../scss/defaults/_helpers.scss */
.text-black-dark {
  color: #232323;
}

/* line 227, ../scss/defaults/_helpers.scss */
.text-black-darker {
  color: #1d1d1d;
}

/*grey*/
/* line 230, ../scss/defaults/_helpers.scss */
.text-grey {
  color: #e6e6e6;
}

/* line 231, ../scss/defaults/_helpers.scss */
.text-grey-light {
  color: #f4f2f3;
}

/* line 232, ../scss/defaults/_helpers.scss */
.text-grey-lighter {
  color: #efefef;
}

/* line 233, ../scss/defaults/_helpers.scss */
.text-grey-lightest {
  color: #f9f9f9;
}

/* line 234, ../scss/defaults/_helpers.scss */
.text-grey-dark {
  color: #dadada;
}

/* line 235, ../scss/defaults/_helpers.scss */
.text-grey-darker {
  color: #585858;
}

/*BACKGROUND*/
/*Branding*/
/* line 239, ../scss/defaults/_helpers.scss */
.bg-branding {
  background-color: #d51c5a;
}

/* line 240, ../scss/defaults/_helpers.scss */
.bg-branding-light {
  background-color: #de2362;
}

/* line 241, ../scss/defaults/_helpers.scss */
.bg-branding-lighter {
  background-color: #ece8d2;
}

/* line 242, ../scss/defaults/_helpers.scss */
.bg-branding-lightest {
  background-color: #f6f4ea;
}

/* line 243, ../scss/defaults/_helpers.scss */
.bg-branding-dark {
  background-color: #bb0d47;
}

/* line 244, ../scss/defaults/_helpers.scss */
.bg-branding-darker {
  background-color: #9f0438;
}

/*Contrast*/
/* line 247, ../scss/defaults/_helpers.scss */
.bg-contrast {
  background-color: #4399af;
}

/* line 248, ../scss/defaults/_helpers.scss */
.bg-contrast-light {
  background-color: #d9ebef;
}

/* line 249, ../scss/defaults/_helpers.scss */
.bg-contrast-lighter {
  background-color: #eaf5f7;
}

/* line 250, ../scss/defaults/_helpers.scss */
.bg-contrast-lightest {
  background-color: #f9feff;
}

/* line 251, ../scss/defaults/_helpers.scss */
.bg-contrast-dark {
  background-color: #29798e;
}

/* line 252, ../scss/defaults/_helpers.scss */
.bg-contrast-darker {
  background-color: #165e71;
}

/*other*/
/* line 255, ../scss/defaults/_helpers.scss */
.bg-orange {
  background-color: #e36300;
}

/* line 256, ../scss/defaults/_helpers.scss */
.bg-boston {
  background-color: #4399af;
}

/*black*/
/* line 259, ../scss/defaults/_helpers.scss */
.bg-black {
  background-color: #222222;
}

/* line 260, ../scss/defaults/_helpers.scss */
.bg-black-light {
  background-color: #252525;
}

/* line 261, ../scss/defaults/_helpers.scss */
.bg-black-lighter {
  background-color: #4f4f4f;
}

/* line 262, ../scss/defaults/_helpers.scss */
.bg-black-lightest {
  background-color: #201d1e;
}

/* line 263, ../scss/defaults/_helpers.scss */
.bg-black-dark {
  background-color: #232323;
}

/* line 264, ../scss/defaults/_helpers.scss */
.bg-black-darker {
  background-color: #1d1d1d;
}

/*grey*/
/* line 267, ../scss/defaults/_helpers.scss */
.bg-grey {
  background-color: #e6e6e6;
}

/* line 268, ../scss/defaults/_helpers.scss */
.bg-grey-light {
  background-color: #f4f2f3;
}

/* line 269, ../scss/defaults/_helpers.scss */
.bg-grey-lighter {
  background-color: #efefef;
}

/* line 270, ../scss/defaults/_helpers.scss */
.bg-grey-lightest {
  background-color: #f9f9f9;
}

/* line 271, ../scss/defaults/_helpers.scss */
.bg-grey-dark {
  background-color: #dadada;
}

/* line 272, ../scss/defaults/_helpers.scss */
.bg-grey-darker {
  background-color: #585858;
}

/*Box-shadow*/
/* line 275, ../scss/defaults/_helpers.scss */
.shadow1 {
  -webkit-box-shadow: 0 8px 10px -11px black;
  -moz-box-shadow: 0 8px 10px -11px black;
  box-shadow: 0 8px 10px -11px black;
}

/*Corner Radius*/
/* line 278, ../scss/defaults/_helpers.scss */
.radius10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 279, ../scss/defaults/_helpers.scss */
.radius5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 280, ../scss/defaults/_helpers.scss */
.radius3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 281, ../scss/defaults/_helpers.scss */
.radius0 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 282, ../scss/defaults/_helpers.scss */
.round {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}

/*Count*/
/* line 285, ../scss/defaults/_helpers.scss */
.count {
  content: '10';
  display: block;
  max-width: 60px;
  padding: 2px 8px;
  line-height: normal;
  font-size: 10px;
  font-size: 0.66667rem;
  font-weight: 300;
  background: #d51c5a;
  color: white;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}

/*overlay-detail*/
/* line 299, ../scss/defaults/_helpers.scss */
.stick {
  width: 100%;
  color: white;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}

/*
* Hide only visually, but have it available for screen readers: h5bp.com/v
*/
/* line 311, ../scss/defaults/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  color: #aa985d;
  z-index: 100;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
/* line 330, ../scss/defaults/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
  clip: auto;
  color: #FFFFFF;
  height: auto;
  margin: 0;
  opacity: 0.4;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 100000000;
}

/* ==========================================================================
 * Forms
 * ========================================================================== */
/* line 4, ../scss/partials/form/_formBasic.scss */
button, input, select, textarea, .button {
  font-family: Tahoma, Geneva, sans-serif;
}

/* line 19, ../scss/partials/form/_formBasic.scss */
input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=datetime],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea,
select {
  display: block;
  margin-bottom: 5px;
  padding: 8px;
  width: 100%;
  line-height: 100%;
  background: #fff;
}
/* line 28, ../scss/partials/form/_formBasic.scss */
input[type=text]:focus, input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=date]:focus,
input[type=date]:hover,
input[type=datetime]:focus,
input[type=datetime]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=time]:focus,
input[type=time]:hover,
input[type=url]:focus,
input[type=url]:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  border-color: #d51c5a;
}
/* line 32, ../scss/partials/form/_formBasic.scss */
input[type=text][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=number][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=time][disabled],
input[type=url][disabled],
textarea[disabled],
select[disabled] {
  color: #888;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  background-color: #ddd;
  cursor: auto;
}
/* line 39, ../scss/partials/form/_formBasic.scss */
input[type=text][readonly],
input[type=email][readonly],
input[type=password][readonly],
input[type=date][readonly],
input[type=datetime][readonly],
input[type=number][readonly],
input[type=search][readonly],
input[type=tel][readonly],
input[type=time][readonly],
input[type=url][readonly],
textarea[readonly],
select[readonly] {
  color: #707070;
}

/* ======================================================
 * Buttons
 * ------------------------------------------------------ */
/* line 5, ../scss/partials/form/_formButton.scss */
.button,
button {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 24px;
  line-height: 24px;
  color: #222222 !important;
  min-width: 88px;
  text-align: center;
  text-transform: uppercase !important;
  font-size: 24px !important;
  background: #d51c5a;
  font-family: "Pathway Gothic One", sans-serif !important;
  text-decoration: none !important;
}
/* line 19, ../scss/partials/form/_formButton.scss */
.button:hover,
button:hover {
  color: #fff !important;
  background: #222222;
  text-decoration: none;
}
/* line 25, ../scss/partials/form/_formButton.scss */
.button:active, .button:focus,
button:active,
button:focus {
  background: #232323;
  color: #fff;
}
/* line 30, ../scss/partials/form/_formButton.scss */
.button.second,
button.second {
  color: #222222;
  background: #bb0d47;
  text-decoration: none;
}
/* line 35, ../scss/partials/form/_formButton.scss */
.button.second:hover,
button.second:hover {
  color: #fff;
  background: #222222;
  text-decoration: none;
}
/* line 41, ../scss/partials/form/_formButton.scss */
.button.second:active, .button.second:focus,
button.second:active,
button.second:focus {
  background: #232323;
  color: #fff;
}
/* line 47, ../scss/partials/form/_formButton.scss */
.button.small,
button.small {
  padding: 9px 24px;
  min-width: 88px;
}
/* line 52, ../scss/partials/form/_formButton.scss */
.button.large,
button.large {
  padding: 10px 15px;
  font-size: 18px;
  font-size: 1.2rem;
}

/* line 60, ../scss/partials/form/_formButton.scss */
html .white-blue {
  color: #1d6b81 !important;
  background: #fff;
}

/*------Close Button-----------*/
/* line 66, ../scss/partials/form/_formButton.scss */
button.close {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  cursor: pointer;
  padding: 0;
}

/* line 72, ../scss/partials/form/_formButton.scss */
.close {
  color: #000000;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  opacity: 0.2;
  text-shadow: 0 1px 0 #FFFFFF;
}

/* ======================================================
 * MOBILE STYLE BUTTONS
 * ------------------------------------------------------ */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
 * CUSTOMIZE
 * xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* line 99, ../scss/partials/form/_formButton.scss */
.navBtn {
  z-index: 100;
  line-height: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: none;
  padding: 8px;
  box-sizing: content-box;
  background: none;
}
/* line 112, ../scss/partials/form/_formButton.scss */
.navBtn:before {
  content: "";
  display: block;
  box-sizing: content-box;
  border-top: 2px solid #e0d9ee;
  border-bottom: 2px solid #e0d9ee;
  height: 3px;
  width: 15px;
}
/* line 122, ../scss/partials/form/_formButton.scss */
.navBtn:after {
  content: "";
  display: block;
  box-sizing: content-box;
  height: 3px;
  border-bottom: 2px solid #e0d9ee;
  width: 15px;
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1179px) {
  /* line 137, ../scss/partials/form/_formButton.scss */
  .button,
  button {
    font-size: 18px;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  /* line 147, ../scss/partials/form/_formButton.scss */
  .button,
  button {
    font-size: 20px;
    padding: 6px 10px;
    min-width: 0;
  }
}
/* line 1, ../scss/partials/icon/_iconsSmall.scss */
.icon, .icon-small {
  background-image: url(../images/sprite.png);
  /*ie8 fallback*/
  background-image: url(http://www.grosvenorhoteltorquay.co.uk/wp-content/themes/the-grosvenor-hotel/images/svg/sprite.svg), none;
  /*Modern browser SVG support*/
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle !important;
}

/* ======================================================
 * ICON SMALL - RETINA
 * ------------------------------------------------------ */
/* ======================================================
 * RETINA TO NORMAL CONVERSION
 * ------------------------------------------------------ */
/* NORMAL ICON GUTTER*/
/* NORMAL SIZE*/
/*gutter-width*/
/*gutter-height*/
/* ---------------------------------------------------------
 * SMALL ICONS
 * ------------------------------------------------------ */
/* line 40, ../scss/partials/icon/_iconsSmall.scss */
.icon-small {
  width: 20px;
  height: 20px;
  background-size: 800px;
  /*TEXT-------------*/
  /*BUTTON-------------*/
}
/* line 46, ../scss/partials/icon/_iconsSmall.scss */
.icon-small.icon-text {
  background-position: 0px 0px;
  /*hover*/
  /*disabled*/
}
/* line 50, ../scss/partials/icon/_iconsSmall.scss */
.icon-small.icon-text:hover, .icon-small.icon-text:active, .icon-small.icon-text:focus {
  background-position: 0px -23px;
}
/* line 54, ../scss/partials/icon/_iconsSmall.scss */
.icon-small.icon-text.disabled {
  background-position: 0px -46px;
}
/* line 60, ../scss/partials/icon/_iconsSmall.scss */
.icon-small.icon-button {
  background-position: -23px 0px;
  /*hover*/
  /*disabled*/
}
/* line 64, ../scss/partials/icon/_iconsSmall.scss */
.icon-small.icon-button:hover, .icon-small.icon-button:active, .icon-small.icon-button:focus {
  background-position: -23px -23px;
}
/* line 68, ../scss/partials/icon/_iconsSmall.scss */
.icon-small.icon-button.disabled {
  background-position: -23px -46px;
}

/* Retina-specific stuff here */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 76, ../scss/partials/icon/_iconsSmall.scss */
  .icon-small {
    background-image: url(../images/sprite-2x.png);
    background-size: 800px 69px;
  }
}
@media only screen and (max-width: 959px) {
  /* ---------------------------------------------------------
   * SMALL ICONS
   * ------------------------------------------------------ */
  /* line 86, ../scss/partials/icon/_iconsSmall.scss */
  .icon-small {
    width: 10px;
    height: 10px;
    background-size: 400px;
    /*TEXT-------------*/
    /*BUTTON-------------*/
  }
  /* line 92, ../scss/partials/icon/_iconsSmall.scss */
  .icon-small.icon-text {
    background-position: 0px 0px;
    /*hover*/
    /*disabled*/
  }
  /* line 96, ../scss/partials/icon/_iconsSmall.scss */
  .icon-small.icon-text:hover, .icon-small.icon-text:active, .icon-small.icon-text:focus {
    background-position: 0px -11.5px;
  }
  /* line 100, ../scss/partials/icon/_iconsSmall.scss */
  .icon-small.icon-text.disabled {
    background-position: 0px -23px;
  }
  /* line 106, ../scss/partials/icon/_iconsSmall.scss */
  .icon-small.icon-button {
    background-position: -11.5px 0px;
    /*hover*/
    /*disabled*/
  }
  /* line 110, ../scss/partials/icon/_iconsSmall.scss */
  .icon-small.icon-button:hover, .icon-small.icon-button:active, .icon-small.icon-button:focus {
    background-position: -11.5px -11.5px;
  }
  /* line 114, ../scss/partials/icon/_iconsSmall.scss */
  .icon-small.icon-button.disabled {
    background-position: -11.5px -23px;
  }
}
/* line 1, ../scss/partials/icon/_iconsLarge.scss */
.icon-large {
  background-image: url(../images/spriteLarge.png);
  /*ie8 fallback*/
  background-image: url(../images/svg/spriteLarge.svg), none;
  /*Modern browser SVG support*/
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* ======================================================
 * ICON Large - RETINA
 * ------------------------------------------------------ */
/* ======================================================
 * RETINA TO NORMAL CONVERSION
 * ------------------------------------------------------ */
/* NORMAL ICON GUTTER*/
/* NORMAL SIZE*/
/*gutter-width*/
/*gutter-height*/
/* ---------------------------------------------------------
 * LARGE ICONS
 * ------------------------------------------------------ */
/* line 40, ../scss/partials/icon/_iconsLarge.scss */
.icon-large {
  width: 80px;
  height: 80px;
  background-size: 800px;
  /*TEXT-------------*/
  /*BUTTON-------------*/
}
/* line 46, ../scss/partials/icon/_iconsLarge.scss */
.icon-large.icon-text {
  background-position: 0px 0px;
  /*hover*/
  /*disabled*/
}
/* line 50, ../scss/partials/icon/_iconsLarge.scss */
.icon-large.icon-text:hover, .icon-large.icon-text:active, .icon-large.icon-text:focus {
  background-position: 0px -90px;
}
/* line 54, ../scss/partials/icon/_iconsLarge.scss */
.icon-large.icon-text.disabled {
  background-position: 0px -180px;
}
/* line 60, ../scss/partials/icon/_iconsLarge.scss */
.icon-large.icon-button {
  background-position: -90px 0px;
  /*hover*/
  /*disabled*/
}
/* line 64, ../scss/partials/icon/_iconsLarge.scss */
.icon-large.icon-button:hover, .icon-large.icon-button:active, .icon-large.icon-button:focus {
  background-position: -90px -90px;
}
/* line 68, ../scss/partials/icon/_iconsLarge.scss */
.icon-large.icon-button.disabled {
  background-position: -90px -180px;
}

/* Retina-specific stuff here */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 76, ../scss/partials/icon/_iconsLarge.scss */
  .icon-large {
    background-image: url(../images/spriteLarge-2x.png);
    background-size: 800px 440px;
  }
}
@media only screen and (max-width: 959px) {
  /* ---------------------------------------------------------
   * LARGE ICONS
   * ------------------------------------------------------ */
  /* line 86, ../scss/partials/icon/_iconsLarge.scss */
  .icon-large {
    width: 40px;
    height: 40px;
    background-size: 400px;
    /*TEXT-------------*/
    /*BUTTON-------------*/
  }
  /* line 92, ../scss/partials/icon/_iconsLarge.scss */
  .icon-large.icon-text {
    background-position: 0px 0px;
    /*hover*/
    /*disabled*/
  }
  /* line 96, ../scss/partials/icon/_iconsLarge.scss */
  .icon-large.icon-text:hover, .icon-large.icon-text:active, .icon-large.icon-text:focus {
    background-position: 0px -45px;
  }
  /* line 100, ../scss/partials/icon/_iconsLarge.scss */
  .icon-large.icon-text.disabled {
    background-position: 0px -90px;
  }
  /* line 106, ../scss/partials/icon/_iconsLarge.scss */
  .icon-large.icon-button {
    background-position: -45px 0px;
    /*hover*/
    /*disabled*/
  }
  /* line 110, ../scss/partials/icon/_iconsLarge.scss */
  .icon-large.icon-button:hover, .icon-large.icon-button:active, .icon-large.icon-button:focus {
    background-position: -45px -45px;
  }
  /* line 114, ../scss/partials/icon/_iconsLarge.scss */
  .icon-large.icon-button.disabled {
    background-position: -45px -90px;
  }
}
/* ======================================================
 * LINKS
 * ------------------------------------------------------ */
/* line 4, ../scss/partials/typo/_typoLink.scss */
a {
  text-decoration: none;
  color: #bb0d47;
  cursor: pointer;
  font-family: "Pathway Gothic One", sans-serif;
  text-transform: uppercase;
  /*(hover, active & focus)*/
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 400;
}
/* line 8, ../scss/defaults/mixin/_hover.scss */
a:hover, a:active, a:focus, a.active {
  color: #c8bc7f;
}
/* line 14, ../scss/partials/typo/_typoLink.scss */
a:hover, a:active, a:focus {
  color: #d51c5a !important;
}
/* line 18, ../scss/partials/typo/_typoLink.scss */
a.link.large {
  font-size: 26px;
  font-size: 1.73333rem;
  display: inline-block;
  text-transform: inherit;
  padding: 12px 0 0;
  cursor: pointer;
}
/* line 25, ../scss/partials/typo/_typoLink.scss */
a.link.large:hover, a.link.large:active, a.link.large:focus {
  color: #222222 !important;
}
/* line 29, ../scss/partials/typo/_typoLink.scss */
a.link.large:after {
  display: block;
  font-size: 17px;
  font-family: "icomoon";
  margin-left: 8px;
  float: right;
  width: auto;
  content: "\e603";
}
/* line 41, ../scss/partials/typo/_typoLink.scss */
a.link.small {
  font-size: 20px;
  font-size: 1.33333rem;
  display: block;
  text-transform: none;
  padding: 12px 0;
  cursor: pointer;
}
/* line 48, ../scss/partials/typo/_typoLink.scss */
a.link.small:hover, a.link.small:active, a.link.small:focus {
  color: #222222 !important;
}
/* line 52, ../scss/partials/typo/_typoLink.scss */
a.link.small:after {
  display: block;
  font-family: "icomoon";
  margin-left: 8px;
  float: right;
  width: auto;
  content: "\e603";
}

/* ======================================================
 * LINK ICON
 * ------------------------------------------------------ */
/*open link in new window*/
/* line 68, ../scss/partials/typo/_typoLink.scss */
a.link-icon[target="_blank"] {
  display: inline-block;
  line-height: 18px;
  /* check your icon height */
  background: url("../images/external-link.gif") no-repeat scroll left center !important;
  padding-left: 20px;
}

/* external links*/
/* line 76, ../scss/partials/typo/_typoLink.scss */
a.link-icon[href^="http://"] {
  padding-left: 20px;
  background: url("../images/link.png") no-repeat scroll left center;
}

/* emails*/
/* line 82, ../scss/partials/typo/_typoLink.scss */
a.link-icon[href^="mailto:"] {
  padding-left: 20px;
  background: url("../images/mail.png") no-repeat scroll left center;
}

/* pdfs*/
/* line 88, ../scss/partials/typo/_typoLink.scss */
a.link-icon[href$=".pdf"] {
  padding-left: 20px;
  background: url("http://www.grosvenorhoteltorquay.co.uk/wp-content/themes/the-grosvenor-hotel/images/pdf.png") no-repeat scroll left center;
}

/* zip*/
/* line 94, ../scss/partials/typo/_typoLink.scss */
a.link-icon[href$=".zip"]:after {
  content: url(http://www.grosvenorhoteltorquay.co.uk/wp-content/themes/the-grosvenor-hotel/images/zip.png);
}

/* line 100, ../scss/partials/typo/_typoLink.scss */
.link,
h1.link,
.h1.link {
  cursor: default;
  color: #d51c5a;
  text-decoration: none;
  /*(hover, active & focus)*/
}
/* line 8, ../scss/defaults/mixin/_hover.scss */
.link:hover, .link:active, .link:focus, .link.active,
h1.link:hover,
h1.link:active,
h1.link:focus,
h1.link.active,
.h1.link:hover,
.h1.link:active,
.h1.link:focus,
.h1.link.active {
  color: #c8bc7f;
}

/*Explore link*/
/* line 108, ../scss/partials/typo/_typoLink.scss */
.explore-link {
  font-size: 29px;
  font-size: 1.93333rem;
  line-height: normal;
}
/* line 113, ../scss/partials/typo/_typoLink.scss */
.explore-link:hover > .icon-down {
  color: #d51c5a;
}
/* line 118, ../scss/partials/typo/_typoLink.scss */
.explore-link > .icon-down {
  font-size: 15px;
}

/* line 124, ../scss/partials/typo/_typoLink.scss */
.black-link {
  color: #000 !important;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  /* line 130, ../scss/partials/typo/_typoLink.scss */
  a.link.large {
    padding: 8px 0;
    font-size: 24px;
    display: inline-block;
    text-align: left;
  }

  /* line 136, ../scss/partials/typo/_typoLink.scss */
  .mob-accordion-content > a.link.large {
    display: inline-block;
    padding: 15px 0;
    font-size: 1.73333rem;
    text-align: left;
  }

  /* line 146, ../scss/partials/typo/_typoLink.scss */
  .explore-link > .icon-down {
    margin-top: 10px;
  }
}
/* ======================================================
 * HEADING
 * ------------------------------------------------------ */
/* line 4, ../scss/partials/typo/_typoHeaders.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Pathway Gothic One", sans-serif;
  color: #1d1d1d;
  font-weight: 400;
  line-height: 100%;
}

/* line 10, ../scss/partials/typo/_typoHeaders.scss */
h1, .h1 {
  margin: 0.67rem 0;
  font-size: 101px;
  font-size: 6.73333rem;
  text-transform: uppercase;
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
}

/* line 18, ../scss/partials/typo/_typoHeaders.scss */
h2, .h2 {
  font-size: 60px;
  font-size: 4rem;
  margin: 0.83rem 0;
  color: #232323;
  line-height: 58px;
  text-transform: uppercase;
}

/* line 25, ../scss/partials/typo/_typoHeaders.scss */
h3, .h3 {
  font-size: 29px;
  font-size: 1.93333rem;
  margin: 1rem 0;
  line-height: 26px;
  color: #222222;
  text-transform: uppercase;
  padding-top: 10px;
}

/* line 33, ../scss/partials/typo/_typoHeaders.scss */
h4, .h4 {
  font-size: 29px;
  font-size: 1.93333rem;
  margin: 1.33rem 0;
  line-height: 32px;
  text-transform: uppercase;
}

/* line 39, ../scss/partials/typo/_typoHeaders.scss */
h5, .h5 {
  font-size: 16px;
  font-size: 1.06667rem;
  margin: 1.67rem 0;
}

/* line 43, ../scss/partials/typo/_typoHeaders.scss */
h6, .h6 {
  font-size: 13px;
  font-size: 0.86667rem;
  margin: 2.33rem 0;
}

/* line 47, ../scss/partials/typo/_typoHeaders.scss */
h1, .h1, h2, .h2, h3, .h3 {
  margin: 0 0 5px;
}

/* line 51, ../scss/partials/typo/_typoHeaders.scss */
h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 5px;
}

/* line 66, ../scss/partials/typo/_typoHeaders.scss */
h1 > span,
.h1 > span,
h2 > span,
.h2 > span,
h3 > span,
.h3 > span,
h4 > span,
.h4 > span,
h5 > span,
.h5 > span,
h6 > span,
.h6 > span {
  color: #222222;
  filter: alpha(opactiy=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

@media only screen and (min-width: 0px) and (max-width: 1219px) {
  /* line 72, ../scss/partials/typo/_typoHeaders.scss */
  h2, .h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  /* line 81, ../scss/partials/typo/_typoHeaders.scss */
  h1, .h1 {
    font-size: 50px;
    line-height: 1.2 !important;
  }

  /* line 85, ../scss/partials/typo/_typoHeaders.scss */
  h2, .h2 {
    font-size: 45px;
    font-size: 3rem;
  }

  /* line 88, ../scss/partials/typo/_typoHeaders.scss */
  h3, .h3 {
    font-size: 24px;
    font-size: 1.6rem;
  }

  /* line 91, ../scss/partials/typo/_typoHeaders.scss */
  h4, .h4 {
    font-size: 26px;
    font-size: 1.73333rem;
  }
}
/*Text colors*/
/* line 2, ../scss/partials/typo/_typoMessages.scss */
.text-primary {
  color: #333333;
}
/* line 8, ../scss/defaults/mixin/_hover.scss */
.text-primary:hover, .text-primary:active, .text-primary:focus, .text-primary.active {
  color: #333333;
}

/* line 6, ../scss/partials/typo/_typoMessages.scss */
.text-success {
  color: #55b473;
}
/* line 8, ../scss/defaults/mixin/_hover.scss */
.text-success:hover, .text-success:active, .text-success:focus, .text-success.active {
  color: #55b473;
}

/* line 10, ../scss/partials/typo/_typoMessages.scss */
.text-warning {
  color: #f5b66e;
}
/* line 8, ../scss/defaults/mixin/_hover.scss */
.text-warning:hover, .text-warning:active, .text-warning:focus, .text-warning.active {
  color: #f5b66e;
}

/* line 14, ../scss/partials/typo/_typoMessages.scss */
.text-error {
  color: #c13b48;
}
/* line 8, ../scss/defaults/mixin/_hover.scss */
.text-error:hover, .text-error:active, .text-error:focus, .text-error.active {
  color: #c13b48;
}

/* line 18, ../scss/partials/typo/_typoMessages.scss */
.text-info {
  color: #31708f;
}
/* line 8, ../scss/defaults/mixin/_hover.scss */
.text-info:hover, .text-info:active, .text-info:focus, .text-info.active {
  color: #31708f;
}

/* line 22, ../scss/partials/typo/_typoMessages.scss */
.text-muted {
  color: #31708f;
}
/* line 8, ../scss/defaults/mixin/_hover.scss */
.text-muted:hover, .text-muted:active, .text-muted:focus, .text-muted.active {
  color: #31708f;
}

/* ======================================================
 * ALERT BLOCK
 * ------------------------------------------------------ */
/* line 30, ../scss/partials/typo/_typoMessages.scss */
.alert-block {
  padding-bottom: 14px;
  padding-top: 14px;
}

/* line 34, ../scss/partials/typo/_typoMessages.scss */
.alert {
  background-color: #eaaf51;
  border: 1px solid #e1a547;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 45, ../scss/partials/typo/_typoMessages.scss */
.alert a {
  color: #fff;
  text-decoration: underline;
}

/* line 49, ../scss/partials/typo/_typoMessages.scss */
.alert.stick {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* line 59, ../scss/partials/typo/_typoMessages.scss */
.alert h4 {
  margin: 0;
}

/* line 62, ../scss/partials/typo/_typoMessages.scss */
.alert-danger, .alert-error {
  background-color: #c13b48;
  border-color: #d23939;
}

/* line 66, ../scss/partials/typo/_typoMessages.scss */
.alert-success {
  background-color: #55b473;
  border-color: #55ad26;
}

/* line 70, ../scss/partials/typo/_typoMessages.scss */
.alert-info {
  background-color: #31708f;
  border-color: #3f95bc;
}

/* ======================================================
 * PARAGRAPH
 * ------------------------------------------------------ */
/* line 4, ../scss/partials/typo/_typoParagraph.scss */
p, .p {
  margin: 0 0 10px;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 19px;
  font-weight: 400;
}
/* line 10, ../scss/partials/typo/_typoParagraph.scss */
p + p, .p + p {
  margin-top: 22px !important;
}

/* line 14, ../scss/partials/typo/_typoParagraph.scss */
small, .smalltext {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 16px;
  filter: alpha(opactiy=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

/* line 21, ../scss/partials/typo/_typoParagraph.scss */
.mediumtext {
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 16px;
}

/* line 25, ../scss/partials/typo/_typoParagraph.scss */
.lead {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 700;
}

/* line 30, ../scss/partials/typo/_typoParagraph.scss */
time,
.time {
  font-family: "Pathway Gothic One", sans-serif;
}

/* line 34, ../scss/partials/typo/_typoParagraph.scss */
cite:before {
  content: " ' ";
  display: inline-block;
  margin: 0 2px;
}
/* line 40, ../scss/partials/typo/_typoParagraph.scss */
cite:after {
  content: " ' ";
  display: inline-block;
  margin: 0 6px 0 0;
}

/* line 46, ../scss/partials/typo/_typoParagraph.scss */
code {
  background-color: #f9f9f9;
  color: #252525;
  display: inline-block;
  font-size: 11px;
  margin: 0 5px auto 0;
  padding: 0 8px;
  /*white-space: nowrap;*/
  min-width: 60px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 4px -4px black;
  -moz-box-shadow: 1px 1px 4px -4px black;
  box-shadow: 1px 1px 4px -4px black;
  vertical-align: middle;
}

/*TEXT ALIGNMENT*/
/* line 60, ../scss/partials/typo/_typoParagraph.scss */
.text-left {
  text-align: left;
}

/* line 63, ../scss/partials/typo/_typoParagraph.scss */
.text-right {
  text-align: right;
}

/* line 66, ../scss/partials/typo/_typoParagraph.scss */
.text-center {
  text-align: center;
}

/* line 69, ../scss/partials/typo/_typoParagraph.scss */
.text-justify {
  text-align: justify;
}

/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  /* line 85, ../scss/partials/typo/_typoParagraph.scss */
  * {
    /*-ms-word-break: break-all;
    word-break: break-all;*/
    /* Non standard for webkit */
    	/*word-break: break-word;
     	@include vendor-prefix(hyphens, auto)*/
  }

  /* line 92, ../scss/partials/typo/_typoParagraph.scss */
  p, .p {
    font-size: 12px;
    font-size: 0.8rem;
  }

  /* line 95, ../scss/partials/typo/_typoParagraph.scss */
  small, .smalltext {
    font-size: 11px;
    font-size: 0.73333rem;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/*ANCHOR TAG TOOLTIP*/
/* Add this attribute to the element that needs a tooltip */
/* line 3, ../scss/partials/typo/_typotooltip.scss */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
/* line 11, ../scss/partials/typo/_typotooltip.scss */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  -o-transition: all ease-out 200ms;
  -ms-transition: all ease-out 200ms;
  -moz-transition: all ease-out 200ms;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  -moz-transform: scale(0);
  transform: scale(0);
  transform: scale(0);
}

/* Position tooltip above the element */
/* line 28, ../scss/partials/typo/_typotooltip.scss */
[data-tooltip]:before {
  position: absolute;
  bottom: 120%;
  right: 0;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: auto;
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  color: #505050;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1;
  -webkit-box-shadow: 0 2px 2px -2px black;
  -moz-box-shadow: 0 2px 2px -2px black;
  box-shadow: 0 2px 2px -2px black;
}

/* Triangle hack to make tooltip look like a speech bubble */
/* line 49, ../scss/partials/typo/_typotooltip.scss */
[data-tooltip]:after {
  position: absolute;
  bottom: 120%;
  right: 10px;
  margin-left: 5px;
  width: 0;
  border-top: 5px solid #a3a3a3;
  border-top: 5px solid #a3a3a3;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
/* line 66, ../scss/partials/typo/_typotooltip.scss */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transform: scale(1);
  transform: scale(1);
  transform: scale(1);
}

/*ANCHOR TAG TOOLTIP ENDS*/
/* CSS Document */
/*(Responsive youtube video width -http://avexdesigns.com/responsive-youtube-embed/)*/
/* line 5, ../scss/partials/video/_video.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 13, ../scss/partials/video/_video.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*DEFAULT*/
/*================================================
GRID
=================================================*/
/*grid calculator*/
/*eg: @include grid-width(6);*/
/*Grid gutter*/
/* line 12, ../scss/partials/grid/_gridDefault.scss */
.grid {
  margin-left: -20px;
}
/* line 15, ../scss/partials/grid/_gridDefault.scss */
.grid:after {
  content: "";
  display: table;
  clear: both;
}
/* line 21, ../scss/partials/grid/_gridDefault.scss */
.grid > * {
  float: left;
  padding-left: 20px;
}

/*one columns*/
/* line 29, ../scss/partials/grid/_gridDefault.scss */
.grid-1 > li {
  width: 100%;
}
/* line 32, ../scss/partials/grid/_gridDefault.scss */
.grid-1:first-child {
  margin-top: 0;
}

/*two columns*/
/* line 39, ../scss/partials/grid/_gridDefault.scss */
.grid-2 > li {
  width: 50%;
}
/* line 42, ../scss/partials/grid/_gridDefault.scss */
.grid-2 > li:nth-child(2n+1) {
  clear: left;
}

/*three columns*/
/* line 50, ../scss/partials/grid/_gridDefault.scss */
.grid-3 > li {
  width: 33.33333%;
}
/* line 53, ../scss/partials/grid/_gridDefault.scss */
.grid-3 > li:nth-child(3n+1) {
  clear: left;
}

/*four columns*/
/* line 61, ../scss/partials/grid/_gridDefault.scss */
.grid-4 > li {
  width: 25%;
}
/* line 64, ../scss/partials/grid/_gridDefault.scss */
.grid-4 > li:nth-child(4n+1) {
  clear: left;
}

/*five columns*/
/* line 72, ../scss/partials/grid/_gridDefault.scss */
.grid-5 > li {
  width: 20%;
}
/* line 75, ../scss/partials/grid/_gridDefault.scss */
.grid-5 > li:nth-child(5n+1) {
  clear: left;
}

/*six columns*/
/* line 83, ../scss/partials/grid/_gridDefault.scss */
.grid-6 > li {
  width: 16.66667%;
}
/* line 86, ../scss/partials/grid/_gridDefault.scss */
.grid-6 > li:nth-child(6n+1) {
  clear: left;
}

/*seven columns*/
/* line 94, ../scss/partials/grid/_gridDefault.scss */
.grid-7 > li {
  width: 14.28571%;
}
/* line 97, ../scss/partials/grid/_gridDefault.scss */
.grid-7 > li:nth-child(7n+1) {
  clear: left;
}

/*eight columns*/
/* line 105, ../scss/partials/grid/_gridDefault.scss */
.grid-8 > li {
  width: 12.5%;
}
/* line 108, ../scss/partials/grid/_gridDefault.scss */
.grid-8 > li:nth-child(8n+1) {
  clear: left;
}

/*nine columns*/
/* line 116, ../scss/partials/grid/_gridDefault.scss */
.grid-9 > li {
  width: 11.11111%;
}
/* line 119, ../scss/partials/grid/_gridDefault.scss */
.grid-9 > li:nth-child(9n+1) {
  clear: left;
}

/*ten columns*/
/* line 127, ../scss/partials/grid/_gridDefault.scss */
.grid-10 > li {
  width: 10%;
}
/* line 130, ../scss/partials/grid/_gridDefault.scss */
.grid-10 > li:nth-child(10n+1) {
  clear: left;
}

/*eleven columns*/
/* line 138, ../scss/partials/grid/_gridDefault.scss */
.grid-11 > li {
  width: 9.09091%;
}
/* line 141, ../scss/partials/grid/_gridDefault.scss */
.grid-11 > li:nth-child(11n+1) {
  clear: left;
}

/*twelve columns*/
/* line 149, ../scss/partials/grid/_gridDefault.scss */
.grid-12 > li {
  width: 8.33333%;
}
/* line 152, ../scss/partials/grid/_gridDefault.scss */
.grid-12 > li:nth-child(12n+1) {
  clear: left;
}

/* ---------------------------------------------------------
 * Tablet Portrait size to standard 960 (devices and browsers)
 * ------------------------------------------------------ */
@media only screen and (min-width: 769px) and (max-width: 1180px) {
  /* line 162, ../scss/partials/grid/_gridDefault.scss */
  .grid {
    margin-left: -15px;
  }
  /* line 165, ../scss/partials/grid/_gridDefault.scss */
  .grid > * {
    padding-left: 15px;
  }
}
/* ---------------------------------------------------------
 * MOBILE ONLY WIDTH
 * ------------------------------------------------------ */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* line 175, ../scss/partials/grid/_gridDefault.scss */
  .grid {
    margin-left: -15px;
  }
  /* line 178, ../scss/partials/grid/_gridDefault.scss */
  .grid > * {
    padding-left: 15px;
  }

  /* line 184, ../scss/partials/grid/_gridDefault.scss */
  .twidth-1 > li {
    width: 100%;
  }
  /* line 187, ../scss/partials/grid/_gridDefault.scss */
  .twidth-1 > li:nth-child(1n+1) {
    clear: left;
  }

  /* line 193, ../scss/partials/grid/_gridDefault.scss */
  .twidth-2 > li {
    width: 50%;
  }
  /* line 196, ../scss/partials/grid/_gridDefault.scss */
  .twidth-2 > li:nth-child(2n+1) {
    clear: left;
  }

  /* line 202, ../scss/partials/grid/_gridDefault.scss */
  .twidth-3 > li {
    width: 33.33333%;
  }
  /* line 205, ../scss/partials/grid/_gridDefault.scss */
  .twidth-3 > li:nth-child(3n+1) {
    clear: left;
  }
}
/*================================================
MOBILE ONLY WIDTH
=================================================*/
@media only screen and (max-width: 480px) {
  /* line 218, ../scss/partials/grid/_gridDefault.scss */
  .mwidth-1 > li {
    width: 100%;
  }
  /* line 221, ../scss/partials/grid/_gridDefault.scss */
  .mwidth-1 > li:nth-child(1n+1) {
    clear: left;
  }

  /* line 227, ../scss/partials/grid/_gridDefault.scss */
  .mwidth-2 > li {
    width: 50%;
  }
  /* line 230, ../scss/partials/grid/_gridDefault.scss */
  .mwidth-2 > li:nth-child(2n+1) {
    clear: left;
  }

  /* line 236, ../scss/partials/grid/_gridDefault.scss */
  .mwidth-3 > li {
    width: 33.33333%;
  }
  /* line 239, ../scss/partials/grid/_gridDefault.scss */
  .mwidth-3 > li:nth-child(3n+1) {
    clear: left;
  }
}
/*================================================
WIDTH CALCULATOR
=================================================*/
/*float: left;
width: 82.938%; (700px(div width) / 844px(container) = 0.82938)*/
/*Width*/
/* line 253, ../scss/partials/grid/_gridDefault.scss */
.w-auto {
  width: auto;
}

/* line 254, ../scss/partials/grid/_gridDefault.scss */
.w-10 {
  width: 10%;
}

/* line 255, ../scss/partials/grid/_gridDefault.scss */
.w-20 {
  width: 20%;
}

/* line 256, ../scss/partials/grid/_gridDefault.scss */
.w-30 {
  width: 30%;
}

/* line 257, ../scss/partials/grid/_gridDefault.scss */
.w-40 {
  width: 40%;
}

/* line 258, ../scss/partials/grid/_gridDefault.scss */
.w-50 {
  width: 50%;
}

/* line 259, ../scss/partials/grid/_gridDefault.scss */
.w-60 {
  width: 60%;
}

/* line 260, ../scss/partials/grid/_gridDefault.scss */
.w-70 {
  width: 70%;
}

/* line 261, ../scss/partials/grid/_gridDefault.scss */
.w-80 {
  width: 80%;
}

/* line 262, ../scss/partials/grid/_gridDefault.scss */
.w-90 {
  width: 90%;
}

/* line 263, ../scss/partials/grid/_gridDefault.scss */
.w-100 {
  width: 100%;
}

/* ======================================================
 * SELF CLEAR DIVS
 * ------------------------------------------------------ */
/* line 8, ../scss/defaults/mixin/_clearFix.scss */
.box1:before, .box1:after, .gallery:before, .gallery:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 14, ../scss/defaults/mixin/_clearFix.scss */
.box1:after, .gallery:after {
  clear: both;
}

/* ======================================================
 * BOX STYLES
 * ------------------------------------------------------ */
/*box*/
/* line 12, ../scss/partials/grid/_gridStyles.scss */
.box {
  width: 100%;
}

/*box1*/
/* line 17, ../scss/partials/grid/_gridStyles.scss */
.box1 {
  padding: 10px;
  background: #ededed;
  width: 100%;
}

/*box2*/
/* line 24, ../scss/partials/grid/_gridStyles.scss */
.box2 {
  padding: 90px;
  background: white;
  margin: 60px;
  border: 1px solid #efefef;
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 1px 1px 9px -6px #999999;
}
/* line 8, ../scss/defaults/mixin/_clearFix.scss */
.box2:before, .box2:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 14, ../scss/defaults/mixin/_clearFix.scss */
.box2:after {
  clear: both;
}
/* line 33, ../scss/partials/grid/_gridStyles.scss */
.box2:first-child {
  margin-top: 0;
}

/*box3*/
/* line 39, ../scss/partials/grid/_gridStyles.scss */
.box3 {
  padding: 90px;
  background: white;
  border-top: 1px solid #e6e6e6;
  border-bottom: 8px solid #efefef;
}
/* line 8, ../scss/defaults/mixin/_clearFix.scss */
.box3:before, .box3:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 14, ../scss/defaults/mixin/_clearFix.scss */
.box3:after {
  clear: both;
}

/* ======================================================
 * SHOWCASE
 * ------------------------------------------------------ */
/* line 50, ../scss/partials/grid/_gridStyles.scss */
.showcase {
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px dashed #dadada;
  text-align: center;
  width: 125px;
}
/* line 57, ../scss/partials/grid/_gridStyles.scss */
.showcase:hover {
  transform: scale(1.1);
}

/* ======================================================
 * IMAGE GRID
 * ------------------------------------------------------ */
/* line 65, ../scss/partials/grid/_gridStyles.scss */
.image-grid {
  text-align: center;
  position: relative;
  width: 100%;
  cursor: pointer;
  font-size: 10px;
}
/* line 72, ../scss/partials/grid/_gridStyles.scss */
.image-grid:hover > .ig-hover {
  display: block;
}

/* line 76, ../scss/partials/grid/_gridStyles.scss */
.ig-content {
  background-color: #F9F9F9;
  border: 1px solid #FFFFFF;
}
/* line 80, ../scss/partials/grid/_gridStyles.scss */
.ig-content.round + .ig-hover {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 84, ../scss/partials/grid/_gridStyles.scss */
.ig-hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: none;
}
/* line 94, ../scss/partials/grid/_gridStyles.scss */
.ig-hover > ul {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 99, ../scss/partials/grid/_gridStyles.scss */
.ig-hover > ul > li {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  color: #fff;
}

/* ======================================================
 * GALLERY
 * ------------------------------------------------------ */
/* line 111, ../scss/partials/grid/_gridStyles.scss */
.gallery {

  clear: both;
}
/* line 116, ../scss/partials/grid/_gridStyles.scss */
.gallery > li {
  padding: 15px;
  background-color: white;
  border-bottom: 1px dashed #dadada;
  border-right: 1px dashed #dadada;
  text-align: center;
  float: left;
  height: 140px;
  overflow: hidden;
}

/*@import "http://www.grosvenorhoteltorquay.co.uk/wp-content/themes/the-grosvenor-hotel/css/grid/_gridEqual";*/
/* ======================================================
 * BASIC LAYOUT - FIXED FOOTER MOVE WITH CONTENT

 * Div Width
 * =========
 * Div width calcute based on 960
 * Example : 176px(div width) / 960px(container) = 0.183333333333  x 100
 * ------------------------------------------------------ */
/*CUSTOMIZERS*/
/* line 18, ../scss/style/_styles.scss */
.fixedLayout {
  max-width: 1180px;
  margin: 0 auto;
}

/* ======================================================
 * Common
 * ------------------------------------------------------ */
/* line 27, ../scss/style/_styles.scss */
html {
  position: relative;
  min-height: 100%;
  height: 100%;
  font-size: 15px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 35, ../scss/style/_styles.scss */
body {
  /* Margin bottom by footer height */
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #4f4f4f;
  height: 100% !important;
  line-height: 18px;
  word-spacing: normal;
  overflow: visible !important;
}

/* line 45, ../scss/style/_styles.scss */
hr {
  margin: 5px 0;
  border-color: #d51c5a;
  border-top-width: 1px;
}

/* line 50, ../scss/style/_styles.scss */
hr.blk-line {
  border-width: 0;
  margin: 20px 0 0 0 !important;
  border-color: #a8a8a8  !important;
  border-top-width: 1px;
}

/* line 58, ../scss/style/_styles.scss */
.jBox-closeButton {
  z-index: 10;
  top: -8px;
  right: -8px;
}

/* ======================================================
 * TRANSITION
 * ------------------------------------------------------ */
/*Fast transition (includes hover & focus)*/
/* line 72, ../scss/style/_styles.scss */
a,
.button, button, .button:after, button:after,
#header,
.sub-menu, .sub-menu *,
.anim-zoomin, .anim-zoomin:before, .anim-zoomin * {
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
/* line 74, ../scss/style/_styles.scss */
a:hover, a:active, a:focus,
.button:hover,
.button:active,
.button:focus, button:hover, button:active, button:focus, .button:after:hover, .button:after:active, .button:after:focus, button:after:hover, button:after:active, button:after:focus,
#header:hover,
#header:active,
#header:focus,
.sub-menu:hover,
.sub-menu:active,
.sub-menu:focus, .sub-menu *:hover, .sub-menu *:active, .sub-menu *:focus,
.anim-zoomin:hover,
.anim-zoomin:active,
.anim-zoomin:focus, .anim-zoomin:before:hover, .anim-zoomin:before:active, .anim-zoomin:before:focus, .anim-zoomin *:hover, .anim-zoomin *:active, .anim-zoomin *:focus {
  -webkit-transition: all ease-out 0.8s;
  -moz-transition: all ease-out 0.8s;
  -ms-transition: all ease-out 0.8s;
  -o-transition: all ease-out 0.8s;
  transition: all ease-out 0.8s;
}

@media (min-width: 769px) {
  /* line 81, ../scss/style/_styles.scss */
  .desciption > img,
  .df-content, .animator,
  .anim-scale {
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
  }
}
/* line 85, ../scss/style/_styles.scss */
.animator * {
  -webkit-transition: all ease-in 0.5s;
  -moz-transition: all ease-in 0.5s;
  -ms-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}

/* ======================================================
 * Revised Menu & Header Styling - June 2015 - MD
 * ------------------------------------------------------ */

.sub-hotel-logo.left {
    width: 20%;
}

.menu-main-menu-june-2015-container {
    float: right;
    width: 80%;
    margin-top: 28px;
}

.two-line ul#main-links {
    display: table;
}

.two-line ul#main-links li{
    display: table-cell;
    width: 10%
}

.two-line ul#main-links ul {
    display: block;
}

.two-line ul#main-links ul li{
    display: block;
    width: 100%
}

.two-line ul#main-links > li > a {
    line-height: 20px;
    font-size: 1.3rem;
    margin-left: 0;
    padding: 0 10%;
}

@media (max-width: 1200px) {
    .two-line ul#main-links > li > a {
        font-size: 1.1rem;
        line-height: 15px;
    }
}

@media (max-width: 960px) {
    .two-line ul#main-links > li > a {
        font-size: 0.8rem
    }

    .internal .slide-desc h1 {
        font-size: 5.5rem;
    }
}

@media (max-width: 767px) {
    .two-line ul#main-links {
      display: none;
    }
}

.innerpages .slider-title-wrap {
    width:100%;
}

/* ======================================================
 * Header & Footer
 * ------------------------------------------------------ */
/* line 93, ../scss/style/_styles.scss */
#header,
#footer {
  position: fixed;
  height: auto;
  min-height: 50px;
  display: block;
  width: 100%;
  background: #333;
  z-index: 150;
  text-align: center;
  color: #f2f2f2;
}

/* ---------------------------------------------------------
 * FIXED HEADER
 * ------------------------------------------------------ */
/* line 108, ../scss/style/_styles.scss */
#header {
  top: 0px;
  min-height: 230px;
  padding: 20px 0 20px 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
}

/* line 121, ../scss/style/_styles.scss */
#header.sticy-header {
  background: rgba(0, 0, 0, 0.85);
  height: auto;
  min-height: 0;
}
/* line 126, ../scss/style/_styles.scss */
#header.sticy-header .richardson-logo {
  float: left;
  max-width: 150px;
  /*position:relative;*/
  z-index: 100;
}
/* line 133, ../scss/style/_styles.scss */
#header.sticy-header .richardson-logo a {
  display: block;
}
/* line 136, ../scss/style/_styles.scss */
#header.sticy-header .reservation {
  padding-top: 21px;
}

/* ---------------------------------------------------------
 * FIXED FOOTER
 * ------------------------------------------------------ */
/* line 144, ../scss/style/_styles.scss */
#footer, #mobile-makeabooking {
  background: #262626;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzA3MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #262626 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #262626 0%, #070707 100%);
  background: -o-linear-gradient(top, #262626 0%, #070707 100%);
  background: -ms-linear-gradient(top, #262626 0%, #070707 100%);
  background: linear-gradient(to bottom, #262626 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#070707',GradientType=0 );
  bottom: 0px !important;
  padding: 6px 6px 12px;
}

/* ---------------------------------------------------------
 * HEADER AREA
 * ------------------------------------------------------ */
/* line 162, ../scss/style/_styles.scss */
.richardson-logo {
  float: left;
  position: relative;
  z-index: 100;
}

/* line 168, ../scss/style/_styles.scss */
.richardson-logo a {
  display: block;
}

/* line 171, ../scss/style/_styles.scss */
.reservation {
  color: white;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 24px;
  font-size: 1.6rem;
  filter: alpha(opactiy=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  margin: 0 0 10px;
  text-align: right;
  padding-top: 39px;
}

/* ---------------------------------------------------------
 * HOTEL BOOKING AREA
 * ------------------------------------------------------ */
/* line 185, ../scss/style/_styles.scss */
.quickBook-title {
  bottom: 64px;
  left: 0;
  position: absolute;
}
/* line 8, ../scss/defaults/mixin/_hover.scss */
.quickBook-title.button:hover, .quickBook-title.button:active, .quickBook-title.button:focus, .quickBook-title.button.active {
  background: #d51c5a;
}
/* line 8, ../scss/defaults/mixin/_hover.scss */
.quickBook-title.button:hover, .quickBook-title.button:active, .quickBook-title.button:focus, .quickBook-title.button.active {
  color: white !important;
}

@supports (-webkit-appearance: none) {
  /* line 197, ../scss/style/_styles.scss */
  .quickBook-title {
    bottom: 65px;
  }
}
/* line 204, ../scss/style/_styles.scss */
.quickBook {
  position: relative;
}
/* line 207, ../scss/style/_styles.scss */
.quickBook .as-cell {
  position: relative;
}
/* line 211, ../scss/style/_styles.scss */
.quickBook .as-cell.border:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  border-right: 1px solid #000000;
  border-left: 1px solid #393939;
}
/* line 225, ../scss/style/_styles.scss */
.quickBook .select2-container {
  margin-top: 3px;
  max-width: 226px;
}
/* line 230, ../scss/style/_styles.scss */
.quickBook .close-quickBook {
  border: 1px solid #494949;
  display: none;
  height: 25px;
  line-height: 12px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 25px;
  color: #de2362;
}

/* line 246, ../scss/style/_styles.scss */
#fullpage .slide-desc .v-middle {
 /* padding-top: 100px;*/
}

/* line 251, ../scss/style/_styles.scss */
.hotel-pick-date {
  display: inline-block;
  margin: 0 auto;
  vertical-align: top;
  text-align: left;
}
/* line 257, ../scss/style/_styles.scss */
.hotel-pick-date .smalltext {
  clear: both;
}
/* line 260, ../scss/style/_styles.scss */
.hotel-pick-date:hover, .hotel-pick-date :active, .hotel-pick-date :focus, .hotel-pick-date .selected {
  color: #de2362;
}

/* line 264, ../scss/style/_styles.scss */
.book-day {
  font-size: 50px;
  font-size: 3.33333rem;
  filter: alpha(opactiy=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  float: left;
  line-height: 40px;
  padding-right: 6px;
}

/* line 271, ../scss/style/_styles.scss */
.book-month {
  font-size: 22px;
  font-size: 1.46667rem;
  filter: alpha(opactiy=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  display: inline-block;
  float: left;
}

/* line 277, ../scss/style/_styles.scss */
.book-year {
  font-size: 16px;
  font-size: 1.06667rem;
  filter: alpha(opactiy=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  display: inline-block;
  clear: both;
  display: block;
}

/*BOOK HOTEL JQUERY DROPDOWN POSITIONING*/
/* line 286, ../scss/style/_styles.scss */
.select2-drop {
  margin-top: -9px !important;
}

/*BOOK HOTEL JQUERY DATEPICKER*/
/*hide datepicker & count selector*/
/* line 292, ../scss/style/_styles.scss */
#ui-datepicker-div {
  margin-top: -5px;
  z-index: 200 !important;
}
/* line 296, ../scss/style/_styles.scss */
#ui-datepicker-div * {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
/* line 302, ../scss/style/_styles.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  background: none;
  border: none;
}
/* line 307, ../scss/style/_styles.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  background: none;
}
/* line 311, ../scss/style/_styles.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:after {
  display: block;
  font-size: 17px;
  font-family: "icomoon";
  margin-left: 8px;
  width: auto;
  content: "\e600";
  margin-top: 14px;
}
/* line 322, ../scss/style/_styles.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  border: none;
  background: none;
}
/* line 327, ../scss/style/_styles.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  background: none;
}
/* line 330, ../scss/style/_styles.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:after {
  display: block;
  font-size: 17px;
  font-family: "icomoon";
  margin-left: 8px;
  width: auto;
  content: "\e603";
  margin-top: 14px;
}
/* line 343, ../scss/style/_styles.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover:after {
  color: #de2362;
}
/* line 349, ../scss/style/_styles.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover:after {
  color: #de2362;
}

/* line 356, ../scss/style/_styles.scss */
.datepicker,
.hotel-pick-date .select2-container {
  background: none !important;
  border: none;
  display: block;
  top: 0;
  bottom: 0;
  width: 100;
  position: absolute;
  z-index: 10;
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer;
  height: 100%;
}

/* line 369, ../scss/style/_styles.scss */
.hotel-pick-date .select2-container .select2-choice {
  height: 100%;
}

/* line 373, ../scss/style/_styles.scss */
.ui-datepicker {
  width: auto !important;
}

/* line 376, ../scss/style/_styles.scss */
.ui-widget-content {
  background: rgba(0, 0, 0, 0.9) !important;
  border: none !important;
}
/* line 380, ../scss/style/_styles.scss */
.ui-widget-content * {
  color: white !important;
  font-family: "Pathway Gothic One", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

/* line 389, ../scss/style/_styles.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none !important;
  text-align: center;
  border: 1px solid transparent !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  filter: alpha(opactiy=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  padding: 10px 15px;
}
/* line 397, ../scss/style/_styles.scss */
.ui-state-default:hover, .ui-state-default :active, .ui-state-default :focus,
.ui-widget-content .ui-state-default:hover,
.ui-widget-content .ui-state-default :active,
.ui-widget-content .ui-state-default :focus,
.ui-widget-header .ui-state-default:hover,
.ui-widget-header .ui-state-default :active,
.ui-widget-header .ui-state-default :focus {
  color: #de2362 !important;
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  border: 1px solid #de2362 !important;
}

/* line 405, ../scss/style/_styles.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  color: #222222 !important;
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  border: 1px solid #d51c5a !important;
  background: #d51c5a !important;
}

/* line 412, ../scss/style/_styles.scss */
.ui-widget-header {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #de2362 !important;
  font-size: 24px;
  font-size: 1.6rem;
}

/* line 418, ../scss/style/_styles.scss */
.ui-widget-content .ui-datepicker-title > span {
  color: #de2362 !important;
}

/*book hotel qTip2 Popover styling*/
/* line 423, ../scss/style/_styles.scss */
.popover-content {
  display: none;
}


.main-sections h2{ font-size: 40px !important; margin-top: 40px; }
.main-sections h2 a{ font-size: 40px !important; margin-top: 40px;  font-weight: 400; color: inherit !important; text-transform: none !important; font-family: "Pathway Gothic One", sans-serif !important; }

@media only screen and (max-width: 767px) { .main-sections h2{ font-size: 40px !important; margin-top: 40px;  } }
@media only screen and (max-width: 767px) { .main-sections h2 a{ font-size: 40px !important; margin-top: 40px;  font-weight: 400; color: inherit !important; text-transform: none !important; font-family: "Pathway Gothic One", sans-serif !important;  } }

@media only screen and (max-width: 1219px) and (min-width: 0px) { .main-sections h2{ font-size: 40px !important; margin-top: 40px; } }
@media only screen and (max-width: 1219px) and (min-width: 0px) { .main-sections h2 a{ font-size: 40px !important; margin-top: 40px;  font-weight: 400; color: inherit !important; text-transform: none !important; font-family: "Pathway Gothic One", sans-serif !important; } }

.main-sections h2:first-child{ margin-top: 0px; }
@media only screen and (max-width: 767px) { .main-sections h2:first-child{ margin-top: 0px; } }
@media only screen and (max-width: 1219px) and (min-width: 0px) { .main-sections h2:first-child{ margin-top: 0px; } }


/* ======================================================
 * Main content
 * ------------------------------------------------------ */
/* line 430, ../scss/style/_styles.scss */
.page-wrap {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

/* line 436, ../scss/style/_styles.scss */
.main {
  /*padding:60px 0 0;*/
  border-top: 20px solid #d51c5a;
}

/* hide header banner on mobile */
@media only screen and (max-width: 767px) {
  #fullpage {
    display: none;
  }
  .main {
    padding-top: 100px !important;
  }

}
.fallback-booking-bar {
  display: none;
}

/* line 440, ../scss/style/_styles.scss */
.main-sections {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 447, ../scss/style/_styles.scss */
.center-hr {
  border-color: #D9D9D9;
  margin: 35px auto 25px;
  max-width: 1180px;
}

/* line 452, ../scss/style/_styles.scss */
.main-sections + .center-hr {
  margin: 10px auto 10px;
}

/*MAIN HEADING*/
/* line 457, ../scss/style/_styles.scss */
.main-heading {
  padding-right: 80px;
  margin-bottom: 16px;
}
/* line 461, ../scss/style/_styles.scss */
.main-heading > span {
  font-size: 31px;
  font-size: 2.06667rem;
  line-height: 26px;
  margin-left: 5px;
  margin-top: -3px;
}
/* line 468, ../scss/style/_styles.scss */
.main-heading > .clearboth + span {
  margin-left: 0;
  margin-bottom: 8px;
}

/*Room*/
/* line 476, ../scss/style/_styles.scss */
.text-list {
  display: inline-block;
  width: 100%;
  list-style: disc;
  padding-left: 18px;
  padding-top: 2px;
  margin-bottom: 20px;
}
/* line 484, ../scss/style/_styles.scss */
.text-list li {
  width: 50%;
  float: left !important;
  line-height: 28px;
}

/*========================
TABLE
==========================*/
/* line 495, ../scss/style/_styles.scss */
.tablepress_outerdiv {
  overflow-x: auto;
}
/* line 498, ../scss/style/_styles.scss */
.tablepress_outerdiv .tablepress {
  /*min-width:767px;*/
}

/* line 506, ../scss/style/_styles.scss */
.tablepress_outerdiv .tablepress th.column-1, .tablepress_outerdiv .tablepress td.column-1,
.tablepress_outerdiv .tablepress th.column-2, .tablepress_outerdiv .tablepress td.column-2,
.tablepress_outerdiv .tablepress th.column-3, .tablepress_outerdiv .tablepress td.column-3,
.tablepress_outerdiv .tablepress th.column-4, .tablepress_outerdiv .tablepress td.column-4 {
  /*width:auto !important;*/
}

/*=============================
MEDIA QUERY STARTS HERE
==============================*/
@media only screen and (min-width: 0px) and (max-width: 1219px) {
  /* line 516, ../scss/style/_styles.scss */
  .fixedLayout {
    /*max-width:750px;*/
    padding: 0 15px;
  }

  /* line 520, ../scss/style/_styles.scss */
  .reservation {
    padding-bottom: 15px;
    padding-top: 60px;
  }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 767px) {
  /* line 528, ../scss/style/_styles.scss */
  .quickBook .select2-container {
    max-width: 140px;
  }

  /* line 531, ../scss/style/_styles.scss */
  .select2-container .select2-choice > .select2-chosen {
    font-size: 18px;
  }

  /* line 534, ../scss/style/_styles.scss */
  .quickBook {
    display: none;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1179px) {
  /* ---------------------------------------------------------
   * HOTEL BOOKING AREA
   * ------------------------------------------------------ */
  /* line 545, ../scss/style/_styles.scss */
  .quickBook > li:first-child {
    width: 148px !important;
  }

  /* line 549, ../scss/style/_styles.scss */
  .hotel-pick-date {
    min-width: 60px;
    padding: 0 5px;
    text-align: left;
  }

  /* line 554, ../scss/style/_styles.scss */
  .book-month {
    clear: none;
    float: left;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    text-transform: uppercase;
    min-width: 30px;
  }

  /* line 563, ../scss/style/_styles.scss */
  .book-day {
    float: left;
    font-size: 30px;
    line-height: 24px;
    padding: 0 4px 0 0;
  }

  /* line 569, ../scss/style/_styles.scss */
  .book-year {
    font-size: 12px;
  }

  /* line 572, ../scss/style/_styles.scss */
  .quickBook button {
    min-width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1179px) {
  /* line 578, ../scss/style/_styles.scss */
  .hotel-links > li a > img {
    height: 32px;
    width: auto;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  /*html {
  	font-size:($global-font)- 2px;

  }*/
  /* line 591, ../scss/style/_styles.scss */
  .main {
    padding: 0;
  }
  /* line 594, ../scss/style/_styles.scss */
  .main .fixedLayout {
    padding: 0 15px;
  }

  /* line 598, ../scss/style/_styles.scss */
  .page-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* line 602, ../scss/style/_styles.scss */
  #fullpage {
    height: 425px !important;
  }
  /* line 605, ../scss/style/_styles.scss */
  #fullpage * {
    max-height: 425px !important;
    vertical-align: top;
  }
  /* line 610, ../scss/style/_styles.scss */
  #fullpage .slides {
    height: auto !important;
  }
  /* line 613, ../scss/style/_styles.scss */
  #fullpage .slide-desc .v-middle {
    vertical-align: bottom;
  }
  /* line 617, ../scss/style/_styles.scss */
  #fullpage .slide-desc {
    background: rgba(0, 0, 0, 0.4);
    padding: 0 0 25px 0;
    height: 425px !important;
  }
  /* line 622, ../scss/style/_styles.scss */
  #fullpage .slide-desc .tableCell {
    height: 425px !important;
    /*padding-bottom:30px;	*/
  }

  /* line 628, ../scss/style/_styles.scss */
  .mob-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
  }

  /*HEADER AREA*/
  /* line 637, ../scss/style/_styles.scss */
  #header {
    padding: 10px;
    display: block;
  }

  /* line 642, ../scss/style/_styles.scss */
  #footer {
    padding: 10px;
    display: block;
    top: 125px;
    bottom: inherit;
  }

  /* line 648, ../scss/style/_styles.scss */
  #header {
    background: rgba(0, 0, 0, 0.6);
    min-height: 0;
    padding-bottom: 0;
  }

  /* line 653, ../scss/style/_styles.scss */
  .richardson-logo {
    float: left;
    left: 10px;
    position: absolute;
    top: 10px;
    max-width: 150px;
  }

  /* line 660, ../scss/style/_styles.scss */
  .reservation {
    text-align: center;
    margin: 0;
    padding: 28px 0 20px;
    font-size: 18px;
    font-size: 1.2rem;
  }
  /* line 666, ../scss/style/_styles.scss */
  .reservation.drop {
    background: #585858;
    margin: 0 -30px;
    opacity: 1;
    padding: 15px 0;
    position: relative;
  }

  /*MAIN HEADING*/
  /* line 676, ../scss/style/_styles.scss */
  .main-heading {
    margin-bottom: 10px;
    display: block;
    float: none;
  }
  /* line 681, ../scss/style/_styles.scss */
  .main-heading .clearfix {
    display: none;
  }
  /* line 685, ../scss/style/_styles.scss */
  .main-heading > span {
    font-size: 24px;
    font-size: 1.6rem;
  }

  /*BOOK HOTEL JQUERY DATEPICKER*/
  /* line 693, ../scss/style/_styles.scss */
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    padding: 2px 5px;
  }

  /*MAIN FOOTER*/
  /* line 698, ../scss/style/_styles.scss */
  #footer {
    background: none;
    height: auto;
    padding: 0;
    min-height: 42px;
  }
  /* line 704, ../scss/style/_styles.scss */
  #footer .fixedLayout {
    background: #232323;
  }

  /* ---------------------------------------------------------
   * MAIN CONTENT
   * ------------------------------------------------------ */
  /* line 712, ../scss/style/_styles.scss */
  .main-sections {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  /* ---------------------------------------------------------
   * HOTEL BOOKING AREA
   * ------------------------------------------------------ */
  /* line 721, ../scss/style/_styles.scss */
  .quickBook {
    padding: 15px 0;
    display: none;
  }

  /* line 725, ../scss/style/_styles.scss */
  .quickBook .as-cell {
    display: block;
    float: left;
    padding: 0;
    margin-bottom: 10px;
    text-align: left;
    width: 33.3333%;
  }

  /* line 733, ../scss/style/_styles.scss */
  .quickBook .as-cell:first-child {
    width: 100% !important;
  }

  /* line 736, ../scss/style/_styles.scss */
  .quickBook .as-cell.border:after {
    display: none;
  }

  /* line 739, ../scss/style/_styles.scss */
  .quickBook .as-cell.v-middle {
    width: 100%;
  }

  /* line 742, ../scss/style/_styles.scss */
  .quickBook-title {
    bottom: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: 100%;
    cursor: pointer;
    margin-top: 15px;
  }

  @media only screen and (max-width: 767px) {
    .quickBook-title {
      margin-top: 0 !important;
    }
  }

  /* line 751, ../scss/style/_styles.scss */
  .quickBook-title:after {
    font-family: "icomoon";
    content: "\e603";
    display: block;
    float: right;
    font-size: 15px;
    line-height: 26px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    width: 15px;
  }

  /* line 765, ../scss/style/_styles.scss */
  .book-month {
    font-size: 14px;
  }

  /* line 768, ../scss/style/_styles.scss */
  .book-day {
    font-size: 38px;
  }

  /* line 771, ../scss/style/_styles.scss */
  .book-year {
    font-size: 12px;
  }

  /* line 774, ../scss/style/_styles.scss */
  .quickBook .select2-container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 850px) {
  /* line 782, ../scss/style/_styles.scss */
  .collage-plus li:nth-child(4) {
    display: none !important;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {
  /* line 792, ../scss/style/_styles.scss */
  .quickBook .as-cell {
    width: 50%;
  }

  /* line 795, ../scss/style/_styles.scss */
  .main-heading {
    line-height: 37px;
  }

  /* line 798, ../scss/style/_styles.scss */
  .tablepress th.column-1, .tablepress td.column-1 {
    width: 60%;
  }

  /* line 800, ../scss/style/_styles.scss */
  .tablepress th.column-2, .tablepress td.column-2, .tablepress th.column-3, .tablepress td.column-3 {
    width: 20%;
  }
}
/* line 803, ../scss/style/_styles.scss */
.tablepress {
  font-size: 14px;
}

/* line 808, ../scss/style/_styles.scss */
.prev:before, .next:before {
  content: "\e600";
  display: block;
  font-family: "icomoon";
  font-size: 1.6rem;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: auto;
}

/* line 818, ../scss/style/_styles.scss */
.next:before {
  content: "\e603";
}

/* line 822, ../scss/style/_styles.scss */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 52px;
  width: auto;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 50px;
  z-index: 1;
}

/* line 836, ../scss/style/_styles.scss */
.prev:hover, .next:hover {
  color: #d51c5a;
}

/* line 840, ../scss/style/_styles.scss */
.prev {
  left: 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-8 */
  left: 0;
  text-align: left;
}

/* line 856, ../scss/style/_styles.scss */
.next {
  right: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-8 */
  right: 0;
  text-align: right;
}

/* line 873, ../scss/style/_styles.scss */
.explore-wrap {
  float: left;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 877, ../scss/style/_styles.scss */
  .explore-wrap {
    display: none;
  }
}
/* line 882, ../scss/style/_styles.scss */
.explore-drop {
  background-color: rgba(0, 0, 0, 0.3);
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0 10px 10px;
}
/* line 890, ../scss/style/_styles.scss */
.explore-drop.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* line 902, ../scss/style/_styles.scss */
.explore-drop li a {
  padding: 5px;
  display: inline-block;
  width: 100%;
  text-transform: none;
  font-family: "Open Sans Condensed", sans-serif;
}
/* line 910, ../scss/style/_styles.scss */
.explore-drop li a:after {
  content: "\e603";
  display: block;
  font-family: "icomoon";
  font-size: 0.7rem;
  text-align: right;
  float: right;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  /* line 923, ../scss/style/_styles.scss */
  .quickBook {
    display: table !important;
  }
}
/* ---------------------------------------------------------
 * MEDIA 768
 * ------------------------------------------------------ */
@media only screen and (max-width: 768px) {
  /*--SWITCH OFF ANIMATION ON TABLET AND MOBILE-- */
  /* line 935, ../scss/style/_styles.scss */
  .anim-zoomin:hover > img, .anim-zoomin:active > img, .anim-zoomin:focus > img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  /*LIST HOVER ANIMATION*/
  /* line 944, ../scss/style/_styles.scss */
  .anim-scale {
    -webkit-transform-origin: none;
    -moz-transform-origin: none;
    -ms-transform-origin: none;
    -o-transform-origin: none;
    transform-origin: none;
  }

  /* line 952, ../scss/style/_styles.scss */
  .anim-scale:hover, .anim-scale:active, .anim-scale:focus {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    /*ROTATE IS FOR FIREFOX BUG FIX*/
  }

  /* line 965, ../scss/style/_styles.scss */
  a,
  .button, button, .button:after, button:after,
  #header,
  .sub-menu, .sub-menu *,
  .anim-zoomin, .anim-zoomin:before, .anim-zoomin * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  /* line 985, ../scss/style/_styles.scss */
  a:hover, a:active, a:focus,
  .button:hover,
  .button:active,
  .button:focus, button:hover, button:active, button:focus, .button:after:hover, .button:after:active, .button:after:focus, button:after:hover, button:after:active, button:after:focus,
  #header:hover,
  #header:active,
  #header:focus,
  .sub-menu:hover,
  .sub-menu:active,
  .sub-menu:focus, .sub-menu *:hover, .sub-menu *:active, .sub-menu *:focus,
  .anim-zoomin:hover,
  .anim-zoomin:active,
  .anim-zoomin:focus, .anim-zoomin:before:hover, .anim-zoomin:before:active, .anim-zoomin:before:focus, .anim-zoomin *:hover, .anim-zoomin *:active, .anim-zoomin *:focus {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  /* line 995, ../scss/style/_styles.scss */
  .desciption > img,
  .df-content, .animator,
  .anim-scale {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  /* line 1003, ../scss/style/_styles.scss */
  .animator * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  /* line 1010, ../scss/style/_styles.scss */
  .anim-zoomin:hover:before, .anim-zoomin:active:before, .anim-zoomin:focus:before {
    border: none;
  }
}

#mobile-makeabooking {
  display: none;
}
@media only screen and (max-width: 767px) {
  #mobile-makeabooking {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px;
    text-align: center;
  }
  #mobile-makeabooking a {
    display: block;
    font-size: 30px;
    line-height: 1em;
    font-family: "Pathway Gothic One",sans-serif;
    color: #fff;
  }
  body {
    padding-bottom: 34px !important;
  }
}


/* ---------------------------------------------------------
 * MEDIA 767
 * ------------------------------------------------------ */
@media only screen and (max-width: 767px) {
  /* line 1022, ../scss/style/_styles.scss */
  #fullpage .slide-desc .v-middle {
    vertical-align: middle;
    /*padding-top:180px;*/
  }

  /* line 1030, ../scss/style/_styles.scss */
  .quickBook .close-quickBook {
    display: block;
  }

  /* line 1035, ../scss/style/_styles.scss */
  #footer {
    margin-bottom: -42px;
    position: relative;
    top: 112px;
    display: initial;
  }

  body.internal #footer {
    top:0;
  }

  /* line 1042, ../scss/style/_styles.scss */
  #header {
    position: relative;
  }

  /* line 1047, ../scss/style/_styles.scss */
  .slide-desc p {
    font-weight: 600 !important;
  }

  /* line 1051, ../scss/style/_styles.scss */
  .explore-drop {
    padding: 0;
  }
  /* line 1054, ../scss/style/_styles.scss */
  .explore-drop li a {
    font-size: 1em;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
/* ======================================================
 * ICON STACK
 * ------------------------------------------------------ */
/* line 4, ../scss/style/_socialicon.scss */
.icon-stack {
  text-align: left;
  display: inline-block;
}
/* line 8, ../scss/style/_socialicon.scss */
.icon-stack > li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
}
/* line 13, ../scss/style/_socialicon.scss */
.icon-stack > li:first-child {
  padding-left: 0;
}
/* line 17, ../scss/style/_socialicon.scss */
.icon-stack > li a {
  font-size: 23px;
}
/* line 8, ../scss/defaults/mixin/_hover.scss */
.icon-stack > li a:hover, .icon-stack > li a:active, .icon-stack > li a:focus, .icon-stack > li a.active {
  color: white !important;
}

/* ======================================================
 * FIXED AREA
 * ------------------------------------------------------ */
/* line 29, ../scss/style/_socialicon.scss */
.social-media {
  background: #242424;
  filter: alpha(opactiy=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  padding: 10px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -50px;
  z-index: 200;
  width: 48px;
}
/* line 40, ../scss/style/_socialicon.scss */
.social-media .icon-stack > li {
  clear: both;
}
/* line 44, ../scss/style/_socialicon.scss */
.social-media .icon-stack > li {
  padding: 10px 0 0 0;
  float: left;
}
/* line 48, ../scss/style/_socialicon.scss */
.social-media .icon-stack > li a {
  color: #666;
  font-size: 25px;
  margin-left: 3px;
  text-align: center;
  line-height: 20px;
}
/* line 56, ../scss/style/_socialicon.scss */
.social-media .icon-stack > li :first-child {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  /* line 64, ../scss/style/_socialicon.scss */
  .social-media {
    background: #232323;
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    padding: 10px;
    position: static;
    right: 0;
    top: 50%;
    margin-top: 0px;
    z-index: 200;
    width: 100%;
  }
  /* line 75, ../scss/style/_socialicon.scss */
  .social-media .icon-stack > li {
    clear: none;
  }

  /* line 79, ../scss/style/_socialicon.scss */
  .icon-stack > li a:hover {
    background: none;
  }
}
/* ---------------------------------------------------------
 * Footer
 * ------------------------------------------------------ */
/* line 4, ../scss/style/_footer.scss */
#main-footer {
  position: relative;
  background: #262626;
  margin-bottom: 110px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzA3MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #262626 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #262626 0%, #070707 100%);
  background: -o-linear-gradient(top, #262626 0%, #070707 100%);
  background: -ms-linear-gradient(top, #262626 0%, #070707 100%);
  background: linear-gradient(to bottom, #262626 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#070707',GradientType=0 );
}
/* line 17, ../scss/style/_footer.scss */
#main-footer .copyright {
  margin: 0;
  text-align: center;
  vertical-align: middle;
  color: white;
  padding: 12px 0 18px 0;
  background: white;
}
/* line 25, ../scss/style/_footer.scss */
#main-footer .copyright p {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #242424;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
/* line 32, ../scss/style/_footer.scss */
#main-footer .copyright p img {
  vertical-align: top;
  margin-left: 8px;
  margin-top: 3px;
}
/* line 38, ../scss/style/_footer.scss */
#main-footer .copyright p + p {
  margin-top: 0 !important;
}

/* line 46, ../scss/style/_footer.scss */
.nsu-form > p {
  float: left;
}
/* line 50, ../scss/style/_footer.scss */
.nsu-form input {
  margin: 0;
  width: 310px;
  vertical-align: top;
  color: #242424;
  text-transform: none;
  background: #f0f0f0;
  padding: 0 6px 3px;
  line-height: 26px;
  font-size: 14px;
  font-size: 0.93333rem;
  margin-top: 8px;
}
/* line 63, ../scss/style/_footer.scss */
.nsu-form .nsu-submit {
  background: none;
  color: #FFFFFF !important;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 22px;
  font-size: 1.46667rem;
  min-width: 0;
  width: 46px;
  padding: 0 !important;
  margin-top: 27px;
}

/* line 75, ../scss/style/_footer.scss */
.footer-logo {
  max-width: 184px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 45px;
  float: left;
}

/* line 83, ../scss/style/_footer.scss */
.footer-menu {
  float: right;
}
/* line 87, ../scss/style/_footer.scss */
.footer-menu > ul > li {
  display: inline-block;
  padding: 0 32px;
  border-left: 1px solid #151515;
  line-height: 26px;
  margin-bottom: 12px;
}
/* line 94, ../scss/style/_footer.scss */
.footer-menu > ul > li:first-child {
  padding-left: 0;
  border-left: 0;
}
/* line 99, ../scss/style/_footer.scss */
.footer-menu > ul > li:last-child {
  padding-right: 0;
}
/* line 103, ../scss/style/_footer.scss */
.footer-menu > ul > li a:hover {
  color: #de2362 !important;
}

/* line 110, ../scss/style/_footer.scss */
.news-letter {
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-top: 15px;
  position: relative;
}
/* line 117, ../scss/style/_footer.scss */
.news-letter .nl-text {
  display: block;
  margin-bottom: 8px;
}
/* line 122, ../scss/style/_footer.scss */
.news-letter .nsu-submit {
  display: block;
  padding-right: 50px;
}

/* line 128, ../scss/style/_footer.scss */
.sitemap {
  padding: 25px 0;
}
/* line 131, ../scss/style/_footer.scss */
.sitemap * {
  font-size: 22px;
  font-size: 1.46667rem;
  color: white;
  font-family: "Pathway Gothic One", sans-serif;
  text-transform: uppercase;
}

/* line 139, ../scss/style/_footer.scss */
.footer-socialarea {
  float: right;
  text-align: right;
}
/* line 143, ../scss/style/_footer.scss */
.footer-socialarea .icon-stack {
  margin-bottom: 10px !important;
}
/* line 147, ../scss/style/_footer.scss */
.footer-socialarea a {
  font-size: 18px;
  font-size: 1.2rem;
  padding-top: 5px;
  font-family: "Pathway Gothic One", sans-serif;
}
/* line 153, ../scss/style/_footer.scss */
.footer-socialarea a:hover {
  color: #de2362 !important;
}

/* line 158, ../scss/style/_footer.scss */
.footer-socialarea .icon-stack a {
  text-align: right;
  font-size: 25px;
  color: #ffffff;
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1179px) {
  /* line 167, ../scss/style/_footer.scss */
  .footer-logo {
    max-width: 144px;
  }

  /* line 171, ../scss/style/_footer.scss */
  .sitemap {
    padding: 15px;
  }

  /* line 175, ../scss/style/_footer.scss */
  .news-letter {
    clear: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 182, ../scss/style/_footer.scss */
  .page-wrap {
    padding-bottom: 427px;
    margin-bottom: -427px;
  }

  /* line 186, ../scss/style/_footer.scss */
  .footer-logo {
    max-width: 72px;
  }

  /* line 189, ../scss/style/_footer.scss */
  .sitemap {
    padding: 15px;
  }
  /* line 192, ../scss/style/_footer.scss */
  .sitemap * {
    font-size: 18px;
    font-size: 1.2rem;
  }
  /* line 196, ../scss/style/_footer.scss */
  .sitemap .icon-stack {
    margin-bottom: 24px;
  }

  /* line 200, ../scss/style/_footer.scss */
  .footer-menu {
    float: left;
    margin: 10px 0;
    width: 100%;
  }
  /* line 205, ../scss/style/_footer.scss */
  .footer-menu ul > li {
    border: none;
    display: block;
    line-height: 30px;
    padding: 0;
    border-top: 1px solid #151515;
  }
  /* line 212, ../scss/style/_footer.scss */
  .footer-menu ul > li:first-child {
    border: none;
  }

  /* line 217, ../scss/style/_footer.scss */
  #main-footer {
    height: auto;
    margin-bottom: 0;
  }
  /* line 221, ../scss/style/_footer.scss */
  #main-footer .copyright {
    margin-bottom: 0;
    text-align: center;
  }
  /* line 225, ../scss/style/_footer.scss */
  #main-footer .copyright p {
    float: none;
    display: block;
  }

  /* line 231, ../scss/style/_footer.scss */
  #main-footer button {
    max-width: 100%;
  }

  /* line 234, ../scss/style/_footer.scss */
  .footer-socialarea {
    display: block;
    float: left;
    margin-top: 20px;
    text-align: left;
    width: 100%;
  }

  /*NEWS LETTER*/
  /* line 244, ../scss/style/_footer.scss */
  .news-letter,
  .nsu-form input {
    width: 100%;
    line-height: 34px;
  }

  /* line 249, ../scss/style/_footer.scss */
  .nsu-form > p:first-child {
    width: 70%;
  }
}


@media only screen and (min-width: 770px) and (max-width: 960px) {
  .sub-head-area .hotel-links li a {
    font-size: 13px !important;
    padding: 2px 5px 0 !important;
  }
}

@media only screen and (max-width: 770px) {
  ul.hotel-links{
    display: none;
  }
}


.newsletter-form input{
  border: 1px solid #999;
  max-width:  500px;
}

@media only screen and (max-width: 1279px) {
  #fullpage .slides .slider-title-wrap{
    margin-top: -130px;
  }
}

/*new logos*/
#header .sub-hotel-logo a img{
  padding: 5px 0;
}


/* change header slider text */
.slider-title-wrap.new-style .slider-title-small,
.slider-title-wrap.new-style .slider-title{
  font-family: "Open-sans", sans-serif;
  font-weight: 200;
}

.slider-title-wrap.new-style .slider-title-small{
  letter-spacing: 1px !important;
}

.slider-title-wrap.new-style .slider-title{
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0 !important;
}

.slider-title-wrap.new-style .slider-title-small.text-right{
  display: inline;
  margin-left: 10px;
  font-size: 60px;
  letter-spacing: 0 !important;
}