@media (max-width: 767px) and (min-width: 480px) {
    .container, #header.header-fullwidth .container {
        width: 100% !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .post-3-columns .post-item, .post-4-columns .post-item, .post-5-columns .post-item, .post-6-columns .post-item {
        width: 48%;
        margin-right: 2%;
    }
}

.button.green {
    border: 1px solid transparent;
}
.text-green {
    color: #2f7e14 !important;
}

#my-page .heading .underline {
    margin-bottom: 30px;
}

#my-page .heading .underline:after {
    background: #2f7e14 !important;
}

.wrap-welcome {
    text-align: center;
    padding: 10px 5px;
}

.wrap-welcome p{
    margin: 0;
}

.background-green {
    background-color: #2f7e14 !important;
    color: #fff;
}
.background-black {
    background-color: #000;
    color: #636363;
}
.background-light-green {
    background-color: #E8F2E7;
}

#platforms {
    border-bottom: 5px solid #2f7e14;
}

.wrap-btn-platforms a {
    margin: 0 5px !important;
    overflow: visible !important;
}

.wrap-post .heading {
    border-bottom: 2px solid #348d45;
    margin-bottom: 0;
}

.post-item {
    border: none;
    padding: 10px 15px;
    background: #fff;
}

.post-date {
    color: #348d45;
}

.bordered-square {
    border: 2px solid green;
    border-radius: 5px;
    padding: 7px 8px;
}

.full-width-lead {
    max-width: 100% !important;
    padding: 10px 15px;
}

.bordered-square + p {
    margin-top: 10px;
}

.text-underline {
    text-decoration: underline;
}

.portfolio-item {
    width: 100%;
    background-color: transparent !important;
}

@media(min-width: 992px) {
    .wrap-develop-platforms {
        display: -webkit-flex; 						/* Safari */
        display: flex;
    }
    .wrap-develop-platforms .box-piattaforma {

    }
    .wrap-develop-platforms .card.card-grey{

    }
}
.card.card-grey {
    margin-top: 57px !important;
}

.wrap-presentation {
    border-bottom: 1px solid #636363;
}
#platforms .wrap-presentation + .container {
    position: relative;
}

/*.wrap-video {*/
/*width: 80%;*/
/*margin: auto;*/
/*}*/
.wrap-video video{
    border: 1px solid #fff;
}

.platform-title {
    padding-left: 40px;
    font-size: 40px;
    margin: 0;
}
/*------------------ TABS - MEDIA OBJECT ----------------*/
#my-page .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
}

#my-page .nav-tabs > li {
    width: 50%;
    display: flex;
    border-bottom: 4px solid #edf8fa;
}

#my-page .nav-tabs > li > a, #my-page .nav-tabs > li > a:hover, #my-page .nav-tabs > li.active > a:focus {
    background-color: #EDF8FA;
}
#my-page .nav-tabs > li.active > a, #my-page .nav-tabs > li.active > a:hover, #my-page .nav-tabs > li.active > a:focus {
    background-color: #6E9FA4;
}

#my-page .nav-tabs > li.active:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -23px;
    left: 30px;
    z-index: 10;

    border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    border-top: 20px solid #edf8fa;
}

#my-page .nav-tabs .title {
    text-transform: uppercase;
}
#my-page .nav-tabs li .title {
    color: #6E9FA4;
}

#my-page .nav-tabs li.active .title {
    color: #fff;
}
#my-page .nav-tabs li .title {
    font-size: 21px;
}
#my-page .nav-tabs li p {
    font-size: 11px;
    line-height: 14px;
}

#my-page .nav-tabs li.active p {
    color: #fff;
}
#my-page .nav-tabs li a {
    padding-bottom: 0;
}
#my-page .nav.nav-tabs li img {
    float: left;
    /*-ms-transform: rotate(-9deg);*/
    /*-webkit-transform: rotate(-9deg);*/
    /*transform: rotate(-9deg);*/
    margin-top: 16px;
    margin-right: 10px;
}

@media(min-width: 1200px) {
    #my-page .nav.nav-tabs li img {
        width: 285px;
    }
}

@media(min-width: 992px) {
    #my-page .nav.nav-tabs li img {
        width: 260px;
    }
}

@media(max-width: 991px) {
    #my-page .nav.nav-tabs li img {
        width: 100px;
    }
}

@media(max-width: 767px) {
    #my-page .nav.nav-tabs li img {
        width: 100%;
        margin-bottom: 20px;
    }
    #my-page .nav-tabs li .title {
        font-size: 18px;
        font-weight: bold;
    }

}

#my-page .tab-pane.active {
    display: flex;
    flex-wrap: wrap;
}

#my-page .tab-pane.active > div {
    display: flex;
    margin-bottom: 15px;
}
#my-page .tab-pane.active .ac-content > div {
     display: flex;
     margin-bottom: 15px;
}

#my-page .tab-content {
    padding: 0 !important;
}

#my-page .tab-content > .tab-pane {
    background-color: #6E9FA4;
    padding: 30px 0 15px 0;
}

#my-page .nav-tabs li p.download {
    position: absolute;
    margin-bottom: 0;
    bottom: 5px;
    right: 20px;
    font-weight: bold;
}

#my-page .tab-content .media-object {
    width: 60px;
}

#my-page .tab-content .media{
    padding: 10px;
    background-color: #fff;
}

#my-page .tab-content .media-object {
    width: 32px;
}

#my-page .tab-content .media-body p {
    font-size: 12px;
    line-height: 13px;
}

.media-footer {
    padding-top: 5px;
    border-top: 1px solid #6E9FA4;
    width: 87%;
    float: right;
}
.media-footer p{
    margin: 0;
    color: #6E9FA4;
}

.close-tab {
    cursor: pointer;
}

/*------------------ PIATTAFORMA COLLABORATIVA ----------------*/
#piattaforma_collaborativa .wrap-content-collaborativa {
    flex-wrap: nowrap;
    display: flex;
    background-color: #3b3c3e;
    /*padding: 20px 0;*/
}
#piattaforma_collaborativa .wrap-content-collaborativa .wrap-video{
    background: rgb(146,150,151);
    background: -moz-radial-gradient(center, ellipse cover, rgba(146,150,151,1) 21%, rgba(60,61,63,1) 55%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(146,150,151,1) 21%,rgba(60,61,63,1) 55%);
    background: radial-gradient(ellipse at center, rgba(146,150,151,1) 21%,rgba(60,61,63,1) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929697', endColorstr='#3c3d3f',GradientType=1 );
}

@media(max-width: 767px) {
    #piattaforma_collaborativa .wrap-content-collaborativa .col-sm-6 col-xs-12 {
        margin-bottom: 20px;
    }

    #piattaforma_collaborativa .wrap-content-collaborativa {
        flex-wrap: wrap;
    }
}

#piattaforma_collaborativa .wrap-content-collaborativa > div {
    display: flex;
    vertical-align: middle;
    flex-wrap: wrap;
    align-items: center;
}

/*------------------ CAROUSEL STORE ----------------*/
#store .owl-stage-outer .product{
    margin-bottom: 0;
}

#store .pluginElement span.dash, .pluginElement span.am {
    font-size: 2em;
}

#store .product .product-image {
    height: 120px;
}

#store .pluginElement .bk-backgroundIcon {
    height: 118px;
}

#store .pluginElement .icon-dashboard-name {
    font-size: 0.7em;
}
#store .owl-theme .owl-dots .owl-dot span::after {
    background-color: #2f7e14;
}
/*------------------ CAROUSEL ----------------*/
.backgroun-image-open {
    background-size: cover;
    background-repeat: no-repeat;
}
.opacity-overlay {
    position: absolute; top:0px; left:0px; width:100%; height:100%;
    background:transparent;
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0) 53%,rgba(0,0,0,0) 74%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0) 53%,rgba(0,0,0,0) 74%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}
@media(min-width: 769px){
    .backgroun-image-open {
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }
}
@media(max-width: 768px){
    .backgroun-image-open {
        min-height: 335px;
    }
    #carousel-platforms .item {
        flex-wrap: wrap
    }
}
#carousel-platforms .item {
    display: flex;
}
#carousel-platforms .item > div {
    position: relative;
}
#carousel-platforms.owl-theme .owl-dots .owl-dot span::after {
    background-color: transparent !important;
}
#carousel-platforms.owl-theme .owl-dots .owl-dot span {
    box-shadow: none !important;
}
.dots-platforms,
#carousel-platforms .owl-dots {
    position: absolute;
    z-index: 100;
    top: -2px;
    right: 0;
    margin-top: 0 !Important;
}

.dots-platforms > .item-dot:hover,
#carousel-platforms .owl-dot:hover {
    background-color: #000 !important;
    color: #fff;
}

.dots-platforms > .item-dot,
#carousel-platforms .owl-dot {
    float: left;
    z-index: 999;
    cursor: pointer;

    height: auto !important;
    width: auto !important;
    background-color: #000 !important;
    border: 1px solid #636363 !important;
    padding: 0 40px;
    color: #fff;
    font-size: 88% !important;
    font-weight: bold;
    /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
    font-family: 'Titillium Web', sans-serif ! important;

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 80% !important;
    margin: 0 !important;
}

@media(max-width: 400px) {
    .dots-platforms > .item-dot,
    #carousel-platforms .owl-dot {
        padding: 0 19px;
    }
}

.dots-platforms > .item-dot.active,
#carousel-platforms .owl-dot.active {
    background-color: #fff !important;
    color: #000;
}

#carousel-platforms .owl-dot:nth-child(1):before {
    content: "OPEN INNOVATION";
}

#carousel-platforms .owl-dot:nth-child(2):before {
    content: "CLUSTER";
}

#carousel-platforms .owl-dot:nth-child(3):before {
    content: "RETI D'IMPRESA";
}

#carousel-platforms .owl-theme .owl-dots .owl-dot span {
    border-radius: 0 !important;
    box-shadow: none !important;
}

#carousel-platforms .owl-theme .owl-dots .owl-dot span::after {
    border-radius: 0 !important;
    background-color: transparent !important;
}

#carousel-platforms .owl-item p {
    font-size: 12px;
    line-height: 15px;
}

.btn-accedi-community {
    width: 100%;
    text-align: center;
    white-space: normal;
    height: auto !important;

}
.item .custom-btn .button, .btn-accedi-community {
    padding: 0 40px !important;
    border-radius: 8px;
    letter-spacing: 0px;
}
#carousel-platforms .owl-dot:not(.active) {
    font-weight: normal;
}
#plugin-list .owl-controls{
    display: none;
}

.wrap-carousel-store {
    background: #fff;
    padding: 40px 80px;
    border-bottom: 3px solid #348d45;
    position: relative;
}
.wrap-carousel-store .navigation-store .nav-left,
.wrap-carousel-store .navigation-store .nav-right{
    font-size: 37px;
    cursor: pointer;
    color: #111;
    position: absolute;
    top: 38%;
    font-weight: bold;
}

.wrap-carousel-store .navigation-store .nav-left:hover,
.wrap-carousel-store .navigation-store .nav-right:hover{
    color: #aba9a9;
}
.wrap-carousel-store .navigation-store .nav-left{
    left: 26px;
}
.wrap-carousel-store .navigation-store .nav-right{
    right: 26px;
}
.wrap-carousel-store .owl-controls{
    position: absolute;
    width: 100%;
    bottom: -74px;
}

.wrap-carousel-store .owl-theme .badge {
    right: -10px;
    top: 0;
}
.wrap-carousel-store .owl-theme .owl-dots .owl-dot span {
    background-color: #aba9a9 !important;
}
.wrap-carousel-store .owl-item .product-image {
    border: 1px solid #000;
}
.navigation-piattaforme .nav-left,
.navigation-piattaforme .nav-right{
    position: absolute;
    cursor: pointer;
    top: 40%;
    color: #fff;
    font-size: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    line-height: 31px;
}
.navigation-piattaforme .nav-right {
    right: -37px;
    padding: 0px 8px 0px 13px;
}
.navigation-piattaforme .nav-left {
    left: -37px;
    padding: 0px 13px 0px 7px;
}

a.disabled,
a.disabled:hover,
button.disabled,
button.disabled:hover {
    opacity: 0.6;
    cursor: not-allowed;
}

.owl-counter {
    padding: 10px 24px;
    margin: 0;
    font-size: 12px;
}

.modal-custom {
    display: none;
}

.modal-custom .product .product-overlay {
    height: 118px;
}

.accordion.radius .ac-item .ac-title {
    color: #fff;
    text-transform: uppercase;
}

.accordion .ac-item .ac-title:before {
    top: 13px;
    font-size: 20px;
}

.accordion .ac-content {
    padding: 15px 0;
}

#develop .row .col-sm-6:nth-child(2n+3){
    clear: none !important;
}

#documenti .media-footer img {
    width: 30px;
    margin-left: 5px;
    margin-top: 3px;
    border: 1px solid grey;
}