body {
    background-color: #2b2b2b;
    background-repeat: repeat;
}

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat-ExtraBold.otf')  format('opentype'),
	     url('../fonts/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat-ExtraBold.ttf')  format('truetype'), url('../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Montserrat-UltraLight';
  src: url('../fonts/Montserrat-UltraLight.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat-UltraLight.otf')  format('opentype'),
	     url('../fonts/Montserrat-UltraLight.woff') format('woff'), url('../fonts/Montserrat-UltraLight.ttf')  format('truetype'), url('../fonts/Montserrat-UltraLight.svg#Montserrat-UltraLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat-Black.otf')  format('opentype'),
	     url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf')  format('truetype'), url('../fonts/Montserrat-Black.svg#Montserrat-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
.gray-image {
      opacity: 0.34;
    
 filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    transition: all 0.5s ease;
}
.gray-image:hover {
      opacity: 1;
   transition: all 0.5s ease;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
.sidebar-search-wrapper{
    min-height: 80px;
}
.page-sidebar, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
    background-color: #353535;
}
.page-sidebar .page-sidebar-menu > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
    border-top: 1px solid #2e2e2e;
    color: #fff;
}
.label-success {
    background-color: #23b80b;
}
.pdl-0{
    padding-left: 0px !important;
}
.mt-comment-img-forum{
    margin-bottom: 10px;
}
.border-bottom{
    border-bottom: 1px solid #dcdcdc;
    padding-top: 7px;
}
.mt-comments .mt-comment {
    margin: 0;
    padding: 10px;
}
.mt-minus-20{
    margin-top: -20px !important;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-10{
    margin-top: 10px;
}
.mt-1{
    margin-top: 1px;
}
.mt-7{
    margin-top: 7px;
}
.mt-9{
    margin-top: 9px;
}
.box-header{
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
}
.bg-facebook{
    background-color: #3b579d;
    color: white;
    padding:3px;
}
.bg-twitter{
    background-color: #1da1f2;
    color: white;
    padding:3px;
}
.bg-instagram{
    background-color: #c72260;
    color: white;
    padding:3px;
}
.page-sidebar .page-sidebar-menu > li.heading > h3, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.heading > h3 {
    color: #dd3244;
}
.page-sidebar .page-sidebar-menu > li.open > a, .page-sidebar .page-sidebar-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a {
    background: #2b2b2b none repeat scroll 0 0;
    color: #b4bcc8;
}
.page-header.navbar-white {
    background-color: #fff !important;
}
.page-header.navbar .page-logo-home {
   display: block;
    left: 0;
    margin-left: 20px;
    margin-right: auto;
    max-width: 100%;
    position: absolute;
    margin-top: 10px;
}
.page-header-fixed .page-container {
    margin-top: 75px;
}
.page-header.navbar .top-menu {
    float: right;
    margin-top: 10px;
}
.page-header.navbar{
    min-height: 75px;
    height: 75px;
}
.section-header{
    background-image: url(../img/bg-header.gif);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bg-shadow-header{
    background-image: url(../img/bg-shadow-box-header.png);
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    left: 50%;
    margin-right: auto;
    margin-left: -629px;
    width: 629px;
    min-height: 39%;
}
.carousel-control {
    width: 3%;
}
.page-header.navbar {
    background-color: #2b2b2b;
}
.title-header{
    font-size: 63px;
    line-height: 50px;
    font-family: 'Montserrat-Black';
    font-style: normal;
    text-transform: uppercase;
}
.title-header-big{
    font-size: 100px;
    line-height: 73px;
    font-family: 'Montserrat-Black';
    font-style: normal;
    text-transform: uppercase;
}
.one-edge-shadow {
	-webkit-box-shadow: 0px 0px 26px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 26px -7px rgba(0,0,0,0.75);
box-shadow: 0px 0px 26px -7px rgba(0,0,0,0.75);
}
.display-none-mobile{
    display: inline;
}
.title-small-header{
    font-size: 30px;
    line-height: 27px;
    color: white;
    font-family: 'Montserrat-ExtraBold';
    font-style: normal;
    text-transform: uppercase;
}
.title-section{
    font-size: 30px;
    padding-bottom: 8px;
    font-family: 'Montserrat-UltraLight';
    text-transform: uppercase;
}
.title-section.hr-center::after{
    background-color: #c20447;
    content: "";
    display: block;
    height: 1px;
    margin-top: 5px;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    
}
.sub-title-header{
    font-size: 23px;
    line-height: 29px;
    color: white;
    font-family: "Montserrat-UltraLight";
    margin-top: 20px;
}
.red{
    color: #dd3244;
}
.section-gray{
    background-color: #353535;
    padding-top: 0px;
    padding-bottom: 20px;
}
.section-red{
    background-color: #dd3244;
    padding-bottom: 0px;
    padding-top: 0;
    position: relative;
    z-index: 0;
}
.pos-custom{
    position: relative;
    top: 40px;
    z-index: 1;
}
.section-white{
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-gray-white{
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1;
}
.img-custom{
    max-width: 100%;
    display: block;
    margin: auto;
}
.scroll-to-top > i {
    color: #dd3244; 
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
    display: inline-block;
    float: left;
    height: auto;
    margin-right: 5px;
    margin-top: -5px;
    margin-left: 5px;
}
.navbar-nav {
    display: inline-block;
    float: none;
    margin: auto;
    text-align: center;
}
.navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
}
.panel-default {
    border: 0;
}
.br-left{
    border-right: 1px solid #f0f0f0;
    padding-right: 15px !important;
}
.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #ddd;
    color: #333;
}
.panel-title {
    font-family: 'Montserrat-Black';
    color: #353535;
    font-size: 60px;
    margin-top: 0;
    text-transform: uppercase;
}
.panel-title-form {
    color: #353535;
    font-size: 14px;
    font-weight: 200;
}
.navbar-toggle .icon-bar {
    background: white none repeat scroll 0 0;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
.navbar-toggle {
    background-color: #dd3244;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 20px;
    padding: 9px 10px;
    position: relative;
}
label {
    font-weight: 200;
}
.panel-title-form a {
    color: #353535;
}
.panel-form {
    border-top: #dedede dotted 1px !important;
     padding: 0;
}
.box-lover{
    margin-top: 60px !important;
}
.page-sidebar .sidebar-search .input-group, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search .input-group {
    border-bottom: 1px solid #435060;
}
.control-label {
    font-size: 16px;
    font-weight: 600;
    margin-top: 1px;
}

.form-wizard .steps {
    margin-bottom: 15px;
    padding: 0;
}
.form-wizard .steps > li.ok > a.step .number {
    background-color: #e7505a;
    color: #fff;
}
.form-wizard .steps > li.ok > a.step .desc {
    color: #333;
}
.input-daterange .input-group-addon {
   background-color: #dd3244;
    color: #fff;
    font-size: 14px;
}
.portlet.light {
    background-color: #fff;
    padding: 0 20px;
}
.form-wizard .steps > li.active > a.step .number {
    background-color: #dd3244;
    color: #fff;
}
.form-wizard .steps > li > a.step > .number {
    background-color: #eee;
    color: white;
}
.form-wizard .steps > li > a.step > .desc, .form-wizard .steps > li > a.step {
    color: #eee;
}
.form-md-checkboxes > label {
    font-size: 16px;
    font-weight: 600;
}
.md-checkbox label > .check {
    border-color: -moz-use-text-color #333 #333 -moz-use-text-color;
}
.input-group-addon {
    background-color: #dd3244;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}
.badge {
    border-radius: 12px !important;
    color: #fff;
    font-size: 11px !important;
    font-weight: 300;
    height: 15px;
    padding: 3px 6px;
    text-align: center;
    text-shadow: none !important;
    vertical-align: middle;
}
.badge-active {
    background-color: #4cdd49;
}
.badge-in-valutazione {
    background-color: #f6ff00;
}
.badge-proposte {
    background-color: #ff7e00;
}
.badge-rifiutate {
    background-color: #ff0000;
}
.badge-chiuse {
    background-color: #313ae7;
}
a:hover{
    color: #dd3244;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion .panel .panel-title-form .accordion-toggle.accordion-toggle-styled {
    background: url("../img/accordion-plusminus-small.png") no-repeat scroll 189px -39px;
    margin-right: 15px;
    padding-right: 106px;
}
.accordion .panel .panel-title-form .accordion-toggle.accordion-toggle-styled.collapsed {
    background-position: 189px 0px;
}
.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
    background: url("../img/accordion-plusminus.png") no-repeat scroll right -55px;
    margin-right: 15px;
}
.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed {
    background-position: right 32px;
}
.txt-md{
    font-size: 16px;
}
.txt-sm-montserrat{
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat-Black';
}
.font-weight-800{
    font-weight: 800;
}
.bg-red{
    background-color: #dd3244;
    padding: 3px;
}
.info-legenda {
    background-color: #eef1f5;
    padding:7px;
}
.white{
    color: white;
}
#owl-portfolio-item .owl-controls {
    bottom: -45px;
    left: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
}
a {
    color: #dd3244;
    text-shadow: none;
}

.black{
    color: #353535 !important;
}
#logo-desktop {display:block;}
#logo-mobile {display:none}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    background-color: #;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle:hover {
    background-color: transparent;
}
.mt-mobile{
    margin-top: 10;
}
.cont-bounce {
 position: absolute;
 bottom: 30px;
 left: 50% ;
 width: 30px;
 height: 60px ;
 margin-left:-15px;
 border: 2px solid #fff;
 -webkit-border-radius:16px !important;
 -moz-border-radius:16px !important;
 -ms-border-radius:16px !important;
 border-radius:16px !important;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover, .page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
    background-color: #ffffff;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown {
    height: 64px;
}
.btn-facebook {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.btn-social {
    overflow: hidden;
    padding-left: 18px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dashboard-stat2 .display .number {
    height: 48px;
    padding: 15px 12px;
    width: 100%;
    margin-bottom: 1px;
}
.bg-green {
    background-color: #32c5d2;
}
.bg-grey {
    background-color: #c3c3c4;
}
.font-red-sunglo {
    color: #dd3244 !important;
}
.dashboard-stat2 {
    background: none;
    border-radius: 4px;
    padding: 0;
}
.font-orange{
    color: #fd8f00;
}
.font-purple{
    color: #cd21c7;
}
.box-performance{
    position: absolute;
    bottom:204px;
    right: 0px;
}
.login-options {
    margin-top: 10px;
}
.bordered-bottom {
    border-bottom: 1px solid #eef1f5;
}
.mt-5{
    margin-top: 5px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-70{
    margin-top: 70px !important;
}
.mt-100{
    margin-top: 100px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.pd-20{
    padding-bottom: 20px !important;
}
.pt-20{
    padding-top: 20px !important;
}
.padding-30{
    padding: 30px !important;
}
.bg-red-select {
    background: #dd3244 none repeat scroll 0 0 !important;
}
.bg-red-no-select {
    background: #e7505a none repeat scroll 0 0 !important;
}
.font-white-cascade {
    color: #fff !important;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #dd3244;
    color: #fff;
}
.mt-element-step .step-thin .mt-step-number {
    border-radius: 50% !important;
    float: left;
    font-size: 15px;
    margin: auto;
    padding: 10px 14px;
}
.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}
.page-header.navbar .page-logo > .logo-image, .page-header.navbar .page-logo > a {
    display: inline-block;
    margin-left: 0px;
    margin-top: 10px;
}
.quick-nav {
    margin-top: -251px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    background-color: none;
}
.page-footer .page-footer-inner {
    color: #fff;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > .langname, .page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username, .page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > i {
    color: #dd3244;
}
.btn.btn-outline.white-sharp {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #fff;
    color: #fff;
}
.bounce {
 position: absolute;
 bottom: 11px;
 left: 32% ;
 animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}
.navbar-nav-footer {
   display: inline-block;
    float: none;
    margin: auto;
    text-align: center;
}
 .navbar-nav-footer > li {
    float: left;
}
.riga-zig-zag{
    margin-bottom:20px;
    text-align: left;
    width: 79px;
    height: auto;
    left:15px;
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-30px);}
 60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-30px);}
 60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-30px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-30px);}
 60% {transform: translateY(-15px);}
}
.logo-home{
  animation: logo-home-entrata linear 0.8s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: logo-home-entrata linear 0.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: logo-home-entrata linear 0.8s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: logo-home-entrata linear 0.8s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: logo-home-entrata linear 0.8s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}
@keyframes logo-home-entrata{
  0% {
    transform:  translate(0px,-62px)  ;
  }
  15% {
    transform:  translate(0px,-25px)  ;
  }
  30% {
    transform:  translate(0px,0px)  ;
  }
  45% {
    transform:  translate(0px,-15px)  ;
  }
  60% {
    transform:  translate(0px,0px)  ;
  }
  75% {
    transform:  translate(0px,-5px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes logo-home-entrata{
  0% {
    -moz-transform:  translate(0px,-62px)  ;
  }
  15% {
    -moz-transform:  translate(0px,-25px)  ;
  }
  30% {
    -moz-transform:  translate(0px,0px)  ;
  }
  45% {
    -moz-transform:  translate(0px,-15px)  ;
  }
  60% {
    -moz-transform:  translate(0px,0px)  ;
  }
  75% {
    -moz-transform:  translate(0px,-5px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes logo-home-entrata {
  0% {
    -webkit-transform:  translate(0px,-62px)  ;
  }
  15% {
    -webkit-transform:  translate(0px,-25px)  ;
  }
  30% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  45% {
    -webkit-transform:  translate(0px,-15px)  ;
  }
  60% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  75% {
    -webkit-transform:  translate(0px,-5px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes logo-home-entrata {
  0% {
    -o-transform:  translate(0px,-62px)  ;
  }
  15% {
    -o-transform:  translate(0px,-25px)  ;
  }
  30% {
    -o-transform:  translate(0px,0px)  ;
  }
  45% {
    -o-transform:  translate(0px,-15px)  ;
  }
  60% {
    -o-transform:  translate(0px,0px)  ;
  }
  75% {
    -o-transform:  translate(0px,-5px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes logo-home-entrata {
  0% {
    -ms-transform:  translate(0px,-62px)  ;
  }
  15% {
    -ms-transform:  translate(0px,-25px)  ;
  }
  30% {
    -ms-transform:  translate(0px,0px)  ;
  }
  45% {
    -ms-transform:  translate(0px,-15px)  ;
  }
  60% {
    -ms-transform:  translate(0px,0px)  ;
  }
  75% {
    -ms-transform:  translate(0px,-5px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}
@media only screen and (max-width : 992px) {
    .panel-title {
    font-size: 45px;
}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .pos-custom{
    position: relative;
    top: 20px;
    z-index: 1;
}
    .display-none-mobile{
    display: none;
}
    .navbar-nav-footer {
    float: none !important;

}
    .page-header.navbar .top-menu .navbar-nav > li {
    float: left;
    width: 100%;
}
    .page-header.navbar .top-menu {
    float: left;
    margin-top: 10px;
    width: 100%;
}
    .page-header.navbar .top-menu {
    background-color: #ffffff;
}
    .navbar-nav {
    display: inline-block;
    float: left !important;
    margin: auto;
    text-align: center;
}
    .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    margin-top: 15px;
}
    .page-header.navbar .top-menu .navbar-nav {
    display: block;
    margin-right: 20px;
    padding: 0;
    width: 100%;
}
    .page-header.navbar .top-menu .navbar-nav > li.dropdown-language .dropdown-toggle .langname, .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle .username.username-hide-on-mobile {
    display: inline;
}
    .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:last-child {
    padding-right: 0;
    text-align: left;
}
    .br-left {
    border-bottom: 1px solid #f0f0f0;
    border-right: 0px solid #f0f0f0;
    padding-right: 15px !important;
}
    .box-performance {
    bottom: 0px;
    position: relative;
    right: 0;
}
     #logo-desktop {display:none;}
#logo-mobile {display:block;}
    .page-header.navbar .page-logo > .logo-image, .page-header.navbar .page-logo > a {
    margin-left: 0;
        margin-top: 5px;
}
     .title-header-big{
    font-size: 95px;
    line-height: 33px;
}
}
@media only screen and (max-width : 480px) {
     .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    background: none;
}
    .page-header.navbar .page-logo > .logo-image, .page-header.navbar .page-logo > a {
    margin-left: 0;
        margin-top: 5px;
}
    .cont-bounce {
 display: none;
}
    .mt-mobile{
    margin-top: 10px;
}
    .panel-title {
    font-size:  27px;
        line-height: 36px;
}
    .bg-shadow-header {
    background-image: none;
}
    #logo-desktop {display:none;}
#logo-mobile {display:block;}
    .box-header {
    padding: 20px 9px;
}
    .sub-title-header {
    font-size: 17px;
    line-height: 21px;
    margin-top: 8px;
}
    .title-header-big{
    font-size: 48px;
    line-height: 48px;
}
    .title-header {
    font-size: 30px;
    line-height: 29px;
}
   .page-header.navbar .page-logo-home {
   margin-top:5px;
}
}

/* CREAZIONE CAMPAGNA */
.md-radio label > .check {
    background: #666;
  }
 
.area {
	padding-bottom:12px;
}

.mt-element-step .step-thin .mt-step-col {
    padding-bottom: 14px;
}

.mt-element-step .step-thin .iconbox{
	padding: 14px 14px;
}

.mt-element-step .step-thin .mt-step-title{
	margin-top:0px;
}

#data-form label > .no-padding{
	margin-top:-5px;
	padding-right:5px;
}

#budget .panel{
	margin-bottom:0px;
}

#budget a:link,#budget a:hover,#budget a:visited,#budget a:active{
	text-decoration:none;
}

/* GRAFICI */

#site_statistics,#site_earned,#site_activities,#site_target,#site_target_pre,#site_fascia,#site_chart{
	overflow: hidden;
	/*height: 456px;*/
	height: 520px;
	width: 100%;
	font-size: 14px;
	/*margin-top: 20px;*/

}
#site_chart{
	margin-top: 20px;

}

#empty_site_statistics,#empty_site_earned,#empty_site_activities,#empty_site_chart,#empty_site_target,#empty_site_fascia{
	display:none;
}

#empty_site_statistics img,#empty_site_earned img,#empty_site_activities img,#empty_site_chart img,#empty_site_target img,#empty_site_fascia img{
	max-width: 100%;
}

div.loading_chart{
	padding:20px;
	height: 520px;
}

a.white:link,a.white:hover,a.white:visited,a.white:active{
	color:#ffffff;
}

