@import url("https://fonts.googleapis.com/css?family=Bree+Serif");
body {
  background: #fff;
  font-family: 'Catamaran', sans-serif; }

.navbar-header .brandname {
  color: #111;
  font-size: 1.5em; }

#nav-signup-btn {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  padding: 4px 10px;
  border-radius: 4px; }
  #nav-signup-btn:hover {
    background: #c9302c;
    border-color: #ac2925; }

.list-navigation li {
  font-size: 18px;
  line-height: 26px; }
  .list-navigation li a {
    border-left: 3px solid #fff;
    padding-left: 10px; }
    .list-navigation li a.active {
      color: #999;
      border-left: 3px solid #999; }

.article {
  font-size: 1.2em; }
  .article .intro {
    font-size: 1.6em;
    margin-bottom: 15px; }
  .article .sub {
    font-size: 1.25em;
    margin: 20px 0 15px; }

small {
  color: #999;
  font-size: 80%; }

.larger {
  font-size: 16px; }

.wizard .title {
  font-size: 1.7em;
  margin-bottom: 1em;
  font-family: 'Lato';
  color: #000;
  font-weight: bold; }
  .wizard .title small {
    font-weight: normal; }
.wizard .explain {
  margin-bottom: 0.7em;
  font-size: 1.3em;
  color: #666; }
.wizard .label {
  display: inline-block;
  padding: 6px;
  font-size: 14px;
  margin: 2px 0;
  padding: 4px 7px 3px; }
.wizard .edit-panel {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 35px 15px 15px;
  height: 350px;
  overflow-y: auto; }

.btn.btn-primary small {
  color: #96ffff; }

table tr.on {
  background: #ac2925;
  color: #fff; }
  table tr.on small {
    color: #ffbdbc; }

.attention {
  font-size: 1.4em;
  color: #FF6759;
  background: #f5f5f5;
  box-shadow: 0 0 0 1px #ccc;
  border-radius: 3px;
  text-align: center;
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
  padding: 20px 15px;
  margin: 15px 0; }

.tip {
  font-size: 2em;
  color: #333;
  background: #fff4f6;
  box-shadow: 0 0 0 1px #ccc;
  border-radius: 3px;
  text-align: center;
  font-family: 'Indie Flower', cursive;
  padding: 20px 15px;
  margin: 15px 0;
  position: relative; }
  .tip img {
    position: absolute;
    top: 5px;
    right: 5px; }

.toggle-btn {
  cursor: pointer; }
  .toggle-btn:not(.active) {
    background: #999; }

.toggle-image {
  cursor: pointer; }
  .toggle-image:not(.active) {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .2s ease; }
    .toggle-image:not(.active) img {
      opacity: .5; }

[selection] {
  border-radius: 3px;
  padding: 10px;
  cursor: pointer;
  box-shadow: 0 0 0 1px #eee;
  transition: all 0.3s ease;
  opacity: .5; }
  [selection].active, [selection]:hover {
    background: #eee;
    box-shadow: 0 0 0 1px #009393;
    opacity: 1; }

.template-item {
  width: 190px;
  height: 100px;
  float: left;
  margin: 0 15px 15px 0;
  text-align: center;
  box-shadow: 0 0 1px #ccc;
  border-radius: 3px;
  position: relative;
  overflow: hidden; }
  .template-item img {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 102%; }
  .template-item .template-item-elements {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 10px 0; }
    .template-item .template-item-elements .template-item-name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #ccc;
      margin-bottom: 10px; }
  .template-item:hover .template-item-elements {
    display: block; }

.tab-content {
  padding: 15px;
  background: #fff; }

.subtitle {
  font-size: 2em;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-transform: capitalize; }

.dashboard-list {
  list-style: none; }
  .dashboard-list li {
    margin-bottom: 8px; }

a.notset {
  color: #999; }

.breadcrumbs {
  background: #f9f9f9;
  padding: 5px 8px;
  border: 1px solid #ddd;
  color: #bbb;
  margin-bottom: 20px;
  font-size: 1.1em; }
  .breadcrumbs .future {
    color: #bbb; }
  .breadcrumbs .current {
    color: #333; }

.btn-primary[disabled] {
  background-color: #8fd6d6;
  border-color: #5fb5b5; }

.badger {
  display: inline;
  padding: .02em .6em;
  font-weight: normal;
  line-height: .8;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .3em;
  font-size: .8em; }
  .badger.badger-primary {
    color: #fff;
    background: #12ADAC; }
  .badger.badger-default {
    color: #fff;
    background: #999; }
  .badger.badger-success {
    color: #fff;
    background: #5dd39a; }
  .badger.badger-danger {
    color: #fff;
    background: #fca4a4; }
  .badger.badger-warning {
    color: #fff;
    background: #ffc493; }
  .badger.badger-info {
    color: #fff;
    background: #7ac4db; }

.form-field {
  margin-bottom: 20px; }

.finderResults {
  margin-top: 7px;
  opacity: 0; }
  .finderResults.active {
    opacity: 1; }
  .finderResults code {
    cursor: pointer;
    margin-right: 10px; }

#validation code {
  margin: 0 6px; }

.note {
  color: #999;
  font-size: 13px;
  padding: 8px 0; }

.header {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #999; }
  .header .brand {
    font-size: 24px;
    text-shadow: 1px 1px #fffef9; }
  .header a {
    color: #333;
    text-shadow: 1px 1px #fffef9;
    text-align: center;
    display: inline-block;
    padding: 5px 12px;
    font-size: 15px; }

#recurrence-panel {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1.1em;
  margin: 15px 0;
  position: relative;
  padding: 15px; }
  #recurrence-panel .radio {
    height: 40px; }
  #recurrence-panel .cover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9; }
  #recurrence-panel[state='on'] .cover {
    display: block; }

.sender-panel {
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px; }

.home .s1 {
  background: #333333;
  padding: 30px 0 50px; }
  .home .s1 h1, .home .s1 h2 {
    color: #fff;
    text-shadow: 1px 1px #000; }
  .home .s1 h1 {
    font-size: 36px;
    margin-top: 30px; }
  .home .s1 h2 {
    font-size: 22px; }
.home .s2 {
  padding: 120px 0 20px;
  text-align: center; }
  .home .s2 img {
    margin-bottom: -15px; }
  .home .s2 h3, .home .s2 p {
    text-shadow: 1px 1px #fffef9; }
  .home .s2 h3 {
    font-size: 30px;
    margin-top: 30px; }
  .home .s2 p {
    font-size: 17px;
    line-height: 22px; }
  .home .s2 ul {
    margin: 30px 0 60px;
    font-size: 15px;
    color: #666;
    text-shadow: 1px 1px #fffef9;
    text-align: left; }
.home .s3 {
  background: #ddd;
  padding: 60px 0;
  text-align: center; }
  .home .s3 h2, .home .s3 h3, .home .s3 p {
    text-shadow: 1px 1px #fff; }
  .home .s3 h3 {
    font-size: 24px; }
  .home .s3 p {
    font-size: 17px;
    line-height: 22px; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome and Opera */ }

.navbar-main {
  background: #eee;
  margin-bottom: 0; }
  .navbar-main .navbar-nav > li > a {
    color: #111; }

.navbar-sub {
  background: #eee;
  margin-bottom: 0; }
  .navbar-sub .navbar-nav > li > a {
    color: #111; }

#loader {
  position: fixed;
  left: 50%;
  margin-left: -15px;
  top: 70px;
  font-size: 30px;
  color: #4ca0a3;
  z-index: 9; }

.list-view, .grid-view {
  padding-top: 0; }

.text-gray {
  color: #999; }

.btn-shadow {
  text-shadow: 1px 1px #fff;
  color: #999; }

.box {
  padding: 40px 15px;
  background: #fff;
  margin: 7px 0;
  border-radius: 4px; }
  .box .box-internal > div {
    margin: 15px 0;
    padding: 15px;
    background: #f5f5f5; }
  .box .box-internal .title {
    color: #999;
    text-shadow: 1px 1px #fff;
    margin-bottom: 12px; }
  .box .box-head {
    background: #f5f5f5;
    color: #999;
    text-shadow: 1px 1px 1px #fff;
    padding: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .box .box-head .title {
      line-height: 34px;
      font-size: 15px; }
  .box .box-foot {
    margin: 0 -20px -20px -20px;
    background: #f5f5f5;
    padding: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

.pointer {
  cursor: pointer; }

.scroll {
  max-height: 170px;
  overflow-y: auto; }

.widget .scroll {
  color: #eee;
  height: 170px; }

.stats [beep] {
  font-size: 10px;
  display: none;
  color: #fff; }
.stats time {
  font-size: 10px;
  color: #999;
  width: 65px;
  display: inline-block; }

.top-6 {
  margin-top: 6px; }

.top-12 {
  margin-top: 12px; }

.top-15 {
  margin-top: 15px; }

.top-20 {
  margin-top: 20px; }

.btn-default {
  background: #eee; }
  .btn-default.btn-connector.active[connector="OR"] {
    background: #6fede2; }

.input-addon-toggle[state="off"] {
  color: #bbb; }

.field-panel {
  margin: 4px 0;
  padding: 5px 5px 1px;
  background: #f8f8f8; }

.btn[state="Visible"], .btn[state="Countable"], .btn[state="on"] {
  background: #9ad1d3; }

.btn-toggle[state="on"] {
  background: #00ACAC;
  color: #fff; }

.btn-toggle[state="off"] {
  background: #eee;
  color: #333;
  border-color: #ccc; }

.form-transparent {
  position: relative; }
  .form-transparent input {
    border: none;
    background: none;
    border-bottom: 1px dashed transparent;
    box-shadow: none;
    text-indent: 5px; }
    .form-transparent input:hover, .form-transparent input:focus, .form-transparent input.active {
      outline: none;
      box-shadow: none;
      border-bottom: 1px dashed #ccc; }
  .form-transparent .feedback {
    position: absolute;
    top: 15px;
    left: 0;
    color: #999; }

.grid-view small {
  color: #999; }
.grid-view .internalGrid > div {
  padding: 10px;
  margin: 10px;
  background: #f4f4f4;
  border-radius: 3px; }

#query .select2-search-choice {
  background: #eee; }
#query [criteria] [condition-item] {
  padding-bottom: 5px;
  display: inline-block; }

.condition-panel {
  padding: 10px;
  background: #f4f4f4;
  border-radius: 3px;
  position: relative;
  margin-top: 10px; }

kbd {
  cursor: pointer;
  padding: 4px 10px 1px;
  color: #fff;
  background: #999;
  font-family: 'Catamaran', sans-serif;
  font-size: 13px;
  margin-bottom: 4px;
  display: inline-block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }
  kbd.field[state="on"], kbd.field[all="on"] {
    background: #444 !important; }
  kbd.field[pk="on"] {
    background: #253054 !important; }
  kbd.all[state="on"] {
    background: #046e64; }
  kbd.all[state="off"] {
    background: #95b2af; }
  kbd.schema {
    background: #D9534F; }
  kbd.schema.external {
    background: #333333; }
  kbd.manual {
    background: #d88b50; }
  kbd.manual.external {
    background: #333333; }

.option {
  display: inline-block;
  width: 130px;
  cursor: pointer; }

.instruction {
  color: #999;
  font-size: 14px;
  padding: 8px 0;
  margin-bottom: 10px; }
  .instruction sup {
    color: #fff;
    background: #666;
    padding: 0 5px;
    border-radius: 4px;
    margin-right: 8px; }

.input-group-addon small {
  margin-right: 5px;
  background: #ccc;
  color: #222;
  border-radius: 4px;
  padding: 0 5px; }

.category {
  color: #999;
  text-shadow: 1px 1px 1px #fff;
  padding: 0;
  margin: 0;
  line-height: 30px;
  font-size: 13px; }

.comment {
  color: #999;
  text-shadow: 1px 1px 1px #fff;
  padding: 0;
  margin: 0;
  line-height: 30px;
  font-size: 12px; }
  .comment span {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px; }

.summary {
  text-align: left;
  margin: 0 0 15px;
  font-weight: bold; }

#results {
  padding: 0; }
  #results > div {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding: 15px;
    overflow: auto;
    max-height: 470px;
    width: 100%; }
  #results .query-table {
    max-height: 330px;
    overflow-y: auto; }

.btn-dark {
  color: #fff;
  background-color: #555;
  border-color: #444; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #040404; }
  .btn-dark:hover {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #252525; }
  .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #252525; }
    .btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus, .open > .btn-dark.dropdown-toggle:hover, .open > .btn-dark.dropdown-toggle:focus, .open > .btn-dark.dropdown-toggle.focus {
      color: #fff;
      background-color: #2a2a2a;
      border-color: #040404; }
  .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
    background-image: none; }
  .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark.focus {
    background-color: #555;
    border-color: #444; }
  .btn-dark .badge {
    color: #555;
    background-color: #fff; }

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .btn-transparent:focus, .btn-transparent.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #bfbfbf; }
  .btn-transparent:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0; }
  .btn-transparent:active, .btn-transparent.active, .open > .btn-transparent.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0; }
    .btn-transparent:active:hover, .btn-transparent:active:focus, .btn-transparent:active.focus, .btn-transparent.active:hover, .btn-transparent.active:focus, .btn-transparent.active.focus, .open > .btn-transparent.dropdown-toggle:hover, .open > .btn-transparent.dropdown-toggle:focus, .open > .btn-transparent.dropdown-toggle.focus {
      color: #fff;
      background-color: rgba(0, 0, 0, 0);
      border-color: #bfbfbf; }
  .btn-transparent:active, .btn-transparent.active, .open > .btn-transparent.dropdown-toggle {
    background-image: none; }
  .btn-transparent.disabled:hover, .btn-transparent.disabled:focus, .btn-transparent.disabled.focus, .btn-transparent[disabled]:hover, .btn-transparent[disabled]:focus, .btn-transparent[disabled].focus, fieldset[disabled] .btn-transparent:hover, fieldset[disabled] .btn-transparent:focus, fieldset[disabled] .btn-transparent.focus {
    background-color: transparent;
    border-color: #fff; }
  .btn-transparent .badge {
    color: transparent;
    background-color: #fff; }

.btn-white {
  color: #999;
  background-color: #fff;
  border-color: #eee; }
  .btn-white:focus, .btn-white.focus {
    color: #999;
    background-color: #e6e6e6;
    border-color: #aeaeae; }
  .btn-white:hover {
    color: #999;
    background-color: #e6e6e6;
    border-color: #cfcfcf; }
  .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
    color: #999;
    background-color: #e6e6e6;
    border-color: #cfcfcf; }
    .btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus, .open > .btn-white.dropdown-toggle:hover, .open > .btn-white.dropdown-toggle:focus, .open > .btn-white.dropdown-toggle.focus {
      color: #999;
      background-color: #d4d4d4;
      border-color: #aeaeae; }
  .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
    background-image: none; }
  .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus {
    background-color: #fff;
    border-color: #eee; }
  .btn-white .badge {
    color: #fff;
    background-color: #999; }

#editor-page {
  position: relative;
  z-index: 5; }
  #editor-page .loader {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center; }
  #editor-page img {
    margin: 30px auto; }

#toolbox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); }
  #toolbox .toolbox-internal {
    position: relative;
    margin: 150px 250px;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 3px #000; }
    #toolbox .toolbox-internal [tool] {
      text-align: left;
      z-index: 9;
      display: none; }

#editor {
  font: 12px/normal 'Courier New', Courier, monospace !important;
  height: 400px; }

#image-bank {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px; }
  #image-bank .frame {
    height: 38px;
    background: #eee;
    white-space: nowrap;
    text-align: center;
    margin: 3px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    #image-bank .frame .helper {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    #image-bank .frame img {
      vertical-align: middle;
      height: 38px;
      padding: 3px; }

.widget {
  position: relative;
  border-radius: 4px;
  padding: 20px 15px 15px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2em; }
  .widget .widget-title span {
    font-size: 3em;
    line-height: 1em; }
  .widget .widget-icon {
    height: 56px;
    width: 56px;
    text-align: center;
    margin-left: 15px;
    color: #fff;
    position: absolute;
    opacity: .2;
    filter: alpha(opacity=20);
    font-size: 40px;
    top: 20px;
    right: 20px; }

.img-hover img {
  opacity: .5;
  transition: opacity 0.3s ease; }
.img-hover:hover img {
  opacity: 1; }

/* radio & checkbox */
.touch label.btn span {
  font-size: 16px; }
.touch label input[type="radio"] ~ i.fa.fa-circle-o {
  color: #c8c8c8;
  display: inline; }
.touch label input[type="radio"] ~ i.fa.fa-dot-circle-o {
  display: none; }
.touch label input[type="radio"]:checked ~ i.fa.fa-circle-o {
  display: none; }
.touch label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
  color: #00ACAC;
  display: inline; }
.touch label:hover input[type="radio"] ~ i.fa {
  color: #006060; }
.touch label input[type="checkbox"] ~ i.fa.fa-square-o {
  color: #c8c8c8;
  display: inline; }
.touch label input[type="checkbox"] ~ i.fa.fa-check-square-o {
  display: none; }
.touch label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
  display: none; }
.touch label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
  color: #00ACAC;
  display: inline; }
.touch label:hover input[type="checkbox"] ~ i.fa {
  color: #006060; }
.touch div[data-toggle="buttons"] label.active {
  color: #00ACAC; }
.touch div[data-toggle="buttons"] label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid #c8c8c8;
  border-radius: 3px;
  color: #c8c8c8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
.touch div[data-toggle="buttons"] label:hover {
  color: #006060; }
.touch div[data-toggle="buttons"] label:active, .touch div[data-toggle="buttons"] label.active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.datepicker {
  font-family: 'Catamaran', sans-serif !important; }

.btn-special {
  font-weight: bold;
  font-size: 150%;
  color: #111;
  border: 3px solid #111;
  background-color: #d9534f;
  outline: none;
  transition: background 0.5s ease; }
  .btn-special:hover, .btn-special:focus, .btn-special.focus {
    color: #000;
    background-color: #c93c3a;
    outline: none; }
  .btn-special:active, .btn-special.active, .open > .btn-special.dropdown-toggle {
    color: #000;
    border: 3px solid #000;
    background-color: #c93c3a;
    outline: none; }
  .btn-special:active, .btn-special.active, .open > .btn-special.dropdown-toggle {
    background-image: none; }

.feature {
  width: 200px;
  display: inline-block;
  padding: 15px;
  margin: 8px;
  font-size: 15px; }
  .feature a {
    color: #999; }

.learn-item {
  color: #333; }

#pricing .content {
  margin-top: -20px;
  padding: 20px 30px; }
  #pricing .content .popular {
    font-size: 14px;
    border-radius: 6px;
    display: inline-block;
    padding: 3px 8px 2px;
    background: #419ea8;
    color: #fff; }
  #pricing .content .title {
    font-size: 2em; }
  #pricing .content .pre {
    font-size: 1.3em;
    color: #999;
    padding: 15px 0; }
  #pricing .content .price {
    font-size: 50px;
    line-height: 35px;
    margin-top: 10px;
    font-weight: bold; }
    #pricing .content .price .currency {
      vertical-align: super;
      font-size: 16px;
      font-weight: normal; }
    #pricing .content .price .permonth {
      font-size: 17px;
      font-weight: normal; }
  #pricing .content .base {
    margin: 8px 0;
    font-size: 18px; }
  #pricing .content .additional {
    margin: 5px 0;
    font-size: 18px; }
  #pricing .content .extra {
    margin: 8px 0;
    font-size: 16px; }
  #pricing .content .send {
    margin: 8px 0;
    font-size: 18px; }
    #pricing .content .send .emails {
      font-size: 22px;
      font-weight: bold; }
  #pricing .content .including {
    margin-top: 35px;
    font-size: 1.3em;
    color: #666; }
  #pricing .content .list {
    font-size: 1.3em;
    color: #999;
    padding: 15px; }
#pricing [pack] {
  width: 200px;
  display: inline-block;
  margin: 0 15px 15px 0;
  text-align: center;
  box-shadow: 0 0 1px #aaa;
  border-radius: 3px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.2s ease; }
  #pricing [pack]:hover {
    background: #f5f5f5; }
  #pricing [pack].selected {
    background: #e8f9fc; }
  #pricing [pack] .price {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 15px; }
    #pricing [pack] .price .currency {
      vertical-align: super;
      font-size: 16px;
      font-weight: normal; }
  #pricing [pack] .low {
    font-size: 13px;
    color: #999; }
  #pricing [pack] .quantity {
    font-size: 18px; }
  #pricing [pack] .peremail {
    font-size: 14px; }
  #pricing [pack] .description {
    font-size: 14px;
    color: #999;
    margin-bottom: 8px; }

.select-plan, .select-pack, .select-cycle {
  padding: 15px;
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  transition: all 0.2s ease;
  box-shadow: 0 0 1px #aaa;
  color: #777; }
  .select-plan .t1, .select-pack .t1, .select-cycle .t1 {
    font-size: 20px;
    margin-top: 15px; }
  .select-plan .t2, .select-pack .t2, .select-cycle .t2 {
    font-size: 16px;
    color: #999; }
  .select-plan .arrow, .select-pack .arrow, .select-cycle .arrow {
    margin-top: 10px;
    font-size: 16px;
    color: #999;
    opacity: 0; }
  .select-plan:hover, .select-pack:hover, .select-cycle:hover {
    background: #f5f5f5; }
    .select-plan:hover .arrow, .select-pack:hover .arrow, .select-cycle:hover .arrow {
      opacity: 1; }
  .select-plan.selected, .select-pack.selected, .select-cycle.selected {
    background: #e8f9fc;
    box-shadow: 0 0 1px #aaa;
    color: #111; }
    .select-plan.selected .arrow, .select-pack.selected .arrow, .select-cycle.selected .arrow {
      opacity: 1; }

.select-plan {
  width: 220px; }

.select-pack {
  width: 180px; }

.select-cycle {
  width: 220px; }

.invoice {
  padding: 20px;
  background: #f5f5f5;
  box-shadow: 0 0 1px #aaa;
  font-size: 1.3em; }

.sixteen-nine {
  position: relative;
  margin-bottom: 20px; }

.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%; }

.sixteen-nine > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.placeholder {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  background: #dbf5ff;
  color: #0075a0;
  display: inline-block;
  padding: 2px 7px;
  font-size: 13px;
  border-radius: 5px;
  font-style: normal; }

.placeholder-input {
  display: inline;
  width: 100px;
  border: none;
  border-bottom: 1px solid #ccc;
  text-align: center; }
  .placeholder-input:focus {
    outline: none; }

.placeholder-value {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  background: #ffdbdb;
  color: #d10a0a;
  display: inline-block;
  padding: 2px 7px;
  font-size: 13px;
  border-radius: 5px; }

.operator {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  background: #eee;
  color: #333;
  display: inline-block;
  padding: 2px 7px;
  font-size: 13px;
  border-radius: 5px; }

.quote {
  font-family: 'Caveat', cursive;
  font-size: 1.5em;
  padding-left: 20px; }

.filter {
  color: #ccc; }
  .filter .active {
    color: #777; }

.press img {
  box-shadow: 0 0 1px 1px #ccc; }

/* copycat */
.copycat-div {
  position: relative; }
  .copycat-div .copycat-input {
    opacity: 0;
    position: absolute;
    bottom: 0; }
  .copycat-div .copycat-feedback {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    padding: 15px;
    background: #fff;
    border-radius: 5px; }
    .copycat-div .copycat-feedback.success {
      background: #dbf5ff; }
    .copycat-div .copycat-feedback.error {
      background: #faffc6; }

.blinker {
  animation: blinkme 1.3s linear infinite; }

@keyframes blinkme {
  50% {
    opacity: 0; } }

/*# sourceMappingURL=style.css.map */
