body {
  background-color: #FFF;
  font-family: "helvetica", "Times New Roman", "Arial"; }

#carousel {
  overflow: hidden; }

main {
  padding-top: 70px; }

.login-page {
  padding-top: 30px; }
.login-page .card-header {
  background-color: #ed1b2e;
  color: #FFF;
  font-weight: bold; }

.navbar {
  background-color: #000000 !important;
  color: #FFF; }
.navbar .current {
  color: red !important;
  font-weight: bolder !important; }
.navbar .navbar-brand {
  min-height: 54px; }
.navbar .navbar-brand img {
  max-width: 85%; }
.navbar .logo-container {
  padding-left: 0px; }

#loading-bar {
  display: none; }
#loading-bar .bar {
  background: red;
  width: 1%;
  height: 3px; }

@media (min-width: 768px) {
  .navbar-transparent {
    background-color: rgba(0, 0, 0, 0.5) !important; } }
.btn-trans:hover {
  cursor: pointer; }

.nav-link {
  cursor: pointer; }

.navbar-dark .navbar-nav .nav-link.active {
  color: #f00;
  font-weight: bold; }

.index-page #work {
  margin-top: 55px; }
.index-page #work .row .mix {
  max-height: 290px;
  overflow: hidden; }
@media (max-width: 1200px) {
  .index-page #work .row .mix {
    max-height: 245px; } }
@media (max-width: 768px) {
  .index-page #work .row .mix {
    max-height: 165px; } }
.index-page #work .row .mix img {
  cursor: pointer; }
@media screen and (min-width: 996px) {
  .index-page #work {
    padding: 0px 150px; } }
@media screen and (max-width: 500px) {
  .index-page #work .controls {
    float: left !important; }
  .index-page #work .list-inline-item {
    margin-right: 2px;
    padding-right: 2px;
    padding-left: 2px; } }
.index-page #about h3, .index-page #print-house h3, .index-page #work h3, .index-page #clients h3, .index-page #contact h3 {
  font-size: 33px;
  margin-bottom: 25px;
  font-weight: 500; }
.index-page #about .row > div:first-of-type, .index-page #print-house .row > div:first-of-type {
  padding: 25px 35px; }
@media (min-width: 1024px) {
  .index-page #about .row > div:first-of-type, .index-page #print-house .row > div:first-of-type {
    padding: 70px 30px 0px 150px; } }
.index-page #about p, .index-page #print-house p {
  padding-left: 30px; }
.index-page #print-house {
  margin-top: 35px; }
@media (min-width: 1024px) {
  .index-page #print-house .row > div:first-of-type {
    padding-top: 90px; } }
.index-page #clients {
  margin-top: 35px;
  background-color: #000;
  padding: 60px 20px; }
.index-page #clients h3 {
  color: #fff; }
.index-page #clients .content {
  background-color: #ddd;
  text-align: center; }
.index-page #clients .content .carousel-item {
  justify-items: center;
  justify-content: center; }
.index-page #clients .content .carousel-item.active {
  display: flex; }
.index-page #clients .ion {
  font-size: 35px;
  color: #DDD; }
.index-page .services {
  background-color: #000;
  color: #e0e0e0;
  padding: 70px 0px; }
.index-page .services h3 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 35px; }
.index-page .services hr {
  background-color: #252525; }
.index-page .services .row > div {
  font-weight: bold; }
.index-page .services .row > div h4 {
  font-size: 30px;
  margin-bottom: 20px; }
.index-page .services .row > div p {
  line-height: 1.7em; }
.index-page .services .row > div ul li:before {
  content: "- ";
  color: #FFF; }
@media (max-width: 768px) {
  .index-page .services .row > div:nth-of-type(3), .index-page .services .row > div:nth-of-type(4) {
    margin-top: 25px; } }
.index-page .work .controls li {
  transition: all 0.3s ease-in-out; }
.index-page .work .controls li.active {
  border-bottom: solid 2px red;
  border-radius: 0px; }
.index-page .work .mix-container .mix {
  margin-bottom: 15px;
  text-align: center; }
.index-page .work .mix-container .mix img {
  filter: grayscale(1);
  transition: 0.5s; }
.index-page .work .mix-container .mix img:hover {
  filter: grayscale(0); }
.index-page #contact .row > div:last-of-type {
  padding: 0px; }
.index-page #contact .row > div:last-of-type iframe {
  width: 100%; }
.index-page #contact .row > div:first-of-type {
  padding: 25px 20px; }
@media (min-width: 769px) {
  .index-page #contact .row > div:first-of-type {
    padding-top: 90px;
    padding-left: 50px; } }
@media (min-width: 1024px) {
  .index-page #contact .row > div:first-of-type {
    padding-left: 150px;
    padding-right: 75px; } }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
  display: none;
  padding-top: 90px;
  justify-content: center;
  justify-items: center; }
.overlay .content {
  max-width: 850px;
  min-width: 250px;
  display: inline-block;
  overflow: hidden; }
@media (max-width: 768px) {
  .overlay .content {
    width: 80%; } }
.overlay .content .img-conainer {
  text-align: center;
  overflow-y: scroll;
  position: relative;
  max-height: 90%;
  background-color: #FFF;
  border-radius: 5px; }
.overlay .content .img-conainer img {
  background-color: #FFF;
  max-width: 100%;
  max-height: 100%; }
.overlay .content .controllers {
  width: 100%; }
.overlay .content .controllers i {
  color: #fff;
  font-size: 30px;
  cursor: pointer; }
.overlay .content .controllers i:not(:last-of-type) {
  margin-right: 35px; }
.overlay .content .controllers .close {
  line-height: 1.6;
  opacity: 1;
  text-shadow: none; }

/*** START DASHBOARD PAGE ** */
.page-dashboard {
  padding-top: 10px; }
.page-dashboard .texteditor {
  width: 100%;
  resize: both;
  min-height: 300px; }
.page-dashboard #mainContent {
  position: relative; }
.page-dashboard #mainContent > div {
  display: none;
  position: relative; }
.page-dashboard #mainContent > div.current {
  display: block; }
.page-dashboard #mainContent .image {
  margin-bottom: 10px;
  position: relative; }
.page-dashboard #mainContent .image .delete-btn {
  position: absolute;
  top: 15px;
  left: 30px; }
.page-dashboard #mainContent .new-image {
  line-height: 200px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  height: 200px; }
.page-dashboard #mainContent .new-image i {
  font-size: 50px;
  color: #a5a5a5; }
.page-dashboard #mainContent .new-image input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }
.page-dashboard #mainContent > div .dropzone {
  background: rgba(1, 1, 1, 0.9);
  z-index: 99;
  position: fixed;
  width: 80%;
  height: 500px;
  border: dotted 1px #000;
  border-radius: 5px;
  font-size: 30px;
  color: #FFF;
  display: none;
  text-align: center;
  justify-content: center;
  flex-flow: column; }
.page-dashboard #mainContent > div .dropzone > div {
  position: fixed; }
.page-dashboard #mainContent > div .dropzone.active {
  display: flex; }
.page-dashboard .aside-menu a {
  color: #000; }
.page-dashboard .aside-menu a:hover {
  text-decoration: none; }
.page-dashboard .aside-menu .list-group-item {
  cursor: pointer; }
.page-dashboard .aside-menu .list-group-item:hover {
  background-color: #f3f3f3; }
.page-dashboard .aside-menu .list-group-item.active:hover {
  background-color: #007bff;
  color: #FFF; }

/*** END   DASHBOARD PAGE ** */
.overlay-loader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #EEE;
  z-index: 99999; }

.overlay-loader.hide {
  display: none; }

.loader {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  transform: rotate(165deg); }

.loader:before, .loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%); }

.loader:before {
  animation: before 2s infinite; }

.loader:after {
  animation: after 2s infinite; }

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75); }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75); }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75); }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75); } }
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75); }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75); }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75); }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75); } }
/**
 * Attempt to center the whole thing!
 */
html, body {
  height: 100%; }

.loader {
  position: absolute;
  top: calc(50% - 1.25em);
  left: calc(50% - 1.25em); }

footer a {
  text-decoration: underline;
  color: #000; }

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