@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,600,700|Source+Sans+Pro:400,400i,700");
body {
  font-family: "Source Sans Pro";
  font-weight: 400;
}
body.loading router-outlet {
  display: block;
  min-height: 100vh;
}
body.nav-open {
  overflow: hidden;
}
body .profile-main-loader {
  left: 50% !important;
  margin-left: -100px;
  position: fixed !important;
  top: 50% !important;
  margin-top: -100px;
  width: 45px;
  z-index: 9000 !important;
}
body .profile-main-loader .loader {
  position: relative;
  margin: 0px auto;
  width: 200px;
  height: 200px;
}
body .profile-main-loader .loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}
body .circular-loader {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
body .loader-path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #952B3B;
  }
  40% {
    stroke: #952B3B;
  }
  66% {
    stroke: #952B3B;
  }
  80%, 90% {
    stroke: #952B3B;
  }
}
@keyframes color {
  0% {
    stroke: #952B3B;
  }
  40% {
    stroke: #952B3B;
  }
  66% {
    stroke: #952B3B;
  }
  80%, 90% {
    stroke: #952B3B;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Fira Sans";
  font-weight: 700 !important;
}
body h2 {
  font-size: 3em;
  position: relative;
}
body h2:after {
  content: "";
  display: block;
  background-color: #A14453;
  height: 10px;
  width: 100px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media screen and (max-width: 576px) {
  body h2 {
    font-size: 1.9em;
  }
  body h2:after {
    height: 10px;
    bottom: -10px;
  }
}
body a {
  color: #A14453;
}
body a:hover {
  color: #A14453;
}
body .mands-shadow {
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);
}
body .btn {
  width: 25%;
  padding: 0;
  min-width: 275px;
}
@media screen and (max-width: 768px) {
  body .btn {
    margin: 30px auto;
    display: block;
  }
}
body .btn a {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #A14453;
  color: #fff;
  padding: 5px;
  display: block;
  width: 100%;
  transition: all 0.5s ease-in-out;
  border: 1px solid #A14453;
}
body .btn a:hover {
  text-decoration: none;
  color: #A14453;
  background-color: #fff;
}
body .menu-opened header .navigation {
  left: 0;
}
body .menu-opened header .burger-container .burger {
  height: 0 !important;
}
body .menu-opened header .burger-container .burger:before {
  top: 1px !important;
  transform: rotate(45deg);
  z-index: 1052;
  background-color: #fff !important;
}
body .menu-opened header .burger-container .burger:after {
  bottom: -2px !important;
  transform: rotate(-45deg);
  background-color: #fff !important;
}
body .menu-opened header .logo.main svg * {
  fill: #fff;
}
body .navigation {
  display: flex;
  justify-content: space-around;
  height: 100%;
}
body .navigation a {
  color: #232323;
}
@media screen and (max-width: 1201px) {
  body .navigation {
    width: 100%;
    position: fixed;
    height: 100vh;
    background: #A14453;
    z-index: 1000;
    left: 100%;
    color: #fff;
    transition: left 0.4s ease-in-out;
    top: 0;
    padding: 0;
  }
  body .navigation a {
    color: #fff;
  }
}
body .navigation .info {
  display: none;
}
@media screen and (max-width: 1201px) {
  body .navigation .info {
    display: block;
    width: 100%;
    text-align: center;
  }
}
body ngb-tabset {
  width: 100%;
}
body ngb-tabset ul.nav-tabs {
  width: 70%;
  display: inline-flex;
  padding: 0;
  justify-content: flex-end !important;
  list-style-type: none;
  margin: 0 15%;
}
@media screen and (max-width: 767px) {
  body ngb-tabset ul.nav-tabs {
    width: calc(100% + 30px);
    margin: 0 -15px;
    justify-content: center !important;
    background-color: #A14453;
  }
  body ngb-tabset ul.nav-tabs li a {
    color: #fff !important;
  }
  body ngb-tabset ul.nav-tabs li a.active {
    text-decoration: underline !important;
  }
}
body ngb-tabset ul.nav-tabs li a {
  padding: 10px 30px;
  color: #232323;
  font-size: 1.2em;
  display: block;
}
body ngb-tabset ul.nav-tabs li a.active {
  background-color: #A14453;
  color: #fff;
}
body ngb-tabset ul.nav-tabs li a:hover {
  text-decoration: none;
}
body ngb-tabset .tab-content {
  width: 100%;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  body ngb-tabset .tab-content {
    padding: 30px 0;
    background-color: transparent;
  }
}
body ngb-tabset .tab-content:after {
  position: absolute;
  height: 100%;
  width: 100%;
  right: -99%;
  bottom: 0;
  display: block;
  content: "";
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body ngb-tabset .tab-content:after {
    display: none;
  }
}
body section.tabs-header {
  overflow: hidden;
  background-color: #a14453;
}
body section.tabs-header .container {
  padding: 0;
}
body section.tabs-header .container ul {
  margin: 0;
  width: 100%;
  justify-content: center !important;
  font-size: 0.8em;
  border-bottom: 0 !important;
}
@media screen and (min-width: 577px) {
  body section.tabs-header .container ul li {
    width: 25%;
    text-align: center;
  }
}
body section.tabs-header .container ul li a {
  padding: 10px 30px;
  margin: 20px 0;
  color: #fff !important;
  border: 0;
  background-color: transparent !important;
  border-radius: 0;
  border-color: #fff !important;
}
@media (max-width: 768px) {
  body section.tabs-header .container ul li a {
    font-size: 1em;
    border: 0 !important;
    padding: 10px 25px;
  }
}
body section.tabs-header .container ul li a.active {
  text-decoration: underline;
}
body section.tabs-header .container .tab-content {
  text-align: center;
  padding: 30px 15px;
  background-color: #fafafa;
  position: relative;
  width: 100%;
}
body section.tabs-header .container .tab-content:after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 99%;
  bottom: 0;
  display: block;
  content: "";
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  body section.tabs-header .container .tab-content:after {
    display: block;
  }
}
body section.tabs-header .container .tab-content:before {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 99%;
  bottom: 0;
  display: block;
  content: "";
  background-color: #fafafa;
}
body section.tabs-header .container .tab-content .tab-pane {
  text-align: center;
  background-color: #fafafa;
}
body .intro h3 {
  font-size: 3.4em;
  color: #A14453;
  margin: 30px 0;
  line-height: 1em;
}
@media screen and (max-width: 576px) {
  body .intro h3 {
    font-size: 1.9em;
  }
}
body .tab-section {
  background-color: #fafafa;
  padding: 30px 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body .tab-section h2 {
    font-size: 2em;
    margin-bottom: 70px;
    margin-top: 15px;
  }
}
body .tab-section .nav-tabs {
  width: 70%;
  display: inline-flex;
  padding: 0;
  justify-content: flex-end !important;
  list-style-type: none;
  margin: 0 15%;
  border: 0;
}
@media screen and (max-width: 767px) {
  body .tab-section .nav-tabs {
    width: calc(100% + 30px);
    margin: 0 -15px;
    justify-content: space-evenly !important;
    background-color: #a14453;
  }
}
body .tab-section .nav-tabs .nav-item {
  margin: 0;
}
body .tab-section .nav-tabs .nav-item .nav-link {
  padding: 10px 30px;
  color: #232323;
  font-size: 1.2em;
  display: block;
  border: 0;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}
body .tab-section .nav-tabs .nav-item .nav-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  body .tab-section .nav-tabs .nav-item .nav-link {
    color: #fff;
    padding: 10px 0;
  }
}
body .tab-section .nav-tabs .nav-item .nav-link.active {
  background-color: #a14453;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body .tab-section .nav-tabs .nav-item .nav-link.active {
    text-decoration: underline;
  }
}
body .tab-section .tab-pane {
  background-color: transparent;
}
body .tab-section .tab-pane.active {
  padding: 30px 15%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body .tab-section .tab-pane.active {
    padding: 30px 0;
    background-color: transparent;
  }
}
body .tab-section .tab-content {
  position: relative;
  width: 100%;
}
body .tab-section.teachers .tab-pane.active {
  display: flex;
  flex-wrap: wrap;
}
body .forms {
  padding: 30px 0;
}
body .forms .hbspt-form {
  display: block;
}
body .card-icon svg {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
body .social-icon svg {
  height: 20px;
  width: 20px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  body footer .social-icon svg {
    color: #232323;
  }
}
body .owl-dots {
  text-align: center;
}
body .owl-dots .owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  outline: none;
}
body .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
body .owl-dots .owl-dot.active span {
  background: #A14453;
}
body .owl-dots .owl-dot:hover span {
  background: #A14453;
}
body #home .placement .owl-carousel {
  width: 100%;
}
body #home .placement .owl-nav.disabled {
  display: none;
}
body #home .placement .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
}
body #home .placement .slider-wrapper {
  width: 100%;
  margin: 90px 0;
  overflow: hidden;
}
body #home .placement .slider-wrapper .slide-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
body #home .placement .slider-wrapper .slide-wrapper a {
  display: block;
  height: 100px;
  width: 20%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body #home .placement .slider-wrapper .slide-wrapper a {
    height: 50px;
  }
}
@media screen and (max-width: 576px) {
  body #home .placement .slider-wrapper .slide-wrapper a {
    width: 33.33%;
  }
}
body #home .placement .slider-wrapper .slide-wrapper a .slide {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
}
body .single-master {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  body .single-master {
    padding: 15px 0;
  }
}
body .single-master a {
  -webkit-box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.1);
  display: flex;
}
@media screen and (max-width: 768px) {
  body .single-master a {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
body .single-master a:hover {
  text-decoration: none;
}
body .single-master a .preview {
  width: 40%;
  background: #A14453;
  padding-top: 40%;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body .single-master a .preview {
    width: 100%;
    padding-top: 50%;
  }
}
body .single-master a .description {
  width: 60%;
  box-sizing: border-box;
  padding: 30px 0 30px 30px;
}
body .single-master a .description h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: initial;
  padding-right: 15px;
}
body .single-master a .description h2:after {
  height: 4px;
  bottom: -10px;
  width: 100%;
}
body .single-master a .description .cta {
  margin-top: 15px;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  body .single-master a .description {
    width: 100%;
    margin: 15px 0;
  }
}
@media screen and (max-width: 576px) {
  body footer ul.social-menu {
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    padding: 15px 0 !important;
  }
}
body .cover-title h1 {
  font-size: 4em;
  line-height: 1em;
  margin-bottom: 1em;
  font-weight: 600 !important;
}
body .cover-title h1:after {
  display: none;
}
@media screen and (max-width: 768px) {
  body .cover-title h1 {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  body .cover-title h1 {
    font-size: 2em;
  }
}

.search-wrapper {
  position: relative;
  width: 30px;
  cursor: pointer;
}
.search-wrapper svg {
  margin: 40px auto;
  width: 20px;
  height: 20px;
}
.search-wrapper svg * {
  fill: #A14453;
}
@media screen and (max-width: 1201px) {
  .search-wrapper {
    display: none;
  }
}

section.main-content.s-master {
  padding: 70px 0 !important;
}
@media screen and (max-width: 576px) {
  section.main-content.s-master {
    padding: 30px 0 !important;
  }
}
section.main-content .desc {
  padding-right: 3em;
}
@media screen and (max-width: 576px) {
  section.main-content {
    padding: 30px 0;
  }
}
section.main-content .sidebar p {
  margin-bottom: 0.5em;
}
section.main-content .sidebar ul {
  margin: 50px 0;
  padding-left: 20px;
}
section.main-content .sidebar ul li span {
  text-transform: uppercase;
}

.form-wrapper {
  width: 90%;
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .form-wrapper {
    width: 100%;
    box-shadow: none;
  }
}
.form-wrapper h2:after {
  left: -15px;
}
.form-wrapper form .form-group {
  position: relative;
  margin-right: 15px;
  min-height: 50px;
}
.form-wrapper form .form-group input {
  -webkit-appearance: none;
  border: 0;
  height: 100%;
  text-transform: uppercase;
  width: 100%;
}
.form-wrapper form .form-group input:active, .form-wrapper form .form-group input:focus {
  outline: none;
}
.form-wrapper form .form-group:after {
  width: 100%;
  height: 2px;
  position: absolute;
  display: block;
  content: "";
  bottom: -2px;
  background-color: #A14453;
}
.form-wrapper form .form-group.submit-wrapper:after {
  display: none;
}
.form-wrapper form .form-group input[type=file] {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  z-index: 10;
  border: 0;
}
.form-wrapper form .form-group label {
  font-size: 0.8em;
  font-weight: normal;
  margin-bottom: 0;
}
.form-wrapper form .form-group input[type=checkbox] {
  height: 15px;
  width: 15px;
  border: 1px solid;
  margin-right: 15px;
  -webkit-appearance: checkbox;
}
.form-wrapper form .form-group select {
  height: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  border: 0;
  background: #fff;
}
.form-wrapper form .form-group select:active, .form-wrapper form .form-group select:focus {
  outline: none;
}
.form-wrapper form .form-group.cf2-field-group {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  min-height: 65px;
}
.form-wrapper form .hs_upload_cv {
  position: relative;
}
.form-wrapper form .hs_upload_cv span {
  position: absolute;
  bottom: -35px;
  text-transform: capitalize;
  font-size: 0.8em;
  width: 100%;
}
.form-wrapper form .hs_upload_cv label {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.form-wrapper form .hs-fieldtype-booleancheckbox ul {
  list-style-type: none;
  padding: 0;
}
.form-wrapper form .hs-fieldtype-booleancheckbox ul li {
  width: 100%;
  height: 100%;
}
.form-wrapper form .hs-fieldtype-booleancheckbox ul li label {
  left: 0;
  width: 100%;
}
.form-wrapper form input[type=submit] {
  background-color: #A14453;
  color: #fff;
  position: absolute;
  width: 70%;
  text-align: center;
  left: 15%;
  bottom: -40px;
  height: 50px;
  text-transform: uppercase;
  font-weight: bolder;
  border: 1px solid #A14453;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.form-wrapper form input[type=submit]:hover {
  text-decoration: none;
  color: #A14453;
  background-color: #fff;
}
.form-wrapper form span.hs-form-required {
  display: none;
}
.form-wrapper form .hs-error-msgs li {
  height: auto !important;
}
.form-wrapper form .cf2-dropzone {
  width: 200px;
  height: auto;
}
.form-wrapper form .cf2-dropzone ul {
  padding: 0;
  list-style-type: none;
}
.form-wrapper form .cf2-dropzone progress {
  display: none;
}
.form-wrapper form .cf2-dropzone .cf2-file-extra-data {
  display: none;
}
.form-wrapper form .form-control.cf2-field.cf2-file {
  width: 100%;
  min-height: 50px;
}
.form-wrapper form .form-control.cf2-field.cf2-file button {
  box-sizing: border-box;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-appearance: none !important;
  min-width: 100% !important;
  white-space: normal;
  margin-bottom: 15px;
}

.caldera-grid .form-control {
  border: 0 !important;
  box-shadow: none !important;
}

.caldera-grid .alert {
  background: #fff !important;
  color: #232323;
  border: 0 !important;
}

.video-mask-wrapper.gallery {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 101;
}
.video-mask-wrapper.gallery.opened {
  display: block;
}
.video-mask-wrapper.gallery .close {
  margin: 15px;
  color: #fff;
  cursor: pointer;
  font-size: 2em;
  transform: rotate(45deg);
  text-shadow: none;
  opacity: 1;
  z-index: 1000;
  position: absolute;
  right: 30px;
}
.video-mask-wrapper.gallery .close:hover {
  color: #fff;
}
.video-mask-wrapper.gallery .video-mask {
  height: 100%;
}
.video-mask-wrapper.gallery .video-mask .iframe-wrapper {
  height: 100%;
}
.video-mask-wrapper.gallery .video-mask .iframe-wrapper .video-wrapper {
  padding: 56.25% 0 0 0;
  position: relative;
  height: 100%;
}
.video-mask-wrapper.gallery .video-mask .iframe-wrapper .video-wrapper iframe {
  position: absolute;
  left: 5vw;
  top: 5vh;
  width: 90vw;
  height: 90vh;
  z-index: 1000;
}
.video-mask-wrapper.gallery .video-mask .iframe-wrapper .carousel-wrapper .carousel-container {
  width: 90vw;
  height: 90vh;
  top: 5vh;
  z-index: 10;
  position: absolute;
  left: 5vw;
  background: transparent;
}
.video-mask-wrapper.gallery .video-mask .iframe-wrapper .carousel-wrapper .carousel-container .gallery-slide {
  width: 90%;
  height: 90%;
  margin: 5%;
}
.video-mask-wrapper.gallery .video-mask .iframe-wrapper .carousel-wrapper .carousel-container .gallery-slide .thumb {
  width: 100%;
  height: 100%;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.legal-consent-container {
  margin-top: 30px;
}

header {
  height: 100px;
}
@media screen and (max-width: 1201px) {
  header {
    height: 80px;
  }
}
header .row {
  height: 100%;
}
header .row .logo-container {
  height: 100%;
  z-index: 1030;
}
@media screen and (max-width: 576px) {
  header .row .logo-container {
    width: 40%;
    margin-left: 15px;
  }
}
header .row .logo-container .logo.main {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1201px) {
  header .row .logo-container .logo.main {
    justify-content: flex-start;
    display: flex;
  }
}
header .row .logo-container .logo.main a {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 1010;
}
@media screen and (max-width: 1201px) {
  header .row .logo-container .logo.main a svg {
    height: 50px;
  }
}
header .burger-container {
  display: none;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1030;
}
@media screen and (max-width: 1201px) {
  header .burger-container {
    display: block;
  }
}
header .burger-container .burger {
  height: 2px;
  width: 25px;
  background-color: #A14453;
  position: relative;
  margin: 50% auto;
}
header .burger-container .burger:before {
  height: 2px;
  width: 25px;
  background-color: #A14453;
  position: absolute;
  top: 6px;
  content: "";
  display: block;
  transition: all 150ms ease-out;
}
header .burger-container .burger:after {
  height: 2px;
  width: 25px;
  background-color: #A14453;
  position: absolute;
  bottom: 6px;
  content: "";
  display: block;
  transition: all 150ms ease-out;
}

.menu-wrapper {
  height: 100%;
  display: flex;
  font-size: 14px;
  width: 100%;
}
@media screen and (max-width: 1201px) {
  .menu-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    float: none;
    margin: 0;
    height: 100%;
    background: #A14453;
    height: 100vh;
  }
  .menu-wrapper .menu-header-container {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 80%;
  }
}
.menu-wrapper ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin: 0;
  height: 100%;
}
.menu-wrapper ul a {
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  letter-spacing: 1.6;
  font-size: 0.9em;
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 1201px) {
  .menu-wrapper ul a {
    font-size: 1.5em;
    line-height: 2em;
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrapper ul a {
    font-size: 1em;
    line-height: 1em;
    display: block;
    margin: 0 0 25px 0;
  }
}
@media screen and (max-width: 375px) {
  .menu-wrapper ul a {
    margin: 15px auto;
  }
}
.menu-wrapper ul a:after {
  position: absolute;
  height: 5px;
  width: 0;
  *bottom: -8px;
  left: 0;
  background-color: #A14453;
  content: "";
  display: block;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 1024px) {
  .menu-wrapper ul a:after {
    background-color: #fff;
  }
}
.menu-wrapper ul a:hover {
  text-decoration: none;
}
.menu-wrapper ul a:hover:after {
  width: 40px;
}
@media screen and (max-width: 1201px) {
  .menu-wrapper ul a:hover:after {
    background-color: #fff;
    height: 5px;
    width: 40px;
    bottom: -10px;
  }
}
.menu-wrapper ul a.active:after {
  position: absolute;
  height: 5px;
  width: 40px;
  bottom: -8px;
  left: 0;
  background-color: #A14453;
  content: "";
  display: block;
}
@media screen and (max-width: 1201px) {
  .menu-wrapper ul a.active:after {
    background-color: #fff;
    height: 2px;
    width: 40px;
    bottom: -10px;
  }
}
@media screen and (max-width: 1201px) {
  .menu-wrapper ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 80%;
    padding: 0;
  }
}
.menu-wrapper ul .current-menu-item a:after {
  position: absolute;
  height: 5px;
  width: 40px;
  *bottom: -8px;
  left: 0;
  background-color: #A14453;
  content: "";
  display: block;
}
@media screen and (max-width: 1201px) {
  .menu-wrapper ul .current-menu-item a:after {
    background-color: #fff;
    height: 2px;
    width: 40px;
    bottom: -10px;
  }
}
.menu-wrapper .search-wrapper input[type=search] {
  width: 0;
  border: 1px solid #A14453;
  height: 35px;
  padding: 5px;
  margin-right: 20px;
  display: none;
}
.menu-wrapper .info .row {
  justify-content: center;
}
.menu-wrapper .info .row .contacts {
  margin-top: 15px !important;
}
.menu-wrapper.searching {
  display: flex;
  flex-direction: row-reverse;
}
.menu-wrapper.searching ul {
  display: none;
}
.menu-wrapper.searching .search-wrapper {
  transition: all 0.2s ease-in-out;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.menu-wrapper.searching .search-wrapper input[type=search] {
  width: 30%;
  display: block;
}
.menu-wrapper.searching .search-wrapper svg {
  display: flex;
  margin: 40px 0;
}

.footer#pagefooter {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer#pagefooter .col-md-4 {
    padding: 0;
  }
  .footer#pagefooter .col-md-4 .block .text,
.footer#pagefooter .col-md-4 .block .loghi {
    padding: 30px 15px;
  }
  .footer#pagefooter .social .row {
    margin: 0;
  }
}
.footer#pagefooter .contacts {
  display: flex;
  background-color: #A14453;
  color: #fff;
  height: 100px;
  align-items: center;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .footer#pagefooter .contacts {
    height: auto;
    padding: 30px 0;
    text-align: center;
  }
}
.footer#pagefooter .contacts .row {
  align-items: center;
}
.footer#pagefooter .contacts .row span {
  font-size: 3em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer#pagefooter .contacts .row span {
    font-size: 2em;
  }
}
.footer#pagefooter .contacts .row a {
  color: #fff;
  display: inline-flex;
}
.footer#pagefooter .contacts .row a.whatsapp {
  width: 220px;
  height: 60px;
  background-image: url(/assets/img/whatsapp.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .footer#pagefooter .contacts .row a.whatsapp {
    margin: 30px auto;
    width: 170px;
    height: 50px;
  }
}
.footer#pagefooter .block {
  margin-top: 30px;
}
.footer#pagefooter .block .title {
  font-size: 1.1em;
  padding: 5px 0;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
}
.footer#pagefooter .block .title:after {
  content: "";
  display: block;
  background-color: #A14453;
  height: 3px;
  width: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .footer#pagefooter .block .title {
    margin: 0 15px;
  }
}
.footer#pagefooter .block .loghi {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.footer#pagefooter .block .loghi a {
  width: 50%;
  display: block;
}
.footer#pagefooter .block .loghi a.sella img {
  width: 40%;
}
.footer#pagefooter .block .loghi a img {
  width: 90%;
}
.footer#pagefooter .block .text {
  font-size: 1em;
  padding: 30px 0;
}
.footer#pagefooter .social {
  display: flex;
  background-color: #A14453;
  color: #fff;
  font-size: 0.7em;
  padding: 10px 0;
}
@media screen and (max-width: 576px) {
  .footer#pagefooter .social {
    margin-top: 35px;
  }
}
.footer#pagefooter .social .row {
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.center-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

main#home {
  padding: 0;
  margin-top: 0;
}
main#home section {
  padding: 30px 0;
}
@media screen and (max-width: 576px) {
  main#home section {
    padding: 15px;
  }
}
main#home section.cover {
  padding: 56.25% 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  main#home section.cover {
    padding-top: 100vh;
  }
  main#home section.cover video {
    width: auto;
    right: -100%;
  }
}
main#home section.cover video {
  position: absolute;
  top: 0;
}
main#home section.cover .caption-wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
  background-color: rgba(161, 68, 83, 0.4);
  text-align: center;
  justify-content: center;
}
main#home section.cover .caption-wrapper .cover-title h1 {
  font-size: 4em;
  line-height: 1em;
  margin-bottom: 1em;
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  main#home section.cover .caption-wrapper .cover-title h1 {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  main#home section.cover .caption-wrapper .cover-title h1 {
    font-size: 2em;
  }
}
main#home section.cover .caption-wrapper .btn a {
  border: 1px solid;
  background-color: transparent;
}
main#home section.cover .caption-wrapper .btn a:hover {
  text-decoration: none;
  color: #A14453;
  background-color: #fff;
}
main#home section.intro {
  background-color: #fafafa;
  overflow: hidden;
  padding: 0;
}
@media screen and (max-width: 576px) {
  main#home section.intro {
    padding: 0 15px;
  }
}
main#home .master-carousel .owl-carousel {
  clear: both;
  width: 100%;
  margin: 30px 0;
  margin-left: -45px;
}
@media screen and (max-width: 768px) {
  main#home .master-carousel .owl-carousel {
    margin: 30px 0;
  }
}
main#home .master-carousel .text {
  color: initial;
  padding-right: 15px;
  line-height: 1.2em;
}
main#home .news-carousel .owl-carousel {
  clear: both;
  width: 100%;
  margin: 30px 0;
}
main#home .news-carousel .single-master {
  padding: 15px 0;
}
main#home .news-carousel .single-master a {
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
main#home .news-carousel .single-master a:hover {
  text-decoration: none;
}
main#home .news-carousel .single-master a .start-date {
  background-color: #A14453;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 7px 7px 30px;
}
main#home .news-carousel .single-master a .preview {
  width: 100%;
  padding-top: 50%;
  background-position: bottom left;
  background-size: cover;
}
main#home .news-carousel .single-master a .description {
  width: 100%;
  margin: 15px 0;
}
main#home .news-carousel .single-master.single-post .description .start {
  display: block;
  color: initial;
  font-size: 0.9em;
  font-weight: bolder;
  margin-bottom: 10px;
}
main#home .news-carousel .single-master.single-post .description h2,
main#home .news-carousel .single-master.single-post .description .cta {
  color: #A14453;
}
main#home .news-carousel .single-master.single-post .description h2 {
  line-height: 1.1em;
}
main#home .news-carousel .text {
  color: initial;
  padding-right: 15px;
  line-height: 1.4em;
  min-height: 45px;
}

.video-mask-wrapper {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 101;
}
.video-mask-wrapper.opened {
  display: block;
}
.video-mask-wrapper .close {
  margin: 15px;
  color: #fff;
  cursor: pointer;
  font-size: 2em;
  transform: rotate(45deg);
  text-shadow: none;
  opacity: 1;
  z-index: 1000;
  position: absolute;
  right: 30px;
}
.video-mask-wrapper .close:hover {
  color: #fff;
}
.video-mask-wrapper .video-mask {
  height: 100%;
}
.video-mask-wrapper .video-mask .iframe-wrapper {
  height: 100%;
}
.video-mask-wrapper .video-mask .iframe-wrapper .video-wrapper {
  padding: 56.25% 0 0 0;
  position: relative;
  height: 100%;
}
.video-mask-wrapper .video-mask .iframe-wrapper .video-wrapper iframe {
  position: absolute;
  left: 5vw;
  top: 5vh;
  width: 90vw;
  height: 90vh;
  z-index: 1000;
}
.video-mask-wrapper .video-mask .iframe-wrapper .carousel-wrapper .carousel-container {
  width: 90vw;
  height: 90vh;
  top: 5vh;
  z-index: 10;
  position: absolute;
  left: 5vw;
  background: transparent;
}
.video-mask-wrapper .video-mask .iframe-wrapper .carousel-wrapper .carousel-container .gallery-slide {
  width: 90%;
  height: 90%;
  margin: 5%;
}
.video-mask-wrapper .video-mask .iframe-wrapper .carousel-wrapper .carousel-container .gallery-slide .thumb {
  width: 100%;
  height: 100%;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.img-full {
  display: block;
  width: 100%;
  height: auto;
}

.gallery .preview {
  padding-top: 0 !important;
  width: 40%;
  background: 100%/cover no-repeat #a14453;
  padding-top: 40%;
  background-position: bottom left;
  background-size: cover;
}
.gallery .preview .gallery-mask {
  background-color: rgba(161, 68, 83, 0.4);
  height: 215px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  color: #fff;
}

main.single-post h1 {
  font-family: "FiraSans Bold";
  font-size: 2.8em;
  position: relative;
  margin-bottom: 40px;
  line-height: 1em;
}
main.single-post h1:after {
  content: "";
  display: block;
  background-color: #A14453;
  height: 10px;
  width: 150px;
  position: absolute;
  bottom: -18px;
  left: 0;
}
@media screen and (max-width: 768px) {
  main.single-post h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 576px) {
  main.single-post h1 {
    font-size: 1.9em;
  }
  main.single-post h1:after {
    height: 10px;
    bottom: -10px;
  }
}
main.single-post h2 {
  margin-bottom: 50px;
}
main.single-post section.cover .description {
  margin-top: 8%;
  padding-right: 3em;
}
main.single-post section.cover .description p {
  font-size: 1.3em;
  line-height: 1.3em;
}
main.single-post section.cover .image-wrapper .image-container {
  width: 100%;
  margin: 10% 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 35%;
}
main.single-post section.cover .image-wrapper .image-container:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background-color: #A14453;
  left: -20px;
  bottom: -20px;
  width: 20px;
}
main.single-post section.cover .image-wrapper .image-container:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  background-color: #A14453;
  left: 0;
  bottom: -20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  main.single-post section.cover .row {
    flex-direction: column-reverse;
  }
  main.single-post section.cover .row .image-container:before, main.single-post section.cover .row .image-container:after {
    display: none;
  }
  main.single-post section.cover .row .img {
    padding: 0;
  }
  main.single-post section.cover .row .description {
    margin-top: 30px;
    padding-right: 15px;
  }
}
main.single-post section.content {
  margin-bottom: 30px;
}
main.single-post .single-master {
  padding: 15px 0;
}
main.single-post .single-master a {
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
main.single-post .single-master a:hover {
  text-decoration: none;
}
main.single-post .single-master a .start-date {
  background-color: #A14453;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 7px 7px 30px;
}
main.single-post .single-master a .preview {
  width: 100%;
  padding-top: 50%;
}
main.single-post .single-master a .description {
  width: 100%;
  margin: 15px 0;
}
main.single-post .single-master.single-post .description .start {
  display: block;
  color: initial;
  font-size: 0.9em;
  font-weight: bolder;
  margin-bottom: 10px;
}
main.single-post .single-master.single-post .description h2,
main.single-post .single-master.single-post .description .cta {
  color: #A14453;
}
main.single-post .single-master.single-post .description .text {
  color: initial;
}

main {
  margin-top: 15px;
}
main h1 {
  font-size: 2.8em;
  position: relative;
  margin-bottom: 40px;
  line-height: 1em;
}
main h1:after {
  content: "";
  display: block;
  background-color: #A14453;
  height: 10px;
  width: 150px;
  position: absolute;
  bottom: -18px;
  left: 0;
}
@media screen and (max-width: 768px) {
  main h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 576px) {
  main h1 {
    font-size: 1.9em;
  }
  main h1:after {
    height: 10px;
    bottom: -10px;
  }
}
main section.cover .description {
  margin-top: 8%;
  padding-right: 3em;
}
main section.cover .description p {
  font-size: 1.3em;
  line-height: 1.3em;
}
main section.cover .image-wrapper .image-container {
  width: 100%;
  margin: 10% 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 35%;
}
main section.cover .image-wrapper .image-container:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background-color: #A14453;
  left: -20px;
  bottom: -20px;
  width: 20px;
}
main section.cover .image-wrapper .image-container:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  background-color: #A14453;
  left: 0;
  bottom: -20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  main section.cover .row {
    flex-direction: column-reverse;
  }
  main section.cover .row .image-container:before, main section.cover .row .image-container:after {
    display: none;
  }
  main section.cover .row .img {
    padding: 0;
  }
  main section.cover .row .description {
    margin-top: 30px;
    padding-right: 15px;
  }
}

main.master-single {
  padding: 0;
  margin-top: 15px;
}
main.master-single h1 {
  font-size: 3em;
  position: relative;
  margin-bottom: 40px;
  line-height: 1em;
}
main.master-single h1:after {
  content: "";
  display: block;
  background-color: #A14453;
  height: 10px;
  width: 150px;
  position: absolute;
  bottom: -18px;
  left: 0;
}
@media screen and (max-width: 768px) {
  main.master-single h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 576px) {
  main.master-single h1 {
    font-size: 1.9em;
  }
  main.master-single h1:after {
    height: 10px;
    bottom: -15px;
  }
}
main.master-single h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  main.master-single h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  main.master-single h2 {
    margin-bottom: 70px;
    margin-top: 15px;
  }
}
main.master-single section.cover .description {
  margin-top: 8%;
  padding-right: 3em;
}
main.master-single section.cover .description p {
  font-size: 1.3em;
  line-height: 1.3em;
}
main.master-single section.cover .img {
  padding: 0;
}
main.master-single section.cover .img .image-wrapper .image-container {
  width: 100%;
  margin: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  padding-top: 65%;
}
main.master-single section.cover .img .image-wrapper .image-container:before, main.master-single section.cover .img .image-wrapper .image-container:after {
  display: none;
}
@media screen and (max-width: 767px) {
  main.master-single section.cover {
    margin-bottom: 30px;
  }
  main.master-single section.cover .row {
    flex-direction: column-reverse;
  }
  main.master-single section.cover .row .image-container:before, main.master-single section.cover .row .image-container:after {
    display: none;
  }
  main.master-single section.cover .row .img {
    padding: 0;
  }
  main.master-single section.cover .row .description {
    margin-top: 30px;
    padding-right: 15px;
  }
}
main.master-single section.info.tabs-header {
  background-color: #A14453;
}
main.master-single section.info.tabs-header ul {
  color: #fff;
  padding: 0;
}
main.master-single section.info.tabs-header ul li {
  border-left: 1px solid;
}
main.master-single section.info.tabs-header ul li:last-child {
  border-right: 1px solid;
}
main.master-single section.info.tabs-header ul li a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  main.master-single section.info.tabs-header {
    padding: 0;
  }
  main.master-single section.info.tabs-header ul li {
    border: 0;
  }
}
main.master-single section.info.tabs-header .not-mobile {
  justify-content: center !important;
  display: flex;
  position: relative;
  padding: 30px 15px;
}
main.master-single section.info.tabs-header .not-mobile:after {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  background-color: #fafafa;
  content: "";
  display: block;
}
main.master-single section.info.tabs-header .not-mobile span {
  width: 25%;
  padding: 0 15px;
}
@media screen and (max-width: 576px) {
  main.master-single section.info.tabs-header .not-mobile {
    display: none;
  }
}
main.master-single section.info.tabs-body {
  background-color: #FAFAFA;
}
main.master-single section.info ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  height: 100px;
  margin: 0;
  align-items: center;
  font-size: 1.25em;
  padding: 0;
}
main.master-single section.info ul li {
  height: 50px;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
main.master-single section.tab-section, main.master-single section.featured {
  background-color: #fafafa;
  padding: 30px 15px;
  overflow: hidden;
}
main.master-single section.tab-section ul, main.master-single section.featured ul {
  list-style-type: none;
  padding: 0;
}
main.master-single section.tab-section p, main.master-single section.featured p {
  font-size: 1em;
}
main.master-single section.featured {
  background-color: #fff;
}
main.master-single section.featured .content {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  main.master-single section.tab-section {
    margin-bottom: 50px;
  }
}
main.master-single section .tab-wrapper {
  width: 70%;
  margin: 0 15%;
}
@media (min-width: 768px) {
  main.master-single section .card-col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main.master-single section .card-col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  main.master-single section .card-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main.master-single section .card-col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@keyframes SimpleAppear {
  0% {
    opacity: 0;
    transform: translate3d(50px, -10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes TextAppear {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
h3 {
  margin: 30px 0;
  font-weight: bolder;
  line-height: 1em;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 1.9em;
  }
}

.bg {
  position: relative;
}

.text .title,
.text .description {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .intro-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.contest-img-wrap {
  opacity: 0;
}
.contest-img-wrap .contest-img img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .contest-img-wrap {
    display: none;
  }
}

main.gallery-page h2.title {
  margin-top: 50px;
}
main.gallery-page .single-master {
  padding: 15px 0;
}
main.gallery-page .single-master a {
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
main.gallery-page .single-master a:hover {
  text-decoration: none;
}
main.gallery-page .single-master a .start-date {
  background-color: #A14453;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 7px 7px 30px;
}
main.gallery-page .single-master a .preview {
  width: 100%;
  padding-top: 50%;
}
main.gallery-page .single-master a .description {
  width: 100%;
  margin: 15px 0;
}
main.gallery-page .single-master a .description h2 {
  font-size: 1.2em;
}
main.gallery-page .single-master a .description .text {
  color: initial;
  padding-right: 15px;
  line-height: 1.2em;
}
main.gallery-page .single-master.single-post .description .start {
  display: block;
  color: initial;
  font-size: 0.9em;
  font-weight: bolder;
  margin-bottom: 10px;
}
main.gallery-page .single-master.single-post .description h2 {
  font-size: 1.2em;
  color: #A14453;
}
main.gallery-page .single-master.single-post .description .text p img {
  display: block;
  max-width: 100%;
}
main.gallery-page .archive-wrapper {
  margin: 90px -15px;
}
main.gallery-page .gallery .preview {
  padding-top: 0 !important;
}
main.gallery-page .gallery .preview .gallery-mask {
  background-color: rgba(161, 68, 83, 0.4);
  height: 30%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  color: #fff;
}

.card-container {
  width: 80%;
  padding-bottom: 96%;
  position: relative;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}
.card-container:hover {
  opacity: 0.8;
}
.card-container .image {
  width: 95%;
  height: 95%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.card-container .card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  background-color: #A14453;
  padding: 10px 30px 10px 10px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.3em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .card-container .card-label {
    padding: 20px;
    padding-right: 30px;
  }
}

main.archive h2.title {
  margin-top: 50px;
}
main.archive .single-master {
  padding: 15px 0;
}
main.archive .single-master a {
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
main.archive .single-master a:hover {
  text-decoration: none;
}
main.archive .single-master a .start-date {
  background-color: #A14453;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 7px 7px 30px;
}
main.archive .single-master a .preview {
  width: 100%;
  padding-top: 50%;
}
main.archive .single-master a .description {
  width: 100%;
  margin: 15px 0;
}
main.archive .single-master a .description h2 {
  font-size: 1.2em;
}
main.archive .single-master a .description .text {
  color: initial;
  padding-right: 15px;
  line-height: 1.2em;
}
main.archive .single-master.single-post .description .start {
  display: block;
  color: initial;
  font-size: 0.9em;
  font-weight: bolder;
  margin-bottom: 10px;
}
main.archive .single-master.single-post .description h2 {
  font-size: 1.2em;
  color: #A14453;
}
main.archive .single-master.single-post .description .text p img {
  display: block;
  max-width: 100%;
}
main.archive .archive-wrapper {
  margin: 90px -15px;
}
main.archive .filters {
  margin: 90px auto;
}
@media screen and (max-width: 576px) {
  main.archive .filters {
    margin: 50px auto;
  }
}
main.archive .filters .filters-wrap {
  max-width: 80%;
  display: flex;
  align-items: center;
  padding: 25px;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  margin: 0 auto;
  justify-content: center;
}
main.archive .filters .filters-wrap label {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  main.archive .filters .filters-wrap label {
    margin-bottom: 15px;
  }
}
main.archive .filters .filters-wrap .select-container {
  width: 200px;
  border: 1px solid #606060;
  background-color: #fff;
  margin-left: 30px;
  color: #606060;
}
main.archive .filters .filters-wrap .select-container select {
  background-color: #fff;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 5px;
  width: 180px;
  color: #606060;
}
main.archive .filters .filters-wrap .select-container select:focus, main.archive .filters .filters-wrap .select-container select:active {
  outline: none;
}
@media screen and (max-width: 576px) {
  main.archive .filters .filters-wrap .select-container {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  main.archive .filters .filters-wrap {
    max-width: 100%;
    box-shadow: none;
    flex-direction: column;
    align-items: flex-start;
  }
}

.social-menu {
  display: inline-flex !important;
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
  flex-direction: row !important;
  justify-content: space-around !important;
}
.social-menu li a {
  display: block;
  height: 20px;
  width: 20px;
  color: #fff;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
}
.social-menu li.facebook a {
  background-image: url(/assets/img/facebook.svg);
}
.social-menu li.linkedin a {
  background-image: url(/assets/img/linkedin.svg);
}
.social-menu li.twitter a {
  background-image: url(/assets/img/twitter.svg);
}
.social-menu li.youtube a {
  background-image: url(/assets/img/youtube.svg);
}

.appear {
  transform: translate3d(0, 50px, 0);
  transition: all 1s ease-out;
  opacity: 0;
}
.appear.fromTop {
  transform: translate3d(0, -50px, 0);
}
.appear.fromLeft {
  transform: translate3d(-50px, 0, 0);
}
.appear.fromRight {
  transform: translate3d(50px, 0, 0);
}
.appear.appeared {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 0, 0) !important;
  opacity: 1;
}

.disappear {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.disappear.toTop {
  transform: translate3d(0, 50px, 0);
}
.disappear.toLeft {
  transform: translate3d(-50px, 0, 0);
}
.disappear.toRight {
  transform: translate3d(50px, 0, 0);
}

.select2-container--default .select2-selection--single {
  border: 0 !important;
}

.select2-container {
  width: 198px !important;
  outline: none;
}
.select2-container:focus {
  outline: none;
}

.selection,
.select2-container--default .select2-selection--single {
  outline: none !important;
}
.selection:focus,
.select2-container--default .select2-selection--single:focus {
  outline: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #A14453 !important;
}

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


.sub-menu{
	
	display: none !important;
    line-height: 1.22;
    position: absolute;
    margin-left: -23px !important;
    max-width: 130px;
    z-index: 9999;
	background-color:rgba(246, 246, 246, 0.9);
	margin-top: 5px !important;
	*border-radius: 8px;
    width: 115px !important;
    padding-left: 23px;
    min-height: 210px;
	
}

.menu-item-1593{
	
	margin-top: 10px;	
	
}

.menu-item-1562{
	
	margin-top: 5px;
	
}

.menu-item-1583{
	
	margin-top: 10px;
	
}

.menu-item-1590{
	
	margin-top: 10px;
	
}

#menu-item-1506:hover .sub-menu{
	
	display: block !important;
	
}

@media screen and (min-width: 768px) {
	
	body section.tabs-header .container .tab-content{justify-content: center !important; display: flex;}
#info-tab-content > div {
   width: 25%;
   padding: 0 15px;
   display: inline-block;
   opacity: 1;}
}

@media screen and (max-width: 1201px){
.menu-main-container{
	
	*margin-top: 110px;
	
}

.account-menu{
	
	margin-top: 80px !important;
	
}
}

@media screen and (max-width: 1201px){

.sub-menu{
    line-height: 1.2;
    position: absolute;
    width: 140px !important;
    z-index: 9999;
    background-color: rgba(60, 60, 60, 0.9);
    margin: 0px !important;
	margin-top: -10px !important;
    *border-radius: 8px;
    width: 150px !important;
    height: 200px !important;
	
}
}

.center-bando{
	
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	
}

.bando-btn{
	
	width: 25%;
    padding: 0;
    min-width: 275px;
	margin-top: 20px;
	
}

.bando{
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #A14453;
    color: #fff;
    padding: 5px;
    display: block;
    width: 100%;
    transition: all 0.5s ease-in-out;
    border: 1px solid #A14453;
	text-align: center;
	
}

.bando:hover{
	
	text-decoration: none;
    color: #A14453;
    background-color: #fff;
	
}

.menu-item-1689{
	
	margin-top: 5px;
	
}

.menu-item-1690{
	
	margin-top: 10px;
	
}

.display-none{
	
	display: none !important;
	
}

/*#hidden-brochure{
	
	display: none;
	
}*/

#caldera_notices_1{
	
	font-size: 26px;
    font-weight: 700;
	
}