/* -----------------------------------------------------------------------
 * Rentview Main Site
 *
 * Primary Green:    rgb(99,173,0)
 * Primary Blue:     rgb(0,170,255)
 * Primary Grey:     rgb(66,74,85)
/* -----------------------------------------------------------------------

 /* Animation */

.button, button, .nav > li > a, .header-fixed, input, ul.links li a, .caret, .current  {
transition:all .3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
}

/* Common */

body {
font-family:'Open Sans';
background-color:rgb(255,255,255);
overflow-x:hidden;
}
h1, h2, h3, h4, p {
line-height:1;
padding:0;
margin:0;
}
h1, h2, h3, h4 {
font-family:'Lato';
font-weight:700;
}
h1 {
font-size:30px;
}
h2 {
font-size:20px;
}
h3 {
font-size:16px;
}
h4 {
font-size:14px;
}
p {
font-family:'Open Sans';
font-size:16px;
line-height:18px;
font-weight:400;
color:rgb(66,74,85);
}
ul, li {
list-style:none;
padding:0;
margin:0;
}
a, a:hover, a:focus {
color:rgb(0,170,255);
}
.button, button {
height:40px;
padding:0 20px;
line-height:40px;
display:block;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
background-color:rgb(0,170,255);
color:rgb(255,255,255); 
outline:none;
border:none;
text-align:center;
}
.button:hover, .button:focus, button:hover, button:focus {
background-color:rgb(51,187,255);
color:rgb(255,255,255);
text-decoration:none;
}
.btn-stroke {
background-color:initial;
border:1px solid rgb(255,255,255);
}
.btn-stroke:hover, .btn-stroke:focus {
background-color:rgb(0,170,255);
border-color:rgb(0,170,255);
}
.btn-demo {
font-weight:700;
background-color:rgba(66,74,85,0.8);
position:relative;
}
.btn-demo span {
height:20px;
min-width:20px;
line-height:20px;
padding:0 6px;
font-size:12px;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
background-color:rgb(0,170,255);
position:absolute;
top:-5px;
left:-10px;
display:block;
}
.btn-demo:hover, .btn-demo:focus {
background-color:rgb(66,74,85);
}
.btn-sign-in {
margin-right:5px;
}
.btn-green {
background-color:rgb(99,173,0);
}
.btn-green:hover, .btn-green:focus {
background-color:rgb(130,189,51);
}
.btn-input {
width:40px;
}
.btn-large {
height:40px;
width:auto;
line-height:40px;
padding:0 40px;
font-weight:700;
font-size:14px;
}
input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="date"], select {
height:40px;
width:100%;
padding:0 15px;
outline:none;
border:none;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
color:rgb(66,74,85);
border:1px solid rgba(0,0,0,0.1);
}
input {
-webkit-appearance:none;
}
.input-grp {
height:40px;
width:300px;
position:relative;
}
.input-grp input:focus {
border-color:rgb(99,173,0);
}
.input-grp button {
width:40px;
position:absolute;
top:0;
right:0;
text-align:center;
font-size:16px;
padding:0;
-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;
}
input::-webkit-input-placeholder {
color:rgb(130,130,130);
}
input:-moz-placeholder {
color:rgb(130,130,130);
}
input::-moz-placeholder {
color:rgb(130,130,130);
}
input:-ms-input-placeholder {
color:rgb(130,130,130);
}
.agents .btn-demo span {
background-color:rgb(99,173,0);
}
.agents .btn-stroke:hover, .agents .btn-stroke:focus {
background-color:rgb(99,173,0);
border-color:rgb(99,173,0);
}

/* Structure */

header {
height:40px;
width:100%;
padding:10px 0;
-webkit-box-sizing:initial;-moz-box-sizing:initial;box-sizing:initial;
-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding; 
position:fixed;
top:0;
left:0;
background-color:rgb(255,255,255);
border-bottom:4px solid rgba(0,0,0,0.1);
z-index:1040;
}
.col-xs-12 {
padding-left:0;
padding-right:0;
}
.hero {
width:100%;
height:400px;
margin-top:60px;
text-align:center;
background:url(../img/hero-bg-xs.png) center center no-repeat;
background-size:cover;
position:relative;
}
.agents .hero {
background:url(../img/hero-bg-agent-xs.png) center center no-repeat;
}
.hero:before {
content:'';
background-color:rgba(66,74,85,0.5);
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
}
.benefits {
padding-top:40px;
background-color:rgb(235,235,235);
}
.hero .container {
/*position:relative;
display:table;
height:100%;*/
}
.hero .row {
/*height:100%;
display:table-cell;
vertical-align:middle;*/
}

/* Header */

.logo {
height:28px;
width:130px;
display:block;
float:left;
margin:6px 0 0 15px;
background:url(../img/logo-main-colour.png) top left no-repeat;
}
.svg .logo {
background:url(../img/logo-main-colour.svg) top left no-repeat;
}
.nav {
font-family:'Open Sans';
font-weight:700;
font-size:14px;
background-color:rgb(255,255,255);
margin-top:10px;
-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding; 
border-bottom:4px solid rgba(0,0,0,0.1);
}
.nav > li > a {
height:40px;
line-height:40px;
padding:0;
text-align:center;
color:rgb(99,173,0);
}
.nav > li:last-child > a {
color:rgb(0,170,255);
}
.nav > li >a:hover, .nav > li >a:focus {
background-color:rgb(0,0,0,0.1);
}
.nav-collapse {
clear:both;
}
.collapse.nav-collapse {
overflow:hidden;
}
.collapse-icon {
padding:12px;
float:right;
margin-right:15px;
cursor:pointer;
display:block;
float:right;
background-color:rgb(0,170,255);
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
.collapse-icon .bar {
height:4px;
width:16px;
margin:0 auto 2px auto;
background-color:rgb(255,255,255);
display:block;
}
.collapse-icon .bar:last-child {
margin-bottom:0;
}
.button-grp {
height:40px;
float:right;
}
.button-grp .button, .button-grp button, .button-grp .input-grp {
float:right;
margin-left:5px;
}
.button-grp .button:last-child, .button-grp button:last-child {
margin-left:0;
}
.header-fixed {
display:none;
}
.search .header-fixed {
height:40px;
display:block;
overflow:hidden;
}

/* Hero */

.hero h1 {
color:rgb(255,255,255);
margin-bottom:40px;
}
.renter-search {
width:100%;
background-color:rgba(66,74,85,0.8);
padding:10px;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
display:block;
position:relative;
}
.renter-search input {
font-size:14px;
background-color:initial;
color:rgb(255,255,255);
padding:0 15px;
border:2px solid rgb(99,173,0);
text-align:center;
margin-bottom:10px;
}
.renter-search input::-webkit-input-placeholder {
color:rgb(255,255,255);
}
.renter-search input:-moz-placeholder {
color:rgb(255,255,255);
}
.renter-search input::-moz-placeholder {
color:rgb(255,255,255);
}
.renter-search input:-ms-input-placeholder {
color:rgb(255,255,255);
}
.renter-search .btn-input {
width:100%;
background-color:rgb(99,173,0);
display:block;
}
.renter-search .btn-input:hover, .renter-search .btn-input:focus {
background-color:rgb(130,189,51);
}
.renter-search .glyphicon {
display:none;
}
.agents .renter-search input {
border-color:rgb(0,170,255);
}
.agents .renter-search .btn-input {
background-color:rgb(0,170,255);
}
.agents .renter-search .btn-input:hover, .agents .renter-search .btn-input:focus {
background-color:rgb(51,187,255);
}
.renter-search input:focus {
border-color:rgb(255,255,255);
}

/* Benefits */

.benefit {
text-align:center;
}
.benefit h2 {
color:rgb(99,173,0);
}
.benefit-icon {
height:76px;
width:76px;
text-align:center;
border:2px solid rgb(99,173,0);
color:rgb(99,173,0);
-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px;
-webkit-box-sizing:initial;-moz-box-sizing:initial;box-sizing:initial;
margin:20px auto;
font-size:32px;
position:relative;
}
.benefit-icon .glyphicon, .benefit-icon .icon  {
top:17px;
}
.benefits [class^=col-] {
padding-bottom:40px;
}
.agents .benefit h2, .agents .benefit-icon {
color:rgb(0,170,255);
border-color:rgb(0,170,255);
}

/* Screen Grabs */

.screen-grab {
text-align:center;
background-color:rgb(255,255,255);
padding-top:60px;
border-bottom:4px solid rgba(0,0,0,0.1);
}
.screen-grab h1 {
margin:20px 0 25px 0;
}
.screen-grab p {
max-width:600px;
margin:0 auto;
}
.screen-grab h1, .screen-grab h2 {
color:rgb(0,170,255);
}
.screen-grab:nth-child(odd) h1, .screen-grab:nth-child(odd) h2  {
color:rgb(99,173,0);
}
.screengrab-container {
height:auto;
width:100%;
position:relative;
margin-top:60px;
}
.browser {
width:100%;
}
ul.properties, .url, .tenant-profile, .phone, .report {
display:none;
}
ul.squiggles {
display:block;
width:100%;
text-align:center;
color:rgb(31,54,68);
font-family:'Lato';
font-weight:700;
font-size:15px;
}
ul.squiggles li {
margin-bottom:10px;
width:100%;
}
ul.squiggles li .glyphicon {
font-size:16px;
padding-right:5px;
color:rgb(99,173,0);
}
.screen-grab:nth-child(even) .glyphicon {
color:rgb(0,170,255);
}
.agents .screen-grab h1, .agents .screen-grab h2 {
color:rgb(99,173,0);
}
.agents .screen-grab:nth-child(odd) h1, .agents .screen-grab:nth-child(odd) h2  {
color:rgb(0,170,255);
}
.img-responsive {
margin-top:40px;
}

/* Footer */

footer {
padding:60px 0;
background-color:rgb(66,74,85);
text-align:center;
}
footer .col-sm-3 {
margin-bottom:25px;
}
footer .col-sm-3:last-child {
margin-bottom:0;
}
footer h3 {
color:rgb(99,173,0);
margin-bottom:20px;
}
.agents footer h3 {
color:rgb(0,170,255);
}
ul.links {
font-family:'Open Sans';
font-size:14px;
}
ul.links li {
margin-bottom:5px;
}
ul.links li:last-child {
margin-bottom:0;
}
ul.links li a {
color:rgb(235,235,235);
}
ul.links li a:hover {
text-decoration:none;
color:rgb(255,255,255);
}
.sub-footer {
height:60px;
background-color:rgb(53,59,68);
}
.sub-footer p {
display:block;
line-height:60px;
color:rgb(255,255,255);
text-align:center;
}

/* Search Renters */

.search .header-fixed {
border-color:rgb(229,229,229);
}
.search-header {
padding:55px 0;
border-bottom:4px solid rgba(0,0,0,0.1);
background-color:rgb(255,255,255);
}
.search-header .wrapper {
padding:0 40px;
}
.search-header .form {
display:none;
}
.dropdown-menu {
min-width:260px;
box-shadow:0 0 4px rgba(0,0,0,0.4);
border:none;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
padding:20px 0;
margin-top:5px;
}
.dropdown-menu.wide {
min-width:360px;
}
.dropdown-menu h4 {
text-align:center;
color:rgb(0,170,255);
margin-bottom:5px;
}
.dropdown-menu ul {
width:100%;
padding:0 15px;
font-size:14px;
}
.dropdown-menu ul li {
float:left;
width:50%;
margin-top:15px;
}
.dropdown-menu ul li a {
display:block;
line-height:1;
text-align:center;
color:rgb(66,74,85);
}
.dropdown-menu ul li a:hover, .dropdown-menu ul li a:active  {
text-decoration:none;
}
.dropdown-menu ul li.active a {
color:rgb(99,173,0);
}
.search-header .val {
display:inline-block;
}
.location {
cursor:pointer;
}
.results {
padding:40px 0;
}
.results-info {
margin-bottom:40px;
text-align:center;
}
.results-info h3 {
font-size:17px;
display:block;
color:rgb(66,74,85);
}
.results-info span {
color:rgb(99,173,0);
}
.results-info a {
text-align:center;
display:block;
}
.results .tenant-profile {
width:auto;
box-shadow:none;
position:initial;
display:block;
border:1px solid rgb(204,204,204);
text-align:center;
}
.tenant-profile {
width:335px;
box-shadow:0 0 5px rgba(0,0,0,0.5);
position:absolute;
bottom:20px;
left:60px;
z-index:2;
-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
margin-bottom:40px;
}
.tenant-header {
background-color:rgb(255,255,255);
padding:15px;
-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;
border-bottom:1px solid rgb(204,204,204);
}
.tenant-header img {
display:block;
margin:0 auto;
height:80px;
width:80px;
-webkit-border-radius:44px;-moz-border-radius:44px;border-radius:44px;
border:4px solid transparent;
box-shadow:0 0 0 1px rgb(204,204,204);
margin-bottom:10px;
-webkit-box-sizing:initial;-moz-box-sizing:initial;box-sizing:initial;
}
.tenant-name, .tenant-role {
display:block;
color:rgb(156,156,156);
font-weight:400;
line-height:1;
}
.tenant-name {
font-size:17px;
font-weight:bold;
color:rgb(75,125,169);
margin-bottom:5px;
}
.tenant-stats {
background-color:rgb(245,245,245);
font-weight:400;
}
.tenant-stats .glyphicon {
font-size:16px;
color:rgb(138,194,0);
padding-right:8px;
}
.tenant-stats ul {
height:40px;
}
.tenant-stats ul li {
float:left;
width:50%;
color:rgb(66,74,85);
text-align:left;
min-height:40px;
padding:0 15px;
}
.tenant-stats ul li:last-child {
border-left:1px solid rgb(204,204,204);
}
.area {
padding:15px;
min-height:70px;
line-height:18px;
color:rgb(156,156,156);
}
.area .location {
color:rgb(66,74,85);
}
.tenant-footer {
background-color:rgb(245,245,245);
padding:15px;
-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;
}
.tenant-footer .button {
display:block;
width:100%;
background-color:rgb(138,194,0);
box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);
-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
}
.form-small input, .form-small select {
margin-bottom:5px;
}
.form-small button {
width:100%;
}
.form-small h2 {
text-align:center;
margin-bottom:15px;
}
.bio {
text-align:left;
}
img.agency-logo {
height:auto;
width:auto;
border-radius:0;
}
.agency-contact {
color:rgb(0,170,255);
font-size:13px;
margin:5px 0;
display:block;
}
.agency-profile .tenant-stats ul li {
width:100%;
border:none;
text-align:center;
}

/* Popovers, Tooltips etc */

.popover {
max-width:260px;
padding:0;
text-align:center;
border:none;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
-webkit-box-shadow:none;box-shadow:none;
}
.popover.bottom {
margin-top:12px;
}
.popover-title {
padding:20px 15px 0 15px;
margin:0;
font-size:14px;
font-weight:700;
line-height:1;
background-color:initial;
border-bottom:0;
border-radius:5px 5px 0 0;
}
.popover p {
font-size:14px;
margin-bottom:15px;
}
.popover-content {
padding:20px 15px;
}
.popover-content button, .popover-content .button {
width:100%;
float:none;
}
.popover.bottom > .arrow {
border-bottom-color:transparent;
border-bottom-color:transparent;
}

/* Map */

#map-canvas {
position:absolute;
top:219px;
left:0;
height:calc(100% - 219px);
width:100%;
z-index:-1;
}
.infobox {
position:relative;
border-radius:5px;
font-family:'Open Sans' !important;
box-shadow:0 0 4px rgba(0,0,0,0.4);
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
background-color:rgb(255,255,255);
padding:10px;
text-align:center;
}
.infobox:after {
content:'';
position:absolute;
width:0;
height:0;
bottom:-10px;
left:50%;
-webkit-transform:translateX(-50%);
border-left:10px solid transparent;
border-right:10px solid transparent;
border-top:10px solid rgb(255,255,255);
}
.infobox .tenant-header {
padding:0;
border-bottom:none;
}
.tenant-radius {
display:block;
font-size:14px;
color:rgb(0,170,255);
margin-top:10px;
}
.mapp-ib-close {
display:none;
}

/* Modal */

.modal {
overflow-y:auto;
z-index:9999;
}
.modal-dialog {
width:100%;
margin:15px auto 0 auto;
padding:0 15px;
position:relative;
}
.modal-dialog:before {
content:'';
width:0; 
height:0; 
border-left:10px solid transparent;
border-right:10px solid transparent;
border-bottom:10px solid rgb(235,235,235);
position:absolute;
top:-10px;
left:50%;
margin-left:-10px;
}
.modal-backdrop {
background-color:rgb(66,74,85);
}
.modal-backdrop.fade.in {
opacity:0.99;
filter:alpha(opacity=99);
}
.modal-header {
height:60px;
background-color:rgb(235,235,235);
text-align:center;
padding:0;
border-bottom:1px solid rgb(204,204,204);
-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;
}
.modal-header h3 {
font-size:17px;
color:rgb(99,173,0);
line-height:60px;
}
.modal-content {
border:none;
-webkit-box-shadow:none;
box-shadow:none;
}
.modal-body {
padding:40px 15px;
background-color:rgb(255,255,255);
-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;
}
.modal-body p {
font-size:14px;
margin-bottom:15px;
}
.modal-body button, .modal-body .button {
width:100%;
margin-top:5px;
}
.btn-fb {
color:rgb(59,87,157);
border-color:rgb(59,87,157);
}
.btn-fb:hover, .btn-fb:focus {
background-color:rgb(59,87,157);
border-color:rgb(59,87,157);
}
.btn-in {
color:rgb(0,123,182);
border-color:rgb(0,123,182);
}
.btn-in:hover, .btn-in:focus {
background-color:rgb(0,123,182);
border-color:rgb(0,123,182);
}
.embed-container { 
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden;
max-width:100%;
height:auto; 
}
.embed-container iframe, .embed-container object, .embed-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

/* Invest */

.hero p {
color:rgb(255,255,255);
margin-bottom:15px;
text-align:left;
}
.hero .btn-lg {
height:60px;
width:100%;
font-weight:700;
background-color:rgb(99,173,0);
}
ul.invest-stats li {
float:left;
height:50px;
width:100%;
line-height:50px;
margin-bottom:5px;
background-color:rgb(66,74,85);
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
text-align:left;
padding:0 20px;
color:rgb(255,255,255);
}
ul.invest-stats li .glyphicon {
font-size:16px;
margin-right:8px;
vertical-align:middle;
}
.invest-progress {
height:10px;
width:100%;
position:relative;
background-color:rgb(255,255,255);
}
.invest-progress .current {
height:10px;
width:53%;
position:absolute;
top:0;
left:0;
background-color:rgb(99,173,0);
}
.company-logo {
background-color:rgb(235,235,235);
height:200px;
margin-bottom:20px;
}
.logos {
padding-bottom:60px;
}
.logos h2 {
margin-bottom:5px;
}
.company-logo img {
height:50px;
margin-top:75px;
}
.logos .col-sm-4 {
padding-bottom:40px;
}

ul.profiles {
display:block;
float:right;
overflow:hidden;
text-align:center;
}
ul.profiles > li {
height:100%;
width:300px;
float:left;
margin-right:15px;
}
ul.profiles li:last-child {
margin-right:0;
}
ul.profiles li .tenant-profile {
width:100%;
position:initial;
margin-bottom:0;
}
.sign-up-group {
width:100%;
}
.sign-up-group input {
width:100%;
background-color:rgba(0,0,0,0);
border: 1px solid rgb(255,255,255);
color:rgb(255,255,255);
}
.sign-up-group button {
width:100%;
margin-top:5px;
}
.sign-up-group input::-webkit-input-placeholder {
color:rgb(255,255,255);
}
.sign-up-group input:-moz-placeholder {
color:rgb(255,255,255);
}
.sign-up-group input::-moz-placeholder {
color:rgb(255,255,255);
}
.sign-up-group input:-ms-input-placeholder {
color:rgb(255,255,255);
}
.hero h2 {
color:rgb(235,235,235);
}
.hero .row {
margin-top:100px;
}

/* Pricing */

.pricing-plans {
background-color:rgb(255,255,255);
padding:40px 0;
}
.plan {
text-align:center;
}
.plan-head {
height:60px;
background-color:rgb(66,74,85);
color:rgb(255,255,255);
padding:0 15px;
}
.plan-head h2 {
line-height:60px;
}
.plan-body {
padding:30px 0 15px 0;
border:1px solid rgb(204,204,204);
border-top:none;
}
.plan-body h1 {
font-size:40px;
line-height:1;
color:rgb(0,170,255);
margin-bottom:10px;
}
.plan-body p {
line-height:1;
color:rgb(156,156,156);
margin-bottom:30px;
}
.plan ul {
overflow:hidden;
margin-bottom:15px;
}
.plan ul li {
height:40px;
width:100%;
float:left;
line-height:40px;
font-size:14px;
color:rgb(66,74,85);
border-top:1px solid rgb(204,204,204);
}
.plan ul li:last-child {
border-bottom:1px solid rgb(204,204,204);
}
.plan button {
display:block;
width:100%;
}
.plan .wrap {
padding:0 15px;
}
.plan ul li:nth-child(1), .plan ul li:nth-child(2), .plan ul li:nth-child(3) {
background-color:rgb(235,235,235);
}
.social-logos {
padding:40px 0;
background-color:rgb(235,235,235);
text-align:center;
}
.social-logos h2 {
margin-bottom:40px;
color:rgb(99,173,0);
}
.social-logos [class^=col-] {
padding-bottom:15px;
}
.s-logo {
background-color:rgb(255,255,255);
padding:15px 0;
}
.s-logo img {
display:block;
margin:0 auto;
}

/* Sign Up */

body.sign {
background-color:rgb(235,235,235);
background:url(../img/hero-bg.png);
background-size:cover;
}
.form-wrap {
margin-top:100px;
}
.form-wrap .logo {
float:none;
margin:0 auto 15px auto;
}
.sign .form {
padding:15px;
background-color:rgb(255,255,255);
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
border-bottom:4px solid rgba(0,0,0,0.1);
text-align:center;
}
.sign button, .sign input, .sign select {
width:100%;
margin-bottom:5px;
}
.sign button:last-child, .sign input:last-child {
margin-bottom:0;
}
.sign button.btn-stroke {
border-color:rgb(0,170,255);
color:rgb(0,170,255);
}
.sign button.btn-stroke:hover, .sign button.btn-stroke:active  {
border-color:transparent;
color:rgb(255,255,255);
}
.sign h3 {
color:rgb(66,74,85);
padding-bottom:30px;
}
.cover {
height:100%;
width:100%;
background-color:rgba(66,74,85,0.5);
display:block;
position:absolute;
top:0;
left:0;
}

/* New Hero */

.hero-lg {
height:auto;
color:rgb(255,255,255);
background-color:rgb(75,125,169);
text-align:center;
margin-top:64px;
padding:60px 0;
}
.hero-lg .screengrab-container {
display:none;
}
.hero-lg h1 {
margin-bottom:20px;
}
.hero-lg p {
margin:0 auto 30px auto;
max-width:640px;
color:rgb(255,255,255);
}
.button-grp span {
padding:0 10px 0 3px;
}
.button-grp span, .button-grp a {
float:right;
display:inline-block;
line-height:40px;
color:rgb(255,255,255);
}
.hero-button-grp {
width:100%;
margin:0 auto;
overflow:hidden;
}
.hero-button-grp .button {
width:100%;
margin-bottom:5px;
}
.hero-button-grp .button:last-child {
margin-bottom:0;
}
.portals {
padding:30px 0;
background-color:rgb(255,255,255);
text-align:center;
border-bottom:4px solid rgba(0,0,0,0.1);
}
.portal {
padding:20px;
}
.portals p {
display:block;
}
.portal-grp {
display:block;
margin:0 auto;
}

/* Buyers */

.buyer .hero-lg {
background:url(../img/buyer-bg.png) top center no-repeat;
background-size:cover;
position:relative;
}
.buyer .hero-lg:before {
content:'';
height:100%;
width:100%;
background-color:rgba(66,74,85,0.6);
position:absolute;
top:0;
left:0;
}
.chat-container {
display:none;
}
.testimonial .test-container {
height:200px;
background-color:rgb(75,125,169);
}
.testimonial p {
font-size:14px;
display:table-cell;
vertical-align:middle;
text-align:center;
color:rgb(255,255,255);
padding:0 15px;
}
.testimonial .carousel-inner, .testimonial .item {
height:100%;
overflow:initial;
}
.testimonial .item .wrapper {
height:100%;
width:100%;
display:table;
}
.testimonial .item .wrapper:after {
content:'';
height:0;
width:0;
position:absolute;
bottom:-8px;
left:50%;
margin-left:-8px;
border-left:8px solid transparent;
border-right:8px solid transparent;
border-top:8px solid rgb(75,125,169);
}
.testimonial .author {
width:100%;
font-size:14px;
text-align:center;
padding:20px 0;
}
.testimonial .author img {
height:30px;
width:30px;
margin-right:15px;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
.grid-logos {
padding:80px 0;
background-color:rgb(245,245,245);
}
.grid-logos .agency-logo {
height:110px;
width:100%;
padding:30px;
background-color:rgb(255,255,255);
}
.grid-logos .agency-logo img {
display:block;
margin:0 auto;
}
.grid-logos [class^=col-] {
padding-top:40px;
}

/* Terms */

.terms {
background-color:rgb(255,255,255);
padding:80px 0;
}
.terms-text {
position:relative;
}
.terms-section {
padding-top:84px;
}
.terms-section:first-child {
padding-top:0;
}
.terms-text h2 {
padding-bottom:20px;
}
.terms-text > ol, .terms-text ol > li {
list-style:initial;
list-style-type:decimal;
}
.terms-text ol li, .terms-text p {
padding-bottom:15px;
}
.terms-text ul.simple-list {
padding:15px 0 0 40px;
}
.terms-text ul.simple-list li {
list-style:initial;
list-style-type:disc;
}
.nav.terms-sidebar {
float:none;
margin:0;
border:1px solid rgb(204,204,204);
}
.nav.terms-sidebar.affix {
display:none;
top:104px;
}
.nav.terms-sidebar > li {
height:40px;
width:100%;
float:left;
margin:0;
}
.nav.terms-sidebar > li > a {
font-size:14px;
font-weight:400;
color:rgb(66,74,85);
border-bottom:1px solid rgb(204,204,204);
}
.nav.terms-sidebar > li:last-child > a {
color:initial;
border-bottom:none;
}
.nav.terms-sidebar > li > a:hover, .nav > li > a:focus, .nav.terms-sidebar > li.active > a {
background-color:rgb(235,235,235);
color:rgb(0,170,255);
box-shadow:none !important;
}

/* Animation */

.hero-lg .text-wrap {
position:relative;
}
.r-words {
display:block;
position:relative;
width:100%;
margin:0 auto;
}
.hero-lg h1 .r-words span {
position:absolute;
top:0;
left:0;
width:100%;
opacity:0;
text-align:center;
overflow:hidden;
-webkit-animation:rotate 10s linear infinite 0s;
}
.hero-lg h1 .r-words span:nth-child(2) { 
-webkit-animation-delay:5s;
}
@-webkit-keyframes rotate {
	0% { opacity:0; }
    5% { opacity:0; -webkit-transform:translateY(-50px); }
	10% { opacity:1; -webkit-transform:translateY(0px); }
    40% { opacity:1; -webkit-transform:translateY(0px); }
	45% { opacity:0; -webkit-transform:translateY(50px); }
    100% { opacity:0; }
}

/* Web Design */

.screengrab-container .browser .screen {
	background: url(../img/full-agency-page.png) top center no-repeat;
}
.hero-lg.hero-colours {
	transition: background-color 5s ease;
}
.browser {
	overflow: hidden;
}
.browser video {
	height: 100%;
	width: 100%;
	object-fit: fill;
}
.phone img {
	width: 100%;
}
#live-chat .browser, #live-chat .browser img {
	width: 100%;
	left: 0;
}

.nav .dropdown {
  display: inline-block;
  line-height: 40px;
  margin-left: 20px;
 }
.nav .dropdown > li > a {
 color: rgb(255,255,255);
 text-decoration: none;
}
.nav .dropdown > li.open > a {
 background-color: transparent
}
.dropdown-menu > li > a {
 color: rgb(66,74,85);
}

/* Fonts */

@charset "UTF-8";

@font-face {
font-family:"new-home";
	src:url("../fonts/new-home.eot");
	src:url("../fonts/new-home.eot?#iefix") format("embedded-opentype"),
    url("../fonts/new-home.woff") format("woff"),
    url("../fonts/new-home.ttf") format("truetype"),
    url("../fonts/new-home.svg#new-home") format("svg");
font-weight:normal;
font-style:normal;
}
.icon {
font-family:"new-home" !important;
display:inline-block;
position:relative;
top:1px;
font-style:normal !important;
font-weight:normal !important;
font-variant:normal !important;
text-transform:none !important;
speak:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
.icon-torsos-all:before {
content:"a";
}
.icon-torso-business:before {
content:"b";
}
.icon-torso:before {
content:"c";
}
.icon-social-twitter:before {
content:"d";
}
.icon-social-facebook:before {
content:"e";
}
.icon-arrows-in:before {
content:"f";
}
.icon-checkbox:before {
content:"g";
}
.icon-check:before {
content:"h";
}
.icon-home:before {
content:"i";
}
.icon-key:before {
content:"j";
}
.icon-lock:before {
content:"k";
}
.icon-magnifying-glass:before {
content:"l";
}
.icon-male-female:before {
content:"m";
}
.icon-clock:before {
content:"n";
}
.icon-torsos:before {
content:"o";
}
.icon-comment:before {
content:"p";
}
.icon-comments:before {
content:"q";
}
.icon-guide-dog:before {
content:"r";
}