@charset "UTF-8";
/* DeedFlow - Partof Land Search and Data Ltd. CSS Document */

html body {
    background-color: rgba(220,220,220,1.00) !important;
}
html {
	position: relative;
	min-height: 100%;
}
@media (min-width: 768px) {
body {
  padding-top: 100px;
/*  padding-bottom: 285px; Allow for footer hight plus margin */
}
}
p{
	margin-bottom:1.5em;
}
h2{
	border-bottom: 1px solid #CECECE;
	padding-bottom: 5px;
	margin-bottom: 1em;
}
ul{
	
}
.background-white{
	background-color: rgba(255,255,255,1.00);
}
.margin-top{
	padding-top:30px;
}
.margin-bottom{
	margin-bottom:60px;
}
.text-dark{
	color:#777777;
}
.text-light{
	color:#CCC;
}
.pad-right{
 margin-right:5px;
}

/* Top Bar */
.header{
	height:60px;
	width:100%;
	margin-left:0;
	padding-left:0;
	background:#005994;
	background-image:url('/images/background-pattern.png');
	color:#FFF;
	font-size:12px;
	line-height:30px;
	text-align:right;
 	top: 0;
  	position: fixed;
	z-index:99;
}
.header a, .header a:visited{
	color:#FFF;
}
.header a:hover{
	color:#555555;
}
.navbar-fixed-top {
  top: 60px;
}

.navbar-nav > li > a {
	padding-top:20px !important; 
	padding-bottom:20px !important;
}
.navbar {
	min-height:60px !important
}
.header button{
	margin-top:20px;
}
#logo{
	margin-top:-10px;
	width: 177px;
	height: 48;
}
/*.jumbotron{
	background-image: url("/images/index-bkg.jpg");
	background-size: cover;
}
*/
section .jumbotron{
	background:transparent;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 320px) {
/* Set for iPhone */
	body {
	padding-top: 160px;
}
.navbar-wrapper .navbar {
	padding-right: 5px;
	padding-left: 5px;
}
}
@media (min-width: 768px) {
/* Navbar positioning foo */
#index-banner  {
	min-height: 500px;
	padding-top:50px;
}
#sub-index-banner  {
	min-height: 300px;
	padding-top:50px;
}
}
#index-banner {
	background: url('/images/index-intro-bkg.jpg') no-repeat center top fixed;
	/*background-size:cover;*/
	background-size:auto;
	margin-top:-50px;
	margin-bottom:-50px;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .7);
}
#sub-index-banner {
	/*background-size:cover;*/
	background-size:auto;
	margin-top:-50px;
	margin-bottom:-50px;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .7);
}
.commercial-street{
	background: url('/images/commercial-street.jpg') no-repeat center top 55px fixed;
}
.residential-street{
	background: url('/images/header-bkg-default.png') no-repeat center top 55px fixed;
	/*background: url('/images/index-intro-bkg.jpg') no-repeat center top fixed;*/
}
#index-banner .btn, #sub-index-banner .btn{
	text-shadow: none;
}
.opacity{
	opacity: 0.25;
    filter: alpha(opacity=25); /* For IE8 and earlier */
}
#index-about {
	margin-top:0px;
}
.index-icons-container{
	margin-top:20px;
	padding:20px;
}
.index-icons{
	background:#FFF;
	border: 2px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#333;
	text-shadow: none;
}
.index-icons:hover{
	background:url('/images/slider-bkg-01.jpg');
	/*background:#3997D4;*/
	transition: all .3s linear;
}
.index-icons a{
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
}
.index-icons a:hover{
	color:#FFF;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: 350px;
	margin-top: -30px;
	margin-bottom: 30px;
	background:url('/images/slider-bkg-01.jpg');
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 350px;
	/*background-color: #777;*/
	color: #fff;
	font-size: 20px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .9);
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 350px;
	/*height: none;*/
}
.carousel h2{
	border-bottom: none;
	padding-bottom: 0px;
}
/* Cardfan */
div#cardfan {
	width: 300px;
	height: 282px;
	margin: 0 auto;
	position: relative;
}
div#cardfan img {
	left:20px;
	width: 200px;
	height: 282px;
	border: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	transform-origin: center 300px;
	transition: all .3s linear;
}
div#cardfan img:first-child {
	-ms-transform: translate(20px,0px) rotate(5deg); /* IE 9 */
	-moz-transform: translate(20px,0px) rotate(5deg);
    -webkit-transform: translate(20px,0px) rotate(5deg); /* Safari */
    transform: translate(20px,0px) rotate(5deg); /* Standard syntax */
	-webkit-backface-visibility: hidden;
}
div#cardfan img:nth-child(2) {
	-ms-transform: translate(-20px,0px) rotate(-5deg); /* IE 9 */
	-moz-transform: translate(-20px,0px) rotate(-5deg);
    -webkit-transform: translate(-20px,0px) rotate(-5deg); /* Safari */
	transform: translate(-20px,0px) rotate(-5deg); /* Standard syntax */
	-webkit-backface-visibility: hidden;
}

div#cardfan:hover img:first-child {
	-ms-transform: translate(40px,0px)  rotate(20deg);
	-moz-transform: translate(40px,0px)  rotate(20deg);
	-webkit-transform: translate(40px,0px)  rotate(20deg);
	transform: translate(40px,0px)  rotate(20deg);
	-webkit-backface-visibility: hidden;
}
div#cardfan:hover img:nth-child(2) {
	transform: translate(-40px,0px)  rotate(-20deg);
	-webkit-backface-visibility: hidden;
}
div#cardfan:hover img{
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
	-moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
	cursor: pointer;
}
/* Cardfan */
div.cardfan {
	width: 300px;
	height: 282px;
	margin: 0 auto;
	position: relative;
}
div.cardfan img {
	left:20px;
	width: 200px;
	height: 282px;
	border: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	transform-origin: center 300px;
	transition: all .3s linear;
}
div.cardfan img:first-child {
	-ms-transform: translate(20px,0px) rotate(5deg); /* IE 9 */
	-moz-transform: translate(20px,0px) rotate(5deg);
    -webkit-transform: translate(20px,0px) rotate(5deg); /* Safari */
    transform: translate(20px,0px) rotate(5deg); /* Standard syntax */
	-webkit-backface-visibility: hidden;
}
div.cardfan img:nth-child(2) {
	-ms-transform: translate(-20px,0px) rotate(-5deg); /* IE 9 */
	-moz-transform: translate(-20px,0px) rotate(-5deg);
    -webkit-transform: translate(-20px,0px) rotate(-5deg); /* Safari */
	transform: translate(-20px,0px) rotate(-5deg); /* Standard syntax */
	-webkit-backface-visibility: hidden;
}

div.cardfan:hover img:first-child {
	-ms-transform: translate(40px,0px)  rotate(20deg);
	-moz-transform: translate(40px,0px)  rotate(20deg);
	-webkit-transform: translate(40px,0px)  rotate(20deg);
	transform: translate(40px,0px)  rotate(20deg);
	-webkit-backface-visibility: hidden;
}
div.cardfan:hover img:nth-child(2) {
	transform: translate(-40px,0px)  rotate(-20deg);
	-webkit-backface-visibility: hidden;
}
div.cardfan:hover img{
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
	-moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
	cursor: pointer;
}

/* Sidebar */
div#cardfan.sidebar {
	width: 200px;
	height: 212px;
	margin-bottom:4em;
}
div#cardfan.sidebar img {
	width: 150px;
	height: 212px;
}
div#cardfan.sidebar:hover img:first-child {
	-ms-transform: translate(20px,0px)  rotate(15deg);
	-moz-transform: translate(20px,0px)  rotate(15deg);
	-webkit-transform: translate(20px,0px)  rotate(15deg);
	transform: translate(20px,0px)  rotate(15deg);
	-webkit-backface-visibility: hidden;
}
div#cardfan.sidebar:hover img:nth-child(2) {
	-ms-transform: translate(-20px,0px)  rotate(-15deg);
	-moz-transform: translate(-20px,0px)  rotate(-15deg);
	-webkit-transform: translate(-20px,0px)  rotate(-15deg);
	transform: translate(-20px,0px)  rotate(-15deg);
	-webkit-backface-visibility: hidden;
}
#side-info{
	margin-top:-2em;
}
#side-info h6{
	margin-top:-40px;
	margin-bottom:5px;
}
#secondary-nav{
	margin-top:0px;
	margin-bottom:0px;
	padding:10px;
	background-color:#005994;
	text-align:center;
	display: none;
}
#secondary-nav .list-group{
	margin:0 auto;
}
#popular{
	margin-top:-30px;
	margin-bottom:20px;
	padding:10px;
	background-color:#005994;
	text-align:center;
	display: none;
}
#popular .list-group{
	margin:0 auto;
}
@media (min-width: 768px) {
.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
}
}

/* Accreditations */
#accreditations img{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
#accreditations img:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/* Main Page Layouts */

@media (min-width: 768px) {
/* Navbar positioning foo */
#page-header  {
	min-height: 200px;
	padding-top:50px;
}
}
#page-header {
	/*background-size:cover;*/
	background-size:auto;
	margin-top:-40px;
	margin-bottom:0px;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .7);
}
.header-deafult{
	background: url('/images/header-bkg-default.png') no-repeat center top fixed;
}
.fluid-wrapper{
	padding-top:40px;
	background-color: rgba(255,255,255,1.00);
}
#sidebar{
	margin-top:20px;
}
#sidebar .well p{
	margin-bottom:1em;
}
.col-right h4 {
	border-bottom: 1px solid #CECECE;
	padding-bottom: 9px;
	margin-bottom: 1em;
}
.col-right p {
	margin-bottom: 2em;
}
th, td{
	padding:5px;
}
blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left:none;
	color: #a5a4a4;
	font-style: italic;
	margin: 30px;
	padding: 30px;
	text-align: center;
}
blockquote cite {
	color: #999999;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

/* FORMS */
form{
	margin-bottom:50px;
}

form h3 {
	border-bottom: 1px solid #dfd7ca;
	padding-bottom: 5px;
	margin-bottom: 1em;
}
/* Forms */
.form-price{
	margin:15px 15px;
}
#form-docs-included{
	background-color:#F8F8F8;
	font-size:small;
	margin:1em 0 3em 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #EFEFEF;
}
/* Form Cards */
input#cc-number {
	background: url('/images/securepay/icon-card-placeholder.png') #FFF 98% no-repeat;
	background-size: 25px 19px;
}
input#cc-number.visa {
	background-image: url('/images/securepay/icon-card-visa.png');
}
input#cc-number.mastercard {
	background-image: url('/images/securepay/icon-card-mastercard.png');
}
input#cc-number.visaelectron {
	background-image: url('/images/securepay/icon-card-visaelectron.png');
}
input#cc-number.maestro {
	background-image: url('/images/securepay/icon-card-maestro.png');
}
input#cc-number.amex {
	background-image: url('/images/securepay/icon-card-amex.png');
}
.col-right h4 {
	border-bottom: 1px solid #dfd7ca;
	padding-bottom: 5px;
	margin-bottom: 1em;
}
.col-right p {
	margin-bottom: 2em;
}
.payment-options img{
	width:250px;
	height:86px;
}
ul.documents-provided{
	padding-left: 20px;
}
.numberGlyphIcon {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 25px;
    height: 25px;
    padding: 2px 9px 2px 9px;
	color:#FFFFFF;
    background: #CECECE;
    border: 2px solid #CECECE;
    text-align: center;
    font: 24px Arial, sans-serif;
	font-weight:800;
}

/* Form Maps */
#map-canvas{
	height:400px;
	margin-bottom:30px;
}
.breadcrumb>li+li:before {
	color: rgba(204, 204, 204, 1);
	content: "\232A\00a0";
}

/* Icon sizes */
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

/* MAP */
#map {
	height: 400px;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: -15px;
	margin-right: -15px;
}
/* Charts */
.morris-hover{
	position:absolute;
	z-index:1000;
}
.morris-hover.morris-default-style{
	border-radius:10px;
	padding:6px;
	color:#666;
	background:rgba(255,255,255,0.8);
	border:solid 2px rgba(230,230,230,0.8);
	font-family:sans-serif;
	font-size:12px;
	text-align:center;
}
.morris-hover.morris-default-style .morris-hover-row-label{
	font-weight:bold;
	margin:0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point{
	white-space:nowrap;
	margin:0.1em 0;
}
/* Landing Pages */
.info-box{
	min-height:8em;
}
.title-extract{
	font-family: "Courier New", Courier, monospace;
	font-weight:600;
	color:#0078b6;
}
/* Contact */
/*
#contact-options div:hover{
	transform-origin: center 300px;
	transition: all .3s linear;
}
#contact-options div:hover{
	border: 2px solid #ccc;
	border-radius:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.1);
}
*/
@media (min-width: 768px) {
#contact-options p{
	margin-top:2em;
	margin-bottom:2em;
}
}
@media (max-width: 520px) {
#contact-options div{
	padding: 5px;
	margin-bottom:1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contact-options div:first-child{
	background:#F8F8F8;
}
#contact-options div:nth-child(2){
	background:#EFEFEF;
}
#contact-options div:last-child{
	background:#F8F8F8;
}
}
/* Footer */
.footer {
	/* position: absolute; */
	/* bottom: 0;*/
	/*left:0;*/
	width: 100%;
	/* Set the fixed height of the footer here */
  	min-height: 250px;
	padding: 40px 0;
	background-color: #555555;
	border-top:#3997D4 solid 10px;
	margin-top:30px;
	color:#EFEFEF;
}
.footer h5{
	color:#CCC;
}
.footer-links{
	margin-bottom:30px;
}
.footer-logo {
	width: 111px;
	height: 30px;
}
.footer a, .footer a:visited{
	color:#EFEFEF;
}