#elr_room_id{display: none;}

p{
	font-family: 'Quicksand', sans-serif;
}

.uppercase{

    text-transform: uppercase;
}


.no-padding{
	padding: 0;
}

.carousel-control .icon-prev:before,
.carousel-control .icon-next:before{display: none;}

/* sezione  carosello */
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.bg-primary{
	background-color: #1e422b !important
}

.btn-red{	
	color: #fff;
	font-size: 16px;
    border-radius: 0;
    border: 2px solid #9F0810 !important;
    background-color: #9F0810;
    border-radius: 4px !important;
}

.btn-red:hover{
	color: #9F0810;
	border: 2px solid #9F0810;
    background-color: transparent;
}

/* Background images are set within the HTML using inline CSS, not here */
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#btn-fixed{
	left: 10px;
	bottom: 10px;
    position: fixed;
    z-index: 1050;    
    background: #fff;
    border-radius: 50%;
    padding: 0.8em;
    box-shadow: 0px 3px 10px #333;		
}

#btn-fixed img{
	width: 60px;
}

#tag-fixed{
	left: 60px;
    bottom: 10px;
    position: fixed;
    z-index: 1045;
    color: #fff;
    background: #aa293a;
    box-shadow: 0px 3px 10px #333;
    padding: 0.5em 0.5em 0.5em 2.5em;
    text-transform: uppercase;
}

#tag-fixed p{
	margin: 0;
	padding: 0;
}


/* menu */

.navbar-collapse.in #lingua{
	position: initial;
	color: #000;
	margin: 10px auto 0; 
	width: 80px;
}
.navbar-collapse.in #lingua li{ display: inline-block;}
.navbar-collapse.in #lingua li a{ font-size:16px; }

#lingua{
	position: absolute;
	right: 10px;
}

#lingua li a{
	font-size:14px;
	font-weight: normal;
	padding: 0 10px;
}

#mainNav{
	padding: 10px 0;
}

#user li a{
	min-width: 120px;
	text-align: center;
	margin: 0em .2em;
	border: 1px solid #fff;
}

.navbar-brand{
	padding: 0 0;
}

.navbar-default.affix #user li a{	
	border: 1px solid #ccc;
	-moz-transition: color 500ms;
	-webkit-transition: color 500ms;
    transition: color 500ms;
}

.navbar-default.affix #user li a.login{
	color: #1e422b;
}

.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus{
	font-size: 16px !important;
	color: #fff;
}

.navbar-default.affix .nav#primary>li>a, .navbar-default .nav#primary>li>a:focus{
	color: #1e422b !important;
}

.navbar-default .nav#primary>li>a:hover{
	text-decoration: underline;
}

.navbar-default.affix #user li a.login:hover{
	color: #fff !important;
}

.navbar-default.affix .nav> #primary >li>a:focus:hover,
.navbar-default.affix .nav> #primary >li>a:hover{
	color: #8BC34A !important;
}

a.login{
	background: transparent;
	-moz-transition: border-color 500ms, background 500ms linear;
	-webkit-transition: border-color 500ms, background 500ms linear;
    transition: border-color 500ms, background 500ms linear;	
}
a.sign-up{
	border-color: #AA293A !important;
	background: #AA293A !important;
	color: #fff !important;
	
	-moz-transition: border-color 500ms, background 500ms linear;
	-webkit-transition: border-color 500ms, background 500ms linear;
    transition: border-color 500ms, background 500ms linear;	
}
a.login:hover{
	border-color: #1e422b !important; 
	background: #1e422b !important;
}

/*
a.sign-up:hover{
	border-color: #AA293A !important;
	background: #AA293A !important;
}*/


/* titolo slide */ 

.carousel-indicators li, .carousel-indicators .active{
	width: 100px;
	height: 8px;
	border-radius: initial;
}
.carousel-indicators .active{
	height: 10px;
}

.carousel-caption{
	position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 0;
	text-align:left;
}
@media screen and (min-width: 768px){
	.carousel-caption{
		right: 40%;
		left: 15%;
		padding-bottom:30px;
	}
}

h1.homeHeading,
h2.homeHeading{	
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;

}

#btn-header{
	position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

#btn-header .btn{
	font-size: 16px;
	border-radius: 0;
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 4px;
}

#btn-header .btn:hover{
	border-color: #AA293A;
	background-color: #AA293A;
}

.carousel-caption p{
    font-size: 24px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    /*font-weight: 300;*/
	margin-bottom: 50px;
}

.carousel-caption hr{
	border-color: #fff;
}

.carousel-control{
	text-shadow: initial;
}

.carousel-control.left,
.carousel-control.right{
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%); */
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

/* SEZIONA ABOUT */
#about{
	position: relative;
}

#about p{
	font-size: 22px;
	line-height: 28px;
	font-weight: 100;
}

.cut-bottom {
	content: ' ';
	position: absolute;
	z-index: 150;
	bottom: -80px;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 80px solid transparent;
	border-left: 30px solid #1e422b;
}

/* SEZIONE VIDEO */

#video{
	position: relative;
	min-height: 640px;
}


#bgvid { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url() no-repeat;
    background-size: cover; 
}

/* SEZIONE AREA STAMPA */ 
#news{
	background: url('../img/pattern.jpg') repeat;	
}

#news h3{
	text-align: center;
	color: #fff;
	font-weight: bold;
    text-shadow: 0px 0px 3px #000;
    text-transform: uppercase;
}

#news hr{
	border-color: #1E4238;
}

#news a img:hover{
	z-index: 1;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
    transform: scale(1.2);
	-webkit-transition: 500ms ease-in;
	-moz-transition: 500ms ease-in;
	transition: 500ms ease-in;
}
#news #progetto-eu{
	margin-top:2em;
}

#news #progetto-eu a{
	color:#717171;
	text-decoration:underline;
}
#news #progetto-eu a:hover{
	color:#ffffff;
}

/* SEZIONE PRODOTTO */

.cut-top {
	content: ' ';
	position: absolute;
	z-index: 150;
	top: -80px;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 80px solid #FFF;
	border-left: 30px solid transparent;
}

#prodotto{
	position: relative;
}

#prodotto{
	background: url('../img/prodotto-bg.jpg') no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
}

#prodotto h2, #prodotto h3, #prodotto h4{
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	margin-bottom: 40px;
}

/* SEZIONE PREZZI */
#price{
	background: url('../img/pattern_grey.gif') repeat;
}

#price h2, #price h3, #price h4{
	color: #666;
	font-family: 'Quicksand', sans-serif;
}

/* SEZIONE WINE-BLOCKCHAIN */
#blockchain{
	background: url('../img/pattern_grey.gif') repeat;
}

#blockchain h2, #blockchain h3, #blockchain h4{
	color: #666;
	font-family: 'Quicksand', sans-serif;
}

/* table */


.cell-md.white{
	background: rgba(0, 0, 0, 0.2);	
}

.cell-md.grey{
	background: rgba(127, 127, 127, 0.2);	
}

.desc{
	display: table;
    height: 60px;
    text-align: left;
}
.desc h4{
	display: table-cell;
    vertical-align: middle;
}

sup {
	vertical-align: middle;
}

#prezzi div{
	text-align: center;
	vertical-align: middle;	
	padding: 0 0;
}
#prezzi h2{
	padding: 20px 0; 
	margin: 0;
	color: #fff;
	font-size: 20px;  
	text-transform: uppercase; 
	letter-spacing: 0.15em;
	
}
#prezzi h4{
	margin: 0 0;
	color: #666;
	cursor: auto;
	vertical-align: middle;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
}

#prezzi i{
	padding: 20px 0; 
	color: #29AA44;
    font-size: 20px;
    display: inline-block;
    border-radius: 8px;
}

#prezzi i#nocheck{
	color: rgba(90, 90, 90, 0.3);
}

#prezzi .white{	background: rgba(0, 0, 0, 0.2);	}

#prezzi .grey{background: rgba(127, 127, 127, 0.2);	}

#prezzi .plan-price{
	color: #fff;
    font-size: 3em;
    font-weight: 800;
    letter-spacing: 0;
}

#prezzi sup{
	position: relative;
    left: -10px;
    FONT-SIZE: 3em;
    color: #fff;
}

#prezzi sub {
	vertical-align: bottom;
	position: relative;
	bottom: .875em;
	font-size: 1em;
	color: #fff;
}
#prezzi h5.color-first{
	font-family: 'Open Sans', sans-serif;
	margin: 0 0;
	padding: 2em 0 1em 0;
}

#prezzi a .box-btnprice {
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: #AA293A;
    padding: 1em 3em;
    font-size: 1.25em;
	color: #fff;
}

#prezzi a .box-btnprice.dark{background: #c13547;}

/* fine tabella prezzi */

.btn-price{
	border-color: #9F0810;
	background-color: #9F0810;
	border-radius: 0px !important;
	padding: 1em 3em;
}

.btn-price a{
	color: #fff;		
}

.layer {
	clear: both;
	width: 100%;
	height: auto;
	padding: 60px 7.5% 60px;
	display: block;
}

.layer > section, .layer > article {
	clear: both;
	width: 100%;
	height: auto;
	max-width: 1092px;
	margin: 0 auto;
	display: block;
}

.third {
	width: 27.95%;
	margin: 0 30px;
	display: inline-block;
}

.plan-tier {
	background: white;
	vertical-align: baseline;
	cursor: pointer;
	overflow: hidden;
}

.lift {
	border-radius: 3px;
	border: 1px solid #333;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,.5);
	text-align: center;
	position: relative;
	-webkit-transition: all .075s ease-out;
	-moz-transition: all .075s ease-out;
	-o-transition: all .075s ease-out;
	transition: all .075s ease-out;
}

.lift:hover { top: -3px; }

.color-first{ background-color: #1e422b; }

.color-first.dark{ background-color: #2b5a3c;}

.color-second{ background-color: #eee; }


a .box-btnprice {
	font-family: 'Open Sans', sans-serif;
	/*font-weight: 700;*/
    text-transform: uppercase;
    background: #AA293A;
    padding: 1em 3em;
    font-size: 1.25em;
	color: #fff;
}

a .box-btnprice.dark{background: #c13547;}

/* FEATURES */

#features h2{
	color: #1E4238;
	font-family: 'Quicksand', sans-serif;
	margin-bottom: 40px;
}
#features p{
	text-align: center;
	font-size: 14px;
	font-family: 'Quicksand', sans-serif;	
}

#features h3{
	font-size: 20px;
}

/* SEZIONE CONTATTI */
#contact{
	background: url('../img/contatti-bg.jpg') no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
}

#form-contatto{
	min-height:480px;
	color:#fff;	
	background:rgba(0,0,0,0.2);
	border-radius: 3px;
	padding:30px 50px;
}

#form-contatto h4{
	margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 0px 0px 3px #000;
}

#form-contatto .form-control.form-white:focus{
	background: rgba(255, 255, 255, 0.2);
}

#form-contatto p{
	color: #fff;
	font-family: 'Quicksand', sans-serif;
}

#slogan h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
    color: #f7f7f7;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
	margin-bottom: 1em;
}

#slogan h2 span{
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Quicksand', sans-serif;*/
    font-size: 50px;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0,0,0,1);
}

.btn.btn-light{
	color: #fff;
	font-size: 16px;
    border-radius: 0;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 4px;
}

.btn.btn-dark{
	color: #999;
	font-size: 16px;
    border-radius: 0;
    border: 2px solid #999;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 4px;
}

.btn.btn-light:hover, .btn.btn-dark:hover {
	color: #fff;
	background-color: #AA293A;
    border-color: #AA293A;
}

#social-icon{
	margin:2em 0 0 0;
	padding:0;
}

#social-icon li{
	display:inline-block;
	margin: 0 10px;
}

#social-icon li a{
	border: 1px solid #fff;
    width: 60px;
    height: 60px;
    color: #fff;
	background: rgba(0,0,0,0.5);
    display: block;
    font-size: 20px;
    line-height: 55px;
}

#social-icon li a:hover{
	background: #fff;
	color: #AA293A;
}

/*-- FOOTER --*/

footer{
	text-align: center;
	margin:0;
	padding:20px 0;
	color:#9E9E9E;
	background-color: #212121;
}
footer p{
	font-family: 'Quicksand', sans-serif;
	margin: 0 0;
	font-size: 14px;
}
footer a{
	color: #dedede;
}

footer a:hover{
	color:#1E423A;
}




/* Popup */
.modal {
	font-family: 'Quicksand', sans-serif;
	padding: 0 25px !important;
}

.modal h3.white{
	font-size: 1.5em;
	line-height: 1.5em;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
}

.modal-dialog {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.modal-popup {
	position: relative;
	padding: 45px 30px;
	text-align: center;
	background: url('../img/popup.jpg') no-repeat ;
	background-size: cover;
	box-shadow: none;
	border-radius: 2px;
}

.modal-popup a.close-link {
	font-size: 22px;
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
}

.popup-form {
	width: 90%;
	max-width: 375px;
	margin: 60px auto;
}

.popup-form .form-control {
	margin: 20px 0;
}

.popup-form .form-control.dropdown {
	text-align: left;
}

.popup-form .form-control.dropdown:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	display: inline-block;
	float: right;
	color: white;
}

.popup-form .dropdown .dropdown-menu {
	top: 65px;
	width: 100%;
	padding: 0;
	border: 2px solid white;
	border-top: 0;
	border-radius: 0;
	background: white;
	box-shadow: none;
}

.popup-form .dropdown .dropdown-menu li {
	font-size: 16px;
	width: 100%;
	background: transparent;
}

.popup-form .dropdown .dropdown-menu li a {
	width: 100%;
	padding: 15px 30px;
	color: #00a8ff;
}

.popup-form .dropdown .dropdown-menu li:hover a {
	color: #fff;
	background: #00a8ff;
}

/* Form Control */
#success, #success-trial{
	top: -10px;
	position: absolute;
    z-index: 100;
    width: 100%;
}
/* box InvioEmail piede*/
#success .alert-success{ 
	height: 410px;
	background-color: rgba(30, 66, 56, 0.95);
    border-color: #2e6858;	
	color: #fff;
	padding: 50px 20px;
	font-family: 'Open Sans', sans-serif;	
	font-size: 22px;
	font-style: italic;
}

#success .close, #success-trial .close {
	position: absolute;
	font-size: 2em;
	top: 10px;
	right: 20px;
	color: #fff;
	font-weight: normal;
	float: none;
	opacity: .6;	
}
#success .close:hover, #success-trial .close:hover{
	opacity: 1;
	color: #fff;
}

/* box InvioEmail trial */
#success-trial .alert-success{ 
	height: 300px;
	background-color: rgb(143, 197, 77);
    border-color: rgb(165, 225, 92);	
	color: #fff;
	padding: 50px 20px;
	font-family: 'Open Sans', sans-serif;	
	font-size: 22px;
	font-style: italic;
}

#success_message{ display: none;}

.form-control {
	font-size: 18px;
	position: relative;
	left: 0;
	height: auto;
	padding: 20px 30px;
	border: 1px;
	border-radius: 0;
	box-shadow: 0;
}

.form-control.form-white {
	font-family: 'Quicksand', sans-serif;
	color: #fff;
	border: 1px solid white;
	background: rgba(0, 0, 0, 0.20);
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.form-control.form-white::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.form-control.form-white:-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.form-control.form-white::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.form-control.form-white:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.form-control.form-white:focus {
	background: rgba(255,255,255,0.2);
}

#contactTrial p, 
#contactForm p{
	font-size: 12px;
    color: #fff;
}

#contactTrial p a, 
#contactForm p a{
	color: #fff;
	text-decoration: underline;
}

.btn.btn-submit {
	/*font-family: 'Roboto', sans-serif;*/
	border-radius: 0;
	width: 100%;
	padding: 15px 30px;
	font-size: 20px;
	text-transform: uppercase;
	/*margin-top: 30px;*/
	color: #1E4238;
	border: 2px solid #fff;
	background: #fff;
}

.btn.btn-submit:focus {
	font-weight: bold;
}

.btn.btn-submit:hover {
	color: #AA293A;
	background: #fff;
}

.navbar-toggle{
	margin-right: 10px;
}

header#team h2,
header#team h3,
header#team h4{
	font-family:'Open Sans', sans-serif;
	font-weight: 700;
    text-transform: uppercase;
	margin: 0 0;
}

header#team h2{
	font-size: 2.8em;
}

.prima-riga, .seconda-riga{ 
	padding: 15px 0;
}
header#team img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	border: 2px solid #fff;
	margin-bottom: 10px;
}
header#team .prima-riga img{
	width: 40%;
}

header#team .seconda-riga img{
	width: 40%;
}

header#team .titolo{
	margin: 5em 0 0 0 ;
}


@media screen and (max-width:767px){
	#video{	min-height: 440px;}
	
	#user a.sign-up{color: #fff !important;}
	#user a.login{
		color: #fff !important;
		border-color: #1e422b !important;
		background: #1e422b !important;
	}	
	.clear-mobile{clear: both;}
		
	.cut{display: none;}
	
	#btn-fixed, #tag-fixed{display: none;}
	
	#mainNav{
		padding: 0;
	}
	a.navbar-brand.page-scroll{
		width: 70%;
		margin-top: 10px;
		margin-left: 5px;
	}
		
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form{background: #f2f2f2;}
	
	.navbar-default .nav>li>a,
	.navbar-default .nav>li>a:focus{color: #333 !important;}
		
	h1.homeHeading, h2.homeHeading{ font-size: 28px; }
	.carousel-caption p{ font-size: 20px; line-height: 22px; }
	#btn-header{ display: none; }
	
	.fill{ background-position: center right; }
	.fill.left{ background-position: center left; }
	
	#form-contatto{ padding: 30px 30px; }
	
	.modal h3.white{ font-size: 1.2em; }
	
	#prezzi h2{ font-size: 10px; }
	#prezzi h4{	font-size: 10px; }	
	#prezzi h5.color-first{padding: 1em 0em 0.5em; min-height: 70px;}
	#prezzi sup{ left: -3px;font-size: 1.6em;}
	#prezzi .plan-price{font-size: 2em;}
	.btn.btn-dark{ font-size: 12px; padding: 15px 12px; }
	
	#prezzi h5 .plan-price.title{font-size:18px !important;}
	
	#no-mobile{display:none;}
}

@media screen and (min-width:544px){
	#only-mobile{
		display: none;
	}
}

@media screen and (min-width:768px){	
	.navbar-default{
		border-color: rgba(255,255,255,0) !important;
	}
	
	.navbar-default.affix{
		background-color: rgba(255, 255, 255, 0.95) !important;
		border-color: rgba(34,34,34,.05) !important;
		box-shadow: 0px 4px 4px rgba(33,33,33,0.2);
	}
	
	
	#prezzi h5.color-first{	min-height: 90px; }
	
}

@media screen and (min-width:768px) and (max-width:961px){
	#prezzi h4{font-size: 16px;  padding: 0 0;}
	#prezzi .color-first .plan-price.title{font-size: 2em;}
}

@media screen and (min-width:768px) and (max-width:1025px){
	#primary li a{
		font-size: 14px !important;
		padding: 15px 5px;
	}
	#user{
		display: none;
	}
	
}

@media screen and (min-width:1280px) {
	#prezzi h4{padding: 0 10px;}
}

@media screen and (min-width: 1920px){
	h1.homeHeading, h2..homeHeading{
		font-size: 5em;
		
	}
	.carousel-caption p{
		font-size: 2.5em;
	}
	
}
