@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Poppins:300,400,500,600,700);
/*
 * RALEWAY
 */
/*
 * POPPINS
 */
.pagination {
  text-align: center;
}
.pagination li {
  display: inline-block;
  padding: 0 15px !important;
}
.pagination li a {
  color: #7e1f6c;
}
.pagination li.active,
.pagination li.disabled {
  color: #8f8e8e;
}
#news-teasers {
  background-image: url('/images/theme/banner_light.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #news-teasers {
    display: none;
  }
}
#news-teasers .breadcrumb {
  padding-bottom: 40px;
}
#news-teasers .teaser {
  padding-bottom: 20px;
}
#news-teasers .teaser:first-child {
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  #news-teasers .teaser:first-child {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  #news-teasers .teaser:first-child {
    padding-right: 20px;
  }
}
#news-teasers .teaser:nth-child(2) {
  padding: 0 40px;
}
@media screen and (max-width: 1200px) {
  #news-teasers .teaser:nth-child(2) {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #news-teasers .teaser:nth-child(2) {
    padding: 0 10px;
  }
}
#news-teasers .teaser:last-child {
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
  #news-teasers .teaser:last-child {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #news-teasers .teaser:last-child {
    padding-left: 20px;
  }
}
#news-teasers .teaser .date {
  font-size: 0.8rem;
}
@media screen and (min-width: 1600px) {
  #news-teasers .teaser .date {
    font-size: 0.6rem;
  }
}
#news-teasers .teaser .title {
  padding: 5px 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 1600px) {
  #news-teasers .teaser .title {
    font-size: 1rem;
  }
}
#news-teasers .teaser .summary {
  width: 100%;
  font-size: 0.9rem;
  padding-bottom: 20px;
}
@media screen and (min-width: 1600px) {
  #news-teasers .teaser .summary {
    font-size: 0.8rem;
    width: 90%;
  }
}
#news-teasers .teaser a {
  display: block;
  font-size: 0.8rem;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 1600px) {
  #news-teasers .teaser a {
    font-size: 0.7rem;
  }
}
#news-teasers .teaser a .arrow {
  width: 50px;
  height: 8px;
  position: absolute;
  transition: width 0.3s;
  display: inline-block;
  margin-left: 15px;
}
#news-teasers .teaser a .arrow:before {
  content: " ";
  position: absolute;
  top: 9px;
  height: 2px;
  width: 100%;
  margin-right: 4px;
  background-color: #363636;
}
#news-teasers .teaser a .arrow:after {
  content: " ";
  position: absolute;
  right: -2px;
  top: 4px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #363636;
}
@media screen and (min-width: 1600px) {
  #news-teasers .teaser a .arrow:before {
    top: 13px;
  }
  #news-teasers .teaser a .arrow:after {
    top: 8px;
  }
}
#news-teasers .teaser a:hover .arrow {
  width: 100px;
}
#contact {
  padding-top: 160px;
  padding-bottom: 60px;
  background-image: url('/images/theme/banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #contact {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
#contact .title {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  padding-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  #contact .title {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 992px) {
  #contact .title {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 540px) {
  #contact .title {
    font-size: 2rem;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #contact .contact {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
#contact .flex-left {
  display: -ms-flexbox;
  display: flex;
}
#contact .flex-right {
  display: -ms-flexbox;
  display: flex;
}
#contact .contact-inner {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex: 2;
      flex: 2;
}
@media screen and (max-width: 1400px) {
  #contact .contact-inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 540px) {
  #contact .contact-inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
#contact .contact-inner .contact-details {
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (max-width: 767px) {
  #contact .contact-inner .contact-details {
    padding-right: 10px;
    display: block;
  }
}
@media screen and (max-width: 540px) {
  #contact .contact-inner .contact-details {
    padding-right: 0;
  }
}
#contact .contact-inner .contact-details h4 {
  font-weight: 600;
  font-size: 0.8rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #contact .contact-inner .contact-details .email,
  #contact .contact-inner .contact-details .phone {
    display: block;
  }
}
#contact .contact-inner .contact-details .email:hover,
#contact .contact-inner .contact-details .phone:hover {
  color: #8f8e8e;
  cursor: pointer;
}
#contact .contact-inner .contact-details .phone {
  padding-top: 5px;
}
#contact .contact-inner .contact-details .office {
  padding-top: 40px;
}
#contact .contact-inner .contact-details .office .address-container {
  max-width: 500px;
}
#contact .contact-inner .contact-details .office .address-container .address {
  -ms-flex: 1.5;
      flex: 1.5;
  font-size: 0.8rem;
  line-height: 1.1;
}
#contact .contact-inner .contact-details .office .address-container .map {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: -10px;
}
@media screen and (max-width: 992px) {
  #contact .contact-inner .contact-details .office .address-container .map {
    padding-right: 20px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-inner .contact-details .office .address-container .map {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-top: 25px !important;
    margin-top: -15px !important;
  }
}
#contact .contact-inner .contact-details .office .address-container .map i {
  font-size: 44px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  #contact .contact-inner .contact-details .office .address-container .map i {
    -ms-flex-order: 1;
        order: 1;
    padding-left: 10px;
  }
}
#contact .contact-inner .contact-details .office .address-container .map span {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #contact .contact-inner .contact-details .office .address-container .map span {
    font-weight: 600;
    font-size: 0.8rem;
    -ms-flex-order: 0;
        order: 0;
    text-transform: uppercase;
    color: #fff;
  }
}
@media screen and (max-width: 1400px) {
  #contact .contact-inner .contact-details .office .address-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  #contact .contact-inner .contact-details .office .address-container .address,
  #contact .contact-inner .contact-details .office .address-container .map {
    display: block;
  }
  #contact .contact-inner .contact-details .office .address-container .map {
    margin-top: -35px;
  }
  #contact .contact-inner .contact-details .office .address-container .map i {
    font-size: 30px;
  }
}
#contact .contact-inner .contact-details .po_box {
  padding-top: 40px;
}
#contact .contact-inner .contact-details .po_box p {
  font-size: 0.8rem;
  color: #ccc;
  line-height: 1.1;
}
@media screen and (max-width: 540px) {
  #contact .contact-inner .contact-details .po_box {
    padding-top: 20px;
  }
}
#contact .contact-inner .contact-details .social {
  padding-top: 40px;
}
@media screen and (max-width: 992px) {
  #contact .contact-inner .contact-details .social {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-inner .contact-details .social {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 540px) {
  #contact .contact-inner .contact-details .social {
    padding: 40px 0;
    display: block;
  }
}
#contact .contact-inner .contact-details .social h4 {
  padding-bottom: 20px;
}
#contact .contact-inner .contact-details .social a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  #contact .contact-inner .contact-details .social a {
    padding-right: 10px;
  }
}
#contact .contact-inner .contact-details .social a span {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 1200px) {
  #contact .contact-inner .contact-details .social a span {
    width: 35px;
    height: 35px;
  }
}
#contact .contact-inner .contact-details .social a span i {
  position: absolute;
  top: 11px;
  left: 13px;
  font-size: 28px;
}
#contact .contact-inner .contact-details .social a span i.fa-facebook {
  left: 16px;
}
#contact .contact-inner .contact-details .social a span i.fa-linkedin {
  left: 14px;
}
@media screen and (max-width: 1200px) {
  #contact .contact-inner .contact-details .social a span i {
    top: 5px;
    left: 7px;
    font-size: 24px;
  }
  #contact .contact-inner .contact-details .social a span i.fa-facebook {
    left: 10px;
  }
  #contact .contact-inner .contact-details .social a span i.fa-linkedin {
    left: 7px;
  }
}
#contact .contact-inner .contact-emergency {
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
}
@media screen and (min-width: 1600px) {
  #contact .contact-inner .contact-emergency {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-inner .contact-emergency {
    padding-left: 10px;
  }
}
@media screen and (max-width: 540px) {
  #contact .contact-inner .contact-emergency {
    padding-left: 0;
    display: block;
  }
}
#contact .contact-inner .contact-emergency h4 {
  font-weight: 600;
  font-size: 0.8rem;
  padding-bottom: 10px;
  padding-top: 40px;
}
@media screen and (max-width: 540px) {
  #contact .contact-inner .contact-emergency h4 {
    padding-top: 20px;
  }
}
#contact .contact-inner .contact-emergency .emergency-name,
#contact .contact-inner .contact-emergency .emergency-phone {
  -ms-flex: 1;
      flex: 1;
  font-size: 0.8rem;
  line-height: 1.1;
}
#contact .contact-inner .contact-emergency .emergency-phone {
  -ms-flex: 0.7;
      flex: 0.7;
  padding-left: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
#contact .contact-inner .contact-emergency .emergency-phone:hover {
  color: #8f8e8e;
  cursor: pointer;
}
#contact .form {
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 1200px) {
  #contact .form {
    padding: 0;
    width: 100%;
    max-width: 800px;
    padding-top: 90px;
  }
}
@media screen and (max-width: 992px) {
  #contact .form {
    padding-top: 60px;
    max-width: 992px;
  }
}
@media screen and (max-width: 767px) {
  #contact .form {
    padding-top: 40px;
  }
}
@media screen and (max-width: 540px) {
  #contact .form {
    padding-top: 20px;
  }
}
#contact-form {
  -ms-flex: 1;
      flex: 1;
}
#contact-form .input-wrap {
  position: relative;
}
#contact-form .input-wrap label {
  position: absolute;
  left: 20px;
  top: 13px;
}
@media screen and (min-width: 1600px) {
  #contact-form .input-wrap label {
    left: 20px;
    top: 18px;
  }
}
#contact-form .input-wrap.text {
  padding-bottom: 5px;
}
#contact-form .input-wrap.text input {
  height: 45px;
  padding-left: 110px;
}
@media screen and (min-width: 1600px) {
  #contact-form .input-wrap.text input {
    height: 65px;
    padding-left: 140px;
  }
}
@media screen and (max-width: 992px) {
  #contact-form .input-wrap.text input {
    padding-left: 100px;
  }
}
#contact-form .input-wrap.textarea textarea {
  height: 160px;
  padding: 10px;
  padding-top: 35px;
  padding-left: 20px;
  resize: none;
}
@media screen and (min-width: 1600px) {
  #contact-form .input-wrap.textarea textarea {
    height: 180px;
    padding-left: 20px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 992px) {
  #contact-form .input-wrap.textarea textarea {
    height: 120px;
    padding-top: 30px;
  }
}
#contact-form .input-wrap.text label,
#contact-form .input-wrap.textarea label {
  font-weight: 500;
  font-size: 0.6rem;
}
#contact-form .input-wrap.text input,
#contact-form .input-wrap.textarea input,
#contact-form .input-wrap.text textarea,
#contact-form .input-wrap.textarea textarea {
  border-radius: 0;
  background-color: #ccc;
  width: 100%;
  font-weight: 500;
  font-size: 0.7rem;
  border: none;
}
@media screen and (max-width: 767px) {
  #contact-form .input-wrap.text input,
  #contact-form .input-wrap.textarea input,
  #contact-form .input-wrap.text textarea,
  #contact-form .input-wrap.textarea textarea {
    font-size: 16px;
  }
}
#contact-form .form-submit {
  font-size: 0.8rem;
  width: 100%;
  height: 45px;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 1600px) {
  #contact-form .form-submit {
    height: 65px;
  }
}
#contact-form .form-submit:hover,
#contact-form .form-submit:active,
#contact-form .form-submit:focus {
  text-decoration: none;
}
#contact-form .form-submit:hover {
  background-color: #318948;
}
#contact-form .form-submit.disabled {
  cursor: not-allowed !important;
}
#contact-form .form-submit .loading {
  display: none;
  font-size: 3px;
  margin: 0 auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}
#contact-form .form-submit .loading:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
#contact-form .form-submit .loading:after {
  background: #3fae5c;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#contact-form .form-submit .loading.show {
  display: block;
}
#contact-form .form-submit .text {
  position: relative;
  z-index: 1;
}
#confirmation {
  display: none;
}
#maint_confirmation,
#confirmation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#maint_confirmation.fade-in,
#confirmation.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in 1 forwards;
}
#maint_confirmation.fade-out,
#confirmation.fade-out {
  opacity: 1;
  animation: fadeOut 1s ease-in 1 forwards;
}
#maint_confirmation .inner,
#confirmation .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#maint_confirmation .text,
#confirmation .text {
  padding-top: 60px;
  text-align: center;
}
#maint_confirmation .logo,
#confirmation .logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
#maint_confirmation .logo img,
#confirmation .logo img {
  width: 100%;
  height: auto;
}
#maint_confirmation #close-overlay,
#confirmation #close-overlay {
  text-align: center;
  display: block;
  width: 220px;
  margin: 50px auto;
  margin-bottom: 0;
  background: #073e4e;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 45px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
#maint_confirmation #close-overlay:hover,
#confirmation #close-overlay:hover,
#maint_confirmation #close-overlay:focus,
#confirmation #close-overlay:focus,
#maint_confirmation #close-overlay:active,
#confirmation #close-overlay:active {
  background: #0b637d;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
footer {
  height: 80px;
  position: relative;
  padding: 20px 120px;
  background-color: #363636;
}
footer .copyright {
  font-size: 12px;
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
}
footer span {
  color: #8f8e8e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 225px;
  font-weight: 500;
  font-size: 14px;
}
footer a {
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
  height: 33px;
}
footer svg {
  width: 90px;
  height: auto;
}
@media screen and (min-width: 1600px) {
  footer {
    padding: 20px 120px;
  }
  footer span {
    right: 225px;
  }
  footer a {
    right: 120px;
  }
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 20px 90px;
  }
  footer .copyright {
    left: 90px;
  }
  footer span {
    right: 195px;
  }
  footer a {
    right: 90px;
  }
}
@media screen and (max-width: 992px) {
  footer {
    padding: 30px 60px;
  }
  footer .copyright {
    left: 60px;
  }
  footer span {
    right: 165px;
  }
  footer a {
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 15px 40px;
    height: 120px;
  }
  footer .copyright {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
  }
  footer span {
    right: 0;
    left: 0;
    padding-left: 40px;
    padding-right: 135px;
  }
  footer a {
    right: 40px;
  }
  footer svg {
    width: 80px;
  }
}
@media screen and (max-width: 540px) {
  footer {
    padding: 15px 20px;
  }
  footer span {
    padding-left: 20px;
  }
  footer a {
    right: 20px;
  }
}
