/*
        Theme Name: AZ Family Estate Sales & Appraisals
        Theme URI: http://azfes.com
        Author: Anchorwave - http://anchorwave.com/
        Version: 1.0
*/

/* Table of Content
 ==================================================
 #Reset & Basics
 #Basic Styles
 #Site Styles
 #Typography
 #Links
 #Lists
 #Images/Medias
 #Helper classes
 #Basic WordPress Classes
 #Buttons
 #Forms
 #Misc
 -----------------------------------------------
 #Site Styles
 #Page Styles
 #Media Queries
 #Font-Face
*/

/* #Reset & Basics (Inspired by E. Meyers)
 ================================================== */
html{height: 100%;}
body{
	min-height: 100%;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #Basic Styles
 ================================================== */
body {
    background: #fff url("images/bg-body.png");
    font: 14px/1.3 "helveticaregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #817669;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    position: relative;
}

/* Highlight Color */
::-moz-selection {
    background: #014160;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #014160;
    color: #fff;
    text-shadow: none;
}
/* Device onclick */
a:link {
    -webkit-tap-highlight-color: #014160;
}

/* #Typography
 ================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}
h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 14px;
}
h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 7px;
}
h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
    font-family:helveticabold;
}
h4 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 4px;
}
h5 {
    font-size: 20px;
    line-height: 22px;
}
h6 {
    font-size: 14px;
    line-height: 18px;
}
.subheader {
    color: #777;
}

p {
    margin: 0 0 10px 0;
}
.blog p {
    margin-bottom: 25px;
}
.post header {
    margin-bottom: 25px;
}
p img {
    margin: 0;
}
p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em {
    font-style: italic;
}
strong {
    font-weight: bold;
    color: #333;
}
small {
    font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}
blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}
blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/* #Links
 ================================================== */
a, a:visited {
    color: #01ACD0;
    text-decoration: underline;
    outline: 0;
}
a:hover, a:focus {
    color: #000;
}
p a, p a:visited {
    line-height: inherit;
}

/* #Lists
 ================================================== */
ul, ol {
    margin-bottom: 20px;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc {
    list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
    margin-bottom: 6px;
}
li {
    line-height: 18px;
    margin-bottom: 12px;
}
.content li {
    line-height: 18px;
    list-style:disc;
    margin-left:25px;
    margin-bottom: 12px;
}
ul.large li {
    line-height: 21px;
}
li p {
    line-height: 21px;
}

/* #Images
 ================================================== */

img.scale-with-grid {
    max-width: 100%;
    height: auto;
    width: auto;
}

/* #Helper classes
 ================================================== */
.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}
.hidden {
    display: none;
    visibility: hidden;
}
.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}
.invisible {
    visibility: hidden;
}
.col {
    display: inline;
    float: left;
}

/* #Basic WordPress Classes
 ================================================== */
/* Aligns, prev next links */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.navigation, .comment-navigation {
    display: block;
    clear: both;
}
.navigation {
    margin-top: 40px;
    padding-bottom: 70px;
}
.comment-navigation {
    margin-top: 15px;
    padding-bottom: 5px;
}
.navigation a, .comment-navigation a {
}
.navigation a:hover, .comment-navigation a:hover {
}
.attachment a {
    border: 0
}
.navigation a img {
    border-radius: 0;
    border: none
}
.navigation-image a {
    border: none
}

/* images */
p img {
    padding: 0;
    max-width: 100%;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* Captions */
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #fafafa;
    padding-top: 5px;
    margin: 5px 25px 25px 0px;
    -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: 10px;
    line-height: 16px;
    padding: 4px 4px 5px 0;
    margin: 0;
    color: #666;
}

/* Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}
acronym, abbr {
    border-bottom: 1px dashed #999;
}
blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}
blockquote cite {
    margin: 5px 0 0;
    display: block;
}
.center {
    text-align: center;
}
.hidden {
    display: none;
}
.screen-reader-text {
    position: absolute;
    left: -1000em;
}

/* #Clearing
 ================================================== */

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
 or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after, .clearfix:after {
    clear: both;
}
.row, .clearfix {
    zoom: 1;
}
.group:before, .group:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.group:after { clear: both; }
.group { zoom: 1; }
/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearboth {
    clear: both;
}
/* #Buttons
 ================================================== */

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    width: 241px;
    height: 39px;
    background: #00add1; /* Old browsers */
    background: -moz-linear-gradient(top, #00add1 0%, #029cbc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00add1), color-stop(100%,#029cbc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00add1 0%,#029cbc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00add1 0%,#029cbc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00add1 0%,#029cbc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00add1 0%,#029cbc 100%); /* W3C */
    border: 1px solid #0395b3;
    padding: 4px 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    line-height: normal;
    /*padding: 8px 10px;*/
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    color: #fff;
    background: #029cbc; /* Old browsers */
    background: -moz-linear-gradient(top, #029cbc  0%, #00add1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00add1), color-stop(100%,#029cbc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #029cbc 0%,#00add1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #029cbc 0%,#00add1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #029cbc0%,#00add1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #029cbc 0%,#00add1 100%); /* W3C */
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}

.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
    border: 1px solid #666;
    background: #ccc; /* Old browsers */
    background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
    background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
    background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
    background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
    background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
    background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */
}

.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* #Forms
 ================================================== */

form {
    margin-bottom: 20px;
}
fieldset {
    margin-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: 1px solid #cea748;
    padding: 7px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px 'Droid Serif', serif;
    color: #6e6050;
    margin: 0;
    width: 231px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}
select {
    padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}
textarea {
    /*min-height: 60px;*/
    height: 79px !important;
    width: 241px !important;
    overflow: auto;
}
label, legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
}
select {
    width: 220px;
}
input[type="checkbox"] {
    display: inline;
}
label span, legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}
.gfield_contains_required {
    margin: 0 0 5px;
}

/* #Misc
 ================================================== */
.remove-bottom {
    margin-bottom: 0 !important;
}
.half-bottom {
    margin-bottom: 10px !important;
}
.add-bottom {
    margin-bottom: 20px !important;
}

/* #Site Styles
 ================================================== */
#primary-nav {
    margin: 48px 0 0;
    font: 16px/18px 'Droid Serif', serif;
}

/* #Page Styles
 ================================================== */
@font-face {
    font-family: 'helveticaregular';
    src: url('lib/fonts/helvetica_regular.eot');
    src: url('lib/fonts/helvetica_regular.eot?#iefix') format('embedded-opentype'), url('lib/fonts/helvetica_regular.woff') format('woff'), url('lib/fonts/helvetica_regular.ttf') format('truetype'), url('lib/fonts/helvetica_regular.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticabold';
    src: url('lib/fonts/helvetica_bold.eot');
    src: url('lib/fonts/helvetica_bold.eot?#iefix') format('embedded-opentype'), url('lib/fonts/helvetica_bold.woff') format('woff'), url('lib/fonts/helvetica_bold.ttf') format('truetype'), url('lib/fonts/helvetica_bold.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body:after {
    content: '';
    display: block;
    clear: both;
    height: 1%;
}
body:before {
    background: url("images/bg-pattern1.png");
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -9999;
    min-width: 960px;
}
.top-contact:after, #header:after, #main:after, #footer:after {
    content: '';
    display: block;
    clear: both;
}
#main {
    width: 100%;
    /*margin: 0 0 16px;*/
}
.main-holder {
    margin: -46px 0 0;
}
.wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.caption-wrapper {
    position: relative;
    width: auto;
}
.top-contact {
    background: url("images/bg-top.png");
    padding: 7px 0;
    min-width: 960px;
}
.top-contact span {
    font: 16px/18px 'Droid Serif', serif;
    color: #e4d9b7;
}
.top-contact span span {
    font-size: 20px;
    color: #fff;
    margin: 0 0 0 21px;
}
#header {
    width: 100%;
    position:relative;
    z-index: 9;
}
.nav-holder {
    width: 100%;
    min-width: 960px;
    background: url("images/bg-header.jpg") repeat-y 50% 0 /cover;
    border-bottom: 0px solid #f7f2e8;
}
.nav-holder:after {
    content: '';
    display: block;
    clear: both;
}
.logo-wrap {
    width: 410px;
    position: relative;
}
.site-title {
    text-transform: uppercase;
    font: 23px/22px 'Droid Serif', serif;
}
#logo {
    color: #362C21;
    display: block;
    float: left;
    margin: -30px 0 -20px;
    text-decoration: none;}
#logo > img {
    float: left;
}
.site-title {
    display: block;
    float: left;
    font: 23px/22px 'Droid Serif',serif;
    text-transform: uppercase;
    width: 240px;
    padding:58px 0 0 10px;
}
#home .flexslider{
    height: 475px;
}
.flexslider li img{
    width: 100%;
}
.interior .slider .flexslider{
    height: 297px;
}
/* FlexSlider Default Theme
 *********************************/
.flexslider {
    /*margin: 0 0 60px;*/
    position: relative;
    /*border-bottom: 2px solid #F7F2E8;*/
    zoom: 1;
    overflow: hidden;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    float: left;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.slides li {
    text-align: center;
    position: relative;
	margin-left:0;
}
.flex-control-paging { display: none; }
.flex-caption {
    width: 462px;
    height: 210px;
    position: absolute;
    top: 118px;
    background: url("images/bg-pattern3.png");
    color: #fff;
    right: 10px;
}
.interior .flex-caption {
    top: 65px;
}
body.interior .caption-holder,body.interior .flex-caption{height:auto;}
body.interior .caption-holder{background:transparent; border-right:9px solid #00ACD1; text-align: right;}
body.interior .caption-holder h1{font:italic 30px/32px 'Droid Serif', serif; color:#fff;}
.caption-holder {
    background: url("images/bg-slidebar.png") no-repeat scroll 100% 0 transparent;
    height: 160px;
    padding: 34px;
}
.caption-holder h2 {
    color: #fff;
    font: italic 30px/32px 'Droid Serif', serif;
    text-transform: capitalize;
}
.caption-holder a {
    font-weight: bold;
    color: #fadb5e;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    text-decoration: none;
}
.caption-holder a:hover {
    color: #f9cf27;
}
.slider-holder {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 0;
}
.carousel li {
    margin-right: 5px
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}
.flex-direction-nav .flex-prev {
    left: -36px;
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}
.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    bottom: 50px;
    left: 50%;
    margin: 0 0 0 -480px;
    position: absolute;
    width: 960px;
}
.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 29px;
    height: 23px;
    display: block;
    background: #15b4d4;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
	padding:5px 0 0 0;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}

/*.two-columns,*/.main-holder .wrapper {
    background: url("images/bg-content.png");
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
    position: relative;
    width: 960px;
    z-index: 1;
    /*top: -55px;*/
}
/*.two-columns:before,*/.main-holder .wrapper:before {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 51px 76px 100px #FFFFFF;
    -webkit-box-shadow: 0 51px 76px 100px #FFFFFF;
    -moz-box-shadow: 0 51px 76px 100px #FFFFFF;
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    width: 960px;
    z-index: -2;
}
body.interior .main-holder .wrapper .bg-bottom{padding:30px 19px;}
.history-timeline {
    margin: 0 auto;
    width: 860px;
}
.bg-bottom {
    background: url("images/bg-bottom.png") no-repeat 0 100%;
    overflow: hidden;
    padding: 23px 13px 25px 10px;

}
form.contactus-form .validation_error {
    display: none;
}
form.contactus-form .validation_message {
    font-size: 12px;
    padding-top: 2px;
}
/*.contactus-form,*/
.contactus-form_wrapper {
    background: url("images/bg-form1.png") no-repeat;
    padding: 71px 0 0;
    width: 280px;
    margin: -18px 0px 0 6px;
	float: right;
}
.contactus-form_wrapper .contactus-form {
    background: url("images/bg-form1.png") 100% 100% no-repeat;
    padding: 8px 21px 19px;
    width: 239px;
}
.contactus-form_wrapper .frame {
    margin: 0;
    padding: 8px 21px 0;
}
.contactus-form_wrapper .frame:after {
    content: '';
    display: block;
    clear: both;
}
.contactus-form_wrapper input[type='text'], .contactus-form_wrapper textarea {
    margin: 0;
}
.gform_fields {
    margin: 0 0 10px;
}
.content-holder {
    float: left;
    margin: 0 0 30px;
}
.block {
    display: inline-block;
    line-height: 18px;
    margin: 0 0 0 15px;
    width: 285px;
}
.block img {
    display: block;
    margin: 0 auto;
}
h2 {
    font: 20px/25px 'Droid Serif', serif;
    color:#619a2d;
}
h2 a {
    color: #619a2d;
    text-decoration: none;
}
h2 a:hover {
    color: #82d23a;
}
.line-wrap {
    background: url("images/bg-border.png") repeat-x scroll 0 center transparent;
    text-align: center;
}
.line-wrap .learn-more {
    background: url("images/bg-content.png") repeat scroll 0 0 transparent;
    padding: 0 10px;
}
.learn-more {
    color: #01ACD0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font:12px helveticabold;
}

.learn-more > span {
    background: url("images/ico-arrow.png") no-repeat scroll 95% 50% #fff;
    border-radius: 50px 50px 50px 50px;
    padding:8px 30px 8px 10px;
}
.learn-more > span:hover{
    background:url("images/ico-arrow.png") no-repeat scroll 95% 50% #fcfccb
}
.sales-block {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #4d8f14 url("images/bg-pattern2.png");
    font-family: 'Droid Serif', serif;
    margin-top: 45px;
}
.sales-block .txt-holder {
    color: #FFFFFF;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    width: 620px;
}
.sales-block span {
    background: url("images/bg-arrow.png") no-repeat scroll 50% 50% #4c771d;
    float: right;
    height: 65px;
    text-indent: -9999px;
    width: 44px;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}
.sales-block p {
    margin: 0 0 10px;
}
.txt-upcoming {
    text-transform: capitalize;
    margin: 0 21px 0 0;
    color: #fff;
    font: bold 22px/23px "helveticaregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 2% 0;
}
.inner-text {
    padding: 9px 0 0;
}
.arrow a {
    height: 100%;
    display: block;
}
.contactus-form h2 {
    text-transform: capitalize;
    color: #926129;
    top: 60px;
    margin: -40px 0 15px;
    font: bold 24px/28px "helveticaregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer {
    width: 100%;
}
.footer-wrap {
    width: 960px;
    margin: 0 auto;
    background: url("images/bg-footer.png") 50% -10px no-repeat;
    padding: 16px 0 30px;
}
.nav-wrap {
    display: inline-block;
    text-align: center;
}
.footer-nav {
    font: 13px/18px 'Droid Serif', serif;
    width: 720px;
}
.footer-nav a {
    color: #625647 !important;
    text-decoration: none;
}
.footer-nav a:hover {
    color: #e88b17 !important;
}
.footer-nav li {
    padding: 0 !important;
}
.footer-nav .main-nav {
    display: inline-block;
}
.footer-nav p {
    margin: 0 !important;
}
.footer-nav a:hover {
    text-decoration: none;
}
/*About Us Page Styles*/
.breadcrumb{color:#FADB5E;}
.breadcrumb a,.breadcrumb span {
    color: #FFFFFF;
    font-weight: normal;
}
.img-hldr.alignleft{margin-right:16px;}
.img-hldr{
    padding:4px;
    background:#F4F1E8;
    box-shadow:0 0 5px #A9A28F;
    -moz-box-shadow:0 0 5px #A9A28F;
    -webkit-box-shadow:0 0 5px #A9A28F;
}
.img-hldr img{float:left;}
.intro {
    margin-bottom: 30px;
}
.txt-wrap{overflow:hidden; padding-bottom:10px;}
.txt-wrap .learn-more{margin-top: 10px;}
.content-block {
    clear: both;
    margin-bottom: 20px;
}
.sec-title{
    background: url("images/sec-bg.jpg") repeat-x center;
    text-align: center;
    margin: 30px 0 15px;
}
.sec-title h3{
    background:url("images/bg-content.png") repeat scroll 0 0 transparent ;
    padding: 0 20px;
    display: inline;
    color:#00add0;
}
.history-content h4 {
    font:30px 'Droid Serif';
    color:#7d7265;
    text-align:left;
}
.history-content{text-align:left; font-family:'Droid Serif';}
.history-content .img-hldr{
    box-shadow:4px 4px 5px #A9A28F;
    -moz-box-shadow:4px 4px 5px #A9A28F;
    -webkit-box-shadow:4px 4px 5px #A9A28F;
    margin-right:22px;
}
#history-section #history-slider {
    background: url("images/history-timeline-bar.jpg") no-repeat scroll center 23px transparent;
    border: medium none;
    height: 85px;
    margin: 0 auto;
    bottom: -5px;
    position: relative;
    text-align: center;
    margin-top: 30px;
    width: 921px;
}
#history-section #history-slider li {
    background: url("images/history-timeline-pointer.jpg") no-repeat scroll center 29px transparent;
    float: left;
    margin-right: 83px;
    padding-top: 45px;
    left:0;
    margin-left: 0;
}
#history-section #history-slider li.flex-active-slide {
    background: url("images/timeline-pointer.png") no-repeat scroll center 3px transparent;
}
#history-section #history-slider li a {
    color: #7b7562;
    display: block;
    font-size: 20px;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Droid Serif',serif;
    padding: 5px 0;
}
#history-section #history-slider li.flex-active-slide a {
    color: #699E37;
}
.block-testimonials{
    background: url("images/brown-pattern.jpg") repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    box-shadow: 0 0 60px #DACAA5 inset;
    -moz-box-shadow: 0 0 60px #DACAA5 inset;
    -webkit-box-shadow: 0 0 60px #DACAA5 inset;
    padding: 25px 35px;
    margin-top:30px;
}
.testimoial-details{float:right; width:607px;}
.testimoial-details blockquote{
    border:0px;
    margin:0px;
    padding:0px;
    font: 15px "helveticaregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#7d7265;
}
.author-details {
    display: block;
    font: 14px helveticabold;
    padding-right: 30px;
    text-align: right;
}
.block-testimonials > h3,.bottom-content h3 {
    color: #574D41;
    font-size: 22px;
    margin: 14px 0 17px;

    text-shadow: 1px 1px 1px #F8EDD2
}

.bottom-widgets-container{padding-top:30px; clear: both;}
.bottom-widgets-container .widget-container{
    float:left;
    border-right:9px solid #00ACD1;
    background:url(images/flora-pattern.jpg) repeat-y;
    min-height:102px;
}
.bottom-widgets-container .widget-container .widget{
    min-height: 85px;
    padding: 17px 0 0 27px;
    width: 234px;
    color:#fff;
}
.bottom-widgets-container .widget-middle,
.bottom-widgets-container .widget-container:nth-child(2){margin:0px 54px;}
.bottom-widgets-container .widget-container .widget h3{
    font:italic 23px 'Droid Serif',serif;
    color:#fff;
}
/*Appraisal Services*/
.bottom-content{}
.teaser-img-hldr{
    border-radius:5px;
    padding-left:7px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    overflow:hidden;
    position:relative;
}
.teaser-img-hldr h5{
    background:url(images/green-flora-pattern.jpg) no-repeat;
    color:#fff;
    text-transform:text-transform;
    font:20px "helveticaregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding:12px 0 10px 17px;
}
.teaser-img-hldr img{float:left;}
.invisible-link{width:100%; height:100%; display:block; position:absolute; left:0; top:0;}

/*upcoming sales page css goes here*/
.accordion-tabs {
    width:100%;
}
.tabs-head {
    background: #619a2d;
    color: #fff;
    cursor: pointer;
    padding:8px 5px;
    margin: 0 0 8px 0;
    font:normal 20px/1 'Droid Serif', serif;
    clear:both;
}
.menu_body {
    overflow:hidden;
}

.hide{
    display:none;
}
.plusminus{
    float:right;
    font:normal 12px/2.2 'Droid Serif', serif;

}
.sales-banner{
    width:350px;
    margin-right:35px;

}
.minus{
    background:url(images/minus.png) no-repeat right;

    height:26px;
    margin-right:15px;
    padding-right:35px;
    margin-top:-3px;
}
.plus{
    background:url(images/plus.png) no-repeat right;
    height:26px;
    margin-right:15px;
    padding-right:35px;
    margin-top:-3px;
}

.sale-info li{
    width:100%;
    margin:0;
}

.sale-info li strong{
    font:bold 14px/18px "helveticaregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#7d7265;
}
.stock{
    overflow:hidden;
}
.stock h6{
    font:bold 14px/18px "helveticaregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#7d7265;
}
.stock p{
    margin-bottom:20px;
}

/* upcoming page FlexSlider Necessary Styles
*********************************/



.salesslider .slides img {
    width: 100%;
    display: block;
}
/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}
/* FlexSlider Default Theme
*********************************/
.salesslider {
    border: 4px solid #fff;
    position: relative;

    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
    margin-bottom: 8px;
    width:340px;
    margin-left:5px;
    margin-right:5px;
}

.salesslider ul {
    margin-bottom: 0;
}
.sales-banner .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.salesslider .slides {
    zoom: 1;
}
.sales-banner .carousel li {
    margin-right: 5px;
}
/* Direction Nav */
.sales-banner .flex-direction-nav {
    *height: 0;
}
.sales-thumb .flex-direction-nav li{
    width:20px !important;
    border:none;
}
.sales-banner .flex-direction-nav a {
    display: block;
    width: 26px;
    height: 27px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity:1;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-indent: -9999px;
    background:url(images/prev-next-btn.png) no-repeat;
}
.sales-banner .flex-direction-nav .flex-prev  {
    left: -22px;
    background-position:0px 0;
}
.sales-banner .flex-direction-nav .flex-next {
    right: -35px;
    background-position:-40px 0;

}

.sales-banner .flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.sales-banner .flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
}
.sales-banner .flex-direction-nav a.flex-next:before {
    content: '\f002';
}
/* Pause/Play */
.sales-banner .flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.sales-banner .flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.sales-banner .flex-pauseplay a:hover {
    opacity: 1;
}
.sales-banner .flex-pauseplay a.flex-play:before {
    content: '\f003';
}
/* Control Nav */
.sales-banner .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.sales-banner .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.sales-banner .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;

    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.sales-banner .flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,0.7);
}
.sales-banner .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,0.9);
    cursor: default;
}
.sales-banner .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}
.sales-banner .flex-control-thumbs img:hover {
    opacity: 1;
}
.sales-banner .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.sales-thumb{
    width:331px;
    float:left;
    margin-left:11px;

}
.sales-thumb li {
    border: 4px solid #fff;
    width: 51px !important;
    margin: 0 4px;
    height:37px;
    -webkit-box-shadow: 0px 0px 5px rgba(228,224,213,0.82);
    -moz-box-shadow: 0px 0px 5px rgba(228,224,213,0.82);
    box-shadow: 0px 0px 5px rgba(228,224,213,0.82);
    left: 0;
}
.sales-thumb .flex-direction-nav a{
    margin-top:-40px;
}
.sales-thumb li img {
    width: 100%;
}
.salesslider li{
    margin-bottom:0;
    left: 0;

}

.sales-banner .flexslider{
    overflow:inherit;
    float:left;
}
.sales-thumb .flex-viewport{
    overflow:inherit;
    float:left;
}

.salesslider .flex-direction-nav{
    display:none;
}
.widget-container .widget{position:relative;}
.widget-container .widget-title{display:none;}

/*Contact Us Page Styles*/
.gform_wrapper form ul li select,.gform_wrapper form ul li input.medium{
    width:300px;
}
.gform_wrapper form ul li select {
    padding: 5px;
    width: 310px;
}
.contact-form .gform_wrapper form ul li{
    float:left;
    width:350px;
}
.contact-form .gform_wrapper form ul li textarea {
    resize: none;
    width: 300px !important;
}
.gform_footer.top_label input {
    margin-top: 0;
    width: 120px;
}
.contact-form .gform_wrapper form ul li.drop-down {
    margin-bottom: 6px;
    margin-top: -16px;
}
/* #contact
================================================== */
.contact-detail{
    width: 530px;
    float: left;
    margin-right: 40px;
}
.contact-detail address{
    width: 255px;
    margin-bottom: 30px;
    margin-left: 20px;
    line-height: 30px;
}
.contact-detail address strong{
    color: #362c21;
}
.contact-form{
    width: 335px;
    float: left;
    margin-bottom: 60px;
}
.contact-form .button{
    float: right;
}
.gform_wrapper li{
    list-style: none;
	margin-left: 0;
}


.subscribe{
    margin-right: 5px;
    clear: both;
}
.subscribe .gform_wrapper{
    float: left;
    margin-bottom: 0;
    position: relative;
}
.subscribe form{
    margin-bottom: 0;
}
.gform_title{
    color: #619A2D;
    font: 20px/25px 'Droid Serif',serif;
    text-transform: inherit;
}
.subscribe .gform_body{
    float: left;
}
.subscribe input[type="text"]{
    width: 265px !important;
    color: #3e3629;
    border-radius: 0;
    margin-bottom: 0;
    height: 23px;
}
.subscribe .gform_footer{
    /*float: left;*/
    clear: both;
	display: block;
}
.subscribe .gform_wrapper li{
    left: 0;
}
.subscribe .button{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.subscribe .gform_ajax_spinner{
    position: absolute;
    right: 130px;
    top: 45px;
}

.subscribe #gforms_confirmation_message{
    color: #619A2D;
}
.validation_message,
.validation_error{
    color: red;

}
.fb {
    text-decoration: none;
    color: #619A2D;
    display: block;
    font-family: 'Droid Serif',serif;
    font-size: 18px;
}
.fb span{
    display: block;
    background: url(images/facebook.png) no-repeat;
    height: 48px;
    margin: 10px 0 5px 65px;
    width: 48px;
}
#history-carousel li{
    left: 0;
    margin-left: 0;
}



/*===================================== 25th September =====================================*/


#home .content h1 { padding-bottom: 35px; margin-left: 15px; }
.content h1 { font: 28px/31px 'Droid Serif', serif; color: #619a2d; padding-bottom: 15px; }
