/*!
===========================================================================
Tescaroli Creative web agency verona www.francescotescaroli.it - info@francescotescaroli.it
===========================================================================
    #GORILLA EVENTI 2014 - di Mattia Casarin e Paolo Franceschini
	@Author		    Tescaroli Creative
	@Type          CSS3
	@Last Update   5:32 PM Friday, Oct 10, 2014




/* *=*=*=*=*=*=*=*=*=*=*=*=*=*=*= */
/* ========= 5. Contact ========= */
/* *=*=*=*=*=*=*=*=*=*=*=*=*=*=*= */

#my_popup {
	max-height:100%;
	height:100%;
}

#my_popup {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.popup_visible #my_popup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
	
.divide {
	margin-bottom: 5%;
	margin-top: 5%;
}

.moreinfo {
	text-align: center;
	color:#FFF
}

.moreinfo h6 {
	text-transform:uppercase;
	padding: 10px 0;
	font-weight:700
}
	
.moreinfo a {
	color: #CCCCCC;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
}

.lil-border {
	background: none repeat scroll 0 0 #FFFFFF;
	display: block;
	height: 2px;
	margin: 20px auto;
	width: 20px;
}
	
h1.info-h1 {
	color:#000;
	font-size:35px;
	padding:0;
	line-height:50px;
}

.info-h1 small {
	color:#ccc;
	font-weight:300;
	font-size:19px;
}

.info-content {
	padding:0 20px;
}

.info-content p {
	color:#333;
	font-weight:300;
}
	
.error {
	float: right;
	margin: -66px 2px 0 0;
	position: relative;
	top: 0;
}

.error i:before {
	color: #ff0000;
	font-size: 70%;
	vertical-align: top;
	content:"\f071";
	margin-right:10px;
	font-family: FontAwesome;
}
	
ul.alert-gliss {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.error {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.alert-problem {
	color:#FFF;
	background:url(../img/stardust.png) repeat;
	border-color:#FFF;
}

.alert-success {
	color:#FFF;
	background:url(../img/stardust-green.png) repeat;
	border-color:#FFF;
	margin-top:20px;
}
	
.form {
	width: 100%;
	padding: 15px;
	background:rgba(0, 0, 0, 0.5);
	border:1px solid rgba(255, 255, 255, 0.15);
	margin-bottom:25px;
	color:#F2F2F2 !important;
	font-size:13px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.form:hover {
	border:1px solid rgba(255, 255, 255, 0.3);
}

.form:focus {
	color: white;
	outline: none;
	border:1px solid rgba(255, 255, 255, 0.6);
}

.textarea {
	height: 194px;
	max-height: 200px;
	max-width: 100%;
}

.textform {
	height: 20px;
	width:1024px;
	max-height: 250px;
	max-width: 100%;
}

.form-btn {
	width:100%;
	display: block;
	height: auto;
	padding:15px;
	color:#727272;
	text-transform:uppercase;
	letter-spacing:3px;
	background:rgba(0, 0, 0, 0.5);
	border:1px solid rgba(255, 255, 255, 0.15);
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.form-btn:hover {
	background:#CCC;
	color: white;
}

.form-btn:active {
	opacity: 0.9;
}
