html,
body {
  margin: 0;
  background-color: #fbf4ee;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
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;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #CF4242;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(207, 66, 66, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(207, 66, 66, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
/*
// Special styles for iOS temporal inputs
//
// In Mobile Safari, setting `display: block` on temporal inputs causes the
// text within the input to become vertically misaligned.
// As a workaround, we set a pixel line-height that matches the
// given height of the input. Since this fucks up everything else, we have to
// appropriately reset it for Internet Explorer and the size variations.

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: @input-height-base;
  // IE8+ misaligns the text within date inputs, so we reset
  line-height: @line-height-base ~"\0";

  &.input-sm {
    line-height: @input-height-small;
    line-height: @line-height-small ~"\0";
  }
  &.input-lg {
    line-height: @input-height-large;
    line-height: @line-height-large ~"\0";
  }
}

// IE 11 hack to reverse the iOS temporal input hack.
_:-ms-fullscreen, :root input[type="date"],
_:-ms-fullscreen, :root input[type="time"],
_:-ms-fullscreen, :root input[type="datetime-local"],
_:-ms-fullscreen, :root input[type="month"] {
  line-height: @line-height-base;

  &.input-sm {
    line-height: @line-height-small;
  }
  &.input-lg {
    line-height: @line-height-large;
  }
}
*/
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.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;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.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;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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;
}
.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);
}
.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;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.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;
}
.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);
}
.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;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.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;
}
.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);
}
.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;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 8px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert p .button {
  display: inline !important;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.share-button {
  box-sizing: border-box;
  padding: 0px 8px;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  margin-right: 4px;
  margin-bottom: 4px;
  display: block;
  float: left;
  background-image: url(https://cdn.assets.cutkeep.net/assets/responsive/social-sharing-d4dd2e0c429592373c29236fd6d6de10031b0c5f3890e08157611529ce57bd70.png);
  background-position: 0 0;
}
.share-button.square {
  border-radius: 0;
}
.share-button:hover {
  text-decoration: none;
  cursor: pointer;
}
.share-buttons {
  display: inline-block;
  margin-bottom: 8px;
}
.share-facebook {
  background-color: #3B5998;
}
.share-twitter {
  background-color: #55ACEE;
  background-position: 0 -32px;
}
.share-google,
.share-googleplus {
  background-color: #dd4b39;
  background-position: 0 -64px;
}
.share-pinterest {
  background-color: #C92228;
  background-position: 0 -96px;
}
.share-tumblr {
  background-color: #35465c;
  background-position: 0 -128px;
}
.share-email {
  background-color: #cf4242;
  background-position: 0 -160px;
}
.share-rss {
  background-color: #fca300;
  background-position: 0 -192px;
}
.share-instagram {
  background-color: #306a92;
  background-position: 0 -224px;
}
.share-youtube {
  background-color: #C12025;
  background-position: 0 -256px;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.blog-header-with-logo:before,
.blog-header-with-logo:after,
.embedded-list:before,
.embedded-list:after,
.you-will-need-table:before,
.you-will-need-table:after,
.related-projects:before,
.related-projects:after,
.featured-with-chart:before,
.featured-with-chart:after,
.category-drilldown-columns:before,
.category-drilldown-columns:after,
.category-browser-drilldowns:before,
.category-browser-drilldowns:after,
.superstar-feature-row:before,
.superstar-feature-row:after,
.row:before,
.row:after,
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after,
.dl-horizontal dd:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.blog-header-with-logo:after,
.embedded-list:after,
.you-will-need-table:after,
.related-projects:after,
.featured-with-chart:after,
.category-drilldown-columns:after,
.category-browser-drilldowns:after,
.superstar-feature-row:after,
.row:after,
.pagination:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.cancel-advert {
  float: none !important;
  margin: 0.5em 0 !important;
  width: 100%;
}
.cancel-advert-content {
  float: none;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .halfpage {
    width: 160px;
    height: 600px;
    float: right;
  }
  .with-halfpage {
    width: 100%;
    margin-right: -184px;
    position: relative;
  }
  .with-halfpage-content {
    margin-right: 184px;
  }
  .below-halfpage {
    position: absolute;
    top: 624px;
    width: 160px;
    right: 0px;
  }
}
@media (min-width: 1020px) {
  .halfpage {
    width: 300px;
    height: 600px;
    float: right;
  }
  .with-halfpage {
    width: 100%;
    margin-right: -324px;
    position: relative;
  }
  .with-halfpage-content {
    margin-right: 324px;
  }
  .below-halfpage {
    position: absolute;
    top: 624px;
    width: 300px;
    right: 0px;
  }
}
@media (min-width: 1020px) {
  .portrait .halfpage {
    width: 300px;
    height: 1050;
    float: right;
  }
  .portrait .with-halfpage {
    width: 100%;
    margin-right: -324px;
    position: relative;
  }
  .portrait .with-halfpage-content {
    margin-right: 324px;
  }
  .portrait .below-halfpage {
    position: absolute;
    top: 1074px;
    width: 300px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .halfpage {
    padding: 0px;
    box-sizing: content-box;
    background: #fbf4ee;
    box-shadow: 0px 0px 20px rgba(119, 92, 67, 0.5) inset;
  }
}
#Projects_Using_Header {
  margin: 0 auto;
  float: none;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .project-new-header-advert {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .project-header-advert-holder {
    position: relative;
  }
  .project-header-advert-holder {
    margin-right: -176px !important;
    width: 100%;
    float: left;
  }
  .project-sidebar {
    margin-top: 612px;
    width: 160px;
  }
  .project-header-content {
    margin-right: 176px !important;
  }
  .project-header-advert {
    width: 160px;
    margin-right: 0 !important;
    float: right;
    overflow: hidden;
  }
}
@media (max-width: 479px) {
  .project-header-advert-holder {
    float: none;
    margin: 0;
    width: 100%;
  }
  .project-sidebar {
    float: none;
    margin: 0;
    width: 100%;
  }
  .project-header-content {
    float: none;
    margin: 0 !important;
  }
  .project-header-advert {
    float: none !important;
    margin: 0.5em 0 !important;
    width: 100%;
  }
}
.project-sidebar {
  margin-top: 60px;
  float: right;
}
@media (min-width: 1020px) {
  .project-header-advert-holder {
    margin-right: -316px !important;
    width: 100%;
    float: left;
  }
  .project-sidebar {
    margin-top: 608px;
    width: 300px;
  }
  .project-header-content {
    margin-right: 316px !important;
  }
  .project-header-advert {
    width: 300px;
    margin-right: 0 !important;
    float: right;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .project-header-advert {
    margin: 0px 0 8px 0px !important;
    width: auto !important;
    border-bottom: 1px solid #dfac7e;
    height: 100px;
    overflow: hidden;
  }
}
#Project_Content,
#Project_Search_Billboard,
#Blog_Header_Responsive {
  margin: 1em auto;
}
.advert-well {
  text-align: center;
  clear: both;
  border: 1px solid #EEE;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 20px 0px inset;
  margin: 2em 6px 2em 6px;
}
#Project_Header_Link_Unit {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 728px) {
  #Project_Header_Link_Unit,
  #Project_Header_Link_Unit .adsbygoogle {
    display: none;
  }
}
.cell-advert {
  text-align: center;
  padding-top: 30px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .cell-advert {
    width: 492px;
    height: 25em;
    display: inline-block;
    float: left;
    border: 1px solid #EEE;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 20px 0px inset;
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media (max-width: 479px) {
  .cell-advert {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
    clear: both;
  }
}
#Project_Search_Cell {
  width: 336px;
  height: 280px;
}
@media (max-width: 336px) {
  #Project_Search_Cell {
    width: 300px;
    height: 250px;
    margin: 0 -8px !important;
  }
}
@media screen and (min-width: 768px) {
  .blog-page {
    margin-left: -23px;
    margin-right: -23px;
  }
  .blog-features {
    position: relative;
    min-height: 1px;
    padding-left: 23px;
    padding-right: 23px;
  }
  .blog-articles {
    position: relative;
    min-height: 1px;
    padding-left: 23px;
    padding-right: 23px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1272px) {
  .blog-features {
    float: left;
    width: 16.66666667%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1272px) {
  .blog-articles {
    float: left;
    width: 83.33333333%;
  }
}
.blog {
  background: white;
  padding: 1em 2em;
  -webkit-box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .blog {
    word-wrap: break-word;
  }
}
.blog img {
  max-width: 100%;
}
.blog-title {
  font-size: 48px;
  font-weight: 100;
  margin: 0 0 0.5em 0;
}
.blog-title > a {
  color: #CF4242 !important;
}
@media (max-width: 479px) {
  .blog-title {
    font-size: 36px !important;
    font-weight: 200;
  }
  blockquote {
    font-size: 18px !important;
  }
}
.blog-header {
  margin: -1em -2em 2em -2em;
  padding: 1.5em 2em 0em 2em;
  border-bottom: 2px dotted #EEE;
}
.blog-social {
  margin: -2em -2em 2em -2em;
  padding: 0.5em 2em 0.5em 2em;
  border-bottom: 2px dotted #EEE;
  text-align: right;
  z-index: 100;
  position: relative;
}
.blog-social-details {
  display: inline;
  color: #775c43;
}
.blog-social-details a {
  color: #775c43;
}
.blog-footer {
  background: #CF4242;
  text-align: right;
  margin: 1em -2em -1em -2em;
  padding: 1em 1em 1em 2em;
}
.blog-read-more {
  color: white;
  border-radius: 5px;
  font-size: 14px;
  border: 2px solid white;
  padding: 5px;
  font-weight: bold;
}
.blog-read-more:hover {
  background: white;
  color: #CF4242;
  text-decoration: none;
}
.blog-date,
.blog-category,
.blog-published-at {
  color: #999;
  font-size: 12px;
}
.blog-footer-published {
  float: left;
  color: white;
}
.blog-date {
  float: right;
}
.blog-header-with-logo {
  margin-left: -8px;
  margin-right: -8px;
}
.blog-header-logo {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .blog-header-logo {
    float: left;
    width: 16.66666667%;
  }
}
.blog-header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.blog-header-with-logo-text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .blog-header-with-logo-text {
    float: left;
    width: 83.33333333%;
  }
}
.shop-showcase-post .blog-header-logo {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: -32px;
  margin-top: -25px;
}
@media (min-width: 1020px) {
  .shop-showcase-post .blog-header-logo {
    float: left;
    width: 25%;
  }
}
.shop-showcase-post .blog-header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.shop-showcase-post .blog-header-with-logo-text {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .shop-showcase-post .blog-header-with-logo-text {
    float: left;
    width: 75%;
  }
}
.diy-fashionista-post {
  margin-top: 95px;
}
.diy-fashionista {
  text-align: center;
  margin-top: -95px;
}
.makeover-monday-post {
  margin-top: 65px;
}
.makeover-monday {
  text-align: center;
  margin-top: -65px;
}
.craft-room-tours-post {
  margin-top: 17px;
  position: relative;
}
.craft-room-tours-post .blog-social {
  padding-left: 155px;
}
.craft-room-hanger {
  position: absolute;
  top: -42px;
  left: -32px;
}
.blog-author {
  margin-top: -20px;
  float: left;
  text-align: left;
  color: #666;
}
.blog-author-link {
  font-weight: bold;
  color: #333;
}
.blog-body {
  font-size: 16px;
}
.blog-body .question {
  font-size: 20px;
  font-weight: 200;
  margin-top: 2em;
  border-top: 1px solid #EEE;
  padding-top: 1em;
  color: #CF4242;
}
.blog-body:before,
.blog-body:after {
  content: " ";
  display: table;
}
.blog-body:after {
  clear: both;
}
.blog-body:before,
.blog-body:after {
  content: " ";
  display: table;
}
.blog-body:after {
  clear: both;
}
.blog-body img.left {
  float: left;
}
.bite-to-eat,
.blog-header-with-map {
  position: relative;
  padding-right: 170px;
  min-height: 130px;
}
@media (max-width: 479px) {
  .bite-to-eat,
  .blog-header-with-map {
    padding-right: 0;
  }
}
.bite-to-eat-map {
  right: 0px;
  top: 0px;
  position: absolute;
  right: -32px;
  top: -21px;
  -webkit-transform: rotate(4deg);
  -webkit-box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  border: 3px solid #FFF;
}
@media (max-width: 479px) {
  .bite-to-eat-map {
    display: none;
  }
}
.fullscreen {
  margin: 0 -28px;
  display: block;
  margin-top: -28px;
}
.fullscreen img {
  width: 100%;
  height: auto;
}
.gallery-section {
  background: #F6F6F6;
  margin: 1em -28px;
  display: block;
  padding: 28px 28px 0 28px;
}
.gallery-section img {
  width: 100%;
  height: 100%;
}
img.fullscreen {
  width: 100%;
  height: auto;
}
p.intro {
  font-size: 18px;
  margin: 1em;
}
.image-left {
  float: left;
  margin: 0 1em 1em 0;
}
.image-right {
  margin: -1em 0em 1em 1em;
  float: right;
  width: 33%;
}
.image-right img {
  width: 100%;
}
.image-right.flush {
  margin: -28px -28px -14px 1em;
}
.image-right.big {
  width: 60%;
}
.makeover-monday-post .blog-title {
  text-align: center;
  margin-bottom: 8px;
  font-size: 70px;
}
.diy-the-look-logo {
  margin-top: -18px;
  display: block;
  margin-bottom: 4px;
}
.blog-categories {
  width: 100%;
}
@media (max-width: 1271px) {
  .blog-categories {
    display: table;
  }
}
@media (max-width: 479px) {
  .blog-categories {
    display: none;
  }
}
.blog-category-link-logo {
  max-height: 120px;
  max-width: 100%;
}
@media (max-width: 1271px) {
  .blog-category-link-logo {
    width: 100%;
  }
}
.blog-category-link {
  display: block;
  text-align: center;
  border-bottom: 1px dotted #dfac7e;
  padding: 6px;
  border-radius: 3px;
  margin: 0 auto;
}
.blog-category-link:hover {
  background: white;
}
@media (max-width: 1271px) {
  .blog-category-link {
    display: table-cell;
  }
}
.blog img.centered,
.blog img.center {
  max-width: 100%;
  border: 1px solid #999;
  display: block;
  margin: 1em auto;
}
.blog img.centered {
  height: auto;
}
.blog img.center {
  width: auto;
}
.img-shadow {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px -1px, rgba(0, 0, 0, 0.05) 0px 0px 4px 0px;
}
.embedded-list {
  margin-left: -8px;
  margin-right: -8px;
}
.embedded-list-item {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .embedded-list-item {
    float: left;
    width: 33.33333333%;
  }
}
.embedded-list-item-link {
  position: relative;
  display: block;
  border: 1px solid #EEE;
  margin-bottom: 1em;
}
.embedded-list-item-title {
  padding: 4px 8px;
  color: #333;
  font-size: 18px;
  font-weight: 200;
  min-height: 4em;
}
.embeded-list-item-number {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #CF4242;
  color: white;
  display: block;
  font-size: 18px;
  padding: 3px 6px;
}
.outfit-details ul {
  list-style: none;
}
.outfit-details li:before {
  content: "\2665";
  color: #CF4242;
  margin-right: 10px;
  margin-left: 10px;
}
blockquote {
  font-size: 24px;
  font-style: italic;
}
blockquote:before {
  content: '“';
}
blockquote:after {
  content: '”';
}
blockquote:before,
blockquote:after {
  font-size: 48px;
  color: #999;
  line-height: 0em;
  vertical-align: -14px;
}
.city-guide h3.city-guide-title {
  font-size: 48px;
  font-weight: 100;
}
.city-guide > p {
  line-height: 200%;
  color: #333;
}
.city-guide .guide-image {
  text-align: center;
  margin: 1em -28px;
  background: #F6F6F6;
}
.city-guide .guide-image img {
  width: auto;
  max-height: 500px;
  max-width: 100%;
}
.city-guide .guide-place {
  font-weight: bold;
  color: #000;
  border-bottom: 1px dotted #999;
}
.city-guide .guide-place:hover {
  text-decoration: none;
  border-bottom-color: #333;
}
.city-guide .guide-description {
  color: #999;
  font-size: 10px;
}
#guide-map-canvas {
  height: 400px;
  margin: 1em -28px 1em;
}
@media (max-width: 479px) {
  .blog-header-logo {
    height: 80px;
  }
  .blog-header-logo img {
    height: 80px !important;
    width: auto;
  }
}
.technique-tuesday-post {
  margin-top: 3em;
}
.comment-body {
  background: white;
  margin-left: 96px;
  clear: both;
  margin-bottom: 1em;
  padding: 12px;
  position: relative;
  border: 1px solid #EEE;
}
.comment-body:after {
  content: '';
  position: absolute;
  border: 10px solid transparent;
  display: block;
  border-right-color: white;
  left: -20px;
  top: 10px;
}
.comment-body:before {
  content: '';
  position: absolute;
  border: 10px solid transparent;
  display: block;
  border-right-color: #eee;
  left: -21px;
  top: 10px;
}
.comment-timestamp {
  color: #999;
  float: right;
  font-size: 10px;
}
.comment-avatar {
  float: left;
  margin-left: -96px;
  margin-top: -16px;
}
.comment-title {
  font-size: 14px;
  margin: 0;
}
.comment-replies {
  margin-left: 80px;
  margin-top: -12px;
  margin-bottom: 12px;
}
.comment-replies .comment-body {
  margin-left: 60px;
  font-size: 10px;
}
.comment-replies .comment-body:after {
  border: 10px solid transparent;
  border-bottom-color: white;
  top: -20px;
  left: 10px;
}
.comment-replies .comment-body:before {
  border: 10px solid transparent;
  border-bottom-color: #eee;
  top: -21px;
  left: 10px;
}
.comment-replies .comment-avatar {
  margin-left: -84px;
}
.comment-replies .comment-avatar > .avatar {
  width: 60px;
  height: 60px;
}
.comment-reply-button {
  background: none;
  display: inline-block;
  border: 2px solid #f8ede3;
  padding: 5px 8px;
  border-radius: 4px;
  color: #dfac7e;
  text-align: right;
  float: right;
  margin-bottom: 0.5em;
}
.comment-reply-button:hover {
  border: 2px solid #dfac7e;
  text-decoration: none;
  color: #c67831;
}
.comment-reply-button.button-success {
  background: #46a546;
  color: white;
  border-color: #378137;
}
.comment-author {
  font-weight: bold;
}
.add-smiley {
  border: 1px solid #EEE;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  padding: 0;
  background: white;
  margin: 0px 0 4px 0;
}
section h6 {
  color: #666;
}
#contest-prize {
  margin-top: -8px;
}
.contest-data {
  text-align: center;
}
#contestx {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #contestx {
    background-size: auto 400px;
  }
}
#contest {
  padding-top: 8px;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
#contest small {
  text-transform: uppercase;
}
#contest h4 {
  font-size: 36px;
  font-weight: normal;
}
.contest-quote {
  padding: 1em 16px;
}
.contest-quote blockquote {
  border: 0;
  font-style: normal;
}
.prize-number {
  font-size: 24px;
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #CF4242;
  border-radius: 50%;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
@media screen and (max-width: 767px) {
  .contest-cta-button {
    display: block !important;
    text-align: center;
    margin: 0 8px;
  }
  .contest-h6 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .contest-data h4 {
    font-size: 24px !important;
  }
}
.flat-avatar {
  border-radius: 50%;
}
.section-divider {
  margin: 8px 12px;
}
.date-seperator {
  margin-bottom: 1em;
  display: table;
  width: 100%;
}
.date-seperator span,
.date-seperator:after {
  display: table-cell;
  line-height: 0px;
}
.date-seperator:after {
  content: ' ';
  width: 100%;
  border-bottom: 2px dotted #f2decb;
}
.date-seperator > span {
  color: #b28a65;
  white-space: nowrap;
  background: #fbf4ee;
  width: 0%;
  padding: 0 12px;
  position: relative;
  bottom: -6px;
  font-weight: 200;
}
.seperator {
  margin-bottom: 1em;
  display: table;
  width: 100%;
}
.seperator:before,
.seperator span,
.seperator:after {
  display: table-cell;
  line-height: 0px;
}
.seperator:before,
.seperator:after {
  content: ' ';
  width: 50%;
  border-bottom: 2px dotted #f2decb;
}
.seperator > span {
  color: #e5bd98;
  white-space: nowrap;
  background: #fbf4ee;
  width: 0%;
  padding: 0 12px;
  position: relative;
  bottom: -6px;
  font-weight: 200;
}
.table-row {
  border-bottom: 1px solid #EEE;
  margin-left: -8px;
}
.table-row td {
  padding-bottom: 8px;
  padding-top: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.table-row:last-child {
  border-bottom: none;
}
.message-user-panel {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  margin-top: 2em;
}
@media (min-width: 1020px) {
  .message-user-panel {
    float: left;
    width: 16.66666667%;
  }
}
.message-panel {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .message-panel {
    float: left;
    width: 75%;
  }
}
.message-title {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 4px;
}
.message-title a {
  color: #333;
}
.message-body {
  font-size: 12px;
  color: #999;
}
.label {
  font-size: 10px;
  display: inline-block;
  border: 1px solid #AAA;
  color: #CCC;
  border-radius: 2px;
  padding: 4px 8px;
}
.label-new {
  background: #edf6ed;
  border-color: #55aa55;
  color: #55aa55;
}
.project-about-box {
  background: white;
  padding: 8px 16px;
  margin-bottom: 2em;
  -webkit-box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
}
.project-about-title {
  background: #CF4242;
  font-size: 24px;
  padding: 8px;
  color: white;
  line-height: 32px;
  display: inline-block;
  margin-left: -16px;
  padding-left: 18px;
  padding-right: 16px;
  font-weight: 100;
  margin-top: -8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .project-about-title {
    font-size: 18px;
  }
}
.project-about-metas {
  float: right;
  margin: 0 0 8px 0;
}
@media (max-width: 479px) {
  .project-about-metas {
    float: none;
  }
}
.project-about-meta {
  white-space: nowrap;
  display: inline-block;
  width: 88px;
  border-left: 1px solid #EEE;
  padding: 0 8px;
  margin: 0;
}
.project-about-meta > dt {
  font-size: 8px;
  color: #CCC;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  line-height: 12px;
}
.project-about-meta > dd {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
}
.project-about-meta > dd > span {
  color: #EEE;
}
.project-about-options {
  font-size: 10px;
  margin: 0.5em 0;
  color: #CCC;
  text-align: right;
  text-transform: uppercase;
}
.project-about-ticker {
  background: #F6F6F6;
  margin: -12px;
  margin-top: 8px;
}
.project-about-ticker li {
  white-space: nowrap;
  overflow: hidden;
}
.project-about-ticker > .avatar {
  margin: -12px 8px;
}
.share-toolbar {
  margin: -16px 0 0 0;
  position: relative;
}
@media (max-width: 479px) {
  .share-toolbar {
    padding-bottom: 75px;
  }
  .share-button-holder {
    right: 0px;
    bottom: 0px;
    left: 0px;
    text-align: center;
  }
}
.right-buttons {
  float: right;
  color: #dfac7e;
  margin: 8px 0;
}
.spinner-thumbnails {
  float: right;
}
.spinner-thumbnails img {
  height: 60px;
  float: left;
}
.share-button-holder {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.ticker {
  height: 3em;
  padding: 0.5em;
  list-style: none none;
  margin: 0;
  padding: 0;
}
.ticker-text {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
.ticker-date {
  float: right;
}
.project-header {
  z-index: 100;
  position: relative;
  padding-left: 108px;
}
@media (max-width: 767px) {
  .project-header {
    padding-left: 68px;
  }
}
@media (max-width: 1019px) {
  .project-header {
    padding-left: 88px;
    position: relative !important;
    top: inherit;
    left: inherit;
  }
  .project-header .project-breadcrumbs-background,
  .project-header .project-header-background {
    background: none;
  }
}
.project-header-title {
  font-size: 3em;
  font-weight: 200;
  margin: 2px 0;
  color: #b28a65 !important;
}
.project-header-title a {
  color: #b28a65 !important;
}
@media (max-width: 1019px) {
  .project-header-title {
    font-size: 3.5em !important;
  }
}
@media (max-width: 767px) {
  .project-header-title {
    font-size: 3em !important;
  }
}
.project-header-user-title {
  font-size: 1.5em;
  margin: 2px 0;
  font-weight: normal;
  color: #775c43;
}
.project-header-user-title a {
  color: #775c43;
}
.project-header-avatar {
  position: absolute;
  left: -2px;
  bottom: -16px;
}
.project-header-avatar-img {
  width: 100px;
  height: auto;
}
@media (max-width: 1019px) {
  .project-header-avatar-img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .project-header-avatar-img {
    width: 60px;
  }
}
.project-breadcrumbs {
  color: #e9c6a7;
  padding: 0;
  font-size: 12px;
  margin: 0 0 0.5em 0;
  margin: 0;
}
.project-breadcrumbs a {
  color: #887b6f;
  display: inline-block;
  font-size: 12px;
}
.project-breadcrumbs-background {
  background: white;
  display: inline-block;
  padding: 4px 8px;
}
.project-header-background {
  background: white;
  display: inline-block;
  padding: 8px;
  color: black;
}
.spinner-thumbnail {
  display: block;
  margin: 4px 0;
  border: 2px solid white;
}
@media (max-width: 1020px) {
  .spinner-thumbnail {
    display: none;
  }
}
.slick-slide img {
  margin: 0 auto;
}
.spinners {
  position: relative;
  width: 100%;
  padding: 8px 0;
}
.spinners:before,
.spinners:after {
  -webkit-transition: opacity 0.5s ease;
  display: block;
  position: absolute;
  top: -24px;
  bottom: -24px;
  width: 12px;
  content: '';
  z-index: 100;
  opacity: 0;
}
.spinners:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-box-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(0.2, #000000), color-stop(0.8, #000000), color-stop(1, rgba(0, 0, 0, 0)));
  right: 0px;
  -webkit-transform-origin: top right;
}
.spinners:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-box-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(0.2, #000000), color-stop(0.8, #000000), color-stop(1, rgba(0, 0, 0, 0)));
  left: 0px;
  -webkit-transform-origin: top left;
}
.spinners.with-next:after {
  -webkit-transform: scaleX(1);
  opacity: 1;
}
.spinners.with-prev:before {
  -webkit-transform: scaleX(1);
  opacity: 1;
}
.spinner {
  width: 100%;
  overflow: hidden;
}
.project-main-image {
  height: 100% !important;
}
@media (max-width: 767px) {
  .spinners {
    width: auto;
    margin: 0 0px;
  }
  .spinners .next-button {
    right: 8px;
  }
  .spinners .prev-button {
    left: 8px;
  }
}
.spinner-inner {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  padding-bottom: 8px;
}
.spinner-frames {
  width: 100000px;
  -webkit-transition: left 0.5s ease;
  top: 0px;
  bottom: 4px;
}
.spinner-panel {
  height: 100%;
  display: inline-block;
  margin: 0 4px;
}
.spinner {
  height: 484px;
}
.project-main-image {
  display: block;
  width: auto;
  height: auto;
  background: white;
  opacity: 1;
  border: 4px solid white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px;
}
@media (min-width: 1020px) {
  .spinner {
    height: 424px;
  }
}
@media (min-width: 1272px) {
  .spinner {
    height: 484px;
  }
}
@media (max-width: 1019px) {
  .spinner {
    height: 384px;
  }
}
@media (max-width: 767px) {
  .spinner {
    height: 324px;
  }
}
.next-button {
  position: absolute;
  top: 50%;
  right: -8px;
  background: white;
  display: block;
  z-index: 1000;
  padding: 12px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 12px 0px;
  border: 4px solid #FFF;
  -webkit-transition: -webkit-transform 0.2s ease, background-color 0.5s ease;
}
.next-button:hover {
  background: #DDD;
  -webkit-transform: scale(1.1);
}
.prev-button {
  position: absolute;
  top: 50%;
  left: -8px;
  background: white;
  display: block;
  z-index: 1000;
  padding: 12px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 12px 0px;
  border: 4px solid #FFF;
  -webkit-transition: -webkit-transform 0.2s ease, background-color 0.5s ease;
}
.prev-button:hover {
  background: #DDD;
  -webkit-transform: scale(1.1);
}
.spinners .next-button,
.spinners .prev-button {
  -webkit-transform: scale(0);
}
.spinners.with-next .next-button {
  -webkit-transform: scale(1);
}
.spinners.with-prev .prev-button {
  -webkit-transform: scale(1);
}
@media (max-width: 479px) {
  .project-header-user-title {
    display: none;
  }
  .project-header {
    padding: 0;
  }
  .project-header-avatar {
    display: none;
  }
  .project-breadcrumbs {
    display: none;
  }
  .project-header-title {
    font-size: 2.5em !important;
  }
}
.social-link {
  margin-right: 2px;
  display: inline-block;
  background-color: #c09f80;
  color: white;
  line-height: 18px;
  padding: 0 3px;
  font-size: 11px;
  border-radius: 5px;
}
.social-link-icon {
  background-color: transparent !important;
  padding: 0px 8px;
  border-radius: 0;
  height: 18px;
  width: 18px;
  background-image: url(https://cdn.assets.cutkeep.net/assets/responsive/social_links-b94280ddee95b06f4feeed7493a6cd953112b96c5acfb9852f58cf509724e75f.png);
  background-position: 0 0;
}
.social-link-facebook {
  background-position: 0 0px;
}
.social-link-twitter {
  background-position: 0 -18px;
}
.social-link-googleplus {
  background-position: 0 -36px;
}
.social-link-pinterest {
  background-position: 0 -54px;
}
.social-link-instagram {
  background-position: 0 -72px;
}
.social-link-etsy {
  background-position: 0 -90px;
}
.social-link-youtube {
  background-position: 0 -108px;
}
.project-needs {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #FFF;
  border: 3px solid #FFF;
  -webkit-box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
}
.need-amount {
  display: inline-block;
  color: #b28a65;
}
.need-name {
  font-weight: bold;
  color: black;
  border-bottom: 1px dashed #999;
}
.need-before,
.need-after {
  color: #333;
}
.you-will-need-header {
  margin-top: -1.5em;
  text-align: center;
  color: #b28a65;
}
.you-will-need-background {
  background: #fbf4ee;
  padding: 0px 4px;
}
.you-will-need-table {
  margin-left: -8px;
  margin-right: -8px;
  overflow: auto;
}
.ywn {
  background: #FDFBCF;
  background: #CF4242;
  background: #fefdec;
}
.ywn .number {
  background: #FDFBCF;
  color: #c5bd08;
}
.you-will-need {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 200%;
}
@media (min-width: 768px) {
  .you-will-need {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1020px) {
  .you-will-need {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1272px) {
  .you-will-need {
    float: left;
    width: 50%;
  }
}
.you-will-need:hover {
  text-decoration: none !important;
}
.you-will-need:hover .need-name {
  border-bottom: 1px solid #333;
}
.you-will-need:before {
  content: '';
  border: 1px solid #CCC;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: white;
}
.you-will-need-box {
  border: 2px dashed #dfac7e;
  padding: 1em 24px;
  border-radius: 8px;
  margin-bottom: 2em;
}
@media (min-width: 1272px) {
  .you-will-need-box {
    min-height: 268px;
  }
}
@media (max-width: 1271px) and (min-width: 1020px) {
  .you-will-need-box {
    min-height: 268px;
  }
}
@media (max-width: 1271px) and (min-width: 768px) {
  .you-will-need-box {
    min-height: 238px;
  }
}
.need-divider {
  clear: both;
  padding: 2em 0 0 0;
  overflow: hidden;
  font-weight: bold;
  color: #594532;
}
.need-divider:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 1.1em;
  border-bottom: 1px dotted #594532;
}
.need-divider-title {
  float: left;
  padding: 0 0.3em 0 0;
  margin: 0;
}
.project-needs-advert-holder {
  margin-bottom: 1em;
}
.project-needs-content {
  padding-top: 12px;
  margin-left: 352px !important;
}
@media (max-width: 1271px) {
  .project-needs-content {
    margin-left: 352px !important;
  }
}
@media (max-width: 1019px) {
  .project-needs-content {
    margin-left: 316px !important;
  }
}
@media (max-width: 767px) {
  .project-needs-content {
    float: none;
    margin: 0 !important;
  }
}
.project-needs-advert {
  width: 336px;
  margin-left: 0 !important;
  float: left;
  overflow: hidden;
}
@media (max-width: 1271px) {
  .project-needs-advert {
    width: 336px;
    margin-left: 0 !important;
    float: left;
    overflow: hidden;
  }
}
@media (max-width: 1019px) {
  .project-needs-advert {
    width: 300px;
    margin-left: 0 !important;
    float: left;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .project-needs-advert {
    float: none !important;
    margin: 0.5em 0 !important;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .project-needs-advert {
    margin: 8px -8px 8px -8px !important;
    clear: both;
    /* background: black; */
    border: 1px solid #AAA;
    text-align: center;
    padding: 8px 0;
    border-width: 1px 0px;
    background: rgba(0, 0, 0, 0.1);
    width: auto;
  }
  .project-needs-advert:before {
    content: "Advertisment";
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 8px;
    display: block;
  }
}
.sidebar-links {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.sidebar-item {
  border: 1px solid #FFF;
  border-top: none;
}
.sidebar-item img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
}
@media (min-width: 768px) and (max-width: 1019px) {
  .sidebar-item img {
    position: absolute;
    right: 0px;
    top: -20px;
    clip: rect(20px, 1000px, 80px, 0px);
    max-width: none;
    width: 100%;
    height: 100%;
  }
}
.sidebar-link {
  display: block;
  padding: 4px;
  min-height: 80px;
  display: block !important;
  position: relative;
  padding: 8px !important;
  padding-left: 88px !important;
  line-height: 18px;
  color: #594532;
  font-size: 16px;
}
.sidebar-link:hover {
  background: white;
}
@media (min-width: 768px) and (max-width: 1019px) {
  .sidebar-link {
    padding-top: 64px !important;
    padding-left: 8px !important;
  }
}
.sidebar-link-category {
  color: #999;
  font-size: 9px;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 12px;
}
.sidebar-link-count {
  display: block;
  font-size: 10px;
}
.sidebar-link-number {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 2px 4px;
  background: #CF4242;
  color: white;
  /* font-weight: 100; */
  font-size: 12px;
}
.sidebar-header {
  margin: 0;
  background: #CF4242;
  padding: 8px 4px 4px 8px;
  font-weight: 100;
  font-size: 24px;
  border: 1px solid white;
  color: white;
}
.sidebar-superstar {
  position: relative;
  margin-top: -16px;
  border-radius: 6px;
  display: block;
  height: 180px;
  overflow: hidden;
}
.sidebar-superstar-project-image {
  width: 100%;
}
.sidebar-superstar-logo {
  position: relative;
  width: 160px;
  z-index: 100;
  display: block;
  margin: 0 auto;
  margin-top: 12px;
}
.sidebar-superstar-info {
  position: absolute;
  bottom: 0px;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 50%, white);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 50%, white);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 50%, white);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
  left: 0px;
  right: 0px;
  padding: 8px;
  padding-top: 3em;
}
.sidebar-superstar-header {
  font-weight: 100;
  font-size: 36px;
  margin: 0;
}
.sidebar-superstar-tagline {
  font-size: 12px;
  margin: 0;
}
.sidebar-superstar-this-week {
  color: #999;
  font-size: 9px;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 12px;
  margin: 0;
}
.project-sidebar-section {
  margin-bottom: 1em;
}
@media (min-width: 480px) and (max-width: 767px) {
  .project-sidebar {
    margin-left: -8px;
    margin-right: -8px;
  }
  .project-sidebar-section {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.related-projects {
  margin-left: -8px;
  margin-right: -8px;
  margin: 0;
  background: #CF4242;
}
.related-projects:before,
.related-projects:after {
  content: " ";
  display: table;
}
.related-projects:after {
  clear: both;
}
.related-projects:before,
.related-projects:after {
  content: " ";
  display: table;
}
.related-projects:after {
  clear: both;
}
.related-projects-title {
  background: #CF4242;
  color: white;
  padding: 8px 8px 6px 8px;
}
.related-projects-title h6 {
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  color: white;
}
.related-projects-title h4 {
  margin: 0;
  font-size: 36px;
  font-weight: 100;
  color: white;
}
.related-project-cell {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .related-project-cell {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1020px) {
  .related-project-cell {
    float: left;
    width: 16.66666667%;
  }
}
.related-project {
  display: block;
  position: relative;
}
.related-project:hover {
  -webkit-transform: scale(1.05);
  box-shadow: black 0px 2px 16px -4px;
  z-index: 1000;
}
.related-project-img {
  width: 100%;
  display: block;
}
.related-project-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  min-height: 4em;
  padding: 8px;
  background: white;
  border-image: url(https://cdn.assets.cutkeep.net/assets/zigzag.png) 8 0 0 0 repeat;
  border-width: 4px 0 0 0;
  background-clip: padding-box;
  color: #333;
  font-size: 18px;
  font-weight: 200;
}
@media (max-width: 1019px) {
  .related-project-title {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .related-project-title {
    font-size: 10px;
    border: none;
    background: rgba(255, 255, 255, 0.8);
  }
}
.step-image-link {
  display: block;
  text-align: center;
  float: right;
  margin-left: 16px;
  margin-right: -408px;
  margin-top: 0;
  margin-bottom: -8px;
}
.step-image-link:hover {
  outline: 5px solid rgba(0, 0, 0, 0.3);
  outline-offset: -5px;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
@media (max-width: 1271px) {
  .step-image-link {
    max-width: 300px !important;
    margin-right: -308px !important;
  }
}
@media (max-width: 767px) {
  .step-image-link {
    max-width: 240px !important;
    margin-right: -248px !important;
  }
}
@media (max-width: 479px) {
  .step-image-link {
    margin: 0 0px !important;
    width: auto !important;
  }
}
.step-image {
  max-width: 100%;
  height: auto;
}
.step {
  font-size: 18px;
  line-height: 200%;
  background: white;
  margin-bottom: 1em;
  -webkit-box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
}
.step.with-image {
  padding-right: 408px;
}
@media (max-width: 1271px) {
  .step.with-image {
    padding-right: 308px !important;
  }
}
@media (max-width: 767px) {
  .step.with-image {
    padding-right: 248px !important;
  }
}
.step .small {
  font-size: 14px;
}
.step .body {
  padding: 8px 16px;
}
.step .body:before,
.step .body:after {
  content: " ";
  display: table;
}
.step .body:after {
  clear: both;
}
.step .body:before,
.step .body:after {
  content: " ";
  display: table;
}
.step .body:after {
  clear: both;
}
body.fixed .step,
body.fixed .step.with-image {
  padding-right: 248px !important;
}
body.fixed .step-image-link {
  max-width: 240px !important;
  margin-right: -248px !important;
}
@media (max-width: 479px) {
  .step,
  .step.with-image {
    padding-right: 0px !important;
    line-height: 150%;
    position: relative;
  }
  .step-image {
    width: 100%;
  }
  .step-image-link {
    float: none !important;
    max-width: none !important;
    width: auto !important;
  }
}
.steps {
  list-style: none none;
  margin: 0;
  padding: 0;
}
@media (max-width: 479px) {
  .step.with-image .number {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 0;
    margin-top: 0;
  }
}
.number {
  background: #CF4242;
  font-size: 24px;
  padding: 8px;
  color: white;
  line-height: 32px;
  display: inline-block;
  margin-left: -16px;
  padding-left: 18px;
  padding-right: 16px;
  font-weight: 100;
  margin-top: -8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .number {
    font-size: 18px;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-steps {
  background: #FDFBCF;
  padding: 1em;
  font-size: 16px;
}
.no-steps p {
  margin: 0;
}
.project-versions {
  margin: 2em 0;
}
.project-versions:before,
.project-versions:after {
  content: " ";
  display: table;
}
.project-versions:after {
  clear: both;
}
.project-versions:before,
.project-versions:after {
  content: " ";
  display: table;
}
.project-versions:after {
  clear: both;
}
.add-project-version {
  border: 3px dashed #f0dbc8;
  border-radius: 10px;
  height: 221px;
  text-align: center;
  display: block;
  color: #dfac7e;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .add-project-version {
    display: none;
  }
}
.add-project-version:hover {
  border: 3px solid rgba(198, 120, 49, 0.2);
  color: #dfac7e;
  text-decoration: none;
  background: #fcf6f1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 2px inset;
}
.add-project-version:hover .add-your-version-plus {
  background: green;
  color: white;
}
.add-your-version-plus {
  display: block;
  margin: 1.5em auto 1em auto;
  width: 60px;
  height: 60px;
  border: 3px solid #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  background: white;
  -webkit-box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
}
.project-version-cell {
  width: 19%;
  float: left;
  position: relative;
  margin-right: 1%;
}
.project-version {
  box-shadow: 0px 1px 6px -2px #AAA;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: white;
}
.project-version-image {
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.project-version-avatar {
  border-radius: 50%;
  border: 3px solid white;
  -webkit-box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 60px;
  height: 60px;
}
.project-version-info {
  padding: 8px;
}
.project-version-user {
  margin: 0;
}
.project-version-posted-by {
  color: #999;
  font-size: 8px;
  display: block;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}
#login-popover-holder {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  z-index: 10000000010;
}
#login-popover-mask {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: -1000px;
  background: rgba(0, 0, 0, 0.5);
}
#login-popover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -138px;
  margin-top: -222px;
  width: 276px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  margin-bottom: 1em;
}
.login-popover-title {
  background: #CF4242;
  color: white;
  font-weight: 100;
  margin: 0;
  padding: 8px 12px;
  display: block;
  border-radius: 5px 5px 0 0;
}
.login-popover-header {
  text-transform: uppercase;
  font-size: 9px;
  color: #AAA;
  font-weight: bold;
  margin: 8px 0;
}
.login-popover-section {
  padding: 8px 12px;
  border-bottom: 1px solid #EEE;
}
.new-account {
  border-bottom: 0;
  background: #FDFBCF;
  border-radius: 0 0 5px 5px;
}
#menu-mask {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10000000;
  display: none;
}
.forgot-password {
  font-size: 12px;
  text-align: center;
  display: block;
  color: #CCC;
  padding-top: 8px;
}
#about-header {
  background: #FFF;
  position: relative;
  height: 440px;
}
@media screen and (min-width: 768px) {
  #about-header {
    margin-top: -8px;
    padding-top: 1px;
  }
}
#about-background {
  position: absolute;
  top: 9px;
  left: 0px;
  width: 100%;
  height: 460px;
  background: url(https://cdn.assets.cutkeep.net/assets/about/books-938d7c59839d3e047265bf1fbc8f34d053fd088a982541a479e9bf90bf6bda55.jpg) center bottom repeat-x;
  background-size: auto 460px;
}
#about-us-image {
  bottom: 0px;
  margin: 0 auto;
  display: block;
  margin: 80px auto 0 auto;
  z-index: 100;
  position: relative;
}
#about-intro {
  margin-top: -20px;
  position: relative;
  z-index: 101;
}
.user-profile-card {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .user-profile-card {
    float: left;
    width: 16.66666667%;
  }
}
.breadcrumbs {
  margin: 0.5em 0;
}
.breadcrumbs .breadcrumb:last-child:after {
  content: none;
}
.breadcrumb {
  color: #e5bd98;
  font-size: 14px;
  line-height: 18px;
}
.breadcrumb:after {
  content: ' ►';
  color: #f2decb;
}
.button {
  background: none;
  display: inline-block;
  border: 2px solid #f8ede3;
  padding: 5px 8px;
  border-radius: 4px;
  color: #dfac7e;
}
.button:hover {
  border: 2px solid #dfac7e;
  text-decoration: none;
  color: #c67831;
}
.button.button-success {
  background: #46a546;
  color: white;
  border-color: #378137;
}
.button-block {
  display: block;
  text-align: center;
}
.button-large {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination {
  color: #dfac7e;
}
.pagination .button {
  font-size: 18px;
}
.pagination select {
  -webkit-appearance: none;
  margin: 0;
}
.button-label {
  text-align: center;
  font-size: 10px;
  color: #dfac7e;
}
.button-holder {
  display: inline-block;
  padding: 0 8px;
  margin: 0px 8px 8px 0;
}
.button-small {
  font-size: 12px;
  padding: 4px 8px;
}
.favorite-button-heart {
  padding: 12px;
}
.favorite-button {
  color: #CF4242;
  display: inline-block;
  padding: 0;
  position: relative;
  border: 4px solid white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
  -webkit-perspective: 100;
  -webkit-transition: all 0.3s ease;
  background: #cf4242;
  color: white;
  border-radius: 50%;
}
.favorite-button:hover {
  color: white;
  border: 4px solid white;
  background: #c53232;
  -webkit-transform: scale(1.1);
}
.favorite-button:hover .favorite-button-border {
  -webkit-transform: translateZ(23px);
}
.favorite-button:hover .favorite-button-scissors {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.3s;
}
.favorite-button.favorited .favorite-button-scissors {
  -webkit-animation: rotating 1.5s ease infinite;
}
.favorite-button-border {
  border: 2px dashed #CF4242;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  zoom: 1.2;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
}
.favorite-button-scissors {
  position: absolute;
  top: -32px;
  left: 0px;
  font-size: 24px;
  right: 0px;
  text-align: center;
  color: black;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -webkit-transform-origin: 28px 61px;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.comment-button,
.list-button {
  background: url(https://cdn.assets.cutkeep.net/assets/buttons/comment_list-dda72a05db56baa26e99f48363999ccf238f7dd362c3c24b810c5834ad3d138c.gif);
  width: 40px;
  height: 40px;
  border: 0;
}
.comment-button:hover,
.list-button:hover {
  border: 0;
}
.comment-button {
  background-position: 0px 0px;
}
.comment-button:hover {
  background-position: 40px 0px;
}
.list-button {
  background-position: 0px 40px;
}
.list-button:hover {
  background-position: 40px 40px;
}
.featured-with-chart {
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 767px) {
  .featured-with-chart {
    margin: 0 !important;
  }
}
.featured-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .featured-wrapper {
    float: left;
    width: 75%;
  }
}
.chart-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .chart-wrapper {
    float: left;
    width: 25%;
  }
}
.carousel {
  -webkit-box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  max-height: 600px;
  overflow: hidden;
  background: white;
}
.carousel {
  max-height: 600px;
}
.project-promo {
  height: 600px !important;
}
.project-promo-info {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.4));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  padding: 32px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-left: 160px;
}
.project-promo-info .avatar {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 120px;
}
.project-promo {
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}
.project-promo .bg {
  position: absolute;
  top: 50%;
  bottom: -50%;
  left: 50%;
  right: -50%;
}
.project-promo .bg img {
  position: absolute;
  bottom: 50%;
  right: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}
.project-promo-title {
  padding: 8px;
  clear: both;
  margin: 0;
  font-size: 38px;
  color: white;
}
.project-promo-category {
  background: #cf4242;
  color: white;
  float: left;
  clear: both;
  padding: 4px;
  /* margin-left: -4px; */
  position: absolute;
  top: -40px;
  left: -84px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 249px;
  text-align: center;
  font-size: 22px;
  -webkit-transform-origin: 100% 50%;
  border: 1px solid white;
  border-width: 2px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px 0px;
  /* text-transform: uppercase; */
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .project-promo-category {
    font-size: 14px;
    width: 190px;
  }
}
.project-promo-description {
  float: left;
  clear: both;
  background: white;
}
.slick-slider {
  margin: 0;
}
.project-promo-preview {
  float: left;
  width: 14.28571429%;
}
@media (max-width: 1020px) {
  .carousel {
    max-height: 420px;
  }
  .project-promo {
    height: 420px !important;
  }
}
.featured-chart .project-sidebar-section {
  width: 100% !important;
}
@media (max-width: 1271px) {
  .carousel {
    max-height: 390px;
  }
  .project-promo {
    height: 390px !important;
  }
  .featured-wrapper,
  .chart-wrapper {
    width: auto !important;
    float: none !important;
  }
  .featured-chart {
    margin-top: 1em;
  }
  .featured-chart .sidebar-item {
    width: 20%;
    float: left;
    height: 140px;
  }
  .featured-chart .sidebar-item img {
    position: absolute;
    right: 0px;
    top: -20px;
    clip: rect(20px, 1000px, 80px, 0px);
    max-width: none;
    width: 100%;
    height: 100%;
  }
  .featured-chart .sidebar-link {
    height: 140px;
    font-size: 13px;
    padding-top: 64px !important;
    padding-left: 8px !important;
  }
  .featured-chart .chart-footer {
    clear: left;
    padding: 0 8px;
  }
  .featured-chart .sidebar-link-category,
  .featured-chart .sidebar-link-count {
    display: none;
  }
  .featured-chart .sidebar-header {
    font-size: 18px;
  }
}
@media (max-width: 1020px) {
  .chart-wrapper .sidebar-item:nth-child(6) {
    display: none;
  }
}
@media (max-width: 479px) {
  .carousel {
    max-height: 320px;
  }
  .project-promo {
    height: 320px !important;
  }
  .carousel {
    margin: 0 -8px 1em -8px;
    box-shadow: none;
  }
  .project-promo-title {
    font-size: 24px;
  }
  .project-promo-info {
    padding: 16px !important;
  }
  .project-promo-info .avatar {
    display: none;
  }
}
@media (max-width: 479px) {
  .carousel {
    max-height: 240px;
  }
  .project-promo {
    height: 240px !important;
  }
}
.categories-browser {
  padding: 1px;
  border: 1px solid #edd0b6;
  border-radius: 4px;
}
.categories-browser:before,
.categories-browser:after {
  content: " ";
  display: table;
}
.categories-browser:after {
  clear: both;
}
.categories-browser:before,
.categories-browser:after {
  content: " ";
  display: table;
}
.categories-browser:after {
  clear: both;
}
.category-title-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1272px) {
  .category-title-wrapper {
    float: left;
    width: 30%;
  }
}
.category-drilldown-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1272px) {
  .category-drilldown-wrapper {
    float: left;
    width: 70%;
  }
}
.category-title {
  font-size: 52px;
  margin: 0;
  padding: 5px 8px 5px 8px;
  font-weight: lighter;
}
.category-title a {
  color: #dfac7e;
}
@media (max-width: 1271px) {
  .category-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .category-title {
    font-size: 36px;
  }
}
.category-breadcrumbs {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 5px;
}
@media (min-width: 1020px) {
  .category-breadcrumbs {
    float: left;
    width: 100%;
  }
}
.category-breadcrumbs a {
  color: #333;
  font-size: 18px;
}
.category-drilldown-columns {
  padding: 0;
  margin: 0;
  margin-left: -8px;
  margin-right: -8px;
  list-style: none none;
  margin-right: 8px;
  margin-top: 8px;
}
@media (max-width: 1271px) {
  .category-drilldown-columns {
    text-align: center;
  }
  .category-drilldown-column {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 4px !important;
    padding: 0 !important;
  }
  .category-link {
    display: inline-block !important;
    padding-right: 8px;
  }
  .category-title {
    text-align: center;
    font-size: 38px;
  }
}
.category-drilldown-column {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: #333;
  font-size: 18px;
  margin-bottom: 1em;
}
@media (min-width: 1272px) {
  .category-drilldown-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 1019px) {
  .category-drilldown-column {
    font-size: 14px;
  }
}
@media (max-width: 1271px) {
  .category-drilldown-column {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .category-drilldown-column {
    line-height: 150%;
    font-size: 14px;
  }
}
.category-drilldown-column.active a {
  color: white;
  background: #CF4242;
}
.category-link {
  border-radius: 20px;
  background: rgba(223, 172, 126, 0.1);
  line-height: 150%;
  height: 30px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  background: #f8ede3;
  padding-left: 14px;
  font-size: 14px;
  border: 1px solid #f2decb;
}
.category-link.disabled {
  color: #f2decb;
}
.category-link.disabled:hover {
  background: none;
}
.category-link.disabled:before {
  color: #eac8a9;
}
.category-link:hover {
  text-decoration: none;
  background: white;
}
.category-link:after {
  content: attr(title);
  font-weight: bold;
  margin-right: 0px;
  /* padding-right: 14px; */
  border-radius: 14px 0 0 14px;
  min-width: 27px;
  display: inline-block;
  margin-left: 5px;
  text-align: center;
  color: #775c43;
  font-size: 12px;
  line-height: 28px;
  vertical-align: top;
  padding: 0 9px;
  font-weight: 100;
  float: right;
}
.category-drilldown-small-column {
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .category-drilldown-small-column {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1020px) {
  .category-drilldown-small-column {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1272px) {
  .category-drilldown-small-column {
    float: left;
    width: 16.66666667%;
  }
}
.category-browser-drilldowns {
  margin-left: -8px;
  margin-right: -8px;
}
.category-link {
  color: #333;
}
.category-browser-drilldown {
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .category-browser-drilldown {
    float: left;
    width: 16.66666667%;
  }
}
.category-browser-drilldown.active {
  background: white;
}
.category-browser-thumbnail-cell {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .category-browser-thumbnail-cell {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .category-browser-thumbnail-cell {
    float: left;
    width: 25%;
  }
}
.category-browser-thumbnail {
  display: block;
  height: 8em;
  background-size: cover;
  position: relative;
  background-color: #555;
  background-position: 50% 50%;
  -webkit-transition: background-size 2s ease;
}
.category-browser-thumbnail:hover {
  filter: brightness(150%);
}
.category-browser-thumbnail:hover .category-browser-info {
  display: block;
}
.category-browser-thumbnail.full {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.category-browser-thumbnails {
  display: block;
  clear: both;
  border-top: 1px solid #f5e6d7;
  background: #f5e6d7;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) inset;
  padding: 8px 0px;
  border-radius: 0 0 3px 3px;
  margin: -1px;
  height: 132px;
}
.category-browser-info {
  display: none;
  font-size: 12px;
  color: whitesmoke;
  font-weight: bolder;
}
.quarter:nth-child(odd) .category-browser-title {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  color: white !important;
}
.quarter:nth-child(even) .category-browser-title {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b3ffffff', GradientType=0);
  color: #333 !important;
}
.slick-next,
.slick-prev {
  background-color: white;
}
.category-drilldown-root-column,
.category-drilldown-small-column {
  float: left;
  display: inline-block;
}
.category-drilldown-root-column.active a,
.category-drilldown-small-column.active a {
  background: white;
}
.category-drilldown-root-column > a,
.category-drilldown-small-column > a {
  color: #b28a65;
  display: inline-block;
  border-left: 1px solid #f5e6d7;
  display: block;
  padding: 4px 16px 4px 8px;
}
.category-drilldown-root-column.noborder > a,
.category-drilldown-small-column.noborder > a {
  border-left: 0px;
}
.category-drilldown-root-column-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  font-weight: 200;
  font-size: 17px;
}
@media (max-width: 1271px) {
  .category-drilldown-root-column-title {
    font-size: 16px;
  }
}
.category-drilldown-root-column-count {
  font-size: 10px;
  text-transform: uppercase;
  color: #999;
}
@media (max-width: 479px) {
  .category-drilldown-root-column {
    float: none;
    display: block;
  }
  .category-drilldown-root-column > a {
    border-left: none;
    border-top: 1px solid #f5e6d7;
  }
  .category-drilldown-root-column > a:hover {
    background: white;
  }
  .category-drilldown-root-column-title {
    display: inline;
  }
  .category-drilldown-root-column-count {
    display: inline;
    float: right;
    font-size: 17px;
  }
  .with-drilldowns .category-drilldown-root-column {
    display: none;
  }
  .with-drilldowns .category-drilldown-root-column.active {
    display: block;
  }
}
.with-drilldowns .category-drilldown-root-column a {
  padding: 4px 8px 4px 8px;
}
.category-drilldown-root-header {
  color: white;
  padding: 4px 8px;
  display: inline-block;
  background: #CF4242;
  border-radius: 3px 0 0 3px;
  font-weight: bold;
  font-size: 17px;
  position: relative;
  margin-right: 17px;
}
.category-drilldown-root-header:after {
  content: '';
  border: 16px solid transparent;
  border-left-color: #CF4242;
  position: absolute;
  top: 0px;
  right: -32px;
}
.category-drilldown-roots {
  background: white;
}
.category-drilldown-roots:before,
.category-drilldown-roots:after {
  content: " ";
  display: table;
}
.category-drilldown-roots:after {
  clear: both;
}
.category-drilldown-roots:before,
.category-drilldown-roots:after {
  content: " ";
  display: table;
}
.category-drilldown-roots:after {
  clear: both;
}
.category-drilldown-roots.with-drilldowns {
  border-bottom: 1px dotted #edd0b6;
}
.category-browser-tags {
  clear: both;
  padding: 4px 8px;
  border-top: 1px dotted #edd0b6;
  position: relative;
}
.category-tags {
  padding: 0;
  margin: 0;
  list-style: none;
}
.category-tags.oneline {
  height: 26px;
  white-space: nowrap;
  overflow: hidden;
}
.category-tags.oneline .tag {
  display: inline-block;
  float: none;
}
.category-tags .category-tag {
  display: inline-block;
  float: none;
}
.category-tags .category-tag {
  margin-bottom: 7px;
}
.category-tags .label {
  font-size: 10px;
  color: #e9c6a7;
}
.category-tags .category-tag,
.category-tags .category-tag-inner {
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
}
.category-tags .category-tag-inner {
  margin-bottom: 0;
  margin-left: 20px;
  padding: 0 10px 0 12px;
  display: block;
  color: #666;
  border: 1px solid #edd0b6;
  border-left: 0px;
  text-decoration: none;
  border-radius: 0 4px 4px 0;
  color: #775c43 !important;
}
.category-tags .category-tag-inner:hover strong {
  text-decoration: underline;
}
.category-tags .category-tag-inner:hover {
  background: white;
}
.category-tags .category-tag-inner:hover:before {
  background: white;
}
.category-tags .category-tag-inner:before {
  content: "";
  float: left;
  position: absolute;
  top: 2px;
  left: -8px;
  width: 17px;
  height: 17px;
  border: 1px solid #edd0b6;
  -webkit-transform: rotate(45deg);
  border-width: 0px 0px 1px 1px;
  border-radius: 2px;
}
.category-tags .category-tag-inner:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  border: 1px solid #edd0b6;
}
.category-tags .hidden {
  display: none;
}
.category-tags .category-button {
  margin-bottom: 0;
  margin-left: 0px;
  padding: 0 10px 0 12px;
  display: block;
  color: #dfac7e;
}
.see-all-tags {
  position: absolute;
  bottom: -1px;
  right: -1px;
  height: 35px;
  background: transparent;
  border: 0;
  background-image: -webkit-linear-gradient(left, rgba(249, 239, 230, 0) 0%, rgba(249, 239, 230, 0.99) 40%);
  background-image: -o-linear-gradient(left, rgba(249, 239, 230, 0) 0%, rgba(249, 239, 230, 0.99) 40%);
  background-image: linear-gradient(to right, rgba(249, 239, 230, 0) 0%, rgba(249, 239, 230, 0.99) 40%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f9efe6', endColorstr='#fcf9efe6', GradientType=1);
  outline: none;
  border-radius: 0 0 3px 0;
  padding-left: 80px;
  padding-right: 8px;
  z-index: 100;
  color: #775c43;
}
.category-tag-group {
  padding-left: 100px;
  margin-bottom: 8px;
  border-top: 1px dotted #edd0b6;
  padding-top: 1em;
  clear: both;
}
.category-tag-group .category-tags {
  margin-bottom: 0;
}
.category-tag-header {
  margin-left: -100px;
  width: 92px;
  display: block;
  text-align: right;
  float: left;
  font-weight: normal;
  color: #775c43;
  margin-bottom: 1em;
  font-size: 16px;
}
.category-mpu-holder {
  margin-right: 336px;
}
.category-mpu {
  float: right;
  margin-right: -336px;
}
#Category_Header {
  height: 280px;
  width: 336px;
}
@media (max-width: 1020px) {
  .category-mpu {
    margin-right: -300px;
  }
  .category_mpu,
  #Category_Header {
    height: 250px;
    width: 300px;
  }
  .category-mpu-holder {
    margin-right: 300px !important;
  }
}
@media (max-width: 479px) {
  .category-mpu {
    margin-right: 0px;
    float: none;
  }
  .category-mpu-holder {
    margin-right: 0px !important;
  }
  .category_mpu,
  #Category_Header {
    height: 100px !important;
    width: 100%;
  }
}
.slick-prev,
.slick-next {
  border-radius: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  width: 36px !important;
  height: 36px !important;
  background-color: white;
  display: block;
  z-index: 1000;
  padding: 12px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 12px 0px;
  margin-top: -16px;
}
.slick-next {
  right: 5px !important;
  background-image: url(https://cdn.assets.cutkeep.net/assets/icon/right-068dc02d6b9374a745b26b83bb0dfe463e88cc86a6846fbb10703b8aafc1e4e6.png);
}
.slick-prev {
  left: 5px !important;
  background-image: url(https://cdn.assets.cutkeep.net/assets/icon/left-baac7445a836acd3011e60a7fd313456acba3664d29128f87077005f81c4192a.png);
}
.explore-cell {
  height: 25em;
  overflow: auto;
}
.explore-cell-group {
  border: 1px solid #EEE;
  margin-bottom: 0.5em;
  padding: 8px;
  background: white;
  -webkit-box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
}
.explore-cell-header {
  font-weight: lighter;
  background: whitesmoke;
  margin: -8px -8px 4px -8px;
  padding: 8px;
  font-size: 18px;
}
.explore-cell-header a {
  color: #AAA;
}
.explore-cell-header h5,
.explore-cell-header h3 {
  margin: 0;
}
.explore-cell-tags {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 32px;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
}
.explore-cell-tags a {
  color: #666;
}
.explore-tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.explore-tag {
  font-size: 14px;
  border-bottom: 1px solid #EEE;
  padding: 8px 3px;
}
.explore-tag-count {
  float: right;
  color: #AAA;
}
.explore-cell-qualifier {
  font-size: 10px;
  text-transform: uppercase;
  color: #AAA;
}
.guide-cell {
  background: #CF4242;
  background-repeat: repeat-y;
  background-size: 100%;
}
.guide-cell > a {
  display: block;
}
.guide-cell > a:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 100%;
  margin-bottom: 6em;
}
.guide-title {
  color: white;
  font-weight: lighter;
  font-size: 28px;
  padding: 0.5em;
  background-image: -webkit-linear-gradient(rgba(207, 66, 66, 0), rgba(207, 66, 66, 0.7) 30%, #CF4242);
  background-image: -o-linear-gradient(rgba(207, 66, 66, 0), rgba(207, 66, 66, 0.7) 30%, #CF4242);
  background-image: linear-gradient(rgba(207, 66, 66, 0), rgba(207, 66, 66, 0.7) 30%, #CF4242);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cf4242', endColorstr='#ffcf4242', GradientType=0);
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 100;
  margin: 1em 0 0 0;
  padding-top: 1em;
}
@media (max-width: 767px) {
  .guide-projects-count,
  .guide-title {
    display: inline !important;
    font-size: 24px !important;
    border: none !important;
    font-weight: normal !important;
  }
}
.guide-projects-count {
  font-size: 82px;
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #ecb3b3;
  margin-bottom: 7px;
  margin-top: 0;
}
.list-cell {
  background-repeat: repeat-y;
  background-size: 100%;
}
.list-title {
  color: black;
  font-weight: 200;
  font-size: 24px;
  padding: 0.5em;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 30%, #ffffff);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 30%, #ffffff);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 30%, #ffffff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
  position: absolute;
  bottom: 0;
  right: 0px;
  left: 0px;
  z-index: 100;
  margin: 1em 0 0 0;
  padding-top: 2em;
  line-height: 32px;
}
.list-label {
  display: block;
  text-transform: uppercase;
  color: #999;
  font-size: 10px;
}
.list-projects-count {
  display: block;
}
.add-list-button {
  position: absolute;
  top: 33%;
  left: 50px;
  right: 50px;
  background-color: white;
  text-align: center;
}
.project-cell section {
  box-shadow: none;
  height: 100%;
  border-radius: 5px;
}
.favorites-cell {
  background: #CF4242;
}
.favorites-cell a:hover {
  text-decoration: none;
}
.favorites-cell h4 {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  padding: 1em;
  text-align: center;
  background: white;
  color: #333;
  position: absolute;
  top: 50%;
  margin-top: -5em;
  left: 50%;
  margin-left: -5em;
}
.favorites-cell h4 .count {
  font-size: 6em;
  line-height: 120px;
  font-weight: 100;
  display: block;
}
.favorites-cell h4 .count.count-length-3 {
  font-size: 5em;
}
.favorites-cell h4 .count.count-length-4 {
  font-size: 4em;
}
.lists-cell a:hover {
  text-decoration: none;
}
.lists-cell h4 {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  padding: 1em;
  text-align: center;
  background: white;
  color: #333;
  position: absolute;
  top: 50%;
  margin-top: -5em;
  left: 50%;
  margin-left: -5em;
}
.lists-cell h4 .count {
  font-size: 6em;
  line-height: 120px;
  font-weight: 100;
  display: block;
}
.lists-cell h4 .count.count-length-3 {
  font-size: 5em;
}
.lists-cell h4 .count.count-length-4 {
  font-size: 4em;
}
.all-projects-cell a:hover {
  text-decoration: none;
}
.all-projects-cell h4 {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  padding: 1em;
  text-align: center;
  background: white;
  color: #333;
  position: absolute;
  top: 50%;
  margin-top: -5em;
  left: 50%;
  margin-left: -5em;
}
.all-projects-cell h4 .count {
  font-size: 6em;
  line-height: 120px;
  font-weight: 100;
  display: block;
}
.all-projects-cell h4 .count.count-length-3 {
  font-size: 5em;
}
.all-projects-cell h4 .count.count-length-4 {
  font-size: 4em;
}
.all-projects-cell:hover {
  text-decoration: none;
}
.no-projects {
  font-size: 2em;
  font-weight: 100;
  padding: 2em 0;
}
.joined-cell {
  box-shadow: 0px 1px 6px -2px #aaaaaa inset;
  border: none;
  background: none;
}
.no-projects-cell {
  border: 3px dashed #f0dbc8;
  border-radius: 10px;
  height: 25em;
  text-align: center;
  display: block;
  color: #dfac7e;
  background: none;
  box-shadow: none;
}
.location-cell {
  background-repeat: repeat-y;
  background-position: 50% 50%;
}
.location-cell > a {
  display: block;
}
.location-cell > a:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 100%;
  margin-bottom: 6em;
}
.location-cell > a:hover .location-map-zoomed {
  opacity: 0;
  -webkit-transform: scale(18);
  -webkit-transition: opacity 1s 1s ease, -webkit-transform 1s ease-in;
}
.location-cell > a:hover .location-pointer {
  bottom: 78%;
  -webkit-transition: all 1s ease;
  margin-bottom: 0px;
}
.location-map-zoomed {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s 1s ease-in-out;
  opacity: 1;
}
.location-pointer {
  -webkit-transition: all 1s 1.3s ease;
  margin-bottom: 12px;
  position: absolute;
  bottom: 50%;
  left: 8px;
  right: 8px;
  background: white;
  padding: 4px 8px;
  border-radius: 4px;
  color: grey;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 8px;
  line-height: 120%;
}
.location-pointer:after {
  position: absolute;
  content: '';
  border: 12px solid transparent;
  border-top-color: white;
  bottom: -24px;
  left: 50%;
  margin-left: -12px;
}
.location-pointer-title {
  text-transform: uppercase;
  font-size: 9px;
  color: #AAA;
  font-weight: bold;
}
.location-details {
  font-size: 10px;
  color: #999;
}
.location-city {
  display: block;
  color: #666;
  font-size: 18px;
  font-weight: 200;
}
.banner-cell-fade {
  padding: 8px 42px 8px 8px;
  float: left;
  min-width: 50%;
  border-radius: 4px 0 0 4px;
}
.banner-cell-date {
  border-right: 2px dotted white;
  padding: 0px 16px;
  border-radius: 0	px;
  float: left;
  margin-right: 16px;
}
.banner-cell-date span {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.banner-cell-date span small {
  font-size: 10px;
  text-transform: none;
  vertical-align: middle;
  font-weight: bold;
}
.banner-cell-date .banner-cell-date-day {
  font-size: 42px;
  font-weight: 100;
  line-height: 30px;
}
@media (max-width: 767px) {
  .banner-cell-date {
    display: none;
  }
}
.banner-cell-button {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  border: 1px solid white;
  background: white;
  font-size: 18px;
  padding: 8px 16px;
  margin-top: -22px;
  border-radius: 5px;
  border-width: 2px;
}
.banner-cell {
  background-position: 100% 50%;
  position: relative;
  display: block;
  border-radius: 5px;
  margin: 6px 0px 12px 0px;
}
.banner-cell:before,
.banner-cell:after {
  content: " ";
  display: table;
}
.banner-cell:after {
  clear: both;
}
.banner-cell:before,
.banner-cell:after {
  content: " ";
  display: table;
}
.banner-cell:after {
  clear: both;
}
.banner-cell h3 {
  margin: 0;
  font-size: 3em;
  font-weight: 100;
}
.banner-cell p.lead {
  margin: 0;
}
.banner-cell-crafterella {
  position: absolute;
  top: -12px;
  bottom: 0px;
  left: 40%;
}
.banner-cell-crafterella img {
  height: 100%;
}
.project {
  padding-bottom: 8em;
}
@media (max-width: 767px) {
  .project {
    padding-bottom: 6em;
  }
}
.projecxt-cell-images {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.project-image {
  margin: 0;
  display: block;
  background: #EEE;
  color: #CCC;
  max-width: 100%;
  width: 240px;
  height: auto;
}
.project-info {
  padding: 0.25em 1em 0 1em;
  position: absolute;
  bottom: 0;
  background: #FFF;
  width: 100%;
  background-clip: padding-box;
  font-size: 16px;
  min-height: 7em;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 767px) {
  .project-info {
    min-height: 4em;
  }
}
.project-title {
  margin: 0 0 1.5em 0;
  font-size: 140%;
  line-height: 120%;
  color: #222222;
}
@media (max-width: 767px) {
  .project-title {
    font-size: 80%;
  }
}
.project-user-avatar {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background: white;
  display: block;
}
@media (max-width: 767px) {
  .project-user-avatar {
    display: none;
  }
}
.project-description {
  color: #999;
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
  margin: 0;
  padding: 0.5em 0 0.5em 0;
  font-size: 12px;
}
.project-user {
  position: absolute;
  color: #FFF;
  border-radius: 4px 4px 0 0;
  top: -55px;
  padding: 1em;
  right: -5px;
}
@media screen and (max-width: 767px) {
  .project-stats {
    display: none;
  }
}
.project-published-at {
  float: left;
  font-size: 80%;
}
.project-favorites-count {
  font-size: 80%;
  color: #CF4242;
  float: right;
  border: 1px solid #df8181;
  padding: 0 5px;
  border-radius: 3px;
  margin-right: -7px;
  line-height: 14px;
}
.project-additional-images {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.project-additional-images .project-image {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0 !important;
  -webkit-transition: opacity 1s ease;
  -webkit-transition-duration: 0;
  -webkit-transition-delay: 1.5s;
  -webkit-transition: none;
}
.project-additional-images .project-image:nth-child(2) {
  -webkit-transition-delay: 3s;
}
.project:hover {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.project:hover .project-title {
  text-decoration: none;
}
.project:hover .project-category {
  color: #999;
}
.project:hover .project-published-at {
  color: #999;
}
.project-category {
  font-size: 8px !important;
  color: #CCC;
  text-transform: uppercase;
}
.project-label {
  background: #CF4242;
  background: #cf4242;
  font-size: 10px;
  border-radius: 2px;
  color: #FFF;
  float: left;
  position: absolute;
  top: -12px;
  left: 13px;
  padding: 2px 4px;
}
.add-your-project-cell {
  box-shadow: none !important;
}
.signup-cell {
  box-shadow: none !important;
  padding: 0 8px;
  background: #f6e9dd !important;
  color: #594532;
}
.signup-cell h2 {
  font-weight: normal;
  font-size: 32px;
  font-weight: 100;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 8px 0;
  padding: 8px 0;
  color: #957354;
}
@media screen and (max-width: 767px) {
  .signup-cell {
    border: none;
  }
  .signup-cell h2,
  .signup-cell p {
    display: none;
  }
  .signup-cell #email {
    display: none;
  }
  .signup-cell .button {
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .add-your-project-cell {
    display: none !important;
  }
  .explore-cell {
    width: 100%;
    height: 140px;
  }
}
.add-your-project {
  border: 3px dashed #f0dbc8;
  border-radius: 10px;
  height: 25em;
  text-align: center;
  display: block;
  color: #dfac7e;
}
.add-your-project:hover {
  border: 3px solid rgba(198, 120, 49, 0.2);
  color: #dfac7e;
  text-decoration: none;
  background: #fcf6f1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 2px inset;
}
.add-your-project:hover .add-your-project-plus {
  background: green;
  color: white;
}
.add-your-project-title {
  font-size: 24px;
}
.next-page-project {
  display: none;
}
.add-your-project-plus {
  background: white;
  display: block;
  margin: 2em auto 1em auto;
  width: 100px;
  height: 100px;
  border: 3px solid #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 58px;
  font-weight: 800;
  -webkit-box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
}
.next-page-project {
  opacity: 0.5;
}
.no-img {
  text-align: center;
  line-height: 60px;
  font-size: 65px;
  font-weight: 100;
  color: #DDD;
  padding-top: 45px;
}
.project-promo-user {
  display: block;
  font-size: 18px;
  color: white;
}
.book-giveaway-cell {
  text-align: center;
  background: none;
  border-color: #CF4242;
  background-size: cover;
}
.book-title {
  text-align: center;
}
.book-title h3 {
  color: #775c43;
}
.win-win-win {
  background: #cf4242;
  border-radius: 4px 4px 0 0;
  color: white;
  font-size: 18px;
  box-shadow: 0px 1px 6px -2px #aaaaaa;
}
.book-giveaway-info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 8px;
  padding-bottom: 2em;
}
.fadefade {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.8);
}
.book-cover {
  margin: auto;
}
.book-cover .book {
  display: inline-block;
  margin-bottom: -7px;
  border-width: 7px;
  -webkit-border-image: url(https://cdn.assets.cutkeep.net/assets/books/pages-709cf5aea9fa068cd64d324df290d1074a845141eef042c9aab7b5f78f8d320d.png) 7;
}
.book-cover .book img {
  margin: 0 0 -6px -6px;
}
.book-title {
  color: #FFF;
  font-weight: lighter;
  font-size: 28px;
  padding-top: 12px;
  z-index: 100;
}
.book-title h5 {
  font-size: 8px !important;
  color: #CCC;
  text-transform: uppercase;
}
.book-title h3 {
  margin: 0;
}
.blog-cell {
  display: block;
  background-position: 50% 50%;
  background-size: cover;
}
.blog-cell.makeover-monday-cell {
  background-position: 95% 50%;
  background-size: cover;
  -webkit-transition: background-position 1s ease;
}
.blog-cell.makeover-monday-cell:hover {
  background-position: 5% 50%;
}
.cell-title {
  color: #FFF;
  border-radius: 0 0 5px 5px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 100;
  margin: 0 0 0 0;
  padding: 1em 1em 2.5em 1em;
}
.cell-title h5 {
  font-size: 8px !important;
  color: #CCC;
  text-transform: uppercase;
}
.cell-title h3 {
  margin: 0;
  font-size: 28px;
  font-weight: lighter;
}
.cell-title p {
  font-size: 12px;
  font-weight: normal;
}
.blog-cell-title {
  color: #FFF;
  border-radius: 0 0 5px 5px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 100;
  margin: 0 0 0 0;
  padding: 1em 1em 2.5em 1em;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.7));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.blog-cell-title h3 {
  color: white;
}
.blog-cell-title h5 {
  font-size: 8px !important;
  color: #CCC;
  text-transform: uppercase;
}
.blog-cell-title h3 {
  margin: 0;
  font-size: 28px;
  font-weight: lighter;
}
.blog-cell-title p {
  font-size: 12px;
  font-weight: normal;
}
.promo-stats-fade {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.7));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 100;
  margin: 1em 0 0 0;
  padding: 3em 0.5em 1.5em 0.5em;
}
.promo-stats {
  color: #CCC;
  position: absolute;
  bottom: 0;
  padding: 0.25em 0.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  left: 0.5em;
  right: 0.5em;
  z-index: 100;
  font-size: 16px;
}
.project-stats {
  margin: 0;
  border-top-color: #EEE;
}
.promo-published-at {
  float: left;
  font-size: 80%;
}
.promo-link {
  float: right;
  font-size: 80%;
  color: white;
  font-weight: bold;
}
.contest-cell {
  background-position: 50% 0%;
  background-size: auto 66%;
  display: block;
}
.contest-cell-title {
  color: #FFF;
  font-weight: lighter;
  font-size: 28px;
  background: #CF4242;
  position: absolute;
  bottom: 90px;
  right: -20px;
  left: -20px;
  z-index: 100;
  margin: 0em 0 0 0;
  padding: 12px 40px 12px 40px;
  -webkit-transform: rotate(-8deg);
}
.contest-cell-title h5 {
  color: white;
  margin: 0;
}
.contest-cell-win {
  position: absolute;
  right: 8px;
  top: 8px;
}
.book-giveaway-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-filter: blur(10px) !important;
  background-size: 125%;
  background-position: 50% 50%;
}
.delete-button {
  float: right;
  height: 34px;
  width: 34px;
  z-index: 1000000;
  background: #CF4242;
  position: relative;
  margin-bottom: -26px;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
  border: 2px solid white;
  padding: 6px;
  display: block;
  margin-top: -8px;
  margin-right: -8px;
  color: white;
  font-weight: bold;
  font-size: 32px;
  line-height: 12px;
  border-radius: 50%;
  text-align: center;
}
.delete-button:hover {
  text-decoration: none;
  color: white;
  background: red;
}
.featured-user-cell {
  background: #CF4242;
}
.featured-user-logo {
  margin: 2em auto;
  display: block;
}
.opt-in-label {
  padding: 7px;
  background: #FDFBCF;
  color: #656453;
  font-weight: normal;
  font-size: 12px;
  border-radius: 4px;
}
.giveaway-cell {
  color: black;
}
.giveaway-cell .cell-title {
  padding-top: 2em;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 10%, #ffffff);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 10%, #ffffff);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 10%, #ffffff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
}
.giveaway-cell p {
  margin-top: 4px;
  line-height: 150%;
  font-size: 14px;
}
.giveaway-cell h3,
.giveaway-cell p {
  color: black;
}
.giveaway-cell .promo-link {
  color: #333;
}
.giveaway-cell .promo-stats {
  border-top-color: #DDD;
}
.giveaway-cell h5 {
  background: #CF4242;
  color: white;
  display: inline-block;
  padding: 3px;
  font-size: 14px;
}
.giveaway-cell small {
  color: #AAA;
  text-align: center;
  font-size: 10px;
  display: block;
}
.giveaway-cell .promo-stats {
  top: 0px;
}
.giveaway-entry-button,
.book-giveaway-entry-button {
  background: #46a546;
  color: white;
  border: none;
  display: block;
  width: 100%;
}
.giveaway-entry-button:hover,
.book-giveaway-entry-button:hover {
  border: none;
  background: #62bc62;
  color: white;
}
.giveaway-entry-button.disabled,
.book-giveaway-entry-button.disabled {
  background: #dfac7e;
}
.sidekick-cell {
  background-color: #CF4242 !important;
  background-image: url(https://cdn.assets.cutkeep.net/assets/sidekicks/cell-772246a728585973a6e986ce247504c48f97f3014e32d27d80afb30711217712.jpg) !important;
  background-position: 50% 5%;
  background-repeat: no-repeat !important;
  color: white;
}
.sidekick-cell:hover {
  color: white;
  text-decoration: none;
}
.sidekick-cell .sidekick-info {
  border-top: 1px solid #d96b6b;
  position: absolute;
  bottom: 0px;
  left: 8px;
  right: 8px;
  padding: 8px;
  font-size: 13px;
}
.project-doors {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  perspective: 500px;
  z-index: 10000;
}
.project-door {
  width: 50%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  background: black;
  transition: transform 0.5s ease;
  background-color: #DE5151;
  transform: rotateY(0deg);
}
.project.cell:hover .project-left-door {
  transform: rotateY(90deg);
}
.project.cell:hover .project-right-door {
  transform: rotateY(-90deg);
}
.project-door {
  overflow: hidden;
}
.project-door span {
  postion: absolute;
  font-size: 340px;
  line-height: 300px;
  text-align: center;
  left: 0px;
  right: -100%;
  display: block;
  font-weight: bold;
  -webkit-text-stroke: 4px rgba(255, 255, 255, 0.5);
}
.project-door-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://cdn.assets.cutkeep.net/assets/halloween/trick-or-treat2-b2b1d0e7f5e229a914eaba121f0a874b157c02513e719b1fc89dc21e9851aeb2.png);
  background-repeat: no-repeat;
  background-size: 200%;
}
.project-left-door {
  left: 0px;
  right: 50%;
  transform: rotateY(1deg);
  transform-origin: 0 50%;
  border-radius: 4px 0 0 4px;
}
.project-left-door .project-door-logo {
  background-position: 0% 50%;
}
.project-left-door span {
  margin-right: -100%;
}
.project-right-door {
  right: 0px;
  left: 50%;
  transform: rotateY(-1deg);
  transform-origin: 100% 50%;
  border-radius: 0 4px 4px 0;
}
.project-right-door .project-door-logo {
  background-position: 100% 50%;
}
.project-right-door span {
  margin-left: -100%;
}
.superstar-cell {
  background-size: cover;
  height: 25em;
  box-shadow: 0px 1px 6px -2px #AAA;
  border-radius: 16px;
  position: relative;
  border: 8px solid white;
}
.superstar-cell-logo {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.superstar-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.superstar-cell-title {
  background: white;
  padding: 3px;
  text-align: center;
  margin: -19px 0 0 0px;
  padding: 19px 8px 8px 8px;
  font-weight: lighter;
}
.superstar-feature-row {
  margin-left: 0;
  margin-right: 0;
  background: #FFF;
  border: 3px solid #FFF;
  -webkit-box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  border: 0;
}
.superstar-feature-cell {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  width: 14.28571429% !important;
  background: #F7F7F7;
}
@media (min-width: 1020px) {
  .superstar-feature-cell {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .superstar-feature-cell {
    float: left;
    width: 25%;
  }
}
.superstar-feature-cell:first-child {
  border-left: 0;
}
.superstar-feature-cell-day {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  background: #CF4242;
  color: white;
  font-weight: 100;
  margin: 0;
  padding: 8px;
}
.superstar-feature-cell-title {
  height: 4em;
  background: white;
  padding: 8px;
}
.superstar-feature-headshot {
  float: right;
  border-radius: 100%;
}
.superstar-feature-cell-coming-soon {
  font-size: 36px;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-bottom: 67%;
  height: 0em;
  margin-top: 33%;
  line-height: 36px;
  color: #DDD;
}
.chart-footer {
  text-align: right;
  background: #cf4242;
  font-size: 14px;
  /* font-weight: bold; */
  padding: 8px;
}
.chart-footer a {
  color: white;
}
.chart {
  list-style-type: none;
  counter-reset: ol-counter;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .chart .chart-item:nth-child(n+7) {
    display: none;
  }
}
.chart-header {
  color: #dfac7e;
  padding: 1px 8px;
  border-bottom: 2px solid #dfac7e;
}
.chart-item {
  overflow: hidden;
  position: relative;
  padding: 0px 0px 0px 0px;
  height: 50px;
}
.chart-item:before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  color: white;
  color: #dfac7e;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 35px;
  text-align: center;
  padding: 0px 5px 5px 0;
  letter-spacing: -2px;
  font-size: 24px;
  z-index: 100;
}
.chart-item-link {
  position: relative;
  padding: 0px 55px 0px 34px;
  height: 50px;
  color: #666;
  display: block;
  line-height: 16px;
  font-size: 14px;
}
.chart-item-link:hover {
  background: white;
  color: black;
}
.chart-item-image {
  position: absolute;
  right: 0px;
  top: 0px;
}
.countries {
  list-style: none;
  margin: 0;
  padding: 0;
}
.countries li {
  clear: both;
  padding: 0;
}
.countries li.divide {
  border-top: 2px solid #dfac7e;
}
.countries li .country-link {
  color: #999;
  padding: 4px 8px 4px 50px;
  display: block;
}
.countries li .country-link:hover {
  background: white;
}
.country-code {
  float: left;
  margin-left: -50px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 40px;
  text-align: center;
  font-weight: 100;
  border-radius: 50%;
}
.country-name {
  margin: 0;
  color: #333;
  font-weight: normal;
}
.country-data {
  font-size: 10px;
  text-transform: uppercase;
}
body {
  margin: 0;
}
.half {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .half {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .half {
    float: left;
    width: 50%;
  }
}
.third {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 1em;
}
@media (min-width: 1020px) {
  .third {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .third {
    float: left;
    width: 33.33333333%;
  }
}
.fifth {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  width: 20%;
}
.two-thirds {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .two-thirds {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .two-thirds {
    float: left;
    width: 66.66666667%;
  }
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
.quarter {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 1em;
}
@media (min-width: 1020px) {
  .quarter {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .quarter {
    float: left;
    width: 25%;
  }
}
.project-cell {
  margin-bottom: 16px;
  height: 25em;
  border-radius: 5px;
  width: 240px;
  float: left;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .project-cell {
    -webkit-box-shadow: rgba(119, 92, 67, 0.5) 0px 1px 6px -1px;
    box-shadow: rgba(119, 92, 67, 0.5) 0px 1px 6px -1px;
  }
}
@media (min-width: 320px) and (max-width: 569px) {
  .project-cell {
    width: 50%;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    max-width: inherit;
  }
  .project-cell .cell {
    max-width: 240px;
  }
}
@media (max-width: 767px) and (min-width: 570px) {
  .project-cell {
    width: 33.33333333%;
    max-width: 240px;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 767px) {
  .project-advert-cell {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
  }
  .project-advert-cell .project-advert {
    height: inherit;
  }
}
.project-advert {
  margin: 0;
  vertical-align: middle;
}
.project-advert .advert-block {
  margin: 0 auto;
}
.project-wrapper .container {
  max-width: 1008px !important;
}
/* Column Section */
@media (min-width: 768px) {
  .container,
  .project-search-toolbar-inner {
    width: 756px !important;
    margin: 0 auto;
  }
}
/* Column Section */
@media (min-width: 1020px) {
  .container,
  .project-search-toolbar-inner {
    width: 1008px !important;
    margin: 0 auto;
  }
}
/* Column Section */
@media (min-width: 1272px) {
  .container,
  .project-search-toolbar-inner {
    width: 1260px !important;
    margin: 0 auto;
  }
}
.projects:before,
.projects:after {
  content: " ";
  display: table;
}
.projects:after {
  clear: both;
}
.projects:before,
.projects:after {
  content: " ";
  display: table;
}
.projects:after {
  clear: both;
}
#footer {
  font-size: 12px;
}
#site-map {
  border-top: 1px dotted #edd0b6;
  margin-top: 2em;
  padding-top: 1em;
}
.pagination {
  margin-left: -8px;
  margin-right: -8px;
  width: 100%;
  display: table;
  margin: 1em 0;
  text-align: center;
}
.pagination > a,
.pagination > span,
.pagination > em {
  display: inline-block;
  margin: 0 0.3em;
  line-height: 1.8;
}
.jump-to-page {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
.prev-page {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.next-page {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: right;
}
ul.pagination {
  border: 1px solid #dfac7e;
  margin: 0;
  padding: 0;
  display: table-row;
}
ul.pagination > li {
  font-size: 18px;
  line-height: 200%;
  margin: 0;
  padding: 0;
  display: table-cell;
  table-layout: fixed;
  text-align: center;
  border: 1px solid #edd0b6;
  border-right: 0;
}
ul.pagination > li.active,
ul.pagination > li:hover {
  background: white;
}
ul.pagination > li.prev,
ul.pagination > li.next {
  width: 140px;
}
ul.pagination > li.prev {
  border-radius: 8px 0 0 8px;
}
ul.pagination > li.next {
  border-radius: 0 8px 8px 0;
}
ul.pagination > li:first-child {
  border-right: 0px;
}
ul.pagination > li:last-child {
  border-right: 1px solid #edd0b6;
}
ul.pagination > li.disabled a {
  color: #edd0b6;
}
ul.pagination > li > a {
  color: #dfac7e;
  display: block;
  width: 100%;
}
.search-form {
  display: table !important;
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 16px;
  outline: none !important;
  background: white;
  padding: 1px;
  margin: 0.5em 0;
}
.search-section {
  display: table-cell;
  width: auto;
  vertical-align: middle;
}
.search-section.search-section-input {
  width: 100%;
}
#craft_area_select {
  border: 0;
  border-right: 1px solid #EEE;
  border-radius: 0px;
  -webkit-appearance: none;
  background: rgba(100, 100, 100, 0.05);
  padding: 5px 5px 5px 20px;
  border-radius: 15px 0 0 15px;
}
.project-search-toolbar-placeholder {
  height: 54px;
}
.project-search-toolbar {
  width: 100%;
  height: 44px;
  z-index: 670;
}
.project-search-toolbar.isStuck {
  background: white;
  left: 0px;
  right: 0px;
  z-index: 1000;
  -webkit-transform: translateZ(0);
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.project-search-toolbar.isStuck .button {
  border-color: #CCC;
  color: #999;
}
.fixfixed {
  position: absolute;
}
.search-input-button {
  padding: 0 8px;
  border-left: 1px solid #999;
  color: #333;
  font-size: 10px;
}
.project-search-toolbar-search-wrapper {
  height: 52px;
}
.project-search-toolbar-search {
  font-size: 18px;
  width: 100%;
  padding: 0 8px;
  display: block;
  border: none;
  outline: none !important;
  border-radius: 10px;
}
.project-search-toolbar-search-wrapper {
  width: 100% !important;
}
.project-search-toolbar-inner {
  height: 44px;
  position: relative;
}
.project-toolbar-filter-button {
  display: inline-block;
}
.project-toolbar-filter {
  display: inline-block;
}
.project-toolbar-filter > a {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 3px solid #CF4242;
  padding: 11px 12px 8px 12px;
  display: block;
}
.project-toolbar-filter > a:hover,
.project-toolbar-filter > a.active {
  border-bottom-color: white;
  text-decoration: none;
  background: #e68282;
}
.project-toolbar-filter > a > sup {
  background: #e68282;
  border-radius: 3px;
  padding: 2px;
  font-size: 10px;
}
@media (max-width: 1019px) {
  .project-toolbar-filter > a > small {
    display: none;
  }
}
.twitter-typeahead {
  width: 100%;
  margin-right: 32px;
}
.typeahead,
.tt-query,
.tt-hint {
  display: block;
  float: left;
  border-radius: 16px;
  outline: none;
  width: 100%;
}
.typeahead {
  background-color: #fff;
}
.typeahead:focus {
  border: 2px solid #0097cf;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
}
.tt-dropdown-menu {
  margin-top: 4px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  margin-left: -2px;
  margin-right: -2px;
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
.project-search-filters {
  display: none;
  top: 0px;
  -webkit-transition: top 0.5s ease;
}
.project-search-filters.active {
  top: 44px;
  position: fixed;
  width: 100%;
  z-index: 668;
  background: #CF4242;
  top: 0;
  left: 0px;
  right: 0px;
  height: 44px;
  display: block;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.project-search-filters a {
  color: white;
}
.project-search-filters a small {
  color: #d96b6b;
  font-size: 10px;
}
.project-search-filters ul {
  white-space: nowrap;
  font-size: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 44px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.project-toolbar-filter-close {
  position: absolute;
  right: 0px;
  height: 44px;
  line-height: 44px;
  font-size: 24px !important;
  padding: 0 8px 0 24px;
  z-index: 100;
  background-image: -webkit-linear-gradient(left, rgba(207, 66, 66, 0) 0%, #CF4242 40%);
  background-image: -o-linear-gradient(left, rgba(207, 66, 66, 0) 0%, #CF4242 40%);
  background-image: linear-gradient(to right, rgba(207, 66, 66, 0) 0%, #CF4242 40%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cf4242', endColorstr='#ffcf4242', GradientType=1);
}
.project-toolbar-filter-close:hover {
  text-decoration: none;
}
.project-search-typeahead {
  padding-left: 58px;
  display: block;
  min-height: 50px;
}
.project-search-typeahead img {
  float: left;
  margin-left: -58px;
}
.category-search-typeahead {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 18px;
}
.category-search-typeahead small {
  display: block;
  color: #999;
  font-size: 10px;
}
.category-search-typeahead h5 {
  font-size: 10px;
}
.category-search-typeahead .projects-count {
  float: right;
  color: #999;
  font-size: 14px;
}
.tt-dataset-projects .tt-suggestion,
.tt-dataset-category .tt-suggestion {
  padding: 0;
  line-height: 48px;
}
.tt-suggestion {
  padding: 3px 3px 3px 54px;
  border-bottom: 1px solid #EEE;
}
.tt-suggestion a {
  display: block;
  color: #666;
}
.tt-suggestion a:hover {
  background: #CF4242;
  color: white;
  text-decoration: none;
}
.tt-divider {
  font-size: 12px;
  background: #eee;
  margin: 0;
  padding: 2px 2px 2px 54px;
}
.tags {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tags.oneline {
  height: 26px;
  white-space: nowrap;
  overflow: hidden;
}
.tags.oneline .tag {
  display: inline-block;
  float: none;
}
.tags .tag-label {
  background-color: #dbd2a6;
  color: #fefbe9;
  box-shadow: 1px 1px #ccc082 inset;
  font-weight: normal;
  text-shadow: none;
  margin-right: -5px;
}
.tags .tag {
  margin-bottom: 7px;
}
.tags .tag,
.tags .tag-inner {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
}
.tags .tag-inner {
  margin-bottom: 0;
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: #FCF1B8;
  color: #666;
  text-decoration: none;
  border-right-radius: 4px;
}
.tags .tag-inner:hover strong {
  text-decoration: underline;
}
.tags .tag-inner:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #FCF1B8 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}
.tags .tag-inner:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #666;
  box-shadow: -1px -1px 2px #ae9307;
}
.tags .tag.technique .tag-inner {
  background: #9eead6;
}
.tags .tag.technique .tag-inner:before {
  border-color: transparent #9eead6 transparent transparent;
}
.tags .tag.technique .tag-inner:after {
  box-shadow: -1px -1px 2px #187159;
}
.categories {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) inset;
  background: #f6e7d9;
  padding: 8px 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .categories {
    box-shadow: none !important;
    border-bottom: 1px solid #eac9ac;
  }
}
.categories .category-link {
  width: auto;
  display: inline-block !important;
  border: 2px solid #dfac7e;
  border-radius: 5px;
  padding: 2px 12px;
  margin: 0 8px;
  color: #dfac7e;
  background: white;
  border-width: 0 1px 1px 0;
  margin: 1px 8px 4px 9px;
}
.categories .category-link small {
  color: #e5bd98;
  font-size: 9px;
  vertical-align: middle;
}
.categories .category-link:hover {
  text-decoration: none;
  border-width: 1px 0 0 1px;
  margin: 0 9px 5px 8px;
}
.categories .category-link.active {
  background: #dfac7e;
  border-color: transparent;
  color: #fff;
}
.categories .category-link.active small {
  color: #fbf4ee;
}
.category-browser-thumbnail {
  display: block;
  height: 9em;
  position: relative;
  background-color: #CF4242;
}
.category-browser-thumbnail .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-position: 50% 50%;
  background-size: cover;
}
.category-browser-thumbnail:hover {
  filter: brightness(150%);
}
.category-browser-thumbnail:hover .bg {
  opacity: 1;
}
.category-browser-thumbnail:hover .category-browser-info {
  display: block;
}
.category-browser-thumbnail.full {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.category-browser-thumbnail.active .bg {
  opacity: 1;
}
.category-thumbnails .slick-list.draggable {
  overflow: visible;
}
.category-browser-thumbnails {
  display: block;
  clear: both;
  border-top: 1px solid #f5e6d7;
  background: #f5e6d7;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1) inset;
  padding: 8px 0px;
  border-radius: 0 0 3px 3px;
  margin: -1px;
  height: 132px;
}
.category-browser-title {
  color: white;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  font-size: 24px;
  float: left;
  padding: 4px 12px;
  margin: 0;
  font-weight: 100;
  background: #CF4242;
}
.slick-next,
.slick-prev {
  border-radius: 100%;
  position: absolute;
  width: 36px !important;
  height: 36px !important;
  display: block;
  z-index: 1000;
  padding: 12px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 12px 0px;
  margin-top: -16px;
}
.slick-next {
  right: 5px !important;
}
.slick-prev {
  left: 5px !important;
}
.subcategories {
  border-top: 1px solid #dfac7e;
  background: #dedbd7;
  overflow: hidden;
  max-height: 252px;
}
section,
.table-section {
  background: white;
  box-shadow: 0px 0px 2px -1px;
  padding: 8px 16px;
  margin-bottom: 2em;
}
section tr:first-child td,
.table-section tr:first-child td,
section tr:first-child th,
.table-section tr:first-child th {
  border-top: 0;
}
section th,
.table-section th {
  border-bottom: 2px solid #CF4242;
  background: #EEE;
}
section .img,
.table-section .img {
  border: 1px solid #999;
  -webkit-box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
}
.section-inner {
  line-height: 2em;
  font-size: 16px;
}
.section-inner img {
  max-width: 100%;
}
.section-title {
  background: #CF4242;
  font-size: 24px;
  padding: 8px;
  color: white;
  line-height: 32px;
  display: inline-block;
  margin-left: -16px;
  padding-left: 18px;
  padding-right: 16px;
  font-weight: 100;
  margin-top: -8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 18px;
  }
}
.section-image-holder {
  margin: -8px -16px 8px -16px;
}
.section-image-holder.right {
  float: right;
  width: 33%;
  margin: -8px -16px 8px 16px;
}
.section-image {
  width: 100%;
  display: block;
}
.form-label-col {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .form-label-col {
    float: left;
    width: 16.66666667%;
  }
}
.form-control-col {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .form-control-col {
    float: left;
    width: 83.33333333%;
  }
}
#errorExplanation {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
#errorExplanation h4 {
  margin-top: 0;
  color: inherit;
}
#errorExplanation .alert-link {
  font-weight: bold;
}
#errorExplanation p .button {
  display: inline !important;
}
#errorExplanation > p,
#errorExplanation > ul {
  margin-bottom: 0;
}
#errorExplanation > p + p {
  margin-top: 5px;
}
#errorExplanation hr {
  border-top-color: #e4b9c0;
}
#errorExplanation .alert-link {
  color: #843534;
}
#errorExplanation h2 {
  font-size: 18px;
}
h6 {
  font-size: 12px;
  color: #775c43;
  font-weight: bold;
  text-transform: uppercase;
}
.wood-bg {
  background-color: #dfac7e;
  background-image: url(https://cdn.assets.cutkeep.net/assets/layout/background-47dc3fcdc598e6e2f6803b989a044c1e6f5eec3a143d01a594d49f30842f7e6d.jpg);
  background-position: center top;
  background-repeat: repeat;
}
.masthead-wood-bg {
  background-color: #dfac7e;
  background-image: url(https://cdn.assets.cutkeep.net/assets/layout/background-47dc3fcdc598e6e2f6803b989a044c1e6f5eec3a143d01a594d49f30842f7e6d.jpg);
  background-position: center bottom;
  background-repeat: repeat;
}
.filter-link {
  color: #BB926C;
  line-height: 24px;
  font-size: 18px;
}
.filter-link:hover {
  color: #BB926C;
  text-decoration: none;
}
.filter-link:hover .icon-tick {
  background-position: left top;
}
.filter-link small {
  text-transform: uppercase;
  font-size: 9px;
  vertical-align: middle;
}
.filter-link.disabled {
  color: #dbc6b2;
}
.filter-link.disabled .icon-tick {
  opacity: 0.5;
}
.filter-link-count {
  background: #BB926C;
  font-size: 9px;
  vertical-align: middle;
  color: white;
  padding: 2px 6px;
  border-radius: 8px;
}
.my-favorites {
  margin-left: 4em;
}
.icon-sort {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://cdn.assets.cutkeep.net/assets/responsive/tick-26ad911bc39e15494c7bb08adc4e342cfe606aee8193bb423ca50a2aad92dc86.png);
  background-position: right top;
  vertical-align: top;
}
.icon-tick {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://cdn.assets.cutkeep.net/assets/responsive/tick-26ad911bc39e15494c7bb08adc4e342cfe606aee8193bb423ca50a2aad92dc86.png);
  background-position: left bottom;
  vertical-align: top;
}
.icon-tick.ticked {
  background-position: left top;
}
.sort-options {
  text-align: right;
  clear: both;
}
.sort-options a {
  color: #BB926C;
}
.login-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  color: white !important;
  text-align: left;
  height: 34px;
  padding: 0;
  line-height: 34px;
}
.login-btn:focus,
.login-btn:active:focus,
.login-btn.active:focus,
.login-btn.focus,
.login-btn:active.focus,
.login-btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.login-btn:hover,
.login-btn:focus,
.login-btn.focus {
  color: #333;
  text-decoration: none;
}
.login-btn:active,
.login-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.login-btn.disabled,
.login-btn[disabled],
fieldset[disabled] .login-btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-btn i {
  vertical-align: middle;
  border-radius: 5px 0 0 5px !important;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  margin-right: 8px;
  padding-right: 26px;
  vertical-align: top;
}
.unpublished-toolbar {
  border-radius: 4px;
  background: #dfac7e;
  border: 2px solid #dfac7e;
  padding: 8px;
}
.unpublished-toolbar h2 {
  color: white;
  font-weight: 200;
  margin: 0;
}
.unpublished-toolbar .btn-toolbar {
  float: right;
}
.unpublished-toolbar .btn-toolbar a {
  color: white;
}
.medianet {
  margin: 0.5em auto;
}
@media screen and (max-width: 767px) {
  .medianet {
    display: none;
  }
}
.header {
  color: #e5bd98;
  text-shadow: 1px 1px 1px #ffffff;
  font-size: 3em;
  font-weight: lighter;
  margin-top: 0;
}
.featured-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .featured-wrapper {
    float: left;
    width: 75%;
  }
}
.chart-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .chart-wrapper {
    float: left;
    width: 25%;
  }
}
.avatar {
  border-radius: 50%;
  border: 3px solid white;
  -webkit-box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
}
.red {
  background: #CF4242;
  color: white !important;
  border: 2px solid white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 0px 5px;
}
.red a {
  color: white;
}
.advert-disabled {
  background: #f9f0e8;
  border: 1px dotted #f5e6d7;
}
.mat {
  background-color: #006E4E;
  border: 1em solid #006E4E;
  border-width: 0.5em 0;
  margin: 1em 0;
}
.mat-header {
  font-size: 2em;
  color: #00bb84;
}
.mat-content {
  background: #006E4E url(https://cdn.assets.cutkeep.net/assets/mat-c24050e1ae2a4f4e8038a477a0bb94e84899ecd18f84ea7dc8f7f201addb0973.gif) center center;
  padding: 1em 0;
  border-width: 1px 0;
}
.quarter {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .quarter {
    float: left;
    width: 25%;
  }
}
.sixth {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .sixth {
    float: left;
    width: 16.66666667%;
  }
}
.slim-column {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .slim-column {
    float: left;
    width: 16.66666667%;
  }
}
.wide-column {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .wide-column {
    float: left;
    width: 83.33333333%;
  }
}
.listitempage {
  clear: both;
}
.center-page {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .center-page {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1020px) {
  .center-page {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1020px) {
  .center-page {
    left: 8.33333333%;
  }
}
@media (min-width: 1020px) {
  .center-page {
    right: 8.33333333%;
  }
}
@media (min-width: 1272px) {
  .center-page {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1272px) {
  .center-page {
    left: 16.66666667%;
  }
}
@media (min-width: 1272px) {
  .center-page {
    right: 16.66666667%;
  }
}
.craft-area-chooser {
  border: 2px solid #EEE;
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
  min-height: 200px;
  display: block;
  text-align: center;
}
.craft-area-chooser .radio {
  display: inline;
}
.craft-area-chooser small {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  line-height: 12px;
}
.advert-block {
  margin: 0 auto;
}
.advert-block.advert-disabled {
  visibility: hidden;
}
.page-masthead {
  background: #CF4242;
  background-image: -webkit-linear-gradient(top, #CF4242 20%, #b12d2d 100%);
  background-image: -o-linear-gradient(top, #CF4242 20%, #b12d2d 100%);
  background-image: linear-gradient(to bottom, #CF4242 20%, #b12d2d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcf4242', endColorstr='#ffb12d2d', GradientType=0);
  margin-top: -3em;
  color: white;
  position: relative;
  z-index: 1;
  padding-top: 3em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
.page-masthead .container {
  padding-right: 100px;
}
.page-masthead img {
  float: right;
  width: 100px;
  margin-left: 1em;
  margin-right: -100px;
}
.page-masthead h1 {
  font-size: 80px;
  font-weight: 100;
  margin: 0;
}
.search-toolbar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: white;
  z-index: 10000;
  box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.search-toolbar .search-toolbar-link {
  padding: 4px 8px 4px 8px;
  display: inline-block;
  border-left: 1px solid #EEE;
  position: relative;
  color: #333;
}
.search-toolbar .search-toolbar-link:hover {
  background: #EEE;
  text-decoration: none;
}
.search-toolbar .container {
  position: relative;
}
.search-toolbar small {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #999;
}
.search-toolbar img {
  height: 45px;
  width: 45px;
  position: absolute;
}
.search-toolbar .search-toolbar-link-prev {
  text-align: left;
  padding-left: 52px;
}
.search-toolbar .search-toolbar-link-prev img {
  left: 0px;
  top: 0px;
}
.search-toolbar .search-toolbar-link-next {
  text-align: right;
  padding-right: 52px;
}
.search-toolbar .search-toolbar-link-next img {
  right: 0px;
  top: 0px;
}
.h {
  margin: 2em 0 1em 0;
  color: #b28a65;
}
.h:after {
  content: "";
  display: block;
  overflow: hidden;
  border-bottom: 1px dotted #594532;
  height: 22px;
  border-bottom: 2px dashed #dfac7e;
}
.hs {
  float: left;
  padding: 4px 8px 4px 0;
  margin: 0;
  font-size: 24px;
  font-weight: 200;
}
.h {
  margin: 2em 0 1em 0;
  color: #b28a65;
}
.h:after {
  content: "";
  display: block;
  overflow: hidden;
  border-bottom: 1px dotted #594532;
  height: 22px;
  border-bottom: 2px dashed #dfac7e;
}
#footer-links {
  font-size: 14px;
  clear: both;
  margin-top: 1em;
}
#footer-links a {
  color: #666;
}
footer.zigzag {
  padding: 10px 0 10px 0;
}
#copyright {
  margin-top: 0.5em;
  color: #999 !important;
  font-size: 10px;
}
h1 {
  font-size: 56px;
  color: #dfac7e;
  font-weight: 100;
  margin-bottom: 0.5em;
  margin-top: 0;
}
h1 > a {
  color: #dfac7e;
}
h1 > a:hover {
  color: #c67831;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    margin-bottom: 8px;
    margin-top: 8px;
  }
}
h4,
h3,
h2 {
  color: #775c43;
}
.page-header {
  position: relative;
  border-bottom-color: #f6e9dd;
}
.page-header h1 {
  margin-bottom: 0;
}
.page-header .page-header-buttons {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
h5 {
  color: #999;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
}
h5 > a {
  color: #999;
}
.splash {
  background-image: url(https://cdn.assets.cutkeep.net/assets/layout/background-47dc3fcdc598e6e2f6803b989a044c1e6f5eec3a143d01a594d49f30842f7e6d.jpg);
  padding-bottom: 2em;
}
.splash-header {
  padding: 8px 0;
  background: rgba(255, 255, 255, 0.25);
}
.splash-menu {
  float: left;
  display: inline-block;
  list-style: none;
  margin: 0;
}
.splash-menu li {
  float: left;
  padding: 5px 8px;
}
.splash-menu li a {
  color: white;
  font-size: 18px;
}
.x {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .x {
    float: left;
    width: 66.66666667%;
  }
}
.y {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .y {
    float: left;
    width: 33.33333333%;
  }
}
.stacked {
  position: relative;
  margin: 0 auto 1em auto;
  background: #fff;
  border: 1px solid;
  border-color: #dfdcdc #d9d6d6 #ccc;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.stacked:before,
.stacked:after {
  content: '';
  position: absolute;
  z-index: -1;
  height: 3px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.stacked:after {
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.stacked:before {
  left: 2px;
  right: 2px;
  bottom: -7px;
  border-color: #c4c4c4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.content-section {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .content-section {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1272px) {
  .content-section {
    float: left;
    width: 83.33333333%;
  }
}
.menu-section {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .menu-section {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1272px) {
  .menu-section {
    float: left;
    width: 16.66666667%;
  }
}
.menu-section h5 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #775c43;
  display: block;
  padding: 8px;
}
.menu-section > ul {
  font-size: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px double #eac8a9;
  margin-bottom: 2em;
}
.menu-section > ul > li {
  margin: 0;
  padding: 0;
}
.menu-section > ul a {
  border-bottom: 1px dotted #eac8a9;
  display: block;
  padding: 8px;
  color: #775c43;
}
.menu-section > ul a:hover {
  background: white;
}
.qa-question {
  font-size: 24px;
  font-weight: 200;
  border-bottom: 1px solid #EEE;
  margin-bottom: 4px;
  padding-bottom: 12px;
  color: #333;
}
.qa-answer p {
  font-size: 14px;
  line-height: 200%;
}
.xmas-banner {
  padding-bottom: 24px;
  margin-bottom: 24px;
  display: block;
  background-image: url(https://cdn.assets.cutkeep.net/assets/xmas/short-e86186c580674031498aaba92a0a58f95f74be1d7ff7e156abeb4a176efd9441.png);
  background-repeat: repeat-x;
  background-position: center top;
  color: white;
  margin-top: -8px;
}
.xmas-banner h1 {
  color: White;
  font-size: 78px;
  margin: 0;
}
.xmas-banner h4 {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.logos {
  display: table;
  text-align: center;
}
.logos h4 {
  color: #999;
  margin-bottom: 0;
}
.logos p {
  color: #CCC;
  margin-top: 0;
  font-size: 10px;
}
.logos .xmas-logo {
  display: table-cell;
  padding: 5px;
  width: auto;
  z-index: 5;
  max-width: 8%;
  height: 50px;
}
@media screen and (max-width: 1020px) {
  .xmas-banner {
    display: none !important;
  }
}
@charset "UTF-8";
/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(https://cdn.assets.cutkeep.net/assets/gallery/loading-b84750cc5a395288fcfd0cf42e3a60d6135e2f14db83fce05e97e5abacc2f9b4.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(https://cdn.assets.cutkeep.net/assets/gallery/error-aa462f83787f52e75b32a16cbba63069f26ae250bcd9d838b2a119a14101ac01.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(https://cdn.assets.cutkeep.net/assets/gallery/play-pause-104817e9f808da1039e66cb0e8d7a2b4c1e76243ef8d5d68396e547d7c7d8ae6.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(https://cdn.assets.cutkeep.net/assets/gallery/error-7168de2d9dbda989c0deb414fd095f63d297cb836d886e2d8d19b42417c459da.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(https://cdn.assets.cutkeep.net/assets/gallery/play-pause-6f924d25b0a89b0fc23f5caf85645b9aa51c5e225dde029f500482ceb6cfcd99.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}
/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}
/*
 * blueimp Gallery Indicator CSS 1.1.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}
.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}
.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .indicator {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .indicator {
  display: none;
}
.blueimp-gallery > .indicator {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* IE7 fixes */
* + html .blueimp-gallery > .indicator > li {
  display: inline;
}
.rails-bootstrap-forms-date-select select,
.rails-bootstrap-forms-time-select select,
.rails-bootstrap-forms-datetime-select select {
  display: inline-block;
  width: auto;
}

.rails-bootstrap-forms-error-summary {
  margin-top: 10px;
}

/* Slider */

.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
/* .slick-loading .slick-list { background: #fff url(https://cdn.assets.cutkeep.net/assets/ajax-loader-e7b44c86b050fca766a96ddac2d0932af0126da6f2305280342d909168dcce6b.gif) center center no-repeat; } */
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none;  color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }


.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }


.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }


/* Dots 
.slick-slider { margin-bottom: 30px; }
*/
.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

@font-face {
    font-family: 'cityofregular';
    src: url('https://cdn.assets.cutkeep.net/assets/cityof-webfont-6b6981c05562cf360e57d201d38d69b922bd96758985dfaba7902459c2e4ec9d.eot');
    src: url('https://cdn.assets.cutkeep.net/assets/cityof-webfont-6b6981c05562cf360e57d201d38d69b922bd96758985dfaba7902459c2e4ec9d.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.assets.cutkeep.net/assets/cityof-webfont-6eb36c91c953f5d2a1737e45381dbddc9a2749cf7541f6d231f23998f8911cf0.woff') format('woff'),
         url('https://cdn.assets.cutkeep.net/assets/cityof-webfont-8706ce1ed9da3112c2f3b2d275c167664b9a06b0c4bf1222d8f712cb6b9d0e73.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2014 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Blambot
 * License URL: http://www.fontspring.com/fflicense/blambot
 *
 *
 */


@font-face {
    font-family: 'LintMcCreeIntlBBRegular';
    src: url('https://cdn.assets.cutkeep.net/assets/lmintlbb_r-webfont-7aeacd1348729f1c34c76965b99f5d09450a156838e66c59c88eab387e1fb5ff.eot');
    src: url('https://cdn.assets.cutkeep.net/assets/lmintlbb_r-webfont-7aeacd1348729f1c34c76965b99f5d09450a156838e66c59c88eab387e1fb5ff.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.assets.cutkeep.net/assets/lmintlbb_r-webfont-f662cb57cb5711231b6212ceeaa48d97dd0086ef060139b75d8206d67e40d6dc.woff') format('woff'),
         url('https://cdn.assets.cutkeep.net/assets/lmintlbb_r-webfont-a2ec1e77cca921eec2a2aacc452680920e0c2b4eff872d396555d1d099ca05cf.ttf') format('truetype'),
         url('https://cdn.assets.cutkeep.net/assets/lmintlbb_r-webfont-1729978a4988ccaa6eb4a76e65b9aca5a4365266b5e672f4ad5999040debd770.svg#LintMcCreeIntlBBRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.comic {
	font-family:'LintMcCreeIntlBBRegular', 'Comic Sans MS', cursive;
	font-weight:normal !important;
	font-style: normal !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
*= require responsive/base
*= require 'blueimp-gallery.min.css'
*= require rails_bootstrap_forms
*= require slick
*= require fonts/city_of.css
*= require fonts/lint_mccree.css
*/
.section-footer {
  overflow: hidden;
}
/* ------- header related */
table {
  border-collapse: collapse;
}
.header-related-content {
  background: #cf4242;
  margin: 0 3px;
  padding: 0px 8px 8px 8px;
  border-bottom: 1px solid #d96868;
}
.header-related-project:hover {
  text-decoration: none !important;
}
.header-related-project:hover .header-related-project-title {
  background: #df8181;
}
.header-related-content-trending {
  font-size: 10px;
  color: #f9e6e6;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 18px;
  margin-left: 8px;
}
.header-related-content-trending > a {
  color: white;
}
.header-related-project-title {
  color: #f9e6e6;
  font-size: 14px;
  border: 1px solid #df8181;
  background: #d24f4f;
  height: 70px;
  display: block;
  padding-right: 8px;
}
.header-related-project-img {
  float: left;
  margin-right: 8px;
}
a.header-related-project {
  width: 19%;
  margin: 0 0.5%;
  height: 70px;
  float: left;
  display: inline-block;
}
a.header-related-project:hover {
  background: #df8181;
}
a.header-related-project:hover .header-related-project-title {
  border-color: white;
  color: white;
  text-decoration: none !important;
}
#landing-header {
  margin-top: -8px;
  padding-top: 40px;
}
