/*
  Clean theme styles

  Stack:
	- foundation.css
	- snowfire.css
	- this file.
*/
/*
  General layout for Snowfire Content blocks.
  They are always inside a .snippet_area
*/
/* line 24, ../sass/_snowfire.scss */
.snippet_area h1, article h1 {
  font-size: 22px;
  font-family: "Open sans", "Helvetica Neue", Helvetica, Arial;
  color: #000;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
/* line 36, ../sass/_snowfire.scss */
.snippet_area h2, article h2 {
  font-size: 16px;
  font-family: "Open sans", "Helvetica Neue", Helvetica, Arial;
  color: #000;
  font-weight: 400;
  margin: 0 0 0.7em;
  padding: 0.7em 0 0 0;
}
/* line 45, ../sass/_snowfire.scss */
.snippet_area h3, article h3 {
  font-size: 15px;
  font-family: "Open sans", "Helvetica Neue", Helvetica, Arial;
  color: #4fcddd;
  font-weight: 600;
  margin: 0 0 0.7em;
  padding: 0.7em 0 0 0;
}
/* line 55, ../sass/_snowfire.scss */
.snippet_area .column h2:first-child,
.snippet_area .column h3:first-child, article .column h2:first-child,
article .column h3:first-child {
  padding-top: 0;
}
/* line 59, ../sass/_snowfire.scss */
.snippet_area p, article p {
  font-size: 13px;
  font-family: "Helvetcia Neue", Helvetica, Arial;
  line-height: 1.7em;
}
/* line 64, ../sass/_snowfire.scss */
.snippet_area p a, article p a {
  color: #4fcddd;
}
/* line 67, ../sass/_snowfire.scss */
.snippet_area p a:hover, article p a:hover {
  text-decoration: underline;
}
/* line 73, ../sass/_snowfire.scss */
.snippet_area.article p:last-child, article.article p:last-child {
  margin-bottom: 0;
}
/* line 77, ../sass/_snowfire.scss */
.snippet_area ul, article ul {
  margin-left: 20px;
  list-style-type: square;
}
/* line 82, ../sass/_snowfire.scss */
.snippet_area ul ol,
.snippet_area ul li, article ul ol,
article ul li {
  font-size: 13px;
}

/* line 93, ../sass/_snowfire.scss */
.dark .snippet_area h1,
.dark .snippet_area h2,
.dark article h1,
.dark article h2 {
  color: #fff;
}

/* line 100, ../sass/_snowfire.scss */
.snippet_area {
  margin-bottom: 15px;
}
/* line 105, ../sass/_snowfire.scss */
.snippet_area .columns {
  margin-bottom: 4%;
}
@media only screen and (max-width: 599px) {
  /* line 109, ../sass/_snowfire.scss */
  .snippet_area .columns.two .column0 {
    margin-bottom: 4%;
  }
  /* line 114, ../sass/_snowfire.scss */
  .snippet_area .columns.three .column0, .snippet_area .columns.three .column1 {
    margin-bottom: 4%;
  }
  /* line 120, ../sass/_snowfire.scss */
  .snippet_area .columns.four .column0, .snippet_area .columns.four .column1, .snippet_area .columns.four .column2 {
    margin-bottom: 4%;
  }
}
/* line 127, ../sass/_snowfire.scss */
.snippet_area .columns.page-title {
  margin-bottom: 0.2em;
}
/* line 135, ../sass/_snowfire.scss */
.snippet_area .column.form textarea,
.snippet_area .column.form_synced textarea {
  width: 100%;
}
/* line 139, ../sass/_snowfire.scss */
.snippet_area .column.form .fieldtype_7_first,
.snippet_area .column.form_synced .fieldtype_7_first {
  width: 49%;
  float: left;
  margin-right: 1%;
  margin-bottom: 20px;
}
/* line 146, ../sass/_snowfire.scss */
.snippet_area .column.form .fieldtype_7_last,
.snippet_area .column.form_synced .fieldtype_7_last {
  width: 50%;
  float: left;
}
/* line 151, ../sass/_snowfire.scss */
.snippet_area .column.form dt,
.snippet_area .column.form_synced dt {
  clear: both;
}
/* line 155, ../sass/_snowfire.scss */
.snippet_area .column.form dd,
.snippet_area .column.form_synced dd {
  margin-bottom: 20px;
}
/* line 160, ../sass/_snowfire.scss */
.snippet_area .column.form input[type="radio"] + label,
.snippet_area .column.form input[type="checkbox"] + label,
.snippet_area .column.form_synced input[type="radio"] + label,
.snippet_area .column.form_synced input[type="checkbox"] + label {
  display: inline;
  font-size: 12px;
  line-height: 1.5em;
}
/* line 166, ../sass/_snowfire.scss */
.snippet_area .column.form .submitBtnArea input,
.snippet_area .column.form_synced .submitBtnArea input {
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 25px;
  border: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
/* line 184, ../sass/_snowfire.scss */
.snippet_area .column.photo_gallery .photo_column_1,
.snippet_area .column.photo_gallery .photo_column_2,
.snippet_area .column.photo_gallery .photo_column_3 {
  float: left;
  width: 30.6%;
}
/* line 190, ../sass/_snowfire.scss */
.snippet_area .column.photo_gallery .photo_column_1,
.snippet_area .column.photo_gallery .photo_column_2 {
  margin-right: 4%;
}
@media only screen and (max-width: 940px) {
  /* line 197, ../sass/_snowfire.scss */
  .snippet_area .column.map {
    text-align: center;
  }
  /* line 201, ../sass/_snowfire.scss */
  .snippet_area .column.map iframe {
    max-width: 100%;
    margin: 0 auto !important;
    height: 200px;
  }
}
/* line 211, ../sass/_snowfire.scss */
.snippet_area .column.quote,
.snippet_area .column.quote_synced {
  padding: 0px;
  font-style: normal;
  position: relative;
  background: #fdfdfd;
  border-left: 0;
  border-radius: 5px;
  width: 80%;
  float: left;
  box-sizing: border-box;
  background: #f5f5f5;
  padding: 10px 10px;
}
/* line 226, ../sass/_snowfire.scss */
.snippet_area .column.quote blockquote,
.snippet_area .column.quote_synced blockquote {
  border: 0;
}
/* line 231, ../sass/_snowfire.scss */
.snippet_area .column.quote blockquote:after, .snippet_area .column.quote blockquote:before,
.snippet_area .column.quote_synced blockquote:after,
.snippet_area .column.quote_synced blockquote:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 241, ../sass/_snowfire.scss */
.snippet_area .column.quote blockquote:after,
.snippet_area .column.quote_synced blockquote:after {
  border-top-color: #fdfdfd;
  border-width: 12px;
  left: 50%;
  margin-left: -12px;
}
/* line 248, ../sass/_snowfire.scss */
.snippet_area .column.quote blockquote:before,
.snippet_area .column.quote_synced blockquote:before {
  border-top-color: rgba(200, 200, 200, 0.8);
  border-width: 13px;
  left: 50%;
  margin-left: -13px;
}
/* line 255, ../sass/_snowfire.scss */
.snippet_area .column.quote blockquote p,
.snippet_area .column.quote_synced blockquote p {
  width: 100%;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 0px;
}
/* line 261, ../sass/_snowfire.scss */
.snippet_area .column.quote blockquote p.author,
.snippet_area .column.quote_synced blockquote p.author {
  margin: 10px 0 0 0;
  color: #888 !important;
  font-size: 13px;
}
/* line 271, ../sass/_snowfire.scss */
.snippet_area .column.quote .image,
.snippet_area .column.quote_synced .image {
  box-sizing: border-box;
  float: left;
  width: 15%;
  margin: 5px 10px 10px 0px;
  text-align: center;
}
/* line 278, ../sass/_snowfire.scss */
.snippet_area .column.quote .image img,
.snippet_area .column.quote_synced .image img {
  border-radius: 70px;
}
/* line 301, ../sass/_snowfire.scss */
.snippet_area .column.quote blockquote:before,
.snippet_area .column.quote blockquote:after,
.snippet_area .column.quote q:before,
.snippet_area .column.quote q:after,
.snippet_area .column.quote_synced blockquote:before,
.snippet_area .column.quote_synced blockquote:after,
.snippet_area .column.quote_synced q:before,
.snippet_area .column.quote_synced q:after {
  content: '';
  content: none;
}
/* line 310, ../sass/_snowfire.scss */
.snippet_area .image_text_column .image_text_column_text {
  margin-top: 2%;
}
/* line 318, ../sass/_snowfire.scss */
.snippet_area .column.person h2 {
  margin-bottom: 10px;
}
/* line 322, ../sass/_snowfire.scss */
.snippet_area .column.person .person_image {
  position: absolute;
  width: 170px;
}
/* line 327, ../sass/_snowfire.scss */
.snippet_area .column.person .person_info {
  padding-left: 185px;
}
/* line 331, ../sass/_snowfire.scss */
.snippet_area .column.person .misc {
  margin-top: 10px;
}
/* line 336, ../sass/_snowfire.scss */
.snippet_area .column.person.one .person_info {
  width: 50%;
}
@media only screen and (max-width: 449px) {
  /* line 342, ../sass/_snowfire.scss */
  .snippet_area .column.person .person_image {
    position: static;
    margin-bottom: 10px;
  }
  /* line 346, ../sass/_snowfire.scss */
  .snippet_area .column.person .person_info {
    padding-left: 0;
  }
}
/* line 356, ../sass/_snowfire.scss */
.snippet_area .column.sociallinks ul,
.snippet_area .column.sociallinks_synced ul {
  list-style-type: none;
  margin: 0;
}
/* line 360, ../sass/_snowfire.scss */
.snippet_area .column.sociallinks ul li,
.snippet_area .column.sociallinks_synced ul li {
  float: left;
  margin-right: 5px;
}
/* line 368, ../sass/_snowfire.scss */
.snippet_area #footer .subheading_synced + .sociallinks_synced {
  margin-top: -10px;
}
/* line 9, ../sass/_snowfire.scss */
.snippet_area #footer .subheading_synced + .sociallinks_synced {
  *zoom: 1;
}
/* line 13, ../sass/_snowfire.scss */
.snippet_area #footer .subheading_synced + .sociallinks_synced:before, .snippet_area #footer .subheading_synced + .sociallinks_synced:after {
  content: "";
  display: table;
}
/* line 17, ../sass/_snowfire.scss */
.snippet_area #footer .subheading_synced + .sociallinks_synced:after {
  clear: both;
}
/* line 372, ../sass/_snowfire.scss */
.snippet_area #footer .subheading_synced + .sociallinks_synced ul.sociallinks {
  margin: 0;
  padding: 0;
}
/* line 379, ../sass/_snowfire.scss */
.snippet_area #footer .columns.sociallinks_synced,
.snippet_area #footer .columns.sociallinks {
  margin-bottom: 20px;
}
/* line 383, ../sass/_snowfire.scss */
.snippet_area #footer ul.sociallinks {
  margin: 3px 0 20px 0;
  padding: 0px 0 0 17px;
}
/* line 388, ../sass/_snowfire.scss */
.snippet_area #footer ul.sociallinks li {
  list-style-type: none;
  float: left;
  margin-right: 5px;
}
/* line 398, ../sass/_snowfire.scss */
.snippet_area .column.slider ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 407, ../sass/_snowfire.scss */
.snippet_area .column.facebook,
.snippet_area .column.facebook_synced {
  margin: 0px 0 0px 0;
  padding: 0px 0 0 0;
}
/* line 411, ../sass/_snowfire.scss */
.snippet_area .column.facebook .type_feed,
.snippet_area .column.facebook_synced .type_feed {
  padding-top: 55px;
  background: url("../../images/ui/facebook.png") center top no-repeat;
}
/* line 416, ../sass/_snowfire.scss */
.snippet_area .column.facebook .status,
.snippet_area .column.facebook_synced .status {
  margin-bottom: 75px;
}
/* line 419, ../sass/_snowfire.scss */
.snippet_area .column.facebook .status.photo img,
.snippet_area .column.facebook_synced .status.photo img {
  margin-bottom: 10px;
}
/* line 425, ../sass/_snowfire.scss */
.snippet_area .column.facebook .actions,
.snippet_area .column.facebook_synced .actions {
  margin-top: -10px;
  color: #ccc;
  font-size: 11px;
}
/* line 430, ../sass/_snowfire.scss */
.snippet_area .column.facebook .actions a,
.snippet_area .column.facebook_synced .actions a {
  color: #6d6d6d;
  font-size: 11px;
}
/* line 435, ../sass/_snowfire.scss */
.snippet_area .column.facebook .actions .interaction,
.snippet_area .column.facebook_synced .actions .interaction {
  float: left;
  width: 50%;
  line-height: 1.4em;
}
/* line 440, ../sass/_snowfire.scss */
.snippet_area .column.facebook .actions .author,
.snippet_area .column.facebook_synced .actions .author {
  float: left;
  width: 50%;
  text-align: right;
  line-height: 1.4em;
}
/* line 448, ../sass/_snowfire.scss */
.snippet_area .column.facebook .plugins,
.snippet_area .column.facebook_synced .plugins {
  margin: 75px 0 0 0;
}

/* line 461, ../sass/_snowfire.scss */
.snippet_area.snippet_area_left .column.quote .image,
.snippet_area.snippet_area_left .column.quote_synced .image {
  float: none;
  width: 100%;
}
/* line 466, ../sass/_snowfire.scss */
.snippet_area.snippet_area_left .column.quote blockquote,
.snippet_area.snippet_area_left .column.quote_synced blockquote {
  float: none;
  width: 100%;
}

/* line 480, ../sass/_snowfire.scss */
.snippet_area.snippet_area_sidebar .column.quote .image,
.snippet_area.snippet_area_sidebar .column.quote_synced .image {
  width: 20%;
}
/* line 484, ../sass/_snowfire.scss */
.snippet_area.snippet_area_sidebar .column.quote blockquote,
.snippet_area.snippet_area_sidebar .column.quote_synced blockquote {
  width: 75%;
  float: left;
  padding-left: 4px;
}

/* line 495, ../sass/_snowfire.scss */
#clean .shop .grid {
  margin: 0 auto;
  padding-left: 14px;
}

@media only screen and (max-width: 940px) {
  /* line 504, ../sass/_snowfire.scss */
  header {
    height: auto !important;
  }

  /* line 509, ../sass/_snowfire.scss */
  #top .row {
    height: auto !important;
  }

  /* line 514, ../sass/_snowfire.scss */
  #logo {
    height: auto !important;
  }

  /* line 519, ../sass/_snowfire.scss */
  a.image-logo,
  a.text-logo {
    position: static !important;
    text-align: center;
    display: block;
    width: auto;
    padding: 10px 0 7px 0 !important;
  }

  /* line 527, ../sass/_snowfire.scss */
  #logo a.image-logo + #logo a.text-logo {
    background: red !important;
  }

  /* line 531, ../sass/_snowfire.scss */
  a.image-logo + a.text-logo {
    padding-top: 0 !important;
  }

  /* line 535, ../sass/_snowfire.scss */
  header img {
    max-width: 100%;
  }

  /* line 539, ../sass/_snowfire.scss */
  #logo {
    width: auto !important;
    float: none !important;
  }
}
/* line 2, ../sass/_shop.scss */
.dark .shop .single_product .price {
  color: #fff;
}

/* line 1, ../sass/_eventbooking.scss */
.row_for_eventbooking {
  background: url("/themes/clean/public/modules/eventbooking/bg.png") !important;
  margin-top: -30px;
  padding-bottom: 50px;
}
/* line 6, ../sass/_eventbooking.scss */
.row_for_eventbooking #main {
  margin-top: -30px;
}
@media only screen and (max-width: 940px) {
  /* line 6, ../sass/_eventbooking.scss */
  .row_for_eventbooking #main {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/_eventbooking.scss */
  .row_for_eventbooking {
    margin-top: -20px;
  }
}

/*
 * jquery.selectBoxIt.css 3.7.0
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
/* line 13, ../sass/_selectboxit.scss */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
/* line 20, ../sass/_selectboxit.scss */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
/* line 35, ../sass/_selectboxit.scss */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
/* line 47, ../sass/_selectboxit.scss */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
/* line 54, ../sass/_selectboxit.scss */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* line 58, ../sass/_selectboxit.scss */
.selectboxit-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-color: #eee !important;
}

/* Disabled Mouse Interaction */
/* line 65, ../sass/_selectboxit.scss */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
/* line 75, ../sass/_selectboxit.scss */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

/* line 82, ../sass/_selectboxit.scss */
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
/* line 87, ../sass/_selectboxit.scss */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 0px;
  text-align: left;
  border: 1px solid #eee;
  box-shadow: none;
}

/* Individual options */
/* line 110, ../sass/_selectboxit.scss */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
/* line 115, ../sass/_selectboxit.scss */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
/* line 120, ../sass/_selectboxit.scss */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
/* line 127, ../sass/_selectboxit.scss */
.selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The first Drop Down option optgroup */
/* line 133, ../sass/_selectboxit.scss */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
/* line 139, ../sass/_selectboxit.scss */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
/* line 145, ../sass/_selectboxit.scss */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
/* line 150, ../sass/_selectboxit.scss */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
/* line 155, ../sass/_selectboxit.scss */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
/* line 163, ../sass/_selectboxit.scss */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
/* line 173, ../sass/_selectboxit.scss */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
/* line 178, ../sass/_selectboxit.scss */
.selectboxit-option-icon-container {
  float: left;
}

/* line 182, ../sass/_selectboxit.scss */
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
/* line 189, ../sass/_selectboxit.scss */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

/* line 198, ../sass/_selectboxit.scss */
.selectboxit-rendering {
  display: block;
  visibility: hidden;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
/* line 204, ../sass/_selectboxit.scss */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
/* line 209, ../sass/_selectboxit.scss */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
/* line 218, ../sass/_selectboxit.scss */
.selectboxit-btn {
  background: #fff;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  color: #555;
}

/* line 230, ../sass/_selectboxit.scss */
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #000;
}

/* line 237, ../sass/_selectboxit.scss */
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

/* line 243, ../sass/_selectboxit.scss */
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 251, ../sass/_selectboxit.scss */
.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 260, ../sass/_selectboxit.scss */
.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

/* line 264, ../sass/_selectboxit.scss */
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background: #397FB5;
}

/* line 270, ../sass/_selectboxit.scss */
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
/* line 17, ../sass/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 20, ../sass/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 24, ../sass/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 25, ../sass/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 26, ../sass/_flexslider.scss */
.flexslider .slides img {
  /*width: 100%;*/
  display: block;
  border: none;
  box-shadow: none;
  margin: 0 auto;
}

/* line 27, ../sass/_flexslider.scss */
.flexslider .slides img.repeaterControllerButton {
  width: auto;
}

/* line 28, ../sass/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 31, ../sass/_flexslider.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 32, ../sass/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 33, ../sass/_flexslider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 38, ../sass/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 43, ../sass/_flexslider.scss */
.flexslider {
  position: relative;
  zoom: 1;
  margin-bottom: 40px;
}

/* line 49, ../sass/_flexslider.scss */
.flexslider.single_image {
  margin: 0 0 23px;
}

/* line 50, ../sass/_flexslider.scss */
.flex-viewport {
  max-height: 400px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 51, ../sass/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 52, ../sass/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 54, ../sass/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 58, ../sass/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 59, ../sass/_flexslider.scss */
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url("../../images/ui/bg_direction_nav.png") no-repeat 1px 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}

/* line 60, ../sass/_flexslider.scss */
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

/* line 61, ../sass/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -36px;
}

/* line 62, ../sass/_flexslider.scss */
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}

/* line 63, ../sass/_flexslider.scss */
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}

/* line 64, ../sass/_flexslider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 65, ../sass/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
/* line 68, ../sass/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 69, ../sass/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 70, ../sass/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 71, ../sass/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 72, ../sass/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 74, ../sass/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 75, ../sass/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 76, ../sass/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 77, ../sass/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 78, ../sass/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  /* line 81, ../sass/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  /* line 82, ../sass/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/* line 29, ../sass/clean.scss */
#clean .dark {
  color: #fff;
}
/* line 34, ../sass/clean.scss */
#clean .both {
  clear: both;
}
@media only screen and (min-width: 1441px) {
  /* line 39, ../sass/clean.scss */
  #clean > .row {
    width: 1160px;
  }
}
/* line 47, ../sass/clean.scss */
#clean #wrapper.light .row {
  background: #fff;
}
/* line 52, ../sass/clean.scss */
#clean #wrapper.dark .row {
  background: url('/themes/clean/public/styles/../images/rgbapng/000000b3-5.png?1380204079');
  background: rgba(0, 0, 0, 0.7);
}
/* line 60, ../sass/clean.scss */
#clean #top {
  padding: 0px 0;
  height: 100px;
}
/* line 65, ../sass/clean.scss */
#clean #top .row {
  height: 100px;
}
/* line 69, ../sass/clean.scss */
#clean #top #logo {
  /*pointer-events: none;*/
  height: 90px;
  width: 600px;
}
/* line 75, ../sass/clean.scss */
#clean #top #logo img {
  max-width: none;
}
/* line 79, ../sass/clean.scss */
#clean #top #ads {
  margin-top: 18px;
}
/* line 85, ../sass/clean.scss */
#clean .top-bar {
  border-top: 1px dotted #000;
  border-bottom: 5px solid #000;
  font-family: "Open sans", "Helvetica Neue", Helvetica, Arial;
  font-weight: 400;
  text-transform: uppercase;
  background: #fff;
}
/* line 96, ../sass/clean.scss */
#clean .top-bar ul > li {
  margin-right: 15px;
}
/* line 100, ../sass/clean.scss */
#clean .top-bar ul > li a {
  color: #000;
  font-size: 14px;
  height: 39px;
  line-height: 35px;
}
/* line 109, ../sass/clean.scss */
#clean .top-bar ul > li:hover, #clean .top-bar ul > li.active, #clean .top-bar ul > li:focus {
  background: #4fcddd;
}
/* line 112, ../sass/clean.scss */
#clean .top-bar ul > li:hover a, #clean .top-bar ul > li.active a, #clean .top-bar ul > li:focus a {
  color: #fff;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}
/* line 120, ../sass/clean.scss */
#clean .top-bar ul > li.search form {
  vertical-align: baseline;
}
/* line 123, ../sass/clean.scss */
#clean .top-bar ul > li.search:hover, #clean .top-bar ul > li.search:focus {
  background: none;
}
/* line 128, ../sass/clean.scss */
#clean .top-bar ul > li.has-dropdown .dropdown {
  background: #4fcddd;
}
/* line 132, ../sass/clean.scss */
#clean .top-bar ul > li.has-dropdown .dropdown li {
  background: #4fcddd;
}
/* line 135, ../sass/clean.scss */
#clean .top-bar ul > li.has-dropdown .dropdown li a {
  background: #4fcddd;
  border: 0;
  padding: 3px 20px;
}
/* line 141, ../sass/clean.scss */
#clean .top-bar ul > li.has-dropdown .dropdown li a:hover, #clean .top-bar ul > li.has-dropdown .dropdown li a:focus {
  background: #36b4c4;
}
/* line 146, ../sass/clean.scss */
#clean .top-bar ul > li.has-dropdown .dropdown li.active a {
  background: red;
}
/* line 154, ../sass/clean.scss */
#clean .top-bar ul > li.toggle-topbar {
  /*height: 39px;*/
  /*border-bottom: 5px solid rgba(0, 0, 0, 0.1);*/
  /*background: $highlightColor !important;*/
  border-bottom: 0;
}
/* line 160, ../sass/clean.scss */
#clean .top-bar ul > li.toggle-topbar a {
  border: 0px;
  top: 6px;
  right: 5px;
  height: 32px;
  width: 45px;
  background: url("../../images/ui/menuicon.png") no-repeat;
  background-size: 45px 32px;
}
/* line 175, ../sass/clean.scss */
#clean .dark .top-bar {
  border-top: 1px dotted #817c74;
  border-bottom: 5px solid #626262;
  background: transparent;
}
/* line 184, ../sass/clean.scss */
#clean .dark .top-bar ul > li a {
  color: #fff;
}
/* line 190, ../sass/clean.scss */
#clean .dark .top-bar ul > li:hover a, #clean .dark .top-bar ul > li.active a, #clean .dark .top-bar ul > li:focus a {
  color: #fff;
}
@media only screen and (max-width: 940px) {
  /* line 202, ../sass/clean.scss */
  #clean #top #logo img {
    max-width: 100%;
  }
  /* line 206, ../sass/clean.scss */
  #clean .top-bar {
    margin-bottom: 20px;
    border-top: 5px solid #000;
    background-color: #000;
    border-bottom: 5px solid #000;
  }
  /* line 214, ../sass/clean.scss */
  #clean .top-bar ul > li a {
    color: #fff;
  }
  /* line 218, ../sass/clean.scss */
  #clean .top-bar ul > li a:hover, #clean .top-bar ul > li a.active, #clean .top-bar ul > li a:focus {
    background-color: #000;
  }
  /* line 226, ../sass/clean.scss */
  #clean .top-bar ul > li:hover, #clean .top-bar ul > li.active, #clean .top-bar ul > li.focus {
    background-color: #000 !important;
  }
  /* line 237, ../sass/clean.scss */
  #clean .top-bar.expanded ul > li {
    background: #000;
  }
  /* line 240, ../sass/clean.scss */
  #clean .top-bar.expanded ul > li a {
    color: #fff;
    border-bottom: 5px solid #000;
  }
  /* line 244, ../sass/clean.scss */
  #clean .top-bar.expanded ul > li a:hover, #clean .top-bar.expanded ul > li a.active, #clean .top-bar.expanded ul > li a:focus {
    border-bottom: 5px solid #000;
  }
  /* line 250, ../sass/clean.scss */
  #clean .top-bar.expanded ul > li.toggle-topbar {
    border-bottom: 5px solid #000;
  }
  /* line 258, ../sass/clean.scss */
  #clean .top-bar.expanded ul > li.has-dropdown.moved .dropdown {
    background: #000;
  }
  /* line 263, ../sass/clean.scss */
  #clean .top-bar.expanded ul > li.has-dropdown.moved .dropdown li.title.back,
  #clean .top-bar.expanded ul > li.has-dropdown.moved .dropdown li.title.back a,
  #clean .top-bar.expanded ul > li.has-dropdown.moved .dropdown li.title.back a:hover {
    background: #4fcddd;
    border: 0;
  }
  /* line 269, ../sass/clean.scss */
  #clean .top-bar.expanded ul > li.has-dropdown.moved .dropdown li,
  #clean .top-bar.expanded ul > li.has-dropdown.moved .dropdown li a {
    background: #000;
  }
}
/* line 286, ../sass/clean.scss */
#clean #left_sidebar .headline {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}
/* line 297, ../sass/clean.scss */
#clean ul.side-nav-clean,
#clean .latest_posts ul,
#clean .latest_posts_synced ul,
#clean .sidebar_blog_synced ul {
  display: block;
  list-style: square;
  list-style-position: inside;
  margin: 3px 0 20px 0;
  padding: 0px 0 0 17px;
}
/* line 305, ../sass/clean.scss */
#clean ul.side-nav-clean li,
#clean .latest_posts ul li,
#clean .latest_posts_synced ul li,
#clean .sidebar_blog_synced ul li {
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 0px;
  font-size: 12px;
  list-style-position: outside;
  /* Nested pages */
}
/* line 311, ../sass/clean.scss */
#clean ul.side-nav-clean li a,
#clean .latest_posts ul li a,
#clean .latest_posts_synced ul li a,
#clean .sidebar_blog_synced ul li a {
  color: #000;
}
/* line 316, ../sass/clean.scss */
#clean ul.side-nav-clean li:first-child,
#clean .latest_posts ul li:first-child,
#clean .latest_posts_synced ul li:first-child,
#clean .sidebar_blog_synced ul li:first-child {
  padding-top: 0;
}
/* line 317, ../sass/clean.scss */
#clean ul.side-nav-clean li.activeRoot > a,
#clean .latest_posts ul li.activeRoot > a,
#clean .latest_posts_synced ul li.activeRoot > a,
#clean .sidebar_blog_synced ul li.activeRoot > a {
  color: #4d4d4d;
  font-weight: bold;
}
/* line 318, ../sass/clean.scss */
#clean ul.side-nav-clean li.divider,
#clean .latest_posts ul li.divider,
#clean .latest_posts_synced ul li.divider,
#clean .sidebar_blog_synced ul li.divider {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
}
/* line 321, ../sass/clean.scss */
#clean ul.side-nav-clean li ul,
#clean .latest_posts ul li ul,
#clean .latest_posts_synced ul li ul,
#clean .sidebar_blog_synced ul li ul {
  margin: 10px 0 8px 14px;
}
/* line 324, ../sass/clean.scss */
#clean ul.side-nav-clean li ul li,
#clean .latest_posts ul li ul li,
#clean .latest_posts_synced ul li ul li,
#clean .sidebar_blog_synced ul li ul li {
  list-style: none;
  border-bottom: none;
  /*&.activeRoot > a { font-weight: normal; }*/
}
/* line 330, ../sass/clean.scss */
#clean ul.side-nav-clean li ul li a,
#clean .latest_posts ul li ul li a,
#clean .latest_posts_synced ul li ul li a,
#clean .sidebar_blog_synced ul li ul li a {
  color: #333333;
}
/* line 341, ../sass/clean.scss */
#clean .dark ul.side-nav-clean li,
#clean .dark .latest_posts ul li,
#clean .dark .latest_posts_synced ul li,
#clean .dark .sidebar_blog_synced ul li {
  border-color: #686052;
}
/* line 344, ../sass/clean.scss */
#clean .dark ul.side-nav-clean li a,
#clean .dark .latest_posts ul li a,
#clean .dark .latest_posts_synced ul li a,
#clean .dark .sidebar_blog_synced ul li a {
  color: #fff;
}
/* line 350, ../sass/clean.scss */
#clean .dark .headline {
  color: #fff;
}
/* line 355, ../sass/clean.scss */
#clean .dark #left_sidebar .facebook .type_feed p,
#clean .dark #clean #left_sidebar .twitter p {
  color: #fff;
}
/* line 361, ../sass/clean.scss */
#clean .dark #left_sidebar .new_ad a,
#clean .dark #sidebar .new_ad a {
  color: #f6f6f6;
}
/* line 372, ../sass/clean.scss */
#clean #left_sidebar .new_ad,
#clean #sidebar .new_ad {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 0;
  margin: 10px 0 15px 0;
}
/* line 384, ../sass/clean.scss */
#clean #left_sidebar .new_ad a,
#clean #sidebar .new_ad a {
  color: #666;
}
/* line 387, ../sass/clean.scss */
#clean #left_sidebar .new_ad a:hover,
#clean #sidebar .new_ad a:hover {
  text-decoration: underline;
}
/* line 395, ../sass/clean.scss */
#clean #left_sidebar .twitter,
#clean #sidebar .twitter {
  background: url("../../images/ui/twitter.png") center top no-repeat;
}
/* line 440, ../sass/clean.scss */
#clean #left_sidebar {
  width: 18.66667%;
}
/* line 444, ../sass/clean.scss */
#clean #left_sidebar .snippet_area {
  margin: 0px 0 0 0;
}
/* line 453, ../sass/clean.scss */
#clean #main.z_seven {
  width: 56.33333%;
}
/* line 457, ../sass/clean.scss */
#clean #main.z_ten {
  width: 81.33333%;
}
/* line 461, ../sass/clean.scss */
#clean #main.z_twelve {
  width: 100%;
}
/* line 465, ../sass/clean.scss */
#clean #main article {
  background: url("../../images/ui/article_divider.png") repeat-x;
  padding: 9px 0 0 0;
  margin: 0 0 35px 0;
}
/* line 471, ../sass/clean.scss */
#clean #main article header {
  margin: 0 0 10px 0;
  max-width: 550px;
}
/* line 475, ../sass/clean.scss */
#clean #main article header .headline {
  font-size: 15px;
  margin: 15px 0 10px 0;
  font-weight: bold;
}
/* line 481, ../sass/clean.scss */
#clean #main article header .headline a {
  color: #000;
}
/* line 484, ../sass/clean.scss */
#clean #main article header .headline a:hover {
  color: #4fcddd;
}
/* line 489, ../sass/clean.scss */
#clean #main article header p {
  font-size: 11px;
  color: #666;
  margin: 0;
  text-transform: uppercase;
}
/* line 497, ../sass/clean.scss */
#clean #main article img {
  margin-bottom: 10px;
}
/* line 502, ../sass/clean.scss */
#clean #main article.first {
  background: none;
  padding-top: 0;
  position: relative;
  margin-bottom: 0;
}
/* line 509, ../sass/clean.scss */
#clean #main article.first header {
  position: absolute;
  bottom: 30px;
}
/* line 514, ../sass/clean.scss */
#clean #main article.first header .headline {
  color: #fff;
  font-size: 22px;
  line-height: 80%;
  display: block;
  border-left: 10px solid rgba(0, 0, 0, 0.6);
}
/* line 521, ../sass/clean.scss */
#clean #main article.first header .headline a {
  color: #fff;
}
/* line 524, ../sass/clean.scss */
#clean #main article.first header .headline a:hover {
  color: #fff;
}
/* line 529, ../sass/clean.scss */
#clean #main article.first header .headline span {
  display: inline-block;
  padding: 10px 10px 10px 0px;
  background: url('/themes/clean/public/styles/../images/rgbapng/00000099-5.png?1380204079');
  background: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}
/* line 537, ../sass/clean.scss */
#clean #main article.first header p {
  border-left: 10px solid rgba(0, 0, 0, 0.6);
  display: block;
}
/* line 541, ../sass/clean.scss */
#clean #main article.first header p span {
  color: #fff;
  display: inline-block;
  padding: 5px 10px 5px 0px;
  background: url('/themes/clean/public/styles/../images/rgbapng/00000099-5.png?1380204079');
  background: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}
/* line 552, ../sass/clean.scss */
#clean #main article.first p {
  display: none;
}
/* line 558, ../sass/clean.scss */
#clean #main article.first.single_post .intro {
  position: relative;
}
/* line 562, ../sass/clean.scss */
#clean #main article.first.single_post p {
  display: block;
}
/* line 570, ../sass/clean.scss */
#clean #main article.first_without_image {
  background: none;
  padding-top: 0;
}
/* line 575, ../sass/clean.scss */
#clean #main article.first_without_image header .headline {
  padding-top: 0;
  margin-top: 0;
}
@media only screen and (min-width: 600px) {
  /* line 583, ../sass/clean.scss */
  #clean #main article.many {
    float: left;
    width: 48%;
    margin-right: 2%;
  }
  /* line 588, ../sass/clean.scss */
  #clean #main article.many.odd {
    margin-right: 0%;
    margin-left: 2%;
  }
  /* line 593, ../sass/clean.scss */
  #clean #main article.many.even {
    clear: both;
  }
}
/* line 599, ../sass/clean.scss */
#clean #main article.many {
  height: 365px;
}
/* line 605, ../sass/clean.scss */
#clean #main #pagination {
  clear: both;
}
/* line 609, ../sass/clean.scss */
#clean #main #pagination .pages {
  text-align: center;
}
/* line 613, ../sass/clean.scss */
#clean #main #pagination .pages a:hover {
  text-decoration: underline;
}
/* line 618, ../sass/clean.scss */
#clean #main #pagination .pages a, #clean #main #pagination .pages span {
  display: inline-block;
  padding: 5px 5px;
}
/* line 623, ../sass/clean.scss */
#clean #main #pagination .pages span {
  font-weight: bold;
}
/* line 633, ../sass/clean.scss */
#clean #main .blog_archive h2 {
  font-weight: 400;
  color: #000;
  margin: 0;
}
/* line 639, ../sass/clean.scss */
#clean #main .blog_archive h3 {
  font-weight: 400;
  color: #777;
  font-size: 16px;
  margin: 0 0px 5px 0;
}
/* line 646, ../sass/clean.scss */
#clean #main .blog_archive ul {
  list-style: none;
  margin: 0 0px 6px 0;
  padding: 0;
}
/* line 651, ../sass/clean.scss */
#clean #main .blog_archive ul ul.month {
  margin-bottom: 60px;
}
/* line 655, ../sass/clean.scss */
#clean #main .blog_archive ul ul.month ul.days {
  margin-bottom: 30px;
}
/* line 662, ../sass/clean.scss */
#clean #main .blog_archive .year {
  display: block;
  margin: 0px 0 20px 0;
}
/* line 674, ../sass/clean.scss */
#clean .dark #main article {
  background-image: url("../../images/ui/article_divider_dark.png") repeat-x;
}
/* line 680, ../sass/clean.scss */
#clean .dark #main article header .headline a {
  color: #fff;
}
/* line 683, ../sass/clean.scss */
#clean .dark #main article header span {
  color: #fff;
}
/* line 693, ../sass/clean.scss */
#clean #sidebar {
  margin: 0px 0 0 0;
}
/* line 697, ../sass/clean.scss */
#clean #sidebar .columns {
  margin-bottom: 35px;
}
/* line 701, ../sass/clean.scss */
#clean #sidebar .form input {
  max-width: 100%;
  width: 100%;
}
/* line 705, ../sass/clean.scss */
#clean #sidebar .form .submitBtnArea input {
  width: auto;
  max-width: none;
}
/* line 710, ../sass/clean.scss */
#clean #sidebar p {
  max-width: 260px;
}
/* line 713, ../sass/clean.scss */
#clean #sidebar p.last-child {
  margin-bottom: 0;
}
/* line 718, ../sass/clean.scss */
#clean #sidebar h1, #clean #sidebar h2, #clean #sidebar h3, #clean #sidebar h4 {
  margin-bottom: 0;
}
/* line 726, ../sass/clean.scss */
#clean .dark #sidebar .sidebar_blog_synced ul li {
  border-color: #aaa;
}
/* line 730, ../sass/clean.scss */
#clean .dark #sidebar .sidebar_blog_synced ul li a {
  color: #fff;
}
/* line 735, ../sass/clean.scss */
#clean .snippet_area_left .sf_add_snippet {
  top: 5px;
}
/* line 739, ../sass/clean.scss */
#clean #footer {
  margin: 50px 15px 10px 15px;
  border-top: 5px solid #000;
  padding-top: 15px;
  border-bottom: 1px dotted #000;
  padding-bottom: 30px;
}
/* line 753, ../sass/clean.scss */
#clean #footer .heading {
  font-size: 13px;
  font-weight: bold;
}
/* line 760, ../sass/clean.scss */
#clean #footer nav ul {
  list-style: none;
}
/* line 763, ../sass/clean.scss */
#clean #footer nav ul li {
  float: left;
  margin: 0 30px 0 0;
  font-size: 12px;
}
/* line 768, ../sass/clean.scss */
#clean #footer nav ul li a {
  color: #333;
}
/* line 780, ../sass/clean.scss */
#clean #footer .socallinks ul {
  list-style: none;
  margin-top: -3px;
}
/* line 784, ../sass/clean.scss */
#clean #footer .socallinks ul li {
  float: left;
  margin: 0 5px 0 0;
}
/* line 794, ../sass/clean.scss */
#clean .dark #footer {
  border-color: #626262;
}
/* line 797, ../sass/clean.scss */
#clean .dark #footer .heading {
  color: #fff;
}
/* line 801, ../sass/clean.scss */
#clean .dark #footer nav ul li a {
  color: #fff;
}
/* line 807, ../sass/clean.scss */
#clean #copyright {
  margin-bottom: 30px;
}
/* line 811, ../sass/clean.scss */
#clean #copyright .columns {
  padding: 0;
}
/* line 815, ../sass/clean.scss */
#clean #copyright span {
  display: block;
  font-size: 11px;
  line-height: 1.5em;
}
/* line 821, ../sass/clean.scss */
#clean #copyright a {
  color: #333;
  font-weight: bold;
}
/* line 826, ../sass/clean.scss */
#clean #copyright #powered_by {
  margin-top: -2px;
  margin-bottom: 5px;
}
/* line 834, ../sass/clean.scss */
#clean .dark #copyright {
  color: #fff;
}
/* line 837, ../sass/clean.scss */
#clean .dark #copyright a {
  color: #fff;
}
