body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  color: #000; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Afterglow-Regular', cursive;
}
.videomargin {transition: margin-top 300ms;}
@media (max-width: 1200px) {.videomargin { margin-top: 0px !important; }}
@media (max-width: 1100px) {.videomargin { margin-top: -50px !important; }}
@media (max-width: 950px) {.videomargin { margin-top: -50px !important; }}
@media (max-width: 900px) {.videomargin { margin-top: -60px !important; }}
@media (max-width: 850px) {.videomargin { margin-top: -70px !important; }}
@media (max-width: 800px) {.videomargin { margin-top: -80px !important; }}
@media (max-width: 750px) {.videomargin { margin-top: -90px !important; }}
@media (max-width: 700px) {.videomargin { margin-top: -100px !important; }}
@media (max-width: 650px) {.videomargin { margin-top: -110px !important; }}
@media (max-width: 600px) {.videomargin { margin-top: -120px !important; }}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }
  a.italic, a.italic:hover {
    font-style: italic !important; }
.content {
  padding: 1rem 0; }

h2 {
  font-size: 2.5rem;
  font-weight: 700; }

h3 {
  font-size: 2.5rem; }
h5 {
	font-weight: bold;
}
.form-control {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.btn, .form-control {
  height: 55px; }

form.border-right {
  padding-right: 6rem !important; }
  @media (max-width: 991.98px) {
    form.border-right {
      padding-right: 0 !important;
      border-right: none !important; }
	  .counter {height:180px!important;}
  }
label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }

.btn-primary {
    color: #fff;
    background-color: /*#fad1d6*/#ffbac3 !important;
    border-color: /*#fad1d6*/#ffbac3 !important;
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgb(250 210 215 / 50%) !important;
    box-shadow: 0 0 0 0.2rem rgb(250 210 215 / 50% !important);
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: rgb(250 210 215 / 100%);
    background-color: rgb(250 210 215 / 100%);
}


.custom-control-label::before:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgb(250 210 215 / 50%) !important;
    box-shadow: 0 0 0 0.2rem rgb(250 210 215 / 50% !important);
}

.letter {
  /*border-radius: 2px;
  /*background: #fff;
  /*box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}
*/}
.important {
	color: red;
}

.pagination {}
.pagination ul {list-style-type: none; padding: 0; margin: 0;}
.pagination ul li {list-style-type: none; padding: 0; margin: 0; float: left; margin: 0 5px;}
.pagination ul li a {color:#000 !important;}
.pagination ul li a.current-page {font-weight:bold; color:#ffbac3 !important;}

.light {color: #495057;}
#messages h3 {
	color: #c3d5d0;
}

.italic { text-decoration: italic !important; }
.pink { color: #ffbac3 !important; }


#loading-img {
    background: url('loading.gif') center center no-repeat;
    height: 100%;
    z-index: 20;
}

.overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
}