/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
  background-image:url(../image/Front_page.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:bottom;
}
body {
	color:#FFFFFF;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  font-weight:300;
  font-size:16px;
  
}

.cella_carousel{
	float:left;
	width:25%;
	background-color:#000;
	height:500px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	
	}

.triangolo {
border-color: transparent #E3E3E3 transparent transparent  ;
border-style: solid;
border-width: 0px 2000px 75px 00px;
height: 0px;
width: 100%;
z-index:20;
position:absolute;
}
	
.triangolo_white {
border-color: transparent #fff transparent transparent  ;
border-style: solid;
border-width: 0px 2000px 75px 00px;
height: 0px;
width: 100%;
z-index:20;
position:absolute;
}
	
.cella_carousel a:hover{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	color:#fff;
	text-decoration:none;
}

.logo_txt{
	font-family: 'Open Sans Condensed', sans-serif;
	color:#C61624;
	font-weight:300;}



.BGD_gray{
	background-color:#E3E3E3;
	border-top:#D2D2D2 1px solid;
	color:#666;}

.BGD_darkgray{
	background-color:#3B3B3B;
	color:#fff;}
	
.BGD_Black{
	background-color:#000;
	color:#000;
	}

.iconsfont{
	font-size:20px;
	text-align:right;
	}

.cella70 {
	background-color:#FFFFFF;
	padding-bottom:30px;
	}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
 
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 2rem;
}


/*
 * Header
 */

.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 300;
  color:#000000;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
  font-size:1.25rem
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
	color:#666;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color:#C61624;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */

.mastfoot {
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 40em) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }

  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }

  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 62em) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }
}
