
/***** COLORi GUIDA E VAI *****/
body {
  color: #464D54;
}
a, a:focus, a:hover, a:active {
  color: #ff9800;
}
a:hover {
  color: #ff9800;
}
::-moz-selection {
  color: #fff;
  background: #ff9800;
}
::selection {
  color: #fff;
  background: #ff9800;
}
.header-navigation a:hover,
.header-navigation li.current a {
  color: #ff9800;
}
.tb-socio .fa:hover {
  color: #ff9800;
  border: solid 1px #ff9800;
}
.carousel-indicators li.active {
  background: #ff9800;
}
.go2top:hover {
  border: solid 2px #ff9800;
  color: #ff9800;
}
.content h1 strong, .content h2 strong, .content h3 strong, .content h4 strong {
  color: #ff9800;
}
.slider-item-1 .large_bold_white span,
.slider-item-2 .large_bold_white span {
  color: #ff9800;
}
.tp-caption a {
    color: #ff9800;
}
.services-block .fa {
  background: #ff9800;
}
.services-block .fa:after {
  border-top: 9px solid #ff9800;
}
.team-block em {
  color: #ff9800;
}
.portfolio-block .item > a {
  background: rgba(225, 134, 4, 0.85);
}
.choose-us-block .panel-default .accordion-toggle:before {
  background-color: #ff9800;
}
.choose-us-block .panel-default .collapsed:before {
  background-color: #495764;/* black */
}
.choose-us-block .panel-default .panel-title:hover .collapsed:before {
  background-color: #ff9800;
}
.btn-primary {
  background: #ff9800;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #b96e04;
}
.facts-block .item {
  background: rgba(225, 134, 4, 0.92);
}
.pi-price strong {
  background: #ff9800;
}
.pi-price strong:after {
  border-top: 9px solid #ff9800;
}
.pricing-content .list-unstyled li i {
  color: #ff9800;
}
.pricing-footer .btn-default:hover,
.pricing-footer .btn-default:active {
  background: #ff9800;
}
.portfolio-block .item b:hover {
  color: #ff9800;
}
@media (max-width: 1024px) {
  .header-mobi-ext .header-navigation a:hover,
  .header-mobi-ext .header-navigation li.current a{
    background-color: #ff9800;
    color: #fff !important;
  }
}
.header .mobi-toggler:hover {
  background-color: #ff9800;
  border-color: #ff9800;
}

/** COOKIE ENABLER **/
.ce-banner{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dedede;
    padding: 1em 1em 0;
    color: #232323;
    font-size: 0.9em;
    text-align: center;
}

.ce-dismiss, .ce-disable{
    background-color: #333;
    color: #fff;
    text-decoration: none;
    padding: .6em 1em;
    display: inline-block;
    margin: 0 .5em;
}

.ce-disable{
    background-color: #aaa;
}

.ce-dismiss:hover,
.ce-disable:hover{
    background-color: #666;
    color: white;
}

.ce-dismiss{
    position: absolute;

    font-size: .8em;

    right: 1em;
    top: 1em;

    background-color: #ccc;
    color: #333;
}

.logo-funnel {
  margin: 15px auto;
  display: block;
  width: 150px;
}

.full-screen {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
    margin-bottom: 0;
}


.logo {
    margin: 0 auto 30px;
    display: block;
    width: 150px;
}

.content h3.h3-private-videos {
  font: 400 28px "PT Sans Narrow", Arial, sans-serif;
  margin: 0 0 10px;
  text-transform: uppercase;
  text-align: center;
}

#site-header {
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    z-index: 100;
}

#site-logo {
  margin: 10px auto;
  display: block;
}

.content h1:after, .content h2:after {
    z-index: 2;
    content: " ";
    display: none;
    padding-top: 7px;
    border-bottom: 2px solid #b7bbbf;
    width: 73px;
    margin: 0 auto;
}
