/*
Styles for the Property Frontier website pages.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 *   1.1 - Variations on the blog styles
 * 2.0 - Reusable Sections
 *   2.1 - Widgets
 * 3.0 - Home Page
 * 4.0 - Features Page
 * 5.0 - Pricing Page
 * 6.0 - About Page
 * 7.0 - Registration Page
 * 8.0 - Plugins
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */

body {
	color: #484848;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
    color: #666868;
	padding: 0;
	margin: 0;
}

section, .section {
    margin-bottom: 25px;
}

p {
	margin: 0 0 20px;
}

.no-spacing {
	margin: 0;
}

a.no-hover:hover {
    text-decoration: none;
}

a.plain-text {
    cursor: pointer;
    color: #484848;
}

menu, ol, ul {
    margin: 10px 0;
}

input:focus,
textarea:focus {
    border: 0;
}


/**
 * 1.1 Variations on the blog styles
 * ----------------------------------------------------------------------------
 */

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
    max-width: none;
	width: 80%;
}

.entry-content a {
    text-decoration: underline;
    color: #73b53d;
}

.entry-content ol li,
.entry-content ul li {
    padding-bottom: 6px;
    padding-top: 6px;
}

/* Pages rendered with the default template maintain the blog styling */
.blog-like h1, .blog-like h2 {
	font-family: Georgia, serif;
	font-size: 48px;
    color: #141412;
	margin: 33px 0;
}

.blog-like h2 {
	font-size: 30px;
	margin: 25px 0;
}


/**
 * 2.0 Reusable Sections
 * ----------------------------------------------------------------------------
 */

/* Blocks and Borders */
.round-border {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;	
    border: 1px solid #bdbdbd;
    padding: 10px 10px;
    display: block;
}

.padded-block {
    padding: 30px 25px;
}

.border-bottom, .hr {
    border-bottom: 1px solid #ccc;
    margin: 0 auto 25px;
}

.hr {
    display: block;
    height: 1px;
    width: 100%;
}

/* Extends .media */
.media.vert img, .media.vert .img {
    text-align: center;
    margin: 0 auto 7px;
    display: block;
    float: none;
}

.media.vert .body {
    text-align: center;
    display: block;
}

/* Images */
img.border {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #bdbdbd;
    background: #fff;
    padding: 5px;
}

/* Paragraphs */
p.larger {
    line-height: 24px;
    font-size: 18px;
    color: #777;
}

p.smaller, a.smaller {
    line-height: 19px;
    font-size: 14px;
}

.jstf-right {
    text-align: right;
}

.jstf-center {
    text-align: center;
}

.red {
    color: #C33;
}

.green {
    color: #73b53d;
}

.white, .white a {
    color: #fff;
}

/* Headers */
.alpha {
    margin-bottom: 15px;
    line-height: 40px;
    font-weight: bold;
    font-size: 36px;
}

.beta, .gamma, .delta {
    font-weight: bold;
    font-size: 26px;
    color: #484848;
}

.gamma {
    font-size: 22px;
}

.delta {
    padding: 0 0 5px 0;
    font-size: 17px;
}

.h-bebasn {
    letter-spacing: 1px;
    line-height: 1;
    font-family: BebasNeue;
    font-weight: normal;
    margin-bottom: 5px;
}

.h-bebasn.alpha {
    text-shadow: 2px 2px 3px #629531;
    font-size: 43px;
}

.h-bebasn.beta {
    text-shadow: 2px 2px 3px #989898;
    font-size: 27px;
}

/* Lists */
.tick-list {
    padding-left: 8px;
}

.tick-list li {
    background: url(../../../uploads/prop-front/bullet-tick.gif) no-repeat 0 3px;
    padding: 0 0 10px 30px;
    line-height: 1.4;
}

.numbered {
    padding-left: 30px;
}

.numbered li {
    list-style-type: decimal;
}

ul.spaced li {
    padding-bottom: 6px;
}

ul.bold li {
    font-weight: bold;
}

ul.bold li span {
    font-weight: normal;
}

/* Forms */
.input-white-on-bg {
    background: url(../../../uploads/prop-front/input-white-on-bg.png) no-repeat 0 0;
    padding: 5px 0 0 2px;
    margin-right: 10px;
    height: 33px;
    width: 165px;
}

.input-white-on-bg input {
    background: none;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #484848;
    line-height: 20px;
    height: 21px;
    width: 152px;
}

input.shadowed {
    -webkit-box-shadow: 0px 0px 2px 1px rgba(220, 220, 220, 1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(220, 220, 220, 1);
    box-shadow: 0px 0px 2px 1px rgba(220, 220, 220, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d6d6d6;
    padding: 9px 11px;
    margin: 2px;
    width: 350px;
    line-height: 1em;
    font-size: 16px;
    color: #484848;
}

input.shadowed.in-line {
    padding: 6px 11px;
    margin-right: 8px;
    font-size: 14px;
    width: 188px;
}

.saving-text {
    padding-top: 5px;
    height: 28px;
    color: #ddd;
}

/* Extends .btn */
.btn-grey,
.btn-grey:hover,
.btn-grey:visited {
    background: url(../../../uploads/prop-front/btn-grey.png) no-repeat 0 0;
    font-family: CorbelBold, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #565656;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    line-height: 39px;
    height: 38px;
    width: 123px;
}

.btn-grey,
.btn-grey:visited {
    padding-left: 21px;
}

a.btn-grey,
a.btn-grey:hover {
    padding-left: 2px;
}

.btn-grey input[type="submit"],
.btn-grey input[type="button"],
.btn-grey input[type="reset"] {
    font-family: CorbelBold, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #565656;
    background: none;
    border: none;
    line-height: 34px;
    height: 40px;
    cursor: pointer;
}


/**
 * 2.1 Widgets
 * ----------------------------------------------------------------------------
 */

.quick-sign-up {
    background: url(../../../uploads/prop-front/sign-up-widget-bg.png) no-repeat 0 0;
    height: 172px;
    color: #fff;
    overflow: hidden; *overflow: visible; *zoom: 1; /* Is a .line */
}

.quick-sign-up.with-tour {
    background: url(../../../uploads/prop-front/sign-up-widget-bg-tour.png) no-repeat 0 0;
    height: 176px;
}

.quick-sign-up .left-unit {
    padding: 35px 0 0 35px;
    width: 765px;
    float: left;
}

.quick-sign-up .left-unit .btn {
    margin-top: -3px;
}

.quick-sign-up .right-unit {
    text-align: center;
    padding-top: 45px;
    width: 195px;
    float: left;
}

.quick-sign-up .right-unit .btn {
    margin: 0 35px;
}

.quick-sign-up p {
    font-size: 14px;
    padding-bottom: 5px;
    margin: 0;
}


/**
 * 3.0 Home Page
 * ----------------------------------------------------------------------------
 */

/* Extends .btn */
.btn-grey-arrow, .btn-grey-arrow:hover,
.btn-grey-arrow:active, .btn-grey-arrow:visited {
    background: url(../../../uploads/prop-front/btn-grey-arrow.gif) no-repeat 100% 0;
    line-height: 36px;
    color: #757575;
    padding: 0 26px 0 13px;
    margin-top: 6px;
    height: 36px;
}

.home-head-space {
    margin-bottom: 40px;
}

#report-download-form .in-line-wrap {
    margin-top: 2px;
}

.large-bold {
    font-family: CorbelBold, Arial, Helvetica, sans-serif;
    line-height: 28px;
    font-size: 28px;
    color: #626262;
}

.faded-italic {
    font-family: CorbelBold, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 15px;
    color: #a09f9f;
}

.quote {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 25px;
    color: #888;
}

.credential {
    display: inline-block;
    line-height: 1.2;
    font-weight: bold;
    font-size: 14px;
    color: #484848;
}


/**
 * 4.0 Features Page
 * ----------------------------------------------------------------------------
 */

.vsmall-bold {
    line-height: 1.3;
    font-weight: bold;
    font-size: 13px;
    color: #484848;
}

.feature-index {
    width: 432px;
}

.feature-index a {
    margin: 0 10px 10px 0;
    width: 134px;
    float: left;
}

.feature-block {
    margin-bottom: 65px;
}

.feature-block img {
    margin-right: 34px;
}

.feature-block .scroll-top {
    display: inline-block;
    margin: 14px 0 0 15px;
    font-size: 14px;
}

.feature-head-full-portf {
    background: url(../../../uploads/prop-front/icon-earth.gif) no-repeat 0 0;
    padding: 16px 0 15px 68px;
}

.feature-head-perf-report {
    background: url(../../../uploads/prop-front/icon-bar-chart.gif) no-repeat 2px 0;
    padding: 19px 0 15px 70px;
}

.feature-head-long-term {
    background: url(../../../uploads/prop-front/icon-line-chart.gif) no-repeat 4px 0;
    padding: 22px 0 12px 70px;	
}

.feature-head-cash-flow {
    background: url(../../../uploads/prop-front/icon-dollar.gif) no-repeat -8px 0;
    padding: 15px 0 20px 54px;	
}

.feature-head-scenario-comp {
    background: url(../../../uploads/prop-front/icon-direction.gif) no-repeat 4px 0;
    padding: 20px 0 18px 75px;
}

.feature-head-rent-track {
    background: url(../../../uploads/prop-front/icon-checklist.gif) no-repeat -1px 0;
    padding: 20px 0 18px 70px;
}

.media.vert.feature img, .media.vert.feature .img {
    font-weight: bold;
    font-size: 34px;
    color: #b3b3b3;
    margin-bottom: 0;
}

.media.vert.feature p {
    font-size: 14px;
}


/**
 * 5.0 Pricing Page
 * ----------------------------------------------------------------------------
 */

.right-stamp-img {
    position: absolute;
    right: -30px;
    top: -15px;
}

.price-block {
    background: url(../../../uploads/prop-front/pricing-block-bg.png) no-repeat 0 0;
    padding: 40px 0 0 0;
    margin: 0 10px 0 0;
    height: 256px;
    width: 232px;
    float: left;
    text-align: center;
}

.price-block.first {
    margin-left: 116px;
}

.price-block.last {
    margin: 0;
}

.price-block.active {
    background-position: 0 -256px;
}

.house {
    background: url(../../../uploads/prop-front/pricing-house.png) no-repeat 0 0;
    color: #767676;
    height: 51px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 18px 85px;
    padding: 3px 0 0 42px;
    text-align: center;
    width: 76px;
}

.house.plain {
    background: url(../../../uploads/prop-front/pricing-house-plain.png) no-repeat 0 0;
}

.active .house {
    color: #75b33c;
}

.option {
    height: 100px;
    line-height: 22px;
    font-size: 16px;
    color: #fff;
}


/**
 * 6.0 About Page
 * ----------------------------------------------------------------------------
 */

.about-head-company {
    background: url(../../../uploads/prop-front/icon-people.gif) no-repeat 10px 2px;
    padding: 7px 0 12px 60px;
}

.about-head-software {
    background: url(../../../uploads/prop-front/icon-prize.gif) no-repeat 10px 0;
    padding: 16px 0 15px 60px;
}

.media.grey-block {
    background: #ebebeb;
    padding: 17px 20px;
    line-height: 1.3;
    font-size: 15px;
}

.about-story {
    background: url(../../../uploads/prop-front/about/time-line-vert.gif) repeat-y 440px 0;
    margin: 43px 0 45px 40px;
    font-size: 14px;
}
		
.about-story-block {
    background: url(../../../uploads/prop-front/about/time-line-right.gif) no-repeat 0 0;
}

.about-story-block.alt {
    background: url(../../../uploads/prop-front/about/time-line-left.gif) no-repeat 0 0;
}

.about-story-block .clear {
    clear: both;
}

.about-story-block-left {
    margin: 0 20px 0 4px;
    width: 436px;
    float: left;
}

.about-story-block-right {
    width: 460px;
    float: left;
}

.about-story-block img {
    float: right;
}

.about-story-block.alt img {
    float: left;
}

.about-story-block p {
    padding: 18px 0;
}

.about-story-block .date {
    font-weight: bold;
    font-size: 21px;
    color: #73b23e;
    padding: 16px 20px 16px 0;
    display: block;
    float: right;
}

.about-story-block.alt .date {
    padding: 16px 0;
    float: left;
}


/**
 * 7.0 Registration Page
 * ----------------------------------------------------------------------------
 */

.register-bg {
    background: url(../../../uploads/prop-front/register-bg.png) no-repeat;
}

.register-block {
    border: 1px solid #bfbfbf;
    position: relative;
    background: #fff;
    padding: 30px 48px 25px 42px;
    margin: 0 auto;
    height: 330px;
    width: 450px;
}

.register-block input {
    margin-bottom: 9px;
}

.register-block .saving-text {
    text-align: center;
    padding-top: 10px;
    color: #14510d;
}


/**
 * 8.0 Plugins
 *
 * Styles for various plugins used on the pages.
 * ----------------------------------------------------------------------------
 */

/* Links for opening the Zendesk dropbox. */
.zenbox-show {
    cursor: pointer;
}
 
/* Image rotator - jquery.cycle.all.js */
.img-rotator {
    position: relative;
}

.img-rotator .images {
    overflow: hidden;
    float: left;
}

.img-rotator .prev-arrow,
.img-rotator .next-arrow {
    background: url(../../../uploads/prop-front/img-rotate-prev.gif) no-repeat 0 0;
    margin: 0 7px 0 0;
    display: block;
    height: 21px;
    width: 13px;
    float: left;
    cursor: pointer;
}

.img-rotator .next-arrow {
    background: url(../../../uploads/prop-front/img-rotate-next.gif) no-repeat 0 0;
    margin: 0 0 0 7px;
}
