/**
 * @version $Id: 20131128
 * @desc n0aX
 */
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}

article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
    display: block;
}

.error, .alert, .notice, .success, .info {
    padding: 0.8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

.error, .alert {
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #fbc2c4;
}

.notice {
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324;
}

.success {
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880;
}

.info {
    background: #d5edf8;
    color: #205791;
    border-color: #92cae4;
}

.error a, .alert a {
    color: #8a1f11;
}

.notice a {
    color: #514721;
}

.success a {
    color: #264409;
}

.info a {
    color: #205791;
}

hr.space {
    background: #fff;
    color: #fff;
    visibility: hidden;
}

.clearfix:after, .container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clearfix, .container {
    display: block;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.center,.aligncenter {
    text-align: center;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.vtop {
    vertical-align: top;
}

.vmiddle {
    vertical-align: middle;
}

.vbaseline {
    vertical-align: baseline;
}

.display-b {
    display: block;
}

.display-ib {
    display: inline-block;
}

.plain {
    text-decoration: none;
    cursor: pointer;
}

.link {
    text-decoration: underline;
    cursor: pointer;
}/* typography */.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}

.quiet {
    color: #666;
}

.loud {
    color: #000;
}

.highlight {
    background: #ff0;
}

.added {
    background: #060;
    color: #fff;
}

.removed {
    background: #900;
    color: #fff;
}

.borderless {
    border: 0 !important;
}

.oh,.noflow {
    overflow: hidden;
}

.box {
    padding: 1.5em;
    margin-bottom: 1.5em;
    background: #e5eCf9;
}

img {
    border: 0;
}/** * @desc some pages are using them *  */.error_field {
    border: 1px solid red;
}

.error_message {
    background-color: #F5CDCD;
    border: 1px solid red;
    padding: 10px;
    vertical-align: middle;
    width: 400px;
    display: none;
}

.error_field_list {
    text-align: left;
}

/**
 * @desc BEGIN CORE
 */

/**
 * @desc generic page/form schema
 */


.inner-content ul.ul-generic {
    margin-left: 0;
    padding-left: 0;
}

.ul-generic {
    margin-left: 0;
    overflow: hidden;
}

.ul-generic li {
    display: block;
    margin: 0.75em 0;
    overflow: hidden;
}

.ul-generic li.display-ib {
    display: inline-block;
}

.ul-generic li label {
    display: inline-block;
    width: 30%;
    cursor: pointer;
    margin-right: 10px;
    border-bottom: 1px #ccc solid;
    vertical-align: top;
    margin-top: 0.5em;
}

.ul-generic li label.borderless {
    border: 0;
}

.ul-generic li label.required {
    background: transparent url('../images/required.png') no-repeat top right scroll;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-right: 15px;
}

.ul-generic li span.captchaimg {
    display: inline-block;
    width: 40%;
}

.ul-generic li span.captchainput {
    display: inline-block;
}
/* .ul-generic li form { display:inline-block;} */
.vertical-list li {
    display: block;
}
.top_contactbox p a,
.top_contactbox p span{
	font-size:22px !important;
}
.ul-form {
    padding: 0;
}

.ul-form li {
    clear: both;
    display: block;
    overflow: visible;
}

.ul-form li label {
    float: left;
    margin-top: 1em;
}

.ul-generic li span.holder {
    width: 65%;
    margin-top: 0.5em;
    float: left;
}

/**
 * @desc 2-column layout in sub template pages
 */

.ul-generic .li-leftside {
    width: 50%;
    font-size: 12px;
    float: left;
    clear: none;
}

.ul-generic .li-leftside li {
    display: block;
    clear: both;
}

.ul-generic .li-leftside li label {
    width: 33%;
    float: left;
}

.ul-generic .li-leftside li span.holder {
    width: 60%;
}

.ul-generic .li-rightside {
    width: 50%;
    font-size: 12px;
    float: left;
    clear: none;
}

.ul-generic .li-rightside li {
    display: block;
    clear: both;
}

.ul-generic .li-rightside li label {
    width: 33%;
    float: left;
}

.ul-generic .li-rightside li span.holder {
    width: 60%;
}

/**
 * @desc testimonials
 */


#ul-testimonials-list blockquote {
    background-color: #f9f9f9;
    color: #0A3553;
    border-left: 5px solid #ccc;
    margin: 0 10px;
    padding: .5em 10px;
    quotes: "\201C" "\201D" "\201C" "\201D";
    overflow: hidden;
}

#ul-testimonials-list blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em;
}

#ul-testimonials-list blockquote p img {
    padding: 0 0 0 10px;
    float: right;
}

#ul-testimonials-list blockquote p {
    display: inline;
}

#ul-testimonials-list.invert-color blockquote {
    background-color: #666 !important;
}

#ul-testimonials-list.invert-color blockquote p {
    color: #fff !important;
}

#ul-testimonials-list {
    margin-bottom: 10px;
}

input.button3d {
    border-width: 1px;
}


/**
 * @desc homesgroups listings
 */

ul#homesgroups-listing li {
/* background-color: #ff9;*/
    display: inline-block;
    padding: 0 5px;
}

ul#homesgroups-listing li.not-id {
    background-color: #eee;
}

ul#homesgroups-listing li.not-id:hover,ul#homesgroups-listing li.not-id:focus {
    background-color: #ff9;
}

/**
 * @desc property_map
 */

#ul-property_map {
}
/*
#ul-property_map li.all-listings { background-color: #ff9; }
#ul-property_map li.for-rent { background-color: #ff9; }
#ul-property_map li.for-sale { background-color: #ff9; }
#ul-property_map li.property-map { background-color: #ff9; }
#ul-property_map li.with-type { background-color: #eee; }
#ul-property_map li.with-type:hover,#ul-property_map li.with-type:focus { background-color: #ff9; }
*/
#ul-property_map .homes {
}

#ul-property_map .homes div#map {
    width: 98%;
    height: 600px;
}

div.property-map {
    width: 480px;
    height: 300px;
    margin: 20px auto;
}

#table-notes .div-notes {
    border-top: 1px solid black;
}

#table-notes .table-head {
}

#table-notes tr {
    background-color: #eee;
}

#table-notes tr.subhead {
    background-color: #ddd;
}

#table-notes .td-date {
    width: 100px;
}

#table-notes .td-message {
}

#table-notes .td-public {
    width: 50px;
}


/**
 * @desc availablehomes investors
 */

#ul-availablehomes-submit {
}

#ul-availablehomes-submit #error {
}

#ul-availablehomes-submit #error #error_field_list {
}

#ul-availablehomes-submit #error #error_field_list li {
    display: block;
}

#table-search {
}

#table-search th {
    text-align: center;
    font-weight: bold;
}

#table-search td {
    padding: 5px;
}

ul#ul-availablehomes li h4,ul#ul-availablehomes li h3 {
    text-align: center;
    font-weight: bold;
}

ul#ul-availablehomes li.single-home {
}

ul#ul-availablehomes li.single-home div.enquire {
}

ul#ul-availablehomes ul#property-details {
    color: #fff;
    overflow: hidden;
}

ul#ul-availablehomes ul#property-details li {
    display: block;
    clear: both;
}

ul#ul-availablehomes ul#property-details li label {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    float: left;
}

ul#ul-features li {
    clear: none;
    width: 200px;
    float: left;
    overflow: hidden;
}

ul#ul-availablehomes ul#property-details li #availablehomes-menu {
    padding: 0;
}

ul#ul-availablehomes ul#property-details li #availablehomes-menu li {
    clear: none;
    display: inline-block;
}

ul#ul-investors li h4,ul#ul-investors li h3 {
    text-align: center;
    font-weight: bold;
}

/**
 * @sub availablehomes topmenu / 2 - columns
 */

ul.ul-generic li#availablehomes-topleft {
    clear: none;
    float: left;
    padding-right: 2%;
    width: 60%;
}

ul.ul-generic li#availablehomes-topright {
    clear: none;
    border: 1px solid #666666;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 5px #fff;
    float: left;
    padding: 2%;
    text-shadow: 1px 1px 1px #999999;
    width: 33%;
}

ul.ul-generic li#availablehomes-topright a {
    display: block;
    color: #f00;
    background: url('../images/orange_arrow.gif') no-repeat scroll transparent center left;
    padding-left: 10px;
}

ul.ul-generic li#availablehomes-topright a:hover,ul.ul-generic li#availablehomes-topright a:focus {
    color: #fff;
}

ul#property-listing {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 0 #DDDDDD;
    padding: 5px 0;
}

ul#property-listing li {
    padding: 5px;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin: 0;
}



/**
 * @desc home listing / deals listing
 */


ul#hlisting {
    overflow: hidden;
}

ul#hlisting li {
    display: block;
    overflow: hidden;
    border-bottom: 1px #fff solid;
    margin-bottom: 35px;
    padding-bottom: 5px;
}

ul#hlisting li div {
    float: left;
}

ul#hlisting li div.hlisting-img {
    width: 25%;
    min-height: 1px;
}

ul#hlisting li div.hlisting-text {
    width: 30%;
}

ul#hlisting li div.hlisting-text span.hlisting-type {
    display: block;
}

ul#hlisting li div.hlisting-text span.hlisting-listingid {
    display: block;
}

ul#hlisting li div.hlisting-enquire {
    width: 20%;
}

ul#hlisting li div.hlisting-prices {
    width: 25%;
}

ul#hlisting a.ref-trigger.plain {
    position: relative;
    width: 133px;
    height: 100px;
    display: inline-block;
}

ul#hlisting a.ref-trigger div {
    position: absolute;
    display: inline-block;
    top: 5px;
    left: 5px;
    width: 120px;
    height: 90px;
    color: #c00;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 1000;
    font-size: 20px;
    text-shadow: 1px 1px 3px rgba(255,255,255,0.6);
}

ul#hlisting a.ref-trigger img {
    position: absolute;
    top: 0;
    left: 0;
}

#lightbox-images a img {
    border-top: 5px solid;
    border-left: 5px solid;
    border-right: 5px solid;
    border-bottom: 20px solid;
    margin: 20px;
    border-color: #fff;
}

#lightbox-images a:hover img {
    border-color: #ccc;
    border-style: solid;
}
/**
 * @desc investor
 */
ul#ul-investor li label {
    float: left;
}

ul#ul-investor li h4,ul#ul-investor li h3 {
    font-weight: bold;
}
/**
 * @desc page helpers - sub elements
 */
#walkscore {
    background-color: #fff;
}

#preloading {
    border: 1px solid #666666;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 3px #CCCCCC;
    color: #333333;
    font-family: Georgia;
    font-size: 18px;
    height: 30px;
    margin: 30px auto;
    padding: 120px 20px 0;
    text-align: center;
    text-shadow: 0 1px 1px #CCCCCC;
    width: 33%;
    background: url('../images/main-preloading.gif') no-repeat scroll center center transparent;
    background-color: #fff;
}

#preloaded {
    position: absolute;
    left: -9999px;
    top: -9999px;
}


/**
 * @desc locations
 */
.ul-generic.ul-locations {
    padding: 0;
}

.ul-generic.ul-locations li {
    clear: both;
    margin-top: 1em;
    overflow: hidden;
    vertical-align: top;
}

.ul-generic.ul-locations li.hide {
    display: none;
}

.ul-generic.ul-locations li label {
    clear: none;
    display: inline-block;
    margin-top: 0;
    width: 100%;
    margin-top: 1em;
}

.ul-generic.ul-locations div {
    vertical-align: middle;
}

.ul-generic.ul-locations div.states-title {
    display: inline-block;
    width: 15%;
    margin-right: 10px;
}

.ul-generic.ul-locations div.states-select01 {
    display: inline-block;
    width: 35%;
    margin-right: 10px;
}

.ul-generic.ul-locations div.states-select02 {
    display: inline-block;
    width: 35%;
}

.ul-generic.ul-locations div.states-buttons {
    display: inline-block;
    width: 7%;
    margin-right: 10px;
    text-align: center;
}

.ul-generic.ul-locations div.states-loader {
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    color: #333;
    border-radius: 10px;
    border: 1px #666 solid;
    box-shadow: 0 1px 1px #ccc;
}

/**
 * @desc page.tpl
 */

#ul-page  li div {
    display: inline-block;
}

/**
 * @desc END CORE
 */

/**
 * @desc final Overrides on Core
 */

.white_content .ul-generic,.white_content_contact .ul-generic {
    color: #333;
}

textarea {
    width: 300px;
    height: 100px;
    resize: none;
}

/**
 * @desc horizontal list
 */

.ul-generic .horizontal-list,.horizontal-list {
    display: block;
}

.ul-generic .horizontal-list li,.horizontal-list li {
    display: inline-block;
}

.ul-generic.horizontal-list {
    background-color: #666;
    border: 1px solid #333;
    border-radius: 10px;
    box-shadow: 0 1px 3px #ccc;
}

.ul-generic.horizontal-list li {
    padding: 0 0.5em;
}

.ul-generic.horizontal-list li a {
    display: block;
    color: #f00;
    background: url('../images/orange_arrow.gif') no-repeat scroll transparent center left;
    padding-left: 10px;
}

.ul-generic.horizontal-list li a:hover, .ul-generic.horizontal-list li a:focus {
    color: #fff;
}

/**
 * @desc footer.tpl
 */

#original-footer {
    min-width: 260px;
    margin: 0 auto 10px auto;
    min-height: 50px;
    display: inline-block;
    padding: 5px 10px;
}

#original-footer .original-image {
    min-width: 50px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

#original-footer .original-text {
    display: inline-block;
    min-width: 200px;
    vertical-align: middle;
}

.footer-links a.Active {
    color: #09f;
    text-decoration: underline;
}

/**
 * @desc Overrides of original style
 */

	
.inner-content ol,.inner-content ul {
    margin: 1em 0;
    padding-left: 1.5em;
}

.inner-content ul {
    list-style: disc inside none;
}

.inner-content ul li,.inner-content ol li {
    padding: 0;
    margin-bottom: .5em;
}

.inner-content p {
    padding: 0;
    margin-bottom: 1em;
}

.inner-content h1 {
    margin-bottom: 1em;
}

.inner-content ol {
    list-style: decimal inside none;
}

.inner-content img.inner-image {
    padding: 0 0 1em 1em;
}

.inner-content {
    padding-top: 1em;
}

.inner-content .inner-content {
    width: auto !important;
}

/**
 * @desc facebook comments - unused
 */

#sb-fbcomments {
}

#sb-fbcomments ul {
    list-style-type: none;
}

#sb-fbcomments ul li {
    list-style: none;
    padding-bottom: .5em;
    border-top: 1px solid #666;
    overflow: hidden;
    padding-top: .5em;
}

#sb-fbcomments ul.invert-color li {
    border-top: 1px solid #ccc;
}

#sb-fbcomments ul li:first-child {
    border-top: 0;
}

#sb-fbcomments .fb-profileimg {
    margin-right: 5px;
    float: left;
}

#sb-fbcomments span.fb-linkmsg {
    float: left;
    width: 70%;
}

#sb-fbcomments span.fb-link {
    font-weight: bold;
    padding-bottom: 0.5em;
}

#sb-fbcomments span.fb-message {
}

/* unused */

/**
 * @desc sidebar ebooks
 */
#sb-ebooks-column #sb-ebooks {
    margin: 10px 5px;
    height: auto;
    width: 100%;
    text-align: center;
}

#sb-ebooks-column #sb-ebooks .item-ebook {
    position: relative;
    text-align: center;
    width: 200px;
    height: 218px;
    display: inline-block;
    margin-bottom: 10px;
}

#sb-ebooks-column #sb-ebooks .newform {
    position: relative;
    text-align: center;
    width: auto;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
}

#sb-ebooks-column #sb-ebooks .item-ebook img {
    position: absolute;
    top: 0;
    left: 0;
}

#sb-ebooks-column #sb-ebooks .item-ebook .downloadlink {
    position: absolute;
    left: 0;
    top: 155px;
    width: 200px;
}

#sb-ebooks-column #sb-ebooks .item-ebook a.ebook-download {
    display: inline-block;
    width: 160px;
    height: 53px;
    background: url('../images/button_sell_200.png') no-repeat scroll 0 -96px transparent;
}

#sb-ebooks-column #sb-ebooks .item-ebook a.ebook-download:hover,#sidebar-ebooks-splash #sb-ebooks .item-ebook a.ebook-download:focus {
    display: inline-block;
    width: 160px;
    height: 53px;
    background: url('../images/button_sell_200.png') no-repeat scroll 0 -5px transparent;
    cursor: pointer;
}

#sb-ebooks-column #sb-ebooks .item-ebook a.ebook-download.ebook-download-blue {
    background-image: url('../images/button_stop_200.png');
}

#sb-ebooks-sidebar #sb-ebooks {
    margin: 10px 5px;
    height: auto;
    width: 100%;
    text-align: center;
}

#sb-ebooks-sidebar #sb-ebooks .item-ebook {
    position: relative;
    text-align: center;
    width: 150px;
    height: 176px;
    display: inline-block;
    margin-bottom: 10px;
}

#sb-ebooks-sidebar #sb-ebooks .item-ebook:first-child {
    margin-bottom: 25px;
}

#sb-ebooks-sidebar #sb-ebooks .item-ebook img {
    position: absolute;
    top: 0;
    left: 0;
}

#sb-ebooks-sidebar #sb-ebooks .item-ebook .downloadlink {
    position: absolute;
    left: 0;
    top: 117px;
    width: 150px;
}

#sb-ebooks-sidebar #sb-ebooks .item-ebook a.ebook-download {
    display: inline-block;
    width: 120px;
    height: 41px;
    background: url('../images/button_sell_150.png') no-repeat scroll 0 -69px transparent;
}

#sb-ebooks-sidebar #sb-ebooks .item-ebook a.ebook-download:hover,#sidebar-ebooks-sidebar #sb-ebooks .item-ebook a.ebook-download:focus {
    display: inline-block;
    width: 120px;
    height: 41px;
    background: url('../images/button_sell_150.png') no-repeat scroll 0 -1px transparent;
    cursor: pointer;
}

#sb-ebooks-sidebar #sb-ebooks .item-ebook a.ebook-download.ebook-download-blue {
    background-image: url('../images/button_stop_150.png');
}

.sb-toggler {
    display: block;
    text-align: center;
}

.fb_iframe_widget {
    background-color: #fff;
}

#sb-ebooks a.testimonials-link {
    height: 82px;
    left: 95px;
    position: absolute;
    top: 115px;
    width: 87px;
}

/**
 * @desc slider
 */

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */

.galleryview {
    visibility: hidden;
}

/* GALLERY CONTAINER */
.gallery {
    background: #ddd;
    border: 1px solid #aaa;
    padding: 5px;
}

/* LOADING BOX */
.loader {
    background: url(../images/loader.gif) center center no-repeat #ddd;
}

/* GALLERY PANELS */
.panel {
}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background {
    height: 60px;
    padding: 0 1em;
}

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background {
    background: #222;
}

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay {
    color: white;
    font-size: 0.7em;
}

.panel .panel-overlay a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip {
    margin: 5px;
}

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {
}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap {
    border: 1px solid #aaa;
}

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap {
    border-color: #000;
}

/* FRAME IMAGES */
.frame img {
    border: none;
}

/* FRAME CAPTION */
.frame .caption {
    font-size: 11px;
    text-align: center;
    color: #888;
}

/* CURRENT FRAME CAPTION */
.frame.current .caption {
    color: #000;
}

/* POINTER FOR CURRENT FRAME */
.pointer {
    border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
    filter: chroma(color=pink);
}

.slider_wrapper {
    width: 100%;
}

.gallery-frame {
    width: 502px;
    height: 250px;
    overflow: hidden;
    background: #555;
    text-align: left;
    margin: 10px auto 10px auto;
}

.galleryview {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.galleryview .panel img {
    width: 500px;
    margin-top: 0;
}

.filmstrip li img {
    width: 40px;
    height: 40px;
}/**@desc : splash video */.sv_whiteBg {
    background: #fff;
}

#sv_fillForm {
    font: 20px/27px Arial;
    color: #474747;
    margin: 0;
    padding: 20px 0 0 20px;
    text-align: center;
}

#sv_redBorder {
    border-radius: 10px;
    border: 1px #f00 solid;
    color: #474747;
    line-height: 18px;
    font-size: 12px;
    padding: 10px;
    width: 300px;
}

#sv_redBorder td {
    padding: 3px 0;
}

#sv_redBorder input[type="text"] {
 /*height:18px; line-height:18px; padding: 3px;*/
    font-size: 12px;
    width: 110px;
    margin-bottom: 0;
}

#splash_video_right {
    display: block;
    float: left;
    position: relative;
    vertical-align: top;
    width: 320px;
    background: #fff;
    height: 300px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    padding: 0 10px 10px;
}

#splash_video_wrapper {
    /*height: 320px;
    padding-top: 10px;*/
}

#splash_video_left {
    float: left;
    margin-right: 20px;
    width: 560px;
}

/**
@desc form fix 
@date 20140417 */

.inner-content form {
    color: #000;
}



.form-bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #f4f4f4 url(../images/brackets.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border-radius: 5px;
	width: 210px;
	padding: 15px;
	/*margin-left: 10px;*/
	margin-right: 5px;
	margin-left: -5px;
}

.form-inner-bg {
	text-align: center;
	color: #56565a;
	background: url(../images/videosplash_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: -54px;
	padding-left: 54px;
}

.form-bg h3 {
	font-size: 20px;
	text-align: center;
	color: #222;
	margin: 0 0 10px;
}

.form-bg p {
	margin: 0 0 10px;
}

.form-fields td {
	width: auto !important;
}

.form-fields p {
	font-size: 12px;
	color: #56565a;
	line-height: 1.6;
	margin: 0 0 8px;
	overflow: hidden;
	text-align: left;
}

.form-fields p input[type="text"],
.form-fields input[type="text"] {
	border: 1px solid #cdcdcd;
	background: #fafafa;
	float: right;
	font-size: 12px;
	padding: 3px 5px;
	width: 120px;
	border-radius: 2px;
}

.form-fields p input[type="submit"],
.form-fields input[type="submit"] {
	background: #fb9325;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 10px;
	display: block;
	border: none;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
}

.form-fields p input[type="submit"]:hover,
.form-fields input[type="submit"]:hover {
	background: #fea92a;
}



.form-2-outer-bg {
	background: url(../images/map-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 12px;
	/*width: 906px;*/
	overflow: hidden;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	top: -15px;
}

.form-left {
	width: 410px;
	background: rgba(0,0,0,0.7);
	padding: 20px;
	color: #fff;
	float: left;
}

.form-left h2 {
	font-size: 26px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 25px;
	line-height: 1;
}

.form-left h3 {
	color: #fff;
	font-size: 20px;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 18px;
}

.form-left p {
	color: #fff;
	font-size: 16px;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 18px;
}

.form-right {
	width: 420px;
	float: right;
}

.form-2-bg {
	background: #f4f4f4;
	border-radius: 5px;
	padding: 20px;
}

.form-2-inner-bg {
	text-align: center;
	color: #56565a;
	background: url(../images/arrow2.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: -54px;
	padding-left: 54px;
}

.form-2-bg h3 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #222;
	margin: 0 0 10px;
	line-height: 1;
}

.form-2-fields p,
.form-2-fields tr {
	font-size: 12px;
	color: #56565a;
	line-height: 1.6;
	margin: 0 0 8px;
	overflow: hidden;
	text-align: left;
}

.form-2-fields p input[type="text"],
.form-2-fields input[type="text"] {
	border: 1px solid #cdcdcd;
	background: #fafafa;
	float: right;
	font-size: 14px;
	padding: 3px 5px;
	width: 215px;
	border-radius: 2px;
}

.form-2-fields p input[type="submit"],
.form-2-fields input[type="submit"] {
	background: #fb9325;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 10px;
	display: block;
	border: none;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
}

.form-2-fields p input[type="submit"]:hover,
.form-2-fields input[type="submit"]:hover {
	background: #fea92a;
}	
 .top_contactbox p a{
	text-decoration:none; 
	font-weight:bold;
 }
@media only screen and (max-width: 767px) {
	.form-left {
		width: 100%;
		float: none;
		display: block;
		margin-bottom: 20px;
	}
	
	.form-2-fields p,
	.form-2-fields td {
		font-size: 13px !important;
		color: #56565a;
	}
	
	.form-2-fields p input[type="text"],
	.form-2-fields input[type="text"] {
		width: 150px;
	}
	
	.form-fields td {
		display: block;
		text-align: left;
	}
	
	.form-fields p input[type="text"],
	.form-fields input[type="text"] {
		float: none;
		display: block;
		width: 90%;
	}
	
	.form-fields p input[type="submit"], .form-fields input[type="submit"] {
		font-size: 14px !important;
	}

	
	.form-right {
		width: 100%;
		float: none;
		display: block;
	}
	ul#hlisting li{
		text-align:center;
	}
	ul#hlisting li div.hlisting-text,
	ul#hlisting li div.hlisting-img,
	ul#hlisting li div.hlisting-enquire,
	ul#hlisting li div.hlisting-prices{
		width:100%;
	}
	.form-2-outer-bg{
		background-size:auto 100%;
	}
 
	.top_contactbox{
		display:block;
		text-align:center !important;
	}
	.walwrapper{
		display:none;
	}
	th,tr,table,td,font,ul,li,a,body,span,p,button,input,textarea,select,option,div,center,font,ol,strong,
	.form-2-fields p, .form-2-fields td{
		font-size:22px !important;
		line-height: 26px !important;
	}
	
}

