/*
  ______     _                    _____       _       _ _ _
 |  ____|   | |                  |_   _|     | |     | | (_)
 | |__ _   _| |_ _   _ _ __ ___    | |  _ __ | |_ ___| | |_  __ _  ___ _ __   ___ ___
 |  __| | | | __| | | | '__/ _ \   | | | '_ \| __/ _ \ | | |/ _` |/ _ \ '_ \ / __/ _ \
 | |  | |_| | |_| |_| | | |  __/  _| |_| | | | ||  __/ | | | (_| |  __/ | | | (_|  __/
 |_|   \__,_|\__|\__,_|_|  \___| |_____|_| |_|\__\___|_|_|_|\__, |\___|_| |_|\___\___|
                                                             __/ |
                                                            |___/

 CSS for CYsecBox Microsite
 Made by Manos Karadimos (mkaradimos@f-in.eu)
 All Rights Reserved
*/

.hidden.menu {
  display: none;
}

.masthead.segment {
  min-height: 700px;
  padding: 1em 0em;
    background-image: u;
  /*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab)!important;*/
    background-image: linear-gradient(45deg, #0250c5 0%, #d43f8d 100%)!important;
  background-size: 400% 400% !important;
  animation: gradient 15s ease infinite;

}
.masthead .logo_cybox.item img {
  margin-right: 1em;
  width: 150px!important;
}
.masthead .logo_fint.item img {
  margin-right: 1em;
  width: 100px!important;
}
.masthead .ui.menu .ui.button {
  margin-left: 0.5em;
}
.masthead h1.ui.header {
  margin-top: 3em;
  margin-bottom: 0em;
  font-size: 4em;
  font-weight: normal;

}
.ui.menu .item > img:not(.ui){
    width: 10em!important;
}
.masthead h2 {
  font-size: 1.7em;
  font-weight: normal;
}

.animate-fadeIn {
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animate-fadeInLeft{
    animation-duration: 2s;
    animation-name: fadeInLeft;
}

.ui.vertical.stripe {
  padding: 8em 0em;
}
.ui.vertical.stripe h3 {
  font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
  margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
  clear: both;
}
.ui.vertical.stripe p {
  font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
  margin: 3em 0em;
}

.quote.stripe.segment {
  padding: 0em;
}
.quote.stripe.segment .grid .column {
  padding-top: 5em;
  padding-bottom: 5em;
}

.footer.segment {
  padding: 5em 0em;
}

.secondary.menu .toc.item {
  display: none;
}

.slick-dots li button:before {
    color: white;
}

.slick-dots li.slick-active button:before {
    color:white !important;
}
.scrollUpText {
    position: absolute;
    right: 9.5rem;
    bottom: 5rem;
}

.scrollUpText a {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem;
}

.scrollUpText a::before {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.scrollUpLine {
    display: block;
    width: 3px;
    height: 7rem;
    background-color: #FFFFFF;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
}

.scrollUpLineBottom{
    display: block;
    width: 3px;
    height: 7rem;
    background-image: linear-gradient(45deg, #0250c5 0%, #d43f8d 100%)!important;
    background-size: 400% 400% !important;
    animation: gradient 15s ease infinite;
    position: absolute;
    right: 7.2rem;
    top: 0;
}

.transparent{
    background: transparent!important;
    border-color: transparent!important;
    box-shadow:0 0 0 0 transparent!important;
    -webkit-box-shadow:0 0 0 0 transparent!important;
    padding-bottom: 100px!important;
}

.dot{
    width: 100%;
    height: 100%;
    background-image: url("../images/dot-orange.png")!important;
    background-repeat: no-repeat!important;
    border-color: transparent!important;
}

.infoColumns{
    border: 2px solid #FF007F;
}
#characteristics.h3,#characteristics.h4{
    color: #ffffff !important;
}

@media only screen and (max-width: 850px) {
    .scrollUpText{
        display: none;
    }
  .ui.fixed.menu {
    display: none !important;
  }

  .hidden_mobile{
    display: none!important;
  }
  .masthead .logo_cybox.item img {
    margin-right: 1em;
    width: 200px!important;
  }
  .masthead .logo_fint.item img,
  .dividerLogos{
    display: none!important;
  }
  .secondary.menu .toc.item {
    display: block;
  }
  .masthead.segment {
    min-height: 512px;
  }
  .masthead h1.ui.header {
    font-size: 2em;
    margin-top: 3em;
  }
  .masthead h2 {
    margin-top: 0.5em;
    font-size: 1.5em;
  }
    .ui.stackable.cards > .card{
        padding-bottom: 50px!important;
    }
    #dashMain{
        padding-left: 50px !important;
    }
    #dashRest{
        padding-left: 110px !important;
    }
    #fintLogo{
        padding-left: 5vh!important;
    }
    #fintText{
        padding-left: 7vh!important;
    }
    #contactForm{
        padding: 20px!important;
    }
}

.h-v-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.v-center {
  padding: 15px;
  margin: 0;
}

.img-fluid{
  width: 100%;
  max-width: 360px;
  height: auto;
}

.error,
.error ~ .button {

    box-shadow: 0 0 8px #c5391a;

}

.error ~ .button {

    background: #c5391a; color: #fff;

}

.success,
.success ~ .button {

    box-shadow: 0 0 8px #93a023;

}

.success ~ .button {

    background: #b1c317; color: #fff;

}
.hidden{
    display: none;
}


/* fade in */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/* fade out */

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }
}

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

/*Gradient Animation*/
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

