/* no cookie */
.card-overlay-no-cookie {display: block;position: absolute;top: 240px;right: 50px;color: #ffffff;}
.card-overlay-no-cookie h1 {font-size: 60px;}
.card-overlay-no-cookie h2 {font-size: 37px;}
@media (max-width: 768px) {
  .card-overlay-no-cookie {top: 160px;right: 25px;}
  .card-overlay-no-cookie h1 {font-size: 25px;}
  .card-overlay-no-cookie h2 {font-size: 20px;}
}
.cookieconsent-optout-marketing {text-align: center;background-color: #f7f7f7;padding: 20px 0px;}
/* fine no cookie */

/* banner BTW24 */
.banner-btw {
  background-color: white;
  background-image: url('/frontend/assets/img/home-banner-btw.png');
  padding: 20px 0px 50px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}
.banner-btw img {
  width: 350px;
}
.banner-btw .btw-title {
  color: #1e2d63;
  font-size: 28px;
  font-weight: bold;
}
.banner-btw .btw-text {
  font-size: 18px;
  line-height: 24px;
}
.banner-btw .btn {
  font-size: 20px;
  background: #1e2d63;
}
/*banner BTW24 */

/* Typography */
body {width:100%;font-family: 'Montserrat', sans-serif;color:#333;font-size: 14px;font-weight:300;}
a {word-wrap:break-word;text-decoration:none;color:currentColor;line-height: 18px;}
a:hover {text-decoration:none;color: #21D000;}
a:focus {outline:0;}
a:active:focus {outline:0;}
a.link-primary {color:#21D000;}
a.link-primary:hover {text-decoration: underline;}
a.link-crowdlisting:hover{color:#67DAD4;}
a.link-crowdbridge:hover{color:#03A6A6;}
a.link-crowdlegal:hover{color:#C1022F;}
a.link-crowdre:hover{color:#FF585A;}
a.link-crowdbond:hover{color:#777FDF;}
a.link-crowdlender:hover{color:#0071CE;}
label {font-weight:normal;font-size: 13px;}
h1 , h2 , h3 , h4 , h5 , h6 {margin-top:0;font-family:"Montserrat", sans-serif;}
/*p {white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}*/

.h1, h1 {
  font-size: 28px;
}
.h2, h2 {
  font-size: 24px;
}
.h3, h3 {
  font-size: 18px;
  line-height: 24px !important;
}
.h4, h4 {
  font-size: 14px;
}
.container {
  padding-right: 7px;
  padding-left: 7px;
}
@media (min-width: 768px) {
  .container {
    width:100%;
  }
}

@media (min-width: 992px) {
  .container {
    width:1000px;
  }
}

@media (min-width: 1200px) {
  .container {
    width:1100px;
  }
}

@media (min-width: 1400px) {
  .container {
    width:1250px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1350px;
  }
}
.hr{margin-top: 10px;margin-bottom: 10px;}
ul li {list-style-position: inside;line-height: 22px;}

/* EQUITY */
.color-equity {color:#21D000 !important;}
.background-equity {background-color: #21D000 !important;}
.btn-equity {background-color: #21D000 !important; color: #ffffff !important;}
.border-equity {border-color: #21D000 !important;}

/* BOND */
.color-bond {color:#777FDF !important;}
.background-bond {background-color: #777FDF !important;}
.btn-bond {background-color: #777FDF !important; color: #ffffff !important;}
.border-bond {border-color: #777FDF !important;}

/* CROWDLENDER */
.color-crowdlender {color:#0071CE !important;}
.background-crowdlender {background-color: #0071CE !important;}
.btn-crowdlender {background-color: #0071CE !important; color: #ffffff !important;}
.border-crowdlender {border-color: #0071CE !important;}

/* LENDING */
.color-lending {color:#0071CE !important;}
.background-lending {background-color: #0071CE !important;}
.btn-lending {background-color: #0071CE !important; color: #ffffff !important;}
.border-lending {border-color: #0071CE !important;}

/* CROWDRE */
.color-crowdre {color:#FF585A !important;}
.background-crowdre {background-color: #FF585A !important;}
.btn-crowdre {background-color: #FF585A !important; color: #ffffff !important;}
.border-crowdre {border-color: #FF585A !important;}

/* CROWDARENA */
.color-crowdarena {color:#F49633 !important;}
.background-crowdarena {background-color: #F49633 !important;}
.border-crowdarena {border-color: #F49633 !important;}

/* Placeholders */
::-webkit-input-placeholder {color:#555555;}
:-moz-placeholder {color:#555555;}
::-moz-placeholder {color:#555555;}
:-ms-input-placeholder {color:#555555;}

/* Utilities */
.p-auto {padding:auto!important;}
.p-0 {padding:0!important;}
.pt-0 {padding-top:0!important;}
.pr-0 {padding-right:0!important;}
.pb-0 {padding-bottom:0!important;}
.pl-0 {padding-left:0!important;}
.p-1 {padding:1rem!important;}
.pt-1 {padding-top:1rem!important;}
.pr-1 {padding-right:1rem!important;}
.pb-1 {padding-bottom:1rem!important;}
.pl-1 {padding-left:1rem!important;}
.p-2 {padding:2rem!important;}
.pt-2 {padding-top:2rem!important;}
.pr-2 {padding-right:2rem!important;}
.pb-2 {padding-bottom:2rem!important;}
.pl-2 {padding-left:2rem!important;}
.p-3 {padding:3rem!important;}
.pt-3 {padding-top:3rem!important;}
.pr-3 {padding-right:3rem!important;}
.pb-3 {padding-bottom:3rem!important;}
.pl-3 {padding-left:3rem!important;}
.p-4 {padding:4rem!important;}
.pt-4 {padding-top:4rem!important;}
.pr-4 {padding-right:4rem!important;}
.pb-4 {padding-bottom:4rem!important;}
.pl-4 {padding-left:4rem!important;}
.p-5 {padding:5rem!important;}
.pt-5 {padding-top:5rem!important;}
.pr-5 {padding-right:5rem!important;}
.pb-5 {padding-bottom:5rem!important;}
.pl-5 {padding-left:5rem!important;}
.m-auto {margin:auto!important;}
.ml-auto {margin-left:auto!important;}
.mr-auto {margin-right:auto!important;}
.m-0 {margin:0!important;}
.mt-0 {margin-top:0!important;}
.mr-0 {margin-right:0!important;}
.mb-0 {margin-bottom:0!important;}
.ml-0 {margin-left:0!important;}
.m-1 {margin:1rem!important;}
.mt-1 {margin-top:1rem!important;}
.mr-1 {margin-right:1rem!important;}
.mb-1 {margin-bottom:1rem!important;}
.ml-1 {margin-left:1rem!important;}
.m-2 {margin:2rem!important;}
.mt-2 {margin-top:2rem!important;}
.mr-2 {margin-right:2rem!important;}
.mb-2 {margin-bottom:2rem!important;}
.ml-2 {margin-left:2rem!important;}
.m-3 {margin:3rem!important;}
.mt-3 {margin-top:3rem!important;}
.mr-3 {margin-right:3rem!important;}
.mb-3 {margin-bottom:3rem!important;}
.ml-3 {margin-left:3rem!important;}
.m-4 {margin:4rem!important;}
.mt-4 {margin-top:4rem!important;}
.mr-4 {margin-right:4rem!important;}
.mb-4 {margin-bottom:4rem!important;}
.ml-4 {margin-left:4rem!important;}
.m-5 {margin:5rem!important;}
.mt-5 {margin-top:5rem!important;}
.mr-5 {margin-right:5rem!important;}
.mb-5 {margin-bottom:5rem!important;}
.ml-5 {margin-left:5rem!important;}

.br-1 {border-right: 1px solid rgba(112, 112, 112, .5);}
@media (max-width: 992px) {
  .filters-group .br-1  {
    border-right: none;
    border-bottom: 1px solid rgba(112, 112, 112, .5);
    padding-bottom:10px;
  }
}

/* cookiebot banner centrale 
#CybotCookiebotDialog{
  margin-left: 397px !important;
  padding: 20px !important;
}
#CybotCookiebotDialog div {
  font-size: 17px !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper{
  margin-bottom: 10px;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  width: 163px !important;
  font-size: 16px !important;
  height: auto !important;
  padding: 5px !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll{
  margin-left: 0px !important;
}
input[type=checkbox].CybotCookiebotDialogBodyLevelButton.CybotCookiebotDialogBodyLevelButtonDisabled+label{
  font-size: 15px !important;
}
 fine cookiebot banner centrale */

/* cookiebot banner basso */
#CybotCookiebotDialog{
  margin-left: 0px !important;
  padding: 20px !important;
  width: 100% !important;
}
#CybotCookiebotDialog div {
  font-size: 17px !important;
}
#CybotCookiebotDialogBody, #CybotCookiebotDialogDetailBody {
  max-width: initial !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper{
  width: 100% !important;
  margin-bottom: 10px;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  width: 163px !important;
  font-size: 16px !important;
  height: auto !important;
  padding: 5px !important;
  display: inline-block !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll{
  margin-left: 0px !important;
}
input[type=checkbox].CybotCookiebotDialogBodyLevelButton.CybotCookiebotDialogBodyLevelButtonDisabled+label{
  font-size: 15px !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input[type=checkbox] {
  visibility: initial !important;
}
.cookiescript_checkbox_input {
  visibility: initial !important;
}

@media (max-width: 768px) {
  #CybotCookiebotDialog{
    top: 0px !important;
  }
}
/* fine cookiebot banner basso */

#companies-pagination a{ 
  border:none;
  padding: 8px 8px;
  min-width: 30px;
}
/*.consob-content {display: none !important;}*/

@media (max-width: 768px) {
  .pt-xs-0 { padding-top: 0 !important; }
  .pt-xs-1 { padding-top: 1rem !important; }
  .pt-xs-2 { padding-top: 2rem !important; }
  .pt-xs-3 { padding-top: 3rem !important; }
  .pt-xs-4 { padding-top: 4rem !important; }
  .pt-xs-5 { padding-top: 5rem !important; }
  .pb-xs-0 { padding-bottom: 0 !important; }
  .pb-xs-1 { padding-bottom: 1rem !important; }
  .pb-xs-2 { padding-bottom: 2rem !important; }
  .pb-xs-3 { padding-bottom: 3rem !important; }
  .pb-xs-4 { padding-bottom: 4rem !important; }
  .pb-xs-5 { padding-bottom: 5rem !important; }
  .pl-xs-0 { padding-left: 0 !important; }
  .pl-xs-1 { padding-left: 1rem !important; }
  .pl-xs-2 { padding-left: 2rem !important; }
  .pl-xs-3 { padding-left: 3rem !important; }
  .pl-xs-4 { padding-left: 4rem !important; }
  .pl-xs-5 { padding-left: 5rem !important; }
  .pr-xs-0 { padding-right: 0 !important; }
  .pr-xs-1 { padding-right: 1rem !important; }
  .pr-xs-2 { padding-right: 2rem !important; }
  .pr-xs-3 { padding-right: 3rem !important; }
  .pr-xs-4 { padding-right: 4rem !important; }
  .pr-xs-5 { padding-right: 5rem !important; }
  .mt-xs-0 { margin-top: 0 !important; }
  .mt-xs-1 { margin-top: 1rem !important; }
  .mt-xs-2 { margin-top: 2rem !important; }
  .mt-xs-3 { margin-top: 3rem !important; }
  .mt-xs-4 { margin-top: 4rem !important; }
  .mt-xs-5 { margin-top: 5rem !important; }
  .mb-xs-0 { margin-bottom: 0 !important; }
  .mb-xs-1 { margin-bottom: 1rem !important; }
  .mb-xs-2 { margin-bottom: 2rem !important; }
  .mb-xs-3 { margin-bottom: 3rem !important; }
  .mb-xs-4 { margin-bottom: 4rem !important; }
  .mb-xs-5 { margin-bottom: 5rem !important; }
  .ml-xs-0 { margin-left: 0 !important; }
  .ml-xs-1 { margin-left: 1rem !important; }
  .ml-xs-2 { margin-left: 2rem !important; }
  .ml-xs-3 { margin-left: 3rem !important; }
  .ml-xs-4 { margin-left: 4rem !important; }
  .ml-xs-5 { margin-left: 5rem !important; }
  .mr-xs-0 { margin-right: 0 !important; }
  .mr-xs-1 { margin-right: 1rem !important; }
  .mr-xs-2 { margin-right: 2rem !important; }
  .mr-xs-3 { margin-right: 3rem !important; }
  .mr-xs-4 { margin-right: 4rem !important; }
  .mr-xs-5 { margin-right: 5rem !important; }


  #companies-pagination a{ 
    border:none;
    padding: 12px 16px;
    min-width: 30px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .pt-sm-0 { padding-top: 0 !important; }
  .pt-sm-1 { padding-top: 1rem !important; }
  .pt-sm-2 { padding-top: 2rem !important; }
  .pt-sm-3 { padding-top: 3rem !important; }
  .pt-sm-4 { padding-top: 4rem !important; }
  .pt-sm-5 { padding-top: 5rem !important; }
  .pb-sm-0 { padding-bottom: 0 !important; }
  .pb-sm-1 { padding-bottom: 1rem !important; }
  .pb-sm-2 { padding-bottom: 2rem !important; }
  .pb-sm-3 { padding-bottom: 3rem !important; }
  .pb-sm-4 { padding-bottom: 4rem !important; }
  .pb-sm-5 { padding-bottom: 5rem !important; }
  .pl-sm-0 { padding-left: 0 !important; }
  .pl-sm-1 { padding-left: 1rem !important; }
  .pl-sm-2 { padding-left: 2rem !important; }
  .pl-sm-3 { padding-left: 3rem !important; }
  .pl-sm-4 { padding-left: 4rem !important; }
  .pl-sm-5 { padding-left: 5rem !important; }
  .pr-sm-0 { padding-right: 0 !important; }
  .pr-sm-1 { padding-right: 1rem !important; }
  .pr-sm-2 { padding-right: 2rem !important; }
  .pr-sm-3 { padding-right: 3rem !important; }
  .pr-sm-4 { padding-right: 4rem !important; }
  .pr-sm-5 { padding-right: 5rem !important; }
  .mt-sm-0 { margin-top: 0 !important; }
  .mt-sm-1 { margin-top: 1rem !important; }
  .mt-sm-2 { margin-top: 2rem !important; }
  .mt-sm-3 { margin-top: 3rem !important; }
  .mt-sm-4 { margin-top: 4rem !important; }
  .mt-sm-5 { margin-top: 5rem !important; }
  .mb-sm-0 { margin-bottom: 0 !important; }
  .mb-sm-1 { margin-bottom: 1rem !important; }
  .mb-sm-2 { margin-bottom: 2rem !important; }
  .mb-sm-3 { margin-bottom: 3rem !important; }
  .mb-sm-4 { margin-bottom: 4rem !important; }
  .mb-sm-5 { margin-bottom: 5rem !important; }
  .ml-sm-0 { margin-left: 0 !important; }
  .ml-sm-1 { margin-left: 1rem !important; }
  .ml-sm-2 { margin-left: 2rem !important; }
  .ml-sm-3 { margin-left: 3rem !important; }
  .ml-sm-4 { margin-left: 4rem !important; }
  .ml-sm-5 { margin-left: 5rem !important; }
  .mr-sm-0 { margin-right: 0 !important; }
  .mr-sm-1 { margin-right: 1rem !important; }
  .mr-sm-2 { margin-right: 2rem !important; }
  .mr-sm-3 { margin-right: 3rem !important; }
  .mr-sm-4 { margin-right: 4rem !important; }
  .mr-sm-5 { margin-right: 5rem !important; }
}

@media (min-width: 992px) {
  .pt-md-0 { padding-top: 0 !important; }
  .pt-md-1 { padding-top: 1rem !important; }
  .pt-md-2 { padding-top: 2rem !important; }
  .pt-md-3 { padding-top: 3rem !important; }
  .pt-md-4 { padding-top: 4rem !important; }
  .pt-md-5 { padding-top: 5rem !important; }
  .pb-md-0 { padding-bottom: 0 !important; }
  .pb-md-1 { padding-bottom: 1rem !important; }
  .pb-md-2 { padding-bottom: 2rem !important; }
  .pb-md-3 { padding-bottom: 3rem !important; }
  .pb-md-4 { padding-bottom: 4rem !important; }
  .pb-md-5 { padding-bottom: 5rem !important; }
  .pl-md-0 { padding-left: 0 !important; }
  .pl-md-1 { padding-left: 1rem !important; }
  .pl-md-2 { padding-left: 2rem !important; }
  .pl-md-3 { padding-left: 3rem !important; }
  .pl-md-4 { padding-left: 4rem !important; }
  .pl-md-5 { padding-left: 5rem !important; }
  .pr-md-0 { padding-right: 0 !important; }
  .pr-md-1 { padding-right: 1rem !important; }
  .pr-md-2 { padding-right: 2rem !important; }
  .pr-md-3 { padding-right: 3rem !important; }
  .pr-md-4 { padding-right: 4rem !important; }
  .pr-md-5 { padding-right: 5rem !important; }
  .mt-md-0 { margin-top: 0 !important; }
  .mt-md-1 { margin-top: 1rem !important; }
  .mt-md-2 { margin-top: 2rem !important; }
  .mt-md-3 { margin-top: 3rem !important; }
  .mt-md-4 { margin-top: 4rem !important; }
  .mt-md-5 { margin-top: 5rem !important; }
  .mb-md-0 { margin-bottom: 0 !important; }
  .mb-md-1 { margin-bottom: 1rem !important; }
  .mb-md-2 { margin-bottom: 2rem !important; }
  .mb-md-3 { margin-bottom: 3rem !important; }
  .mb-md-4 { margin-bottom: 4rem !important; }
  .mb-md-5 { margin-bottom: 5rem !important; }
  .ml-md-0 { margin-left: 0 !important; }
  .ml-md-1 { margin-left: 1rem !important; }
  .ml-md-2 { margin-left: 2rem !important; }
  .ml-md-3 { margin-left: 3rem !important; }
  .ml-md-4 { margin-left: 4rem !important; }
  .ml-md-5 { margin-left: 5rem !important; }
  .mr-md-0 { margin-right: 0 !important; }
  .mr-md-1 { margin-right: 1rem !important; }
  .mr-md-2 { margin-right: 2rem !important; }
  .mr-md-3 { margin-right: 3rem !important; }
  .mr-md-4 { margin-right: 4rem !important; }
  .mr-md-5 { margin-right: 5rem !important; }
}
@media (min-width: 1200px) {
  .pt-lg-0 { padding-top: 0 !important; }
  .pt-lg-1 { padding-top: 1rem !important; }
  .pt-lg-2 { padding-top: 2rem !important; }
  .pt-lg-3 { padding-top: 3rem !important; }
  .pt-lg-4 { padding-top: 4rem !important; }
  .pt-lg-5 { padding-top: 5rem !important; }
  .pb-lg-0 { padding-bottom: 0 !important; }
  .pb-lg-1 { padding-bottom: 1rem !important; }
  .pb-lg-2 { padding-bottom: 2rem !important; }
  .pb-lg-3 { padding-bottom: 3rem !important; }
  .pb-lg-4 { padding-bottom: 4rem !important; }
  .pb-lg-5 { padding-bottom: 5rem !important; }
  .pl-lg-0 { padding-left: 0 !important; }
  .pl-lg-1 { padding-left: 1rem !important; }
  .pl-lg-2 { padding-left: 2rem !important; }
  .pl-lg-3 { padding-left: 3rem !important; }
  .pl-lg-4 { padding-left: 4rem !important; }
  .pl-lg-5 { padding-left: 5rem !important; }
  .pr-lg-0 { padding-right: 0 !important; }
  .pr-lg-1 { padding-right: 1rem !important; }
  .pr-lg-2 { padding-right: 2rem !important; }
  .pr-lg-3 { padding-right: 3rem !important; }
  .pr-lg-4 { padding-right: 4rem !important; }
  .pr-lg-5 { padding-right: 5rem !important; }
  .mt-lg-0 { margin-top: 0 !important; }
  .mt-lg-1 { margin-top: 1rem !important; }
  .mt-lg-2 { margin-top: 2rem !important; }
  .mt-lg-3 { margin-top: 3rem !important; }
  .mt-lg-4 { margin-top: 4rem !important; }
  .mt-lg-5 { margin-top: 5rem !important; }
  .mb-lg-0 { margin-bottom: 0 !important; }
  .mb-lg-1 { margin-bottom: 1rem !important; }
  .mb-lg-2 { margin-bottom: 2rem !important; }
  .mb-lg-3 { margin-bottom: 3rem !important; }
  .mb-lg-4 { margin-bottom: 4rem !important; }
  .mb-lg-5 { margin-bottom: 5rem !important; }
  .ml-lg-0 { margin-left: 0 !important; }
  .ml-lg-1 { margin-left: 1rem !important; }
  .ml-lg-2 { margin-left: 2rem !important; }
  .ml-lg-3 { margin-left: 3rem !important; }
  .ml-lg-4 { margin-left: 4rem !important; }
  .ml-lg-5 { margin-left: 5rem !important; }
  .mr-lg-0 { margin-right: 0 !important; }
  .mr-lg-1 { margin-right: 1rem !important; }
  .mr-lg-2 { margin-right: 2rem !important; }
  .mr-lg-3 { margin-right: 3rem !important; }
  .mr-lg-4 { margin-right: 4rem !important; }
  .mr-lg-5 { margin-right: 5rem !important; }
}
/* Width */
.w-25 {width:25% !important;}
.w-50 {width:50% !important;}
.w-75 {width:75% !important;}
.w-100 {width:100% !important;}
/* Max Width */
.mw-25 {max-width:25% !important;}
.mw-50 {max-width:50% !important;}
.mw-75 {max-width:75% !important;}
.mw-100 {max-width:100% !important;}
.w-auto {width:auto !important;}
/* height */
.h-25 {height:25% !important;}
.h-50 {height:50% !important;}
.h-75 {height:75% !important;}
.h-100 {height:100% !important;}
/* Max height */
.mh-25 {max-height:25% !important;}
.mh-50 {max-height:50% !important;}
.mh-75 {max-height:75% !important;}
.mh-100 {max-height:100% !important;}
.h-auto {height:auto !important;}

.d-block {display:block;}
.d-inline {display:inline;}
.d-inline-block {display:inline-block;}
.o-hidden {overflow:hidden;}
.ox-hidden {overflow-x:hidden;}
.oy-hidden {overflow-y:hidden;}
.border {border:1px solid #dee2e6!important;}
.border-top {border-top:1px solid #dee2e6!important;}
.border-right {border-right:1px solid #dee2e6!important;}
.border-bottom {border-bottom:1px solid #dee2e6!important;}
.border-left {border-left:1px solid #dee2e6!important;}
.border-0 {border:0!important;}
.border-top-0 {border-top:0!important;}
.border-right-0 {border-right:0!important;}
.border-bottom-0 {border-bottom:0!important;}
.border-left-0 {border-left:0!important;}
.shadow-none {box-shadow:none!important;}
.shadow {box-shadow:0 .5rem 1rem rgba(0,0,0,.15);}
/* .shadow-sm { box-shadow: 0 .175rem .75rem rgba(0,0,0,.175)!important; */
.shadow-sm {box-shadow: 0 0.25rem 0.40rem rgba(0,0,0,0.2)!important;}
.shadow-sm-submenu {box-shadow: 0 .25rem .25rem rgba(177, 177, 177, .6) !important;}
.float-right {float: right !important;}
.float-left {float: left !important;}
.shadow-lg {box-shadow:0 1rem 3rem rgba(0,0,0,.175);}
.text-lowercase {text-transform:lowercase!important;}
.text-uppercase {text-transform:uppercase!important;}
.text-capitalize {text-transform:capitalize!important;}
.font-weight-bold {font-weight:700!important;}
.font-weight-normal {font-weight:400!important;}
.font-italic {font-style:italic!important;}
.align-top {vertical-align:top!important;}
.align-middle {vertical-align:middle!important;}
.rounded {border-radius:.25rem!important;}
.rounded-top {border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important;}
.rounded-right {border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important;}
.rounded-bottom {border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important;}
.rounded-left {border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important;}
.rounded-circle {border-radius:50%!important;}
.rounded-pill {border-radius:50rem!important;}
.rounded-0 {border-radius:0!important;}
.pe-none {pointer-events:none;}
.img-responsive{display: inline-block;}
.text-primary {color:#21D000 !important;}
.text-extrafunding {color:#21D000 !important;}
.text-crowdarena {color:#F49633 !important;}
.text-crowdlisting {color: #67DAD4!important;}
.text-crowdbridge {color: #03A6A6!important;}
.text-crowdbond {color: #777FDF!important;}
.text-crowdlender {color: #0071CE!important;}
.text-crowdlegal {color: #C1022F!important;}
.text-crowdre {color: #FF585A!important;}
.text-crowdbase {color: blue!important;}
ol.list-letters {list-style-type: lower-alpha;}
ol.list-romans {list-style-type:lower-roman;}
.cursor-pointer {cursor:pointer!important;}

/* Utility > Colors */
.text-muted {color:#6b6b6b !important;}
.text-white {color:#ffffff!important;}
.text-black {color:#000000!important;}
.text-warning {color:#c39749 !important;}
.text-danger {color:#dc3545!important;}
.text-gray {color:#f0f0f0 !important;}
.text-grey {color:#A9AAAC !important}

/* Bootstrap 3.3.7 Overrides & Addons */
.row {margin-right: 0px !important; margin-left: 0px !important;}
.col-xs-15 , .col-sm-15 , .col-md-15 , .col-lg-15 {position:relative;min-height:1px;padding-right:10px;padding-left:10px;}
.col-xs-15 {width:20%;float:left;}
@media (min-width:768px) {.col-sm-15 {width:20%;float:left;}}
@media (min-width:992px) {.col-md-15 {width:20%;float:left;}}
@media (min-width:1200px) {.col-lg-15 {width:20%;float:left;}}
.dropdown-menu .divider {max-width:100%;}


.col-xs-16 , .col-sm-16 , .col-md-16 , .col-lg-16 {position:relative;min-height:1px;padding-right:10px;padding-left:10px;}
.col-xs-16 {width:16.5%;float:left;}
@media (min-width:768px) {.col-sm-16 {width:16.5%;float:left;}}
@media (min-width:992px) {.col-md-16 {width:16.5%;float:left;}}
@media (min-width:1200px) {.col-lg-16 {width:16.5%;float:left;}}

/* No padding col */
.row.no-gutters > [class*="col-"] {padding-left:0!important;padding-right:0!important;}
.row.row-narrow {margin:0 -6px;}
.row.row-narrow > [class*="col-"] {padding-left:6px!important;padding-right:6px!important;}

/* Cookies */
#cookieChoiceInfo{position:fixed;background-color:rgba(0,0,0,0.7);z-index:999;bottom:0;left:0;width:100%;text-align:center;padding:20px;font-size:12px;color:#ffffff;}
#cookieChoiceInfo a{background-color:#ffffff;color:#000000;margin-left:10px;padding:5px 10px;margin-top: 10px;display: inline-block;}

/* Modals > Project */
.modal.in .modal-dialog{margin: 20px auto;}

.modal-content .close {position:absolute;top:40px;right:40px;font-size:40px;line-height:25px;}
.modal-project .modal-content {border:1px solid #707070;border-radius:40px;}
.modal-project .modal-body {padding:80px;}
.modal-project .modal-body .img-responsive {display:block;margin:0 auto 40px;width:300px;}
.modal-project .modal-body {margin:0;}
.modal-project .modal-body .btn {margin-top:60px;padding:10px 100px;}

/* Modals > Calculator */
.modal-calculator .modal-lg {width: 75% !important;}
.modal-calculator h3 {font-weight: bold; text-transform: uppercase;}
.modal-calculator h4 {font-weight: bold;}
.modal-calculator .modal-content {padding: 20px;background-color: #f1f1f1!important;}
.modal-calculator .modal-content .label-message {font-size: 11px;}
.modal-calculator .modal-content .label-message .number {font-size: 14px;color: #4eadff;font-weight: 700;}
.modal-calculator .modal-content hr {border-color: #000000;margin-top: 10px;margin-bottom: 10px;}
.modal-calculator .modal-content .modal-calculator-total {font-size: 20px;font-weight: bold;}
@media (max-width:1200px) {.modal-calculator .modal-lg {width: 90% !important;}}

/* Buttons > Globals */
button {outline:none!important;}
.btn {border-radius:10px;white-space:normal;border:0;padding:10px 20px;font-size:14px !important;line-height: 14px;}
.btn.focus , .btn:focus , .btn:hover {outline:0;}

/* Buttons > Size */
.btn.btn-sm {font-size:12px !important;}
.btn-icon {padding:8px 16px;}
.btn.btn-link {padding:0;}
.btn.btn-lg {padding:21px 90px;font-family:"Montserrat", sans-serif;font-size:22px;}
.btn.btn-xl {padding:22px 70px;font-family:"Montserrat", sans-serif;font-size:16px !important;}
.btn.btn-text {padding:0;border-radius:0;box-shadow:none;}

.section h1 { font-size: 32px !important; }
.section-collect h3 { font-size: 25px !important; }
.section-collect .section-faq .section-dashboard {padding: 30px 0px 60px !important;}
.section-collect .section-faq h2 {font-size: 35px !important;}
.section-faq h2 {font-size: 18px !important;line-height: 1.2;margin-bottom: 20px;margin-top: 20px;font-weight: 600;}
.section-faq h2.text-primary {font-size: 24px !important;}
.section-faq h3 {font-size: 18px !important;line-height: 1.2;margin-bottom: 20px;margin-top: 20px;font-weight: 600;}
.section-collect .card {margin-bottom: 20px !important;}
.section-collect .card a {font-size: 14px !important;}
.section-collect .section-survey h3 {font-size: 18px !important;line-height: 30px !important}
/* .section li p { font-size: 20px;} */

.section.section-reasons {padding-bottom:75px;}
.section.section-reasons .list-reasons {margin-bottom:50px;padding-left:0 !important;}
.section.section-reasons .list-reasons li + li {margin-top:45px;}
.section.section-reasons .list-reasons li p { font-size: 18px;}
.section.section-reasons .list-reasons li p b {font-size: 23px;}

/* Contacts */
.section-contacts .cookieconsent-optout-marketing {text-align: left;background-color: initial;padding: 0px;}
.section-contacts .calendly-inline-widget {position:relative;min-width:320px;height:750px;}

/* how it work */
.howitworks-content {padding: 0px 30px !important;}
.howitworks-content h1 {color: #21d000; font-weight: bold;margin-bottom: 50px !important;}
.howitworks-content h2 {color: #21d000; font-weight: bold;margin-bottom: 30px !important;}
.howitworks-content h4 {color: #707070; font-size: 18px; font-weight: bold; margin-bottom: 20px !important;}

/* mission */
.mission-content {padding: 0px 30px !important;}

@media (max-width:1286px) {.section-contacts .calendly-inline-widget {height:850px;}}
@media (max-width:767px) {
  .section-contacts .calendly-inline-widget {height:930px;}
  .section-contacts h2 {margin-top: 15px !important;margin-bottom: 20px !important;}
  .section-contacts h3 {margin-top: 15px !important;}
  .section-contacts ul.social-icon {padding-left: 0px !important;margin-bottom: 0px;}
}

.they-choose-us h3 {margin-bottom: 0px !important;}
.they-choose-us p {font-size: 16px !important;}

@media (max-width:768px) {
  .section h1 { font-size: 25px; }
  .section .pl-5 { padding-left: 0px !important;}
  .section ul { padding-left: 20px !important;}
  .section li p { font-size: 18px;}
  .section-campaign-detail h1 {text-align: center;margin-top: 20px;}
  .tag_detail {float: none !important;margin-bottom: 20px !important;}

  .company-profile-image{
    left:83px;
  }
}

h3.parlano-di-noi {font-size: 18px !important;}
h3.point-partner {font-size: 18px !important;}
h3.choose-us {font-size: 18px !important;}

.slickClass > div {width: 100% !important;}
.dots {position: absolute;bottom: 10px;display: block;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;}
.dots li {position: relative;display: inline-block;width: 20px;height: 20px;margin: 0 5px;padding: 0;cursor: pointer;margin-left: 15px;}
.dots li button {font-size: 0;line-height: 0;display: block;width: 20px;height: 20px;padding: 5px;cursor: pointer;color: transparent;border: 0;outline: none;background: transparent;}
.dots li button:hover, 
.dots li button:focus {outline: none;}
.dots li button:hover:before, 
.dots li button:focus:before {opacity: 1;}
.dots li button:before {font-family: 'slick';font-size: 20px;line-height: 20px;position: absolute;top: 0;left: 0;width: 20px;height: 20px;content: '•';text-align: center;opacity: .40;color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.dots li.slick-active button:before {opacity: .90;color: white;}
.slick-track { height: 100% }
.slick-list { height: 100% }

.nn2, .pp2 {
  font-size: 50px;
  cursor: pointer;
}

.nn3, .nn3-team {
  left: 0px;
  position: absolute;
  font-size: 50px;
  cursor: pointer;
  z-index: 10;
  margin-left: 50px !important;
} 
.pp3, .pp3-team {
  right: 0px;
  position: absolute;
  font-size: 40px;
  cursor: pointer;
  z-index: 10;
  margin-right: 50px !important;
}

.nn3-submenu {
  font-size: 30px;
  margin-left: 30px !important;
}
.pp3-submenu {
  font-size: 30px;
  margin-right: 30px !important;
}
@media (max-width:576px) {
  .nn3-submenu {
    margin-left: 15px !important;
  }
  .pp3-submenu {
    margin-right: 15px !important;
  }
}

.section p a, .text-link {font-weight:bold;color:#21D000;text-decoration:underline;}
.crowdbond p a, .text-link {font-weight:bold;color:#777FDF;text-decoration:underline;}
.crowdlender p a, .text-link {font-weight:bold;color:#0071CE;text-decoration:underline;}
.section-crowdre p a {color:#FF585A}
.section-crowdlisting p a {color:#67DAD4}
.section-crowdlegal p a {color:#C1022F}

/* Buttons > Types */
.btn.has-shadow {box-shadow:0 5px 8px rgba(0,0,0,.16);}
.btn-primary {background:#21D000;color:#ffffff;}
.btn-primary:hover {background:#21D000; opacity: 0.6 !important; color:#ffffff !important;}
.btn-primary:focus {outline:0;background:#21D000; opacity: 0.6 !important; color:#ffffff !important;}
.btn-primary:active {outline:0;background:#21D000; opacity: 0.6 !important; color:#ffffff !important;}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #21D000;
  border-color: #21D000;
}

.btn-outline-primary {background:#ffffff;color:#21D000;border: 1px solid #21D000}
.btn-outline-primary:hover {background:#21D000 !important; color:#ffffff !important;}
.btn-outline-primary:focus {outline:0;background:#21D000 !important; color:#ffffff !important;}

.btn-secondary {background:#a3a4a4;color:#fff;}
.btn-secondary:hover {background:#ccc !important;color:#fff !important;}
.btn-secondary:focus {outline:0;background:#ccc !important;color:#fff !important;}

.btn-danger {background:#d9534f !important;color:#ffffff !important;}
.btn-danger:hover {background:#2F363E !important;color:#ffffff !important;}
.btn-danger:focus {outline:0;background:#2F363E !important;color:#ffffff !important;}

.btn-white {background-color:#fff;}

.btn-azure {background-color:#1E9EE0;color:#fff;}
.btn-azure:hover {background-color:#1E9EE0 !important;color:#fff !important;opacity:.6;}
.btn-azure:focus {background-color:#1E9EE0 !important;color:#fff !important;opacity:.6;}

.btn-crowdarena {background:#F49633 !important;color:#ffffff !important;text-decoration: none !important;}
.btn-crowdarena:hover {background:#F49633 !important; opacity: 0.6 !important; color:#ffffff !important;}
.btn-crowdarena:focus {outline:0;background:#F49633 !important; opacity: 0.6 !important; color:#ffffff !important;}

.btn-outline-crowdarena {/*background:#ffffff !important;*/color:#F49633 !important;border:2px solid #F49633 !important;text-decoration: none !important;}
.btn-outline-crowdarena:hover {background:#F49633 !important;color:#ffffff !important;}
.btn-outline-crowdarena:focus {outline:0;background:#F49633 !important;color:#ffffff !important;}

.btn-crowdbase {background:white;color:blue; border: solid 1.5px blue; ;}
.btn-crowdbase:hover {background:grey !important;color:#ffffff !important;}
.btn-crowdbase:focus {outline:0;background:grey !important;color:#ffffff !important;}

.btn-crowdlisting {background:#67DAD4;color:#ffffff;}
.btn-crowdlisting:hover {background:#67DAD4 !important; opacity: 0.6 !important; color:#ffffff !important;}
.btn-crowdlisting:focus {outline:0;background:#67DAD4 !important; opacity: 0.6 !important; color:#ffffff !important;}

.btn-crowdbridge {background:#03A6A6 !important;color:#ffffff !important;}
.btn-crowdbridge:hover {background:#03A6A6 !important; opacity: 0.6 !important; color:#ffffff !important;}
.btn-crowdbridge:focus {outline:0;background:#03A6A6 !important; opacity: 0.6 !important; color:#ffffff !important;}

.btn-crowdlegal {background:#C1022F;color:#ffffff;}
.btn-crowdlegal:hover {background:#C1022F !important; opacity: 0.6 !important; color:#ffffff !important;}
.btn-crowdlegal:focus {outline:0;background:#C1022F !important; opacity: 0.6 !important; color:#ffffff !important;}

.btn-crowdre {background:#FF585A;color:#ffffff;}
.btn-crowdre:hover {background:#FF585A !important; opacity: 0.6 !important; color:#ffffff !important;}
.btn-crowdre:focus {outline:0;background:#FF585A !important; opacity: 0.6 !important; color:#ffffff !important;}

.btn-extrafunding {background:#21D000;color:#ffffff;}
.btn-extrafunding:hover {background:#21D000 !important; opacity: 0.6 !important; color:#ffffff !important;}
.btn-extrafunding:focus {outline:0;background:#21D000 !important; opacity: 0.6 !important; color:#ffffff !important;}

.btn-bestequity {background:#21D000;color:#ffffff;}
.btn-bestequity:hover {background:#21D000 !important; opacity: 0.6 !important; color:#ffffff !important;}
.btn-bestequity:focus {outline:0;background:#21D000 !important; opacity: 0.6 !important; color:#ffffff !important;}

.btn-startcup {background:#21D000;color:#ffffff;}
.btn-startcup:hover {background:#21D000 !important; opacity: 0.6 !important; color:#ffffff !important;}
.btn-startcup:focus {outline:0;background:#21D000 !important; opacity: 0.6 !important; color:#ffffff !important;}

.btn-crowdkasse {background:#21D000;color:#ffffff;}
.btn-crowdkasse:hover {background:#21D000 !important; opacity: 0.6 !important; color:#ffffff !important;}
.btn-crowdkasse:focus {outline:0;background:#21D000 !important; opacity: 0.6 !important; color:#ffffff !important;}

.btn-crowdbond {background:#777FDF;color:#ffffff;}
.btn-crowdbond:hover {background:#777FDF !important; opacity: 0.6 !important; color:#ffffff !important;}
.btn-crowdbond:focus {outline:0;background:#777FDF !important; opacity: 0.6 !important; color:#ffffff !important;}

.btn-outline-crowdbond {background:#ffffff;color:#777FDF;border: 1px solid #777FDF}
.btn-outline-crowdbond:hover {background:#777FDF !important; color:#ffffff !important;}
.btn-outline-crowdbond:focus {outline:0;background:#777FDF !important; color:#ffffff !important;}

.btn-crowdlender {background:#0071CE;color:#ffffff;}
.btn-crowdlender:hover {background:#0071CE !important; opacity: 0.6 !important; color:#ffffff !important;}
.btn-crowdlender:focus {outline:0;background:#0071CE !important; opacity: 0.6 !important; color:#ffffff !important;}

.btn-outline-crowdlender {background:#ffffff;color:#0071CE;border: 1px solid #0071CE}
.btn-outline-crowdlender:hover {background:#0071CE !important; color:#ffffff !important;}
.btn-outline-crowdlender:focus {outline:0;background:#0071CE !important; color:#ffffff !important;}

/* Animations */
.wow {visibility:hidden;}

/* Anchor */
.anchor {display:block;height:50px;margin-top:50px;visibility:hidden;}

/* Elements */
.go-top {position:fixed;bottom:15px;right:15px;text-decoration:none;color:#21D000;background-color:#f1f1f1;font-size:12px;padding:10px 15px;display:none;z-index:99;}
.go-top:hover {opacity:.8;}

.particles-effect {position:absolute;z-index:1;width:100%;height:100%;top:0;left:0;right:0;bottom:0;pointer-events:none;}

/* Modals */
/* .modal-content {border:10px solid #ffffff;border:1px solid #21D000;border-radius:0;-webkit-background-clip:initial;background-clip:initial;}
.modal-header .close {font-size:42px;font-weight:900;color:#2F363E;text-shadow:none;filter:alpha(opacity=100);opacity:1;}
.modal-title {color:#2F363E;font-size:30px;font-weight:900;text-transform:uppercase;}
/* .modal-body p {font-size:12px;} */
/* .modal-body p a {color:#2F363E;text-decoration:underline;} */ */

/* Panel */
.panel {border:0;box-shadow:none;}
.panel-heading {padding:0;}
.panel-default > .panel-heading {background-color:transparent;}
.panel-body {padding:20px 0;}
.panel-group .panel {border:0;border-radius:0;background:transparent;border-bottom:1px solid #dedede;padding:0;box-shadow:none;}
h4.panel-title {margin-bottom:0!important;font-weight:700;font-size:20px;}
.panel-title {position:relative;}
.panel-title > a {display:block;padding:15px 40px 15px 15px;font-size:16px;font-family:"Montserrat", sans-serif;}
.panel-title a[aria-expanded="false"]:after {content:"";position:absolute;top:50%;transform:translate(0,-50%);right:15px;width:15px;height:15px;background-image:url(/frontend/assets/icons/icon-angle-down.svg);background-repeat:no-repeat;background-position:center center;background-size:15px;}
.panel-title a[aria-expanded="true"]:after {content:"";position:absolute;top:50%;transform:translate(0,-50%);right:15px;width:15px;height:15px;background-image:url(/frontend/assets/icons/icon-angle-up.svg);background-repeat:no-repeat;background-position:center center;background-size:15px;}
.panel-group .panel-heading + .panel-collapse > .list-group , .panel-group .panel-heading + .panel-collapse > .panel-body {border:0;padding:20px;}

/* Taber */
.taber-body {padding-top:15px;}

/* Tabs */
.tab-content {padding:20px;border:1px solid #ddd;border-top:0;}

/* Alerts */
.alert .close {margin-top:-10px;font-size:30px;}

/* Lists > Globals */
.list-unstyled , .list-group {margin:0;padding:0;}
.list-group li {list-style:none;padding: 7px 15px;}
.list-group li a {color:#616161;}
.list-group li a.active {color:#2F363E;}

/* Lists > Usertypes */
.list-usertypes {margin:20px 0;}

/* Lists > Group */
.list-group-item {background-color:#ffffff;border-bottom:1px solid #f4f4f4;border-top:0;border-right:0;border-left:0;margin-bottom:0;}
.list-group-item:first-child {border-radius:0;}
.list-group-item:last-child {border-radius:0;border-bottom:0;}

/* Lists > Dots */
.list-dots li {position:relative;padding-left:15px;}
.list-dots li:before {content:"";position:absolute;width:6px;height:6px;border-radius:0;top:8px;left:0;background:#21D000}

/* Lists > N Cols (ul) */
.list-2cols {-moz-column-count:2;-moz-column-gap:20px;-webkit-column-count:2;-webkit-column-gap:20px;column-count:2;column-gap:20px;}
.list-3cols {-moz-column-count:3;-moz-column-gap:20px;-webkit-column-count:3;-webkit-column-gap:20px;column-count:3;column-gap:20px;}

.list-projectdate li{display:table-cell;width:1%;font-size:10px;font-weight:300;color:#9B9B9B;padding:8px 2px;border-right: 1px solid #f4f4f4;text-align:center;}
.list-projectdate li span{color: #2F363E; font-weight: 700; font-size: 15px; display: block;}
.list-projectdate li:last-child{border-right: 0;}

/* Lists > MIFID */
.list-group-mifid {border:0;padding:0px;}
.list-group-mifid li {background-color: initial;border-bottom: 1px solid #949494;padding: 10px 0px;}
.list-group-mifid li:last-child {border-bottom: 1px solid #949494;}

.mifid-result-positive {color: #21D000;}
.mifid-result-negative, .mifid-result-expired {color: #FF585A;}
.mifid-iframe {border: 0px;width: 100%;height: 600px;}
.modal-mifid .modal-dialog {width: 80%;top: 50%;transform: translate(0, -55%) !important;}
@media (max-width:576px) {.modal-mifid .modal-dialog {width: 94%;} .mifid-iframe {height: 400px;}}

/* Section > Globals */
.section {position:relative;padding:50px 10px 50px 10px;}
.section.section-narrow {padding:40px 30px;}
.section-fixed{position:fixed;padding:80px 30px;}

.section-row:after {content: ""; display: table; clear: both; position: relative;width: 100%;}
.section-column {float: left; width: 50%;}

@media (min-width:576px) {.section-column {width: 100%;}}
@media (min-width:768px) {.section-column {width: 100%;}}
@media (min-width:992px) {.section-column {width: 50%;}}

.section-content h3 {margin:30px 0 15px;}

@media (min-width:576px) {.section-column {width: 100%;}}
@media (min-width:768px) {.section-column {width: 100%;}}
@media (min-width:992px) {.section-column {width: 50%;}}

.section-content h3 {margin:30px 0 15px;}

.section-product-detail .list-projectdate li {font-size:16px;}
.section.section-campaign-header {padding:40px 30px 120px;}

.section-campaign-header .carousel-arrows-lr .next, .section-campaign-header .carousel-arrows-lr .prev {background-color:rgba(255,255,255,.3);border-radius:10px;}
.section-campaign-header .project-capital .data-label {font-size:16px;text-transform:uppercase;}
.section-campaign-header .project-capital .data-number {font-size:26px;margin:10px 0;font-weight:bold;}
.section-campaign-header .project-capital .data-number small {font-size:16px;color:#555}
.section-campaign-header .card-label {font-size:13px;}
.section-campaign-header .card-value {font-size:18px;font-weight:bold;color:#21D000}

.section-campaign-header .card.card-data-icon {pointer-events:none;}
.section-campaign-header .card.card-data-icon .card-icon-left {position:absolute;top:-10px;left:-6px;}
.section-campaign-header .card.card-data-icon i {font-size:32px;color:#e4e4e4;}

.section-campaign-detail .list-data li p {display:inline-block;width:100%;font-size:14px;margin-bottom:0;color:#555;}
.section-campaign-detail .list-data li p:nth-child(2) {font-weight:bold;font-size:20px;color:#21D000;margin-bottom:10px;}
.section-campaign-detail {padding: 100px 0px 60px !important;}
.section-campaign-detail-bond {padding: 150px 0px 60px ;}
/* .section-project-detail-bond {padding: 150px 0px 60px;} */
@media (max-width:768px) {
  body {
    font-size: 16px !important;
  }
  .h4, h4 {
    font-size: 16px;
  }
  .section-campaign-detail {padding: 100px 0px 40px !important;}
  /* .section-project-detail-bond {padding: 100px 0px 40px !important;} */
  .section-campaign-detail-bond {padding: 150px 0px 60px ;}
  .section-campaign-detail div[class*="col-"]:not(.divider-container), .section-campaign-detail .tab-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-campaign-detail .tab-content .tab-pane, .section-campaign-detail-bond .tab-content .tab-pane {
    padding-top: 20px !important;
  }
  .crowdarena-add-annuncio {
    margin-top: 10px !important;
  }
}
.section-campaign-detail.crowdbond a:hover {color:#777FDF}
.section-campaign-detail.crowdlender a:hover {color:#0071CE}
.section-campaign-detail .project-title-icon {width:100%;max-width:70px;display:inline-block;position:relative;}
.section-campaign-detail h1 {font-size:30px !important;}
.section-campaign-detail h3.text-raised {font-size:20px;}
.section-campaign-detail .project-info p {font-size:12px;margin: 0 0 7px;}
.section-campaign-detail .text-label {font-size:20px;}
.section-campaign-detail .project-info .btn.mt-3 {margin-top:65px !important;padding-left:70px;padding-right:70px;}
.section-campaign-detail .project-info .btn.mt-4 {margin-top:150px !important;padding-left:70px;padding-right:70px;}
.section-campaign-detail .project-data h5 {font-size: 11px !important;text-transform: uppercase;}
.section-campaign-detail .tab-content {padding: 0px !important;padding-left: 20px !important;}
.section-campaign-detail .tab-content p {font-size: 14px !important;}
.section-campaign-detail .tab-content p span {font-size: 14px !important;}
.section-campaign-detail .tab-content p a {font-size: 14px !important;}
.section-campaign-detail .tab-content h2 {margin-top: 0px;}
.section-campaign-detail .tab-content img {max-width: 100%;margin-top: 20px;margin-bottom: 20px;}
.section-campaign-detail .tab-content .card-project-box img {margin-top: 0px !important;}
.section-campaign-detail .project-info .btn.mt-3 + .btn.mt-3 {margin-top:30px !important;}
.section-campaign-detail .project-data h5 + p{font-size:12px;}
.section-campaign-detail .card.card-project-video .card-bg {height:430px;}
.section-campaign-detail .card.card-image {margin-right:20px;}
.section-campaign-detail .card.card-image .card-bg {height:120px;border-radius:100%;}
.section-campaign-detail .card.card-image {position:relative;width:120px;height:120px;border-radius:100%;}
.section-campaign-detail .list-team .media {margin-bottom:20px;}
.section-campaign-detail .list-team h4 {font-size:22px;color:#21D000}
.section-campaign-detail.crowdbond .list-team h4 {color:#777FDF}
.section-campaign-detail.crowdlender .list-team h4 {color:#0071CE}
.section-campaign-detail .list-team h5 {margin:10px 0;color:#8c8c8c;}
/*.section-campaign-detail .tab-content {padding-top:50px;}*/
.section-campaign-detail .nav-pills>li>a {font-size:13px !important;padding: 8px 15px;}
.section-campaign-detail .nav-pills>li.active>a, .section-campaign-detail nav-pills>li.active>a:focus, .section-campaign-detail .nav-pills>li.active>a:hover {color:#21D000;background-color: transparent;font-weight: bold;}
.section-campaign-detail.crowdbond .nav-pills>li.active>a, .section-campaign-detail.crowdbond nav-pills>li.active>a:focus, .section-campaign-detail.crowdbond .nav-pills>li.active>a:hover {color:#777FDF;}
.section-campaign-detail.crowdlender .nav-pills>li.active>a, .section-campaign-detail.crowdlender nav-pills>li.active>a:focus, .section-campaign-detail.crowdlender .nav-pills>li.active>a:hover {color:#0071CE;}
.section-campaign-detail .tab-content, .section-campaign-detail .nav-tabs {border:0;}
.section-campaign-detail .nav-tabs li a {color:#000;}
.section-campaign-detail .nav-tabs li a span {font-weight:bold;margin-left:4px;}
.section-campaign-detail .list-divided li + li {margin-top:40px;border-top:1px solid #ccc;padding-top:40px;}
.section-campaign-detail .list-text-blocks li {margin-bottom:50px;}
.section-campaign-detail .img-text {max-width:100%;margin-bottom:40px;}
.section-campaign-detail .btn {font-weight: bold;}
.section-campaign-detail #right-panel {padding-left: 30px;}
.section-campaign-detail.crowdlender .table {font-size: 12px;}

.section-campaign-detail .tab-pane h5 {font-size: 11px !important;}


@media (max-width:768px) {
  .section-campaign-detail #right-panel {padding-left:15px;}
  .section-campaign-detail .custom-btn-toolbar {margin-bottom: 25px !important;}
  .section-campaign-detail .custom-btn-toolbar a {padding: 15px 0px !important;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-campaign-detail .custom-btn-toolbar {margin-bottom: 25px !important;}
  .section-campaign-detail .custom-btn-toolbar a {padding: 15px 0px !important;}
}
/*.section-campaign-detail input, .section-campaign-detail textarea, .section-campaign-detail .btn.dropdown-toggle {padding: 14px 18px;border-radius: 2.25rem !important;box-shadow: 0 .175rem .75rem rgba(0,0,0,.175)!important;
  box-shadow: 0 .25rem .40rem rgba(0,0,0,.2)!important;}*/

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {border:1px solid #fff;}
.nav-tabs-bond>li.active>a, .nav-tabs-bond>li.active>a:focus, .nav-tabs-bond>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs-bond>li {
  margin-bottom: -2px;
}

.nav-tabs-bond>li>a:hover {
  color: #777FDF;
}

.nav-tabs>li>a:hover {border-color:#f1f1f1 #f1f1f1 #f1f1f1;}

.section-campaign-header .project-progress .progress {margin-bottom:0;border-radius:0;height:30px;background-color:#fff;}
.section-campaign-header .project-progress {margin-bottom:30px;}
.section-campaign-header .project-progress small {font-size:12px;}
.section-campaign-header .project-progress .progress .progress-bar {box-shadow:none;line-height:30px;font-weight:bold;font-size:16px;}
.section-campaign-header .carousel-project .card-bg {height:380px;border-radius:10px;}

.section-center {margin-top:60px;}

.section-project-invest-detail {padding:40px 30px 120px;}
.section-project-invest-detail .list-data li p {display:inline-block;width:100%;font-size:14px;margin-bottom:0;color:#555;}
.section-project-invest-detail .list-data li p:nth-child(2) {font-weight:bold;font-size:20px;color:#18468b;margin-bottom:10px;}
.section-project-invest-detail .card.card-image {margin-right:20px;}
.section-project-invest-detail .card.card-image .card-bg {height:120px;border-radius:100%;}
.section-project-invest-detail .card.card-image {position:relative;width:120px;height:120px;border-radius:100%;}
.section-project-invest-detail .list-team .media {margin-bottom:20px;}
.section-project-invest-detail .list-team h4 {font-size:22px;color:#18468b}
.section-project-invest-detail .list-team h5 {margin:10px 0;color:#8c8c8c;}
.section-project-invest-detail .tab-content {padding-top:50px;}
.section-project-invest-detail .tab-content, .section-project-invest-detail .nav-tabs {border:0;}
.section-project-invest-detail .nav-tabs li a {color:#000;}
.section-project-invest-detail .nav-tabs li a span {font-weight:bold;margin-left:4px;}
.section-project-invest-detail .list-divided li + li {margin-top:40px;border-top:1px solid #ccc;padding-top:40px;}
.section-project-invest-detail .list-text-blocks li {margin-bottom:50px;}
.section-project-invest-detail .img-text {max-width:100%;margin-bottom:40px;}

.section.project-invest-thanks {padding:160px 30px 80px;}

#modalProjectComingSoon label {font-size: 12px;}

/* Scroll down */
.scroll-down {position:absolute;left:0;right:0;margin:0 auto;bottom:0;transform:translateX(-50%);z-index:9;text-align:center;font-size:12px;text-shadow:none;background-color:#ffffff;width:40px;height:40px;color:#585857;padding:12px;animation-duration:2s;}

/* Progress Bar */
.progress-step li {text-align:center;width:33%;margin-left:-3px;position:relative;color:#4c4c4c;}
.progress-step li small {display:block;margin-top:5px;}
.progress-step li:first-child:before {display:none;}
.progress-step li:before {content:"";width:100%;height:4px;background-color:#dddddd;display:block;position:absolute;bottom:8px;left:-50%;}
.progress-step li.active {color:#2F363E;}
.progress-step li.active:before {background-color:#8befc2;}
.progress-step li:after {content:"";width:20px;height:20px;background-color:#dddddd;display:block;margin:15px auto 0;border-radius:50%;position:relative;z-index:2;}
.progress-step li.active:after {background-color:#8befc2;}

.progress-step-3 li {text-align:center;width:25%;margin-left:-5px;position:relative;color:#4c4c4c;}
.progress-step-3 li small {display:block;margin-top:5px;}
.progress-step-3 li:first-child:before {display:none;}
.progress-step-3 li:before {content:"";width:100%;height:4px;background-color:#dddddd;display:block;position:absolute;bottom:8px;left:-50%;}
.progress-step-3 li.active {color:#2F363E;}
.progress-step-3 li.active:before {background-color:#8befc2;}
.progress-step-3 li:after {content:"";width:20px;height:20px;background-color:#dddddd;display:block;margin:15px auto 0;border-radius:50%;position:relative;z-index:2;}
.progress-step-3 li.active:after {background-color:#8befc2;}
.progress-step-3 li.half-active {color:#2F363E;}
.progress-step-3 li.half-active:before {background: linear-gradient(to right, #8befc2 50%, #dddddd 50%);}

.progress-step-4 li {text-align:center;width:24%;margin-left:-3px;position:relative;color:#4c4c4c;}
.progress-step-4 li small {display:block;margin-top:5px;}
.progress-step-4 li:first-child:before {display:none;}
.progress-step-4 li:before {content:"";width:100%;height:4px;background-color:#dddddd;display:block;position:absolute;bottom:8px;left:-50%;}
.progress-step-4 li.active {color:#2F363E;}
.progress-step-4 li.active:before {background-color:#8befc2;}
.progress-step-4 li:after {content:"";width:20px;height:20px;background-color:#dddddd;display:block;margin:15px auto 0;border-radius:50%;position:relative;z-index:2;}
.progress-step-4 li.active:after {background-color:#8befc2;}

/* Cards > Globals */
.card {position:relative;min-width:0;word-wrap:break-word;/*border:1px solid #f4f4f4;*/margin-bottom:30px;background-color:#ffffff;transition:.3s all ease-in-out;border-radius:10px;}

a.d-block:hover .card {opacity:.8;transition:.3s all ease-in-out;}
.card .card-header {padding:14px 20px;font-size:14px;font-weight:bold;border-bottom:1px solid #f4f4f4;position:relative;}
.card .card-header .float-right {float:none !important;position:absolute;top:50%;right:20px;transform:translate(0,-50%);font-size:25px;}
.card .card-bg {position:relative;width:100%;height:180px;background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:10px;}
.card .card-body {padding:14px 20px;color:#2F363E;}
.card .card-title {font-size:18px;font-weight:bold;margin:0 0 20px;}
.card .card-footer {padding:0;border-top:1px solid #f4f4f4;}
.card .card-footer:last-child {border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px);}

.card .big-number {font-size:50px;font-weight:bold;color:#21D000}
.card .big-number i {color:#21D000}

/* Cards > Badges */
.card-badge {position:absolute;}
.card-badge.bottom-right {bottom:10px;right:10px;}
.card-badge.bottom-left {bottom:10px;left:10px;}
.card-badge.top-right {top:10px;right:10px;}
.card-badge.top-left {top:10px;left:10px;}

/* Cards > Overlay */
.card .card-overlay .card-body {position:absolute;top:50%;transform:translate(0,-50%);bottom:auto;left:0;right:0;width:100%;color:#ffffff;}
.card .card-overlay:before {content:"";position:absolute;background:rgba(0,0,0,.4);width:100%;height:100%;left:0;right:0;top:0;bottom:0;}


.card .card-overlay-extrafunding .card-body {position:absolute;top:50%;transform:translate(0,-50%);bottom:auto;left:0;right:0;width:100%;color:#ffffff;}
.card .card-overlay-extrafunding :before {content:"";position:absolute;background:rgba(0,0,0,.4);width:100%;height:100%;left:0;right:0;top:0;bottom:0;}

/* Cards > Overlay [Hover] */
.card.has--overlay .card-overlay {opacity:0;transition:.3s all ease-in-out;}
.card.has--overlay:hover .card-overlay {opacity:1;transition:.3s all ease-in-out;cursor:pointer;}

.card.has--overlay .card-overlay-extrafunding  {opacity:0;transition:.3s all ease-in-out;}
.card.has--overlay:hover .card-overlay-extrafunding  {opacity:1;transition:.3s all ease-in-out;cursor:pointer;}

/* Cards > Overlay [Hover] > ICON */
.card .card-overlay .card-overlay__icon {opacity:0;transition:.3s all ease-in-out;position:absolute;top:50%;transform:translate(0,-50%);left:0;right:0;text-align:center;}
.card:hover .card-overlay .card-overlay__icon {opacity:1;transition:.3s all ease-in-out;cursor:pointer;}

.card .card-overlay-extrafunding  .card-overlay__icon {opacity:0;transition:.3s all ease-in-out;position:absolute;top:50%;transform:translate(0,-50%);left:0;right:0;text-align:center;}
.card:hover .card-overlay-extrafunding  .card-overlay__icon {opacity:1;transition:.3s all ease-in-out;cursor:pointer;}

/* Cards > Animation [Hover] > Elevation */
.card.has--elevation {transition:.3s all ease-in-out;box-shadow:none;}
.card.has--elevation:hover {-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px);transition:.3s all ease-in-out;box-shadow:0 1rem 3rem rgba(0,0,0,.175);}

/* Cards > Elements */
.card .card-date {font-size:12px;margin-bottom:10px;}
.card .card-date:before {content:"\f073";font-family:"Font Awesome 5 Free";font-weight:normal;margin-right:5px;}
.card .card-price {font-size:22px;margin-bottom:10px;}
.card .card-category {font-size:12px;margin-bottom:10px;color:#807272;text-transform:uppercase;}
.card .card-category:before {content:"#";font-weight:normal;margin-right:5px;}
.card .card-link {padding:10px 20px;background:#2F363E;color:#ffffff;display:inline-block;font-size:14px;}

/* Cards > Horizontal */
.card.horizontal {min-height:195px;overflow:hidden;clear:both;}
.card.horizontal .card-header {float:left;width:40%;}
.card.horizontal .card-body {float:left;width:60%;}
.card.horizontal .card-footer .card-link {padding:10px 20px;background-color:#2F363E;color:#ffffff;display:inline-block;font-size:14px;}

/* Cards > Progress bar */
.card .card-progress{margin-bottom:0;border-radius:0;}
.card .card-progress .progress-bar{background-color: #21D000; text-align: right;background-repeat: no-repeat;background-size: cover;}
.card .card-progress .progress-bar span {padding-right:10px;}

/* Cards > Fame Big */
.card.card-fame-big {background-color:transparent;margin:0;}
.card-fame-big .card-body {padding:0;padding-top:30px;}
.card-fame-big h2 {font-size: 30px !important;}
.card-fame-big p {font-size: 16px !important;}

/* Cards >  */
.card.card-recomended {background-color:transparent;display:flex;align-items:center;margin-bottom: 15px !important;}
.card-recomended a.d-block {flex-shrink:0;width:140px}
.card-recomended .card-body {padding:0;padding-left:25px;}
.card-recomended .card-body h3 {margin-top:5px;}

/* Card > Project */
.card.is-project {border:0;}
.card.is-project .card-title {font-size:22px;}
.card.is-project .card-badge .badge {font-size:12px;color:#ffffff;border-radius:5px;font-weight:bold;padding:3px 10px;}
.badge-green {background-color:#00A760}
.card.is-project .card-progress {position:absolute;bottom:0;width:100%;}
.card.is-project .card-progress .progress {margin-bottom:0;background-color:rgba(255,255,255,.4);}

.card.is-project .card-body p {margin:10px 0 0;}

/* Card > Icon */
.card.has-icon {background:transparent;border:0;}
.card.has-icon .card-bg {background-size:contain;}

/* Card > News */
.card.is-news {border:0;}
.card.is-news .card-overlay:before {border-radius:10px;}
.card.is-news .card-title {overflow:hidden;max-height:80px;margin-bottom:0;font-size:18px;padding-bottom:1px;}
.card.is-news .news-date {font-size:12px;margin-bottom:4px;}
.card.is-news .news-category {position:absolute;z-index:1;top:18px;left:20px;font-size:12px;color:#fff;background:rgba(2, 16, 36,.8);border-radius:5px;font-weight:bold;padding:3px 10px;}

/* Card > Horizontal */
.section-projects .card.card-horizontal {height:340px;background:#f1f1f1;border:0;}
.section-projects .card.card-horizontal .card-bg {float:left;width:30%;height:340px}
.section-projects .card.card-horizontal .card-body {float:left;width:50%;text-align:left;min-height:340px;padding:30px;}
.section-projects .card.card-horizontal .card-footer {float:left;width:20%;text-align:center;border-left:1px solid #ffffff;height:340px;padding:20px 30px;border-top:0;}
.section-projects .card.card-horizontal .card-badge.top-left {left:15px;top:15px;}
.section-projects .card.card-horizontal .card-badge .badge-default {padding:4px 12px;}
.section-projects .card.card-horizontal .card-body .card__subtitle {margin-bottom:15px;}
.section-projects .card.card-horizontal .card-body .card__title {min-height:initial;overflow:visible;font-size:22px;font-family:"Montserrat", sans-serif;}
.section-projects .card.card-horizontal .card-body .card__description {margin-top:15px;}
.section-projects .card.card-horizontal .card-body .card__projectdate {border:0;padding:20px 0;margin-top:20px;}
.section-projects .card.card-horizontal .card-body .card__projectdate li {padding:0;width:100px;text-align:left;}
.section-projects .card.card-horizontal .card-body .card__projectdate li span {font-size:18px;}
.section-projects .card-days {margin:80px 0 30px;text-align:center;}
.section-projects .card-days .card-days__number {font-weight:bold;font-size:30px;color:#21D000;}
.section-projects .card-days .card-days__description {font-size:12px;}
.section-projects .badge {padding:4px 12px;border-radius:6px;}
.section-projects .list-usertypes li {vertical-align:middle;}
.section-projects .list-usertypes li.list-title {font-size:12px;}
.section-projects .card-days-vcenter {position:relative;}
.section-projects .card-days-vcenter .card-days {position:absolute;top:50%;transform:translate(0,-50%);left:0;right:0;margin:0 auto;}
.section-projects .card__usertypes {position:absolute;bottom:0;}
.section-projects .col-right {padding-right:45px;}
.section-projects .col-right + div[class*="col-"] {padding-left:40px;border-left:1px solid rgba(112,112,112,.5);}

.section-payoff h4 {font-family:"Montserrat", sans-serif;margin:20px 0 0;}

/* Project Risk Bar */
.project-risk-bar {height:15px;width:350px;max-width:90%;border-radius:15px;margin:0 auto 10px;position:relative;overflow:hidden;}
.project-risk-bar .risk-bar {position:absolute;top:0;left:0;height:15px;width:350px;border-radius:15px;overflow:hidden;}
.project-risk-bar .risk-bar::after {content:"";position:absolute;top:0;left:0;height:15px;width:350px;background: linear-gradient(to right,  rgba(35,154,93,1) 0%,rgba(242,184,33,1) 50%,rgba(245,79,77,1) 100%);}

.section-campaign-detail .project-info .project-risk-bar {width: 350px;max-width: 100%;}

.our-team-btns-container {margin-top: 10px !important;}
.our-team-btns-container h1 {font-size: 32px !important;}
.our-team-btns-container p {font-size: 14px !important; padding-top: 0px !important;}
.our-team-btns {padding-top: 0px !important;}
.tag-new {font-size: 20px !important;}
.invite-company a {font-size: 20px !important;}
.company-warning {font-size: 12px;margin: 20px 35px;font-style: italic;}

/* Section > Survey */
.section-survey {background-image:url("/frontend/assets/img/raccogli/arrow.png");background-repeat:no-repeat;background-size:contain;background-position:center left -30px;}

/* Forms */
label.error {display:none!important;}
label.control--checkbox {font-weight:normal;}
.form-group {position:relative;}
.form-control {border-radius:15px;border:1px solid #dddddd;height:auto;padding:8px 18px;font-size:14px;box-shadow:0 5px 8px rgba(0,0,0,.16)!important;}
select.form-control {appearance:none;background-image:url(/frontend/assets/icons/icon-select.svg);background-repeat:no-repeat;background-size:20px;background-position:center right 20px;}
.form-group.form-tel::before {content:"TEL:";position:absolute;top:11px;left:18px;font-size:18px;color:#001818;}
.form-group.form-tel .form-control {width:auto;padding-left:70px;}
.form-control.has-error , .control__privacy .control__indicator.has-error {border-color:rgb(169, 68, 66);background-color:rgba(169, 68, 66,.2);}
.form-control.has-error::-webkit-input-placeholder {color:#a94442;}
.form-control.has-error::-moz-placeholder {color:#a94442;}
.form-control.has-error:-ms-input-placeholder {color:#a94442;}
.form-control.has-error::-ms-input-placeholder {color:#a94442;}
.form-control.has-error::placeholder {color:#a94442;}
.form-recaptcha.has-error iframe {border:2px solid #a94442;}
.form-control.control-confirmed {border:1px solid #20D000 !important;background-image:url(/frontend/assets/icons/icon-check-green.svg);background-size:25px;background-repeat:no-repeat;background-position:center right 20px;padding-left:50px;padding-right:50px;}
.form-request .row {margin-left:-6px;margin-right:-6px;}
.form-request .row [class*="col-"] {padding-left:6px;padding-right:6px;}
.input-group .btn {border:1px solid #2F363E;}
.vl-validator-error {border:0 !important;}
.vl-validator-error .form-control {border:2px solid #FF0000 !important;border-radius:20px !important;}

/* Bootstrap Select */
.bootstrap-select > .dropdown-toggle {border-radius:15px;border:1px solid #f1f1f1;height:auto;padding:11px 25px;font-size:18px;box-shadow:0 5px 8px rgba(0,0,0,.16)!important;background-image:url(/frontend/assets/icons/icon-select.svg) !important;background-repeat:no-repeat;background-size:8px;background-position:center right 20px;}
.bootstrap-select > .btn.dropdown-toggle:focus {outline:none !important;}
.bootstrap-select .dropdown-toggle .bs-caret {display:none;}

.bootstrap-select .dropdown-menu li a {font-size:13px;padding:6px 16px;}

/* Custom inputs */
.control {display:block;position:relative;padding:0 0 0 35px;margin:0 0 20px 0;cursor:pointer;font-size:11px;}
.control input {position:absolute;z-index:-1;opacity:0;}
.control-group {display:inline-block;vertical-align:top;background:#ffffff;text-align:left;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);padding:30px;width:200px;height:210px;margin:10px;}
.control--group {display:block;position:relative;padding-left:35px;margin:32px 0;cursor:pointer;font-size:16px;}
.control--radio .control__indicator {border-radius:50%;border:1px solid #dddddd;background:#ffffff!important;}
.control__indicator {position:absolute;top:0;left:0;height:18px;width:18px;background:#ffffff;border:1px solid #7b7b7b;border-radius:2px;}
.control__indicator:after {content:"";position:absolute;display:none;}
.control:hover input ~ .control__indicator , .control input:focus ~ .control__indicator {background:#f4f4f4;}
.control:hover input:not([disabled]):checked ~ .control__indicator , .control input:checked:focus ~ .control__indicator {background:#7b7b7b;}
.control input:checked ~ .control__indicator {background:#7b7b7b;border:0;border:1px solid #dddddd;}
.control input:checked ~ .control__indicator:after {display:block;}
.control input:disabled ~ .control__indicator {background:#e6e6e6;opacity:.6;pointer-events:none;}
.control--checkbox .control__indicator:after {left:5px;top:2px;width:6px;height:10px;border:solid #ffffff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.control--checkbox input:disabled ~ .control__indicator:after {border-color:#7b7b7b;}
.control--radio .control__indicator:after {left:4px;top:4px;height:8px;width:8px;border-radius:50%;background:#7b7b7b;}
.control--radio input:disabled ~ .control__indicator:after {background:#7b7b7b;}
.select {position:relative;display:inline-block;width:100%;}
.select select {width:100%;cursor:pointer;padding:8px 12px;outline:0;background:#ffffff;color:#2F363E;-ms-appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #dddddd;border-radius:0;-webkit-box-shadow:none;box-shadow:none;border-color:#dddddd;}
.select select::-ms-expand {display:none;}
.select select:disabled {opacity:.5;pointer-events:none;}
.select__arrow:before {position:absolute;top:10px;right:15px;pointer-events:none;content:"\f107 ";font-family:"Font Awesome 5 Free";color:#dddddd;font-size:15px;font-weight:700;}
.select select:hover ~ .select__arrow , .select select:focus ~ .select__arrow {border-top-color:#2F363E;}
.select select:disabled ~ .select__arrow {border-top-color:#807272;}
.box-radio {border:1px solid #f4f4f4;border-radius:.75rem;}

/* Isotope > Globals */
.isotope__filters {margin:30px 0;text-align:center;}
.isotope__filters .btn {margin:4px;}
.isotope__filters .btn.is-checked {background:red !important;color:#ffffff;}

/* Tiny Slider > Globals */
.tiny-slider {opacity:0;}
.tiny-slider.tns-slider {opacity:1;}

/* Tiny Slider > Dots */
.tns-nav {position:absolute;bottom:20px;left:0;right:0;margin:0 auto;text-align:center;z-index:1;}
.tns-nav button {border-radius:100%;width:16px;height:16px;box-shadow:none;border:0;margin:0 3px;background:rgba(255,255,255,.4);}
.tns-nav .tns-nav-active {background:rgba(255,255,255,1);}

/* Tiny Slider > Controls */
.carousel-arrows-lr .prev:hover , .carousel-arrows-lr .next:hover {cursor:pointer;}
.carousel-arrows-lr .prev:focus , .carousel-arrows-lr .next:focus {outline:none;}
.carousel-arrows-lr .prev {position:absolute;top:50%;transform:translate(0,-50%);z-index:9;left:15px;background-image:url(/frontend/assets/icons/icon-carousel-left.svg);background-repeat:no-repeat;background-size:20px;background-position:center center;width:42px;height:42px;background-color:#f1f1f1;}
.carousel-arrows-lr .next {position:absolute;top:50%;transform:translate(0,-50%);z-index:9;right:15px;background-image:url(/frontend/assets/icons/icon-carousel-right.svg);background-repeat:no-repeat;background-size:20px;background-position:center center;width:42px;height:42px;background-color:#f1f1f1;}

/* Tiny Custom Styles */
img.tiny-image-left { float: left; margin-right: 15px; }
img.tiny-image-right { float: right; margin-left: 15px; }

/* Carousels > Home */
.carousel-container {position:relative;}
.carousel-home .card {margin:0;}
.carousel-home .card-bg {
  border-radius:0;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  min-height:650px;
}
@media (min-width:320px) {
  .carousel-home .card-bg {
    height: calc(100vh - (15 * 100vh) / 100);
  }
}
@media (min-width:425px) {
  .carousel-home .card-bg {
    height: calc(100vh - (10 * 100vh) / 100);
  }
}
@media (min-width:768px) {
  .carousel-home .card-bg {
    height: calc(100vh + (25 * 100vh) / 100);
  }
}
@media (min-width:1024px) {
  .carousel-home .card-bg {
    /*height: calc(100vh + (18 * 100vh) / 100);*/
    height: calc(100vh + (50 * 100vh) / 100);
  }
}
@media (min-width:1440px) {
  .carousel-home .card-bg {
    height: calc(100vh + (25 * 100vh) / 100);
  }
}
@media (min-width:2560px) {
  .carousel-home .card-bg {
    height: calc(100vh - (15 * 100vh) / 100);
  }
}
.carousel-home .card .card-overlay .card-body {margin:0 auto;padding:0;transform:translate(0,-45%);top: 50%;}
.carousel-home h1 {font-size:60px;}
.carousel-home h1 span {font-size:60px}
.carousel-home h2 {font-size:37px;}
/*.carousel-home .card .card-overlay:before {background-color: rgba(0,0,0,.6);}*/
.carousel-home .card .card-overlay-extrafunding :before {background-color: rgba(0,0,0,0);}
.carousel-home .btn {z-index:2;position:relative;}

/* Carousels > Partners */
.carousel-partners {padding:0 50px;}
.carousel-partners .card {margin:0;border:0;}
.carousel-partners .card-bg {height:80px;background-size:200px;}
.carousel-partners .card .card-overlay .card-body {margin:0 auto;}
.carousel-partners .tns-nav {display:none;}
.carousel-partners .tns-nav button {background:#f1f1f1}
.carousel-partners .tns-nav .tns-nav-active {background:#21D000}
.carousel-how .card {background:#fff;padding:20px;}

/* Carousel > Project */
.carousel-project .card {margin:0;}
.carousel-project .card-bg {height:450px;border-radius:0;}
.carousel-project .card .card-overlay .card-body {margin:0 auto;padding:0;transform:translate(0,-50%);}
.carousel-project h1 {font-size:40px;margin-bottom:0;}
.carousel-project h1 span {font-size:48px}
.carousel-project .card .card-overlay:before {background-color: rgba(0,0,0,.6);}
.carousel-project .btn {z-index:2;position:relative;}

/* Carousels > Home */
.carousel-container {position:relative;}

/* Icons */
.icon {width:18px;height:18px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon24 {width:24px;height:24px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon26 {width:26px;height:26px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon35 {width:35px;height:35px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon36 {width:36px;height:36px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon80 {width:80px;height:80px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon90 {width:90px;height:90px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon120 {width:120px;height:120px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon--right {background-position:right center;}
.icon--middle {vertical-align:middle;position:relative;}
.icon--inline {vertical-align:middle;position:relative;margin-right:4px;}
.icon-play {content:"\f04b";font-family:"Font Awesome 5 Free";}

/* Icons > Images */
.icon-flag-it {background-image:url(/frontend/assets/icons/icon-flag-it.svg);}
.icon-flag-uk {background-image:url(/frontend/assets/icons/icon-flag-uk.svg);}
.icon-play {background-image: url(/frontend/assets/icons/icon-play.svg);}

.icon-come-1 {background-image: url(/frontend/assets/icons/icon-come-1.svg);}
.icon-come-2 {background-image: url(/frontend/assets/icons/icon-come-2.svg);}
.icon-come-3 {background-image: url(/frontend/assets/icons/icon-come-3.svg);}
.icon-come-4 {background-image: url(/frontend/assets/icons/icon-come-4.svg);}
.icon-come-5 {background-image: url(/frontend/assets/icons/icon-come-5.svg);}

.icon-plus-1 {background-image: url(/frontend/assets/icons/icon-plus-1.svg);}
.icon-plus-2 {background-image: url(/frontend/assets/icons/icon-plus-2.svg);}
.icon-plus-3 {background-image: url(/frontend/assets/icons/icon-plus-3.svg);}
.icon-plus-4 {background-image: url(/frontend/assets/icons/icon-plus-4.svg);}
.icon-plus-5 {background-image: url(/frontend/assets/icons/icon-plus-5.svg);}
.icon-plus-6 {background-image: url(/frontend/assets/icons/icon-plus-6.svg);}

.icon-usertype-private {background-image: url(/frontend/assets/icons/icon-usertype-private.svg);}
.icon-usertype-pro {background-image: url(/frontend/assets/icons/icon-usertype-pro.svg);}
.icon-usertype-nonpro {background-image: url(/frontend/assets/icons/icon-usertype-nonpro.svg);}
.icon-usertype-support {background-image: url(/frontend/assets/icons/icon-usertype-support.svg);}
.icon-usertype-free {background-image: url(/frontend/assets/icons/icon-usertype-free.svg);}
.icon-dashboard {background-image: url(/frontend/assets/icons/icon-dashboard.svg);}

/* Tables */
.table.has-actions tr th:last-child, .table.has-actions tr td:last-child {text-align:right;}
.table .dataTables_empty {text-align:center;}

/* Tables > Cart */
.checkout__recap .badge {background:transparent;color:#000;padding:0;font-size:initial;line-height:initial;font-weight:normal;}
.table.table-cart .price , .checkout__recap .price {font-weight:bold;font-size:18px;}
.table.table-cart .list-inline a {font-size:12px;}
.table.table-cart input[type="number"] {width:60px;margin-bottom:0;}

/* Tables > Investments History */
/* .table.table-investments-history {box-shadow:0 5px 8px rgba(0,0,0,.16);} */
/* .table.table-investments-history tr th {font-size:15px;text-transform:uppercase;text-align:center;background-color:#F7F7F7;padding:15px 10px;vertical-align:middle;border:0;border-top:1px solid #E4E4E4 !important;}
.table.table-investments-history tr th:nth-child(2) {text-align:left;} */
.table.table-investments-history tr td {vertical-align:middle;padding-top:20px;padding-bottom:20px;text-align:center;font-size: 12px;}
.table.table-investments-history tr th {text-align:center;vertical-align:middle;padding:20px 5px;font-size: 12px;}
/* .table.table-investments-history tr td:nth-child(2) {text-align:left;}
.table.table-investments-history tr:nth-child(odd) td {background-color:#fff;}
.table.table-investments-history .img-icon-inline {width:25px;vertical-align:-1px;display:inline-block;}
.table.table-investments-history input[type="radio"] ~ .custom-checkmark {left:unset;right:0;}
.table.table-investments-history .btn {min-width:150px;} */

/* Head + Nav */
nav .container {position:relative;}
.nav .open > a , .nav .open > .navbar.navbar-default .navbar-brand a:focus , .nav .open > a:hover {background-color:transparent;}
.navbar.navbar-default {min-height:auto;margin-bottom:0;background:rgb(0,0,0);background:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);border:0;border:0;box-shadow:none;border-radius:0;/*padding:0 30px;*/}
.navbar.navbar-default .navbar-brand {width:160px;height:100px;padding:0;margin:0px 10px 0px 0px;background-image: url(/frontend/assets/img/opstart_loghi_2.0_opstart_white2.svg);background-size:contain;background-position:center center;background-repeat:no-repeat;}
.navbar.navbar-default .navbar-brand-extrafunding {background-image: url(/frontend/assets/img/extrafunding/extrafunding_byopstart.png)!important;}
.navbar.navbar-default .navbar-brand > img {height:100px;}
.navbar.navbar-default .navbar-nav > li {margin:10px 0;}

.navbar.navbar-default .navbar-nav > li.is-lang a {padding:14px;margin-left:5px;margin-top: 7px;}
.navbar.navbar-default .navbar-nav li.dropdown.open a.dropdown-toggle {color:#fff;}
.navbar.navbar-default .navbar-nav > li > a {padding:10px 15px;color:#ffffff;font-size:13px;font-weight:bold;text-transform:uppercase;}
.navbar.navbar-default .navbar-nav > li > a.active {color:#21D000 !important;}
.navbar.navbar-default .navbar-nav > li > a.alinkmenu.mt-1 {margin-top:9px !important;width: 25px !important;height: 25px !important;}
.navbar.navbar-default .navbar-nav > li.is-button > a{background-color: #21D000; color: #FFF; padding: 5px 23px; margin-left:15px; margin-right: 15px;margin-top: 3px; border-radius:10px;}
.navbar.navbar-default .navbar-nav > li.is-button > a:hover{opacity: 0.6 !important;}

.navbar.navbar-default .navbar-nav li.dropdown .dropdown-menu {margin-top:10px;border-radius:10px;min-width:120px;}
.navbar.navbar-default .navbar-nav li.dropdown .dropdown-menu li a {padding:8px 8px;font-size:14px;}
.navbar.navbar-default .navbar-nav li.dropdown .dropdown-menu li a.active {color:#21D000;background:#f1f1f1;}

.navbar.navbar-default .navbar-nav li.dropdown .dropdown-menu li a:hover {background:transparent;color:#21D000;}
.navbar.navbar-default .navbar-nav li.is-language.dropdown .dropdown-menu li a {text-align:center;}
.navbar.navbar-default .navbar-nav li.is-language.dropdown .dropdown-menu {min-width:90px;}

.navbar-default .navbar-nav > .active > a {background-color:transparent;color:#21D000;}
.navbar.navbar-default .navbar-nav > .open > a , .navbar.navbar-default .navbar-nav > .open > a:focus , .navbar.navbar-default .navbar-nav > .open > a:hover {background-color:transparent;}
.navbar.navbar-default .nav > li.active > a {color:#21D000!important;background-color:transparent!important;}
.navbar.navbar-default .nav > li .fa-shopping-cart {position:relative;}
.dropdown-menu {border:0;border-top:1px solid #f4f4f4;border-radius:0;}
.navbar.navbar-default .is-language.dropdown.open .caret {color:#fff;}
.navbar.navbar-default .is-language.dropdown .dropdown-menu {width:76px;min-width:initial;}

.navbar.navbar-default .navbar-right {margin-top:23px;}
.navbar.navbar-default .navbar-left {margin-top:23px;}

#headerImageProfile{
  width: 70px !important;
  height: 70px !important;
  margin: -16px 15px 10px 15px !important;
}

/* Head + Nav > Subnav */
.section.section-subnav {padding:0;background:#f1f1f1;}
.section.section-subnav ul {margin:0;}
.section.section-subnav ul li + li {border-left:1px solid #e0e0e0;}
.section.section-subnav ul li a {padding:15px 20px;display:inline-block;text-transform:uppercase;letter-spacing:2px;}
.section.section-subnav ul li a.active {color:#21D000;}

/* Head + Affix */
.navbar.navbar-default {transition:.3s all ease-in-out;}
/* RIMOSSO DA NAVBAR IS AFFIX box-shadow:0 0 17px rgba(0,0,0,.2); */
.navbar.navbar-default.is--affix {background:#fff;transition:.3s all ease-in-out;}
.navbar.navbar-default.is--affix .navbar-nav > li > a {color:#000000;}
.navbar.navbar-default.is--affix .navbar-nav > li > a.active {color:#21D000;background:#fff;}
.navbar.navbar-default.is--affix .navbar-nav > li.is-button a {color:#fff;}
/* RIMOSSA HEADERBAR PICCOLA PER NUOVO LAYOUT LOGIN (PRECEDENTEMENTE INSERITA PERCHE' NON ERANO PRESENTI ANIMAZIONI DI SPOSATAMENTO DELLA PAGINA NEL MOKUP DELLA HOMEPAGE */
/* .navbar.navbar-default.is--affix .navbar-brand {width:100px;height:35px;background-image: url(/frontend/assets/img/opstart_loghi_2.0_opstart.svg);}  
.navbar.navbar-default.is--affix .navbar-right {margin-top:0px;}
.navbar.navbar-default.is--affix .navbar-left {margin-top:0px;}*/
.navbar.navbar-default.is--affix .navbar-brand {background-image: url(/frontend/assets/img/opstart_loghi_2.0_opstart.svg);} 
.navbar.navbar-default.is--affix .navbar-right {margin-top:23px;}
.navbar.navbar-default.is--affix .navbar-left {margin-top:23px;}
.navbar.navbar-default.is--affix .navbar-nav li.dropdown.open a.dropdown-toggle {color:#031a3d;}

/* Head + Login */
.navbar.navbar-default.is--white {background:#fff;transition:.3s all ease-in-out; position: fixed;}
.navbar.navbar-default.is--white .navbar-nav > li > a {padding:10px 15px;color:#000000;font-size:13px;font-weight:bold;text-transform:uppercase;}
.navbar.navbar-default.is--white .navbar-nav > li.is-lang > a {padding:14px;margin-left:5px;margin-top: 7px;}
.navbar.navbar-default.is--white .navbar-nav > li.is-button > a {color:#fff;padding:10px 30px;}
.navbar.navbar-default.is--white .navbar-brand {background-image: url(/frontend/assets/img/opstart_loghi_2.0_opstart.svg);} 
/* Head + Not transparent */
/* .navbar.navbar-default.not-transparent .navbar-nav > li > a {color:#000000;}
.navbar.navbar-default.not-transparent .navbar-nav > li > a.active {color:#fff;}
.navbar.navbar-default.not-transparent .navbar-nav > li.is-button a {color:#fff;} */


/* Head > Dropdown Invest */
.dropdown-invest {}

.dropdown-invest .media.media-icon {padding:10px 20px;}
.dropdown-invest .media.media-icon img {width: 60px;}
.dropdown-invest .media.media-icon h4 {font-weight:bold;font-size:17px;}
.dropdown-invest .media.media-icon p {font-size:13px;margin:0;}
.dropdown-invest .dropdown-menu {left:0;width:390px;padding:0;border-radius:0 !important;margin-top:34px !important;}
.dropdown-invest .dropdown-menu li .media.media-icon {padding:15px 20px;}
.navbar.navbar-default .navbar-nav li.dropdown .dropdown-menu li.is-button a {font-size:14px;font-weight:bold;text-transform:uppercase;background-color: #20D000;color: #fff;text-align:center;padding:15px 0;}
.dropdown-invest .dropdown-menu li:hover {background-color: #f1f1f1;cursor: pointer;}

/* has-loadmore */
.has-loadmore .card {display:none;}

/* Backgrounds */
.bg-transparent {background-color:transparent !important;}
.bg-grey {background-color:#f1f1f1!important;}
.bg-grey-bond {
  background-color: #F4F7FA!important;
}
.bg-grey-dark {background-color:#2F363E!important;}
.bg-black {background-color:#000000!important;}
.bg-white {background-color:#ffffff !important;}
.bg-light {background-color:#f7f7f7 !important;}
.bg-green {background-color:#00A760 !important;}
.bg-violet{background-color:#21D000 !important;}
.bg-opstart {background-color:#20D000 !important;}
.bg-crowdlender {background-color:#0070CF !important;}
.bg-crowdbond {background-color:#7882DB !important;}
.bg-crowdlender {background-color:#0071CE !important;}
/* .bg-demo {background-image:url(/frontend/assets/img/bg-demo.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;} */

.bg-header-default {background-image:url(/frontend/assets/img/bg-header-default.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}

.bg-harp {background-image: url(/frontend/assets/img/img-harp.svg);background-repeat:no-repeat;background-size:contain;background-position:left 20px bottom -170px;}
.bg-collect {background-image: url(/frontend/assets/img/bg-collect.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;}

.bg-home-investment::after {content:"";position:absolute;top:0;bottom:0;left:0;width:75%;background-image: url(/frontend/assets/img/img-home-investment.png);background-repeat:no-repeat;background-size:770px;background-position:left bottom -60px;z-index:1;}
.bg-home-investment .section {z-index:2;}

.color-overfund {color:#00A760 !important;}
.bg-overfund {background-color:#00a760 !important;}
.bg-funded {background-color:#007743 !important;}

.card.is-team {border:0;background:#f1f1f1;margin-top:80px;}
.card.is-team .card-bg {height:80px;width:80px;background-size:cover;border-radius:100%;position:absolute;top:-70px;left:0;right:0;margin:0 auto;}

.card.is-team h4.card-title {margin:0 0 15px;font-size:22px;color:#21D000;}
.card.is-team p {font-size:14px;min-height:180px;}
.card.is-team p.mh-smaller {min-height:50px;}

.card.is-plus {border:0;}
.card.is-plus p {min-height:120px;}


/* Section > Header */
.section.section-header {padding:160px 0 60px;background-image:url(/frontend/assets/img/slide-2.jpg);background-repeat:no-repeat;background-position:center center;}
.section.section-header-white {padding:160px 0 60px;background-image:url(/frontend/assets/img/slide-2.jpg);background-repeat:no-repeat;background-position:center center;}
.section-header.bg-news-header {background-size:cover;background-repeat:no-repeat;background-position:center center;}
.section-header:before {content:"";position:absolute;left:0;right:0;bottom:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.6);}
.section.section-header-white:before {content:"";position:absolute;left:0;right:0;bottom:0;top:0;width:100%;height:100%;background:#fff;}
.section-header h2 {font-size:18px;font-family:"Montserrat", sans-serif;}
  /* Section LOGIN*/
.section-login {
  width: auto; 
  height:794px;
  background-image: url('../../assets/img/loghiCrowd/backgroundCrowdLogin.png');
  background-repeat:no-repeat;
background-position: center right;
  background-attachment: fixed;
  width: 100;
}
.section-login:before {position: absolute;}

.section-login-lg {
  margin-top: 126px; 
  transform: scale(1,1);
  background-size: cover;
}
.section-login-sm {
  margin-top: 2rem;
}

  /* Dividers */
/* Section > Dashboard Header */
.section-fixed.section-dashboard-header {position:sticky; top:105px; width:100%;background:#fff;z-index: 999;}
.section-fixed.section-dashboard-header .nav.nav-pills.nav-justified>li {display: table-cell !important; width: 1% !important;}
.section-fixed.section-dashboard-header .nav.nav-pills.nav-justified li a {color:#21D000;}
.section-fixed.section-dashboard-header .nav.nav-pills.nav-justified>li>hr {
  height:3px;
    border-width:0;
    color:#21D000;
    background-color:#21D000;
    margin-top:0;
    margin-bottom:0;
}
@media (min-width:768px) {
  .section-fixed.section-dashboard-header .nav.nav-pills.nav-justified>li>hr {
    margin-left: 25%; 
    margin-right: 25%;
  }
}

/* Dividers */
.divider {display:inline-block;margin:20px 0;width:100%;max-width:160px;height:3px;}
.divider-primary {background:#333;}

/* Sidebar */
.sidebar .list-group li a.active {font-weight:bold;color:#21D000;}
.section-content .sidebar li a {font-weight:normal;color:#333;text-decoration:none;}

/* Section > Titles */
.section-title h1 {font-size: 45px;font-weight:700;color: #2F363E;}
.section-title h1 span{font-weight: 300; display: block;}
.section-title h3 {font-size:35px;font-weight:700;color: #2F363E;}
.section-title h4 {font-size:15px;text-transform:uppercase; color: #21D000;  font-weight: 700;}
.section-title h3 + .divider {margin-top:0;}

.section-slider .section-title{width: 52%; margin-left: 60px; margin-top: 270px;}

/* Section > Video */
.section-video{background-color: #2F363E;}
.section-video .icon-play{position: absolute; left:50%; top: 50%; transform: translate(-50%,-50%);}
/*.section-video {overflow:hidden;position:relative;height:70vh;}
.section-video .button-play {position:absolute;bottom:30px;left:30px;}
.section-video .button-audio {position:absolute;bottom:30px;right:30px;}
.section-video .videoContainer {pointer-events:none;width:100%;max-height:70vh;height:70vh;top:0;left:0;bottom:0;right:0;transform:scale(2);overflow:hidden;}
.section-video iframe {width:100%;height:100%;}*/

/* Section > Breadcrumbs */
.section-breadcrumbs {padding:0;background-color:transparent;font-size:12px;color: #f7f7f7;}
.section-breadcrumbs .breadcrumb {background:transparent;padding:0;}
.breadcrumb>.active {color:#FFF;}

/* Section > Counter */
.section-counter h3{font-size:28px;color:#21D000;}
.section-counter p {margin:10px 0 0;}

/* Section > Timeline */
.section-timeline .timeline-event {display:inline-block;width:100%;cursor:pointer;margin-bottom:20px;}
.section-timeline .timeline-event:before {content:"";width:100%;height:2px;border-top:1px dashed #807272;position:absolute;bottom:8px;left:0;right:0;}
.section-timeline .timeline-event:after {content:"";width:20px;height:20px;border-radius:100%;border:2px solid #2F363E;position:absolute;bottom:0;background:#ffffff;z-index:9;}
.section-timeline .timeline-event:focus {outline:none;}
.section-timeline .timeline-event .year h3 {font-size:28px;margin-bottom:10px;}
.section-timeline .timeline-event h4 {min-height:50px;font-size:12px;padding-right:20px;}
.section-timeline .timeline-event {padding:10px 0;}

/* Search Page */
.section-search .card {display:none;border-top:0;border-left:0;border-right:0;padding-bottom:30px;}
.section-search .card .card-body {padding:0;}
.section-search .card .card-body .card-text span {background:yellow;}
.section-search .card .card-body .card-link {background:transparent;color:#2F363E;padding:0;}

/* Section > Portfolio */
.section-portfolio .portfolio-filter {border-top:1px solid #f4f4f4;border-bottom:1px solid #f4f4f4;width:100%;}
.section-portfolio .portfolio-filter .filter-button {display:inline-block;padding:10px 23px;background:transparent;border:none;color:#9b9b9b;letter-spacing:0;font-size:13px;cursor:pointer;font-weight:300;}
.section-portfolio .portfolio-filter .filter-button:hover , .section-portfolio .portfolio-filter .filter-button:focus , .section-portfolio .portfolio-filter .filter-button:active {background:#f4f4f4;color:#2F363E;}
.section-portfolio .portfolio-filter .filter-button:focus {outline:0;}
.section-portfolio .portfolio-filter {display:inline-block;text-align:center;margin:30px 0;}
.section-portfolio .portfolio-img img {width:100%;height:230px;-o-object-fit:cover;object-fit:cover;padding:3px 3px;}

/* Content */
.section-content h3:not(:first-child) {font-size:22px;line-height:initial;margin-top:40px;}
.section-content li a {font-weight:bold;color:#21D000;text-decoration:underline;}

/* Section > Login */
.section-login .card .card-header{padding: 30px 30px 0;border: 0;}
.section-login .card .card-header .section-title h3{font-size: 24px;}
.section-login .card .card-body{padding: 30px;}

/* Section > how */
.section-how .card-bg {height: 150px;background-size: auto;margin-bottom: 30px;}

/* Section > news */
.section.section-news {padding:80px 30px 50px;}
.section-news .card-bg {height: 220px;}
.section-news .card .card-overlay .card-body{bottom: 0;top: auto; transform: none;}

/* Section > Image/Text */
.section-half .block-image {position:absolute;background-repeat:no-repeat;top:0;height:100%;z-index:0;width:50%;background-position:center center;}
.image--right {right:0;left:auto;}
.image--left {left:0;right:auto;}
.image--cover {background-size:cover;}
.image--contain {background-size:contain;}

/* Section > Collect */
.section-collect .img-responsive {margin-bottom:20px;}
.section-collect .logo-fintechhub {height:55px;}
.section-collect .text-container {border-radius:25px;padding:30px 40px;display:flex;align-items:center;margin-bottom:50px;}
.section-collect .text-container p {font-size:18px;font-weight:500;margin:0;color:#fff;}
.section-collect .boxCollect {height: 550px;}

/* Content */
.section-blog-detail .news-category {color:#fff;background:rgba(2, 16, 36,.8);border-radius:5px;font-weight:bold;padding:3px 10px;display: inline-block;margin-bottom:20px;}
.section-blog-detail .news-tags {display:inline-block;width:100%;padding-top:40px;border-top:1px solid #ccc;margin-top:40px;}
.section-blog-detail .news-tags li {display: inline-block;background:#f1f1f1;padding:3px 10px;color:#031a3d;border-radius:5px;}
.section-blog-detail .news-tags li:before {content:"\f02b";font-family: "Font Awesome 5 Free";font-weight:800;display: inline-block;vertical-align:middle;margin-right:6px;font-size:11px;}
.section-blog-detail .news-date {margin-bottom:20px;font-size:14;font-weight:bold;}
.section-blog-detail .news-category {display:inline-block;}
.section-blog-detail h3:not(:first-child) {margin-top:30px;}
.section-blog-detail article a {text-decoration:underline;}
.section-blog-search {padding-top: 230px !important;}
@media (max-width:991px) {
  .section-blog-search {padding-top: 100px !important;}
}

/* Section > Footer */ 
.section-footer-top {background-color: #f7f7f7 !important;padding: 50px 30px 50px 30px !important;}
.section-footer {background:#000000;padding:50px 30px;}
.section-footer li img {height:20px !important;width:20px !important;}
.section-footer li a i {font-size: 20px !important;}
@media (max-width:768px) {
  p {font-size: 16px !important;}
  ul li {font-size: 16px !important;}
  .section-campaign-detail .tab-content p {font-size: 16px !important;}
  .section-footer {padding: 50px 0px 30px;}
  .section-footer div[class*="col-"]:not(.divider-container) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-dashboard .tab-pane ul {
    padding-left: 13px !important;
    font-size: 16px !important;
  }
}
.section-footer h4{color: #FFFFFF; font-size: 11px; font-weight: 700;}
.section-footer .list-group li {padding-bottom: 0px;}
.section-footer p,.section-footer a, .section-footer .list-group li a {color:#fff;font-size: 11px;} 
.section-footer p {font-size:14px;line-height:20px;}
.section-footer a {color:#fff !important;}
/* Section > Footer > Copy */ 
.section.section-copy {padding:0 0 50px;background:#000000;}
.section-copy {font-size:11px;} 
@media (max-width:768px) {
  .section-copy div[class*="col-"]:not(.divider-container) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.section-copy p {color:#9B9B9B;}
.section-copy p a {color:#9B9B9B;font-weight:normal;}

/* Section > Project offers */
.section-projects-offers .table-borderless thead tr th, .table-borderless tbody tr td {
  border: none;
}


.form-control[disabled] {
  background-color: #e2e2e2 ;
  opacity: 1;
}

.btn.dropdown-toggle.disabled {
  opacity: 1;
  background-color: #e2e2e2;
}

.coming-soon-div {
  display: table; 
  width: 100%; 
  overflow: hidden;
  background: #031a3d;
  padding: 15px;
  border-radius: 10px 10px 0px 0px;
}

.coming-soon-div h3 {
  text-align: center;
  color: white;
  margin: 0 !important;
}

.rounded-image-box{
  border-radius: 2.25rem !important;
}
.rounded-image-box:hover{
  cursor: pointer !important;
}
.rounded-box{
  border-radius: 2.25rem !important;
}

.rounded-image-box-racommended{
  border-radius: 2.25rem !important;
  width: 100%;
  height: 140px;
  border: 2px solid;
  background-position: center top !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.vertical-line{
  border-left: 2px solid #707070;
  opacity: 0.5;
  height: 650px; 
}

.separatorSection {
  text-align: center;
}
.separatorSection h3 {font-size:24px;}

/* .separatorSection::before,
.separatorSection::after {
  content: '';
  flex: 1;
  border-bottom: 3px solid #E4E4E4;
} */

.separatorSection:not(:empty)::before {
  margin-right: .25em;
}

.separatorSection:not(:empty)::after {
  margin-left: .25em;
}
/* ##################### */
/* ACTIVE PROJECTS BOXES */
/* ##################### */

.active-box-primary, .active-box-primary:hover{
  border: 1px solid #21D000;
}
.active-box-extrafunding, .active-box-extrafunding:hover{
  border: 1px solid #21D000;
}
.active-box-crowdlisting, .active-box-crowdlisting:hover{
  border: 1px solid #67DAD4;
}
.active-box-crowdlegal, .active-box-crowdlegal:hover{
  border: 1px solid #C1022F;
}
.active-box-crowdre, .active-box-crowdre:hover{
  border: 1px solid #FF585A;
}
.active-box-crowdbase, .active-box-crowdbase:hover{
  border: 1px solid blue;
}
.active-box-crowdbond, .active-box-crowdbond:hover{
  border: 1px solid #777FDF;
}
.active-box-crowdlender, .active-box-crowdlender:hover{
  border: 1px solid #0071CE;
}
.active-box:hover .active-proj-img-lg{
  height: 200px !important;
  transition:.5s
}
.active-box:not(:hover) .active-proj-img-lg{
  height: 240px !important;
  transition:.5s
}

.active-box:hover .active-proj-desc{
  display: none;
  transition:.5s;
  opacity: 1;
  animation: fadeOut 0.5s linear;
}
.active-box:hover .active-proj-details{
  display: block;
  transition:.5s;
  opacity: 1;
  animation: fadeIn 0.5s linear;
}
.active-box:not(:hover) .active-proj-details{
  display: none;
  transition:.5s;
  opacity: 0;
  animation: fadeOut 0.5s linear;
}
.active-box .card-profile-picture-primary{border: 2px solid #00A760;}
.active-box .card-profile-picture-crowdlisting{border: 2px solid #67DAD4;}
.active-box .card-profile-picture-crowdlegal{border: 2px solid #C1022F;}
.active-box .card-profile-picture-crowdre{border: 2px solid #FF585A;}
.active-box .card-profile-picture-crowdbase{border: 2px solid blue;}

@keyframes fadeIn {
  0% { opacity: 0 }
  100% { opacity: 1 }
}
@keyframes fadeOut {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
/* ACTIVE PROJECTS BOXES END */

.mission-statement {
  overflow: hidden;
  position: fixed;
  height: 120%;
  width: 100%;
  top: 0;
  left: 0;
}

.bgvid {
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  position: absolute;

  bottom: 0;
  right: 0;
}

.table-premoney th {
  padding-left: 0px !important;
  text-align: center !important;
}
.table-premoney tr th:first-child {
  text-align: left !important;
}
.table-premoney tr td {
  text-align: center !important;
  /*font-weight: 400 !important;*/
}
.table-premoney tr td:first-child {
  text-align: left !important;
}
@media (max-width:768px) {
  .table-premoney th {
    font-size: 12px !important;
  }
  .table-premoney tr td {
    font-size: 12px !important;
  }
}


/*****************************************
*  --------------------------------------*
*  Slick                                 *
*  --------------------------------------*
*****************************************/


/*.slickClass{
  width: 630px !important;  
}
.slick-list{
  width: 630px !important;
  padding-left: 3%;
}*/
.slick-prev:before, .slick-next:before { 
  color:black !important;
}

.slick-desc-caption {
  display: none;
}

.slick-next:before {

  color: black;
  font-size: 30px;
}

.bckg-slick {
  position: relative;
}
.bckg-slick:after {
  content : "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../../assets/img/loghiCrowd/backgroundCrowd.png'); 
  width: 100%;
  height: 100%;
  opacity : 0.6;
  z-index: -1;
}

/* Section > Dashbaord */

/* mazza */
.section-companies, .section-campaign-detail {padding: 150px 0px 60px !important}
.section-dashboard {padding: 150px 0px 60px !important;}
.section-dashboard.pb-0 {padding-bottom:0 !important;}
@media (max-width:768px) {
  .section-dashboard {padding: 100px 0px 40px !important;}
  .section-dashboard:not(.portfolio) div[class*="col-"]:not(.divider-container), .section-dashboard .tab-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #friends-code{margin-top: 20px;}
}

.section-dashboard .nav-pills>li.active>a, .section-dashboard .nav-pills>li.active>a:focus, .section-dashboard .nav-pills>li.active>a:hover {color:#21D000;background-color: transparent;font-weight: bold;}
.section-dashboard .tab-content {border:0}
.section-dashboard .card .card-bg {
  position: relative;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-dashboard .form-group {margin-bottom: 10px;}
/* .section-dashboard input, .section-dashboard .btn.dropdown-toggle {padding: 14px 18px;border-radius: 2.25rem !important; box-shadow: 0 .175rem .75rem rgba(0,0,0,.175)!important;
  box-shadow: 0 .25rem .40rem rgba(0,0,0,.2)!important;} */
.section-dashboard h1,h2,h3,h4,h5,h6 {margin-bottom: 10px;}
.section-dashboard label {font-weight: bold;}
.section-dashboard .investor-profile-selector > div {
  display: flex;justify-content:space-between;align-items:center;
}
.section-dashboard .multiple-choice-selector {
  display: flex; flex-direction:row;
}

@media (max-width:768px) {
  .section-dashboard .investor-profile-selector > div {
    display: flex;flex-direction: column;align-items: flex-start;;
  }
  .section-dashboard .investor-profile-selector > div > div{
    width: 100%;
  }
  .section-dashboard .multiple-choice-selector {
    display: flex; flex-direction:column;
  }
}

/* CHECKBOX CUSTOM */
.custom-checkbox-container, .section-project-invest .custom-checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
input[type="checkbox"] ~ .custom-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 5px !important;
  /* box-shadow: 0 .175rem .75rem rgba(0,0,0,.175)!important; */
  box-shadow: 0 .25rem .40rem rgba(0,0,0,.2)!important;
  background-color: #ffffff;
}

input[type="radio"] ~ .custom-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #707070;
  border-radius: 50%;
  /* box-shadow: 0 .175rem .75rem rgba(0,0,0,.175)!important; */
  box-shadow: 0 .25rem .40rem rgba(0,0,0,.2)!important;
  background-color: #ffffff;
}

/* On mouse-over, add a grey background color */
.custom-checkbox-container:hover input ~ .custom-checkmark {
  box-shadow: 0 .175rem .75rem rgba(0,0,0,.5)!important;
}

.custom-checkbox-container input[disabled] ~ .custom-checkmark{
  opacity: 1;
  cursor: not-allowed;
  /* box-shadow: 0 .175rem .75rem rgba(0,0,0,.175)!important; */
  box-shadow: 0 .25rem .40rem rgba(0,0,0,.2)!important;
  background-color: #e2e2e2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox-container input:checked ~ .custom-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-container input[type="checkbox"] ~ .custom-checkmark:after {
  left: 4px;
  top: 0px;
  width: 10px;
  height: 15px;
  border: solid #21D000;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-checkbox-container input[type="checkbox"] ~ .custom-checkmark-crowdarena:after {
  border: solid #F49633;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-checkbox-container input[type="radio"] ~ .custom-checkmark:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
	background: #21D000;
}

.custom-checkbox-container input[type="radio"] ~ .custom-checkmark-crowdarena:after {
  border-radius: 50%;
	background: #F49633;
}

.section-dashboard ul.custom-list{
  padding-left: 0px;
}

.section-dashboard ul.custom-list li{
  list-style: none;
  margin-bottom: 20px;
  text-decoration:underline;
  color:#979797;
}
.section-dashboard ul.custom-list li.active{
  color:#21D000;
}
.section-dashboard ul.custom-list li::before{
  content: '';
  display: inline-block;
  height: 17px;
  width: 30px;
  background-image: url('/frontend/assets/img/opstart_tick_disabled.png');
  background-repeat: no-repeat;
	background-position: left center;
  background-size: contain;
}
.section-dashboard ul.custom-list li.active::before{
  background-image: url('/frontend/assets/img/opstart_tick.png');
}

.section-dashboard #pills-investments-recap li hr{
  visibility: hidden;
}

.section-dashboard #pills-investments-recap li.active hr{
  visibility: visible;
}
.section-dashboard .custom-radio-container{
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding-left: 45px;
  padding-top: 4px;
  user-select: none;
}

.section-dashboard .custom-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.section-dashboard .custom-radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid rgba(0,0,0,.5);
  /* box-shadow: 0 .175rem .75rem rgba(0,0,0,.175)!important; */
  box-shadow: 0 .25rem .40rem rgba(0,0,0,.2)!important;
  background-color: white;
  border-radius: 75%;
}

/* On mouse-over, add a grey background color */
.section-dashboard .custom-radio-container:hover input ~ .custom-radio-checkmark {
  box-shadow: 0 .175rem .75rem rgba(0,0,0,.5)!important;
}

.section-dashboard .custom-radio-container input[disabled] ~ .custom-radio-checkmark{
  opacity: 1;
  cursor: not-allowed;
  /* box-shadow: 0 .175rem .75rem rgba(0,0,0,.175)!important; */
  box-shadow: 0 .25rem .40rem rgba(0,0,0,.2)!important;
  background-color: white;
}

/* When the radio button is checked, add white background */
.section-dashboard .custom-radio-container input:checked ~ .checkmark {
  background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.section-dashboard .custom-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.section-dashboard .custom-radio-container input:checked ~ .custom-radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.section-dashboard .custom-radio-container .custom-radio-checkmark:after {
  top: 2.5px;
  left: 3.5px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #21D000;
}

.dashboard-container .list-group-item {font-size: 14px;}

/* .section-dashboard .dashboard-container {background-color:#F7F7F7;} */
.section-dashboard .dashboard-container.has-background-equity::before {content:"";position:absolute;top:8rem;left:0;right:0;height:275px;background-color:#21D100;}
.section-dashboard .dashboard-container.has-background-bond::before {content:"";position:absolute;top:8rem;left:0;right:0;height:275px;background-color:#7882DB;}
.section-dashboard .dashboard-container.has-background-lending::before {content:"";position:absolute;top:8rem;left:0;right:0;height:275px;background-color:#0071CE;}
.section-dashboard .dashboard-container.has-background-equity h1, .section-dashboard .dashboard-container.has-background-bond h1, .section-dashboard .dashboard-container.has-background-lending h1 {color:#ffffff}
.section-dashboard .dashboard-container > .row {display:flex;flex-wrap:wrap;}
.section-dashboard .dashboard-container .nav-pills {position:sticky;top:176px;}
.section-dashboard .dashboard-container .nav-pills > li {margin:0;}
.section-dashboard .dashboard-container .nav-pills > li > a {padding:15px 38px 8px 32px;font-size:18px;font-weight:700;color:#000;border-radius:0;}
.section-dashboard .dashboard-container .nav-pills > li:first-child > a {padding-left:22px;border:0;background-color:#707070 !important;color:#fff !important;padding: 22px 34px 11px 34px !important;}
.section-dashboard .dashboard-container .nav-pills > .active > a {background-color:#E4E4E4;color:#000;}
.section-dashboard .dashboard-container .nav-pills > .active > a:hover, .section-dashboard .dashboard-container .nav-pills > .active > a:focus {background-color:#E4E4E4;color:#000;}
.section-dashboard .dashboard-container .nav-pills > li > a .icon--inline {margin-right:5px;margin-bottom: 5px;}
.section-dashboard .dashboard-container .nav-pills > li > a .img-responsive {width:40px;margin-right:0px;vertical-align:middle;}
.section-dashboard .dashboard-container .tab-content, .section-dashboard .profile-container .tab-content {padding:35px 35px;}
.section-dashboard .dashboard-container .tab-content:not(.card .tab-content) > .row, .section-dashboard .profile-container .tab-content:not(.card .tab-content) > .row {margin:0 -15px !important;}
.section-dashboard .dashboard-container h1, .section-dashboard .profile-container h1 {font-size:22px !important;font-weight:700;margin-bottom:40px;}
.section-dashboard .profile-container h1 {text-align: center;margin-bottom: 10px !important;}
.section-dashboard .profile-container .profile-container-loghi {margin: 50px 0px;}

.section-dashboard .profile-container .profile-container-loghi img {max-width: initial; height: 40px;}
.section-dashboard .profile-container .has-background-data {background-image: url(/frontend/assets/img/bg-collect.jpg);background-position: center top !important;background-repeat: no-repeat;background-size: contain;}
@media (max-width: 990px) {
  .section-dashboard .profile-container .profile-container-loghi img {height: 25px; margin-bottom: 20px;}
  .section-dashboard .profile-container .profile-container-loghi {margin: 10px 0px;}
  .section-dashboard .profile-container .has-background-data {background-image: none;}

}

.section-dashboard .dashboard-container.has-background h1 {color:#fff;}
.section-dashboard .dashboard-container .bootstrap-select {width:100% !important;}
.section-dashboard .dashboard-container .list-tasks {margin-bottom:100px;}
.section-dashboard .dashboard-container .list-tasks .title {font-size:30px;font-weight:700;margin-bottom:15px;}
.section-dashboard .dashboard-container .list-tasks .list-unstyled > li {font-size:20px;font-weight:500;color:#979797;padding-left:50px;position:relative;}
.section-dashboard .dashboard-container .list-tasks .list-unstyled > li::before {content:"";position:absolute;top:0;left:0;width:35px;height:25px;background-position:center center;background-size:contain;background-repeat:no-repeat;background-image:url(/frontend/assets/icons/icon-check-grey.svg);}
.section-dashboard .dashboard-container .list-tasks .list-unstyled > li.active {color:#20D000;}
.section-dashboard .dashboard-container .list-tasks .list-unstyled > li.active::before {background-image:url(/frontend/assets/icons/icon-check-green.svg);}
.section-dashboard .dashboard-container .list-tasks .list-unstyled > li + li {margin-top:30px;}
.section-dashboard .dashboard-container .table-container > .row {margin:0 -15px !important;}
.section-dashboard .dashboard-container .table-container h4 {font-size:30px;font-weight:700;margin-bottom:15px;}
.section-dashboard .dashboard-container .table-container .form-group {margin-bottom:50px;}
.section-dashboard .card {border-radius:20px;background-color:#fff;box-shadow:0 5px 8px rgba(0,0,0,.16);margin-bottom:10px;}
.section-dashboard .card .nav-tabs {display:flex;justify-content:space-between;padding:0 !important;}
.section-dashboard .card .nav-tabs > li {float:none;margin:0;flex:auto;}
.section-dashboard .card .nav-tabs > li > a {padding:10px 0;margin:0;text-align:center;font-size:14px;font-weight:500;text-transform:uppercase;color:#707070;border:0;border-bottom:1px solid #E4E4E4;opacity:.75;position:relative;}
.section-dashboard .card .nav-tabs > li > a::after {content:"";position:absolute;bottom:-1px;left:0;right:0;max-width:100px;height:4px;background-color:transparent;transform:translate(0,50%);margin:0 auto;}
/*.section-dashboard .card .nav-tabs > li > a:hover {background-color:transparent;}
.section-dashboard .card .nav-tabs > li > a:hover::after {background-color:#3CB84E;}*/
.section-dashboard .card .nav-tabs > li:first-child > a {text-align:center;}
.section-dashboard .card .nav-tabs > li:first-child > a::after {margin-left:0;}
.section-dashboard .card .nav-tabs > li:last-child > a {text-align:center;}
.section-dashboard .card .nav-tabs > li:last-child > a::after {margin-right:0;}

.section-dashboard .card .nav-tabs > .active > a {font-weight:700;}
.section-dashboard .card .nav-tabs > li.active > a.equity {border-bottom: solid 4px #3CB84E;}
.section-dashboard .card .nav-tabs > li.active > a.bond {border-bottom: solid 4px #7882DB;}
.section-dashboard .card .nav-tabs > li.active > a.crowdlender {border-bottom: solid 4px #0071CE;}

.section-dashboard .card .nav-tabs > li.active > a.equity:hover {border-bottom: solid 4px #3CB84E;}
.section-dashboard .card .nav-tabs > li.active > a.bond:hover {border-bottom: solid 4px #7882DB;}
.section-dashboard .card .nav-tabs > li.active > a.crowdlender:hover {border-bottom: solid 4px #0071CE;}

.section-dashboard .col-content-sidebar {width:300px;float:left;}
.section-dashboard .col-content-container {width:calc(100% - 300px);float:right;border-left:2px solid #f1f1f1;}

/*.section-dashboard .card .nav-tabs > .active > a::after {background-color:#3CB84E;}*/
.section-dashboard .card .tab-content {margin-top:30px;border-radius:20px;box-shadow:0 5px 8px rgba(0,0,0,.16);padding:15px 25px;}
.section-dashboard .card .tab-content .table {margin:0;}
.section-dashboard .card .tab-content .table tr td {border:0;padding:10px 0;font-weight:700;font-size:18px;}
.section-dashboard .card .tab-content .table tr td:last-child {text-align:right;}
.section-dashboard .card-dashboard > .row {display:flex;flex-wrap:wrap;}
.section-dashboard .card-dashboard > .row > div[class*="col-"] {padding:0;}
.section-dashboard .card-dashboard .box-left {padding:20px 30px;padding-right:0;height:100%;}
.section-dashboard .card-dashboard .card-body {padding:10px 0 20px 40px;height:100%;}
.section-dashboard .card-dashboard .img-card {width:100%;margin-bottom:30px;border-radius:20px;box-shadow:0 5px 8px rgba(0,0,0,.16);}
.section-dashboard .card-dashboard .text-label {font-size:18px;}
.section-dashboard .card-dashboard .text-label span {font-size:28px;}
.section-dashboard .card-dashboard .category {font-size:15px;font-weight:700;padding-bottom:10px;padding-right:30px;margin-bottom:20px;border-bottom:1px solid #E4E4E4;}
.section-dashboard .card-dashboard .form-group {padding-right:30px;}
.section-dashboard .card-dashboard .form-group label {font-size:15px;margin-bottom:10px;font-weight:400;}
.section-dashboard .card-dashboard .table {margin:40px 0 0;}
.section-dashboard .card-dashboard .table tr td {border-top:0;border-bottom:1px solid #E4E4E4;padding:7px 0;font-size:18px;}
.section-dashboard .card-dashboard .table tr td:last-child {font-weight:700;text-align:right;padding-right:30px;}
.section-dashboard .card-investment {box-shadow:none;min-height: 195px;}
.section-dashboard .card-investment .card-body {padding:35px;color:#fff;}
.section-dashboard .card-investment h4 {font-size:19px;margin-bottom:25px;font-weight:700;color: #ffffff;}
.section-dashboard .card-investment .value {font-size:24px;font-weight:500;margin-bottom:10px;}
.section-dashboard .card-investment p {font-size:14px;font-weight:500;margin:0;}
.section-dashboard .card-chart .card-body {padding:45px;}
.section-dashboard h4 {font-size:18px;font-weight: bold;color:#707070;margin-bottom:15px;}
.section-dashboard h4.h4-profile {font-size: initial; color: initial;}
.section-dashboard .card-chart .form-group {margin-bottom:30px;}

.section-dashboard.project-crowdbond .text-primary {color:#777FDF !important;}
.section-dashboard.project-crowdbond .btn-primary {background-color:#777FDF;}
.section-dashboard.project-crowdbond p a {color:#777FDF;}
.section-dashboard.project-crowdbond .bootstrap-select .dropdown-menu > .active > a {background-color:#777FDF !important;}
.section-dashboard.project-crowdbond .dashboard-container.has-background::before {background-color:#777FDF;}

.section-dashboard.project-crowdlender .text-primary {color:#0071CE !important;}
.section-dashboard.project-crowdlender .btn-primary {background-color:#0071CE;}
.section-dashboard.project-crowdlender p a {color:#0071CE;}
.section-dashboard.project-crowdlender .bootstrap-select .dropdown-menu > .active > a {background-color:#0071CE !important;}
.section-dashboard.project-crowdlender .dashboard-container.has-background::before {background-color:#0071CE;}

.section-dashboard.project-lending .text-primary {color:#0071CE !important;}
.section-dashboard.project-lending .btn-primary {background-color:#0071CE;}
.section-dashboard.project-lending p a {color:#0071CE;}
.section-dashboard.project-lending .bootstrap-select .dropdown-menu > .active > a {background-color:#0071CE !important;}
.section-dashboard.project-lending .dashboard-container.has-background::before {background-color:#0071CE;}



@media (max-width:768px) {
  .dashboard-container .list-group-item {font-size: 12px;background-color: transparent;text-align: left}
  .section-dashboard.portfolio .card.rounded-box .divider-container {text-align: center;}
  .section-dashboard.portfolio .card.rounded-box.shadow-sm p {float: initial !important; font-size: 12px;}
}
@media (min-width:1024px) {
  .slickMission .dots {bottom: 75px;}
}
@media (min-width:1440px) {
  .slickMission .dots {bottom: 0px;}
}
@media (min-width:2560px) {
  .slickMission .dots {bottom: 0px;}
}
@media (max-width:767px) {
  .slickMission .dots {display: none !important;}
}

#archive-investments-history-table th, #archive-investments-history-table td {
  vertical-align: middle;
  padding-top:20px;
  padding-bottom:20px;
  text-align: center;
}

.overlay-text-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-static {padding: 130px 0px 60px !important;}
@media (max-width:768px) {
  .section-static {padding: 66px 0px 40px !important;}
  .section-static div[class*="col-"]:not(.divider-container), .section-static .tab-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.section-static .btn {font-weight: bold;}
.section-static .nav-pills>li.active>a, .section-static nav-pills>li.active>a:focus, .section-static .nav-pills>li.active>a:hover {color:#21D000;background-color: transparent;font-weight: bold;}
.section-static .tab-content {border:0}
.section-static input, .section-static textarea, .section-static .btn.dropdown-toggle {padding: 14px 18px;border-radius: 2.25rem !important;/* box-shadow: 0 .175rem .75rem rgba(0,0,0,.175)!important; */
  box-shadow: 0 .25rem .40rem rgba(0,0,0,.2)!important;}
.section-static ol>li, .section-static ul>li{
  margin-bottom:10px;
}

.row.wrap-content {
  display: flex;
  flex-wrap: wrap;
}
.row.wrap-content > [class*='col-'] {
  display: flex;
  flex-wrap: wrap;
}
.row.wrap-content.align-center > [class*='col-'] {
  align-items: center;
  justify-content: center;
}

.row.grid-layout:before{
  display: none;
}
.row.grid-layout{
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
}
@media (max-width:768px) {
  .row.grid-layout{
    grid-template-columns: repeat(1, 1fr);
  }
}
.row.grid-layout > [class*='col'] {
  display: flex;
  flex-wrap: wrap;
}

.nav-pills.custom-pills>li.active>a, .nav-pillscustom-pills>li.active>a:focus, .nav-pills.custom-pills>li.active>a:hover {color:#21D000;background-color: transparent;font-weight: bold;}
.tab-content.custom-tab-content {border:0}

#projects .slick-track{width: 100% !important;}
#projects .slick-track .slide{width: 100% !important;}

.section-campaigns {padding: 125px 0px 60px;}
.section-campaigns .seo-text-bottom h2, .section-campaigns .seo-text-top h2 {margin-top: 20px; font-weight: 700;font-size: 18px;}
.section-campaigns .no-project {margin: 30px 0px;padding: 30px 0px;font-weight: 700;text-align: center;}

.card-project-content {height: 440px;}
.card-btn-invest {font-size: 16px; width:70%;}
.card-project-content .badge {font-size: 12px !important;}
.active-proj-details p {font-size: 13px !important;margin-bottom: 5px;}

@media (max-width:768px) {
  .card-project-content {height: 350px;}
  .active-box:not(:hover) .active-proj-img-lg, .active-box:hover .active-proj-img-lg, .active-box-primary .active-proj-img-lg{height: 150px !important;}
  .card-project-content H2 {font-size: 18px !important;margin-bottom: 15px !important;}
  .card-project-content .active-proj-desc {margin-right: 20px !important;margin-left: 20px !important;font-size: 12px !important;}
  .card-project-content a {font-size: 16px !important;}
  .card-btn-invest {font-size: 16px !important;}
  .card-project-sfp {margin-bottom: 10px !important;font-size: 9px;}
  .active-proj-details {margin-top: -10px;}
  .active-proj-details div {padding-top: 0px !important;margin-top: 0px !important;font-size: 11px;}
  .active-proj-details div p {margin: 0 0 3px;}
}

.section-campaigns H2, 
.section-campaign-detail H2,
.section-companies H2, 
.section-capitalcommunity H2,
.section-bhlending H2,
.section-ecrowdengineering H2,
.section-extrafunding H2,
.section-gopmi H2,
.section-studiocentouno H2,
.section-bestequity H2,
.section-startcup H2,
.section-crowdre H2
{font-size:22px;padding: 0px;}

.home .card-project-box h2,
.section-campaigns .card-project-box H2, 
.section-campaign-detail .card-project-box H2,
.section-companies .card-project-box H2, 
.section-capitalcommunity .card-project-box H2,
.section-bhlending .card-project-box H2,
.section-ecrowdengineering .card-project-box H2,
.section-extrafunding .card-project-box H2,
.section-gopmi .card-project-box H2,
.section-studiocentouno .card-project-box H2,
.section-bestequity .card-project-box H2, 
.section-startcup .card-project-box H2,
.section-crowdre .card-project-box H2
{font-size:18px;padding: 0px;}

@media (max-width:768px) {
  .section-campaigns {padding: 100px 0px 30px !important;}
  .section-campaigns div[class*="col-"]:not(.divider-container), .section-campaigns .tab-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.section-campaigns .card-filter .card-header p,.section-companies .card-filter .card-header p {font-size:14px;margin-bottom:0;}
.section-campaigns .card-filter .badge, .section-companies .card-filter .badge {font-size:12px;margin-bottom:4px;word-break:break-word;}
.section-campaigns .card-campaign, .section-companies .card-campaign {display:flex;flex-direction:column;font-size:14px;width:100%;}
/*.section-campaigns .card-campaign .card-bg {flex:1;height:auto;}*/
.section-campaigns .card-campaign .card-body, .section-companies .card-campaign .card-body {display:flex;flex-wrap: wrap;flex-direction:column;flex:1;}
.section-campaigns .card-campaign .card-description,.section-companies .card-campaign .card-description {
  max-height: 100px;
  line-height: 20px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.active-proj-desc {margin: 0 30px !important;font-size: 13px;}


.section-campaigns .action-filters .btn, .section-companies .action-filters .btn {font-weight:bold;background-color: #fff;box-shadow:0 0.25rem 0.40rem rgba(0,0,0,0.2)!important;padding:18px 10px;font-size: 17px !important;}

.section-campaigns .action-filters .btn.btn-secondary, .section-companies .action-filters .btn.btn-secondary {color:#fff !important;background-color: #959595 !important;}

.btn-campaign-status {pointer-events: none;font-size:14px;width:60%;padding-left:0px;padding-right:0px;color:#FFFFFF;}

.search-input {padding-top:14px;padding-bottom: 14px;padding-left: 50px;padding-right: 18px;border-radius: 2.25rem !important;box-shadow: 0 .25rem .40rem rgba(0,0,0,.2)!important;}
.section-projects-filters.visible-xs .search-input {width: 85%;float: left;margin-right: 10px;}
.section-projects-filters.visible-xs .visible-xs button.btn-primary {width: 10%;}

.section-campaigns .search-input, .section-companies .search-input {border:0;box-shadow:none !important;font-size:18px;padding-left:60px;}
.search-icon {position:absolute;top:16px;left:25px;}
.section-companies .search-icon {left:0px !important;}

.badge-primary {background:#21D000;color:#ffffff;}
.badge-primary:hover {background:#21D000 !important; opacity: 0.6 !important; color:#ffffff !important;}
.badge-primary:focus {outline:0;background:#21D000 !important; opacity: 0.6 !important; color:#ffffff !important;}

.badge-secondary {background:#a3a4a4;color:#fff;}
.badge-secondary:hover {background:#ccc !important;color:#fff !important;}
.badge-secondary:focus {outline:0;background:#ccc !important;color:#fff !important;}
.dropdown-menu.open {
  border-radius: 2.25rem !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #21D000 !important;
}

.profile-document.btn-secondary {
  background-color: #efefef;
  color: #000 !important;
}

.img-fit {
  object-fit: contain !important;
}

input[type='date'].form-control {
  color: #999;
}

#profile-button-save > .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  opacity: 1 !important;
}

/* KNOW EACH OTHER PROGRESSBAR */
.progress {
  border-radius: 15px;
  background-color: white;
}
.progress-bar{
  background-color: #21D000;
}
.pointer {
  cursor: pointer !important;
}
/* DATATABLES CROWDARENA */
#crowdarenaAdsTable_wrapper > .dataTables_paginate {display:flex !important;justify-content:flex-end !important;padding-right:1rem !important;}
#crowdarenaAdsTable_paginate > .pagination > .paginate_button.previous > a {border-radius:20px 0 0 20px  !important;}

#crowdarenaAdsTable_paginate > .pagination > .paginate_button.next > a {border-radius:0  20px  20px  0  !important;}
#crowdarenaAdsTable_paginate > .pagination > .paginate_button.active > a {background-color:#f49633 !important;border-color:#f49633 !important;}

.section-project-invest {padding:100px 0 60px;z-index:1;}
.section-project-invest h2 {word-break:break-word;}

@media (max-width:768px) {
  .section-project-invest {padding:66px 0 40px !important;}
  .section-project-invest div[class*="col-"]:not(.divider-container) , .section-project-invest .tab-content {padding-left:0 !important;padding-right:0 !important;}
  .section-project-invest h2 {font-size:20px;}}
.section-project-invest .card-bg {position:absolute;width:100%;height:450px;background-size:cover;background-repeat:no-repeat;background-position:center;z-index:2;}
.section-project-invest .project-invest-panel {z-index:3;position:relative;padding-top:100px;}
.section-project-invest #investment-data > [class*="col-"]:nth-child(1) {width:48%;}
.section-project-invest #investment-data > [class*="col-"]:nth-child(2) {width:48%;left:4%;}
@media (max-width:768px) {.section-project-invest #investment-data > [class*="col-"]:nth-child(1) {width:100%;}
  .section-project-invest #investment-data > [class*="col-"]:nth-child(2) {width:100%;margin-top:20px;left:0;}}

/* .section-project-invest input, .section-project-invest .btn.dropdown-toggle {padding: 14px 18px;border-radius: 2.25rem !important;box-shadow: 0 .175rem .75rem rgba(0,0,0,.175)!important;
  box-shadow: 0 .25rem .40rem rgba(0,0,0,.2)!important;} */
.section-project-invest .project-invest-subpanel-item {font-size: 13px;display:flex;flex-direction:row;flex-wrap: wrap;align-items: center;border-bottom:1px solid #dcdcdc;padding-top: 15px;padding-bottom: 15px;}
.section-project-invest .project-invest-subpanel-item p:nth-child(1) {padding-left:30px;flex:1;}
.section-project-invest .project-invest-subpanel-item p:nth-child(2) {padding-right:30px;flex:1;text-align:right;}
@media (max-width:768px) {
  .section-project-invest .project-invest-subpanel {padding:20px 15px 30px;}
  .section-project-invest .project-invest-subpanel-item p:nth-child(1) {padding-left:15px;flex: 0 0 50%;}
  .section-project-invest .project-invest-subpanel-item p:nth-child(2) {padding-right:15px;flex: 0 0 50%;text-align:right;}
  .slickSubmenu .slick-slide a {font-size: 14px;}
}

.section-project-invest .project-invest-subpanel {padding:0;}
.section-project-invest .project-invest-subpanel .block-header {padding:40px 50px 30px;}
.section-project-invest .project-invest-subpanel .block-header h2 {font-size:30px;margin:0;}
.section-project-invest .project-invest-subpanel .head-flex {display:flex;align-items:center;}
.section-project-invest .project-invest-subpanel .img-logo {width:100px;margin-right:35px;border:2px solid #20D000;border-radius:20px;}
.section-project-invest .project-invest-subpanel .img-section {width:200px;border-radius:10px;background-color: #ffffff;box-shadow:0 5px 8px rgba(0,0,0,.16);}
.section-project-invest .project-invest-subpanel label {margin-bottom:10px;}
.section-project-invest .project-invest-subpanel .label-message {font-size:14px;}
.section-project-invest .project-invest-subpanel .label-message .number {font-size:14px;color:#4eadff;font-weight:700;}
.section-project-invest .project-invest-subpanel .block-body {padding:30px 50px 25px;}
.section-project-invest .project-invest-subpanel.small .block-body {padding:45px 30px;}
.section-project-invest .project-invest-subpanel .block-body.no-footer {padding-bottom:60px;}
.section-project-invest .project-invest-subpanel-item p:nth-child(1) {margin-bottom:0;}
.section-project-invest .project-invest-subpanel-item p:nth-child(2) {margin-bottom:0;}
.section-project-invest .project-invest-subpanel .table {margin:0 0 20px;}
.section-project-invest .project-invest-subpanel .table tr td {border-top:0;border-bottom:1px solid #E4E4E4;padding:7px 0;font-size:14px;}
.section-project-invest .project-invest-subpanel .table tr td:last-child {font-weight:700;text-align:right;}
.section-project-invest .project-invest-subpanel .form-group-inline {display:flex;align-items:center;justify-content:space-between;}
.section-project-invest .project-invest-subpanel .form-group-inline .form-control {text-align:right;}
.section-project-invest .project-invest-subpanel .form-control {border:0;}
.section-project-invest .project-invest-subpanel .block-footer {padding:20px 50px 40px;}
.section-project-invest .project-invest-subpanel .block-footer .text-note {font-size:12px;font-weight:500;color:#339FF9;margin-bottom:10px;}
.section-project-invest .project-invest-subpanel .flex-container-check {display:flex;flex-direction:row;align-items:center;}

.section-project-invest .sustain-losses-box > .btn-link {font-size:20px;}
.section-project-invest .sustain-losses-box .well {margin:15px 0 0;border-radius:20px;background-color:#F7F7F7;box-shadow:0 5px 8px rgba(0,0,0,.16);}
.section-project-invest .sustain-losses-box .well label.text-primary {font-size:24px;margin-bottom:5px;}
.section-project-invest .sustain-losses-box .well .lead {font-weight:700;font-size:20px;margin-bottom:25px;}
.section-project-invest .sustain-losses-box .well .divider {display:block;max-width:100%;height:1px;background-color:#000000;margin:10px 0 20px;}

.section-project-invest.project-crowdbond .text-primary {color:#777FDF !important;}
.section-project-invest.project-crowdbond .btn-primary {background-color:#777FDF;}
.section-project-invest.project-crowdbond p a {color:#777FDF;}
.section-project-invest.project-crowdbond .bootstrap-select .dropdown-menu > .active > a {background-color:#777FDF !important;}
.section-project-invest.project-crowdbond .project-invest-subpanel .img-logo {border-color:#777FDF;}

.section-project-invest.project-crowdlender .text-primary {color:#0071CE !important;}
.section-project-invest.project-crowdlender .btn-primary {background-color:#0071CE;}
.section-project-invest.project-crowdlender p a {color: #0071CE;}
.section-project-invest.project-crowdlender .bootstrap-select .dropdown-menu > .active > a {background-color:#0071CE !important;}
.section-project-invest.project-crowdlender .project-invest-subpanel .img-logo {border-color:#0071CE;}

.section-project-invest.project-lending .text-primary {color:#0071CE !important;}
.section-project-invest.project-lending .btn-primary {background-color:#0071CE;}
.section-project-invest.project-lending p a {color:#0071CE;}
.section-project-invest.project-lending .bootstrap-select .dropdown-menu > .active > a {background-color:#0071CE !important;}
.section-project-invest.project-lending .project-invest-subpanel .img-logo {border-color:#0071CE;}

.section-project-invest .tooltip {font-size: 18px;}
.section-project-invest .tooltip-inner {
  max-width: 350px !important;
  background-color: #21D000;
  color: #fff;
}
@media (min-width:768px) {
  .section-project-invest .tooltip {display: none !important;}
  .section-project-invest #investTypeTooltip {display: none !important;}
  .tooltip_visibile + .tooltip {display: block !important;}  
  .section-project-invest .tooltip_visibile + .tooltip .tooltip-inner {max-width: 600px !important;}  
}
.section-project-invest .fa-question-circle {font-size: 15px;}

.custom-btn-toolbar {
  display: flex;
  grid-template-columns: 50% 50%;
  grid-gap: 5px 5px;
  height: auto;
  justify-content: space-between;
  padding-top: 0px;
}
.custom-btn-toolbar button:nth-child(1), .custom-btn-toolbar a:nth-child(1) {flex: 1 0 0;white-space:nowrap;margin-right: 20px;}
.custom-btn-toolbar button:nth-child(2), .custom-btn-toolbar a:nth-child(2) {flex: 1 0 0;white-space:nowrap;margin-left: 20px;}
.custom-btn-toolbar button.more-margin:nth-child(1), .custom-btn-toolbar a.more-margin:nth-child(1) {flex: 1;white-space:nowrap;margin-right: 55%;}
.custom-btn-toolbar button.more-margin:nth-child(2), .custom-btn-toolbar a.more-margin:nth-child(2) {flex: 1;white-space:nowrap;margin-left: 5%;}
@media (max-width:768px) {
  .custom-btn-toolbar {flex-wrap:wrap;}
  .custom-btn-toolbar button:nth-child(1), .custom-btn-toolbar a:nth-child(1) {flex: 0 0 100%;margin-right: 0px;}
  .custom-btn-toolbar button:nth-child(2), .custom-btn-toolbar a.no-margin:nth-child(2) {flex: 0 0 100%;margin-left: 0px;margin-top:0px;}
  .custom-btn-toolbar button:nth-child(2), .custom-btn-toolbar a:nth-child(2) {flex: 0 0 100%;margin-left: 0px;margin-top:20px;}
  .custom-btn-toolbar button.more-margin:nth-child(1), .custom-btn-toolbar a.more-margin:nth-child(1) {flex: 0 0 100%;margin-right: 0px;}
  .custom-btn-toolbar button.more-margin:nth-child(2), .custom-btn-toolbar a.more-margin:nth-child(2) {flex: 0 0 100%;margin-left: 0px;margin-top:20px;}
}

.section-project-invest .pill-container {display:flex;flex-direction:row;flex-wrap: wrap;}
.section-project-invest .pill-container div:nth-child(odd) {margin-right:10%}
.section-project-invest .custom-pill {flex: 0 0 45%;margin-bottom: 15px;}
@media (max-width:768px) {
  .section-project-invest .custom-pill {flex: 0 0 100%;margin-right:0px;margin-top:20px;}
}

.section-project-invest .custom-secondary-btn-toolbar {margin-left:55%;}
@media (max-width:768px) {
  .section-project-invest .custom-secondary-btn-toolbar {margin-left:0px;}
}

.section-project-invest #copy-transfer-info:hover {opacity: 0.6 !important;}
.section-project-invest #copy-transfer-info:focus {opacity: 0.6 !important;}

.card-blog .img-card {width:100%;}
.card-blog.is-small .img-card {width:100%;}
.card-blog .card-body {padding:30px 0 0;}
.card-blog .description {display:flex;align-items:center;padding:0;}
.card-blog h3 {font-size:26px;}
.card-blog .description p {font-size:16px;margin:0;flex-grow:1;padding-right:20px;}
.card-blog .description .btn {flex-shrink:0;font-size:16px !important;padding:12px 34px;width:auto;margin:0;}
.card-blog.is-small {display:flex;margin-bottom: 27px;}
.card-blog.is-small > a.d-block {width:40%;flex-shrink:0;}
.card-blog.is-small .card-body {padding:0;padding-left:25px;flex-grow:1;}
.card-blog.is-small h4 {font-size:16px;margin:20px 0 10px; padding-left: 0px!important;}
.section-blog-category .card-blog.is-small h4 {font-size:16px;margin:2px 0 7px; padding-left: 0px!important;}
.card-body h4 {padding-left: 0px!important;}
.card-blog.is-small p {margin-bottom:10px;}
.card-blog.is-small p a{font-size: 14px;color: #2F363E;font-weight: 300;text-decoration: none;}
.card-blog.is-small .buttons-container {display:flex;flex-wrap:wrap;gap:10px;}
.card-blog.is-small .buttons-container button {box-shadow:none;border:0;padding:0;background:transparent;font-size:30px;color:#A9AAAC;}

.card-blog-box .card-img img {width:100%;}
.card-blog-box .buttons-container {display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px;}
.card-blog-box .buttons-container button {box-shadow:none;border:0;padding:0;background:transparent;font-size:30px;color:#A9AAAC;}
.card-blog-box .btn {font-size:16px !important;padding:11px 40px;width: initial !important;margin-top: initial !important;}

.wp-block-button {text-align: center;}
.wp-block-button__link {display: inline-block;background: #21D000;border: 0;border-radius: 50rem !important;box-shadow: 0 0.25rem 0.40rem rgba(0,0,0,0.2)!important;padding: 15px 40px;margin: 40px 0px 40px 0px;color: #ffffff;font-size: 20px;font-weight: 700 !important;line-height: 1.42857143;white-space: normal;text-align: center;vertical-align: middle;text-decoration: none;touch-action: manipulation;cursor: pointer;}
.wp-block-button__link svg {width: 20px;height: 20px;fill: #ffffff;margin-left: 10px;}
.wp-block-button__link:hover,.wp-block-button__link:focus {color:#ffffff;opacity: 0.6 !important;text-decoration: none;}
.blog-description .has-background {padding: 25px;margin-bottom: 25px;}
.blog-description figure {position: relative;display: flex;flex-direction: column;max-width: 100%;height: auto;margin: 0;align-items: center;}
.blog-description img {width: 100%;max-width: 700px;height: auto;margin: 25px 0px !important;}

.card-blog-box h4 {font-size:18px;line-height: 22px;font-weight:700;margin:0 0 10px;}
.card-blog-box p {font-size:14px;margin-bottom:0px;line-height: 22px;}
.card-blog-box .card-body {padding:24px;min-height: 275px;}
.card-blog-box .card-img {min-height: 200px;}
.card-blog-box {min-height: 570px;}

.container-blog {width: 1100px !important;max-width: 1100px !important;}

@media (max-width: 1670px) {
  .card-blog-box .card-body {min-height: 280px;}
  .card-blog-box {min-height: 535px;}
  .card-blog-box .card-img {min-height: 170px;}
}
@media (max-width: 1440px) {
  .card-blog-box .card-body {min-height: 330px;}
  .card-blog-box {min-height: 578px;}
  .card-blog-box .card-img {min-height: 140px;}
}
@media (max-width: 1199px) {
  .card-blog-box h4 {font-size:16px !important;}
  .card-blog-box p {font-size:14px !important;}
  .card-blog-box .card-body {min-height: 260px;}
  .card-blog-box {min-height: 440px;}
  .container-blog {width: 100% !important;}
  .card-blog-box .card-img {min-height: 175px;}
}

@media (max-width: 767px) {
  .card-blog-box .card-body {min-height: initial;}
  .card-blog-box {min-height: initial;}
  .card-blog-box .card-img {min-height: initial;}
}

.navbar-blog {width: 100%;position:fixed;top:100px;background-color: #f7f7f7;z-index: 999;padding: 20px 4rem;}
.navbar-blog .navbar-nav>li>a {font-weight: bold;padding: 17px 12px;}
.navbar-blog .navbar-nav>li>a:hover {background-color: #21d000;color: #ffffff;}
.navbar-blog .search-input {padding: 8px !important;padding-left: 40px !important;margin-top: 7px;}
.navbar-blog .select-input button {margin-top: 7px; width:98%;border-radius: 20px;}
.navbar-blog .search-span {
  float: left;
  font-size: 18px;
  color: #555;
  margin-left: 15px;
  margin-top: -27px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1260px) {
  .navbar-blog .navbar-nav>li>a {padding: 17px 10px !important;font-size: 13px !important;}
}
@media (max-width: 1158px) {
  .navbar-blog .navbar-nav>li>a {padding: 17px 7px !important;font-size: 11px !important;}
}

.section-header-blog {background-repeat:no-repeat;background-position:center bottom;background-repeat:no-repeat;background-size:cover;height:620px;}
.section-blog {padding-top: 220px !important;}
.section-blog h1 {margin-bottom:30px;font-size: 28px !important;}
.section-blog h4 {font-size:18px;margin: 0px 0 20px;padding-left: 40px;}
.section-blog .navigation {display:flex;justify-content:flex-end;gap:15px;list-style:none;}
.section-blog .navigation > li > a {font-size:25px;color:#0071CE;text-decoration:none !important;}
.section-blog .navigation > li > a.active {font-weight:700;}
.section-projects-filters {top: 90px;background-color: #f7f7f7;}
.section-projects-filters .filters-group {margin:30px 0px;}
.section-projects-filters .filters-group > .row {display:flex;flex-wrap:wrap;justify-content:center;gap:15px 0;}
.section-projects-filters .filters-group .btn {font-size: 12px !important;background-color:#fff;color:#21D000;box-shadow:0 0.25rem 0.40rem rgba(0,0,0,0.2)!important;padding:15px 10px;line-height: 18px;}
.section-projects-filters .filters-group button.btn {font-size: 12px !important;background-color:#21D000;color:#ffffff;box-shadow:0 0.25rem 0.40rem rgba(0,0,0,0.2)!important;padding:15px 10px;line-height: 18px;}
/*.section-projects-filters .filters-group.visible-xs {background-color: #21d003; border-radius: 20px;}*/
.section-projects-filters .filters-group.visible-xs button.btn {font-size: 14px !important;color:#9b9b9b;padding-left: 15px!important;background-color:#ffffff;box-shadow:0 0.25rem 0.40rem rgba(0,0,0,0.2)!important;padding:10px;line-height: 18px;border-radius: 2.25rem !important;}
.section-projects-filters .filters-group.visible-xs button.btn-primary {padding: 12px 0px !important;}
.section-projects-filters .filters-group.visible-xs button.btn-primary:hover {color:#9b9b9b !important;}
.section-projects-filters .filters-group h4 {font-size:14px;}
.blog-info i {padding-right:8px;}
.blog-info i.fa-folder, .blog-info i.fa-user {padding-left:15px;}
.section-projects-filters .articles-container .btn {font-size: 16px !important; text-transform: uppercase;padding: 11px 40px;}

.section-blog-detail.pb-0 {padding-bottom:0 !important;padding-top: 165px !important;}
.section-blog-detail .img-blog {display:block;max-width:100%;width:1280px;height:auto;margin:0 auto;}

.section-blog-category {padding-top:10px !important;font-size: 16px;}
.section-blog-category .blog-description h2 {line-height: 34px;}
.section-blog-category li {font-size:16px;}
.section-blog-category .category-title {font-weight:700;margin: 13px 0 6px 0;font-size:20px !important;}
.section-blog-category .breadcrumb {padding:0;margin-bottom:30px;background-color:transparent;}
.section-blog-category .breadcrumb > li {color:#A9AAAC;font-size:14px;font-weight:400;margin:0;}
.section-blog-category .breadcrumb > li + li::before {content:"»";}
.section-blog-category .breadcrumb > li > a {color:#21D000;}
.section-blog-category .row.flex {display:flex;flex-wrap:wrap;/*align-items:center;*/}
.section-blog-category .img-responsive {max-width:100%;width:100%;display:block;height:auto;}
.section-blog-category .articles-container {margin-top:30px;}
.articles-container h3 {font-size: 30px;color: #21d000;font-weight: bold;}
.section-blog-category h1 {font-weight:700;margin-bottom:30px;}
.section-blog-category h2 {font-size: 25px;margin-top:40px;margin-bottom:10px;font-weight:700;}
.section-blog-category .blog-info {margin-bottom:30px;}
.section-blog-category .btn-large {font-size:25px;padding:15px 40px;margin-top:30px;margin: 40px 0px 20px 0px;}
.section-blog-category .tag-list {display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 10px;margin-top:40px;padding:0 !important;}
.section-blog-category .tag-list > li {margin:0;}
.section-blog-category .tag-list label {font-weight:700;font-size:14px;margin:0;}
.section-blog-category .tag-list .badge {text-transform:uppercase;font-size:12px;padding: 6px 13px;}
.section-blog-category .blog-links {font-size: 16px;margin-top: 35px;padding-top: 16px;padding-bottom: 16px;border-top: 1px solid #f1f1f1;border-bottom: 1px solid #f1f1f1;}
.wp-block-heading{font-weight: 700;margin: 25px 0;font-size: 28px;}
.img-category {width: 40% !important; margin-right: 20px !important; margin-bottom: 20px !important;}
@media (max-width: 768px) {
  .img-category {width: 100% !important; padding-bottom:20px !important;}
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #21D000;
  border-color: #21D000;
}
.pagination>li>a, .pagination>li>span {
  color: #2F363E;
  min-width: 35px;
  margin-bottom: 25px;
}

/* pagination type small */
.pagination-small {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination-small>li {
  display: inline;
}
.pagination-small>li>a, .pagination-small>li>span {
  font-size: 16px;
  position: relative;
  float: left;
  padding: 6px 10px;
  margin-left: -1px;
  margin-top: 7px;
  min-width: 40px;
  line-height: 1.42857143;
  color: #2F363E;
  text-decoration: none;
}
.pagination-small>li:first-child>a, .pagination-small>li:first-child>span {
  margin-right: 20px;
  margin-top: 0px;
}
.pagination-small>li:last-child>a, .pagination-small>li:last-child>span {
  margin-left: 20px;
  margin-top: 0px;
}
.pagination-small>.disabled>a, .pagination-small>.disabled>a:focus, .pagination-small>.disabled>a:hover, .pagination-small>.disabled>span, .pagination-small>.disabled>span:focus, .pagination-small>.disabled>span:hover {
  color: #b7b7b7;
  cursor: not-allowed;
}
/* end pagination type small */


.card-step { width: 400px; }
.card-step.last::after {display:none;}
.card-step + .card-step {margin-left:30px;}
.card-step-crowdlisting { width: 400px; }
.card-step-crowdlisting + .card-step-crowdlisting {margin-left:30px;}
.card-step-crowdlisting.last::after {display:none;}
.card-step-crowdbond { width: 400px; }
.card-step-crowdbond + .card-step-crowdbond {margin-left:30px;}
.card-step-crowdbond.last::after {display:none;}
.card-step-crowdlender { width: 400px; }
.card-step-crowdlender + .card-step-crowdlender {margin-left:30px;}
.card-step-crowdlender.last::after {display:none;}
.card-step-crowdlegal { width: 400px; }
.card-step-crowdlegal + .card-step-crowdlegal {margin-left:30px;}
.card-step-crowdlegal.last::after {display:none;}
.card-step-crowdre { width: 400px; }
.card-step-crowdre + .card-step-crowdre {margin-left:30px;}
.card-step-crowdre.last::after {display:none;}
.card-step-crowdbase { width: 400px; }
.card-step-crowdbase + .card-step-crowdbase {margin-left:30px;}
.card-step-crowdbase.last::after {display:none;}
.card-step-crowdarena { width: 400px; }
/*.card-step-crowdarena + .card-step-crowdarena {margin-left:30px;}*/
.card-step-crowdarena.last::after {display:none;}
@media (min-width:767px) {
  .card-step:after {content: ""; background-image: url("/frontend/assets/img/raccogli/arrow.png");position: absolute;top: 0px;right: -97px;z-index: 999; width: 100px; height: 100px; background-repeat: no-repeat; background-size: cover; background-position: center center; }
  .card-step-crowdlisting:after {content: ""; background-image: url("/frontend/assets/img/crowdlisting/arrow.png");position: absolute;top: 0px;right: -97px;z-index: 999; width: 100px; height: 100px; background-repeat: no-repeat; background-size: cover; background-position: center center; }
  .card-step-crowdbridge:after {content: ""; background-image: url("/frontend/assets/img/crowdbridge/arrow.png");position: absolute;top: 0px;right: -97px;z-index: 999; width: 100px; height: 100px; background-repeat: no-repeat; background-size: cover; background-position: center center; }
  .card-step-crowdbond:after {content: ""; background-image: url("/frontend/assets/img/crowdbond/arrow.png");position: absolute;top: 0px;right: -97px;z-index: 999; width: 100px; height: 100px; background-repeat: no-repeat; background-size: cover; background-position: center center; }
  .card-step-crowdlender:after {content: ""; background-image: url("/frontend/assets/img/crowdlender/arrow.png");position: absolute;top: 0px;right: -97px;z-index: 999; width: 100px; height: 100px; background-repeat: no-repeat; background-size: cover; background-position: center center; }
  .card-step-crowdlegal:after {content: ""; background-image: url("/frontend/assets/img/crowdlegal/arrow.png");position: absolute;top: 0px;right: -97px;z-index: 999; width: 100px; height: 100px; background-repeat: no-repeat; background-size: cover; background-position: center center; }
  .card-step-crowdre:after {content: ""; background-image: url("/frontend/assets/img/crowdre/arrow.png");position: absolute;top: 0px;right: -97px;z-index: 999; width: 100px; height: 100px; background-repeat: no-repeat; background-size: cover; background-position: center center; }
  .card-step-crowdbase:after {content: ""; background-image: url("/frontend/assets/img/crowdbase/arrow.png");position: absolute;top: 0px;right: -97px;z-index: 999; width: 100px; height: 100px; background-repeat: no-repeat; background-size: cover; background-position: center center; }
  .card-step-crowdarena:after {content: "";background-image: url("/frontend/assets/img/crowdarena/arrow.png");background-size: 70px 70px;display: inline-block;position: absolute;top: 0px;right: -73px;z-index: 999;width: 72px;height: 70px; }
}
@media (max-width: 1499px) {
  .d-md-none { display: none !important; }
}

.section-crowdlisting .intro-image {
  background-color: white; display: flex; justify-content: flex-end; height: 650px; background-image: url('/frontend/assets/img/crowdlisting/intro.png'); padding: 150px 0px 50px 0px; background-size: cover; background-repeat: no-repeat;
}
.section-crowdbridge .intro-image {
  background-color: white; display: flex; justify-content: flex-end; height: 650px; background-image: url('/frontend/assets/img/crowdbridge/crowdbridge_sfondo.jpg'); padding: 150px 0px 50px 0px; background-size: cover; background-repeat: no-repeat;
}
@media (max-width:768px) {
  .section-crowdlisting .intro-image {
    padding: 100px 0px 25px 0px;
    height: 745px;
  }
  .section-crowdbridge .intro-image {
    padding: 100px 0px 25px 0px;
    height: 745px;
  }
  .card-step-crowdbond {width: 80% !important;margin-left: 10% !important;max-width: none !important;}
  .card-step-crowdledner {width: 80% !important;margin-left: 10% !important;max-width: none !important;}
  .steps-container { display: block !important; }
}

.card .card-header[data-toggle="collapse"] {border-radius:20px;box-shadow:0 5px 8px rgba(0,0,0,.16);border:0;padding:25px 30px;}

.section-crowdlisting .nav-pills>li>a {background:#ffffff;color:grey;}
.section-crowdlisting .nav-pills>li>a:hover {background:#67DAD4 !important; opacity: 0.6 !important; color:#ffffff !important;}
.section-crowdlisting .nav-pills>li>a:focus {outline:0;background:#777FDF; opacity: 0.6 !important; color:#ffffff !important;}
.section-crowdlisting .nav-pills>li.active>a {background:#67DAD4;color:#ffffff;}
.section-crowdlisting .tab-content, .section-crowdlisting .nav-tabs {border:0;}

.section-crowdbridge .nav-pills>li>a {background:#ffffff;color:#03A6A6;}
.section-crowdbridge .nav-pills>li>a:hover {background:#03A6A6 !important; opacity: 0.6 !important; color:#ffffff !important;}
.section-crowdbridge .nav-pills>li>a:focus {outline:0;background:#03A6A6; opacity: 0.6 !important; color:#ffffff !important;}
.section-crowdbridge .nav-pills>li.active>a {background:#03A6A6;color:#ffffff;}
.section-crowdbridge .tab-content, .section-crowdlisting .nav-tabs {border:0;}

.section-crowdbond .nav-pills>li>a {background:#ffffff;color:grey;}
.section-crowdbond .nav-pills>li>a:hover {background:#777FDF !important; opacity: 0.6 !important; color:#ffffff !important;}
.section-crowdbond .nav-pills>li>a:focus {outline:0;background:#777FDF; opacity: 0.6 !important; color:#ffffff !important;}
.section-crowdbond .nav-pills>li.active>a {background:#777FDF;color:#ffffff;}
.section-crowdbond .tab-content, .section-crowdbond .nav-tabs {border:0;}

.section-crowdlender .nav-pills>li>a {background:#ffffff;color:grey;}
.section-crowdlender .nav-pills>li>a:hover {background:#777FDF !important; opacity: 0.6 !important; color:#ffffff !important;}
.section-crowdlender .nav-pills>li>a:focus {outline:0;background:#777FDF; opacity: 0.6 !important; color:#ffffff !important;}
.section-crowdlender .nav-pills>li.active>a {background:#777FDF;color:#ffffff;}
.section-crowdlender .tab-content, .section-crowdlender .nav-tabs {border:0;}
.section-crowdlender a.link-crowdlisting:hover {color:#0071CE !important;}

.section-crowdlisting a.link-crowdlisting:hover {color:#777FDF;}
.section-crowdlisting .intro-image .img-responsive {width:300px;max-width:100%;}
.section-crowdlisting .intro-image h3 {font-size:20px;font-weight:700;text-transform:uppercase;}
.section-crowdlisting .intro-image h1 {font-size:24px !important;}
.section-crowdlisting .intro-image p {font-weight:500;font-size:22px;}
.section-crowdlisting .intro-image .btn.rounded-pill {padding-left:80px;padding-right:80px;}
.section-crowdlisting .separatorSection {position:relative;}
.section-crowdlisting .separatorSection::after {content:"";position:absolute;top:50%;left:0;right:0;transform:translate(0,-50%);height:3px;background-color:#E4E4E4;z-index:1;}
.section-crowdlisting .separatorSection h3 {background-color:#fff;padding:0 30px;position:relative;z-index:2;display:inline-block;}
.section-crowdlisting .steps-container {justify-content:center;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;}

.section-crowdbridge a.link-crowdbridge:hover {color:#03A6A6;}
.section-crowdbridge .intro-image .img-responsive {width:300px;max-width:100%;}
.section-crowdbridge .intro-image h3 {font-size:20px;font-weight:700;text-transform:uppercase;}
.section-crowdbridge .intro-image h1 {font-size:24px !important;}
.section-crowdbridge .intro-image p {font-weight:500;font-size:22px;}
.section-crowdbridge .intro-image .btn.rounded-pill {padding-left:80px;padding-right:80px;}
.section-crowdbridge .separatorSection {position:relative;}
.section-crowdbridge .separatorSection::after {content:"";position:absolute;top:50%;left:0;right:0;transform:translate(0,-50%);height:3px;background-color:#E4E4E4;z-index:1;}
.section-crowdbridge .separatorSection h3 {background-color:#fff;padding:0 30px;position:relative;z-index:2;display:inline-block;}
.section-crowdbridge .steps-container {justify-content:center;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;}

.section-crowdlegal .intro-image {
  background-color: white; display: flex; justify-content: flex-end; height: 650px; background-image: url('../../../frontend/assets/img/crowdlegal/intro.png'); padding: 150px 0px 50px 0px; background-size: cover; background-repeat: no-repeat;
}
@media (max-width:768px) {
  .section-crowdlegal .intro-image {
    padding: 100px 0px 25px 0px;
    height: 745px;
  }
}
.section-crowdlegal .nav-pills>li>a {background:#ffffff;color:grey;}
.section-crowdlegal .nav-pills>li>a:hover {background:#C1022F !important; opacity: 0.6 !important; color:#ffffff !important;}
.section-crowdlegal .nav-pills>li>a:focus {outline:0;background:#C1022F; opacity: 0.6 !important; color:#ffffff !important;}
.section-crowdlegal .nav-pills>li.active>a {background:#C1022F;color:#ffffff;}
.section-crowdlegal .tab-content, .section-crowdlegal .nav-tabs {border:0;}

.section-crowdre .intro-image {
  background-color: white; display: flex; justify-content: flex-end; height: 650px; background-image: url('../../../frontend/assets/img/crowdre/intro.png'); padding: 150px 0px 50px 0px; background-size: cover; background-repeat: no-repeat; background-position: center center;
}
@media (max-width:768px) {
  .section-crowdre .intro-image {
    padding: 100px 0px 25px 0px;
    height: 745px;
  }
}
.section-crowdre .nav-pills>li>a {background:#ffffff;color:grey;}
.section-crowdre .nav-pills>li>a:hover {background:#FF585A !important; opacity: 0.6 !important; color:#ffffff !important;}
.section-crowdre .nav-pills>li>a:focus {outline:0;background:#FF585A; opacity: 0.6 !important; color:#ffffff !important;}
.section-crowdre .nav-pills>li.active>a {background:#FF585A;color:#ffffff;}
.section-crowdre .tab-content, .section-crowdre .nav-tabs {border:0;}

.section-crowdbase .nav-pills>li>a {background:#ffffff;color:grey;}
.section-crowdbase .nav-pills>li>a:hover {background:blue !important; opacity: 0.6 !important; color:#ffffff !important;}
.section-crowdbase .nav-pills>li>a:focus {outline:0;background:blue; opacity: 0.6 !important; color:#ffffff !important;}
.section-crowdbase .nav-pills>li.active>a {background:blue;color:#ffffff;}
.section-crowdbase .tab-content, .section-crowdbase .nav-tabs {border:0;}

.section-extrafunding .nav-pills>li>a {background:#ffffff;/*color:grey;*/}
.section-extrafunding .nav-pills>li>a:hover {background:#21D000 !important; opacity: 0.6 !important; color:#ffffff !important;}
.section-extrafunding .nav-pills>li>a:focus {outline:0;background:#21D000; opacity: 0.6 !important; color:#ffffff !important;}
.section-extrafunding .nav-pills>li.active>a {background:#21D000;color:#ffffff;}
.section-extrafunding .tab-content, .section-extrafunding .nav-tabs {border:0;}

.section-crowdbond .intro-image h1 {font-size: 32px !important;}
.section-crowdbond .intro-image h3 {font-size: 16px !important;}
.section-crowdbond .intro-image p {font-size: 18px !important;}

.section-crowdlender .intro-image h1 {font-size: 32px !important;}
.section-crowdlender .intro-image h3 {font-size: 16px !important;}
.section-crowdlender .intro-image p {font-size: 18px !important;}

.row-go-to-mifid .alert, .row-go-to-mifid-investments .alert, .row-go-to-mifid-completed .alert, .row-download-mifid-investments .alert {
  background-color: #f7f7f7 !important;
  color: #333 !important;
  font-weight: bold !important;
  border-color: #f7f7f7 !important;
  /* box-shadow: 0 .175rem .75rem rgba(0,0,0,.175)!important; */
  box-shadow: 0 .25rem .40rem rgba(0,0,0,.2)!important;
}

.section-policy-conflict-of-interests ol.alpha {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0;
  padding-left: 20px;
}
.section-policy-conflict-of-interests ol.alpha>li:before {
  content: "(" counter(item, lower-alpha) ") ";
  counter-increment: item;
}

.section-policy-conflict-of-interests table td, #v-pills-stats table td, .mission-content td {
  padding: 10px;
  border: solid 1px #000000;
  vertical-align: top;
}
#v-pills-stats table, .mission-content table {
  margin-top: 25px;
  margin-bottom: 25px;
}
#v-pills-stats table td, .mission-content table td {
  font-size: 10px;
}

.section-useful-info ol.alpha {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0;
  padding-left: 20px;
}
.section-useful-info ol.alpha>li:before {
  content: counter(item, lower-alpha) ") ";
  counter-increment: item;
}

.section-faq .nav-pills>li>a {background:#ffffff;color:grey;}
.section-faq .nav-pills>li>a:hover {background:#21D000 !important; opacity: 0.6 !important; color:#ffffff !important;}
.section-faq .nav-pills>li>a:focus {outline:0;background:#21D000; opacity: 0.6 !important; color:#ffffff !important;}
.section-faq .nav-pills>li.active>a {background:#21D000;color:#ffffff;}
.section-faq .tab-content, .section-faq .nav-tabs {border:0;}

.section-faq ol.alpha {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0;
  padding-left: 20px;
}
.section-faq ol.alpha>li:before {
  content: counter(item, lower-alpha) ") ";
  counter-increment: item;
}

.section-faq .nav-pills {display: flex;flex-direction: row;}
.section-faq .nav-pills>li {flex: 1;}
.section-faq .nav-pills li:first-child {
  margin-right:20px;
}
.section-faq .nav-pills li:last-child {
  margin-left:20px;
}
@media (max-width:768px) {
  .section-faq .nav-pills {flex-direction: column;}
  .section-faq .nav-pills>li {flex: 0 0 100%;}
  .section-faq .nav-pills li:first-child { margin-right:0px;}
  .section-faq .nav-pills li:last-child { margin-left:0px;}
  .row-go-to-mifid-completed {font-size: 14px !important;}
  .row-go-to-mifid-completed img {height: 15px !important;}
  .row-go-to-mifid-completed .rounded-pill {border-radius: 2rem !important;}
}

@media (min-width:768px) {
  .slickOurTeam .dots {bottom: 60px;}
}
@media (min-width:1024px) {
  .slickOurTeam .dots {bottom: 130px;}
}
@media (min-width:1440px) {
  .slickOurTeam .dots {bottom: 60px;}
}
@media (min-width:2560px) {
  .slickOurTeam .dots {bottom: 20px;}
}
@media (max-width:767px) {
  .slickOurTeam .dots {display: none !important;}
}
.slickOurTeam .slick-list {
  margin: 0 30px;
}

@media (min-width:768px) {
  .SlickOurTeamMobile .dots {bottom: 60px;}
}
@media (min-width:1024px) {
  .SlickOurTeamMobile .dots {bottom: 130px;}
}
@media (min-width:1440px) {
  .SlickOurTeamMobile .dots {bottom: 60px;}
}
@media (min-width:2560px) {
  .SlickOurTeamMobile .dots {bottom: 20px;}
}
@media (max-width:767px) {
  .SlickOurTeamMobile .dots {display: none !important;}
}
.SlickOurTeamMobile .slick-list {
  margin: 0 30px;
}

@media (min-width:768px) {
  .slickMission .dots {bottom: 120px;}
}
@media (min-width:1024px) {
  .slickMission .dots {bottom: 75px;}
}
@media (min-width:1440px) {
  .slickMission .dots {bottom: 0px;}
}
@media (min-width:2560px) {
  .slickMission .dots {bottom: 0px;}
}
@media (max-width:767px) {
  .slickMission .dots {display: none !important;}
}

.slickMission .slick-list {
  margin: 0 30px;
}

.slickOurTeam .tooltip, .slickMission .tooltip {top:250px !important;}

.slickSubmenu div.active > a, .slickSubmenu div.active > a:focus, .slickSubmenu div.active > a:hover {color:#21D000;background-color: transparent;font-weight: bold;}

.submenu-bond .slickSubmenu div.active > a, .submenu-bond .slickSubmenu div.active > a:focus, .submenu-bond .slickSubmenu div.active > a:hover {color:#777FDF;background-color: transparent;font-weight: bold;}

.slickSubmenu .slick-slide {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 80px;
}
.slickSubmenu.howItWorks .slick-slide {
  height: 75px;
  padding: 0px 70px;
}
.slickSubmenu.howItWorks .slick-slide p {
  margin: 0;
}
.line-clamp-4 {
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  font-size: 13px;
}
.line-clamp-5 {
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
}

.line-clamp-8 {
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

.bg-image {
  
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-contain-image {
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.btn-find-carosuel {
  color: #333 !important;
}

.btn-find-carosuel:hover {
  color: #333 !important;
}

.professional-alert .alert {
  background-color: #f7f7f7 !important;
  color: #333 !important;
  font-weight: bold !important;
  border-color: #f7f7f7 !important;
  /* box-shadow: 0 .175rem .75rem rgba(0,0,0,.175)!important; */
  box-shadow: 0 .25rem .40rem rgba(0,0,0,.2)!important;
}

.professional-alert .alert.alert-danger {
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
}

.section-how-it-works ol.decimal, .section-how-it-works ol.roman {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0;
  padding-left: 20px;
}
.section-how-it-works ol.decimal>li:before {
  content: counter(item, decimal) ") ";
  counter-increment: item;
}
.section-how-it-works ol.roman>li:before {
  content: counter(item, lower-roman) ") ";
  counter-increment: item;
}

.section-how-it-works .table>tbody>tr>td, .section-how-it-works .table>tbody>tr>th, .section-how-it-works .table>tfoot>tr>td, .section-how-it-works .table>tfoot>tr>th, .section-how-it-works .table>thead>tr>td, .section-how-it-works .table>thead>tr>th {
  padding: 20px;
}

.section-collect .intro-image {
  background-color: white; display: flex; justify-content: flex-end; height: 700px; background-image: url('../../../frontend/assets/img/raccogli/intro.jpg'); padding: 80px 0px 50px 0px; background-size: cover; background-repeat: no-repeat;
}
@media (max-width:768px) {
  .section-collect .intro-image {
    padding: 5px 0px;
    height: 600px;
  }
  .section-collect h3 {margin-top: 30px !important;}
  .section-collect .section-faq .section-dashboard {padding: 30px 0px 30px !important;}
  .section-how-it-works {padding: 130px 0px 40px !important;}
}

@media (max-width:768px) {
  .home div[class*="col-"]:not(.divider-container) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-height:640px){
  /*.carousel-home{
    margin-top: 50px!important;
  }*/
  .carousel-home .card .card-overlay .card-body {
    margin-top: 65px;
  }
}

@media (min-width:769px){
  .order-recap-profile {
    float: right;
  }
}

.cssloader {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
  border: 4px solid #eee;
  top: 50%;
  -webkit-animation: cssloader 3s infinite ease;
  animation: cssloader 3s infinite ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  -webkit-box-shadow: 0 3px 80px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 80px rgba(0, 0, 0, 0.4);
}

.cssloader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #eee;
  -webkit-animation: cssloader-inner 3s infinite ease-in;
  animation: cssloader-inner 3s infinite ease-in;
}

@-webkit-keyframes cssloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cssloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes cssloader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

@keyframes cssloader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}
.loading-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width:767px) {
  .section-collect .intro-image {
    background-position: -420px center !important;
  }
  .section-crowdlisting .intro-image{
    background-position: -509px center !important;
  }
  .section-crowdre .intro-image{
    background-position: -460px center !important;
  }
  .section-crowdlisting .intro-image h1, .section-crowdlegal .intro-image h1, .section-crowdre .intro-image h1, .section-crowdbridge .intro-image h1{
    font-size: 16px!important;
    text-align:center !important;
  }
  .section-crowdlisting .intro-image h3, .section-crowdre .intro-image h3{
    font-size: 13px!important;
  }
  .section-crowdlisting .intro-image .btn-crowdlisting, .section-crowdlegal .intro-image .btn-crowdlegal, .section-crowdre .intro-image .btn-crowdre, .section-crowdbridge .intro-image .btn-crowdbridge{
    font-size: 11px!important;
    margin-top: 50px !important;
  }
}

.link-invest-infobox {
  color: #21D000;
}
@media (max-width:767px) {
  .link-invest-infobox {
    color:white !important;
  }
}

@media (min-width:768px) {
  .mission-top-title {
    margin-top: 0px!important;
  }
}
@media (min-width:1024px) {
  .mission-top-title {
    margin-top: 0px!important;
  }
}
@media (min-width:1440px) {
  .mission-top-title {
    margin-top: 200px!important;
  }
}
@media (min-width:2560px) {
  .mission-top-title {
    margin-top: 220px!important;
  }
}

@media (max-width:767px) {
  .card .card-header {
    font-size:16px;
    padding-top: 13px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
}

.companies-projects-slick .slick-track {  
  margin-left: 0px; 
}
.slickAnnunci  .slick-track {  
  margin-left: 0px; 
}

.reserved-information-modal {
  width: 70%;
}
@media (max-width:767px) {
  .reserved-information-modal {
    width: 90%;
  }
}

/* Extra small devices (phones, 600px and down) */
/* @media only screen and (max-width: 600px) {...} */

/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (min-width: 600px) {...} */

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) {...} */

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1150px) {
  .card-step-crowdlisting:after {
    /* content: url("../../../frontend/assets/img/crowdlisting/arrow.png"); */
    position: absolute;top: 0px;
    right: -97px;
    z-index: 999; 
  }
  .card-step-crowdbond:after {
    /* content: url("../../../frontend/assets/img/crowdbond/arrow.png"); */
    position: absolute;top: 0px;
    right: -97px;
    z-index: 999; 
  }
  .card-step-crowdlender:after {
    /* content: url("../../../frontend/assets/img/crowdlender/arrow.png"); */
    position: absolute;top: 0px;
    right: -97px;
    z-index: 999; 
  }

  .card-step:after {
    position: absolute;
    top: 0px;
    right: -97px;
    z-index: 999; }

  .card-step-crowdre:after {
    /* content: url(../../../frontend/assets/img/crowdre/arrow.png); */
    position: absolute;
    top: 0px;
    right: -97px;
    z-index: 999;
  }
  .card-step-crowdlegal:after {
    /* content: url("../../../frontend/assets/img/crowdlegal/arrow.png"); */
    position: absolute;
    top: 0px;
    right: -97px;
    z-index: 999;
  }

  /*.steps-container-crowdre, .steps-container-crowdlisting, .steps-container-crowdlegal {*/
  .steps-container {
    display: flex; 
    flex-direction: row; 
    justify-content: space-evenly; 
    flex-wrap: wrap;
    align-items: center;
  }
  
}

@media only screen and (max-width: 1149px) {
  /*.steps-container-crowdre, .steps-container-crowdlisting, .steps-container-crowdlegal {*/
  .steps-container {
    display: inline-grid;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}

@media (min-width: 1675px){
  .col-lg-evidence-3 {
      width: 25%;
  }
}

.card-sfp {
  background-color: #21D000;
}

.card-sfp:hover {
  background-color: #fff;
}

.card-sfp .btn-primary-sfp {
  background-color: #ffffff;
  color: #21D000;
}

.card-sfp .card-body-sfp {
  color: white;
}

@media (min-width: 768px) {
  .card-sfp .card-foot-text {
    font-size: 10px;
  }  
}

@media (min-width: 1400px) { 
  .card-sfp .card-foot-text {
    font-size: 16px;
  }  
}

.topbar {
  background: #21D000;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding : 5px;
  text-transform:uppercase;
  color: #fff;
  /*display:none; 
  padding:0!important*/
}

.topbar p {
  margin: 0;
}

.section-fixed.section-dashboard-header.message-active, .navbar-blog.message-active {
  top: 140px;
}
.section-dashboard.message-active {
  padding-top:140px !important;
}
.section-dashboard.message-no-active {
padding-top: 100px !important;
}

@media (max-width: 1158px) {
  .navbar-blog.message-active {
    top: 140px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-projects-filters.message-active {
      top: 105px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .section-projects-filters.message-active {
      top: 100px;
  }
}

@media (max-width: 991px) { 
  .section-fixed.section-dashboard-header.message-active {
    top: 95px;
  }
  .section-dashboard.message-active {
    padding-top:110px !important;
  }
  .section-dashboard.message-no-active {
    padding-top: 70px !important;
  }
  #friends-code{margin-top: 20px;}
}

@media (max-width: 767.98px) { 
  .topbar p {
    font-size: 12px !important;
  }
}

input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.label-switch {
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 30px;
	background: grey;
  display: block;
	border-radius: 100px;
	position: relative;
}

.label-switch:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

input:checked + .label-switch {
	background: #21D000;
}

input:checked + .label-switch:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.label-switch:active:after {
	width: 130px;
}

/* bond detail project */
.section-project-detail-bond {color:#2F363E;}
.section-project-detail-bond .list-projectdatedetail {display: flex;flex-direction: row;}
@media (max-width:768px) {
  .section-project-detail-bond .list-projectdatedetail {flex-direction: column;}
  .section-project-detail-bond .list-projectdatedetail li {width:100%;border-bottom:1px solid #dee2e6}
  .section-project-detail-bond .list-projectdatedetail li:last-child{border-bottom: 0;}
}
.section-project-detail-bond .list-projectdatedetail li {flex:1;font-size:10px;font-weight:300;color:#9B9B9B;border-right: 1px solid #dee2e6;text-align:center;padding:16px;}
.section-project-detail-bond .list-projectdatedetail li span {color: #2F363E; font-weight: 700; font-size: 25px; display: block;}
.section-project-detail-bond .list-projectdatedetail li:last-child{border-right: 0;}
.section-project-detail-bond .list-group-item {background-color: inherit;}
.section-project-detail-bond .list-group-item span{float: right;}
.section-project-detail-bond.detail-table {padding:30px 0;}
.section-project-detail-bond .thumbnail {background-color:#777FDF;padding:2px;border-radius:0;}

.carousel-container .btn-crowdbond {
  font-size: 24px;
  padding: 15px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.carousel-container .btn-crowdlender {
  font-size: 24px;
  padding: 15px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.text-link-bond {
  word-wrap: break-word!important;
  text-decoration: none!important;
  color: currentColor!important;
  font-weight: normal!important;
  cursor: pointer;
}
.text-link-crowdlender {
  word-wrap: break-word!important;
  text-decoration: none!important;
  color: currentColor!important;
  font-weight: normal!important;
  cursor: pointer;
}

a.text-link-bond:hover {
  color: #777FDF!important;
}
a.text-link-crowdlender:hover {
  color: #0071CE!important;
}


.card-project-box .icon-tr, .active-box .icon-tr {position: absolute;top:20px;right:20px;}
.card-project-box .icon-tr img, .active-box .icon-tr img {height:42px;box-shadow:0 5px 8px rgba(0,0,0,.16);border-radius:10px;background-color:#fff;}
.rounded-image-box-racommended .icon-tl {position: absolute;margin-top:15px;margin-left:15px;}
.rounded-image-box-racommended .icon-tl img {height:40px;box-shadow:0 5px 8px rgba(0,0,0,.16);border-radius:10px;background-color:#fff;}
.card-project-video {margin-bottom: 20px;}

.active-box-primary:hover .icon-tr, .active-box:hover .icon-tr {
  position: absolute;
  top: 20px;
  right: 20px;
}
.active-box-primary:not(:hover) .icon-tr, .active-box:not(:hover) .icon-tr {
  display:none;
}

.active-box-primary:hover .icon-tr-complete, .active-box:hover .icon-tr-complete {
  display:none;
}
.active-box-primary:not(:hover) .icon-tr-complete, .active-box:not(:hover) .icon-tr-complete {
  position: absolute;
  top: 20px;
  right: 20px;
}

.icon-tr-complete img {
  border-radius: 10px;
  width: 140px;
}

.min-choose-us {
  min-height: 200px;
}

@media (max-width: 1600px) {
  .min-choose-us {
    min-height: 170px;
  }
}
@media (max-width: 1400px) {
  .min-choose-us {
    min-height: 250px;
  }
}
@media (max-width: 1200px) {
  .min-choose-us {
    min-height: 280px;
  }
}
@media (max-width: 990px) {
  .min-choose-us {
    min-height: initial;
  }
}

/* 
------------------------------------------
Responsive 
------------------------------------------
*/

@media (min-width: 768px) and (max-width: 991px) {
  .section-projects-filters {
    top: 65px;
    padding: 15px 10px;
  }
  .form-control {
    padding: 10px 15px;
    font-size: 14px;
  }
}

/* Smartphone */
@media only screen and (max-width:767px) and (min-width:320px) {
  /* Globals */
  body {padding-top:0;}
  .desktop {display: none;}
  .flex-wrap-mobile {flex-wrap:wrap !important;}
  .text-xs-center {text-align:center;}
  h2 {font-size:22px;}

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {color:#000000 !important}

  .section-blog .col-xs-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  /*.row.row-mobile-standard {margin-left:-15px !important;margin-right:-15px !important;}*/

  .icon-tr-complete img {
    width: 100px;
  }

  /* Modals > Project */
  .modal-content .close {position:absolute;top:15px;right:15px;font-size:30px;line-height:25px;}
  .modal-project .modal-content {border-radius:20px;}
  .modal-project .modal-body {padding:30px 15px;}
  .modal-project .modal-body .img-responsive {margin-bottom:30px;}
  .modal-project .modal-body .btn {margin-top:30px;padding:10px 30px;}

  /* Head  */
  .navbar.navbar-default {min-height:50px;padding:0;border:0;border-radius: 0;background:#fff;}
  .navbar.navbar-default .navbar-brand {height:43px;background-image:url(/frontend/assets/img/opstart_loghi_2.0_opstart.svg);margin-top: 10px;margin-left: 10px;}
  .navbar.navbar-default .navbar-nav > li > a {padding:8px 20px;color:#000000;}
  .navbar.navbar-default .navbar-right {margin-top:0;}
  .navbar.navbar-default .navbar-left {margin-top:0;}
  .navbar.navbar-default .navbar-nav > li:last-child > a {margin:0;}
  .navbar.navbar-default .navbar-nav > li:last-child > a {padding:15px 20px;}
  .navbar-default .navbar-toggle .icon-bar {background-color:#333333;}
  .navbar-toggle {border:0;border-radius:0;padding:16px 5px 16px 10px;}
  .navbar-toggle .icon-bar {height:3px;}
  .navbar-default .navbar-toggle:focus , .navbar-default .navbar-toggle:hover {background-color:transparent;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {padding:5px 15px;}
  .navbar-brand {padding:7px;}
  .navbar.navbar-default .navbar-nav li.dropdown.open a.dropdown-toggle {color:#21D000;}
  .wp-block-button__link {font-size: 16px !important;}

  .navbar.navbar-default.is--affix .navbar-right {margin:0 -15px 7.5px;}

  .navbar.navbar-default.is--affix .navbar-right li.is-lang {display:inline-block;vertical-align:middle;}

  .dropdown-invest .dropdown-menu li .media.media-icon {padding:0 !important;margin-bottom:0px;}
  .dropdown-invest .media.media-icon h4 {font-size:18px;}
  .dropdown-invest .media.media-icon p {font-size:12px;line-height:18px;}
  .navbar.navbar-default .navbar-nav li.dropdown .dropdown-menu li.is-button a {font-size:16px;}
  .navbar.navbar-default .navbar-nav > li.is-lang {display:inline-block;vertical-align:middle;}
  .navbar.navbar-default .navbar-nav > li.is-lang a {padding:0 !important;width:35px;height:35px;margin-left: 20px !important;}
  .navbar.navbar-default .navbar-nav > li.is-lang:last-child a {margin-top: 7px;margin-left: 10px !important;}
  .navbar.navbar-default .navbar-nav > li.is-button {display:inline-block;vertical-align:middle;}

  /* Head + Megamenu */
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu {position:relative;border:0;padding:0 20px 20px;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu {padding:10px 0;position:relative;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu ul {padding:15px 0 15px 15px;position:static;display:none;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu li a {padding:10px 0;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu.open ul {display:block;padding:0 0 15px 15px;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle {font-weight:normal;color:#333333;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle .fa {display:inline-block;}

  .dropdown-invest .dropdown-menu {padding:0px;background-color: #f7f7f7 !important;}
  .dropdown-invest .media.media-icon h4 {font-size:16px;}
  .dropdown-invest .media.media-icon p {font-size:12px; display: none;}
  .dropdown-invest .dropdown-menu li .media.media-icon {padding:10px 15px;}
  .dropdown-invest .dropdown-menu {margin-top: 0px !important;}
  .dropdown-invest .dropdown-menu img {width:40px;}
  .navbar.navbar-default.is--affix .navbar-left {margin:0 -15px 7.5px;}

  .bg-home-investment::after {display:none;}

  /* Cards > Filter */
  .card.card-filter {overflow:hidden;}
  .card-filter .card-header {border:0;padding-bottom: 18px;padding-top: 20px;}
  .card-filter .collapsing, .card-filter .collapse.in {border-top:1px solid #f4f4f4;}

  .section-campaigns .divider-container div[class*="col-"] {border-right:0 !important;border-left:0 !important;}

  /* Carousels > Home */
  .carousel-home .card .card-overlay .card-body {padding:0 15px;}
  .carousel-home .card .card-overlay-extrafunding .card-body {padding:0 15px;}
  .carousel-home h1 {font-size: 25px;}
  .carousel-home h1 span {font-size: 25px;}
  .carousel-home h2 {font-size: 20px;}
  .carousel-home h2 span {font-size: 20px;}
  .carousel-home h4 {font-size: 10px;}

  /* Sidebar Toggle */
  .taber {cursor:pointer;position:relative;}
  .taber h4 {margin-bottom:0;font-weight:700;}
  .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#333333;font-size:12px;position:absolute;right:0;top:auto;}
  .taber.collapsed h4:after {content:"\f067";}

  /* Section Footer */
  .section-footer .taber {border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:10px;font-weight:700;margin-bottom:10px;}
  .section-footer .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#ffffff;font-size:12px;position:absolute;right:0;top:auto;}
  .section-footer .taber.collapsed h4:after {content:"\f067";}
  .section-footer .taber-body {padding-bottom:30px;}
  .section-copy {text-align:center;}
  .section-slider .img-responsive {max-height:190px;}

  .list-3cols {-moz-column-count:1;-moz-column-gap:20px;-webkit-column-count:1;-webkit-column-gap:20px;column-count:1;column-gap:20px;}

  /* Card */
  .card .card-title {font-size:14px;}
  .card .card-price {font-size:18px;}
  .card .card-header[data-toggle="collapse"] {padding:15px 20px;padding-right:30px;}
  .card .card-header .float-right {right:10px;}
  
  /* Cards > Fame Big */
  .card-fame-big .home-image-hall-of-fame {width:170px !important;height:170px !important;}
  .card-fame-big .card-body {padding:20px 10px 0;}

  /* Cards > Recommended */
  .card.card-recomended {flex-wrap:wrap;}
  .card-recomended a.d-block {width:140px;}
  .card-recomended .card-body {padding:10px;}

  /* Cards > Step */
  .card.card-step {margin-bottom:0;}
  .card-step + .card-step {margin-left:0;margin-top:30px;}
  .card-step-crowdlisting {width: 80% !important;margin-left: 10% !important;max-width: none !important;}
  .card-step-crowdlisting + .card-step-crowdlisting {margin-left:0;margin-top:30px;}
  .card-step-crowdbond {margin-bottom:0;}
  .card-step-crowdbond + .card-step-crowdbond {margin-left:0;margin-top:30px;}
  .card-step-crowdlender {margin-bottom:0;}
  .card-step-crowdlender + .card-step-crowdlender {margin-left:0;margin-top:30px;}
  .card-step-crowdlegal {margin-bottom:0;}
  .card-step-crowdlegal + .card-step-crowdlegal {margin-left:0;margin-top:30px;}
  .card-step-crowdre {margin-bottom:0;}
  .card-step-crowdre + .card-step-crowdre {margin-left:0;margin-top:30px;}
  .card-step-crowdbase {margin-bottom:0;}
  .card-step-crowdbase + .card-step-crowdbase {margin-left:0;margin-top:30px;}
  .card-step-crowdarena {margin-bottom:0;}
  .card-step-crowdarena + .card-step-crowdarena {margin-left:0;margin-top:30px;}

  /* Project Risk Bar */
  .project-risk-bar {height:15px;width:270px;}
  .project-risk-bar .risk-bar {height:15px;}
  .project-risk-bar .risk-bar::after {height:15px;width:300px;}

  /* Forms */
  .form-request {margin-top:40px;}
  .section-request .btn-primary {width:100%;}
  .form-control {padding:10px 15px;font-size:14px;}
  select.form-control {background-size:15px;background-position:center right 15px;padding-right:40px;}

  /* Bootstrao Select */
  .bootstrap-select > .dropdown-toggle {padding:15px 15px;padding-right:40px;font-size:14px;background-size:15px;background-position:center right 15px;}
  .bootstrap-select .dropdown-menu.inner {padding-left:0 !important;}

  /* Section */
  .section {padding:25px 0;}
  .section-blog-detail.pb-0 {padding-bottom: 0 !important; top: 120px !important; padding-top: 0px !important;}
  .section-blog {padding-top: 0px !important;top: 120px;}
  .section-projects-filters {top: 65px;}
  .section-header h1 {font-size:24px;text-align:center;}
  .section-contacts .contacts-map {margin-top:40px;}
  .section-video .videoContainer {pointer-events:auto;}
  .section.section-header {padding:60px 0;}
  .section.section-header-white {padding:60px 0;}

  .section-campaign-detail div[class*="col-"] {border:0 !important;}
  .section-campaign-detail .project-title-icon {max-width:70px;display:initial;}
  .section-campaign-detail h3.text-raised {font-size:24px;text-align: center;}
  .section-campaign-detail .project-info > img {margin-left:auto;margin-right:auto;}
  .section-campaign-detail .project-info p {font-size:16px;margin: 0 0 10px;text-align: center;}
  .section-campaign-detail .project-info .btn.mt-3 {margin-top:30px !important;padding-left:0;padding-right:0;display:block;}
  .section-campaign-detail .project-info .btn.mt-3 + .btn.mt-3 {margin-top:15px !important;}
  .section-campaign-detail .project-data h5 {font-size:16px !important;margin-bottom:5px;text-align: center;}
  .section-campaign-detail .project-data h5 + p {font-size:16px !important;margin-bottom:20px;text-align: center;}
  .section-campaign-detail .tab-pane h5 {font-size:16px !important;}
  .section-campaign-detail .tab-content {padding: 10px !important;}
  .label-message{font-size: 11px !important;}

  #v-pills-details {text-align: center;}
  #v-pills-details div.mb-3 {margin-bottom: 1rem !important;}

  .section-campaign-detail .card.card-project-video .card-bg {height:200px;}
  .section-campaign-detail .product-detail-tab {margin-top:55px !important;}
  .section-campaign-detail .nav-tabs{overflow-x:visible;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;margin:0;padding:0 10px 10px;-webkit-overflow-scrolling: touch;}
  /*.section-campaign-detail .tab-content {padding-top:20px;}*/
  .section-campaign-detail .nav-tabs li {float:none;display:inline-block;}

  .card.is-team p, .card.is-team p.mh-smaller, .card.is-plus p {min-height:initial;}
  .card.is-plus .icon120 {width:60px;height:60px;}

  /* Section > Image/Text */
  .section.section-half {padding-top:0;}
  .section-half .block-image {position:relative;background-repeat:no-repeat;top:0;height:100%;z-index:0;width:100%;height:260px;background-position:center center;margin-bottom:30px;}
  .block-text.p-2 {padding:30px 0 !important;}
  .image--contain {background-size:cover;}

  /* Section > Video */
  .section-video .videoContainer {height:240px;max-height:240px;transform:none;pointer-events:auto;}

  .section-crowdlisting .intro-image {display:block;height:500px;padding:80px 15px;}
  .section-crowdlisting .intro-image > div {margin:0 !important;align-items:center !important;text-align:center;}
  .section-crowdlisting .intro-image p {font-size:16px;}
  .section-crowdlisting .separatorSection h3 {font-size:25px;padding:0 15px;}

  .section-crowdbridge .intro-image {display:block;height:500px;padding:80px 15px;background-image: url('/frontend/assets/img/crowdbridge/crowdbridge_sfondo-mobile.jpg');}
  .section-crowdbridge .intro-image > div {margin:0 !important;align-items:center !important;text-align:center;}
  .section-crowdbridge .intro-image p {font-size:16px !important;text-align: center !important;}
  .section-crowdbridge .intro-image h3 {font-size:16px;text-align: center !important;}
  .section-crowdbridge .separatorSection h3 {font-size:25px;padding:0 15px;}

  /* Section > Collect */
  .section.section-collect {padding-bottom:0;}
  .section-collect .img-responsive {height:50px;margin-bottom:10px;}
  .section-collect .text-container {padding:20px 15px;margin-bottom:30px;}
  .section-collect .text-container p {font-size:16px;}

  .row-slider-partner-mobile .img-responsive {height:50px;margin-bottom:10px;}

  /* Content */
  .btn-subscribe {width:100%;padding:20px;position:relative;bottom:auto;top:auto;left:0;display:inline-block;margin-top:30px;}
  .section-slider .section-title {margin:auto;padding:30px 15px;width:100%;}
  .section-how .card .card-title {font-size:24px;}
  .section-center {margin-top:30px;}
  .section-come .media .media-middle {float:none;display:inline-block;width:100%;}
  .section-come .media h3 {margin:20px 0 !important;}
  .section-come .media .icon120 {width:80px;height:80px;}
  .counter_item {margin:20px 0;}
  .carousel-project .card .card-overlay .card-body {padding:0 80px;}
  .section-title h3 {font-size:28px;}

  .section.section-campaign-header {padding:40px 0 120px;}

  .section-projects .card.card-horizontal {height:auto;}
  .section-projects .card.card-horizontal .card-bg, .section-projects .card.card-horizontal .card-body, .section-projects .card.card-horizontal .card-footer {float:none;display:inline-block;width:100%;min-height:initial;height:auto;}
  .section-projects .card__usertypes {position:relative;margin:20px 0 0;bottom:auto;}
  .section-projects .card.card-horizontal .card-body {padding-bottom:0;}
  .section-projects .card.card-horizontal .card-bg {height:240px}
  .section-projects .card-days {margin:0;text-align:left;}
  .section-projects .btn-primary {width:100%;margin-top:15px;font-size: 16px;}
  .section-projects .btn-primary.mt-4 {margin-bottom:40px;}
  .section-projects .col-right {padding-right:15px;}
  .section-projects .col-right + div[class*="col-"] {padding-left:15px;padding-top:30px;margin-top: 15px;border-left:0;border-top:1px solid rgba(112,112,112,.5);}

  .section-campaigns .search-input, .section-companies .search-input {font-size:18px !important;margin-bottom:20px;border: 1px solid #f4f4f4;}
  .section-campaigns .search-icon, .section-companies .search-icon {left:10px;top:10px;}
  .section-campaigns .action-filters .btn, .section-companies .action-filters .btn {font-size:18px;}
  .section-campaigns .card-filter .badge, .section-companies .card-filter .badge {font-size:14px;padding:6px 10px;}

  .section.section-reasons {padding-bottom:25px;}
  .section.section-reasons .text-right {text-align:left;}
  .section.section-reasons .list-reasons {margin-bottom:40px;}
  .section.section-reasons .list-reasons li {justify-content:space-between !important;}
  .section.section-reasons .list-reasons li + li {margin-top:30px;}
  .section.section-reasons .list-reasons li p { font-size: 18px;}
  .section.section-reasons .list-reasons li p b {font-size: 20px;}
  .section.section-reasons .btn.btn-xl {font-size:13px !important;line-height: 18px;padding:20px 30px; width: 100%;}

  .section-project-invest .responsive-blocked {display:none !important;}
  .section-project-invest .project-invest-panel {padding-top:50px;}
  .section-project-invest .project-invest-subpanel .block-header {padding:20px 15px 5px;}
  .section-project-invest .project-invest-subpanel .block-body {padding:15px 15px 10px;}
  .section-project-invest .project-invest-subpanel.small .block-body {padding:20px 15px 10px;}
  .section-project-invest .project-invest-subpanel .block-body.no-footer {padding-bottom:20px;}
  .section-project-invest .project-invest-subpanel .block-footer {padding:10px 15px 15px;}
  .section-project-invest .project-invest-subpanel .head-flex {flex-direction:column;align-items:flex-start;}
  .section-project-invest .project-invest-subpanel .img-section {padding:10px 20px !important;margin:0 auto 10px;width:100px !important;}
  .section-project-invest .project-invest-subpanel .img-logo {width:100px;margin:0 0 10px;}
  .section-project-invest .project-invest-subpanel .block-header h2 {font-size:25px;}
  .section-project-invest .project-invest-subpanel-item {padding:10px 0;font-size:14px;}
  .section-project-invest .project-invest-subpanel label {font-size:16px;}
  .section-project-invest .project-invest-subpanel .table {margin-bottom:10px;}
  .section-project-invest .project-invest-subpanel .table tr td {font-size:16px;}
  .section-project-invest .project-invest-subpanel .label-message {line-height:22px;font-size:14px;}
  .section-project-invest .project-invest-subpanel .label-message .number {font-size:16px;}
  .section-project-invest .project-invest-subpanel .custom-pill {margin:0 0 15px;}
  .section-project-invest .project-invest-subpanel .flex-container-check {flex-direction:column;align-items:flex-start;}
  .section-project-invest .project-invest-subpanel .flex-container-check > img {margin:0 0 10px !important;}

  .section-project-invest .sustain-losses-box .well {padding:10px;}
  .section-project-invest .sustain-losses-box .well label.text-primary {font-size:18px;}
  .section-project-invest .sustain-losses-box .well .lead {font-size:16px;margin-bottom:15px;}
  .section-project-invest .sustain-losses-box .well label {font-size:14px;}
  .section-project-invest .sustain-losses-box .well .label-message {font-size:13px;line-height:20px;}

  /* Section > Dashboard */
  .section-dashboard .dashboard-container .tab-content, .section-dashboard .profile-container .tab-content {padding: 20px 0px 0px 0px;}
  .section-dashboard .dashboard-container h1,.section-dashboard .profile-container h1 {font-size:16px;margin-bottom:15px;text-align: center;}
  .section-dashboard .dashboard-container .list-tasks div[class*="col-"] {padding:0;}
  .section-dashboard .dashboard-container .list-tasks {margin-bottom:50px;}
  .section-dashboard .dashboard-container .list-tasks .title {font-size:18px;}
  .section-dashboard .dashboard-container .list-tasks .list-unstyled {padding:0 !important;}
  .section-dashboard .dashboard-container .list-tasks .list-unstyled > li {font-size:16px;padding-left:30px;}
  .section-dashboard .dashboard-container .list-tasks .list-unstyled > li::before {width:20px;height:20px;}
  .section-dashboard .dashboard-container .list-tasks .list-unstyled > li + li {margin-top:15px;}
  .section-dashboard .dashboard-container .table-container h4 {font-size:20px;}
  .section-dashboard .dashboard-container .table-container .form-group {margin-bottom:15px;}
  .section-dashboard .card-dashboard .box-left {padding:15px;text-align:center;}
  .section-dashboard .card-dashboard .card-body {padding:15px;}
  .section-dashboard .card-dashboard .category {padding-right:0;text-align:center;}
  .section-dashboard .card-dashboard .img-card {width:250px;margin:0 auto 15px;}
  .section-dashboard .card-dashboard .text-label {font-size:16px;}
  .section-dashboard .card-dashboard .form-group {margin:10px 0;padding:0;}
  .section-dashboard .card-dashboard .table {margin-top:20px;}
  .section-dashboard .card-dashboard .table tr td {font-size:14px;}
  .section-dashboard .card-dashboard .table tr td:last-child {padding-right:0;}
  .section-dashboard .card-investment {margin-bottom: 20px;min-height: 100px;text-align: center;}
  .section-dashboard .card-investment .card-body {padding:20px 15px;}
  .section-dashboard .card-investment h4 {font-size:20px;margin-bottom:15px;}
  .section-dashboard .card-investment .value {font-size:18px;}
  .section-dashboard .card-chart .card-body {padding:15px 0;}
  .section-dashboard h4 {font-size:14px;text-align: center;}
  .section-dashboard .card-chart .form-group {margin-bottom:15px;}
  .section-dashboard .card .tab-content {margin-top:10px;padding:5px 15px;}
  .section-dashboard .card .tab-content .table tr td {font-size:14px;}
  
  .section-dashboard .col-content-sidebar {float:none;display:inline-block;width:100%;}
  .section-dashboard .col-content-container {float:none;display:inline-block;width:100%;border:0;}
  .section-dashboard .dashboard-container .nav-pills {padding-left:0 !important;}
  .section-dashboard .dashboard-container .nav-pills > li > a {font-size:16px;padding:10px 16px;}
  .section-dashboard .dashboard-container .nav-pills > li > a .img-responsive {width:30px;}
  .section-fixed.section-dashboard-header .nav.nav-pills.nav-justified li a {padding:10px 10px;}
  /* .slickSubmenu .slick-slide {height:30px;} */

  .section-dashboard .dashboard-container.has-background-equity::before, .section-dashboard .dashboard-container.has-background-bond::before, .section-dashboard .dashboard-container.has-background-lending::before {left:-15px;right:0;width:calc(100% + 30px);height: 230px; top:0}

  /* Table responsive */
  .table__is-card .table {border:0;}
  .table__is-card .table .table-bordered {border:0;}
  .table__is-card .table .table-bordered a.btn-secondary , .table__is-card .table .table-bordered a.btn-danger {font-size:11px;}
  .table__is-card .table .table > tbody > tr > td {height:auto;}
  .table__is-card .table .table > tbody > tr > td:last-child {border-bottom:0!important;}
  .table__is-card .table table , .table__is-card .table thead , .table__is-card .table tbody , .table__is-card .table th , .table__is-card .table td , .table__is-card .table tr {display:block;}
  .table__is-card .table thead tr {position:absolute;top:-9999px;left:-9999px;}
  .table__is-card .table tr {border:1px solid #dddddd;margin-bottom:30px;}
  .table__is-card .table td {border:none;border-bottom:1px solid #dddddd;position:relative;padding-left:40%;white-space:normal;text-align:right;}
  .table__is-card .table td:last-child:before {display:none;}
  .table__is-card .table td:last-child {padding-left:15px;}
  .table__is-card .table td:before {position:absolute;top:15px;left:15px;width:30%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:bold;}
  .table__is-card .table td:before {content:attr(data-title);}

  .section-fixed.section-dashboard-header{top: 66px;}

  /* bond project detail */
  .list-group-item {font-size:14px;}
  .section-project-detail-bond.detail-table .border-bottom {border:0 !important;}
  .section-project-detail-bond .list-projectdatedetail li span {font-size:20px;}
  .section-project-detail-bond .list-group-item span {float:none;display:inline-block;width:100%;font-size:16px;}

  .card-blog h3 {font-size:20px;}
  .card-blog .description {flex-wrap:wrap;}
  .card-blog .description p {font-size:16px;}
  .card-blog .description .btn {width: 100%;margin-top:15px;padding:10px 30px;font-size:16px;}
  .card-blog.is-small {flex-wrap:wrap;}
  .card-blog.is-small > a.d-block {width:100%;}
  .card-blog.is-small .card-body {padding:15px 0 0;}
  .card-blog.is-small p {font-size:16px;}

  .card-blog-box .card-body {padding:15px;}
  .card-blog-box h4 {font-size:18px;}

  .section-header-blog {margin-top:66px;height: 230px;}

  .section-blog h1 {font-size:25px;}

  .section-blog-category {padding-top:10px !important;}
  .section-blog-category-detail {padding-top: 150px !important;}
  .section-blog-category .category-title {margin:10px 0;font-size:20px;}
  .section-blog-category .breadcrumb > li {font-size:12px;}
  .section-blog-category .img-responsive {margin-bottom:20px;}
  .section-blog-category .articles-container {margin-top:30px;}
  .section-blog-category .btn-large {font-size:16px;padding:11px 15px;width:100%;margin-top:20px;}
  .section-blog-category .tag-list {gap:5px 10px;margin-top:30px;}
  .section-blog-category .tag-list > li:first-child {width:100%;}
  .section-blog-category .tag-list .badge {font-size:12px;}
  .section-blog-category .blog-links {margin-top:30px;}
  .section-blog-category .blog-links a {font-size: 16px;margin-bottom:15px;display:inline-block;}

}

/* Smartphone Landscape 
@media only screen and (min-width:480px) and (max-width:767px){
}
*/

/* Tablet */
@media only screen and (min-width:768px) and (max-width:991px) {/* Globals */
  body {padding-top:0;}

  /* Modals > Project */
  .modal-content .close {top:30px;right:30px;}
  .modal-project .modal-body {padding:60px;}
  .modal-project .modal-body .img-responsive {margin-bottom:40px;}
  .modal-project .modal-body .btn {margin-top:40px;}

  /* Mobile Nav Toggle */
  .navbar-header {float:none;}
  .navbar-collapse {border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1);}
  .navbar-fixed-top {top:0;border-width:0 0 1px;}
  .navbar-collapse {padding:0;}
  .navbar-collapse.collapse {display:none!important;padding:0;}
  .navbar-collapse.collapse.in {display:block!important;max-height:unset;}
  .navbar-nav {float:none!important;margin-bottom:7.5px;margin-right:0;}

  .navbar.navbar-default .navbar-left {margin-top:0 !important;}
  .navbar.navbar-default .navbar-right {margin-top:0 !important;}
  .navbar.navbar-default .navbar-nav > li.is-button,   .navbar.navbar-default .navbar-nav > li.is-button a {width:auto;display:inline-block;}
  .navbar.navbar-default .navbar-nav li.dropdown.open a.dropdown-toggle {color:#21D000;}
  .navbar.navbar-default .navbar-nav > li.is-lang {display: inline-block;vertical-align:middle;width:auto;}

  /* Head + Nav */
  .navbar.navbar-default {min-height:50px;padding:0;border:0;border-radius: 0;background:#fff;}
  .navbar.navbar-default .navbar-brand {width:100px;height:40px;background-image:url(/frontend/assets/img/opstart_loghi_2.0_opstart.svg);}
  .navbar.navbar-default .navbar-nav > li > a {padding:4px 20px;color:#000000;}
  .navbar-default .navbar-nav > li , .navbar-default .navbar-nav > li > ul > li {float:none;display:block;width:100%;}
  .navbar-default .navbar-nav > li > a , .navbar-default .navbar-nav > li > ul > li > a {padding-top:10px;padding-bottom:10px;width:100%;display:block;}
  .navbar-default .navbar-nav li + li:before {display:none;}
  .navbar-default .navbar-toggle .icon-bar {background-color:#333333;}
  .navbar-toggle {border:0;border-radius:0;margin:9px;display:inline-block;}
  .navbar-toggle .icon-bar {height:3px;}
  .navbar-default .navbar-toggle:focus , .navbar-default .navbar-toggle:hover {background-color:transparent;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {padding:5px 15px;}
  .navbar.navbar-default .navbar-brand > img {height:25px;}
  .navbar-toggle {border:0;border-radius:0;padding:16px 5px 16px 10px;}
  .navbar-toggle .icon-bar {height:3px;}

  .section-campaign-detail div[class*="col-"] {border:0 !important;}
  .section-campaign-detail .product-detail-tab {margin-top:0 !important;}
  .section-campaign-detail .nav-tabs{overflow-x:visible;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;margin:0;padding:0 10px 10px;-webkit-overflow-scrolling: touch;}
  .section-campaign-detail .tab-content {padding-top:20px;}
  .section-campaign-detail .nav-tabs li {float:none;display:inline-block;}
  .section-campaign-detail .project-info .btn.mt-3 + .btn.mt-3 {margin-top:100px !important;}

  /*  .navbar-nav > li > .dropdown-menu {position:relative;-webkit-box-shadow:none;box-shadow:none;width:100%;background:transparent;border:none;}
  .navbar-nav > li > .dropdown.open {-webkit-transition:all .3s;transition:all .3s;}*/

  /* Carousels > Home */
  .carousel-home .card .card-overlay .card-body {padding:60px;}
  .btn-subscribe {width:100%;left:100%;}
  .section-slider .section-title {margin-top:150px;}

  /* Cards > Fame Big */
  .card-fame-big .home-image-hall-of-fame {width:170px !important;height:170px !important;}
  .card-fame-big .card-body {padding-left: 0px;}

  /* Sidebar Toggle */
  .taber {cursor:pointer;position:relative;}
  .taber h4 {margin-bottom:0;font-weight:700;}
  .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#333333;font-size:12px;position:absolute;right:0;top:auto;}
  .taber.collapsed h4:after {content:"\f067";}

  /* Content */
  .section.section-header {padding:60px 0;}
  .section.section-header-white {padding:60px 0;}
  .card.is-team p, .card.is-team p.mh-smaller, .card.is-plus p {min-height:initial;}
  .card.is-plus .icon120 {width:60px;height:60px;}

  .section-projects .card__description p {font-size:14px;}

  .section-static {padding-top:67px !important;}
  .section-blog {padding-top: 0px !important;top: 120px;}
  .section-blog-detail.pb-0 {padding-bottom: 0 !important;top: 120px !important;padding-top: 0px !important;}

  .section-projects .card.card-horizontal {height:auto;}
  .section-projects .card.card-horizontal .card-bg, .section-projects .card.card-horizontal .card-body, .section-projects .card.card-horizontal .card-footer {float:none;display:inline-block;width:100%;min-height:initial;height:auto;}
  .section-projects .card__usertypes {position:relative;margin:20px 0 0;bottom:auto;}
  .section-projects .card.card-horizontal .card-body {padding-bottom:0;}
  .section-projects .card.card-horizontal .card-bg {height:240px}
  .section-projects .card-days {margin:0;text-align:left;}
  .section-projects .btn-primary {width:100%;margin-top:15px;}
  .section-projects .col-right {padding-right:15px;}
  .section-projects .col-right + div[class*="col-"] {padding-left:15px;padding-top:30px;border-left:0;border-top:1px solid rgba(112,112,112,.5);}

  .section-campaigns .search-input, .section-companies .search-input {font-size:18px;margin-bottom:20px;}
  .section-campaigns .search-icon, .section-companies .search-icon {left:10px;top:10px;}
  .section-campaigns .action-filters .btn, .section-companies .action-filters .btn {font-size:18px;}
  .section-campaigns .card-filter .badge, .section-companies .card-filter .badge {font-size:12px;padding:6px 10px;}

  .section-project-invest .responsive-blocked {top:unset !important;}
  .section-project-invest .project-invest-subpanel .block-header {padding:30px 40px 10px;}
  .section-project-invest .project-invest-subpanel .block-body {padding:30px 40px 20px;}
  .section-project-invest .project-invest-subpanel .block-body.no-footer {padding-bottom:40px;}
  .section-project-invest .project-invest-subpanel .block-footer {padding:20px 40px;}
  .section-project-invest .project-invest-subpanel .img-section {margin:0 auto 20px;}
  .section-project-invest .project-invest-subpanel .img-logo {width:100px;margin-right:20px;}
  .section-project-invest .project-invest-subpanel .block-header h2 {font-size:30px;}
  .section-project-invest .project-invest-subpanel-item {padding:15px 0;}

  /* Section > Collect */
  .section-collect .img-responsive {margin-bottom:0px;}

  /* Section > Dashboard */
  .section-dashboard .dashboard-container .tab-content, .section-dashboard .profile-container .tab-content {padding:40px 0;}
  .section-dashboard .dashboard-container .list-tasks {margin-bottom:70px;}
  .section-dashboard .dashboard-container .list-tasks .title {font-size:25px;}
  .section-dashboard .dashboard-container .list-tasks .list-unstyled > li + li {margin-top:15px;}
  .section-dashboard .dashboard-container .table-container h4 {font-size:25px;}
  .section-dashboard .dashboard-container .table-container .form-group {margin-bottom:30px;}
  .section-dashboard .card-investment h4 {font-size:25px;}
  .section-dashboard h4 {font-size:16px;}
  .section-dashboard .card .tab-content {margin-top:15px;padding:5px 15px;}

  .section-dashboard .col-content-sidebar {width:220px;}
  .section-dashboard .col-content-container {width:100%;border: 0px;}
  .section-dashboard .dashboard-container .nav-pills {padding-left:0 !important;}
  .section-dashboard .dashboard-container .nav-pills > li > a {font-size:16px;padding:10px 16px;}
  .section-dashboard .dashboard-container .nav-pills > li > a .img-responsive {width:30px;}
  .section-fixed.section-dashboard-header .nav.nav-pills.nav-justified li a {padding:10px 10px;}
  /* .slickSubmenu .slick-slide {height:30px;} */

  .section-dashboard .dashboard-container.has-background-bond::before {left:0px;top:0;}
  .section-dashboard .dashboard-container.has-background-lending::before {left:0px;top:0;}
  .section-dashboard .dashboard-container.has-background-equity::before {left:0px;top:0;}

  /* Section Footer */
  .section-footer .taber {border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:10px;font-weight:700;margin-bottom:10px;}
  .section-footer .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#ffffff;font-size:12px;position:absolute;right:0;top:auto;}
  .section-footer .taber.collapsed h4:after {content:"\f067";}
  .section-footer .taber-body {padding-bottom:30px;}
  .section-copy {text-align:center;}

  .bg-home-investment:after {display:none;}

  /* Forms */
  .form-request {margin-top:40px;}

  .section-fixed.section-dashboard-header{top: 66px;}
  
  .card-blog h3 {font-size:30px;}
  .card-blog.is-small {align-items:center;}
  .card-blog.is-small > a.d-block {width:30%;}

  .section-header-blog {margin-top:66px;height:320px;}

  .section-blog h1 {font-size:30px;}

  .section-blog-category {padding-top:10px !important;}
  .section-blog-category .img-responsive {margin-bottom:30px;}
  .section-blog-category .articles-container {margin-top:30px;}
  .section-blog-category .articles-container div[class*="col-"] {padding-left:15px !important;padding-right:15px !important;}

}

/* Tablet Landscape */
@media only screen and (min-width:992px) and (max-width:1199px) {
  /* Globals */
  body {padding-top:0;}
  .navbar.navbar-default {padding:0;}
  .navbar.navbar-default > .container-fluid {padding:0 15px !important;}
  .navbar.navbar-default .navbar-brand {width:130px;}
  .navbar.navbar-default .navbar-nav > li > a {padding:10px 5px !important;font-size:13px !important;}

  /* Carousels > Home */
  .carousel-home .card .card-overlay .card-body {padding:0 40px;}

  /* Content */
  .btn-subscribe {width:100%;left:100%;}
  .section-projects .card__description p {font-size:14px;}
  .section-campaign-header .carousel-project .card-bg {height:280px}

  .bg-home-investment::after {display:none;}
  /* .bg-home-investment::after {content:"";position:absolute;top:0;bottom:0;left:0;width:75%;background-image: url(/frontend/assets/img/img-home-investment.png);background-repeat:no-repeat;background-size:460px;background-position:left bottom -100px;z-index:1;} */

  .section-projects .col-right {padding-right:15px;}
  .section-projects .col-right + div[class*="col-"] {padding-left:15px;}

  /* Cards > Filters */
  .card-filter .card-header {padding:8px;padding-right:20px;}
  .card-filter .card-header .float-right {right:15px;}
  .card-filter .card-body {padding:7px;}

  /* Section > Dashboard */
  .section-dashboard .dashboard-container .tab-content, .section-dashboard .profile-container .tab-content {padding:40px 15px;}
  .section-dashboard .dashboard-container .nav-pills > li > a {padding:17px 30px;font-size:20px;}
  .section-dashboard .dashboard-container .nav-pills > li:first-child > a {padding-left:20px;}
  .section-dashboard .dashboard-container .nav-pills > li > a .icon--inline {margin-right:10px;}
  .section-dashboard .dashboard-container .nav-pills > li > a .img-responsive {margin-right:5px;}
  .section-dashboard .dashboard-container .list-tasks .title {font-size:25px;}
  .section-dashboard .dashboard-container .list-tasks .list-unstyled > li + li {margin-top:15px;}
  .section-dashboard .dashboard-container .table-container h4 {font-size:25px;}
  .section-dashboard .dashboard-container .table-container .form-group {margin-bottom:30px;}
  .section-dashboard .card-investment .card-body {padding:25px 15px;}
  .section-dashboard .card-investment h4 {font-size:20px;}
  .section-dashboard .card-investment .value {font-size:25px;}
  .section-dashboard .card-chart .card-body {padding:30px 15px;}
  .section-dashboard h4 {font-size:16px;}
  .section-dashboard .card .tab-content {margin-top:15px;padding:5px 15px;}
  .section-dashboard .card .tab-content .table tr td {font-size:16px;}

  .section-dashboard .dashboard-container.has-background-bond::before {left:0px; top:10rem;}
  .section-dashboard .dashboard-container.has-background-lending::before {left:0px; top:10rem;}
  .section-dashboard .dashboard-container.has-background-equity::before {left:0px; top:10rem;}

  .section-static ul[style*="display:flex"] > li > a {font-size:12px;}
  .section-static .card.active-box-crowdre {height:630px !important;}
  .section-static .steps-container {display:flex;flex-wrap:nowrap;}
  .section-static .steps-container .card {width:33%;}
  .section-static .steps-container .card + .card {margin-left:30px;}

  .card-blog h3 {font-size:30px;}
  .card-blog .description {flex-wrap:wrap;}
  .card-blog .description p {padding:0;margin-bottom:15px;width:100%;}

  .section-header-blog {height:400px;margin-top: 115px;}

  .section-blog h1 {font-size:25px;}
  .section-blog h4 {font-size:20px;margin-top:0;padding-left: 15px;}

}

/* Laptop 13' - 1366x768 Non-Retina */
@media only screen and (min-width:1200px) and (max-width:1366px) {
  
  /* Carousels > Home */
  .carousel-home .card .card-overlay .card-body {padding:0 60px;}

  /* Section > Dashboard */
  .section-dashboard .dashboard-container .nav-pills > li > a {font-size:20px;padding:20px 50px;}
  .section-dashboard .dashboard-container .nav-pills > li:first-child > a {padding-left:30px;}
  .section-dashboard .dashboard-container .tab-content, .section-dashboard .profile-container .tab-content {padding:50px 35px;}
  .section-dashboard .dashboard-container .table-container h4 {font-size:25px;}
  .section-dashboard .dashboard-container .table-container .form-group {margin-bottom:50px;}
  .section-dashboard .card-investment h4 {font-size:25px;}
  .section-dashboard .card .tab-content {padding:15px 25px;}

  .section-static .card.active-box-crowdre {height:600px !important;}

  .bg-home-investment::after {content:"";position:absolute;top:0;bottom:0;left:0;width:75%;background-image: url(/frontend/assets/img/img-home-investment.png);background-repeat:no-repeat;background-size:860px;background-position:left bottom -100px;z-index:1;}

  .section-header-blog {height:465px;margin-top: 90px;}

}

/* Laptop 4:3 - 1440x1080 */
@media only screen and (min-width:1367px) and (max-width:1440px) {

  .section-static .card.active-box-crowdre {height:550px !important;}

  .bg-home-investment::after {content:"";position:absolute;top:0;bottom:0;left:0;width:75%;background-image: url(/frontend/assets/img/img-home-investment.png);background-repeat:no-repeat;background-size:860px;background-position:left bottom -100px;z-index:1;}

}

.section-column.section-column-bond {float: left; width: 50%; padding-top: 90px; padding-bottom: 90px;}

@media (min-width:576px) {.section-column.section-column-bond {padding-left:30px; padding-right: 30px;}}
@media (min-width:768px) {.section-column.section-column-bond {padding-left:50px; padding-right: 50px;}}
@media (min-width:992px) {.section-column.section-column-bond {padding-left:90px; padding-right: 90px;}}

.section-projects .investment-recap {padding-top:30px; padding-bottom: 30px; background-color:white; margin-top: 15px;}

/* slide home */
.carousel-home .card .card-overlay:before {background-color: initial;}
.sf-slide-home {
  background-image: url(/opstartBase/public/assets/img/landingpages/scopri_opstart_sf.jpeg);
  background-position: top left !important;
  background-color: #21d003;
  height: 720px !important;
  min-height: 720px !important;
}

.sf-slide-home .card-body {
  padding: 0 25px !important;
}

.slide-home .content_network .text-container {
  padding-right: 50px;
}

.slide-home h1.slide-home_text {
  font-weight: bold;
  font-size: 143px !important;
  line-height: 116px;
  margin-right: 0px;
}
.slide-home H1 small {
  font-size: 69px !important;
  display: block;
  color: #000 !important;
}
.slide-home p.slide-home_text2 {
  font-size: 30px !important;
  margin-top: 20px;
  line-height: 33px;
}
.slide-home span {
  display: block;
  margin-top: 20px;
  font-size: 34px !important;
  font-weight: 600;
}
.slide-home .btn-primary {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-size: 20px !important;
  padding: 22px 62px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
  letter-spacing: 0px !important;
}
.slide-home .btn-primary:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.slide-home.slide-home-en span {
  font-size: 36px !important;
}
.slide-home.slide-home-en h1.slide-home_text {
  font-size: 160px !important;
  line-height: 130px;
}

@media only screen and (min-width:1115px) and (max-width:1250px){
  .slide-home h1.slide-home_text {
    font-size: 112px !important;
    line-height: 110px;
  }
  .sf-slide-home .card-body {
    padding: 0 20px !important;
  }
  .slide-home H1 small {
    font-size: 54px !important;
  }
  .slide-home p.slide-home_text2 {
    font-size: 26px !important;
  }
  .slide-home span {
    font-size: 32px !important;
  }
  .slide-home .col-md-offset-4 {
    margin-left: 33.33333333% !important;
  }
  .slide-home.slide-home-en h1.slide-home_text {
    font-size: 120px !important;
    line-height: 110px;
  }
}
@media only screen and (min-width:768px) and (max-width:1114px){
  .sf-slide-home {
    background-position: calc(50% + 100px) 0px !important;
    min-height: 850px !important;
    height: 850px !important;
  }
  .slide-home .content_network{
    margin-top: 20px !important;
    margin-right: 35px !important;
  }
  .sf-slide-home .card-body {
    padding: 0px !important;
  }
  .slide-home h1.slide-home_text {
    font-size: 120px !important;
    line-height: 98px;
  }
  .slide-home H1 small {
    font-size: 58px !important;
  }
  .slide-home p.slide-home_text2 {
    font-size: 26px !important;
  }
  .slide-home span {
    font-size: 30px !important;
  }
  .slide-home .btn-primary {
    margin-top: 50px !important;
    font-size: 24px !important;
    padding: 20px 40px !important;
  }
  .slide-home.slide-home-en h1.slide-home_text {
    font-size: 100px !important;
    line-height: 90px;
  }
  .slide-home.slide-home-en p {
    font-size: 24px !important;
  }
  .slide-home.slide-home-en span {
    font-size: 30px !important;
  }
}
@media only screen and (min-width:551px) and (max-width:767px) {
  .sf-slide-home {
    background-position: calc(50% + 10px) 0px !important;
    min-height: 500px !important;
    height: 500px !important;
  }
  .slide-home .content_network{
    margin-top: 60px !important;
    margin-right: 20px !important;
  }
  .sf-slide-home .card-body {
    padding: 0px !important;
  }
  .slide-home h1.slide-home_text {
    font-size: 80px !important;
    line-height: 70px;
  }
  .slide-home H1 small {
    font-size: 39px !important;
  }
  .slide-home p.slide-home_text2 {
    font-size: 17px !important;
    line-height: 20px;
    margin-top: 13px;
  }
  .slide-home span {
    font-size: 20px !important;
  }
  .slide-home .btn-primary {
    margin-top: 50px !important;
    font-size: 16px !important;
    padding: 20px 40px !important;
  }
  .slide-home.slide-home-en h1.slide-home_text {
    font-size: 65px !important;
    line-height: 70px;
  }
  .slide-home.slide-home-en h1.slide-home_text small {
    font-size: 30px !important;
  }
  .slide-home.slide-home-en p {
    font-size: 16px !important;
  }
  .slide-home.slide-home-en span {
    font-size: 20px !important;
  }
}
@media only screen and (min-width:320px) and (max-width:550px) {
  .sf-slide-home {
    background-position: calc(50% + 50px) calc(50% + 65px) !important;
    min-height: 470px !important;
    height: 470px !important;
  }
  .slide-home .content_network{
    margin-top: 125px !important;
    margin-right: initial !important;
  }
  .slide-home .content_network .text-container {
    padding-right: 30px !important;
  }
  .slide-home h1.slide-home_text {
    font-size: 56px !important;
    line-height: 55px !important;
    margin-right: 0px !important;
  }
  .slide-home H1 small {
    font-size: 27px !important;
  }
  .slide-home p.slide-home_text2 {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-top: 10px !important;
    padding-left: 115px;
  }
  .slide-home span {
    font-size: 17px !important;
    padding-left: 120px;
  }
  .slide-home .btn-primary {
    margin-top: 40px !important;
    font-size: 16px !important;
    padding: 12px 27px !important;
  }
  .slide-home.slide-home-en h1.slide-home_text {
    font-size: 50px !important;
    line-height: 60px;
  }
  .slide-home.slide-home-en h1.slide-home_text small {
    font-size: 30px !important;
  }
  .slide-home.slide-home-en p {
    font-size: 12px !important;
  }
  .slide-home.slide-home-en span {
    font-size: 16px !important;
  }
}