svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.svg-inline--fa.fa-lg {
  vertical-align: -.225em;
}

.svg-inline--fa.fa-w-1 {
  width: .0625em;
}

.svg-inline--fa.fa-w-2 {
  width: .125em;
}

.svg-inline--fa.fa-w-3 {
  width: .1875em;
}

.svg-inline--fa.fa-w-4 {
  width: .25em;
}

.svg-inline--fa.fa-w-5 {
  width: .3125em;
}

.svg-inline--fa.fa-w-6 {
  width: .375em;
}

.svg-inline--fa.fa-w-7 {
  width: .4375em;
}

.svg-inline--fa.fa-w-8 {
  width: .5em;
}

.svg-inline--fa.fa-w-9 {
  width: .5625em;
}

.svg-inline--fa.fa-w-10 {
  width: .625em;
}

.svg-inline--fa.fa-w-11 {
  width: .6875em;
}

.svg-inline--fa.fa-w-12 {
  width: .75em;
}

.svg-inline--fa.fa-w-13 {
  width: .8125em;
}

.svg-inline--fa.fa-w-14 {
  width: .875em;
}

.svg-inline--fa.fa-w-15 {
  width: .9375em;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}

.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}

.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}

.svg-inline--fa.fa-pull-left {
  margin-right: .3em;
  width: auto;
}

.svg-inline--fa.fa-pull-right {
  margin-left: .3em;
  width: auto;
}

.svg-inline--fa.fa-border {
  height: 1.5em;
}

.svg-inline--fa.fa-li {
  width: 2em;
}

.svg-inline--fa.fa-fw {
  width: 1.25em;
}

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em;
}

.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-counter,.fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(.25);
  transform: scale(.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(.25);
  transform: scale(.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(.25);
  transform: scale(.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(.25);
  transform: scale(.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(.25);
  transform: scale(.25);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid .08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1,-1);
  transform: scale(1,-1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1,-1);
  transform: scale(-1,-1);
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em;
}

.fa-stack-1x,.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1em;
}

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2em;
}

.fa-inverse {
  color: #fff;
}

.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

 .modal textarea {
  
  
  border: 1px solid #b4bcc8;
  border-radius: 2px;
  padding: 5px 10px;
  width: 100%;
  height: 280px;
  resize: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal textarea:focus {
  border-color: #27ae60;
}
.modal input {
  border: 1px solid #27ae60;
  border-radius: 2px;
  height: 40px;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 5px 10px;
  width: 100%;
}
.modal input:focus {
  border-color: #27ae60;
}
.modal .modal-error-field {
  border: 1px solid red;
}
.modal .hireModal textarea {
  height: 150px;
  margin-bottom: 10px;
}
.modal .hireModal p {
  color: #666;
  margin-bottom: 20px;
}
.contact-info {
  margin-top: 30px;
  margin-left: -10px;
}
.contact-info img {
  margin-bottom: 10px;
  width: 90%;
}
@media (max-width: 767px) {
  .contact-info {
    margin-top: 10px;
    text-align: center;
  }
  .contact-info img {
    margin-left: 15%;
    margin-right: 15%;
    width: 60%;
  }
}

html {
  box-sizing: border-box;
  min-height: 100%;
  font-size: 100%;
}
body.homepage {
  background: #fff;
  font-family: 'Alegreya Sans', sans-serif;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.homepage:focus {
  outline: 0;
}
.homepage a {
  cursor: pointer;
}
.homepage a:hover,
.homepage a:focus {
  outline: 0;
  text-decoration: none;
}
.homepage h1,
.homepage h2,
.homepage h3,
.homepage h4 {
  font-weight: bold;
}
.homepage h1 {
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
}
.homepage h2 {
  font-size: 55px;
  font-weight: 700;
}
.homepage h3 {
  font-size: 38px;
}
.homepage h4 {
  font-size: 30px;
}
.homepage hr {
  border-top: 1px dashed #ddd;
}
.homepage button {
  border: 0;
}
.homepage .small-width {
  display: none;
}
.black {
  color: black;
  font-weight: 700;
  font-style: italic;
}
.link {
  color: #6b16a1;
}
.link:hover {
  color: #1ca87e;
}
.drop-area {
  border: 3px dashed rgba(255, 255, 255, 0.5);
}
.wrapper {
  margin: 0 auto;
  max-width: 1400px;
  
}
.forgot {
  display: block;
  margin-bottom: 30px;
  margin-top: -20px;
}
.button.btn-info {
  background: #3095b4;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
}
.button.btn-info:hover {
  background: #490c6f;
  transition: all 0.3s ease-in-out;
}
.form-horizontal .radio input[type="radio"],
.form-horizontal .checkbox input[type="checkbox"] {
  height: initial;
}
.controls .button {
  background: #1ca87e;
  padding: 10px 24px;
  width: 220px;
}
.news {
  border-radius: 3px;
  background: #e9981e;
  font-size: 22px;
  position: absolute;
  left: calc(50% - 100px);
  top: -16px;
  padding: 3px 10px 2px;
  width: 200px;
}
.new-tool {
  position: relative;
}
.new-tool .new {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
  font-style: italic;
  position: absolute;
  top: -16px;
  right: 15px;
  background: #e9981e;
  color: white;
  padding: 0 12px;
  border-radius: 2px;
  transform: rotate(3deg);
}
.homepage .alert-info {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: inherit;
  display: inline-block;
  font-size: 1.125rem;
  margin: 60px 0;
  padding: 20px 40px;
}
.homepage .info-warning {
  background: #e91e63;
  border-radius: 0;
  color: white;
  font-size: 1.125rem;
  margin: 0 0 10px;
  max-width: 530px;
  padding: 5px;
  text-align: center;
}
.homepage .alert-info p {
  margin-bottom: 10px;
}
.homepage .alert .button {
  font-size: 18px;
  padding: 6px 20px;
}
.homepage .alert-error {
  background: rgba(233, 30, 99, 0.8);
  border-radius: 0;
  color: white;
  font-size: 1.125rem;
  margin: 40px 0 0;
}
.button {
  background: #6a5acd !important;
  border-radius: 50px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
}
.button a {
  color: white;
}
.button a:hover {
  color: white;
}
.button.btn-hire {
  background: #E91E63;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 10px 20px;
  position: fixed;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.button.btn-hire .fa-fire {
  margin-right: 5px;
}
.button.btn-hire:hover {
  padding-top: 20px;
  transition: all 0.3s ease-in-out;
}
.button.btn-hire:hover .fa-fire {
  color: #E91E63;
  transition: all 0.3s ease-in-out;
}
.button.btn-watch {
  background: #1ca87e;
}
.button.btn-start {
  background: #ea1e62;
}
.button.btn-donate {
  background: #E91E63;
  font-size: 16px;
  margin-left: 5px;
  padding: 5px 14px 4px;
}
.button.btn-donate:hover {
  background: #1ca87e;
}
.button:hover {
  background: #490c6f;
  color: white;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.grad-wrapper {
  color: white;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
  background-image: linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 77%, transparent);
  height: 100%;
  background-size: 50px 50px;
  background-color: #1d032d;
  box-shadow: inset 0 0 40px 20px rgba(0, 0, 0, 0.4);
}
.grad-wrapper2 {
  color: white;
  -webkit-clip-path: polygon(0 30%, 100% 65%, 100% 100%, 0% 100%);
  clip-path: polygon(0 30%, 100% 70%, 100% 100%, 0% 100%);
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -9;
  background: -moz-linear-gradient(-25deg, #29b473 0%, #26a9e0 49%, #1b75bb 100%);
  background: -webkit-linear-gradient(-25deg, #29b473 0%, #26a9e0 49%, #1b75bb 100%);
  background: -ms-linear-gradient(-25deg, #29b473 0%, #26a9e0 49%, #1b75bb 100%);
  background: linear-gradient(-25deg, #29b473 0%, #26a9e0 49%, #1b75bb 100%);
}
.top {
  color: white;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.top button {
  float: left;
}
.top p {
  float: right;
  margin-top: 15px;
}
.top a {
  color: white;
  padding-bottom: 2px;
  font-size: 1.125rem;
}
.top a:hover {
  color: #1ca87e;
}
.main {
  padding: 88px 10px 250px;
  text-align: center;
  width: 100%;
}
.main .logo {
  display: inline-block;
  position: relative;
  height: 74px;
  width: 84px;
  margin-right: 10px;
}
.main .logo img {
  position: absolute;
  left: 20px;
  top: -5px;
  width: 100px;
}
.main h1 {
  letter-spacing: 0.02em;
  margin-top: 5px;
  margin-bottom: 30px;
}
.main h3 {
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 20px 45px;
  position: relative;
}
.main .buttons button {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .5px;
  margin: 12px 10px 20px;
  height: 74px;
  min-width: 250px;
  white-space: nowrap;
}
.main .button.drop-area {
  background: transparent;
  height: 74px;
  margin: -6px 60px 30px 0;
  vertical-align: middle;
  width: 250px;
}
.main .button.drop-area .btn-watch {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.3s ease-in-out;
}
.main .button.drop-area .btn-watch:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translate(-13px, -15px);
  transition: all 0.3s ease-in-out;
}
.main .button.btn-old-bs {
  background: #777777;
  display: block;
  font-size: 20px;
  height: auto;
  margin: 25px auto 0;
  padding: 10px 20px;
  text-align: center;
  width: auto;
}
.main .button.btn-old-bs:hover {
  background: #490c6f;
  transition: all 0.3s ease-in-out;
}
.middle {
  color: #999;
  font-size: 30px;
  font-weight: 700;
  margin: -20px 60px 210px;
  text-align: right;
}
.middle p {
  margin: 0 0 0 35%;
}
.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}
.cards-container .card {
  font-size: 24px;
  flex: 0 0 45%;
  position: relative;
}
.cards-container .card a {
  color: #333;
}
.cards-container .card a:hover svg {
  box-shadow: none;
}
.cards-container .card .card-content {
  background: white;
  -webkit-clip-path: polygon(0% 7%, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0% 7%, 100% 0%, 100% 95%, 0% 100%);
  padding: 80px 0;
}
.cards-container .card .card-content h3 {
  border-bottom: 5px solid #f0f0f0;
  margin: 10px 15px 15px;
  padding: 15px 0 10px;
  text-align: center;
}
.cards-container .card svg {
  background: #f0efef;
  border: 10px solid #f0efef;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  max-width: 240px;
  text-align: center;
  position: absolute;
  top: -100px;
  left: calc(50% - 120px);
  z-index: 1;
}
.cards-container .card p {
  padding: 0 25px;
}
.cards-container .card.card2 .card-content {
  -webkit-clip-path: polygon(0% 7%, 100% 0%, 100% 100%, 0% 92%);
  clip-path: polygon(0% 7%, 100% 0%, 100% 100%, 0% 92%);
}
.cards-container .card.card2 svg {
  background: blanchedalmond;
  border-color: blanchedalmond;
}
.examples-container {
  color: white;
  margin-top: 90px;
  text-align: center;
}
.examples-container .examples {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 40px;
}
.examples-container .examples .example-box {
  flex: 0 0 30%;
}
.examples-container .examples .example-box img {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  width: calc(100% + 6px);
  text-align: center;
  margin-top: -3px;
  margin-left: -3px;
}
.examples-container .examples .example-box a {
  display: inline-block;
  width: calc(100% - 6px);
  margin: 0;
  padding: 0;
}
.examples-container .examples .example-box a:hover {
  cursor: pointer;
}
.examples-container .examples .example-box a:hover img {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transform: translate(10px, 10px);
  transition: all 0.3s ease-in-out;
}
.bottom {
  color: white;
  font-size: 20px;
  line-height: 28px;
  padding: 115px 40px;
  margin-top: 100px;
  text-align: center;
  background-image: linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 77%, transparent);
  height: 100%;
  background-size: 50px 50px;
  background-color: #1d032d;
  box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, 0.4);
  -webkit-clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0% 100%);
}
.bottom a {
  color: white;
  padding-bottom: 2px;
  text-decoration: none;
}
.bottom a:hover {
  color: #1ca87e;
}
.site-footer {
  background: #6a5acd;
  color: white;
  padding: 10px;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
.site-footer a {
  color: white;
  margin: 0 8px;
  text-decoration: none;
}
.site-footer p {
  margin: 0;
}
.site-footer .social {
  float: right;
}
.site-footer .social a {
  vertical-align: middle;
}
.site-footer .language {
  display: inline-block;
  font-size: 1.125rem;
}
.site-footer a:hover,
.site-footer .active {
  color: #e91e63;
}
.site-footer button a:hover {
  color: white;
}
.donate-container {
  display: inline-block;
}
.modal.layoutitModal22 {
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.14);
}
.layoutitModal22 .modal-content {
  border-radius: 8px;
}
.modal.layoutitModal22 .modal-header {
  border: 0;
  padding: 15px 20px;
}
.modal.layoutitModal22 .modal-header h4 {
  font-size: 30px;
}
.modal.layoutitModal22 .modal-header .close {
  font-size: 30px;
}
.modal.layoutitModal22 .modal-header .close:hover {
  color: #000;
}
.modal.layoutitModal22 .modal-body {
  border-top: 1px dashed #b4bcc8;
  padding: 15px 20px 20px;
}
.layoutitModal22 .modal-footer {
  background: #f8f9fa;
  border-color: #b4bcc8;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.layoutitModal22 .modal-footer .button {
  box-shadow: none;
  font-size: 16px;
  margin-left: 10px;
  padding: 6px 20px 5px;
}
.modal.layoutitModal22 .button {
  box-shadow: none;
}
.modal.layoutitModal22 .button.btn-default {
  background: #b4bcc8;
}
.modal.layoutitModal22 .button.btn-default:hover {
  background: #99a1ad;
  color: white;
}
@media (min-width: 768px) {
  .modal.layoutitModal22 .modal-dialog {
    max-width: 768px;
    width: 768px;
  }
}
@media (max-width: 767px) {
  .homepage .small-width {
    display: block;
  }
  .cards-container {
    flex-direction: column;
    padding: 100px 20px 0;
  }
  .cards-container .card {
    font-size: 20px;
    margin: 70px 0;
  }
}
@media (max-width: 650px) {
  .homepage h1 {
    font-size: 80px;
  }
  .homepage h2 {
    font-size: 45px;
  }
  .homepage h3 {
    font-size: 30px;
    padding: 20px;
  }
  .homepage .alert-info {
    margin: 20px 0;
  }
  .middle {
    margin: 0 30px;
  }
  .middle p {
    margin: 0;
  }
  .examples-container .examples .example-box {
    flex: 0 0 70%;
    margin-bottom: 20px;
  }
  .site-footer a {
    margin: 0 3px;
  }
  .bottom {
    margin-top: 0;
    padding-bottom: 90px;
  }
}
:focus {
  outline: 0;
}
#navbarSupportedContent {
  width: auto;
}
body.builder {
  padding-top: 0px !important;
  padding-bottom: 40px;
  margin-left: 200px;
  -webkit-transition: margin 500ms ease;
  -moz-transition: margin 500ms ease;
  -ms-transition: margin 500ms ease;
  -o-transition: margin 500ms ease;
  transition: margin 500ms ease;
}
.builder .well {
  background-color: #f5f5f5;
  box-shadow: none;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  min-height: 20px;
  overflow: scroll;
  padding: 20px;
}
.builder .well h4 {
  font-size: 24px;
}
.builder .hide {
  display: none!important;
}
.builder .navbar-collapse.collapse.in {
  display: block;
}
.builder .navbar-inverse .navbar-toggle {
  border-color: #72627d;
  color: white;
  font-size: 20px;
  margin: 2px 5px 0 0;
  padding: 2px 10px;
}
.builder .top-link {
  display: inline-block;
  margin: 0 5px;
}
.builder .navbar-inverse .navbar-toggler {
  background: transparent;
  border-color: #a79aaf;
  margin: 0;
  padding: 2px 5px;
}
.builder .navbar-inverse .navbar-toggler:focus,
.builder .navbar-inverse .navbar-toggler:hover {
  background: #a79aaf;
  outline: 0;
}
.builder .top-btns {
  color: white;
}
.builder .top-btns a {
  color: white;
  font-size: 18px;
}
.builder .top-btns a:hover {
  color: #27ae60;
  text-decoration: none;
}
.builder .top-btns .button {
  background: #6a5acd;
  border: 0;
  border-radius: 50px;
  color: white;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 16px;
  line-height: 1.25;
  margin-left: 5px;
  padding: 5px 10px 4px;
}
.builder .top-btns .button.btn-hire-inner {
  background: #E91E63;
}
.builder .top-btns .button.btn-donate {
  background: #27ae60;
}
.builder .top-btns .button:hover {
  background: #490c6f;
}
.builder .top-btns .button:focus {
  outline: 0;
}
.builder .tools-btns {
  margin-left: 40px;
}
.builder .tools-btns .btn-primary {
  background: #3094b4;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  font-family: 'Alegreya Sans', sans-serif;
  margin-right: 5px;
  padding: 5px 10px 4px;
}
.builder .tools-btns .btn-primary:hover,
.builder .tools-btns .btn-primary.active {
  background: #236f86;
}
.builder .tools-btns .btn-primary:focus {
  outline: 0;
}
.builder .tools-btns .btn-primary.btn-old-bs {
  background: #999;
  margin-left: 30px;
  display: none;
}
.builder .tools-btns .btn-icon {
  background: #999;
  border-radius: 50%;
  color: white;
  height: 28px;
  padding: 3px 0 0 0;
  width: 28px;
}
.builder .tools-btns .btn-icon:hover {
  background: #666;
}
.builder .modal.layoutitModal22 .alert-info {
  background: #bce8f1;
  margin: 0 0 20px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.builder .modal.layoutitModal22 .button.btn-default {
  background: #b4bcc8;
}
.builder .modal.layoutitModal22 .button.btn-default:hover {
  background: #99a1ad;
  color: white;
}
.builder .modal.layoutitModal22 {
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.14);
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 18px;
}
.builder .modal.layoutitModal22 .modal-body h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.builder .modal.layoutitModal22 .modal-content {
  border-radius: 8px;
}
.builder .modal.layoutitModal22 .modal-header {
  border: 0;
  display: block;
  padding: 15px 20px;
}
.builder .modal.layoutitModal22 .modal-header h4 {
  font-size: 30px;
}
.builder .modal.layoutitModal22 .modal-header .close {
  font-size: 30px;
}
.builder .modal.layoutitModal22 .modal-header .close:hover {
  color: #000;
}
.builder .modal.layoutitModal22 .modal-body {
  border-top: 1px dashed #b4bcc8;
  padding: 15px 20px 20px;
}
.builder .modal.layoutitModal22 .modal-body .row {
  margin-left: 0;
  margin-right: 0;
}
.builder .modal.layoutitModal22 .button {
  font-family: 'Alegreya Sans', sans-serif;
  border: 0;
}
.builder .modal.layoutitModal22 .modal-footer {
  background: #f8f9fa;
  border-color: #b4bcc8;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.builder .modal.layoutitModal22 .modal-footer .button {
  border-radius: 50px;
  border: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  padding: 6px 20px 5px;
}
.builder .modal.layoutitModal22 .modal-footer .button a {
  color: white;
}
.builder .modal.layoutitModal22 .modal-footer .button a:hover {
  color: white;
  text-decoration: none;
}
.builder .modal.layoutitModal22 .modal-footer .button.btn-ok {
  background: #27ae60;
}
.builder .modal.layoutitModal22 .modal-footer .button:hover {
  background: #490c6f;
  color: white;
  text-decoration: none;
}
.builder .modal.layoutitModal22 .form-horizontal .checkbox,
.builder .modal .form-horizontal .radio {
  margin-left: 20px;
}
.builder .modal.layoutitModal22 .form-horizontal .form-group {
  display: flex;
}
.builder .modal.layoutitModal22 .form-horizontal .form-group label {
  text-align: right;
}
.builder .modal.layoutitModal22 .form-horizontal .form-group .controls {
  margin: 0 auto;
  text-align: center;
}
.builder .modal.layoutitModal22 .form-horizontal .form-group .controls .forgot {
  margin-left: 68px;
  text-align: left;
}
.builder .modal.layoutitModal22 .form-horizontal .form-group .checkbox {
  margin-left: 0;
  text-align: center;
}
.builder .modal.layoutitModal22 .form-horizontal .form-group .checkbox input[type="checkbox"] {
  width: 30px;
}
.builder .modal-btns .button {
  display: block;
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto;
  max-width: 260px;
}
.builder .code {
  background: #333;
  color: white;
}
.builder .navbar-layoutit {
  background: #1d032d!important;
  border: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.2);
  font-family: 'Alegreya Sans', sans-serif;
  min-height: 48px;
  padding: 5px;
  justify-content: space-between;
}
.builder .navbar-layoutit .btn-donate form {
  margin: 0;
}
.builder .navbar-layoutit #menu-layoutit {
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
}
.builder .navbar-layoutit .navbar-brand {
  color: #fff;
  height: 36px;
  padding: 0;
  margin: 0 5px;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.builder .navbar-layoutit .navbar-brand img {
  display: inline-block;
  margin: 0 10px 0 0;
  max-height: 22px;
}
.builder .navbar-layoutit .navbar-brand .label {
  position: relative;
  left: 10px;
  top: -3px;
  font-weight: normal;
  font-size: 9px;
  background: #666;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.builder.edit .demo {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-left: 0px;
  margin-top: 10px;
  padding: 30px 15px 15px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  position: relative;
  word-wrap: break-word;
  width: 100%;
}
.builder.edit .demo .lyrow .drag {
  font-size: 13px;
  top: 5px;
  right: 90px;
  z-index: 10;
}
.builder.edit .demo .column .box .drag {
  top: 5px;
}
.builder.edit .demo .column .box .configuration {
  position: absolute;
  top: 3px;
  right: 160px;
  white-space: nowrap;
}
.builder.edit .demo .column .box .configuration:hover {
  z-index: 1001;
}
.builder.edit .demo .column .navbar-fixed-top {
  top: 33px;
  left: 180px;
}
.builder.edit .demo .column .navbar-fixed-bottom {
  left: 180px;
}
.builder.edit .demo .remove {
  background: #E91E63;
  font-size: 13px;
  padding: 6px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.builder.edit .demo .remove .svg-inline--fa {
  vertical-align: middle;
}
.builder.edit .demo .remove:hover {
  background: #c11651;
}
.builder.edit .demo .row:before {
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 4px 0 4px 0;
  color: #9DA0A4;
  content: "Row";
  font-size: 12px;
  font-weight: bold;
  left: -1px;
  line-height: 2;
  padding: 3px 7px;
  position: absolute;
  top: -1px;
}
.builder.edit .demo:after {
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 4px 0 4px 0;
  color: #9DA0A4;
  content: "Confira as Últimas Vagas !! Postamos vagas todos os dias Incluindo Finais de Semana e Feriados CADASTRE AGORA para receber mais novidades !! ";
  font-size: 12px;
  font-weight: bold;
  left: -1px;
  padding: 3px 7px;
  position: absolute;
  top: -1px;
}
.builder.edit .drag {
  background: #3095b4;
  color: white;
  position: absolute;
  top: -1px;
  right: 0;
  cursor: pointer;
  padding: 6px;
  font-size: 14px;
}
.builder.edit .drag .svg-inline--fa {
  vertical-align: middle;
}
.builder.edit .drag:hover {
  background: #236f86;
}
.builder.edit .column:after {
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 4px 0 4px 0;
  color: #9DA0A4;
  content: "Column";
  font-size: 12px;
  font-weight: bold;
  left: -1px;
  padding: 3px 7px;
  position: absolute;
  top: -1px;
}
.builder .container {
  width: auto;
  margin: 0 0px;
}
.builder .sidebar-nav {
  background: #300548;
  font-family: 'Alegreya Sans', sans-serif;
  position: fixed;
  width: 190px;
  left: 0px;
  bottom: 0;
  top: 35px;
  padding: 10px;
  z-index: 10;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.builder .sidebar-nav .nav-header {
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}
.builder .sidebar-nav .nav-header .svg-inline--fa {
  margin-right: 5px;
}
.builder .sidebar-nav .nav-header span.label {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.builder .sidebar-nav .nav-header .fa-question-circle {
  color: rgba(255, 255, 255, 0.8);
}
.builder .sidebar-nav .nav-header .popover {
  color: #999;
  padding: 10px;
  text-shadow: none;
}
.builder .sidebar-nav .nav-header .popover h3 {
  font-size: 1.125rem;
}
.builder .sidebar-nav .popover-info {
  position: relative;
}
.builder .sidebar-nav .popover-info .popover {
  display: none;
  top: -10px;
  left: 30px;
}
.builder .sidebar-nav .popover-info:hover .popover {
  display: block;
  opacity: 1;
  width: 400px;
}
.builder .sidebar-nav .popover-info:hover .popover .arrow {
  top: 11px;
  left: -25px;
  border: 10px solid transparent;
  border-right: 10px solid white;
}
.builder .sidebar-nav .popover-info:hover .popover:after {
  border-right-color: #f7f7f7;
  border-left-width: 0;
  top: 10px;
  left: -9px;
}
.builder .sidebar-nav .accordion-group {
  border: none;
}
.builder .sidebar-nav li {
  line-height: 28px;
  margin-bottom: 3px;
}
.builder .sidebar-nav li .lyrow {
  margin-bottom: 5px;
}
.builder .sidebar-nav .box {
  line-height: 30px;
  width: 170px;
  height: 30px;
}
.builder .sidebar-nav .preview {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.builder .sidebar-nav .preview input {
  width: 112px;
  padding: 0 5px;
  background: #fff;
  font-size: 15px;
  color: #1e032d;
  line-height: 20px;
  height: 25px;
  position: relative;
  top: -1px;
  border-radius: 2px;
  box-shadow: none;
}
.builder .sidebar-nav .view,
.builder .sidebar-nav .remove,
.builder .sidebar-nav .configuration,
.builder .sidebar-nav .boxes {
  display: none;
}
.builder .demo .preview {
  display: none;
}
.builder .demo .box .view {
  display: block;
  padding-top: 30px;
}
.builder .demo .column .navbar-fixed-top {
  top: 33px;
}
.builder .demo .configuration {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.builder .demo .configuration .btn-default {
  background: #aaa;
  border-color: #aaa;
  box-shadow: none;
  color: white;
  font-size: 13px;
  padding: 5px 6px 3px;
  margin-top: 2px;
  margin-left: 10px;
}
.builder .demo .configuration .btn-default.active {
  background: #ddd;
  color: #666;
}
.builder .demo .drag,
.builder .demo .remove {
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.builder .demo .lyrow:hover > .drag,
.builder .demo .lyrow:hover > .configuration,
.builder .demo .lyrow:hover > .remove,
.builder .demo .box:hover .drag,
.builder .demo .box:hover .configuration,
.builder .demo .box:hover .remove {
  filter: alpha(opacity=100);
  opacity: 1;
}
.builder .demo .row {
  background-color: #F5F5F5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 13px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 13px rgba(0, 0, 0, 0.1);
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 4px 4px;
  margin: 15px 0;
  position: relative;
  padding: 25px  14px 0;
}
.builder .ui-draggable-dragging .view {
  display: block;
}
.builder .ui-sortable-placeholder {
  outline: 1px dashed #ddd;
  visibility: visible !important;
  border-radius: 4px;
}
.builder .box,
.builder .lyrow {
  position: relative;
}
.builder .column {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 4px 4px;
  margin: 15px 0;
  padding: 39px 19px 24px;
  position: relative;
}
.builder.devpreview {
  margin-left: 0px;
}
.builder.devpreview .sidebar-nav {
  left: -200px;
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}
.builder.devpreview .drag,
.builder.devpreview .configuration,
.builder.devpreview .remove {
  display: none !important;
}
.builder.devpreview .demo .box,
.builder.devpreview .demo .row {
  padding-top: 0;
  background: none;
}
.builder.devpreview .demo .column {
  padding-top: 19px;
  padding-bottom: 19px;
}
.builder.sourcepreview .column,
.builder.sourcepreview .row,
.builder.sourcepreview .demo .box {
  margin: 0px 0;
  padding: 0px;
  background: none;
  border: none;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.builder #download-layout {
  display: none;
}
.builder .latest-group-sidebar {
  margin-bottom: 25px;
}
.builder #download-not-logged,
.builder #share-not-logged {
  overflow: hidden;
}
.builder .display-none {
  display: none;
}
.builder .powered-by {
  margin-top: 5px;
  font-size: 12px;
  padding-right: 18px;
}
.builder .language-selected {
  font-style: italic;
  font-weight: bold;
}
#sidebar-mobile {
  display: none;
}
#sidebar-mobile2 {
  display: none;
}
@media (min-width: 768px) {
  .builder .layoutitModal22 .modal-dialog {
    max-width: 1140px;
    margin: 30px auto;
    width: 1140px;
  }
  .builder .modal-form {
    display: inline-block;
    vertical-align: top;
    width: 390px;
  }
  .builder .modal.layoutitModal22 .form-horizontal .form-group.modal-btns {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 400px);
  }
}
@media (max-width: 767px) {
  .builder .layoutitModal22 .modal-dialog {
    margin: 30px auto;
    max-width: 90%;
    width: 90%;
  }
  .builder .layoutitModal22 .modal-dialog .modal-form {
    display: block;
    margin: 0 auto;
    padding: 0 100px 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
  }
  .builder .modal.layoutitModal22 .form-horizontal .form-group.modal-btns {
    display: block;
    width: 100%;
  }
  .builder .modal.layoutitModal22 .form-horizontal .form-group {
    display: block;
  }
  .builder .modal.layoutitModal22 .form-horizontal .form-group label {
    max-width: 100%;
    text-align: left;
  }
  .builder .modal.layoutitModal22 .form-horizontal .form-group .controls {
    max-width: 100%;
  }
  .builder .modal.layoutitModal22 .form-horizontal .form-group .controls .forgot {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .builder .layoutitModal22 .modal-dialog {
    max-width: 100%;
    width: 100%;
  }
  .builder .layoutitModal22 .modal-dialog .modal-form {
    padding: 0 0 10px;
  }
  .builder .top-btns .button {
    margin-bottom: 5px;
  }
}
@media (max-width: 980px) {
  .builder .navbar-text.pull-right {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 979px) {
  .builder .navbar-fixed-top {
    position: fixed;
  }
  .builder .tools-btns .btn-primary {
    height: 28px;
    padding: 0;
    width: 28px;
  }
  .builder .tools-btns .btn-primary span {
    display: none;
  }
  .builder .tools-btns .btn-primary.btn-old-bs {
    background: #999;
    margin-left: 30px;
    height: auto;
    width: auto;
    padding: 5px 10px;
    margin-left: 5px;
  }
}
@media (max-width: 992px) {
  body.builder {
    margin-left: 0;
  }
  .builder .sidebar-nav {
    left: -190px;
    z-index: 999;
  }
  .builder .sidebar-nav.active {
    left: 0;
  }
  .builder .navbar-collapse {
    padding-top: 5px;
    margin: 5px 0;
    text-align: right;
  }
  #sidebar-mobile {
    background-color: #300548;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    line-height: 1;
    height: 3.5rem;
    width: 3.5rem;
    position: fixed;
    bottom: 1.0rem;
    right: 0.5em !important;
    will-change: transform;
    z-index: 9;
    transform: rotate(45deg);
    display: block;
  }
  #sidebar-mobile svg {
    fill: #fff;
    height: 1.5rem;
    width: 1.5rem;
  }
  #sidebar-mobile.active {
    transform: rotate(0);
  }
  
}

@media (max-width: 992px) {
  body.builder {
    margin-left: 0;
  }
  .builder .sidebar2-nav2 {
    left: -190px;
    z-index: 999;
  }
  .builder .sidebar2-nav2.active {
    left: 0;
  }
  #sidebar2-mobile2 {
    background-color: #300548;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    line-height: 1;
    height: 3.5rem;
    width: 3.5rem;
    position: fixed;
    bottom: 1.0rem;
    right: 0.5em !important;
    will-change: transform;
    z-index: 99999;
    transform: rotate(45deg);
    display: block;
  }
  #sidebar2-mobile2 svg {
    fill: #fff;
    height: 1.5rem;
    width: 1.5rem;
  }
  #sidebar2-mobile2.active {
    transform: rotate(0);
  }
   
}

@media (max-width: 979px) {
  .builder .tools-btns {
    margin-left: 20px;
  }
}
@media (max-width: 400px) {
  .builder .navbar-layoutit .navbar-brand img {
    display: none;
  }
  .navbar-dark .navbar-toggler {
    padding: 0;
  }
  .builder .tools-btns {
    margin-left: 0;
  }
}