@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* ==========================================================================
   GENERAL
   ========================================================================== */
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(51,51,51,1);
  overflow-x: hidden;
}
a, button, span {
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
a, button {
  color: rgba(212,20,89,1);
}
a:hover {
  text-decoration: none;
  color: rgba(51,51,51,1);
}
footer a {
  color: rgba(51,51,51,1);
}
footer a:hover {
  color: rgba(212,20,89,1);
}
content {}
.content-wrap {
  overflow-x: hidden;
}

.btn {
  display: inline-block;
  border:1px solid #FFF;
  border-radius: 30px;
  padding: 0.5rem 2rem;
  color: rgba(212,20,89,1);
  border:1px solid rgba(212,20,89,1);
}
.btn:hover {
  color: rgba(255,255,255,1);
  background-color: rgba(212,20,89,1);
  border:1px solid rgba(212,20,89,1);
}
.btn.bg-pink,
.information-page .btn {
  color: rgba(255,255,255,1);
  background-color: rgba(212,20,89,1);
  border:1px solid rgba(212,20,89,1);
}
.btn.bg-pink:hover,
.information-page .btn:hover {
  color: rgba(212,20,89,1);
  background-color: rgba(255,255,255,1);
  border:1px solid rgba(212,20,89,1);
}
.btn.bg-green,
.services-page .btn {
  color: rgba(255,255,255,1);
  background-color: rgba(0,140,130,1);
  border:1px solid rgba(0,140,130,1);
}
.btn.bg-green:hover,
.services-page .btn:hover {
  color: rgba(0,140,130,1);
  background-color: rgba(255,255,255,1);
  border:1px solid rgba(0,140,130,1);
}
.btn.bg-purple {
  color: rgba(255,255,255,1);
  background-color: rgba(84,69,150,1);
  border:1px solid rgba(84,69,150,1);
}
.btn.bg-purple:hover {
  color: rgba(84,69,150,1);
  background-color: rgba(255,255,255,1);
  border:1px solid rgba(84,69,150,1);
}

p {
  margin: 0 0 1.5rem 0;
}
h1, h2, h3 {
  margin-bottom: 1em;
}
p+h1, p+h2, p+h3,
ul+h1, ul+h2, ul+h3 {
  margin-top: 1.2em;
}
h1 {font-size: 2.4rem;}
h2{font-size: 1.9rem;}
h3{font-size: 1.5rem; margin: 0 0 1rem 0;}
ul {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 1rem;
}
ul li {
  margin: 0 0 0.3rem 0;
  padding: 0 0 0 1rem;
}
ul li::marker,
ul li::before {
  color: rgba(212,20,89,1);
}
table {
  width: 100%;
  margin: 0 0 2rem 0;
  border-color:rgba(51,51,51,0.15); 
}
table tr td {
  padding: 0;
  margin: 0;
}
blockquote {
  padding: 0 0 0 2rem;
  margin: 0 0 3rem 0;
  background-image: url(../img/elements/quote_left_pink.png);
  background-position: top left;
  background-size: 25px;
  background-repeat: no-repeat;
}
blockquote:nth-child(even) {
  background-image: url(../img/elements/quote_left_green.png);
  background-position: top left;
  background-size: 25px;
  background-repeat: no-repeat;
}
.info-banner blockquote {
  padding: 0 2rem;
  background-image: url(../img/elements/quote_left_wo.png), url(../img/elements/quote_right_wo.png);
  background-position: top left, top right;
  background-size: 25px;
  background-repeat: no-repeat;
  margin: 0 0;
}
.info-banner:last-child,
.info-banner blockquote:last-child {
  margin: 0 0;
}

.head, h4 {
  font-size: 1.2rem;
}
.content-blocks {
  z-index: 100;
}
.pink {
  color: rgba(212,20,89,1);
}
.bg-pink a {
  color: rgba(255,255,255,1);
}
.bg-pink,
.information-page .bg-banner-color {
  background-color: rgba(212,20,89,1);
  color: #FFF;
}
.bg-pink .btn,
.information-page .bg-banner-color .btn {
  border:1px solid rgba(255,255,255,1);
  background-color: rgba(255,255,255,1);
  color: rgba(212,20,89,1);
}
.bg-pink .btn:hover,
.information-page .bg-banner-color .btn:hover {
  border:1px solid rgba(255,255,255,1);
  background-color: rgba(212,20,89,0.6);
  color:rgba(255,255,255,1);
}
.green {
  color: rgba(0,140,130,1);
}
.bg-green a {
  color: rgba(255,255,255,1);
}
.bg-green,
.services-page .bg-banner-color {
  background-color: rgba(0,140,130,1);
  color: #FFF;
}
.bg-green .btn,
.services-page .bg-banner-color .btn {
  border:1px solid rgba(255,255,255,1);
  background-color: rgba(255,255,255,1);
  color: rgba(0,140,130,1);
}
.bg-green .btn:hover,
.services-page .bg-banner-color .btn:hover {
  border:1px solid rgba(255,255,255,1);
  background-color: rgba(0,140,130,0.6);
  color:rgba(255,255,255,1);
}
.purple {
  color: rgba(84,69,150,1);
}
.bg-purple a {
  color: rgba(255,255,255,1);
}
.bg-purple {
  background-color: rgba(84,69,150,1);
  color: #FFF;
}
.bg-purple .btn {
  border:1px solid rgba(255,255,255,1);
  background-color: rgba(255,255,255,1);
  color: rgba(84,69,150,1);
}
.bg-purple .btn:hover {
  border:1px solid rgba(255,255,255,1);
  background-color: rgba(84,69,150,0.6);
  color:rgba(255,255,255,1);
}
.grey {
  color: rgba(51,51,51,1);
}
.bg-grey {
  background-color: rgba(51,51,51,1);
  color: #FFF;
}
.ltgrey {
  color: rgba(173,173,173,1);
}
.bg-ltgrey {
  background-color: rgba(173,173,173,1);
  color: #FFF;
}
.border-left {
  border-left: none!important;
}
.breadcrumbs {
  background-color: rgba(212,20,89,0.15);
}
.information-page .breadcrumbs {
  background-color: rgba(212,20,89,0.15);
}
.services-page .breadcrumbs {
  background-color: rgba(0,140,130,0.15);
}

.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.breadcrumbs.information ul li a {
  color: rgba(212,20,89,1);
}
.breadcrumbs.services ul li a {
  color: rgba(0,140,130,1);
}
.breadcrumbs ul li a:hover {
  color: rgba(51,51,51,1);
}
.breadcrumbs ul li::after {
  content: '/';
  padding: 0 1rem;
}
.breadcrumbs.information ul li::after {
  color: rgba(212,20,89,1);
}
.breadcrumbs.services ul li::after {
  color: rgba(0,140,130,1);
}
.breadcrumbs ul li::after {
  content: "/";
  padding: 0 1rem;
  color: rgba(212,20,89,1);
}
.breadcrumbs ul li:last-child:after 
{ 
  content: ""; 
}

.subnav {
  margin-bottom: 3rem;
}
.subnav:last-of-type {
  margin-bottom: 1rem;
}
.subnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.subnav ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(51,51,51,0.2);
}
.subnav ul li a {
  color: rgba(51,51,51,1);
  display: block;
  padding: 8px 8px;
}
.subnav ul li a:hover {
  color: rgba(212,20,89,1);
  background-color: rgba(51,51,51,0.05);
}
.subnav ul li a::before {
  content: "-";
  padding: 0 10px 0 0;
}
.subnav ul li.active a::before {
  display: none;
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 400; 
  content: "\f061";
}
.subnav ul li.active a svg {
  margin-right: 0.5rem;
  color: rgba(0,140,130,1);
}

.desktop {display: none;}
.mobile {display: block;}
.hidden {display: none;}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}
.mobile .bg-image {
  min-height: 300px;
}
.content {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bg-pink.overlay {
  background-color: rgba(212,20,89,0.9);
}
.bg-green.overlay {
  background-color: rgba(0,140,130,0.9);
}
.bg-purple.overlay {
  background-color: rgba(84,69,150,0.9);
}
.information-page .bg-banner-color.overlay {
  background-color: rgba(212,20,89,0.9);
}
.services-page .bg-banner-color.overlay {
  background-color: rgba(0,140,130,0.9);
}

.pink-border {
  border:1px solid rgba(212,20,89,0.2);
}
.green-border {
  border:1px solid rgba(0,140,130,0.2);
}
.purple-border {
  border:1px solid rgba(84,69,150,0.2);
}

.icon {
  width:120px;
}
.icon img {
  width:100%;
}

a .iconimg{
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 120px;
  width: 120px;
  height: 120px;
  opacity: 1;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  display: inline-block;
}
a:hover .iconimg{
  opacity: 0.6;
}
.iconbox {
  width: 100%;
}
.iconbox h1, 
.iconbox h2, 
.iconbox h3 {margin: 0 0 0.5rem 0;}
.iconbox p {margin: 0;}
.iconbox a {
  color: rgba(51,51,51,1);
  display: block;
  width: 100%;
}
.iconbox a:hover,
.iconbox a:hover span {
  color: rgba(212,20,89,1)!important;
}

.bg-diamond {
  transform: rotate(-45deg);
  width: 500px;
  height: 500px;
  margin: 40px;
  overflow: hidden;
  z-index: -10;
}
.bg-diamond-wrap-right {
  position: absolute;
  right: -15px;
  z-index: -10;
}
.bg-diamond-wrap-left {
  position: absolute;
  left: -40px;
  z-index: -10;
}
.diamond {
  margin: 0;
}
.diamond-wrap-right,
.diamond-wrap-left,
.diamond-small-wrap-right,
.diamond-small-wrap-left {
  margin: 0 auto;
}

/* ==========================================================================
   ACCORDION
   ========================================================================== */
.accordion_container {
  width: 100%;
  padding-bottom: 1rem;
}
.accordion_head {
  background-color: transparent;
  color: rgba(0,140,130,1);
  margin:0;
  padding: 0.75rem 0.5rem;
  border: none;
  border-radius: 0;
  width: 100%;
  text-align: left;
  background-color: rgba(0,0,0,0);
  border-bottom: 2px solid rgba(0,140,130,1);
  cursor: pointer;
  font-size: 18px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.accordion_head:first-of-type {
  background-color: transparent;
  margin:0;
  padding: 0.5rem 0.5rem 0.75rem 0.5rem;
}
.accordion_head:hover {
  color: rgba(212,20,89,1);
}
.accordion_body {
  padding: 1rem 0.5rem;
  background-color: transparent;
  border-bottom: 2px solid rgba(51,51,51,0.1);
}
.plusminus {
  padding: 0 1rem 0 0;
  color: rgba(212,20,89,1);
}


/* ==========================================================================
   FORMS
   ========================================================================== */
   
.error{color:#D00;}
.trip{display:none;}
textarea, input, select {
  width:100%;
  margin-bottom: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  border:1px solid rgba(51,51,51,1);
}
::placeholder {
  opacity: 1;
  color: rgba(51,51,51,1);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: rgba(51,51,51,1);
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: rgba(51,51,51,1);
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color: rgba(51,51,51,1);
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: rgba(51,51,51,1);
}

#contact textarea, 
#contact input, 
#contact select {
  color: rgba(255,255,255,1);
  border:1px solid rgba(255,255,255,1);
}
#contact ::placeholder {
  opacity: 1;
  color: rgba(255,255,255,1);
}
#contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: rgba(255,255,255,1);
}
#contact ::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: rgba(255,255,255,1);
}
#contact :-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color: rgba(255,255,255,1);
}
#contact :-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: rgba(255,255,255,1);
}

input, select {
  border-radius: 50px;
}
textarea {
  border-radius: 20px;
  min-height: 160px;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* Remove default arrow */
   background-image: url(../img/elements/select_grey.png);   /* Add custom arrow */
   background-position: 97% center;
   background-repeat: no-repeat;
   background-size: 15px;
}
#contact select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* Remove default arrow */
   background-image: url(../img/elements/select_wo.png);   /* Add custom arrow */
   background-position: 96% center;
   background-repeat: no-repeat;
   background-size: 15px;
}
#contact .contact_submit {
  background-color: rgba(255,255,255,1);
  color: rgba(84,69,150,1);
  width: 40%;
  float: right;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
#contact .contact_submit:hover {
  background-color: rgba(84,69,150,0.6);
  color: rgba(255,255,255,1);
}
.quote_submit {
  border:1px solid rgba(212,20,89,1);
  background-color: rgba(212,20,89,1);
  color: rgba(255,255,255,1);
  width: 40%;
  float: right;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.quote_submit:hover {
  background-color: rgba(255,255,255,1);
  color: rgba(212,20,89,1);
}

/* ==========================================================================
   BLOG
   ========================================================================== */
  
.post-in-list:nth-child(even) {
  background-color: rgba(51,51,51,0.05);
}
.post-in-list h2 a {
  color: rgba(212,20,89,1);
}
.post-in-list:nth-child(even) h2 a {
  color: rgba(0,140,130,1);
}
.post-in-list h2 a:hover {
  color: rgba(51,51,51,1);
}
.post-in-list .btn {
  color: rgba(212,20,89,1);
  border:1px solid rgba(212,20,89,1);
  background-color: rgba(212,20,89,0);
}
.post-in-list .btn:hover {
  color: rgba(255,255,255,1);
  background-color: rgba(212,20,89,1);
  border:1px solid rgba(212,20,89,1);
}
.post-in-list:nth-child(even) .btn {
  color: rgba(0,140,130,1);
  border:1px solid rgba(0,140,130,1);
  background-color: rgba(0,140,130,0);
}
.post-in-list:nth-child(even) .btn:hover {
  color: rgba(255,255,255,1);
  background-color: rgba(0,140,130,1);
  border:1px solid rgba(0,140,130,1);
}
article.post h2 {
  color: rgba(0,140,130,1);
  margin: 0 0 1rem 0;
}
article.post img {
  margin: 0 0 2rem 0;
}
.archive {}
.post-in-subnav {
  border-bottom: 1px solid rgba(51,51,51,0.2);
}
.paging {
  background-color: rgba(0,140,130,0.15);
}

.post-in-list .post-image a {
  background-color: rgba(212,20,89,1);
  display: block;
  position: relative;
}
.post-in-list .post-image a:hover img {
  opacity: 0.5;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.hover-icon {
  opacity: 0;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hover-icon i, .hover-icon svg {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
}
.post-in-list .post-image a:hover .hover-icon {
  opacity:1;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.post-in-list:nth-child(even) .post-image a {
  background-color: rgba(0,140,130,1);
}
.post-in-list:nth-child(even) .post-image {    
  -ms-flex-order: 3;
  order: 3;
}
.post-in-list:nth-child(even) .post-desc {    
  -ms-flex-order: 1;
  order: 1;
}

/* ==========================================================================
   COOKIE
   ========================================================================== */
   
#cookie-bar{background:#FB0;height:24px;line-height:24px;color:#333;text-align:center;padding:10px 4px;opacity:0.9;}
#cookie-bar.fixed{position:fixed;top:0;left:0;width:100%; z-index:9999;}
#cookie-bar p{margin:0;padding:0;}
#cookie-bar a{color:#DDD;display:inline-block;border-radius:3px;text-decoration:none;margin-left:8px;padding:0 6px;}
#cookie-bar .cb-enable{background-color:#333;}
#cookie-bar .cb-enable:hover{color:#FB0;background-color:#222;}
#cookie-bar .cb-disable{background:#333;}
#cookie-bar .cb-disable:hover{background:#666;}
#cookie-bar .cb-policy{background-color:#333;}
#cookie-bar .cb-policy:hover{background-color:#222;color:#FB0;}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media (min-width: 1500px)  { ... }

@media (max-width: 1200px)  { ... }
@media (min-width: 1200px)  { ... }
@media (max-width: 1190px)   { ... }

@media (min-width: 768px) and (max-width: 992px) { 
.mobile .bg-image {
  min-height: 400px;
} 
}

@media (min-width: 1400px)  { 
.diamond {
  transform: rotate(-45deg);
  width: 400px;
  height: 400px;
  margin: 20px;
  overflow: hidden;
  z-index: 1000;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
.diamond-image {
  transform: rotate(45deg);
  overflow: hidden;
  width: 580px;
  height: 580px;
  margin: -120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}

.small .diamond-image {
  transform: rotate(45deg);
  overflow: hidden;
  width: 580px;
  height: 580px;
  margin: -90px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}

.big .diamond {
  transform: rotate(-45deg);
  width: 440px;
  height: 440px;
  margin: 20px;
  overflow: hidden;
  z-index: 1000;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}

.big .diamond-image {
  transform: rotate(45deg);
  overflow: hidden;
  width: 640px;
  height: 640px;
  margin: -100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
} 

.bg-diamond {
  transform: rotate(-45deg);
  width: 550px;
  height: 550px;
  margin: 40px;
  overflow: hidden;
  z-index: -10;
}
}

@media (min-width: 1200px) and (max-width: 1400px) {
.diamond {
  transform: rotate(-45deg);
  width: 400px;
  height: 400px;
  margin: 20px;
  overflow: hidden;
  z-index: 1000;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
.diamond-image {
  transform: rotate(45deg);
  overflow: hidden;
  width: 580px;
  height: 580px;
  margin: -120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}

.big .diamond {
  transform: rotate(-45deg);
  width: 420px;
  height: 420px;
  margin: 20px;
  overflow: hidden;
  z-index: 1000;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
.big .diamond .diamond-image {
  transform: rotate(45deg);
  overflow: hidden;
  width: 710px;
  height: 710px;
  margin: -105px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}

.bg-diamond {
  transform: rotate(-45deg);
  width: 600px;
  height: 600px;
  margin: 40px;
  overflow: hidden;
  z-index: -10;
}
}

@media (min-width: 992px) and (max-width: 1200px)  {


.diamond {
  transform: rotate(-45deg);
  width: 350px;
  height: 350px;
  margin: 20px;
  overflow: hidden;
  z-index: 1000;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
.diamond .diamond-image {
  transform: rotate(45deg);
  overflow: hidden;
  width: 520px;
  height: 520px;
  margin: -120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}

.big .diamond {
  transform: rotate(-45deg);
  width: 380px;
  height: 380px;
  margin: 40px;
  overflow: hidden;
  z-index: 1000;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
.big .diamond .diamond-image {
  transform: rotate(45deg);
  overflow: hidden;
  width: 580px;
  height: 580px;
  margin: -90px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}

.bg-diamond {
  transform: rotate(-45deg);
  width: 460px;
  height: 460px;
  margin: 40px;
  overflow: hidden;
  z-index: -10;
}

}

@media (min-width: 992px) {

h1 {font-size: 2.5rem;}
h2{font-size: 2rem;}
h3{font-size: 1.5rem; margin: 0 0 1rem 0;}

.desktop {display: block;}
.mobile {display: none;}

.diamond-wrap-right.big {
  position: absolute;
  right: 20px;
}
.diamond-wrap-left.big {
  position: absolute;
  left: 20px;
}

.diamond-wrap-right {
  position: absolute;
  right: 20px;
}
.diamond-wrap-left {
  position: absolute;
  left: 20px;
}

.diamond-wrap-right.small {
  position: absolute;
  right: 80px;
}
.diamond-wrap-left.small {
  position: absolute;
  left: 80px;
}

.py-lg-6 {
    padding: 6rem 0;
}
.py-lg-8 {
    padding: 8rem 0;
}
.border-left {
  border-left: 2px solid rgba(255,255,255,0.1)!important;
}

}

@media (max-width: 850px) { ... }

@media (min-width: 768px)  { ... }

@media (max-width: 585px) { ... }

/* Landscape phones and down */
@media (max-width: 480px) { 
.content {
  overflow: hidden;
   }
}

/* Print */
@media print {
  a[href]:after {
    content: none !important;
  }
}