/******** COMMON CSS *********/

#app2u_contact{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:100px;

} 
.parallax2 {
	background: url('../img/rio_sfw.jpg') no-repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax2 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax2 { background-size: cover!important; background-attachment: scroll; background-position: top center!important; background-attachment: scroll!important; }
}

.contact-wrap{
	position: relative; 
	margin: 0 auto;
	overflow:hidden;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:40px;
	padding-right:40px;
	background:rgba(0,0,0,.4);
} 
.contact-wrap h6{
	padding-bottom:25px;
	text-align:center;
} 
.contact-wrap p{
	padding-bottom:30px;
	text-align:center;
	color:#fff;
	opacity:.8;
} 
.contact-wrap p span{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 20px;
	line-height: 20px;
	text-transform:uppercase;
	padding-right:10px;
	font-weight: 800;
}
.icon-contact1{
	font-family: 'FontAwesome'; 
	font-size: 20px;
	line-height: 20px;
	text-align:center;
	z-index:6;
	padding-right:10px;
} 

.contact-wrap p:last-child{
	padding-bottom:0;
} 
#ajax-form {
	width: 100%;
	font-family: 'OpenSans-Light-webfont';
	font-size: 10px;
	line-height:14px;
	color:#fff;
	margin:0 auto;text-transform:uppercase;
}
#app2u_contact label {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:32px;
}
#app2u_contact input{
	width: 96%;
	border:none;
	margin-bottom:10px;
	font: 13px/22px 'Open Sans', sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	background: rgba(0,0,0,0);
}
#app2u_contact textarea {
	width:96%;
	font: 13px/22px 'Open Sans', sans-serif;
	height:90px;
	margin-top:2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border:none;
	background: rgba(0,0,0,0);
}
#app2u_contact .error {
	font: 10px/22px 'Open Sans', sans-serif;
	text-transform:uppercase;
	display: none;
	color:#fff;
}
#ajaxsuccess {
	height:60px;
	display: none;
	padding-left:10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 20px;
	line-height: 26px;
	text-transform:uppercase;
	padding-right:10px;
	font-weight: 800;
	text-align: center;
}
#button-con {
	position:relative;
	text-align:center;
	width: 100%;
	margin:0 auto;
	margin-top:10px;
}
#button-con button{
	width:100%;
	height:40px;
	padding-top:0;
	margin:0 auto;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height:40px;
	color:#fff;
	background: rgba(0,0,0,.4);
	text-transform:uppercase;
}
#button-con button:hover{
	background: rgba(0,0,0,.6);
}
#button-con button:focus{ 
	outline: none !important;
}
.text-align-center{
	text-align:center;
	padding-top:10px;
}
#ajax-form textarea:active,
#ajax-form input:active {	
	color: #fff;
	border-bottom:1px solid rgba(100,100,100,.3);
}
#ajax-form textarea:active,
#ajax-form input:hover {	
	color: #fff;
	border-bottom:1px solid rgba(255,255,255,.3);
}
#ajax-form textarea:focus,
#ajax-form input:focus {	 
	outline: none !important;
	border-color: rgba(255,255,255,.6);
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}
#ajax-form textarea,
#ajax-form input {	
	color: #fff;
	border-bottom:1px solid rgba(255,255,255,.3);
}

#ajax-form input[type="text"]{
	padding-left:2%;
	padding-right:2%;
}
#ajax-form input[type="text"], textarea{
	padding-left:2%;
	padding-right:2%;
} 







#google_map {
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	-o-filter: grayscale(90%);
	filter: grayscale(90%);
	/*filter: url(../img/grayscale.svg#greyscale);*/
	filter: gray; /* IE 6-9 */
}
#google_map {
	width:100%;
	height:400px;
	z-index:0;
	position:relative;	
	display: none;
	z-index:200;
	opacity:0.8;
}

.button-map {
	margin-top:50px;
	cursor: pointer;
	text-align: center;
	position: relative;
	width: 100%;
	display: block;
	color: #fff;
	background: rgba(0,0,0,.3);
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-transform:  uppercase;
	padding: 30px 0;
	z-index:200;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.close-map:after {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	font-weight: normal;    
	font-style: normal;    
	display: inline-block;    
	text-decoration: inherit;
	margin-left: 16px;
	font-size: 18px;	
}

.show-map:after {
	content: "\f106";
	font-family: FontAwesome;
	display: inline-block;
	font-weight: normal;    
	font-style: normal;    
	display: inline-block;    
	text-decoration: inherit;
	margin-left: 16px;
	font-size: 18px;	
}

.button-map:hover {
	background: rgba(0,0,0,.7);
	color: #fff;
}

.map-tooltip h6 {
	color: #292929;
	text-transform: uppercase;
	margin-left:20px;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;	
}

.map-tooltip p {
	margin-bottom: 10px;
	margin-left:20px;
	font-size: 13px;
	text-align:center;
}

.just_pattern { 
	background-image: url(../img/pattern.png); 
	position: absolute; 
	opacity: 0.1; 
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%; 
	z-index: 1; 
}

.just_pattern11 { 
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0,0,0,0.01)), to(rgba(0,0,0,.9)));
	background: -webkit-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: -moz-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: -ms-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	position: absolute; 
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%; 
	z-index: 2; 
}

/*****************************/
/******** RESPONSIVE *********/
/*****************************/
@media (min-width: 500px) and (max-width: 970px) {
	
}

@media (max-width: 500px) {
	
}
