/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */

@font-face {
    font-family: 'helveticaneuebold';
    src: url('../fonts/linotype_-_helveticaneueltpro-bd-webfont.eot');
    src: url('../fonts/linotype_-_helveticaneueltpro-bd-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/linotype_-_helveticaneueltpro-bd-webfont.woff') format('woff'),
    url('../fonts/linotype_-_helveticaneueltpro-bd-webfont.ttf') format('truetype'),
    url('../fonts/linotype_-_helveticaneueltpro-bd-webfont.svg#helveticaneuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneuelight';
    src: url('../fonts/helveticaneue_light-webfont-webfont.eot');
    src: url('../fonts/helveticaneue_light-webfont-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticaneue_light-webfont-webfont.woff') format('woff'),
    url('../fonts/helveticaneue_light-webfont-webfont.ttf') format('truetype'),
    url('../fonts/helveticaneue_light-webfont-webfont.svg#helveticaneuelight') format('svg');
    font-weight: normal;
    font-style: normal;

}

* { margin:0; padding:0; }

body          { background:#fff; font:14px/1.5 Helvetica,Arial,sans-serif; color:#444; text-align:center; position: relative; }
body.nav-container--active {
    overflow-y: hidden;
}

img           { border:0; vertical-align:top; max-width:100%; }

a             { color:#012F51; text-decoration:underline;
                -o-transition:all .5s ease;
                -ms-transition:all .5s ease;
                -moz-transition:all .5s ease;
                -webkit-transition:all .5s ease;
                transition:all .5s ease;
                }
*,
*:before,
*:after {
    box-sizing: border-box;
}

a:hover       { text-decoration:none; color:#FEA901; }
:focus        { outline: 0; }

a.external {background: url(../images/external-link.png) center right no-repeat; padding-right:15px; }
a.view, a.view:hover { text-transform:uppercase; text-decoration:none; margin-right:20px; display:inline-block; color:#012f51;}
a.view .arrow, .area-banner .arrow { width:30px; height:30px; background:#fea901 url(../images/arrow-right-blue.png) center center no-repeat; float:left; margin-right:10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;}
a.view:hover .arrow, .area-banner:hover .arrow {background:#012f51 url(../images/arrow-right-white.png) center center no-repeat;}
.area-banner .arrow { float:right; }

a.view .arrow.arrow-lg {
    height: 45px;
    width: 45px;
}

hr { color:#d5d5d5; background:#d5d5d5; height:1px; border:none;}

/* Headings */
h1, h2        { font-size:24px; font-family: 'helveticaneuelight'; font-weight:normal; line-height:1.25; text-align:center; }
h3            { font-size:16px; font-family: 'helveticaneuebold'; font-weight:normal; line-height:1.25; margin-bottom:1.5em; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin-bottom:1.5em; }
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }
ul.arrow-list a {
    background: url("/skin/frontend/default/featherstone/images/arrow-right-blue.png") no-repeat left center;
    color: #012f51;
    padding-left: 15px;
    margin-left:10px;
    line-height:2em;
    text-decoration: none;
}
ul.arrow-list a:hover {color:#fea901;}

.guide-block ul.arrow-list a { background: none; padding-left:0; margin-left:0; }
.guide-block ul.arrow-list li { line-height:2em; background: url("/skin/frontend/default/featherstone/images/arrow-right-blue.png") no-repeat left center; padding-left: 25px;  }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page { margin:0 auto; padding:0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:0 20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.content-wrapper, .cms-page-view .col-main  { max-width:1180px; margin:0 auto; padding:0 4%; }
.main-container { margin-top: 93px; }

/* Base Columns */
.col-left { }
.col-main { }
.col-right { }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; min-height:400px; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { padding:0; }

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { vertical-align:middle; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding:5px 10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button, .button { display:inline-block; overflow:visible; width:auto; border:0; padding:0; margin:0; color:#012f51; background:#fea901; cursor:pointer; height:48px; line-height:48px;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding:0 20px; text-transform:uppercase; text-decoration:none;
    -o-transition:all .5s ease; -ms-transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; transition:all .5s ease; }
button.button:hover, .button:hover { background:#012f51; color:#fff; }
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li, .form-list .field  { margin:0 0 20px; }
.form-list li.fields { margin:0; }
.form-list label { float:left;  position:relative; z-index:0; padding-bottom:8px; }
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list textarea { height:10em; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; }
.buttons-set .back-link { float:left; }
.buttons-set button.button, .buttons-set .button { float:right; }
.buttons-set-order {}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:12px; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0; padding:0 !important; }
.messages { max-width:1180px; margin:20px auto; width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg, .success-msg, .note-msg, .notice-msg {
    background-position: 15px center !important;
    background-repeat: no-repeat !important;
    border-radius: 5px;
    font-size: 13px !important;
    font-weight: normal !important;
    padding: 17px 8px 13px 50px !important;
}
.error-msg {
    background-color: #f12a31;
    background-image: url(../images/msg-error.png);
    color: #fff;
}
.success-msg {
    background-color: #00a651;
    background-image: url(../images/msg-success.png);
    color: #fff;
}
.note-msg, .notice-msg {
    background-color: #fafaec;
    background-image: url(../images/i_msg-note.gif);
    color: #3d6611;
}

/* BreadCrumbs */
.breadcrumbs { background:#f6f6f6; font-size:12px; border-bottom:1px solid #d5d5d5; }
.breadcrumbs ul { max-width:1180px; margin:0 auto; padding:10px 4%;}
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:normal; color:#012f51; }
.breadcrumbs .arrow { text-indent:-9999em; width:15px; background: url(../images/arrow-breadcrumb.png) center center no-repeat; display:inline-block; }

/* Page Heading */
.page-title { padding:30px 0; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,.toolbar-bottom
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; }

/* Pager */
.pager { padding:10px 2%; border:1px solid #d5d5d5; text-align:center; margin-bottom:40px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.pager .amount { }
.pager .limiter { float:right; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages li a, .pager .pages li.current { width:28px; height:28px; line-height:28px;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border:1px solid #d5d5d5; display:inline-block; text-decoration:none; margin:0 3px; }
.pager .pages li.current, .pager .pages li:hover a {border:1px solid #012f51; background:#012f51; color:#fff;}
.pager .pages li a.next, .pager .pages li a.previous { width:55px;}

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar, .toolbar-bottom { clear:both; max-width:1180px; margin:0 auto;}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom { padding:0 0 50px 0;}

/* Data Table */
.data-table { width:100%; }
.data-table th { font-weight:bold; white-space:nowrap; }
.data-table td {}
.data-table thead {}
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even {}
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
a.link-wishlist { text-decoration:none; text-transform:uppercase; background: url(../images/shortlist-icon.png) left center no-repeat; padding-left:20px; font-size:13px; }
.product-shop a.link-wishlist { width:40px; height:40px; padding:0; margin-left:20px; text-indent:-99999em; float:right; border:1px solid #d5d5d5; background: url(../images/shortlist-icon-product.png) center center no-repeat;   }
.product-shop a.link-wishlist:hover { background: #012f51 url(../images/shortlist-icon-product-hover.png) center center no-repeat; }

.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.header-container { background:#012f51; color:#fff; position: fixed; width: 100%; z-index: 999; top: 0;
}
.header { padding:20px 4%; }
.header .header-buttons { clear:both; float:left; width:100%; border-top: 1px solid rgb(255, 255, 255); border-top: 1px solid rgba(255, 255, 255, .5); margin:20px 0 0; padding-top:20px; }
#deploy-search { display: none; float: right; border:none; margin-right: 10px; }
#deploy-search #salessearch { background:#FFC423 url(../images/search-icon-blue.png) center center no-repeat; width: 10px;}
#deploy-search #salessearch:hover { background:#012f51 url(../images/search-icon-yellow.png) center center no-repeat; }
.menu-toggle { float:right; text-transform:uppercase; line-height:48px; cursor:pointer; }
.menu-toggle .icon { float:right; width:48px; height:48px; padding:0; margin-left:10px;background:#ffc423 url(../images/menu-icon.png) center center no-repeat;}
.menu-toggle:hover .icon { background:#fecb01 url(../images/menu-icon.png) center center no-repeat; }
.header .logo { float:left; text-decoration:none !important; width:50%; margin-bottom:15px; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .links { float:right; }
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

.header-buttons li { float:left; width:50%; }
.header-buttons li a.button { display:block; color:#fff; background:#012f51 url(../images/arrow-right-white.png) 10px center no-repeat; border:1px solid #547086; padding:0 15px 0 25px; margin-right:5px; }
.header-buttons li a.button#rentalsearch { margin-right:0; }
.header-buttons li a.button:hover { background:#fea901 url(../images/arrow-right-blue.png) 15px center no-repeat; border:1px solid #fea901; color:#012f51; }
.header-buttons .styled-select, .header-buttons .top_search input { width:100%; height:48px; overflow: hidden; border:1px solid #547086; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-bottom:10px; }
.header-buttons .top_search input { width:86%; padding:0 2% 0 12%; height:49px; -webkit-appearance: none; border:none; background-color:transparent; background-image: url(../images/location-yellow.png); background-position:15px center; background-repeat:no-repeat; color:#fff;  font-family: 'helveticaneuelight'; font-size:15px;  }
.header-buttons select option { background-color:#012f51; }


.category-commercial-property .header-buttons, .category-new-homes .header-buttons,
.cms-new-homes-commercial-estate-agents .header-buttons { display:none;}

/********** < Navigation */
.nav-container {
    background: #012845;
    color: #fff;
    display: none;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 65%;
    z-index: 99999999999;
}
.nav-container .menu-toggle { padding:20px 8%; }
.nav-container .menu-toggle .icon { border:1px solid #ffc423; background: transparent url("../images/menu-icon-close.png") no-repeat scroll center center;}
.nav-container .menu-toggle, .nav-container .menu-toggle .icon { float:right; text-align:center; }

.nav-container .nav-container-content {
    bottom: 0;
    overflow-y: scroll;
    padding-bottom: 30px;
    position: absolute;
    right: 0;
    top: 96px;
    width: 100%;
}

#nav { clear:both; }

.nav-container .social { margin:60px 8%; padding-bottom: 40px; }
.nav-container .social li { float:left; }
.nav-container .social li a { text-indent:-9999em; width:20px; height:24px; display:inline-block; margin-right:15px; }
.nav-container .social li.facebook a { background: url(../images/facebook-nav.png) center center no-repeat; margin-left:0; }
.nav-container .social li.linkedin a { background: url(../images/linkedin-nav.png) center center no-repeat; }
.nav-container .social li.twitter a { background: url(../images/twitter-nav.png) center center no-repeat; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li {  }
#nav li a, #nav li input { color:#6d8293; display:block; padding:0 8%; height:49px; line-height:50px; border-top:1px solid #092f4b; }
#nav li input { background:none; border:none; border-top:1px solid #092f4b; width:100%; display:block; cursor: pointer; text-align:left; font: 14px/1.5 Helvetica,Arial,sans-serif;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
}
#nav, #nav li.contact a { border-bottom:1px solid #092f4b; }
#nav li a:hover, #nav li input:hover { color:#fff; background:#092f4b; }
#nav li.over a,
#nav li.active a { color:#fff; }

#nav li a.my-account.button { background:#fff; display: inline-block; margin:10px 0 10px 8%; text-transform: none; }
#nav li a.my-account.button:hover { background:#fea901; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ level */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:10px; }
.block.block-account .block-content { padding:0; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

/* Block: Wishlist */
.block-wishlist {}

.my-wishlist hr  { margin:10px 0; }
.my-wishlist .account-details { padding:10px 4%; line-height:48px; }
.my-wishlist .account-details strong { margin-right:30px; font-size:18px; color:#012f51;}
.my-wishlist .account-details a.account { color:#444; text-decoration:none; padding:0 10px;}
.my-wishlist .account-details a.account:hover {color:#fea901;}
.my-wishlist .btn-remove { padding:25px; background-position: center center; }
.my-wishlist .data-table td { display:block; }
.my-wishlist th { color:#444444; font-size:18px; padding-bottom:20px;}
.my-wishlist .buttons-set { margin-bottom:40px;}
.my-wishlist .buttons-set button, .my-account .buttons-set button { margin:0 0 10px 10px; }
.my-wishlist .products-grid .product-image { margin: 0 20px 20px 0; }
.products-grid .shortlist-info .price-box { margin:10px 0 3px;}
.shortlist-info .description { padding:20px 0; }
.shortlist-info { border-top:1px solid #d5d5d5; margin-bottom:40px;}
.shortlist-info h3 { margin:0; }
.shortlist-info h3.product-name a { text-decoration:none; font-size: 16px; }
.shortlist-info textarea { margin-top:10px; width:98%; padding:8px 1%; font: 14px/1.5 Helvetica,Arial,sans-serif; }

.customer-account-logoutsuccess .col-main { text-align: center; }

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 auto 10px; }
.category-products {}

.related-searches { margin:50px auto; max-width:1180px; padding:0 4%; }
.related-searches h3 { margin-bottom:20px; }
.related-searches ul li { margin:0 2% 5px 0;}

.property-worth, .new-homes { clear:both;background:#012f51; color:#fff; position: relative; min-height:170px; }
.property-worth h2, .new-homes h2, .cms-page-view .col-main .property-worth h2 { text-align:left; font-size:24px; margin:0; padding:0; }
.property-worth .text, .new-homes .text { padding:20px; }
.property-worth .image, .new-homes .image { float:right; width:50%; height:170px; background: url(../images/property-worth-category.jpg) center center no-repeat; }
.new-homes { max-width:1180px; margin:0 auto; }
.new-homes .image {background: url(../images/new-homes.jpg) right center no-repeat;}
.category-products .property-worth .image, .new-homes .image, .cms-page-view .col-main .property-worth .image, .branch-details .property-worth .image  { display:none; }
.property-worth a.button, .new-homes a.button { display:inline-block; bottom:20px; right:20px; }
.col-right .property-worth { margin:20px 0;}

.branch-details .page-title { padding:0 0 15px; }
.branch-details .property-worth { min-height:84px; margin-bottom:20px; }
.branch-details .property-worth .image { height:84px;}
.branch-details .property-worth h2 { font-size:16px; font-family: 'helveticaneuelight'; }
.branch-details .property-worth a.button { font-size:16px; color:#fea901; background:none; text-transform: none; font-weight:bold; padding:0; margin:0; position: static; height:auto; line-height:1.5em;}
.branch-details .property-worth p { margin:0;}
.branch-details .property-worth p:first-of-type { display:none; }
.branch-details #map, .branch-details #video { float: left; width: 100%;}
.branch-details h3 { margin-bottom:15px; }

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid li.item { width:100%; margin:0 0 30px 0; position: relative; }
.products-grid li.item:nth-child(2n+0) { margin-right:0; }
.products-grid li.item .info p { margin-bottom: 0;}
.products-grid h2.product-name { text-align:left; margin-bottom:10px; min-height:40px; }
.products-grid h2.product-name a { font-family: 'helveticaneuebold'; font-size:16px; text-decoration:none; text-transform:none; }
.products-grid .product-image{ text-indent:-99999em; display:block; width:280px; max-width:100%; height:180px; background-size:cover; position: relative; }
.products-grid .product-image .property-status { text-indent:0; position: absolute; right:-10px; bottom:0; color:#fff; text-transform:uppercase; height:40px; line-height:40px; width:140px; text-align:center; }
.products-grid a.product-image { text-decoration:none; }
.property-status.underoffer { background:#95a626; }
.property-status.sstc, .property-status.sstcm { background:#a82b4e;}
.property-status.letagreed, .property-status.reserved { background:#2996a6; }

.products-grid li.item a.link-wishlist { background: url(../images/shortlist-icon.png) center center no-repeat; padding-left:0px; position: absolute; top:0; right:0; width:25px; height:23px;
    border:1px solid #012f51;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-indent: -9000px;
}
.products-grid li.item .branch-contact { display: inline-block; }
.products-grid li.item .branch-contact .phone { font-size: 16px; font-weight: bold; display:block; background:url(../images/phone-icon.png) left center no-repeat; padding-left:35px;  }

.products-grid .product-image .property-status .corner { position:absolute; top:-10px; right:0; width: 10px; height:50px;}
.products-grid .product-image .property-status.underoffer .corner { background:url(../images/underoffer-banner.png) top right no-repeat; }

.property-status.let,
.property-status.reserved {
  background: #2B98A7;
}

.products-grid .product-image .property-status.let .corner {
  background:url(../images/letagreed-banner.png) no-repeat;
}


.property-status.withdrawn,
.property-status.sold {
  background: #a82b4e;
}

.products-grid .product-image .property-status.withdrawn .corner,
.products-grid .product-image .property-status.sold .corner {
  background:url(../images/sold-banner.png) no-repeat;
}



.products-grid .product-image .property-status.sstc .corner, .products-grid .product-image .property-status.sstcm .corner { background:url(../images/sold-banner.png) top right no-repeat; }
.products-grid .product-image .property-status.letagreed .corner, .products-grid .product-image .property-status.reserved .corner { background:url(../images/letagreed-banner.png) top right no-repeat; }

.products-grid .price-box { margin:3px 0 5px; }
.products-grid .availability { line-height:21px; }
.products-grid .summary { padding:10px 0; min-height:40px; text-transform: lowercase; }
.products-grid .actions, .product-shop .actions { margin-top:10px; font-size:13px; line-height:30px;  }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { max-width:1180px; margin:0 auto; padding:0 4%; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */

/* Branch Category Page ========================================================================= */
.branch-details .branch-contact { text-align:center; font-size:16px; padding:30px 0 }
.branch-details .branch-contact strong { font-size:16px;}
.branch-details .branch-contact .branch-sales, .branch-details .branch-contact .branch-address { display:block; }
.branch-details .branch-contact .branch-address { padding-top:5px; }
.branch-details .branch-contact .branch-address br { display: none; }
.branch-details .branch-contact .view { font-size:16px; margin:2px 5px; line-height:30px; }
.branch-details h1 { text-align:left; }
.branch-details .branch-area-guide { background: #012f51; color: #fff; font-family: 'helveticaneuelight'; font-size: 16px; padding: 20px; margin-bottom:20px; position: relative; }
.branch-details .branch-area-guide h3, .branch-details .branch-area-guide p { margin:0; }
.branch-details .branch-area-guide a { display:block; position:absolute; top:0; left:0; height:100%; width:100%;}
.branch-details ul.meet-the-team li { clear:both; }
.branch-details ul.meet-the-team hr { display:none; margin:0; }

/* 20150605 */
.branch-details ul.branch-contact li.last { padding: 30px 0;}
.branch-details .branch-contact .view {margin-right: 20px; line-height: 30px; font-size: 15px; float: left; }
.branch-details .branch-contact a.view .arrow.arrow-lg { margin-top: 0; width: 48px; height: 48px; }

.info .actions a.view .arrow.arrow-lg { margin-top: 0; width: 28px; height: 28px;}
.info .actions a.view:hover .arrow.arrow-lg { margin-right: 8px;}
/* 20150605 */
.branch-details .branch-contact .branch-name { margin-top: 9px; display: inline-block; }

.branch-details ul.meet-the-team-careers {
    list-style: none;
    margin: 0;
}
.branch-details ul.meet-the-team-careers li {
    margin: 0 0 15px;
    width: 100%;
}

.branch-details ul.new-homes-branch li, .branch-details ul.commercial-branch li { float:left; background:#ffc423; color:#012f51; padding:20px 4%; width:92%; margin:0 0 20px 0; }
.branch-details ul.new-homes-branch li.last, .branch-details ul.commercial-branch li.last { background:#012f51; color:#fff; }
.branch-details ul.new-homes-branch li p, .branch-details ul.commercial-branch li p { font-family: 'helveticaneuelight'; margin:0; font-size:16px;}
.branch-details ul.new-homes-branch li a, .branch-details ul.commercial-branch li a { font-weight:bold; text-decoration:none; }
.branch-details ul.new-homes-branch li.last a, .branch-details ul.commercial-branch li.last a { color:#fff;}

/*Branch Overview*/
.branches-overview ul { margin-bottom:20px; }
.branches-overview ul li { font-size:16px; }
.branches-overview ul li h3 { color:#012f51; margin:0 0 10px; }
.branches-overview ul li p { height:28px; margin:0; }
.branches-overview ul li p { height:28px; margin:0; }
.branches-overview ul li .number { font-weight:bold; display: inline-block; margin-right:8%; }
.branches-overview ul li a { background: url("../images/arrow-right-blue-white.png") no-repeat left center; padding-left: 35px; text-decoration: none; height:28px; line-height:32px; display:block; }
.branches-overview ul li a:hover, .branches-overview ul:hover li a:hover { background: url("../images/arrow-right-blue-yellow.png") no-repeat left center; }


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

/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { }

/* Regular price */
.regular-price {}
.regular-price .price { }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* FTP */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view { max-width:1180px; margin:0 auto; padding:0 4%;}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box p.product-image { margin:0; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

div.MagicToolboxContainer { margin-top:-20px; }
.MagicToolboxSelectorsContainer, .MagicScrollContainer { width:100% !important; left:0!important; height:120px!important; }
.MagicScrollItem { width:auto!important; margin:5px 5px 0 0!important;  }
.MagicZoomBigImageCont { display:none; }

.MagicToolboxContainer { position: relative; }
.MagicToolboxContainer p.main-arrows { margin:0; }
.MagicToolboxContainer .main-arrows .lt-btn, .MagicToolboxContainer .main-arrows .rt-btn { position:absolute; top:40%; text-indent:-99999em; width:50px; height:50px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; opacity: 0.7; }
.MagicToolboxContainer .main-arrows .lt-btn { left:10px; background: #e9e9e9 url(../images/arrow-left-grey.png) center center no-repeat; }
.MagicToolboxContainer .main-arrows .rt-btn { right:10px; background: #e9e9e9 url(../images/arrow-right-grey.png) center center no-repeat; }
.MagicToolboxContainer .main-arrows .lt-btn:hover { background:#d1d1d1 url(../images/arrow-left-lightgrey.png) center center no-repeat; }
.MagicToolboxContainer .main-arrows .rt-btn:hover { background:#d1d1d1 url(../images/arrow-right-lightgrey.png) center center no-repeat;;}

/* Product Shop */
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name h1 { text-align:left; padding:0 0 40px 0; margin-top:40px; border-right:1px solid #d5d5d5;}
.product-view .cost { border:1px solid #d5d5d5; border-top:none; padding:20px; margin-bottom:40px; margin-top:-7px; }
.product-view .cost h3, .product-view .cost p { margin:0; line-height:1.5em; display: inline;}
.product-view .cost .availability { display:none; }
.product-view ul.property-features li { float:left; width:48%; margin:0 2% 10px 2%; list-style:disc; }
.product-view ul.property-features li span { padding-left:10px; display:block; }
.product-view ul.property-features { width:96%; float:left; border-bottom:1px solid #d5d5d5; padding:0 0 30px 4%; margin:0 0 50px 0; }
.product-view .short-description h2 { text-transform: none; font-size:18px; font-family: 'helveticaneuebold'; text-align:left; }
.product-view .product-shop .actions { border:1px solid #d5d5d5; margin:40px 0 50px; padding:20px 0 20px 20px;}
.product-view .product-shop .actions a.view { margin-right:15px; text-transform: none; font-size:16px; }
.product-view .product-shop .actions .stButton .chicklets { text-indent:-99999em; }
.product-view .product-shop .actions .stButton { width:16px;}
.product-view .product-shop .actions .st_email { margin-right:20px; }
.product-view .floorplan-image { text-align:center; padding:20px 30px; border:1px solid #d5d5d5; margin-bottom:30px;}
.product-view .floorplan-image img { margin-bottom:20px;}
.product-view .cost .property-status { float:right; color:#fff; text-transform: uppercase; padding:5px 8px 5px 8px; margin-right:10px; }

#map_canvas { width:100%; height:470px; }
#map_canvas img { max-width:none; }


/* for maps */
#streetview { width:100%; height:470px; }
#streetview img { max-width:none; }


.branch-details > ul { width: 100%; float: left; }
.product-view .maps,
.branch-details .maps { border:1px solid #d5d5d5; margin-bottom:30px;}
.product-view .maps h3,
.product-view .maps p,
.branch-details .maps h3,
.branch-details .maps p { margin:0; }
.product-view .maps ul.ui-tabs-nav,
.branch-details .maps ul.ui-tabs-nav { border-top:1px solid #d5d5d5; float: left; width: 100%;}
.product-view .maps ul.ui-tabs-nav li,
.branch-details .maps ul.ui-tabs-nav li { width:50%; float:left; text-align:center; background:#efefef; }
.branch-details .maps ul.ui-tabs-nav li { width:33.3%; margin:0; }
.product-view .maps ul.ui-tabs-nav li.ui-tabs-active,
.branch-details .maps ul.ui-tabs-nav li.ui-tabs-active { background:#fff; }
.product-view .maps ul.ui-tabs-nav li a,
.branch-details .maps ul.ui-tabs-nav li a { color:#6d8293; text-decoration:none; min-height: 60px; padding:18px; display:block; border-top:3px solid #c4c4c4; border-left:1px solid #c4c4c4;}
.branch-details .maps ul.ui-tabs-nav li:first-child a { border: none; }
.product-view .maps ul.ui-tabs-nav li.last a,
.branch-details .maps ul.ui-tabs-nav li.last a { border-left:1px solid #d5d5d5;}
.product-view .maps ul.ui-tabs-nav li.ui-tabs-active a,
.branch-details .maps ul.ui-tabs-nav li.ui-tabs-active a { color:#012f51; border-top:3px solid #fff; font-weight:bold; }

/* Featured Property */
.branch-details .maps #photo { float: left; width: 100%; padding: 20px; background: #F6F6F6;}
.branch-details .maps #photo .top { float: left; width: 100%; }
.branch-details .maps #photo .top .product-image { min-height: 310px; float: left; width: 100%; position: relative;}
.branch-details .maps #photo .top .product-image .property-status {
    bottom: 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -10px;
    text-align: center;
    text-indent: 0;
    text-transform: uppercase;
    width: 140px;
}
.branch-details .maps #photo .top .product-image .property-status .corner {
    height: 50px;
    position: absolute;
    right: 0;
    top: -10px;
    width: 10px;
}
.branch-details .maps #photo .top .product-image .property-status.underoffer .corner { background: url(../images/underoffer-banner.png) no-repeat; background-position: right top; }
.branch-details .maps #photo .top .product-image .property-status.sstc .corner,
.branch-details .maps #photo .top .product-image .property-status.sstcm .corner { background: url(../images/sold-banner.png) no-repeat; background-position: right top; }
.branch-details .maps #photo .top { float: left; width: 100%; border: 1px solid #d5d5d5;}
.branch-details .maps #photo .top .product-image { -webkit-background-size: cover; background-size: cover; float: left; width: 100%; background-position: bottom center;}
.branch-details .maps #photo .bottom.info { float: left; width: 100%; }
.branch-details .maps #photo .bottom.info .featuredPrice { display: inline-block; width: 100%; margin-top: 10px;}
.branch-details .maps #photo .bottom.info .featuredPrice span { display: inline-block; margin-right: 2px;}
.branch-details .maps #photo .bottom.info .featuredPrice .price-box { display: inline-block; }
.branch-details .maps #photo .bottom.info .product-name { width: 100%; float: left; margin: 10px 0;}
.branch-details .maps #photo .bottom.info .product-name a { float: left; text-decoration: none; font-weight: 700; font-size: 18px;}
.branch-details .maps #photo .bottom.info .summary { float: left; width: 100%; text-align: left; padding: 10px 0; border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5;}
.branch-details .maps #photo .bottom.info .summary .features {}
.branch-details .maps #photo .bottom.info .summary .features span:before {
    content: "\f111";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    font-family: FontAwesome;
    color: #000;
    font-size: 10px;
}
.branch-details .maps #photo .bottom.info .summary .features span { display: inline-block; font-size: 12px; padding-left: 12px; position: relative; float: left; width: 33.33%;}

@media (max-width: 700px) {
    .branch-details .maps #photo .top { width: 100% !important;}
    .product-view .maps ul.ui-tabs-nav li a,
    .branch-details .maps ul.ui-tabs-nav li a { padding: 7px; }
}

@media (max-width: 768px) {
    .branch-details .maps #photo .top { float: none; width: 90%; margin: 0 auto;}
}

@media (min-width: 769px) and (max-width: 1199px){
    .branch-details .maps #photo .top { float: none; width: 60%; margin: 0 auto;}
}

/* Video */
.branch-details .maps #video iframe { float: left; width: 100%; }

/* Map */
.branch-details .maps #map iframe { margin-bottom: -6px; }

.product-view .branch-contact { font-weight:bold; font-size:16px; padding-top:12px; }
.product-view .branch-contact p { margin-bottom:15px; }
.product-view .branch-contact a { text-decoration:none; background: url(../images/arrow-right-blue.png) center right no-repeat; padding-right:15px; margin-right:10px; }
.product-view .branch-contact .phone { display:block; background:url(../images/phone-icon.png) left center no-repeat; padding-left:35px;  }
.product-view .property-worth .image, .col-right .property-worth .image { float:none; width:100%; height:170px; background: url(../images/property-worth-product.jpg) right center no-repeat; }
.product-view .property-worth a.button, .col-right .property-worth a.button { position:absolute; }
.actions .button { width:48%; float:left; padding:0; text-align:center; margin:0 4% 20px 0; font-size:13px; }
.actions .button.last { margin-right:0; }
.product-view .area-guide, .product-view .repayments { background:#e8e8e8; padding:20px 20px 50px; color:#012f51; font-family: 'helveticaneuelight'; font-size:16px; position:relative; }
.product-view .area-guide a, .product-view .repayments a { position:absolute; top:0; left:0; text-indent:-999em; height:100%; width:100%; display:block; }
.product-view .area-guide h3, .product-view .repayments h3 { color:#012f51; margin:0; }
.product-view .repayments { margin:2px 0 20px;}

.product-extra { padding-bottom:40px;}
.product-extra .property-search .toggle, .sidebar .property-search .toggle { display:none; }
.product-extra .property-search .toggle-content, .sidebar .property-search .toggle-content { display:block!important; margin:0; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

.property-search { clear:both; background:#012f51; color:#fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin:0 auto 30px; max-width:1180px;}
.property-search .header { background:#fff; padding:0; }
.property-search ul { max-width:580px; margin:0 auto; }
.property-search ul.ui-tabs-nav li { width:50%; float:left; text-align:center; background:#e8e8e8; border-top:5px solid #fff; }
.property-search ul.ui-tabs-nav li.ui-tabs-active { background:#012f51; border-top:5px solid #012f51; }
.property-search ul.ui-tabs-nav li a { color:#012f51; text-decoration:none; padding:15px; display:block; }
.property-search ul.ui-tabs-nav li.ui-tabs-active a { color:#fff;}
.property-search h3 { margin:0;}
.property-search form { clear:both; padding: 20px 20px 0; display:block; margin:0 auto; }
.property-search label { display:block; margin-bottom:5px; }
.property-search select { height:40px; margin-bottom:10px; border: 1px solid #d8d8d8; padding: 10px 2%; width: 96%; }
.property-search input { height:18px; margin-bottom:10px; border: 1px solid #d8d8d8; padding: 10px 2%; width: 96%; }
.property-search select { width:100%; }
.property-search .actions { margin-top:10px;}
.property-search .actions button.button:hover { background:#fecb01; color:#012f51; }

.mappop { max-width:215px;}
.mappop .photo { margin-top:10px;}
.mappop h6 { font-size:14px;}
.mappop p { margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}
.cms-home .products-grid { margin:20px auto 0; }

.banner-map {width: 100%; float: left;}
.banner-map .top {}
.banner-map .bottom { background:#042f4f; float: left; width: 100%;}
.cms-home #map {
width: 100%;
z-index: 50;
height: 600px;
}

.google-map--wrapper {
position: relative;
}
.google-map--wrapper .google-map--inset {
background-color: #fff;
bottom: 10px;
left: -9100px;
min-width: 400px;
max-width: 400px;
position: absolute;
top: 10px;
transition: left 1s ease-in-out;
z-index: 55;
}
.google-map--wrapper .google-map--inset.active {
left: 10px;
}
.google-map--wrapper .google-map--inset .google-map--inset-content {
padding: 40px;
position: relative;
}
.google-map--wrapper .google-map--inset .google-map--inset-content .close {
position: absolute;
right: 40px;
text-decoration: none;
top: 30px;
color: #B8B8B8;
font-size: 55px;
font-family: 'helveticaneuelight';
line-height: 45px;
}
#map-inset .title {border-bottom: 1px solid #E6E6E6; padding-bottom: 30px; min-height: 58px;}
#map-inset h1 { padding-left: 10px; font-size: 30px; text-align: left; color: #012f51; text-transform: capitalize; font-family: 'helveticaneuelight';}
#map-inset h3 {margin-bottom: 0; padding-left: 25px; font-weight: normal !important; padding-left: 10px;}
#bodyContent { display: block; min-height: 385px; position: relative;}
#bodyContent a { text-decoration: none;}
#bodyContent address { margin: 20px 0; padding-bottom: 30px; border-bottom: 1px solid #E6E6E6; position: relative; padding-left: 40px; color: #012f51; font-size: 16px; font-weight: 700;}
#bodyContent address:before {
content: "\f041";
position: absolute;
left: 10px;
top: -5px;
display: block;
font-size: 25px;
font-family: FontAwesome;
color: #FFC422;
}
#bodyContent .contact { display: block;}
#bodyContent .contact span { padding-left: 10px; display: block; font-weight: 700; color: #012f51;}
#bodyContent .contact span label { font-weight: normal;}
#bodyContent .contact span.email { margin: 15px 0;}
#bodyContent .contact span.email a {display: block;}
#bodyContent .list {padding-left: 10px;}
#bodyContent .list ul {}
#bodyContent .list li {}
#bodyContent .list li i { margin-right: 5px; color: #012f51;}
#bodyContent .button { width: 100%; margin: 0 auto; text-align: center; position: absolute; right: 0; bottom: 0; left: 0; text-align: center;}

@media(max-width: 670px){
.banner-map .top .google-map--wrapper { display: none;}
.banner-map .top .mobile { display: block;}
.banner-map .top .mobile p { margin: 0;}
.banner-map .top .mobile img { float: left; width: 100%;}
}
@media(min-width: 671px){
.banner-map .top .google-map--wrapper { display: block;}
.banner-map .top .mobile { display: none;}
}

.home-banner { position:relative; max-width:1180px; margin:0 auto; }
.home-banner .overlay-text { position:relative; bottom:0; left:0; width:92%; background:#042f4f; color:#fff; padding:30px 4%; font-size:14px;}
.home-banner .overlay-text h2 { text-align:left; font-size: 30px;}
.home-banner .overlay-text h1 { font-size: 36px; margin: 0; text-align: left; text-transform: capitalize;}
.home-banner .overlay-text p { margin:0;}
.home-banner .overlay-text a.book { top:24%; right:20px; display:inline-block;font-size:14px; margin-top:20px; }
.home-banner .overlay-text a.book:hover { background:#fecb01; color:#012f51;}
.locations-toggle { display:block; background:#e4e4e4 url(../images/arrow-right-blue.png) 95% center no-repeat; line-height:80px; padding:0 4%; cursor: pointer; }
.locations-home { display:none;}
.locations-home ul li a { line-height:50px; border-top:1px solid #d5d5d5; color:#012f51; font-size:16px; background:url(../images/arrow-right-blue.png) left center no-repeat; padding-left:30px; text-decoration:none; display:block; }
.locations-home ul li a:hover { background:url(../images/arrow-right-blue.png) 10px center no-repeat;}

/* CMS Pages */
.cms-page-view .col-main h2 { font-size:20px; max-width:980px; margin:0 auto; padding:0 4%;}
.cms-page-view hr { margin:30px 0;}
.cms-content-wrapper { max-width:780px; margin:0 auto 50px; padding:0 4%; }
.page-empty .cms-content-wrapper { padding:0; margin:0; }
.cms-content-wrapper h3 { color:#012f51;}
.cms-content-wrapper ul { list-style:disc; margin:0 0 20px 20px; line-height:1.6em; }
.cms-content-wrapper ul.form-list { margin:0; }
.cms-content-wrapper img.f-right { margin:0 0 30px 20px;}

/* Meet the team */

.meet-the-team ul li { float:left; width:130px; margin:0 10px; font-size:13px;  }
.meet-the-team h3 { margin:20px 0 0 ;}
.meet-the-team h4 { text-transform:uppercase; font-family: 'helveticaneuelight'; font-weight:normal; }

/* News and Testimonials */
.news, .testimonials { background:#f6f6f6; }
.news { padding-bottom:40px; }
.news h2, .testimonials h2, .meet-the-team h2 { padding:30px 0; }

.news .content-wrapper { max-width:780px; }
.news .image { display:none; }
.news h3 { color:#012f51; margin-top:10px; }

.testimonials { text-align:center; font-size:20px; font-family: 'helveticaneuelight'; margin-bottom:40px; }
.testimonials h2 { background: url(../images/testimonial-icon.png) center bottom no-repeat; padding-bottom:50px; margin-bottom:20px;}
.testimonials ul li { width:240px; }

/* Area Guides */
.area-banner { position:relative; margin-bottom:20px; }
.area-banner .overlay-text { position:relative; bottom:0; left:0; width:92%; background:#042f4f; color:#fff; padding:20px 4%;}
.area-banner .overlay-text h2 { text-align:left; }
.area-banner .overlay-text p { margin:0;}

.area-guides-overview .area-banner .overlay-text { padding:10px 4%; }
.area-guides-overview .area-banner .overlay-text p { line-height:28px; font-weight:bold; font-size:18px; }
.area-guides-overview .area-banner:hover img { opacity:0.8;
    -o-transition:opacity .5s ease;
    -ms-transition:opacity .5s ease;
    -moz-transition:opacity .5s ease;
    -webkit-transition:opacity .5s ease;
    transition:opacity .5s ease;
}
.area-guides-overview .area-banner a { display:block; width:100%; height:100%; position:absolute; top:0; left:0; text-indent:-9999em; z-index:9; }

.guide-image { float:left; clear:left; width:25%; display:none; margin-bottom:10px; }
.guide-block { float:left; padding:30px 0 20px; width:100%; border-top:1px solid #d5d5d5; position:relative; }
.guide-block h3 { color:#012f51;}

.toggle {
    position:absolute; right:0; top:30px;
    width:28px; height:28px; background:#fea901 url(../images/arrow-down-blue.png) center center no-repeat;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
    text-indent:-99999em;}
.toggle:hover {background:#012f51 url(../images/arrow-down-white.png) center center no-repeat;}
.toggle.active {background:#fea901 url(../images/arrow-up-blue.png) center center no-repeat;}
.toggle.active:hover {background:#012f51 url(../images/arrow-up-white.png) center center no-repeat;}

.branch-details .toggle, .branch-details .toggle:hover { padding-right:15px;background: url("../images/arrow-right-blue.png") no-repeat right center; position:static; text-indent:0; }
.branch-details .toggle:hover { color:#fea901; }
.branch-details .toggle-content { margin-top:15px; }

.property-search a.toggle, .property-search a.toggle:hover {
    font-weight:bold; font-size:16px; background:none; position:static; text-indent:0; color:#fff; text-align:center; width:auto;
    display: block; line-height: 50px; height:50px; text-decoration: none;
}

/* Carousel  */

.jcarousel { position: relative; overflow: hidden; max-width:300px; margin:0 auto; }
.testimonials .jcarousel { max-width:240px; }
.jcarousel ul { width: 20000em; position: relative; list-style: none; margin: 0; padding: 0; }
.jcarousel li { /* Required only for block elements like <li>'s */ float: left; }

.jcarousel-wrapper { position:relative; }
.jcarousel-control-prev, .jcarousel-control-next { position:absolute; top:160px; text-indent:-9999em; width:80px; height:80px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.jcarousel-control-prev { left:60px; background: #e9e9e9 url(../images/arrow-left-grey.png) center center no-repeat; }
.jcarousel-control-next { right:60px; background: #e9e9e9 url(../images/arrow-right-grey.png) center center no-repeat; }
.jcarousel-control-prev:hover { background:#d1d1d1 url(../images/arrow-left-lightgrey.png) center center no-repeat; }
.jcarousel-control-next:hover { background:#d1d1d1 url(../images/arrow-right-lightgrey.png) center center no-repeat;}
.jcarousel-pagination { height:5px; text-align:center; }
.meet-the-team .jcarousel-pagination { position: absolute; bottom:0; left:0; right:0; }
.jcarousel-pagination a { text-indent:-9999em; width:20px; height:5px; background:#bbb; margin:0 3px; display:inline-block; }
.jcarousel-pagination a.active { background:#fea901;}
.testimonials .jcarousel-control-prev, .testimonials .jcarousel-control-next { top:120px; }

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login, .account-create { max-width:1180px; margin:0 auto; padding:0 4%; padding-bottom:40px;}
.account-login h2, .account-create h2 { margin-bottom:30px; font-size:30px; }
.account-login .new-users {}
.account-login .registered-users {}

 {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */

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

#contactForm, .cms-content-wrapper form, .account-create form { max-width:580px; margin:0 auto; padding:0 4% 40px; display:block;}
.form-list input, .form-list select, .form-list textarea { width:96%; background:#f7f7f7; border:1px solid #d8d8d8; padding:5px 2%; }
.form-list input { height:35px;}
.form-list select { height:47px; width:100%;}
.form-list input:hover, .form-list input:focus, .form-list textarea:hover, .form-list textarea:focus,
.form-list select:hover, .form-list select:focus { border:1px solid #ffc423; }
.form-list input[type=radio], .form-list input[type=checkbox] { width:auto; float:none; height:auto; padding:0; margin:0;}

.cms-content-wrapper ul.list-select { margin:0; padding:5px 0!important; clear:both; }
.cms-content-wrapper ul.list-select li { display:inline-block; margin:0 10px 0 0; }
.cms-content-wrapper ul.list-select input { margin-top:5px; }
.cms-request-appraisal .locations-home, .cms-request-development-valuation .locations-home { border-top:1px solid #d5d5d5;}


/* Success Page */
.cms-success-appraisal .success-app { margin: 10% 0; float: left; width: 100%; text-align: center;}
.cms-success-appraisal .breadcrumbs { display: none;}
.cms-success-appraisal .success-app p { margin: 0; font-size: 20px; font-weight: 700; text-transform: capitalize;}
.cms-success-appraisal .success-app p:first-child { font-size: 28px;}


/*Contact*/

.locations-home.contact { margin-bottom:30px; float:left; width:100%; }

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

/* Footer ================================================================================ */
.footer-top { background:#012f51; color:#fff; padding:30px 0; }
.footer-top a { color:#6d8293; }
.footer-top a:hover { opacity:0.6; }
.footer-top a.contact { display:inline-block; background:url(../images/contact-icon.png) center left no-repeat; padding-left:30px; text-decoration:none; margin:0 0 20px 0; }
.footer-top a.branches { display:inline-block; background:url(../images/location-icon.png) center left no-repeat; padding-left:30px; text-decoration:none; margin:0 0 20px 10px; }
.footer-top .logo, .footer-top ul { text-align:center; }
.footer-top ul li { display:inline-block; line-height:44px; }
.footer-top .social li a { text-indent:-9999em; width:38px; height:38px; display:inline-block; margin-left:60px; }
.footer-top .social li.facebook a { background: url(../images/facebook-footer.png) center center no-repeat; margin-left:0; }
.footer-top .social li.linkedin a { background: url(../images/linkedin-footer.png) center center no-repeat; }
.footer-top .social li.twitter a { background: url(../images/twitter-footer.png) center center no-repeat; }
.footer { font-size:11px; color:#666; padding:20px 4%; text-align:center; }
.footer p.pureblue a { text-decoration:none; font-family: 'helveticaneuebold'; font-size:12px;}
.footer address { margin-bottom:5px;}
.footer ul { margin:0 10px 20px; }
.footer ul li { display:inline-block; margin-bottom:5px; }
.footer img { margin:0 10px; width:auto; height:40px;}
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.content-wrapper:after,
.related-searches:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* Media Queries ========================================================================= */
@viewport { width: device-width; }

.mobile-only { display: none; }
.no-mobile, .no-tablet { display: none; }

#colorbox { position:static!important; }
.modal .wrapper, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxTopRight, #cboxTopLeft,
#cboxBottomCenter, #cboxBottomLeft, #cboxBottomRight { display:none; }
#colorbox, #cboxWrapper, #cboxContent, #cboxLoadedContent { max-width:100%!important; }


@media all and (max-width: 480px) {
    .mobile-only {
        display: block;
    }
}

@media all and (min-width:481px) {
    a.view, a.view:hover { margin-right:60px; }
    .products-grid .actions a.view, .products-grid .actions a.view:hover { margin-right:0px;}

    /*Home*/
    .jcarousel { max-width:400px; }
    .home-banner .overlay-text { font-size:18px; padding:40px 4%; }
    .meet-the-team ul li { width:180px; }

    /*Testimonials*/
    .testimonials ul li { width:380px; }
    .testimonials .jcarousel { max-width:380px; }

    /*Header*/
    .header-buttons .styled-select  { width:49%; margin-right:2%; margin-bottom:0; }
    .header-buttons li { width: 24%; }
    .header-buttons .top_search input { width:83%; padding:0 2% 0 15%; }
    .header .logo  { width:auto; }

    /*Footer*/
    .footer-top a.branches { margin:0 0 20px 50px; }
    .footer img { height:auto;}

    .product-view .branch-contact .phone { float:right; }
    .actions .button { font-size:14px; }

}
@media all and (min-width:641px) {

    #colorbox { position:absolute!important; }
    .modal .wrapper, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxTopRight, #cboxTopLeft,
    #cboxBottomCenter, #cboxBottomLeft, #cboxBottomRight { display:block; }

    .no-mobile { display:inline-block; }

    /*Home*/
    .home-banner .overlay-text { padding: 40px 2%; width:96%; }
    .home-banner .overlay-text a.book { position:absolute; }
    .news .image, .news .text { width:48%; float:left; margin-left:4%;}
    .news .image { display:inline-block; margin-left:0; }
    .jcarousel { max-width:600px; }

    /*Product*/
    .product-shop a.link-wishlist { width:140px; line-height:40px; text-indent:0; padding:0 0 0 33px; background: url(../images/shortlist-icon-product.png) 8px center no-repeat;   }
    .product-shop a.link-wishlist:hover { background: #012f51 url(../images/shortlist-icon-product-hover.png) 8px center no-repeat; }

    .product-view .cost .price-box { float:right; font-size:18px; }
    .product-view ul.property-features { padding-left:0; width:100%; }
    .product-view ul.property-features li { width:29%; min-height:45px; margin-bottom:0;}

    /*Category*/
    .products-grid li.item { float: left; margin: 0 2% 30px 0; width: 49%; }
    .related-searches ul li { float:left; width:31%; }
    .property-worth a.button, .new-homes a.button { position:absolute;}
    .category-products .property-worth .image, .new-homes .image, .cms-page-view .col-main .property-worth .image, .cms-page-view .property-worth .image { display:block; }
    .category-products .property-worth .text, .new-homes .text, .cms-page-view .col-main .property-worth .text { width:46%; padding:20px 2%; float:left; }

    .pager { height:50px; line-height:50px; padding: 0 2%; }
    .pager .amount { float:left; }

    /*Branch Category*/
    .branch-details .branch-contact .branch-sales { display:inline-block; margin-right:4%; }
    .branch-details ul.meet-the-team img { float:left; margin:0 20px 20px 0; }
    .branch-details ul.meet-the-team hr { display:block; }
    .branch-details ul.new-homes-branch li, .branch-details ul.commercial-branch li { width:41%; margin:0 2% 20px 0; }
    .branch-details ul.new-homes-branch li.last, .branch-details ul.commercial-branch li.last { margin-right:0; }
    .branch-details ul.branch-blocks li { width:49%; float:left; margin-right:2%;}
    .branch-details ul.branch-blocks li.last { margin-right:0; }
    .branch-details .button.branch-buy { float:right; }

    /*Branch Overview*/
    .branches-overview ul { float:left; width:50%; }

    /*Property Search*/
    .property-search .search_half { width:48%; margin-right:4%; float:left;}
    .property-search .search_half.last { margin-right:0; }
    .product-view .property-search .search_half, .sidebar .property-search .search_half { width:100%; margin-right:0; }


    /* CMS Pages */
    .area-guides-overview .area-banner { width:49%; margin-right:2%; float:left; }
    .area-guides-overview .area-banner:nth-child(2n+0) { margin-right:0; }
    .guide-image { display:block; }
    .guide-block {margin-left:2%; width:73%; }

    /*Testimonials*/
    .testimonials ul li { width:580px; }
    .testimonials .jcarousel { max-width:580px; }

    /*Header*/
    .header .logo { margin-bottom:0; }
    .header .header-buttons { clear:none; border:none; margin:0 20px; padding:0; width:auto; }
    .header-buttons .top_search input { padding: 0 2% 0 20%; width: 78%; }
    .nav-container { width:300px; }

}

@media all and (max-width: 700px){
    .header .header-buttons { display: none; }
    #deploy-search { display: block; }
    .header .header-buttons a.button { background: none; text-indent: 18px; text-transform: none; }
    .menu-toggle:hover .icon { background: none;  }
}

@media all and (min-width:961px) {

    h1, h2, .property-worth h2, .new-homes h2, .cms-page-view .col-main .property-worth h2 { font-size:36px; }

    /*Header*/
    .nav-container { width:460px; }

    /*Home*/
    .jcarousel { max-width:800px; }
    .locations-home { display:block !important;}
    .locations-home ul { width:20.9%; margin:0; padding:20px 2%; float:left; border-left:1px solid #d5d5d5; }
    .locations-home ul:first-of-type { border-left:none; }
    .locations-home ul li a { border:none; line-height:1.8em; }
    .locations-toggle { display:none; }
    .catalog-category-view .locations-home ul { border-bottom:1px solid #d5d5d5; margin-bottom:40px; }

    /*Product*/
    .MagicZoom > img { max-width:none; width:800px; }
    .MagicZoom { width:100% !important; }
    .MagicZoomBigImageCont { display:block; }

    /* Content Columns */
    .col2-set .col-1 { float:left; width:49%; }
    .col2-set .col-2 { float:right; width:49%; }
    .col2-set .col-narrow { width:33%; }
    .col2-set .col-wide { width:65%; }

    .col3-set .col-1 { float:left; width:32%; }
    .col3-set .col-2 { float:left; width:32%; margin-left:2%; }
    .col3-set .col-3 { float:right; width:32%; }

    .col4-set .col-1 { float:left; width:23.5%; }
    .col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
    .col4-set .col-3 { float:left; width:23.5%; }
    .col4-set .col-4 { float:right; width:23.5%; }


    .my-wishlist .data-table td { display:table-cell; }

}
@media all and (min-width:1025px) {

    .no-tablet { display:inline-block; }

    a.view .arrow.arrow-lg {
        height: 28px;
        margin-top: 0;
        margin-right: 5px;
        width: 28px;
    }

    /*Home*/
    .home-banner .overlay-text {}
    .cms-home .products-grid { margin:50px auto 20px; }

    /*Category*/
    .products-grid .product-image { display:block; float:left; margin-right:20px; }
    .related-searches ul li { width:23%; }

    /*Branch Category*/
    .branch-details .branch-contact { border-bottom:1px solid #d5d5d5; float:left; width:100%; padding:0; }
    .branch-details .maps { border-top:none;}
    .branch-details ul.branch-contact li { padding: 27px 15px 24px; min-height:20px; width:48.9%; }
    .branch-details ul.branch-contact li:first-of-type { border-right:1px solid #d5d5d5; }
    .branch-details ul.branch-contact li.last { padding: 27px 0 30px; }

    .branch-details .page-title { padding-top:20px; }
    .branch-details ul li { width:48.9%; float:left; margin-right:2%;}
    .branch-details ul li.last { margin-right:0; }
    .branch-details .branch-area-guide { margin-bottom:40px; }
    .branch-details ul.meet-the-team li { clear:none; }
    .branch-details .property-worth .image { display:block; }
    .branch-details .property-worth .text { width:46%; padding:20px 2%; float:left; }

    /*Branch Overview*/
    .branches-overview ul { float:none; width:100%; border-left:1px solid #d5d5d5; display:block; clear:both; min-height: 95px; margin-bottom:0; }
    .branches-overview ul li { width: 20%; float:left; border:1px solid #d5d5d5; border-left:none; border-top:none; padding: 10px; min-height: 94px; font-size:16px;  }
    .branches-overview ul.first li { border-top:1px solid #d5d5d5; width: 20%;}
    .branches-overview ul li .number { float:right; }



    /*Product*/
    .product-essential { width:66%; float:left;}
    .product-extra { width:32%; float:right; margin-top:40px; }

    /*CMS Pages*/
    .area-guides-overview .area-banner, .area-guides-overview .area-banner:nth-child(2n+0) { width:32%; margin-right:2%; }
    .area-guides-overview .area-banner:nth-child(3n+0) { margin-right:0; }
    .area-banner .overlay-text { position:absolute; bottom:-1px; }
    .col-right .property-worth { margin-top:105px;}

    /*Testimonials*/
    .testimonials ul li { width:780px; }
    .testimonials .jcarousel { max-width:780px; }

    /*Column Layouts*/
    .col2-right-layout .col-main {width:66%; float:left;}
    .col2-right-layout .col-right { width:32%; float:right;}
    .col2-left-layout .col-main {width:66%; float:right;}
    .col2-left-layout .col-left { width:32%; float:left;}

    /*Header*/
    .header .header-buttons { margin:0 20px 0 90px; }
    .header-buttons li { width:auto;}
    .header-buttons li a.button { background:#012f51 url(../images/arrow-right-white.png) 15px center no-repeat; padding:0 20px 0 30px; }
    .header-buttons .styled-select  { width: 380px; margin-right:18px; }
    .header-buttons .top_search input { padding: 0 2% 0 10%; width: 88%; }

    /*Footer*/
    .footer-top .logo, .footer-top ul { float:left; }
    .footer-top ul.social { float:right; }
    .footer-top .social li.facebook a { margin-left:60px; }
    .footer-top a.branches { margin:0 0 0 50px; }
    .footer-top a.contact { margin:0 0 0 150px;}
    .footer { text-align:left; }
    .footer p.pureblue { float:right; }
    .footer address { float:left; margin-bottom:20px; }
    .footer img { margin:0 20px 0 0; }

    }
@media all and (min-width:1181px) {

    /*Header*/
    .nav-container .menu-toggle, .nav-container .menu-toggle .icon { float:none; }
}

/* 2015-06-02 */
.info .actions a.view .arrow.arrow-lg {
    height: 28px;
    margin-top: 0;
    width: 28px;
}
.info .actions a.view:hover .arrow.arrow-lg {
    margin-right: 8px;
    font-size: 12px;
}
.products-grid li.item .branch-contact .phone {
    padding-left: 19px;
}


/* Layout :: About */
.cms-aboutus {}
.cms-aboutus .col-main {}
.cms-aboutus .col-main .page-title {}
.cms-aboutus .col-main .page-title h1 {
    text-align: left;
}

.cms-aboutus .col-main .locations-about {
    display: none;
}

.cms-aboutus .col-main .locations-home {
    padding: 0;
}

@media all and (min-width:961px) {
    .cms-aboutus .col-main .locations-about {
        background: #ffc423 url('../images/locations-about.jpg') no-repeat right center;
        display: block;
        max-height: 80px;
        padding: 16px 20px;
    }
    .cms-aboutus .col-main .locations-about h5 {
        color: #012f51;
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 0;
    }
    .cms-aboutus .col-main .locations-about p {
        font-weight: 700;
        margin-bottom: 0;
    }
    .cms-aboutus .col-main .locations-about p a {
        color: #012f51;
        text-decoration: none;
    }

    .cms-aboutus .col-main .locations-home ul {
        border: none;
        border-bottom: 1px solid #d5d5d5;
        display: inline-block;
        margin: 0 auto;
        padding: 20px 4%;
        width: 40%;
    }

    .cms-aboutus .col-main .locations-home ul:nth-child(odd) {
        border-right: 1px solid #d5d5d5;
    }

    .cms-aboutus .col-main .locations-home ul li {

    }
}
