@charset "utf-8";

/* CSS Document */





/*********>>>> Font Kits <<<<<***********/



@font-face {

    font-family: 'AvalonBold';

    src: url('../fonts/avalon-bold/avalon-bold-36203.eot');

    src: url('../fonts/avalon-bold/avalon-bold-36203.eot') format('embedded-opentype'),

         url('../fonts/avalon-bold/avalon-bold-36203.woff') format('woff'),

         url('../fonts/avalon-bold/avalon-bold-36203.ttf') format('truetype'),

         url('../fonts/avalon-bold/avalon-bold-36203.svg#AvalonBold') format('svg');

}



@font-face {

    font-family: 'AvalonPlain';

    src: url('../fonts/avalon-plain/avalon-plain.eot');

    src: url('../fonts/avalon-plain/avalon-plain.eot') format('embedded-opentype'),

         url('../fonts/avalon-plain/avalon-plain.woff') format('woff'),

         url('../fonts/avalon-plain/avalon-plain.ttf') format('truetype'),

         url('../fonts/avalon-plain/avalon-plain.svg#AvalonPlain') format('svg');

}





/***** Global reset styles *******/

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 { -webkit-font-smoothing:antialiased; margin:0px; padding:0px;  font-family: 'AvalonPlain'; font-size:14px; color:#565656; line-height:18px; text-decoration:none;  height:100%; display:table; width:100%; }

html { height:100%; display:table; width:100%; }

a, img { margin:0px; padding:0px; border:none; text-decoration:none; }

.clear { clear:both; }

.left { float:left; }

.right { float:right; }

/*** Headings ***/

h1 { margin:0px; padding:0px; font-size:23px; }

h2 { margin:0px; padding:0px; font-size:17px; }

h3 { margin:0px; padding:0px; font-size:13px; }

h4 { margin:0px; padding:0px; font-size:16px; }

h5 { margin:0px; padding:0px; font-size:15px; }

h6 { margin:0px; padding:0px; font-size:12px; }

/*** Links ***/

a { /*color:#8d99a9;*/ text-decoration:none; }

*:hover { transition:1s; -webkit-transition:1s; }

/*a:hover {color:#FFEA3D;  }*/

a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; color:inherit; text-decoration:none; }

/*** Typography ***/

b, strong { font-weight: bold; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

small { font-size: 85%; }

/*** Spacing ***/

hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, p, table, address, fieldset, figure { margin-bottom: 10px; margin-top: 10px; }

/*.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { margin:0px; padding:0px; }

.row { margin:0px; padding:0px; }

.container-fluid { padding: 0; }

.collapse.navbar-collapse { padding: 0; }

.container { padding:0; margin:0px auto; }*/

input[type="button"] { transition:1s; -webkit-transition:1s; }

input[type="button"]:hover { transition:1s; -webkit-transition:1s; }



/*****************[: Header :]********************/

.home-bg { background-color:#A8D16B; background-size:100%; display:table; width:100%; height:100%; position:relative; z-index:1;}

.inner-page-bg { background-color:#A8D16B; background-size:100%; display:table; width:100%; height:100%; position:relative; z-index:1;}

.dotted-overlay {    width: 100%;height: 100%;position: absolute;background: url("../images/dotted-overlay.png");background-size: 0.35%;overflow: visible;z-index: -1;top: 0;opacity:0.8; -webkit-transition: all 0.5s ease-in;-moz-transition: all 0.5s ease-in;-o-transition: all 0.5s ease-in;transition: all 0.5s ease-out}

.shadow-overlay {    width: 100%;height: 100%;position: absolute;background: url("../images/shadow-overlay.png");background-size: 100%;overflow: visible;z-index: -1;top: 0; -webkit-transition: all 0.5s ease-in;-moz-transition: all 0.5s ease-in;-o-transition: all 0.5s ease-in;transition: all 0.5s ease-out}

.bg-overlay { background: url("../images/background3.png"); background-position: 100%; background-size: 100%; background-repeat: no-repeat; width: 100%; height: 100%; opacity: 0.3; position: absolute; top: 0; display: block; left: 0; bottom: 0;right: 0; z-index: -1;overflow: visible; margin: auto;max-width:1080px;max-height:500px;

}







.header { width:100%; display:table; margin:0px 0 0; background:url(../images/overlay.png) repeat; }

.header-bg {background:#fff; border-radius:10px 10px 0px 0px;  width:100%; display:table;   margin-top: 45px; }

.brand {display: inline-block;  margin: 5px 0 0;}



/***** navigation ****/

.navigation { width:auto; margin:0; float:right; padding: 0;    font-family: 'AvalonBold';  }

.navigation .navbar-custom .navbar-nav li a { color:#B1CA58;  font-size:13px; text-transform:uppercase; padding: 29px 19px; }

.navigation .navbar-custom .navbar-nav li:first-child a { }

.navigation .navbar-custom .navbar-nav li.current-menu-item a { color:#fff; background:#A8D16B;  }

.navbar.navbar-custom { margin: 0; }

.navbar-custom .nav > li > a:hover, .navbar-custom .nav > li > a:focus { color:#fff; background:#A8D16B;  }

.navbar-custom .nav .open > a, .navbar-custom .nav .open > a:hover, .navbar-custom .nav .open > a:focus { background:#93c4f9; color:#fff; }

.navigation .nav.navbar-nav { display: table; float: none; }

.navigation .navbar { min-height:0px; }

.navigation .nav.navbar-nav { margin:0 auto; }

.navigation .navbar-nav li .dropdown-menu { width:auto; border:1px solid #ccc; margin:0px; padding:0px; }

.navigation .navbar-nav li .dropdown-menu li a { font-size:13px; padding: 6px 15px; }

.navigation .navbar-nav li .dropdown-menu li a:hover { color:#000; background:#ececec; }

/*****************[: Banner :]********************/

.middle-content { display:table; width:100%; padding:65px 0;  border-top:2px solid #fff; margin:-2px 0 0; }

.home-content h1 {  font-family: 'AvalonBold'; font-size:35px; line-height:40px; color:#fff; width:55%; margin:2em auto 1em;}

.home-content p { font-size:22px; color:#fff; line-height:26px;}

.home-content { text-align:center;}

.srch-bg { background:#fff; border-radius:10px; padding:30px 40px;   width: 70%; margin:0 auto;}

.search-block { box-shadow:0 0 3px 1px #ccc; width:100%; display:table; padding:5px;position:relative;}

.search-block input[type="text"] { float:left; width:78%; padding:18px 10px; border:none; font-size:15px; }

.search-block input[type="submit"] { float:right; background:#A8D16B; border:1px solid #dde8f0; width:30%; padding:15px 10px; border-radius:10px; color:#fff; font-size:17px; font-family: 'AvalonBold'; margin-top;-21px;}





/********* [: footer :] ***********/

.footer { display:table; width:100%; background:url(../images/overlay.png) repeat; border-top:2px solid #fff; position:absolute; bottom:0px;}

.footer  p { color:#fff; font-size:14px; text-align:center;}

.privacy { text-decoration:underline; font-style:italic;}





/*********** inner pages ***************/

.inner-page-content { background:#fff; width:100%; display:table; padding:40px;  margin: 0 0 40px;}

.page-heading { line-height:25px; margin:0 0 20px; background:url(../images/heading-line.jpg) no-repeat; width:100%; color:#000; float:left; background-size:82%; font-size:25px; padding:0px; background-position:190px center ;}

.contact-form { float:left;display: table;  width: 100%;   margin:10px 0 0;}

.contact-form  .form-row { display: table;  width: 100%;  margin-top: 20px;}

.contact-form .left, .contact-form .right  { width:48%;}

.full-width { width:100%;}

.contact-form .form-row  input, .contact-form .form-row textarea { border:1px solid #ddd; background:#fff; padding:10px; width:100%;}

.contact-form .form-row textarea { height:180px;}

.contact-form .form-row input[type="submit"]  { height:50px;margin:20px 0 0; float:left; text-transform:uppercase; background:#ff9000; border:1px solid #ec2127; width:auto; padding:15px 30px; border-radius:10px; color:#fff; font-size:15px; font-family: 'AvalonBold';}

.inner-page-content.enquiry-page { padding:0px;   border-radius: 10px; }

.enquiry-heading  { background:#21409A; color:#fff;  font-family: 'AvalonBold'; font-size:28px; line-height:28px; margin:0;  border-radius: 10px 10px 0 0;  padding: 15px 20px; }

.tab-heading { font-size:22px; background:#21409A; color:#fff;  font-family: 'AvalonBold'; padding: 10px 20px;}

.inner-page-content.enquiry-page .lead { font-size:14px; color:#000; width:75%; margin:15px auto; }

.abt-ur-prprty { width:75%; margin:0 auto; display:table; padding:25px 0;}

.required { padding:0 0 10px; font-size:15px; color:#000;  font-family: 'AvalonBold'; display:table; margin:0 auto; width:75%;}

.inner-page-content.enquiry-page hr { border:none; border-bottom:1px solid #eee; margin:0px;}

.left-prprty  {float: left;  width: 50%;}

.right-prprty {float:right;  width: 50%;}

.abt-ur-prprty .form-row label { float:left; color:#000; margin:8px 5px 0 0px ; width:35%; text-align:right;}

.abt-ur-prprty .form-row select, .abt-ur-prprty .form-row input { float:left;  border: 1px solid #ddd; padding: 6px 10px;  width:55%;}

.abt-ur-prprty  .form-row { display: table;  width: 100%; margin-bottom:20px;}

.checkbox-group {  float: left;  width: 55%;}

.chk-row { display: table;  width: 100%;}

.abt-ur-prprty  .checkbox-group input { width:auto;}

.abt-ur-prprty .form-row.mrgn-zero label { margin:0px 5px 0 0;}

.abt-ur-prprty   .form-row.mrgn-zero .checkbox-group label { width:auto; margin:1px 0 0 5px;}

.radio-btns {   display: table;  width: 55%;}

.radio-btns .left, .radio-btns .right { width:35%; float:left;}

.abt-ur-prprty .form-row .radio-btns input { width:auto; margin:10px 3px 0 0px;}

.abt-ur-prprty .form-row .radio-btns label { width:auto;}

.abt-ur-prprty  .unit-street .left{ width:40%;}

 .abt-ur-prprty  .unit-street .right { width:55%;}

.form-row.unit-street { float:right; width:75%;}

.form-row.unit-street .right input { width:40%;}

.property-service { width:75%; margin:15px auto 40px; display:table;}

.abt-urself { width:75%; display:table; margin:30px auto 40px;}

.abt-urself .form-row { width:100%; display:table; margin-bottom:20px;}

.abt-urself label { float:left; color:#000; margin:8px 5px 0 0px ; width:25%; text-align:right;}

.abt-urself input { float:left; border: 1px solid #ddd; padding: 6px 10px;  width:55%;}

.abt-urself .left , .abt-urself .right{ width:50%;}

.terms-conditions { width:100%; display:table;}

.terms-conditions  input[type="checkbox"] { width:auto; float:left;}

.terms-conditions p { float:left; margin:0 0 0 10px;}

.terms-conditions  input[type="submit"] { margin:0px 0 0; float:left; text-transform:uppercase; background:#ff9000; border:1px solid #ec2127; width:auto; padding:10px 40px; border-radius:10px; color:#fff; font-size:15px; font-family: 'AvalonBold';}

.privacy-policy {float: left;  margin: 10px 6% 0 0;}



/*********** Pop up ************/

.overlay { background:url(../images/overlay.png) repeat; width:100%; height:100%; position:absolute; top:0px; }

.pop-up-block { background:#fff; padding:30px 20px; position:relative; width:70%; }

.email { color:#ff9000;}

.pop-up-block h2 { font-size:22px; color:#ff9000; margin:0px;}

.pop-up-block p { font-size:16px; color:#000; margin:30px 0 0px;}

.pop-up-block .close-btn a { position:absolute; top:0px; right:0px; font-family: 'AvalonBold';  color:#fff; background:#FF9000; font-size: 18px; padding: 4px 8px; }

.popup { position:absolute; top:40%; left:29%; }



/* custom added css*/ 

span.wpcf7-not-valid-tip {margin-top: 5px;}

.footer span.privacy a {color: #ffffff;}

.srch-bg .error {margin-top: 7px; position: relative;}

/* custom added css end*/ 



/*validation for enquiry form error start*/

.enq_err {  color: red; display: table; margin-left: 148px; padding-top: 7px;float: left;}   

.right .enq_err , .abt-urself .privacy-policy .enq_err { margin-left:0px; }  

.contact-form .enq_err {  color: red; display: table;padding-top: 7px;float: left;  margin-left:0;}

.abt-urself .enq_err{margin-left:110px;display:block;}

.enq_err1{color:red;display: table; padding-top: 7px;}

.enq_err2 {color:red; margin-left:48px;display: table; padding-top: 7px;}

.enq_err4 { color: red; display: table; margin-top: 9px; }

/*validation for enquiry form error end*/



.search-block input[type="email"] {

    border: medium none;

    float: left;

    font-size: 15px;

    padding: 16px 10px;

    width: 70%;

    color: black;

}



.search-block input[type="text"] {

    border: medium none;

    float: left;

    font-size: 15px;

    padding: 16px 10px;

    width: 70%;

    color: black;

}



.terms-conditions input[type="button"] {

    background: none repeat scroll 0 0 #BFB557;

    border: 1px solid #BFB557;

    border-radius: 10px;

    color: #fff;

    float: left;

    font-family: 'AvalonBold';

    font-size: 15px;

    margin: 0;

    padding: 10px 40px;

    text-transform: uppercase;

    width: auto;

}

.aussi-en-pop h3 {

    color: #ff9000;

    font-size: 19px;

    font-weight: bold;

}

.aussi-en-pop p {

    font-size: 14px;

    font-weight: bold;

    line-height: 2;

}



.aussi-en-pop{

 width: 488px !important;

}

.aussi-en-pop a{ color:#ff9000; }



#ajax-loader {

    margin-left: 4px;

    margin-top: 3px;

}

.wpcf7-mail-sent-ok{display:none !important;}





  .wpcf7-text .wpcf7-email  {

    border: medium none;

    float: left;

    font-size: 15px;

    padding: 18px 10px;

    width: 65%;

}

.page-id-4 span.wpcf7-not-valid-tip{Display:none !important;}

.page-id-4 div.wpcf7-response-output {color:red;}

.page-id-4 div.wpcf7-validation-errors{border:none !important;  margin-right:385px;}





/*========================================

    search-block

=========================================*/

.srch-bg{ padding:20px;}

.home-content .search-block p{ line-height:normal; margin:0; padding:0; }



div.wpcf7 img.ajax-loader{ display:none;}

.page-id-4 div.wpcf7-validation-errors{ text-align:left; padding:0;}



#purpose_of_request_err {

    margin-left: 148px;

}

html.fancybox-margin.fancybox-lock {width:100%;}



.brand img {



      max-width: 350px;

  max-height: 70px;

}



@media (max-width: 500px) {

.bnr {

display:block;

}



.nv {

width: 100%;

  text-align: center;

}

.search-block input[type="submit"] { width:100%;}

#homepageemail_form .button-primary {

    position: relative;

    top: 0;

    right: 0;

    margin: 0px;

    bottom: 0;

}

}





/* Validation CS */



.form-error {



    display: inline;

    float: left;

    margin: 10px;

}



#homepageemail_form label { margin-top: 0px; position: relative; display: inline-block; line-height: 1; vertical-align: top; cursor: hand; width: 100%; float: left; text-align: left; padding: 0 10px; text-align: left; color: red;}

#homepageemail_form .button-primary {position: absolute; top: 0; right: 0; margin: 5px; }





@media screen and (max-width: 500px) {
    #homepageemail_form .button-primary {
        position: relative !important;
        left: 5px;
    }
}