@font-face {
  	font-family: 'CenturyGothic';
 	 font-style: normal;
	font-weight: normal;
	src: local('FuturaLight'), url('/fonts/CenturyGothic.otf') format('woff');
	src: url('/fonts/CenturyGothic.eot'); /* IE9 Compat Modes */
	src: url('/fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    	 url('/fonts/CenturyGothic.ttf')  format('truetype'); /* Safari, Android, iOS */
 	font-weight: normal;
  	font-style: normal;
}


body {
	font-family: CenturyGothic;
   text-rendering: optimizeLegibility;
   -webkit-font-smoothing: subpixel-antialiased;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-weight: normal;
    font-style: normal;
   color: #101010;
}


p {
    font-size: 1em;
    margin-bottom: 25px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
  text-overflow: ellipsis;
}

.scheda p {
    font-size: 1.5em;
}

.vini a {
	color: #222;
	text-decoration: none;
}

.vini-page a {
	color: #fff;
	text-decoration: none;
}

.scheda p {
	border-bottom: 0 solid #000;
}

.footer p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.form-group .col-sm-10 {
	border-bottom: 1px solid #666;
	padding-right: 0px;
	padding-left: 0px;
}

.form-group:last-child .col-sm-10 {
	border-bottom: 0px solid #666;
}

.form-group label {

    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 200;

}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;

}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
}


.new .card {
	box-sizing: border-box;
	padding: 15px 15px 50px 15px;
	position: relative;
}

.btn-right {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: block;
	background-color: transparent;
	color: #0071bb;
	font-weight: bold;
}

.btn .glyphicon {
    margin-right: 10px;
}

.btn-dark {
    background-color: black;
    color: white;
}

.brown-bg h1, .brown-bg p {
    color: #fff;
}

.breadcrumb-item a, .breadcrumb-item.active {
    text-transform: capitalize !important;
}

.breadcrumb-item.active span {
    text-transform: none;
}

h1 span {
    font-size: 20px;
}

@media screen and (min-width: 768px) {

.footer p {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

}