.menu-lang-list a {
  float: left;
}

.navbar-brand {
	height: auto;
}
#video_fallback{
	display:none;
	width:100%;
}

@media (min-width: 768px) {
	#navbar-main {
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
	}
	#navbar-main li,
	#navbar-main li a {
		float: none;
		display: inline-block;
	}
	.navbar-brand {
		position: relative;
		z-index: 1;
	}
}
/* Height Fixed per Slider su Mobile */
@media (max-width: 768px) {
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
 height:400px;
}

video{
	display:none;
}
#video_fallback{
	display:block;
}


}
/* Codice per Roll-over */
.focus-prodotti .img-block{
	position: relative;
	cursor:pointer;
}

.focus-prodotti .img-block:after{
	position: absolute;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	content: '\A';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
}

.focus-prodotti .blocco:hover .img-block:after{
	opacity: 1;
}

.focus-prodotti .img-block>img{
	width: 100%;
	height: auto;
}

.focus-prodotti .info-block{
	position: absolute;
	top: 0;
	width: 100%;
	display: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: text;
	color: #fff;
	font-size: 16px;
	height: 100%;
	cursor: pointer;
}

.focus-prodotti .blocco:hover .info-block{
	display: block;
}

.focus-prodotti .info-block .inner-table{
	display: table;
	height: 100%;
	width: 100%;
}

.focus-prodotti .info-block h3{
	font-size: 40px;
	margin-bottom: 5px;
}

.focus-prodotti .info-block .inner-content{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	    padding: 0 20px;
}

.focus-prodotti .info-block p{
	color: #fff;
}
/* Topic Content */
@media (min-width: 768px) and (max-width: 1200px) {
.topic-link .contents {
font-size: 14px !important;
}

}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
  margin: 0 auto;
  width: 42px;
  height: 42px;
  position: relative; }
.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }

  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }

  40% {
    opacity: 1; } }

@-webkit-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@-moz-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@-o-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@-ms-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}
.pg-loading-screen .pg-loading-logo-header img {
	  animation: heartbeat 1s infinite;
    max-width: 120px;
    max-height: 120px;
}
body > .inner {
  display: none;
}

body.pg-loaded > .inner {
  display: block;
}

/*PagePilling CSS */
.pp-section {
    height:100%;
    position:absolute;
    width:100%;
}
.pp-easing {
    -webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -moz-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -o-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    /* custom */
}
#pp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#pp-nav.right {
    right: 17px;
}
#pp-nav.left {
    left: 17px;
}
.pp-section.pp-table{
    display: table;
}
.pp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.pp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.pp-slidesNav.bottom {
    bottom: 17px;
}
.pp-slidesNav.top {
    top: 17px;
}
#pp-nav ul,
.pp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#pp-nav li,
.pp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.pp-slidesNav li {
    display: inline-block;
}
#pp-nav li a,
.pp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#pp-nav li .active span,
.pp-slidesNav .active span {
    background: #333;
}
#pp-nav span,
.pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.pp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
}
.pp-tooltip.right {
    right: 20px;
}
.pp-tooltip.left {
    left: 20px;
}
.pp-scrollable{
    overflow-y: scroll;
    height: 100%;
}
.fullwidth-body {
    overflow:hidden;
    margin:0;
    padding:0;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.section-fullwidth{
      background-attachment: fixed;

    background-size: auto 80%;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}
.pp-scrollable .container{
  position: relative;
}
#arrow{
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 0;
    border: 0;
    outline: 0;
    z-index: 100;
    color: #BBB;
    background: transparent;
    -moz-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
    font: 36px Heiti, 'Lucida Grande', Arial;
    font-weight: bold;
}
#arrow span{
    display: inline-block;
    position: relative;
    top: -18px;
    -moz-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
}
#arrow:hover{
    background: #EC008C;
}
#arrow:hover span{
    top: 0;
    color: #FFF;
}

/*From Custom CSS */
section {
  /* margin-top: 10px;*/
}

footer {
  background:#000;
  color:#fff;
  padding: 30px 20px;
  margin-top: 0;
  font-size:14px;
}

footer a{
  color:#fff;
}

footer a:hover{
  color:#00FF18;
  text-decoration:none;
}

footer li{
  border-bottom:1px solid #111;
  list-style:none;
}

.navbar {
  background:#fff;
  border:none;
  margin-bottom:0;
}

#navbar-main {
  font-family:Dosis;
  text-transform:uppercase;
  font-size:24px;
  font-weight:600;
}

#navbar-top {
  font-size:13px;
  font-weight:400;
}

#navbar-top a{
  padding:5px;
}
#navbar-top a:hover{
  color:#FF00F3
}

.breadcrumb {
  padding-bottom:0;
  margin-bottom:10px;
  font-size:16px;
}

.menu-lang-list {
  padding-left:20px;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #00FF18;
}

body {
  font-family:Lato;
  font-weight:300;
  font-size: 19px;
  color:#000;
  background:#f5f5f5;
}

h1, h2, h3, h4 {
  font-family:Dosis;
  text-transform:uppercase;
  font-weight:600;
}

a {
  color:#000;
}

a:hover {
    color: #00FF18;
    text-decoration: none;
}

strong {
  font-weight:700;
}

.inner-table {
    display: table;
    height: 100%;
    width: 100%;
}

.inner-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.carousel-caption {
    top: 0;
    bottom: 0;
    text-shadow:none;
}

.btn1{
    background: transparent;
    padding: 11px 18px;
    border-radius: 30px;
    color: #FFF;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid #fff;
}
.btn1:hover {
 color: #00FF18;
text-decoration:none;
    background: #fff;
}
.btn1 i.fa{
 color:#e7302a;
}

.btn2{
    background: transparent;
    padding: 11px 18px;
    border-radius: 30px;
    color: #ccc;
    min-width:200px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid #ddd;
}
.btn2:hover {
 color: #00FF18;
text-decoration:none;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
}
.btn2 i.fa{
 color:#e7302a;
}
.menu-lang-list {
    display: none !important;
}
@media (max-width: 768px) {
#navbar-top a {
padding-left: 15px;
    font-family: Lato;
    font-weight: 300;
    font-size: 19px;
}
#navbar-top {
}
#navbar-top:after, #navbar-main:after {
    border-bottom: 2px solid #f8f8f8;
    width: 80%;
    padding-top: 10px;
    margin-bottom: -10px;
margin: 0 auto;
}
#carousel-145 img {
display: none;
}
#carousel-145 {
background-image: url('http://web75.managed230.serverclienti.com/terotero_2016/img/original/terotero-side2.jpg');
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
background-position: 50%;
}
.carousel-caption {
    position: initial;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
display: none !important;
}
.item-mobile {
height: 400px;
background-position: 50%;
background-size: cover;
display: block;
}
.inner-content {
        display: table-cell;
    vertical-align: top;
}
}

.owl-theme .owl-nav [class*=owl-] {
color: #fff;
    top: 50%;
    width: 45px;
    height: 82px;
    margin: 0;
    margin-top: -62px;
    opacity: 0.5;
    position: absolute;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav>.owl-next {
    right: -45px;
    background: url('img/original/assets/carousel-arrow-right.png') no-repeat right center !important;
    font-size: 0;
}

.owl-theme .owl-nav>.owl-prev {
    left: -45px;
    background: url('img/original/assets/carousel-arrow-left.png') no-repeat left center !important;
    font-size: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
    text-decoration: none;
    opacity: 0.6;
}
.owl-carousel span.caption {
    background: rgba(0, 0, 0, 0.73);
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
}
video#bgvid {
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto !important;
    z-index: -100;
    background: url(http://web75.managed230.serverclienti.com/terotero_2016/img/original/tero-tero-xmas.gif) no-repeat;
    background-size: cover;
    overflow: hidden;
}
.background-scuro {height: auto !important}
@media (min-width: 768px){
.video .col-sm-12 {height: 700px}
}
@media (min-width: 768px) and (max-width: 1200px){
ul#navbar-main {
    margin-left: -90px;
}
ul#navbar-right {
    margin-right: -25px;
}
}

.sticky{
  margin-top: 80px;
}
.sticky .navbar-default {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    z-index: 99999999;
border-bottom: 1px solid #f5f5f5;
}
.sticky .navbar-default .navbar-brand {
    padding-top: 5px;
    padding-bottom: 0;
transition: 0.3s;
}
.sticky .navbar-default .navbar-brand>img {
    height: 40px;
transition: 0.3s;
}
.sticky .navbar-default .clearfix {
    display: none;
}
.fixed {
    z-index: 101;
    width: 100%;
    margin: 0 auto;
    position: absolute;

}
.bottom-centered {
position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 200px;
}
@media (min-width: 768px){
.type-fullwidth .navbar {background: transparent;}
.fixed a {
    color: #fff !important;
}
}
#arrow:hover {
    background: rgb(0, 255, 24);
}
#section-183 {background-size: cover !important;}
#teroterovideo {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-image: /* our video */;
    background-position: left center;
    background-size: contain;
    object-fit: cover;
    object-position: 0%;
}

.testo-centrato {
    z-index: 99;
    position: absolute;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.grid-sizer{
    width: 25%;
}

/*
 *  CSS per container
 */
@media (min-width: 1600px){
    .container{
        width: 1560px;
    }
}
