/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
/* line 4, /home/alastair/workspace/coocooshop/app/assets/stylesheets/map.scss */
#place_map {
  flex-grow: 2;
  height: 70vh;
  flex-basis: 30rem;
  min-width: 400px;
}
/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/map.scss */
#place_map > div {
  background-color: transparent !important;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/map.scss */
#infowindow-content .title {
  font-weight: bold;
}

/* line 18, /home/alastair/workspace/coocooshop/app/assets/stylesheets/map.scss */
#infowindow-content {
  display: block;
}

/* line 22, /home/alastair/workspace/coocooshop/app/assets/stylesheets/map.scss */
#map #infowindow-content {
  display: inline;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/map.scss */
#title {
  color: #ffffff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

/* line 35, /home/alastair/workspace/coocooshop/app/assets/stylesheets/map.scss */
#change_bounds {
  z-index: 5;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

/* line 43, /home/alastair/workspace/coocooshop/app/assets/stylesheets/map.scss */
.map {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot');
  src: url('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2') format('woff2'), url('/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff') format('woff'), url('/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf') format('truetype'), url('/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-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 {
  -ms-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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-feed:before,
.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-pp: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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-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-intersex:before,
.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-genderless:before {
  content: "\f22d";
}
.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";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url(/assets/icomoon-6cf6e8ea3700346f0932cd2b7e24d390874b1ee93984f4bcd82836591a89cc45.eot);
  src: url(/assets/icomoon-6cf6e8ea3700346f0932cd2b7e24d390874b1ee93984f4bcd82836591a89cc45.eot) format("embedded-opentype"), url(/assets/icomoon-a5480059132afb59ab0b71ee144367a0d3cb81fedbb51c2c0174fc614f9d552a.ttf) format("truetype"), url(/assets/icomoon-9abdcf4ee67fd20fcbdb54da384041bbfd30771291ac2970f6cf398449eadd44.woff) format("woff"), url(/assets/icomoon-faae47b8e0fd49cb70345f2ba0fa05976a79040a99abe51f6b06478454553fe4.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 29, /home/alastair/workspace/coocooshop/app/assets/stylesheets/icomoon.scss */
[class^="feat-"], [class*=" feat-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 45, /home/alastair/workspace/coocooshop/app/assets/stylesheets/icomoon.scss */
.feat-windowdisplay:before {
  content: "";
}

/* line 50, /home/alastair/workspace/coocooshop/app/assets/stylesheets/icomoon.scss */
.feat-people:before {
  content: "";
}

/* line 55, /home/alastair/workspace/coocooshop/app/assets/stylesheets/icomoon.scss */
.feat-Parking:before {
  content: "";
}

/* line 60, /home/alastair/workspace/coocooshop/app/assets/stylesheets/icomoon.scss */
.feat-wheelchair:before {
  content: "";
}

/* line 65, /home/alastair/workspace/coocooshop/app/assets/stylesheets/icomoon.scss */
.feat-camera:before {
  content: "";
}

/* line 70, /home/alastair/workspace/coocooshop/app/assets/stylesheets/icomoon.scss */
.feat-kettle:before {
  content: "";
}

/* line 75, /home/alastair/workspace/coocooshop/app/assets/stylesheets/icomoon.scss */
.feat-saturday:before {
  content: "";
}

/* line 80, /home/alastair/workspace/coocooshop/app/assets/stylesheets/icomoon.scss */
.feat-sunday:before {
  content: "";
}

/* line 85, /home/alastair/workspace/coocooshop/app/assets/stylesheets/icomoon.scss */
.feat-box:before {
  content: "";
}

/* line 90, /home/alastair/workspace/coocooshop/app/assets/stylesheets/icomoon.scss */
.feat-hanger .path1:before {
  content: "";
  color: black;
}

/* line 96, /home/alastair/workspace/coocooshop/app/assets/stylesheets/icomoon.scss */
.feat-hanger .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

/* line 103, /home/alastair/workspace/coocooshop/app/assets/stylesheets/icomoon.scss */
.feat-aircon:before {
  content: "";
}

/* line 108, /home/alastair/workspace/coocooshop/app/assets/stylesheets/icomoon.scss */
.feat-wifi:before {
  content: "";
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-32175261daee76c82bb0edf0eea16a56421866fbc31e94f3c1d570aa114502f5.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-350df1b7131037de20e83c5c0f3a41a770d2ac48b5762ea772b3f4a8a7b9d47a.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0b020fc6e696d88d296e7bb1f61f1eb2ad827848e2c7382a4c3e0999e702dd9b.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-40985a64b4d5dd213fba27fcd862a1bd1b337a97674f6ff0b9ec20abcee4bc69.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-faf32007ae120c302213557626e660dd10e711c5dd4f1113d35f26dc05b78d2f.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */


.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox-nav-overlay a:focus, .ekko-lightbox-nav-overlay a > :focus {
  outline: 0;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox-container {
  position: relative;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: opacity .5s;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox-nav-overlay a > * {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox .modal-dialog {
  display: none;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox .modal-title {
  line-height: 1.2em;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox .modal-footer {
  -ms-flex-pack: unset;
  justify-content: unset;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: a 2s infinite ease-in-out;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}

/* line 1, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/lightbox-bootstrap-rails-5.1.0.1/vendor/assets/stylesheets/lightbox-bootstrap/ekko-lightbox.min.css */
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}

@keyframes a {
  0%,to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*# sourceMappingURL=ekko-lightbox.min.css.map */
/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/images_upload.scss */
.dropzone-wrapper {
  float: left !important;
}

/* line 5, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/images_upload.scss */
.for_image {
  text-align: center;
  background-color: #878787 !important;
  line-height: 24px !important;
  height: 24px !important;
}
/* line 4, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.place_images .progress {
  width: 100% !important;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.sortable_images {
  overflow: auto !important;
}
/* line 12, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.sortable_images .thumbnail:first-child .title {
  font-family: Avenir-Book, sans-serif;
  position: relative;
  margin-left: 0.5rem;
  top: 2px;
}
/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.sortable_images .thumbnail:not(:first-child) .title {
  display: none;
}
/* line 28, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.sortable_images .image_upload,
.sortable_images .template-upload {
  min-width: 100px;
  float: left;
  margin: 0.5rem;
  padding: 0.5rem;
  max-height: 250px;
  border: 1px solid #ddd;
}
/* line 38, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.sortable_images .image_upload .delete,
.sortable_images .template-upload .delete {
  margin-top: 2px;
}
/* line 41, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.sortable_images .image_upload .actions,
.sortable_images .template-upload .actions {
  box-shadow: inset 2px 2px 2px #878787, inset 3px 3px 3px rgba(255, 255, 255, 0.2), inset -3px 3px 3px rgba(0, 0, 0, 0.1);
  padding-bottom: 7px !important;
}
/* line 45, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.sortable_images .image_upload.disabled img,
.sortable_images .template-upload.disabled img {
  opacity: 0.3;
}
/* line 52, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.sortable_images .template-upload .preview canvas {
  height: 150px !important;
}

/* line 60, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.ui-sortable-helper {
  border: solid grey 1px;
}

/* line 64, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.ui-sortable-placeholder {
  visibility: visible !important;
  background-color: lightgrey;
}

/* line 69, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.bar {
  height: 18px;
  background: green;
}

/* line 75, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.dropzone.hover {
  background: lightblue;
}

/* line 80, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.placezone {
  height: 207px;
  width: 100%;
  margin-bottom: 20px;
  color: #626262;
  text-align: center;
  cursor: pointer;
  padding: 1rem;
  border: solid 1px #979797;
  background-color: rgba(60, 183, 150, 0.1);
  font-size: 18px;
}
/* line 91, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.placezone .fa {
  font-size: 3rem;
}
/* line 94, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.placezone .text {
  padding-top: 1rem;
}
/* line 97, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.placezone.drop {
  color: #222222;
  border-color: #222222;
}
/* line 101, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.placezone.error {
  color: #a94442;
  border-color: #a94442;
}
/* line 105, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.placezone.fade {
  transition: all 0.3s ease-out;
  opacity: 1;
}
/* line 109, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.placezone.error {
  color: gray;
  border-color: #6b010e;
  background-color: #f80220;
}
/* line 113, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.placezone.error .field_with_errors {
  color: #6b010e;
}

/* line 119, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.dropzone-wrapper {
  float: none !important;
  margin-left: 5px;
  margin-top: 5px;
}

/* line 126, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.fileupload .files .thumbnail {
  padding: 0;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(135, 135, 135, 0.1);
}
/* line 130, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.fileupload .files .thumbnail .actions {
  background-color: #878787;
  margin-bottom: 0.5rem;
}
/* line 135, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.fileupload .files .thumbnail .actions span.fa,
.fileupload .files .thumbnail .actions span a.fa {
  color: rgba(255, 255, 255, 0.5);
}
/* line 139, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.fileupload .files .thumbnail .actions span:hover.fa,
.fileupload .files .thumbnail .actions span a:hover.fa {
  color: white;
}
/* line 144, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.fileupload .files .thumbnail .actions .fa {
  margin: 0 0.5rem;
}
/* line 147, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.fileupload .files .thumbnail .actions .fa-reorder {
  cursor: move;
}
/* line 150, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.fileupload .files .thumbnail .actions .fa-reorder:before {
  position: relative;
  top: 2px;
  content: "\f047";
}
/* line 155, /home/alastair/workspace/coocooshop/app/assets/stylesheets/images_upload/uploads.scss */
.fileupload .files .thumbnail .actions a {
  text-decoration: none !important;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
@charset "UTF-8";
/* line 10, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }

  /* line 35, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 9, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

/* line 7, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 78, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #4ebda0;
  background-color: #e6f6f2;
}

/* line 88, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 163, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
/* line 193, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 7, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
/* line 109, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
/* line 207, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 229, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 4, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
/* line 12, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 11, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 10, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 114, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 202, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 295, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 307, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 366, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 388, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 7, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 27, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.modal {
  background-color: white;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 7, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 10, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, /home/alastair/.rvm/gems/ruby-2.5.7@cocon/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@font-face {
  font-family: 'Avenir-Heavy';
  src: url(/assets/AvenirLTStd-Heavy-2548c4f49bd2f10c07accdc880c3c50f509c77983c8832d5dbac12b541742ce7.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Medium';
  src: url(/assets/AvenirLTStd-Medium-43a5c49df4efe7cfaa7fc1ec8e287dcab93eecf7b383a4eb2bd617778ca4d8b0.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Book';
  src: url(/assets/AvenirLTStd-Book-69c4b96309a3548d9b875986c26f1c634ebd04b15933df2d9d5ff0807d7785ef.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Comfortaa-Regular';
  src: url(/assets/Comfortaa-Regular-7aeecaf4c799f24f22e871a6f546ca89116cf11288c7a8ff42f11401dd5445c6.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 3, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
body {
  background-color: #fff;
  color: #898989;
  font-family: Avenir-Book, sans-serif;
  margin: 0;
}

/* line 11, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
a {
  color: #44b99a;
}
/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
a.button, a.item {
  text-decoration: none;
}

/* line 22, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Avenir-Medium !important;
  color: #333333;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: none;
}

/* line 36, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
h1 {
  font-family: Avenir-Heavy !important;
  font-size: 35px;
  font-weight: 900;
}

/* line 42, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
h2 {
  font-family: Avenir-Heavy !important;
  font-size: 25px;
  font-weight: 900;
}

/* line 48, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
h3 {
  font-size: 22px;
}

/* line 52, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
h4 {
  font-size: 20px;
  color: #585858;
}

/* line 57, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
h5 {
  font-size: 18px;
  color: #585858;
}

/* line 62, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
h6 {
  font-size: 16px;
  color: #585858;
}

/* line 67, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
input,
textarea {
  font-family: Avenir-Book, sans-serif !important;
  color: #878787;
  padding: 0.2rem 0.2rem;
  font-size: 1rem;
  border: 1px solid #a1a1a1;
  box-shadow: 1px 1px 3px rgba(135, 135, 135, 0.1);
  border-radius: 2px;
  outline: none;
  box-sizing: border-box;
}
/* line 85, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="search"],
textarea[type="text"],
textarea[type="number"],
textarea[type="tel"],
textarea[type="email"],
textarea[type="password"],
textarea[type="search"] {
  width: 100%;
  padding: 0.2rem;
  font-size: 1rem;
}
/* line 95, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
input[type="checkbox"], input[type="range"], input[type="file"],
textarea[type="checkbox"],
textarea[type="range"],
textarea[type="file"] {
  box-shadow: none;
}
/* line 100, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
input[type="file"], input[type="range"],
textarea[type="file"],
textarea[type="range"] {
  border: 0;
  padding: 0;
}
/* line 105, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
input:disabled,
textarea:disabled {
  box-shadow: none;
  border-color: #ccc;
  background-color: #ccc;
}
/* line 109, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
input:disabled::placeholder,
textarea:disabled::placeholder {
  color: #8c8c8c;
}

/* line 115, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
textarea {
  width: 100%;
  padding: 0.2rem;
  font-size: 1rem;
  min-width: 10rem;
}

/* line 122, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.field_with_errors {
  position: relative;
  margin-bottom: 1rem;
}
/* line 125, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.field_with_errors input, .field_with_errors select {
  margin-bottom: 0;
  border-color: #d0021b;
}
/* line 129, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.field_with_errors .error {
  color: #d0021b;
  font-size: 12px;
}
/* line 135, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.field_with_errors.place_terms_of_service span, .field_with_errors.brand_terms_of_service span {
  background-color: #d0021b;
}

/* line 142, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.new-checkbox input {
  margin-right: .25em;
}
/* line 145, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.new-checkbox label {
  display: inline;
}

/* line 150, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.place_terms_of_service {
  padding-bottom: 0.3rem;
}

/* line 154, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
textarea {
  width: 100%;
}

/* line 158, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
label {
  display: block;
  cursor: pointer;
  font-family: Avenir-Book, sans-serif;
  font-weight: normal !important;
  text-transform: lowercase;
}
/* line 165, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
label .content {
  text-transform: none;
}

/* line 170, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.button,
.basic-button {
  font-size: 17px;
  font-family: Comfortaa-Regular !important;
  color: #3cb796;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  padding: 8px 14px;
  border: solid 2px #3cb796;
  text-decoration: none;
}
/* line 184, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.button:hover,
.basic-button:hover {
  color: #fff;
  background-color: #3cb796;
  border: solid 2px #3cb796;
}
/* line 193, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.button:disabled,
.basic-button:disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: white;
}
/* line 198, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.button.primary,
.basic-button.primary {
  border: solid 2px #3cb796;
  background-color: #3cb796;
  color: #fff;
}
/* line 202, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.button.primary:hover,
.basic-button.primary:hover {
  background-color: #56dfba;
  border: solid 2px #56dfba;
}
/* line 206, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.button.primary:active,
.basic-button.primary:active {
  background-color: #3cb796;
  border: solid 2px #3cb796;
}
/* line 210, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.button.primary:disabled,
.basic-button.primary:disabled {
  border-color: #ccc;
  background-color: #ccc;
}

/* line 217, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.btn-secondary {
  background-color: #a1a1a1 !important;
}

/* line 221, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.btn-accept {
  background-color: #009edb !important;
}

/* line 225, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.btn-lg {
  font-size: 1rem !important;
  padding: 0.7rem 1.2rem !important;
}

/* line 230, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.standard-logo {
  width: 121px;
  height: 50px;
  margin: 0 1rem 0 0;
  padding-top: 0;
  background: url(/assets/logo-719006a07bbda14f6471189579445ac0d062cca0575e9df7ef3818125ca0b935.svg) no-repeat;
  background-size: contain;
}

/* line 240, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.user_icon {
  position: absolute;
  top: 20px;
  right: 140px;
  z-index: 2000;
}

/* line 247, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.user-circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(/assets/icons/default_user-821bdee07bd243bd339dafe782b19ebabb7bd0332ae753426bcc6c6e7693256a.png) no-repeat;
  border-radius: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

/* line 261, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.user-menu {
  margin-bottom: 0;
  text-decoration: none;
  color: #575757;
  font-size: 1em;
}

/* line 269, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.language_icon {
  position: absolute;
  top: 26px;
  right: 30px;
  z-index: 2000;
}
/* line 274, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.language_icon a {
  text-decoration: none;
  color: #575757;
  font-size: 1em;
}

/* line 283, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.breadcrumbs {
  font-size: 17px;
  color: #3cb796;
  margin: 40px 0;
}

/* line 289, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.edit_link {
  float: right;
  margin-top: 15px;
  opacity: 0.75;
}
/* line 293, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.edit_link a {
  color: #9a9a9a;
}
/* line 296, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.edit_link .fa {
  font-size: 22px;
}

/* line 301, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.separator {
  width: 100%;
  height: 5px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}

/* line 308, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.halved {
  display: flex;
  width: 100%;
}

/* line 313, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.first_half {
  width: 50%;
  margin-right: 20px;
}

/* line 318, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.second_half {
  width: 50%;
}

/* line 322, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.full_width {
  width: 100%;
}

/* line 326, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.alert-dot {
  border-radius: 10px;
  background-color: red;
  height: 10px;
  width: 10px;
  z-index: 100;
}

/* line 334, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.green-dot,
.dark-green-dot,
.orange-dot,
.red-dot {
  font-size: 12px;
  border-radius: 10px;
  background-color: #e6f6f2;
  color: #3cb796;
  padding: 2px 5px 1px 5px;
}

/* line 345, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.orange-dot {
  color: #fc9044;
  background-color: #fff8ea;
}

/* line 350, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.dark-green-dot {
  color: white;
  background-color: green;
}

/* line 355, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.red-dot {
  color: #ffe0e0;
  background-color: #f48c8c;
}

/* line 360, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.green-label,
.orange-label,
.red-label {
  border-radius: 4px;
  text-align: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  white-space: nowrap;
}

/* line 373, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.green-label {
  background-color: #e6f6f2;
  color: #3cb796;
}

/* line 378, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.orange-label {
  background-color: #faf3e4;
  color: #fc9044;
}

/* line 383, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.red-label {
  background-color: #ffe0e0;
  color: #f48c8c;
}

/* line 388, /home/alastair/workspace/coocooshop/app/assets/stylesheets/basic.scss */
.background-cross {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 10 10'> <path d='M0 0 L0 10 L10 10' fill='none' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header:not(.sticky) .navbar {
  background-color: white;
  box-shadow: 0 0 3px 0px;
}
/* line 12, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav {
  background-color: #fff;
  padding: 0.5rem 0.5rem 0;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
  transition: box-shadow 0.2s;
  font-weight: 500;
}
/* line 27, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav #avatar-crop {
  text-align: center;
  margin: 1rem;
}
/* line 31, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav a {
  white-space: nowrap;
  color: #575757;
  display: inline-block;
  transition: color 200ms;
  margin-right: 2rem;
  margin-bottom: 0.25rem;
  text-decoration: none !important;
  font-size: 1rem;
}
/* line 40, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav a .material-icons.circle {
  margin-right: 0.25rem;
  color: #37bc9b;
  border: 1px solid #37bc9b;
  border-radius: 50%;
  font-weight: 300;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
/* line 52, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav a .fa-home {
  color: #60ac88;
  font-size: 1.1rem;
}
/* line 59, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav a.active {
  color: #878787;
  cursor: default;
}
/* line 63, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav a:hover {
  color: #878787;
}
/* line 68, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav #host-drop-wrapper .icon-user {
  color: #878787;
}
/* line 73, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav #top-account > a {
  display: inline-block;
  color: #575757;
  line-height: 22px;
}
/* line 78, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav #top-account > a:hover {
  color: #545454;
}
/* line 84, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav .standard-logo {
  width: 50px;
  height: 50px;
  margin: 0 1rem 0 0;
  padding-top: 0;
  background: url("/logo.png") no-repeat;
  background-size: contain;
}
/* line 93, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav .sign-in-outline {
  color: #3cb796;
  border: 2px solid #3cb796;
  border-radius: 4px;
  font-weight: 400;
  height: 26px;
  line-height: 26px;
  padding: 0 6px;
}
/* line 101, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav .sign-in-outline .material-icons {
  transform: translateY(2px);
}
/* line 108, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav .dropdown a {
  /*        color: $color2;*/
  font-family: Avenir-Book, sans-serif;
}
/* line 114, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav .language-menu {
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 5px;
  font-size: 12px;
  color: #8c8c8c;
  min-width: 45px;
  max-width: 45px;
}
/* line 124, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav .language-menu ul {
  padding-bottom: 0;
}
/* line 129, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav .language-menu-items {
  min-width: 45px;
  max-width: 45px;
  text-transform: uppercase;
}
/* line 136, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav .dropdown-menu {
  padding: 8px 0;
  border-color: transparent;
  border-radius: 2px;
  width: 210px;
  /* 100% - To Fit in menus*/
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
/* line 143, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav .dropdown-menu li {
  line-height: 24px;
}
/* line 146, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav .dropdown-menu a {
  font-size: 14px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 24px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-items: flex-start;
  width: 100%;
  padding: 0.5em 1em;
  transform: none !important;
}
/* line 157, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav .dropdown-menu a:hover {
  color: #222;
  background-color: rgba(0, 0, 0, 0.14);
}
/* line 161, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header nav .dropdown-menu a .material-icons {
  font-size: 1rem;
  padding: 0 8px;
  line-height: 24px;
}
@media screen and (max-width: 479px) {
  /* line 169, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
  header nav .dropdown-menu.dropdown-menu-right {
    left: 10px;
  }
}
@media screen and (max-width: 479px) {
  /* line 12, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
  header nav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  /* line 178, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
  header nav a {
    margin-bottom: 1rem;
  }
}
/* line 184, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header.sticky nav {
  box-shadow: 0 0 3px 0px;
  background-color: white;
}
/* line 190, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
header #welcome-index .standard-logo {
  background-image: url(/assets/logo-719006a07bbda14f6471189579445ac0d062cca0575e9df7ef3818125ca0b935.svg);
  width: 141px;
}

/* line 197, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.user-menu-items {
  white-space: nowrap;
  color: #575757;
  transition: color 200ms;
  margin-right: 2rem;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
/* line 206, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.user-menu-items li a {
  text-decoration: none !important;
}

/* line 212, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
main {
  max-width: 1024px;
  padding: 0.5rem;
  min-height: 80vh;
}
@media screen and (min-width: 480px) {
  /* line 212, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
  main {
    padding-left: 2rem;
    padding-right: 50px;
  }
}

/* line 223, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
footer {
  font-size: 15px;
  font-weight: 300;
  padding: 4rem 1rem;
  max-width: 1024px;
  margin: 0 auto;
}
/* line 229, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
footer > div {
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
}
/* line 234, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
footer h3 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}
/* line 240, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
footer a {
  transition: color 0.2s;
  display: inline-block;
  white-space: nowrap;
  color: var(--accent-color);
  font-weight: 400;
  text-decoration: none !important;
}
/* line 247, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
footer a:hover {
  color: var(--accent-hover-color);
  text-decoration: underline !important;
}
/* line 252, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
footer .social a {
  font-size: 2rem;
  margin-right: 0.5rem;
}
/* line 256, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
footer .navigation a {
  display: block;
  margin-bottom: 0.5em;
}

/* line 262, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.fa.fa-facebook {
  color: #fff;
  font-size: 23px;
  background-color: #163850;
  display: inline-block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

/* line 274, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.fa.fa-youtube {
  color: #fff;
  font-size: 23px;
  background-color: #d0021b;
  display: inline-block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

/* line 286, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.wrapper {
  max-width: 980px;
  margin: 0 auto;
}

/* line 291, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.copy {
  padding-top: 1em;
  padding-bottom: 2em;
}

/* line 296, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.copy div {
  font-size: 13px;
  text-align: center;
  line-height: 1.6em;
  font-weight: 300;
}

/* line 303, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.copy a {
  color: #37bc9b;
}

/* line 308, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.with-divider {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
/* line 313, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.with-divider:after {
  position: absolute;
  left: 49%;
  bottom: -0.5rem;
  color: rgba(128, 128, 128, 0.15);
  content: "";
  font-size: 1rem;
  font-family: "FontAwesome";
  background-color: #fff;
  padding: 0 1rem;
}

/* line 326, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.row-layout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 479px) {
  /* line 326, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
  .row-layout {
    flex-direction: column;
    display: block;
  }
}
/* line 334, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.row-layout > * {
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 480px) {
  /* line 334, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
  .row-layout > * {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 480px) {
  /* line 342, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
  .row-layout > *:last-child {
    margin-right: 0;
  }
}
/* line 349, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.row-layout.last-right > *:last-child {
  text-align: right;
}
/* line 352, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.row-layout.last-right > *:first-child {
  text-align: inherit;
}

/* line 358, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.col-layout {
  display: flex;
  flex-direction: column;
}
/* line 361, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.col-layout > * {
  flex-grow: 1;
  margin-bottom: 1rem;
}
/* line 364, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.col-layout > *:last-child {
  margin-right: 0;
}

/* line 371, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.hamburger a {
  font-size: 24px;
  margin: 0;
  padding: 4px;
  color: rgba(0, 0, 0, 0.75);
}
/* line 377, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.hamburger a:hover,
.hamburger a:active {
  color: var(--accent-color);
}
/* line 381, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.hamburger a::before {
  font-size: 12px;
  content: "menu";
  position: absolute;
  text-transform: uppercase;
  transform: translate(-40px, 4px);
}
@media screen and (min-width: 480px) {
  /* line 370, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
  .hamburger {
    display: none;
  }
}

/* line 393, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.menu-items {
  display: none;
}
/* line 395, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.menu-items.open {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  z-index: 900;
  top: 62px;
  left: 0;
  right: 0;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1);
}
/* line 407, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.menu-items.open a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px 0;
}
@media screen and (min-width: 480px) {
  /* line 393, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
  .menu-items {
    display: flex;
    flex-grow: 2;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  /* line 420, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
  .menu-items .spring {
    flex-grow: 1;
  }
}

/* line 426, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.video {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

/* line 433, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.video-play {
  filter: saturate(0);
  transition: filter 500ms;
}
/* line 436, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.video-play:hover {
  filter: saturate(1);
}

/* line 441, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.help-video {
  background-image: url("help_video.png");
}
/* line 444, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.help-video:hover {
  background-image: url("help_video_2.png");
}

/* line 449, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.video-popup, .help-video-popup {
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 62px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  transition: opacity 250ms;
}
/* line 462, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.video-popup.open, .video-popup.help-open, .video-popup:target, .help-video-popup.open, .help-video-popup.help-open, .help-video-popup:target {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  opacity: 1;
}
/* line 471, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.video-popup .video-close, .video-popup .help-video-close, .help-video-popup .video-close, .help-video-popup .help-video-close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #878787;
  background-color: transparent;
  box-shadow: none;
}
/* line 478, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.video-popup .video-close:hover, .video-popup .help-video-close:hover, .help-video-popup .video-close:hover, .help-video-popup .help-video-close:hover {
  color: #878787;
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 488, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.download-popup {
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3000;
}
/* line 499, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.download-popup.open, .download-popup.help-open, .download-popup:target {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
/* line 507, /home/alastair/workspace/coocooshop/app/assets/stylesheets/layout.scss */
.download-popup .mini-dialog {
  background-color: white;
  border: 2px solid #d7d7d7;
  border-top: 5px solid #008b6d;
  padding: 20px;
  padding-bottom: 5px;
  margin: 10% auto;
  width: max-content;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.ex-footer {
  display: flex;
  border-bottom: 1px #cacaca solid;
}

/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.no-footer {
  border-bottom: 0 !important;
}

/* line 10, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.core-content {
  width: 100%;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.centre-content {
  margin: auto;
}

/* line 18, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.no-sidebar {
  height: 100%;
  height: 100%;
}

/* line 24, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.no-sidebar-logo {
  height: 52px;
  margin: 15px 0 0 15px;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.sidebar {
  min-width: 225px;
  border-right: 1px #cacaca solid;
  text-align: center;
  margin-left: 10px;
  padding: 10px 0;
  max-width: 250px;
}

/* line 39, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.sidebar-logo {
  max-width: 180px;
  margin-bottom: 30px;
}

/* line 44, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.sidebar-selector {
  border: 1px #cacaca solid;
  background-color: white;
  border-radius: 3px;
  padding: 0px 5px;
  margin-right: 5px;
}
/* line 52, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.sidebar-selector .dropdown {
  line-height: 30px;
}
/* line 55, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.sidebar-selector a {
  color: #575757;
  text-decoration: none;
  font-size: 14px;
}
/* line 59, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.sidebar-selector a:hover {
  color: black;
}
/* line 64, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.sidebar-selector i {
  color: #cacaca;
  float: right;
  margin-top: 7px;
}
/* line 70, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.sidebar-selector .icon,
.sidebar-selector .main-icon {
  height: 20px;
  width: 20px;
  transform: translateY(5px);
}
/* line 77, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.sidebar-selector .down-arrow {
  padding-bottom: 6px;
}
/* line 81, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.sidebar-selector .main-menuitem {
  width: 100%;
}

/* line 87, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.brand_shop_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 166px;
}

/* line 94, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.sidebar-link {
  text-decoration: none;
  color: #898989;
}

/* line 99, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.sidebar-menuitem {
  text-align: left;
  font-size: 18px;
  padding: 15px;
  padding-right: 5px;
  background-color: white;
  border-left: white 5px solid;
}
/* line 106, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.sidebar-menuitem:hover {
  color: #3cb796;
  opacity: 0.8;
  background-color: #e3faf2;
  border-left: #e3faf2 5px solid;
}

/* line 114, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sidebar.scss */
.sidebar-selected {
  opacity: 0.8;
  background-color: #e3faf2;
  border-left: #3cb796 5px solid !important;
  color: #3cb796;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__field {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__field:last-of-type {
  margin-bottom: 0;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__label {
  display: block;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__helper-text, .adyen-checkout__label__text {
  color: #00112c;
  display: block;
  font-size: .81em;
  font-weight: 400;
  line-height: 13px;
  padding-bottom: 5px;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__helper-text {
  color: #687282;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__label__text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .1s ease-out;
  white-space: nowrap;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__label__text--error {
  color: #d10244;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__label--focused .adyen-checkout__label__text {
  color: #06f;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__error-text {
  align-items: center;
  color: #d10244;
  display: flex;
  font-size: .75em;
  font-weight: 400;
  margin-top: 4px;
}

/* line 2, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__spinner__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

/* line 2, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__spinner__wrapper--inline {
  display: inline-block;
  height: auto;
  margin-right: 8px;
}

/* line 2, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__spinner {
  -webkit-animation: rotateSpinner 1.5s infinite linear;
  animation: rotateSpinner 1.5s infinite linear;
  border: 3px solid #06f;
  border-radius: 50%;
  border-top-color: transparent;
  height: 43px;
  width: 43px;
}

/* line 2, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__spinner--large {
  height: 43px;
  width: 43px;
}

/* line 2, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__spinner--small {
  border-width: 2px;
  height: 16px;
  width: 16px;
}

/* line 2, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__spinner--medium {
  height: 28px;
  width: 28px;
}

@-webkit-keyframes rotateSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotateSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
/* line 3, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__icon svg {
  fill: currentColor;
}

/* line 4, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__open-invoice .adyen-checkout__input-wrapper--socialSecurityNumber + .adyen-checkout__error-text {
  max-width: 380px;
}

/* line 5, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__radio_group + .adyen-checkout-input__inline-validation {
  display: none;
}

/* line 5, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__radio_group__input {
  opacity: 0;
  position: absolute;
}

/* line 5, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__radio_group__label {
  color: inherit;
  display: block;
  font-size: .81em;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 8px;
  overflow: visible;
  padding-bottom: 0;
  padding-left: 24px;
  position: relative;
}

/* line 5, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__label--focused .adyen-checkout__radio_group__label {
  color: inherit;
}

/* line 5, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__radio_group__label:before {
  background-color: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color .2s ease-out,box-shadow .2s ease-out;
  width: 16px;
}

/* line 5, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__radio_group__label:hover:before {
  border-color: #99a3ad;
  box-shadow: 0 0 0 2px #d4d9db;
  cursor: pointer;
}

/* line 5, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__radio_group__label:after {
  -webkit-transform: scale(0);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 15, 45, 0.25);
  content: "";
  display: block;
  height: 6px;
  left: 5px;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  transform: scale(0);
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out;
  width: 6px;
}

/* line 5, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__radio_group__label:hover {
  border-color: #06f;
  cursor: pointer;
}

/* line 5, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:before, .adyen-checkout__radio_group__label--selected {
  background-color: #06f;
  border: 0;
  transition: all .2s ease-out;
}

/* line 5, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 5, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:hover:before, .adyen-checkout__radio_group__input:checked:active + .adyen-checkout__radio_group__label:before, .adyen-checkout__radio_group__input:checked:focus + .adyen-checkout__radio_group__label:before {
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.4);
}

/* line 5, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__radio_group__label.adyen-checkout__radio_group__label--invalid:before {
  border: 1px solid #d10244;
}

/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__checkbox {
  display: block;
}

/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__checkbox__input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__checkbox__label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: #00112c;
  cursor: pointer;
  display: inline-block;
  font-size: .81em;
  font-weight: 400;
  line-height: 16px;
  padding-left: 24px;
  position: relative;
  user-select: none;
}

/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__checkbox__input + span:before {
  -webkit-transform: rotate(37deg);
  -webkit-transform-origin: 100% 100%;
  border-color: transparent #fff #fff transparent;
  border-radius: 0 2px 1px 2px;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  content: "";
  height: 11px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(37deg);
  transform-origin: 100% 100%;
  transition: opacity .2s ease-out;
  width: 6px;
  z-index: 1;
}

/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__checkbox__input:checked + .adyen-checkout__checkbox__label:before {
  opacity: 1;
}

/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:after {
  background-color: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 3px;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  transition: background .15s ease-out,border .05s ease-out,box-shadow .1s ease-out;
  width: 16px;
  z-index: 0;
}

/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__checkbox__input--invalid + .adyen-checkout__checkbox__label:after {
  border: 1px solid #d10244;
}

/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__checkbox__input:checked + .adyen-checkout__checkbox__label:after {
  background-color: #06f;
  border: 1px solid #06f;
}

/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__checkbox__input:hover:not(:focus) + .adyen-checkout__checkbox__label:after {
  border-color: #99a3ad;
  box-shadow: 0 0 0 2px #d4d9db;
}

/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__checkbox__input:checked:hover + .adyen-checkout__checkbox__label:after {
  border-color: #06f;
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.4);
}

/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__checkbox__input:focus + span:after {
  border: 1px solid #06f;
  box-shadow: 0 0 0 2px #99c2ff;
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropdown {
  font-size: 1em;
  max-width: 100%;
  width: 100%;
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropdown__button {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 6px;
  font-size: 1em;
  height: 40px;
  line-height: 20px;
  outline: 0;
  padding: 9px 24px 9px 12px;
  transition: border .2s ease-out,box-shadow .2s ease-out;
  user-select: none;
  width: 100%;
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropdown__button__icon {
  margin-right: 8px;
  max-height: 26px;
  max-width: 40px;
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropdown__button--active, .adyen-checkout__dropdown__button:active, .adyen-checkout__dropdown__button:focus {
  border-color: #06f;
  box-shadow: 0 0 0 2px #99c2ff;
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropdown__button--readonly, .adyen-checkout__dropdown__button--readonly.adyen-checkout__dropdown__button--active {
  background: #e6e9eb;
  color: #00112c;
  cursor: not-allowed;
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropdown__button--invalid {
  border-color: #d10244;
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropdown__button__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropdown__list {
  border-radius: 6px;
  box-shadow: 0 2px 7px rgba(0, 15, 45, 0.3);
  max-height: 375px;
  z-index: 2;
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropdown__list.adyen-checkout__dropdown__list--active {
  margin-top: 2px;
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropdown__element {
  -moz-user-select: none;
  -ms-hyphens: auto;
  -ms-user-select: none;
  -webkit-hyphens: auto;
  -webkit-user-select: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: .81em;
  hyphens: auto;
  line-height: 20px;
  outline: 0;
  padding: 8px;
  transition: background .2s ease-out,border-color .2s ease-out;
  user-select: none;
  word-break: break-word;
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropdown__element:last-child {
  border-bottom: 0;
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropdown__element:active, .adyen-checkout__dropdown__element:focus, .adyen-checkout__dropdown__element:hover {
  background: rgba(230, 233, 235, 0.6);
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active {
  background: rgba(0, 102, 255, 0.1);
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:active, .adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:focus, .adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:hover {
  background: rgba(0, 102, 255, 0.15);
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropdown__element__icon {
  border-radius: 3px;
  margin-right: 8px;
  max-height: 26px;
  max-width: 40px;
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropdown + .adyen-checkout-input__inline-validation {
  right: 32px;
}

/* line 8, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__select-list {
  background: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 6px;
  margin: 0;
  max-height: 140px;
  min-height: 100px;
  min-width: 300px;
  overflow-y: scroll;
  padding: 0;
  width: 100%;
}

/* line 8, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__select-list__item {
  background: #fff;
  border: 1px solid transparent;
  border-bottom-color: #e6e9eb;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  line-height: 20px;
  outline: 0;
  padding: 9px;
  width: 100%;
}

/* line 8, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__select-list__item:first-child {
  border-top: 0;
}

/* line 8, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__select-list__item:active, .adyen-checkout__select-list__item:focus, .adyen-checkout__select-list__item:hover {
  background: rgba(230, 233, 235, 0.6);
}

/* line 8, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__select-list__item--selected {
  background: rgba(0, 102, 255, 0.1);
  font-weight: 500;
}

/* line 8, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__select-list__item--selected:active, .adyen-checkout__select-list__item--selected:focus, .adyen-checkout__select-list__item--selected:hover {
  background: rgba(0, 102, 255, 0.15);
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__field-wrapper {
  display: flex;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__field--50 {
  width: 50%;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__field--50:first-child {
  margin-right: 8px;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__field--50:nth-child(2) {
  margin-left: 8px;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input {
  background: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 6px;
  color: #00112c;
  display: block;
  font-family: inherit;
  font-size: 1em;
  height: 40px;
  outline: none;
  padding: 5px 8px;
  position: relative;
  transition: border .2s ease-out,box-shadow .2s ease-out;
  width: 100%;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input:hover {
  border-color: #99a3ad;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input:required {
  box-shadow: none;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input--disabled, .adyen-checkout__input[readonly] {
  background: #e6e9eb;
  border-color: #e6e9eb;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input--disabled:hover {
  border-color: #e6e9eb;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input-wrapper {
  display: block;
  position: relative;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input-wrapper--block {
  display: block;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout-input__inline-validation {
  -webkit-transform: translateY(-50%);
  height: 16px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout-input__inline-validation--valid {
  color: #0abf53;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout-input__inline-validation--invalid {
  color: #d10244;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input--invalid {
  border-color: #d10244;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input--valid {
  border-bottom-color: #0abf53;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input--error, .adyen-checkout__input--error:hover, .adyen-checkout__input--invalid, .adyen-checkout__input--invalid:hover {
  border-color: #d10244;
  color: #d10244;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input::-webkit-input-placeholder {
  color: #b9c4c9;
  font-weight: 200;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input:-ms-input-placeholder {
  color: #b9c4c9;
  font-weight: 200;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input::-ms-input-placeholder {
  color: #b9c4c9;
  font-weight: 200;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input::placeholder {
  color: #b9c4c9;
  font-weight: 200;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input--focus, .adyen-checkout__input--focus:hover, .adyen-checkout__input:active, .adyen-checkout__input:active:hover, .adyen-checkout__input:focus, .adyen-checkout__input:focus:hover {
  border: 1px solid #06f;
  box-shadow: 0 0 0 2px #99c2ff;
}

/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input[readonly], .adyen-checkout__input[readonly]:hover {
  background-color: #e6e9eb;
  border-color: transparent;
  color: #687282;
  cursor: default;
}

/* line 10, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__fieldset {
  display: block;
  padding-bottom: 8px;
  width: 100%;
}

/* line 10, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__fieldset:last-of-type {
  padding-bottom: 0;
}

/* line 10, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__fieldset + .adyen-checkout__fieldset {
  margin-top: 16px;
}

/* line 10, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__fieldset__title {
  color: #687282;
  display: block;
  font-size: .68em;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 8px;
  text-transform: uppercase;
}

/* line 10, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__field-group, .adyen-checkout__fieldset__fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

/* line 10, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__field-group:last-of-type .adyen-checkout__field {
  margin-bottom: 0;
}

/* line 10, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__field--col-70 {
  width: calc(70% - 8px);
}

/* line 10, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__field--col-30 {
  width: calc(30% - 8px);
}

/* line 10, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__field--col-50 {
  width: calc(50% - 8px);
}

/* line 11, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__fieldset--readonly {
  color: #00112c;
  font-size: .81em;
  line-height: 19px;
  margin: 0;
}

/* line 12, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__open-invoice .adyen-checkout__checkbox--consent-checkbox {
  max-width: 540px;
}

/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__open-invoice .adyen-checkout__checkbox {
  margin: 0 0 8px;
}

/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__open-invoice .adyen-checkout__checkbox:only-of-type {
  margin-bottom: 0;
}

/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__open-invoice .adyen-checkout__checkbox--consent-checkbox {
  margin: 0;
}

/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__open-invoice .adyen-checkout__field--gender .adyen-checkout__radio_group {
  display: flex;
}

/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__open-invoice .adyen-checkout__field--gender .adyen-checkout__radio_group > label {
  margin-right: 16px;
}

/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__open-invoice .adyen-checkout__field--gender .adyen-checkout__label--focused .adyen-checkout__label__text, .adyen-checkout__open-invoice .adyen-checkout__field--gender .adyen-checkout__label__text {
  color: #00112c;
}

/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__open-invoice .adyen-checkout__fieldset--billingAddress {
  padding-bottom: 8px;
}

/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__open-invoice .adyen-checkout__fieldset--deliveryAddress {
  margin-top: 24px;
  padding-bottom: 8px;
}

/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__open-invoice .adyen-checkout__input--separateDeliveryAddress {
  margin-bottom: 0;
}

/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__open-invoice .adyen-checkout__field--dateOfBirth {
  width: calc(50% - 8px);
}

/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__open-invoice .adyen-checkout__field--country, .adyen-checkout__open-invoice .adyen-checkout__field--street {
  width: calc(70% - 8px);
}

/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__open-invoice .adyen-checkout__field--houseNumberOrName, .adyen-checkout__open-invoice .adyen-checkout__field--postalCode {
  width: calc(30% - 8px);
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button {
  background: #00112c;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  height: 48px;
  margin: 0;
  padding: 15px;
  text-decoration: none;
  transition: background .3s ease-out,box-shadow .3s ease-out;
  width: 100%;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button--pay {
  margin-top: 24px;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button--standalone {
  margin-top: 0;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button:disabled {
  -moz-user-select: all;
  -ms-user-select: all;
  -webkit-user-select: all;
  background: #e6e9eb;
  box-shadow: none;
  cursor: not-allowed;
  user-select: all;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button:focus {
  box-shadow: 0 0 0 2px #99c2ff;
  outline: 0;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button:hover {
  background: #1c3045;
  box-shadow: 0 0, 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button:active {
  background: #3a4a5c;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button:hover:focus {
  box-shadow: 0 0 0 2px #99c2ff, 0 3px 4px rgba(0, 15, 45, 0.2);
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button--loading {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background: #687282;
  box-shadow: none;
  pointer-events: none;
  user-select: none;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button .adyen-checkout__spinner {
  border-color: transparent #fff #fff;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button__content {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button__icon {
  margin-right: 12px;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button__text {
  display: block;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button.adyen-checkout__button--inline {
  display: block;
  font-size: .81em;
  height: auto;
  padding: 10px 8px;
  width: auto;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button.adyen-checkout__button--secondary {
  background: rgba(0, 102, 255, 0.1);
  border: 1px solid transparent;
  color: #06f;
  padding: 10px 12px;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button.adyen-checkout__button--secondary:hover {
  background: rgba(0, 102, 255, 0.2);
  box-shadow: none;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button.adyen-checkout__button--secondary:active, .adyen-checkout__button.adyen-checkout__button--secondary:active:hover {
  background: rgba(0, 102, 255, 0.3);
  box-shadow: none;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button.adyen-checkout__button--completed, .adyen-checkout__button.adyen-checkout__button--completed:active, .adyen-checkout__button.adyen-checkout__button--completed:active:hover, .adyen-checkout__button.adyen-checkout__button--completed:hover {
  background: #0abf53;
  color: #fff;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button.adyen-checkout__button--completed .adyen-checkout__button__icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/* line 15, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__applepay__button {
  height: 40px;
  width: 240px;
}

/* line 15, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropin .adyen-checkout__applepay__button {
  width: 100%;
}

/* line 16, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__card-input__form {
  transition: opacity .25s ease-out;
}

/* line 16, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__card__cardNumber {
  max-width: 400px;
}

/* line 16, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__card__cardNumber__input {
  padding: 5px 8px;
}

/* line 16, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__card__exp-date__input--oneclick {
  font-weight: 400;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 16, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__card__holderName, .adyen-checkout__field--expiryDate, .adyen-checkout__field--storedCard {
  margin-bottom: 0;
}

/* line 16, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__card__holderName, .adyen-checkout__store-details {
  margin-top: 16px;
}

/* line 16, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__field--cardNumber .adyen-checkout__input--error .adyen-checkout__card__cardNumber__brandIcon {
  display: none;
}

/* line 16, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__field--cardNumber .adyen-checkout__input--valid:not(.adyen-checkout__card__cardNumber__input--noBrand) + .adyen-checkout-input__inline-validation--valid {
  display: none;
}

/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__giropay__no-results {
  color: #687282;
  display: block;
  font-size: .81em;
  padding: 0 0 0 2px;
}

/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__giropay__placeholder {
  color: #b9c4c9;
  display: block;
  font-weight: 200;
  padding: 0 0 0 2px;
}

/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__giropay__loading {
  display: block;
  min-height: 100px;
}

/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__giropay__loading .adyen-checkout__spinner__wrapper {
  display: inline-block;
  vertical-align: middle;
}

/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__giropay__loading-text {
  color: #687282;
  font-size: .81em;
  line-height: 16px;
  vertical-align: middle;
}

/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__giropay__error {
  color: #d10244;
  font-size: .81em;
}

/* line 18, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropin .gpay-button.long {
  height: 48px;
  padding: 15px 24px 13px;
  transition: background-color .3s ease-out,box-shadow .3s ease-out;
  width: 100%;
}

/* line 19, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__field--issuer-list {
  margin-bottom: 0;
}

/* line 20, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__econtext-input__field {
  display: flex;
  flex-wrap: wrap;
}

/* line 20, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__econtext-input__field .adyen-checkout__field--firstName, .adyen-checkout__econtext-input__field .adyen-checkout__field--lastName {
  max-width: 100%;
  min-width: 250px;
  width: calc(50% - 8px);
}

/* line 20, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__econtext-input__field .adyen-checkout__field--firstName {
  margin-right: 16px;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result {
  border-radius: 12px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__bottom, .adyen-checkout__voucher-result__top {
  background: #fff;
  border: 1px solid #d4d9db;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__top {
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  padding: 40px 0 24px;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__bottom {
  border-radius: 0 0 12px 12px;
  border-top: 0;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__separator {
  align-items: center;
  background: #fff;
  display: flex;
  height: 13px;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 14px);
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__separator:after, .adyen-checkout__voucher-result__separator:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMGw1IDIgMS41IDRIN1YwSDB6bTAgMTNsNS0yIDEuNS00SDd2NkgweiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik02LjQyMyA2LjVDNi40MjMgMy4zMTIgMy43ODMuNzU2LjUuNTE4YzMuMzg2LjIzNiA2IDIuODU1IDYgNS45ODIgMCAzLjEyNy0yLjYxNCA1Ljc0Ni02IDUuOTgzdi0uMDAxYzMuMjg0LS4yMzcgNS45MjMtMi43OTQgNS45MjMtNS45ODJ6IiBzdHJva2U9IiNENEQ5REIiLz48cGF0aCBmaWxsPSIjRDREOURCIiBkPSJNMCAwaDF2MUgwek0wIDEyaDF2MUgweiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDd2MTNIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__separator:before {
  background-position: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 13px;
  left: -7px;
  position: absolute;
  top: 0;
  width: 7px;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__separator:after {
  -webkit-transform: rotate(-180deg);
  background-position: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 13px;
  position: absolute;
  right: -7px;
  top: 0;
  transform: rotate(-180deg);
  width: 7px;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__separator__inner {
  border-top: 1px solid #e6e9eb;
  width: 100%;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  width: 100%;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__image__wrapper {
  display: block;
  height: 48px;
  margin: 0 24px;
  position: relative;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__image__wrapper:after {
  border: 1px solid rgba(0, 27, 43, 0.17);
  border-radius: 3px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__image__wrapper:nth-child(2):before {
  border-left: 1px solid #d4d9db;
  content: "";
  height: 64px;
  left: -24.5px;
  position: absolute;
  top: -8px;
  width: 1px;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__image__brand, .adyen-checkout__voucher-result__image__issuer {
  border-radius: 3px;
  height: 48px;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__introduction {
  color: #00112c;
  font-size: .81em;
  line-height: 19px;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__amount {
  color: #00112c;
  font-size: 1em;
  font-weight: 700;
  margin: 24px auto 0;
  text-align: center;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__surcharge {
  color: #687282;
  display: block;
  font-size: .81em;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__code__label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: block;
  font-weight: 400;
  left: 0;
  line-height: 19px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -2px;
  user-select: none;
  width: auto;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__code__label:before {
  content: "";
  position: absolute;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__code__label__text {
  background: #fff;
  color: #00112c;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 1;
  padding: 0 8px;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__code__barcode {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: block;
  height: 56px;
  margin: 0 auto 8px;
  max-width: 100%;
  user-select: none;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__code {
  -moz-user-select: all;
  -ms-user-select: all;
  -webkit-user-select: all;
  border-width: 1px 0;
  color: #00112c;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0 auto;
  padding: 16px 48px;
  position: relative;
  text-align: center;
  user-select: all;
  width: 100%;
  word-break: break-word;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__details {
  list-style: none;
  margin: -1px auto 0;
  padding: 0;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__details__item {
  border-top: 1px solid #e6e9eb;
  color: #00112c;
  display: flex;
  font-size: .81em;
  justify-content: space-between;
  padding: 16px 24px;
  word-break: break-word;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__details__item:last-child {
  margin-bottom: 0;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__details__label {
  max-width: 50%;
  text-align: left;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__details__value {
  font-weight: 700;
  max-width: 50%;
  text-align: right;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto 32px;
  max-width: 100%;
  min-width: 200px;
  padding: 0;
  width: 300px;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result__actions__item {
  margin: 0 4px;
}

/* line 22, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__link--more-information {
  display: block;
  font-size: .81em;
  font-weight: 400;
  margin: 16px 0;
  text-align: center;
}

/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__phone-input__container {
  display: flex;
}

/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__phone-input__prefix {
  margin-bottom: 0;
  margin-right: .5em;
  width: 30%;
}

/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__input--phone-number {
  margin-bottom: 0;
  width: 70%;
}

/* line 24, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__iban-input__number {
  padding: 5px 36px 5px 8px;
  text-transform: uppercase;
}

/* line 25, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__threeds2__challenge, .adyen-checkout__threeds2__challenge-container {
  background-color: transparent;
  box-sizing: border-box;
  display: block;
  overflow: auto;
  width: 100%;
}

/* line 25, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__threeds2__challenge-container--01 {
  height: 400px;
  width: 250px;
}

/* line 25, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__threeds2__challenge-container--02 {
  height: 400px;
  width: 390px;
}

/* line 25, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__threeds2__challenge-container--03 {
  height: 600px;
  width: 500px;
}

/* line 25, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__threeds2__challenge-container--04 {
  height: 400px;
  width: 600px;
}

/* line 25, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__threeds2_challenge-container--05 {
  height: 100%;
  width: 100%;
}

/* line 25, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__threeds2__challenge.adyen-checkout__threeds2__challenge--05 {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

/* line 25, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__threeds2__challenge.adyen-checkout__threeds2__challenge--05 .adyen-checkout__iframe--threeDSIframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__qr-loader {
  background: #fff;
  border: 1px solid #d4d9db;
  border-radius: 6px;
  padding: 40px;
  text-align: center;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__qr-loader--app {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__qr-loader__brand-logo {
  max-height: 50px;
  width: 110px;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__qr-loader__subtitle {
  margin-top: 32px;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__qr-loader__subtitle--result {
  margin-bottom: 32px;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__qr-loader__payment_amount, .adyen-checkout__qr-loader__subtitle {
  color: #00112c;
  font-size: 1em;
  line-height: 19px;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__qr-loader__icon {
  height: 88px;
  width: 88px;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__qr-loader__icon--result {
  margin-bottom: 100px;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__qr-loader__payment_amount {
  font-weight: 700;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__qr-loader__progress {
  background: #d4d9db;
  border-radius: 24px;
  height: 4px;
  margin: 32px auto 12px;
  padding-right: 3%;
  width: 152px;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__qr-loader__percentage {
  background: #06f;
  border-radius: 24px;
  display: block;
  height: 100%;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__qr-loader__countdown {
  color: #687282;
  font-size: .81em;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__qr-loader > .adyen-checkout__spinner__wrapper {
  margin: 60px 0;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__qr-loader__separator__label {
  background: #fff;
  border-radius: 50%;
  color: #687282;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  position: relative;
  width: 34px;
  z-index: 1;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__qr-loader__separator__line {
  -webkit-transform: translateY(-17px);
  border-top: 1px solid #d4d9db;
  display: block;
  transform: translateY(-17px);
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__button.adyen-checkout__button--qr-loader {
  display: block;
  text-decoration: none;
}

/* line 27, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__doku-input__field {
  display: flex;
  flex-wrap: wrap;
}

/* line 27, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__doku-input__field .adyen-checkout__field--firstName, .adyen-checkout__doku-input__field .adyen-checkout__field--lastName {
  max-width: 100%;
  min-width: 250px;
  width: calc(50% - 8px);
}

/* line 27, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__doku-input__field .adyen-checkout__field--firstName {
  margin-right: 16px;
}

/* line 28, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result--boletobancario .adyen-checkout__voucher-result__code {
  font-size: .81em;
  line-height: 19px;
  padding: 24px;
  word-break: break-all;
}

/* line 29, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__voucher-result--oxxo .adyen-checkout__voucher-result__code {
  font-size: .81em;
  line-height: 19px;
  padding: 24px;
  word-break: break-all;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method {
  background: #fff;
  border: 1px solid #e6e9eb;
  cursor: pointer;
  margin-top: -1px;
  position: relative;
  transition: opacity .3s ease-out;
  width: 100%;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method:focus {
  outline: 0;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method--selected + .adyen-checkout__payment-method, .adyen-checkout__payment-method:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-top: 0;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method--next-selected, .adyen-checkout__payment-method:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-bottom: 0;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method--loading {
  opacity: .2;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method--selected.adyen-checkout__payment-method--loading {
  opacity: .9;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method--disabling {
  opacity: .3;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__header {
  align-items: center;
  color: #00112c;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1em;
  font-weight: 400;
  justify-content: space-between;
  padding: 16px 16px 16px 48px;
  position: relative;
  transition: background .1s ease-out;
  width: 100%;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__header {
  padding: 16px;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__header__title {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-right: 16px;
  max-width: 100%;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__surcharge {
  color: #687282;
  margin-left: 5px;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method--selected {
  background: #f7f8f9;
  border: 1px solid #e6e9eb;
  border-radius: 12px;
  cursor: default;
  margin: 8px 0;
  transition: margin 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 0.3s ease-out;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__header {
  flex-wrap: wrap;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__name--selected {
  font-weight: 500;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__details {
  padding: 0 16px;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__details__content {
  margin: 0 0 16px;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__image__wrapper {
  height: 26px;
  opacity: 0;
  position: relative;
  transition: opacity .15s ease-out;
  width: 40px;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__image__wrapper--loaded {
  opacity: 1;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__image__wrapper:after {
  border: 1px solid rgba(0, 27, 43, 0.17);
  border-radius: 3px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__image {
  border-radius: 3px;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__brands {
  display: flex;
  flex-basis: auto;
  flex-shrink: 1;
  flex-wrap: wrap;
  height: 16px;
  margin: 4px 0;
  overflow: hidden;
  text-align: right;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands {
  height: auto;
  overflow: visible;
  text-align: left;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper {
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  transition: opacity .2s ease-out;
  width: 24px;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:last-child {
  margin: 0;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper {
  margin-bottom: 4px;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__brands img {
  height: 16px;
  width: 24px;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__image__wrapper--disabled {
  opacity: .25;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__disable-confirmation {
  align-items: center;
  background: #e6e9eb;
  color: #00112c;
  display: flex;
  font-size: 1em;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 8px 16px;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__disable-confirmation__buttons {
  display: flex;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__disable-confirmation__button {
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-size: .81em;
  line-height: 15px;
  margin: 0 0 0 8px;
  padding: 8px;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__disable-confirmation__button--remove {
  background: #d10244;
  border-color: #d10244;
  color: #fff;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__disable-confirmation__button--cancel {
  background: transparent;
  border-color: #00112c;
  color: #00112c;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__radio {
  background-color: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 50%;
  height: 16px;
  left: 16px;
  position: absolute;
  transition: border-color .2s ease-out,box-shadow .2s ease-out;
  width: 16px;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__radio {
  display: none;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__radio:after {
  -webkit-transform: translateY(-50%) scale(0);
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  width: 6px;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__radio:hover {
  border-color: #99a3ad;
  box-shadow: 0 0 0 2px #d4d9db;
  cursor: pointer;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__radio--selected {
  background-color: #06f;
  border: 0;
  transition: all .3s ease-out;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__radio--selected:hover {
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.4);
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-method__radio--selected:after {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

/* line 31, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__status {
  align-items: center;
  background-color: #fff;
  border: 1px solid #d4d9db;
  border-radius: 6px;
  color: #00112c;
  display: flex;
  flex-direction: column;
  font-size: 1em;
  height: 350px;
  justify-content: center;
  margin: 0;
  padding: 32px;
  text-align: center;
}

/* line 31, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__status__icon {
  margin-bottom: 24px;
}

/* line 32, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__dropin, .adyen-checkout__dropin *, .adyen-checkout__dropin :after, .adyen-checkout__dropin :before {
  box-sizing: border-box;
}

/* line 32, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__payment-methods-list--loading {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  user-select: none;
}

/* line 32, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__link {
  color: #06f;
  text-decoration: none;
}

/* line 32, /home/alastair/workspace/coocooshop/app/assets/stylesheets/adyen.css */
.adyen-checkout__link:hover {
  text-decoration: underline;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/rating.scss */
.rating {
  position: relative;
  display: inline-block;
}
/* line 4, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/rating.scss */
.rating .background {
  white-space: nowrap;
  color: #dedede;
}
/* line 8, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/rating.scss */
.rating .highlight {
  white-space: nowrap;
  position: absolute;
  color: #878787;
  overflow: hidden;
}
/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/rating.scss */
.rating .highlight i {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

@keyframes bounce {
  0% {
    transform: translateY(-8px);
  }
  20% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(0px);
  }
  80% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/button-bar.scss */
.button-bar {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}
/* line 5, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/button-bar.scss */
.button-bar > * {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
/* line 10, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/button-bar.scss */
.button-bar .fit {
  display: flex;
  align-items: stretch;
  padding: 0;
  margin: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/button-bar.scss */
.button-bar .fit > * {
  flex-grow: 1;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/radiocheckbox.scss */
.checkbox,
.radio {
  cursor: pointer;
  margin: 0;
  color: #898989;
  white-space: nowrap;
  font-size: 1rem;
  font-family: Avenir-Book, sans-serif;
}
/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/radiocheckbox.scss */
.checkbox span:before,
.radio span:before {
  font-family: "FontAwesome";
  margin-right: 0.25em;
  width: 1rem;
  display: inline-block;
}
/* line 15, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/radiocheckbox.scss */
.checkbox input,
.radio input {
  display: none;
}
/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/radiocheckbox.scss */
.checkbox input:checked + span,
.radio input:checked + span {
  color: #878787;
  font-weight: bold;
}
/* line 20, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/radiocheckbox.scss */
.checkbox input:checked + span:before,
.radio input:checked + span:before {
  content: "\f14a";
  color: #3cb796;
}
/* line 25, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/radiocheckbox.scss */
.checkbox input:not(:checked) + span:before,
.radio input:not(:checked) + span:before {
  content: "\f096";
}
/* line 29, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/radiocheckbox.scss */
.checkbox:hover span,
.radio:hover span {
  color: #878787;
}

/* line 37, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/radiocheckbox.scss */
.radio input:checked + span:before {
  content: "\f192";
}
/* line 41, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/radiocheckbox.scss */
.radio input:not(:checked) + span:before {
  content: "\f10c";
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/welcome-carousel.scss */
#welcomeCarousel {
  margin-bottom: 1rem;
}
/* line 3, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/welcome-carousel.scss */
#welcomeCarousel .item {
  z-index: -1;
  height: 381px;
  background-size: cover;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.6);
}
/* line 8, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/welcome-carousel.scss */
#welcomeCarousel .item:nth-child(1) {
  background-image: url("/assets/carousel/image1-88f3e24640e5b505e89ef045d7c9e1ce3a8aa96d522f3f2e8297df50d9530e59.jpg");
}
/* line 11, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/welcome-carousel.scss */
#welcomeCarousel .item:nth-child(2) {
  background-image: url("/assets/carousel/image2-00ac93496cc6a880da7d61d1bd35097da0d9a085db9a95896ef6109c7fb5bf90.jpg");
}
/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/welcome-carousel.scss */
#welcomeCarousel .item:nth-child(3) {
  background-image: url("/assets/carousel/image3-91a23d287ef0d4101c2e45b773cfc35025c32ba1c844b280386cc17b3ee75224.jpg");
}
/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/welcome-carousel.scss */
#welcomeCarousel .item:nth-child(4) {
  background-image: url("/assets/carousel/image4-5331632a3c2e9abd27c5d387643e0bbd5e4448f5894fb7426f0dbcaff1223d9a.jpg");
  background-position: bottom center;
}
/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/welcome-carousel.scss */
#welcomeCarousel .item:nth-child(5) {
  background-image: url("/carousel/image5.jpg");
  background-position: bottom center;
}
/* line 25, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/welcome-carousel.scss */
#welcomeCarousel .item:nth-child(6) {
  background-image: url("/carousel/image6.jpg");
  background-position: bottom center;
}
/* line 29, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/welcome-carousel.scss */
#welcomeCarousel .item:nth-child(7) {
  background-image: url("/carousel/image8.jpg");
  background-position: bottom center;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item {
  background-color: white;
  margin-bottom: 1rem;
  border-radius: 2px;
  flex-basis: 10rem;
  background: linear-gradient(to right, #878787, #a1a1a1, #878787);
  display: inline-block;
  color: white;
  border: 0;
  position: relative;
  box-shadow: 1px 1px 3px rgba(135, 135, 135, 0.1);
}
/* line 18, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item h4 {
  color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  margin: 0;
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item h4:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
}
/* line 32, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item section {
  text-align: center;
  padding: 5px;
  font-size: 24px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
/* line 37, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item section:after {
  font-family: "FontAwesome";
  right: 5px;
  top: 2px;
  position: absolute;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}
/* line 48, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item.places {
  background: linear-gradient(to right, #999951, #b1b16c, #999951);
}
/* line 51, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item.places section:after {
  content: "\f041";
}
/* line 58, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item.searches section:after {
  content: "\f002";
}
/* line 63, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item.proposals {
  background: linear-gradient(to right, #57b7b7, #7bc6c6, #57b7b7);
}
/* line 66, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item.proposals section:after {
  content: "\f0ae";
}
/* line 71, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item.payments {
  background: linear-gradient(to right, #878787, #a1a1a1, #878787);
}
/* line 73, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item.payments section {
  font-size: 14px;
  font-weight: 500;
}
/* line 76, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item.payments section:after {
  content: "\f0d6";
}
/* line 81, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item.bookings {
  background: linear-gradient(to right, #999951, #b1b16c, #999951);
}
/* line 84, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item.bookings section:after {
  content: "\f058";
}
/* line 89, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item.users {
  background: linear-gradient(to right, #57b7b7, #7bc6c6, #57b7b7);
}
/* line 92, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item.users section:after {
  content: "\f007";
}
/* line 97, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item:before, .dashboard .item:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.6);
  transform: rotate(3deg);
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: -1;
  transition: box-shadow 0.4s;
}
/* line 111, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard .item:after {
  transform: rotate(-3deg);
  bottom: 3px;
  left: 4px;
}
/* line 118, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard a.item:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
/* line 121, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard a.item:hover h3 {
  color: white;
}
/* line 124, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.dashboard a.item:hover:before, .dashboard a.item:hover:after {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.7);
}

/* line 132, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
/* line 138, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard .item {
  background-color: white;
  margin-bottom: 1rem;
  border-radius: 2px;
  flex-basis: 19rem;
  background: linear-gradient(to right, #878787, #a1a1a1, #878787);
  display: inline-block;
  color: white;
  border: 0;
  position: relative;
  box-shadow: 1px 1px 3px rgba(135, 135, 135, 0.1);
}
/* line 149, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard .item h3 {
  color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem;
  margin: 0;
  padding-top: 0.25rem;
  position: relative;
}
/* line 155, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard .item h3 .fa {
  margin-right: 0.5rem;
}
/* line 158, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard .item h3:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
}
/* line 167, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard .item section {
  text-align: center;
  padding: 2rem;
  font-size: 3rem;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
/* line 172, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard .item section:after {
  font-family: "FontAwesome";
  right: 1rem;
  bottom: 0rem;
  position: absolute;
  font-size: 6rem;
  color: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}
/* line 185, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard .item.places section:after {
  content: "\f015";
}
/* line 190, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard .item.payments {
  background: linear-gradient(to right, #878787, #a1a1a1, #878787);
}
/* line 192, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard .item.payments section {
  font-size: 2rem;
}
/* line 194, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard .item.payments section:after {
  content: "\f0d6";
}
/* line 199, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard .item.bookings {
  background: linear-gradient(to right, #999951, #b1b16c, #999951);
}
/* line 202, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard .item.bookings section:after {
  content: "\f058";
}
/* line 207, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard .item.users {
  background: linear-gradient(to right, #57b7b7, #7bc6c6, #57b7b7);
}
/* line 210, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard .item.users section:after {
  content: "\f007";
}
/* line 215, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard .item:before, .host-dashboard .item:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.6);
  transform: rotate(3deg);
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: -1;
  transition: box-shadow 0.4s;
}
/* line 229, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard .item:after {
  transform: rotate(-3deg);
  bottom: 3px;
  left: 4px;
}
/* line 236, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard a.item:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
/* line 239, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard a.item:hover h3 {
  color: white;
}
/* line 242, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/dashboard.scss */
.host-dashboard a.item:hover:before, .host-dashboard a.item:hover:after {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.7);
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item {
  margin-right: 1rem !important;
  max-width: 482px;
  display: block;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  position: relative;
  min-width: 0;
  transition: max-width 1.2s, flex-basis 1.2s, box-shadow 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 400px) {
  /* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
  .place-item {
    flex-basis: 440px;
  }
}
/* line 18, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item .description {
  color: #878787;
  font-size: 0.6rem;
  padding-top: 0;
  display: flex;
  align-items: flex-end;
  margin: 0;
}
/* line 25, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item .description > *:first-child {
  flex-grow: 1;
}
/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item h2 {
  padding: 0;
  padding-right: 0;
  margin: 0.5rem;
  margin-left: 0;
  margin-bottom: 0;
  color: #878787;
  transition: color 0.4s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 43, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item .image {
  height: 200px;
  background-size: cover;
  overflow: hidden;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  flex-basis: 48%;
  flex-grow: 10;
  position: relative;
}
/* line 55, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item .price {
  color: rgba(255, 255, 255, 0.8);
  padding: 0.25rem 0.5rem;
  text-align: right;
  font-size: 1.1rem;
  font-weight: bold;
  position: absolute;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3), inset 0 0 5px rgba(0, 0, 0, 0.2);
  right: -0.5rem;
  top: 0rem;
  transform: rotate(10deg);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(90deg, #57b7b7, #69bfbf, #57b7b7);
  border-radius: 2px;
}
/* line 70, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item:before, .place-item:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.6);
  transform: rotate(3deg);
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: -1;
  transition: box-shadow 0.4s;
}
/* line 84, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item:after {
  transform: rotate(-3deg);
  bottom: 3px;
  left: 4px;
}
/* line 89, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
/* line 90, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item:hover .price {
  color: white;
}
/* line 95, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item:hover:before, .place-item:hover:after {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.7);
}
/* line 99, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item:hover h2 {
  color: #878787;
}
/* line 102, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item:hover .area {
  color: #878787;
}
/* line 106, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item .features-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
/* line 109, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item .features-row .features {
  flex-grow: 1;
}
/* line 112, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item .features-row ul {
  list-style: none;
}
/* line 118, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item .bottom-container {
  padding: 0.5rem;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}
/* line 123, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item .bottom-container .button-bar {
  flex-wrap: wrap;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media screen and (min-width: 390px) {
  /* line 123, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
  .place-item .bottom-container .button-bar {
    flex-direction: row;
  }
}
/* line 132, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item .bottom-container .button-bar > * {
  margin-bottom: 0;
}
/* line 135, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item .bottom-container .button-bar .button {
  line-height: 1.1rem;
}
/* line 138, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item .bottom-container .button-bar .area {
  flex: 1;
  text-align: right;
  color: #878787;
  font-size: 1rem;
  transition: color 0.4s;
  white-space: nowrap;
  margin-right: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 389px) {
  /* line 138, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
  .place-item .bottom-container .button-bar .area {
    margin-top: 1rem;
  }
}
/* line 152, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item .bottom-container .button-bar .area span {
  font-size: 1.5rem;
  margin-left: 1.5rem;
  display: inline-block;
  background: red;
  transform: rotate(7deg);
  padding: 0.2rem;
  color: white;
  border-radius: 3px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  left: 1rem;
  top: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 166, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item .bottom-container .button-bar .area span:before {
  content: "";
  border-radius: 5px;
  width: 1.7rem;
  height: 1.7rem;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  background: red;
  left: -0.7rem;
  top: 0.23rem;
  z-index: -1;
}
/* line 179, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.place-item .bottom-container .button-bar .area span:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 7px;
  height: 7px;
  background: white;
  top: calc(50% - 3.5px);
  left: -10px;
}

/* line 197, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.blue-area {
  flex: 1;
  text-align: right;
  color: #878787;
  font-size: 1rem;
  transition: color 0.4s;
  white-space: nowrap;
  margin-right: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 389px) {
  /* line 197, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
  .blue-area {
    margin-top: 1rem;
  }
}
/* line 211, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.blue-area span {
  font-size: 1.35rem;
  margin-left: 1.5rem;
  display: inline-block;
  background: blue;
  transform: rotate(7deg);
  padding: 0.2rem;
  color: white;
  border-radius: 3px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  left: 1rem;
  top: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 225, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.blue-area span:before {
  content: "";
  border-radius: 5px;
  width: 1.7rem;
  height: 1.7rem;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  background: blue;
  left: -0.7rem;
  top: 0.23rem;
  z-index: -1;
}
/* line 238, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/place-item.scss */
.blue-area span:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 7px;
  height: 7px;
  background: white;
  top: calc(50% - 3.5px);
  left: -10px;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox) {
  max-width: 50vw;
  left: 25vw;
  top: 5vh;
  padding-right: 0 !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  bottom: auto;
  flex-direction: column;
  max-width: 512px;
}
@media screen and (max-width: 400px) {
  /* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
  .modal:not(.ekko-lightbox) {
    max-width: 90vw;
    left: 5vw;
  }
}
/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox) .modal-header {
  background-color: #3cb796;
  display: flex;
  flex-direction: row-reverse;
  padding: 0.5rem 1rem;
  align-items: center;
}
/* line 22, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox) .modal-header button {
  padding: 0 0.5rem;
  background-color: white;
  color: #3cb796;
}
/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox) .modal-header button:hover {
  color: white;
  background-color: #3cb796;
}
/* line 32, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox) .modal-header h3, .modal:not(.ekko-lightbox) .modal-header h4 {
  flex-grow: 1;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  color: white;
}
/* line 37, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox) .modal-header .dd {
  font-size: 1rem;
  margin: 0;
}
/* line 44, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox) .modal-body {
  padding: 1rem;
}
/* line 47, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox) .modal-footer {
  padding: 1rem;
  background-color: #fafafa;
  border: 0;
}
/* line 52, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox) .modal-footer button {
  font-size: 17px;
  font-family: Comfortaa-Regular !important;
  color: #3cb796;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  padding: 8px 14px;
  border: solid 2px #3cb796;
}
/* line 61, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox) .modal-footer button:hover {
  color: #fff;
  background-color: #3cb796;
  border: solid 2px #3cb796;
}
/* line 68, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox) .modal-content {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
/* line 73, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox) .button-bar {
  flex-direction: row !important;
  padding: 0 !important;
  align-items: flex-start;
}
/* line 77, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox) .button-bar button {
  margin-bottom: 0;
}
/* line 82, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox).ekko-lightbox .modal-dialog {
  margin-top: 0 !important;
}
/* line 85, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox).ekko-lightbox .ekko-lightbox-container {
  height: auto !important;
}
/* line 88, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox).ekko-lightbox .ekko-lightbox-container > div.ekko-lightbox-item {
  position: static;
}
/* line 92, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal:not(.ekko-lightbox) .modal-backdrop.fade.in {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 97, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal.ekko-lightbox {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 99, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal.ekko-lightbox h4 {
  display: none;
}
/* line 102, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal.ekko-lightbox .modal-header {
  border: 0;
  text-align: right;
}
/* line 105, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal.ekko-lightbox .modal-header button {
  padding: 0;
  background-color: transparent;
  color: #878787;
  box-shadow: none;
}
/* line 107, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal.ekko-lightbox .modal-header button span {
  display: none;
}
/* line 113, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal.ekko-lightbox .modal-header button:after {
  content: "\f057";
  font-family: "FontAwesome";
  font-size: 3rem;
}
/* line 118, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal.ekko-lightbox .modal-header button:hover {
  color: #6e6e6e;
}
/* line 124, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal.ekko-lightbox .modal-body {
  padding-top: 0;
}
/* line 127, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal.ekko-lightbox .ekko-lightbox-nav-overlay a {
  font-size: 4rem;
}
/* line 129, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal.ekko-lightbox .ekko-lightbox-nav-overlay a:hover {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  color: white;
}
/* line 135, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal.ekko-lightbox .modal-backdrop.fade.in {
  opacity: 0.5 !important;
}

/* line 139, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/modal.scss */
.modal-backdrop {
  background-color: transparent !important;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/steps.scss */
.steps {
  width: 100%;
  background: url("/assets/cocon-process-afa7aa5a017d74850c11cf994c14cc9a2f3dfa81f2e445891666b34041683d0b.png") no-repeat;
  background-size: cover;
  height: 15vw;
  opacity: 0.8;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/approved-display.scss */
.approved-display {
  opacity: 1;
  margin: 0.5rem;
  background: url("/assets/approved-3d1cd2995c0adfd84c68029447f6c78f1563a9d1d07203c88233122e7b990f8d.svg") no-repeat;
  height: 3rem;
  width: 3rem;
}

/* line 8, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/approved-display.scss */
.shortlisted-display {
  opacity: 1;
  float: right;
  margin: 1rem;
  background: green url(/assets/checkmark-407b06e5fe768fd43e8d8f3e593dbe3348ac32af5b6822606c5275ed7c46887c.svg) no-repeat center;
  height: 2rem;
  width: 2rem;
}

/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/approved-display.scss */
.watermark {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  padding: 1em 0.5rem;
  height: 1rem;
  width: 10rem;
  color: white;
  border: solid red 1px;
  background-color: red;
  text-align: center;
}

/* line 2, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/user-score-list.scss */
.user-score-list > div {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
/* line 5, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/user-score-list.scss */
.user-score-list > div > *:first-child {
  margin-right: 1rem;
}
/* line 8, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/user-score-list.scss */
.user-score-list > div > *:last-child {
  border-left: 3px solid lightgray;
  padding-left: 1rem;
}
/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/user-score-list.scss */
.user-score-list .rating {
  display: block;
}

/* line 2, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/ratings-as-host.scss */
.ratings-as-host {
  display: flex;
  flex-wrap: wrap;
}
/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/ratings-as-host.scss */
.ratings-as-host > * {
  flex: 1;
  max-width: 300px;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
/* line 12, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/ratings-as-host.scss */
.ratings-as-host h2 {
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 18, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/ratings-as-host.scss */
.ratings-as-host .image {
  width: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 180px;
  border-radius: 2px;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features {
  padding-left: 0;
  column-count: 4;
  list-style-type: none;
}
@media screen and (min-width: 560px) {
  /* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
  ul.features {
    max-height: 18rem;
  }
}
/* line 8, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features:after {
  content: "";
}
/* line 11, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li {
  display: list-item;
  min-height: 1rem;
  align-items: center;
}
/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li:before {
  font-family: "icomoon" !important;
  color: #878787;
  width: 2rem;
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li[data-icon=staff]:before {
  content: "";
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li[data-icon=storage]:before {
  content: "";
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li[data-icon=window_display]:before {
  content: "";
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li[data-icon=security_system]:before {
  content: "";
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li[data-icon=open_on_saturday]:before {
  content: "";
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li[data-icon=open_on_sunday]:before {
  content: "";
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li[data-icon=parking]:before {
  content: "";
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li[data-icon=wheelchair_accessible]:before {
  content: "";
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li[data-icon=air_conditioning]:before {
  content: "";
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li[data-icon=wifi]:before {
  content: "";
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li[data-icon=kitchen_for_staff]:before {
  content: "";
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li[data-icon=try_and_buy]:before {
  content: "";
}
/* line 27, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li .input {
  margin-bottom: 0;
}
/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li label {
  margin-right: 0.5rem;
  width: 10rem;
}
/* line 34, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li .booking-feature {
  min-width: 20rem;
  display: flex;
  flex-wrap: nowrap;
}
/* line 38, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li .booking-feature *:first-child {
  margin-right: 0.1rem;
}
/* line 41, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li .booking-feature .feature_pricing {
  display: flex;
  align-items: baseline;
  font-size: 0.8rem;
}
/* line 45, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features li .booking-feature .feature_pricing input {
  min-width: 4rem;
}
/* line 51, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features.inline {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  margin: 0;
}
/* line 56, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features.inline li {
  flex-basis: 1rem;
  height: auto;
}
/* line 59, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features.inline li:before {
  width: 1.5rem;
}
@media screen and (min-width: 650px) {
  /* line 56, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
  ul.features.inline li {
    display: flex;
    flex-direction: column;
  }
}
/* line 67, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
ul.features.inline span {
  display: none;
}
@media screen and (max-width: 700px) {
  /* line 51, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
  ul.features.inline {
    flex-direction: column;
  }
  /* line 72, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
  ul.features.inline li {
    flex-shrink: 1;
    height: auto;
    margin-bottom: 0.5rem;
  }
  /* line 77, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
  ul.features.inline span {
    display: inline-block;
  }
}

/* line 92, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
#citypage ul.features,
#my-places-create_place ul.features,
#my-places-edit_place ul.features,
#my-places-new_place ul.features,
#my-places-new ul.features,
#my-places-edit ul.features,
#my-places-update ul.features,
#my-places-create ul.features {
  column-count: 1;
}
/* line 94, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
#citypage ul.features li,
#my-places-create_place ul.features li,
#my-places-edit_place ul.features li,
#my-places-new_place ul.features li,
#my-places-new ul.features li,
#my-places-edit ul.features li,
#my-places-update ul.features li,
#my-places-create ul.features li {
  display: flex;
  flex-wrap: nowrap;
  line-height: 28px;
}
/* line 98, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
#citypage ul.features li span,
#my-places-create_place ul.features li span,
#my-places-edit_place ul.features li span,
#my-places-new_place ul.features li span,
#my-places-new ul.features li span,
#my-places-edit ul.features li span,
#my-places-update ul.features li span,
#my-places-create ul.features li span {
  font-family: Avenir-Book, sans-serif;
}
/* line 101, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/features.scss */
#citypage ul.features li input,
#my-places-create_place ul.features li input,
#my-places-edit_place ul.features li input,
#my-places-new_place ul.features li input,
#my-places-new ul.features li input,
#my-places-edit ul.features li input,
#my-places-update ul.features li input,
#my-places-create ul.features li input {
  width: 6rem;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/collapsible.scss */
.collapsible {
  cursor: text;
}
/* line 3, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/collapsible.scss */
.collapsible input {
  display: none;
}
/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/collapsible.scss */
.collapsible.active {
  font-family: inherit;
  cursor: pointer;
}
/* line 10, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/collapsible.scss */
.collapsible.active .content {
  display: block;
  overflow: hidden;
  max-height: 4rem;
  transition: max-height 0.8s, color 0.4s;
  position: relative;
  padding-bottom: 2rem;
  color: #bababa;
}
/* line 18, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/collapsible.scss */
.collapsible.active .content:hover {
  color: #878787;
}
/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/collapsible.scss */
.collapsible.active .content:before {
  content: "";
  box-shadow: inset 0 -2.5rem 2rem #fff;
  width: 100%;
  height: 2rem;
  position: absolute;
  bottom: 0;
}
/* line 29, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/collapsible.scss */
.collapsible.active .content:after {
  content: "\f103";
  position: absolute;
  bottom: 0rem;
  font-family: "FontAwesome";
  transition: transform 0.4s, color 0.4s;
  font-size: 2rem;
  left: 0;
  color: #878787;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  left: 50%;
}
/* line 42, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/collapsible.scss */
.collapsible.active input:checked + .content {
  max-height: 100rem;
  color: #898989;
}
/* line 45, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/collapsible.scss */
.collapsible.active input:checked + .content:after {
  transform: rotate(180deg);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #878787;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker {
  border-radius: 2px !important;
  max-width: 6rem;
}
/* line 4, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker.datepicker-dropdown {
  background-color: #fff;
  border: none;
  border-radius: 2px !important;
  padding: 0 0 8px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
  max-width: none;
}
/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker input {
  border-radius: 2px !important;
}
/* line 16, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker .day {
  border-radius: 50%;
}
/* line 18, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker .day.disabled, .datepicker .day.disabled:hover {
  color: #ddd;
}
/* line 22, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker .day.accepted {
  background-color: #878787 !important;
  color: white;
}
/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker .day.not-accepted {
  color: white;
  background-color: #6b010e !important;
}
/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker .day.except {
  color: white;
  background-color: #999951 !important;
}
/* line 34, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker .day.active {
  background-color: var(--accent-color) !important;
  text-shadow: none;
}
/* line 38, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker .day.today {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 43, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker .datepicker-days th {
  color: #757575;
  font-size: 12px;
  font-weight: 300;
  width: 24px;
}
/* line 50, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker .datepicker-days table tr,
.datepicker .datepicker-days table th {
  background: #fff;
}
/* line 55, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker .datepicker-days td {
  font-size: 12px;
  font-weight: 300;
  padding: 0;
  width: 24px;
  height: 24px;
}
/* line 62, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker #datepicker-legend {
  padding: 0.5rem;
}
/* line 64, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker #datepicker-legend span {
  display: block;
  line-height: 1rem;
}
/* line 67, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker #datepicker-legend span:before {
  width: 1rem;
  height: 1rem;
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
}
/* line 75, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker #datepicker-legend span.accepted:before {
  background-color: #878787 !important;
}
/* line 80, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker #datepicker-legend span.not-accepted:before {
  background-color: #6b010e !important;
}
/* line 85, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
.datepicker #datepicker-legend span.except:before {
  background-color: #999951 !important;
}

/* line 93, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
label.fa-calendar-o {
  float: left;
  position: relative;
  height: 100%;
  color: #bcbcbc;
}
/* line 98, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
label.fa-calendar-o:before {
  position: absolute;
  top: 12px;
  left: 0.4rem;
}
/* line 103, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/daterangepicker.scss */
label.fa-calendar-o + input {
  padding-left: 1.5rem;
  margin-top: 0.3rem;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/accordion_panel.scss */
.accordion {
  background-color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* line 12, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/accordion_panel.scss */
.accordion:after {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  float: right;
  margin-left: 5px;
}

/* line 19, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/accordion_panel.scss */
.accordian-active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}

/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/accordion_panel.scss */
.accordion-panel {
  width: 100%;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

/* line 32, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/accordion_panel.scss */
.filter {
  font-size: 20px;
  color: #585858;
  float: right;
}
/* line 38, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/accordion_panel.scss */
.filter .filter_selector {
  font-size: 18px;
  font-family: Avenir-Book, sans-serif;
}

/* line 44, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/accordion_panel.scss */
.panel-titles {
  font-size: 20px;
  margin-bottom: 3px;
}

/* line 50, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/accordion_panel.scss */
.panel-title {
  color: #c2c2c2;
  text-decoration: none;
}
/* line 53, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/accordion_panel.scss */
.panel-title span {
  vertical-align: middle;
}

/* line 58, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/accordion_panel.scss */
.panel-title-bold {
  font-weight: 700;
  color: #585858;
  padding-bottom: 9px;
  border-bottom: #3cb796 solid 3px;
}

/* line 65, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/accordion_panel.scss */
.panel-view {
  display: none;
  width: 100%;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/multi-selector.scss */
.multi-select-button {
  background-color: #3cb796;
  font-family: Comfortaa-Regular !important;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  border: solid 2px white;
  color: white;
  padding: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 0;
  font-size: 14px;
}
/* line 15, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/multi-selector.scss */
.multi-select-button:hover {
  background-color: white;
  color: #3cb796;
  border: solid 2px #3cb796;
}

/* line 22, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/multi-selector.scss */
.multi-selection {
  display: flex;
  word-wrap: break-word;
  flex-wrap: wrap;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/blinking.scss */
.blinking {
  animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
  0% {
    color: #000;
  }
  49% {
    color: #000;
  }
  60% {
    color: transparent;
  }
  99% {
    color: transparent;
  }
  100% {
    color: #000;
  }
}
/* line 3, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .doc_upload {
  display: none;
}
/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .upload_img {
  max-height: 48px;
}
/* line 11, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .text-entry {
  height: 100%;
}
/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .text-entry span {
  font-size: 18px;
  color: black;
  line-height: 53px;
}
/* line 18, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .text-entry:hover {
  border: 2px solid black;
  cursor: pointer;
}
/* line 24, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .ee-action-link {
  text-decoration: none;
  color: #575757;
}
/* line 27, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .ee-action-link i {
  font-size: 24px;
}
/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .ee-action-link img {
  height: 24px;
  transform: translateY(2px);
}
/* line 34, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .ee-action-link .delete {
  color: #F1A2A2;
}
/* line 40, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .ee-confirm-link img {
  margin-top: 10px;
  margin-left: 5px;
}
/* line 46, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .drop-highlight {
  background-color: #d9f7f7;
  border: 3px solid black !important;
}
/* line 51, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .doc_drop_zone {
  background: url(/assets/icons/upload-166643d7253dbf9ff6f581074d1273c765505b3cd8480afa2afd2f1d18e7cf7c.png) no-repeat center center;
  height: 48px;
}
/* line 55, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .doc_drop_zone:hover {
  border: 2px solid black;
  cursor: pointer;
}
/* line 61, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .title-row {
  height: 65px !important;
}
/* line 65, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .share_note {
  font-size: 12px;
}
/* line 69, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .smaller {
  height: 20px !important;
}
/* line 73, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .add_shareholder {
  text-decoration: none;
}
/* line 77, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .easyeuro_list {
  width: 100%;
}
/* line 81, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .easyeuro_list tr, #my-places-easyeuro-edit .easyeuro_list th, #my-places-easyeuro-edit .easyeuro_list td {
  text-align: center;
  padding: 2px 5px;
}
/* line 88, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .easyeuro_list tr:nth-child(odd) {
  background: #dae5f4;
}
/* line 91, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .easyeuro_list tr:nth-child(even) {
  background: #b8d1f3;
}
/* line 95, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .easyeuro_list th {
  color: #575757;
  font-size: 18px;
}
/* line 100, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
#my-places-easyeuro-edit .easyeuro_list .instructs {
  max-width: 400px;
  text-align: left;
}

/* line 109, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
.offer-section .easyeuro_img {
  width: 100px;
  transform: translateY(2px);
}
/* line 114, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
.offer-section .offer_img {
  max-width: 100px;
  max-height: 100px;
}
/* line 119, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
.offer-section .offer_text {
  font-style: italic;
  font-weight: bold;
  display: flex;
  border-top: 2px dashed #878787;
  border-bottom: 2px dashed #878787;
  padding: 10px 0;
  margin-bottom: 20px;
}
/* line 127, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
.offer-section .offer_text img {
  margin-right: 10px;
}
/* line 130, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
.offer-section .offer_text .easyeuro-status {
  margin-top: 6px;
}
/* line 135, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
.offer-section .easy-buttons {
  display: flex;
}

/* line 141, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
.select_image {
  max-width: 150px;
  margin: 5px;
  border: 2px solid white;
}
/* line 145, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
.select_image:hover {
  border: 2px solid black;
  cursor: pointer;
}

/* line 152, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
.close-images {
  float: right;
}
/* line 154, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
.close-images:hover {
  color: red;
  cursor: pointer;
}

/* line 160, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
.easyeuro-icon {
  padding-right: 5px;
}
/* line 162, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
.easyeuro-icon img {
  max-width: 14px;
}

/* line 167, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
.easyeuro-learn {
  min-width: min-content;
  max-width: max-content;
}

/* line 172, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
.easy-button {
  margin-top: 15px;
}

/* line 176, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
.disable-easy {
  border-color: #ccc;
  background-color: #ccc;
  color: white;
  cursor: default;
}
/* line 182, /home/alastair/workspace/coocooshop/app/assets/stylesheets/components/easyeuro.scss */
.disable-easy:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: white;
  cursor: default;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage {
  margin: 0;
  /*green box - About Us section*/
  /*how-to-image section*/
}
/* line 4, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage main {
  max-width: 100%;
  padding: 0;
  padding-top: 62px;
  position: relative;
  font-family: Avenir-Book !important;
}
/* line 15, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage main a {
  color: #44b99a;
}
/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage main a:hover {
  color: #207b63;
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .header_image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 381px;
}
/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .heading {
  min-height: 309px;
}
/* line 34, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .badge {
  display: flex;
  color: black;
  font-size: 11px;
  text-align: right;
  position: absolute;
  left: 15px;
  top: 62px;
  padding: 8px;
  background-color: #ffffff;
  opacity: 0.8;
  align-items: center;
}
/* line 47, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .badge .official {
  margin-top: 2px;
  border-right: black solid 2px;
  padding-right: 8px;
}
/* line 53, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .badge .middle_partner {
  border-left: black dotted 2px;
  border-right: black dotted 2px;
  margin-left: 8px;
  margin-right: 6px;
  padding: 0 3px;
}
/* line 62, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .main_title {
  margin-top: 70px;
  color: white;
  text-align: center;
}
/* line 68, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .small_title {
  color: white;
  text-align: center;
  font-weight: 300;
}
/* line 74, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .get-started {
  text-align: center;
  margin-top: 50px;
}
/* line 79, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .get-started-button {
  font-family: Avenir-Medium !important;
  font-size: 16px;
  border-color: var(--accent-color);
}
/* line 83, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .get-started-button:hover {
  color: white;
}
/* line 88, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .tag_image {
  margin-left: 20px;
  margin-top: 45px;
}
/* line 93, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .shop_n_brand {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #44b99a;
}
/* line 99, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .sub_text {
  font-size: 12px;
  font-weight: 300;
}
/* line 104, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .learn_more {
  margin-top: 50px;
  font-weight: 300;
}
/* line 109, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .green_banner {
  text-align: center;
  background-color: #44b99a;
}
/* line 112, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .green_banner h4 {
  color: white;
  font-weight: 300;
}
/* line 119, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .intro h2 {
  padding-bottom: 22px;
  font-size: 20px;
  font-weight: bold;
  color: #575757;
}
/* line 126, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .about-us {
  background-color: rgba(48, 179, 144, 0.04);
}
/* line 130, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .video {
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.06);
  width: 351px;
  height: 198px;
  margin-top: 161px;
}
/* line 137, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .about-us_text {
  color: #575757;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 46px;
}
/* line 143, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .about-us_text h3 {
  color: #333333;
  margin-top: 70px;
  padding-bottom: 25px;
  font-weight: 900;
}
/* line 150, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .about-us_text li {
  margin-bottom: 5px;
}
/* line 156, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .how-to-image {
  margin-top: 24px;
  margin-bottom: 48px;
  height: 624px;
  width: 100%;
  position: relative;
}
/* line 164, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .how_it_works {
  text-align: center;
  margin-top: 40px;
}
/* line 169, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage #how-to-do-it {
  margin-bottom: 40px;
  line-height: 26px;
}
/* line 174, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage #step1 {
  position: absolute;
  left: 100px;
  top: 15px;
}
/* line 179, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage #step2 {
  position: absolute;
  top: 140px;
  left: 370px;
}
/* line 184, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage #match {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 274px;
  left: 25px;
  color: #41b999;
  font-size: 19px;
  font-weight: 900;
}
/* line 195, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage #step3 {
  position: absolute;
  top: 375px;
  left: 100px;
}
/* line 200, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage #step4 {
  position: absolute;
  top: 515px;
  left: 370px;
}
/* line 206, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage .green_text {
  color: var(--accent-color);
  font-weight: bold;
}
/* line 210, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage #our-clients {
  background-color: #f1f3f3;
  text-align: center;
}
/* line 215, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage #faq-section {
  padding-bottom: 50px;
  background: #30b390E0;
}
/* line 218, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage #faq-section .title {
  color: white;
  text-align: center;
  margin-bottom: 34px;
}
/* line 223, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage #faq-section .faq-questions {
  color: #30b390;
  font-size: 14px;
  max-width: 80vw;
}
/* line 228, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.homepage #faq-section .faq-answers {
  color: #646464;
  font-size: 13px;
  text-align: left;
  max-width: 80vw;
}

/* line 239, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
#brand-carousel {
  margin-top: 4rem;
}
/* line 241, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
#brand-carousel .item {
  padding: 0;
  margin: 0 1rem;
}
/* line 244, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
#brand-carousel .item .photo {
  flex-grow: 0;
  height: 150px;
  width: 150px;
  background: no-repeat 50% 50%;
  background-size: contain;
  filter: saturate(0);
}
/* line 253, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
#brand-carousel .owl-dots {
  margin-top: 3em;
}
/* line 257, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
#brand-carousel .owl-dot span {
  border: 1px solid #979797;
  background: transparent;
  width: 11px;
  height: 11px;
}
/* line 263, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
#brand-carousel .owl-dot.active span {
  border-color: var(--accent-color);
  background: var(--accent-color);
  transform: scale(1.3);
}

/* line 272, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
#brand-images .item {
  padding: 0;
  margin: 0;
}
/* line 275, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
#brand-images .item .photo {
  flex-grow: 0;
  height: 200px;
  width: 200px;
  background: no-repeat 50% 50%;
  background-size: contain;
}
/* line 284, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
#brand-images .owl-dots {
  margin-top: 2em;
}
/* line 288, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
#brand-images .owl-dot span {
  background: transparent;
  width: 60px;
  height: 1px;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid lightgrey;
}
/* line 298, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
#brand-images .owl-dot.active span {
  background: #30b390;
  border-top: 0;
  border-bottom: 1px solid #30b390;
  height: 3px;
  border-radius: 2px;
}

/* line 309, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
#header-images .item {
  padding: 0;
  margin: 0;
}
/* line 312, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
#header-images .item .photo {
  flex-grow: 0;
  height: 381px;
  width: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
}

/* line 323, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.half-contact {
  width: 50%;
}

/* line 327, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.contact-map {
  max-height: 100%;
  max-width: 100%;
}

/* line 332, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.contact-form {
  padding: 50px;
  padding-top: 25px;
  display: block;
  max-width: 300px;
}
/* line 338, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.contact-form .send_button {
  font-size: 20px;
  font-weight: 900;
}

/* line 345, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.scroll-slow {
  height: 32px;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #999951;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 50px;
  text-align: left;
}

/* line 357, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/index.scss */
.xText {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 32px;
  text-align: left;
  white-space: nowrap;
  left: 0;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
#aboutus {
  --mdc-theme-primary: var(--accent-color);
  color: #000;
  max-width: 100%;
  padding: 0;
  padding-top: 62px;
}
/* line 10, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
#aboutus :target {
  margin-top: 94px;
}
/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
#aboutus .aboutus_title {
  text-align: center;
  margin-top: 63px;
}

/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
#more_about_coocooshop {
  max-width: 100%;
  background-color: rgba(48, 179, 144, 0.04);
  padding-bottom: 30px;
}

/* line 27, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
.aboutus_our_team {
  text-align: center;
  margin-top: 20px;
}

/* line 32, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
.aboutus_picture {
  text-align: right;
}

/* line 36, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
.aboutus_text {
  font-size: 12px;
  padding-left: 40px;
  color: #333333;
}
/* line 40, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
.aboutus_text li {
  margin-bottom: 5px;
}
/* line 43, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
.aboutus_text h5 {
  font-size: 15px;
}

/* line 48, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
.aboutus_link {
  font-size: 13px;
  color: #3cb796;
}

/* line 53, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
#us {
  background: #f1f3f3 url(/assets/bg-foots-89fb40a4e4c6fc3693e92c199fc7eea1c45b51036d3276df3d54fbf6566553b1.jpg) bottom no-repeat;
  background-size: cover;
}

/* line 58, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
.photo {
  background-position: center;
  background-size: cover;
}

/* line 64, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
.about-card__primary {
  padding: 1rem;
  font-family: Avenir-Medium;
  font-size: 18px;
  color: #30b390;
}
/* line 70, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
.about-card__secondary {
  padding: 0 1rem 8px 1rem;
  font-weight: 300;
  height: 180px;
  font-family: Avenir-book;
  font-size: 12px;
}

/* line 79, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
.video.mdc-card__media--16-9::before {
  margin-top: 0;
}
@media screen and (max-width: 479px) {
  /* line 79, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
  .video.mdc-card__media--16-9::before {
    min-height: 192px;
  }
}
@media screen and (min-width: 480px) {
  /* line 79, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/aboutus.scss */
  .video.mdc-card__media--16-9::before {
    min-height: 345px;
  }
}

/* line 2, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
#place_map {
  flex-grow: 2;
  height: 250px;
  flex-basis: 30rem;
  min-width: 0px;
  margin-bottom: 10px;
}

/* line 10, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
.book-left-side {
  max-width: 30vm;
  height: 600px;
}

/* line 15, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
.booking-item {
  max-width: 250px;
  border: 2px solid #d7d7d7;
  border-top: 5px solid #008b6d;
  padding: 10px;
  background-color: white;
}

/* line 29, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
main#my-brands-bookings-index .deals,
main#my-places-bookings-index .deals,
main#my-brands-dashboard .deals,
main#my-places-dashboard .deals {
  margin-top: 50px;
  padding-bottom: 1px;
}
/* line 34, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
main#my-brands-bookings-index .pay-button,
main#my-places-bookings-index .pay-button,
main#my-brands-dashboard .pay-button,
main#my-places-dashboard .pay-button {
  color: #f48c8c;
  border-color: #f48c8c;
}
/* line 37, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
main#my-brands-bookings-index .pay-button:hover,
main#my-places-bookings-index .pay-button:hover,
main#my-brands-dashboard .pay-button:hover,
main#my-places-dashboard .pay-button:hover {
  color: white;
  background-color: #f48c8c;
}
/* line 43, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
main#my-brands-bookings-index .titles,
main#my-places-bookings-index .titles,
main#my-brands-dashboard .titles,
main#my-places-dashboard .titles {
  display: flex;
  color: #585858;
  font-size: 20px;
  margin-bottom: 10px;
}
/* line 50, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
main#my-brands-bookings-index .summarise,
main#my-places-bookings-index .summarise,
main#my-brands-dashboard .summarise,
main#my-places-dashboard .summarise {
  display: flex;
}
/* line 54, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
main#my-brands-bookings-index .deals-summary,
main#my-places-bookings-index .deals-summary,
main#my-brands-dashboard .deals-summary,
main#my-places-dashboard .deals-summary {
  height: 130px;
  font-size: 14px;
  white-space: nowrap;
  margin-bottom: 60px;
  margin-right: 24px;
}
/* line 58, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
main#my-brands-bookings-index .deals-summary .title,
main#my-places-bookings-index .deals-summary .title,
main#my-brands-dashboard .deals-summary .title,
main#my-places-dashboard .deals-summary .title {
  margin-left: 4px;
}
/* line 64, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
main#my-brands-bookings-index .deals-summary .deals-data,
main#my-places-bookings-index .deals-summary .deals-data,
main#my-brands-dashboard .deals-summary .deals-data,
main#my-places-dashboard .deals-summary .deals-data {
  height: 100%;
  font-size: 13px;
  color: #8d8d8d;
  padding: 13px;
  line-height: 24px;
  border-radius: 6px;
  border: solid 1px #cecece;
}
/* line 72, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
main#my-brands-bookings-index .deals-summary .deals-data .deals-detail,
main#my-places-bookings-index .deals-summary .deals-data .deals-detail,
main#my-brands-dashboard .deals-summary .deals-data .deals-detail,
main#my-places-dashboard .deals-summary .deals-data .deals-detail {
  margin-top: 10px;
}
/* line 74, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
main#my-brands-bookings-index .deals-summary .deals-data .deals-detail .green-dot,
main#my-brands-bookings-index .deals-summary .deals-data .deals-detail .orange-dot,
main#my-places-bookings-index .deals-summary .deals-data .deals-detail .green-dot,
main#my-places-bookings-index .deals-summary .deals-data .deals-detail .orange-dot,
main#my-brands-dashboard .deals-summary .deals-data .deals-detail .green-dot,
main#my-brands-dashboard .deals-summary .deals-data .deals-detail .orange-dot,
main#my-places-dashboard .deals-summary .deals-data .deals-detail .green-dot,
main#my-places-dashboard .deals-summary .deals-data .deals-detail .orange-dot {
  font-size: 9px;
}
/* line 79, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
main#my-brands-bookings-index .deals-summary .deals-data .deals-detail span,
main#my-places-bookings-index .deals-summary .deals-data .deals-detail span,
main#my-brands-dashboard .deals-summary .deals-data .deals-detail span,
main#my-places-dashboard .deals-summary .deals-data .deals-detail span {
  vertical-align: middle;
}
/* line 84, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
main#my-brands-bookings-index .deals-summary .deals-data .deals-costs,
main#my-places-bookings-index .deals-summary .deals-data .deals-costs,
main#my-brands-dashboard .deals-summary .deals-data .deals-costs,
main#my-places-dashboard .deals-summary .deals-data .deals-costs {
  margin-top: 10px;
}
/* line 87, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
main#my-brands-bookings-index .deals-summary .deals-data .deals-costs .green-label,
main#my-brands-bookings-index .deals-summary .deals-data .deals-costs .red-label,
main#my-places-bookings-index .deals-summary .deals-data .deals-costs .green-label,
main#my-places-bookings-index .deals-summary .deals-data .deals-costs .red-label,
main#my-brands-dashboard .deals-summary .deals-data .deals-costs .green-label,
main#my-brands-dashboard .deals-summary .deals-data .deals-costs .red-label,
main#my-places-dashboard .deals-summary .deals-data .deals-costs .green-label,
main#my-places-dashboard .deals-summary .deals-data .deals-costs .red-label {
  font-size: 9px;
  margin-right: 10px;
  width: 60px;
  padding-top: 2px;
}
/* line 95, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
main#my-brands-bookings-index .deals-summary .deals-data .deals-costs div,
main#my-places-bookings-index .deals-summary .deals-data .deals-costs div,
main#my-brands-dashboard .deals-summary .deals-data .deals-costs div,
main#my-places-dashboard .deals-summary .deals-data .deals-costs div {
  display: flex;
}
/* line 103, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
main#my-brands-bookings-index .paid,
main#my-places-bookings-index .paid,
main#my-brands-dashboard .paid,
main#my-places-dashboard .paid {
  background-color: #3cb796;
  width: 6px;
}
/* line 108, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/bookings.scss */
main#my-brands-bookings-index .unpaid,
main#my-places-bookings-index .unpaid,
main#my-brands-dashboard .unpaid,
main#my-places-dashboard .unpaid {
  background-color: #f48c8c;
  width: 6px;
}

/* line 4, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/my-bookings.scss */
main#my-bookings-index .search-bar > *,
main#host-bookings-index .search-bar > * {
  flex-basis: 0;
}
/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/my-bookings.scss */
main#my-bookings-index .search-bar > *:first-child,
main#host-bookings-index .search-bar > *:first-child {
  margin-right: 2rem;
  flex-grow: 2;
  flex-basis: 10rem;
}
/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/my-bookings.scss */
main#my-bookings-index dl,
main#host-bookings-index dl {
  margin: 0;
  display: flex;
}
/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/my-bookings.scss */
main#my-bookings-index dl dd,
main#host-bookings-index dl dd {
  font-weight: bold;
  margin: 0;
  margin-left: 1rem;
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/my-bookings.scss */
main#my-bookings-index .price,
main#host-bookings-index .price {
  color: #878787;
  font-size: 2rem;
}

/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/my-bookings.scss */
main#host-bookings-show textarea {
  margin-top: 1rem;
}

/* line 3, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/places.scss */
main#my-places-show .shop_details {
  display: flex;
  margin-top: 20px;
}
/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/places.scss */
main#my-places-show #place_map,
main#my-places-show .shop_map {
  width: 100%;
  height: 285px;
  margin-right: 20px;
}
/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/places.scss */
main#my-places-show .shop_titles {
  display: flex;
  color: #585858;
  font-size: 20px;
  margin-bottom: 10px;
}
/* line 24, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/places.scss */
main#my-places-show .shop_description {
  font-size: 12px;
  line-height: 1.84;
}
/* line 28, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/places.scss */
main#my-places-show .shop_description .vital-info {
  display: flex;
}
/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/places.scss */
main#my-places-show .shop_description .vital-info .label-size {
  width: 50px;
}
/* line 36, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/places.scss */
main#my-places-show .shop_features {
  margin-top: 60px;
  font-size: 14px;
  line-height: 2.5;
}
/* line 40, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/places.scss */
main#my-places-show .shop_features .feature-title {
  line-height: 1.2;
}

/* line 46, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/places.scss */
.language-picker {
  width: 100%;
  margin-top: 8px;
  font-size: 1rem;
  color: #878787;
}

/* line 53, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/places.scss */
main#my-places-index {
  margin: auto;
  margin-top: 62px;
}

/* line 58, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/places.scss */
.no-footer {
  margin-top: 72px;
}

/* line 3, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/registrations.scss */
main#registrations-edit .input,
main#registrations-update .input {
  margin-bottom: 1rem;
}
/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/registrations.scss */
main#registrations-edit .avatar-ui,
main#registrations-update .avatar-ui {
  align-items: center;
}
/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/registrations.scss */
main#registrations-edit .hint,
main#registrations-update .hint {
  display: block;
}
/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/registrations.scss */
main#registrations-edit .row-layout > *,
main#registrations-update .row-layout > * {
  flex-basis: 0;
}
/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/registrations.scss */
main#registrations-edit .user_address_addr, main#registrations-edit .user_name,
main#registrations-update .user_address_addr,
main#registrations-update .user_name {
  margin-right: 0;
}

/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/registrations.scss */
.subscriptions {
  padding: 1px 3px;
  color: #999951;
  border: 2px solid #008b6d;
  background-color: white;
}

/* line 33, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/registrations.scss */
.locales-list {
  list-style-type: none;
  padding: 0;
  margin: 1em 0 0;
  border-collapse: separate;
  border-spacing: 10px;
}

/* line 40, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/registrations.scss */
.locales-list th {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 0px 10px;
  border: 2px solid #008b6d;
}

/* line 47, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/registrations.scss */
.locales-list a {
  text-decoration: none;
  color: #999951;
}

/* line 53, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/registrations.scss */
.profile-logo {
  max-width: 150px;
  max-height: 150px;
}
/* line 61, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/registrations.scss */
.profile-logo .profile-circle .placezone {
  max-width: 100px;
  max-height: 100px;
}
/* line 65, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/registrations.scss */
.profile-logo .profile-circle .placezone #variant_image_1 {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
/* line 71, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/registrations.scss */
.profile-logo .profile-circle .placezone .fa-plus-circle {
  margin-top: 10px;
}

/* line 80, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/registrations.scss */
#users-edit .sortable_images {
  display: none;
}

/* line 3, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register {
  font-size: 14px;
  color: #000;
  max-width: 350px;
  margin: auto;
  background-color: white;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register.register {
  padding: 2rem;
  max-width: 550px;
}
/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register > div {
  margin: 0;
}
/* line 19, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register > div:after {
  content: "";
  display: table;
  clear: both;
}
/* line 25, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register label {
  text-transform: none;
  margin-top: 16px;
}
/* line 29, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register input,
#tab-login-register .button {
  font-size: 1rem;
  text-decoration: none !important;
  padding: 0.5rem 1rem;
}
/* line 35, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register input[type="email"],
#tab-login-register input[type="password"] {
  padding: 0.5rem;
}
/* line 39, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register .button {
  display: block;
  margin-bottom: 0.5rem;
}
/* line 43, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register h1 {
  text-align: center;
  background-color: rgba(55, 188, 155, 0.15);
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
  line-height: 50px;
}
/* line 52, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register h4 {
  position: relative;
  text-align: center;
  font-weight: 400;
  color: #878787;
  padding: .5rem 24px;
}
/* line 58, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register h4 span {
  background-color: white;
  padding: 0 0.5em;
  display: inline-block;
  position: relative;
  z-index: 10;
}
/* line 65, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register h4:before {
  content: "";
  width: calc(100% - 48px);
  background-color: lightgray;
  height: 1px;
  position: absolute;
  top: 1rem;
  left: 24px;
  z-index: 0;
}
/* line 77, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register form > div > div {
  padding: 0 24px;
}
/* line 81, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register .password-with-link {
  position: relative;
}
/* line 83, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register .password-with-link a {
  text-align: right;
  color: #878787;
  position: absolute;
  right: 24px;
}
/* line 90, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register .checkbox {
  font-family: Avenir-Book, sans-serif;
}
/* line 93, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register a:not(.button) {
  display: block;
  text-decoration: none;
  font-weight: 700;
}
/* line 99, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register .fb {
  border: 1px solid #4e66b7;
  background-color: #4e66b7;
  color: #fff;
  margin-bottom: 16px;
}
/* line 105, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register .google {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
/* line 109, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register .google svg {
  width: 16px;
  padding-right: 5px;
  vertical-align: text-bottom;
}
/* line 115, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register .fb,
#tab-login-register .google {
  text-align: left;
  border-radius: 3px;
}
/* line 119, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register .fb .fa,
#tab-login-register .google .fa {
  width: 18px;
  text-align: center;
}
/* line 124, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register .button-container {
  text-align: right;
  margin-bottom: 1rem;
}
/* line 127, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register .button-container .primary {
  width: 302px;
  font-weight: 700;
}
/* line 132, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register .button-container .register {
  width: 267px;
  font-weight: 700;
}
/* line 137, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register .register-buttons {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dashed gray;
  margin-bottom: 20px;
  text-align: center;
}
/* line 143, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register .register-buttons .primary {
  min-width: 267px;
  padding: 10px;
  margin-bottom: 15px;
  margin-right: 16px;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}
/* line 153, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login-register .q_and_a {
  padding: 0;
}

/* line 158, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#tab-login {
  padding-bottom: 24px;
}

/* line 162, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#devise-confirmations-new #tab-login-register {
  max-width: 350px;
  padding: 2rem;
}

/* line 169, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
#devise-confirmations-new input[type="submit"],
#devise-passwords-new input[type="submit"] {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 181, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
.mobile_show {
  display: none !important;
}
@media screen and (max-width: 767px) {
  /* line 181, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
  .mobile_show {
    display: block !important;
  }
}

/* line 188, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
.mobile_hide {
  display: block !important;
}
@media screen and (max-width: 767px) {
  /* line 188, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/login.scss */
  .mobile_hide {
    display: none !important;
  }
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/admin.scss */
.admin-home {
  padding-top: 63px;
}

/* line 25, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/admin.scss */
main#admin-users-index table,
main#admin-places-index table,
main#admin-bookings-index table,
main#admin-place_requirements-index table,
main#admin-shop_proposals-index table,
main#admin-beta_places-index table,
main#admin-brands-index table,
main#admin-catalogs-index table,
main#admin-imports-index table,
main#admin-items-index table,
main#admin-transactions-index table,
main#admin-payments-index table,
main#admin-subscription_options-index table,
main#admin-translation_edits-index table,
main#admin-geo_zones-index table,
main#admin-geo_zones-show table,
main#admin-geo_zones-edit table,
main#admin-geo_zones-new table,
main#admin-tags-index table,
main#admin-pages-index table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #878787;
  box-shadow: 1px 1px 3px rgba(135, 135, 135, 0.1);
}
/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/admin.scss */
main#admin-users-index table th,
main#admin-places-index table th,
main#admin-bookings-index table th,
main#admin-place_requirements-index table th,
main#admin-shop_proposals-index table th,
main#admin-beta_places-index table th,
main#admin-brands-index table th,
main#admin-catalogs-index table th,
main#admin-imports-index table th,
main#admin-items-index table th,
main#admin-transactions-index table th,
main#admin-payments-index table th,
main#admin-subscription_options-index table th,
main#admin-translation_edits-index table th,
main#admin-geo_zones-index table th,
main#admin-geo_zones-show table th,
main#admin-geo_zones-edit table th,
main#admin-geo_zones-new table th,
main#admin-tags-index table th,
main#admin-pages-index table th {
  border-bottom: 3px double #878787;
  border-right: 1px dashed #878787;
  padding: 0.5rem;
  white-space: nowrap;
}
/* line 37, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/admin.scss */
main#admin-users-index table td,
main#admin-places-index table td,
main#admin-bookings-index table td,
main#admin-place_requirements-index table td,
main#admin-shop_proposals-index table td,
main#admin-beta_places-index table td,
main#admin-brands-index table td,
main#admin-catalogs-index table td,
main#admin-imports-index table td,
main#admin-items-index table td,
main#admin-transactions-index table td,
main#admin-payments-index table td,
main#admin-subscription_options-index table td,
main#admin-translation_edits-index table td,
main#admin-geo_zones-index table td,
main#admin-geo_zones-show table td,
main#admin-geo_zones-edit table td,
main#admin-geo_zones-new table td,
main#admin-tags-index table td,
main#admin-pages-index table td {
  border-bottom: 1px solid #878787;
  border-right: 1px dashed #878787;
  padding: 0.5rem;
  white-space: nowrap;
}
/* line 43, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/admin.scss */
main#admin-users-index table td:first-child,
main#admin-places-index table td:first-child,
main#admin-bookings-index table td:first-child,
main#admin-place_requirements-index table td:first-child,
main#admin-shop_proposals-index table td:first-child,
main#admin-beta_places-index table td:first-child,
main#admin-brands-index table td:first-child,
main#admin-catalogs-index table td:first-child,
main#admin-imports-index table td:first-child,
main#admin-items-index table td:first-child,
main#admin-transactions-index table td:first-child,
main#admin-payments-index table td:first-child,
main#admin-subscription_options-index table td:first-child,
main#admin-translation_edits-index table td:first-child,
main#admin-geo_zones-index table td:first-child,
main#admin-geo_zones-show table td:first-child,
main#admin-geo_zones-edit table td:first-child,
main#admin-geo_zones-new table td:first-child,
main#admin-tags-index table td:first-child,
main#admin-pages-index table td:first-child {
  white-space: normal;
}
/* line 47, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/admin.scss */
main#admin-users-index table tr:nth-child(even),
main#admin-places-index table tr:nth-child(even),
main#admin-bookings-index table tr:nth-child(even),
main#admin-place_requirements-index table tr:nth-child(even),
main#admin-shop_proposals-index table tr:nth-child(even),
main#admin-beta_places-index table tr:nth-child(even),
main#admin-brands-index table tr:nth-child(even),
main#admin-catalogs-index table tr:nth-child(even),
main#admin-imports-index table tr:nth-child(even),
main#admin-items-index table tr:nth-child(even),
main#admin-transactions-index table tr:nth-child(even),
main#admin-payments-index table tr:nth-child(even),
main#admin-subscription_options-index table tr:nth-child(even),
main#admin-translation_edits-index table tr:nth-child(even),
main#admin-geo_zones-index table tr:nth-child(even),
main#admin-geo_zones-show table tr:nth-child(even),
main#admin-geo_zones-edit table tr:nth-child(even),
main#admin-geo_zones-new table tr:nth-child(even),
main#admin-tags-index table tr:nth-child(even),
main#admin-pages-index table tr:nth-child(even) {
  background-color: #e6e6e6;
}
/* line 50, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/admin.scss */
main#admin-users-index table tr:hover,
main#admin-places-index table tr:hover,
main#admin-bookings-index table tr:hover,
main#admin-place_requirements-index table tr:hover,
main#admin-shop_proposals-index table tr:hover,
main#admin-beta_places-index table tr:hover,
main#admin-brands-index table tr:hover,
main#admin-catalogs-index table tr:hover,
main#admin-imports-index table tr:hover,
main#admin-items-index table tr:hover,
main#admin-transactions-index table tr:hover,
main#admin-payments-index table tr:hover,
main#admin-subscription_options-index table tr:hover,
main#admin-translation_edits-index table tr:hover,
main#admin-geo_zones-index table tr:hover,
main#admin-geo_zones-show table tr:hover,
main#admin-geo_zones-edit table tr:hover,
main#admin-geo_zones-new table tr:hover,
main#admin-tags-index table tr:hover,
main#admin-pages-index table tr:hover {
  background-color: #F3E5AB;
}

/* line 58, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/admin.scss */
main#admin-places-edit .wizard-help-prompt, main#admin-places-edit .wizard-clip-pane,
main#admin-places-show .wizard-help-prompt,
main#admin-places-show .wizard-clip-pane {
  display: none;
}

/* line 2, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/terms.scss */
main#terms-index .tac .container {
  border: 1px solid #878787;
  padding: 1rem;
}
/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/terms.scss */
main#terms-index nav {
  margin: 0;
  margin-top: 1rem;
}
/* line 9, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/terms.scss */
main#terms-index nav a {
  border: 1px solid #878787;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  position: relative;
  top: -8px;
  color: #898989;
  background-color: #e2e2e2;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/terms.scss */
main#terms-index nav a.active {
  box-shadow: none;
  color: #878787;
  border-bottom-color: #fff;
  background-color: #fff;
}
@media screen and (max-width: 430px) {
  /* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/terms.scss */
  main#terms-index nav {
    position: relative;
    top: 9px;
  }
  /* line 33, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/terms.scss */
  main#terms-index nav a {
    display: block;
  }
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.proposals {
  display: flex;
}
/* line 4, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.proposals .proposal {
  border: 1rem solid white;
  background-color: white;
  padding: 5rem;
  margin: 1rem;
}
/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.proposals .proposal:hover {
  border: 1rem solid #37bc9a;
}
/* line 15, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.proposals .title {
  font-weight: bold;
}

/* line 20, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show {
  max-width: none;
  padding-left: 0;
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show + footer,
main#my-place_requirements-show h1, main#my-place_requirements-show + footer + .payment-logos, main#my-place_requirements-show + footer + .payment-logos + .copy,
main#my-place_requirements-show .places {
  margin-left: 400px;
  padding-left: 1rem;
}
@media screen and (max-width: 700px) {
  /* line 32, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
  main#my-place_requirements-show .places,
  main#my-place_requirements-show h1, main#my-place_requirements-show + footer + .payment-logos, main#my-place_requirements-show + footer, main#my-place_requirements-show + footer + .payment-logos + .copy {
    margin-left: 0;
  }
  /* line 39, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
  main#my-place_requirements-show .placesMapOuter {
    display: none;
  }
}
/* line 43, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show .places {
  max-width: 1024px;
}
/* line 45, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show .places #places-search-checkboxes {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 10rem;
}
/* line 49, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show .places #places-search-checkboxes label {
  margin-right: 2rem;
}
/* line 53, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show .places .inputs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
/* line 56, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show .places .inputs input {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  flex-grow: 1;
  flex-basis: 15rem;
}
/* line 64, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show .places label {
  margin-right: 1rem;
  display: inline;
}
/* line 70, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show .collapse-trigger input[type="checkbox"] {
  display: none;
}
/* line 72, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show .collapse-trigger input[type="checkbox"]:checked + .fa-caret-right {
  transform: rotate(90deg);
}
/* line 76, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show .collapse-trigger .fa-caret-right {
  transition: transform 0.1s;
}
/* line 79, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show .collapse-trigger:hover {
  color: #545454;
}
/* line 85, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div label {
  color: #878787;
  font-family: Avenir-Book, sans-serif;
}
/* line 89, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div input[type=checkbox]:checked + label {
  color: #878787;
}
/* line 94, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .progressbars > * {
  flex-basis: 0;
}
/* line 98, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .progressbars .range div {
  display: flex;
  position: relative;
}
/* line 101, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .progressbars .range div i {
  position: absolute;
  right: 10%;
  font-size: 1.2rem;
}
/* line 107, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .progressbars .range input {
  width: 90%;
}
/* line 113, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .features {
  display: flex;
}
/* line 115, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .features > * {
  margin-bottom: 0.25rem;
  flex-basis: 14rem;
  max-width: 9rem;
}
/* line 121, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .features label:before {
  font-family: "icomoon" !important;
  width: 1.5rem;
  display: inline-block;
}
/* line 127, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .features label[data-icon=staff]:before {
  content: "";
}
/* line 127, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .features label[data-icon=storage]:before {
  content: "";
}
/* line 127, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .features label[data-icon=window_display]:before {
  content: "";
}
/* line 127, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .features label[data-icon=security_system]:before {
  content: "";
}
/* line 127, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .features label[data-icon=open_on_saturday]:before {
  content: "";
}
/* line 127, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .features label[data-icon=open_on_sunday]:before {
  content: "";
}
/* line 127, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .features label[data-icon=parking]:before {
  content: "";
}
/* line 127, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .features label[data-icon=wheelchair_accessible]:before {
  content: "";
}
/* line 127, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .features label[data-icon=air_conditioning]:before {
  content: "";
}
/* line 127, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .features label[data-icon=wifi]:before {
  content: "";
}
/* line 127, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .features label[data-icon=kitchen_for_staff]:before {
  content: "";
}
/* line 127, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .features label[data-icon=try_and_buy]:before {
  content: "";
}
/* line 134, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-place_requirements-show #filter_search_div .value {
  color: #878787;
  font-weight: bold;
  white-space: nowrap;
  text-transform: none;
}

/* line 143, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.placesMapOuter .placesMapInner {
  transition: 0.4s;
  width: 400px;
  height: 100vh;
  position: fixed;
  top: 62px;
}
/* line 144, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.placesMapOuter .placesMapInner #place_map {
  height: calc(100vh - 62px);
  transition: 0.4s;
}

/* line 156, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
header.sticky + main .placesMapInner {
  top: 62px;
}
/* line 158, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
header.sticky + main .placesMapInner #place_map {
  height: calc(100vh - 62px);
}

/* line 166, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.gm-style .gm-style-mtc > div, .gm-style .gm-style-mtc > div > div {
  font-family: Avenir-Book, sans-serif !important;
  padding: 0.5rem 1rem !important;
}

/* line 175, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
:root {
  --pane-width: 480px;
  --accent-color: #008b6d;
  --accent-hover-color: #2c967c;
  --accent-active-color: #008b6d;
  --brand-color: #999951;
  --button-box-shadow-color: #117a60;
}

/* line 184, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
#place-requirements-index {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-width: 100vw;
  z-index: 0;
}

/* line 196, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
#place-requirements-index h1,
#place-requirements-index h2,
#place-requirements-index h3,
#place-requirements-index h4,
#place-requirements-index h5,
#place-requirements-index h5,
#place-requirements-index input {
  color: inherit;
}

/* line 207, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.map-container .map {
  width: 100%;
  height: 100%;
}

/* line 212, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
#place-requirements-index #place_map {
  height: 100%;
}

/* line 216, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
#place-requirements-index .panel h2 {
  text-align: center;
  color: var(--brand-color) !important;
  margin-bottom: 1em;
}

/* line 222, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
#place-requirements-index .panel .history-requirements {
  margin-top: 1em;
}
/* line 224, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
#place-requirements-index .panel .history-requirements .place-requirement {
  filter: saturate(0);
}

/* line 230, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
#place-requirements-index .search-bar input,
#place-requirements-index .search-bar button {
  font-size: 1em;
  line-height: 1.5;
}
/* line 236, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
#place-requirements-index .search-bar button .material-icons {
  font-size: 18px;
  padding-right: 8px;
  line-height: 22px;
  vertical-align: text-top;
}

/* line 244, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.range {
  text-align: center;
  position: relative;
  margin-bottom: 8px;
}
/* line 249, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.range h3 {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
}
/* line 255, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.range input[type="range"] {
  padding-top: 8px;
  -webkit-appearance: none;
  border: 0;
  box-shadow: none;
}
/* line 261, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.range input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 6px;
  background: #d8d8d8;
  border: 0;
  box-shadow: none;
  border-radius: 6px;
}
/* line 272, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background: #37bc9b;
  color: #37bc9b;
  box-shadow: 1px 1px 0 0 var(--button-box-shadow-color);
}
/* line 284, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.range input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  border: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: var(--accent-color);
  box-shadow: 1px 1px 0 0 var(--button-box-shadow-color);
}
/* line 293, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.range input[type="range"]::-ms-thumb {
  border: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: var(--accent-color);
  box-shadow: 1px 1px 0 0 var(--button-box-shadow-color);
}
/* line 302, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.range .range-min,
.range .range-max {
  font-size: 14px;
  position: absolute;
  top: 4px;
}
/* line 308, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.range .range-max {
  right: 0;
}

/* line 313, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.button_gap {
  margin-right: 12px;
  margin-bottom: 12px;
}

/* line 318, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.enter-country {
  max-width: 250px;
}

/* line 322, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.country-actions {
  display: flex;
  max-height: 47px;
}

/* line 327, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.update-return {
  float: right;
}

/* line 332, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .main_campaign {
  display: flex;
}
/* line 336, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .min-350 {
  min-width: 400px;
}
/* line 340, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .markets {
  display: block;
}
/* line 344, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .edit_market_link {
  float: right;
  margin: 10px;
}
/* line 349, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .custom_campaigns {
  margin-top: 50px;
  padding-bottom: 1px;
}
/* line 354, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .campaign-bold {
  font-weight: 700;
  color: #585858;
  padding-bottom: 6px;
  border-bottom: #3cb796 solid 3px;
}
/* line 361, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .custom-view {
  display: flex;
}
/* line 365, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .expired-view {
  display: none;
}
/* line 369, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .title-link {
  text-decoration: none;
  color: #c2c2c2;
}
/* line 374, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .new-campaign {
  display: flex;
  text-align: center;
  height: 154px;
  max-width: 400px;
  padding: 12px;
  margin-right: 20px;
  border: dashed 1px #979797;
  background-color: rgba(60, 183, 150, 0.1);
  align-items: center;
}
/* line 386, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .new-campaign .cross {
  font-size: 28px;
  color: #3cb796;
}
/* line 391, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .new-campaign .cross-text {
  font-size: 14px;
  font-weight: 300;
  color: #3cb796;
}
/* line 397, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .new-campaign .title-box {
  width: 100%;
}
/* line 402, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .campaign-details {
  position: relative;
  display: block;
  width: 100%;
}
/* line 407, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .campaign-details .timing {
  float: right;
  font-size: 12px;
  font-weight: 300;
}
/* line 415, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .campaign-button {
  font-size: 10px;
  margin-left: 10px;
}
/* line 420, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
main#my-brands-place_requirements-index .campaign-buttons {
  position: absolute;
  bottom: 13px;
  left: 0px;
}

/* line 427, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.req-list-item {
  display: flex;
  height: 154px;
  border: 1px solid #979797;
  padding: 12px;
  max-width: 400px;
  min-width: 300px;
  margin: 0 20px 1rem 0;
  border-radius: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 436, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.req-list-item .title {
  color: #676767;
  font-size: 15px;
  font-weight: 900;
  margin: 10px 0;
}
/* line 442, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.req-list-item .details {
  line-height: 20px;
  overflow: hidden;
}

/* line 451, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.campaign_stuff {
  font-size: 12px;
  font-weight: 300;
  color: #676767;
  margin-left: 10px;
}

/* line 458, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.req-list-status-active {
  display: block;
  margin-left: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #48cfad url(/assets/checkmark-407b06e5fe768fd43e8d8f3e593dbe3348ac32af5b6822606c5275ed7c46887c.svg) no-repeat center;
}

/* line 468, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.req-list-status-accepted {
  display: block;
  margin-left: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: green url(/assets/checkmark-407b06e5fe768fd43e8d8f3e593dbe3348ac32af5b6822606c5275ed7c46887c.svg) no-repeat center;
}

/* line 477, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.req-list-status-waiting {
  display: block;
  margin-left: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #add8e6 url(/assets/checkmark-407b06e5fe768fd43e8d8f3e593dbe3348ac32af5b6822606c5275ed7c46887c.svg) no-repeat center;
}

/* line 487, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.req-list-status-archived {
  display: block;
  margin-left: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: grey url(/assets/checkmark-407b06e5fe768fd43e8d8f3e593dbe3348ac32af5b6822606c5275ed7c46887c.svg) no-repeat center;
}

/* line 497, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.proposal_button-wrapper {
  box-shadow: 3px 3px 0 0 var(--button-box-shadow-color);
  border-radius: 2px;
  height: 33px;
  margin: 8px;
  margin-top: 0px;
}

/* line 505, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.requirement-status {
  position: absolute;
  top: 30px;
  right: 2px;
  color: red;
  font-size: 1.2rem;
  font-weight: 700;
  transform: rotate(15deg);
}

/* line 516, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.consignment-menu {
  font-size: 15px;
  font-family: Avenir-book;
  margin-top: 5px;
}

/* line 522, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/place_requirements.scss */
.search-bar {
  margin-bottom: 8px;
}

/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-shop_proposals-index .title-adjust,
main#my-places-shop_proposals-proposals .title-adjust,
main#my-places-bookings-index .title-adjust {
  padding-bottom: 1px;
}
/* line 11, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-shop_proposals-index .proposal-title,
main#my-places-shop_proposals-proposals .proposal-title,
main#my-places-bookings-index .proposal-title {
  padding-bottom: 1px;
}
/* line 15, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-shop_proposals-index .shop-proposals,
main#my-places-shop_proposals-proposals .shop-proposals,
main#my-places-bookings-index .shop-proposals {
  display: flex;
  height: 108px;
  min-width: 108px;
  margin-bottom: 30px;
  margin-right: 0;
  width: 100%;
  overflow: hidden;
}
/* line 24, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-shop_proposals-index .shop-proposals .img_container,
main#my-places-shop_proposals-proposals .shop-proposals .img_container,
main#my-places-bookings-index .shop-proposals .img_container {
  height: 108px;
  width: 108px;
  margin-right: 10px;
}
/* line 30, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-shop_proposals-index .shop-proposals .brand_image,
main#my-places-shop_proposals-proposals .shop-proposals .brand_image,
main#my-places-bookings-index .shop-proposals .brand_image {
  width: 108px;
  margin-right: 10px;
}
/* line 34, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-shop_proposals-index .shop-proposals .brand-info,
main#my-places-shop_proposals-proposals .shop-proposals .brand-info,
main#my-places-bookings-index .shop-proposals .brand-info {
  display: block;
  width: 100%;
  margin-left: 10px;
}
/* line 40, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-shop_proposals-index .shop-proposals .title,
main#my-places-shop_proposals-proposals .shop-proposals .title,
main#my-places-bookings-index .shop-proposals .title {
  margin-bottom: 10px;
  font-family: Avenir-Heavy;
  font-size: 25px;
  font-weight: 900;
  color: #585858;
}
/* line 48, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-shop_proposals-index .shop-proposals .right-side,
main#my-places-shop_proposals-proposals .shop-proposals .right-side,
main#my-places-bookings-index .shop-proposals .right-side {
  float: right;
  display: block;
  height: 108px;
  margin-left: 30px;
  font-size: 12px;
}
/* line 55, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-shop_proposals-index .shop-proposals .right-side .links,
main#my-places-shop_proposals-proposals .shop-proposals .right-side .links,
main#my-places-bookings-index .shop-proposals .right-side .links {
  text-align: left;
  line-height: 16px;
}
/* line 61, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-shop_proposals-index .shop-proposals .right-side .offer-button,
main#my-places-shop_proposals-proposals .shop-proposals .right-side .offer-button,
main#my-places-bookings-index .shop-proposals .right-side .offer-button {
  padding-top: 16px;
  padding-right: 4px;
}
/* line 71, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-shop_proposals-index .shop-proposals .left-side,
main#my-places-shop_proposals-proposals .shop-proposals .left-side,
main#my-places-bookings-index .shop-proposals .left-side {
  display: block;
  font-size: 12px;
  height: 108px;
}
/* line 76, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-shop_proposals-index .shop-proposals .left-side .date-n-info,
main#my-places-shop_proposals-proposals .shop-proposals .left-side .date-n-info,
main#my-places-bookings-index .shop-proposals .left-side .date-n-info {
  display: flex;
}
/* line 79, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-shop_proposals-index .shop-proposals .left-side .rating,
main#my-places-shop_proposals-proposals .shop-proposals .left-side .rating,
main#my-places-bookings-index .shop-proposals .left-side .rating {
  font-size: 12px;
}
/* line 82, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-shop_proposals-index .shop-proposals .left-side .description,
main#my-places-shop_proposals-proposals .shop-proposals .left-side .description,
main#my-places-bookings-index .shop-proposals .left-side .description {
  line-height: 26px;
}
/* line 87, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-shop_proposals-index .shop-proposals .bottom-row,
main#my-places-shop_proposals-proposals .shop-proposals .bottom-row,
main#my-places-bookings-index .shop-proposals .bottom-row {
  font-size: 13px;
}

/* line 94, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
.unread {
  display: flex;
  float: right;
}

/* line 100, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
.red-cross {
  color: red;
}

/* line 104, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
.proposal-status {
  color: lightGrey;
  font-size: 18px;
  font-weight: 700;
}

/* line 110, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
.remove {
  text-decoration: none;
  color: #b6b6b6;
  font-size: 9px;
  text-align: left;
}
/* line 116, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
.remove:hover {
  color: #333333;
}

/* line 123, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-bookings-show .more_brand_info,
main#my-places-shop_proposals-show .more_brand_info {
  width: 70%;
  margin-right: 20px;
  font-size: 14px;
  margin-top: 10px;
}
/* line 130, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-bookings-show .brand-name,
main#my-places-shop_proposals-show .brand-name {
  font-weight: 700;
  color: #333333;
  margin-bottom: 5px;
}
/* line 136, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-bookings-show .contact_details,
main#my-places-shop_proposals-show .contact_details {
  margin: 20px;
  font-size: 14px;
}
/* line 141, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-bookings-show .actions,
main#my-places-shop_proposals-show .actions {
  text-align: center;
  width: 30%;
  padding-top: 10px;
}
/* line 146, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-bookings-show .actions .shortlist,
main#my-places-shop_proposals-show .actions .shortlist {
  font-size: 10px;
}
/* line 151, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-bookings-show .make_proposal,
main#my-places-shop_proposals-show .make_proposal {
  margin-top: 30px;
}
/* line 155, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-bookings-show .proposal-entry,
main#my-places-shop_proposals-show .proposal-entry {
  background-color: #f7fdfb;
  padding: 20px;
}
/* line 160, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-bookings-show .proposal-entry .form-titles,
main#my-places-shop_proposals-show .proposal-entry .form-titles {
  margin: 5px 0;
}
/* line 164, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-bookings-show .proposal-entry .type-link,
main#my-places-shop_proposals-show .proposal-entry .type-link {
  width: 100%;
  text-align: center;
}
/* line 169, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-bookings-show .proposal-entry .dash,
main#my-places-shop_proposals-show .proposal-entry .dash {
  line-height: 30px;
}
/* line 173, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/shop_proposals.scss */
main#my-places-bookings-show .proposal-entry .matching,
main#my-places-shop_proposals-show .proposal-entry .matching {
  margin-left: 35px;
}

/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-show .brand_details,
main#my-brands-place_requirements-index .brand_details,
main#my-brands-place_requirements-show .brand_details,
main#my-places-bookings-show .brand_details,
main#my-places-new .brand_details,
main#my-places-edit .brand_details,
main#my-places-update .brand_details,
main#my-places-create .brand_details,
main#my-brands-new .brand_details,
main#my-brands-edit .brand_details,
main#my-brands-update .brand_details,
main#my-brands-create .brand_details {
  display: flex;
  margin-top: 20px;
}
/* line 18, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-show .description_side,
main#my-brands-place_requirements-index .description_side,
main#my-brands-place_requirements-show .description_side,
main#my-places-bookings-show .description_side,
main#my-places-new .description_side,
main#my-places-edit .description_side,
main#my-places-update .description_side,
main#my-places-create .description_side,
main#my-brands-new .description_side,
main#my-brands-edit .description_side,
main#my-brands-update .description_side,
main#my-brands-create .description_side {
  width: 50%;
  margin-right: 20px;
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-show .key_details_side,
main#my-brands-place_requirements-index .key_details_side,
main#my-brands-place_requirements-show .key_details_side,
main#my-places-bookings-show .key_details_side,
main#my-places-new .key_details_side,
main#my-places-edit .key_details_side,
main#my-places-update .key_details_side,
main#my-places-create .key_details_side,
main#my-brands-new .key_details_side,
main#my-brands-edit .key_details_side,
main#my-brands-update .key_details_side,
main#my-brands-create .key_details_side {
  width: 50%;
}
/* line 27, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-show .website,
main#my-brands-place_requirements-index .website,
main#my-brands-place_requirements-show .website,
main#my-places-bookings-show .website,
main#my-places-new .website,
main#my-places-edit .website,
main#my-places-update .website,
main#my-places-create .website,
main#my-brands-new .website,
main#my-brands-edit .website,
main#my-brands-update .website,
main#my-brands-create .website {
  margin-bottom: 20px;
}
/* line 31, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-show .description,
main#my-brands-place_requirements-index .description,
main#my-brands-place_requirements-show .description,
main#my-places-bookings-show .description,
main#my-places-new .description,
main#my-places-edit .description,
main#my-places-update .description,
main#my-places-create .description,
main#my-brands-new .description,
main#my-brands-edit .description,
main#my-brands-update .description,
main#my-brands-create .description {
  font-size: 14px;
  line-height: 1.84;
}
/* line 36, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-show .main_campaign,
main#my-brands-place_requirements-index .main_campaign,
main#my-brands-place_requirements-show .main_campaign,
main#my-places-bookings-show .main_campaign,
main#my-places-new .main_campaign,
main#my-places-edit .main_campaign,
main#my-places-update .main_campaign,
main#my-places-create .main_campaign,
main#my-brands-new .main_campaign,
main#my-brands-edit .main_campaign,
main#my-brands-update .main_campaign,
main#my-brands-create .main_campaign {
  margin-top: 44px;
}
/* line 40, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-show .sub-breadcrumbs,
main#my-brands-place_requirements-index .sub-breadcrumbs,
main#my-brands-place_requirements-show .sub-breadcrumbs,
main#my-places-bookings-show .sub-breadcrumbs,
main#my-places-new .sub-breadcrumbs,
main#my-places-edit .sub-breadcrumbs,
main#my-places-update .sub-breadcrumbs,
main#my-places-create .sub-breadcrumbs,
main#my-brands-new .sub-breadcrumbs,
main#my-brands-edit .sub-breadcrumbs,
main#my-brands-update .sub-breadcrumbs,
main#my-brands-create .sub-breadcrumbs {
  margin-top: 0;
  margin-bottom: 30px;
}
/* line 45, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-show .name-entry,
main#my-brands-place_requirements-index .name-entry,
main#my-brands-place_requirements-show .name-entry,
main#my-places-bookings-show .name-entry,
main#my-places-new .name-entry,
main#my-places-edit .name-entry,
main#my-places-update .name-entry,
main#my-places-create .name-entry,
main#my-brands-new .name-entry,
main#my-brands-edit .name-entry,
main#my-brands-update .name-entry,
main#my-brands-create .name-entry {
  font-size: 35px;
  border: 0;
  border-bottom: solid 2px #3cb796;
  max-width: 500px;
  box-shadow: none;
  color: #2e2e2e;
}
/* line 54, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-show .search-text-entry,
main#my-brands-place_requirements-index .search-text-entry,
main#my-brands-place_requirements-show .search-text-entry,
main#my-places-bookings-show .search-text-entry,
main#my-places-new .search-text-entry,
main#my-places-edit .search-text-entry,
main#my-places-update .search-text-entry,
main#my-places-create .search-text-entry,
main#my-brands-new .search-text-entry,
main#my-brands-edit .search-text-entry,
main#my-brands-update .search-text-entry,
main#my-brands-create .search-text-entry {
  margin-bottom: 1rem;
}
/* line 58, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-show .logo,
main#my-brands-place_requirements-index .logo,
main#my-brands-place_requirements-show .logo,
main#my-places-bookings-show .logo,
main#my-places-new .logo,
main#my-places-edit .logo,
main#my-places-update .logo,
main#my-places-create .logo,
main#my-brands-new .logo,
main#my-brands-edit .logo,
main#my-brands-update .logo,
main#my-brands-create .logo {
  border: 2px solid grey;
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 10px;
}
/* line 65, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-show .logo-entry,
main#my-brands-place_requirements-index .logo-entry,
main#my-brands-place_requirements-show .logo-entry,
main#my-places-bookings-show .logo-entry,
main#my-places-new .logo-entry,
main#my-places-edit .logo-entry,
main#my-places-update .logo-entry,
main#my-places-create .logo-entry,
main#my-brands-new .logo-entry,
main#my-brands-edit .logo-entry,
main#my-brands-update .logo-entry,
main#my-brands-create .logo-entry {
  display: block;
  max-width: 150px;
  max-height: 200px;
  margin-right: 30px;
}
/* line 73, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-show .showcase-dropzone,
main#my-brands-place_requirements-index .showcase-dropzone,
main#my-brands-place_requirements-show .showcase-dropzone,
main#my-places-bookings-show .showcase-dropzone,
main#my-places-new .showcase-dropzone,
main#my-places-edit .showcase-dropzone,
main#my-places-update .showcase-dropzone,
main#my-places-create .showcase-dropzone,
main#my-brands-new .showcase-dropzone,
main#my-brands-edit .showcase-dropzone,
main#my-brands-update .showcase-dropzone,
main#my-brands-create .showcase-dropzone {
  background-color: blue;
}
/* line 75, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-show .showcase-dropzone:hover,
main#my-brands-place_requirements-index .showcase-dropzone:hover,
main#my-brands-place_requirements-show .showcase-dropzone:hover,
main#my-places-bookings-show .showcase-dropzone:hover,
main#my-places-new .showcase-dropzone:hover,
main#my-places-edit .showcase-dropzone:hover,
main#my-places-update .showcase-dropzone:hover,
main#my-places-create .showcase-dropzone:hover,
main#my-brands-new .showcase-dropzone:hover,
main#my-brands-edit .showcase-dropzone:hover,
main#my-brands-update .showcase-dropzone:hover,
main#my-brands-create .showcase-dropzone:hover {
  background-color: green;
}

/* line 82, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.brand-logo {
  max-width: 80px;
  max-height: 80px;
  float: right;
}

/* line 89, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.brand_titles {
  display: flex;
  color: #585858;
  font-size: 20px;
  margin-bottom: 10px;
}

/* line 96, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.change-cat {
  float: right;
  font-size: 18px;
}

/* line 101, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.floating-cat-modal {
  max-width: fit-content;
  opacity: 0.95;
}

/* line 106, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.floating-cat {
  border: 1px green solid;
  margin: 10px 0;
  padding: 5px;
  font-size: 17px;
  display: flex;
}
/* line 112, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.floating-cat:hover {
  background-color: #3cb796;
  color: white;
}

/* line 118, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.floating-cat-header {
  font-size: 20px;
  color: #585858;
}

/* line 123, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.floating-close-box {
  float: right;
  font-size: 14px;
  color: green;
  background-color: white;
}

/* line 131, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.vital-info {
  display: flex;
  margin-bottom: 10px;
}

/* line 136, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.contact_details {
  font-size: 12px;
}

/* line 142, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.intro-for-brands {
  text-align: center;
}
/* line 145, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.intro-for-brands .video {
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.06);
  width: 351px;
  height: 198px;
  margin-top: 20px;
  margin-left: 53px;
}

/* line 155, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.expand-your-brand {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 24px;
  background-color: #fafafa;
}

/* line 162, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.coocooshop-for-you {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 24px;
}

/* line 168, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.small-green {
  font-size: 14px;
  text-align: center;
  line-height: 1.36;
  padding: 0 25px;
  color: #30b390;
}

/* line 176, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.light-grey {
  font-size: 13px;
  text-align: center;
  padding: 0 25px;
  color: #575757;
  font-weight: 300;
}

/* line 184, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.city-link {
  position: relative;
}

/* line 188, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.city-link-title {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 20px;
}

/* line 197, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.how-to-image {
  margin-top: 24px;
  margin-bottom: 48px;
  height: 624px;
  width: 100%;
  position: relative;
}

/* line 206, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.input-container {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 6px 8px;
  flex-direction: row;
  justify-content: space-evenly;
}

/* line 216, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.input-container > .material-icons {
  display: none;
}
@media screen and (min-width: 480px) {
  /* line 216, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
  .input-container > .material-icons {
    display: inline-block;
    color: #9b9b9b;
    line-height: 45px;
    padding: 0 0.75em;
  }
}

/* line 226, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.input-container input {
  border: 0;
  font-size: 16px;
  color: #333;
  box-shadow: none;
}
/* line 231, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.input-container input::-webkit-input-placeholder {
  color: #707070;
  font-weight: 400;
  opacity: 0.7;
}

/* line 237, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.input-container button {
  color: #fff;
  background-color: #3cb796;
  font-family: Comfortaa-Regular !important;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  border: transparent;
  border-radius: 5px;
}

/* line 247, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.input-container button:hover {
  background-color: var(--accent-hover-color);
}

/* line 250, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.input-container button:active {
  background-color: var(--accent-active-color);
}

/* line 254, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.searching_window {
  padding-bottom: 40px;
}

@media screen and (max-width: 480px) {
  /* line 259, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
  .video img {
    max-width: 100%;
  }
}
/* line 264, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.brand-static {
  display: inline-block;
  width: 100%;
  padding: 0.2rem 0.2rem;
  background-color: white;
  border: 1px solid #a1a1a1;
}

/* line 272, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.brand-input {
  padding: 0 !important;
  border: 0;
}

/* line 277, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.brand_showcase {
  height: 240px;
  max-width: 875px;
  text-align: center;
}
/* line 281, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.brand_showcase .photo {
  flex-grow: 0;
  height: 200px;
  width: 200px;
  background: no-repeat 50% 50%;
  background-size: contain;
}

/* line 292, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
#photo-carousel .item {
  padding: 0;
  margin-right: 20px;
}
/* line 298, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
#photo-carousel .owl-dots {
  margin-top: 0;
}
/* line 302, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
#photo-carousel .owl-dot span {
  background: transparent;
  width: 0px;
  height: 1px;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid lightgrey;
}
/* line 312, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
#photo-carousel .owl-dot.active span {
  background: #30b390;
  border-top: 0;
  border-bottom: 1px solid #30b390;
  height: 3px;
  border-radius: 2px;
}

/* line 322, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.proposal {
  display: flex;
  height: 158px;
  margin-bottom: 40px;
  margin-right: 0;
  width: 100%;
}
/* line 328, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.proposal .shop_image {
  max-width: 158px;
}
/* line 331, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.proposal .top-half {
  display: block;
  width: 100%;
  margin-left: 24px;
}
/* line 337, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.proposal .titles {
  margin-bottom: 10px;
  font-family: Avenir-Heavy;
  font-size: 17px;
  color: #676767;
}
/* line 345, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.proposal .right-side {
  float: right;
  display: block;
}
/* line 349, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.proposal .right-side .links {
  float: right;
  line-height: 28px;
}
/* line 354, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.proposal .right-side .offer-button {
  padding-top: 6px;
  padding-right: 3px;
  white-space: nowrap;
}
/* line 359, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.proposal .right-side .offer-button .basic-button {
  font-size: 12px;
}
/* line 364, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.proposal .fee {
  display: flex;
  font-size: 13px;
  font-weight: 300;
  color: #676767;
  text-align: center;
  line-height: 22px;
}
/* line 373, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.proposal .left-side {
  display: block;
  font-size: 12px;
}
/* line 377, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.proposal .left-side .date-n-info {
  display: flex;
}
/* line 380, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.proposal .left-side .dates {
  line-height: 22px;
}
/* line 383, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.proposal .left-side .features-row {
  line-height: 30px;
}
/* line 386, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.proposal .left-side .rating {
  font-size: 12px;
}
/* line 389, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.proposal .left-side .description {
  line-height: 26px;
}
/* line 394, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
.proposal .bottom-row {
  font-size: 13px;
}

/* line 402, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-place_requirements-show .min-350 {
  min-width: 350px;
  margin-right: 50px;
}
/* line 406, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-place_requirements-show .campaign-info {
  font-size: 12px;
  line-height: 22px;
  min-height: 350px;
}
/* line 411, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-place_requirements-show .sub-title {
  font-size: 18px;
  font-weight: 700;
  font-family: Avenir-Heavy;
}
/* line 416, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-place_requirements-show .timing {
  line-height: 18px;
  opacity: 0.5;
}

/* line 426, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .shop-title,
main#my-brands-bookings-show .shop-title,
main#my-places-bookings-show .shop-title {
  font-size: 20px;
  color: #585858;
}
/* line 430, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .shop-title .icon,
main#my-brands-bookings-show .shop-title .icon,
main#my-places-bookings-show .shop-title .icon {
  height: 18px;
  width: 18px;
}
/* line 436, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .deal-status-content,
main#my-brands-bookings-show .deal-status-content,
main#my-places-bookings-show .deal-status-content {
  font-size: 16px;
}
/* line 440, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .side-by-side,
main#my-brands-bookings-show .side-by-side,
main#my-places-bookings-show .side-by-side {
  display: flex;
}
/* line 444, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .left_side,
main#my-brands-bookings-show .left_side,
main#my-places-bookings-show .left_side {
  width: 50%;
  margin-right: 20px;
}
/* line 450, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show #place_map,
main#my-brands-proposals-show .shop_map,
main#my-brands-bookings-show #place_map,
main#my-brands-bookings-show .shop_map,
main#my-places-bookings-show #place_map,
main#my-places-bookings-show .shop_map {
  width: 100%;
  height: 250px;
  margin-right: 20px;
}
/* line 457, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .right_side,
main#my-brands-bookings-show .right_side,
main#my-places-bookings-show .right_side {
  width: 50%;
}
/* line 461, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .shop_name,
main#my-brands-bookings-show .shop_name,
main#my-places-bookings-show .shop_name {
  font-size: 14px;
  color: #333333;
  line-height: 1.57;
  font-family: Avenir-Heavy;
  font-weight: 900;
  margin-bottom: 6px;
}
/* line 470, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .shop_description,
main#my-brands-bookings-show .shop_description,
main#my-places-bookings-show .shop_description {
  font-size: 12px;
  color: #898989;
  line-height: 1.84;
}
/* line 476, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .features-row,
main#my-brands-bookings-show .features-row,
main#my-places-bookings-show .features-row {
  font-size: 22px;
  color: #898989;
}
/* line 480, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .features-row ul.features li,
main#my-brands-bookings-show .features-row ul.features li,
main#my-places-bookings-show .features-row ul.features li {
  padding: 10px;
}
/* line 486, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .offer-details,
main#my-brands-bookings-show .offer-details,
main#my-places-bookings-show .offer-details {
  margin: 50px 0;
}
/* line 490, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .campaign-info,
main#my-brands-bookings-show .campaign-info,
main#my-places-bookings-show .campaign-info {
  font-size: 12px;
  line-height: 22px;
}
/* line 495, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .label-size,
main#my-brands-bookings-show .label-size,
main#my-places-bookings-show .label-size {
  display: flex;
}
/* line 499, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .date-n-info,
main#my-brands-bookings-show .date-n-info,
main#my-places-bookings-show .date-n-info {
  display: flex;
}
/* line 503, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .shop_name_address,
main#my-brands-bookings-show .shop_name_address,
main#my-places-bookings-show .shop_name_address {
  font-size: 12px;
}
/* line 505, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .shop_name_address .shop_name,
main#my-brands-bookings-show .shop_name_address .shop_name,
main#my-places-bookings-show .shop_name_address .shop_name {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}
/* line 510, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .shop_name_address .address,
main#my-brands-bookings-show .shop_name_address .address,
main#my-places-bookings-show .shop_name_address .address {
  color: #676767;
}
/* line 515, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .button_row,
main#my-brands-bookings-show .button_row,
main#my-places-bookings-show .button_row {
  font-size: 14px;
  margin: 50px 10px;
}
/* line 519, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .button_row .terms,
main#my-brands-bookings-show .button_row .terms,
main#my-places-bookings-show .button_row .terms {
  font-weight: 700;
  width: fit-content;
}
/* line 524, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .button_row .buttons,
main#my-brands-bookings-show .button_row .buttons,
main#my-places-bookings-show .button_row .buttons {
  float: right;
  display: flex;
}
/* line 527, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .button_row .buttons .shape,
main#my-brands-bookings-show .button_row .buttons .shape,
main#my-places-bookings-show .button_row .buttons .shape {
  margin-right: 10px;
  font-size: 12px;
}
/* line 533, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/brands.scss */
main#my-brands-proposals-show .button_row .shortlist,
main#my-brands-bookings-show .button_row .shortlist,
main#my-places-bookings-show .button_row .shortlist {
  margin-right: 20px;
}

/* line 3, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
:root {
  --pane-width: 480px;
  --accent-color: #37bc9b;
  --accent-hover-color: #2c967c;
  --accent-active-color: #008b6d;
  --brand-color: #999951;
  --button-box-shadow-color: #117a60;
}

/* line 12, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#beta-search {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 62px 0;
  margin: 0;
  overflow: hidden;
  max-width: 100vw;
  z-index: 0;
}

/* line 24, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#beta-search h1,
#beta-search h2,
#beta-search h3,
#beta-search h4,
#beta-search h5,
#beta-search h5,
#beta-search input {
  color: inherit;
}

/* line 35, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane {
  width: 320px;
  width: var(--pane-width);
  height: calc(100vh - 62px);
  background-color: white;
  order: 1;
  z-index: 2000;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: width 250ms;
  -moz-transition: width 250ms;
  -ms-transition: width 250ms;
  -o-transition: width 250ms;
  transition: width 250ms;
}
/* line 51, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane::after {
  content: "";
  display: block;
  display: none;
  height: 48px;
  width: 2px;
  position: absolute;
  right: -1px;
  top: 8px;
  z-index: 20;
  background-color: #fff;
}

/* line 66, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane button,
#pane input[type="submit"],
#pane input[type="button"] {
  -webkit-appearance: none;
  background-color: var(--accent-color);
  color: #fff;
}
/* line 72, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane button:hover,
#pane input[type="submit"]:hover,
#pane input[type="button"]:hover {
  background-color: var(--accent-hover-color) !important;
}
/* line 75, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane button:active,
#pane input[type="submit"]:active,
#pane input[type="button"]:active {
  background-color: var(--accent-active-color) !important;
}
/* line 78, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane button:disabled,
#pane input[type="submit"]:disabled,
#pane input[type="button"]:disabled {
  filter: saturate(0) !important;
}
/* line 82, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane input + button {
  margin-left: 16px;
}
/* line 85, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane button.flat {
  -webkit-appearance: none;
  color: #333;
  background-color: transparent;
  text-transform: uppercase;
  width: auto;
  box-shadow: none;
  font-size: 14px;
}
/* line 93, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane button.flat:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
  box-shadow: none;
}

/* line 100, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane .panels-holder {
  width: 320px;
  width: var(--pane-width);
  height: 100%;
  z-index: 10;
  transform: translateX(0);
  -webkit-transition: transform 250ms;
  -moz-transition: transform 250ms;
  -ms-transition: transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms;
}

/* line 115, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane.closed {
  width: 0;
}
/* line 117, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane.closed .panels-holder {
  transform: translateX(-var(--pane-width));
}

/* line 122, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane .toggle-button-holder {
  position: absolute;
  z-index: 0;
  top: 8px;
  left: 100%;
  display: none;
}

/* line 130, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane .toggle-button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  overflow: visible;
  width: 23px;
  height: 48px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAQAAAAXDMSnAAAAi0lEQVR4AX3JQcqBURQG4O/+9WNG30D3vOfSDTuQsgcZyBakZANSzMVMBme3zsBI5/VMn4ZKLP5ki1E4tYejWpilxVUtzOEUD68odYmXR5BJNp/4zllXD2phllYvamHmirsayUkfJ5ruHzueTldC08kcT5YOY9xYujqQM03XKXuaLmEtNF1e1Nz89gbL+0do6OEwRwAAAABJRU5ErkJggg==") 7px center/7px 10px no-repeat;
  border-left: 1px solid #d4d4d4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* line 149, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane.closed .toggle-button {
  transform: rotate(180deg);
}

/* line 157, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane .panel {
  padding: 16px;
  height: inherit;
  transition: transform 0.2s;
}

/* line 163, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#pane button {
  box-shadow: 2px 2px 0 0 var(--button-box-shadow-color);
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background-color: var(--accent-color);
  margin: 16px 0 8px;
}

/* line 172, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.map-container {
  z-index: 0;
  order: 2;
  flex-grow: 2;
  position: relative;
}

/* line 179, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.map-container .map {
  width: 100%;
  height: 100%;
}

/* line 184, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#beta-search #place_map {
  height: 100%;
}

/* line 188, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#beta-search .panel h2 {
  text-align: center;
  margin-bottom: 1em;
}

/* line 193, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#beta-search .panel .history-requirements {
  margin-top: 1em;
}
/* line 195, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#beta-search .panel .history-requirements .place-requirement {
  filter: saturate(0);
}

/* line 201, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#beta-search .search-bar input,
#beta-search .search-bar button {
  font-size: 1em;
  line-height: 1.5;
}
/* line 207, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#beta-search .search-bar button .material-icons {
  font-size: 18px;
  padding-right: 8px;
  line-height: 22px;
  vertical-align: text-top;
}

/* line 215, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.approach-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 8px 32px;
  color: white;
  background-color: var(--accent-color);
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  transition: background-color 0.2s;
}
/* line 226, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.approach-button:hover {
  background-color: var(--accent-hover-color) !important;
}
/* line 229, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.approach-button:active {
  background-color: var(--accent-active-color) !important;
}
/* line 232, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.approach-button:disabled {
  filter: saturate(0) !important;
}
/* line 235, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.approach-button.disabled, .approach-button.disabled:hover {
  cursor: default;
  background-color: #878787 !important;
}

/* line 242, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.approach-button a {
  color: white !important;
  text-decoration: none !important;
}

/* line 250, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.placement-form label {
  font-size: 13px;
  font-weight: 300;
  text-transform: none !important;
}

/* line 256, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.placement-form .form-control {
  border-radius: 2px;
}

/* line 260, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.placement-form select.form-control {
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=) no-repeat right 50%;
  padding: 0.5em 1.5em 0.5em 0.5em;
}

/* line 269, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.placement-form .datepicker {
  max-width: none;
}

/* line 273, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.placement-form .flexible-time {
  margin-top: -0.5em;
  margin-bottom: 1em;
}

/* line 278, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.row-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

/* line 285, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.row-group .row-group-col {
  box-sizing: border-box;
  width: calc(50% - 8px);
}

/* line 290, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.placement-form .features {
  column-count: 2;
}

/* line 294, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.placement-form .features label input[type="checkbox"] {
  margin-right: 0.5em;
  border: 1px solid #ccc;
}

/* line 299, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.placement-form input[type="submit"].primary {
  font-size: 14px;
  background-color: var(--accent-color);
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

/* line 306, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.range {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
/* line 311, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.range h3 {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
}
/* line 317, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.range input[type="range"] {
  margin-top: 8px;
  -webkit-appearance: none;
  border: 0;
  box-shadow: none;
}
/* line 323, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.range input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 6px;
  background: #d8d8d8;
  border: 0;
  box-shadow: none;
  border-radius: 6px;
}
/* line 334, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background: #37bc9b;
  color: #37bc9b;
  box-shadow: 1px 1px 0 0 var(--button-box-shadow-color);
}
/* line 346, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.range input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  border: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: var(--accent-color);
  box-shadow: 1px 1px 0 0 var(--button-box-shadow-color);
}
/* line 355, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.range input[type="range"]::-ms-thumb {
  border: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: var(--accent-color);
  box-shadow: 1px 1px 0 0 var(--button-box-shadow-color);
}
/* line 364, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.range .range-min,
.range .range-max {
  font-size: 14px;
  position: absolute;
  top: 4px;
}
/* line 370, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.range .range-max {
  right: 0;
}

/* line 375, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#requirementsForm,
#sentSuccessfuly {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
/* line 384, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
#requirementsForm input[type="submit"],
#sentSuccessfuly input[type="submit"] {
  box-shadow: 2px 2px 0 0 var(--button-box-shadow-color);
}

/* line 389, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.place-requirement .result {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  border: 1px solid #d7d7d7;
  border-top: 3px solid var(--accent-color);
  padding: 8px 16px;
  border-radius: 2px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
/* line 400, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.place-requirement .result + .result {
  margin-top: 8px;
}
/* line 403, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.place-requirement .result::before {
  content: "";
  display: block;
  margin-left: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-color) url(/assets/checkmark-407b06e5fe768fd43e8d8f3e593dbe3348ac32af5b6822606c5275ed7c46887c.svg) no-repeat center;
}
/* line 413, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.place-requirement .result .title {
  font-weight: 700;
}

/* line 418, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/beta-search.scss */
.form-date-input {
  display: block;
  width: 100%;
  height: 34px;
}

/* line 10, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#items-index .catalog-picture,
main#catalogs-selector .catalog-picture,
main#my-items-index .catalog-picture,
main#my-brands-catalogs-index .catalog-picture,
main#my-brands-catalogs-show .catalog-picture,
main#my-places-catalogs-index .catalog-picture,
main#my-places-catalogs-show .catalog-picture {
  position: relative;
  height: 200px;
  width: 200px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #979797;
}
/* line 20, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#items-index .catalog-picture .overlay-title,
main#catalogs-selector .catalog-picture .overlay-title,
main#my-items-index .catalog-picture .overlay-title,
main#my-brands-catalogs-index .catalog-picture .overlay-title,
main#my-brands-catalogs-show .catalog-picture .overlay-title,
main#my-places-catalogs-index .catalog-picture .overlay-title,
main#my-places-catalogs-show .catalog-picture .overlay-title {
  position: absolute;
  bottom: 0px;
  height: 50px;
  width: 100%;
  background-color: #3cb796;
  opacity: 0.9;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
  font-size: 12px;
}
/* line 35, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#items-index .catalog-picture .sub_catalog_title,
main#catalogs-selector .catalog-picture .sub_catalog_title,
main#my-items-index .catalog-picture .sub_catalog_title,
main#my-brands-catalogs-index .catalog-picture .sub_catalog_title,
main#my-brands-catalogs-show .catalog-picture .sub_catalog_title,
main#my-places-catalogs-index .catalog-picture .sub_catalog_title,
main#my-places-catalogs-show .catalog-picture .sub_catalog_title {
  position: absolute;
  top: 0px;
  height: 20px;
  width: 100%;
  background-color: #3cb796;
  opacity: 0.9;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  font-size: 12px;
}
/* line 52, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#items-index .add_collection,
main#catalogs-selector .add_collection,
main#my-items-index .add_collection,
main#my-brands-catalogs-index .add_collection,
main#my-brands-catalogs-show .add_collection,
main#my-places-catalogs-index .add_collection,
main#my-places-catalogs-show .add_collection {
  display: flex;
  text-align: center;
  align-items: center;
  border: 1px dashed #979797;
  background-color: rgba(60, 183, 150, 0.1);
}
/* line 59, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#items-index .add_collection .title-box,
main#catalogs-selector .add_collection .title-box,
main#my-items-index .add_collection .title-box,
main#my-brands-catalogs-index .add_collection .title-box,
main#my-brands-catalogs-show .add_collection .title-box,
main#my-places-catalogs-index .add_collection .title-box,
main#my-places-catalogs-show .add_collection .title-box {
  width: 100%;
  font-size: 12px;
}
/* line 66, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#items-index .wrapper,
main#catalogs-selector .wrapper,
main#my-items-index .wrapper,
main#my-brands-catalogs-index .wrapper,
main#my-brands-catalogs-show .wrapper,
main#my-places-catalogs-index .wrapper,
main#my-places-catalogs-show .wrapper {
  position: relative;
}
/* line 70, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#items-index .icon-list,
main#catalogs-selector .icon-list,
main#my-items-index .icon-list,
main#my-brands-catalogs-index .icon-list,
main#my-brands-catalogs-show .icon-list,
main#my-places-catalogs-index .icon-list,
main#my-places-catalogs-show .icon-list {
  display: flex;
  flex-wrap: wrap;
}
/* line 75, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#items-index .action-buttons,
main#catalogs-selector .action-buttons,
main#my-items-index .action-buttons,
main#my-brands-catalogs-index .action-buttons,
main#my-brands-catalogs-show .action-buttons,
main#my-places-catalogs-index .action-buttons,
main#my-places-catalogs-show .action-buttons {
  line-height: 30px;
  cursor: pointer;
  color: #44b99a;
}
/* line 81, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#items-index .size-adjustor,
main#catalogs-selector .size-adjustor,
main#my-items-index .size-adjustor,
main#my-brands-catalogs-index .size-adjustor,
main#my-brands-catalogs-show .size-adjustor,
main#my-places-catalogs-index .size-adjustor,
main#my-places-catalogs-show .size-adjustor {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 87, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#items-index .proposed-alert-dot,
main#catalogs-selector .proposed-alert-dot,
main#my-items-index .proposed-alert-dot,
main#my-brands-catalogs-index .proposed-alert-dot,
main#my-brands-catalogs-show .proposed-alert-dot,
main#my-places-catalogs-index .proposed-alert-dot,
main#my-places-catalogs-show .proposed-alert-dot {
  position: absolute;
  right: -7px;
  top: -7px;
  display: flex;
}

/* line 102, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#my-brands-catalogs-index .title-adjust,
main#my-places-catalogs-index .title-adjust,
main#my-places-catalogs-show .title-adjust,
main#my-brands-proposals-index .title-adjust,
main#my-brands-catalogs-show .title-adjust {
  margin-bottom: 4px;
}

/* line 107, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.action-icons {
  float: right;
}

/* line 111, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.action-icon {
  color: #9a9a9a;
  font-size: 22px;
  text-decoration: none;
}

/* line 117, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.title-link {
  text-decoration: none;
}

/* line 121, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.catalog-list {
  text-align: center;
  width: 100%;
  border-spacing: 16px;
  border-collapse: separate;
}
/* line 127, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.catalog-list th {
  font-size: 10px;
  color: #a0a0a0;
  border-bottom: 1px #a0a0a0 solid;
}
/* line 133, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.catalog-list td {
  color: #353535;
  font-size: 12px;
}
/* line 136, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.catalog-list td div {
  transition: max-height 0.6s ease-out;
}
/* line 139, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.catalog-list td a {
  text-decoration: none;
}

/* line 145, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.list-add-item {
  border: #979797 1px dashed;
  border-radius: 2px;
  background-color: rgba(60, 183, 150, 0.1);
}

/* line 152, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.variant-list {
  width: 100%;
}
/* line 154, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.variant-list a {
  text-decoration: none;
}

/* line 159, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.delete_icon {
  color: #f1a2a2;
}

/* line 163, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.sold-button {
  white-space: nowrap;
  font-size: 12px;
  padding: 2px 4px;
  text-decoration-line: underline !important;
}

/* line 170, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.close-box {
  position: absolute;
  top: -5px;
  right: -10px;
}
/* line 174, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.close-box a > i {
  background-color: white;
  color: #f1a2a2;
  border: 1px solid #f1a2a2;
  border-radius: 13px;
  text-decoration: none;
  padding: 2px;
  font-size: 13px;
}
/* line 183, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.close-box a > i:hover {
  background-color: #f1a2a2;
  color: white;
}

/* line 190, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.catalog-close-box {
  right: 3px;
}

/* line 194, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.sync_box {
  position: absolute;
  bottom: 25px;
  right: 20px;
}
/* line 198, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.sync_box a > i, .sync_box i {
  background-color: white;
  color: green;
  border: 1px solid green;
  border-radius: 13px;
  text-decoration: none;
  padding: 2px;
  font-size: 13px;
  position: relative;
}
/* line 208, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.sync_box a > i:hover {
  background-color: green;
  color: white;
  z-index: 10;
}

/* line 216, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.ccs-connect {
  border: 2px solid #585858;
  border-radius: 13px;
  padding: 2px;
}

/* line 222, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.cross-out {
  position: absolute;
  top: 10px;
  border-top: 2px green solid;
  transform: rotate(67deg);
  width: 100%;
}

/* line 240, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .image-side,
main#admin-items-new .image-side,
main#admin-items-create .image-side,
main#admin-items-update .image-side,
main#my-items-show .image-side,
main#my-items-edit .image-side,
main#my-items-new .image-side,
main#my-items-create .image-side,
main#items-show .image-side {
  width: 200px;
}
/* line 243, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .description-side,
main#admin-items-new .description-side,
main#admin-items-create .description-side,
main#admin-items-update .description-side,
main#my-items-show .description-side,
main#my-items-edit .description-side,
main#my-items-new .description-side,
main#my-items-create .description-side,
main#items-show .description-side {
  margin-left: 20px;
  width: 100%;
}
/* line 248, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .main-image,
main#admin-items-new .main-image,
main#admin-items-create .main-image,
main#admin-items-update .main-image,
main#my-items-show .main-image,
main#my-items-edit .main-image,
main#my-items-new .main-image,
main#my-items-create .main-image,
main#items-show .main-image {
  max-height: 300px;
  max-width: 205px;
}
/* line 253, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .description,
main#admin-items-new .description,
main#admin-items-create .description,
main#admin-items-update .description,
main#my-items-show .description,
main#my-items-edit .description,
main#my-items-new .description,
main#my-items-create .description,
main#items-show .description {
  font-size: 12px;
}
/* line 257, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .item-drop,
main#admin-items-new .item-drop,
main#admin-items-create .item-drop,
main#admin-items-update .item-drop,
main#my-items-show .item-drop,
main#my-items-edit .item-drop,
main#my-items-new .item-drop,
main#my-items-create .item-drop,
main#items-show .item-drop {
  position: relative;
  height: 80px;
}
/* line 261, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .item-drop .dropzone-wrapper,
main#admin-items-new .item-drop .dropzone-wrapper,
main#admin-items-create .item-drop .dropzone-wrapper,
main#admin-items-update .item-drop .dropzone-wrapper,
main#my-items-show .item-drop .dropzone-wrapper,
main#my-items-edit .item-drop .dropzone-wrapper,
main#my-items-new .item-drop .dropzone-wrapper,
main#my-items-create .item-drop .dropzone-wrapper,
main#items-show .item-drop .dropzone-wrapper {
  width: 80px;
  float: left !important;
  margin-top: 8px;
}
/* line 266, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .item-drop .placezone,
main#admin-items-new .item-drop .placezone,
main#admin-items-create .item-drop .placezone,
main#admin-items-update .item-drop .placezone,
main#my-items-show .item-drop .placezone,
main#my-items-edit .item-drop .placezone,
main#my-items-new .item-drop .placezone,
main#my-items-create .item-drop .placezone,
main#items-show .item-drop .placezone {
  max-height: 65px;
  max-width: 65px;
  padding: 0;
  margin-bottom: 5px;
  border: dashed 1px;
}
/* line 272, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .item-drop .placezone i,
main#admin-items-new .item-drop .placezone i,
main#admin-items-create .item-drop .placezone i,
main#admin-items-update .item-drop .placezone i,
main#my-items-show .item-drop .placezone i,
main#my-items-edit .item-drop .placezone i,
main#my-items-new .item-drop .placezone i,
main#my-items-create .item-drop .placezone i,
main#items-show .item-drop .placezone i {
  font-size: 18px;
}
/* line 275, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .item-drop .placezone .text,
main#admin-items-new .item-drop .placezone .text,
main#admin-items-create .item-drop .placezone .text,
main#admin-items-update .item-drop .placezone .text,
main#my-items-show .item-drop .placezone .text,
main#my-items-edit .item-drop .placezone .text,
main#my-items-new .item-drop .placezone .text,
main#my-items-create .item-drop .placezone .text,
main#items-show .item-drop .placezone .text {
  padding: 0;
  line-height: 65px;
}
/* line 280, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .item-drop .thumbnail,
main#admin-items-new .item-drop .thumbnail,
main#admin-items-create .item-drop .thumbnail,
main#admin-items-update .item-drop .thumbnail,
main#my-items-show .item-drop .thumbnail,
main#my-items-edit .item-drop .thumbnail,
main#my-items-new .item-drop .thumbnail,
main#my-items-create .item-drop .thumbnail,
main#items-show .item-drop .thumbnail {
  position: relative;
  max-height: 65px;
  max-width: 65px;
  min-width: 65px;
}
/* line 285, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .item-drop .thumbnail .actions,
main#admin-items-new .item-drop .thumbnail .actions,
main#admin-items-create .item-drop .thumbnail .actions,
main#admin-items-update .item-drop .thumbnail .actions,
main#my-items-show .item-drop .thumbnail .actions,
main#my-items-edit .item-drop .thumbnail .actions,
main#my-items-new .item-drop .thumbnail .actions,
main#my-items-create .item-drop .thumbnail .actions,
main#items-show .item-drop .thumbnail .actions {
  display: none;
}
/* line 288, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .item-drop .thumbnail a > img,
main#admin-items-new .item-drop .thumbnail a > img,
main#admin-items-create .item-drop .thumbnail a > img,
main#admin-items-update .item-drop .thumbnail a > img,
main#my-items-show .item-drop .thumbnail a > img,
main#my-items-edit .item-drop .thumbnail a > img,
main#my-items-new .item-drop .thumbnail a > img,
main#my-items-create .item-drop .thumbnail a > img,
main#items-show .item-drop .thumbnail a > img {
  max-height: 65px;
  max-width: 65px;
}
/* line 296, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .variant-list,
main#admin-items-new .variant-list,
main#admin-items-create .variant-list,
main#admin-items-update .variant-list,
main#my-items-show .variant-list,
main#my-items-edit .variant-list,
main#my-items-new .variant-list,
main#my-items-create .variant-list,
main#items-show .variant-list {
  border-spacing: 6px;
}
/* line 300, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .variant-image,
main#admin-items-new .variant-image,
main#admin-items-create .variant-image,
main#admin-items-update .variant-image,
main#my-items-show .variant-image,
main#my-items-edit .variant-image,
main#my-items-new .variant-image,
main#my-items-create .variant-image,
main#items-show .variant-image {
  max-height: 40px;
  max-width: 40px;
}
/* line 305, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .variant-drop,
main#admin-items-new .variant-drop,
main#admin-items-create .variant-drop,
main#admin-items-update .variant-drop,
main#my-items-show .variant-drop,
main#my-items-edit .variant-drop,
main#my-items-new .variant-drop,
main#my-items-create .variant-drop,
main#items-show .variant-drop {
  max-height: 40px;
  max-width: 40px;
}
/* line 306, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .variant-drop .dropzone-wrapper,
main#admin-items-new .variant-drop .dropzone-wrapper,
main#admin-items-create .variant-drop .dropzone-wrapper,
main#admin-items-update .variant-drop .dropzone-wrapper,
main#my-items-show .variant-drop .dropzone-wrapper,
main#my-items-edit .variant-drop .dropzone-wrapper,
main#my-items-new .variant-drop .dropzone-wrapper,
main#my-items-create .variant-drop .dropzone-wrapper,
main#items-show .variant-drop .dropzone-wrapper {
  padding: 0;
  margin: 0;
}
/* line 310, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .variant-drop .placezone,
main#admin-items-new .variant-drop .placezone,
main#admin-items-create .variant-drop .placezone,
main#admin-items-update .variant-drop .placezone,
main#my-items-show .variant-drop .placezone,
main#my-items-edit .variant-drop .placezone,
main#my-items-new .variant-drop .placezone,
main#my-items-create .variant-drop .placezone,
main#items-show .variant-drop .placezone {
  max-height: 40px;
  max-width: 40px;
  border: 0;
  background-color: white;
}
/* line 315, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .variant-drop .placezone i,
main#admin-items-new .variant-drop .placezone i,
main#admin-items-create .variant-drop .placezone i,
main#admin-items-update .variant-drop .placezone i,
main#my-items-show .variant-drop .placezone i,
main#my-items-edit .variant-drop .placezone i,
main#my-items-new .variant-drop .placezone i,
main#my-items-create .variant-drop .placezone i,
main#items-show .variant-drop .placezone i {
  font-size: 14px;
}
/* line 318, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .variant-drop .placezone .text,
main#admin-items-new .variant-drop .placezone .text,
main#admin-items-create .variant-drop .placezone .text,
main#admin-items-update .variant-drop .placezone .text,
main#my-items-show .variant-drop .placezone .text,
main#my-items-edit .variant-drop .placezone .text,
main#my-items-new .variant-drop .placezone .text,
main#my-items-create .variant-drop .placezone .text,
main#items-show .variant-drop .placezone .text {
  line-height: 36px;
}
/* line 326, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .arrow-link,
main#admin-items-new .arrow-link,
main#admin-items-create .arrow-link,
main#admin-items-update .arrow-link,
main#my-items-show .arrow-link,
main#my-items-edit .arrow-link,
main#my-items-new .arrow-link,
main#my-items-create .arrow-link,
main#items-show .arrow-link {
  text-decoration: none;
}
/* line 330, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .align,
main#admin-items-new .align,
main#admin-items-create .align,
main#admin-items-update .align,
main#my-items-show .align,
main#my-items-edit .align,
main#my-items-new .align,
main#my-items-create .align,
main#items-show .align {
  display: flex;
  align-items: center;
}
/* line 335, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .arrow-text,
main#admin-items-new .arrow-text,
main#admin-items-create .arrow-text,
main#admin-items-update .arrow-text,
main#my-items-show .arrow-text,
main#my-items-edit .arrow-text,
main#my-items-new .arrow-text,
main#my-items-create .arrow-text,
main#items-show .arrow-text {
  margin: 0 10px;
}
/* line 338, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .arrow-text .title,
main#admin-items-new .arrow-text .title,
main#admin-items-create .arrow-text .title,
main#admin-items-update .arrow-text .title,
main#my-items-show .arrow-text .title,
main#my-items-edit .arrow-text .title,
main#my-items-new .arrow-text .title,
main#my-items-create .arrow-text .title,
main#items-show .arrow-text .title {
  font-size: 16px;
  letter-spacing: 2.37px;
}
/* line 343, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
main#admin-items-edit .arrow-text .subtitle,
main#admin-items-new .arrow-text .subtitle,
main#admin-items-create .arrow-text .subtitle,
main#admin-items-update .arrow-text .subtitle,
main#my-items-show .arrow-text .subtitle,
main#my-items-edit .arrow-text .subtitle,
main#my-items-new .arrow-text .subtitle,
main#my-items-create .arrow-text .subtitle,
main#items-show .arrow-text .subtitle {
  font-size: 11px;
}

/* line 349, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.selected-button {
  color: #fff;
  background-color: #3cb796;
  border: solid 2px #3cb796;
}

/* line 355, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.new_template {
  color: #44b99a;
  margin-top: 5px;
}

/* line 360, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.error_field {
  border: #d0021b 1px solid;
}

/* line 364, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.import-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
/* line 369, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.import-table td {
  padding: 7px;
  border: #4e95f4 1px solid;
}
/* line 372, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.import-table tr:nth-child(odd) {
  background: #b8d1f3;
}
/* line 375, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.import-table tr:nth-child(even) {
  background: #dae5f4;
}
/* line 378, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.import-table tr:hover {
  cursor: pointer;
  background: yellow;
}
/* line 383, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.import-table .selected {
  background: yellow !important;
}

/* line 388, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.export-align {
  text-align: center;
}

/* line 392, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.sold-dialog {
  width: 50%;
  margin: auto;
  background-color: white;
  border: 2px solid #d7d7d7;
  border-top: 5px solid #008b6d;
  padding: 10px;
  margin-top: 10%;
}
/* line 401, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.sold-dialog th {
  text-align: left;
}

/* line 406, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/catalogs.scss */
.locks {
  float: right;
  font-size: 15px;
}

/* line 5, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/dashboard.scss */
main#my-brands-dashboard .status,
main#my-places-dashboard .status,
main#my-subscriptions-new .status {
  width: 65%;
  margin-right: 20px;
}
/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/dashboard.scss */
main#my-brands-dashboard .notifications-window,
main#my-places-dashboard .notifications-window,
main#my-subscriptions-new .notifications-window {
  max-height: 500px;
  min-height: 375px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* line 21, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/dashboard.scss */
main#my-brands-dashboard .notification,
main#my-places-dashboard .notification,
main#my-subscriptions-new .notification {
  font-size: 17px;
  line-height: 32px;
  color: #676767;
  margin-bottom: 10px;
}
/* line 27, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/dashboard.scss */
main#my-brands-dashboard .notification .time,
main#my-places-dashboard .notification .time,
main#my-subscriptions-new .notification .time {
  color: #9c9c9c;
  font-size: 10px;
  line-height: 14px;
}
/* line 34, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/dashboard.scss */
main#my-brands-dashboard .with-icon,
main#my-places-dashboard .with-icon,
main#my-subscriptions-new .with-icon {
  display: flex;
}
/* line 37, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/dashboard.scss */
main#my-brands-dashboard .with-icon .icon,
main#my-places-dashboard .with-icon .icon,
main#my-subscriptions-new .with-icon .icon {
  height: 29px;
  width: 29px;
  margin-top: 8px;
  margin-right: 17px;
}
/* line 45, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/dashboard.scss */
main#my-brands-dashboard .actions,
main#my-places-dashboard .actions,
main#my-subscriptions-new .actions {
  float: right;
  font-weight: 300;
  line-height: 45px;
  margin-right: 20px;
  font-size: 14px;
}
/* line 52, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/dashboard.scss */
main#my-brands-dashboard .actions .icon-link,
main#my-places-dashboard .actions .icon-link,
main#my-subscriptions-new .actions .icon-link {
  text-decoration: none;
  color: #676767;
}
/* line 55, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/dashboard.scss */
main#my-brands-dashboard .actions .icon-link:hover,
main#my-places-dashboard .actions .icon-link:hover,
main#my-subscriptions-new .actions .icon-link:hover {
  color: red;
}
/* line 60, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/dashboard.scss */
main#my-brands-dashboard .actions .cross,
main#my-places-dashboard .actions .cross,
main#my-subscriptions-new .actions .cross {
  margin-left: 20px;
}
/* line 65, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/dashboard.scss */
main#my-brands-dashboard .actions .red-eye,
main#my-places-dashboard .actions .red-eye,
main#my-subscriptions-new .actions .red-eye {
  color: #f1a2a2;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.citypage {
  padding-top: 62px;
  position: relative;
}
/* line 2, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.citypage main {
  margin: auto;
}

@media screen and (max-width: 800px) {
  /* line 11, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
  .logo-bar {
    display: none;
  }
}

/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.large-link {
  border: 1px solid black;
  padding-top: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.large-link:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.6);
}

/* line 28, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.overlay-extra {
  border-radius: 0 0 10px 10px;
  transform: translateX(-1px);
}

/* line 33, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.large-links {
  text-align: center;
  position: relative;
}
/* line 35, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.large-links a {
  text-decoration: none;
}

/* line 39, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.large-link-images {
  width: 100%;
  position: relative;
}

/* line 45, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_images {
  width: 30%;
  margin-right: 30px;
}

/* line 50, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.last_place_image {
  width: 30%;
}

/* line 54, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_image {
  width: 100%;
}

/* line 58, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.your_places {
  max-width: 900px;
  text-align: center;
  position: relative;
}
/* line 63, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.your_places .photo {
  position: relative;
  flex-grow: 0;
  height: 300px;
  width: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
}
/* line 72, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.your_places .view_place {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 16px;
}
/* line 79, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.your_places .ee_place {
  position: absolute;
  bottom: 14px;
  right: 15px;
}

/* line 86, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.overlay-title {
  position: absolute;
  bottom: 0px;
  height: 50px;
  width: 100%;
  background-color: #3cb796;
  opacity: 0.9;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
  font-size: 14px;
}

/* line 101, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.complete-cover {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

/* line 109, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.guide-heading {
  text-align: center;
}

/* line 114, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.map-index .guide-language {
  float: right;
}
/* line 116, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.map-index .guide-language a {
  text-decoration: none;
  color: unset;
}

/* line 123, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.map-title {
  display: flex;
  position: absolute;
  top: 6px;
  left: 6px;
  padding: 5px;
  z-index: 1000;
  background-color: white;
  line-height: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px;
  height: 24px;
}
/* line 136, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.map-title .title-text {
  padding-left: 6px;
  text-decoration: none;
  color: #898989;
  font-family: Avenir-Medium;
}
/* line 143, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.map-title #open-sesame {
  margin-top: 4px;
}

/* line 148, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place-selector {
  display: none;
  position: absolute;
  top: 42px;
  left: 4px;
  z-index: 1000;
  background-color: white;
  opacity: 0.9;
  border: #dcdcdc solid 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px;
}
/* line 159, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place-selector ul {
  list-style-type: none;
  padding: 4px 10px;
  margin: 0;
}
/* line 164, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place-selector ul li {
  margin: 10px 0;
}
/* line 169, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place-selector img {
  height: 30px;
  float: right;
}
/* line 174, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place-selector .check_span {
  cursor: pointer;
}

/* line 181, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
#map_marker-content #place-icon {
  width: 24px;
  height: 26px;
  margin-right: 5px;
}

/* line 188, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.map-titles {
  text-align: center;
  width: 100%;
  color: white;
}

/* line 194, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.map-element {
  position: relative;
  text-align: center;
  color: white;
  max-width: 100%;
  height: 300px;
  background-color: #dcdcdc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 205, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.map-element .overlay-title {
  position: absolute;
  bottom: 0px;
  height: 50px;
  width: 100%;
  background-color: #3cb796;
  opacity: 0.9;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
}

/* line 222, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.add_guide {
  display: flex;
  height: 100%;
  width: 100%;
  min-height: 300px;
  text-align: center;
  align-items: center;
  border: 1px dashed #979797;
  background-color: rgba(60, 183, 150, 0.1);
}
/* line 232, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.add_guide .title-box {
  width: 100%;
}

/* line 238, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.map-background {
  background: lightskyblue;
}
/* line 241, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.map-background main {
  margin: auto;
}

/* line 246, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.add_city_look_place {
  display: flex;
  height: 100%;
  min-height: 300px;
  text-align: center;
  align-items: center;
  border: 1px dashed #979797;
  background-color: rgba(60, 183, 150, 0.1);
}
/* line 255, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.add_city_look_place .title-box {
  width: 100%;
  font-size: 14px;
}

/* line 264, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.search-params {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

/* line 270, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.browse-section {
  min-width: 180px;
  min-height: 120px;
  margin-right: 10px;
}

/* line 276, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.search-section {
  margin-bottom: 20px;
}

/* line 280, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.per-page-section {
  height: 100px;
  margin-left: 10px;
  text-align: right;
}

/* line 286, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.search-buttons {
  float: right;
  margin: 20px 0 0 10px;
}

/* line 291, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.search-selector {
  font-size: 40px;
}

/* line 295, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.found-title {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

/* line 301, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.max300 {
  max-width: 300px;
}

/* line 305, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.narrow-only, .mid-and-narrow {
  display: none;
}

@media screen and (max-width: 800px) {
  /* line 310, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
  .wide-only {
    display: none;
  }

  /* line 314, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
  .mid-and-narrow {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  /* line 321, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
  .search-params {
    flex-wrap: wrap;
  }

  /* line 325, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
  .mid-and-wide {
    display: none;
  }

  /* line 329, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
  .narrow-only {
    display: block;
  }

  /* line 333, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
  .per-page-section {
    position: absolute;
    top: 0;
    right: 10px;
  }
}
/* line 343, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
main#my-places-index table {
  width: 100%;
  border-collapse: collapse;
}
/* line 344, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
main#my-places-index table th {
  padding: 0.5rem;
  white-space: nowrap;
  text-align: left;
}
/* line 352, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
main#my-places-index table td {
  padding: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 358, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
main#my-places-index table td:first-child {
  white-space: normal;
}
/* line 362, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
main#my-places-index table tr:nth-child(even) {
  background-color: #cccccc;
}
/* line 366, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
main#my-places-index table tr:hover {
  background-color: #F3E5AB;
}
/* line 370, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
main#my-places-index table a {
  text-decoration: none;
}

/* line 376, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.action-cell {
  text-align: right;
  padding-right: 20px !important;
}

/* line 381, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.translate-icon {
  margin-right: 5px;
  font-weight: bold;
  color: red;
}

/* line 387, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.shop_showcase {
  height: 340px;
  max-width: 900px;
  text-align: center;
}
/* line 392, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.shop_showcase .photo {
  flex-grow: 0;
  height: 300px;
  width: 300px;
  background: no-repeat 50% 50%;
  background-size: contain;
}

/* line 401, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.statistics {
  padding-bottom: 3px;
}

/* line 405, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.edit_shop_details_title {
  width: 65%;
  margin-right: 20px;
}

/* line 410, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.edit_shop_features {
  width: 35%;
}
/* line 412, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.edit_shop_features ul {
  margin: 0;
}
/* line 414, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.edit_shop_features ul li {
  padding-right: 10px;
}

/* line 420, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.edit_shop_details {
  width: 65%;
}

/* line 424, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.text-entry-flag {
  height: 28px;
  max-width: 42px;
}

/* line 429, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.text-area-entry {
  width: unset;
  height: 200px;
}

/* line 434, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.translation-error {
  border-color: #d0021b;
  margin-bottom: 2px;
}

/* line 439, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.translate_text {
  color: #d0021b;
  font-size: 12px;
}

/* line 444, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.open_hour_set {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 4px;
}

/* line 450, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.each-day {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 0;
}

/* line 456, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.opening_hours {
  font-size: 14px;
  display: flex;
  margin-top: 4px;
}

/* line 462, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.day-names {
  min-width: 120px;
  text-align: right;
}
@media screen and (max-width: 380px) {
  /* line 462, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
  .day-names {
    text-align: left;
    margin-bottom: 5px;
  }
}

/* line 471, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.daily_hours {
  display: flex;
}

/* line 476, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.every_day {
  padding: 5px;
  margin-right: 4px;
  border: 1px solid #3cb796;
  border-radius: 5px;
  color: #3cb796;
  margin-bottom: 5px;
}
/* line 483, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.every_day a {
  text-decoration: none;
}

/* line 488, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.open_day {
  background-color: #3cb796;
}
/* line 490, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.open_day a {
  color: white;
}

/* line 498, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.exceptionals {
  margin: 15px 10px 15px 0px;
  border-top: grey dotted 1px;
  padding-top: 10px;
}

/* line 504, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.weekly, .dates {
  text-align: center;
}

/* line 508, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.save_links {
  transform: translateY(-6px);
  margin-left: 6px;
}

/* line 514, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.sunken {
  display: flex;
  box-shadow: 1px 1px 5px #979797  inset;
  width: max-content;
  padding: 10px;
}

/* line 522, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .thin-box {
  padding: 20px;
}
@media screen and (min-width: 480px) {
  /* line 522, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
  .place_show .thin-box {
    max-width: 360px;
    border: lightgray 1px solid;
    margin: 20px auto;
  }
}
/* line 531, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .title {
  text-align: center;
  margin: 70px 0 30px 0;
}
/* line 536, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .select_menu {
  float: left;
}
/* line 541, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .connect_selected {
  margin-left: 5px;
  text-decoration: none;
}
/* line 544, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .connect_selected i {
  transform: translateY(6px);
}
/* line 548, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .connect_selected a {
  text-decoration: none;
}
/* line 553, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .flags {
  float: right;
}
/* line 555, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .flags a {
  text-decoration: none;
  color: #575757;
}
/* line 561, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .edit_pencil {
  font-size: 20px;
  color: #979797;
  transform: translateY(-18px);
}
/* line 567, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .contacts {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 20px;
}
/* line 575, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .grey_block {
  background: rgba(39, 62, 84, 0.82);
  position: absolute;
  overflow: hidden;
  height: inherit;
  width: 100%;
  max-width: inherit;
  z-index: 2;
}
/* line 584, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .grey_block .lock {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #979797;
}
/* line 592, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .expandable {
  transition: height 0.5s ease-out;
  height: 0px;
  overflow: hidden;
  margin-top: 10px;
}
/* line 599, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .noLink {
  text-decoration: none;
}
/* line 603, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .desc_expandor {
  max-height: 2px;
  transform: translateY(-5px);
}
/* line 608, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .spread-vertically {
  margin-top: 10px;
}
/* line 612, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.place_show .place_showcase {
  margin: auto;
  position: relative;
  max-height: 300px;
  max-width: 300px;
  overflow: hidden;
}

/* line 622, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.intro-video-close {
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 34px;
  width: 60px;
  z-index: 1000;
  background-color: #2f2f2f;
  color: white;
  border: #2f2f2f 2px solid;
  border-radius: 10px;
}
/* line 634, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/citylook.scss */
.intro-video-close:hover {
  background-color: white;
  color: #2f2f2f;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard {
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  background-color: #FAFAD2;
}
/* line 12, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .porthole {
  position: relative;
  background-color: white;
  min-height: inherit;
}
/* line 16, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .porthole main {
  padding: 20px 20px 30px 20px;
  min-height: 50vh;
}
@media screen and (max-width: 800px) {
  /* line 16, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
  .wizard .porthole main {
    min-width: 90vw;
  }
}
/* line 25, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard_header {
  height: 78px;
  width: 100%;
}
/* line 28, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard_header .logo-button {
  max-width: 40px;
}
/* line 34, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-title {
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 1.2rem;
}
/* line 44, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-save {
  float: right;
  margin-right: 20px;
}
/* line 49, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-steps {
  display: none;
}
@media screen and (max-width: 800px) {
  /* line 49, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
  .wizard .wizard-steps {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #898989;
    font-weight: 800;
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  /* line 61, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
  .wizard .wizard-menu-wrapper {
    background: #EDF8F5;
    border: #EDF8F5 solid 2px;
    border-radius: 8px;
    margin: 8px 0;
  }
  /* line 67, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
  .wizard .wizard-menu-wrapper:hover {
    border: #32aa8c solid 2px;
  }
}
/* line 73, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .flex-when-wide {
  display: block;
}
@media screen and (min-width: 800px) {
  /* line 73, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
  .wizard .flex-when-wide {
    display: flex;
  }
}
/* line 80, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .step-view {
  display: block;
}
@media screen and (min-width: 800px) {
  /* line 80, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
  .wizard .step-view {
    position: relative;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    margin: 2px 10px 0 10px;
    min-width: 540px;
    width: 60vw;
  }
}
/* line 94, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .close {
  display: none;
}
/* line 98, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .validate-warning {
  position: absolute;
  bottom: 0;
}
/* line 103, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .steps-menu {
  width: 100%;
  height: 20px;
  padding: 15px 10px;
  display: none;
  line-height: 20px;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  /* line 103, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
  .wizard .steps-menu {
    display: inline-block;
  }
}
/* line 116, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .steps-menu-items {
  width: 100%;
  top: -100px;
  border-radius: 18px;
}
@media screen and (min-width: 800px) {
  /* line 116, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
  .wizard .steps-menu-items {
    position: relative;
    display: block;
    max-width: 400px;
    min-width: 240px;
    float: unset;
    z-index: unset;
    top: 0;
    border-radius: 0;
    background-color: #EDF8F5;
  }
}
/* line 134, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .steps-menu-items li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  color: #9E9E9E;
  padding: 20px 10px;
}
@media screen and (min-width: 800px) {
  /* line 141, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
  .wizard .steps-menu-items li a:hover {
    border: solid 2px #44B99A;
    border-radius: 8px;
  }
}
/* line 151, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .step-dots {
  font-size: 15px;
  border-radius: 16px;
  background-color: #9E9E9E;
  color: white;
  padding: 3px 8px 2px 7px;
  margin: 10px;
}
/* line 161, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .highlight-dot {
  background-color: #44B99A;
}
/* line 165, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .highlight-text {
  color: #44B99A;
}
/* line 169, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .step-tick {
  float: right;
  margin-right: 10px;
}
/* line 175, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-menu-header {
  display: block;
  padding: 50px 20px 20px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  /* line 175, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
  .wizard .wizard-menu-header {
    display: none;
  }
}
/* line 186, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-menu-close {
  float: left;
  margin-left: 5px;
  font-size: 18px;
  color: #898989;
}
/* line 192, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-menu-close:hover {
  color: white;
  background-color: #898989;
  border-radius: 3px;
}
/* line 199, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-subtitle {
  font-size: 15px;
  color: black;
  margin: 10px 0;
}
/* line 206, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-map #place_map {
  height: 300px;
}
/* line 211, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard input[type="text"],
.wizard input[type="tel"],
.wizard input[type="number"],
.wizard input[type="email"] {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  box-shadow: none;
  border-radius: 0;
}
/* line 222, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .highlight-error {
  border-color: #f1a2a2 !important;
}
/* line 226, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .highlight-required {
  color: #f1a2a2 !important;
}
/* line 230, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-help-prompt {
  margin-top: 8px;
  font-size: 13px;
  color: #7E7E7E;
  line-height: 18px;
}
/* line 237, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-help-header {
  display: block !important;
}
/* line 241, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-help-page {
  width: 100%;
  height: 100%;
  background-color: white;
  transform: translateX(100%);
  transition: transform 0.8s ease-out 0.1s;
}
/* line 249, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-clip-pane {
  z-index: -20;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
/* line 259, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-load-message {
  background-color: white;
  font-size: 34px;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
/* line 266, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-load-message i {
  font-size: 24px;
}
/* line 271, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .place-on-right {
  transform: translateX(100%);
}
/* line 275, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .place-on-left {
  transform: translateX(-100%);
}
/* line 279, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .slide-time {
  transition: transform 0.2s;
}
/* line 283, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-help-title {
  color: #44B99A;
}
/* line 287, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-help-text {
  color: #7E7E7E;
  line-height: 18px;
  padding: 20px;
}
/* line 293, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-help-separator {
  border-top: #7E7E7E dotted 1px;
  margin: 0 20px;
}
/* line 298, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard_features {
  margin-top: 0;
  line-height: 32px;
}
@media screen and (min-width: 500px) {
  /* line 298, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
  .wizard .wizard_features {
    column-count: 2 !important;
  }
}
/* line 304, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard_features li {
  display: flex;
}
/* line 309, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .cancel-link {
  float: left;
  margin-left: 20px;
}
/* line 314, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .previous-button {
  float: left;
  margin-left: 20px;
  background: white;
  color: #9F9F9F;
  border: 2px solid #9F9F9F;
}
/* line 320, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .previous-button:hover {
  background-color: #898989;
  border: solid 2px #898989;
  color: white;
}
/* line 327, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .next-button {
  float: right;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 333, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .placezone {
  width: unset;
}
/* line 338, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .place_terms_of_service span {
  white-space: break-spaces;
}
/* line 343, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .wizard-slide {
  transform: translateX(0);
}
/* line 347, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .tag_search {
  display: flex;
  position: relative;
}
/* line 351, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .tag_search .icon {
  position: absolute;
  right: 24px;
}
/* line 357, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .ui-autocomplete {
  list-style-type: none;
  border: grey solid 1px;
  padding: 1px;
  width: max-content;
  font-family: unset;
}
/* line 365, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard .ui-helper-hidden-accessible {
  display: none;
}

/* line 371, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.wizard-flags a {
  text-decoration: none;
  color: #575757;
  font-size: 1em;
}

/* line 378, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.draft-background {
  background: rgba(39, 62, 84, 0.6);
  overflow: hidden;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 387, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.draft-text {
  transform: rotate(-30deg);
  color: white;
  font-size: 22px;
  letter-spacing: 5px;
}

/* line 394, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.draft-grey {
  background-color: #818181 !important;
  font-style: italic;
}

/* line 399, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.draft-element {
  max-width: 300px;
  font-style: italic;
}
/* line 402, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.draft-element a {
  font-style: italic;
}

/* line 408, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
#place_commission_fee {
  max-width: 100px;
}

/* line 412, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.show-draft {
  float: left;
  margin-top: 38px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}
/* line 419, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.show-draft:before {
  content: "\f14a";
  color: #3cb796;
  font-family: "FontAwesome";
  margin-right: 0.25em;
  width: 1rem;
  display: inline-block;
}

/* line 432, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.hiding-drafts:before {
  content: "\f096";
}

/* line 438, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.video-wrapper {
  position: relative;
}

/* line 442, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.greyed-out-user {
  opacity: 0.3;
  position: absolute;
  right: 173px;
  top: 10px;
}
@media screen and (max-width: 800px) {
  /* line 442, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
  .greyed-out-user {
    display: none;
  }
}

/* line 454, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.greyed-out-language {
  opacity: 0.3;
  position: absolute;
  right: 56px;
  top: 13px;
}
@media screen and (max-width: 800px) {
  /* line 454, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
  .greyed-out-language {
    display: none;
  }
}

/* line 466, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.small_help {
  font-size: 14px;
}

/* line 471, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.subs-table th {
  text-align: left;
  padding: 5px 10px;
  font-size: 18px;
}
/* line 476, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.subs-table td {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 486, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.tag_help {
  display: flex;
}
/* line 488, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.tag_help .wizard-help-prompt {
  transform: translateY(-16px);
}

/* line 494, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.tag_search .ui-widget {
  width: 100%;
}
/* line 496, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.tag_search .ui-widget .ui-autocomplete-input {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
}

/* line 507, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/wizard.scss */
.hash-icon {
  font-size: 12px;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/import.scss */
.import-title {
  text-align: center;
  font-weight: bold;
}

/* line 6, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/import.scss */
.import_page_drop {
  line-height: 30px;
  cursor: pointer;
  color: #44b99a;
  border: #979797 1px dashed;
  border-radius: 2px;
  background-color: rgba(60, 183, 150, 0.1);
  height: 100px;
  max-width: 300px;
  text-align: center;
}
/* line 17, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/import.scss */
.import_page_drop .big-plus {
  margin-top: 34px;
  font-size: 18px;
}

/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/import.scss */
.drop-highlight {
  background-color: #def5f7 !important;
}

/* line 27, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/import.scss */
#progress-text {
  text-align: center;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/subscriptions.scss */
main#my-subscriptions-new {
  min-width: 50vw;
}
/* line 4, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/subscriptions.scss */
main#my-subscriptions-new ul {
  column-count: 3;
  list-style: none;
  padding: 0;
}
/* line 8, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/subscriptions.scss */
main#my-subscriptions-new ul li {
  text-align: center;
}
/* line 13, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/subscriptions.scss */
main#my-subscriptions-new .place-column {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 20, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/subscriptions.scss */
main#my-subscriptions-new .cost-column {
  text-align: right;
  overflow: hidden;
  margin-right: 50px;
}
/* line 26, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/subscriptions.scss */
main#my-subscriptions-new .sub-scroll-window {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg-logo {
  width: 229px;
  height: 48px;
  padding-top: 0;
  margin-bottom: 0;
  background: url("sg_logo.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 300px) {
  /* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
  .sg-logo {
    background: url("icons/lightbulb.png") no-repeat;
    width: 50px;
    background-size: contain;
  }
}

/* line 15, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_title {
  margin: 20px 0 0 20px;
}

/* line 19, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.logo_title {
  margin: 8px 0 0 60px;
}

/* line 23, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_button_box {
  border: 2px solid #575757;
  border-radius: 4px;
  max-width: 400px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.6);
  color: #575757;
}
/* line 33, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_button_box:hover {
  background-color: #d3d3d38a;
}

/* line 39, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_button_text {
  text-align: center;
  font-family: Avenir-Medium !important;
  font-size: 18px;
  text-decoration-line: none;
  color: #575757;
}

/* line 47, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_sunken_text {
  display: flex;
  box-shadow: 2px 2px 10px #585858;
  font-size: 18px;
  font-family: Avenir-Medium;
  padding: 20px;
}

/* line 56, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
#sg-sg_home #flash_container {
  max-height: 40px;
}

/* line 61, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_code {
  font-size: 14px;
  font-family: Avenir-book;
}

/* line 66, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_about_title {
  text-align: center;
}

/* line 70, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_picture {
  max-height: 300px;
  border: 2px solid #585858;
  border-radius: 16px;
  box-shadow: 1px 1px 5px #979797;
  max-width: 90vw;
  width: 100%;
}

/* line 79, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_job_title {
  font-style: italic;
  color: darkgreen;
}

/* line 84, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_us_link {
  text-decoration: none;
}

/* line 88, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_about_typeface {
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.045em);
  line-height: 1.7em;
}

/* line 93, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_details {
  display: none;
  position: relative;
  background-color: #fff;
  padding: 1.125em 1.5em;
  border-radius: 10px;
  border: 2px solid #585858;
  font-size: 14px;
  color: #585858;
}

/* line 108, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_details::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 23%;
  border: 1.3rem solid transparent;
  border-top: none;
  border-bottom-color: #fff;
  filter: drop-shadow(0 -0.08rem 0.02rem #000);
}

/* line 124, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.alastair::before {
  left: 73%;
}

/* line 128, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_details_close {
  position: absolute;
  right: 2px;
  top: 1px;
  color: #f1a2a2;
}

/* line 135, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_about_line {
  display: none;
  margin: 30px 0;
}
/* line 139, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_about_line div {
  margin: auto;
  width: 30%;
  border-top: solid 1px #979797;
}

/* line 146, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_checkboxes {
  transform: translateY(-1px);
}

/* line 150, /home/alastair/workspace/coocooshop/app/assets/stylesheets/sg.scss */
.sg_drop_zone {
  color: #626262;
  text-align: center;
  cursor: pointer;
  padding: 1rem;
  border: solid 1px #979797;
  background-color: rgba(60, 183, 150, 0.1);
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
.ww-logo {
  width: 229px;
  height: 48px;
  padding-top: 0;
  margin-bottom: 0;
  background: url("ww_logo.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 300px) {
  /* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
  .ww-logo {
    background: url("ww_dog.png") no-repeat;
    width: 50px;
    background-size: contain;
  }
}

/* line 15, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
.title-background {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2px 4px;
  border-radius: 10px;
}

/* line 22, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
.photo_display {
  aspect-ratio: 1 / 1;
  border: 2px black solid;
  max-width: 500px;
  margin: 1rem;
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* line 34, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
.dog_photo_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
}

/* line 41, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
.promotion_list {
  font-size: 18px;
  color: #585858;
}
/* line 44, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
.promotion_list li {
  margin-bottom: 25px;
}

@media screen and (max-width: 720px) {
  /* line 50, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
  .hamburger {
    display: unset;
  }

  /* line 53, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
  .menu-items {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  /* line 61, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
  .Swinging_Badge {
    display: none;
  }
}
@media screen and (min-width: 720px) {
  /* line 68, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
  .firstLine {
    font-size: 14px;
    font-weight: 600;
  }

  /* line 71, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
  .secondLine {
    font-size: 14px;
    font-weight: 900;
  }

  /* line 77, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
  .badges {
    position: relative;
    margin: 48px auto;
    width: 100px;
    height: 100px;
    background: #37bc9b;
    border-radius: 100%;
    border: black 1px solid;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    -webkit-animation: 3s ease-in-out 0s normal none infinite running swing;
    -moz-animation: 3s ease-in-out 0s normal none infinite running swing;
    -o-animation: 3s ease-in-out 0s normal none infinite running swing;
    animation: 3s ease-in-out 0s normal none infinite running swing;
    -webkit-transform-origin: 100px -71px;
    -moz-transform-origin: 100px -71px;
    -o-transform-origin: 100px -71px;
    transform-origin: 100px -71px;
  }

  /* line 100, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
  .badges:after {
    content: '';
    position: absolute;
    top: -70px;
    left: 50px;
    width: 2px;
    height: 81px;
    border-radius: 0%;
    background: #000;
  }

  @-webkit-keyframes swing {
    0% {
      -webkit-transform: rotate(5deg);
    }
    50% {
      -webkit-transform: rotate(-5deg);
    }
    100% {
      -webkit-transform: rotate(5deg);
    }
  }
  @-moz-keyframes swing {
    0% {
      -moz-transform: rotate(5deg);
    }
    50% {
      -moz-transform: rotate(-5deg);
    }
    100% {
      -moz-transform: rotate(5deg);
    }
  }
  @-o-keyframes swing {
    0% {
      -o-transform: rotate(5deg);
    }
    50% {
      -o-transform: rotate(-5deg);
    }
    100% {
      -o-transform: rotate(5deg);
    }
  }
  @keyframes swing {
    0% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(5deg);
    }
  }
}
/* line 132, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
* {
  box-sizing: border-box;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 161, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
.ticker-wrap {
  overflow: hidden;
  height: 2rem;
  background-color: #44b99a;
  padding-left: 100%;
  box-sizing: content-box;
}
/* line 172, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
.ticker-wrap .ticker {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
/* line 190, /home/alastair/workspace/coocooshop/app/assets/stylesheets/ww.scss */
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 22px;
  color: white;
}

/* line 1, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/* line 7, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.lds-ripple div {
  position: absolute;
  border: 6px solid black;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

/* line 14, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/* line 50, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#map_marker-content {
  display: none;
}

/* line 54, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#home-icon {
  margin-right: 8px;
  max-height: 30px;
  max-width: 30px;
}

/* line 60, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.zoom_in {
  float: right;
  margin-right: 5px;
  margin-left: 2px;
  border: 0;
}

/* line 67, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.home_map-title {
  display: flex;
  position: absolute;
  top: 6px;
  left: 6px;
  padding: 5px;
  z-index: 10;
  background-color: white;
  line-height: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 8px;
  height: 24px;
  max-width: 90vw;
  width: 400px;
}

/* line 83, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#home_menu {
  color: #898989;
  margin-right: 2px;
}

/* line 88, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#search_input {
  position: relative;
  width: 100%;
}

/* line 93, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#address_entry {
  font-size: 14px;
}

/* line 97, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#delete_input {
  position: absolute;
  right: -2px;
  top: -4px;
  cursor: pointer;
}

/* line 104, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#open-sesame {
  padding: 3px;
  cursor: pointer;
}

/* line 109, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.home_place-selector {
  display: block;
  position: absolute;
  top: 42px;
  left: 4px;
  z-index: 10;
  background-color: white;
  font-size: 14px;
  opacity: 0.9;
  border: #dcdcdc solid 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 10px;
  padding: 2px;
}
/* line 122, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.home_place-selector .check_span {
  cursor: pointer;
}
/* line 125, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.home_place-selector ul {
  list-style-type: none;
  padding: 4px 10px;
  margin: 0;
}
/* line 131, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.home_place-selector li {
  padding-bottom: 4px;
}

/* line 136, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.selector_marker {
  margin-left: 4px;
  max-height: 20px;
  float: right;
}

/* line 142, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#locate_me {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 76px;
  z-index: 10;
  cursor: pointer;
}

/* line 152, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#frosty {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(1px);
}

/* line 163, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.splash {
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  border-radius: 8px;
  margin: 30px auto;
}

/* line 172, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#info_splash {
  display: none;
  height: 90vh;
  width: 90vw;
}

/* line 178, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.splash_content {
  position: relative;
  padding: 30px 30px 0 30px;
  background-color: white;
  border-radius: 8px;
}

/* line 187, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.splash_title {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 194, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#splash_text {
  font-size: 40px;
  text-shadow: 0 9px 9px #898989;
}

/* line 199, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.splash_options {
  position: absolute;
  bottom: 10px;
  right: 12px;
  font-size: 14px;
}

/* line 206, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#suppress_splash {
  margin-right: 4px;
  font-size: 14px;
}

/* line 211, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#close_splash {
  margin-left: 20px;
}

/* line 215, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#modal_splash {
  display: none;
  position: absolute;
  height: 150px;
  width: 400px;
  top: 50%;
  left: 50%;
  max-width: 95vw;
  transform: translate(-50%, -50%);
  align-items: center;
  font-size: 20px;
}

/* line 228, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#alert_message {
  width: 100%;
  text-align: center;
}

/* line 233, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.cancel_modal {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* line 239, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.sidepanel {
  height: 100%;
  /* Specify a height */
  max-width: 100vw;
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 12;
  /* Stay on top */
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.25s;
  opacity: 0.9;
  border: #dcdcdc solid 1px;
}
/* line 252, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.sidepanel label {
  display: inline-block;
}

/* line 257, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.panel_title {
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 5px;
}

/* line 263, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.pano-icon {
  position: absolute;
  top: 3px;
  left: 3px;
}

/* line 269, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#pano-close {
  float: right;
  padding-right: 3px;
  padding-top: 2px;
  font-size: 22px;
}

/* line 276, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.pano-container {
  position: relative;
  height: 300px;
  padding: 5px 25px;
}

/* line 282, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#pano {
  position: absolute;
  height: 300px;
  width: 300px;
  border: solid black 2px;
  max-width: 85vw;
  display: block;
}

/* line 291, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#pano_glass {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

/* line 299, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.thumb-placeholder {
  display: none;
  border: 2px solid black;
  margin: 0px 25px;
  height: 1px;
}

/* line 306, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#show_thumb {
  cursor: pointer;
}

/* line 310, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#pano-address {
  font-style: italic;
  color: #007555;
  font-size: 14px;
  margin: 10px;
}

/* line 317, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.pano-left {
  margin: 15px 25px;
}

/* line 321, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.pano-mid {
  text-align: center;
}

/* line 325, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.pano_section_title {
  color: #454545;
  margin-bottom: 10px;
}

/* line 330, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.pano-indent {
  margin: 0 20px;
}

/* line 334, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#knowledge_requested {
  color: #6400eb;
  border: solid 2px #6400eb;
}

/* line 339, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#knowledge_available {
  color: #007555;
  border: solid 2px #007555;
}

/* line 344, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.info_tick {
  position: relative;
  border-radius: 6px;
  font-size: 11px;
  translate: -3px -7px;
}

/* line 351, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.help_point {
  cursor: pointer;
}

/* line 355, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#help_popup {
  display: none;
  position: absolute;
  z-index: 100;
  font-size: 14px;
  padding: 5px;
  color: black;
  background-color: white;
  box-shadow: black 0px 1px 6px 2px;
}

/* line 366, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#help_question {
  display: none;
  position: absolute;
  z-index: 101;
}

/* line 372, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#email_entry {
  display: none;
}

/* line 377, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.pano-entry {
  cursor: pointer;
  font-size: 14px;
}

/* line 382, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.pano-flex {
  display: flex;
}

/* line 386, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#email_entrytext {
  border: solid red 2px;
}

/* line 389, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
#email_button {
  height: 24px;
  margin-top: 3px;
  margin-left: 5px;
}

/* line 395, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.dates_entry {
  display: none;
  margin-top: 10px;
  font-size: 14px;
}
/* line 400, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.dates_entry input[type="text"] {
  font-size: 14px;
  padding: 2px;
}

/* line 406, /home/alastair/workspace/coocooshop/app/assets/stylesheets/routes/homes.scss */
.date_entry_fields {
  display: flex;
  margin-bottom: 5px;
}

/* line 85, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
html, body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-variant-numeric: lining-nums;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  -webkit-font-feature-settings: "kern", "liga", "clig", "lnum";
  font-feature-settings: "kern", "liga", "clig", "lnum";
}

/* line 97, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.has-error {
  color: #a94442;
}

/* line 101, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.alert button {
  color: transparent;
}

@media print {
  /* line 106, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
  header,
  footer,
  .noprint {
    display: none;
  }

  /* line 111, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
  body {
    padding: 1rem;
  }

  background-color: white;
}
/* line 117, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.turbolinks-progress-bar {
  background-color: #878787;
}

/* line 121, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.input {
  margin-bottom: 1rem;
}
/* line 123, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.input label {
  margin-bottom: 0.25rem;
  text-transform: lowercase;
}

/* line 129, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.jcrop-box:hover {
  background-color: transparent !important;
}

/* line 134, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.alert-danger {
  padding: 1rem;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(135, 135, 135, 0.1);
  margin-bottom: 1rem;
  font-size: 1rem;
  border-radius: 2px;
}

/* line 145, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.description-textarea b {
  color: #878787;
}
/* line 148, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.description-textarea > * {
  margin: 0;
}
/* line 151, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.description-textarea > div {
  flex-grow: 2;
  flex-basis: 0;
}
/* line 154, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.description-textarea > div textarea {
  height: 8rem;
}
/* line 158, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.description-textarea textarea {
  line-height: 1.2rem;
  font-size: 1rem;
  margin-right: 0;
}
/* line 163, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.description-textarea .input {
  margin-right: 0;
}
/* line 166, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.description-textarea ul {
  flex-grow: 0.8;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-top: 1.5rem;
}
/* line 171, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.description-textarea ul li {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}

/* line 178, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.nested-fields {
  align-items: center;
  margin-bottom: 0.5rem;
}
/* line 179, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.nested-fields .input,
.nested-fields section {
  margin-bottom: 0;
}
/* line 183, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.nested-fields .row-layout {
  margin: 0;
}

/* line 190, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
#coverAll {
  z-index: 100000;
  background: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* line 200, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.payment-logos {
  text-align: center;
  background-color: white;
  margin: 1rem 0;
}
/* line 204, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
.payment-logos img {
  max-height: 2rem;
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
}

/* line 212, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
#catalog-carousel {
  cursor: pointer;
  position: relative;
}
/* line 217, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
#catalog-carousel .item {
  background-size: cover;
  background-position: 50%, 50%;
  height: 300px;
  width: 30vw;
  background-repeat: no-repeat;
}
/* line 224, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
#catalog-carousel .owl-stage-outer {
  height: 200px;
}
/* line 227, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
#catalog-carousel .owl-nav {
  top: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}
/* line 228, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
#catalog-carousel .owl-nav.disabled {
  display: block;
}
/* line 236, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
#catalog-carousel .owl-nav > div {
  position: absolute;
  height: 200px;
  line-height: 200px;
  margin: 0 !important;
  border-radius: 0 !important;
  width: 60px;
  padding: 0 !important;
  opacity: 0;
  font-size: 3rem !important;
  text-shadow: 0 -1px 1px black;
  transition: opacity 0.4s;
  background: transparent;
  background: linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.5)) !important;
}
/* line 254, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
#catalog-carousel .owl-nav > div:hover {
  opacity: 1;
}
/* line 258, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
#catalog-carousel .owl-nav .owl-prev {
  left: 0;
}
/* line 262, /home/alastair/workspace/coocooshop/app/assets/stylesheets/application.scss */
#catalog-carousel .owl-nav .owl-next {
  right: 0px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5)) !important;
}
