

.effeckt {
  padding: 2rem;
  background: white;
  margin: 0 0 1rem 0; }
  @media (max-width: 500px) {
    .effeckt {
      padding: 1.5rem; } }
  .effeckt header {
    margin: 0 0 1rem 0;
    border-bottom: 2px solid #eee;
    position: relative; }
    .effeckt header .source {
      position: absolute;
      right: 0;
      bottom: 2px; }
      @media (max-width: 500px) {
        .effeckt header .source {
          position: relative;
          display: block;
          margin: 0.2rem 0; } }
    .effeckt header:nth-of-type(n+2) {
      margin-top: 2rem; }

.button-group {
  line-height: 2; }

.mobile-break {
  display: none; }
  @media (max-width: 500px) {
    .mobile-break {
      display: block; } }

@-webkit-keyframes logo-from-horz {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes logo-from-horz {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes logo-from-vert {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes logo-from-vert {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.contributors {
  background: #222;
  color: #eee; }
  .contributors header {
    border-bottom-color: #666; }
  .contributors ol {
    margin-left: 35px; }
  .contributors hr {
    margin: 15px 0; }

.fluid-video {
  height: 0;
  padding-top: 62.5%;
  position: relative; }
  .fluid-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.button-demo-wrap {
  width: 35%;
  float: left; }
  .button-demo-wrap:nth-child(2n) {
    clear: both; }
  @media (max-width: 500px) {
    .button-demo-wrap {
      width: 100%;
      float: none; } }

.effeckt-list-wrap {
  width: 50%;
  float: left;
  margin: 0 0 2rem 0; }
  .effeckt-list-wrap:nth-child(even) {
    clear: both;
    padding-right: 20px; }

.effeckt-demo-list-scroll > ul {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%; }
  .effeckt-demo-list-scroll > ul:nth-of-type(3n) {
    margin-right: 0; }
  @media (max-width: 500px) {
    .effeckt-demo-list-scroll > ul {
      width: 100%;
      float: none;
      height: 250px;
      margin: 0 0 1rem 0; } }

.effeckt-toggle-demo {
  min-height: 220px; }

[data-toggle-trigger] {
  margin-bottom: 20px; }

.effeckt-modal {
  background: white; }
  .effeckt-modal h3 {
    padding: 1rem;
    color: white;
    background: #444; }

.effeckt-modal-content {
  padding: 1rem; }

.effeckt-modal-overlay {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5); }

.effeckt-positional-modal-wrap .effeckt-modal {
  padding: 10px;
  background: #ccc; }
.effeckt-positional-modal-wrap .effeckt-modal-content {
  background: white; }

.effeckt-button {
  background: #444;
  color: white;
  border: 0;
  padding: 0.8rem 1rem;
  font-family: inherit;
  font-size: 1.3em;
  margin: 0 0.25rem 0.6rem 0;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.effeckt-button[data-effeckt-type="3d-rotate-success"]:after {
  background: #7aca7c;
  color: #358337; }

.effeckt-button[data-effeckt-type="3d-rotate-error"]:before {
  background: #e96a6a;
  color: #a33a3a; }

.effeckt-button[data-loading] {
  cursor: default; }

.effeckt-page-transition {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  background: #555; }

.effeckt-page-transition-content {
  position: relative;
  top: 50%;
  left: 50%;
  width: 200px;
  margin: -100px 0 0 -100px;
  color: white; }

.effeckt-off-screen-nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  background: #333;
  visibility: hidden;
  width: 12rem; }
  .effeckt-off-screen-nav ul {
    list-style: none; }
  .effeckt-off-screen-nav li:first-child a {
    border-top: 0; }
  .effeckt-off-screen-nav li:last-child a {
    border-bottom: 0; }
  .effeckt-off-screen-nav li a {
    display: block;
    padding: 0.3rem 1rem;
    color: white;
    border-bottom: 1px solid #444; }
    .effeckt-off-screen-nav li a:hover, .effeckt-off-screen-nav li a:focus {
      background: #444; }
    .effeckt-off-screen-nav li a:active {
      background: #222; }
  .effeckt-off-screen-nav header {
    position: relative; }
  .effeckt-off-screen-nav h4 {
    color: white;
    background: #333;
    border-bottom: 1px solid #eee;
    padding: 1rem 0.5rem 0.2rem 0;
    margin: 0 1rem 1rem;
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 0.1rem;
    position: relative; }

.effeckt-off-screen-nav-close {
  position: absolute;
  right: 1rem;
  top: 0.65rem;
  font-size: 100%;
  z-index: 300; }
  .effeckt-off-screen-nav-close:hover, .effeckt-off-screen-nav-close:focus {
    color: red; }

.effeckt-off-screen-nav-rotate.effeckt-off-screen-nav-show ~ .page-wrap .off-screen-nav-cover {
  background: linear-gradient(left, rgba(238, 238, 238, 0), rgba(238, 238, 238, 0.9)); }

.effeckt-off-screen-nav-top-card-deck, .effeckt-off-screen-nav-bottom-card-deck {
  cursor: pointer;
  background: transparent; }
  .effeckt-off-screen-nav-top-card-deck h4, .effeckt-off-screen-nav-bottom-card-deck h4 {
    margin: 0;
    padding: 1rem;
    border-bottom: 0; }
  .effeckt-off-screen-nav-top-card-deck li, .effeckt-off-screen-nav-bottom-card-deck li {
    background-color: #333;
    border-bottom: 1px solid #eee; }
  .effeckt-off-screen-nav-top-card-deck a, .effeckt-off-screen-nav-bottom-card-deck a {
    height: 100%; }
  .effeckt-off-screen-nav-top-card-deck .effeckt-off-screen-nav-close, .effeckt-off-screen-nav-bottom-card-deck .effeckt-off-screen-nav-close {
    right: 1rem; }

.effeckt-off-screen-nav-bottom-card-deck li {
  border-top: 1px solid #eee;
  border-bottom: none; }

.effeckt-off-screen-nav-left-bounce, .effeckt-off-screen-nav-left-bounce-out, .effeckt-off-screen-nav-right-bounce, .effeckt-off-screen-nav-right-bounce-out {
  box-sizing: content-box; }

.effeckt-caption {
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 0 4% 1rem 0; }
  .effeckt-caption:nth-child(2n) {
    margin-right: 0; }
  .effeckt-caption img {
    width: 100%;
    display: block;
  }
  .effeckt-caption figcaption {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 1rem; }
    .effeckt-caption figcaption h3 {
      }
    .effeckt-caption figcaption p {
      margin: 0; }

.effeckt-list {
  list-style: none; }
  .effeckt-list li {
    background: #e6e6e6;
    padding: 0 0.5rem;
    overflow: hidden;
    margin-bottom: 2px;
    line-height: 2; }
    .effeckt-list li.new-item {
      background: #ccc; }

.effeckt-list-scroll {
  width: 230px;
  height: 480px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  list-style: none; }
  .effeckt-list-scroll > li {
    padding: 0.5rem;
    background: #eee;
    color: #252525;
     }
    .effeckt-list-scroll > li:nth-child(odd) {
      background: #e6e6e6; }

.contributors-list {
  list-style: none;
  overflow: hidden; }
  .contributors-list li {
    float: left;
    margin: 0 10px 10px 0; }
  .contributors-list img {
    width: 40px;
    height: 40px; }

[data-effeckt-page="page-1"] {
  background-color: #EEEEEE; }

[data-effeckt-page="page-2"] {
  color: #203513;
  background-color: #99CF78; }

[data-effeckt-page="page-3"] {
  color: #282828;
  background-color: #FECD3D; }

[data-effeckt-page="page-4"] {
  color: #FFFEFE;
  background-color: #CD4F5B; }

[data-effeckt-page="page-5"] {
  color: #194772;
  background-color: #62A1DC; }

ul.effeckt-tabs {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.effeckt-tabs li {
    float: left;
    margin-right: 2px; }
    ul.effeckt-tabs li a {
      display: block;
      padding: 10px 15px;
      color: #383838;
      background-color: #EEEEEE; }
      ul.effeckt-tabs li a.active, ul.effeckt-tabs li a:hover {
        background-color: #E8E8E8; }

.effeckt-tabs-container {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #DDD; }
  .effeckt-tabs-container .effeckt-tab-content {
    top: 10px; }

.effeckt-lazy-loading-options {
  margin: 0 0 15px; }
  .effeckt-lazy-loading-options label {
    margin: 0 5px; }

.effeckt-lazy-loading {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0; }
  .effeckt-lazy-loading li {
    display: block;
    list-style-type: none;
    padding: 0 5px 5px 0; }
  .effeckt-lazy-loading a {
    display: inline-block;
    background: #DDD;
    border: 1px solid #ccc;
    width: 100%;
    height: 250px; }
  .effeckt-lazy-loading li:nth-child(1) a, .effeckt-lazy-loading li:nth-child(12n+12) a {
    height: 500px; }
  .effeckt-lazy-loading li:nth-child(3n+3) a {
    height: 350px; }
  .effeckt-lazy-loading li:nth-child(5n+5) a {
    height: 200px; }
