@charset "UTF-8";
@import "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css";
@import "https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap";
@import "/dicefont/fonts.css";
@-webkit-keyframes "float" {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px) rotateY(2deg);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px) rotateY(1deg);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px) rotateY(2deg);
  }
}
@keyframes "float" {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px) rotateY(2deg);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px) rotateY(1deg);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px) rotateY(2deg);
  }
}
/* li.comment li.comment{
  border-left: 2px solid #efefef;
} */
/* Firefox */
.d20 {
  font-family: "dpoly_twenty-siderregular";
  font-size: 200%;
}

.d20.l {
  font-size: 400%;
}

.d20.xl {
  font-size: 600%;
}

.d20.xxl {
  font-size: 800%;
}

.profile-widget {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  text-align: center;
  font-size: 1.4em;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}
.profile-widget .label {
  font-size: 0.8em;
  display: block;
}
.profile-widget .label::-moz-selection {
  background-color: #F2C604;
  color: #03262F;
  text-shadow: none;
}
.profile-widget .label::selection {
  background-color: #F2C604;
  color: #03262F;
  text-shadow: none;
}
.profile-widget small.label {
  font-size: 0.6em;
  opacity: 0.8;
  font-style: italic;
}

* {
  outline: none;
}

main {
  min-height: 40vh;
}

header .container {
  margin-bottom: 65px;
}
header .navbar .container {
  margin-bottom: 0px;
}

.btn-primary {
  color: #fff;
  background-color: #03262F;
  border-color: #03262F;
}
.btn-primary:hover {
  color: #03262F;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-primary:focus {
  color: #e5e5e5;
  border-color: #03262F;
  background-color: #03262F;
  box-shadow: 0 0 0 0.2rem rgba(72, 58, 49, 0.6);
}
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #e5e5e5;
}
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #e5e5e5;
}

.ch-cookie-consent__btn {
  color: #fff;
  background-color: #03262F;
  border-color: #03262F;
  background: #e5e5e5;
  color: #03262F;
  text-align: center;
  display: inline-block;
}

.ch-cookie-consent__btn-wrapper {
  text-align: center;
}

.btn-primary.focus {
  color: #e5e5e5;
  border-color: #03262F;
  background-color: #03262F;
  box-shadow: 0 0 0 0.2rem rgba(72, 58, 49, 0.6);
}

.show > .btn-primary.dropdown-toggle {
  background-color: #e5e5e5;
}

.badge {
  font-weight: unset;
  text-shadow: none;
  padding: 0.5em 0.6em;
  line-height: 1.3em;
}

.badge-primary {
  background-color: #03262F;
}

a.badge-primary:hover {
  background: #967703;
}

.btn-link {
  font-weight: 400;
  color: #03262F;
  text-decoration: none;
}
.btn-link:hover {
  color: #705342;
}

.page-link {
  color: #03262F;
  border-color: #e5e5e5;
}
.page-link:hover {
  background: #e5e5e5;
  color: #03262F;
}

.page-item.active .page-link {
  background: #e5e5e5;
  border-color: #e5e5e5;
  color: #03262F;
}

body {
  background-color: white;
  font-family: "Merriweather", serif;
}

a {
  color: #094A59;
  transition: color ease 0.5s;
}
a:hover {
  color: #967703;
  text-decoration: none;
}

#home-banner {
  background: url("/images/structure/default_banner_background_p.jpg") fixed;
  background-position: center 0px;
  background-size: cover;
  color: white;
  position: relative;
  overflow: hidden;
}
#home-banner canvas {
  position: absolute;
  top: 0;
  z-index: 1;
}
#home-banner:after {
  content: "";
  width: 100%;
  position: absolute;
  background-image: url("/images/structure/scratches.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color: transparent;
  height: 104px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#home-banner a {
  color: #c9b9af;
}
#home-banner ul.nav {
  margin-top: 1em;
}
#home-banner .container {
  position: relative;
  z-index: 100;
}

#banner-text {
  padding-top: 50px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9);
}
#banner-text h1 small {
  font-size: 0.45em;
  line-height: normal;
  font-style: italic;
}

#home-main {
  background-image: url("/images/structure/dotted_background.jpg");
  background-repeat: no-repeat;
  background-color: white;
  background-position: center top;
  padding-bottom: 4em;
  padding-top: 2em;
}

#page-main {
  background-image: url("/images/structure/dotted_background.jpg");
  background-repeat: no-repeat;
  background-color: white;
  background-position: center top;
  padding-bottom: 4em;
  padding-top: 2em;
}
#page-main h2 {
  margin-top: 2em;
}

#account-main {
  background-image: url("/images/structure/dotted_background.jpg");
  background-repeat: no-repeat;
  background-color: white;
  background-position: center top;
  padding-bottom: 4em;
  padding-top: 2em;
}
#account-main .tab-pane {
  padding-top: 1em;
}

body.page #home-banner {
  padding-bottom: 5em;
}

body.production-details {
  overflow: hidden;
}

#speak-to-us a {
  display: block;
}
#speak-to-us a i {
  margin-right: 10px;
}
#speak-to-us h1 {
  margin-top: 1em;
  font-size: 1.2em;
  font-style: italic;
}

article h1 {
  margin-top: 1em;
  font-size: 1.5em;
  text-align: center;
}
article h2 {
  margin-top: 1em;
  font-size: 1.5em;
  text-align: center;
}

.production-category-name {
  font-size: 1em;
  font-style: italic;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 0px;
}

.production-info {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.75);
  font-style: italic;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.author-avatar {
  border-radius: 100%;
  border: 1px solid grey;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.production-author {
  font-style: italic;
  color: #03262F;
  border-top: 1px solid #03262F;
  font-size: 0.9em;
  padding: 3px 12px 0px 12px;
  display: inline-block;
}

footer {
  background: url("/images/structure/background_footer.png") center 30px no-repeat #161616;
  min-height: 20vh;
  color: white;
  font-size: 0.9em;
  padding-top: 1.5em;
  padding-bottom: 3em;
  margin-top: 1em;
}
footer .row {
  margin-top: 2em;
}
footer h2 {
  font-style: italic;
  border-bottom: 1px solid white;
}
footer a {
  color: #967703;
}
footer a:hover {
  color: #fac605;
}

#home-do-you-know {
  margin-top: -170px;
  background: #DCD7B9;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 200;
  padding: 0.25em 1em;
  background-image: url("/images/structure/background_do_you_know.jpg");
  background-position: center center;
}
#home-do-you-know h1 {
  font-style: italic;
  margin-top: 0.5em;
}

.home-cover {
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.related-cover-container-mask {
  height: 10em;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 1em;
  box-sizing: border-box;
  border-bottom: 1px solid darkgrey;
}

.first-cover-container {
  perspective: 130px;
  perspective-origin: left;
  position: relative;
}

.related-cover-container {
  perspective: 130px;
  perspective-origin: left;
  position: relative;
}

#avatar-file-input-text {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#avatar-file-input {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  opacity: 0;
  transition: ease 1s all;
  box-sizing: border-box;
  line-height: 100%;
}
#avatar-file-input .fa-camera {
  margin-top: 20%;
}

.fa-cog {
  margin-top: 20%;
}

#avatar-file-input-field {
  position: absolute;
  top: -10000px;
  left: -10000px;
  display: none;
}

.first-cover-box {
  position: relative;
  margin: 2rem auto;
  text-align: center;
  background-size: cover;
  transition: 1s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: float 10s ease-in-out infinite;
          animation: float 10s ease-in-out infinite;
  transform-style: preserve-3d;
  transform: rotateY(2deg);
  backface-visibility: hidden;
  box-shadow: -10px 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  max-width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.8);
}
.first-cover-box:hover {
  transform: rotateY(1deg);
  box-shadow: -3px 5px 5px rgba(0, 0, 0, 0.2);
}
.first-cover-box:hover #avatar-file-input {
  opacity: 0.9;
}

.account-downloads-cover-container {
  perspective: 130px;
  perspective-origin: left;
  position: relative;
}

.account-comments-cover-container {
  perspective: 130px;
  perspective-origin: left;
  position: relative;
}

.account-downloads-cover {
  max-width: 100%;
  transform-style: preserve-3d;
  transform: rotateY(7deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: -3px 2px 5px rgba(0, 0, 0, 0.2);
}

.account-comments-cover {
  max-width: 100%;
  transform-style: preserve-3d;
  transform: rotateY(7deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: -3px 2px 5px rgba(0, 0, 0, 0.2);
}

.account-comment {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 1em;
  font-size: 0.8em;
}
.account-comment blockquote {
  border-left: 3px rgba(0, 0, 0, 0.2) solid;
  font-size: 0.8em;
  padding: 0.5em 0em 0em 1em;
  font-style: italic;
}
.account-comment h3 {
  font-size: 1.3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#productions_filters {
  background: url("/images/structure/background_footer.png") center center no-repeat #161616;
  min-height: 3em;
  color: white;
  font-size: 0.9em;
  padding-top: 1.5em;
  padding-left: 1em;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#productions_filters input {
  border-color: #03262F;
  background-color: #303030;
  color: white;
}
#productions_filters select {
  border-color: #03262F;
  background-color: #303030;
  color: white;
}

.account-download {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 1em;
  font-size: 0.8em;
}
.account-download h3 {
  font-size: 1.3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.account-donation {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 1em;
  font-size: 0.8em;
}
.account-donation h3 {
  font-size: 1.3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.account-donation-amount {
  padding: 1em;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  font-size: 2em;
  text-align: center;
}

.related-cover {
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
  transform: translatey(0px) rotateY(2deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  width: 100%;
  transition: 0.8s ease-in-out;
}

.associated-column:hover .related-cover {
  transform: translatey(0px) rotateY(1deg);
}
.associated-column h3 {
  text-align: center;
  font-size: 1.3em;
  margin-top: 1em;
}

#productions_catalog h1 {
  font-style: italic;
}
#productions_catalog .production_name {
  font-style: italic;
  color: #03262F;
  font-size: 1.2em;
}

#production-shadow {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: ease all 5s;
  z-index: 2000;
  color: white;
  padding-top: 2em;
}

#production-details-container > .container {
  background: white;
  border-radius: 20px;
}

.download-file {
  background: #DCDCDC;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 0.8em;
  display: block;
}
.download-file .dl-icon {
  font-size: 2em;
  line-height: 1.8em;
}
.download-file .dl-name {
  background: url("/images/structure/background_footer.png") left center no-repeat #161616;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border-radius: 0 6px 6px 0;
}

.download-file-container {
  margin-bottom: 1em;
}

.comment-avatar {
  width: 6em;
}
.comment-avatar > i {
  background: #161616;
  color: #efefef;
  width: 1.5em;
  border-radius: 100%;
  height: 1.5em;
  line-height: 1.5em;
}
.comment-avatar h5 {
  margin-top: 0.5em;
  font-size: 0.8em;
  font-style: italic;
}

.comment-text {
  position: relative;
  font-size: 0.8em;
  border-radius: 6px;
  padding: 1em 1em 0.02em 1em;
  margin-bottom: 1em;
  background: #eeeeee;
  background: linear-gradient(90deg, #eeeeee 0%, rgba(238, 238, 238, 0.0634628852) 100%);
}
.comment-text::after {
  content: "";
  background: #eee;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  position: absolute;
  left: -7px;
  top: 15px;
}
.comment-text h4 {
  font-size: 1.3rem;
}
.comment-text h4 small {
  color: #666;
  font-size: 0.7rem;
}

.comment.orbe > .media-body > .comment-text {
  color: #967703;
  font-style: italic;
}
.comment.orbe > .comment-avatar {
  color: #967703;
}

.comment-date {
  font-size: 0.8em;
  opacity: 0.6;
}

.comment-btn-reply {
  font-size: 0.675rem;
}

.media-body > ul.list-unstyled {
  margin-left: -3rem;
}

.invitation-comment {
  margin-top: 2em;
  margin-bottom: 5em;
  font-size: 1.3em;
}

.well {
  padding: 1em;
  background: url("/images/structure/bckg_well.png") top left repeat-x rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin-bottom: 1em;
}

#category-desc-on-product-page {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 0.8em;
  font-size: 0.8em;
  background: url("/images/structure/bckg_category_desc.png") top right #eee;
}
#category-desc-on-product-page h2 {
  font-style: italic;
  font-size: 1.6em;
}
#category-desc-on-product-page .lead {
  color: #03262F;
  font-style: italic;
  border-top: 1px solid #03262F;
  border-bottom: 1px solid #03262F;
  font-size: 1.2em;
}

.associated-column-inside {
  background: rgba(100, 100, 100, 0.05);
  font-size: 0.8em;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 6px;
}

#production-sidebar h2 {
  margin-top: 1em;
  font-size: 1.2em;
  font-style: italic;
}

#future-events h1 {
  margin-top: 1em;
  font-size: 1.2em;
  font-style: italic;
}
#future-events h2 {
  background-size: cover;
  padding: 12px;
  font-size: 1.3em;
  font-weight: bold;
  color: white;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 0px;
}

#subfooter {
  background: #eee;
}
#subfooter .container {
  padding-top: 2em;
  padding-bottom: 2em;
}

.profile-avatar {
  border-radius: 100%;
  max-width: 100%;
}

.consent-resume {
  background: rgba(255, 255, 255, 0.05);
  padding: 1em;
  font-size: 0.75em;
  border-radius: 6px;
  font-style: italic;
  text-align: justify;
}
.consent-resume h2 {
  font-size: 1.5em;
  font-style: normal;
  text-align: right;
}
.consent-resume .lead {
  text-align: right;
  font-style: normal;
  border-top: 1px solid white;
  font-size: 0.9em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.account-comments {
  max-height: 50vh;
  overflow: scroll;
}
.account-comments::-webkit-scrollbar {
  display: none;
}

.click-to-edit {
  cursor: pointer;
}

.login-register-col {
  opacity: 0.8;
  transition: ease all 0.25s;
}
.login-register-col:hover {
  opacity: 1;
}

#comment-form {
  text-align: left;
}

#swal2-content textarea {
  resize: none;
}

.comment-form-author {
  border-radius: 3px;
  background: #efefef;
  padding: 1em;
  font-size: 1.5rem;
}

.comment-author-tools {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 0px 0px;
  color: #EEEEEE;
  padding: 0.5em;
}
.comment-author-tools a {
  margin-right: 1em;
}
.comment-author-tools a:last-child {
  margin-right: inherit;
}

.comment-text-for-author {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.comment-avatar.own-avatar {
  margin-top: 2em;
}

.inactive-comment > .media-body > .comment-text {
  border: 1px dashed #000;
  font-size: 0.9em;
  border-radius: 6px;
  padding: 1em 1em 0.02em 1em;
  margin-bottom: 1em;
  background: none !important;
  opacity: 0.6 !important;
}
.inactive-comment > .media-body > .comment-text::after {
  display: none;
}
.inactive-comment > .comment-avatar {
  opacity: 0.6 !important;
}

.ch-cookie-consent--dark-theme {
  background: #111;
  padding-bottom: 1em;
  color: #eee;
  font-weight: 100%;
}
.ch-cookie-consent--dark-theme h3::before {
  content: " ";
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.ch-cookie-consent--dark-theme .ch-cookie-consent__category-toggle input + label {
  background: #111;
  border-color: #333;
  color: #333;
  text-align: center;
}
.ch-cookie-consent--dark-theme .ch-cookie-consent__category-toggle input + label:hover {
  border-color: #666;
  color: #666;
  background: #111;
}
.ch-cookie-consent--dark-theme .ch-cookie-consent__category-toggle input:checked + label {
  background: #03262F;
  border-color: #03262F;
  color: white;
}

#production-description {
  mix-blend-mode: multiply;
}

#admin-bar {
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 6px;
  background: rgba(0, 0, 0, 0.5) !important;
  position: relative;
  z-index: 9999;
}
#admin-bar .dropdown-menu {
  background: #333;
}
#admin-bar .dropdown-item:focus {
  background: #555;
}
#admin-bar .dropdown-item:hover {
  background: #555;
}

.admin-dashboard .account-download h5 {
  font-size: 1.3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.admin-dashboard .card {
  background: #03262F;
  border-color: #03262F;
  color: white;
  padding: 0.5em;
}
.admin-dashboard .card h5 {
  font-size: 2em;
  font-weight: 100;
  line-height: 0.5em;
}
.admin-dashboard .card h5 small {
  font-size: 0.5em;
  font-style: italic;
  opacity: 0.5;
}
.admin-dashboard h4 {
  text-align: center;
  margin-top: 1em;
}
.admin-dashboard .account-donation h3 {
  font-size: 1.3em;
}

.admin-users .author-avatar {
  width: 24px;
  height: 24px;
}

.no-wod-wrap {
  white-space: nowrap;
}

.admin-productions .production-author {
  border: none;
  padding: 0;
}

.admin-production-form .well h4 {
  font-size: 1rem;
  margin-bottom: 1em;
}

.cke_wysiwyg_frame {
  padding: 0.5em !important;
}

.chosen-container-multi .chosen-choices {
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  padding-top: 0.5em !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
  display: block !important;
  width: 100% !important;
  background: #03262F !important;
  box-shadow: none !important;
  color: white !important;
  padding: 0.5em 0.3em 1em 0.3em !important;
  border: none !important;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #03262F !important;
  background-image: none !important;
  color: #fff !important;
}

#page-loader {
  width: 100%;
  height: 100%;
  background: url("/images/structure/loader.gif") rgba(255, 255, 255, 0.9) no-repeat center center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.btn-delete-file {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#files .col-4 {
  margin-bottom: 1em;
}
#files .col-4:last-child .card {
  border-style: dashed;
  text-align: center;
}

.download-date {
  font-size: 11px;
  font-style: italic;
  color: #4b4b64;
}

.event {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
}
.event .date {
  color: #967703;
  font-size: 0.8em;
}

.event-desc {
  background: #161616;
  color: white;
  padding: 12px;
  border-radius: 0px 0px 4px 4px;
  font-style: italic;
  font-size: 1em;
}

.event-date {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: block;
}
.event-date:last-child {
  border-bottom: none;
}

.event-date-fields {
  display: inline-block;
}
.event-date-fields * {
  display: inline-block;
}

.event-date-add {
  display: block;
}

.side-menu-head img {
  width: 150px;
  float: left;
}
.side-menu-head:after {
  content: "";
  display: block;
  clear: both;
}

#side-menu-deployer {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  background-color: #111;
  color: #967703;
  border-radius: 4px;
  padding: 3px 10px;
}

#side-menu-closer {
  position: absolute;
  top: 10px;
  right: 10px;
  float: right;
  color: #967703;
  padding: 3px 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url(/images/structure/default_banner_background_p.jpg) fixed center top;
  overflow-x: hidden;
  transition: 0.5s width ease;
  white-space: nowrap;
  box-sizing: content-box;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.catalog-cover {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin-right: 12px;
}
.catalog-cover img {
  width: 100%;
}

.sidenav.open {
  width: 300px;
  box-sizing: border-box;
}

#side-menu-container {
  padding: 20px;
}

.phone-avatar-comment {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

#productions_catalog_results {
  position: relative;
}

#productions_catalog_results > * {
  z-index: 3;
}

#catalog-loader {
  display: block;
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.lds-ripple {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #967703;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
#contact_name{
  position: absolute;
  overflow: hidden;
  margin-top: 1500px;
  height: 2px;
}
#home-banner{
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }

  #home-banner{
    background-size: 150%;
  }

  body {
    overflow-x: hidden;
    position: relative;
  }

  #home-banner {
    background-size: auto 100% !important;
    background-attachment: scroll !important;
    background-position: top center !important;
  }

  #productions_filters {
    padding-bottom: 1em;
    padding-right: 1em;
  }
  #productions_filters input {
    margin-bottom: 20px;
  }

  #productions-filters-form .form-row {
    display: block;
  }

  .sidenav.open {
    width: 100%;
  }

  .first-cover-box {
    border: none;
    box-shadow: none;
  }
  .first-cover-box:hover {
    border: none;
    box-shadow: none;
  }

  #home-main article {
    text-align: center;
    padding-bottom: 50px;
  }

  .comment-avatar {
    display: none;
  }

  .phone-avatar-comment {
    font-size: 0.7em;
    width: 28px;
    height: 28px;
    text-align: center;
    margin-right: 3px;
    float: left;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 100%;
  }
  .phone-avatar-comment > i {
    font-size: 140%;
    padding: 4px;
    color: white;
  }

  .comment .author-avatar {
    width: 28px;
    margin-top: 0em;
  }

  .comment-date {
    display: block;
  }

  .media-body > ul.list-unstyled {
    margin-left: 2rem;
  }

  .comment-text::after {
    width: 8px;
    height: 8px;
    left: -4px;
    top: 22px;
    background: white;
  }

  .account-banner {
    text-align: center !important;
  }

  #avatar-file-input {
    width: 250px;
    left: 50%;
    margin-left: -125px;
    background: radial-gradient(circle, black 0%, rgba(0, 0, 0, 0) 67%);
    opacity: 0.5;
  }

  .admin-dashboard .col-6 {
    margin-bottom: 15px;
  }

  @-webkit-keyframes "float" {
    0% {
      box-shadow: none;
      transform: translatey(0px) rotateY(2deg);
    }
    50% {
      box-shadow: none;
      transform: translatey(-20px) rotateY(1deg);
    }
    100% {
      box-shadow: none;
      transform: translatey(0px) rotateY(2deg);
    }
  }

  @keyframes "float" {
    0% {
      box-shadow: none;
      transform: translatey(0px) rotateY(2deg);
    }
    50% {
      box-shadow: none;
      transform: translatey(-20px) rotateY(1deg);
    }
    100% {
      box-shadow: none;
      transform: translatey(0px) rotateY(2deg);
    }
  }
}/*# sourceMappingURL=style.css.map */

