/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* Fonts */
@font-face {
  font-family: 'GothamMedium';
  src: url('../fonts/gotham-medium.eot');
  src: url('../fonts/gotham-medium.eot') format('embedded-opentype'), url('../fonts/gotham-medium.woff') format('woff'), url('../fonts/gotham-medium.ttf') format('truetype'), url('../fonts/gotham-medium.svg#GothamMediumRegular') format('svg');
}
@font-face {
  font-family: 'GothamLight';
  src: url('../fonts/GothamHTF-Light.eot');
  src: url('../fonts/GothamHTF-Light.eot') format('embedded-opentype'), url('../fonts/GothamHTF-Light.woff') format('woff'), url('../fonts/GothamHTF-Light.ttf') format('truetype'), url('../fonts/GothamHTF-Light.svg#GothamHTF-Light') format('svg');
}
@font-face {
  font-family: 'gotham_htfbook';
  src: url('../fonts/gothamhtf-book-webfont.eot');
  src: url('../fonts/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gothamhtf-book-webfont.woff') format('woff'), url('../fonts/gothamhtf-book-webfont.ttf') format('truetype'), url('../fonts/gothamhtf-book-webfont.svg#gotham_htfbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DidotHTF';
  src: url('../fonts/DidotHTF-42BoldItalic.eot');
  src: url('../fonts/DidotHTF-42BoldItalic.eot') format('embedded-opentype'), url('../fonts/DidotHTF-42BoldItalic.woff') format('woff'), url('../fonts/DidotHTF-42BoldItalic.ttf') format('truetype'), url('../fonts/DidotHTF-42BoldItalic.svg#DidotHTF-42BoldItalic') format('svg');
}
/** Generated by FG **/
@font-face {
  font-family: 'archer_pro';
  src: url('../fonts/Archer-Book-Pro.eot');
  src: local('☺'), url('../fonts/Archer-Book-Pro.woff') format('woff'), url('../fonts/Archer-Book-Pro.ttf') format('truetype'), url('../fonts/Archer-Book-Pro.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: 'archer_medium_italic';
  src: url('../fonts/Archer-MediumItal-Pro.eot');
  src: local('☺'), url('../fonts/Archer-MediumItal-Pro.woff') format('woff'), url('../fonts/Archer-MediumItal-Pro.ttf') format('truetype'), url('../fonts/Archer-MediumItal-Pro.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: 'archer_semi_italic';
  src: url('../fonts/Archer-SembdItal-Pro.eot');
  src: local('☺'), url('../fonts/Archer-SembdItal-Pro.woff') format('woff'), url('../fonts/Archer-SembdItal-Pro.ttf') format('truetype'), url('../fonts/Archer-SembdItal-Pro.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
    font-family: 'GothamBlack';
    src: url('../fonts/gotham-black.eot');
    src: url('../fonts/gotham-black.eot') format('embedded-opentype'),
    url('../fonts/gotham-black.woff') format('woff'),
    url('../fonts/gotham-black.ttf') format('truetype'),
    url('../fonts/gotham-black.svg#GothamBlackRegular') format('svg');
}
@font-face {
    font-family: 'novecento';
    src: url('../fonts/novecentowide-medium-webfont.eot');
    src: url('../fonts/novecentowide-medium-webfont.eot') format('embedded-opentype'),
    url('../fonts/novecentowide-medium-webfont.woff') format('woff'),
    url('../fonts/novecentowide-medium-webfont.ttf') format('truetype'),
    url('../fonts/novecentowide-medium-webfont.svg#NovecentoMedium') format('svg'); 
}
*/
/* ===== LESS Vars ===========================================================
   Author:
   ========================================================================== */
/* Colours */
/* Fonts */
/* ==========================================================================
   Helper classes
   ========================================================================== */
html,
* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow */
  -moz-osx-font-smoothing: grayscale;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
.hidden {
  display: none;
  visibility: hidden;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  float: left;
}
h1 {
  font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  color: #222222;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
}
p {
  margin: 10px 0;
}
a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-style: italic;
}
a:hover {
  color: #474747;
}
a.link {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  font-style: italic;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
a.link:hover {
  border-bottom: 1px solid #000000;
  color: #474747;
}
.hide {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin: 0 auto;
  display: table;
}
.leftContent {
  width: 30%;
  margin-right: 5%;
  float: left;
}
.rightContent {
  width: 65%;
  float: right;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
.capitals {
  text-transform: uppercase;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
/* Transitions */
/* Debug */
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.slider > *,
.sliderAbout > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  /*left: 0;
    top: 0;
    position: absolute;*/
  /*width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}
/* ===========================================================================
Primary Styles
========================================================================== */
html,
body {
  overflow-x: hidden;
}
body {
  background-color: #fff;
}
.wrapper {
  max-width: 940px;
  margin: 0 auto;
}
.black-line {
  height: 4px;
  width: 100%;
  background-color: #000000;
  display: block;
}
header {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
/*
.logo {
	display: table;
	margin: 45px auto 60px auto;
	img {
		.transition(opacity, 0.5s, 0, ease);
		opacity: 1;
		width: 236px;
		height: 198px;
	}
	&:hover img {
		opacity: 0.7;
	}
}
*/
.main {
  margin-top: 15px;
}
nav .menu {
  z-index: 100;
}
nav .menu li {
  /* padding: 0 52px 0 52px; - padding for menu incl blog */
  padding: 0 78px 0 78px;
  background-image: url("../img/bullet.png");
  background-position: center right;
  background-repeat: no-repeat;
}
nav .menu li:first-child {
  padding-left: 0;
}
nav .menu li.current-menu-item a {
  color: #000000;
  border-bottom: 4px solid #000000;
  text-decoration: none;
}
nav .menu a {
  font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
  padding-bottom: 12px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
nav .menu a:hover,
nav .menu a.active {
  color: #000000;
  border-bottom: 4px solid #000000;
  text-decoration: none;
}
.social li span {
  background-image: url("../img/social.png");
  background-repeat: no-repeat;
  margin-left: 15px;
  display: block;
}
.social li span a {
  display: block;
  height: inherit;
  width: inherit;
}
.social li span.twitter {
  background-position: 0px 0px;
  width: 18px;
  height: 18px;
}
.social li span.twitter:hover {
  background-position: 0px -19px;
}
.social li span.facebook {
  background-position: -18px 0px;
  width: 10px;
  height: 18px;
}
.social li span.facebook:hover {
  background-position: -18px -19px;
}
.social li span.instagram {
  background-position: -27px 0px;
  width: 20px;
  height: 18px;
}
.social li span.instagram:hover {
  background-position: -27px -19px;
}
.social li span.pintrest {
  background-position: -46px 0px;
  width: 16px;
  height: 18px;
}
.social li span.pintrest:hover {
  background-position: -46px -19px;
}
.slider,
.sliderAbout {
  width: 100%;
  height: 432px;
  position: relative;
  direction: ltr;
  margin: 0;
  overflow: hidden;
}
.sliderAbout {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.rsABlock {
  position: static;
}
.rsText {
  width: 31%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 4%;
  margin-top: 12%;
  color: #000;
}
.rsText h2 {
  line-height: 52px;
  font-family: DidotHTF, Times, "Times New Roman", serif;
  text-align: center;
  letter-spacing: 5px;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 2.5em;
  /*span:nth-child(1) {
			font-family: @DidotHTF;
			display: inline;
			font-size: 60px;			
		}
        span:nth-child(2) {
			font-family: @gothamLight;
			display: inline;
			font-size: 48px;			
		}*/
}
.rsText p {
  font-size: 18px;
  font-style: italic;
  color: #000;
  text-align: center;
}
.rsText p.smaller {
  font-style: normal;
  font-size: 13px;
  font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  margin-top: 20px;
}
.rsText a {
  border: 1px solid #000;
  color: #000;
  width: 170px;
  text-align: center;
  font-style: italic;
  padding: 12px 0;
  margin: 25px auto;
}
.rsText a span {
  margin: 0 20px;
  color: #000;
}
.rsText a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.rsText a:hover span {
  color: #fff;
}
.textRight {
  right: 40px;
  left: inherit;
}
.rsArrow,
rsNav {
  display: none;
}
.slider img,
.sliderAbout img {
  width: 100%;
}
.sliderNav {
  position: relative;
  font-style: italic;
  color: #000000;
  border-top: 1px solid #ccc;
  margin-top: 0px;
}
.sliderNav .numberSlide {
  display: table;
  margin: 15px auto 0 auto;
  font-size: 20px;
}
.sliderNav .arrow {
  position: absolute;
  top: 15px;
  cursor: pointer;
  font-size: 14px;
}
.sliderNav .arrow .arrowIcon {
  background-image: url("../img/arrows.png");
  width: 23px;
  height: 5px;
  display: inline-block;
  margin-top: 7px;
}
.sliderNav .arrow.prevSlide {
  left: 0;
}
.sliderNav .arrow.prevSlide .arrowIcon {
  background-position: 0 0;
  float: left;
  margin-right: 5px;
}
.sliderNav .arrow.prevSlide .arrowText {
  float: right;
}
.sliderNav .arrow.prevSlide:hover {
  color: #000000;
}
.sliderNav .arrow.prevSlide:hover .arrowIcon {
  background-position: 0 5px;
}
.sliderNav .arrow.prevSlide:hover .arrowText {
  text-decoration: underline;
}
.sliderNav .arrow.nextSlide {
  right: 0;
}
.sliderNav .arrow.nextSlide .arrowIcon {
  background-position: 23px 0;
  float: right;
  margin-left: 5px;
}
.sliderNav .arrow.nextSlide .arrowText {
  float: left;
}
.sliderNav .arrow.nextSlide:hover {
  color: #000000;
}
.sliderNav .arrow.nextSlide:hover .arrowIcon {
  background-position: 23px 5px;
}
.sliderNav .arrow.nextSlide:hover .arrowText {
  text-decoration: underline;
}
.blogTeasers {
  margin-top: 80px;
  overflow: hidden;
}
.blogTeasers article {
  width: 30%;
  float: left;
  margin-left: 5%;
}
.blogTeasers article:first-child {
  margin-left: 0;
}
.blogTeasers article header {
  margin: 0 0 25px 0;
}
.blogTeasers article header h1 {
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-weight: normal;
  -webkit-transition: color 0.5s 0s ease;
  -moz-transition: color 0.5s 0s ease;
  -o-transition: color 0.5s 0s ease;
  -ms-transition: color 0.5s 0s ease;
  transition: color 0.5s 0s ease;
}
.blogTeasers article p {
  font-size: 14px;
  -webkit-transition: color 0.5s 0s ease;
  -moz-transition: color 0.5s 0s ease;
  -o-transition: color 0.5s 0s ease;
  -ms-transition: color 0.5s 0s ease;
  transition: color 0.5s 0s ease;
}
.blogTeasers article p.excerpt {
  font-size: 18px;
}
.blogTeasers article:hover h1 {
  color: #222;
}
.blogTeasers article:hover .excerpt {
  color: #000000;
}
.blogTeasers article:hover p {
  color: #111;
}
.excerpt {
  color: #000000;
  font-style: italic;
  font-size: 18px;
  -webkit-transition: color 0.5s 0s ease;
  -moz-transition: color 0.5s 0s ease;
  -o-transition: color 0.5s 0s ease;
  -ms-transition: color 0.5s 0s ease;
  transition: color 0.5s 0s ease;
}
.excerpt a {
  font-size: 18px;
}
.sliderCirlce {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 228px;
  height: 228px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
}
.sliderCirlce span {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 80%;
  font-size: 1.7em;
  font-style: italic;
  line-height: 1em;
}
.sliderCirlce span a {
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: inherit;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.sliderCirlce span a:hover {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.sidebar h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
  font-size: 14px;
  padding: 0;
  margin: 0 0 5px 0;
  font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-weight: normal;
}
.sidebar .widget {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 10px 0;
  padding-bottom: 40px;
}
.sidebar .widget:last-child {
  border: none;
}
.sidebar .widget ul li {
  float: none;
}
.sidebar .widget ul li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
  font-size: 14px;
  padding: 0;
  margin: 0 0 5px 0;
  font-weight: normal;
  font-style: italic;
}
.sidebar .widget.widget_recent_entries ul {
  list-style: disc;
}
.sidebar .widget.widget_recent_entries ul li {
  display: list-item;
  margin-left: 15px;
}
.sidebar .widget.widget_recent_entries ul li a {
  text-transform: none;
  letter-spacing: 0;
  color: #222;
  text-decoration: none;
  font-size: 14px;
  font-style: italic;
}
.blog-content img,
.latest-posts img,
.insta img {
  -webkit-transition: all 0.4s 0 ease-in-out;
  -moz-transition: all 0.4s 0 ease-in-out;
  -o-transition: all 0.4s 0 ease-in-out;
  -ms-transition: all 0.4s 0 ease-in-out;
  transition: all 0.4s 0 ease-in-out;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  /* IE 6-9 */
}
.blog-content img:hover,
.latest-posts img:hover,
.insta img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  /* IE 6-9 */
}
.blog-content {
  margin-top: 10px;
  margin-bottom: 50px;
  /*
	footer {
		margin-top: 20px;
		margin-bottom: 15px;
		border: none;
		border-bottom: 1px solid #e5e5e5;
		p {
			strong, span {
				font-size: 13px;
				color: #000;
				font-family: @gothamMedium;
				font-style: normal;
				font-weight: normal;
			}
			time, a {
				text-transform: none;
				color: #777;
				font-family: @gothamMedium;
				font-size: 12px;
				font-style: normal;
				font-weight: normal;
			}
		}
	}
	*/
}
.blog-content article {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-content article > a {
  display: block;
  text-align: center;
}
.blog-content .article-header {
  border-bottom: none;
  border-top: 1px solid #e5e5e5;
  margin: 15px 0 0px 0;
  padding: 0;
}
.blog-content .article-header h1 {
  margin: 15px 0;
  text-transform: none;
}
.blog-content .article-header h1 a {
  font-style: normal;
  font-size: 1.3em;
  font-family: "archer_medium_italic", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  color: black;
  text-indent: 0;
}
.blog-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.blog-content .entry-content p {
  color: #444;
  font-size: 1em;
  display: inline;
  margin: 10px 0;
}
.blog-content .entry-content a {
  font-family: "archer_medium_italic", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}
.blog-content .article-footer {
  font-family: "GothamLight", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-size: .8em;
  margin-top: 15px;
}
.blog-content .article-footer strong {
  font-weight: bold;
}
.blog-content .main-content p {
  line-height: 24px;
  color: #444;
  font-size: 14px;
}
.blog-content h1.archive-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.blog-content .navigation {
  margin-top: 15px;
}
.blog-content .navigation .next span {
  background-position: 23px 0;
  margin-left: 8px;
}
.blog-content .navigation .prev span {
  margin-right: 8px;
}
.blog-content .navigation span {
  background-image: url("../img/arrows.png");
  width: 23px;
  height: 5px;
  display: inline-block;
  margin-bottom: 2px;
  margin-top: 8px;
}
.blog-content .navigation span.article-name {
  background: none;
  display: inline;
  margin: 0;
  width: auto;
  height: auto;
}
.page-navigation {
  margin: 0 0 20px;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.page-navigation .pagi {
  display: block;
  text-align: center;
}
.page-navigation .pagi > span {
  margin: 0px 5px 2px 5px;
  padding: 8px 7px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  border: 1px solid #e5e5e5;
}
.page-navigation .pagi > span.current {
  background: #efefef;
}
.page-navigation .pagi > span a,
.page-navigation .pagi > span a span {
  color: #666;
  font-size: 15px;
  font-style: normal;
}
.page-navigation .pagi > span a:hover,
.page-navigation .pagi > span a span:hover {
  color: #000;
}
.page-navigation .pagi > span.next-link a span {
  background-position: 6px 0px;
}
.page-template-page-about-php h1 {
  margin-bottom: 10px;
}
.page-template-page-about-php .about-first {
  margin-bottom: 20px;
}
.page-template-page-about-php .excerpt {
  font-family: "archer_medium_italic", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.1em;
  margin-top: 10px;
}
.page-template-page-about-php .rsText {
  width: auto;
}
.page-template-page-about-php .sliderTextLeft {
  left: 0;
  top: 0;
  margin-left: 5%;
  margin-top: 5%;
}
.page-template-page-about-php .sliderTextRight {
  left: inherit;
  right: 0;
  top: 0;
  margin-left: 0;
  margin-top: 5%;
  margin-right: 5%;
}
.page-template-page-about-php .accordion {
  margin: 0;
}
.page-template-page-about-php .accordion dt {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 30px 10px 0;
  clear: both;
  cursor: pointer;
  margin: 0;
  position: relative;
  font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  color: #222222;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
}
.page-template-page-about-php .accordion dt.accordion-active {
  border-bottom: 0px solid #000;
}
.page-template-page-about-php .accordion dt:after {
  content: "+";
  font-size: 15px;
  color: #222;
  display: block;
  position: absolute;
  right: 10px;
  top: 13px;
}
.page-template-page-about-php .accordion dt.accordion-active:after {
  content: "-";
}
.page-template-page-about-php .accordion dd {
  display: none;
  margin: 15px 0;
}
.page-template-page-about-php .content-about {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-bottom: 50px;
}
.page-template-page-about-php .content-about .rightContent a {
  display: inline-block;
  margin: 10px 0;
  font-family: "archer_medium_italic", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-weight: bold;
}
.services-page {
  margin-bottom: 100px;
}
.services-page .service-list {
  text-align: center;
}
.services-page .service-list div {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0 10px 0;
  cursor: pointer;
  margin: 0;
  position: relative;
  font-weight: normal;
  display: inline-block;
  width: 41%;
  margin: 0 2%;
  padding: 15px 2% 10px;
  text-align: left;
}
.services-page .service-list div .price {
  font-weight: bold;
  margin-left: 20px;
}
.services-page h1 {
  margin: 15px 0;
}
.services-page h1 + p {
  margin-bottom: 15px;
}
.services-page dt {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 30px 10px 0;
  clear: both;
  cursor: pointer;
  margin: 0;
  position: relative;
  font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  color: #222222;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
}
.services-page dt.accordion-active {
  border-bottom: 0px solid #000;
}
.services-page dt:after {
  content: "+";
  font-size: 15px;
  color: #222;
  display: block;
  position: absolute;
  right: 10px;
  top: 13px;
}
.services-page dt.accordion-active:after {
  content: "-";
}
.services-page dd {
  display: none;
  margin: 0;
}
.services-page .block {
  margin: 30px 0;
}
.services-page .block table {
  width: 100%;
}
.services-page .block table tr {
  border-top: 1px dashed #ddd;
  display: block;
  position: relative;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
}
.services-page .block table tr td {
  width: 44%;
  display: inline-block;
  text-align: right;
  padding: 0 20px;
}
.services-page .block table tr td:nth-of-type(2) {
  text-align: left;
  font-weight: bold;
}
.services-page h2 {
  font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  color: #222222;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: normal;
  border-bottom: 1px solid #efefef;
  margin: 20px 0 0 0;
}
.services-page h3 {
  font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  color: #222222;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: normal;
  margin: 20px 0 0 0;
}
.services-page .excerpt.small {
  color: #333;
  font-size: 14px;
}
.services-page .service {
  border-top: 1px dashed #ddd;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  position: relative;
}
.services-page .service .details {
  float: left;
  width: 100%;
  margin-right: 5%;
}
.services-page .service .book {
  float: right;
  width: 25%;
  /* float: right; */
  text-align: right;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -6px;
}
.services-page .service strong {
  font-weight: bold;
}
.services-page .service p {
  margin: 2px 0 0 0;
}
.services-page .service p strong {
  font-weight: bold;
  margin: 0;
}
.services-page .service:last-of-type {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}
.services-page .service:last-of-type .book {
  margin-top: -11px;
}
.services-page .book a {
  background: black;
  color: #fff;
  font-family: "novecento", Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  border: 1px solid #000;
  padding: 3px 7px;
  letter-spacing: 1px;
  font-size: 11px;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.services-page .book a:hover {
  background-color: #efefef;
  color: #000;
  border: 1px solid #ddd;
}
.placeholder {
  color: #ddd;
}
select::-ms-expand {
  display: none;
}
.page-template-page-contact-php .contactForm {
  margin-bottom: 30px;
}
.page-template-page-contact-php .contactForm .leftContent {
  margin-top: 2%;
}
.page-template-page-contact-php .contactForm .leftContent h1 {
  font-family: "gotham_htfbook", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-size: 0.9em;
}
.page-template-page-contact-php .excerpt {
  color: #222;
  font-style: italic;
  font-size: 15px;
  -webkit-transition: color 0.5s 0s ease;
  -moz-transition: color 0.5s 0s ease;
  -o-transition: color 0.5s 0s ease;
  -ms-transition: color 0.5s 0s ease;
  transition: color 0.5s 0s ease;
}
.page-template-page-contact-php .contact-p {
  color: #000;
  font-family: "archer_medium_italic", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-size: 1.2em;
  margin-top: 15px;
}
.page-template-page-contact-php .contact-p strong,
.page-template-page-contact-php .contact-p a {
  color: #444;
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
}
.page-template-page-contact-php #map_canvas {
  height: 469px;
}
.page-template-page-contact-php form li {
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 4%;
  margin-top: 4%;
  float: left;
  position: relative;
}
.page-template-page-contact-php form li.second {
  margin-right: 0;
}
.page-template-page-contact-php form li.fullInput {
  width: 100%;
  margin-right: 0;
}
.page-template-page-contact-php form li input,
.page-template-page-contact-php form li select,
.page-template-page-contact-php form li textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: 40px;
  line-height: 20px;
  border: 1px solid #e5e5e5;
  font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-size: 14px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.page-template-page-contact-php form li input:hover,
.page-template-page-contact-php form li select:hover,
.page-template-page-contact-php form li textarea:hover {
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #bbb;
}
.page-template-page-contact-php form li input:focus,
.page-template-page-contact-php form li select:focus,
.page-template-page-contact-php form li textarea:focus {
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  border: 1px solid #bbb;
}
.page-template-page-contact-php form li select {
  padding: 10px 10px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.page-template-page-contact-php form li select .placeholder {
  color: #dddddd !important;
}
.page-template-page-contact-php form li input[type="submit"] {
  background-color: #fff;
  color: #000;
  width: 100px;
  line-height: 40px;
  height: 40px;
  float: right;
  text-transform: uppercase;
  border: 1px solid #000;
}
.page-template-page-contact-php form li input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
}
.page-template-page-contact-php form li .selectStyle {
  width: 100%;
  height: 40px;
  overflow: hidden;
  background: url(../img/selectArrow.png) no-repeat right #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.page-template-page-contact-php form li .selectStyle:hover {
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1);
}
.page-template-page-contact-php form li .selectStyle:focus {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  outline: none;
}
.page-template-page-contact-php form li label.show {
  color: #000;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 2px;
  display: block;
}
.page-template-page-contact-php form li .selectStyle select {
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
}
.page-template-page-contact-php form li textarea {
  padding: 10px;
  min-height: 140px;
  max-height: 140px;
  overflow: auto;
  resize: none;
}
.page-template-page-contact-php form li ::-webkit-input-placeholder {
  color: #ddd;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
.page-template-page-contact-php form li :-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
.page-template-page-contact-php form li ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
.page-template-page-contact-php form li :-ms-input-placeholder {
  color: #ddd;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
.page-template-page-contact-php form li label.error {
  position: absolute;
  right: 0;
  bottom: -16px;
  font-size: 10px;
  background-color: #000;
  color: #fff;
  padding: 2px 5px 1px 5px;
  text-transform: uppercase;
  font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}
.page-template-page-contact-php form li input.error,
.page-template-page-contact-php form li select.error,
.page-template-page-contact-php form li textarea.error {
  border-bottom: 3px solid #000;
}
.page-template-page-contact-php form .form-message {
  opacity: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0 ease;
  -moz-transition: opacity 0.5s 0 ease;
  -o-transition: opacity 0.5s 0 ease;
  -ms-transition: opacity 0.5s 0 ease;
  transition: opacity 0.5s 0 ease;
}
.page-template-page-contact-php form .form-message p {
  font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-size: 14px;
  color: #222;
  margin-top: 0;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #222;
}
.page-template-page-contact-php form .form-message p.error {
  border-bottom: 2px solid #d82222;
}
.page-template-page-contact-php form .form-message.show {
  opacity: 1;
  height: auto;
  width: 100%;
  visibility: visible;
}
.page-template-page-contact-php .contactAddress {
  padding: 30px 0 0 0;
  border-top: 1px solid #efefef;
  margin: 0 0 70px 0;
}
.page-template-page-contact-php .contactAddress .contact-p {
  font-family: "archer_medium_italic", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}
.page-template-page-contact-php .contactAddress .contact-p span {
  font-family: "gotham_htfbook", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  display: inline-block;
  margin: 10px 0 5px 0;
  text-transform: uppercase;
  font-size: .8em;
}
.page-template-page-contact-php .contactAddress .contact-p a {
  font-size: .9em;
}
.page-template-page-contact-php .contactAddress table {
  width: 100%;
}
.page-template-page-contact-php .contactAddress table tr td {
  width: 50%;
}
.page-template-page-contact-php .contactAddress table tr td:nth-of-type(1) {
  font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .9em;
}
.page-template-page-contact-php .contactAddress table tr td:nth-of-type(2) {
  font-family: "archer_medium_italic", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}
.last-circle {
  padding-top: 45px;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.more {
  display: block;
  width: 160px;
  margin: 0 auto;
  border: 1px solid #000000;
  text-transform: uppercase;
  text-align: center;
  font-family: 'GothamMedium';
  line-height: 50px;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s 0 ease-in-out;
  -moz-transition: all 0.3s 0 ease-in-out;
  -o-transition: all 0.3s 0 ease-in-out;
  -ms-transition: all 0.3s 0 ease-in-out;
  transition: all 0.3s 0 ease-in-out;
}
.no-touch .more:hover {
  color: #ffffff;
  background: #000;
}
body {
  opacity: 0;
  font-family: 'archer_pro';
  font-size: 16px;
  line-height: 20px;
  color: #222222;
}
body.ready {
  opacity: 1;
  -webkit-transition: all 1s 0 ease-in-out;
  -moz-transition: all 1s 0 ease-in-out;
  -o-transition: all 1s 0 ease-in-out;
  -ms-transition: all 1s 0 ease-in-out;
  transition: all 1s 0 ease-in-out;
}
body.ready h1.icon,
body.ready h1.logo {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
h1 {
  -webkit-transition: all 0.6s 0s ease-in-out;
  -moz-transition: all 0.6s 0s ease-in-out;
  -o-transition: all 0.6s 0s ease-in-out;
  -ms-transition: all 0.6s 0s ease-in-out;
  transition: all 0.6s 0s ease-in-out;
}
h1.icon {
  width: 140px;
  height: 140px;
  margin: 40px auto 23px;
  position: relative;
  background: url('../img/kimmy_ralph_icon.svg');
  background-size: 140px;
  opacity: 0.5;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
h1.icon a {
  width: 100%;
  height: 140px;
}
h1.logo {
  width: 220px;
  height: 42px;
  margin: 0 auto 35px;
  position: relative;
  background: url('../img/kimmy_ralph_logo.svg');
  background-size: 220px 42px;
  opacity: 0.5;
  -webkit-transform: translateY(-18px);
  -moz-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  -o-transform: translateY(-18px);
  transform: translateY(-18px);
}
h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -10000px;
}
header nav {
  height: 32px;
  clear: both;
  border-bottom: 1px solid #e5e5e5;
}
header nav .menu {
  z-index: 110;
  margin-top: 13px;
}
.sponsor {
  display: block;
  width: 100%;
  background: #000000;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
}
.sponsor p {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  font-family: 'archer_medium_italic';
  margin-bottom: 12px;
}
.sponsor ul {
  width: 100%;
  display: block;
  text-align: center;
}
.sponsor ul li {
  display: inline-block;
  float: none;
  margin: 20px 24px;
}
.sponsor ul li img {
  vertical-align: middle;
  display: inline;
}
.latest-posts article {
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}
.latest-posts article .post-thumb {
  width: 35%;
  display: inline-block;
}
.latest-posts article .post-thumb a {
  display: block;
  text-align: center;
}
.latest-posts article .post-content {
  width: 60%;
  display: inline-block;
}
.latest-posts article .post-content h3 {
  font-family: 'archer_medium_italic';
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.latest-posts article .post-content p {
  font-family: 'archer_pro';
  font-size: 1em;
}
.latest-posts article .post-content p a.excerpt-read-more {
  font-family: "archer_medium_italic", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-weight: bold;
}
.latest-posts article .post-content .post-infos {
  margin-top: 20px;
  line-height: 0.7em;
}
.latest-posts article .post-content .post-infos span {
  margin: 0 20px 0 0;
  font-family: "GothamLight", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-size: .8em;
}
.latest-posts article .post-content .post-infos span strong {
  font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}
.slider .rsText h2 {
  color: #ffffff;
  font-family: 'gotham_htfbook';
  font-size: 44px;
  line-height: 50px;
  text-align: left;
}
.slider .rsText a {
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: 25px 0;
  -webkit-transition: all 0.3s 0 ease-in-out;
  -moz-transition: all 0.3s 0 ease-in-out;
  -o-transition: all 0.3s 0 ease-in-out;
  -ms-transition: all 0.3s 0 ease-in-out;
  transition: all 0.3s 0 ease-in-out;
}
.no-touch .slider .rsText a:hover {
  -webkit-transition: all 0.3s 0 ease-in-out;
  -moz-transition: all 0.3s 0 ease-in-out;
  -o-transition: all 0.3s 0 ease-in-out;
  -ms-transition: all 0.3s 0 ease-in-out;
  transition: all 0.3s 0 ease-in-out;
  background: #ffffff;
  color: #000000;
}
.no-touch .slider .rsText a:hover span {
  color: #000000;
}
.insta {
  width: 100%;
  display: inline-block;
  margin: 20px 0 20px 0;
}
.insta h3 {
  font-family: "archer_medium_italic", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-size: 1.5em;
  text-align: center;
}
.insta #instafeed {
  width: 100%;
  margin: 40px auto;
}
.insta #instafeed a {
  margin: 0 8px;
}
.insta #instafeed a img {
  max-width: 140px;
}
footer {
  position: relative;
}
footer .footer {
  position: relative;
  background: #000000;
  clear: both;
  overflow: hidden;
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
footer .footer .wrapper {
  max-width: 855px;
  margin: 0 auto;
}
footer .footer .wrapper .footer-top {
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}
footer .footer .wrapper .footer-top .address {
  text-align: right;
  display: block;
  width: 69%;
}
footer .footer .wrapper .footer-top .address #address-top {
  font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  text-transform: uppercase;
}
footer .footer .wrapper .footer-top .address #address-top a {
  font-size: .7em;
  color: #fff;
  font-weight: normal;
}
footer .footer .wrapper .footer-top .address #address-bottom {
  font-family: 'archer_pro';
  font-size: 1em;
  font-style: italic;
  width: 100%;
}
footer .footer .wrapper .footer-top .bookAppointment {
  font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-left: 20px;
  margin-top: 0;
  width: 28%;
}
footer .footer .wrapper .footer-top .bookAppointment a {
  color: white;
  display: block;
  padding: 15px 25px;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
footer .footer .wrapper .footer-top .bookAppointment a:hover {
  background: #fff;
  color: black;
}
.address {
  clear: both;
  overflow: hidden;
  display: block;
}
.address .footer-copyright {
  position: relative;
  bottom: 5px;
  text-align: center;
  width: 100%;
  color: black;
  z-index: 0;
}
.address .copyright-wrapper {
  margin: 20px auto;
}
.footer.sticky {
  position: fixed;
  bottom: 0px;
}
.footer.not-sticky {
  position: absolute;
  bottom: 60px;
}
.wrapper.copyright {
  position: absolute;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
}
/*!
* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.datepicker {
  background-color: #fff;
  position: absolute;
  padding: 4px;
  direction: ltr;
  border: solid 1px #e5e5e5;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e5e5e5;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #e5e5e5;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-repeat: repeat-x;
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #000;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #000;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #000;
  color: #fff;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #000;
  color: #fff;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #000;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #000;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #000;
  color: #fff;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #000;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #000;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/* =============================================================================
Media Queries
========================================================================== */
.show-desktop {
  display: table;
}
.show-desktop-inline {
  display: inline;
}
.show-mobile {
  display: none;
}
#toggle,
.toggle {
  display: none;
}
@media screen and (min-height: 951px) {
  .main {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 960px) {
  .wrapper-padding {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  header {
    margin: 0 15px;
  }
  nav .menu li {
    padding: 0 7.3% 0 7.3%;
  }
  .logo {
    margin: 25px auto 35px auto;
  }
  .logo img {
    width: 200px;
    height: 200px;
  }
  .sliderNav {
    margin-top: 5px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .slider .rsText h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .slider .rsText a {
    margin-top: 25px;
  }
  .slider .rsText p {
    margin-top: 10px;
  }
  .slider .rsText.textRight {
    right: 20px;
    left: inherit;
  }
  .blog-content .navigation span {
    margin-bottom: 2px;
  }
  .blog-content .navigation span.article-name {
    display: none;
  }
  .latest-posts article .post-thumb {
    width: 35%;
    display: inline-block;
    margin-right: 15px;
  }
  footer .footer {
    background: #000000;
    clear: both;
    overflow: hidden;
    color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  footer .footer .wrapper {
    max-width: 855px;
    margin: 0 auto;
  }
  footer .footer .wrapper .footer-top {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
  }
  footer .footer .wrapper .footer-top .address {
    text-align: right;
    display: block;
    width: 68%;
  }
  footer .footer .wrapper .footer-top .address #address-top {
    font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    width: 100%;
    display: block;
    text-transform: uppercase;
  }
  footer .footer .wrapper .footer-top .address #address-top a {
    font-size: .7em;
    color: #fff;
    font-weight: normal;
  }
  footer .footer .wrapper .footer-top .address #address-bottom {
    font-family: 'archer_pro';
    font-size: 1em;
    font-style: italic;
    width: 100%;
  }
  footer .footer .wrapper .footer-top .bookAppointment {
    font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-left: 20px;
    margin-top: 0;
    width: 29%;
  }
  footer .footer .wrapper .footer-top .bookAppointment a {
    color: white;
    display: block;
    padding: 15px 0px;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    -ms-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
  }
  footer .footer .wrapper .footer-top .bookAppointment a:hover {
    background: #fff;
    color: black;
  }
}
@media screen and (max-width: 960px) {
  .insta #instafeed {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .insta #instafeed a {
    margin: 0 7px;
    width: 14%;
    display: inline-block;
  }
  .insta #instafeed a img {
    max-width: 100%;
    height: auto;
  }
  .sponsor ul li {
    margin: 20px 14px;
  }
}
@media screen and (max-width: 780px) {
  .services-page .block table tr td {
    width: 42%;
  }
  .main {
    margin-top: 0;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
  }
  nav .menu li {
    padding: 0 6.3% 0 6.3%;
  }
  .rsText {
    margin-left: 3.5%;
    margin-top: 4.5%;
  }
  .rsText h2 {
    font-size: 24px;
    line-height: 48px;
  }
  .rsText a {
    margin-top: 20px;
  }
  .rsText p {
    margin-top: 10px;
  }
  .rsText p.smaller {
    display: none !important;
  }
  .rsText.textRight {
    right: 15px;
    left: inherit;
  }
  .latest-post article .post-thumb {
    margin: 0 10px 0 10px;
  }
  .home .insta #instafeed {
    display: block;
    max-width: 620px;
  }
  .home .insta #instafeed a {
    margin: 0 3px 7px;
    display: inline-block;
    width: auto;
  }
  .sponsor {
    margin-top: 10px;
    padding: 0;
  }
  .sponsor ul {
    margin-bottom: 0px;
  }
  .sponsor ul li {
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 20px 5px;
  }
  .sponsor ul li img {
    vertical-align: middle;
  }
  footer .footer {
    background: #000000;
    clear: both;
    overflow: hidden;
    color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  footer .footer .wrapper {
    max-width: 855px;
    margin: 0 auto;
  }
  footer .footer .wrapper .footer-top {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
  }
  footer .footer .wrapper .footer-top .address {
    text-align: right;
    display: block;
    width: 100%;
  }
  footer .footer .wrapper .footer-top .address #address-top {
    font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    width: 100%;
    display: block;
    text-transform: uppercase;
  }
  footer .footer .wrapper .footer-top .address #address-top a {
    font-size: .7em;
    color: #fff;
    font-weight: normal;
  }
  footer .footer .wrapper .footer-top .address #address-bottom {
    font-family: 'archer_pro';
    font-size: 1em;
    font-style: italic;
    width: 100%;
  }
  footer .footer .wrapper .footer-top .bookAppointment {
    font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-left: 20px;
    margin-top: 15px;
    width: 100%;
  }
  footer .footer .wrapper .footer-top .bookAppointment a {
    color: white;
    display: block;
    padding: 15px 0px;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    -ms-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
  }
  footer .footer .wrapper .footer-top .bookAppointment a:hover {
    background: #fff;
    color: black;
  }
  .page-template-page-contact-php .contactForm {
    margin-bottom: 30px;
  }
  .page-template-page-contact-php .contactForm .leftContent {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .page-template-page-contact-php .contactForm .rightContent {
    float: none;
    width: 100%;
    margin: 0;
  }
  .page-template-page-contact-php .contactAddress {
    padding: 30px 500px 0 500px;
    border-top: 1px solid #efefef;
    margin: 0 -485px;
  }
  .page-template-page-contact-php form li {
    width: 47.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5%;
    margin-top: 5%;
    float: left;
    position: relative;
  }
  .page-template-page-contact-php form li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .page-template-page-contact-php form li:nth-of-type(1),
  .page-template-page-contact-php form li:nth-of-type(2) {
    margin-top: 10px;
  }
  .page-template-page-contact-php form li.fullInput {
    width: 100%;
    margin-right: 0;
  }
  .page-template-page-contact-php form li input[type="submit"] {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    width: 150px;
    line-height: 40px;
    height: 40px;
  }
  footer .footer .wrapper .footer-top {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
  }
  footer .footer .wrapper .footer-top .address {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
  }
  footer .footer .wrapper .footer-top .address #address-top {
    width: 100%;
    display: block;
    letter-spacing: 0.1em;
    font-size: .8em;
  }
  footer .footer .subscribe {
    margin: 0 auto 0 auto;
    float: none;
    clear: both;
    height: 30px;
  }
  footer .footer .mailchimp-message {
    float: none;
  }
  footer .footer .mailchimp-message p {
    font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 14px;
    color: #222;
    margin-top: 0;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid #222;
  }
  footer .footer .mailchimp-message p.error {
    border-bottom: 2px solid #d82222;
  }
  footer .footer .mailchimp-message.show {
    opacity: 1;
    height: auto;
    width: 325px;
    visibility: visible;
    margin: 15px auto 25px auto;
  }
}
@media screen and (max-width: 750px) {
  .services-page .service-list div {
    width: auto;
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .slider .rsText h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .main {
    margin-top: 0;
    padding-top: 15px;
    margin-bottom: 100px;
    border-top: 1px solid #e5e5e5;
  }
  nav .menu li {
    padding: 0 6.2% 0 6.2%;
  }
  nav .menu li a {
    font-size: 13px;
  }
  footer .footer .wrapper .footer-top .address {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
  }
  .insta #instafeed {
    max-width: 100%;
  }
  .insta #instafeed a {
    margin: 10px 0px;
    display: inline-block;
    width: 24%;
  }
  .insta #instafeed a img {
    max-width: 100%;
    height: auto;
  }
  .sponsor {
    margin-top: 10px;
    padding: 20px 0;
  }
  .sponsor ul {
    margin-bottom: 6px;
  }
  .sponsor ul li {
    display: block;
    width: 100%;
    margin: 20px 5px;
  }
  .services-page .block table tr td {
    width: 42%;
  }
}
@media screen and (max-width: 580px) {
  .services-page .block table tr td {
    width: 35%;
  }
  .show-mobile {
    display: table;
  }
  .show-desktop,
  .show-desktop-inline {
    display: none;
  }
  .leftContent {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .rightContent {
    float: none;
    width: 100%;
    margin: 0;
  }
  .main {
    margin-top: 0;
    padding-top: 15px;
    margin-bottom: 0;
    border-top: 1px solid #e5e5e5;
  }
  .page-template-page-about-php .main,
  .page-template-page-home-php .main {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .logo {
    margin: 20px auto;
    clear: both;
  }
  .logo img.icon {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
  }
  .logo img.logoB {
    width: 270px;
    height: 90px;
    margin: 0 auto;
    display: block;
  }
  nav {
    height: 45px!important;
    width: 100%;
    float: left;
    position: relative;
    font-size: 20px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .menu {
    height: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 46px;
    z-index: 2;
    padding: 0;
    -webkit-transition: height 0.2s ease, opacity 0.2s ease;
    -moz-transition: height 0.2s ease, opacity 0.2s ease;
    -o-transition: height 0.2s ease, opacity 0.2s ease;
    -ms-transition: height 0.2s ease, opacity 0.2s ease;
    transition: height 0.2s ease, opacity 0.2s ease;
  }
  .menu ul {
    float: none;
  }
  nav .menu .menu-item {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    background-image: none;
    position: relative;
  }
  nav .menu .menu-item:after {
    content: "·";
    font-size: 20px;
    color: #000;
    display: block;
    position: absolute;
    right: 10px;
    top: 3px;
  }
  nav .menu .menu-item:hover:after {
    color: #fff;
  }
  nav .menu .menu-item.current_page_item {
    border-bottom: 1px solid #000;
  }
  nav .menu .menu-item.current_page_item a {
    font-weight: normal;
  }
  nav .menu .menu-item a {
    background-color: rgba(255, 255, 255, 0.95);
    color: #000;
    display: block;
    width: 100%;
    padding: 8px 10px;
    text-align: left;
    font-size: 14px;
    border: 0;
  }
  nav .menu .menu-item a:hover {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
  }
  .toggle {
    display: block;
    position: absolute;
    top: 0;
    width: 75px;
    padding: 0 10px;
    height: 46px;
    line-height: 45px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease ease-in-out;
    -moz-transition: all 0.3s ease ease-in-out;
    -o-transition: all 0.3s ease ease-in-out;
    -ms-transition: all 0.3s ease ease-in-out;
    transition: all 0.3s ease ease-in-out;
  }
  .toggle:hover {
    background-color: #000;
  }
  .toggle:hover span {
    border-top: 8px solid #fff;
  }
  .toggle span {
    float: right;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    margin-top: 17px;
  }
  #toggle:checked ~ .menu {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: height 0.2s ease, opacity 0.5s ease;
    -moz-transition: height 0.2s ease, opacity 0.5s ease;
    -o-transition: height 0.2s ease, opacity 0.5s ease;
    -ms-transition: height 0.2s ease, opacity 0.5s ease;
    transition: height 0.2s ease, opacity 0.5s ease;
  }
  .toggle:after {
    content: 'Menu';
    font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    width: 70px;
    text-align: left;
    color: #000;
  }
  .toggle:hover:after {
    color: #fff;
  }
  #toggle:checked + .toggle:after {
    content: 'Close';
    color: #fff;
  }
  #toggle:checked + .toggle {
    background-color: #000;
  }
  #toggle:checked + .toggle span {
    float: right;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    border-top: 0;
    margin-top: 17px;
  }
  .social li {
    height: 45px;
    padding: 0 15px;
    border-left: #e5e5e5 solid 1px;
  }
  .social li span {
    margin: 0;
    margin-top: 12px;
  }
  header {
    padding-bottom: 0;
    border-bottom: none;
    margin: 0;
  }
  .slider {
    margin: 0;
    height: auto;
  }
  .slider.wrapper-padding {
    padding: 0;
    margin: 0;
  }
  .slider.wrapper-padding .rsOverflow {
    width: 100% !important;
  }
  .slider.wrapper-padding .rsOverflow img {
    width: 100%;
  }
  .rsContent,
  .rsSlide,
  .slider,
  .rsText,
  .rsContainer,
  .rsOverflow {
    height: auto !important;
    position: relative;
    clear: both;
    overflow: hidden;
  }
  .slider .rsText {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  .slider .rsText h2 {
    color: #000;
    text-align: center;
  }
  .slider .rsText h2 span {
    width: 100%;
    display: inline-block;
  }
  .slider .rsText a {
    width: 57%;
    font-size: 1em;
    border-color: black;
    color: black;
    font-weight: bold;
    margin: 40px auto;
  }
  .slider .rsText a span {
    margin: 0 10px;
    color: black;
  }
  .slider .rsText p {
    display: none !important;
    margin-top: 0px;
    font-size: 13px;
  }
  .slider .rsText p.smaller {
    display: none !important;
  }
  .slider .rsText.textRight {
    right: 6px;
    left: inherit;
  }
  .blogTeasers {
    margin-top: 40px;
  }
  .blogTeasers article {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .blogTeasers article:last-child {
    margin-bottom: 0;
  }
  .blogTeasers article header {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
  }
  .home .latest-posts {
    width: 90%;
    margin: 0 auto;
  }
  .home .latest-posts article {
    border: none;
    margin: 0px 0 20px 0;
    padding: 0;
  }
  .home .latest-posts article .post-thumb,
  .home .latest-posts article .post-content {
    width: 100%;
  }
  .home .latest-posts article .post-content {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 15px 0;
    padding: 10px 0;
  }
  .home .page-navigation {
    margin: 0;
    padding: 0;
    border: none;
  }
  .page-template-page-about-php .excerpt {
    margin-top: 10px;
  }
  .page-template-page-about-php .rsText {
    width: auto;
  }
  .page-template-page-about-php .rsText p {
    display: block !important;
    font-size: 13px;
    padding: 0;
    margin-left: 10%;
  }
  .page-template-page-about-php .rsText p a {
    font-size: 14px;
  }
  .page-template-page-about-php .sliderCirlce {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 25px;
  }
  .page-template-page-about-php .sliderCirlce span {
    font-size: 15px;
  }
  .page-template-page-about-php .sliderTextLeft {
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -68px;
  }
  .page-template-page-about-php .sliderTextRight {
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -68px;
  }
  .blog-content .sidebar .widget {
    padding-bottom: 20px;
  }
  .services-page .service .details {
    width: 100%;
  }
  .services-page .service .book {
    width: 80px;
  }
  .services-page .service .book a {
    font-size: 9px;
  }
  .page-template-page-contact-php .contactForm {
    margin-bottom: 30px;
  }
  .page-template-page-contact-php .contactAddress {
    padding: 0;
    border-top: 1px solid #efefef;
    margin: 0;
  }
  .page-template-page-contact-php .contactAddress .leftContent {
    text-align: center;
  }
  .page-template-page-contact-php .contactAddress .contact-p span {
    margin: 10px 0 5px 0;
  }
  .page-template-page-contact-php form li {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 6%;
    float: none;
    position: relative;
  }
  .page-template-page-contact-php form li.fullInput {
    width: 100%;
    margin-right: 0;
  }
  .page-template-page-contact-php form li:nth-of-type(1),
  .page-template-page-contact-php form li:nth-of-type(2) {
    margin-top: 6%;
  }
  .page-template-page-contact-php form li input[type="submit"] {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    width: 150px;
    line-height: 40px;
    height: 40px;
    display: table;
    margin: 0 auto;
    float: none;
  }
  .page-template-page-contact-php table {
    margin-top: 5px;
  }
  .page-template-page-contact-php table tr td {
    padding: 0 10px;
  }
  .page-template-page-contact-php table tr td:nth-of-type(1) {
    text-align: right;
    text-transform: uppercase;
    font-family: "GothamMedium", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    font-size: 0.9em;
  }
  .page-template-page-contact-php table tr td:nth-of-type(2) {
    text-align: left;
    font-family: "archer_medium_italic", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  }
  .blog-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  .blog-content .leftContent {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  .blog-content .sidebar {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    margin-top: 30px;
  }
  .blog-content .page-navigation {
    border: none;
    margin: 15px 0;
    padding: 0;
  }
  footer .footer {
    position: relative;
  }
  footer .footer .wrapper .footer-top {
    margin: 0 0 20px 0;
  }
  footer .footer .wrapper .footer-top .address {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    display: block;
    float: left;
  }
  footer .footer .wrapper .footer-top .address #address-top {
    font-size: 0.8em;
    line-height: 1.8em;
    letter-spacing: 0.2em;
    display: inline;
  }
  footer .footer .wrapper .footer-top .address #address-top .clear {
    clear: both;
    width: 100%;
    display: block;
  }
  footer .footer .wrapper .footer-top .address #address-bottom {
    float: left;
  }
  footer .footer .wrapper .footer-top .address #address-bottom .clear {
    clear: both;
    width: 100%;
    display: block;
  }
  footer .footer .wrapper .footer-top .bookAppointment {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto;
    width: 70%;
  }
  footer .subscribe {
    width: 97%;
  }
  footer .subscribe input[type="submit"] {
    padding: 6px 4px;
  }
  footer span.copyright-text {
    display: block;
  }
  footer .seperator.first {
    display: none;
  }
  footer .mailchimp-message.show {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .show-mobile {
    display: block;
  }
  .show-desktop {
    display: none;
  }
  .rsText {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  .rsText h2 span {
    width: 100%;
    display: inline-block;
  }
  .rsText a {
    margin-top: 30px;
    width: 57%;
    font-size: 1em;
    border-color: black;
    color: black;
    font-weight: bold;
  }
  .rsText a span {
    margin: 0 10px;
    color: black;
  }
  .rsText p {
    display: none !important;
    margin-top: 0px;
    font-size: 13px;
  }
  .rsText p.smaller {
    display: none !important;
  }
  .rsText.textRight {
    right: 6px;
    left: inherit;
  }
  .slider {
    margin: 0;
  }
  .slider.wrapper-padding {
    padding: 0;
    margin: 0;
  }
  .slider.wrapper-padding .rsOverflow {
    width: 100% !important;
  }
  .slider.wrapper-padding .rsOverflow img {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .rsText {
    margin-top: 0;
  }
  .slider {
    margin: 0;
  }
  .slider.wrapper-padding {
    padding: 0;
    margin: 0;
  }
  .slider.wrapper-padding .rsOverflow {
    width: 100% !important;
  }
  .slider.wrapper-padding .rsOverflow img {
    width: 100%;
  }
}
@media screen and (max-height: 950px) {
  .footer.sticky {
    position: relative;
    bottom: 0px;
  }
  .wrapper.copyright {
    position: relative;
  }
}
@media screen and (max-width: 680px) {
  .footer.sticky {
    position: relative;
    bottom: 0px;
  }
  .wrapper.copyright {
    position: relative;
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
