@charset "UTF-8";
/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important; }

/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important; }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-tile-pane {
  z-index: 2; }

.leaflet-objects-pane {
  z-index: 3; }

.leaflet-overlay-pane {
  z-index: 4; }

.leaflet-shadow-pane {
  z-index: 5; }

.leaflet-marker-pane {
  z-index: 6; }

.leaflet-popup-pane {
  z-index: 7; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-clickable {
  cursor: pointer; }

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-control-zoom-out {
  font-size: 20px; }

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px; }

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  bbbackground: #000; }

#colorbox {
  outline: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  bborder: 1px solid #cacaca;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/*
#cboxTopLeft{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat 0 0;}
#cboxTopCenter{height:25px; background:url(../images/colorbox/border1.png) repeat-x 0 -50px;}
#cboxTopRight{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat -25px 0;}
#cboxBottomLeft{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat 0 -25px;}
#cboxBottomCenter{height:25px; background:url(../images/colorbox/border1.png) repeat-x 0 -75px;}
#cboxBottomRight{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat -25px -25px;}
#cboxMiddleLeft{width:25px; background:url(../images/colorbox/border2.png) repeat-y 0 0;}
#cboxMiddleRight{width:25px; background:url(../images/colorbox/border2.png) repeat-y -25px 0;}
*/
#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

/*
#cboxLoadedContent{margin-bottom:20px;}
*/
#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999; }

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999; }

#cboxLoadingOverlay {
  background: #fff url(../images/colorbox/loading.gif) no-repeat 5px 5px; }

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0; }

/*
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
*/
#cboxClose {
  position: absolute;
  top: 25px;
  right: 20px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/colorbox/x-inactive.png") no-repeat 50% 50%;
  text-indent: -9999px;
  overflow: hidden; }

#cboxClose:hover {
  background-image: url("../images/colorbox/x-active.png"); }

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight {
  display: none; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
*/
/* 
	Font Awesome 
	4.3.0 
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.navobile-mobile-only {
  display: none; }

#navobile-device-pixel {
  width: 0; }

@media screen and (min-width: 0px) and (max-width: 800px) {
  html,
  body.navobile-bound {
    overflow: hidden;
    height: auto;
    width: 100%; }
  html {
    overflow-y: scroll; }
  .overflowscrolling {
    -webkit-overflow-scrolling: touch; }
  #navobile-device-pixel {
    width: 1px; }
  .navobile-mobile-only {
    display: block; }
  .navobile-desktop-only {
    display: none; }
  .navobile-navigation {
    height: 100%;
    left: -100%;
    overflow: auto;
    position: absolute;
    top: -100%;
    width: 80%;
    z-index: -1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .navobile-navigation--rtl {
    left: auto;
    right: -100%; }
  .navobile-bound .navobile-navigation {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1; }
  .navobile-bound .navobile-navigation--rtl {
    left: auto;
    right: 0; }
  .navobile-navigation ul {
    overflow: hidden; }
  .navobile-navigation li {
    float: none;
    overflow: hidden; }
  .navobile-content {
    position: relative;
    z-index: 3;
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -ms-transform 0.2s linear;
    -ms-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear; }
  .csstransforms #content.navobile-content-hidden {
    -webkit-transform: translateX(80%);
    -moz-transform: translateX(80%);
    -ms-transform: translateX(80%);
    -o-transform: translateX(80%);
    transform: translateX(80%); }
  .csstransforms #content.navobile-content--rtl.navobile-content-hidden {
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    -o-transform: translateX(-80%);
    transform: translateX(-80%); } }

.navobile-content {
  background: #fff; }

.navobile-navigation {
  background: #eee; }

/*

.navobile-content-hidden
{
	position:relative;
}
.navobile-content-hidden:after
{
	content:'';
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);

	-webkit-box-shadow:inset 1px 0 2px 0 rgba(0,0,0,0.5), inset 3px 0 15px 0 rgba(0,0,0,0.25);
	-moz-box-shadow:inset 1px 0 2px 0 rgba(0,0,0,0.5), inset 3px 0 15px 0 rgba(0,0,0,0.25);
	box-shadow:inset 1px 0 2px 0 rgba(0,0,0,0.5), inset 3px 0 15px 0 rgba(0,0,0,0.25);
}

*/
/*
cleanslate.css
inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:focus {
  outline: none;
  outline: 0; }

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, font, 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, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* 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; }

/*
	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;
  line-height: 1; }

/*  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 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;
}
*/
/*
	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
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* ==========================================================================
   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: default;
  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"] {
  box-sizing: border-box;
  /* 1 */
  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+.
*/
:-moz-focus-inner,
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.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale; }

body {
  text-align: center;
  font-size: 10px;
  font-family: "Open Sans", "Arial", "Verdana", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  color: #000; }

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

.cl:after {
  clear: both; }

.cl {
  zoom: 1;
  /*For IE 6/7 (trigger hasLayout)*/ }

#content {
  margin: 0 auto;
  position: relative; }

.wrap {
  width: 100%;
  max-width: 1085px;
  text-align: left;
  margin: 0 auto; }

a:hover {
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s; }

.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1001; }
  .page-overlay.open {
    display: block; }

.relative_wrap {
  position: relative; }

.push_up {
  position: relative;
  z-index: 999;
  margin: -24% 0 4% 0;
  padding: 0 7%; }

.fl {
  float: left; }

.fr {
  float: right; }

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none; }

#section-header {
  background: #fff; }

/* cart session block */
#block-session-cart {
  float: right;
  margin: 0 0 0 3em; }

/* search */
#search-box {
  float: right; }

/* debug */
.igoo-message {
  margin: 1em 0;
  display: block;
  background: #fee;
  padding: 1em; }
  .igoo-message p {
    display: block;
    color: #c00;
    font-size: 120%; }
    .igoo-message p a {
      display: inline-block;
      color: #c00; }

.entry_content {
  padding: 40px 13%; }
  .entry_content p {
    font-size: 140%;
    line-height: 1.4em;
    margin-bottom: 1.3em; }
  .entry_content a {
    color: #ff9d5d; }
    .entry_content a:focus, .entry_content a:hover {
      color: #ddd; }
  .entry_content ul {
    font-size: 140%;
    line-height: 1.4em;
    margin-bottom: 1.3em;
    padding: 0 10px; }
    .entry_content ul li {
      background: url(../images/bullet.png) no-repeat 0 10px;
      padding: 0 10px; }
  .entry_content ol {
    font-size: 140%;
    line-height: 1.4em;
    margin-bottom: 1.3em;
    padding: 0 10px;
    list-style-type: decimal;
    list-style-position: inside; }
    .entry_content ol li {
      padding: 0 10px; }
  .entry_content img {
    display: block;
    margin: 0 auto; }
    .entry_content img.alignleft {
      float: left;
      margin: 0 20px 20px 0; }
    .entry_content img.alignright {
      float: right;
      margin: 0 0 20px 20px; }
    .entry_content img.aligncenter {
      display: block;
      margin: 0 auto; }

.gform_wrapper {
  margin: 2% 0 4% 0; }
  .gform_wrapper form {
    border: solid 1px #595a5a; }
    .gform_wrapper form .gform_fields .gfield_label {
      display: block;
      color: #fff;
      background-color: #595a5a;
      line-height: 1.4;
      text-transform: uppercase;
      font-size: 160%;
      padding: 15px 8px; }
      @media only screen and (min-width: 768px) {
        .gform_wrapper form .gform_fields .gfield_label {
          padding: 30px 15px; } }
      @media only screen and (min-width: 1250px) {
        .gform_wrapper form .gform_fields .gfield_label {
          height: 90px;
          font-size: 220%;
          padding: 0;
          line-height: 90px; } }
    .gform_wrapper form .gform_fields .ginput_container ul li {
      display: block;
      width: 100%;
      border-bottom: solid 1px #595a5a;
      line-height: 90px;
      background-color: #fff; }
      @media only screen and (min-width: 1250px) {
        .gform_wrapper form .gform_fields .ginput_container ul li {
          height: 90px; } }
      .gform_wrapper form .gform_fields .ginput_container ul li:focus, .gform_wrapper form .gform_fields .ginput_container ul li:hover, .gform_wrapper form .gform_fields .ginput_container ul li.active {
        color: #fff;
        background-color: #000; }
      .gform_wrapper form .gform_fields .ginput_container ul li label {
        display: block;
        width: 100%;
        font-size: 160%;
        line-height: 1.4;
        cursor: pointer;
        padding: 15px 8px; }
        @media only screen and (min-width: 768px) {
          .gform_wrapper form .gform_fields .ginput_container ul li label {
            padding: 30px 15px; } }
        @media only screen and (min-width: 1250px) {
          .gform_wrapper form .gform_fields .ginput_container ul li label {
            font-size: 200%;
            float: left;
            line-height: 90px;
            padding: 0; } }
      .gform_wrapper form .gform_fields .ginput_container ul li input {
        display: none; }

.gform_button {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #EFADB5;
  height: 90px;
  line-height: 90px;
  text-transform: uppercase;
  font-size: 220%;
  font-family: "Open Sans", "Arial", "Verdana", sans-serif;
  font-weight: 300; }
  .gform_button:focus, .gform_button:hover {
    background-color: #63c15c;
    /*GREEN*/ }

/*ERRORS*/
.validation_error {
  display: none; }

.gform_wrapper ul .gfield_error .validation_message {
  border: none;
  color: red;
  font-size: 120%;
  padding: 2% 0; }

.grid .post {
  float: left;
  display: block;
  width: 25%;
  padding: 2em;
  overflow: hidden; }

.grid_row_links {
  border: solid 1px #363636;
  border-width: 1px 0; }
  .grid_row_links li {
    float: left;
    width: 50%; }
    .grid_row_links li a {
      display: block;
      line-height: 90px;
      height: 90px;
      color: #000;
      font-size: 150%; }
      .grid_row_links li a:focus, .grid_row_links li a:hover {
        color: #fff;
        background-color: #000; }
      @media only screen and (min-width: 1400px) {
        .grid_row_links li a {
          font-size: 200%; } }
  .grid_row_links .grid_book {
    border-right: solid 1px #363636; }

.grid_row {
  width: 100%; }

.grid_item {
  position: relative;
  float: left;
  border: solid 1px #363636;
  border-width: 0 1px 1px 0;
  min-height: 300px;
  width: 100%; }
  @media screen and (min-width: 490px) {
    .grid_item {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .grid_item {
      min-height: 425px; } }
  @media only screen and (min-width: 1400px) {
    .grid_item {
      padding-bottom: 25%;
      width: 25%;
      height: 0; } }
  .grid_item:focus .bottom_text, .grid_item:hover .bottom_text {
    background-color: #fedfe2; }
  .grid_item.wide_item {
    width: 100%; }
    @media only screen and (min-width: 1400px) {
      .grid_item.wide_item {
        width: 50%; } }
  .grid_item.full {
    width: 100%;
    border-bottom: 0; }
  .grid_item.grid_just_background {
    display: none; }
    @media only screen and (min-width: 1400px) {
      .grid_item.grid_just_background {
        display: block; } }
  .grid_item .grid_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }
  .grid_item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15%;
    z-index: 99;
    background: url(../images/overlay_img_left.png) 100% 100% no-repeat; }
  .grid_item .bottom_text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: solid 1px #363636;
    z-index: 10;
    line-height: 77px;
    height: 77px;
    text-transform: uppercase;
    font-size: 200%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000; }
  .grid_item .brand_icn {
    position: absolute;
    z-index: 10;
    right: 1%;
    top: 3%; }
  .grid_item .feature_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 80%;
    border: solid 1px #363636;
    background-color: rgba(255, 255, 255, 0.6);
    display: block; }
    @media only screen and (min-width: 1400px) {
      .grid_item .feature_box {
        top: 20%;
        left: 10%;
        height: 60%;
        transform: none; } }
    @media only screen and (min-width: 1400px) {
      .grid_item .feature_box .feature_box_house {
        position: relative;
        width: 100%;
        height: 100%;
        float: left; } }
    .grid_item .feature_box .feature_box_house:focus span, .grid_item .feature_box .feature_box_house:hover span {
      background-color: #fedfe2; }
    .grid_item .feature_box .feature_box_house h3 {
      display: block;
      font-size: 250%;
      color: #000;
      text-transform: uppercase;
      padding: 5%; }
      @media only screen and (min-width: 1400px) {
        .grid_item .feature_box .feature_box_house h3 {
          font-size: 430%; } }
    .grid_item .feature_box .feature_box_house p {
      padding: 0 5% 5%;
      color: #000;
      font-size: 140%;
      line-height: 1.4em; }
      @media only screen and (min-width: 1400px) {
        .grid_item .feature_box .feature_box_house p {
          padding: 0 5%; } }
    .grid_item .feature_box .feature_box_house span {
      border-top: solid 1px #363636;
      z-index: 10;
      line-height: 77px;
      height: 77px;
      text-transform: uppercase;
      font-size: 150%;
      background-color: rgba(255, 255, 255, 0.9);
      color: #000;
      display: block; }
      @media only screen and (min-width: 1400px) {
        .grid_item .feature_box .feature_box_house span {
          position: absolute;
          width: 100%;
          bottom: 0;
          left: 0;
          font-size: 200%; } }
    .grid_item .feature_box .size-small {
      display: none; }

.grad_overlay {
  position: absolute;
  z-index: 10;
  width: 80%;
  height: auto;
  left: 10%;
  top: 20%; }

.grid_feature_brand {
  position: absolute;
  z-index: 10;
  width: 70%;
  height: auto;
  left: 15%;
  bottom: 35%; }

.grid_house {
  border: solid 1px #878787;
  border-width: 1px  0 0 1px; }

.content_grid {
  width: 100%;
  padding: 0 7%;
  z-index: 999;
  margin: -25% 0 0 0;
  position: relative; }

.content_grid_item {
  position: relative;
  float: left;
  width: 50%;
  padding-bottom: 45%;
  height: 0;
  cursor: pointer;
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    .content_grid_item {
      width: 33.3%;
      padding-bottom: 30%; } }
.page-template-default .grid_row_links li a:hover {
  color: #fff;
  background-color: #000; }

#container {
  text-align: left;
  width: 960px;
  margin: 0 auto;
  font-size: 10px; }

.shop_table {
  clear: both;
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin: 0 0 20px 0; }

.shop_table > thead > tr > th,
.shop_table > tbody > tr > td,
.shop_table > tfoot > tr > th,
.shop_table > tfoot > tr > td {
  border: 1px solid #ddd;
  padding: 1em;
  background: #fff;
  font-size: 120%; }

.shop_table > thead th {
  font-weight: bold;
  font-size: 140% !important; }

.shop_table tr th a,
.shop_table tr td a {
  color: #FC9720;
  text-decoration: underline; }

.shop_table tr th a:hover,
.shop_table tr td a:hover {
  text-decoration: none; }

/* 	messages
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
*/
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  clear: both;
  display: block;
  position: relative;
  font-size: 120%;
  padding: 2em 2em;
  background: #ffffff;
  border: 1px solid #ddd;
  margin: 0 0 1.5em 0; }

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
  float: right;
  font-weight: bold; }

.woocommerce-message li:before,
.woocommerce-info li:before,
.woocommerce-error li:before {
  display: none; }

.woocommerce-message {
  border-top: 2px solid #5EB389; }

.woocommerce-.info {
  border-top: 2px solid #6e9ecd; }

.woocommerce-error {
  border-top: 2px solid #d25f4f; }

.woocommerce-error li {
  color: #d25f4f;
  list-style: none !important;
  padding: 0 0 0 10px;
  font-size: 12px !important;
  line-height: 20px !important; }

.woocommerce-error li strong {
  font-weight: 700; }

.woocommerce-message a,
.woocommerce-error a {
  padding: 0 !important; }

.woocommerce-message a {
  color: #5EB389; }

.woocommerce-error a {
  color: red; }

.woocommerce-message a:hover,
.woocommerce-error a:hover {
  color: #000 !important; }

.woocommerce-info a {
  color: #000; }

/*
++++++++++++++++++++++++++++++++
################################

	woocommerce pages

################################
++++++++++++++++++++++++++++++++
*/
body.woocommerce-checkout .entry_content p {
  font-size: 100%;
  line-height: normal;
  margin: 0; }

body.woocommerce-checkout .entry_content ul,
body.woocommerce-checkout .entry_content ul li {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: normal;
  list-style: none;
  background: none; }

/* login */
form.login {
  float: left;
  width: 100%;
  clear: both;
  border: 1px solid #ddd;
  padding: 2em;
  margin: 0em 0 2em 0; }

form.login p:first-child {
  font-size: 140%;
  line-height: 1.4em;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
  border-bottom: 1px dashed #ccc; }

form.login p.form-row {
  width: 100% !important; }

form.login p.form-row-last {
  margin: 0 0 1em 0; }

/* remember me */
form.login p.form-row #rememberme {
  float: left;
  margin: 3px 5px 0 0; }

form.login p.form-row .inline {
  float: left;
  display: block;
  padding: 8px 0 0 0; }

form.login .button {
  float: right; }

.lost_password {
  clear: both;
  width: 100%;
  float: left;
  text-align: right;
  font-size: 140%; }

.lost_password a {
  font-size: 140%; }

form.checkout {
  clear: both; }

.woocommerce #customer_details {
  float: left;
  width: 48.5%;
  margin: 0 0% 0 0; }

#customer_details .col-1,
#customer_details .col-2 {
  float: left;
  width: 100%;
  clear: both;
  border: 1px solid #ccc; }

#customer_details .col-1 {
  margin: 0 0 3em 0; }

#customer_details .col-2 {
  margin: 0 0 0em 0; }

.woocommerce-billing-fields {
  padding: 2em 2em 1.5em 2em;
  padding: 2em 2em 0em 2em; }

.woocommerce-billing-fields h3 {
  display: block;
  font-size: 180%;
  color: #000;
  font-weight: bold;
  margin: 0 0 1em 0; }

.form-row {
  width: 47.5%;
  display: block;
  margin: 0 0 1.25em 0 !important; }

.form-row label {
  font-size: 120%;
  display: block;
  margin: 0 0 0.4em 0; }

.required {
  color: #c00; }

.form-row input.input-text,
.form-row input[type=email],
.form-row input[type=password],
.form-row input[type=text],
.form-row select,
.form-row textarea {
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  color: #666;
  padding: 0.5em;
  border: 1px solid #e6e6e6;
  width: 100%;
  font-size: 120%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none; }

.form-row input.input-text:focus,
.form-row input[type=email]:focus,
.form-row input[type=password]:focus,
.form-row input[type=text]:focus,
.form-row textarea:focus {
  border: 1px solid #cdcdcd;
  box-shadow: 0 0 5px 0 rgba(113, 176, 47, 0.8);
  -webkit-box-shadow: 0 0 5px 0 rgba(113, 176, 47, 0.8);
  color: #222;
  outline: 0; }

/* create new account */
.create-account {
  clear: both;
  border-top: 1px solid #ccc;
  background: #eee;
  margin: 2em -2em 0 -2em;
  padding: 2em; }

.create-account p:first-child {
  font-size: 140% !important;
  border-bottom: 1px solid #ddd;
  margin: 0 !important;
  padding: 0 0 1em 0 !important; }

.create-account p.form-row {
  width: 100%;
  border-top: 1px solid #fff;
  padding: 1em 0 0 0 !important;
  margin: 0 !important;
  font-size: 100% !important; }

/* when only 1 country is allowed, the country name is displayed in <strong> tags */
#billing_country_field strong {
  display: block;
  background: #eee;
  font-size: 120%;
  padding: 1em;
  -webkikt-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.form-row-first {
  float: left; }

.form-row-last {
  float: right; }

.form-row-wide {
  float: left;
  width: 100%; }

#order_comments_field {
  display: none; }

/* shipping */
#ship-to-different-address {
  display: block;
  background: #E9EBE9;
  padding: 2em;
  position: relative;
  box-shadow: inset 0 1px 0 #fff; }

#ship-to-different-address label.checkbox {
  display: block;
  font-size: 140%; }

#ship-to-different-address .input-checkbox {
  position: absolute;
  right: 2em;
  top: 50%;
  margin: -5px 0 0 0; }

div.shipping_address {
  padding: 2em 2em 1.5em 2em; }

div.shipping_address p#today {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #777; }

/* order review (cart) */
#order_review_heading {
  display: none; }

#order_review {
  float: right;
  width: 48.5%; }

#order_review .shop_table {
  background: #ffffff;
  border: 5px solid #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.place-order {
  float: none;
  width: auto;
  clear: both;
  padding: 2em; }

.terms {
  float: left;
  width: 50%;
  display: block;
  text-align: left; }

.terms label.checkbox {
  display: inline;
  line-height: 1.5em; }

.terms label.checkbox a {
  color: #000;
  text-decoration: underline; }

.terms .input-checkbox {
  display: inline;
  position: relative;
  top: 3px;
  left: 5px; }

#place_order {
  float: right;
  height: 40px;
  line-height: 40px;
  background: #5EB389 url("../images/shop/checkout.png") no-repeat 10px 50%;
  padding: 0 20px 0 32px;
  color: #fff;
  cursor: pointer;
  margin: 0 0 1.5em 0;
  font-weight: bold; }

#place_order:hover {
  background-color: #000;
  color: #FFF; }

/* payment methods */
#payment {
  border: 1px solid #ccc; }

.payment_methods {
  margin: 0 !important;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 !important; }

.payment_methods li {
  padding: 1.5em !important;
  border-bottom: 1px solid #e6e6e6; }

.payment_methods li:last-child {
  padding-bottom: 0;
  border-bottom: 0; }

.payment_methods li input {
  float: left;
  position: relative;
  top: 0px;
  margin: 0 1em 0 0; }

.payment_methods li label {
  display: block;
  font-size: 140%;
  font-weight: bold;
  position: relative; }

.payment_methods li input,
.payment_methods li label {
  cursor: pointer; }

.payment_methods li label img {
  position: absolute;
  right: 0em;
  top: -3px; }

.payment_methods li .payment_box {
  padding: 1.5em;
  margin: 1.5em -1.5em -1.5em -1.5em;
  background: #eee;
  border-top: 1px solid #e6e6e6; }

.payment_methods li .payment_box p {
  display: block;
  font-size: 140%;
  text-shadow: 0 1px 0 #fff; }

/* specific payment types */
.payment_method_paypal label img {
  display: none; }

.payment_method_paypal label a {
  float: right; }

.col-1,
.col-2,
#payment,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  -webkit-box-shadow: 0 4px 0 -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 0 -1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 4px 0 -1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 0 -1px rgba(0, 0, 0, 0.05); }

/* clears */
.clear {
  clear: both; }

.woocommerce-billing-fields,
form.login {
  zoom: 1; }

.woocommerce-billing-fields:after,
form.login:after {
  content: "";
  display: table;
  clear: both; }

.feature_block {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 28%; }
  .feature_block .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; }
  .feature_block .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 13%;
    z-index: 300;
    background: url(../images/overlay_img_right.png) 0 100% no-repeat; }
  .feature_block h1 {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 100; }

.feature_block_standard {
  padding-bottom: 28%; }

.feature_block_small {
  padding-bottom: 18%; }

.feature_block_large {
  padding-bottom: 43%; }

.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 10%;
  overflow: hidden; }
  .cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #fff;
    cursor: pointer; }
    .cycle-pager span.cycle-pager-active {
      color: #000; }
  .cycle-pager > * {
    cursor: pointer; }

.client_quotes {
  position: relative;
  padding: 160px 20% 100px 20%;
  background: url(../images/icn_quote.png) 50% 27px no-repeat;
  min-height: 350px; }
  .client_quotes .quote {
    width: 100%; }
    .client_quotes .quote p,
    .client_quotes .quote span {
      display: block;
      font-size: 140%;
      line-height: 1.4em; }
    .client_quotes .quote span {
      margin: 30px 0 0 0;
      text-transform: uppercase; }
  .client_quotes .slide_btn {
    position: absolute;
    display: block;
    top: 45%;
    width: 13px;
    height: 26px;
    background: url(../images/sprite_next_prev.png) 0 0;
    cursor: pointer; }
    .client_quotes .slide_btn:focus, .client_quotes .slide_btn:hover {
      background: url(../images/sprite_next_prev.png) 0 26px; }
  .client_quotes #slide_btn_prev {
    left: 10%; }
  .client_quotes #slide_btn_next {
    right: 10%;
    background: url(../images/sprite_next_prev.png) 13px 0; }
    .client_quotes #slide_btn_next:focus, .client_quotes #slide_btn_next:hover {
      background: url(../images/sprite_next_prev.png) 13px 26px; }

.instagram_feed .follow {
  display: block;
  border: solid 1px #363636;
  border-width: 1px 0;
  line-height: 90px;
  height: 90px;
  color: #000;
  font-size: 120%; }
  @media only screen and (min-width: 768px) {
    .instagram_feed .follow {
      font-size: 200%; } }
  .instagram_feed .follow a {
    color: #959595; }
    .instagram_feed .follow a:focus, .instagram_feed .follow a:hover {
      color: #000; }

.instagram_feed ul {
  width: 100%; }
  .instagram_feed ul li {
    position: relative;
    width: 49.5%;
    padding-bottom: 40%;
    height: 0;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .instagram_feed ul li {
        width: 19.8%;
        padding-bottom: 20%; } }
    .instagram_feed ul li a {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0; }
      .instagram_feed ul li a img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }

.top_header {
  height: 44px;
  line-height: 44px;
  background: #202020;
  padding: 0 1%; }
  .top_header a {
    color: #fff; }
  .top_header .head_tel {
    float: left;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0 24px 0 15px; }
    .top_header .head_tel:before {
      content: '';
      width: 17px;
      height: 17px;
      background: url(../images/icon-tel.svg);
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      margin: 0 10px 0 0;
      position: relative;
      top: 3px; }
    .top_header .head_tel:focus:before, .top_header .head_tel:hover:before {
      background: url(../images/icon-tel-pink.svg);
      background-repeat: no-repeat;
      background-size: contain; }
  .top_header .head_soc {
    float: right;
    padding: 11px 15px 0 0; }
    .top_header .head_soc li {
      display: block;
      float: left;
      width: 19px;
      height: 19px;
      margin: 0 0 0 12px; }
      .top_header .head_soc li a {
        display: block;
        width: 100%;
        height: 100%; }
      .top_header .head_soc li span {
        display: none; }
    .top_header .head_soc .soc_twit {
      width: 22px;
      margin: 2px 6px 0 0; }
      .top_header .head_soc .soc_twit a {
        background: url(../images/icon-twitter.svg);
        background-repeat: no-repeat;
        background-size: contain; }
        .top_header .head_soc .soc_twit a:focus, .top_header .head_soc .soc_twit a:hover {
          background: url(../images/icon-twitter-pink.svg);
          background-repeat: no-repeat;
          background-size: contain; }
    .top_header .head_soc .soc_face a {
      background: url(../images/icon-facebook.svg);
      background-repeat: no-repeat;
      background-size: contain; }
      .top_header .head_soc .soc_face a:focus, .top_header .head_soc .soc_face a:hover {
        background: url(../images/icon-facebook-pink.svg);
        background-repeat: no-repeat;
        background-size: contain; }
    .top_header .head_soc .soc_insta a {
      background: url(../images/icon-instagram.svg);
      background-repeat: no-repeat;
      background-size: contain; }
      .top_header .head_soc .soc_insta a:focus, .top_header .head_soc .soc_insta a:hover {
        background: url(../images/icon-instagram-pink.svg);
        background-repeat: no-repeat;
        background-size: contain; }

/* LOGO */
@media only screen and (min-width: 1250px) {
  #site-logo {
    display: block;
    float: left;
    width: 14%;
    max-width: 271px;
    height: 28px;
    padding: 10px 0 0 0; } }

#site-logo img {
  display: block;
  margin: 20px auto;
  width: 33%;
  max-width: 150px; }
  @media only screen and (min-width: 1250px) {
    #site-logo img {
      width: 80%;
      height: auto;
      margin: 0 0 0 10%;
      max-width: 160px; } }
#site-logo span {
  display: none; }

/* MAIN NAV */
.nav nav a {
  display: block;
  font-size: 140%;
  color: #000;
  text-transform: uppercase; }
  .nav nav a:focus, .nav nav a:hover {
    color: #fd94a0; }

.nav nav .book {
  color: #fd94a0; }
  .nav nav .book:focus, .nav nav .book:hover {
    color: #000; }

.nav.nav--desktop {
  display: none; }
  @media only screen and (min-width: 1250px) {
    .nav.nav--desktop {
      display: block;
      margin: 10px 0; } }
  .nav.nav--desktop nav {
    width: 43%;
    padding: 0 1%; }
    .nav.nav--desktop nav a {
      line-height: 62px; }
      .nav.nav--desktop nav a.no_pad {
        margin: 0; }
  .nav.nav--desktop .nav_left {
    float: left; }
    .nav.nav--desktop .nav_left a {
      margin: 0 35px 0 0;
      float: left; }
  .nav.nav--desktop .nav_right {
    float: right; }
    .nav.nav--desktop .nav_right a {
      margin: 0 0 0 60px;
      float: right; }

.nav.nav--mobile {
  display: block;
  text-align: left; }
  @media only screen and (min-width: 1250px) {
    .nav.nav--mobile {
      display: none; } }
  .nav.nav--mobile .toggleMenu {
    position: absolute;
    background: transparent;
    padding: 20px;
    cursor: pointer; }
    .nav.nav--mobile .toggleMenu:before {
      content: '';
      display: block;
      width: 30px;
      height: 20px;
      background: url(../images/menu.svg);
      background-size: cover;
      background-repeat: no-repeat;
      margin-bottom: 7px; }
    .nav.nav--mobile .toggleMenu:focus:before, .nav.nav--mobile .toggleMenu:hover:before {
      background: url(../images/menu-pink.svg);
      background-size: cover;
      background-repeat: no-repeat; }
  .nav.nav--mobile.mobile-nav-open nav {
    display: block;
    position: fixed;
    background: white;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    z-index: 1002; }
    .nav.nav--mobile.mobile-nav-open nav a {
      display: block;
      padding: 15px 30px;
      line-height: 1; }
    .nav.nav--mobile.mobile-nav-open nav .book {
      color: #000; }
      .nav.nav--mobile.mobile-nav-open nav .book:focus, .nav.nav--mobile.mobile-nav-open nav .book:hover {
        color: #fd94a0; }
    .nav.nav--mobile.mobile-nav-open nav .shop_link {
      color: #fd94a0; }
      .nav.nav--mobile.mobile-nav-open nav .shop_link:focus, .nav.nav--mobile.mobile-nav-open nav .shop_link:hover {
        color: #000; }
    .nav.nav--mobile.mobile-nav-open nav .closeMenu {
      background: transparent;
      padding: 20px 30px;
      cursor: pointer; }
      .nav.nav--mobile.mobile-nav-open nav .closeMenu:before {
        content: '';
        display: block;
        width: 23px;
        height: 23px;
        background: url(../images/menuClose.svg);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 10px 2px 7px; }
      .nav.nav--mobile.mobile-nav-open nav .closeMenu:focus:before, .nav.nav--mobile.mobile-nav-open nav .closeMenu:hover:before {
        background: url(../images/menuClose-pink.svg);
        background-size: cover;
        background-repeat: no-repeat; }
  .nav.nav--mobile nav {
    display: none; }

/* CURRENT NAV CLASSES */
.ancestor-salons .nav nav #nav_salons,
.post-type-archive-treatments .nav nav #nav_treatments,
.post-type-archive-brands .nav nav #nav_brands,
.page-skin-guide .nav nav #nav_skin_guide,
.ancestor-skin-guide .nav nav #nav_skin_guide,
.post-type-archive-offers .nav nav #nav_offers,
.blog .nav nav #nav_news,
.single-post .nav nav #nav_news,
.ancestor-nail-guide #nav_skin_guide,
.page-nail-guide #nav_skin_guide {
  color: #fd94a0; }

.ancestor-salons .nav nav #nav_salons {
  position: relative; }
  @media only screen and (min-width: 1250px) {
    .ancestor-salons .nav nav #nav_salons:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: url(../images/notch_notch.png) 50% 100% no-repeat; } }
/* SUB NAV */
.sub_nav {
  width: 100%;
  background-color: #efadb5;
  padding: 0 15px; }
  .sub_nav nav {
    padding: 0 1%; }
    .sub_nav nav ul li {
      display: block;
      float: left; }
      .sub_nav nav ul li a {
        display: block;
        float: left;
        line-height: 44px;
        font-size: 140%;
        color: #fff;
        margin: 0 40px 0 0;
        text-transform: uppercase; }
        .sub_nav nav ul li a:focus, .sub_nav nav ul li a:hover {
          color: #000; }
    .sub_nav nav ul .current_page_item a {
      color: #000; }
    .sub_nav nav ul .page-item-14 a {
      line-height: 40px;
      font-size: 240%;
      text-transform: lowercase;
      font-family: 'Allura', cursive; }

.error404 .sub_nav {
  display: none; }

.page-skin-guide .sub_skin a,
.ancestor-skin-guide .sub_skin a,
.page-nail-guide .sub_nail a,
.ancestor-nail-guide .sub_nail a {
  color: #000 !important; }

.location {
  border: solid 1px #363636;
  border-width: 1px 0;
  position: relative;
  min-height: 325px; }
  .location .map_box {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 24%;
    height: 0;
    min-height: 325px; }
    .location .map_box .map {
      width: 100%;
      height: 100%; }
  .location #map1 {
    border-right: 1px solid #363636; }

.location_info {
  position: absolute;
  width: 75%;
  border: solid 1px #363636;
  height: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 20; }
  @media only screen and (min-width: 1250px) {
    .location_info {
      width: 25%;
      top: 25%;
      transform: translate(-50%, 0); } }
  .location_info div {
    position: relative;
    width: 100%;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .location_info div ul {
      display: block; }
      .location_info div ul li {
        display: block;
        font-size: 140%;
        line-height: 1.4em; }
        .location_info div ul li a {
          display: block;
          color: #000; }
      .location_info div ul .push {
        padding: 15px 0 0 0; }
  .location_info .location_logo {
    width: 20%;
    float: left;
    height: 100%;
    display: block;
    width: 100%; }
    .location_info .location_logo img {
      position: relative;
      width: 100%;
      max-width: 103px;
      height: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto 15px; }
  .location_info .main_loc .logo_location {
    margin: 0 0 25px 0; }
    .location_info .main_loc .logo_location img {
      max-width: 150px;
      margin: 0 auto 25px; }

.grad_loc .logo_location {
  margin: 0 0 5px 0; }
  .grad_loc .logo_location img {
    max-width: 237px; }

footer {
  padding: 0 1%; }
  footer p {
    font-size: 120%;
    line-height: 55px;
    height: 55px; }
    footer p.fl, footer p.fr {
      float: none; }
    @media only screen and (min-width: 768px) {
      footer p.fr {
        float: right; }
      footer p.fl {
        float: left; } }
    footer p a {
      text-decoration: none;
      color: #000; }
      footer p a:focus, footer p a:hover {
        color: #fd94a0; }
  footer .copy {
    display: block;
    float: left; }
  footer .credits {
    display: block;
    float: right; }

.footer_img {
  margin: -5% 0 0 0;
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 25%;
  height: 0; }
  .footer_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; }
  .footer_img .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15%;
    z-index: 99;
    background: url(../images/overlay_img_left.png) 100% 100% no-repeat; }

.home .feature_block .overlay {
  height: 9%; }

.home .grid_row_links li a:focus, .home .grid_row_links li a:hover {
  color: #000 !important;
  background-color: #fedfe2 !important; }

.home .client_quotes {
  background: url(../images/icn_quote.png) 50% 40px no-repeat; }

.cycle-slideshow img {
  object-fit: cover;
  object-position: center; }

.slide_logo {
  display: block;
  position: absolute;
  top: 48%;
  left: 50%;
  height: 60%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 500; }

.home_intro .sig {
  display: block;
  margin: 0 auto; }
  @media only screen and (min-width: 1250px) {
    .home_intro .sig {
      margin: 30px auto 0 auto; } }
.treatment-month {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 325%;
  color: #fff;
  z-index: 1;
  line-height: 1.2;
  width: 60%; }

.blog .feature_block {
  padding-bottom: 38%; }
  @media only screen and (min-width: 768px) {
    .blog .feature_block {
      padding-bottom: 28%; } }
  .blog .feature_block img {
    object-fit: cover; }

.blog .treatment_grid {
  border-top: 0; }

.blog .news_content_grid {
  margin-top: -32%; }
  @media only screen and (min-width: 768px) {
    .blog .news_content_grid {
      margin-top: -25%; } }
  .blog .news_content_grid h1 {
    display: block;
    color: #fff;
    text-transform: lowercase;
    font-family: 'Allura', cursive;
    font-size: 800%;
    margin: 0 0 3% 0;
    -ms-transform: rotate(-3deg);
    /* IE 9 */
    -webkit-transform: rotate(-3deg);
    /* Safari */
    transform: rotate(-3deg); }
  .blog .news_content_grid .content_grid_item {
    border: solid 1px #878787;
    border-width: 0 1px 1px 0; }
    .blog .news_content_grid .content_grid_item:focus .overlay, .blog .news_content_grid .content_grid_item:hover .overlay {
      display: block; }
    .blog .news_content_grid .content_grid_item img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      object-fit: cover; }
    .blog .news_content_grid .content_grid_item .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      z-index: 10;
      background-color: rgba(0, 0, 0, 0.6);
      display: none;
      padding: 0 4%; }
      .blog .news_content_grid .content_grid_item .overlay h2 {
        color: #fff;
        text-transform: lowercase;
        font-family: 'Allura', cursive;
        font-size: 200%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media only screen and (min-width: 768px) {
          .blog .news_content_grid .content_grid_item .overlay h2 {
            font-size: 300%; } }
        @media only screen and (min-width: 1250px) {
          .blog .news_content_grid .content_grid_item .overlay h2 {
            font-size: 400%; } }
.single-post .feature_block {
  padding-bottom: 0;
  height: auto; }
  @media only screen and (min-width: 1400px) {
    .single-post .feature_block {
      padding-bottom: 18%;
      height: 0; } }
  .single-post .feature_block img {
    object-fit: cover;
    top: 0;
    z-index: -1; }
  .single-post .feature_block h1 {
    position: static;
    display: block;
    color: #fff;
    text-transform: lowercase;
    font-family: 'Allura', cursive;
    font-size: 600%;
    margin: 0 0 3% 0;
    top: 10%;
    padding: 20px;
    -ms-transform: rotate(-3deg);
    /* IE 9 */
    -webkit-transform: rotate(-3deg);
    /* Safari */
    transform: rotate(-3deg); }
    @media only screen and (min-width: 768px) {
      .single-post .feature_block h1 {
        padding: 100px 30px; } }
    @media only screen and (min-width: 1400px) {
      .single-post .feature_block h1 {
        position: absolute;
        font-size: 800%;
        top: 30%;
        padding: 0; } }
.news_content {
  padding: 5% 7%;
  font-size: 140%;
  line-height: 1.4em;
  border-bottom: solid 1px #959595;
  margin: 0 0 2% 0; }
  .news_content abbr {
    display: block;
    margin-bottom: 10px;
    color: #efadb5; }
  .news_content p {
    margin-bottom: 1.3em; }
  .news_content a {
    color: #efadb5; }
    .news_content a:focus, .news_content a:hover {
      color: #000; }

.paging-navigation {
  float: left;
  width: 100%;
  padding: 40px 0 120px 0; }
  .paging-navigation ul {
    float: right; }
    .paging-navigation ul li {
      display: block;
      float: left;
      color: #000;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      padding: 0 !important;
      margin: 0 5px 0 0;
      border: solid 1px #ccc; }
      .paging-navigation ul li .current {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #ccc;
        color: #fff; }
      .paging-navigation ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #000;
        font-size: 12px; }
        .paging-navigation ul li a:focus, .paging-navigation ul li a:hover {
          background-color: #000;
          color: #fff; }

.post-type-archive-brands .feature_block {
  padding-bottom: 38%; }
  @media only screen and (min-width: 768px) {
    .post-type-archive-brands .feature_block {
      padding-bottom: 28%; } }
  .post-type-archive-brands .feature_block img {
    object-fit: cover; }

.brands_content_grid {
  margin-top: -32%; }
  @media only screen and (min-width: 768px) {
    .brands_content_grid {
      margin-top: -25%; } }
  .brands_content_grid h1 {
    display: block;
    color: #fff;
    text-transform: lowercase;
    font-family: 'Allura', cursive;
    font-size: 500%;
    margin: 0 0 3% 0;
    -ms-transform: rotate(-3deg);
    /* IE 9 */
    -webkit-transform: rotate(-3deg);
    /* Safari */
    transform: rotate(-3deg); }
    @media only screen and (min-width: 768px) {
      .brands_content_grid h1 {
        font-size: 800%; } }
  .brands_content_grid .content_grid_item {
    border: solid 1px #878787;
    border-width: 0 1px 1px 0;
    width: 100%;
    padding-bottom: 65%; }
    @media only screen and (min-width: 768px) {
      .brands_content_grid .content_grid_item {
        width: 50%;
        padding-bottom: 45%; } }
    @media only screen and (min-width: 1250px) {
      .brands_content_grid .content_grid_item {
        width: 33.3%;
        padding-bottom: 30%; } }
  .brands_content_grid .img_cen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; }
    .brands_content_grid .img_cen img {
      position: relative;
      width: 100%;
      width: 60%;
      height: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .brands_content_grid .hide {
    display: none; }

.brand_info {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 5%;
  color: #fff;
  background-color: #000;
  text-align: center; }
  .brand_info img {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 100%; }
  .brand_info span.content {
    padding: 15px;
    overflow-y: auto;
    float: left;
    width: 100%;
    height: 60%; }
  .brand_info p {
    font-size: 120%;
    line-height: 1.4em;
    margin-bottom: 1.3em; }

.error404 {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 80px 0; }
  .error404 .feature_block {
    padding-bottom: 68%; }
    @media screen and (min-width: 365px) {
      .error404 .feature_block {
        padding-bottom: 58%; } }
    @media screen and (min-width: 450px) {
      .error404 .feature_block {
        padding-bottom: 48%; } }
    @media screen and (min-width: 550px) {
      .error404 .feature_block {
        padding-bottom: 38%; } }
    @media screen and (min-width: 650px) {
      .error404 .feature_block {
        padding-bottom: 28%; } }
    @media only screen and (min-width: 1250px) {
      .error404 .feature_block {
        padding-bottom: 18%; } }
    .error404 .feature_block img {
      object-fit: cover; }
    .error404 .feature_block h1 {
      display: block;
      color: #fff;
      text-transform: lowercase;
      font-family: 'Allura', cursive;
      font-size: 600%;
      margin: 0 0 3% 0;
      -ms-transform: rotate(-3deg);
      /* IE 9 */
      -webkit-transform: rotate(-3deg);
      /* Safari */
      transform: rotate(-3deg); }
      @media only screen and (min-width: 768px) {
        .error404 .feature_block h1 {
          font-size: 800%; } }
.post-type-archive-offers .feature_block {
  padding-bottom: 38%; }
  @media only screen and (min-width: 768px) {
    .post-type-archive-offers .feature_block {
      padding-bottom: 18%; } }
  .post-type-archive-offers .feature_block img {
    object-fit: cover; }

.post-type-archive-offers .offer_wrap h1 {
  display: block;
  color: #fff;
  text-transform: lowercase;
  font-family: 'Allura', cursive;
  font-size: 500%;
  margin: 0 0 10% 0;
  -ms-transform: rotate(-3deg);
  /* IE 9 */
  -webkit-transform: rotate(-3deg);
  /* Safari */
  transform: rotate(-3deg); }
  @media only screen and (min-width: 768px) {
    .post-type-archive-offers .offer_wrap h1 {
      font-size: 800%;
      margin: 0 0 3% 0; } }
.post-type-archive-offers .push_up {
  margin: -30% 0 4% 0;
  padding: 0 12%; }
  @media only screen and (min-width: 768px) {
    .post-type-archive-offers .push_up {
      margin: -14% 0 4% 0; } }
.offers-template-default .feature_block {
  padding-bottom: 38%; }
  @media only screen and (min-width: 768px) {
    .offers-template-default .feature_block {
      padding-bottom: 18%; } }
  .offers-template-default .feature_block img {
    object-fit: cover; }

.offers-template-default .offer_wrap h1 {
  display: block;
  color: #fff;
  text-transform: lowercase;
  font-family: 'Allura', cursive;
  font-size: 500%;
  margin: 0 0 10% 0;
  -ms-transform: rotate(-3deg);
  /* IE 9 */
  -webkit-transform: rotate(-3deg);
  /* Safari */
  transform: rotate(-3deg); }
  @media only screen and (min-width: 768px) {
    .offers-template-default .offer_wrap h1 {
      font-size: 800%;
      margin: 0 0 3% 0; } }
.single-offers .push_up {
  margin: -30% 0 4% 0;
  padding: 0 12%; }
  @media only screen and (min-width: 768px) {
    .single-offers .push_up {
      margin: -14% 0 4% 0; } }
.offer_wrap .slide_btn {
  position: absolute;
  display: block;
  top: 55%;
  width: 13px;
  height: 26px;
  background: url(../images/sprite_next_prev.png) 0 0;
  cursor: pointer; }
  .offer_wrap .slide_btn:focus, .offer_wrap .slide_btn:hover {
    background: url(../images/sprite_next_prev.png) 0 26px; }

.offer_wrap #slide_btn_prev {
  left: 5%; }
  @media only screen and (min-width: 768px) {
    .offer_wrap #slide_btn_prev {
      left: 10%; } }
.offer_wrap #slide_btn_next {
  right: 5%;
  background: url(../images/sprite_next_prev.png) 13px 0; }
  @media only screen and (min-width: 768px) {
    .offer_wrap #slide_btn_next {
      right: 10%; } }
  .offer_wrap #slide_btn_next:focus, .offer_wrap #slide_btn_next:hover {
    background: url(../images/sprite_next_prev.png) 13px 26px; }

.offer_wrap .result_info img {
  margin: 0 auto; }

.page-skin-guide .feature_block {
  padding-bottom: 48%; }
  @media only screen and (min-width: 768px) {
    .page-skin-guide .feature_block {
      padding-bottom: 28%; } }
  .page-skin-guide .feature_block img {
    object-fit: cover; }

.page-skin-guide .push_up {
  margin: -43% 0 4% 0; }
  @media only screen and (min-width: 768px) {
    .page-skin-guide .push_up {
      margin: -24% 0 4% 0; } }
.page-nail-guide .feature_block {
  padding-bottom: 78%; }
  @media only screen and (min-width: 768px) {
    .page-nail-guide .feature_block {
      padding-bottom: 28%; } }
  .page-nail-guide .feature_block img {
    object-fit: cover; }

.page-nail-guide .push_up {
  margin: -73% 0 4% 0; }
  @media only screen and (min-width: 768px) {
    .page-nail-guide .push_up {
      margin: -24% 0 4% 0; } }
.quiz_intro h1 {
  display: block;
  color: #fff;
  text-transform: lowercase;
  font-family: 'Allura', cursive;
  font-size: 600%;
  margin: 0 0 3% 0;
  -ms-transform: rotate(-3deg);
  /* IE 9 */
  -webkit-transform: rotate(-3deg);
  /* Safari */
  transform: rotate(-3deg); }

.quiz_intro p {
  font-size: 140%;
  line-height: 1.4em;
  margin-bottom: 1.3em;
  color: #fff; }

.questions {
  border: solid 1px #000; }
  .questions ul li {
    display: block;
    width: 100%;
    border-bottom: solid 1px #595a5a;
    line-height: 90px;
    background-color: #fff; }
    @media only screen and (min-width: 1250px) {
      .questions ul li {
        height: 90px; } }
    .questions ul li:last-child {
      border: none; }
    .questions ul li a {
      display: block;
      color: #000;
      width: 100%;
      font-size: 160%;
      line-height: 1.4;
      cursor: pointer;
      padding: 30px 15px; }
      @media only screen and (min-width: 1250px) {
        .questions ul li a {
          font-size: 220%;
          line-height: 90px;
          padding: 0; } }
    .questions ul li:focus, .questions ul li:hover {
      color: #fff;
      background-color: #000; }
      .questions ul li:focus a, .questions ul li:hover a {
        color: #fff; }

.q {
  display: block;
  color: #fff;
  background-color: #595a5a;
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 160%;
  padding: 30px 15px; }
  @media only screen and (min-width: 1250px) {
    .q {
      height: 90px;
      line-height: 90px;
      font-size: 220%;
      padding: 0; } }
.hide {
  display: none; }

.answer .q {
  background-color: green; }

.result {
  width: 100%;
  background-color: #fff;
  border: solid 1px #000;
  margin-bottom: 2%;
  position: relative; }
  .result .result_img {
    padding-bottom: 100%;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .result .result_img {
        width: 40%;
        position: absolute;
        height: 100%;
        padding-bottom: 0;
        margin-bottom: 0; } }
  .result .result_info {
    padding: 0 20px; }
    @media only screen and (min-width: 768px) {
      .result .result_info {
        float: right;
        width: 60%;
        padding: 5%; } }
    .result .result_info h1 {
      display: block;
      font-size: 260%;
      margin-bottom: 1em;
      text-transform: uppercase; }
      .result .result_info h1 span {
        font-weight: 600; }
    .result .result_info img {
      display: block;
      max-width: 100%;
      height: auto; }
    .result .result_info p {
      font-size: 140%;
      line-height: 1.4em;
      margin-bottom: 1.3em; }
    .result .result_info .green {
      color: #efadb5; }
  .result.no_img .result_info {
    float: left;
    width: 100%; }

.ancestor-skin-guide .treatment_grid .item,
.ancestor-nail-guide .treatment_grid .item {
  width: 100%; }
  .ancestor-skin-guide .treatment_grid .item:nth-child(even),
  .ancestor-nail-guide .treatment_grid .item:nth-child(even) {
    background-color: #fdf3f5 !important; }
  .ancestor-skin-guide .treatment_grid .item:nth-child(odd),
  .ancestor-nail-guide .treatment_grid .item:nth-child(odd) {
    background-color: #fdf3f5; }
  .ancestor-skin-guide .treatment_grid .item .tog,
  .ancestor-nail-guide .treatment_grid .item .tog {
    height: 100px;
    line-height: 100px;
    font-size: 180%; }
    .ancestor-skin-guide .treatment_grid .item .tog .treatment_title,
    .ancestor-nail-guide .treatment_grid .item .tog .treatment_title {
      width: 100%;
      text-align: center;
      border: 0;
      padding: 0; }

.ancestor-skin-guide .masonry-spacer-column,
.ancestor-nail-guide .masonry-spacer-column {
  width: 100%; }

.page-meet-the-team .feature_block {
  padding-bottom: 38%; }
  @media only screen and (min-width: 768px) {
    .page-meet-the-team .feature_block {
      padding-bottom: 28%; } }
  .page-meet-the-team .feature_block img {
    object-fit: cover; }

.team_content_grid h1 {
  display: block;
  color: #fff;
  text-transform: lowercase;
  font-family: 'Allura', cursive;
  font-size: 500%;
  margin: 0 0 3% 0;
  -ms-transform: rotate(-3deg);
  /* IE 9 */
  -webkit-transform: rotate(-3deg);
  /* Safari */
  transform: rotate(-3deg); }
  @media only screen and (min-width: 768px) {
    .team_content_grid h1 {
      font-size: 800%; } }
.team_content_grid .headshot {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover; }

.team_content_grid .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(239, 173, 181, 0.3);
  z-index: 100;
  display: none; }

.team_content_grid .content_grid_item {
  width: 100%;
  padding-bottom: 85%; }
  @media only screen and (min-width: 768px) {
    .team_content_grid .content_grid_item {
      width: 50%;
      padding-bottom: 45%; } }
  @media only screen and (min-width: 1250px) {
    .team_content_grid .content_grid_item {
      width: 33.3%;
      padding-bottom: 30%; } }
  .team_content_grid .content_grid_item:focus .overlay, .team_content_grid .content_grid_item:hover .overlay {
    display: block; }
  .team_content_grid .content_grid_item:focus .team_notch, .team_content_grid .content_grid_item:hover .team_notch {
    background: url(../images/notch_team.png) no-repeat 0 -15px; }

.team_content_grid h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  border: solid 1px #878787;
  height: 100px;
  display: none; }
  .team_content_grid h3 span {
    display: block; }
  .team_content_grid h3 .name {
    font-size: 200%;
    text-transform: uppercase;
    font-weight: 400;
    padding: 20px 0 10px 0; }
    @media only screen and (min-width: 768px) {
      .team_content_grid h3 .name {
        font-size: 280%; } }
  .team_content_grid h3 .role {
    text-transform: lowercase;
    font-size: 160%;
    font-weight: 300; }

.team_content_grid .team_notch {
  position: absolute;
  width: 28px;
  height: 15px;
  z-index: 20;
  bottom: -14px;
  left: 50%;
  margin: 0 0 0 -14px;
  background: url(../images/notch_team.png) no-repeat 0 0;
  display: none; }

.team_member_info {
  position: absolute;
  left: 0;
  bottom: -100%;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 10% 10% 2% 10%;
  text-align: center;
  background-color: #fff;
  border: solid 1px #878787;
  border-width: 0 1px 1px 1px;
  overflow: hidden;
  display: none; }
  .team_member_info p {
    display: none;
    font-size: 130%;
    line-height: 1.4em;
    margin-bottom: 1.3em; }
  .team_member_info ul li {
    font-size: 130%;
    line-height: 1.4em;
    margin-bottom: 0.3em;
    color: #000; }
    .team_member_info ul li span {
      text-transform: uppercase;
      color: #959595; }

.team_wrap h1 {
  color: #fff;
  text-transform: lowercase;
  font-family: 'Allura', cursive;
  font-size: 600%;
  margin: 0 0 3% 0;
  -ms-transform: rotate(-3deg);
  /* IE 9 */
  -webkit-transform: rotate(-3deg);
  /* Safari */
  transform: rotate(-3deg); }

.post-type-archive-treatments .feature_block {
  padding-bottom: 38%; }
  @media only screen and (min-width: 768px) {
    .post-type-archive-treatments .feature_block {
      padding-bottom: 18%; } }
  .post-type-archive-treatments .feature_block img {
    object-fit: cover; }
  .post-type-archive-treatments .feature_block h1 {
    display: block;
    color: #fff;
    text-transform: lowercase;
    font-family: 'Allura', cursive;
    font-size: 800%;
    margin: 0 0 3% 0;
    -ms-transform: rotate(-3deg);
    /* IE 9 */
    -webkit-transform: rotate(-3deg);
    /* Safari */
    transform: rotate(-3deg); }

.filter_house {
  position: relative;
  padding: 0 0 4% 0; }

.skin_type_link {
  position: absolute;
  width: 115px;
  height: 100px;
  background: url(../images/icn_skin_type.png);
  right: 2%;
  top: -190px;
  z-index: 999;
  background-size: contain;
  background-repeat: no-repeat; }
  @media screen and (min-width: 470px) {
    .skin_type_link {
      top: -250px; } }
  @media only screen and (min-width: 768px) {
    .skin_type_link {
      width: 150px;
      height: 130px;
      left: 2%;
      right: auto;
      top: -145px; } }
  @media only screen and (min-width: 1250px) {
    .skin_type_link {
      width: 190px;
      height: 164px;
      top: -200px; } }
.pricelist_download {
  position: absolute;
  width: 170px;
  height: 171px;
  background: url(../images/icn_pricelist_download.png);
  left: 4%;
  bottom: -140px;
  z-index: 999; }

#filters {
  margin: 0 0 3.5% 0; }
  @media only screen and (min-width: 768px) {
    #filters {
      border-bottom: solid 1px #878787; } }
  #filters .btn {
    float: left;
    width: 33.3333%;
    font-size: 130%;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 50px;
    background-color: #fefefe;
    border-right: solid 1px #878787;
    border-bottom: solid 1px #878787; }
    @media only screen and (min-width: 768px) {
      #filters .btn {
        width: 11.1%;
        line-height: 80px;
        border-bottom: none; }
        #filters .btn:last-child {
          border: none; } }
    @media only screen and (min-width: 1250px) {
      #filters .btn {
        font-size: 180%; } }
    #filters .btn:focus, #filters .btn:hover,
    #filters .btn .is-checked {
      color: #fff;
      background-color: #efadb5; }

.treatment_grid {
  border-top: solid 1px #878787; }
  .treatment_grid .item {
    width: 100%;
    background-color: #fdf3f5;
    border: solid 1px #878787;
    border-width: 0 1px 1px 1px; }
    .treatment_grid .item:nth-child(even) {
      background-color: #fefefe; }
    @media only screen and (min-width: 768px) {
      .treatment_grid .item {
        float: left;
        width: 50%; }
        .treatment_grid .item:nth-child(even) {
          background-color: #fdf3f5; }
        .treatment_grid .item:nth-child(4n+2), .treatment_grid .item:nth-child(4n+3) {
          background-color: #fefefe; } }
    .treatment_grid .item .tog {
      display: block;
      width: 100%;
      height: 100px;
      line-height: 1.4;
      font-size: 160%;
      text-align: left;
      color: #000;
      text-transform: uppercase; }
      @media only screen and (min-width: 1250px) {
        .treatment_grid .item .tog {
          font-size: 200%;
          line-height: 100px; } }
      .treatment_grid .item .tog:focus, .treatment_grid .item .tog:hover {
        background-color: #000;
        color: #fff; }
      .treatment_grid .item .tog span {
        display: block;
        float: left; }
      .treatment_grid .item .tog .treatment_title {
        width: 70%;
        padding: 4% 4% 0;
        border-right: solid 1px #878787;
        font-weight: 300;
        height: 100px; }
        @media only screen and (min-width: 1250px) {
          .treatment_grid .item .tog .treatment_title {
            line-height: 100px;
            padding: 0 4%; } }
      .treatment_grid .item .tog .treatment_price {
        width: 30%;
        text-align: center;
        font-size: 16px;
        font-weight: 300;
        padding: 4% 4% 0; }
        @media only screen and (min-width: 1250px) {
          .treatment_grid .item .tog .treatment_price {
            padding: 0; } }
.masonry-spacer-column {
  float: left;
  display: block;
  width: 50%;
  height: 0; }

.show_hide {
  border-top: solid 1px #878787;
  background-color: #fff;
  position: relative;
  background: url(../images/bg_treatment_desc.jpg) 70% 0 repeat-y #fff;
  display: none; }
  .show_hide .treatment_desc {
    float: left;
    width: 70%;
    padding: 5%;
    text-align: left; }
    .show_hide .treatment_desc p {
      font-size: 120%;
      line-height: 1.4em;
      margin-bottom: 1.3em; }
  .show_hide .treatment_pricelist {
    float: left;
    width: 30%;
    text-align: left; }
    .show_hide .treatment_pricelist ul {
      font-size: 120%;
      padding: 5% 5% 80px 5%; }
      .show_hide .treatment_pricelist ul li {
        display: block;
        float: left;
        width: 100%;
        padding: 8% 0 11%;
        border-bottom: solid 1px #ccc; }
        @media only screen and (min-width: 1250px) {
          .show_hide .treatment_pricelist ul li {
            padding: 3% 0; } }
        .show_hide .treatment_pricelist ul li:last-child {
          border: none; }
        .show_hide .treatment_pricelist ul li span {
          display: block;
          float: left;
          width: 50%; }
        .show_hide .treatment_pricelist ul li .price {
          float: right;
          text-align: right;
          font-weight: 600; }

.treatment_book {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #efadb5;
  font-size: 200%;
  color: #fff;
  width: 30%;
  cursor: pointer; }
  .treatment_book:focus, .treatment_book:hover {
    color: #fff;
    background-color: #000; }

.page-treatment-of-the-month h1 {
  display: block;
  color: #fff;
  text-transform: lowercase;
  font-family: 'Allura', cursive;
  font-size: 500%;
  margin: 0 0 3% 0;
  -ms-transform: rotate(-3deg);
  /* IE 9 */
  -webkit-transform: rotate(-3deg);
  /* Safari */
  transform: rotate(-3deg); }
  @media only screen and (min-width: 768px) {
    .page-treatment-of-the-month h1 {
      font-size: 800%; } }
.page-treatment-of-the-month h2 {
  display: block;
  color: #000;
  text-transform: lowercase;
  font-family: 'Allura', cursive;
  font-size: 500%;
  margin: 0 0 3% 0; }
