body {
 
 background-color: #fff;

 
}
      
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.modal.gallery a {
 padding: 0px;
 margin: 0px;
 border: 0px;
 
}

.modal-content {
 margin-top: 5%;
 margin-bottom: 5%;
 border-radius: 0px;
}

@media screen and (min-width: 920px) {
   .film .modal-dialog {
    min-width: 820px;  
   }
}
video {
 -webkit-appearance:none;
}
video::-webkit-media-controls-overlay-play-button {
  display: none;
  
}
video::-webkit-media-controls-panel-container { display: none }

.mute {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 9999;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.fadeinout {
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 2%, rgba(0,0,0,0.2637429971988795) 25%, rgba(0,0,0,0.2861519607843137) 80%, rgba(0,0,0,0.5) 104%);
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    z-index:2;
}

.invisible {
   visibility: hidden;
}
/*.darkbg {
  width: 100%;
  height: 100%;
  background: #000;
  
  background-position: cover;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}*/
.darkbg {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    background: url("https://coremarbella.com/wp-content/uploads/2022/08/startsequence.jpg") no-repeat center center;
    position: absolute;
    overflow: hidden;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 1;
}
header {
 position: relative;
 z-index: 99;
 margin-top: 0px;
}

main {
 position: relative;
 z-index: 3;
}

footer {
 position: relative;
 z-index: 3;
}

.no-padding {
 padding: 0px;
}
/* ul li */
ul, ol {
    margin: 0 0 1.5em 0em;
}
li {

}

#start a {
 
    color: var(--main-color);
    

}

#start a:hover {
  opacity: 0.7;
}

.home .mobile {
 display: none;
}
 .home  .desktop {
 display: block;
}
.start-divider {
 margin: 0% 8%; border-top: 1px solid black;
}
.mobile-wrappers:last-child .start-divider {
 margin: 0% 8%; border-top: 0px solid black;
}

.flexible-content {
 padding-left: 40px;
 padding-right: 0px;
}

a.gallerytitle  {
   color: black !important;
 
}
#content ul {
 
 padding-left: 20px;
}

#content li::before {
    content: '\f0c8';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left:-20px;
    font-size: 12px;
    color: orange;
    top: -2px;
    font-weight: 900;
}

#content li {
     list-style-type: none;
    position: relative;    /* It's needed for setting position to absolute in the next rule. */
    line-height: 28px;
    text-align: left;
    padding-bottom: 5px;
 
}
.navbar li {
    line-height: inherit;
 
}
.navbar li::before {
    content: '';
 
}
/* Isotope */
/*@import url(https://fonts.googleapis.com/css?family=Droid+Sans);*/
.loader-wrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100vh;
	z-index: 9999;
 background-color: white;
	background: url('') 50% 50% no-repeat rgb(255,255,255);
 padding-left: 30px;
}


/* ---- grid ---- */

.grid {
  background: transparent;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
    padding: 2px;

}

.grid-item img {
  display: block;
  max-width: 100%;
}


/* img border */
     img.corner {
      padding: 20px;
     }
.cornered {
  position:absolute;
  background: url("../images/corner.svg") no-repeat left top;
  width: 110px;
  height: 110px;
  top: -0;
  left: 10px;
}

.cornered2 {
    position: absolute;
    background: url(../images/corner.svg) no-repeat left top;
    width: 110px;
    height: 110px;
    bottom: -0;
    transform: rotate(180deg);
    right: 10px;
}

/* Contact Form */

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 300 !important;
        /*font-family: 'avenirlight', sans-serif;*/

    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
}

/* WPML */

.wpml-wrapper {
     visibility: hidden;

}
.start-wpml {
    width: auto;
    display: inline-block;
    float: right;

}

.btn-globe .fas {
 font-size: 28px;
}

.btn-globe .dropdown-menu {
 min-width: auto !important;

}
.globedown .dropdown-menu .dropdown-item {

 text-transform: uppercase;
 font-size: 14px;
 color: #444;
 font-weight: 700;
 opacity: 1;
}
.globedown .dropdown-menu .dropdown-item a {

 text-transform: uppercase;
 font-size: 14px;
 font-weight: 400;
 opacity: 1;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0 !important;
    margin-top: .125rem;
    left: inherit;
}


.wpml-ls-legacy-list-horizontal {
    border: 0px solid transparent;
    clear: both;

}

.pushed-right .wpml-wrapper {
    visibility: visible;
    z-index: 999999;
    display: -webkit-inline-box;
    /* margin-right: 60px; */
    position: fixed;
    right: 70px;
    /* top: -10px; */
    width: auto;
    margin: 0px;
}

.wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
    color: var(--main-color);
        border-right: 0px solid black;
        margin-right: 20px;
            padding: 0px 30px 0px 7px;
            font-weight: 800;

}


.wpml-ls-legacy-dropdown-click {
    width: 15.5em;
    max-width: max-content;
    margin-right: 10px;
}

.wpml-ls-legacy-dropdown-click a,
.wpml-ls-legacy-dropdown-click a:visited {
    display: block;
    text-decoration: none;
    color: #000;
    /*font-family: 'avenirlight', sans-serif;*/
    border: 0px;
    background-color: #fff;
    padding: 10px 0px 5px 0px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 16px;
    padding-right: 0px;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border: .35em solid transparent;
    border-top: .5em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - .175em);
    display: none;
}


.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    position: relative;
    padding-right: 0px;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0ac";
    display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
    color: var(--main-color);
    font-weight: 900;
    border-top: 0px solid;
    position: relative;
    right: 0px;
    top: 2px;
    font-size: 26px;
}
@media only screen and (max-width : 520px) {
  .btn-globe .fas {
    font-size: 20px;
   } 
  .pushed-right .wpml-wrapper {
      visibility: visible;
      z-index: 999999;
      display: -webkit-inline-box;
      /* margin-right: 60px; */
      position: fixed;
      right: 58px;
      /* top: -10px; */
      width: auto;
      margin: 0px;
  }
}
/*.home .wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
            border-right: 2px solid white;
            margin-right: 20px;
    padding: 0px 30px 0px 7px;

    color: var(--main-color);
}



.home header.colorfix .wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
            border-right: 0px solid black;
margin-right: 20px;
    color: black;
        padding: 0px 30px 0px 7px;

}*/

.gallerytitle {
position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
       width: 33%;

    padding: .8em 1.2em;
    color: black;
    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.newblog-gallery .gallerytitle {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    padding: inherit;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 45%;
    width: 32%;
  
}
/* Popup*/

.popwrapper {
 padding: 100px 20px;
}

.popwrapper .plus {
 width: 100%;
 text-align: center;
 font-size: 52px;
}

/* Links */

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.box img,
.single-stations img,
.gray, 
.threepart img {
 width: 100%;
}

.single-stations i {
 color: #8eafd3;
 padding-right: 5px;
}

.home .right-column {
 padding: 10% 7%;
}

.divider {
     width: 140px;
    height: 3px;
    background-color: var(--main-color);
    margin-left: 0px;
    margin-bottom: 40px;
}

.swiper-wrapper img {
  width: 100%;
  max-width: 520px;
}

/* ACF */

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 0px;
    margin: 0px 0;
}

.acf-map img {
   max-width: inherit !important;
}

/* BUTTONS */
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.custombutton {
    background-color: #ffffff00;
    color: var(--main-color);
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    padding: 8px 17px;
    margin: 4px 0px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border: 1px solid white;
    border-radius: 30px;
    width: auto;
    height: auto;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: background-color 1s ease-in-out;
    -moz-transition: background-color 1s ease-in-out;
    -ms-transition: background-color 1s ease-in-out;
    -o-transition: background-color 1s ease-in-out;
}



.custombutton:hover{
    background-color: #000000;
    opacity: 1;
    color: white;
    -webkit-transition: background-color 1s ease-in-out;
    -moz-transition: background-color 1s ease-in-out;
    -ms-transition: background-color 1s ease-in-out;
    -o-transition: background-color 1s ease-in-out;



}
div.wpforms-container-full {
    margin-bottom: 24px;
    padding: 0px 0px 60px 0px!important
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    background-color: #fff !important;
    box-sizing: border-box;
    border-radius: 2px;
    color: #000 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 0px solid #ccc !important;
    border-top: 1px solid #adadad!important;
    border-left: 1px solid #adadad!important;
    border-right: 1px solid #adadad!important;
    border-bottom: 1px solid #adadad!important;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
     background-color: #000000 !important;
    color: #ffffff !important;
    float: right;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    padding: 8px 13px !important;
    margin: 4px 0px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border: 1px solid black !important;
    border-radius: 0px;
    width: auto;
    height: auto;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 17px;
    letter-spacing: 1px;
    -webkit-transition: background-color 1s ease-in-out;
    -moz-transition: background-color 1s ease-in-out;
    -ms-transition: background-color 1s ease-in-out;
    -o-transition: background-color 1s ease-in-out;
}

.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    color: black !important;
    background: #ffffff !important;
    border: 0px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
    padding: 30px 0px !important;
    margin: 30px 0px !important;
}

a.custombutton {
   color: #fff;
   text-decoration: none;
}

a.custombutton .fa {
 color: #fff;
}

a.green {
 background-color: #000000;
 color: #000;
 border: 1px solid #000000;
 font-weight: 800;
}
a.green:visited {
 color:#000;
}
a.green:hover {
 background-color: #000000;
 color: #000;
 border: 1px solid #000000;
 font-weight: 800;
 opacity: 0.7;
}
a.green .fa {
 color: #000;
}

/* Custom New Project Layhout */
.projectstatus {
      display: block;
      position: absolute;
      top: -20px;
      color: white;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 0px 15px;
      font-size: 14px;
   }
   
   .projectstatus.Ready {
    background-color: #8C9091;
   }
   
   .projectstatus.Sold {
    background-color: #A48242;
   }
   .projectstatus.construction  {
    background-color: black;
   }

   .newproject .projectgallery {
   position: relative;
   }
   .newproject .projectgallery .custombutton {
     color: white !important;
    margin: 4% 0% 4% 1%;
    display: inline-block;
    font-weight: 800;
    padding: 6px 8px;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid white;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 2px;
   }
   
     .newproject .projectgallery .custombutton:hover {
      opacity: 0.7;
     }
   
@media screen and (min-width: 1025px) {
 
   
   
   .projectimage {
    min-height:120vh;
    max-height: 900px; 
     -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
     -o-background-size: cover !important;
     background-size: cover !important;
     }
   
   .fulltextsingle {
    position: absolute;
    top: 10%;
    padding: 20px;
    left: 10%;
    color: white;
    background: #00000035;
    text-transform: uppercase;
    width: fit-content;
    min-width: 25%;
   }
   .projectimages {
   min-height: 40vh;
   max-height: 400px;
     -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
     -o-background-size: cover !important;
     background-size: cover !important;
   }

}
@media screen and (min-width: 1445px) {
  .projectimages {
   min-height: 60vh;
   max-height: 400px;
     -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
     -o-background-size: cover !important;
     background-size: cover !important;
   }

}
@media screen and (min-width: 1225px) {
  .projectimages {
   min-height: 60vh;
   max-height: 720px;
     -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
     -o-background-size: cover !important;
     background-size: cover !important;
   }

}

.fulltextsingle a {
     color: white !important;
    margin: 4% 0%;
    display: inline-block;
    font-weight: 800;
    padding: 9px 10px;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid white;
    font-size: 12px;
    letter-spacing: 2px;
}

.blogdesktopimg {
 display:block;
}

.blogmobileimg {
 display:none;
}

@media screen and (max-width: 1025px) {
.blogdesktopimg {
 display:none;
}

.blogmobileimg {
 display:block;
}
   .newproject .projectgallery {
   border-bottom: 2px solid white;
   position: relative;
   }
   
   .projectimage {
    min-height:80vh;
    max-height: 900px; 
     -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
     -o-background-size: cover !important;
     background-size: cover !important;
     }
   
   .fulltextsingle {
    position: absolute;
    top:  6%;
    padding: 20px;
    left: 6%;
    right: 6%;
    color: white;
    background: #00000035;
    font-size: 14px;
    width: fit-content;
    min-width: 35%;
   }
    .fulltextsingle p {
     font-size: 12px;
    }
   .projectimages {
   min-height: 60vh;
   max-height: 400px;
     -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
     -o-background-size: cover !important;
     background-size: cover !important;
   }

}
@media screen and (max-width: 1290px) {
 .projectstatus {
    display: block;
    position: absolute;
    top: -20px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 15px;
    font-size: 10px;
    line-height: normal;
}
.newblog-gallery .gallerytitle {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    padding: inherit;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 41%;
    width: 42%;
}
}
@media screen and (max-width: 810px) {
      .projectimage {

   min-height: 120vh;

 }
.projectstatus {
    display: block;
    position: absolute;
    top: -20px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 15px;
    font-size: 10px;
    line-height: normal;
}
.newblog-gallery .gallerytitle {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    padding: inherit;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 45%;
    width: 58%;
}
.projectimages {
   min-height: 60vh;

 }
 
 .page-template-projects .projectlinks .desktop {
  display: none !important;
 }
 /*.loader {
  display:none;
 }*/
 
}

@media screen and (max-width: 810px) {
 .projectstatus {
    display: block;
    position: absolute;
    top: -20px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 15px;
    font-size: 16px;
    line-height: normal;
}
.newblog-gallery .gallerytitle {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    padding: inherit;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 45%;
    width: 58%;
}
}

@media screen and (min-width: 1025px) and (max-height: 720px) {
 
    .projectimage {
       min-height:140vh;
    max-height: 1200px; 
    }
    .fulltextsingle {
    position: absolute;
    top: 5%;
    padding: 20px;
    left: 5%;
    /*color: white;*/
    background: #00000017;
   }
   
   .projectimages {
   min-height: 80vh;
   max-height: 720px;
     -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
     -o-background-size: cover !important;
     background-size: cover !important;
   }
}


@media screen and (max-width: 1025px) and (min-height: 720px) {
     .projectimage {
   min-height: 120vh;

 }
 
    .projectimages {
   min-height: 60vh;

 }
 
}


@media screen and (max-width: 576px) {
 
 .flexible-content {
 padding-left: 0px;
 padding-right: 0px;
}


  .newproject .projectgallery {
  border-bottom: 2px solid white;
  position: relative;
  }
  
  .projectimage {
   min-height:80vh;
   max-height: 900px; 
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    }
  
  .fulltextsingle {
       position: absolute;
    top: 0%;
    padding:20px 40px;
    left: 0%;
    /*color: white;*/
    /*background: #ffffffba;*/
    font-size: 12px;
    height: 100%;
  }
  
  .newproject .fulltextsingle {
       position: absolute;
    top: 0%;
    padding: 60px 40px;
    left: 0%;
    background: #0000004f;
    font-size: 12px;
    height: 100%;
    width: 100%;
  }
  .projectimages {
  min-height: 50vh;
  max-height: 400px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  
  .fulltextsingle a {
 
    padding: 6px 8px;

  }

}

/* Newsletter */
#mc_embed_signup {
    background: transparent !important;
    clear: left;
    font: 14px Roboto !important;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 0% !important;
}

#mc_embed_signup label {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 400;
}

#mc_embed_signup div.mce_inline_error {
    margin: 0 0 1em 0;
    padding: 10px 0px;
    background-color: #ff121200;
    font-weight: bold;
    z-index: 1;
    color: #b53d3d;
}

#mc_embed_signup input.email {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    display: block;
    padding: 12px 0.4em;
    margin: 0 4% 10px 0;
    min-height: 32px;
    width: 58%;
    background-color: transparent;
    min-width: 130px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
    border-bottom: 1px solid #00d78a;
    margin-bottom: 30px;
    color: white;
}

#mc_embed_signup input.button {
    display: block;
    width: auto;
    margin: 0 0 10px 0;
    min-width: 90px;
    padding-left 30px;
}

#mc_embed_signup .fa {
     position: absolute;
    left: 10px;
    padding: 10px 0px;
    color: white;
}
#mc_embed_signup .button {
    background-color: #ffffff00 !important;
    color: #fbf5e5 !important;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
        padding: 8px 17px 8px 30px !important;
    margin: 4px 0px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border: 1px solid white !important;
    border-radius: 30px;
    width: auto;
    height: auto;
    font-weight: 400;
    font-size: 14px !important;
    letter-spacing: 1px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: background-color 1s ease-in-out;
    -moz-transition: background-color 1s ease-in-out;
    -ms-transition: background-color 1s ease-in-out;
    -o-transition: background-color 1s ease-in-out;
}

#mc_embed_signup .button:focus {
    background-color: #ffffff00 !important;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
        padding: 8px 17px 8px 30px !important;
    margin: 4px 0px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border: 1px solid white !important;
    border-radius: 30px;
    width: auto;
    height: auto;
    font-weight: 400;
    font-size: 14px !important;
    letter-spacing: 1px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: background-color 1s ease-in-out;
    -moz-transition: background-color 1s ease-in-out;
    -ms-transition: background-color 1s ease-in-out;
    -o-transition: background-color 1s ease-in-out;
}

#mc_embed_signup .button:hover {
 opacity: 0.7;
}
/* MENU SWIPER */
.swiper-wrapper {
  -webkit-transition-timing-function:linear!important; 
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}

.menuswiper {
    position: fixed;
    bottom: 140px;
    right: -400px;
    z-index: 999;
    width: 400px;
    overflow: hidden;
        -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
}

.menuswiper.active {
   position: fixed;
    bottom: 140px;
    right: 0px;
    z-index: 999;
    width: 400px;
    overflow: hidden;
}
.swiper-slide a {
 color: #000 !important;
}

.menuswiper .startcontent-wrapper {
 width: 810px;
}
 .menu-swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        /*flex-shrink: unset;*/

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.menu-swiper .swiper-slide img {
display: block;
    width: 101px;
    height: 101px;
    object-fit: cover;
}

.navbar-header .menuswiper h2 {
 font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0px;
    padding: 10px 0px;
    width: 100%;
}
.wrapperpadding {
 padding: 0px 73px;
 
}

.page-template-default .swiper-slide {
    background-position-x: center !important;
    background-position-y: center !important;
    background-size: cover !important;
}

.projecttextcontent .contenttext {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    transform: all 0.4s ease;
    /*-webkit-column-rule: 1px solid lightgrey;*/
    /*-moz-column-rule: 1px solid lightgrey;*/
    /*column-rule: 1px solid lightgrey;*/
}

.page-template-default .rowpadding {
 padding: 0px 45px;
 min-width: 520px;
}
.page-template-contact .rowpadding {
 padding: 0px 45px;
 min-width: 580px;
 max-width: 580px;
}
.rowpadding {
 padding: 0px 25px;
 
}

.page-template-contact .header-icon-row {
     padding: 20px 55px;

}

.page-template-contact .threepart .header-icon-row {
     padding: 0px;

}
@media screen and (max-width: 1240px) {
.projecttextcontent .contenttext {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    /* -webkit-column-rule: 1px solid lightgrey; */
    /* -moz-column-rule: 1px solid lightgrey; */
    /* column-rule: 1px solid lightgrey; */
}

}

@media screen and (max-width: 992px) and (min-height: 600px) {
 
 .menuswiper .startcontent-wrapper {
 width: 810px;
 }
 
  .menuswiper {
    position: fixed;
    bottom: 140px;
    right: -720px;
    z-index: 999;
    width: 720px;
    overflow: hidden;
 }
 
 .menuswiper.active {
    position: fixed;
    bottom: 140px;
    right: revert;
    left: 40px;
    z-index: 999;
    width: 720px;
    overflow: hidden;
 }
 

}
@media screen and (max-width: 520px) and (min-height: 600px) {
 
  .menuswiper .startcontent-wrapper {
   width: 720px;
  }
  
  .menuswiper {
      position: fixed;
      right: revert;
      z-index: 999;
      left: 100%;
      width: 100%;
    bottom: 140px;
      overflow: hidden;
      -webkit-transition: left 0.25s  ease-out;
      -moz-transition: left 0.25s ease-out;
      -ms-transition: left 0.25s ease-out;
      -o-transition: left 0.25s ease-out;
      
  }
  
  .menuswiper.active {
     position: fixed;
    bottom: 150px;
      right: revert;
      left: 50px;
      z-index: 999;
      width: 100%;
      overflow: hidden;
  }

}

@media screen and ( max-height:700px ) {
 
 /*.menuswiper {
     display: none;
 }*/
 
.navbar .footer-logo {
     display: none;
   }   
   .menuswiper.active {
    bottom: 85px;

}

.menuswiper .startcontent-wrapper .swiper-slide h2 {
    /*font-family: 'avenirlight', sans-serif;*/
    font-size: 10px;
    padding: 10px 0px;
}

 
}

@media screen and (max-width: 520px) {
 
 .menu-swiper .swiper-slide img {
        width: 90px;
        height: 90px;
}
 
 .wrapperpadding {
 padding: 0px 15px;
 
 
}

.newblog-gallery .gallerytitle {

    width: 39%;
    height: 39%;
}
.page-template-default .swiper-slide {
    background-position-x: -230px !important;
    background-position-y: center !important;
    background-size: cover !important;
}
.rowpadding {
 padding: 0px 20px;
 
}

.page-template-default .rowpadding {
 padding: 0px 20px;
 min-width: 280px;
}


.page-template-contact .rowpadding {
 padding: 0px 20px;
 min-width: 280px;
}
.page-template-contact p {
    padding: 0px 0px;
}
.page-template-contact .header-icon-row {
    padding: 20px 0px;
}
 
}





.fader-white {
 background: rgb(255,255,255);
 background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 86%);
 position: absolute;
 width: 100%;
 height: 100%;
}

/* Swiper */

.startswiper {
  width: 100%;
  height: 100vh;
  margin-top: -100px;
}

.slider-swiper {
     width: 100%;
    height: auto;
    position: relative;
    left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 1;
}

.slider-swiper .swiper-slide {
 height: auto;
}


.page .start-swiper {
height: 100%;
    position: absolute;
    top: 0px;
    margin-top: 0px;
    left: 10px;
    /* margin: 0px 15px; */
    right: 10px;
 }
.page-template-projecttextalt-php .start-swiper, 
.page-template-pagealt-php .start-swiper {
    height: 100%;
    position: relative;
    top: 0px;
    margin-top: 0px;
    left: 0px;
    /* margin: 0px 15px; */
    right: 0px;
    height: 40vh;
    max-height: 540px;
}
.page-template-pagealt-php #startc {
 padding: 0px;
}
.home .startswiper{
  height: 100vh;
}

.home .startcontent-wrapper .swiper {
 padding-bottom: 0px
}

.home .startcontent-wrapper .swiper-slide {
    /* border-right: 50px solid white; */
    /*width: 30vw !important;*/
}

footer .swiper-container {
  height: auto !important;
  padding: 40px 0px;
}
.swiper-slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  }
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
  
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}

.whiter {
     width: 100%;
    position: absolute;
    height: 100%;
    background-color: white;
    z-index: 9;
    opacity: 0.65;
    top: 0px;
    margin-top: 0px;
}


.video video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  /*position: fixed;*/
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.video-wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.video-wrapper video
{  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0px;
  
}
/*
video::-webkit-media-controls-panel {
 position: absolute;
  top: -7%;
  left: 3%;
  width: 90%;
  height:97%;
  padding: 20px;

}
*/
.playpause {
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    font-size: 90px;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}

.loaded_posts img {
    height: auto;
    width: 100%;
}



.swiper-slide .introtext-wrap {

    text-align: center;
    width: 100%;
    display: block;
}

.swiper-slide .right-column {

}

/* flexible content */


.featherlight-first-slide.featherlight-last-slide .featherlight-next, .featherlight-first-slide.featherlight-last-slide .featherlight-previous, .featherlight-loading .featherlight-next, .featherlight-loading .featherlight-previous, .featherlight-swipe-aware .featherlight-next, .featherlight-swipe-aware .featherlight-previous {
    display:block;
}

.gallery-images {
 /*border-radius: 100% !important;*/
}
.rounded {
 padding: 40px 20px;

 /*border-radius: 100% !important;*/
}

.featherlight-next:hover,
.featherlight-previous:hover {
 background-color: transparent;
}
.featherlight-next span,
.featherlight-previous span {
text-shadow:  none;
display: block;

}

.featherlight-next span{
right: 10%;

}


.featherlight-previous span {
left: 10%;

}


.featherlight-next {
right: 0px;
    left: calc(99% - 45px);
    width: fit-content;
}


.featherlight-previous {
left: 0px;
    right: calc(99% - 45px);
    width: fit-content;
}

.featherlight-next span:before {
 font-family: "Font Awesome 5 Free";
   content: "\f054";
   display: inline-block;
   padding-right: 0px;
   vertical-align: middle;
   color: var(--main-color);
   background-color: white;
   font-weight: 900;
   font-size: 28px;
   line-height: 46px;
   width: 46px;
   height: 46px;
   border-radius: 46px 0px 0px 46px;
   

}

.featherlight-previous span:before {
 font-family: "Font Awesome 5 Free";
   content: "\f053";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   color: var(--main-color);
   background-color: white;
   font-weight: 900;
   font-size: 28px;
   line-height: 46px;
   width: 46px;
   height: 46px;
   border-radius: 0px 46px 46px 0px;
}

.featherlight-content img {
 filter: none;
}
.featherlight-next span img {
 display: none !important;
 visibility: hidden;
}
.featherlight-previous span img {
 display: none !important;
 visibility: hidden;
}

.gray {
    filter: grayscale(100%) brightness(120%);
}

 table {
    border-collapse: separate;
    border-spacing: 0 1em;
}
 table tr {
  border-spacing: 5em;
  
 }
 
 td {
  padding: 5px 10px 5px 0px !important;
 }
 
 td:nth-child(2),  td:nth-child(3) {
   font-weight: 800;
 }
 
 .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #7d0f4f;
}

 .table tbody th,  .table tbody td {
    vertical-align: bottom;
    border-bottom: 1px solid #c8c8c8;
}

.table td, .table th {
    padding: .75rem 0rem;
    vertical-align: top;
    border-top: 0px solid #000;
}
 
 table tr th {
  border-bottom: 0px solid #000;
  color: #7d0f4f;
  
 }
 

.grecaptcha-badge {
 display: none;
}


/* Collapses */

.btn-link {
    font-weight: 800;
    color: #008000 !important;
    background-color: transparent;
    cursor: pointer;
}

.pointer {cursor: pointer;}

   
 /* Filters*/
 
 #filters {
  padding: 0px 0px 20px 0px;
 }
 
 ul#filters{
  display: inline-block !important;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 30px;
  margin: 0px;
}


ul#filters li {
  display: inline-block !important;
  padding-left: 5px;
  padding-right: 5px;
}

ul#filters a {
    text-align: center;
	 color: #000;
	     font-size: 14px;
}

ul#filters a:active, 
ul#filters a:hover {
	 color: #000;
}



/* Vod */
	.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
 

 .starts {
 display: none;
 
}
.split-content-left img {
	
height: auto;
    width: auto;
}

/* ANIMATION */
.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

 /* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	60% {
		-webkit-transform: translateX(20px);
	}

	80% {
		-webkit-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		-moz-transform: translateX(20px);
	}

	80% {
		-moz-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(20px);
	}

	80% {
		-o-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		transform: translateX(20px);
	}

	80% {
		transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		-webkit-transform: translateX(-20px);
	}

	80% {
		-webkit-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		-moz-transform: translateX(-20px);
	}

	80% {
		-moz-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		-o-transform: translateX(-20px);
	}

	80% {
		-o-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		transform: translateX(-20px);
	}

	80% {
		transform: translateX(5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	50% {
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes moveUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 1;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@-o-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}

.animated.animationDelay{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}
.animated.fadeBgColor {
	-webkit-animation-name: fadeBgColor;
	-moz-animation-name: fadeBgColor;
	-o-animation-name: fadeBgColor;
	animation-name: fadeBgColor;
}
.animated.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animated.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}
.page-content {
 padding-top: 2%; padding-bottom: 8%;
     min-height: 65vh;
}

.page-template-projecttext .page-content {
 padding-top: 4%; padding-bottom: 4%;
}


.page-content .header-icon-row a {
 color: black;
 font-size: 22px;
 padding-right: 5px;
}
.page-content .header-icon-row a .fab{
  color: black;

 
}

.newblog-gallery .mobile {
   display: none !important;
}

@media screen and (max-width: 992px) {
 
 .featherlight-first-slide.featherlight-last-slide .featherlight-next, .featherlight-first-slide.featherlight-last-slide .featherlight-previous, .featherlight-loading .featherlight-next, .featherlight-loading .featherlight-previous, .featherlight-swipe-aware .featherlight-next, .featherlight-swipe-aware .featherlight-previous {
    display: block;
}
 
.page-template-default .start-swiper {
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 1;
    
    
}
.featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 20px 20px 10px !important;
    border-bottom: 10px solid transparent;
}


.page-template-contact .start-swiper {
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 1;
}
.page-template-projecttext .start-swiper {
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 1;
}

.whiter {
     width: 100%;
    position: fixed;
    height: 100%;
    background-color: white;
    z-index: 9;
    /*opacity: 0.9;*/
}


}

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

.newblog-gallery .front {
   display: none;
}
 .newblog-gallery .front .gallerytitle {
   display: none;
}
 
 .newblog-gallery .mobile {
   display: flex !important;
}
.newblog-gallery .secondaryimage {
 display: none !important;
}

.newblog-gallery .projectlinks {
 display:none !important;
}
}


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


 .page-content {
 padding-top: 5%; padding-bottom: 2%;
}
 .home  .desktop {
 display: none;
}

.home .mobile {
 display: inherit;
}
 
 .featherlight-next span:before {
   font-size: 22px;

}

.featherlight-previous span:before {
   font-size: 22px;

}
 .gallerytitle {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    max-width: 150px;
    padding: .8em 1.2em;
    color: black;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
 .custombutton {

    font-size: 10px;
    padding: 1px 10px;

}
.left-box {
 display: none !important;
}
.home .wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
    border-right: 2px solid white;
    margin-right: 8px;
    padding: 0px 20px 0px 7px;
    color: white;
}

.swiper-wrapper img {
    width: 100%;
    /*max-width: 240px;*/
}

#start-slider {
 margin-top: -100px;
}

.startswiper {
    width: 100%;
    height: 100vh;
    margin-top: 0px;
}

.playpause {

    font-size: 40px;

}

.content .container {
 padding: 0px 20px;
}
}


/* LOGIN */

Body.login
{
 background-color:#fff;
/*background-image:url("../images/login-page-bg.jpg");*/
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;

}

#login h1 a {
    background-image: url(/wp-content/uploads/2021/08/CLING-rgb-web.png);
    background-size: 360px;
    width: 370px;
    height: 150px;
}
.login form{
box-shadow:none;
padding:20px;
}
#login {
background: #fff;
margin: 50px auto;
padding: 40px 20px;
width: 400px;
}
.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: #fff;
    font-family: 'Raleway', sans-serif;

}

.login form .input, .login input[type=text] {
 font-family: 'Raleway', sans-serif;
    font-size: 24px;
    width: 100%;
    padding: 5px;
    margin: 2px 6px 16px 0;
    border: 0px solid #ddd;
    border-bottom: 1px solid black;
    box-shadow: 0px 0px 0px;
}
.login label {
color: #555;
font-size: 14px;
}
.login form .forgetmenot{
float:none;
}
#login form p.submit{
margin-top:15px;
}

.login #backtoblog, .login #nav {
 font-family: 'Raleway', sans-serif;
    font-size: 13px;
    padding: 0 24px 0;
    text-align: center;
}
.login #nav {
 font-family: 'Raleway', sans-serif;
    margin: 24px 0 0 0;
    text-align: center;
}
.login.wp-core-ui .button-primary {
background: #000;
border-color:#000;
box-shadow: 0 1px 0 #000;
color: #FFF;
text-shadow: none;
float: none;
clear: both;
display: block;
width: 100%;
padding: 7px;
height: auto;
font-size: 15px;
}

.cc-window {
 max-width: 18em !important;
}
.cc-window.cc-floating {
    padding: 1em !important;
 max-width: 18em !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 12px !important;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9991;
}


}
@media only screen and (max-width: 1024px) {
.featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 26px 22px 12px !important;
    border-bottom: 10px solid transparent;
}
}

/* Admin */
#adminmenu, #adminmenu .wp-submenu, #adminmenuback, #adminmenuwrap {
    width: 160px;
    background-color: #1d232c;
     color: white;

}

body.wp-admin .rml-folder-selector {
 z-index: 9999999 !important;
}

#dashboard-widgets-wrap .inside img {
  width: 100%;
  height: auto;
}
.acf-fc-popup a {
    background: #0073aa;
    color: #fff !important;
}

.acf-tooltip.-confirm a[data-event="confirm"] {
    color: #F55E4F;
}

.acf-tooltip.-confirm a {
    text-decoration: none;
    color: #9ea3a8;
}

.wp-core-ui .button-primary, .wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
    background: #135e96;
    border-color: #135e96;
    color: #fff !important;
}
#adminmenu .opensub .wp-submenu li.current a, #adminmenu .wp-submenu li.current, #adminmenu .wp-submenu li.current a, #adminmenu .wp-submenu li.current a:focus, #adminmenu .wp-submenu li.current a:hover, #adminmenu a.wp-has-current-submenu:focus+.wp-submenu li.current a {
    color: #fff !important;
}
#adminmenu a {
    display: block;
    line-height: 1.3;
    padding: 2px 5px;
    color: #f0f0f1 !important;
}

.wp-menu-name {
 /*color: black;*/
 text-align: center;
 padding-bottom: 20px;
 text-transform: uppercase;
 padding: 5px 0px !important;
 color: white !important;

}

.wp-menu-name:after {
  position: relative;
    content: "";
    width: 30%;
    left: 35%;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid rgb(82, 94, 107);
}
#wp-admin-bar-wp-logo {
 display: none !important;
}
.dashicons-before {
 display: none;
}
body.wp-admin {
   background-color: white;
   /*color: #000;*/
   /*font-family: 'Poppins', sans-serif;*/

   font-size: 16px;
   font-size: 1rem;
   line-height: 1.5;
}

#wpadminbar a {
 color: white !important;
}

#adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, #adminmenu a.wp-has-current-submenu:focus+.wp-submenu, .no-js li.wp-has-current-submenu:hover .wp-submenu {
    position: relative;
    z-index: 3;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border: 0 none;
    margin-top: 0;
    box-shadow: none;
    background-color: #353e46;
    text-align: center;
}

#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, .folded #adminmenu li.current.menu-top, .folded #adminmenu li.wp-has-current-submenu {
    background: #1d232c;
    color: #fff;
}

#wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks a, #wpadminbar .shortlink-input {
    height: 32px;
    display: block;
    padding: 0 10px;
    margin: 0;
    text-transform: uppercase;
}

.collapse-button-label {
    transition: all .1s ease-in-out;
    display: none !important;
}

#adminmenu div.wp-menu-image.svg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px auto;
    display: none;
}
#wpadminbar *:not([class="ab-icon"]){font-family:"Raleway",sans-serif !important;
#adminmenu .wp-submenu-head, #adminmenu a.menu-top {
    font-size: 12px;
font-family: 'Raleway', sans-serif !important;
    font-weight: 300;
    line-height: 1.3;
    padding: 0;
    letter-spacing: 1px;
}



#adminmenu .wp-submenu a {
    font-size: 12px;
font-family: 'Raleway', sans-serif !important;
    /* line-height: 15px; */
    line-height: 1.5;
    margin: 0;
    padding: 5px 0;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 9px;
}

#wpadminbar {
    direction: ltr;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; */
    line-height: 32px;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #295375 !important;
}

