.property-pro-aios-starter-theme-popup-hidden {
	display:none;
}

.property-pro-aios-starter-theme-popup .property-pro-aios-starter-theme-popup-hidden {
	display:block;
}

.property-pro-aios-starter-theme-popup .property-pro-aios-starter-theme-popup-zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

.property-pro-aios-starter-theme-popup.aiosp-ready .property-pro-aios-starter-theme-popup-zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

.property-pro-aios-starter-theme-popup.aiosp-removing .property-pro-aios-starter-theme-popup-zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

.property-pro-aios-starter-theme-popup.aiosp-bg {
	opacity: 0.01;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}

.property-pro-aios-starter-theme-popup.aiosp-ready.aiosp-bg {
	opacity: 0.8;
}

.property-pro-aios-starter-theme-popup.aiosp-removing.aiosp-bg {
	opacity: 0;
}

.property-pro-aios-starter-theme-popup .aiosp-content {
	max-width: 745px;
	min-height: 530px;
	color: #FFF;
}

div#property-pro-aios-starter-theme-popup-container {
	padding: 60px 35px;
	font-style: italic;
	border: solid #656565 8px;
}

.aiosp-close-btn-in .aiosp-close {
	color: #FFF !important;
	margin-top: -52px;
	right:0;
	opacity: 1;
}

 /**
 * Fade-move animation for second dialog
 */

/* at start */
.property-pro-aios-starter-theme-popup .property-pro-aios-starter-theme-popup-zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.property-pro-aios-starter-theme-popup.aiosp-ready .property-pro-aios-starter-theme-popup-zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.property-pro-aios-starter-theme-popup.aiosp-removing .property-pro-aios-starter-theme-popup-zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.property-pro-aios-starter-theme-popup.aiosp-bg {
	opacity: 0.01;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.property-pro-aios-starter-theme-popup.aiosp-ready.aiosp-bg {
	opacity: 0.8;
}
/* animate out */
.property-pro-aios-starter-theme-popup.aiosp-removing.aiosp-bg {
	opacity: 0;
}

/* Contact form */

#property-pro-aios-starter-theme-popup-container .pop-up-title {
	font-size: 36px;
	  margin-bottom: 20px;
	  font-family: 'Roboto Slab';
	  font-style: normal;
}

.property-pro-aios-starter-theme-popup-form {
	font-style:normal;
}
	.property-pro-aios-starter-theme-popup-form p br{
		display: none;
	}
.property-pro-aios-starter-theme-popup-form span{
	display: block;
	width: 100%;
}

.property-pro-aios-starter-theme-popup-form input {
	font-family: "Lato", sans-serif;
	height: 27px;
	font-size: 12px;
	width: 100%;
	border: 1px solid #b1b1b1;
	padding-left: 7px;
	padding-right:7px;
	margin-top: 10px;
	color: #000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	border-radius: 0!important;

	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
}

.property-pro-aios-starter-theme-popup-form textarea {
	font-family: "Lato", sans-serif;
	height: 200px;
	width: 659px;
	max-width: 659px !important;
	font-size: 12px;
	border: 1px solid #b1b1b1;
	padding-left: 7px;
	padding-right:7px;
	margin-top: 10px;
	color: #000;
	overflow-x: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	border-radius: 0!important;

	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
}

.property-pro-aios-starter-theme-popup-form .captchainput {
	width: 208px;
	display: inline-block;
}

.property-pro-aios-starter-theme-popup-form img {
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
}

.property-pro-aios-starter-theme-popup-form input[type="submit"] {
	background: #ff6c00;
	font-family: "Lato", sans-serif;
	width: 217px;
	height: 28px;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	float: right;
	-webkit-appearance: none;
}

.property-pro-aios-starter-theme-popup-form span.wpcf7-not-valid-tip {
	display: block !important;
	position: absolute;
	right: 0;
	top: -2px;
	font-size: 12px !important;
	width: 100px;
	text-align: right;
	text-shadow: none;
	/* color: #Fff; */
	padding: 0 5px;
	white-space: nowrap;
	width: auto;
}

.property-pro-aios-starter-theme-popup-form div.wpcf7-response-output {
	margin: 0px auto !important;
	margin-top: 4px !important;
	padding: 0.2em 1em;
	position: absolute;
	font-size: 12px;
	text-align: center;
	right: 0;
	left: 0;
	border: 2px solid #fff;
	background: #ff6c00;
	width: 80%;
}

.property-pro-aios-starter-theme-popup-form img.ajax-loader {
	position: absolute;
	right: 0;
	margin-top: -25px;
	background: #656565;
}

/* Property contact */

.property-pro-aios-starter-theme-popup-trigger {
	display: inline-block;
	border: 2px solid #f6733e;
	font:  700 22px "Roboto";
	color: #535353;
	letter-spacing: 2px;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	text-indent: 7px;
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	text-decoration: none;
}

.property-pro-aios-starter-theme-popup-trigger span{
	font-size:13px;
	display:block;
	text-transform:lowercase;
	line-height:18px;
	font-weight:300;
}

.property-pro-aios-starter-theme-popup-trigger-buttons {
	text-align:center;
	margin:20px auto;
}

a.property-pro-aios-starter-theme-popup-trigger:hover,
.property-pro-aios-starter-theme-popup-trigger:hover {
  	background:#f6733e;
	color:#fff;
	text-decoration:none;
}

.property-pro-aios-starter-theme-popup-container-title {
    font-size: 36px;
    margin-bottom: 20px;
    font-style: normal;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	.property-pro-aios-starter-theme-popup-trigger {
		padding: 14px 11px;
	}
}

@media only screen and (max-width: 917px) { 

	.property-pro-aios-starter-theme-popup-trigger {
		width: 310px;
	}

	div#property-pro-aios-starter-theme-popup-container {
		padding: 10px;
	}
	
	.property-pro-aios-starter-theme-popup-form input,
	.property-pro-aios-starter-theme-popup-form textarea {
		width: 100%;
		padding-left: 2%;
		max-width: 100%!important
	}

	.property-pro-aios-starter-theme-popup-form input[type="submit"] {
		float: none;
		width: 100%;
		margin-top: 10px;
	}

	.property-pro-aios-starter-theme-popup-form span.wpcf7-not-valid-tip {
		position: static;
		color: #fff;
	}

	.property-pro-aios-starter-theme-popup-form br {
		display: none;
	}

	.property-pro-aios-starter-theme-popup-form div.wpcf7-response-output {
		position: static!important;
		line-height: 17px;
	}
	
	.aiosp-container {
		position: relative !important;
		padding: 0 !important;
	}

	.aiosp-inline-holder .aiosp-content, .aiosp-ajax-holder .aiosp-content {
		width: 95% !important;
	}
	
}