/*
Theme Name: Integer Restored
Theme URI:  
Description: Custom theme for Thirdi Property
Author: Fidiz Solutions
Author URI: fidiz.com 
version: 1.0
Tags: two-column, widget-ready , video-thumbnail-support
*/



/*-------------------------------------------------------------------------------------------*/
/* basics */
/*-------------------------------------------------------------------------------------------*/
@import url("css/genericons.css");
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);
* {
	margin:0;
	padding:0;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
}
body {
	background: #3dbbe7;
	font-family: lato, sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size:16px;
}
h1,
h2,
h3 {
	margin-bottom:20px;
}
h1,h2,h3,h4,h5,h6, a {
	line-height: 1.2;
	font-weight: normal;
}
img {
	border: none;
	padding:0;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}
img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
code {
	font-family:"Courier New", Courier, monospace;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display:block;
}
.clear {
	clear:both
}
.fl-left {
	float:left;
}
.fl-right {
	float:right;
}
.text-uppercase{
	text-transform: uppercase;
}
/*-------------------------------------------------------------------------------------------*/
/* links s */
/*-------------------------------------------------------------------------------------------*/


a {
	color:#3cbbe7;
	text-decoration:none;
	outline:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: underline;
}
/*-------------------------------------------------------------------------------------------*/
/* container */
/*-------------------------------------------------------------------------------------------*/


#container {
	padding:0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px;
}
.container {
	max-width:1200px;
	margin: 0 auto;
	position:relative;
	width:100%;
}
#wrapper {
	padding:30px 0;
}
/*-------------------------------------------------------------------------------------------*/
/*  header */
/*-------------------------------------------------------------------------------------------*/

#header {
	/*background:#3cbbe7;*/
	position: relative;
	z-index: 1;
	padding: 20px 0 5px;
}

#header h1{ 
	margin: 0;
}

#header h1 a {
	text-decoration: none;
	background:url(images/logo.svg) no-repeat;
	width: 71px;
	height:71px;
	display: block;
	margin:0 auto;

}
#header h1 a:hover {
	text-decoration: none;
}

/*-------------------------------------------------------------------------------------------*/
/* menu */
/*-------------------------------------------------------------------------------------------*/


#menu {
	text-align: center;
	z-index: 2;
}

#menu li {
	margin-right:10px;
	display: inline-block;
	list-style-type: none;
}
#menu li a {
	padding:25px 15px;
	text-decoration:none;
	color:rgb(255,255,255);
	font-size: 16px;
	text-transform: uppercase;
	display:block;
	font-weight: bold;
}
#menu li a:hover {
	color: #303030;
}
.show_hide_menu {
	display:none;
	margin-top: 35px;
}
.show_hide_menu span {
	display:inline;
	color:rgb(255,255,255);
	font-size:30px;
}
.show_hide_menu.on span {
	color:rgb(102, 153, 204);
}

.clearer{ display: none;}
/*-------------------------------------------------------------------------------------------*/
/* content */
/*-------------------------------------------------------------------------------------------*/

.height-full{
	height: 100%;
}
.v-align{
	display:inline-block; max-width: 98%; vertical-align: middle; text-align: center;
}
.v-align-dummy{
	display: inline-block; height:100%; vertical-align: middle; width: 1px;
}
.v-align h1{ margin:0; }

#content {
	float:left;
	width:71.02040%;
}
.post {
	margin:0;
	padding:0;
	line-height: 19px;
}
.post h2 a {
	text-decoration: none;
}
.post h2 a:hover {
	color: #777;
	text-decoration: none;
}
.post ul {
}
.post li {
}
.postmetadata {
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
}
.navigation {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
.pagetitle {
	margin-bottom:15px;
}
.entry_post {
	padding-bottom:30px;
}
.post-thumbnail {
	margin-bottom:15px;
}
.entry-header {
	margin-bottom:15px;
}
#banner {
	position:relative;
	min-height: 500px;
}
#counter {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.3);
}
.countdown-holder {
	position:absolute;
	top:310px;
	left:50%;
	width:65%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	font-family: Century Gothic, Lato, Helvetica
	text-align: center;
}
.countdown-wrap {
	width:425px;
	background:rgba(64, 64, 65, 0.25);
	padding:23px 32px;
	margin: 0 auto;
}

.main-title{ 
	color: rgb(255,255,255); 
	margin: 55px 0; 
	text-transform: uppercase; 
	text-align: center; 
	font-size: 80px; 
	font-weight: bold;
	font-family: Century Gothic, Lato, Helvetica
}

h1.home-main{
	font-size: 55px;
}

.main-title span{ font-weight: normal;}

.countdown-wrap h3 {
	font-size:18px;
	margin:10px;
	color:#fff;
	text-align: center;
	text-transform: uppercase;
}
.count-down {
	width: 400px;
	height:84px;
	padding:4px 2px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.count-down span {
	display: block;
	float: left;
}
.count-down span.count-item {
	width: 34px;
	height: 46px;
	background:url(images/digits-small.png) 0px 0px;
}
.count-down span.count-part {
	background:rgba(0, 0, 0, 0.5);
	padding:3px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.count-down span.image0 {
	background-position: 0 0;
}
.count-down span.count-info {
	float:none;
	text-align:center;
	color:#fff;
	text-transform:capitalize;
}
.count-down span.image1 {
	background-position: 0 -276px;
}
.count-down span.image2 {
	background-position: 0 -552px;
}
.count-down span.image3 {
	background-position: 0 -828px;
}
.count-down span.image4 {
	background-position: 0 -1104px;
}
.count-down span.image5 {
	background-position: 0 -1380px;
}
.count-down span.image6 {
	background-position: 0 -1656px;
}
.count-down span.image7 {
	background-position: 0 -1932px;
}
.count-down span.image8 {
	background-position: 0 -2208px;
}
.count-down span.image9 {
	background-position: 0 -2484px;
}
.count-down span.imageDay {
	background-position: 0px 0px;
}
.count-down span.imageSep {
	width:9px;
	height: 46px;
}
.count-down span.imageSpace {
	background-position: 0px 0px;
}
.section-inner {
 	background: #fff;
	text-align: left;
	overflow: hidden;
}
.section-inner .container{ 
	margin: 50px auto; 
	padding: 30px; 
	overflow: hidden;
}
.section-main {
	position: relative;
}

.section-inner .container .content-column{ 
	padding: 0 30px;	
	margin-bottom: 70px;
}

.section-top-wrap {
	padding:0 0 10px;
}
.section-top-wrap .title-wrap{
	width: 900px;
	margin:0 auto;
}
.section-top-wrap .title-wrap h2, .entry h2 {
	font-size: 55px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 10px;
	text-align: center;
	border-bottom:4px solid #3dbbe7;
	padding-bottom: 48px;
	font-weight: regular;
}
.popup-form-inner .entry h2{
	font-size: 30px;
}
.section-c2a{ } 
.section-c2a a{ display: block;
right: 0px;
top: 0px;
background: url(images/btn-register.png) no-repeat 0 center;
position: absolute;
height: 158px;
width: 305px;
text-indent: -99999px;}


#section-about .section-c2a a{
	background: url(images/btn-register-left.png) no-repeat 0 center;
	left: 0px;
}

.c2a-final { 
	height: 90px; 
	background: url(images/bg-pattern-gallery.gif);
}
.c2a-final a{ 
	border-bottom-color: #bf965a; 
	margin-left: 20px; 
}
.parallax-window {
	height: 800px !important;

	text-align: center;
}
.parallax-mirror{
	background-color: #3dbbe7;
}

.parallax-window.siv{
	height: 500px !important;
}

.plx-location{ background: none;}

#section-lifestyle h4{ text-transform: uppercase; margin-bottom: 15px; font-size: 28px; letter-spacing: 2px;}
#section-lifestyle h3{ width: 750px; margin:30px auto 60px;}
#section-contact .section-inner .container{ margin: 30px auto;}
#section-contact .section-inner{ background: #b0babd;}

#contact-details{ width: 40%; float: right; background: #fff; padding: 45px; position: relative; z-index: 11;}
#contact-details .entry p{ font-size: 20px; padding-bottom: 40px}
#section-contact .section-top-wrap .title-wrap{ width: auto;}
#section-contact .section-top-wrap .title-wrap h2{ font-size: 40px;  padding-bottom: 10px; text-align: left; letter-spacing: 3px;}
#section-contact .gmap{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10;}

.img-grid .grid-item {
	float:left;
	width:33.33333%;
	position:relative;
}
.img-grid .grid-item img {
	display:block;
	max-width: auto;
	width:100%;
	height:auto;
}
.img-grid .grid-item span {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease; 
	opacity:1; 
	position:absolute; 
	width:100%; 
	height:100%; 
	left:0; 
	top:0;
	cursor:pointer;
	background:rgba(60, 187, 231, 0.7 );
}
.img-grid .grid-item:hover span {
	opacity:0;
}
a.awsm-go-to.nav-arrow{
	color:rgb(255,255,255);
	width: 60px;
	height: 30px;
	-webkit-border-radius: 30px 30px 0 0;
	border-radius: 30px 30px 0 0;
	text-align: center;
	position: absolute;
	left:50%;
	bottom:50px;
	margin-left: -30px;
	text-decoration: none;
}
a.awsm-go-to.nav-arrow span{
	line-height: 30px;
	height: 30px;
	width: 60px;
	font-size: 30px;
}
.col-max-675 {
	max-width: 750px;
	margin:0 auto;
}
#design-slider{ 
	background: url(images/bg-pattern-gallery.gif); 
	padding:50px; 
	max-width: 1000px; 
	margin: 70px auto 0;
}
#design-slider li{ 
	margin-bottom: 0;
}
#map {
	height:100%;
	position:relative;
}
#map iframe,
.map-overlay {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.map-overlay {
}
.text-center {
	text-align: center;
}
a.download-booklet {
	display:inline-block;
	padding:45px 135px 45px 30px;
	background:url(images/booklet.png) no-repeat right center;
	text-transform: uppercase;
	margin:30px 5px 50px;
	position:relative;
	font-size: 18px;
	top:0;
	color: #3cbbe7;
}
a.download-booklet:hover{ text-decoration: none; top: -6px; }
.content-column{
	padding-right: 20px;
}
.content-column.last_column{
	padding-right: 0;
}
.content_main ul#tabs {
	float:left;
	width:25%;
	list-style:none;
	margin:0;
	border-right:1px solid #ededed;
	padding-top:10px;
}
.content_main ul#tabs li {
	margin-bottom:10px;
	position:relative;
}
.content_main ul#tabs li a {
	display:block;
	color:#000;
	text-decoration:none;
	padding:12px 10px;
	margin-bottom:10px;
	font-size:16px;
	position: relative;
	z-index: 1;
}
.content_main ul#tabs li a:before {
	background:rgb(255,255,255);
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:-2;
	height:100%;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	border-width:1px 0 1px 1px;
	border-style:solid;
	border-color: #eee;
}
.content_main ul#tabs li a:after {
	background:#3dbbe7;
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:0;
	z-index:-1;
	height:100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	border-color:#a6ce39;
}
.content_main ul#tabs li.active a {
	color:#fff;
}
.content_main ul#tabs li.active a:after {
	width:100%;
}
.content_main .tab_list_right {
	float:right;
	width:70%;
}
.content_main .loading {
	min-height:200px;
	background:url(images/loading.svg) no-repeat center center;
}
.content-head {
	padding:15px 25px;
	border-bottom:2px solid #eee;
	margin-bottom:25px;
}
.content-head h2 {
	color:#333;
	margin-top:20px;
}
.content-head .counter {
	float:right;
}
.content-head .counter h3 {
	color:#969696;
	font-size:14px;
	margin:0;
	line-height:18px;
}

#the-board{ margin: 70px 0; }
#investor-login form{ margin: 0 -6px;}
#investor-login .input-holder{ float: left; width: 40%; padding: 0 6px;}
#investor-login .input-holder.last{ width: 20%;}
#investor-login input{ height: 54px; width: 100%;}
#investor-login .status {text-align: center; margin-bottom: 20px; display: none;}
#investor-login .status.error{ color: #f00;}
#investor-loading{background:url(images/loading.svg) no-repeat center center; opacity: 0; visibility: hidden;-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;}
#investor-loading.on{ opacity: 1; visibility: visible; height: 200px;}
.hidden{ display: none;}

/*-------- Member grid -----*/

.row{ margin: 0 -15px;}
.board-members{ text-align: center;}
.member-grid{ display: inline-block; width: 289px; padding: 0 15px 50px;}
.member-grid img{ max-width: 100%; height: auto; display: block;}
.member-grid-main{ position: relative; overflow: hidden;}
.member-grid-main .member-details { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; bottom: -100%; height: 100%;  text-align: center; text-transform: uppercase; width: 270px; background: rgba(60, 187, 231, 0.7); color: #fff;}
.member-grid-main:hover .member-details{ bottom: 0;}
.member-details h4{ font-size: 20px; margin-bottom: 12px; font-weight: bold;}
.entry .member-details h4{ color: #fff; margin-bottom: 5px;}
.entry .member-details p{ font-size: 15px; padding: 0;}
.v-align{ display: inline-block;  max-width: 98%; vertical-align: middle;}
.dummy{ display: inline-block; height: 100%; vertical-align: middle;}
.member-details p{ margin-bottom: 18px;}

.partner-list{ list-style: none; text-align: center;}
.partner-list li{ display: inline-block; vertical-align: top; padding: 10px;}

/*-------------------------------------------------------------------------------------------*/
/* sidebar */
/*-------------------------------------------------------------------------------------------*/


#sidebar {
	width:28%;
	float:right;
	margin:0;
	padding: 0;
}
#sidebar ul {
	margin:12px;
	padding:0;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 19px;
	list-style-type: none;
}
#sidebar ul ul {
	margin:14px 0;
	padding:0;
}
#sidebar ul ul li {
	list-style-type: none;
}
#sidebar ul ul ul {
	margin: 0;
	padding: 0;
}
#sidebar ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
/*-------------------------------------------------------------------------------------------*/
/* comments */
/*-------------------------------------------------------------------------------------------*/


#respond {
	clear:both;
}
#commentform {
	margin:0;
	padding:0;
}
#comments a {
	margin:16px 0 0;
	float:none;
	position:absolute;
	right:0;
	top:0;
}
#commentform label {
	width:75px;
	display:inline-block;
}
#commentform p #submit {
	margin:36px 0 0;
	cursor:pointer;
	float:right;
}
#comment {
	width:98%;
	min-height:255px;
	padding:3px;
}
#commentform a {
	text-decoration: none;
}
#commentform p {
	position:relative;
	margin-bottom:18px;
}
#commentform p .error {
	border:1px solid #ff4343;
}
#commentform p label.error {
	color:#ff0000;
	margin-left:15px;
	border-color:#ff4343;
	padding:2px 5px;
	position:absolute;
	width:125px;
}
#commentform h3 {
	margin:0;
	padding:0;
}
h3.add-comment {
	font-size:30px;
	margin:35px 0 31px;
}
.postbyauthor {
	color:#ddd;
}
#submit {
	margin:5px 5px 0 0;
}
ol.commentlist {
	list-style-type: none;
	margin:0;
	padding:0;
}
ol.commentlist ul,
.comment-content {
	overflow:hidden;
}
ol.commentlist .avatar {
	float:right;
	margin:0 12px 0 0;
}
ol.commentlist li {
	margin:10px 0;
	padding:30px;
	list-style-type:none;
	border:1px solid #dfdfdf;
	position:relative;
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 19px;
	line-height:22px;
}
ol.commentlist .reply a {
	position:absolute;
	left:0;
	bottom:0;
	background:#f9f9f9;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-top:1px solid #e8e8e8;
	font-size:10px;
	text-transform:uppercase;
	padding:4px 5px;
}
ol.commentlist .reply {
	margin-top:25px;
}
#content.single-post .commentmetadata a {
	text-decoration:underline;
	font-style:italic;
	font-size:14px;
}
cite {
	font-weight: bold;
	font-style: normal;
	font-size:20px;
}
cite a {
	text-decoration: none;
}
cite a:hover {
	text-decoration: none;
}
/*-------------------------------------------------------------------------------------------*/
/* search */
/*-------------------------------------------------------------------------------------------*/

#searchform {
	padding:0;
	margin:14px 0;
}
#searchform input#s {
}
/*-------------------------------------------------------------------------------------------*/
/* misc */
/*-------------------------------------------------------------------------------------------*/

.entry p {
	padding:0 0 18px; line-height: 28px;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	color:#000;
}
.entry ul,
.entry ol {
	margin:0 0 0 40px;
}
.entry ul li,
.entry ol li {
	margin-bottom:8px;
}
.entry dl {
	margin-bottom:18px;
}
.entry dd {
	margin-left:40px;
}
.entry table {
	margin-bottom:18px;
}
.entry table th {
	background:#ddd;
	padding:5px;
}
.entry table td {
	border:1px solid #ddd;
	padding:5px;
}
.entry h4{
	margin-bottom: 20px;
}
.red {
	color:#f00;
}
blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #ddd;
	padding: 4px;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 8px;
	display: inline;
	border:1px solid #ddd;
}
img.alignleft {
	padding: 4px;
	margin: 0 8px 2px 0;
	display: inline;
	border:1px solid #ddd;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px; /* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
input[type='text'],
input[type='email'],
input[type='password'],
select,
textarea {
	border:1px solid #ddd;
	padding:5px 10px;
	width:100%;
	font:inherit;
}
input[type='text'],
input[type='email'],
input[type='password'],
select {
	height:35px;
}
input[type='submit'] {
	padding:16px 28px;
	border:none;
	color: #fff;
	text-transform: uppercase;
	display:block;
	cursor:pointer;
	background:#3dbce3;
	font-size: 17px;
	font-family: Century Gothic, Helvetica;
}
/*-------------------------------------------------------------------------------------------*/
/* footer */
/*-------------------------------------------------------------------------------------------*/

#footer {
	width: 100%;
	background:#000;
	color:rgb(255,255,255);
	font-size: 11px;
	font-family: helvetica;
}
#footer,
.push {
	height: 110px;
	clear:both
}
#footer p {
	padding:45px 0 5px;
	margin: 0;
}
#footer p a {
	text-decoration: none;
	color:rgb(255,255,255);
	margin-right: 0;
}
#footer img{ margin-top: 15px;}
#footer div.fl-left{ 
	padding-top: 20px;
	padding-right: 300px;
	float: none;
}
#footer a.register-interest{
	position: absolute;
	top: 0;
	right: 0;
}
#footer div.fl-left >a {
	margin-right: 30px;
}
#footer div.fl-left a:last-child {
	margin:0;
}
#footer p a:hover {
	text-decoration: underline;
}
#footer 
a.go-top {
	display:block;
	width:38px;
	height:18px;
	text-indent: -999999px;
	position:absolute;
	left:50%;
	top:-18px;
	margin-left: -19px;
	background:url(images/go-top.png) no-repeat;
}
.dot-navigation {
	position:fixed;
	right:20px;
	top:50%;
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1001;
}
.dot-navigation li {
	list-style-type: none;
	padding:10px 0 10px 15px;
	cursor:pointer;
}
.dot-navigation a {
	display:block;
	width:10px;
	height:10px;
	border:3px solid #3cbbe7;
	-webkit-border-radius:10px;
	border-radius: 10px;
	background:#3cbbe7;
}
.dot-navigation a.active {
	background:#fff;
}
.dot-navigation span {
	position: absolute;
	right: 10px;
	opacity: 0;
	margin-top: -11px;
	padding: 0 0 5px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 32px;
	color: #3cbbe7;
	text-transform: uppercase;
	font-weight: bold;
}
.dot-navigation li:hover span {
	opacity:1;
	right:20px;
}

.popup-main{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	z-index: -111;
	background: rgba(101, 159, 178, 0.9 );
	cursor:pointer;
	opacity:0;
	-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.popup-main.active{
	z-index: 1001;
	opacity: 1;
}
.popup-inner{
	position: relative;
	font-size: 16px;
	position: relative;
	min-width: 300px;
	min-height: 100px;
	height: 100%;
	margin:0 auto;
	overflow: hidden;
}
.popup-main.active .popup-inner{
	overflow: auto;
}
.popup-inner .entry h3{ 
	text-align: left;
	margin: 10px 0 5px;
}
.popup-inner .entry h5{
	margin: 10px 0;
}
.popup-inner .entry table{
	border-collapse: collapse;
	border:none;
	margin-bottom: 30px;
}
.popup-inner table td{ 
	border-width: 0 0 1px; 
	padding: 6px 10px;
}
.popup-inner table td:first-child{
	padding-left: 0;
}
.popup-inner table td:last-child{
	padding-right: 0;
}
.popup-main.active .popup-inner{
	z-index: 10010;
	max-width: 900px;
}
.popup-content{	
	max-height:100%;
	position: relative;
	top: 50%;
	-moz-transform: scale(0.7) translateY(-50%);
	-webkit-transform: scale(0.7) translateY(-50%);
	-o-transform: scale(0.7) translateY(-50%);
	-ms-transform: scale(0.7) translateY(-50%);
	transform: scale(0.7) translateY(-50%);
   opacity: 0;
   -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fff;
}

.popup-main.active .popup-content{
	opacity: 1;
	-moz-transform: scale(1) translateY(-50%);
	-webkit-transform: scale(1) translateY(-50%);
	-o-transform: scale(1) translateY(-50%);
	-ms-transform: scale(1) translateY(-50%);
	transform: scale(1) translateY(-50%);
}
.popup-content-main{
	padding: 55px;
	cursor: default;
}
.popup-main.active .popup-content-main{
	background: #fff;

}
.popup-content-main h2{ 
	font-size: 30px;
	letter-spacing: 3px;
	padding-bottom: 20px;
}
.popup-content-main input[type="submit"]{ 
	background: rgb(102, 153, 204);
	color:rgb(255,255,255);
}
.gform_wrapper .gform_body .top_label input.medium{ wdth:100%;}
.popup-main.active .popup-content textarea{
	height:100px;
}
.popup-content-main label{
	display: block;
	margin-bottom: 5px;
}
.popup-content-main .content-column{
	font-size: 14px;
}
.popup-main .popup-close{
	position: absolute;
	right:0;
	top: 0;
	background:rgba(0,0,0,0.2);
	color:rgb(255,255,255);
	font-size:24px;
	text-decoration: none; 
	opacity:0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 10002;
}
.popup-main.active .popup-close{
	opacity: 1;
}
.popup-main .popup-close span{
	display: block;
	}
.popup-form-main{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	z-index: -111;
	background: rgba(101, 159, 178, 0.9 );
	cursor:pointer;
	opacity:0;
	-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.popup-form-main.active{
	z-index: 1001;
	opacity: 1;
}
.popup-form-inner{
	
	color:rgb(102,102,102);
	text-align: center;
	position: relative;
	font-size: 16px;
	position: relative;
	min-width: 300px;
	min-height: 100px;
	height: 100%;
	margin:0 auto;
	overflow: auto;
	max-width: 850px;
}
.popup-form-main.active .popup-form-inner{
	z-index: 10010;
	
}
.popup-form-content{	
	max-height:100%;
	position: relative;
	top: 50%;
	-moz-transform: scale(0.7) translateY(-50%);
	-webkit-transform: scale(0.7) translateY(-50%);
	-o-transform: scale(0.7) translateY(-50%);
	-ms-transform: scale(0.7) translateY(-50%);
	transform: scale(0.7) translateY(-50%);
   opacity: 0;
   -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.popup-form-main.active .popup-form-content{
	opacity: 1;
	-moz-transform: scale(1) translateY(-50%);
	-webkit-transform: scale(1) translateY(-50%);
	-o-transform: scale(1) translateY(-50%);
	-ms-transform: scale(1) translateY(-50%);
	transform: scale(1) translateY(-50%);
}
.popup-form-content-main{
	
	background:rgb(255,255,255);
	padding:35px 55px 10px;
	cursor: default;
	font-family: Century Gothic, Helvetica;
	
	

}

.gform_wrapper .gform_body .top_label input.medium{ wdth:100%;}
.popup-form-main.active .popup-form-content textarea{
	height:100px;
}
.popup-form-content-main label{
	display: block;
	margin-bottom: 5px;
}
.popup-form-main .popup-form-close{
	position: absolute;
	right:0;
	top: 0;
	background:rgba(0,0,0,0.2);
	color:rgb(255,255,255);
	font-size:24px;
	text-decoration: none; 
	opacity:0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 10002;
}
.popup-form-main.active .popup-form-close{
	opacity: 1;
}
.popup-form-main .popup-form-close span{
	display: block;
	}

/* Aus Map */
.aus-map{ 
	width: 699px; 
	height: 658px;
	margin: 0 auto;
	position: relative;
}
.aus-states{
	width: 699px; 
	height: 658px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.aus-states g{
	opacity: 0;
	cursor: pointer;
}

.aus-states g:hover{
	opacity: 0.9;
	cursor: pointer;
}
.aus-states g path{
	fill:#0f81a9;
}

/* floor plan */

.floorplan-holder{ position:relative; min-width:1150px; overflow:hidden;}
.floor-indication{ position:absolute; left:50px; top:40px; z-index:1000;}
.floor-indication h2{ display:none; margin:0; font-size:36px; font-family: 'Source Sans Pro', sans-serif; color:#fff; text-transform:uppercase;}
.floorplan-holder .floor-plan{ position:absolute; left:0; top:0; width:100%; height:100%}
.floorplan-holder .floor-plan g{ opacity:0; cursor:pointer;}
body.page-template-page-floor-plan{ text-align: center;}
body.page-template-page-floor-plan .tagline{ margin-bottom: 50px;}

.popup-item{ position:absolute; right:0; top:0; width:100%; height:100%; background:rgba(255,255,255,0.9); padding:0 50px; transform:translate3d(100%, 0px, 0px); -webkit-transform:translate3d(100%, 0px, 0px); -moz-transform:translate3d(100%, 0px, 0px); -moz-transition:-moz-transform 0.6s; -webkit-transition: -webkit-transform 0.6s; transition: transform 0.6s; }
.popup-item.activated{transform: none; -moz-transform:none; -webkit-transform:none;}
.popup-item.loading{ background:url(images/loading-spin.svg) no-repeat center center rgba(255,255,255,0.9);}
.popup-item h2{ font-size:36px; margin:30px 0; color:#000; text-transform:uppercase;}
.floorplan-holder img{ display:block;}
.popup-item .plan-main{ position:absolute; left:0; top:0; width:100%; height:100%;}
.popup-item .fp-popup-main{ position:relative; float:left;}
.popup-item svg g{ opacity:0;}


.popup-item svg g path{
	fill:#5bacc6;
	opacity: 0.4;
}


.popup-item  svg g.sold, .popup-item svg g:hover{ opacity:1;}]
.popup-item  svg g.sold{ cursor:default;}
a.close-fp-pop{ position:absolute; padding:0 5px; font-size:36px; right:25px; top:30px; color:#000; text-decoration:none; font-family: 'Quicksand', sans-serif;}
