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

Version : 2009.08.10

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


/* @group BASE */

/* @group FRIENDLY SETTINGS */

img, a img {
    border:0;
}
/* nobody likes default border around images */

.clear {
    display: inline-block;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clear {
    height: 1%;
}
.clear {
    display: block;
}

/* @end */
/* based on YUI 2.3 base.css */

/* Idioms */

ul.mod {
    list-style-image:none;
    list-style-position: outside;
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.mod li {
    list-style: none;
}

/* @end */

/* @group Web Form */

ul.form {
    margin: 0;
    padding: 0;
}

ul.form li {
    list-style: none;
    margin: 0 0 18px 0;
}

ul.form li label {
    color: #888;
    display: block;
}

div.form div.item, div.webform div.item {
    padding: 9px;
}

cat_button {
}

input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {
    width: 300px;
}

.cat_dropdown_small {
    width: 200px;
}

.cat_dropdown_smaller {
    width: 150px;
}

.cat_textbox_small, .cat_listbox_small {
    width: 200px;
    /* DON'T TOUCH THIS */
}

.cat_listbox {
    height: 120px;
    width: 300px;
}

table.webform,
table.reporting {
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
}

table.webform td {
    line-height: 24px;
    padding: 6px;
}

.form label, .webform label {
    font-size: 11px;
}

.form input, .webform input {
    margin-right: 3px;
}

/* @end */

/* @group System Message */

.system-message, .system-error-message {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    color: #666;
    margin: 18px;
    min-height: 110px;
    height: auto !important;
    height: 110px;
    padding: 36px 36px 36px 180px;
}

/*.system-message {
background: #f9f9f9 url(/CatalystImages/ok.png) no-repeat 29px 18px;

}

.system-error-message {
background: #f9f9f9 url(/CatalystImages/error.png) no-repeat 26px 26px;
}
*/

.system-message h1, .system-error-message h1 {
    color: #000;
    margin: 0 0 18px 0;
}

.system-message a:link, .system-error-message a:link {
    color: #1969bc;
}

.ok {
    background: #E9FBE3;
    color: #21A347;
    margin-bottom: 18px;
}

.error {
    background: #FBE3E4;
    color: #D12F19;
    margin-bottom: 18px;
}

/* @end */

/* @group Announcement */

.announcement-list {
    font-size: 11px;
}

.announcement-list h2 {
    font-size: 14px;
    margin: 0 0 3px 0;
}

.announcement-list span.date {
    font-size: 10px;
    font-weight: normal;
    margin: 0 0 0 6px;
}

.announcement-details span.date {
    display: block;
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 18px;
}

/* @end */

/* @group Blog */

/* NOTE: div.post-list exists in FORUMS as well */


.blog-list {
    background: #f9f9f9;
    border: 1px solid #eee;
    color: #000;
    font-size: 11px;
    margin: 0 0 18px;
    padding: 18px;
}

.blog-list h2 {
    font-size: 18px;
    margin: 0 0 3px 0;
}

.blog-list span {
    color: #888;
}

.blog-container h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 6px 0;
}

.blog-container p.description {
    margin: 0 0 36px;
}

.blog-post h2.post-title {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    margin: 0;
    padding: 0 0 3px 0;
}

.blog-post .post-details {
    color: #888;
    font-size: 11px;
    margin: 0 0 18px;
}

.blog-container .post-list {
    float: left;
    width: 69%;
    
}

.blog-post .post-body {
    margin: 0 0 36px;
}

.comment-list {
    background: #f9f9f9;
    border: 1px solid #eee;
    margin-bottom: 36px;
    padding: 18px;
}

.comment-list h5 {
    font-size: 14px;
    margin: 0 0 18px;
}

.comment-list input#Captcha {
    width: 300px;
}

.comment-list textarea.cat_listbox_small {
    height: 120px;
    width: 100%;
}

.blog-comment-container {
    border: 1px solid #e9e9e9;
    margin: 0 0 18px;
}

.blog-comment-container  .comment-details {
    background: #eee;
    font-size: 11px;
    padding: 6px;
}

.blog-comment-container .comment {
    background: #fff;
    padding: 9px;
}

span.flag {
    margin: 0 6px;
    vertical-align: middle;
}

input#fullname, input#website, input#emailaddress {
    width: 300px;
}

textarea.comment {
    height: 160px;
    width: 100%;
}

.forum-registration textarea.comment {
    height: 70px;
    width: 270px;
}

.post-body .links {
    font-size: 11px;
}

.blog-container .side-panel {
    float: right;
    width: 27%;
}

.side-panel h4 {
    font-size: 12px;
    margin: 0 0 9px;
}

.BlogTagCloud {
    margin: 0 0 18px;
}

.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {
    margin: 0;
    padding: 0;
}

.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
    font-size: 11px;
    list-style: none;
    margin: 0 0 9px;
}

p.page-nav {
    text-align: center;
}


p.page-nav a {
    margin: 0 9px;
}

.blog-post dl {
    background: #f9f9f9;
    border: 1px solid #eee;
    margin: 0 0 18px;
    padding: 18px;
}

.blog-post dt {
    color: #000;
}

.blog-post dd {
    margin: 0 0 9px;
}

/* @end */

/* @group Booking */

.booking-list {
    margin: 0 0 9px;
}

.booking-list span.date {
    margin: 0 9px 0 0;
}

.booking-container h1, .form-container h2 {
    margin: 0 0 18px;
}

.form-container {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 18px;
}

.form-container input#FirstName, .form-container input#LastName, .form-container input#EmailAddress, .form-container input#Company, .form-container input#WorkPhone {
    width: 260px;
}

.go-back {
    margin: 18px 0;
}

/* @end */

/* @group Calendar */

div.select-month-year {
    padding: 9px 0;
}

table.module-calendar {
    border: 1px solid #888;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

table.module-calendar td {
    border: 1px solid #d7d7d7;
    font-size: 11px;
    height: 80px;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
}

table.module-calendar td span {
    background: #f7f7f7;
    color: #333;
    display: block;
    font-size: 11px;
    padding: 0 2px;
    text-align: right;
}

tr.day-of-week td {
    background: #d7d7d7;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    text-align: center;
    vertical-align: middle;
}

table.module-calendar td.events span {
    background: #2BABFA;
    color: #fff;
    font-weight: bold;
}

table.module-calendar td.events {
    background: #EEF5FA;
}

table.module-calendar td ul {
    margin: 9px 0;
    padding-left: 24px;
}

table.module-calendar td.last-month {
    background: #eee;
}

table.module-calendar td.next-month {
    background: #eee;
}

/* @end */

/* @group Catalogue and Products */

.shop-catalogue {
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    height: 180px;
    margin: 0 6px 6px 0;
    overflow: hidden;
    width: 180px;
}

.shop-catalogue h4 {
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    margin: 0;
    text-indent: 9px;
}

.shop-catalogue h4 a {
    color: #1969bc;
    text-decoration: none;
}

.shop-catalogue .image {
    /* Image size should be 150px by 120px */
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px;
    text-align: center;
}

.shop-main {
    margin-top: 18px;
}

.shop-main .header {
    border-bottom: 1px solid #eee;
    height: 27px;
    line-height: 27px;
    margin: 0 0 18px;
}

.shop-main .breadcrumbs {
    float: left;
    width: 40%;
}

.shop-main .cart-summary {
    float: right;
    width: 40%;
}

.shop-main .description ul {
    margin: 0 0 0 18px;
    padding: 0;
}

.shop-main .description li {
    list-style: square;
}

table.cartSummaryTable {
    border-collapse:collapse;
    border-spacing:0;
    
    font-size: 12px;
    float: right;
}

td.cartSummaryItem {
    padding: 0;
}

a.cartSummaryLink {
    margin: 0 0 0 18px;
}

.shop-main ul {
    margin: 0;
    padding: 0;
}

.shop-main li {
    list-style: none;
}

table.catalogueTable {
    border-collapse:collapse;
    border-spacing:0;
    
    width: 100%;
    margin: 0 0 18px;
}

table.catalogueTable td {
    padding: 0;
}

table.productTable {
    border-collapse:collapse;
    border-spacing:0;
    
    table-layout: fixed;
    width: 100%;
}

table.productTable td {
    padding: 3px;
}

.shop-product-small {
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
}

.shop-product-small h5 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    min-height: 36px;
    padding: 18px 18px 6px;
}

.shop-product-small h4 a {
    color: #1969bc ;
}

.shop-product-small h5 a {
    text-decoration: none;
}

.shop-product-small ul {
    background: #f9f9f9;
    padding: 18px;
}

.shop-product-small ul li {
    font-size: 11px;
    margin: 0 0 6px;
}

.shop-product-small li.price {
    font-size: 11px;
}

.shop-product-small li.price strong {
    font-size: 14px;
    margin-left: 6px;
}

.shop-product-small li.stock {
    font-size: 11px;
}

.shop-product-small li.stock strong {
    color: #666;
    margin-left: 3px;
}

.shop-product-small .image {
    height: 120px;
    margin: 0 auto 9px;
    overflow: hidden;
    width: 120px;
    text-align: center;
}

.image a, td.actions a {
    border: none !important;
}

.shop-product-small li.quantity {
    line-height: 30px;
}

li.quantity img {
    position: relative;
    top: 8px;
    /* or vertical-align: middle;
    */
}

.shop-product-small li.quantity input.productTextInput {
    width: 50px;
}

.shop-product-small li.quantity input.productSubmitInput {
}

.shop-product-large {
    background: #fff;
    border: 1px solid #eee;
    color: #666;
    margin: 0 0 18px;
    min-width: 240px;
    overflow: hidden;
}

.shop-product-large h1 {
    color: #000;
    font-size: 14px;
}

.shop-product-large .image {
    margin-left: 36%;
    min-height: 360px;
    height: auto !important;
    /* for modern browsers */
    height: 360px;
    /* for IE5.x and IE6 */		
    padding: 18px;
    text-align: center;
}

.shop-product-large .shop-product-small .image {
    margin: 0;
    min-height: 160px;
    
    height: auto !important;
    /* for modern browsers */
    height: 160px;
    /* for IE5.x and IE6 */		
    padding: 18px;
    text-align: center;
    width: auto;
}

.shop-product-large .shop-product-small ul {
    padding: 9px;
}

.shop-product-large .shop-product-small ul, .shop-product-large .shop-product-small li  {
    margin: 0;
}

.shop-product-large li.price {
    font-size: 14px;
}

.shop-product-large li.instock {
    font-size: 10px;
}

.shop-product-large li.quantity input.productTextInput {
    width: 50px;
}

td.productItem .comment-form input#Captcha {
    width: 300px;
}

.poplets {
    border-top: 1px solid #eee;
    margin-top: 36px;
    padding: 9px 0;
}

.poplets img {
    border: 1px solid #ddd;
}

table.productPoplets {
    border-collapse:collapse;
    border-spacing:0;
    
    margin: 0 auto;
}

.shop-product-large .details {
    background: #f9f9f9;
    float: left;
    min-height: 360px;
    height: auto !important;
    /* for modern browsers */
    height: 360px;
    /* for IE5.x and IE6 */	
    padding: 18px;
    width: 30%;
}

.shop-product-large ul {
    margin: 0 0 36px;
    padding: 0;
}

.shop-product-large li {
    margin: 9px 0;
}

.shop-cart .breadcrumbs {
    margin: 0 0 18px;
}

table.cart {
    background: #fff;
    border-collapse:collapse;
    border-spacing:0;
    
    border: 1px solid #ddd;
    font-size: 11px;
    width: 100%;
}

table.cart td {
    vertical-align: top;
    /*to make sure the div stack line up at the top */
}

table.cart a {
    color: #1969bc;
}

table.cart th, table.cart td {
    color: #666;
    padding: 9px;
}

tr.val td {
    border-bottom: 1px solid #eee;
}

tr.shipping td {
    border-bottom: 1px solid #ddd;
}

tr.discount td.quantity, tr.shipping td.quantity {
    text-align: right;
}

td.quantity input.update {
    margin: 0 0 0 3px;
}

table.cart th {
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    color: #000;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

input.cartInputText {
    width: 70px;
}

input#DiscountCode, input#GiftVoucher {
    width: 70px;
}

select.shippingDropDown {
    width: 150px;
}

table.cart th.quantity {
    text-align: right;
}

table.cart td.quantity {
    text-align: right;
}

.productitemcell {
    height: 23px;
    line-height: 20px;
    margin: 0 0 3px 0;
    overflow: hidden;
}

table.cart td.actions {
    text-align: right;
}

table.cart td.actions a {
    font-size: 12px;
    font-weight: bold;
    margin: 0 18px 0 0;
    text-decoration: none;
}

a#catshopclear {
    font-size: 10px;
    font-weight: normal;
}

table.cart strong {
    font-size: 14px;
}

.shop-form {
    margin: 0 0 18px;
}

.shop-form ul.form {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 18px;
}

.shop-form label {
    font-size: 11px;
}

.shop-form ul.form li {
    margin: 0;
    padding: 9px 0;
}

.shop-form li.last {
    border-top: 1px solid #eee;
}

/*.shop-form .checkboxes {
line-height: 27px;
}
*/

input.PaymentMethodType {
    margin: 0 6px 0 0;
}

.shop-form ul.form input.cat_textbox,
.shop-form ul.form select.cat_dropdown,
.shop-form ul.form textarea.cat_listbox {
    width: 260px;
}

.shop-form textarea.cat_listbox {
    height: 100px;
}

.shop-receipt, .shop-quote-receipt {
    background: #f9f9f9;
    border: 1px solid #eee;
    margin: 18px;
    padding: 18px;
}

.shop-receipt h1, .shop-quote-receipt h1 {
    border-bottom: 1px solid #ccc;
    padding: 0 0 3px;
}

.shop-receipt h2, .shop-quote-receipt h2 {
    font-size: 12px;
    font-weight: normal;
}

/* @end */

/* @group Customer Cases */

table.case-list {
    border-collapse:collapse;
    border-spacing:0;
    
    margin: 0;
    width: 100%;
}

table.case-list td {
    padding: 6px;
}

table.case-list td.subject,
table.case-list td.category {
    width: 40%;
}

table.case-list td.status {
    width: 20%;
}

table.case-details {
    background: #f9f9f9;
    border-collapse:collapse;
    border-spacing:0;
    
    border: 1px solid #eee;
    width: 100%;
}

table.case-details td {
    padding: 6px;
}

table.case-details tr.odd td {
    background: #fff;
}

table.case-details td.var {
    color: #888;
    text-align: right;
    width: 130px;
}

table.case-details td.val {
    color: #000;
}

/* @end */

/* @group Customer Orders */

table.border {
    border-collapse:collapse;
    border-spacing:0;
    
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

table.border td {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

table.border span {
    color: #888;
}

table.order-list {
    border-collapse:collapse;
    border-spacing:0;
    
    width: 100%;
}

table.order-list td {
    border: 1px solid #eee;
}

table.order-list a {
    margin: 0 9px 0 0;
}

table.order-list span.number {
    font-size: 11px;
}

/* @end */

/* @group Comment */

.comment-container {
    background: #f9f9f9;
    border: 1px solid #eee;
    margin: 0 0 18px;
}

.comment-container .header {
    background: #eee;
    font-size: 11px;
    padding: 6px 18px;
}

.comment-container span.name {
    color: #000;
}

.comment-container span.rating {
    margin: 0 9px;
    vertical-align: middle;
}

.comment-container .content {
    padding: 18px;
}

.comment-form {
    background: #f9f9f9;
    border: 1px solid #eee;
    color: #666;
    margin: 0 0 18px;
    padding: 18px;
}

.comment-form h3 {
    font-size: 14px;
    margin: 0 0 18px;
}

.comment-form h5 {
    color: #666;
    font-size: 14px;
    margin: 0 0 18px;
}

/*.comment-form li.rating div {
font-size: 10px;
}
*/

/*.comment-form li.rating div input {
margin: 0 3px;
}
*/

.comment-form input.cat_textbox_small,
.comment-form textarea {
    width: 300px;
}

.comment-form textarea {
    height: 120px;
}

/* @end */

/* @group FAQ */

table.faq-search {
    background: #f9f9f9;
    border-collapse:collapse;
    border-spacing:0;
    
    border: 1px solid #eee;
    margin: 0 0 18px 0;
    width: 100%;
}

table.faq-search label {
    color: #888;
}

table.faq-search td {
    border-collapse:collapse;
    border-spacing:0;
    
    padding: 9px;
}

table.faqresultstable {
    background: #fff;
    border-collapse:collapse;
    border-spacing:0;
    
    border: 1px solid #eee;
    width: 100%;
}

table.faqresultstable td {
    color: #666;
    padding: 9px;
}

table.faqresultstable a {
    color: #1969bc;
}

table.faqresultstable td.faqresultstableinfo {
    background: #f9f9f9;
    color: #888;
    font-size: 10px;
    padding: 3px 18px;
    text-align: right;
}

table.faqresultstable td.faqresultstablecount {
    padding-left: 18px;
    width: 10px;
}

td.faqresultstablehead {
    background: #fff;
    border-collapse:collapse;
    border-spacing:0;
    
    border-bottom: 1px solid #eee;
    
    color: #000;
    font-weight: bold;
}

/* @end */

/* @group Forums */

/* NOTE: div.post-list exists in BLOG as well */

.forum-container h1 {
    font-size: 24px;
}

table.topic-list, div.forum-posts-container div.post-list, div.forum-registration {
    color: #666;
}

div.forum-posts-container div.post-list a, div.forum-registration a {
    color: #1969bc;
}

div.forum-registration h2 {
    color: #000;
}

table.forum {
    background: #f9f9f9;
    border-collapse:collapse;
    border-spacing:0;
    
    border: 1px solid #eee;
    margin: 0;
    width: 100%;
    
}

table.forum td {
    font-size: 11px;
    padding: 9px;
    vertical-align: top;
}

table.forum td.topics {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 90px;
}

table.forum td.posts {
    border-right: 1px solid #eee;
    
    width: 90px;
}

table.forum td.lastpost {
    border-left: 1px solid #eee;
    
    width: 180px;
}

table.forum .icon {
    float: left;
    width: 50px;
}

table.forum .forum {
    margin: 0 0 0 50px;
}

table.forum h3 {
    margin: 0;
}

table.forum h3 a {
    text-decoration: none;
}

ul.cap-top,
ul.cap-bottom {
    font-size: 11px;
    height: 30px;
    margin: 0 0 18px;
    padding: 0;
}

ul.cap-bottom {
    margin: 18px 0 0;
}

ul.cap-top li,
ul.cap-bottom li {
    display: block;
    
    line-height: 30px;
    list-style: none;
    
}

ul.cap-top li.user,
ul.cap-bottom li.nav-page {
    float: left;
    width: 200px;
}

ul.cap-top li.actions,
ul.cap-bottom li.actions
{
    float: right;
    font-size: 12px;
    text-align: right;
    width: 350px;
}

ul.cap-top li.actions a,
ul.cap-bottom li.actions a{
    float: right;
    margin: 0;
    padding: 0 9px;
}

table.topic-list {
    background: #f9f9f9;
    border-collapse:collapse;
    border-spacing:0;
    
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 100%;
}

table.topic-list th {
    background: #ddd;
    border: 1px solid #ddd;
    color: #000;
    font-size: 10px;
    padding: 6px;
    text-align: left;
}

table.topic-list .name {
    font-weight: bold;
    width: 60%;
}

table.topic-list .name .icon {
    float: left;
    width: 30px;
}

table.topic-list .replies,
table.topic-list .views {
    font-size: 10px;
    text-align: center;
    width: 10%;
}

table.topic-list .date {
    font-size: 10px;
    text-align: right;
    width: 20%;
}

table.topic-list td {
    padding: 0;
}

table.topic-list a {
    color: #1969bc;
}

table.topic {
    border-collapse:collapse;
    border-spacing:0;
    
    border-bottom: 1px solid #eee;
    ;
    margin: 0;
    width: 100%;
}

table.topic td {
    padding: 9px;
}

table.topic td.name,
table.topic td.replies,
table.topic td.views {
    border-right: 1px solid #eee;
    vertical-align: middle;
}

.forum-registration {
    border: 1px solid #eee;
    background: #f9f9f9;
    padding: 18px;
}

.forum-registration input.cat_textbox,
.forum-registration textarea.cat_textbox {
    width: 260px;
}

.forum-registration input.cat_button {
    margin: 0 6px 0 0;
}

.forum-posts-container .breadcrumb {
    font-size: 11px;
    padding: 6px;
}

.forum-posts-container h1 {
    font-size: 18px;
    margin: 18px 0;
}

.forum-posts-container h2 {
    background: #eee;
    border: 1px solid #eee;
    color: #888;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding: 3px 18px;
}

.forum-posts-container table.container {
    border-collapse:collapse;
    border-spacing:0;
    
    width: 100%;
}

.forum-posts-container td {
    background: #f9f9f9;
    
    border: 1px solid #ddd;
    padding: 18px;
    vertical-align: top;
}

.forum-posts-container td.author {
    font-size: 11px;
    width: 160px;
}

.forum-posts-container h3.name {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.forum-posts-container tr.sub td {
    height: 30px;
    padding: 0 18px;
}

.forum-posts-container td.action a {
    float: right;
    line-height: 30px;
}

/* @end */

/* @group Literature */

p.literature-container img {
    vertical-align: middle;
}

p.literature-container span.icon, p.literature-container span.name {
    margin: 0 3px 0 0;
}


/* @end */

/* @group Secure Zone Markup */

.case-search {
    background: #f9f9f9;
    border: 1px solid #eee;
    margin: 0 0 18px;
    padding: 18px;
}

.secure-lost-password {
    background: #f9f9f9;
    border: 1px solid #eee;
    
    padding: 18px;
}

.secure-lost-password input.cat_textbox_small {
    width: 210px;
}

.secure-update-details {
    background: #f9f9f9;
    border: 1px solid #eee;
    margin: 0 0 18px;
    padding: 18px;
}

.secure-update-details input.cat_textbox,
.secure-update-details select.cat_dropdown {
    width: 260px;
}


/* @end */

/* @group Form Modules */

.product-form h3 {
    padding-left: 9px;
}

.secure-login, .newsletter-form {
    background: #f9f9f9;
    border: 1px solid #f2f2f2;
    margin-bottom: 18px;
}

.secure-login h3, .newsletter-form h3 {
    background: #eee;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    margin: 0;
    padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
    padding-left: 9px;
}

/* @end */

/* @group Search */

.search-box {
    padding: 6px;
}

.search-box input.cat_textbox_small {
    margin: 0 3px 0 0;
}

/* @end */

/* @group Photo Gallery */

#imageContainer img {
    margin: 0;
}

table.photogalleryTable td {
    padding: 9px;
}

/* @end */

/* @group Affiliate Program */

table.affiliate-stats {
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
}

table.affiliate-stats td {
    border: 1px solid #d7d7d7;
    padding: 6px;
}

table.affiliate-stats td.var {
    color: #888;
}

/* @end */

/* @group Tell a Friend */

.tell-a-friend {
    border: 2px solid #333;
    background-color: #fff;
    color: #666;
    padding: 18px;
}

.tell-a-friend form {
    padding: 0 0 0 36px;
}

.tell-a-friend  h1 {
    border-bottom: 1px solid #ccc;
    color: #222;
    font-size: 18px;
    margin: 0;
    padding: 0 0 6px;
}

.tell-a-friend  h2 {
    border-bottom: 1px dotted #ccc;
    color: #222;
    font-size: 12px;
    margin: 18px 0 9px;
}

.tell-a-friend  td.var {
    text-align: right;
    width: 130px;
}

.tell-a-friend td {
    font-size: 11px;
    vertical-align: top;
}

.tell-a-friend  label {
    color: #888;
    font-size: 11px;
}

.tell-a-friend  input.cat_textbox_small {
    height: 21px;
}

.tell-a-friend  input.cat_textbox_small, .tell-a-friend textarea.cat_listbox {
    font-size: 11px;
    width: 300px;
}

/* @end */

/* @group Favourites */

.favourite-registration {
    border: 1px solid #eee;
    background: #f9f9f9;
    padding: 18px;
}

.favourite-registration input.cat_textbox,
.favourite-registration textarea.cat_textbox {
    width: 260px;
}

.favrourite-registration input.cat_button {
    margin: 0 6px 0 0;
}


/* @end */

/* @group eCommerce Browse Panel */

.browse-panel {
    border: 1px solid #d7d7d7;
}

.browse-panel h5 {
    background: #eee url(/CatalystImages/shop_bg-browse-panel.png) repeat-x;
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
    margin: 0;
    padding: 9px;
}

.browse-panel h6 {
    background: #f7f7f7;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 3px 9px;
}

.browse-panel ol {
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding: 9px;
}

.browse-panel ol.browse-catalogue {
    border-bottom: none;
}

.browse-panel li {
    list-style: none;
    padding: 3px 9px;
}

.browse-panel li span {
    display: inline;
    font-weight: bold;
}

/* @end */

/* @group eCommerce Image Zoom Slider */

img.drag {
    position: relative;
    padding: 0.5em;
    /*margin: 0 0 0.5em 1.5em;
    */
    margin: 0;
    cursor: move;
}

.slidertrack {
    background-color: #d7d7d7;
    color: #333;
    float: left;
    margin: 0;
    line-height: 0px;
    font-size: 0px;
    text-align: left;
    padding: 4px;
    border: 1px solid;
    border-color: #ccc #aaa #aaa #ccc;
}

.slidertrack .sliderslit {
    background-color: #333;
    color: #ccc;
    height: 2px;
    margin: 4px 4px 2px 4px;
    line-height: 0px;
    position: absolute;
    z-index: 1;
    border: 1px solid;
    border-color: #999 #ddd #ddd #999;
}

.slidertrack .slider {
    width: 16px;
    background-color: #555;
    color: #333;
    position: relative;
    margin: 0;
    height: 8px;
    z-index: 1;
    line-height: 0px;
    font-size: 0px;
    text-align: left;
    border: 2px solid;
    border-color: #999 #222 #222 #999;
}

#zoomcontainer{
    overflow: hidden;
    position: relative;
}

#zoomcontainer img{
    position: absolute;
}


/* @end */

/* @group Web Apps */

/*pagination*/
ul.pagination {
    margin: 0;
    padding: 0;
}

ul.pagination li {
    display: inline;
    list-style: none;
    margin: 0 2px;
}

/* @end */

/* DEX CUSTOM */

.clearfix:after {
    content:" ";
    display:table;
    clear:both;
}

/* news item */

#newsblog-wrapper{
	text-align:center;
}

.news-item{
    
    width:282px;
    margin-right:0px;
    margin-top: 16px;
    border-style: solid;
    border-color: #F2F2F2;
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border-width: 0px 0px 1px;
    
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    
    cursor:pointer;
    
    /* margin-bottom:15px; */
    display:inline-block;
    float:none;
    
    
}

.news-item:nth-child(4n){
	margin-right:0px;
}

.news-item:hover{
    text-decoration:none;
    
    -webkit-transform: perspective(1px) scale(1.01);
    
    -moz-transform: perspective(1px) scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: perspective(1px) scale(1.01);
    
    -ms-transform-origin: 50% 50%;
    /* IE 9 */
    -webkit-transform-origin: 50% 50%;
    /* Chrome, Safari, Opera */
    transform-origin: 50% 50%;
    
    /* add extra css */
    ;
    
}

.news-item .header-text{
    color: #000000;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-align: left;
    padding: 0px 0px 10px;
    line-height: 29px;
    
    border-style: solid;
    border-color: #F2F2F2;
    border-width: 0px 0px 1px;
    
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
}

.news-image{
	height:211px;
    max-height:211px;
    background-size:cover;
    background-position:center;
    
}

.news-image img{
    width:100%;
    height:auto;
    
    background-color: transparent;
    border-radius: 4px 4px 0px 0px;
    vertical-align:bottom;
    border-left: 1px solid #fff;
    vertical-align:top;
    
}

.news-body{
    
}

.body-date{
    color: #666666;
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
}

.news-padding-default{
    padding:10px 10px 0 10px
}


.wrap-body-text{
    min-height: 198px;
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    position:relative;
    
    overflow:hidden;
}

.read-body-link{
    min-height: 25px;
    background: transparent url(/images/u29527-grad.png?crc=3950495935) repeat-x left top;
    background: -webkit-gradient(linear, center top, center bottom, from(rgba(255,255,255,0)),color-stop(58%, #FFFFFF));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) ,#FFFFFF 58%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) ,#FFFFFF 58%);
    border-radius: 0px 0px 4px 4px;
    padding-top: 65px;
    padding-bottom: 10px;
    position: absolute;
    text-align:center;
    left:0;
    right:0;
    bottom:0;
}

.read-body-link span{
    text-transform: uppercase;
    color: #ED1C24;
    line-height: 17px;
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 0px;
}

.body-text{
    color: #666666;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;
    padding:10px 10px 0 10px
}


/* blog detail page */

.blog-container{
    margin-top:1px;
}

.blog-overall-featured-image{
    position: relative;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    background-size: cover !important;
    min-height: 378px;
}


.blog-page-title{
    text-align: center;
    vertical-align: middle;
    line-height: 360px;
    
    color: #FFFFFF;
    font-family: '__olivier_5';
    font-size: 68px;
    font-weight: 400;
    text-align: center;
    padding: 0px;
}




/*! PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/.block-group,.block,.block-group:after,.block:after,.block-group:before,.block:before{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box}
.block-group{
    *zoom:1}
.block-group:before,.block-group:after{
    display:table;
    content:"";
    line-height:0}
.block-group:after{
    clear:both}
.block-group{
    list-style-type:none;
    padding:0;
    margin:0}
.block-group>.block-group{
    clear:none;
    float:left;
    margin:0 !important}
.block{
    float:left;
    width:100%}

/* AUTOMATIC ROWS */
/* First row */
.b1.blog-text-content {
    
    width: 66.2%;
    
    
    border-width: 0px;
    -pie-box-shadow: 0px 0px 10px #E5E5E5;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border-color: #000000;
    background-color: #FFFFFF;
    border-radius: 4px;
    position: relative;
    bottom:42px;
    
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
    min-height:400px;
}

.b2 {
    
    width: 33%;
    
}

/* Measurements row */
.m1, .m2 {
    
    
    width: 50%;
    
    color: #666666;
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    text-align: left;
    padding: 0px 0px 4px;
}

/* Blog containers */
.blog-content-wrapper{
    width:1190px;
    margin:0 auto;
}


.blog-sidebar{
    padding-left:19px;
    padding-top:23px;
}

.blog-sidebar .h2{
    font-family: proxima-nova, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    padding: 0px 0px 15px;
}

.BlogRecentPost ul li a {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;
}

.evan-shadow{
    border-width: 0px;
    -pie-box-shadow: 0px 0px 10px #E5E5E5;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border-color: #000000;
    background-color: #FFFFFF;
    border-radius: 4px;
    
}

.evan-pop-designs{
    
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border-color: #000000;
    border-width: 0px;
    background-color: #FFFFFF;
    -pie-box-shadow: 0px 0px 10px #E5E5E5;
}

.hd-aside{
    border-style: solid;
    padding-top: 13px;
    border-color: #FFFFFF;
    border-width: 1px;
    background-color: #F7F7F7;
    width: 192px;
    position: relative;
}

/* hd forms */

.input-control.vertical-block .nice-select{
    width:100% !important;
    height: 28px;
    line-height:28px;
    border-radius : 1px !important;
    
    font-size: 14px;
    color: #666666;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    text-align: left;
    
    
}

.nice-select{
    padding-left: 10px !important;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #e8e8e8 !important;
}

.input-control input:not([type='submit']){
    height: 28px !important;
    box-sizing:border-box;
    padding-left:10px !important;
}


.input-control.two-col > .hd-dropdown{
    width:66px !important;
    
    float: left;
    clear : none;
    height: 28px !important;
    line-height:28px !important;
    border-radius : 1px !important;
    
    
    font-size: 14px;
    color: #666666;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    text-align: left;
    
}

.input-control.two-col > .hd-dropdown:nth-of-type(2){
    width:66px !important;
    display:inline-block;
    float: right;
    clear : none;
}


.input-control.two-col.noToSpan > .hd-dropdown{
    width:78px !important;
}

.input-control.two-col.noToSpan > .hd-dropdown:nth-of-type(2){
    width:78px !important;
    
}

/* # of stories */
.input-control.two-col.label-first > label{
    float:left
}

.input-control.two-col.label-first > .hd-dropdown{
    float:right;
}


.input-control.submit-part{
    margin-top:10px;
}


.vertical-block{
    
}

.vertical-block label, .vertical-block select, .vertical-block input {
    display:block;
}

.hd-dropdown{
    width:100%;
    display:block;
}

.input-control{
    margin-bottom:15px;
}

.input-control input{
    display:inline-block;
    
    border-style: solid !important;
    text-align: left;
    border-color: #E8E8E8 !important;
    border-width: 1px !important;
}

.input-control label{
    margin-bottom:5px;
    display:block;
}

.input-control.two-col{
    
}


/* nice select option */

.nice-select .option {
    
    line-height: 28px !important;
    
    min-height: 28px !important;
    padding-left: 10px !important;
    
}

.input-control.two-col span.to{
    width:31px;
    color: #D8D8D8;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    text-align: center;
    display:inline-block;
}

.input-control.two-col label{
    display:block;
}

.input-control.two-col input{
    width:66px;
    display:inline-block;
    
    border-style: solid;
    text-align: left;
    border-color: #E8E8E8;
    border-width: 1px;
}

.input-control.two-col input:nth-of-type(2){
    float:right;
}

.input-control label {
    line-height: 18px;
    font-size: 14px;
    color: #666666;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    text-align:left;
}

.w-100{
    width:100%;
}

#mybtn.red-btn-search{
    color: #FFFFFF;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 700 !important;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    
    background-color: #ED1C24;
    border-radius: 4px;
    background-image:none;
    width:100%;
    
    padding: 10px 10px 8px;
    outline:none !important;
    cursor:pointer;
    text-shadow:none;
}



/* HOME DESIGNS LIST */

.home-design-item{
    background-color:#fff;
    
    /*float:left;
    */
    
    margin:auto;
    margin-bottom:15px;
    display:block !important;
    cursor:pointer;
    text-decoration :none;
}

.home-design-item:hover{
    text-decoration :none;
}

.home-design-item h5{
    color: #000000;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-size:24px;
    text-align:center;
    padding:0;
    margin:0;
    padding-top:18px;
    padding-bottom:18px;
    
    border-color: #F2F2F2;
    background-color: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    border-width: 0px 0px 1px;
}

.unweight{
    font-weight:300;
}
.plan-image-container{
    /*padding:0px 12px;*/
    margin-left:12px;
    margin-right:15px;
    height:207px;
    background-size:contain;
    background-position:center center;
    position:relative;
}

.plan-image-container:hover{

    margin-left:0px;
    margin-right:0px;
}


.home-design-footer{
    padding:11px 13px 11px;
    
    border-style: solid;
    border-color: #F2F2F2;
    background-color: #FFFFFF;
    
    border-radius: 2px;
    position: relative;
    border-width: 1px 0px 0px;
}

.home-design-footer .item-icons{
    display:inline-block;
}

.item-icons > div{
    display:inline-block;
}

.item-icons > div:first-child{
    font-size: 20px;
    position: relative;
    font-weight: 600;
    font-family: raleway, sans-serif;
    line-height: 24px;
    color: #ED1C24;
    top: -5px;
}


.animating-onhover{
    
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    
    cursor:pointer;
    
}

.animating-onhover:hover{
    text-decoration:none;
    
    -webkit-transform: perspective(1px) scale(1.01);
    
    -moz-transform: perspective(1px) scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: perspective(1px) scale(1.01);
    
    -ms-transform-origin: 50% 50%;
    /* IE 9 */
    -webkit-transform-origin: 50% 50%;
    /* Chrome, Safari, Opera */
    transform-origin: 50% 50%;
    
    box-shadow: 0 0 0pt 3pt red;
}

/* Detail image container */

#u682371 .design-image-container img {
    width: 100%;
    height: auto;
}

#u682371 .design-image-container img {
    width: 100%;
    height: auto;
}
 .design-image-container img {
    width: 100%;
    height: auto;
}



.design-image-container img {
    /*width: auto;
    height: 996px;*/
}



/* Pre defined classes */
.sans-h1{
    border: 0px solid transparent;
    margin: 0px;
    padding: 0px 0px 10px;
    transform-origin: left top 0px;
    background-repeat: no-repeat;
    font-size: 28px;
    font-weight: 300;
    max-height: 1e+06px;
    font-family: proxima-nova, sans-serif;
    line-height: 34px;
}

.h2-L{
    border: 0px solid transparent;
    margin: 0px;
    padding: 0px 0px 10px;
    transform-origin: left top 0px;
    background-repeat: no-repeat;
    font-size: 24px;
    max-height: 1e+06px;
    font-family: proxima-nova, sans-serif;
    letter-spacing: 1px;
    /*text-transform: uppercase;
    */
    line-height: 29px;
}

.body-L{
    border: 0px solid transparent;
    margin: 0px;
    padding: 0px 0px 4px;
    transform-origin: left top 0px;
    background-repeat: no-repeat;
    max-height: 1e+06px;
    color: #666666;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 21px;
}

.h3-L{
    border: 0px solid transparent;
    margin: 0px;
    padding: 0px 0px 10px;
    transform-origin: left top 0px;
    background-repeat: no-repeat;
    font-size: 24px;
    font-weight: 300;
    max-height: 1e+06px;
    font-family: proxima-nova, sans-serif;
    line-height: 29px;
}

.text-bold{
	font-weight:bold;
}


.hide-me{
	display:none;
}


/* HOME AND LAND PACKAGES */

.hlp-cat-items > .categ-body{
    text-align:center;
}

.hlp-item{
    width: 282px;
    display:inline-block;
    text-decoration:none;
    
    margin-right:23px;
    margin-bottom:20px;
    float:none;
    vertical-align: top;
    position:relative;
}

.hlp-item.hlp-sold{
	
    text-decoration:none;
}


.hlp-title-sec {
    padding:10px;
    
    border-style: solid;
    border-color: #F2F2F2;
    background-color: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    border-width: 0px 0px 1px;
}

.hlp-title-sec h4{
    padding:0;
    margin:0;
    color: #000000;
    font-family: proxima-nova, sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align:left;
}

.hlp-map-sec{
    padding:0px;   
    border-style: solid;
    border-color: #F2F2F2;
    background-color: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    border-width: 0px 0px 1px;
    overflow: hidden;
}

.hlp-map-sec .heading{
    color: #666666;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;
    margin:0;
    margin-bottom:30px;
}


.hlp-title-sec .heading{
    color: #666666;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;
    margin:0;
    margin-top:10px;
}

.image-respo{
    width:100%;
    height:auto;
}

.package-price-heading{
    font-size: 22px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
}

.hlp-price{
    font-size: 24px;
    color: #ED1C24;
    line-height: 29px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
}

.hlp-price-sec{
    padding:10px;
    padding-right: 0px;
}


.dollar{
    font-size: 16px;
    color: #ED1C24;
    vertical-align: 8px;
    line-height: 0px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
}


/* HLP CATEGORIES */

.hlp-cat-items{
    margin-bottom:24px;
}

.hlp-title-category{
    color: #AAAAAA;
    font-family: proxima-nova, sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
    padding: 0px 0px 10px;
}
.hlp-cat-items > header{
    margin-bottom:27px;
}


/* measurements hlp */

.block-align-right .m2 {
    text-align:right;
}


/* Iframe google */
#u305549 iframe{
    height:100%;
    min-height:428px;
}
#u305549{
    height:428px !important;
    min-height:100% !important;
}


/* flag containers */

.flag-container{
    background-size:contain;
    background-position:center center;
    min-height:30px;
    width: 138px;
    position:absolute;
    bottom:50px;
    
}


.flag-container.sold{
    background-image: url(/_assets/img/sold.png);
	right: -3px;
    top: -3px;
    width: 289px;
    height: 358px;
    bottom: initial;    
}


.flag-container.new{
    background-image: url(/_assets/img/flag/TAG-New.png);
    left: -7px;
    bottom: 50px;
    width: 68px;
    height: 36px;
}

.flag-container.homeincome{
    background-image: url('/_assets/img/flag/homeincome.png');
    left: -7px;
    height: 36px;
    width: 177px;
    bottom: 48px;
}

.flag-container.dual{
    background-image: url('/_assets/img/flag/dualoccpancy.png');
    left: -7px;
    height: 36px;
    width: 190px;
    bottom: 49px;
}

.flag-container.twoStories{
    background-image: url('/_assets/img/flag/TAG-2story.png');
    left: -10px;
    bottom: 50px;
    width: 112px;
    height: 36px;
}


/* e carousel */

.e-carousel-item{
	display:block;
    cursor:pointer;
}

.e-carousel-styled{
	font-family: proxima-nova, sans-serif;
    font-weight: 700;
    
}



/* home page search form */

#home-page-searchForm .bdroom{
	width : 106px !important;
    margin-right:9px;
}

#home-page-searchForm .input-control{
	float:left;
}

#home-page-searchForm .input-control.two-col{
	float: left;
}


#home-page-searchForm .input-control.submit-part{
	float:left;
    margin:0;
}

#home-page-searchForm .input-control.submit-part #mybtn{
	height: 28px;
    line-height: 28px;
    border-radius: 3px !important;
    font-size: 14px;
    background-color: #AAAAAA;
    color:#fff;
    text-transform: capitalize;
    padding: 0px 19px;
    font-weight: 200;
}

#home-page-searchForm .input-control.submit-part #mybtn:hover {

    background-color: #ED1C24;

}

#home-page-searchForm .hmeType{
	width: 106px !important;
    margin-right:9px;
}



#home-page-searchForm .hdSize{
	width: 101px !important;
    margin-right:9px;
}

#home-page-searchForm .btroom{
	width: 106px !important;
    margin-right:9px;
}

#home-page-searchForm .hdHtype{
	width: 106px !important;
    margin-right:9px;
}





#price-wrapper .sliders{
	
    min-height:41px;
    background-image: url('/_assets/img/price-range.png');
    background-size: cover;
    width: 100%;
    background-position: center;
    position:relative;
    z-index:44;
    
}


#price-wrapper .nstSlider {
	border: none;
    height: 1px;
    position: relative;
    top: -11px;
    width: 100%;
    margin: auto;
    display: block;
    border-radius: 0;
    background: none;
}



#price-wrapper .leftGrip{
	border: 1px solid #ED1C24;
    background: #ED1C24;
    font-weight: normal;
    color: #454545;
    border-radius: 0;
    height: 5px;
    outline: none;
    top:-3px;
    z-index:55;
    
}


#price-wrapper .rightGrip{
	border: 1px solid #ED1C24;
    background: #ED1C24;
    font-weight: normal;
    color: #454545;
    border-radius: 0;
    height: 5px;
    outline: none;
    top:-3px;
    z-index:55;
    
}


#price-wrapper .bar{
	border: 1px solid #ED1C24;
    background: #ED1C24;
    font-weight: normal;
    color: #454545;
    border-radius: 0;
    height: 5px;
    outline: none;
    top:-3px;
    z-index:55;
    
}


/*price wrapper mob */




.main-red-text{
	
    font-family: '__olivier_5';
    font-size: 68px;
    font-weight: 400;
    line-height: 82px;
    color: #ED1C24;
}

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


/* nst min css */
.is_clickable{cursor:hand;cursor:pointer}.nstSlider{cursor:hand;cursor:pointer;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;position:relative;width:300px;height:20px;background:#134}.nstSlider .leftGrip.gripHighlighted,.nstSlider .rightGrip.gripHighlighted{background:#134}.nstSlider .leftGrip,.nstSlider .rightGrip{position:absolute;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:#fff}.nstSlider .bar{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;position:absolute;background:#fff;height:8px;top:6px}.nstSlider .highlightPanel{-webkit-transition:all 500ms ease-in-out;-moz-transition:all 500ms ease-in-out;-ms-transition:all 500ms ease-in-out;-o-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;position:absolute;background:#e87722;height:20px;top:0}



/* pagination scrol */

.my-search-results .pagination.webapp{
	display:none !important;
}



.jscroll-loading{
	
    text-align: center;
    display: block;
    margin: 80px 0px;
    width:100%;
}

.jscroll-loading img {
	
}


#id-my-search-results{
	text-align:center;
}




/* WYSIWYG Formatting */

p.meme{
	color: #666666;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 21px;
}






/* package pdf google maps */

#u761239 #googMap iframe.actAsDiv {
	pointer-events: none;
}





#no-item {
    width: 100%;
}


/* Favourites Styles */
.fav-text{
	color: #ED1C24;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
    
    display:table;
    margin:auto;
}


.addToFavorites > div{
    background: url(/_assets/img/RedStar-Outline@2x.png);
    vertical-align: middle;
    padding-left: 42px;
    background-repeat: no-repeat;
    background-size: 34px;
    background-position-x: 2px;
    height: 30px;
    display: table-cell;
    padding-top: 7px;
    background-position-y: 0px;
    cursor:pointer;
}
            
.addToFavorites > div.fav{
    background: url(/_assets/img/RedStar@2x.png);
    vertical-align: middle;
    padding-left: 42px;
    background-repeat: no-repeat;
    background-size: 34px;
    background-position-x: 2px;
    height: 30px;
    display: table-cell;
    padding-top: 7px;
    background-position-y: 0px;
    cursor:pointer;
}


a.fave-me {
    background-image: url("/_assets/img/FavCorner@2x.png");
    background-position: right top;
    background-size: 50px;
}


.star{
	background-size:contain;
    background-position: right center;
    width:100%;
    height:17px;
    

    line-height: 16px;
    color: #FFFFFF;
    font-size: 12px;
    position:relative;
    
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.star.no_fav{
	background-image:url('/_assets/img/NavStar-NoFavs@2x.png');
}

.star.with_fav{
	background-image:url('/_assets/img/NavStar@2x.png');    
}

.star.with_fav span{
	color: #ED1C24;
    position: absolute;
    top: 13%;
    left: 89%;
    font-size: 7px;
}


.star.add{

	background-image: url('/_assets/img/NavStar@2x.png');
    position: relative;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
    
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    
}

/* Evan 2nd breakpoint */ 
@media only screen and (min-width : 609px) {
    
    .news-item{
        margin-right:8px;
	}
    
    .news-item:nth-child(2n){
        margin-right:0px;
	}

    
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    
    .home-design-item{
        
        margin-right:15px;
        display:inline-block !important;
        cursor:pointer;
        text-decoration :none;
    }
}


/* Evan 3rd breakpoint */ 
@media only screen and (min-width : 887px) {
    
    .news-item{
        margin-right:8px;
	}
    
    .news-item:nth-child(2n){
        margin-right:8px;
	}
    
    .news-item:nth-child(3n){
        margin-right:0px;
	}

    
}


/* Evan no search results */ 
@media only screen and (min-width : 922px) {
    
    #no-item {
    	width: 558px;
	}
    
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    
    
    
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    

}

/* Evan 4th desktop large breakpoint */ 
@media only screen and (min-width : 1221px) {
    
    .news-item:nth-child(2n){
        margin-right:8px;
	}
    
    .news-item:nth-child(3n){
        margin-right:8px;
	}
    
    .news-item:nth-child(4n){
        margin-right:0px;
	}
    
    
    
    /* no items found */
    #no-item {
    	width: 545px;
        margin:auto;
	}
    
    
    .no-result-wrapper{
    	width:80%;
    }
    
}
    



/* ZOOM IMAGES */

.tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tile {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform .5s ease-out;
}


/* hover state of lightboxes */

.cursormagnify {
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
} 


/* hide broken PDF button */
#u4195487-4 {
 display:hidden;   
}

