.wpufTable {
display: table;
width: 100%;
}
.wpufTableRow {
display: table-row;
}
.wpufTableRow:nth-child(even) {
background-color: #f5f5f5;
}
.wpufTableHeading {
background-color: #eee;
display: table-header-group;
font-weight: bold;
}
.wpufTableCell,
.wpufTableHead {
border: none;
display: table-cell;
padding: 3px 10px;
}
.wpufTableFoot {
background-color: #eee;
display: table-footer-group;
font-weight: bold;
}
.wpufTableBody {
display: table-row-group;
}
.wpuf-loading {
width: 16px;
height: 16px;
background: url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/images/wpspin_light.gif) no-repeat;
display: inline-block;
}
.wpuf-loading.hide {
display: none;
}
.wpuf-button {
color: #555;
border-color: #cccccc;
background: #f7f7f7;
-webkit-box-shadow: 0 1px 0 #cccccc;
box-shadow: 0 1px 0 #cccccc;
vertical-align: top;
}
.wpuf-button:hover,
.wpuf-button:focus {
background: #fafafa;
border-color: #999;
color: #23282d;
}
.wpuf-success {
background-color: #dff0d8;
border: 1px solid #d6e9c6;
color: #3c763d;
padding: 10px;
margin: 10px 0 20px 0;
}
.wpuf-error {
background-color: #f2dede;
color: #a94442;
border: 1px solid #ebccd1;
margin: 10px 0 20px 0;
padding: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 13px;
}
.wpuf-message {
background: #fcf8e3;
border: 1px solid #faebcc;
color: #8a6d3b;
margin: 10px 0 20px 0;
padding: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 13px;
}
.wpuf-info {
background-color: #fef5be;
border: 2px solid #fdd425;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 5px 10px;
margin: 0 0 10px 0;
font-size: 13px;
}
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit] {
font-size: 16px;
padding: 5px 15px;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #0085ba;
border-color: #0073aa #006799 #006799;
-webkit-box-shadow: 0 1px 0 #006799;
box-shadow: 0 1px 0 #006799;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
.wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:disabled {
background: #dddddd;
border-color: #dddddd;
-webkit-box-shadow: 0 1px 0 #dddddd;
box-shadow: 0 1px 0 #dddddd;
color: #000;
text-shadow: 0 -1px 1px #dddddd, 1px 0 1px #dddddd, 0 1px 1px #dddddd, -1px 0 1px #dddddd;
}
ul.wpuf-form {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
width: 100%;
}
ul.wpuf-form li {
margin: 10px 0;
padding: 10px 0;
}
ul.wpuf-form li:after {
clear: both;
content: "";
display: table;
}
ul.wpuf-form li.has-error {
background: #FFE4E4;
}
ul.wpuf-form li .wp-editor-wrap {
border: 1px solid #eee;
}
ul.wpuf-form li.wpuf_hidden_field {
display: none;
}
ul.wpuf-form li .wpuf-label {
float: left;
width: 30%;
min-height: 1px;
font-weight: bold;
}
ul.wpuf-form li .wpuf-label .required {
color: red;
}
ul.wpuf-form li.field-size-large .wpuf-fields {
float: left;
width: 70%;
}
ul.wpuf-form li.field-size-medium .wpuf-fields {
float: left;
width: 50%;
}
ul.wpuf-form li.field-size-small .wpuf-fields {
float: left;
width: 70%;
}
ul.wpuf-form li .wpuf-fields {
float: left;
width: 70%;
}
ul.wpuf-form li .wpuf-fields input[type=text],
ul.wpuf-form li .wpuf-fields input[type=password],
ul.wpuf-form li .wpuf-fields input[type=email],
ul.wpuf-form li .wpuf-fields input[type=url],
ul.wpuf-form li .wpuf-fields input[type=number],
ul.wpuf-form li .wpuf-fields textarea {
background: #fafafa;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
border: 1px solid #ddd;
color: #000;
width: 95%;
font-size: 14px;
}
ul.wpuf-form li .wpuf-fields input[type=text]:focus,
ul.wpuf-form li .wpuf-fields input[type=password]:focus,
ul.wpuf-form li .wpuf-fields input[type=email]:focus,
ul.wpuf-form li .wpuf-fields input[type=url]:focus,
ul.wpuf-form li .wpuf-fields input[type=number]:focus,
ul.wpuf-form li .wpuf-fields textarea:focus {
color: #373737;
}
ul.wpuf-form li .wpuf-fields textarea {
padding-left: 3px;
width: 95%;
}
ul.wpuf-form li .wpuf-fields input[type=text],
ul.wpuf-form li .wpuf-fields input[type=password],
ul.wpuf-form li .wpuf-fields input[type=email],
ul.wpuf-form li .wpuf-fields input[type=url],
ul.wpuf-form li .wpuf-fields input[type=number] {
padding: 5px;
}
ul.wpuf-form li .wpuf-fields select {
border: 1px solid #eee;
padding: 2px;
height: 2em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
min-width: 150px;
max-width: 100%;
}
ul.wpuf-form li .wpuf-fields select[multiple] {
height: auto;
}
ul.wpuf-form li .wpuf-fields .wpuf-radio-inline,
ul.wpuf-form li .wpuf-fields .wpuf-checkbox-inline {
display: inline-block;
margin-right: 10px;
}
ul.wpuf-form li .wpuf-fields .wpuf-radio-block,
ul.wpuf-form li .wpuf-fields .wpuf-checkbox-block {
display: block;
margin-bottom: 6px;
}
ul.wpuf-form li .wpuf-fields a.file-selector {
display: inline;
text-decoration: none;
padding: 5px 12px;
margin: 0;
height: 30px;
line-height: 28px;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #fafafa;
color: #23282d;
box-shadow: 0 1px 0 #cccccc;
vertical-align: top;
cursor: pointer;
-webkit-appearance: none;
white-space: nowrap;
}
ul.wpuf-form li .wpuf-fields a.file-selector:hover,
ul.wpuf-form li .wpuf-fields a.file-selector:focus {
background: #fafafa;
border-color: #999;
color: #23282d;
}
ul.wpuf-form li .wpuf-fields .google-map img {
max-width: none !important;
}
ul.wpuf-form li .wpuf-fields .wpuf-product-qty {
float: left;
width: 10%;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap {
margin-bottom: 8px;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap:after {
clear: both;
content: "";
display: table;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-first-name {
float: left;
width: 48%;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-middle-name {
display: none;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-last-name {
float: right;
width: 48%;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-middle-last .wpuf-name-field-first-name {
float: left;
width: 37%;
margin-right: 3%;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-middle-last .wpuf-name-field-middle-name {
float: left;
width: 20%;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-middle-last .wpuf-name-field-last-name {
float: right;
width: 37%;
}
ul.wpuf-form li .wpuf-fields .wpuf-help {
color: #666;
margin: 2px 0 5px 0;
font-size: 12px;
line-height:18px;
font-style: italic;
font-family: sans-serif;
display: block;
}
ul.wpuf-form li .wpuf-fields .wpuf-help .text-danger {
color: red;
}
ul.wpuf-form li .wpuf-fields .wpuf-help .text-success {
color: green;
}
ul.wpuf-form li .wpuf-fields .wpuf-help #url-alart,
ul.wpuf-form li .wpuf-fields .wpuf-help #url-alart-mgs {
font-style: normal;
font-size: 16px;
}
ul.wpuf-form li .wpuf-fields table,
ul.wpuf-form li .wpuf-fields td {
border: none;
margin: 0;
}
ul.wpuf-form li .wpuf-fields table {
width: 100%;
}
ul.wpuf-form li .wpuf-fields img.wpuf-clone-field,
ul.wpuf-form li .wpuf-fields img.wpuf-remove-field {
cursor: pointer;
margin: 0 3px;
box-shadow: none;
border: none;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list {
list-style: none;
margin: 5px 0 0 0;
padding: 0;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li {
display: inline-block;
border: 1px solid #eee;
padding: 5px;
width: 150px;
height: 150px;
margin-right: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .wpuf-file-input-wrap {
margin: 10px 0;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .wpuf-file-input-wrap input,
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .wpuf-file-input-wrap textarea {
border: 1px solid #eee;
width: 93%;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .attachment-name {
text-align: center;
line-height: 0;
}
ul.wpuf-form li .wpuf-fields .progress {
background: -moz-linear-gradient(center bottom, #FFFFFF 0%, #F7F7F7 100%) repeat scroll 0 0 #FFFFFF;
border: 1px solid #D1D1D1;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
float: right;
height: 22px;
line-height: 2em;
margin: 0;
overflow: hidden;
padding: 0;
width: 200px;
}
ul.wpuf-form li .wpuf-fields .bar {
background-color: #83B4D8;
background-image: -moz-linear-gradient(center bottom, #72A7CF 0%, #90C5EE 100%);
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
height: 100%;
width: 0;
z-index: 9;
}
ul.wpuf-form li .wpuf-fields .progress .percent {
color: rgba(0, 0, 0, 0.6);
padding: 0 8px;
position: relative;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
width: 200px;
z-index: 10;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-category-checklist {
list-style: none;
margin: 0;
padding: 0;
}
ul.wpuf-form li .wpuf-fields.wpuf_product_cat_checkbox_95557_95554 ul.wpuf-category-checklist{
padding: 0 0 0 15px;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-category-checklist li {
margin-bottom: 5px;
padding: 0;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-category-checklist ul.children {
list-style: none;
margin-left: 25px;
}
ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container {
margin-bottom: 3px;
}
ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container:after {
clear: both;
content: "";
display: table;
}
ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container a.wpuf-insert-image {
text-decoration: none;
border: 1px solid #DFDFDF;
font-size: 11px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 4px 6px;
margin-right: 10px;
}
ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container a.wpuf-insert-image .wpuf-media-icon {
height: 12px;
width: 12px;
}
ul.wpuf-form li .wpuf-fields .wpuf-fields-list {
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
}
ul.wpuf-form li .wpuf-fields .wpuf-fields-list li {
padding: 0;
margin: 0 0 6px;
}
ul.wpuf-form li .wpuf-fields .wpuf-fields-list.wpuf-list-inline {
margin-left: -5px;
}
ul.wpuf-form li .wpuf-fields .wpuf-fields-list.wpuf-list-inline li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field {
border-collapse: collapse;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field * {
box-sizing: border-box;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field input {
width: 100%;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field .wpuf-repeater-buttons {
width: 75px;
padding-left: 12px;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field .wpuf-repeater-buttons img {
width: 100%;
height: auto;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field .wpuf-repeater-buttons i {
display: inline-block;
width: 15px;
height: 15px;
margin: 2px 4px 0 0;
}
ul.wpuf-form li label.wpuf-form-sub-label {
font-size: 12px;
display: inline-block;
padding-top: 5px;
}
ul.wpuf-form li .wpuf-address-field {
width: 100%;
margin-bottom: 10px;
}
ul.wpuf-form li .wpuf-address-field:after {
clear: both;
content: "";
display: table;
}
ul.wpuf-form li .wpuf-address-field.city_name,
ul.wpuf-form li .wpuf-address-field.state,
ul.wpuf-form li .wpuf-address-field.zip,
ul.wpuf-form li .wpuf-address-field.country_select {
float: left;
width: 47%;
}
ul.wpuf-form li .wpuf-address-field.city_name,
ul.wpuf-form li .wpuf-address-field.zip {
margin-right: 4%;
}
ul.wpuf-form li .wpuf-address-field.zip {
clear: both;
}
ul.wpuf-form li .wpuf-section-wrap {
margin: 5px 0;
}
ul.wpuf-form li .wpuf-section-wrap h2.wpuf-section-title {
margin: 0;
}
ul.wpuf-form li .wpuf-section-wrap .wpuf-section-details {
padding: 4px 0 8px;
font-size: 12px;
}
ul.wpuf-form.form-label-above li .wpuf-label,
ul.wpuf-form.form-label-above li .wpuf-fields {
display: block;
float: none;
width: 100%;
}
ul.wpuf-form.form-label-above li.field-size-large .wpuf-fields {
display: block;
float: none;
width: 100%;
}
ul.wpuf-form.form-label-above li.field-size-medium .wpuf-fields {
display: block;
float: none;
width: 65%;
}
ul.wpuf-form.form-label-above li.field-size-small .wpuf-fields {
display: block;
float: none;
width: 30%;
}
ul.wpuf-form.form-label-above li .wpuf-label {
margin-bottom: 10px;
}
ul.wpuf-form.form-label-right li .wpuf-label {
float: right;
}
ul.wpuf-form.form-label-hidden li .wpuf-label {
display: none;
}
ul.wpuf-form.form-label-hidden li.field-size-large .wpuf-fields {
display: block;
float: none;
width: 100%;
}
ul.wpuf-form.form-label-hidden li.field-size-medium .wpuf-fields {
display: block;
float: none;
width: 65%;
}
ul.wpuf-form.form-label-hidden li.field-size-small .wpuf-fields {
display: block;
float: none;
width: 30%;
}
ul.wpuf-form.form-label-hidden li .wpuf-fields {
display: block;
float: none;
width: 100%;
}
ul.wpuf-form .wpuf-submit .button-primary-disabled {
color: #94cde7 !important;
background: #298cba !important;
border-color: #1b607f !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
cursor: default;
}
ul.wpuf-form .wpuf-submit .wpuf-errors {
background: #FFE4E4;
border: 1px solid #ffb1b1;
margin: 10px 0;
padding: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 13px;
}
ul.wpuf-form:not(.form-label-left) .wpuf-submit .wpuf-label {
display: none !important;
}
#wpuf-login-form label {
display: block;
}
#wpuf-login-form .forgetmenot label {
display: inline-block;
}
.wpuf_sub_info {
padding: 0;
margin: 10px 5px;
border: 1px solid #eee;
border-radius: 3px;
}
.wpuf_sub_info h3 {
background-color: #f1f1f1;
padding: 10px;
margin: 0 0 5px 0 !important;
font-weight: 300 !important;
}
.wpuf_sub_info .wpuf-text {
padding: 5px 10px;
}
.wpuf_sub_info .wpuf-expire {
border-top: 1px solid #eee;
padding-top: 5px;
margin-top: 5px;
}
.wpuf-coupon-info-wrap {
border: 1px solid #eee;
padding: 15px;
margin-bottom: 20px;
}
.wpuf-coupon-info-wrap .wpuf-coupon-field-spinner {
background: url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/images/wpspin_light.gif) no-repeat right scroll rgba(0, 0, 0, 0);
}
.wpuf-coupon-info-wrap .wpuf-copon-show {
background: #EEEEEE;
border-radius: 3px;
border-width: 1px;
box-shadow: 0 1px 0 rgba(217, 217, 217, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
color: #5C5A5A;
cursor: pointer;
display: inline-block;
font-size: 14px;
padding: 5px 12px;
text-decoration: none;
width: 175px;
margin-bottom: 8px;
}
.wpuf-coupon-info-wrap .wpuf-copon-wrap {
margin: 15px 0;
}
.wpuf-coupon-info-wrap .wpuf-pack-info {
margin-bottom: 20px;
}
.wpuf-coupon-info-wrap .wpuf-pack-info h3 {
margin: 0 0 10px 0;
padding: 0 0 10px 0;
border-bottom: 1px solid #eee;
}
.wpuf-coupon-info-wrap .wpuf-pack-info h3 a {
text-decoration: none;
background: #64C3DE;
color: #fff;
padding: 3px 8px;
font-size: 14px;
}
.wpuf-coupon-info-wrap .wpuf-pack-info wpuf-subscription-error {
color: #D8000C;
}
.wpuf-coupon-info-wrap .wpuf-copon-show:hover {
background: none repeat scroll 0 0 #1E8CBE;
border-color: #0074A2;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
color: #FFFFFF;
}
.wpuf-coupon-info-wrap a.wpuf-apply-coupon {
text-decoration: none;
font-size: 11px;
margin-top: 10px;
margin-right: 10px;
background: #21759b;
color: #fff;
padding: 5px 10px;
display: inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.wpuf-coupon-info-wrap .wpuf-copon-cancel {
text-decoration: none;
font-size: 11px;
}
.entry-content ul.wpuf_packs,
ul.wpuf_packs {
overflow: hidden;
margin: 15px;
}
.entry-content ul.wpuf_packs > li,
ul.wpuf_packs > li {
background: #fff;
display: inline-block;
vertical-align: top;
border: 1px solid #DDD;
border-radius: 5px 5px 5px 5px;
list-style: none outside none;
margin: 5px 25px 25px 0;
position: relative;
width: 200px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.entry-content ul.wpuf_packs > li:first-child,
ul.wpuf_packs > li:first-child {
margin-left: 5px;
}
.entry-content ul.wpuf_packs h3,
ul.wpuf_packs h3 {
background: #52B5D5;
color: #fff;
font-size: 18px;
font-weight: normal;
margin: 0;
padding: 10px !important;
text-align: center;
border-bottom: 1px solid #3dacd0;
}
.entry-content ul.wpuf_packs .wpuf-pricing-wrap,
ul.wpuf_packs .wpuf-pricing-wrap {
background: #64C3DE;
}
.entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount,
ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount {
position: relative;
text-align: center;
color: #FFF;
border-bottom: 1px solid #4fbbda;
padding: 10px 0;
}
.entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-symbol,
ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-symbol {
font-size: 19px;
position: absolute;
top: 25px;
line-height: 10px;
}
.entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-cost,
ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-cost {
font-size: 40px;
margin-left: 10px;
line-height: 50px;
}
.entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-pack-cycle,
ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-pack-cycle {
font-size: 13px;
padding-bottom: 5px;
}
.entry-content ul.wpuf_packs .wpuf-sub-body,
ul.wpuf_packs .wpuf-sub-body {
margin: 0;
padding: 8px 0 0 8px;
background: #fff;
font-size: 11px;
color: #999;
}
.entry-content ul.wpuf_packs .wpuf-sub-button,
ul.wpuf_packs .wpuf-sub-button {
text-align: center;
margin-bottom: 20px;
margin-top: 20px;
overflow: hidden;
}
.entry-content ul.wpuf_packs .wpuf-sub-button a,
ul.wpuf_packs .wpuf-sub-button a {
background: #64C3DE;
color: #fff;
text-decoration: none;
padding: 5px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: inline-block;
}
.entry-content ul.wpuf_packs .wpuf-sub-button a:hover,
ul.wpuf_packs .wpuf-sub-button a:hover {
background: #3ab3d5;
}
.entry-content ul.wpuf_packs .wpuf-sub-button a:hover,
ul.wpuf_packs .wpuf-sub-button a:hover {
background: none repeat scroll 0 0 #1E8CBE;
border-color: #0074A2;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
color: #FFFFFF;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption,
ul.wpuf_packs .wpuf-sub-desciption {
margin-top: 15px;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption ul,
ul.wpuf_packs .wpuf-sub-desciption ul,
.entry-content ul.wpuf_packs .wpuf-sub-desciption li,
ul.wpuf_packs .wpuf-sub-desciption li {
margin: 0;
padding: 0;
list-style: none;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption li,
ul.wpuf_packs .wpuf-sub-desciption li {
text-align: center;
border-top: 1px solid #eee;
padding: 7px 0;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption li:last-child,
ul.wpuf_packs .wpuf-sub-desciption li:last-child {
border-bottom: 1px solid #eee;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption li:first-child,
ul.wpuf_packs .wpuf-sub-desciption li:first-child {
border-top: none;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption p,
ul.wpuf_packs .wpuf-sub-desciption p {
padding: 0 10px;
margin-bottom: 15px;
}
.entry-content ul.wpuf_packs .button,
ul.wpuf_packs .button {
background: none repeat scroll 0 0 #2EA2CC;
border-color: #0074A2;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
color: #FFFFFF;
text-decoration: none;
padding: 0 12px 2px;
color: #fff;
}
.entry-content ul.wpuf_packs .cost,
ul.wpuf_packs .cost {
background: red;
border-radius: 30px 30px 30px 30px;
color: #FFFFFF;
margin: -16px -12px 0 0;
padding: 10px 8px 8px;
position: absolute;
right: 0;
top: 0;
} .ui-timepicker-div .ui-widget-header {
margin-bottom: 8px;
}
.ui-timepicker-div dl {
text-align: left;
}
.ui-timepicker-div dl dt {
height: 25px;
margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
font-size: 90%;
}
.ui-tpicker-grid-label {
background: none;
border: none;
margin: 0;
padding: 0;
}
.ui-timepicker-rtl {
direction: rtl;
}
.ui-timepicker-rtl dl {
text-align: right;
}
.ui-timepicker-rtl dl dd {
margin: 0 65px 10px 10px;
}
#pass-strength-result {
border-style: solid;
border-width: 1px;
float: left;
margin: 0;
padding: 3px 5px;
text-align: center;
width: 200px;
display: none;
background-color: #eee;
border-color: #ddd !important;
}
#pass-strength-result.bad {
background-color: #ffb78c;
border-color: #ff853c !important;
}
#pass-strength-result.good {
background-color: #ffec8b;
border-color: #fc0 !important;
}
#pass-strength-result.short {
background-color: #ffa0a0;
border-color: #f04040 !important;
}
#pass-strength-result.strong {
background-color: #c3ff88;
border-color: #8dff1c !important;
}
.password[type="text"] {
display: none;
}
table.wpuf-table {
border: 1px solid #E7E7E7;
margin: 0 0px 10px 0;
text-align: left;
width: 100%;
}
table.wpuf-table thead th,
table.wpuf-table th {
color: #888888;
font-size: 12px;
font-weight: bold;
line-height: 18px;
padding: 9px 24px;
}
table.wpuf-table td {
border-top: 1px solid #E7E7E7;
padding: 6px 24px;
}
#wpuf-payment-gateway ul.wpuf-payment-gateways {
list-style: none;
margin: 10px 0;
}
#wpuf-payment-gateway ul.wpuf-payment-gateways li {
margin: 0;
}
#wpuf-payment-gateway ul.wpuf-payment-gateways li .wpuf-payment-instruction {
padding: 8px 10px;
margin: 0 10px;
}
#wpuf-payment-gateway ul.wpuf-payment-gateways li .wpuf-instruction {
padding: 8px 10px;
margin-bottom: 10px;
background: #ebe8eb;
font-size: 13px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wpuf-pagination div.pagination {
text-align: center;
padding: 7px;
margin: 3px;
}
.wpuf-pagination .page-numbers {
padding: 2px 8px;
margin: 2px;
border: 1px solid #4A5154;
text-decoration: none;
color: #4A5154;
background: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
}
.wpuf-pagination .page-numbers:hover,
.wpuf-pagination .page-numbers:active {
border: 1px solid #4A5154;
background-color: #4A5154;
color: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
}
.wpuf-pagination .page-numbers.current {
padding: 2px 8px;
margin: 2px;
border: 1px solid #4A5154;
font-weight: bold;
background-color: #4A5154;
color: #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
} .wpuf-author {
margin: 20px 0;
}
.wpuf-author:after {
clear: both;
content: "";
display: table;
}
.wpuf-author h3 {
margin: 0 !important;
background: #CFCFCF;
text-align: left;
padding: 3px 10px;
}
.wpuf-author .wpuf-author-inside {
background: none repeat scroll 0 0 #F0F0F0;
border-bottom: 2px solid #DDDDDD;
height: auto;
padding-left: 10px;
padding-top: 15px;
margin-bottom: 15px;
}
.wpuf-author .wpuf-author-inside:after {
clear: both;
content: "";
display: table;
}
.wpuf-author .wpuf-author-inside .wpuf-user-image {
float: left;
padding-right: 15px;
}
.wpuf-author .wpuf-author-inside p {
margin-bottom: 10px !important;
}
.wpuf-author .wpuf-author-inside p.wpuf-author-info {
padding-top: 8px;
word-wrap: break-word;
}
.wpuf-author .wpuf-author-inside p.wpuf-user-name a {
color: #335160;
font-size: 1.2em;
font-weight: bold;
} .ac_results {
padding: 0;
margin: 0;
list-style: none;
position: absolute;
z-index: 10000;
display: none;
border: 1px solid #ccc;
}
.ac_results li {
padding: 2px 5px;
white-space: nowrap;
text-align: left;
}
.ac_over {
cursor: pointer;
}
.ac_match {
text-decoration: underline;
} fieldset.wpuf-multistep-fieldset {
position: relative;
padding-bottom: 50px;
border: none;
display: none;
}
fieldset.wpuf-multistep-fieldset.field-active {
display: block;
}
fieldset.wpuf-multistep-fieldset .wpuf-multistep-prev-btn,
fieldset.wpuf-multistep-fieldset .wpuf-multistep-next-btn {
position: absolute;
bottom: 5px;
}
fieldset.wpuf-multistep-fieldset .wpuf-multistep-prev-btn {
left: 10px;
}
fieldset.wpuf-multistep-fieldset .wpuf-multistep-next-btn {
right: 10px;
}
.wpuf-multistep-progressbar {
overflow: hidden;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard {
margin: 20px 0 40px 0;
padding: 0;
list-style: none;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard * {
box-sizing: border-box;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li {
background-color: #E4E4E4;
border-radius: 5px;
display: inline-block;
padding: 10px 30px 10px 40px;
margin-right: -7px;
width: auto;
margin: 0;
position: relative;
text-align: center;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::before,
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::after {
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
border-color: transparent;
border-left-color: #fff;
border-radius: 10px;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::before {
border-width: 26px;
margin-top: -14px;
right: -52px;
z-index: 98;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::after {
border-left-color: #E4E4E4;
border-width: 25px;
margin-top: -37px;
right: -44px;
z-index: 99;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li.active-step {
background-color: #00a0d2;
color: #fff;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li.active-step::after {
border-left-color: #00a0d2;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li:last-child::after {
border-left-color: transparent;
}
.wpuf-form .wpuf-multistep-progressbar .ui-widget-header {
background: #00a0d2;
}
.wpuf-form .wpuf-multistep-progressbar.ui-progressbar {
margin-bottom: 30px;
height: 25px;
border: 1px solid #eee;
position: relative;
}
.wpuf-form .wpuf-multistep-progressbar.ui-progressbar .wpuf-progress-percentage {
position: absolute;
left: 50%;
font-size: 12px;
font-weight: bold;
text-shadow: 1px 1px 0 #fff;
top: 20%;
}
input.wpuf-btn {
text-decoration: none !important;
font-size: 15px !important;
margin-top: 10px;
margin-right: 10px;
background: #21759b !important;
color: #fff !important;
padding: 5px 10px;
display: inline-block;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
border: none !important;
} body.rtl ul.wpuf-form li .wpuf-label {
float: right;
}
@media (max-width: 480px) {
ul.wpuf-form li .wpuf-label,
ul.wpuf-form li .wpuf-fields {
float: none;
width: 100%;
}
ul.wpuf-form li.field-size-large .wpuf-fields {
float: none;
width: 100%;
}
ul.wpuf-form li.field-size-medium .wpuf-fields {
float: none;
width: 65%;
}
ul.wpuf-form li.field-size-small .wpuf-fields {
float: none;
width: 30%;
}
}
.wpuf-form .required {
color: red;
font-weight: 700;
border: 0;
}
.wpuf-dashboard-container .wpuf-dashboard-navigation {
width: 30%;
float: left;
display:block;
opacity:1;
margin: 40px 0 0 0;
}
.wpuf-dashboard-container .wpuf-dashboard-navigation.slide_active {
width:355px;
position:fixed;
top:160px;
}
.wpuf-dashboard-container .wpuf-dashboard-navigation a, .wpuf-dashboard-container .wpuf-dashboard-navigation-slide a {
text-decoration: none;
box-shadow: none;
color:#eeeeee;
}
.wpuf-dashboard-container .wpuf-dashboard-navigation ul, .wpuf-dashboard-container .wpuf-dashboard-navigation-slide ul {
list-style: none;
margin:0 40px 0 0;
}
.wpuf-dashboard-container .wpuf-dashboard-navigation ul li, .wpuf-dashboard-container .wpuf-dashboard-navigation-slide ul li {
background:#838383;
color:#eeeeee;
text-align:center;
cursor:pointer;
}
.wpuf-dashboard-container .wpuf-dashboard-navigation ul li a, .wpuf-dashboard-container .wpuf-dashboard-navigation-slide ul li a{
padding:5px 0;
margin:0 0 10px 0;
background:#838383;
color:#eeeeee;
text-align:center;
cursor:pointer;
display:block;
text-transform:uppercase;
}
.wpuf-dashboard-container .wpuf-dashboard-navigation ul li a:hover, .wpuf-dashboard-container .wpuf-dashboard-navigation-slide ul li a:hover{ color:#838383; background:#eeeeee;}
.wpuf-dashboard-container .wpuf-dashboard-content {
width: 68%;
float: right;
margin: 40px 0 0 0;
}
.wpuf-dashboard-container .wpuf-dashboard-content p{ margin: 0 0 15px; font-family:ChronicleDisplay-Semi; }
.wpuf-dashboard-container table.items-table {
border: 0;
width:100%;
}
.wpuf-dashboard-container table.items-table a {
text-decoration: none;
box-shadow: none;
}
.wpuf-dashboard-container table.items-table th,
.wpuf-dashboard-container table.items-table td {
border: 0;
padding: 10px;
}
.wpuf-dashboard-container table.items-table tr {
outline: 1px solid #f1f1f1;
}
.wpuf-dashboard-container table.items-table .items-list-header {
background-color: #d3d5d6;
}
.wpuf-dashboard-container .wpuf-update-profile-form .form-row-first {
float: left;
width: 47%;
overflow: visible;
}
.wpuf-dashboard-container .wpuf-update-profile-form .form-row-last {
float: right;
width: 43%;
overflow: visible;
}
.wpuf-toc-container .wpuf-fields {
position: relative;
}
.wpuf-toc-container .wpuf-fields .wpuf-toc-checkbox {
position: absolute;
top: 0;
left: 0;
}
.wpuf-toc-container .wpuf-fields.has-toc-checkbox .wpuf-toc-description {
margin-left: 25px;
}
.wpuf-field-google-map {
height: 300px;
width: 100%;
}
.wpuf-form-google-map {
height: 300px;
width: 100%;
}
input[type="text"].wpuf-google-map-search {
margin-top: 10px !important;
border: 1px solid transparent !important;
border-radius: 2px 0 0 2px !important;
box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
height: 32px !important;
outline: none !important;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
background-color: #fff !important;
text-overflow: ellipsis !important;
width: 170px !important;
font-family: Roboto !important;
font-size: 15px !important;
font-weight: 300 !important;
padding: 0 11px 0 13px !important;
display: none;
}
.gm-style input[type="text"].wpuf-google-map-search {
display: block;
}
.wpuf-form-google-map-container input[type="text"].wpuf-google-map-search {
width: 230px !important;
}
.wpuf-form-google-map-container.hide-search-box .gm-style input[type="text"].wpuf-google-map-search {
display: none;
}
.dokan-dashboard-content.dokan-wpuf-dashboard h2.page-head {
display: none;
}
.dokan-dashboard-content.dokan-wpuf-dashboard .wpuf-author {
display: none;
}
.dokan-dashboard-content.dokan-wpuf-dashboard .wpuf-form-add .wpuf-form li.wpuf-el {
margin-bottom: 15px;
}
table#wpuf-address-country-state input {
width: 100%;
padding: 0 10px;
border: 1px solid #f5f5f5;
color: #6d6d6d;
font-size: 14px;
line-height: 36px;
height: 36px;
box-shadow: none;
}
table#wpuf-address-country-state select {
width: 100%;
padding: 0 10px;
border: 1px solid #f5f5f5;
color: #6d6d6d;
font-size: 14px;
line-height: 36px;
height: 36px;
box-shadow: none;
}
table#wpuf-address-country-state input.wpuf-btn {
width: inherit;
}
table#wpuf-address-country-state td {
border: none;
}
.wpuf-image-wrap {
display: inline-block;
position: relative;
z-index: 1;
transition: .3s;
margin: 4px;
}
.wpuf-image-wrap .attachment-name img {
width: 100%;
max-height: 150px;
transition: .3s;
border-radius: 4px;
box-shadow: none;
-webkit-box-shadow: none;
}
li.wpuf-image-wrap.thumbnail {
position: relative;
}
li.wpuf-image-wrap.thumbnail .caption {
position: absolute;
left: 50%;
margin-left: -40px;
top: 50%;
margin-top: -10px;
display: none;
width: 80px;
background: #23282d;
text-align: center;
padding: 0;
border-radius: 3px;
line-height: 0;
}
li.wpuf-image-wrap.thumbnail:hover .caption {
display: block;
}
@media (min-width: 480px) {
.wpuf-pay-row {
width: 100%;
display: table;
table-layout: auto;
}
.wpuf-pay-col {
width: 50%;
display: table-cell;
}
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list {
overflow: auto;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li.highlight {
margin-bottom: 0;
height: 150px;
padding-top: 0;
padding-bottom: 0;
}
ul.wpuf-form .ui-state-default.wpuf-image-wrap:hover {
cursor: move;
}
ul.wpuf-form .ui-state-default.wpuf-image-wrap .caption a,
ul.wpuf-form .ui-state-default.wpuf-image-wrap .caption span {
display: inline-block;
line-height: 0;
height: inherit;
padding: 5px;
color: transparent;
vertical-align: top;
}
ul.wpuf-form .ui-state-default .wpuf-image-wrap .caption a img {
-webkit-box-shadow: none;
box-shadow: none;
}
ul.wpuf-form .ui-state-default.wpuf-image-wrap .caption a:hover,
ul.wpuf-form .ui-state-default.wpuf-image-wrap .caption span:hover {
background: #0073aa;
-webkit-box-shadow: none;
box-shadow: none;
}
.weforms-quiz-feedback {
position: relative;
padding-top: 50px;
padding-bottom: 50px;
margin-top: 50px;
}
.weforms-quiz-feedback .weforms-quiz-points {
position: absolute;
top: 0;
right: 0;
width: 200px;
text-align: right;
}
.weforms-quiz-feedback .weforms-field-points {
float: right;
}
.weforms-quiz-feedback .weforms-quiz-points .score {
background: #673ab7;
color: #fff;
padding: 12px 20px;
border-radius: 5px;
}
.weforms-quiz-feedback .right-answer-block,
.weforms-quiz-feedback .weforms-answer-feedback {
margin-top: 2px;
background: #f5f5f5;
padding: 20px;
color: rgba(0, 0, 0, 0.87);
font-weight: 700;
}
.weforms-quiz-feedback .right-answer-block p,
.weforms-quiz-feedback .weforms-answer-feedback p {
margin-bottom: 10px;
}
.weforms-quiz-feedback .weforms-answer-feedback .feedback {
font-weight: 400;
}
.weforms-quiz-feedback .right-answer,
.weforms-quiz-feedback .wrong-answer {
margin-bottom: 20px;
}
.weforms-quiz-feedback .right-answer .wpuf-fields label.checked {
background: #dff0d8;
color: #3c763d;
padding: 6px 0;
}
.weforms-quiz-feedback .wrong-answer .wpuf-fields label.checked {
background: #FFE4E4;
color: red;
padding: 6px 0;
}
ul.wpuf-form .wpuf-el {
position: relative;
}
ul.wpuf-form .weforms-frontend-field-points {
position: absolute;
top: 0;
right: 0;
width: 100px;
color: rgba(0, 0, 0, 0.54);
font-size: 12px;
margin-top: 12px;
font-weight: 700;
text-align: right;
}
.dokan-dashboard .dokan-dashboard-content ul li.wpuf-el,
.dokan-dashboard .dokan-dashboard-content ul li.wpuf-submit {
margin-left: 0;
margin-bottom: 10px;
padding: 10px;
padding-left: 0;
} .wpuf-posts-options {
padding: 0 10px;
border-right: 1px solid #ccc;
}
.wpuf-posts-options:first-child {
padding-left: 0;
}
.wpuf-posts-options:last-child {
padding-right: 0;
border-right: 0;
} .wpuf-col-half,
.wpuf-col-half-last {
width: 50%;
float: left;
}
.wpuf-col-one-third,
.wpuf-col-one-third-last {
width: 33%;
float: left;
}
.wpuf-col-half-last + li,
.wpuf-col-one-third-last + li {
clear: left;
}
.brand_image_container_new, .brand_logo_container_new, .brand_image_container_existing, .brand_logo_container_existing{float:left; width:100%;}
.brand_image_container_new img, .brand_image_container_existing img{ display:block; margin:0 auto;}
.brand_logo_container_new img, .brand_logo_container_existing img{ display:block; margin:0 auto; width:50%;}
.wpuf-label label { font-size: 16px; line-height: 20px; margin: 0; font-weight:normal; }
label.sr_label{float:left; width:23% !important; line-height:18px; margin:12px 0 0 0;}
.wpuf-fields input[type=text].sr_input, .wpuf-fields input[type=email].sr_input{float:left; width:75% !important;}
.wpuf-label label.sr_label{ padding:10px 0 0 0;}
ul.wpuf-form li.form-row-large{ margin-bottom:30px;}
.wpuf-dashboard-content h2{border-bottom:1px solid #000; line-height:20px; padding:0 0 10px; margin:0; font-size:20px;}
.wpuf-dashboard-content hr{ width:100%; display:block; margin-left:auto; margin-right:auto;}
.showroom_container input[type=text].sr_input{margin:0 0 15px 0;}
.showroom_container .showroom_header{ margin:0 0 10px 0;}
.logo_upload_button{ margin: 0 0 0 90px;}
.hero_upload_button{ margin: 0 0 0 40px;}
.wpuf-dashboard-content .brand_update_button{ width:100% !important; margin:0 0 30px 0; height:50px; display:block; margin:0 auto 30px auto; font-size:16px; background:#838383; color:#eeeeee;}
.wpuf-dashboard-content .logo_upload_button, .wpuf-dashboard-content .hero_upload_button{ background:#838383; color:#eeeeee; padding:5px 15px;}
.wpuf-dashboard-content .logo_upload_button:hover, .wpuf-dashboard-content .hero_upload_button:hover, .wpuf-dashboard-content .button.brand_update_button:hover{ text-decoration:none; background:#eeeeee; color:#838383;}
.wpuf-dashboard-container{ float:left; width:100%; margin: 0 auto 60px auto;}
.wpuf-dashboard-intro h2{ margin:40px auto;}
.wpuf-dashboard-intro img{ max-width:600px; display:block; margin:30px auto;}
ul.wpuf-form li.field-size-small .wpuf-fields.wpuf_product_cat_checkbox_115450_115445{ width:70%;}
label.selectit{line-height:18px; margin:5px 0 0 0;}
.selectit input[type="radio"], input[type="checkbox"]{ margin:0 5px 0 0; height:20px; width:20px;}
ul.wpuf-form li.field-size-small.pa_designer .wpuf-fields, ul.wpuf-form li.field-size-small.pa_dimensions .wpuf-fields, ul.wpuf-form li.field-size-small.pa_lead-time .wpuf-fields, ul.wpuf-form li.field-size-small.pa_manufacturer .wpuf-fields, ul.wpuf-form li.field-size-small.pa_materials .wpuf-fields{ width:70%;}
.wpuf-dashboard-content.submit-post .wpuf-submit-button{ width:49% !important; margin:0; height:50px; display:block; font-size:16px; background:#838383; color:#eeeeee; float:right; border:0;}
.wpuf-dashboard-content.submit-post .wpuf-draft-button{ width:49% !important; margin:0; display:block; font-size:16px; background:#838383; color:#eeeeee; text-align: center; float:left; padding:13px 15px; box-shadow:2px 2px 0px 0px rgba(255,235,0,1); transition:all 0.4s;}
.portal_nav .view-brand{display:none;}
.portal_nav .view-brand-show, .portal_nav .posts{ margin:30px 0 0 0;}
#wpuf-login-form h2{ text-align:center; margin:0 0 40px 0;}
#wpuf-login-form{ width:60%; display:block; margin:0 auto 100px auto; text-align:center;}
.page-text #loginform p{ padding: 0 0 10px 0;}
#wpuf-login-form input[type=text], .wpuf-login-form input[type=password]{ text-align:left; margin: 0 0 10px 0; background: #fafafa; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); border: 1px solid #ddd; color: #888; padding:10px 5px; width: 300px; font-family:ChronicleDisplay-Semi;}
#wpuf-login-form #wp-submit{ width:300px; height:50px; display:block; margin:0 auto 30px auto; font-size:14px; background:#838383; color:#eeeeee;}
.post_count{ margin:15px; float:right;}
.wpuf-dashboard-content h2.dash_header{ margin:0 0 30px 0;}
.wpuf-dashboard-content.submit-post .wpuf-label label{ margin:10px 0;}
.guide_nav_container{ float:left; width:100%; margin:20px 0;}
.guide_nav_container .guide_button{ float:left; width:24%; text-align:center; margin:0 1% 0 0; font-family:ChronicleDisplay-Bold; background: #fff200;}
.guide_nav_container .guide_button:last-of-type{ margin:0;}
.guide_nav_container .guide_button a{ text-align:center; color:#000; float:left; width:100%; padding:10px 0; font-family:ChronicleDisplay-Bold; font-size:16px;}
.guide_nav_container .guide_button:hover{ background:#000000;}
.guide_nav_container .guide_button:hover a{ background:#FFF;}
.guide_content_container{ float:left; font-family:ChronicleDisplay-Semi;}
.guide_content_container h3{ font-family:ChronicleDisplay-Bold; float:left; width:100%; padding:10px 3%; color:#000; font-size:20px; margin:195px 0 10px 0; background: #fff200;}
.guide_content_container p{ float:left; margin: 0 0 15px 0; line-height: 1.5m; width: 100%;}
.guide_content_container ul{ list-style: circle; margin: 0 0 0 25px; line-height: 1.5em; width: 95%; float:left;}
.guide_content_container ul li{ margin: 0 0 15px 0;}
#sr_contact.guide_content_container h3{ margin:15px 0 10px 0; background:#01b8be;}
#supply_container h4{ margin: 25px 0 0 0; font-size: 20px;}
#contact_container h4{ margin: 30px 0 10px 0; font-size: 20px; float:left; width:100%;}
.guide_content_container .faq_q{ margin:15px 0 0 0; font-weight:bold;}
#contact_container p.contact_name, #contact_container p.contact_title, #contact_container p.contact_email, #contact_container p.contact_number, #sr_contact p.contact_name, #sr_contact p.contact_title, #sr_contact p.contact_email, #sr_contact p.contact_number{margin:0;}
#contact_container p.contact_name, #sr_contact p.contact_name{ font-weight:bold;}
#contact_container .contact_email.contact_spacer, #contact_container .contact_number.contact_spacer, #sr_contact .contact_email.contact_spacer, #sr_contact .contact_number.contact_spacer{ margin:0 0 20px 0;}
.page-template-page-collection_dashboard .wpuf-dashboard-navigation{z-index:998;}
.page-template-page-collection_dashboard .wrapper.footer{z-index:999; position:relative;}
.wpuf-category-checklist li{ float:left; width:50%;}
.wpuf-category-checklist li ul li{ float:left; width:100%; margin:0;}
.wpuf-category-checklist #product_cat-4173{ margin: -100px 0 0 0;}
.wpuf-category-checklist #product_cat-4182{ margin: -290px 0 0 0;}
.wpuf-category-checklist #product_cat-4188{ margin: -120px 0 0 0;}
.wpuf-category-checklist #product_cat-4189{ margin: -70px 0 0 0;}
.wpuf-category-checklist #product_cat-4189{ margin: -70px 0 0 0;}
.wpuf-category-checklist #product_cat-4197{ margin: -30px 0 0 0;}
.wpuf-category-checklist label{ font-size: 14px; line-height: 1.6em; text-indent: -21px; margin: 0; font-family: ChronicleDisplay-Roman;}
.wpuf_product_cat_checkbox_95557_95554 .wpuf-help{ width: 100%; float:left;}
.wpuf-category-checklist label input[type=checkbox], .wpuf-category-checklist label input[type=radio]{ margin: 0 5px; height: 15px;}
.product_title_table{ text-align: left; font-size:14px;}
.page-text .wpuf-theme-style ul li{list-style:none;}
// .page-template-page-collection_dashboard .mce-btn{ display:none;}
// .page-template-page-collection_dashboard #mceu_3.mce-btn, .page-template-page-collection_dashboard #mceu_9.mce-btn, .page-template-page-collection_dashboard #mceu_1.mce-btn, .page-template-page-collection_dashboard #mceu_2.mce-btn, .page-template-page-collection_dashboard #mceu_16.mce-btn{ display:inline-block;}
ul.wpuf-form li.is_product_available_for_purchase_online{ padding: 0; margin: 0; }
ul.wpuf-form li.is_product_available_for_purchase_online .wpuf-label{ padding-right:20px;  }
ul.wpuf-form li.is_product_available_for_purchase_online input[type=checkbox], ul.wpuf-form li.is_product_available_for_purchase_online input[type=radio].ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } .ui-state-disabled { cursor: default !important; }  .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }  .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
.ui-autocomplete {
position: absolute;
top: 0; cursor: default;
} * html .ui-autocomplete { width:1px; } .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } button.ui-button-icon-only { width: 2.4em; } .ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } .ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } input.ui-button { padding: .4em 1em; } .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } .ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } button.ui-button::-moz-focus-inner { border: 0; padding: 0; } .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } .ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; } .ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } .ui-datepicker-cover {
position: absolute; z-index: -1; filter: mask(); top: -4px; left: -4px; width: 200px; height: 200px; }.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }
.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; } .ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; } .ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; } .ui-menu .ui-menu-icon { position: static; float: right; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } .ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } .ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; } .ui-spinner .ui-icon-triangle-1-s { background-position:-65px -16px;
}
.ui-tabs { position: relative; padding: .2em; zoom: 1; } .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
-webkit-box-shadow: 0 0 5px #aaa;
box-shadow: 0 0 5px #aaa;
} * html .ui-tooltip {
background-image: none;
}
body .ui-tooltip { border-width: 2px; } .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-bg_diagonals-small_75_cccccc_40x40.png) 50% 50% repeat; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; } .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); }   .ui-icon { width: 16px; height: 16px; background-image: url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-icons_cd0a0a_256x240.png); } .ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } .ui-widget-overlay { background: #ffffff url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x; opacity: .9;filter:Alpha(Opacity=90); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(//www.habitusliving.com/wp-content/plugins/wp-user-frontend/assets/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }body.swal2-shown {
overflow-y: hidden; }
body.swal2-iosfix {
position: fixed;
left: 0;
right: 0; }
.swal2-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 10px;
background-color: transparent;
z-index: 1060; }
.swal2-container.swal2-fade {
-webkit-transition: background-color .1s;
transition: background-color .1s; }
.swal2-container.swal2-shown {
background-color: rgba(0, 0, 0, 0.4); }
.swal2-modal {
background-color: #fff;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
border-radius: 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
margin: auto;
overflow-x: hidden;
overflow-y: auto;
display: none;
position: relative;
max-width: 100%; }
.swal2-modal:focus {
outline: none; }
.swal2-modal.swal2-loading {
overflow-y: hidden; }
.swal2-modal .swal2-title {
color: #595959;
font-size: 22px;
line-height: 150%;
text-align: center;
font-weight: 600;
text-transform: none;
position: relative;
margin: 0 0 .4em;
padding: 0;
display: block;
word-wrap: break-word; }
.swal2-modal .swal2-buttonswrapper {
margin-top: 15px; }
.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
opacity: .4;
cursor: no-drop; }
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 4px solid transparent;
border-color: transparent;
width: 40px;
height: 40px;
padding: 0;
margin: 7.5px;
vertical-align: top;
background-color: transparent !important;
color: transparent;
cursor: default;
border-radius: 100%;
-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
animation: rotate-loading 1.5s linear 0s infinite normal;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
margin-left: 30px;
margin-right: 30px; }
.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
display: inline-block;
content: '';
margin-left: 5px 0 15px;
vertical-align: -1px;
height: 15px;
width: 15px;
border: 3px solid #999999;
-webkit-box-shadow: 1px 1px 1px #fff;
box-shadow: 1px 1px 1px #fff;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
animation: rotate-loading 1.5s linear 0s infinite normal; }
.swal2-modal .swal2-styled {
border: 0;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
cursor: pointer;
font-size: 17px;
font-weight: 500;
margin: 15px 5px 0;
padding: 10px 32px; }
.swal2-modal .swal2-image {
margin: 20px auto;
max-width: 100%; }
.swal2-modal .swal2-close {
background: transparent;
border: 0;
margin: 0;
padding: 0;
width: 38px;
height: 40px;
font-size: 36px;
line-height: 40px;
font-family: serif;
position: absolute;
top: 5px;
right: 8px;
cursor: pointer;
color: #cccccc;
-webkit-transition: color .1s ease;
transition: color .1s ease; }
.swal2-modal .swal2-close:hover {
color: #d55; }
.swal2-modal > .swal2-input,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-textarea,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-checkbox {
display: none; }
.swal2-modal .swal2-content {
font-size: 18px;
text-align: center;
font-weight: 300;
position: relative;
float: none;
margin: 0;
padding: 0;
line-height: normal;
color: #545454;
word-wrap: break-word; }
.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea,
.swal2-modal .swal2-select,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-checkbox {
margin: 20px auto; }
.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 18px;
border-radius: 3px;
border: 1px solid #d9d9d9;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
-webkit-transition: border-color box-shadow .3s;
transition: border-color box-shadow .3s; }
.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
border-color: #f27474 !important;
-webkit-box-shadow: 0 0 2px #f27474 !important;
box-shadow: 0 0 2px #f27474 !important; }
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-textarea:focus {
outline: none;
border: 1px solid #b4dbed;
-webkit-box-shadow: 0 0 3px #c4e6f5;
box-shadow: 0 0 3px #c4e6f5; }
.swal2-modal .swal2-input:focus::-webkit-input-placeholder,
.swal2-modal .swal2-file:focus::-webkit-input-placeholder,
.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
-webkit-transition: opacity .3s .03s ease;
transition: opacity .3s .03s ease;
opacity: .8; }
.swal2-modal .swal2-input:focus:-ms-input-placeholder,
.swal2-modal .swal2-file:focus:-ms-input-placeholder,
.swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
-webkit-transition: opacity .3s .03s ease;
transition: opacity .3s .03s ease;
opacity: .8; }
.swal2-modal .swal2-input:focus::placeholder,
.swal2-modal .swal2-file:focus::placeholder,
.swal2-modal .swal2-textarea:focus::placeholder {
-webkit-transition: opacity .3s .03s ease;
transition: opacity .3s .03s ease;
opacity: .8; }
.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
color: #e6e6e6; }
.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
color: #e6e6e6; }
.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-textarea::placeholder {
color: #e6e6e6; }
.swal2-modal .swal2-range input {
float: left;
width: 80%; }
.swal2-modal .swal2-range output {
float: right;
width: 20%;
font-size: 20px;
font-weight: 600;
text-align: center; }
.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
height: 43px;
line-height: 43px;
vertical-align: middle;
margin: 20px auto;
padding: 0; }
.swal2-modal .swal2-input {
height: 43px;
padding: 0 12px; }
.swal2-modal .swal2-input[type='number'] {
max-width: 150px; }
.swal2-modal .swal2-file {
font-size: 20px; }
.swal2-modal .swal2-textarea {
height: 108px;
padding: 12px; }
.swal2-modal .swal2-select {
color: #545454;
font-size: inherit;
padding: 5px 10px;
min-width: 40%;
max-width: 100%; }
.swal2-modal .swal2-radio {
border: 0; }
.swal2-modal .swal2-radio label:not(:first-child) {
margin-left: 20px; }
.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
vertical-align: middle; }
.swal2-modal .swal2-radio input {
margin: 0 3px 0 0; }
.swal2-modal .swal2-checkbox {
color: #545454; }
.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
vertical-align: middle; }
.swal2-modal .swal2-validationerror {
background-color: #f0f0f0;
margin: 0 -20px;
overflow: hidden;
padding: 10px;
color: gray;
font-size: 16px;
font-weight: 300;
display: none; }
.swal2-modal .swal2-validationerror::before {
content: '!';
display: inline-block;
width: 24px;
height: 24px;
border-radius: 50%;
background-color: #ea7d7d;
color: #fff;
line-height: 24px;
text-align: center;
margin-right: 10px; }
@supports (-ms-accelerator: true) {
.swal2-range input {
width: 100% !important; }
.swal2-range output {
display: none; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.swal2-range input {
width: 100% !important; }
.swal2-range output {
display: none; } }
.swal2-icon {
width: 80px;
height: 80px;
border: 4px solid transparent;
border-radius: 50%;
margin: 20px auto 30px;
padding: 0;
position: relative;
-webkit-box-sizing: content-box;
box-sizing: content-box;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.swal2-icon.swal2-error {
border-color: #f27474; }
.swal2-icon.swal2-error .swal2-x-mark {
position: relative;
display: block; }
.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
position: absolute;
height: 5px;
width: 47px;
background-color: #f27474;
display: block;
top: 37px;
border-radius: 2px; }
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 17px; }
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 16px; }
.swal2-icon.swal2-warning {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #f8bb86;
border-color: #facea8;
font-size: 60px;
line-height: 80px;
text-align: center; }
.swal2-icon.swal2-info {
font-family: 'Open Sans', sans-serif;
color: #3fc3ee;
border-color: #9de0f6;
font-size: 60px;
line-height: 80px;
text-align: center; }
.swal2-icon.swal2-question {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #87adbd;
border-color: #c9dae1;
font-size: 60px;
line-height: 80px;
text-align: center; }
.swal2-icon.swal2-success {
border-color: #a5dc86; }
.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
border-radius: 50%;
position: absolute;
width: 60px;
height: 120px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
border-radius: 120px 0 0 120px;
top: -7px;
left: -33px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 60px 60px;
transform-origin: 60px 60px; }
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
border-radius: 0 120px 120px 0;
top: -11px;
left: 30px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 0 60px;
transform-origin: 0 60px; }
.swal2-icon.swal2-success .swal2-success-ring {
width: 80px;
height: 80px;
border: 4px solid rgba(165, 220, 134, 0.2);
border-radius: 50%;
-webkit-box-sizing: content-box;
box-sizing: content-box;
position: absolute;
left: -4px;
top: -4px;
z-index: 2; }
.swal2-icon.swal2-success .swal2-success-fix {
width: 7px;
height: 90px;
position: absolute;
left: 28px;
top: 8px;
z-index: 1;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.swal2-icon.swal2-success [class^='swal2-success-line'] {
height: 5px;
background-color: #a5dc86;
display: block;
border-radius: 2px;
position: absolute;
z-index: 2; }
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
width: 25px;
left: 14px;
top: 46px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
width: 47px;
right: 8px;
top: 38px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.swal2-progresssteps {
font-weight: 600;
margin: 0 0 20px;
padding: 0; }
.swal2-progresssteps li {
display: inline-block;
position: relative; }
.swal2-progresssteps .swal2-progresscircle {
background: #3085d6;
border-radius: 2em;
color: #fff;
height: 2em;
line-height: 2em;
text-align: center;
width: 2em;
z-index: 20; }
.swal2-progresssteps .swal2-progresscircle:first-child {
margin-left: 0; }
.swal2-progresssteps .swal2-progresscircle:last-child {
margin-right: 0; }
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
background: #3085d6; }
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
background: #add8e6; }
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
background: #add8e6; }
.swal2-progresssteps .swal2-progressline {
background: #3085d6;
height: .4em;
margin: 0 -1px;
z-index: 10; }
[class^='swal2'] {
-webkit-tap-highlight-color: transparent; }
@-webkit-keyframes showSweetAlert {
0% {
-webkit-transform: scale(0.7);
transform: scale(0.7); }
45% {
-webkit-transform: scale(1.05);
transform: scale(1.05); }
80% {
-webkit-transform: scale(0.95);
transform: scale(0.95); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes showSweetAlert {
0% {
-webkit-transform: scale(0.7);
transform: scale(0.7); }
45% {
-webkit-transform: scale(1.05);
transform: scale(1.05); }
80% {
-webkit-transform: scale(0.95);
transform: scale(0.95); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0; } }
@keyframes hideSweetAlert {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0; } }
.swal2-show {
-webkit-animation: showSweetAlert 0.3s;
animation: showSweetAlert 0.3s; }
.swal2-show.swal2-noanimation {
-webkit-animation: none;
animation: none; }
.swal2-hide {
-webkit-animation: hideSweetAlert 0.15s forwards;
animation: hideSweetAlert 0.15s forwards; }
.swal2-hide.swal2-noanimation {
-webkit-animation: none;
animation: none; }
@-webkit-keyframes animate-success-tip {
0% {
width: 0;
left: 1px;
top: 19px; }
54% {
width: 0;
left: 1px;
top: 19px; }
70% {
width: 50px;
left: -8px;
top: 37px; }
84% {
width: 17px;
left: 21px;
top: 48px; }
100% {
width: 25px;
left: 14px;
top: 45px; } }
@keyframes animate-success-tip {
0% {
width: 0;
left: 1px;
top: 19px; }
54% {
width: 0;
left: 1px;
top: 19px; }
70% {
width: 50px;
left: -8px;
top: 37px; }
84% {
width: 17px;
left: 21px;
top: 48px; }
100% {
width: 25px;
left: 14px;
top: 45px; } }
@-webkit-keyframes animate-success-long {
0% {
width: 0;
right: 46px;
top: 54px; }
65% {
width: 0;
right: 46px;
top: 54px; }
84% {
width: 55px;
right: 0;
top: 35px; }
100% {
width: 47px;
right: 8px;
top: 38px; } }
@keyframes animate-success-long {
0% {
width: 0;
right: 46px;
top: 54px; }
65% {
width: 0;
right: 46px;
top: 54px; }
84% {
width: 55px;
right: 0;
top: 35px; }
100% {
width: 47px;
right: 8px;
top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
0% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
5% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
12% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg); }
100% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
0% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
5% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
12% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg); }
100% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg); } }
.swal2-animate-success-line-tip {
-webkit-animation: animate-success-tip 0.75s;
animation: animate-success-tip 0.75s; }
.swal2-animate-success-line-long {
-webkit-animation: animate-success-long 0.75s;
animation: animate-success-long 0.75s; }
.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
-webkit-animation: rotatePlaceholder 4.25s ease-in;
animation: rotatePlaceholder 4.25s ease-in; }
@-webkit-keyframes animate-error-icon {
0% {
-webkit-transform: rotateX(100deg);
transform: rotateX(100deg);
opacity: 0; }
100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1; } }
@keyframes animate-error-icon {
0% {
-webkit-transform: rotateX(100deg);
transform: rotateX(100deg);
opacity: 0; }
100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1; } }
.swal2-animate-error-icon {
-webkit-animation: animate-error-icon 0.5s;
animation: animate-error-icon 0.5s; }
@-webkit-keyframes animate-x-mark {
0% {
-webkit-transform: scale(0.4);
transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
50% {
-webkit-transform: scale(0.4);
transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
80% {
-webkit-transform: scale(1.15);
transform: scale(1.15);
margin-top: -6px; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
margin-top: 0;
opacity: 1; } }
@keyframes animate-x-mark {
0% {
-webkit-transform: scale(0.4);
transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
50% {
-webkit-transform: scale(0.4);
transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
80% {
-webkit-transform: scale(1.15);
transform: scale(1.15);
margin-top: -6px; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
margin-top: 0;
opacity: 1; } }
.swal2-animate-x-mark {
-webkit-animation: animate-x-mark 0.5s;
animation: animate-x-mark 0.5s; }
@-webkit-keyframes rotate-loading {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes rotate-loading {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }.br-theme-css-stars .br-widget {
height: 28px;
white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
text-decoration: none;
height: 18px;
width: 18px;
float: left;
font-size: 23px;
margin-right: 5px;
}
.br-theme-css-stars .br-widget a:after {
content: "\2605";
color: #d2d2d2;
}
.br-theme-css-stars .br-widget a.br-active:after {
color: #EDB867;
}
.br-theme-css-stars .br-widget a.br-selected:after {
color: #EDB867;
}
.br-theme-css-stars .br-widget .br-current-rating {
display: none;
}
.br-theme-css-stars .br-readonly a {
cursor: default;
}
@media print {
.br-theme-css-stars .br-widget a:after {
content: "\2606";
color: black;
}
.br-theme-css-stars .br-widget a.br-active:after,
.br-theme-css-stars .br-widget a.br-selected:after {
content: "\2605";
color: black;
}
}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0} @media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(//www.habitusliving.com/wp-content/themes/artmag/fonts/glyphicons-halflings-regular.eot);src:url(//www.habitusliving.com/wp-content/themes/artmag/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//www.habitusliving.com/wp-content/themes/artmag/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//www.habitusliving.com/wp-content/themes/artmag/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//www.habitusliving.com/wp-content/themes/artmag/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//www.habitusliving.com/wp-content/themes/artmag/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//www.habitusliving.com/wp-content/themes/artmag/css/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}.slicknav_btn {position: relative; display: block;cursor: pointer;width: 65px;margin: 14px auto 10px auto;}
.slicknav_btn .slicknav_menutxt{float: right;position: relative;top: -7px;font-size: 11px !important;font-weight: 400 !important;letter-spacing: 0.1500em !important;}
.slicknav_menu {*zoom: 1;}
.slicknav_menu .slicknav_icon {float: left;width: 1.125em;height: 0.875em;}
.slicknav_nav {clear: both; }
.slicknav_nav ul {display: block; }
.slicknav_nav li {display: block; }
.slicknav_nav .slicknav_arrow {font-size: 0.8em;margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item {cursor: pointer; }
.slicknav_nav .slicknav_item a {display: inline; }
.slicknav_nav .slicknav_row {display: block; }
.slicknav_nav a {display: block; }
.slicknav_nav a:visited{color: #000;}
.slicknav_nav .slicknav_parent-link a {display: inline; }
.slicknav_menu {font-size: 16px;box-sizing: border-box;background: #f5f5f5;}
.slicknav_menu * {box-sizing: border-box; }
.slicknav_menu:before {content: " ";display: table; }
.slicknav_menu:after {content: " ";display: table;clear: both; }
.slicknav_nav {color: #000;margin: 0;padding: 0;font-size: 0.875em;list-style: none;overflow: hidden; padding-bottom: 20px;}
.slicknav_nav ul {list-style: none;overflow: hidden;padding: 0;margin: 0 0 0 20px; }
.slicknav_nav a {padding: 5px 10px;margin: 2px 5px;text-decoration: none;color: #000; }
.slicknav_nav a:hover {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;background: #ccc;color: #222; }
.slicknav_nav .slicknav_txtnode {margin-left: 15px; }
.slicknav_nav .slicknav_item a {padding: 0;margin: 0; }
.slicknav_nav .slicknav_parent-link a {padding: 0;margin: 0; }
.slicknav_icon{
width: 20px !important;
height: 20px !important;
position: relative;
margin: 0px auto;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.slicknav_icon span{
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #000;
border-radius: 1125px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.slicknav_icon span:nth-child(1) {
top: 0px;
}
.slicknav_icon span:nth-child(2),.slicknav_icon span:nth-child(3) {
top: 5px;
}
.slicknav_icon span:nth-child(4) {
top: 10px;
}
.slicknav_icon.open span:nth-child(1) {
top: 8px;
width: 0%;
left: 50%;
}
.slicknav_icon.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.slicknav_icon.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.slicknav_icon.open span:nth-child(4) {
top: 8px;
width: 0%;
left: 50%;
}@font-face {
font-family: 'ChronicleDisplay-Roman';
src: url(https://www.habitusliving.com/wp-content/themes/artmag/fonts/ChronicleDisplay-Roman.eot); src: url(https://www.habitusliving.com/wp-content/themes/artmag/fonts/ChronicleDisplay-Roman.eot?#iefix) format('embedded-opentype'), url(https://www.habitusliving.com/wp-content/themes/artmag/fonts/ChronicleDisplay-Roman.woff) format('woff'), url(https://www.habitusliving.com/wp-content/themes/artmag/fonts/ChronicleDisplay-Roman.ttf) format('truetype'), url(https://www.habitusliving.com/wp-content/themes/artmag/fonts/ChronicleDisplay-Roman.svg#ChronicleDisplay-Roman) format('svg'); font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}  html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a, a:visited, a:focus, a:active, a:hover, a:link {
outline: 0 none !important;
text-decoration: none !important;
}
a:visited{
color: #000;
}
input:focus {
outline: none;
}
textarea:focus {
outline: none;
}
.pos-center {
text-align: center;
margin: 0 auto;
}
.pos-relative {
position: relative;
}
.pos-absolute {
position: absolute;
}
.margint5 {
margin-top: 5px !important;
}
.margint10 {
margin-top: 10px !important;
}
.margint15 {
margin-top: 15px !important;
}
.margint20 {
margin-top: 20px !important;
}
.margint30 {
margin-top: 30px !important;
}
.margint40 {
margin-top: 40px !important;
}
.margint50 {
margin-top: 50px !important;
}
.margint60 {
margin-top: 60px !important;
}
.margint65 {
margin-top: 65px !important;
}
.margint70 {
margin-top: 70px !important;
}
.margint80 {
margin-top: 80px !important;
}
.margint90 {
margin-top: 90px !important;
}
.margint100 {
margin-top: 100px !important;
}
.margint120 {
margin-top: 120px !important;
}
.margint140 {
margin-top: 140px !important;
}
.marginb10 {
margin-bottom: 10px !important;
}
.marginb20 {
margin-bottom: 20px !important;
}
.marginb30 {
margin-bottom: 30px !important;
}
.marginb40 {
margin-bottom: 40px !important;
}
.marginb50 {
margin-bottom: 50px !important;
}
.marginb60 {
margin-bottom: 60px !important;
}
.marginb65 {
margin-bottom: 65px !important;
}
.marginb68 {
margin-bottom: 68px !important;
}
.marginb70 {
margin-bottom: 70px !important;
}
.marginb80 {
margin-bottom: 80px !important;
}
.marginb90 {
margin-bottom: 90px !important;
}
.marginb100 {
margin-bottom: 100px !important;
}
.marginb120 {
margin-bottom: 120px !important;
}
.padrl20 {
padding: 0 20px;
}
.padrl50 {
padding: 0 50px;
}
.padt20 {
padding-top: 20px;
}
.padt40 {
padding-top: 40px;
}
.padt50 {
padding-top: 50px;
}
.padb50 {
padding-bottom: 50px;
}
.padt60 {
padding-top: 60px;
}
.padb30 {
padding-bottom: 30px;
}
.pad5 {
padding: 5px;
}
.pad10 {
padding: 10px;
}
.pad20 {
padding: 20px;
}
.pad30 {
padding: 30px;
}
.gallery-caption, .bypostauthor{
}
.alignright {
text-align: right;
}
.alignleft {
text-align: left;
}
.aligncenter {
text-align: center;
}
.wp-caption.aligncenter{ margin: 0 auto; margin-bottom: 30px;}
img.alignright{
text-align: right;
float: right;
}
img.alignleft{
text-align: left;
float: left;
}
img.aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}
.rsp-img-center{
margin:0 auto;
text-align: center;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {
width: 100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {
width: 50%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {
width: 100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-1 {
width: 100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {
width: 33.33333%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {
width: 66.66667%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {
width: 100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {
width: 25%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {
width: 50%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {
width: 75%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {
width: 100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {
width: 20%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {
width: 40%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {
width: 60%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {
width: 80%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {
width: 100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {
width: 16.66667%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {
width: 33.33333%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {
width: 50%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {
width: 66.66667%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {
width: 83.33333%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {
width: 100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {
width: 14.28571%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {
width: 28.57143%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {
width: 42.85714%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {
width: 57.14286%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {
width: 71.42857%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {
width: 85.71429%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {
width: 100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {
width: 12.5%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {
width: 25%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {
width: 37.5%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {
width: 50%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {
width: 62.5%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {
width: 75%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {
width: 87.5%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {
width: 100%;
}  @media (min-width:1200px){.container{width:1200px;}}
body {
margin: 0;
padding: 0;
font-family: 'PT Serif', serif;
font-size: 14px;
line-height: 26px;
color: #000;
letter-spacing: 0.0200em;
background: #FFF;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
} h1 {
font-family: ChronicleDisplay-Bold;
font-size: 32px;
line-height: 42px;
color: #000000;
}
h2 {
font-family: ChronicleDisplay-Bold;
font-size: 26px;
line-height: 36px;
color: #000000;
}
h3 {
font-family: ChronicleDisplay-Bold;
font-size: 21px;
line-height: 31px;
color: #000000;
}
h4 {
font-family: ChronicleDisplay-Black;
font-size: 18px;
line-height: 28px;
color: #000000;
}
h5 {
font-family: ChronicleDisplay-Bold;
font-size: 15px;
line-height: 28px;
color: #000000;
}
h6 {
font-family: ChronicleDisplay-Bold;
font-size: 11px;
font-weight: 400;
color: #000000;
}
a {
color: #222;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
a, a:visited, a:focus, a:active, a:hover {
outline: 0 none !important;
}
a:hover {
color: #000;
}
em{
font-style: italic;
}
strong{
font-weight: bold;
}
img[class*="wp-image-"], img[class*="attachment-"], .post img, .post {
max-width: 100%;
height: auto;
}
img {
max-width: 100%;
height: auto;
}
::-webkit-input-placeholder {
color: #888;
}
::-moz-placeholder {
color: #888;
}
:-ms-input-placeholder {
color: #888;
}
input:-moz-placeholder {
color: #888;
}  .error-page {
padding: 4% 0;
}
.error-number h1 {
font-size: 70px;
line-height: 80px;
}
.header-container{
height: 150px;
}
.vertical{
height:150px;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.vertical-middle {
position: relative;
top: 50%;
transform: perspective(1px) translateY(-50%);
-webkit-transform: perspective(1px) translateY(-50%);
}
.user-info-content{
font-size: 12px;
line-height: 19px;
}
.user-info-content p a{
text-decoration: underline;
}
.user-info-img{
float: left;
width: 90px;
padding-right: 20px;
}
.user-info-content{
float: left;
width: 200px;
}
.user-info-content p{
margin-top: 2px;
}
.mOver-mobile{display: none !important;position: relative;}
.mOver-mobile .owl-wrapper-outer{height: 250px;}
.mOver-mobile .owl-controls{top: -39px;position: relative;margin-bottom: -38px;}
.mOver-mobile .item{position: relative;}
.mOver-mobile .mOver-mobile-title{position: absolute;top: 150px;padding:50px 15px 0 15px;width:100%;height:100px;background-image: -webkit-linear-gradient(transparent 0,rgba(0,0,0,.4) 100%);background-image: linear-gradient(transparent 0,rgba(0,0,0,.4) 100%);}
.mOver-mobile .mOver-mobile-title a{color: #fff;line-height:15px !important;font-size:12px;letter-spacing: 1px;color: #fff;}
.mOver-mobile .owl-page.active{background: #fff !important;}
.mOver-slider, ul.mOver-list{min-height: 500px;position: relative;overflow: hidden;}
.mOver-loading{width: 100%;height: 100%;position: absolute;top:0;left: 0;z-index: 99;background: url(//www.habitusliving.com/wp-content/themes/artmag/images/pattern-white.png);background-size: 5px 8px !important;background-repeat: repeat;}
.mOver-wraplist{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 3;}
.mOver-list li{position:relative;float: left;width: auto;height:100%;border-right: 1px solid rgba(255,255,255,0.2);z-index: 5; cursor: pointer;}
.mOver-list li:hover{ background: #000;}
.mOver-mask{width: 100%;height: 150px;position: absolute;bottom:0;z-index: 4;background-image: -webkit-linear-gradient(transparent 0,rgba(0,0,0,.4) 100%);background-image: linear-gradient(transparent 0,rgba(0,0,0,.4) 100%);}
.mOver-list li:last-child{border-right: 0;}
.mOver-background{width: 100%;height: 100%;position: relative;}
.mOver-background .mOver-bg{position:absolute;top:0;width: 100%;height: 100%;background-size: cover !important;display: none;background-position: center !important;}
.mOver-list li a{color:rgba(255,255,255,0.8);line-height:15px !important;font-size:12px;letter-spacing: 1px;color: #fff;}
.mOver-list li:hover a{color:rgba(255,255,255,1);}
.mOver-background div:first-child{display: block;}
.mOver-list .read-more-mo a{font-family:'PT Serif', Serif;font-size:13px;border:1px solid #fff;padding: 12px 23px;color: #fff;}
.mOver-list .mo-title{position: absolute;bottom:20px;width: 100%;padding: 0 15%;line-height:15px !important;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.mOver-list li:hover .mo-title{bottom: 80px;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s;
}
.mOver-list .read-more-mo{position: absolute;bottom:-35px;width: 100%;padding: 0 15%;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
transition: all 0.7s;
}
.mOver-list li:hover .read-more-mo{position: absolute;bottom:35px;width: 100%;padding: 0 15%;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
transition: all 0.7s;
}
.mOver-list li:hover .read-more-mo a{
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.mOver-list li:hover .read-more-mo a:hover{
-webkit-box-shadow: 2px 2px 0px 0px rgba(255,235,0,1);
-moz-box-shadow: 2px 2px 0px 0px rgba(255,235,0,1);
box-shadow: 2px 2px 0px 0px rgba(255,235,0,1);
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.mOver-spinner {
width: 40px;
height: 40px;
background-color: #fff;
margin: 0 auto;
position: relative;
top:50%;
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes sk-rotateplane {
0% { 
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
} 50% { 
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
} 100% { 
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.logo-text h1 a{
font-family: Bebas Neue,"Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: 0.1100em;
font-size: 55px;
color: #222;
}
.blog-tagline{
font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
color: #666;
letter-spacing: 0.0900em;
}
.empty-menu{
padding: 10px;
}
.bottom-footer .empty-menu{
padding: 0px;
}  .main-menu{
background: url(//www.habitusliving.com/wp-content/themes/artmag/images/pattern.png);
background-size: 5px 8px !important;
background-repeat: repeat;
line-height: 1;
position: relative;
}
#mobile-menu{
display: none;
}
.slicknav_menu {
display:none;
}
#mega-menu-wrap-main-menu ul{
text-align: center !important;
} .main-menu ul li ul a:not([href]) {
border-bottom: 1px solid #000;
}
.main-menu ul li a{
font-size: 15px;
color: #000000;
padding: 22px 16px 23px 16px;
text-transform: uppercase;
line-height: 60px;
}
.main-menu ul li .mega-sub-menu li .mega-menu-link {
color: #000;
float: left;
clear: both;
padding: 5px 10px;
line-height: 25px;
}
.main-menu ul li .mega-sub-menu li .mega-menu-item:hover a {
background: #FFF;
}
.main-menu ul li .mega-sub-menu li .tabbed-area a{
color: #000;
float: left;
padding: 5px 10px;
clear:both;
line-height: 1.2em;
font-size: 20px;
}
.main-menu ul li .mega-sub-menu li .tabbed-area .tab_title a:hover{ background: #FFF;}
.pre-header{
background: #f9f9f9;
line-height: 38px;
}
#top-menu ul li{
float: left;
margin-right: 25px;
}
#top-menu ul li:last-child{
margin-right: 0;
}
#top-menu ul li a{
font-size: 11.5px;
color: #666;
letter-spacing: 0.6px;
}
.pre-header .top-menu-text{
font-size: 11.5px;
color: #666;
letter-spacing: 0.6px;
}
.social-area ul li{
float: left;
padding-left: 10px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.social-area ul li a i{
font-size: 16px;
display: inline-block;
color: #444;
}
.tooltip-inner{
background-color: #FFF;
border:solid 1px #ccc;
border-radius:2px;
padding:5px 12px;
color: #444;
font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
margin-bottom: 4px;
position: relative;
}
.tooltip.top .tooltip-arrow{display:none;}
.tooltip.top:after,  .tooltip.top:before {
top: 33px;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.tooltip.top:after {
border-color: rgba(255, 255, 255, 0);
border-top-color: #fff;
border-width: 5px;
margin-left: -5px;
}
.tooltip.top:before {
border-color: rgba(204, 204, 204, 0);
border-top-color: #ccc;
border-width: 6px;
margin-left: -6px;
}
.mobile-main-header{display: none;position: relative;z-index: 2;}
.mobile-main-header .logo-text h1{margin-top: 10px;}
.mobile-pre-header{line-height: 50px;height:50px;background: #f5f5f5; display:none;}
.mobile-pre-header .social-area{padding-top: 2px;}
.mobile-main-header .logo{line-height: 80px !important;height: 80px;padding-top: 20px;}
.mobile-main-header .logo-text h1 a{}
.mobile-fix{height: 10px;}
.mobile-main-header .user-info{padding-right: 10px;padding-top: 8px;}
.mobile-main-header .user-info-img{width: 40px;height: 40px;padding: 0;}
.mobile-main-header .user-info-img img{border-radius:50%;}  @font-face {
font-family: "artmag";
src:url(https://www.habitusliving.com/wp-content/themes/artmag/fonts/artmag.eot);
src:url(https://www.habitusliving.com/wp-content/themes/artmag/fonts/artmag.eot?#iefix) format("embedded-opentype"),
url(https://www.habitusliving.com/wp-content/themes/artmag/fonts/artmag.woff) format("woff"),
url(https://www.habitusliving.com/wp-content/themes/artmag/fonts/artmag.ttf) format("truetype"),
url(https://www.habitusliving.com/wp-content/themes/artmag/artmag.svg#artmag) format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "artmag" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="iconmag-"]:before,
[class*=" iconmag-"]:before {
font-family: "artmag" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.iconmag-arrow-up:before {
content: "\61";
}
.iconmag-behance:before {
content: "\62";
}
.iconmag-blogger:before {
content: "\63";
}
.iconmag-comment:before {
content: "\64";
}
.iconmag-dribbble:before {
content: "\65";
}
.iconmag-facebook:before {
content: "\66";
}
.iconmag-flickr:before {
content: "\67";
}
.iconmag-foursquare:before {
content: "\68";
}
.iconmag-google:before {
content: "\69";
}
.iconmag-instagram:before {
content: "\6a";
}
.iconmag-linkedin:before {
content: "\6b";
}
.iconmag-pinterest:before {
content: "\6d";
}
.iconmag-post-format-gallery:before {
content: "\6e";
}
.iconmag-post-format-image:before {
content: "\6f";
}
.iconmag-post-format-link:before {
content: "\70";
}
.iconmag-post-format-microphone:before {
content: "\71";
}
.iconmag-post-format-play:before {
content: "\72";
}
.iconmag-post-format-quote:before {
content: "\73";
}
.iconmag-post-format-video:before {
content: "\74";
}
.iconmag-search:before {
content: "\75";
}
.iconmag-share:before {
content: "\76";
}
.iconmag-skype:before {
content: "\77";
}
.iconmag-soundcloud:before {
content: "\78";
}
.iconmag-tumblr:before {
content: "\79";
}
.iconmag-twitter:before {
content: "\7a";
}
.iconmag-vimeo:before {
content: "\41";
}
.iconmag-whatsapp:before {
content: "\42";
}
.iconmag-youtube:before {
content: "\43";
}
.iconmag-twitter-1:before {
content: "\44";
}
.iconmag-tumblr-1:before {
content: "\45";
}
.iconmag-pinterest-1:before {
content: "\46";
}
.iconmag-facebook-1:before {
content: "\47";
}
.iconmag-google-plus:before {
content: "\49";
}
.iconmag-chevron-right:before {
content: "\48";
}
.iconmag-pinterest-p:before {
content: "\4a";
}
.iconmag-linkedin-1:before {
content: "\4b";
}
.iconmag-eye:before {
content: "\4c";
}
.iconmag-foursquare-1:before {
content: "\4d";
}
.iconmag-youtube-1:before {
content: "\4e";
}
.iconmag-youtube-square:before {
content: "\4f";
}
.iconmag-bloglovin:before {
content: "\50";
}
.iconmag-rss:before {
content: "\51";
}
.iconmag-instagram-1:before {
content: "\52";
}
.iconmag-medium:before {
content: "\53";
}
.iconmag-external-link:before {
content: "\54";
}
.iconmag-shopping-bag:before {
content: "\6c";
}
.iconmag-chevron-left:before {
content: "\55";
}
.iconmag-snapchat:before {
content: "\56";
}
.header-container .social-area li.instagram i{
font-size: 18px;
opacity: 0.8;
}
.cat-title{
border-top:solid 1px #CCC;
margin-bottom: 40px;
}
.cat-title h6{
text-transform: uppercase;
font-weight: 500;
}
#owl-sli .item img {
display: block;
width: 100%;
}
#owl-sli-m .item img {
display: block;
width: 100%;
}
#owl-post-slide .item img {
display: block;
width: 100%;
}
#owl-post-slide:hover{
cursor:move;  
}
.owl-buttons{
position: absolute;
bottom: 0;
right: 0;
color: #FFF;
font-family: Times New Roman, Serif;
font-size: 13px;
opacity: 0;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
#owl-post-slide:hover .owl-buttons{
opacity:1;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.owl-prev{
float: left;
padding: 7px 12px;
margin-right: 1px;
background: rgba(0,0,0,.7);
}
.owl-next{
float: right;
padding: 7px 12px;
background: rgba(0,0,0,.7);
}
.slider-content{
position: absolute;
right: 50px;
background: rgba(255,255,255,.9);
padding: 25px;
width: 333px;
}
.slider-content-front{
position: absolute;
right: 70px;
background: rgba(255,255,255,.9);
padding: 40px 25px 25px 25px;
width: 333px;
}
.slider-content .read-more{
margin-top: 20px;
}
.slider-content .post-categories ul{
padding: 5px 15px;
}
.slider-content .post-categories ul li{
margin-right: 5px;
line-height: 13px;
}
.slider-content .post-categories ul li:last-child{
margin-right: 0;
}
.post-element{
font-size: 10px;
font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 0.1500em;
text-transform: uppercase;
}
.slider-title{
margin-top: 5px;
}
.post-element ul li{
display: inline;
margin: 0 5px 0 0;
padding: 0px;
}
.post-element ul li:last-child{
margin-right: 0;
}
.post-element ul li:after{
position: absolute;
background: #444;
width: 3px;
height: 3px;
margin-left:10px;
margin-top: 11px;
content: "";
border-radius: 50%;
display: none;
}
.post-element ul li:last-child:after{
display: none;
}
.post-element ul li a{
color: #444;
}
.post-element ul li i{
padding-right: 4px;
font-size: 12px;
}
.post-element span.vieweye{
position: relative;
top: 2px;
}
.share-but{
position: relative;
padding-bottom: 20px;
}
.share-box ul li i{
position: relative;
padding-right: 2px;
top: 3px;
}
.share-box ul li span{
position: relative;
top: 2px;
}
.share-box{
display: none;
text-align: left !important;
position: absolute;
z-index: 10000;
background: #fff;
top:25px;
right: -20px;
margin: 0;
width: 120px;
list-style: none;
padding: 5px 13px;
border:1px solid #e8e8e8;
border-radius: 0px;
}
.share-box:after, .share-box:before {
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
}
.share-box:after {
border-color: rgba(255, 255, 255, 0);
border-bottom-color: #fff;
border-width: 9px;
margin-left: -9px;
}
.share-box:before {
border-color: rgba(232, 232, 232, 0);
border-bottom-color: #e8e8e8;
border-width: 10px;
margin-left: -10px;
}
.share-box ul li{
float: none;
display: block;
margin: 0 ;
padding: 0 !important;
}
.share-box ul li:after{
display: none;
}
.owl-carousel .owl-item .share-box{ right: -175px; width: 400px; padding: 10px 5px;}
.owl-carousel .owl-item .share-box ul li{ float: left; margin: 0 0 0 15px;}
.author-by{
color: #000;
text-transform: lowercase;
}
.slider-post-text{
font-size: 15px;
line-height: 26px;
margin-bottom: 10px;
color: #000000;
}
.post-categories{
position: absolute;
top:0px;
left:0px;
}
.post-categories ul{
padding-left: 20px;
padding-right: 20px;
}
.post-categories ul li{
float: left;
}
.post-categories ul li a{
display: inline-block;
padding-bottom: 4px;
padding-top: 4px;
}
.post-categories ul li h6 a {
font-size: 14px;
color: #000000;
text-transform: uppercase;
font-family: ChronicleDisplay-Black;
}
.read-more a{
font-size: 14px;
letter-spacing: 0;
color: #000;
}
.read-more a:hover .arrow-right{
left: 5px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.arrow-right{
position: relative;
left: 0px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.read-more.button a{
padding: 10px 25px;
display: inline-block;
color: #FFF !important;
line-height: 30px;
}
.read-more.button{
background:#000;
display: inline-block;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.read-more.button:hover{ background:#fff200;}
.read-more.button:hover a{ color: #000 !important;}
.big-title .read-more, .big-title .read-more{
margin-top: 5px;
background: #FFF;
z-index: 999999;
display: inline-block;
right: 0;
position: absolute;
padding-left: 10px;
}
.bottom-read-more{
text-align: right;
}
.arrow-right{
font-size: 13px;
font-family: Times New Roman, Serif;
}
a.date{
text-transform: uppercase;
}
.owl-page{
background: #D9D9D9;
border-radius: 50%;
height: 8px;
width: 8px;
margin: 0 5px;
display: inline-block;
}
.owl-pagination{
text-align: center;
margin-top: 10px;
}
.owl-page.active{
background: #777;
}
.blog-entry{
margin-bottom: 60px;
}
.single .blog-entry{ margin-bottom:0;}
.blog-entry:last-child{
margin-bottom: 0px;
}
.active-color{
background: #FFF400;
}
.mini-post-cat{
display: inline-block;
text-transform: uppercase;
padding: 0px 5px;
margin-bottom: 10px;
}
.mini-post-cat h6{
line-height: 18px;
}
.index-post-content-post{
padding-left: 10px;
}
.padding-none{
padding: 0;
}
.media-materials, .slider-index-list{
position: relative;
}
.post-format-icon{
position: absolute;
bottom: 15px;
left: 15px;
width: 38px;
height: 38px;
border:solid 1px rgba(255,255,255,.3);;
background: rgba(0,0,0,.2);
text-align: center;
border-radius: 50%;
padding-top: 8px;
padding-left: 1px;
font-size: 12px;
color: #FFF;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.media-materials:hover .post-format-icon {
background: rgba(0,0,0,.8);
}
.page-text .pagination{
margin-bottom: 55px !important;
}
.post-paginate a {
padding: 5px 10px !important;
margin-left: 3px !important;
margin-right: 3px !important;
}
.pagination ul li{
float: left;
margin: 0 7px;
border:solid 1px #ccc;
text-align: center;
height: 30px;
line-height: 30px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
padding-bottom: 32px;
}
.pagination ul li:first-child{
margin-left: 0;
}
.pagination ul li:hover{
border:solid 1px #888;
}
.pagination ul li.active{
-webkit-box-shadow: 3px 3px 0px 0px rgba(255,235,0,1);
-moz-box-shadow: 3px 3px 0px 0px rgba(255,235,0,1);
box-shadow: 3px 3px 0px 0px rgba(255,235,0,1);
}
.pagination ul li a, .pagination ul li p{
display: inline-block;
font-size: 11px;
font-style: italic;
padding: 0 13px;
}
.sidebar.left{
padding-right: 20px;
}
.sidebar.right{
padding-left: 20px;
}
.sidebar-widget{
margin:0 10px 0 30px;
font-size: 13px;
line-height: 22px;
color: #555;
position: relative;
min-width:300px;
}
.post-template-default.single.single-post .sidebar-widget{
float:left;
}
.footer-widget .searchform{
position: relative;
}
.footer-widget .searchform input[type="text"]{
width: 100%;
}
.footer-widget .search-icon{
margin-top: 0px;
top: 10px;
right:10px;
}
.footer-widget ul li ul li{
padding-left: 20px;
}
.sidebar-widget ul li{
line-height: 30px;
}
.sidebar-widget a{
font-size: 13px;
color: #555;
}
.sidebar-widget h6{
font-weight: 500;
margin-bottom: 30px;
text-transform: uppercase;
}
select {
position: relative;
background: #FFF;
border: solid 1px #e1e1e1;
width: 100%;
padding-left: 10px;
font-size: 12px;
height: 41px;
border-radius: 0 !important;
}
table {
width: 100%;
}
tbody {
background: #f5f5f5;
}
tbody td {
background: #f5f5f5;
border: 1px solid #FFF;
padding: 5px 8px;
}
tbody th {
background: #f5f5f5;
border: 1px solid #FFF;
padding: 8px 8px;
}
tbody td:hover {
background: #ededed;
}
tbody .pad {
background: none;
}
tbody .pad:hover {
background: none;
}
dl dt {
font-weight: 600;
}
dl dd {
padding-top: 3px;
margin-bottom: 10px;
}
#calendar_wrap thead {
font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 600;
font-size: 11px;
text-align: center;
margin: 0 auto;
}
#calendar_wrap caption, tfoot {
text-align: left;
font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
color: #444;
font-size: 12px;
border-bottom: solid 1px #e8e8e8;
margin-bottom: 5px;
padding-bottom: 5px;
}
tfoot {
border: none;
}
tr th {
text-align: center;
}
tbody {
font-size: 11px;
color: #555;
text-align: center;
}
.screen-reader-text {
display: none;
}
#search-wrapper{
display: none;
position: absolute;
top: 115px;
right: 15px;
}
.page-template-productcatalogue #search-wrapper{ top:140px;}
#search-wrapper-mobile{
display: none;
position: absolute;
top: 47px;
right: -125px;
z-index: 300;
}
.searchli{
position: relative;
}
#search-wrapper input{
font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
color: #999;
height: 40px;
width: 225px;
padding: 0 10px;
border: 0;
outline: 0;
background: #f6f6f6;
}
#search-wrapper-mobile input{
font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
color: #999;
height: 40px;
width: 225px;
padding: 0 10px;
border: 0;
outline: 0;
background: #f6f6f6;
}
.sidebar-widget .searchform input[type="text"] {
position: relative;
width: 100%;
height: 41px;
padding-left: 20px;
background: #FFF;
border: solid 1px #e1e1e1;
width: 100%;
padding-left: 10px;
font-size: 12px;
color: #777;
font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 0.0800em;
}
.search-icon {
position: absolute;
right: 25px;
margin-top: -27px;
z-index: 999999;
font-size: 14px;
color: #444;
}
.searchform{
position: relative;
}
.sidebar-widget .search-icon{
margin-top: 0px;
top:12px;
right:10px;
}
.sidebar-widget ul li ul li{
padding-left: 20px;
}
.tagcloud a {
background: #FFF;
border: solid 1px #e1e1e1;
font-size: 12px !important;
color: #666;
padding: 2px 12px;
clear: both;
margin-bottom: 10px;
display: inline-block;
}
.instagram-widget img{
height: 125px;
width: 125px;
}
.instagram-widget ul li {
padding-left: 0;
}
.instagram-widget ul li {
float: left;
}
.instagram-widget ul li:nth-child(2n-1) {
padding-right: 5px;
}
.instagram-widget ul li:nth-child(2n) {
padding-left: 5px;
}
.instagram-widget ul li:nth-child(3n),.instagram-widget ul li:nth-child(4n){
margin-bottom: 0;
}
a.instagram-follow{
font-size: 12px;
letter-spacing: 0.0700em;
}
a.instagram-follow i {
color: #406e95;
font-size: 13px;
padding-right: 3px;
}
.recent-post-image {
float: left;
width: 60px;
}
.recent-post-title-cont {
float: left;
width: 200px;
padding-left: 15px;
}
.recent-post-title-cont a{
line-height: 18px;
color: #333;
}
.sidebar-widget .widgetlink{
top:-5px;
}
.widgetlink{
position: relative;
top: -7px;
}
.recent-post-title-cont .post-element{
margin-top: -7px;
}
.post-element ul{
display: inline-block;
}
.post-element ul li a{
font-size: 14px;
color: #000;
text-transform: none;
letter-spacing: 0;
}
.pin_link i {
color: #d11e16;
font-size: 13px;
}
.pin-three ul li {
float: left;
width: 31%;
margin-bottom: 7px;
margin-right: 2%;
height: 85px;
background-size: cover !important;
padding: 0;
}
.pin-three.col3 ul li {
float: left;
width: 31%;
margin-bottom: 7px;
margin-right: 2%;
height: 85px;
background-size: cover !important;
padding: 0;
}
.pin-three.col4 ul li{
width: 23%;
}
.pin-three.col5 ul li{
width: 18%;
}
.pin-three.col2 ul li{
width: 48%;
}
.pin-three ul li a{
width: 100%;
height: 100%;
display: block;
}
.follow-text{
position: relative;
top: -2px;
text-decoration: underline;
}
.social-links ul li{
float: left;
padding-right: 8px;
}
.social-links ul li a{
font-size: 14px;
width: 30px;
height: 30px;
padding-top: 2px;
text-align: center;
display: inline-block;
border:solid 1px #ccc;
display: inline-block;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.social-links ul li a:hover{
-webkit-box-shadow: 2px 2px 0px 0px rgba(255,235,0,1);
-moz-box-shadow: 2px 2px 0px 0px rgba(255,235,0,1);
box-shadow: 2px 2px 0px 0px rgba(255,235,0,1);
}
.full-entry #owl-post-slide .item img {
display: block;
width: 100%;
}
.full-entry .mini-post-cat{
margin-top: 20px;
}
.blog-entry-title h1{
max-width: 80%;
margin:0 auto;
}
.post-index-text{
text-align: left;
}
.post-text a{
padding: 1px 2px;
}
.stick-header-info{
position:fixed;
top: -100px;
width:100%;
height:60px;
background:#fff;
z-index:9999;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.stick-header-info h4{
font-size: 14px;
margin-top: 59px;
margin-bottom: -15px;
}
.stick-header-info h4 i{
font-size: 10px;
}
.reading-text{
position: absolute;
width: 100%;
text-align: center;
line-height: 1 !important;
font-size: 30px !important;
padding: 10px 0 !important;
font-family: ChronicleDisplay-Semi;
max-width: 570px;
}
.stick-header-info h2{
font-size: 16px !important;
margin-top: 53px;
text-align: center;
max-height:30px; 
overflow-y:hidden;
}
.banner--clone {
position: fixed;
z-index: 9999999999999;
top: -30px;
left: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.banner--stick {
top:0;
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
height: 93px;
}
.banner--unstick {}
.reading-progress-bar{
width:0%;
margin-top: 2px;
height:2px;
}
.progress-share{
position: absolute;
top: 0;
right: 0;
}
.stick-header-info h2{
position: relative;
}
.progress-share-icon{
position: absolute;
top: -3px;
right: 0;
font-size: 14px;
padding: 8px 6px 4px 8px;
display: inline-block;
line-height: 1;
color: #fff;
}
.progress-share-icon.pbfb{
background: rgba(59, 89, 152, 1);
margin-right: 136px;
}
.progress-share-icon.pbtw{
background: rgba(0, 172, 237, 1);
margin-right: 102px;
}
.progress-share-icon.pbpn{
background: rgba(203, 32, 39, 1);
margin-right: 68px;
}
.progress-share-icon.pbln{
background: rgba(0, 123, 182, 1);
margin-right: 34px;
}
.progress-share-icon.pbgp{
background: rgba(253, 70, 56, 1);
}
a.progress-share-icon:hover, a:visited.progress-share-icon{
color: #fff;
}
.progress-share li{
float: left;
margin:0;
padding: 0;
border:0;
}
.hoty_template .stick-header-info{background:#000;}
.hoty_template .reading-text{ max-width:inherit;}
.hoty_template .reading-text img{max-width:500px;}
.hoty_template .stick-header-info h2{ color:#FFF;}
.hoty_template .reading-progress-bar{ margin-top:8px;}
pre{
padding: 20px;
}
.post-text table{
width: 100%;
}
.post-text{ color: #000;}
.post-text h1,
.post-text h2,
.post-text h3,
.post-text h4,
.post-text h5,
.post-text h6{
margin: 0 0 20px 0;
}
.post-text p{
padding-bottom: 25px;
font-size: 16px;
font-family: ChronicleDisplay-Semi;
color: #000000;
}
.post-excerpt p{
padding: 0 0 20px 0;
font-size: 24px;
font-family: ChronicleDisplay-Semi;
color: #000000;
line-height: 1.3em;
}
.post-text ul{
font-style: italic;
color: #666;
margin-left: 25px;
list-style: none;
}
.post-text ul li{
position: relative;
}
.post-text ul li:before{
position: absolute;
content: "";
background: #000;
border-top:solid 1px #bbb;
width: 14px;
height: 1px;
top: 10px;
left: -25px;
}
.post-text ul li ol li:before{
display: none;
padding-left: 10px;
}
.post-text ol{
font-style: italic;
color: #666;
list-style: decimal;
margin-left: 20px;
}
pre{
padding: 20px;
}
.post-text table{
width: 100%;
}
.quote, blockquote, q{
font-size: 21px;
line-height: 36px;
padding-left: 50px;
position: relative;
}
.quote:before, blockquote:before, q:before {
content: "\fs";
font-family: "artmag";
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #ccc;
font-size: 35px;
position: absolute;
left: 0px;
}
cite{
padding: 1px 2px;
background: #FFF400;
}
strong {
font-weight: normal;
font-family: ChronicleDisplay-Black;
padding-top: 20px;
}
ol strong {
padding: 0;
}
big {
font-size: 18px;
}
em {
font-style:italic;
}
kbd {
padding: 5px;
background: #FFF400;
color: #222;
font-size: 12px;
}
img.alignright{
text-align: right;
float: right;
padding: 20px;
padding-right: 0;
}
img.alignleft{
text-align: left;
float: left;
padding: 20px;
padding-left: 0;
}
img.aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}
img[class*="wp-image-"], img[class*="attachment-"], .post img, .post {
max-width: 100%;
height: auto;
}
.wp-caption {
border-bottom: solid 1px #ccc;
text-align: left;
max-width: 100%;
margin-bottom: 30px;
padding-bottom: 5px;
}
p.wp-caption-text{
padding-top: 5px;
padding-bottom: 0 !important;
float: left;
font-style: italic;
font-size: 14px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 100%;
padding: 0;
width: auto;
display: block;
}
hr.post-end{
width: 30px;
border-color: #ccc;
float: left;
}
.blog-post-tag .tag-title{
padding-right: 10px;
}
.blog-post-tag a{
font-size: 12px;
text-decoration: underline;
color: #555;
}
.full-width{
width: 100%;
}
.author-post{
background: #FFF9B1;
padding: 30px;
}
.author-title h5{
text-transform: uppercase;
letter-spacing: 0.1500em;
font-size: 14px;
}
input[type="text"],input[type="password"] {
height: 41px;
min-width: 200px;
padding-left: 20px;
background: #FFF;
border: solid 1px #e1e1e1;
padding-left: 10px;
font-size: 12px;
color: #777;
font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 0.0800em;
}
input[type="submit"]{
background: #FFF;
padding: 0 15px;
height: 41px;
border:solid 1px #ccc;
display: inline-block;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
-webkit-box-shadow: 2px 2px 0px 0px rgba(255,235,0,1);
-moz-box-shadow: 2px 2px 0px 0px rgba(255,235,0,1);
box-shadow: 2px 2px 0px 0px rgba(255,235,0,1);
margin: 30px 0 0 0;
}
input[type="submit"]:hover{
border-color: #555;
}
.com-title h6{
margin-top: -20px;
}
h1#comments{
font-family: Bebas Neue,"Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: 0.1500em;
font-size: 30px;
color: #222;
float: left;
padding-top: 10px;
}
.leave-reply-link{
float: right;
margin-top: 17px;
}
.comments ul{
margin-left: 20px;
}
ol.comment-list ul > ul{
margin-left: 20px;
}
.comment-list ol{
list-style: decimal;
margin-left: 20px;
}
.floatwrap{
width: 100% !important;
}
.floatwrap p{
width: 50% !important;
}
.floatwrap input[type="text"]{
width: 98% !important;
}
.comment-form-email input[type="text"]{
width: 100% !important;
}
#respond-wrap input[type="text"], .comment-respond input[type="text"]{
width: 49%;
margin-bottom: 15px;
}
#respond-wrap input, #respond-wrap textarea, .comment-respond input, .comment-respond textarea{
border-color: #ccc !important;
}
.comment-form-email{
margin-left: %2;
}
.comment-content ul > li{
border: 0 !important;
padding: 0 !important;
}
ul.children{
padding-right: 20px;
padding-right: -20px;
}
ol.comment-list > li, ol.comment-list ul > li{ padding: 60px 0; border-bottom: solid 1px #b8b8ba; }
ol.comment-list > li:first-child{
padding-top:0;
}
ol.comment-list > li:last-child{
border:none;
}
a.comment-edit-link{
font-size: 11px;
}
.comment-content .post-element{
margin-top: -7px;
margin-bottom: 5px;
}
.comments-post textarea{
width: 100%;
border:solid 1px #b8b8ba;
padding: 10px;
}
.comments-post input[type="submit"]{
float: right;
}
.blog-index{
margin-bottom: 40px;
}
.scrollup{
position: fixed;
bottom: 75px;
right: 50px;
width: 30px;
font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 10px;
color: #555;
letter-spacing: 0.1500em;
display: none;
}
.hide-mobile{
position: relative;
top: -10px;
}
.scrollup i{
display: inline-block;
width: 100%;
font-size: 20px;
}  .instagram-bar{
width: 100%;
height:90px;
text-align: center;
padding-top: 20px;
}
.instagram-bar-title{
font-family: ChronicleDisplay-Semi;
font-size: 30px;
color: #222;
}
.instagram-bar-title i{
position: relative;
color: #517fa4;
top: 0.5px;
font-size: 23px;
}
.instagram-bar-subtitle {
font-size: 11px;
letter-spacing: 0.1500em;
color: #444;
}
.footer-instagram-widget .instagram-follow{
display: none;
}
.footer-instagram-widget h4{ display: block; text-align: center; font-size: 30px; margin: 0 0 60px 0;}
.footer-instagram-widget ul li{
float:left;
width: 20%;
margin: 0 !important;
padding: 0 !important;
line-height: 0;
overflow: hidden;
}
.footer-instagram-widget  .instagram-widget img {
height: auto;
width: auto;
margin: 0 !important;
padding: 0 !important;
}
.footer-widget h6{
text-transform: uppercase;
font-weight: 500;
font-size: 12px;
text-align: center;
margin: 0 !important;
padding-top: 15px;
padding-bottom: 30px;
}
.footone, .foottwo{
padding: 0 10px !important;
}
.footthree{
padding: 0 !important;
}
.footer-widget .author-text p::first-letter {
font-style: italic;
color: #000;
font-size: 30px;
margin-right: 2px;
}
.bottom-footer{
position: relative;
background: #414143;
}
.bottom-footer .logo-text a{
font-size: 40px !important;
color: #fff !important;
margin: 0 !important;
padding: 0 !important;
}
.bottom-footer .logo{
margin: 20px 0;
}
.bottom-footer .logo img{
margin-bottom: -8px;
}
.bottom-footer .blog-tagline{
line-height: 18px;
color: #f5f5f5;
}
#footer-menu, #footer-menu a{
color: #fff;
}
#footer-menu{
position: absolute;
top: 50%;
right: 15px;
margin-top: -12px;
}
#footer-menu ul li{
float: left;
margin-left: 45px;
}
#footer-menu ul li ul{
display: none;
}
#footer-menu ul li a{
font-size: 12px;
text-transform: uppercase;
margin: 0 !important;
padding: 0 !important;
}
.big-title h1{
font-family: Bebas Neue,"Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
font-size: 26px;
color: #000;
background:#fff;
z-index:122;
position: relative;
display: inline-block;
padding-right: 10px;
float: left;
max-width: 80%;
text-transform: capitalize;
}
.big-title a{
float: right;
}
.big-title{
position: relative;
margin-bottom: 20px;
}
.big-title.top-line{
display: block;
padding-top: 0px;
border-top:2px solid #000;
margin:60px 0 20px 0;
}
.single .related_collection_fallback .big-title.top-line{ margin:0 0 40px 0;}
.big-title.bottom-line{
display: block;
margin-bottom: 40px;
}
.big-title.center-bottom-line{
margin:0 auto;
text-align: center;
}
.big-title h2.entry-title{
float:left;
padding:5px 15px;
background:#000;
color:#FFF;
font-family:'ChronicleDisplay-Bold';
}
.center-bottom-line h1{
display: inline-block;
float: none;
line-height: 35px;
border-bottom: solid 2px #FFF400;
margin-bottom: 40px;
padding-right: 0px;
}
.title.two-line{
margin-bottom: 30px;
margin-top: -13px;
}
.title{text-align:center;position:relative;}
.title-text{background:#fff;position:relative;z-index:1;padding:0 13px;}
.title:after{content:"";width:100%;border-top:1px solid #ccc;position:absolute;top:50%;left:0;}
.big-title{
position: relative;
}
.middle-line .line-title:after{
content:"";width:100%;border-top:1px solid #ccc;position:absolute;top:50%;left:0;margin-top:-3px;
}
.cat_grid .post-element{
margin-top: 0px;
float:left;
width: 100%;
}
.cat_grid.five-column h4{
font-size: 15px;
line-height: 24px;
}
.cat_grid.four-column h4{
font-size: 16px;
line-height: 25px;
}
.cat_grid.three-column h4{
font-size: 17px;
line-height: 26px;
}
.full-div{
margin: 0 -15px;
}
.five-column{
float: left;
width: 20%;
padding: 0 15px;
}
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button{
margin-bottom: 0 !important;
}
.vertical-slider{
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.vertical-slider-middle {
position: absolute;
top: 52%;
transform: translateY(-50%);
}
.vertical-slider-middle-front {
position: absolute;
top: 72%;
transform: translateY(-50%);
opacity: 0.8;
}
.slider-title h6{
border-bottom: solid 1px #ccc;
display: block;
}
.big-featured .big-featured-bottom:first-child{
padding-bottom: 20px;
}
.big-featured .big-featured-bottom:first-child .media-materials{
width: 100%;
}
.big-featured .big-featured-bottom:first-child .blog-entry-title{
padding-left: 0;
}
.big-featured .big-featured-bottom:first-child .content-text{
display: block;
}
.big-featured .big-featured-bottom:first-child .blog-entry-title{
width: 100%;
}
.big-featured .big-featured-bottom:first-child{
border-bottom: solid 1px #e8e8e8;
margin-bottom: 25px;
}
.big-featured .big-featured-bottom:first-child h5{
font-size: 18px;
line-height: 26px;
}
.big-featured-bottom{
display: block;
padding-bottom: 23px;
}
.big-featured-bottom .content-text{
display: none;
}
.big-featured-bottom .media-materials{
float: left;
width: 28%;
padding-right: 2%;
}
.big-featured-bottom .blog-entry-title{
float: left;
width: 72%;
padding-left: 2%;
}
.blog-entry-title h5{
margin-top: -4px;
line-height: 20px;
}
.big-featured-right:first-child .blog-entry-title h5, .big-featured-bottom:first-child .blog-entry-title h5{
margin-top: 0px;
}
.index-post-content-post{
margin-top: -5px;
}
.blog-index .blog-entry-title{
margin-top: -5px;
}
ul.big-featured-right{width:100%;}
ul.big-featured-right > li:first-child{float:left;width:58%; padding-right: 1%; margin-bottom:0; }
ul.big-featured-right > li{float:right;width:41%;margin-bottom:35px;}
ul.big-featured-right > li:first-child .media-materials,
ul.big-featured-right > li:first-child .blog-entry-title{width: 100%;}
ul.big-featured-right > li:first-child .blog-entry-title{padding-left: 0;}
ul.big-featured-right > li:first-child .content-text{margin-top: 10px;font-size: 14px;}
ul.big-featured-right > li:first-child .blog-entry-title h5{font-size: 18px;line-height: 26px;}
.big-featured-right .media-materials{
float: left;
width: 22%;
padding-right: 2%;
}
.big-featured-right .blog-entry-title{
float: left;
width: 78%;
padding-left: 8px;
}
ul.big-featured-right > li .content-text{font-size: 13px;}
.image-background-post{
position: relative;
height: 430px;
}
.image-background-post .index-post-content {
position: absolute;
width: 100%;
bottom: 0px;
}
.vc_col-sm-2 .image-background-post,
.vc_col-sm-3 .image-background-post,
.vc_col-sm-4 .image-background-post,
.vc_col-sm-5 .image-background-post{
height: 430px;
}
.vc_col-sm-6 .image-background-post,
.vc_col-sm-7 .image-background-post,
.vc_col-sm-8 .image-background-post,
.vc_col-sm-9 .image-background-post{
height: 530px;
}
.vc_col-sm-10 .image-background-post,
.vc_col-sm-11 .image-background-post,
.vc_col-sm-12 .image-background-post{
height: 630px;
}
.col-lg-6 .image-background-post{
height: 530px;
}
.col-lg-4 .image-background-post{
height: 430px;
}
.col-lg-3 .image-background-post{
height: 370px;
}
.col-lg-3 .image-background-post h2{
font-size: 18px;
line-height: 28px;
}
.col-lg-4 .image-background-post h2{
font-size: 21px;
line-height: 31px;
}
.image-background-post .index-post-content{ background: -moz-linear-gradient(top,  rgba(211,213,214,0) 0%, rgba(211,213,214,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,213,214,1)), color-stop(100%,rgba(211,213,214,1))); background: -webkit-linear-gradient(top,  rgba(211,213,214,0) 0%,rgba(211,213,214,1) 100%); background: -o-linear-gradient(top,  rgba(211,213,214,0) 0%,rgba(211,213,214,1) 100%); background: -ms-linear-gradient(top,  rgba(211,213,214,0) 0%,rgba(211,213,214,1) 100%); background: linear-gradient(to bottom,  rgba(211,213,214,0) 0%,rgba(211,213,214,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 ); padding: 30px;
padding-bottom: 20px;
background-repeat: no-repeat;
background-position: bottom;
}
.index-post-content h2{
line-height: 32px;
}
.image-post-badge{
background: rgba(255,255,255,0.8);
padding: 2px 13px;
display: inline-block;
margin-top: 20px;
margin-left: 30px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.image-background-post-container .blog-entry{
margin-bottom: 30px;
}
.blog-entry:hover .image-post-badge{
background: rgba(255,255,255,1);
}
.image-post-media{
width: 40px;
}
.image-post-format{
font-size: 25px;
padding-top: 18px;
} .pattern-seperator{
background: url(//www.habitusliving.com/wp-content/themes/artmag/images/pattern.png);
background-size: 5px 8px !important;
background-repeat: repeat;
width: 100%;
height: 15px;
}
.mini-menu li {
position: relative;
display: inline-block;
line-height: 50px;
margin-right: 30px;
float:left;
}
.mini-menu li:last-child{
margin-right: 0;
}
.mini-menu ul {
position: absolute;
display: none;
top: 100%;
left: -15px;
z-index: 999999;
width: auto;
white-space: nowrap;
background: #000;
padding: 20px;
border-top: 3px solid #d3d5d6;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
text-align: left;
}
.mini-menu ul li ul{
top: 0;
left: 100%;
}
.mini-menu li:hover > ul{
display: block;
}
.mini-menu ul ul {
display: none;
}
#mega-menu-wrap-main-menu ul.mega-menu > li{
display: inline-block !important;
line-height: 50px;
}
ul.mega-menu li.mega-menu-megamenu ul > li {
margin-right: 30px;
line-height: 25px !important;
float: left;
}
.tab-content{
top: -20px;
margin-bottom: -10px;
text-align: left;
}
.tab_title {
line-height: 30px;
}
#mega-menu-wrap-main-menu ul > li:last-child{
margin-right: 0;
}
.main-menu ul li ul > li{
display: block !important;
margin-right: 0 !important;
line-height: 25px !important;
}
.mega-menu-flyout .mega-sub-menu{
margin: 0 !important;
width: auto !important;
left:0px !important;
white-space: nowrap;
text-align: left;
}
.mega-menu-flyout .mega-sub-menu li{
margin: 0 !important;
padding: 0 !important;
float: none !important;
text-align: left;
} .hideSubMenuLoading{
position: absolute;
width: 100%;
height: 150px;
background: #fff;
top: 60px;
z-index: 99999;
}
.blog-index, .pageback{
position: relative;
z-index: 999999;
background: #fff;
}
.wpt_widget_content{
width: 100%;
padding-top: 10px;
}
#mega-menu-wrap-top-menu, #mega-menu-wrap-top-menu #mega-menu-top-menu, #mega-menu-wrap-top-menu #mega-menu-top-menu ul.mega-sub-menu, #mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item, #mega-menu-wrap-top-menu #mega-menu-top-menu a.mega-menu-link{
display: block;position: relative;visibility: inherit;
}
#mega-menu-wrap-top-menu:before, #mega-menu-wrap-top-menu #mega-menu-top-menu:before, #mega-menu-wrap-top-menu #mega-menu-top-menu ul.mega-sub-menu:before, #mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item:before, #mega-menu-wrap-top-menu #mega-menu-top-menu a.mega-menu-link:before, #mega-menu-wrap-top-menu:after, #mega-menu-wrap-top-menu #mega-menu-top-menu:after, #mega-menu-wrap-top-menu #mega-menu-top-menu ul.mega-sub-menu:after, #mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item:after, #mega-menu-wrap-top-menu #mega-menu-top-menu a.mega-menu-link:after {
display: none;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu a.mega-menu-link {
display: inline;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item > ul.mega-sub-menu {
display: block;
visibility: hidden;
opacity: 1;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-top-menu #mega-menu-top-menu.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
visibility: visible;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu.mega-menu-item {
position: static;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu {
z-index: 9999;
background: #fff;
position: absolute;
width: 100%;
left: 0;
top: 100%;
border-top: 3px solid #fff400;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
padding: 10px 20px 20px 20px;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu:before, #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu:before {
content: "";
display: block !important;
visibility: inherit !important;
position: relative !important;
top: -20px !important;
width: 0;
height: 0;
border-style: solid;
border-width: 0 7.5px 8px 7.5px;
border-color: transparent transparent #fff400 transparent;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:before, #mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:before, #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item-has-children > a.mega-menu-link:before {
content: '+';
display: inline-block;
font: inherit;
margin: 0;
color: inherit;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after {
display: none;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {
content: '+';
float: right;
margin: 0;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu ul{
top:0;
left: 100% !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu ul:before{
display: none !important;
}
#mega-menu-wrap-main-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item, #mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link {
display: block;
position: relative;
visibility: inherit;
}
#mega-menu-wrap-main-menu:before, #mega-menu-wrap-main-menu #mega-menu-main-menu:before, #mega-menu-wrap-main-menu #mega-menu-main-menu ul.mega-sub-menu:before, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item:before, #mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link:before, #mega-menu-wrap-main-menu:after, #mega-menu-wrap-main-menu #mega-menu-main-menu:after, #mega-menu-wrap-main-menu #mega-menu-main-menu ul.mega-sub-menu:after, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item:after, #mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link:after {
display: none;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link {
display: inline;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item > ul.mega-sub-menu {
display: block;
visibility: hidden;
opacity: 1;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
visibility: visible;
} 
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item {
position: static;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
z-index: 9999;
background: #d3d5d6;
position: absolute;
width: 100%;
left: 0;
top: 59px;
border-top: 3px solid #fff400;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
padding: 10px 5px 20px 5px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu:before{
content: "";
display: block !important;
visibility: inherit !important;
position: relative !important;
top: -20px !important;
width: 0;
height: 0;
border-style: solid;
border-width: 0 7.5px 8px 7.5px;
border-color: transparent transparent #fff400 transparent;
margin: 0 0 0 15px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu:before {
content: "";
display: block !important;
visibility: inherit !important;
position: relative !important;
top: -20px !important;
width: 0;
height: 0;
border-style: solid;
border-width: 0 7.5px 8px 7.5px;
border-color: transparent transparent #fff400 transparent;
} #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after {
display: none;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {
content: '+';
float: right;
margin: 0;
}
.tab-content h4{
line-height: 20px !important;
margin-top: -10px;
}
.tab-content h4 a{
font-size: 15px !important;
text-transform: none !important;
letter-spacing: 0.1em !important;
padding: 0 !important;
}
.tabbed-area{
text-align: left;
}
.tabbed-area .tab_title a{
line-height: 1.3em;
}
.tabbed-area .tab_title.active a{
display: inline-block;
border-bottom: 3px solid #fff400;
background: #fff200;
}
#mega-menu-wrap-main-menu li.mega-current-menu-item > a, #mega-menu-wrap-main-menu ul.mega-menu li:hover > a{
background: #fff200;
color: #000;
}
#mega-menu-wrap-main-menu ul li .mega-sub-menu li:hover a{
color: #000;
}
#mega-menu-wrap-main-menu ul li .mega-sub-menu .mega-menu-item:hover .mega-menu-link{
color: #000;
}
#mega-menu-wrap-main-menu .blog-entry-title{ padding-top: 0;}
#mega-menu-wrap-main-menu .blog-entry-title h4 a {color: #000;}
.resmargin{
margin-right: 0 !important;
}
.sharedaddy ul li:before {
display: none;
}  .video-section {
width: 100%;
position: relative;
}
.video-section-home {
width: 100%;
position: relative;
}
.video-wrapper {
position: relative;
top: 0;
left: 0;
overflow: hidden;
}
.video-wrapper .mediaElement {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video-wrapper .vimeo-bg {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video-wrapper .youtube-bg {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video-content {
position: absolute;
top: 0;
left: 0;
z-index: 10000;
width: 100%;
}
.video-cover {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
display: none;
background-size: cover !important;
background-position: center center !important;
}
.header-container, .mobile-main-header .logo{
background-size: cover !important;
background-position: center center !important;
}  .header-container.dark a,.header-container.dark .social-area ul li a i, .header-container.dark .user-info, .mobile-main-header .logo.dark a,.mobile-main-header .logo.dark .social-area ul li a i, .mobile-main-header .logo.dark .user-info{
color: #fff;
}
.entry-left{
text-align: right;
border-top: solid 2px #666;
}
.entry-left a{
font-size: 11px;
color: #888;
}
.list-share-box ul{
float: right;
}
.list-share-box ul li{
list-style: none;
text-align: center;
display: block;
}
.post-element .list-share-box ul li{
margin-right: 0;
}
.list-share-box ul{
margin-top: 20px;
}
.list-share-box ul li a{
width: 50px;
height: 50px;
padding-top: 14px;
border: solid 1px #ddd;
border-bottom:none;
display: inline-block;
color: #888;
}
.list-share-box ul li a:hover{
background: #f5f5f5;
}
.list-share-box ul li:last-child{
border-bottom: solid 1px #ddd;
}
.list-share-box ul li i{
font-size: 14px;
}
.post-element .list-share-box ul li i{
padding-right: 0;
}
.list-share-box ul li:after{
display: none;
}
.language-wpml{
border-left: solid 1px #e8e8e8;
margin-left: 15px;
}
.lang_selector{
color: #FFF;
}
.lang_selector a{
font-size: 12px;
color: #888;
}
.lang_selector a:hover{
color: #aaa;
}
.lang_selector a.active{
background: #f7f7f7;
padding: 6px;
padding-left: 7px;
padding-right: 7px;
color: #555;
}
.language-wpml-top-menu{
padding-left: 15px;
}
.language-wpml-top-menu .lang_selector a.active{
background: #FFF;
border:solid 1px #f3f3f3;
}
.stick-header{
top: 0;
left: 0;
background-color: #fff !important;
width: 100%;
}
.page-text p{
padding-bottom:30px;
}
.page-text ul{
margin-left:20px;
}
.vc_row p{
padding-bottom:0px;
line-height: 1.3em;
}
.home .vc_row p{
padding-bottom:0px;
line-height: 1.4em;
}
.vc_row ul{
margin-left:0;
}
.page-text ul li{ list-style:disc; }
.home ul li { list-style:none; }
.page-text h1,
.page-text h2,
.page-text h3,
.page-text h4,
.page-text h5,
.page-text h6{ padding:30px; padding-left:0;  }
.vc_row h1,
.vc_row h2,
.vc_row h3,
.vc_row h4,
.vc_row h5,
.vc_row h6{
padding:0;
}
p.comment-awaiting-moderation{
background: #f0f0f0;
border-left:solid 2px red ;
padding: 2px 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.page-text .sidebar-widget ul li{ list-style:none; }
.single-post hr, .page hr, .author hr{ margin: 50px 0; border-top: 2px solid #000000;}
.single-post .hoty_sponsors_container hr{ margin: 30px 0;}
.sidebar-widget hr{ margin:20px 0; border-color: #000000;}
.footer h3{
color:#8a8a8a;
font-size: 17px;
font-family: 'Unica77LLRegular';
margin:0;
padding:0;
margin-top:50px;
text-align: left;
}
.footer p{
padding: 0;
font-size: 15px;
line-height: 20px;
text-decoration: none;
color:#8a8a8a;
font-family: 'Unica77LLRegular';
text-align: left;
margin: 15px 0;
}
.footer-column .magazine_wrapper{
margin-top:60px;
margin-left:auto;
margin-right:auto;
}
.footer-column a{
color:#8a8a8a;
}
.footer-column a:hover{
color:#a4a4a4;
}
.footer-column i{
font-size:4px;
height:10px;
color:#8a8a8a;
margin:0 5px 0 5px;
}
.footerbutton{
background-color: #4d4d4f; border: none;
color:#8a8a8a;
padding: 3.5px 7px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
font-family: 'Unica77LLRegular';
margin:20px 0;
float: left;
}
.footer .category{
text-align:left;
}
.footer .category a{
color:#8a8a8a;
text-align: left;
font-family: 'Unica77LLRegular';
}
.footer .category a:hover{
color:#000;
}
.footer .storyText h2,
.footer .storyText h2 a {
margin: 5px 0 15px 0;
padding: 0;
font-size: 20px;
line-height: 25px;
text-decoration: none;
color:#8a8a8a;
font-family: ChronicleDisplay-Semi;
text-align: left;
}
.footer .storyText h2 a:hover{
color: #000;
text-decoration: none;
}
.footer .social i{
color:#8a8a8a;
}
.footer .social i:hover{
color:#000;
}
.footer hr, .category .footer hr, .search .footer hr{
text-align: center;
margin:20px 0;
padding:0;
border-top: 1px solid #8a8a8a;
}
.footer .span6{ float: left; width: 49%;}
.rssfeed .item {
padding: 0;
}
.rssfeed .item h2,
.rssfeed .item h2 a {
margin: 10px 0 25px 0;
padding: 0;
font-size: 20px;
line-height: 25px;
height:50px;
overflow: hidden;
text-decoration: none;
color: #888;
font-family: ChronicleDisplay-Bold;
text-align: left;
}
.rssfeed .item h2:hover,
.rssfeed .item h2 a:hover{
color: #000;
text-decoration: none;
}
.rssfeed .item hr, .footer .item hr{
border: 0;
height: 0;
margin:0;
margin-bottom:3px;
border-top: 1px solid #888;
}
.rssfeed .item p,
.rssfeed .item p a{
margin: 10px 0 0 0;
padding: 0;
font-size: 13px;
line-height: 20px;
text-decoration: none;
color:#8a8a8a;
font-family: 'Unica77LLRegular';
}
.rssfeed .item p:hover,
.rssfeed .item p a:hover{
color: #c3c3c3;
text-decoration: none
}
.wp_rss_image{ max-height: 180px; overflow: hidden; }
.footer .bullshit_container{ text-align: left; float: left; font-family: 'Unica77LLRegular';}
.wpp-list li{ margin: 0 0 10px 0;}
.wpp-list li .wpp-post-title{ line-height: 1.3em; float: left; width: 100%; margin: 20px 0 15px 0; font-size:17px; line-height:26px; font-family:'ChronicleDisplay-Bold';} button.alm-load-more-btn{ 
font-family: ChronicleDisplay-Black;
font-size:28px;
width:100%;   
height: auto;
line-height: 44px;
background: #000000 !important;
color:#fff;
border: none;
margin: 0 0 4px;
padding:15px 20px;
display: inline-block;   
position: relative;
text-transform: uppercase;
font-weight: normal;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-transition: padding 0.25s ease-in-out, width 0.25s ease-in-out;
-moz-transition: padding 0.25s ease-in-out, width 0.25s ease-in-out;
transition: padding 0.25s ease-in-out, width 0.25s ease-in-out;
text-align: center;  
text-decoration: none;
-webkit-appearance: none; 
-moz-appearance: none;   
appearance: none;      
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
}
button.alm-load-more-btn:hover{
background-color: #e06464;
color: #fff;
text-decoration: none;
}
button.alm-load-more-btn:active{
-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
text-decoration: none;
} button.alm-load-more-btn.loading{
padding-left: 44px;
} button.alm-load-more-btn.done{
cursor: default;
opacity: 0.2;
filter: alpha(opacity=20); 
background-color: #ed7070; 
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
} button.alm-load-more-btn:before,
button.alm-load-more-btn.done:before{                
background: none;
width: 0;
} button.alm-load-more-btn.loading:before {
background: #fff url(//www.habitusliving.com/wp-content/core/img/ajax-loader.gif) no-repeat center center;
width: 30px;
height: 30px;
margin: 6px;    
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:2px;
display: inline-block;
z-index: 0;
content: '';
position: absolute;
left: 0;
top: 0;
overflow: hidden;
-webkit-transition: width 0.5s ease-in-out;
-moz-transition: width 0.5s ease-in-out;
transition: width 0.5s ease-in-out;
}
.alm-btn-wrap{
text-align: center;
padding: 10px 10px 30px;
overflow: hidden;
display: block;
max-width:1190px;
margin: 0 auto;
} .ajax-load-more-wrap.blue button.alm-load-more-btn{
background-color: #0081bf;
}
.ajax-load-more-wrap.blue button.alm-load-more-btn:hover,
.ajax-load-more-wrap.blue button.alm-load-more-btn.done{
background-color: #0073aa;
} .ajax-load-more-wrap.green button.alm-load-more-btn{
background-color: #6fca68;
}
.ajax-load-more-wrap.green button.alm-load-more-btn:hover,
.ajax-load-more-wrap.green button.alm-load-more-btn.done{
background-color: #64b95e;
} .ajax-load-more-wrap.red button.alm-load-more-btn{
background-color: #ca4b4b;
}
.ajax-load-more-wrap.red button.alm-load-more-btn:hover,
.ajax-load-more-wrap.red button.alm-load-more-btn.done{
background-color: #b13b3b;
} .ajax-load-more-wrap.purple button.alm-load-more-btn{
background-color: #a86bb9;
}
.ajax-load-more-wrap.purple button.alm-load-more-btn:hover,
.ajax-load-more-wrap.purple button.alm-load-more-btn.done{
background-color: #9963a8;
} .ajax-load-more-wrap.grey button.alm-load-more-btn{
background-color: #888;
}
.ajax-load-more-wrap.grey button.alm-load-more-btn:hover,
.ajax-load-more-wrap.grey button.alm-load-more-btn.done{
background-color: #777;
} .ajax-load-more-wrap.white button.alm-load-more-btn{
background-color: #fff;
color: #666;
border: 1px solid #efefef;
}
.ajax-load-more-wrap.white button.alm-load-more-btn:hover,
.ajax-load-more-wrap.white button.alm-load-more-btn.done{
background-color: #efefef;
color: #333;
} 
.ajax-load-more-wrap.white button.alm-load-more-btn.done{
border-color: #fff;
} .ajax-load-more-wrap.infinite button.alm-load-more-btn {
width: 100%;
background-color: transparent !important; 
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-o-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
overflow: hidden;
text-indent: -9999px; 
cursor: default !important;
outline: none !important;
}
.ajax-load-more-wrap.infinite button.alm-load-more-btn:before {
display: none !important;  
}
.ajax-load-more-wrap.infinite button.alm-load-more-btn.done {
opacity: 0;
filter: alpha(opacity=0); 
}   
.ajax-load-more-wrap.infinite button.alm-load-more-btn:active{
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
} 
.ajax-load-more-wrap.infinite button.alm-load-more-btn {
background-color: transparent;
background-position: center center;
background-repeat: no-repeat;
background-image: url(//www.habitusliving.com/wp-content/core/img/spinner.gif);    
border: none !important;
opacity: 0;
filter: alpha(opacity=0); 
}
.ajax-load-more-wrap.infinite button.alm-load-more-btn {      
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.ajax-load-more-wrap.infinite button.alm-load-more-btn.loading {
opacity: 1;
filter: alpha(opacity=100);  
}
.ajax-load-more-wrap.infinite.skype button.alm-load-more-btn {
background-image: url(//www.habitusliving.com/wp-content/core/img/spinner-skype.gif);    
}
.ajax-load-more-wrap.infinite.ring button.alm-load-more-btn {
background-image: url(//www.habitusliving.com/wp-content/core/img/spinner-ring.gif);     
}
.ajax-load-more-wrap.infinite.fading-blocks button.alm-load-more-btn {
background-image: url(//www.habitusliving.com/wp-content/core/img/loader-fading-blocks.gif);     
}
.ajax-load-more-wrap.infinite.fading-circles button.alm-load-more-btn {
background-image: url(//www.habitusliving.com/wp-content/core/img/loader-fading-circles.gif);    
}
.ajax-load-more-wrap.infinite.chasing-arrows button.alm-load-more-btn {
background-image: url(//www.habitusliving.com/wp-content/core/img/spinner-chasing-arrows.gif);     
} .alm-listing{
margin: 0;
padding: 0;
}
.alm-listing li{
background: none;
margin: 0 0 30px;
padding: 0 0 0 170px;
overflow: hidden;
position: relative;
list-style: none;
} 
.alm-listing li.no-img{ 
padding: 0; 
}    
.alm-listing li a{}
.alm-listing li p{
margin: 0;
}
.alm-listing li h3{
margin: 0 0 10px;
}
.alm-listing li img{
position: absolute;
left: 0;
top: 0;     
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
} .fa_container{ float:left; padding: 10px; margin: 5px; width: 20px; height: 20px; -webkit-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000); -moz-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000); -o-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000); transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000); }
.fa_container_search{ float:left; padding: 20px 0 0 0; margin: 7px 5px; background:#FFFFFF; width: 40px; height: 42px;}
.fa_container:hover .fa{color: #d3d5d6;}
.fa_container .fa{ margin: 0 auto; display: block; text-align: center; font-size: 1.3em; color: #000000;}
.fa_container_search .fa{ margin: 0 auto; display: block; text-align: center; font-size: 1.3em; color: #000000;-webkit-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000); -moz-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000); -o-transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000); transition: all 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000); }
.main_logo_pos{ margin: 60px 0 70px 0;}
.main_logo_pos_collection{margin: 60px 0 30px 0;}
.main_logo_pos_collection h2{ font-size:20px; margin:10px 0 0 0;}
.main_logo_pos_portal{margin: 60px 0 30px 0;}
.main_logo_pos_portal h2{ font-size:15px; margin:10px 0 0 0;}
.rts_container { margin: 0 0 0 15px;}
.rts_container i{ font-size:16px;}
.rts_container .collection_rts{ margin: 0 0 0 20px; display:inline-block;}
.main_logo_pos img, .main_logo_pos_collection img{ max-width: 87%;}
.main_logo_pos_portal img{ max-width: 100%;}
.social-area{ margin: 98px 0 0 0;}
.slider-content-front .post-categories ul li, .cat-grid .mini-post-cat{ display: none;}
.slider-content-front .post-categories ul li:first-of-type, .cat-grid .mini-post-cat:first-of-type{ display: block;}
.slider-content-front .read-more{float:left; margin: 0 20px 0 0;}
.slider-content-front .share-but{ float: left; padding: 0;}
.cat_grid .blog-entry-title{ padding-top: 10px;}
.slider_info{ font-family: ChronicleDisplay-Bold;}
.slider-post-text p{ font-family: ChronicleDisplay-Semi;}
.slider_info ul li{margin-right:0px;}
.blog-entry-title{ padding-top: 100px;}
#ad_container{ margin:60px 0 30px 0;}
#facebook_container{margin:0 auto; width: 300px; display: block;}
#wierd_row_size .vc_col-sm-9, #wierd_row_size .col-lg-9{ width: 70%;}
#wierd_row_size .vc_col-sm-3, #wierd_row_size .col-lg-3{ width: 30%;}
#wierd_row_size .vc_col-sm-3.vc_column_container>.vc_column-inner{padding-right:0px;}
.wpb_widgetised_column .sidebar-widget{ padding: 0 20px; margin: 30px 0 0 0;}
.wpb_widgetised_column .sidebar-widget:first-of-type{ padding: 0 20px 20px 20px; margin: 56px 0 0 0;}
.sidebar .sidebar-widget{ padding: 0 0 0 40px; margin: 0 0 30px 0;}
.wpb_widgetised_column .sidebar-widget:last-of-type{ margin: 20px 0 0 0; padding: 0 20px;}
.sidebar .sidebar-widget #ad_container{ margin:0 0 30px 0;}
.wpb_widgetised_column .sidebar-widget h6, .sidebar-widget h6{ font-weight: normal; margin: 30px 0 23px 0; font-size: 16px; font-family: ChronicleDisplay-Bold; letter-spacing: 0; text-transform: uppercase;}
.pin-three.col3.clearfix:last-of-type{ display: none;}
.sidebar-widget .medrec_one{ margin: 35px 0 38px 0;}
.sidebar-widget .medrec_two{ margin: 35px 0 0 0;}
.medrec_three{display:none !important;}
#desktopDisplayHidden{display: none !important; margin-left:50px;}
.bg-image_fix{ float: left; width: 810px; height: 400px; display: block; background:transparent; z-index: 10; position: relative;}
.cat_grid.three-column{ max-height: 530px;}
.cat_grid.four-column{ max-height: 450px;}
.cat_grid .blog-entry-title h4{ float: left; width: 100%;}
.cat_grid .mini-post-cat{ float: left; width: 100%; padding: 0; background: none; margin: 0 0 20px 0;}
.cat_grid .mini-post-cat h6{ padding: 10px 20px; background:#fff200; float: left; font-family: ChronicleDisplay-Black; font-size: 14px;}
.cat_grid .read-more{ text-transform: capitalize; float:left; margin: 0 20px 0 0;}
.cat_grid .blog-entry-title{ float: left; margin: 0 0 30px 0;}
.cat_grid.three-column h4, .cat_grid.four-column h4, .cat_grid.five-column h4{ margin: 5px 0 10px 0;}
.cat_grid.three-column p, .cat_grid.four-column p, .cat_grid.five-column p{ float: left; height: 100%; max-height: 36px; overflow: hidden;}
.cat_grid.as-seen-on-tv-column p{max-height:36px; line-height: 1.3em;}
.image-background-post-container:last-of-type{margin-bottom: 0px !important;}
.image-background-post .mini-post-cat{ padding: 10px 15px;}
.image-background-post .mini-post-cat h6{ font-family: ChronicleDisplay-Black; font-size: 14px;}
#newsletter_row_container{padding: 20px 0 10px 0 !important; margin:0;}
.home #newsletter_row_container{padding: 20px 0 0 0 !important; margin:0;}
#video_row_container .big-title h1{text-transform: capitalize; text-align: center; width: 100%; max-width: 100%;}
.media-materials img{ width: 100%;}
.inside.tab-content .media-materials img{ width: 100%; max-height: 150px;}
.mag_layout_container{ width: 100%; background: #ebebeb; padding: 10px 0 4px 0; }
.mag_layout_container .mag_layout_text{ float: left; margin: 10px;}
.mag_layout_container .mag_layout_text h3{ font-size: 32px; color: #000; line-height: 1.3em; padding: 0 25% 0 0;}
.mag_layout_container .mag_layout_text p{ font-size: 16px; font-family: ChronicleDisplay-Semi; color: #000; margin: 20px 0 0 0; line-height: 1.4em;}
.mag_layout_container .mag_layout_text .mag_layout_subscribe{ float:left; font-family: ChronicleDisplay-Black; font-size: 18px; padding: 10px 25px; background:#000; color: #FFF; margin: 70px 0 0 0; text-transform: uppercase;}
.reading-progress-bar{background: #000000;}
.hoty_template .reading-progress-bar{background: #c3ad49;}
.category_header{ float: left; width: 100%; margin: 40px 0 25px 0;}
.category_header h1{ text-align: center; font-family: ChronicleDisplay-Black; font-size: 34px;}
.author .category_header h2{ text-align: center; font-family: ChronicleDisplay-Black; font-size: 28px;}
.category_header p{ text-transform: none; font-family: ChronicleDisplay-Bold; line-height: 1.4em; font-size: 16px; letter-spacing: 0; text-align: center; padding: 10px 5%;}
.category_body .media-materials, .search_body .media-materials{max-height: 230px; overflow: hidden;}
.category_body h2, .category_header h2, .search_body h2{ font-size: 17px; line-height: 26px;}
.category_body p, .search_body p{ float: left; height: 36px; overflow: hidden; text-transform: none; font-family: ChronicleDisplay-Bold; line-height: 1.3em; font-size: 14px; letter-spacing: 0;}
.category_intro .col-lg-12{ padding: 0;}
.category_intro p{ float: left; height: 62px; overflow: hidden; text-transform: none; font-family: ChronicleDisplay-Bold; line-height: 1.4em; font-size: 16px; letter-spacing: 0;}
.category .blog-entry-title, .author .blog-entry-title, .category_body .blog-entry-title, .search_body .blog-entry-title{ padding-top:20px;}
.category hr, .search hr{ margin: 30px 0 40px 0; color:#000; border-top:2px solid #000;}
.blog-entry.full-entry.col-lg-4.category_body:nth-of-type(4), .blog-entry.full-entry.col-lg-4.category_body:nth-of-type(7), .blog-entry.full-entry.col-lg-4.category_body:nth-of-type(10){ clear: left;}
.blog-entry.full-entry.col-lg-4.search_body:nth-of-type(5), .blog-entry.full-entry.col-lg-4.search_body:nth-of-type(8), .blog-entry.full-entry.col-lg-4.search_body:nth-of-type(11){ clear: left;}
.alm-reveal{ float: left;}
.single .blog-entry-title{padding-top:50px;}
.single .cat-grid .blog-entry-title{padding-top:0;}
.about_contact_block{ float: left; padding: 75px 0; }
.about_contact_block p{ font-family: ChronicleDisplay-Semi; font-size: 16px; line-height: 1.3em; padding: 0 0 30px 0; }
.about_contact_block2{ float: left; padding: 0; }
.about_contact_block2 h2{ margin:0 0 15px 0;}
.about_contact_block2 a{ text-decoration: underline !important; color: #000;}
.about_contact_block2 p{ font-family: ChronicleDisplay-Semi; font-size: 16px; line-height: 1.3em; padding: 0 0 30px 0; }
.submission_block a{ text-decoration: underline !important; color: #000;}
.submission_block p{ font-family: ChronicleDisplay-Semi; font-size: 16px; line-height: 1.5em; padding: 0 0 30px 0; }
.subscribe_mag_block, .subscribe_details_block{ float: left; padding:0; width: 100%; margin: 0px; }
.subscribe_details_block h1{ width: 100%; text-align: center; padding: 0 0 50px 0;}
.subscribe_mag_block p{ font-family: ChronicleDisplay-Semi; font-size: 16px; line-height: 1.3em; padding: 0 0 30px 0; }
.price_breakdown p{ font-family: ChronicleDisplay-Semi; font-size: 16px; line-height: 1.3em; padding: 0 0 30px 0; text-align: center; }
.page_section_fix{ opacity: 1 !important; margin: 0 !important; padding: 0 !important;}
.single .cat_grid.four-column img{ overflow: hidden;}
.main-menu .index-post-media a{ line-height: inherit;}
.wpp-list li{ overflow: visible !important;}
.wpp-list li .share-but{ float: left; padding: 0px; margin: 12px 5px 0 5px;}
.footer-widget h6{ text-transform: capitalize; font-family: ChronicleDisplay-Semi; font-weight: 300; font-size: 26px; color: #000; float: left; width: 100%; text-align: left; padding: 0; margin: 0 0 10px 0 !important;}
.mtl_container .footer-widget h6{ float:left; width:auto; color:#FFF; background:#000; padding:5px 15px; font-family:'ChronicleDisplay-Bold'; font-size:26px; line-height:36px;}
.footer_header_container{height:250px; margin:30px 0 0 0;}
.forefront-cat p{ line-height: 1.3em; padding-bottom: 0;}
.calendar_container{ margin: 10px 0 50px 0;}
.calendar_container .calendar_intro{ float: left; width: 100%; margin: 0 0 30px 0; z-index: 100; position: relative;}
.calendar_container .calendar_intro .calendar_title{ float: left; width: 50%;}
.calendar_container .calendar_intro .calendar_submit{ float: right; width: 50%;}
.calendar_container .calendar_intro .calendar_submit a{ font-family: "ChronicleDisplay-Semi"; font-style: italic; float: right; text-decoration: underline !important; text-transform: uppercase; color: #000;}
.woocommerce-Tabs-panel p{ margin: 0 0 25px 0; font-size: 16px; font-family: ChronicleDisplay-Semi; color: #000000;}
.flexslider .vc_column_container>.vc_column-inner{ padding: 0;}
.bx-wrapper .vc_column_container>.vc_column-inner{ padding: 0;}
.bx-wrapper .bx-viewport{ height: 100% !important;}
.brand_container_single, .brand_container_single .row{margin:0px;}
.br_widget_brand_element img{ width: 100%; display: block;}
.br_widget_brand_element{ display: block; position: relative;}
.br_widget_brand_element_text{ position: absolute; bottom: 50px; right: 40px; background: #FFF; padding: 50px 20px 20px 25px; max-width: 500px;}
.br_widget_brand_element_text .brand_description_container{ margin: 10px 0;}
.br_widget_brand_element_text p{ font-family: ChronicleDisplay-Semi; line-height: 1.3em; color: #000; margin: 0 0 15px 0;}
.br_widget_brand_element_text .brand_readmore_container p{ font-family: ChronicleDisplay-Black;}
.br_widget_brand_element_text .post-categories{ background:#fff200;}
.br_widget_brand_element_text .post-categories ul li h6{ font-size: 14px; color: #000000; text-transform: uppercase; font-family: ChronicleDisplay-Black; padding: 5px 0;}
.sectionHeader h2{ font-family: ChronicleDisplay-Semi; margin: 10px 0 20px 0;}
.sectionHeader.hp_category{ float: left; width: 100%; margin: 30px 0 15px 0; border-top:2px solid #000;}
.sectionHeader.hp_category h2{ font-family: ChronicleDisplay-Bold; margin:0; width: auto; float: left; padding:5px 15px; color:#FFF; background:#000;}
.sectionHeader.hp_category p{ width: 25%; float: right; text-align: right; margin: 18px 0 0 0; font-size: 16px;}
.page-template-productcatalogue .sectionHeader.hp_category p{ width: 15%; float: right; text-align: right; margin: 18px 100px 0 0; font-size: 16px; position: relative; z-index: 999;}
.page-template-productcatalogue .mini-menu li, 
.search-results .mini-menu li, 
.product-template-default .mini-menu li, 
.tax-product_cat .mini-menu li, 
.tax-berocket_brand .mini-menu li, 
.page-template-suppliers .mini-menu li, 
.page-template-page-collection_container .mini-menu li,
.page-template-page-collection_dashboard .mini-menu li{ margin-right: 0px; float: inherit;}
.page-template-productcatalogue 
.mini-menu li:last-of-type, 
.search-results .mini-menu li:last-of-type, 
.page-template-suppliers .mini-menu li:last-of-type, 
.product-template-default .mini-menu li:last-of-type, 
.tax-product_cat .mini-menu li:last-of-type, 
.tax-berocket_brand .mini-menu li:last-of-type, 
.page-template-page-collection_container .mini-menu li:last-of-type, 
.page-template-page-collection_dashboard .mini-menu li:last-of-type, 
.tax-berocket_brand .mini-menu li:last-of-type{ margin-right: 0px;}
.page-template-productcatalogue .main-menu ul li a, 
.search-results .main-menu ul li a, 
.page-template-suppliers .main-menu ul li a, 
.product-template-default .main-menu ul li a, 
.tax-product_cat .main-menu ul li a, 
.tax-berocket_brand .main-menu ul li a, 
.page-template-page-collection_container .main-menu ul li a,
.page-template-page-collection_dashboard .main-menu ul li a{ font-size: 13px; padding: 23px 11px;}
.page-template-productcatalogue .mini-menu li:hover, 
.search-results .mini-menu li:hover, 
.page-template-suppliers .mini-menu li:hover, 
.product-template-default .mini-menu li:hover, 
.tax-product_cat .mini-menu li:hover, 
.tax-berocket_brand .mini-menu li:hover, 
.page-template-page-collection_container .mini-menu li:hover,
.page-template-page-collection_dashboard .mini-menu li:hover{ background: #fff200;}
.page-template-productcatalogue .mini-menu .current-product_cat-ancestor, 
.page-template-suppliers .mini-menu .current-product_cat-ancestor, 
.product-template-default .mini-menu .current-product-ancestor, 
.tax-product_cat .mini-menu .current-product_cat-ancestor, 
.tax-berocket_brand .mini-menu .current-product_cat-ancestor{ background: #fff200;}
.product-template-default .related.products h2{ margin: 20px 0;}
.page-template-productcatalogue .widget_berocket_product_brand_widget .br_widget_brand_element{ display: none;}
.page-template-productcatalogue .widget_berocket_product_brand_widget .br_widget_brand_element:last-of-type{ display: block;}
h1.product_title{ margin: 0 0 5px 0;}
.woocommerce .woocommerce-breadcrumb{ margin: 40px 0 -15px 0; font-size:1.1em; text-transform: uppercase; color:#AAA;}
.single-product.woocommerce .woocommerce-breadcrumb{margin: 40px 0 5px 0;}
.woocommerce .woocommerce-breadcrumb a{ color:#AAA;}
.woocommerce div.product div.summary{ margin-bottom:35px;}
.top_enquiry_trigger{ float:right;}
.top_enquiry_trigger p{ text-align: center; text-transform: uppercase; background: #fff200; padding: 20px 40px; font-family: ChronicleDisplay-Black; margin: 10px 0 0 0; cursor:pointer; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.top_enquiry_trigger:hover p{background: #d3d5d6;}
.wpcf7-form br{display: none;}
#tab-enquiry_form .wpcf7 label{ width: 500px; margin:15px 0 0 0;}
#tab-enquiry_form .wpcf7 label .wpcf7-form-control-wrap{ float:right; width: 60%;}
#tab-enquiry_form .wpcf7 label .wpcf7-form-control-wrap input[type="text"], #tab-enquiry_form .wpcf7 label .wpcf7-form-control-wrap input[type="email"], #tab-enquiry_form .wpcf7 label .wpcf7-form-control-wrap input[type="number"] { height: inherit; min-width: 200px; background: #FFF; border: solid 1px #000; padding: 4px 10px; font-size: 14px; color: #000; font-family: ChronicleDisplay-Semi; letter-spacing:0; width: 100%; margin: -10px 0 0 0;}
#tab-enquiry_form .wpcf7 label .wpcf7-form-control-wrap textarea{float:left; width: 100%; border: solid 1px #000; padding: 4px 10px;}
#tab-enquiry_form .wpcf7 .wpcf7-form-control-wrap input[type=checkbox]{ -webkit-appearance: none; width: 25px; height: 25px; border: 1px solid #000; margin: 0 10px -5px 10px; }
#tab-enquiry_form .wpcf7 .wpcf7-form-control-wrap input[type=checkbox]:checked{background: #000;}
#tab-enquiry_form .wpcf7 .wpcf7-form-control-wrap span.wpcf7-list-item{margin:0;}
.wpcf7 form.sent p { display: none; }
div.wpcf7-mail-sent-ok { border: 0; font-size: 16px; margin: 0; background: #fff200; padding: 15px; color: #000; float: left; }
.woocommerce div.product .woocommerce-tabs ul.tabs{ border:none;}
.woocommerce-products-header{ margin: 20px 0 10px 0;}
.tax-product_cat .woocommerce-products-header{ margin:20px 0 30px 0;}
.search-results .woocommerce-products-header{ margin: 30px 0 20px 0;}
.collection_item h3{ font-size: 16px; line-height: 22px;}
.collection_item h5{ font-size: 16px; line-height: 22px; font-family: ChronicleDisplay-Roman; margin: 0 0 20px 0;}
.collection_item .brand_logo{ width: 40%; padding: 5px; background: #FFF; float:none; margin: 15px auto 5px auto;}
.collection_item .brand_logo img{ width: 100%;}
.collection_item .storyText{ text-align: center;}
.page-template-productcatalogue .collection_item .storyText{ text-align:left;}
.collection_slider .collection_slider_hover{background: #FFFFFF; width: 100%; height: 100%; display: block; position: absolute; top: 0px; opacity: 0.2;-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease;}
.collection_slider .collection_slider_hover:hover{ opacity: 0.7; }
.collection_slider .collection_slider_hover h2{ text-align: center; display: block; vertical-align: middle; line-height: 752px; font-size: 60px;}
.latest_issue_header img{ width: 100%;}
.tax-berocket_brand .prdctfltr_filter_title .prdctfltr_woocommerce_filter, .tax-berocket_brand .prdctfltr_filter_title .prdctfltr_woocommerce_filter_title, .tax-berocket_brand .prdctfltr_filter_title .prdctfltr_topbar, .search-results .prdctfltr_wc{ display: none;}
.category_title_container{ float: left; width: 100%; min-height: 80px;}
.category_title_container h2{ font-size: 16px; line-height: 22px;}
.category_title_container h5{ font-family: ChronicleDisplay-Roman; line-height: 20px;}
.slider_overflow{max-height: 751px; overflow: hidden;}
.slider_overflow .hoty_thumb{max-width: 130%;  opacity: 0.6 !important;}
.brand_page_description p{ padding-bottom: 25px; font-size: 16px; font-family: ChronicleDisplay-Semi; color: #000000;}
.home .related_collection_fallback { max-width: 1170px; margin: 0 auto 0 auto;}
.home .related_collection_fallback .big-title.top-line{ margin:30px 0 20px 0;}
.related_collection_fallback { max-width: 1170px; margin: 20px auto 0 auto;}
.related_collection_fallback h2{ text-align:center; margin:0 0 20px;}
.page-template-productcatalogue .collection_item .col-lg-3, .page-template-productcatalogue .collection_item .col-lg-4{ width: 100%;}
.collection_item .owl-buttons{opacity: 1; color: #000; bottom: inherit; top: 40px; right: 15px;}
.collection_item .owl-next, .collection_item .owl-prev{ background: #fff200;}
.collection_item .owl-next:hover, .collection_item .owl-prev:hover{ background: #d3d5d6;}
.tax-berocket_brand .hc_product_news {margin: 0 0 70px 0;}
.tax-berocket_brand .hc_product_news .col-lg-3, .search-results .hc_product_news .col-lg-3{ width:100%;}
.tax-berocket_brand .owl-buttons{opacity: 1; color: #000; bottom: inherit; top: -50px; right: 15px; width:100%; max-width:1170px;}
.tax-berocket_brand .owl-next, .tax-berocket_brand .owl-prev{ background: #fff200;}
.tax-berocket_brand .owl-next:hover, .tax-berocket_brand .owl-prev:hover{ background: #d3d5d6;}
.hc_product_news .blog-entry-title p{ line-height: 1.3em;}
.inde_container { max-width: 1170px; margin: 0 auto;}
.inde_container .inde_timeline{ max-width: 1170px; display: block; margin: 40px auto 20px auto;}
.inde_container .storyWrapper h4, .inde_container .storyWrapper p, .inde_container .storyWrapper a{ color: #FFFFFF;}
.product_ajaxload .alm-reveal{ width: 100%;}
.dfp_collapse.dfp_empty{ display: none;}
.related_container{ float: left; margin: 0 0 20px 0; position: relative;}
.related_container .related_image{float: left; width: 100%;}
.related_container .related_text{ float: left; width: 100%;
background: -moz-linear-gradient(top,  rgba(211,213,214,0) 0%, rgba(211,213,214,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,213,214,1)), color-stop(100%,rgba(211,213,214,1))); background: -webkit-linear-gradient(top,  rgba(211,213,214,0) 0%,rgba(211,213,214,1) 100%); background: -o-linear-gradient(top,  rgba(211,213,214,0) 0%,rgba(211,213,214,1) 100%); background: -ms-linear-gradient(top,  rgba(211,213,214,0) 0%,rgba(211,213,214,1) 100%); background: linear-gradient(to bottom,  rgba(211,213,214,0) 0%,rgba(211,213,214,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 ); background-repeat: no-repeat;
background-position: bottom;
padding: 80px 10px 0px 10px;
margin: -125px 0 0 0;
min-height: 120px;
}
.related_container .related_text .text_actual{color: #000000; font-size: 16px; line-height: 1.2em; position: absolute; bottom: 12px;}
.brand_fulldescription p{ margin: 0 0 15px 0;}
.tax-berocket_brand .woocommerce-products-header__title{ display:none;}
.tax-berocket_brand h1{ margin:0 0 10px 0;}
.brand_logo{ float:left; width:100%;}
.brand_logo img{width:75%; margin:0 auto; display:block;}
.brand_profile_enquiry, .brand_profile_website{ padding:5px; text-align:center; margin:10px 0 0 0; background: #fff200; float:left; width:100%;}
.brand_profile_enquiry a, .brand_profile_website a{ color:#000000; text-decoration:none;}
.brand_social_icons_container{ float:left; width:100%;}
.brand_social_icons{ margin:20px auto; display:block; text-align:center;}
.brand_social_icons i{ color: #000000; font-size: 25px; padding: 0 10px;}
.brand_showroom_container p{text-align:center;}
.brand_showroom_container p:last-of-type{margin:20px 0 0 0; text-decoration:underline;}
.brand_showroom_container .showroom_header{ font-size: 16px; padding: 5px 0; text-align: center; margin: 10px 0; background: #fff200; float: left; width: 100%; color: #000; font-family:'ChronicleDisplay-Bold'; font-weight:inherit; cursor:pointer;}
.brand_showroom_container .showroom_data{opacity:0; -webkit-transition: all 800ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
-moz-transition: all 800ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
-o-transition: all 800ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
transition: all 800ms cubic-bezier(0.420, 0.000, 0.580, 1.000); }
.srd_01.active, .srd_02.active, .srd_03.active, .srd_04.active, .srd_05.active, .srd_06.active, .srd_07.active, .srd_08.active{opacity:1;}
.brand_showroom_header{ text-align:center;}
.woocommerce-tabs{ margin:20px 0 80px 0;}
.multi_tab_container{margin:0 0 50px 0;}
.captcha-form{margin-top:30px;}
.hoty_header .main_logo_pos{ max-width:70%; margin:40px auto 20px auto;}
.page-template-page-hoty_landing_2019 .fsOptionLabel, .page-template-page-hoty_landing_tv2020 .fsOptionLabel{float:left; width:100%; margin:0 0 10px 0; cursor:pointer;}
.page-template-page-hoty_landing_2019 .fsOptionLabel input[type=radio], .page-template-page-hoty_landing_tv2020 .fsOptionLabel input[type=radio]{ margin:10px 10px 10px 0; -webkit-appearance: none; -moz-appearance: none; width:20px; height:20px; border:1px solid #c8b257; float:left; cursor:pointer;}
.page-template-page-hoty_landing_2019 .fsOptionLabel input[type=radio].active_vote, .page-template-page-hoty_landing_tv2020 .fsOptionLabel input[type=radio].active_vote{ background: -webkit-linear-gradient(-45deg, #c8b257 0%, #dec589 100%);}
.hoty_vote h4{height: 0px; font-size:16px; margin:10px 10px 10px 0; color:#d5c198;}
.hoty_body .entry-title{ margin:10px 0 0 0;}
.hoty_body .media-materials{max-height: 230px; overflow: hidden;}
.hoty_body.hoty_large .media-materials{max-height: 400px; overflow: hidden;}
.hoty_body.hoty_clear{ clear:left;}
.hoty_body.col-lg-4{margin: 0 0 30px 0;}
.hoty_body.col-lg-4:nth-of-type(3n+4){ clear:left;}
.hoty_body.col-lg-4 .hoty_number{ font-size:60px; line-height:60px; margin:0 10px 0 0; color:#d5c198; float:left;}
.hoty_body.col-lg-4 .hoty_name{ font-size: 18px; line-height: 34px;}
.page-template-page-hoty_landing_2019 .hoty_body .hoty_name, .page-template-page-hoty_landing_tv2020 .hoty_body .hoty_name { font-size: 18px; line-height: 26px; background: -webkit-linear-gradient(-45deg, #C2AD4A 0%, #E6CB9E 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hoty_body.col-lg-4 .hoty_name span{ color: #d5c198; text-align: right; float:right;}
.hoty_body.col-lg-4 .hoty_arch{ font-size: 15px; line-height: 20px;}
.hoty_body.col-lg-4 .hoty_location{ font-size: 17px; line-height: 40px; text-transform: uppercase; color:#d5c198;}
.hoty_body.col-lg-6 .hoty_name{ font-size: 18px; line-height: 34px;}
.hoty_body.col-lg-6 .hoty_name span{ color: #d5c198; text-align: right; float:right;}
.hoty_body.col-lg-6 .hoty_arch{ font-size: 15px; line-height: 20px;}
.page-template-page-hoty_landing_2019 .hoty_body .hoty_arch, .page-template-page-hoty_landing_tv2020 .hoty_body .hoty_arch{ font-size: 15px; line-height: 20px; background: -webkit-linear-gradient(-45deg, #C2AD4A 0%, #E6CB9E 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.hoty_body.col-lg-6 .hoty_location{ font-size: 17px; line-height: 40px; text-transform: uppercase; color:#d5c198;}
.hoty_body.col-lg-6{margin: 0 0 30px 0;}
.hoty_body.col-lg-3{margin: 0 0 40px 0;}
.hoty_body.col-lg-3 .hoty_number{ font-size:40px; line-height:40px; margin:0 10px 0 0; color:#d5c198; float:left;}
.hoty_body.col-lg-3 .hoty_name{ font-size: 15px; line-height: 19px;}
.hoty_body.col-lg-3 .hoty_arch{ font-size: 13px; line-height: 17px;}
.hoty_body.hoty_online .hoty_name, .hoty_body.hoty_online .hoty_arch{ color:#FFF;}
.hoty_exclusive h2{ color:#FFF; margin:20xp 0 0 0; line-height:30px;}
.hoty_body p{ float: left; height: 36px; overflow: hidden; text-transform: none; font-family: ChronicleDisplay-Bold; line-height: 1.3em; font-size: 14px; letter-spacing: 0;}
.hoty_body h4{ float: left; overflow: hidden; text-transform: none; font-family: ChronicleDisplay-Bold; line-height: 1.3em; font-size: 16px; letter-spacing: 0; color:#d5c198; margin:10px 10px 10px 0;}
.page-template-page-hoty_landing_2019 .hoty_body h4, .page-template-page-hoty_landing_tv2020 .hoty_body h4{ float: left; overflow: hidden; text-transform: none; font-family: ChronicleDisplay-Bold; line-height: 1.3em; font-size: 16px; letter-spacing: 0; margin:10px 10px 10px 0; background: -webkit-linear-gradient(-45deg, #c8b257 0%, #dec589 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.btn-hoty{background: #000000; border:1px solid #d5c198; color: #d5c198; padding:20px; border-radius: 0; font-size:15px;}
.btn-hoty:hover{background-color: #444; border:1px solid #d5c198;  }
.btn-hoty:focus{background-color: #444; border:1px solid #d5c198;  }
.btn-hoty:active{background-color: #444; border:1px solid #d5c198;  }
.btn-hoty-thank{font-size:25px; color: #fff;}
.hoty_schedulez{ margin-bottom:30px;}
.hoty_schedule hr{border-top:1px solid #000 !important; margin-top:20px; margin-bottom:20px;}
.hoty_schedule h2{font-size:20px;}
.hoty_schedule h1{font-size:32px;}
.hoty_schedule img{margin-bottom:10px;}
.hoty_header{ background:#000;}
#hoty_menu_mobile{ display:none;}
.hoty_navigation{display:block; margin:20px auto 0 auto; text-align:center;}
.hoty_navigation li{ text-transform:uppercase; font-family:ChronicleDisplay-Bold; color:#d5c198; font-size:20px; padding:0 20px; display:inline; }
.hoty_navigation li a{ color:#FFFFFF;}
.hoty_navigation li a:hover{ color: #faf1e0;}
.hoty_vote_title{ max-width:600px; display:block; margin:50px auto 30px auto;}
.hoty_dh_package{ max-width:1170px; width:100%; display:block; margin:0px auto 0px auto;}
.hoty_dh_package img{width:100%; display:block; margin:0 auto;}
.hoty_dh_package hr{width:100%; border-top:1px solid #d5c198; margin-top: 0; margin-bottom:40px;}
.hoty_dh_intro{padding:90px 0 0 0; width:70%; margin:0 auto; display:block;}
.hoty_dh_intro h1{ text-align:center; font-size:48px; margin:50px 0 0 0; line-height: 50px; color:#d5c198;}
.hoty_dh_intro h2{ text-align:center; font-size:32px; margin:0 0 30px 0; background: -webkit-linear-gradient(-45deg, #C4AF4C 0%, #E5CB9B 75%, #CDB763 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.hoty_dh_package .dh_intro{padding:30px 0 0 0; width:70%; margin:0 auto; display:block;}
.hoty_dh_package .dh_intro h1{ text-align:center; font-size:48px; margin:50px 0 0 0; line-height: 50px; background: -webkit-linear-gradient(-45deg, #C4AF4C 0%, #E5CB9B 75%, #CDB763 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.hoty_dh_package .dh_intro h2{ text-align:center; font-size:32px; margin:0 0 30px 0; color:#797979;}
.hoty_dh_package .dh_intro p{ text-align:center; line-height: 30px; color:#797979; margin-bottom:20px; }
.hoty_dh_intro p{ text-align:center; line-height: 30px; color:#fff; margin-bottom:20px;}
.hoty_dh_thank{padding:0 0 30px 0; width:75%; margin:0 auto; display:block;}
.hoty_dh_thank .message-thank{color:#000;}
.hoty_dh_thank hr{color:#fff; border-top:1px solid #000;}
.hoty_dh_thank h1{ text-align:center; font-size:28px; margin:20px 0 0 0; line-height: 50px; color:#d5c198;}
.hoty_dh_thank h2{ text-align:center; font-size:18px; margin:0 0 30px 0; color:#000;}
.hoty_dh_thank h3{ text-align:center; font-size:48px; margin:50px 0 0 0; line-height: 50px; color:#000; margin-bottom:25px;}
.hoty_dh_thank p{ text-align:center; line-height: 30px; color:#000; margin-bottom:20px;}
.hoty_dh_watch{padding:50px;}
.hoty_dh_watch h2{ text-align:center; font-size:27px; margin:0 0 30px 0;}
.hoty_dh_watch p{ text-align:center; font-size:18px; margin:0; line-height: 26px; margin-bottom:30px;}
.hoty-bg-watch{background: linear-gradient(90deg, #000 50%, #fff 50%);}
.hoty-bg-holding, .hoty_holding_header{ background: #a59f98;}
.hoty_holding_header .main_logo_pos img { max-width: 50%;}
.hoty_holding_header .main_logo_pos{ margin: 60px 0 40px 0;}
.hoty-bg-holding .holding_msg{ margin: 60px auto;}
.hoty_holding_2019_slider li{ display: block;}
.hoty_holding_2019_slider .owl-controls{ margin: -70px 0 25px 0; position: relative; z-index: 9999;}
.hoty_holding_2019_slider .owl-controls .owl-page{ width: 15px; height: 15px;}
.hoty_holding_2019_slider .owl-controls .owl-page.active{background:#d6b27e;}
.hoty-bg-sponsors{background: #FFF; background: linear-gradient(180deg, #cdc8c4 0%, #fff 40%); }
.hoty_breaker_container{ margin: 60px 0 0 0;}
.hoty_sponsor_container{ margin: 0 0 70px 0;}
.holding_slider{ padding: 0;}
.hoty-bg-holding h2{ text-align:center; font-size:6em; line-height: 1em; color:#FFF; text-transform: uppercase; margin: 30px auto 15px auto;}
.hoty-bg-holding h3{ text-align:center; font-size:3.6em; line-height: 1em; color:#FFF; font-style: italic; margin: 0 auto 20px auto;}
.hoty_container{ padding:50px 0 0 0;}
.hoty_container .container{padding:0 10%;}
.tiled_image_block{ padding:0; width:100%; margin:10px 0 30px; position:relative;}
.hoty_additional{ float:left; width:100%; margin:30px 0;}
.hoty_additional .hoty_dissections{ float:left; width:60%;}
.hoty_additional .hoty_dissections p, .hoty_additional .hoty_floorplan p{    padding-bottom: 25px; font-size: 16px; font-family: ChronicleDisplay-Semi; color: #000000;}
.hoty_additional .hoty_dissections a{ text-decoration:underline !important;}
.hoty_additional .hoty_floorplan{ float:left; width:40%;}
.hoty_additional .hoty_floorplan img{ width:100%; margin:0;}
.hoty_break{margin:30px 0 0 0;}
.hoty_footer{ margin:0;}
.hoty_footer_container{ display:block; margin:60px 0 40px 0; float:left;}
.hoty_footer .hoty_footer_stamp{ width:15%; margin:0 3% 0 0; float:left;}
.hoty_footer .hoty_footer_prizes{ width:42%; margin:0; float:left;}
.hoty_footer .hoty_footer_info{ width:34%; margin:0 0 0 5%; float:left;}
.hoty_footer .hoty_footer_info h2{font-size:23px; line-height:30px; text-align:right; margin:15px 0 0 0;}
.hoty_footer .hoty_footer_info p{ text-align:right; font-size:10px;}
.hoty_footer .hoty_footer_info .vote_cta { display: block; margin: 20px auto 0 auto; float:right; width:90%; padding: 20px 35px; background: #000; color: #d5c198; border: 1px solid #d5c198; font-size:30px; text-align:center;-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); -moz-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); -o-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);}
.hoty_footer .hoty_footer_info .vote_cta:hover{ background:#444;}
.hoty_placement{ float:left; display: none;}
.hoty_placement h2{ font-size:90px; line-height:90px; margin:0 25px 0 0; color:#dedad6;}
.hoty_title{ float:left; width:55%; }
.hoty_title h1{ text-align:left; color:#ceaa71;}
.hoty_title p{ text-align:left; color:#000; text-transform: uppercase;}
.hoty_credits{ float:right; margin:3px 0 0 0;}
.hoty_credits p{text-align:right;}
.hoty_form_container input[type=checkbox], input[type=radio]{ width: 15px; height: 15px; margin: 15px;}
.hoty_submission_form{ width:75%; margin:0 auto; text-align:center;}
.hoty_submission_form .fsFieldRow{ margin:10px 0 0 0;}
.hoty_submission_form input[type=text], .hoty_submission_form input[type=email], .hoty_submission_form input[type=tel], .hoty_submission_form textarea{ width:100%; padding: 20px; background: #FFF; border: solid 1px #c2ad4a; padding-left: 10px; font-size: 14px; color: #777; letter-spacing:0; font-family: ChronicleDisplay-Semi;}
.hoty_submission_form input[type=email], .hoty_submission_form input[type=tel]{ height:30px;}
.hoty_submission_form textarea{padding-top:10px !important; padding-bottom:10px !important;}
.hoty_submission_form .fsSubFieldGroupNames{ width:100%; float:left;}
.hoty_submission_form .fsSubFieldGroupNames .fsSubField{ width:49%; float:left; margin:0 2% 0 0;}
.hoty_submission_form .fsSubFieldGroupNames .fsSubField:last-of-type{margin:0;}
.hoty_submission_form .fsSubFieldGroupAddress{ margin:10px 0 0 0;}
.hoty_submission_form .fsSubFieldGroupAddress .fsSubField{ width:32%; float:left; margin: 0 2% 0 0;}
.hoty_submission_form .fsSubFieldGroupAddress .fsSubField:last-of-type{margin:0;}
.hoty_submission_form .fsEmailContainer{ float:left; width:62%; margin:10px 1% 10px 0;}
.hoty_submission_form .fsPhoneContainer{ float:left; width:37%; margin:10px 0;}
.hoty_trailer_container{ width: 100%;}
.hoty_trailer_container video{ width:100%; height: auto;}
.hoty_trailer_controlsrow{ margin: 5px 0;}
.hoty_tvbadge{ position: absolute; width:150px; top:-20px; left:0; z-index: 9999;}
.hoty_tvbadge img{width: 100%; height: auto;} 
#formsubmit input[type=submit]{ display:block; margin:10px auto 60px auto; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; padding:0 35px; background:#000; color:#c2ad4a; border:1px solid #c2ad4a;}
#formsubmit input[type=submit]:hover{ background:#444;}
.error_container{ display:none; margin:auto; width:75%;}
.error_container.active{ display:block;}
#fsError3200238{ display:none;}
#fsError3200238.active{ display:block;}
#fsError3200238{ text-align: center; padding: 20px 0; background: #A03F28; color: #FFF; border: 1px solid #d5c198;}
#fsError3200238 br{ display:none;}
#fsError3200238 p{ font-size:24px; font-family: ChronicleDisplay-Black;}
.form_intro{padding:60px 0 20px ;}
.form_intro h2, .form_intro p{ text-align:center;}
.hoty_terms h2{ color:#FFF; text-align:center; margin:20px 0;}
.hoty_terms ul{ color:#FFF; font-family: ChronicleDisplay-Semi; }
.hoty_terms li{list-style: disc outside; margin: 0 0 15px 30px; font-size:16px; line-height:22px;}
.hoty_judge_title{ max-width:600px; display:block; margin:50px auto 80px auto;}
.hoty_judge_container{ margin: 0 0 50px 0;}
.hoty_judge_text{ padding:0 0 0 3%;}
.hoty_judge_text p{ font-size:18px; line-height:1.3em; font-family:ChronicleDisplay-Semi;}
.hoty_judge_text h2{ color:#d5c198; font-size:32px; margin:0 0 30px 0; }
.prize_overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background-color: #d5c198;}
.prize_container{ padding: 0; width:30%; margin: 20px 1.5%;}
.prize1:hover .prize_overlay {opacity: 1;}
.prize2:hover .prize_overlay {opacity: 1;}
.prize3:hover .prize_overlay {opacity: 1;}
.prize4:hover .prize_overlay {opacity: 1;}
.prize5:hover .prize_overlay {opacity: 1;}
.prize-text {color: white; font-size: 17px; position: absolute; top: 50%; left: 50%; color:#000; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; text-transform: uppercase;}
.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn{ background: #d3d5d6 !important; text-transform: uppercase !important; font-weight: bold; color:#000000 !important; }
.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachment_name{ font-size:20px !important; }
.cat_grid.two-column .blog-entry-title h4{font-size:22px; line-height:30px; margin:0 0 15px 0;}
.cat_grid.two-column .blog-entry-title p{ float:left; margin:0 0 15px 0;}
.home #wierd_row_size .vc_col-sm-9 .cat-grid.clearfix{margin:30px 0 0 0;}
.home #wierd_row_size .vc_col-sm-9 .cat-grid.clearfix:first-of-type{margin:0;}
.mtl_container .footer-widget{ width:100%; max-width:1170px; display:block; margin:0 auto; border-top:2px solid #000;}
.single .mtl_container .footer-widget{ margin: 20px auto 0 auto;}
.isub_form_container form{ width:75%; display:block; margin:0 auto;}
.isub_form_container form .fsRow{ margin:0 0 15px 0;}
.isub_form_container form input{ width:99%;}
.isub_form_container form textarea{ width:99%; border: solid 1px #e1e1e1; color: #777; font-family: ChronicleDisplay-Semi;}
.isub_form_container form .fsSubField{ width:50%; float:left;}
.isub_form_container form .fsSubField input{ width:98%;}
.isub_form_container form input[type=checkbox]{ width:inherit; margin:5px;}
.isub_form_container form input[type="text"], input[type="email"], input[type="number"] { height: 41px; min-width: 200px;
padding-left: 20px; background: #FFF; border: solid 1px #e1e1e1; padding-left: 10px; font-size: 12px; color: #777; font-family: ChronicleDisplay-Semi; letter-spacing:0;}
.isub_terms_container{ float:left; width:100%;}
.isub_terms_container h3{ font-size:18px; line-height:1.3em; margin:20px 0 0 0;}
.isub_terms_container ul{ list-style:disc;}
.isub_terms_container ul li{ margin:0 0 5px 15px; line-height:1.3em;}
.isub_terms_container ul li ul{ margin:5px;}
.hoty_template .tiled-gallery .gallery-row{ display:block; margin:0 auto;}
.form_hidden{ display: none;}
#formsubmit, #formterms{ opacity:0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
#formsubmit.form_inview, #formterms.form_inview{ opacity:1;}
.hoty_body_container{ background: #000; margin: 0;}
.hoty_form_container{ background: #FFF; margin: 0;} .page-template-page-hoty_landing_2019 .hoty_sponsors_container hr, .page-template-page-hoty_complete .hoty_sponsors_container hr{ height: 3px; width: 100%; background: -webkit-linear-gradient(-45deg, #C4AF4C 0%, #E5CB9B 75%, #CDB763 100%); margin: 30px 0;}
.hoty_header.hoty2019 .header-container{height: 90px;}
.hoty_header.hoty2019 .hoty_navigation{ margin: 30px auto 0 auto;}
.page-template-page-hoty_landing_2019 .latest_issue_header img, .page-template-page-hoty_complete .latest_issue_header img{ margin: 0 0 -9px 0;}
.page-template-page-hoty_landing_2019 .select2-container, .page-template-page-hoty_complete .select2-container{ width: 100% !important;}
.page-template-page-hoty_landing_2019 .hoty_stamp_container, .page-template-page-hoty_complete .hoty_stamp_container{ padding: 0;}
.page-template-page-hoty_landing_2019 .hoty_stamp_container img, .page-template-page-hoty_complete .hoty_stamp_container img{width: 100%;}
.page-template-page-hoty_landing_2019 .hoty_partners_container, .page-template-page-hoty_complete .hoty_partners_container{ flaot:left; width: 100%; margin: 0 0 20px 0;}
.page-template-page-hoty_landing_2019 .hoty_partners_container img, .page-template-page-hoty_complete .hoty_partners_container img{width: 100%;}
.page-template-page-hoty_landing_2019 .hoty_mag, .page-template-page-hoty_complete .hoty_mag{ padding: 0; width: 50%; float:right;}
.page-template-page-hoty_landing_2019 .hoty_mag img, .page-template-page-hoty_complete .hoty_mag img{ width: 100%;}
.page-template-page-hoty_landing_2019 .hoty_mag_container, .page-template-page-hoty_complete .hoty_mag_container{ padding: 0;}
.page-template-page-hoty_landing_2019 .hoty_magcta, .page-template-page-hoty_complete .hoty_magcta{position: absolute; bottom:0; width: 46%;}
.page-template-page-hoty_landing_2019 .hoty_magcta h2, .page-template-page-hoty_landing_2019 .hoty_magcta h3, .page-template-page-hoty_landing_2019 .hoty_magcta p, .page-template-page-hoty_complete .hoty_magcta h2, .page-template-page-hoty_complete .hoty_magcta h3, .page-template-page-hoty_complete .hoty_magcta p{ color:#FFF; text-align:right;}
.page-template-page-hoty_landing_2019 .hoty_magcta h2, .page-template-page-hoty_complete .hoty_magcta h2{ font-size: 34px; line-height: 44px;}
.page-template-page-hoty_landing_2019 .hoty_magcta p, .page-template-page-hoty_complete .hoty_magcta p{ font-size: 18px; line-height: 28px; margin: 20px 0 0 0;}
.page-template-page-hoty_landing_2019 .hoty_sponsors_container, .page-template-page-hoty_complete .hoty_sponsors_container { margin: 0 0 30px 0;} .page-template-page-hoty_landing_tv2020 .hoty_sponsors_container hr, .page-template-page-hoty_complete .hoty_sponsors_container hr{ height: 3px; width: 100%; background: -webkit-linear-gradient(-45deg, #C4AF4C 0%, #E5CB9B 75%, #CDB763 100%); margin: 30px 0;}
.hoty_header.hoty2019 .header-container{height: 90px;}
.hoty_header.hoty2019 .hoty_navigation{ margin: 30px auto 0 auto;}
.page-template-page-hoty_landing_tv2020 .latest_issue_header img, .page-template-page-hoty_complete .latest_issue_header img{ margin: 0 0 -9px 0;}
.page-template-page-hoty_landing_tv2020 .select2-container, .page-template-page-hoty_complete .select2-container{ width: 100% !important;}
.page-template-page-hoty_landing_tv2020 .hoty_stamp_container, .page-template-page-hoty_complete .hoty_stamp_container{ padding: 0;}
.page-template-page-hoty_landing_tv2020 .hoty_stamp_container img, .page-template-page-hoty_complete .hoty_stamp_container img{width: 100%;}
.page-template-page-hoty_landing_tv2020 .hoty_partners_container, .page-template-page-hoty_complete .hoty_partners_container{ flaot:left; width: 100%; margin: 0 0 20px 0;}
.page-template-page-hoty_landing_tv2020 .hoty_partners_container img, .page-template-page-hoty_complete .hoty_partners_container img{width: 100%;}
.page-template-page-hoty_landing_tv2020 .hoty_mag, .page-template-page-hoty_complete .hoty_mag{ padding: 0; width: 50%; float:right;}
.page-template-page-hoty_landing_tv2020 .hoty_mag img, .page-template-page-hoty_complete .hoty_mag img{ width: 100%;}
.page-template-page-hoty_landing_tv2020 .hoty_mag_container, .page-template-page-hoty_complete .hoty_mag_container{ padding: 0;}
.page-template-page-hoty_landing_tv2020 .hoty_magcta, .page-template-page-hoty_complete .hoty_magcta{position: absolute; bottom:0; width: 46%;}
.page-template-page-hoty_landing_tv2020 .hoty_magcta h2, .page-template-page-hoty_landing_tv2020 .hoty_magcta h3, .page-template-page-hoty_landing_tv2020 .hoty_magcta p, .page-template-page-hoty_complete .hoty_magcta h2, .page-template-page-hoty_complete .hoty_magcta h3, .page-template-page-hoty_complete .hoty_magcta p{ color:#FFF; text-align:right;}
.page-template-page-hoty_landing_tv2020 .hoty_magcta h2, .page-template-page-hoty_complete .hoty_magcta h2{ font-size: 34px; line-height: 44px;}
.page-template-page-hoty_landing_tv2020 .hoty_magcta p, .page-template-page-hoty_complete .hoty_magcta p{ font-size: 18px; line-height: 28px; margin: 20px 0 0 0;}
.page-template-page-hoty_landing_tv2020 .hoty_sponsors_container, .page-template-page-hoty_complete .hoty_sponsors_container { margin: 0 0 30px 0;}
.author_image{ padding: 0;}
.author_bio h1{ font-family: ChronicleDisplay-Black; font-size: 34px;}
.author_bio p{ font-size: 16px; font-family: ChronicleDisplay-Semi; color: #000000;}
.author_bio .social-menu{ padding: 0; margin: 25px 0 0 0;}
.author_bio .social-menu ul{ float:left;}
.author_bio .social-menu ul li{ display: inline-block; margin: 5px;}
.author_container{ margin: 40px 0 0 0;}
.woocommerce-Price-amount{ display:none !important;} .saturdayindesign_container{ background:#a2dce8; padding:40px 0 20px 0; margin:60px 0 0 0;}
.saturdayindesign_container .sid_header{ padding:40px 0 60px 0;}
.saturdayindesign_container .sid_tagline_container{ margin:60px 0;}
.saturdayindesign_container .item{
width: 31.623931623932%;
*width: 31.57074013457%;
display: block;
float: left;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.saturdayindesign_container .item .wp_rss_image{ overflow:inherit; max-height:215px; }
.saturdayindesign_container .item .wp_rss_image img{
-webkit-transition: all 0.2s ease-out;    
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;    
transition: all 0.2s ease-out;
}
.saturdayindesign_container .news_row .item:nth-of-type(1) .wp_rss_image img{ width: 85%; float: right; margin: 54px 0 0 0; opacity:0.7; }
.saturdayindesign_container .news_row .item:nth-of-type(2) .wp_rss_image img{ margin: 29px 0 0 0;}
.saturdayindesign_container .news_row .item:nth-of-type(3) .wp_rss_image img{ width:75%;float:left; margin:73px 0 0 0; opacity:0.4;}
.saturdayindesign_container .exhibitor_row .item:nth-of-type(1) .wp_rss_image img{ width:75%;float:right; opacity:0.4;}
.saturdayindesign_container .exhibitor_row .item:nth-of-type(3) .wp_rss_image img{ width:85%;float:left; opacity:0.7;}
.saturdayindesign_container .item .wp_rss_image:hover img{
opacity:1 !important;
-ms-transform: scale(1.03);    
-moz-transform: scale(1.03);  
-webkit-transform: scale(1.03);  
-o-transform: scale(1.03);  
transform: scale(1.03);   
}
.saturdayindesign_container .socialblock_title{ position: relative;}
.saturdayindesign_container .socialblock_title h3 {
position: absolute;
font-size: 1.6em;
line-height: 1.4em;
color: #000;
font-family: 'CircularStdBold';
text-transform: uppercase;
-webkit-transition: all 0.2s ease-out;    
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;    
transition: all 0.2s ease-out;
}
.saturdayindesign_container .socialblock_title h3:hover, .saturdayindesign_container .socialblock_title h3:hover a{ color:#FFF;}
.saturdayindesign_container .socialblock_title h3:hover span{ background:#e795c0;}
.saturdayindesign_container .socialblock_title.st_top h3 {
left: 70px;
top: 5px;
}
.saturdayindesign_container .socialblock_title.st_bottom h3 {
left: 390px;
top: -20px;
}
.saturdayindesign_container .socialblock_title h3 span { 
padding: 7px 20px;
background:#d0c7e3;
}
.sid_logo_container{ width:65%;}
.saturdayindesign_container .sid_registration_container{ width:274px; margin:-130px 0 0 0;}
.saturdayindesign_container .sid_registration_container p{ text-align:center; font-family: 'CircularStdBold'; font-size:1.4em; padding:14px 20px; background:#e795c0;text-transform:uppercase; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.saturdayindesign_container .sid_registration_container p:hover{ background:#D0C7E3; color:#FFF;}  .webinarsmodule_container{ background:#dbd8d3; padding:40px 0 0px 0; margin:60px 0 0 0; background-image: url(https://cdn.indesign.com.au/website_assets/habitusliving.com/webinars/circle_hl_webinars.png), url(https://cdn.indesign.com.au/website_assets/habitusliving.com/webinars/circle2_hl_webinars.png); background-repeat: no-repeat; background-position: left bottom, top right; }
.webinarsmodule_container .webinars_header{ padding:40px 0 60px 0;}
.webinarsmodule_container .webinars_tagline_container{ margin:60px 0 30px 0;}
.webinarsmodule_container .webinars_tagline_container h3{ font-size:30px;}
.webinarsmodule_container .webinars_tagline_container p{font-size:18px; line-height: 1.4em; margin-bottom:40px;}
.webinars_item_container { padding:0px 20px; margin-bottom:30px;}
.webinars_item_container h2{ font-size:19px; line-height: 26px; margin-bottom:10px; margin-top:5px; }
.webinars_item_container p{ font-size: 16px; line-height: 1.4em; height:70px; }
.webinarsmodule_container .news_row .item:nth-of-type(1) .wp_rss_image img{ width: 85%; float: right; margin: 54px 0 0 0; opacity:0.7; }
.webinarsmodule_container .news_row .item:nth-of-type(2) .wp_rss_image img{ margin: 29px 0 0 0;}
.webinarsmodule_container .news_row .item:nth-of-type(3) .wp_rss_image img{ width:75%;float:left; margin:73px 0 0 0; opacity:0.4;}
.webinarsmodule_container .exhibitor_row .item:nth-of-type(1) .wp_rss_image img{ width:75%;float:right; opacity:0.4;}
.webinarsmodule_container .exhibitor_row .item:nth-of-type(3) .wp_rss_image img{ width:85%;float:left; opacity:0.7;}
.webinarsmodule_container .item .wp_rss_image:hover img{
opacity:1 !important;
-ms-transform: scale(1.03);    
-moz-transform: scale(1.03);  
-webkit-transform: scale(1.03);  
-o-transform: scale(1.03);  
transform: scale(1.03);   
}
.webinarsmodule_container .socialblock_title{ position: relative;}
.webinarsmodule_container .socialblock_title h3 {
position: absolute;
font-size: 1.6em;
line-height: 1.4em;
color: #000;
font-family: 'CircularStdBold';
text-transform: uppercase;
-webkit-transition: all 0.2s ease-out;    
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;    
transition: all 0.2s ease-out;
}
.webinarsmodule_container .socialblock_title h3:hover, .webinarsmodule_container .socialblock_title h3:hover a{ color:#FFF;}
.webinarsmodule_container .socialblock_title h3:hover span{ background:#e795c0;}
.webinarsmodule_container .socialblock_title.st_top h3 {
left: 70px;
top: 5px;
}
.webinarsmodule_container .socialblock_title.st_bottom h3 {
left: 390px;
top: -20px;
}
.webinarsmodule_container .socialblock_title h3 span { 
padding: 7px 20px;
background:#d0c7e3;
}
.webinarsmodule_container .webinars_registration_container{ width:224px; margin:0 0 0 0;}
.webinarsmodule_container .webinars_registration_container p{ margin-bottom:30px; text-align:center; font-family: 'ChronicleDisplay-Bold'; filter: drop-shadow(5px 5px 5px #9d9c98); font-size:1.4em; padding:5px 0px; background-color: #fff200; text-transform:uppercase; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.webinarsmodule_container .sid_registration_container p:hover{ background:#D0C7E3; color:#FFF;} .page-template-productcatalogue .widget_berocket_product_brand_widget{ margin: 0 0 35px 0;}
.col-pad-clear{ padding: 0;}
.row-clear{ margin:0;}
.clearblock{ clear:left;}
.single-product.woocommerce .hideSubMenuLoading{ display: none;}
.tax-product_cat .prdctfltr_wc{ float:left; max-width:250px;}
#prdctfltr_container.prdctfltr_wc.sticky-filter{ position: fixed; top:90px;}
#prdctfltr_container.prdctfltr_wc.absolute-filter{ position: absolute; top:2265px;}
.tax-product_cat.woocommerce .products ul, .tax-product_cat.woocommerce ul.products{ float:right; width: 75%; clear:none;}
.tax-product_cat.woocommerce ul.products li.product .button, .tax-berocket_brand.woocommerce ul.products li.product .button, .single-product.woocommerce ul.products li.product .button{ display: none;}
.tax-product_cat.woocommerce ul.products li.product, .tax-product_cat.woocommerce-page ul.products li.product{ width: 30.05%;}
.tax-product_cat.woocommerce ul.products li.first,  .tax-product_cat.woocommerce-page ul.products li.first{clear:none;}
.tax-product_cat.woocommerce ul.products li.last, .tax-product_cat.woocommerce-page ul.products li.last{ margin-right:3.8%;}
.tax-product_cat.woocommerce ul.products li.product:nth-of-type(3n+4),.tax-product_cat .woocommerce-page ul.products li.product:nth-of-type(3n+4){ clear:left;}
.tax-product_cat.woocommerce ul.products li.product:nth-of-type(3n+3), .tax-product_cat.woocommerce-page ul.products li.product:nth-of-type(3n+3){ margin-right:0; clear:none;}
.tax-berocket_brand.woocommerce ul.products li.product:nth-of-type(4n+4), .tax-berocket_brand.woocommerce-page ul.products li.product:nth-of-type(4n+4){ margin-right:0; clear:none;}
.tax-berocket_brand.woocommerce ul.products li.first,  .tax-berocket_brand.woocommerce-page ul.products li.first{clear:none;}
.tax-berocket_brand.woocommerce ul.products li.last, .tax-berocket_brand.woocommerce-page ul.products li.last{ margin-right:3.8%;}
.tax-berocket_brand.woocommerce ul.products li.product:nth-of-type(4n+5),.tax-berocket_brand .woocommerce-page ul.products li.product:nth-of-type(4n+5){ clear:left;}
.prdctfltr_checkboxes{ max-height: 190px; overflow-y: auto; overflow-x: hidden;}
.prdctfltr_columns_2 .prdctfltr_filter:last-of-type { padding-bottom: 0;}
.prdctfltr_columns_2 .prdctfltr_filter:last-of-type .prdctfltr_add_scroll { border-bottom: 1px solid #000; padding: 0 0 25px 0;}
nav.prdctfltr-pagination.prdctfltr-pagination-default{clear:both;display:block;float:right;width:75%;text-align:center;margin:0 0 40px 0;}
nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a,nav.prdctfltr-pagination.prdctfltr-pagination-default ul li span{display:inline-block;font-family:ChronicleDisplay-Roman;font-size:14px;line-height:16px;padding:10px 12px;color:#000; background:#ececec;text-decoration:none;vertical-align:bottom;box-sizing:border-box}
.tax-berocket_brand .prdctfltr_sc{ position: relative;}
.tax-berocket_brand .prdctfltr_wc{position: absolute; top:-50px; right:5px; margin:0;}
.tax-berocket_brand .prdctfltr_filter>span.prdctfltr_regular_title{ display: inline-block; padding: 0; margin:0; border:none; font-size: 14px;}
.tax-berocket_brand .prdctfltr_add_scroll{ display: inline-block;}
.tax-berocket_brand .prdctfltr_filter label{ display: inline-block;}
.tax-berocket_brand .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before, .tax-berocket_brand .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before{display: none;}
.tax-berocket_brand .prdctfltr_filter>span.prdctfltr_regular_title:after{ content:"\003A";}
.tax-berocket_brand .prdctfltr_ft_title:before{content:"\002F"; margin:0 3px;}
.tax-berocket_brand .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label>span{ text-transform:uppercase; font-size: 13px;}
.tax-berocket_brand .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label.prdctfltr_active>span{ font-weight:700; text-decoration:underline;}
.tax-berocket_brand.woocommerce nav.woocommerce-pagination ul{ border: none;}
.tax-berocket_brand.woocommerce nav.woocommerce-pagination ul li{border:none;}
.tax-berocket_brand.woocommerce nav.woocommerce-pagination ul li a, .tax-berocket_brand.woocommerce nav.woocommerce-pagination ul li span{ display: inline-block; font-family: ChronicleDisplay-Roman; font-size: 14px; line-height: 16px; padding: 10px 12px; color: #000; background: #ececec; text-decoration: none; vertical-align: bottom; box-sizing: border-box; margin:0 2px 0 0;}
.tax-berocket_brand.woocommerce nav.woocommerce-pagination ul li span.current{ background: #d3d5d6;}
.tax-berocket_brand.woocommerce .products ul, .tax-berocket_brand.woocommerce ul.products{margin:-100px 0 1em 0; padding: 100px 0 0 0;}
.single-product .woocommerce-product-gallery__image{ width: 32%; float:left; margin:0 0 15px 0;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; cursor:pointer; position: relative;}
.single-product .woocommerce-product-gallery__image i{position: absolute; top:0; left:0; background: rgba(255,255,255,0.7); padding: 10px; font-size: 1.6em; opacity:0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.single-product .woocommerce-product-gallery__image img{ float:left;}
.single-product .woocommerce-product-gallery__image:hover{-ms-transform: scale(1.01); -moz-transform: scale(1.01); -webkit-transform: scale(1.01); -o-transform: scale(1.01); transform: scale(1.01);}
.single-product .woocommerce-product-gallery__image:hover i{ opacity:1;}
.single-product .woocommerce-product-gallery__image:first-of-type{ width: 66%; float:left; margin:0 2% 0 0;}
.single-product .woocommerce-product-gallery__image:last-of-type{ margin:0;}
.single-product .woocommerce-product-gallery__image.lone_product{ width: 100%; margin:0;}
.single-product .empty_single_product_image{ width: 32%; height: 250px; background: #d3d5d6; float: left;}
#newsletter_row_container .wpb_column { display: none;}
.newsletter-form{ background: url(//www.habitusliving.com/wp-content/themes/artmag/images/nl_background.jpg) no-repeat center center; float:left; width: 100%; padding: 30px;}
.mktoForm .mktoRequiredField .mktoAsterix, .mktoForm .mktoClear{ display: none !important;}
.newsletter-intro-container{ width: 55%; float:left;}
.newsletter-intro-container h2{ background: #FFF; padding: 5px 15px; float:left;}
.newsletter-intro-container p{ color: #FFF; padding: 10px; float:left; font-size: 18px; width: 85%; font-family:ChronicleDisplay-Roman;}
.newsletter-internal-container{ width: 42%; float:left; position: relative;}
.newsletter-internal-container .mktoForm .mktoRequiredField label.mktoLabel, .mktoForm .mktoLabel{ color:#FFF; font-family: ChronicleDisplay-Roman; font-weight:inherit; font-size: 18px;}
.newsletter-sub-page .mktoForm{ margin: 60px 0 0 0; }
.newsletter-sub-page .mktoForm .mktoLabel{ color:#000; font-family: ChronicleDisplay-Bold; }
.newsletter-sub-page h3{margin: 95px 0 20px 0; font-size: 1.8em;}
.page-template-page-subscribe .newsletter-sub-page p{margin: 95px 0 0 0; font-size: 1.2em;}
.newsletter-sub-page p{margin: 0; font-size: 1.2em;}
.newsletter-sub-page .mktoForm .mktoFormRow:first-of-type .mktoRequiredField label.mktoLabel{ margin:8px 0 0 0; font-weight: normal;}
.newsletter-sub-page .mktoButtonRow{ float: left; width: 100%; }
.newsletter-sub-page .mktoButtonRow .mktoButtonWrap { margin: 0 !important; }
.newsletter-sub-page .mktoButtonRow .mktoButtonWrap button{ -webkit-appearance:none; width: 100%; background: #000; color: #FFF; padding: 10px; margin: 10px 0; font-family: ChronicleDisplay-Bold; text-transform: uppercase; font-size: 1.3em; border: none; }
.newsletter-form .newsletter-internal-container .mktoForm .mktoCheckboxList > input{ font-size:2em;}
.newsletter-form .newsletter-internal-container input[type="email"]{ display: block; width: 100%;  border:none; font-family: ChronicleDisplay-Semi; font-weight: 300; letter-spacing: 0; font-size: 18px; line-height: 1em !important; color: #222; padding: 5px 10px; height: auto;}
.newsletter-form .newsletter-internal-container form#mktoForm_1169{ width: 100% !important; float:left;}
.newsletter-form .newsletter-internal-container .mktoButtonRow{ position: absolute; right:0; top:45px;}
.newsletter-form .newsletter-internal-container .mktoForm .mktoFormRow:first-of-type{margin-top: 10px;}
.newsletter-form .newsletter-internal-container .mktoForm .mktoFormRow:first-of-type .mktoRequiredField label.mktoLabel{ margin:6px 0 0 0;}
.newsletter-form .newsletter-internal-container .mktoButtonWrap.mktoNative{ margin:0px !important;}
.newsletter-form .newsletter-internal-container .mktoForm button.mktoButton{ padding: 16px 22px; font-size: 16px; letter-spacing: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: none;}
.newsletter-left{float: left; width: 85%; padding:5% 0 5% 5%;}
.newsletter-left .left_fields{ float:left; width:70%;}
.newsletter-form .newsletter-left .left_fields label{ display: inline-block;}
.newsletter-left .right_fields{ float:left; width:30%; margin:30px 0 0 0;}
.newsletter-left .right_fields label{ color:#FFF; font-size:16px;}
.newsletter-left .right_fields label input{ margin:0 10px;}
.newsletter-left h6 label{ background: #000000; color: #FFFFFF; padding: 8px 16px; font-size: 16px; line-height: 18px;}
.newsletter-left input{ display: block; width: 100%; height: 56px; border:none; margin-top: -4px; padding-left: 10px; font-family: ChronicleDisplay-Semi; font-weight: 300; letter-spacing: 0; font-size: 26px; line-height: 45px; padding-top: 10px; color: #222;}
.newsletter-form h6 label{ background: #000000; color: #FFFFFF; padding: 8px 16px; font-size: 16px;line-height: 18px;}
.newsletter-left ::-webkit-input-placeholder { color: #222; }
.newsletter-left ::-moz-placeholder { color: #222; }
.newsletter-left :-ms-input-placeholder { color: #222; }
.newsletter-left input:-moz-placeholder { color: #222; }
.newsletter-right{ float: left; width:10%; margin:60px 0 0 0; }
.newsletter-form .response{ float:left; padding: 7px 20px; margin: -4px 0 0 0; }
.newsletter-form #mce-success-response{ background: #009707; color: #FFF;}
.newsletter-form #mce-error-response{ background: #6B0505; color: #FFF;}
.newsletter-form #mce-error-response a{ color: #fff; text-decoration: underline !important;}
.newsletter-right input[type="submit"]
ul.wpuf-form li.form-row-large.showroom_container { margin-bottom:10px;}
.accordion-toggle{ cursor: pointer; font-size: 16px;}
.accordion-content{padding: 10px 0;}
.accordion-toggle span[class^='icon-']{position: absolute; font-size: 27px; right: 5px; top: 0;}
.icon-minus:before {content: "\2013";}
.icon-plus:before {content: "+";}
.accordion-toggle span.icon-plus, .accordion-toggle span.icon-minus { transform-origin: 50% 50%; transition: all .5s ease;}
.accordion-toggle span.icon-plus {transform: rotate(90deg);}
.product_attachment_button{
font-size: 100%;
line-height: 1;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: 0.618em 1em;
font-weight: normal;
border-radius: 0px;
left: auto;
color: #000000;
background-color: #fff200;
border: 0;
white-space: nowrap;
display: inline-block;
background-image: none;
box-shadow: none;
text-shadow: none;
margin:15px 0 0 0;
}
.single-post .wpcf7-form{ width:100%; float:left; clear: both;}
.single-post .wpcf7-form p{ width: 70%; float:left;}
.single-post .wpcf7-form p:nth-of-type(2){ clear:left; }
.single-post .wpcf7-form label{ width:90%;}
.single-post .wpcf7-form label span input{ width:100%; font-size:16px; color:#000; letter-spacing:0; border:1px solid #ccc;}
.single-post .wpcf7-form p:nth-of-type(3){ width:30%; float:right; margin: -50px 0 0 0; }
.single-post .wpcf7-form p:nth-of-type(3) input{ width:100%; margin: 0 auto; text-align: center; height: 50px;}
.single-post .wpcf7-form p span{ float:right; width:75%; margin: -10px 0 0 0;}
.single-post .post-text #cs_download .content_complete{ width:100%;
background: #FFF;
padding: 0 15px;
height: 50px;
border:solid 1px #ccc;
display: inline-block;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
-webkit-box-shadow: 2px 2px 0px 0px rgba(255,235,0,1);
-moz-box-shadow: 2px 2px 0px 0px rgba(255,235,0,1);
box-shadow: 2px 2px 0px 0px rgba(255,235,0,1);
margin: 15px 0;
text-align: center;
font-size:1.1em;
}
.sub_sticky{ display:block; position: fixed; bottom:0; left:0; width: 100%;
-webkit-transition: all 0.4s;    
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;    
transition: all 0.4s;}
.sub_sticky.sub_active{ z-index:1;}
.sub_sticky .newsletter-form.footer_block{ background: rgba(0,0,0,0.7); padding: 20px 30px 10px 30px; opacity:0;     -webkit-transition: all 0.4s;    
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;    
transition: all 0.4s;}
.sub_sticky .align_block{ max-width:1200px; margin: 0 auto; position: relative;}
.sub_sticky.sub_active .newsletter-form.footer_block{ opacity:1; }
.sub_sticky .newsletter-form.footer_block .newsletter-intro-container{ width: 58%;}
.scrollup.sub_adjust{ bottom:145px;}
.scrollup.sub_adjust.sub_adjust_cancel{ bottom:75px;}
.sticky_close{ width: 20px; height: 20px; position:absolute; right:0; top:10px; cursor:pointer;}
.sticky_close img{ width: 100%;}
.gated-content-form{ background-color: #d3d5d6; padding:30px; margin-bottom:25px;}
.gated-content-form .formPlaceholder p{font-size:12px; line-height:20px; margin-top:20px;}
.gated-content-form .formPlaceholder h2{font-size:20px; line-height:20px; margin-top:20px; margin-bottom:40px;}
.gated-content-form .formPlaceholder form{width: 100% !important; margin-top:40px; margin-bottom:40px;}
.gated-content-form .formPlaceholder .mktoForm .mktoButtonWrap{margin-left:180px !important;}
.gated-content-form .formPlaceholder .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{background-color: #000; font-family: ChronicleDisplay-Semi; padding:10px; margin:10px 0; text-transform:uppercase; font-size:1.3em; width:100%; background-image: none; border: none;}
.gated-content-form .formPlaceholder .mktoForm .mktoLabel{color:#FFF; font-family: ChronicleDisplay-Bold; font-weight:inherit; font-size: 18px; width: 150px !important; color: #000; line-height:2em !important; font-weight: normal !important;}
.gated-content-form .formPlaceholder .mktoForm input[type=text],input[type=tel], input[type=email], select.mktoField{color:#777; font-size:1.2em !important; font-family: ChronicleDisplay-Semi; height:41px; width: 400px !important; }
.whitepaper-link{display:none;}
.whitepaper-link.show{display:block;}
.gated-contant-video-overlay{ background-color: #000; width: 100%; height: 100%; position: absolute; top:0; opacity: 60%; color: #fff; text-align: center; font-size:20px; font-family: 'Media77Medium'; }
.gated-contant-video-overlay p{padding-top:320px;}
.inde_enternow{
background: #D1B86F;
background: -moz-linear-gradient(-45deg, #D1B86F 0%, #F8F3B1 40%, #f4de8a 100%);
background: -webkit-linear-gradient(-45deg, #D1B86F 0%, #F8F3B1 40%, #f4de8a 100%);
background: linear-gradient(135deg, #D1B86F 0%, #F8F3B1 40%, #f4de8a 100%);
padding: 10px 50px;
border: none;
margin: 0 auto !important;
display: block;
text-transform: uppercase;
font-size: 16px;
font-family:'Open Sans';
color:#000;
text-align:center;
font-weight:700;
-webkit-transition: all 0.2s ease;    
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;    
transition: all 0.2s ease;
}
.inde_enternow a{ text-decoration: none; color:#000; }
.inde_enternow:hover{ background: #000;}
.inde_enternow:hover a{ color:#D1B86F;}@media screen 
and (min-device-width: 1200px) 
and (max-device-width: 1600px) 
and (-webkit-min-device-pixel-ratio: 1) {
body.hoty_template{ max-width: 100%; overflow-x: hidden; }
.hoty_template .media-materials.fullwidthimage{ width:100% !important;}
.hoty_dh_watch h2{ font-size:20px; line-height: 1.4em;}
.hoty_dh_watch p{ font-size:16px; line-height: 1.4em;}
.btn-hoty{padding: 10px;}
} @media screen 
and (min-device-width: 1200px) 
and (max-device-width: 1600px) 
and (-webkit-min-device-pixel-ratio: 2)
and (min-resolution: 192dpi) {
body.hoty_template{ max-width: 100%; overflow-x: hidden; }
.hoty_template .media-materials.fullwidthimage{ width:100% !important;} 
}
@media only screen and (max-width: 1200px){
.sidebar-widget .instagram-widget img{
width: 100% !important;
height: auto;
}
.instagram-widget ul li:nth-child(2n),.instagram-widget ul li:nth-child(2n-1){
padding: 0;
}
.scrollup{
display: none !important;
}
.recent-post-image{
width: 20%
}
.recent-post-title-cont{
width: 80%
}
.reading-text, .stickprev, .sticknext{
display: none;
}
.stick-header-info{
height: 42px;
}
.stick-header-info h2{
margin-top: 5px;
}
.progress-share-icon{
margin-top: 5px;
}
.mOver-slider{display: none !important;}
.mOver-mobile{display: block !important;}
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
.hoty_trailer_controlsrow{ padding:0 0 20px 0;}
.hoty_dh_intro h1{ font-size:38px;}
.hoty_header.hoty2019 .header-container{ display: none;}
#owl-sli-m .item img {margin-top: -30%;}
.mOver-mobile .item {overflow: hidden;}
.fa_container{ width: 23px; height: 31px; margin: 0 3px; padding: 8px 10px;}
.fa_container_search{ padding: 2px 0; width: 33px; height: 31px; margin: 10px 5px 0 5px;}
.fa_container .fa{ font-size: 1.2em;}
.fa_container_search .fa{ font-size: 1.2em;}
.social-area{ top: 140px;}
.hoty-bg-watch{background:#fff;}
.wpp-list li{ max-width: 295px !important; }
.vc_custom_1542066980706{ overflow: hidden; }
.main-menu ul li a{ font-size: 13px; padding: 22px 10px 23px 10px; }
#search-wrapper{ top: 95px; left: -25px; }
.page-template-productcatalogue .main-menu ul li a, 
.search-results .main-menu ul li a, 
.page-template-suppliers .main-menu ul li a, 
.product-template-default .main-menu ul li a, 
.tax-product_cat .main-menu ul li a, 
.tax-berocket_brand .main-menu ul li a, 
.page-template-page-collection_container .main-menu ul li a, 
.page-template-page-collection_dashboard .main-menu ul li a{ 
font-size: 14px; 
padding: 13px 16px; 
line-height: 40px;
}
.page-template-productcatalogue .mini-menu li, 
.search-results .mini-menu li, 
.product-template-default .mini-menu li, 
.tax-product_cat .mini-menu li, 
.tax-berocket_brand .mini-menu li, 
.page-template-suppliers .mini-menu li, 
.page-template-page-collection_container .mini-menu li, 
.page-template-page-collection_dashboard .mini-menu li{
line-height: 40px;
}
.page-template-productcatalogue #search-wrapper, 
.search-results #search-wrapper, 
.product-template-default #search-wrapper, 
.tax-product_cat #search-wrapper, 
.tax-berocket_brand #search-wrapper, 
.page-template-suppliers #search-wrapper, 
.page-template-page-collection_container #search-wrapper, 
.page-template-page-collection_dashboard #search-wrapper{
top: 135px;
left: 15px;
}
.main_logo_pos_collection h2{ font-size: 16px; }
.rts_container .collection_rts{ font-size: 13px; }
.tax-product_cat .prdctfltr_wc{ width: 22%; }
#prdctfltr_container.prdctfltr_wc.sticky-filter{ width: 20%; }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
#owl-sli-m .item img {margin-top: -30%;}
.mOver-mobile .item {overflow: hidden;}
.hoty-bg-watch{background:#fff;}
}
@media only screen and (min-width: 441px) and (max-width: 991px){
#owl-sli-m .item img {margin-top: -30%;}
.mOver-mobile .item {overflow: hidden;}
.hoty-bg-watch{background:#fff;}
}
@media only screen and (max-width: 991px){
#main-menu, .hideSubMenuLoading, .pre-header{
display: none;
}
.js .mobile-menu{display:none;}
.js .slicknav_menu{display:block;}
.main-header{display: none;}
.main-header.hoty_holding_header{ display:block;}
.hoty_holding_header .main_logo_pos{ margin: 20px 0 0 0;}
.hoty_holding_header .main_logo_pos img{ max-width: 90%;}
.hoty-bg-holding .holding_msg{ margin: 20px auto 40px auto;}
.hoty-bg-holding h2{ font-size: 4em;}
.hoty-bg-holding h3{ font-size: 2.6em;}
.hoty_holding_2019_slider .owl-controls{ margin: -45px 0 0 0;}
.mobile-main-header{display: block;}
#mobile-menu{
display: block;
}
#mobileDisplayHidden{ display: none;}
.bg-image_fix{ max-width: 420px; width: 381px; height:250px;}
#wierd_row_size .vc_col-sm-9, #wierd_row_size .col-lg-9{ width: 100%;}
#wierd_row_size .vc_col-sm-3, #wierd_row_size .col-lg-3{ width: 70%; display: block; margin: 0 auto;}
.mobile-main-header .logo {
line-height: normal !important;
height: auto;
padding-bottom: 20px;
padding-top:40px;
}
.logo img{
max-width: 400px;
position: relative;
top: -10px;
}
.bottom-footer .logo img{
max-width: 130px;
}
.blog-entry-title h1 {
max-width: 100%;
}
.blog-entry{
margin-top: 20px;
}
.hoty_template .blog-entry{
margin: 0;
}
.header-container{
height: 90px;
}
.owl-carousel .vertical-slider-middle{
bottom:0;
top: auto;
}
.slider-content{    
bottom: 0;
transform: translateY(0);
width: 100%;
right: 0;
padding: 15px;
padding-bottom: 0;
}
.slider-post-text{
display: none;
}
.hoty-bg-watch{background:#fff;}
.wpb_widgetised_column{ margin: 0 0 0 -40px;}
.wpb_widgetised_column hr{ margin: 20px -25px 20px 0;}
.vc_custom_1513209411437, .related_collection_fallback, .vc_custom_1490761253804{ display:none;}
.mag_layout_container{ display: none;}
.footer_header_container{height:130px; margin:30px 0 0 0;}
.footer-container.margint60{ margin: 0px !important;}
.rssfeed{ margin: 0 0 30px 0}
.rssfeed .item h2, .rssfeed .item h2 a{ margin: 5px 0 0 0;}
.slider-content .read-more, .slider-content-front .share-but, .slider-content-front .post-element, .slider-content-front .read-more{
display: none;
}
.vc_col-sm-6 .image-background-post, .vc_col-sm-7 .image-background-post, .vc_col-sm-8 .image-background-post, .vc_col-sm-9 .image-background-post{height:250px;}
.slider-content-front{ right: 0px; top: inherit; bottom: -25%; padding: 30px 15px 25px 15px; width: 345px;}
.slider-content-front .slider-title h2{ font-size: 16px; line-height: 20px;}
.newsletter-left input{
font-size: 25px;
}
#footer-menu ul li {
float: none;
display: inline-block;
}
.br_brand_letter_element.pos_3 span{ line-height:1.3em;}
}
@media only screen and (min-width: 961px) and (max-width: 1024px) {
div.berocket_brand_name_letters button{ margin-bottom:0.40em;}
.prdctfltr_wc{ max-width:210px;}
#prdctfltr_container.prdctfltr_wc.sticky-filter{ top:20px;}
#prdctfltr_container.prdctfltr_wc.absolute-filter{ top:1015px;}
.title_actual{ width: 75%; float:left;}
.single-product .woocommerce-product-gallery__image i{opacity:1;}
.single-product .empty_single_product_image{height:200px;}
.saturdayindesign_container .item .wp_rss_image{ max-height:180px;}
.saturdayindesign_container .socialblock_title.st_top h3{ left:30px;}
.saturdayindesign_container .socialblock_title.st_bottom h3{ left:320px; top:-15px;}
.saturdayindesign_container .sid_registration_container{ width:215px; margin:-115px 0 0 0;}
.saturdayindesign_container .sid_registration_container p{ padding:8px 20px;}
.hoty_navigation{display:none;}
.main-header.hoty_header{ display:block;}
.main-header.hoty_holding_header{ display:block;}
.hoty_holding_header .main_logo_pos{ margin: 20px 0 0 0;}
.hoty_holding_header .main_logo_pos img{ max-width: 90%;}
.hoty-bg-holding .holding_msg{ margin: 20px auto 40px auto;}
.hoty-bg-holding h2{ font-size: 4em;}
.hoty-bg-holding h3{ font-size: 2.6em;}
.hoty_holding_2019_slider .owl-controls{ margin: -45px 0 0 0;}
.hoty_body.col-lg-4:nth-of-type(3n+4){clear:inherit;}
.hoty_body:nth-of-type(2n+3){clear:left;}
.hoty_body.col-lg-3, .hoty_body.col-lg-4, .hoty_body.col-lg-6{margin: 0 0 40px 0;}
.hoty_body.col-lg-3 .hoty_number, .hoty_body.col-lg-4 .hoty_number{ font-size:60px; line-height:60px; margin:0 10px 0 0; color:#c2ad4a; float:left;}
.hoty_body.col-lg-3 .hoty_name, .hoty_body.col-lg-4 .hoty_name{ font-size: 18px; line-height: 34px;}
.hoty_body.col-lg-3 .hoty_arch, .hoty_body.col-lg-4 .hoty_arch{ font-size: 15px; line-height: 20px;}
.hoty_container .container{padding:0 3%;}
.hoty_template .media-materials.fullwidthimage{ height:500px; overflow:hidden; width:100% !important;}
.hoty_template .media-materials.fullwidthimage img{ position: absolute: top:-35%;}
.page-template-page-hoty_landing_2019 .hoty_magcta h3{ font-size: 16px;}
body.hoty_template{ max-width: 1024px; overflow-x: hidden; } 
.main-header, #main-menu{ display: none;}
.mobile-main-header, #mobile-menu{ display: block;}
.mobile-main-header .logo { line-height: normal !important; height: auto; padding-bottom: 20px; padding-top: 40px;}
.logo img { max-width: 400px; position: relative; top: -10px;}
.js .mobile-menu{ display: none;}
.js .slicknav_menu{ display: block;}
#div-gpt-ad-1491784820409-0, #div-gpt-ad-1491784820409-1{ margin: 0 0 0 -42px;}
#wierd_row_size .vc_col-sm-9, #wierd_row_size .col-lg-9{ width: 64%;}
#mobileDisplayHiddenHorizontal{ display: none;}
.page-template-page-home #wierd_row_size #mobileDisplayHiddenHorizontal{ display: block;}
.page-template-page-home .footer-container{ display: none;}
.collection_slider .collection_slider_hover h2{ line-height:600px;}
.sectionHeader.hp_category h2{ width:auto;}
.page-template-productcatalogue .sectionHeader.hp_category p{float:right;}
.hoty-bg-watch{background:#fff;}
.hoty_dh_package{display:block !important;}
.hoty_dh_package1{display:none !important;}
.wp_rss_image{ max-height:150px;}
.newsletter-intro-container{ width: 45%;}
.sub_sticky .newsletter-form.footer_block .newsletter-intro-container{ width: 50%;}
.newsletter-internal-container{ width: 50%;}
.newsletter-form .newsletter-internal-container .mktoForm .mktoFormRow:first-of-type{ margin-top: 40px;}
.newsletter-form .newsletter-internal-container .mktoButtonRow{top:75px;}
.vc_custom_1542066980706, .vc_custom_1542068517925{ overflow: hidden; }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
div.berocket_brand_name_letters button{ margin-bottom:0.40em;}
.prdctfltr_wc{ max-width:230px;}
.tax-product_cat.woocommerce .products ul, .tax-product_cat.woocommerce ul.products{ width: 65%;}
.tax-product_cat.woocommerce ul.products li.product, .tax-product_cat.woocommerce-page ul.products li.product{ width: 48%; margin:0 2% 1em 0;}
#prdctfltr_container.prdctfltr_wc.sticky-filter{ top:20px;}
.tax-product_cat.woocommerce ul.products li.product:last-of-type, .tax-product_cat.woocommerce-page ul.products li.product:last-of-type{ clear:left;}
.tax-product_cat.woocommerce ul.products li.product:nth-of-type(2n+3), .tax-product_cat.woocommerce-page ul.products li.product:nth-of-type(2n+3){ clear:left;}
.tax-product_cat.woocommerce ul.products li.product:nth-of-type(3n+4), .tax-product_cat .woocommerce-page ul.products li.product:nth-of-type(3n+4){ width: 48%; margin:0 2% 1em 0; clear:none;}
.tax-product_cat.woocommerce ul.products li.product:last-of-type, .tax-product_cat.woocommerce-page ul.products li.product:last-of-type{ clear:left;}
.title_actual{ width: 70%; float:left;}
.single-product .woocommerce-product-gallery__image i{opacity:1;}
.single-product .empty_single_product_image{ height: 150px;}
.single-product.woocommerce #content div.product div.images, .single-product.woocommerce #content div.product div.summary, .single-product.woocommerce div.product div.images, .single-product.woocommerce div.product div.summary, .single-product.woocommerce-page #content div.product div.images, .single-product.woocommerce-page #content div.product div.summary, .single-product.woocommerce-page div.product div.images, .single-product.woocommerce-page div.product div.summary{ float:left;}
.br_widget_brand_element_text {position: relative; right: 0; bottom: 0; margin: -50px 0 0 40px; max-width: 630px;}
.saturdayindesign_container{ margin:0;}
.sid_logo_container{ width:40%;}
.sid_logo_container { width: 35%; float: left; margin: 0 5% 0 0; }
.saturdayindesign_container .sid_tagline_container { margin: 0; float: left; width: 55%;}
.saturdayindesign_container .sid_registration_container{ width:185px; margin:-50px 0 0 0; float:left;}
.saturdayindesign_container .sid_registration_container p{ font-size:1em; padding:5px 20px;}
.saturdayindesign_container .news_row{margin:30px auto 0 auto;}
.saturdayindesign_container .socialblock_title.st_top h3{left:130px; top:175px;}
.saturdayindesign_container .socialblock_title.st_bottom h3{ left:485px; top:0px;}
.saturdayindesign_container .news_row .item:nth-of-type(3) .wp_rss_image img{ margin:76px 0 0 0;}
.hoty_navigation{display:none;}
.main-header.hoty_header{ display:block;}
.hoty_stamp_container, .hoty_mag_container{display: none;}
.hoty_body.col-lg-4:nth-of-type(3n+4){clear:inherit;}
.hoty_body:nth-of-type(2n+3){clear:left;}
.hoty_body.col-lg-3, .hoty_body.col-lg-4, .hoty_body.col-lg-6{margin: 0 0 40px 0;}
.hoty_body.col-lg-3 .hoty_number, .hoty_body.col-lg-4 .hoty_number{ font-size:60px; line-height:60px; margin:0 10px 0 0; color:#c2ad4a; float:left;}
.hoty_body.col-lg-3 .hoty_name, .hoty_body.col-lg-4 .hoty_name{ font-size: 18px; line-height: 34px;}
.hoty_body.col-lg-3 .hoty_arch, .hoty_body.col-lg-4 .hoty_arch{ font-size: 15px; line-height: 20px;}
.hoty_submission_form{ width:90%;}
.hoty_terms h2{ padding:0 5%;}
.hoty_container{ padding:30px 0 0 0;}
.hoty_container .container{padding:0 3%;}
.hoty_template .media-materials.fullwidthimage{ height:300px; overflow:hidden; width:100% !important;}
.hoty_template .media-materials.fullwidthimage img{ position: absolute; top:-20%;}
body.hoty_template{ max-width: 768px; overflow-x: hidden; } 
#mobileDisplayHiddenHorizontal{ display: none;}
.slider-content-front{ bottom: -10%;}
.wpp-list li{ max-width: 360px !important;}
.wpp-list:last-of-type{ display: none;}
#wierd_row_size .col-lg-3{ display: none;}
.cat_grid.three-column{ max-height: 440px;}
.page-template-productcatalogue .cat_grid.three-column{ max-height:480px;}
.cat_grid.three-column:nth-of-type(4){ clear: left;}
.collection_slider .collection_slider_hover h2{ line-height:600px;}
.sectionHeader.hp_category h2{ width:auto;}
.page-template-productcatalogue .sectionHeader.hp_category p{float:right;}
.hoty-bg-watch{background:#fff;}
.hoty_dh_package{display:block !important;}
.hoty_dh_package1{display:none !important;}
.hoty-bg-watch{display: none;}
.footer_header_container{ margin: 30px 0 60px 0;}
.wp_rss_image{ max-height:115px;}
.newsletter-intro-container{ width: 45%;}
.newsletter-internal-container{ width: 50%;}
.newsletter-form .newsletter-internal-container .mktoForm .mktoFormRow:first-of-type{ margin-top: 40px; top:75px;}
.sub_sticky .newsletter-form.footer_block .newsletter-intro-container{ width: 45%; margin: 0 5% 0 0; }
.sub_sticky .newsletter-form.footer_block .newsletter-intro-container h2{ width: 80%;}
.sub_sticky .newsletter-form.footer_block .newsletter-intro-container p{ width: 80%;}
.sub_sticky .newsletter-form.footer_block .newsletter-internal-container .mktoForm .mktoFormRow:first-of-type{ margin-top:0; top:0;}
.sub_sticky .newsletter-form.footer_block .newsletter-internal-container .mktoButtonRow{ position: relative; top:0; width: 100%;}
.sub_sticky .newsletter-form.footer_block .newsletter-internal-container .mktoForm button.mktoButton{ width: 82%;}
.hoty_header.hoty2019 .header-container{ display: none;}
.hoty_dh_intro{ padding:20px 0 0 0;}
.vc_custom_1542066980706, .vc_custom_1542068517925{ overflow: hidden; }
}
@media only screen 
and (device-width : 375px) 
and (device-height : 812px) 
and (-webkit-device-pixel-ratio : 3) {
.hoty_navigation{display:none;}
.main-header.hoty_header{ display:block;}
.form_intro { padding: 60px 5% 20px 5%;}
#fsError3200238 { text-align: center; display: block; margin: 0; background: #c2ad4a; padding: 5%;}
.hoty_submission_form{ width:90%;}
.hoty_submission_form .fsSubFieldGroupNames .fsSubField{ float:left; width:100%; margin:10px 0 0 0;}
.hoty_submission_form .fsEmailContainer, .hoty_submission_form .fsPhoneContainer{ width:100%; margin:0;}
.hoty_submission_form input[type=text], .hoty_submission_form input[type=email], .hoty_submission_form input[type=tel]{ margin:10px 0 0 0;}
.hoty_submission_form .fsSubFieldGroupAddress{ margin:0;}
.hoty_submission_form .fsSubFieldGroupAddress .fsSubField{ width:100%; margin:0;}
.hoty_submission_form .fsSubFieldGroupAddress .fsSubField.fsFieldState{ margin:10px 0 0 0;}
.hoty_terms{ margin: 0 20px;}
.hoty_container{ padding:30px 0 0 0;}
.hoty_container .container{padding:0 10%;}
.hoty_template .media-materials.fullwidthimage{ height:180px; overflow:hidden; width:100% !important;}
.hoty_template .media-materials.fullwidthimage img{ position: absolute; top:-10%;}
.hoty_additional .hoty_dissections, .hoty_additional .hoty_floorplan{ width:100%;}
.hoty_placement{ width:25%;}
.hoty_title{text-align:left; width:inherit;}
.hoty_credits{float:left; margin:0; text-align:left;}
.hoty_credits p{ text-align:left; line-height:16px;}
body.hoty_template{ max-width: 100%; overflow-x: hidden; } 
.hoty_dh_package{display:block !important;}
.hoty_dh_package1{display:none !important;}
.hoty-bg-watch{display: none;}
.tax-product_cat.woocommerce ul.products li.product:nth-of-type(2n+3), .tax-product_cat.woocommerce-page ul.products li.product:nth-of-type(2n+3){ clear:left;}
.tax-product_cat.woocommerce ul.products li.product, .tax-product_cat.woocommerce-page ul.products li.product{ width: 48%; margin:0 0 1em 0;}
.tax-product_cat.woocommerce ul.products li.product:last-of-type, .tax-product_cat.woocommerce-page ul.products li.product:last-of-type{ clear:left;}
}
@media only screen and (max-width: 767px){
.vc_custom_1542066980706{ display: none; }
.hoty_navigation{display:none;}
.hoty-bg-watch{background:#fff;}
.main-header.hoty_header{ display:block;}
.main-header.hoty_header .header-container{ display: none;}
.hoty_stamp_container, .hoty_mag_container{display: none;}
.hoty_dh_intro h1{font-size: 28px; line-height: 34px;}
.hoty_dh_intro h2{font-size: 18px; line-height: 25px;}
.hoty_dh_intro{width:85%;}
.hoty_dh_thank h1{font-size: 20px; line-height: 34px;}
.hoty_dh_thank h2{font-size: 16px; line-height: 25px;}
.hoty_dh_thank h3{font-size: 28px; line-height: 34px;}
.hoty_dh_thank{width:85%;}
.hoty_dh_watch h2{font-size: 22px; line-height: 28px;}
.hoty_dh_watch p{font-size: 18px; line-height: 25px;}
.hoty_header .main_logo_pos{max-width:70%; margin:30px auto;}
.form_intro { padding: 60px 5% 20px 5%;}
#fsError3200238 { text-align: center; display: block; margin: 0; background: #c2ad4a; padding: 5%;}
.hoty_submission_form{ width:90%;}
.hoty_submission_form .fsSubFieldGroupNames .fsSubField{ float:left; width:100%; margin:10px 0 0 0;}
.hoty_submission_form .fsEmailContainer, .hoty_submission_form .fsPhoneContainer{ width:100%; margin:0;}
.hoty_submission_form input[type=text], .hoty_submission_form input[type=email], .hoty_submission_form input[type=tel]{ margin:10px 0 0 0;}
.hoty_submission_form .fsSubFieldGroupAddress{ margin:0;}
.hoty_submission_form .fsSubFieldGroupAddress .fsSubField{ width:100%; margin:0;}
.hoty_submission_form .fsSubFieldGroupAddress .fsSubField.fsFieldState{ margin:10px 0 0 0;}
.hoty_terms{ margin: 0 20px;}
.hoty_container{ padding:30px 0 0 0;}
.hoty_container .container{padding:0 10%;}
.hoty_template .media-materials.fullwidthimage{ height:180px; overflow:hidden; width:100% !important;}
.hoty_template .media-materials.fullwidthimage img{ position: absolute; top:-10%;}
.hoty_additional .hoty_dissections, .hoty_additional .hoty_floorplan{ width:100%;}
.hoty_placement{ width:25%;}
.hoty_title{text-align:left; width:inherit;}
.hoty_credits{float:left; margin:0; text-align:left;}
.hoty_credits p{ text-align:left; line-height:16px;}
.hoty_template .post-excerpt p{font-size: 22px;}
body.hoty_template{ max-width: 100%; overflow-x: hidden; } 
.resmargin{margin-right: -15px !important;}
.header-container{
height: 100px;
}
.cat_grid {
margin-bottom: 20px;
}
.stick-header-info h2{width: 200px;white-space: nowrap;overflow: hidden;color: #fff;}
.progress-share-icon.pbfb {margin-right: 160px;}
.progress-share-icon.pbtw {margin-right: 120px;}
.progress-share-icon.pbpn {margin-right: 80px;}
.progress-share-icon.pbln {margin-right: 40px;}
.progress-share-icon.pbgp {margin-right: 0px;}
#commentform p{
width: 100% !important;
}
#commentform p input[type="text"]{
width: 100% !important;
}
.comments-post{
margin-bottom: 30px;
}
.mini-post-cat{
margin-top: 20px;
}
.bottom-footer .logo img{
top: 0px;
margin-bottom: 15px;
}
.footone, .foottwo{
border-right: 0;
}
.footone, .foottwo, .footthree{
padding: 0 15px !important;
}
.big-featured-bottom .media-materials, .big-featured-right .media-materials{
padding-right: 0;
}
ul.big-featured-right > li:first-child{
padding-right: 0;
}
#owl-sli .item{
position: inherit;
}
.vertical-slider{
position: relative;
margin: 20px 0 0 0 !important;
}
.floatwrap .pull-left{
float: none !important;
}
.slider-content{position: relative;}
.owl-carusel .post-categories{
position: absolute;
top: 20px;
}
.pagination ul li.last{
margin: 0;
}
.bottom-footer{
height: auto;
text-align: center;
}
#footer-menu{
float: none;
}
.bottom-footer{
line-height: 1;
}
#footer-menu ul{
text-align: center;
margin-top: 5px;
margin-bottom: 20px;
}
#footer-menu ul li{
display: inline-block;
float: none;
margin-left: 0;
margin-right: 25px;
line-height: 35px !important;
}
.footer-container img {
display: block;
margin: 0 auto;
}
#footer-menu ul li:last-child{
margin-left: 0;
margin-right: 0px;
}
#footer-menu {
position: relative;
top: 0;
right: 0;
margin-top: 0;
}
.full-div .five-column{
width: 33%;
}
.index-post-content-post {
padding-left: 0;
}
.newsletter-left input{
font-size: 18px;
}
ul.big-featured-right > li:first-child{
margin-bottom: 40px;
}
ul.big-featured-right > li:first-child,
ul.big-featured-right > li{
width: 100%;
}
.hoty_dh_package{display:block !important;}
.hoty_dh_package1{display:none !important;}
.hoty_dh_intro{ padding:20px 0 0 0;}
.hoty-bg-watch{display: none;}
.prdctfltr_wc{ max-width:230px;}
.prdctfltr_checkboxes{ height: 96px;}
.tax-product_cat.woocommerce .products ul, .tax-product_cat.woocommerce ul.products{ width: 65%;}
.tax-product_cat.woocommerce ul.products li.product, .tax-product_cat.woocommerce-page ul.products li.product{ width: 48%; margin:0 2% 1em 0;}
#prdctfltr_container.prdctfltr_wc.sticky-filter{ top:20px;}
.tax-product_cat.woocommerce ul.products li.product:last-of-type, .tax-product_cat.woocommerce-page ul.products li.product:last-of-type{ clear:left;}
.tax-product_cat.woocommerce ul.products li.product:nth-of-type(2n+3), .tax-product_cat.woocommerce-page ul.products li.product:nth-of-type(2n+3){ clear:left;}
.tax-product_cat.woocommerce ul.products li.product:nth-of-type(3n+4), .tax-product_cat .woocommerce-page ul.products li.product:nth-of-type(3n+4){ width: 48%; margin:0 2% 1em 0; clear:none;}
.tax-product_cat.woocommerce ul.products li.product:last-of-type, .tax-product_cat.woocommerce-page ul.products li.product:last-of-type{ clear:left;}
.single-product .woocommerce-product-gallery__image i{opacity:1;}
}
@media only screen and (max-width: 731px) {
div.berocket_brand_name_letters button{ margin-bottom:0.40em;}
.single-product .woocommerce-product-gallery__image i{opacity:1;}
.hoty-bg-watch{display: none;}
.hoty-bg-watch{background:#fff;}
#mobileDisplayHiddenHorizontal{ display: none;}
.hoty_header .logo img{ width: 100%;}
.logo img{ width: 80%;}
.single .cat_grid.four-column img{ max-height: 275px;}
.cat_grid .index-post-media{ float: left;}
.hoty_dh_package{display:block !important;}
.hoty_dh_package1{display:none !important;}
.tax-product_cat.woocommerce ul.products li.product:nth-of-type(2n+3), .tax-product_cat.woocommerce-page ul.products li.product:nth-of-type(2n+3){ clear:left;}
.newsletter-form{padding: 15px;}
.newsletter-form .newsletter-intro-container{ width: 100%;}
.newsletter-form .newsletter-internal-container{ width: 100%;}
.newsletter-intro-container h2{ font-size:24px;}
.newsletter-intro-container p{ width: 100%;}
.newsletter-form .newsletter-internal-container .mktoButtonRow{position: relative; top:inherit; right:inherit; width: 100%;}
.newsletter-internal-container .mktoForm .mktoFormCol .mktoLabel{ float:right; width: 75%;}
.newsletter-internal-container .mktoForm .mktoCheckboxList{ float:left; width: 25%;}
.newsletter-form .newsletter-internal-container .mktoForm .mktoFormRow:first-of-type{ margin: 15px 0; }
.newsletter-form .newsletter-internal-container .mktoForm .mktoFormRow:first-of-type .mktoRequiredField label.mktoLabel{ float:left;width: 20%;}
.newsletter-form .newsletter-internal-container input[type="email"]{ width: 75%; clear:none;}
.newsletter-form .newsletter-internal-container .mktoForm button.mktoButton{ padding: 8px 22px; float:left; width: 100%; margin: 20px 0 0 0; text-align: center; }
}
@media only screen and (max-width: 667px) {
div.berocket_brand_name_letters button{ margin-bottom:0.40em;}
.single-product .woocommerce-product-gallery__image i{opacity:1;}
.hoty-bg-watch{display: none;}
.hoty-bg-watch{background:#fff;}
#wierd_row_size .vc_col-sm-3, #wierd_row_size .col-lg-3{ display: none;}
.cat_grid.four-column{ width: 330px; float: left;}
.footer-container{ display: none;}
.slider-content-front{ bottom: -15%;}
.slider-title{ margin-top:15px;}
.bg-image_fix{ width: 351px;}
.hoty_dh_package{display:block !important;}
.hoty_dh_package1{display:none !important;}
.tax-product_cat.woocommerce ul.products li.product:nth-of-type(2n+3), .tax-product_cat.woocommerce-page ul.products li.product:nth-of-type(2n+3){ clear:left;}
.newsletter-form{padding: 15px;}
.newsletter-form .newsletter-intro-container{ width: 100%;}
.newsletter-form .newsletter-internal-container{ width: 100%;}
.newsletter-intro-container h2{ font-size:24px;}
.newsletter-intro-container p{ width: 100%;}
.newsletter-form .newsletter-internal-container .mktoButtonRow{position: relative; top:inherit; right:inherit; width: 100%;}
.newsletter-internal-container .mktoForm .mktoFormCol .mktoLabel{ float:right; width: 75%;}
.newsletter-internal-container .mktoForm .mktoCheckboxList{ float:left; width: 25%;}
.newsletter-form .newsletter-internal-container .mktoForm .mktoFormRow:first-of-type{ margin: 15px 0; }
.newsletter-form .newsletter-internal-container .mktoForm .mktoFormRow:first-of-type .mktoRequiredField label.mktoLabel{ float:left;width: 20%;}
.newsletter-form .newsletter-internal-container input[type="email"]{ width: 75%; clear:none;}
.newsletter-form .newsletter-internal-container .mktoForm button.mktoButton{ padding: 8px 22px; float:left; width: 100%; margin: 20px 0 0 0; text-align: center; }
} @media only screen and (max-width: 479px) {
.gated-content-form .formPlaceholder .mktoForm input[type=text],input[type=tel], input[type=email], select.mktoField{color:#777; font-size:1.2em !important; height:41px; width: 270px !important; }
.gated-content-form .formPlaceholder .mktoForm input[type=tel]{height:41px !important; border: 0 !important;}
.gated-content-form .formPlaceholder .mktoForm input[type=email]{height:41px !important;}
.gated-content-form .formPlaceholder .mktoForm select.mktoField{height:41px !important;}
.gated-content-form .formPlaceholder .mktoForm .mktoButtonWrap{margin:0px !important; width: 260px !important; }
.single-product.woocommerce .woocommerce-breadcrumb{ display: none;}
.single-product.woocommerce .title_enquiry{ display: none;}
.single-product.woocommerce div.product div.summary{ margin:15px 0;}
div.berocket_brand_name_letters button{ margin-bottom:0.40em;}
.br_brand_letter_block{ float:left; width: 50%;}
.prdctfltr_checkboxes{ max-height: 156px;}
.prdctfltr_wc{ max-width:100%;}
#prdctfltr_container.prdctfltr_wc.sticky-filter, #prdctfltr_container.prdctfltr_wc.absolute-filter{ position: relative; top:inherit;}
.tax-product_cat.woocommerce .products ul, .tax-product_cat.woocommerce ul.products{ width: 100%; float:left;}
.tax-product_cat.woocommerce ul.products li.product, .tax-product_cat.woocommerce-page ul.products li.product{ width: 48%; margin:0 0 1em 0;}
.tax-product_cat.woocommerce ul.products li.product:last-of-type, .tax-product_cat.woocommerce-page ul.products li.product:last-of-type{ clear:left;}
.prdctfltr_add_scroll { margin: 0 0 10px 0;}
nav.prdctfltr-pagination.prdctfltr-pagination-default{ float:left; width: 100%;}nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a, nav.prdctfltr-pagination.prdctfltr-pagination-default ul li span{ font-size:16px; padding:
6px 8px;}
.tax-product_cat.woocommerce ul.products li.product:nth-of-type(2n+3), .tax-product_cat.woocommerce-page ul.products li.product:nth-of-type(2n+3){ clear:left;}
.single-product .woocommerce-product-gallery__image i{opacity:1;}
.single-product .empty_single_product_image{ height: 65px;}
.hoty-bg-holding .holding_msg{ margin: 20px auto 40px auto;}
.hoty-bg-holding h2{ font-size: 2.6em;}
.hoty-bg-holding h3{ font-size: 1.6em;}
.hoty_holding_2019_slider.vertical-slider{position: relative; margin: 0 !important;}
.hoty_holding_2019_slider .owl-controls{ display: none !important;}
.footer hr{ display: none;}
.hoty_breaker_container{ margin: 30px 0 0 0;}
.holding_slider{ margin: 0 0 -10px 0;}
.hoty_dh_package .dh_intro{padding:30px 0 0 0; width:100%; margin:0 auto; display:block;}
.hoty_dh_package .dh_intro h1{ text-align:center; font-size:2.6em; margin:20px 0 20px 0; line-height: 1.1em;}
.hoty_dh_package .dh_intro h2{ text-align:center; font-size:2em; margin:0 0 30px 0; line-height: 1.1em;}
.medrec_three{display:block;}
.saturdayindesign_container{padding:0; margin:0;}
.saturdayindesign_container .sid_tagline_container{ margin:20px 0;}
.saturdayindesign_container .sid_registration_container{ width:184px; margin:-69px 0 0 0;}
.saturdayindesign_container .sid_registration_container p{ font-size:1em; padding:5px 0;}
.saturdayindesign_container .news_row{ margin-top:20px;}
.saturdayindesign_container .socialblock_title h3{font-size:1em;}
.saturdayindesign_container .socialblock_title.st_top h3{ left:40px; top:41px;}
.saturdayindesign_container .socialblock_title.st_bottom h3{left:265px; top:-15px;}
.saturdayindesign_container .item .wp_rss_image{ max-height:155px;}
.saturdayindesign_container .news_row .item:nth-of-type(1) .wp_rss_image img{ margin:49px 0 0 0;}
.saturdayindesign_container .news_row .item:nth-of-type(3) .wp_rss_image img{ margin:62px 0 0 0;}
.webinars_item_container{margin-bottom:0px !important;}
.webinars_logo_container{width: 80%;}
.webinarsmodule_container .webinars_header{padding:0px;}
.hoty-bg-watch{display: none;}
.hoty_dh_package{display:block !important;}
.hoty_dh_package1{display:none !important;}
.hoty-bg-watch{background:#fff;}
.cat_grid.four-column{ width: inherit;}
.footer-instagram-widget ul li:nth-child(5n), .footer-instagram-widget ul li:nth-child(6n){ display: none;}
.slider-content-front{ bottom:0; transform: inherit; width:100%;}
.mOver-mobile .mo-title{
padding: 0 15px;
}
.stick-header-info h2{ width:100%; color:#000;}
.bottom-footer .storyWrapper{ display:none;}
.cat_grid.four-column{ width: 100%; float: left; max-height:460px;}
#wierd_row_size .vc_col-sm-3, #wierd_row_size .col-lg-3{ margin: 20px auto 30px auto; display: block; width: 100%; max-width: 300px; padding: 0 0 30px 0; border-top:1px solid #000; border-bottom:1px solid #000;}
.single-post #wierd_row_size .vc_col-sm-3, .single-post #wierd_row_size .col-lg-3{ border: none;}
.single-post #wierd_row_size .sidebar-widget{ margin:0px;}
.single-post.single .blog-entry-title{padding-top:0px;}
#mobileDisplayHiddenHorizontal{ display: block;}
#desktopDisplayHidden{display: block !important;}
.category #mobileDisplayHiddenHorizontal{ display: none;}
.footer-instagram-widget ul li{
width: 50% !important;
}
.prize1{height:200px; overflow: hidden; top:50%;}
.footer-instagram-widget ul li:nth-child(5n){
width: 100% !important;
}
.slider-title h2{
font-size: 21px;
line-height: 31px;
}
.slider-content{
padding: 0;
padding-top: 15px;
}
.slider-content .post-categories ul{
padding-left: 8px;
padding-right: 8px;
}
.post-categories ul li h6 a{
line-height: 20px;
}
.pagination ul li.last{
margin-top: 15px;
}
.full-div .five-column{
width: 100%;
}
.newsletter-left{
width: 100%;
}
.newsletter-left input{
font-size: 18px;
}
.newsletter-right input[type="submit"]{
padding: 10px 17px;
font-size: 13px;
}
.list-share-box ul{
margin-top: 10px;
margin-bottom: 20px;
}
.list-share-box ul li{
float: right;
margin-left: 5px;
}
.list-share-box ul li a{
width: 35px;
height: 35px;
padding-top: 7px;
border-bottom: solid 1px #ddd;
}
.list-share-box ul li i{
font-size: 11px;
}
.blog-entry-title{
margin-top: 20px;
}
.page-template-productcatalogue .owl-item .cat_grid img{ display:block; margin:0 auto;}
.page-template-productcatalogue .owl-item .cat_grid .storyText{ text-align:center; padding: 10px 15px 0 15px;}
.page-template-productcatalogue .owl-item .cat_grid .storyText.woocommerce.marginb20{ display:none;}
.page-template-productcatalogue .sectionHeader.hp_category h2{ width:auto;}
.page-template-productcatalogue .collection_item .owl-buttons{display:none;}
.page-template-productcatalogue .sectionHeader.hp_category.htd h2{ width:75%;}
.page-template-productcatalogue .sectionHeader.hp_category p{ width:25%; margin:18px 0 0 0; float:right;}
.page-template-productcatalogue .header_slider{ display:none;}
.page-template-productcatalogue .widget_berocket_product_brand_widget .br_widget_brand_element:last-of-type{ display: block; height: 500px; overflow: hidden;}
.page-template-productcatalogue .widget_berocket_product_brand_widget .br_widget_brand_element .br_widget_brand_element_text {display: block; overflow: hidden; width: 300px; right:20px;}
.page-template-productcatalogue .widget_berocket_product_brand_widget .br_widget_brand_element .br_widget_brand_element_text a img {display: none;}
.page-template-productcatalogue .widget_berocket_product_brand_widget .br_widget_brand_element:last-of-type a img{ height: 100%; max-width: none; width:inherit;}
.product-template-default .widget_berocket_product_brand_widget .br_widget_brand_element{ display: block; height: 500px; margin-bottom:20px; overflow: hidden;}
.product-template-default .widget_berocket_product_brand_widget .br_widget_brand_element .br_widget_brand_element_text {display: block; overflow: hidden; width: 315px; right: 15px;}
.product-template-default .widget_berocket_product_brand_widget .br_widget_brand_element .br_widget_brand_element_text a img {display: none;}
.product-template-default .widget_berocket_product_brand_widget .br_widget_brand_element img{ height: 100%; max-width: none; width:inherit; }
.newsletter-form{padding: 15px;}
.newsletter-form .newsletter-intro-container{ width: 100%;}
.newsletter-form .newsletter-internal-container{ width: 100%;}
.newsletter-intro-container h2{ font-size:24px;}
.newsletter-intro-container p{ width: 100%;}
.newsletter-form .newsletter-internal-container .mktoButtonRow{position: relative; top:inherit; right:inherit; width: 100%;}
.newsletter-internal-container .mktoForm .mktoFormCol .mktoLabel{ float:right; width: 75%;}
.newsletter-internal-container .mktoForm .mktoCheckboxList{ float:left; width: 25%;}
.newsletter-form .newsletter-internal-container .mktoForm .mktoFormRow:first-of-type{ margin: 15px 0; }
.newsletter-form .newsletter-internal-container .mktoForm .mktoFormRow:first-of-type .mktoRequiredField label.mktoLabel{ float:left;width: 20%;}
.newsletter-form .newsletter-internal-container input[type="email"]{ width: 75%; clear:none;}
.newsletter-form .newsletter-internal-container .mktoForm button.mktoButton{ padding: 8px 22px; float:left; width: 100%; margin: 20px 0 0 0; text-align: center; }
.sub_sticky .newsletter-form.footer_block .newsletter-intro-container, .sub_sticky .newsletter-form.footer_block .newsletter-internal-container{max-width:310px; width: 100%;}
.sub_sticky .newsletter-form.footer_block .newsletter-internal-container input[type="email"]{ width: 78%;}
.sub_sticky .newsletter-form.footer_block .newsletter-intro-container h2{ font-size:20px;}
.sub_sticky .newsletter-form.footer_block .newsletter-intro-container p{ display: none;}
.sub_sticky .newsletter-form.footer_block .newsletter-internal-container .mktoForm button.mktoButton{ margin: 5px 0 15px 0; max-width: 295px;}
.sticky_close{ right:-15px;}
}.prdctfltr_wc .prdctfltr_filter_inner,.prdctfltr_wc.pf_mod_row .prdctfltr_woocommerce_ordering .prdctfltr_buttons{padding:0}.prdctfltr_wc{position:relative;margin-bottom:35px}.prdctfltr_wc:after,.prdctfltr_wc:before{content:'';display:table;clear:both}.prdctfltr_wc .prdctfltr_woocommerce_ordering{position:relative;display:none}.prdctfltr_wc.prdctfltr_always_visible .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_click_filter .prdctfltr_woocommerce_ordering{display:block}.prdctfltr_wc.prdctfltr_slide .prdctfltr_woocommerce_ordering{display:none}.prdctfltr_wc.prdctfltr_scroll_active .prdctfltr_filter_inner{margin-bottom:30px}.prdctfltr_wc.pf_mod_row .prdctfltr_woocommerce_ordering{margin-left:0;margin-right:0}.prdctfltr_wc.pf_mod_row .prdctfltr_filter_inner .prdctfltr_filter{float:none;display:inline-block;vertical-align:top;padding-right:0;padding-left:36px;margin-right:-4px}.prdctfltr_wc.pf_mod_row .prdctfltr_filter_inner .prdctfltr_filter:first-child{padding-left:0}.prdctfltr_wc a{text-decoration:none;outline:0}.prdctfltr_wc .prdctfltr_filter_title{display:block;font-weight:700;line-height:24px;margin-bottom:10px}.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter{display:inline-block;font-size:24px;line-height:24px;height:24px;margin-left:-1px;margin-right:7px;position:relative;top:2.5px}.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter.pf_ajax_loading.pf_ajax_hearts{width:36px}.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter img{display:inline-block;line-height:24px;height:24px;width:auto;vertical-align:middle;margin-left:1px}.prdctfltr_wc .prdctfltr_filter_title>span{text-transform:capitalize;max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.prdctfltr_wc .prdctfltr_terms_customized_select .prdctfltr_description,.prdctfltr_wc.pf_default_select .prdctfltr_description,.prdctfltr_wc.pf_select .prdctfltr_description{margin-top:10px}.prdctfltr_wc .prdctfltr_description{font-size:90%;margin-bottom:10px}.prdctfltr_checkboxes .prdctfltr_sub{margin-top:1px;margin-left:22px;display:none}.prdctfltr_drillback .prdctfltr_checkboxes .prdctfltr_hiddenparent,.prdctfltr_subonlyback .prdctfltr_checkboxes .prdctfltr_hiddenparent{visibility:hidden;overflow:hidden;height:0}.prdctfltr_drill .prdctfltr_checkboxes>.prdctfltr_sub:first-child,.prdctfltr_drillback .prdctfltr_checkboxes>.prdctfltr_sub:first-child,.prdctfltr_subonly .prdctfltr_checkboxes>.prdctfltr_sub:first-child,.prdctfltr_subonlyback .prdctfltr_checkboxes>.prdctfltr_sub:first-child{margin-left:0;display:block}.prdctfltr_drill .prdctfltr_checkboxes .prdctfltr-plus,.prdctfltr_drillback .prdctfltr_checkboxes .prdctfltr-plus{display:none}.prdctfltr_checkboxes .prdctfltr-plus{float:right;font-size:100%;padding:2px 2px 0 6px;line-height:20px}.prdctfltr_terms_customized.prdctfltr_terms_customized_image-text .prdctfltr_checkboxes .prdctfltr-plus{line-height:48px}.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes .prdctfltr-plus,.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_checkboxes .prdctfltr-plus,.prdctfltr_terms_customized.prdctfltr_terms_customized_text .prdctfltr_checkboxes .prdctfltr-plus{padding:3px;background-color:#ccc;margin-left:-6px;line-height:15px;margin-top:14px;margin-right:10px}.prdctfltr_terms_customized.prdctfltr_terms_customized_text .prdctfltr_checkboxes .prdctfltr-plus{float:none;margin-top:0}.prdctfltr_hierarchy_circle .prdctfltr_checkboxes i.prdctfltr-plus:before{content:'\f007'}.prdctfltr_hierarchy_circle .prdctfltr_checkboxes .prdctfltr_clicked i.prdctfltr-plus:before{content:'\f008'}.prdctfltr_hierarchy_filled .prdctfltr_checkboxes i.prdctfltr-plus:before{content:'\f018'}.prdctfltr_hierarchy_filled .prdctfltr_checkboxes .prdctfltr_clicked i.prdctfltr-plus:before{content:'\f017'}.prdctfltr_hierarchy_lined .prdctfltr_checkboxes i.prdctfltr-plus:before{content:'\f016'}.prdctfltr_hierarchy_lined .prdctfltr_checkboxes .prdctfltr_clicked i.prdctfltr-plus:before{content:'\f015'}.prdctfltr_hierarchy_arrow .prdctfltr_checkboxes i.prdctfltr-plus:before{content:'\f004'}.prdctfltr_hierarchy_arrow .prdctfltr_checkboxes .prdctfltr_clicked i.prdctfltr-plus:before{content:'\f005'}.prdctfltr_wc.prdctfltr_maxheight .prdctfltr_add_scroll{overflow-y:auto;overflow-x:hidden}.prdctfltr_wc .prdctfltr_filter.prdctfltr_range .prdctfltr_add_scroll{overflow:visible}.prdctfltr_wc.pf_mod_row .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{white-space:nowrap}.prdctfltr_wc.pf_mod_row.prdctfltr_scroll_active .prdctfltr_woocommerce_ordering .prdctfltr_filter_inner{overflow-x:hidden;margin:0}.prdctfltr_wc.prdctfltr_maxheight .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper .prdctfltr_filter{white-space:normal}.prdctfltr_wc.pf_mode_row .prdctfltr_filter{float:none;display:inline-block;margin-right:-4px}.prdctfltr_wc .prdctfltr_buttons{padding:0 10px}.prdctfltr_wc.prdctfltr_wc_regular .prdctfltr_buttons label{display:inline-block;line-height:28px;margin-top:10px!important;margin-bottom:10px;vertical-align:top}.prdctfltr_wc .prdctfltr_buttons:first-child{padding:10px}.prdctfltr_wc .prdctfltr_filter_wrapper+.prdctfltr_buttons{padding:0 10px}.prdctfltr_wc.pf_sidebar .prdctfltr_buttons,.prdctfltr_wc.pf_sidebar .prdctfltr_buttons:first-child,.prdctfltr_wc.pf_sidebar .prdctfltr_filter_wrapper+.prdctfltr_buttons{padding:20px}.prdctfltr_wc .prdctfltr_buttons label{position:relative}.prdctfltr_wc .prdctfltr_buttons label,.prdctfltr_wc .prdctfltr_buttons span{display:inline-block;line-height:1;vertical-align:middle}.prdctfltr_reset label span {padding: 10px 20px;background: #FFF200;margin: 15px 0 0 0;}.prdctfltr_wc .prdctfltr_buttons label input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;margin:0;padding:0;cursor:pointer}.prdctfltr_filter{vertical-align:top}.prdctfltr_filter>span.prdctfltr_regular_title{display:block;font-size:15px;line-height:26px;padding:10px 0;border-top:1px solid #000; border-bottom:1px solid #000; margin:0 0 15px 0; text-transform:uppercase;}.prdctfltr_filter>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prdctfltr_clear{clear:both!important;width:100%!important;display:block!important;margin:0!important}.prdctfltr-down,.prdctfltr-up{display:none}.pf_default_select .prdctfltr-down,.pf_default_select .prdctfltr-up,.pf_select .prdctfltr-down,.pf_select .prdctfltr-up,.prdctfltr_terms_customized_select .prdctfltr-down,.prdctfltr_terms_customized_select .prdctfltr-up{display:block}.pf_default_select .prdctfltr_filter>span,.pf_select .prdctfltr_filter>span{overflow:hidden;border:1px solid #ddd;background-color:#fff;padding:10px 32px 10px 15px;white-space:nowrap;text-overflow:ellipsis;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;cursor:pointer;margin-top:3px}.prdctfltr_title_added{color:#80c40f}.prdctfltr_woocommerce_ordering .prdctfltr_sale label.prdctfltr_active span:before,.prdctfltr_woocommerce_ordering span.prdctfltr_instock label.prdctfltr_active span:before,.prdctfltr_woocommerce_ordering span.prdctfltr_reset label.prdctfltr_active span:before{color:#fe4641}.prdctfltr_add_inputs,.prdctfltr_mobile{display:none}.pf_mod_row .prdctfltr_woocommerce_filter_submit{margin-left:0!important}.pf_mod_row .mCustomScrollBox .prdctfltr_filter{margin-bottom:0!important}.pf_mod_row .prdctfltr_checkboxes{white-space:normal}.prdctfltr_wc.pf_mod_row .mCSB_scrollTools_horizontal{display:block!important}.prdctfltr_result_count{float:right}.prdctfltr_wc .pf_range_val{display:none}.prdctfltr_sc_products:after,.prdctfltr_sc_products:before{content:'';display:table;clear:both}.prdctfltr_woocommerce_ordering>span{display:inline-block;margin-left:12px}.prdctfltr_woocommerce_ordering label{cursor:pointer}.prdctfltr_filter label{font-size:90%;line-height:24px;display:block}.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper input[type=checkbox]{position:relative;display:none!important;visibility:hidden!important;width:0!important;height:0!important;z-index:-1}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label>span:before,.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before,.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before,.prdctfltr_wc.prdctfltr_square .prdctfltr_filter label.prdctfltr_active>span:before,.prdctfltr_wc.prdctfltr_square .prdctfltr_filter label>span:before{content:'';display:inline-block;padding:0;margin-top:3px;margin-right:12px;box-sizing:content-box}.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label>span{position:relative; font-size:15px; line-height:26px;font-family: ChronicleDisplay-Roman;}.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before{width:20px;height:20px;border-radius:0;border:1px solid #000;margin-bottom:6px;vertical-align:middle}.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before{width:20px;height:20px;border:0; background:#000;}.prdctfltr_wc.prdctfltr_square .prdctfltr_filter label>span:before{width:9px;height:9px;border:1px double #ccc;margin-bottom:6px;vertical-align:middle}.prdctfltr_wc.prdctfltr_square .prdctfltr_filter label.prdctfltr_active>span:before{width:5px;height:5px;border:3px double #777}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label>span:before{width:9px;height:9px;border:1px double #ccc;margin-bottom:6px;vertical-align:middle}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_select label.prdctfltr_active>span:after{content:'\f014'!important}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_terms_customized label.prdctfltr_active>span:after{content:''!important}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active>span:after{content:'\f014'!important;position:absolute;top:0;left:0;font-family:prdctfltr;font-size:14px;line-height:18px;vertical-align:middle}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.pf_attr_img label.prdctfltr_active>span:after,.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.pf_attr_imgtext label.prdctfltr_active>span:after,.prdctfltr_wc.prdctfltr_system .prdctfltr_filter label>span:before,.prdctfltr_wc.prdctfltr_system .prdctfltr_filter.pf_attr_text label.prdctfltr_active>span:after{display:none}.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter input[type=checkbox]{display:inline-block!important;vertical-align:middle!important;visibility:visible!important;width:auto!important;height:auto!important;z-index:1!important}.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized_select label input[type=checkbox]+span,.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_text label input[type=checkbox]+span{margin-left:-15px;padding-left:20px}.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.pf_attr_img input[type=checkbox],.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.pf_attr_imgtext input[type=checkbox]{display:none!important}.prdctfltr_woocommerce_ordering div.pf_attr_img label{display:inline-block;margin-right:8px;margin-top:4px;margin-bottom:4px}.prdctfltr_woocommerce_ordering div.pf_attr_img label>span:before{display:none!important}.prdctfltr_woocommerce_ordering div.pf_attr_img label>span:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:0 0 4px rgba(0,0,0,.2) inset;-webkit-box-shadow:0 0 4px rgba(0,0,0,.2) inset;-moz-box-shadow:0 0 4px rgba(0,0,0,.2) inset;z-index:2}.prdctfltr_woocommerce_ordering div.pf_attr_img label>span img{display:block;height:32px;width:auto;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;border-radius:0;box-shadow:none}.prdctfltr_woocommerce_ordering div.pf_attr_img label:first-child>span img{margin-top:0}.prdctfltr_woocommerce_ordering div.pf_attr_img label.prdctfltr_active>span img{border:3px double #ccc}.prdctfltr_woocommerce_ordering div.pf_attr_imgtext label{display:block}.prdctfltr_woocommerce_ordering div.pf_attr_imgtext label>span:before{display:none!important}.prdctfltr_woocommerce_ordering div.pf_attr_imgtext label>span img{display:inline-block;margin-top:4px;margin-bottom:4px;margin-right:8px;height:32px;width:auto;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;vertical-align:middle;box-shadow:0 0 4px rgba(0,0,0,.2) inset;-webkit-box-shadow:0 0 4px rgba(0,0,0,.2) inset;-moz-box-shadow:0 0 4px rgba(0,0,0,.2) inset;border-radius:0}.prdctfltr_wc.prdctfltr_click_filter .prdctfltr_sale,.prdctfltr_wc.prdctfltr_click_filter span.prdctfltr_instock,.prdctfltr_wc.prdctfltr_click_filter span.prdctfltr_reset,.prdctfltr_woocommerce_ordering div.pf_attr_imgtext label:first-child>span img{margin-top:0}.prdctfltr_woocommerce_ordering .prdctfltr_sale span:before,.prdctfltr_woocommerce_ordering span.prdctfltr_instock span:before,.prdctfltr_woocommerce_ordering span.prdctfltr_reset span:before{font-family:prdctfltr;vertical-align:middle;line-height:28px;width:24px;text-align:center}.prdctfltr_woocommerce_ordering div.pf_attr_imgtext label.prdctfltr_active>span img{border:3px double #ccc}.prdctfltr_sale label{font-size:90%}.prdctfltr_wc .prdctfltr_sale{margin-right:6px}.prdctfltr-widget .prdctfltr_wc .prdctfltr_sale{display:block}.prdctfltr_woocommerce_ordering .prdctfltr_sale span:before{content:'\f003';font-size:24px;margin-right:2px;display:inline-block}span.prdctfltr_instock label{font-size:90%}.prdctfltr_wc span.prdctfltr_instock{margin-right:6px}.prdctfltr-widget .prdctfltr_wc span.prdctfltr_instock{display:block}.prdctfltr_woocommerce_ordering span.prdctfltr_instock span:before{content:'\f012';font-size:22px;margin-right:2px;display:inline-block}span.prdctfltr_reset label{font-size:90%}.prdctfltr_wc span.prdctfltr_reset{margin-right:6px}.prdctfltr-widget .prdctfltr_wc span.prdctfltr_reset{display:block}.prdctfltr_woocommerce.prdctfltr_wc.prdctfltr_always_visible .prdctfltr_woocommerce_ordering{display:block}.prdctfltr_overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:0;z-index:2000;cursor:pointer}.prdctfltr_woocommerce .prdctfltr_filter{position:relative;float:left;display:block;padding-left:10px;padding-right:10px;padding-bottom:20px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box}.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering,.prdctfltr_woocommerce.pf_default_inline .prdctfltr_woocommerce_ordering{position:relative;padding:0;display:none;top:100%;left:0}.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering{margin-left:-10px;margin-right:-10px}.prdctfltr_woocommerce.pf_default .prdctfltr_filter_wrapper{margin-bottom:0}.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_filter_submit{margin-right:12px}.prdctfltr_woocommerce.pf_default_inline .prdctfltr_woocommerce_filter_submit{margin-top:20px;margin-right:12px}.prdctfltr_woocommerce.pf_default_inline .prdctfltr_filter label{display:inline-block;margin-right:12px}.prdctfltr_woocommerce.pf_default_inline .prdctfltr_filter.prdctfltr_terms_customized label{margin-right:0}.prdctfltr_woocommerce.pf_default_inline .prdctfltr_woocommerce_ordering>div:first-child{margin-top:0}.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering,.prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_ordering{width:100%;max-width:960px;background-color:#f4f4f4;-moz-box-shadow:0 0 5px 0 rgba(128,128,128,.2);display:none;margin-top:10px;position:absolute}.prdctfltr_woocommerce.prdctfltr_wc.pf_default_inline .prdctfltr_filter label>span:before{margin-right:6px}.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_filter_submit,.prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_filter_submit{margin-right:12px}.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering{top:100%;left:0;padding:10px;-webkit-box-shadow:0 0 5px 0 rgba(128,128,128,.2);box-shadow:0 0 5px 0 rgba(128,128,128,.2)}.prdctfltr_woocommerce.pf_arrow.pf_mod_row .prdctfltr_woocommerce_ordering{left:-11px;padding:10px 20px 20px;z-index:100;top:34px}.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering:before{content:'';position:absolute;top:-24px;left:10px;border:12px solid transparent;border-bottom-color:#f4f4f4}.prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_ordering{top:100%;left:0;z-index:2001;padding:10px;-webkit-box-shadow:0 0 5px 0 rgba(128,128,128,.2);box-shadow:0 0 5px 0 rgba(128,128,128,.2)}.prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_ordering:before{content:'';position:absolute;top:-24px;left:10px;border:12px solid transparent;border-bottom-color:#f4f4f4}.prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_filter label{display:inline-block;margin-right:12px}.prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_ordering>div{margin-top:24px}.prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_ordering>div:first-child{margin-top:0}.prdctfltr_woocommerce.prdctfltr_wc.pf_arrow_inline .prdctfltr_filter label>span:before{margin-right:6px}.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter_title{margin-bottom:20px}.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter_inner{padding-bottom:0;overflow:visible}.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_buttons{margin:0}.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering{position:relative;top:100%;left:0;padding:0}.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter_wrapper{white-space:normal;margin-bottom:0}.prdctfltr_wc.prdctfltr_woocommerce.pf_select>span span{cursor:pointer}.prdctfltr_wc.pf_mod_row.pf_select .prdctfltr_filter_inner .prdctfltr_filter:first-child{padding-left:10px}.pf_select .prdctfltr_add_scroll,.prdctfltr_terms_customized_select .prdctfltr_add_scroll{overflow:auto}.prdctfltr_wc .mCS_no_scrollbar>div,.prdctfltr_wc .mCS_no_scrollbar>div>div,.prdctfltr_wc.pf_select .prdctfltr_filter_wrapper.mCustomScrollbar,.prdctfltr_wc.pf_select .prdctfltr_filter_wrapper.mCustomScrollbar>.mCSB_horizontal,.prdctfltr_wc.pf_select .prdctfltr_filter_wrapper.mCustomScrollbar>.mCSB_horizontal>.mCSB_container{overflow:visible!important}.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_active .prdctfltr_add_scroll .prdctfltr_checkboxes,.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll .prdctfltr_checkboxes,.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_active .prdctfltr_terms_customized_select .prdctfltr_add_scroll .prdctfltr_checkboxes,.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll .prdctfltr_checkboxes{display:block}.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_active .prdctfltr_add_scroll,.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll,.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_active .prdctfltr_terms_customized_select .prdctfltr_add_scroll,.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll{position:absolute;display:none;top:48px;margin-top:0;background-color:#fff;width:90%;width:-moz-calc(100% - 20px);width:-webkit-calc(100% - 20px);width:calc(100% - 20px);padding:13px 10px 10px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-shadow:0 0 5px 0 rgba(128,128,128,.2);-moz-box-shadow:0 0 5px 0 rgba(128,128,128,.2);box-shadow:0 0 5px 0 rgba(128,128,128,.2);border:1px solid #ddd;z-index:2}.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_active .prdctfltr_terms_customized_select .prdctfltr_add_scroll,.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll{top:42px}.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_filter_submit{margin-right:12px;margin-top:0}.prdctfltr_wc.prdctfltr_woocommerce.pf_select i.prdctfltr-down,.prdctfltr_wc.prdctfltr_woocommerce.pf_select i.prdctfltr-up{float:right;position:absolute;top:14px;right:18px}.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter>span{cursor:pointer}.prdctfltr_wc.pf_select .prdctfltr_filter,.prdctfltr_wc.pf_select .prdctfltr_filter_inner{margin-bottom:0}.prdctfltr_wc.pf_mod_row.prdctfltr_click_filter.pf_select .prdctfltr_sale{margin-left:10px}.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr-down,.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr-up{display:block}.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter>span{overflow:hidden;border:1px solid #ddd;padding:6px 32px 6px 6px;white-space:nowrap;text-overflow:ellipsis;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;cursor:pointer;margin-top:3px}.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-down,.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-up{float:right;position:absolute;top:9px;right:18px;z-index:2}.prdctfltr_wc_regular.pf_mod_masonry .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-down,.prdctfltr_wc_regular.pf_mod_masonry .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-up{top:10px;right:23px}.prdctfltr_wc.prdctfltr_wc_regular .prdctfltr_terms_customized.prdctfltr_terms_customized_select .prdctfltr_checkboxes label{display:block!important}.prdctfltr_wc.prdctfltr_wc_regular .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_select .prdctfltr_checkboxes label>span:before{display:inline-block}body.wc-prdctfltr-active-overlay{position:relative;transition:left .2s,right .2s}.prdctfltr_woocommerce.pf_sidebar .prdctfltr_close_sidebar,.prdctfltr_woocommerce.pf_sidebar_css .prdctfltr_close_sidebar,.prdctfltr_woocommerce.pf_sidebar_css_right .prdctfltr_close_sidebar,.prdctfltr_woocommerce.pf_sidebar_right .prdctfltr_close_sidebar{font-size:16px;line-height:24px;color:#ccc;padding:20px 15px 0;margin-bottom:10px;cursor:pointer}.prdctfltr_woocommerce.pf_sidebar .prdctfltr_close_sidebar i,.prdctfltr_woocommerce.pf_sidebar_css .prdctfltr_close_sidebar i,.prdctfltr_woocommerce.pf_sidebar_css_right .prdctfltr_close_sidebar i,.prdctfltr_woocommerce.pf_sidebar_right .prdctfltr_close_sidebar i{font-size:24px;line-height:24px}.prdctfltr_woocommerce.pf_sidebar .prdctfltr_woocommerce_ordering,.prdctfltr_woocommerce.pf_sidebar_css .prdctfltr_woocommerce_ordering,.prdctfltr_woocommerce.pf_sidebar_css_right .prdctfltr_woocommerce_ordering,.prdctfltr_woocommerce.pf_sidebar_right .prdctfltr_woocommerce_ordering{position:fixed;top:0;left:-320px;width:320px;height:100%;padding-top:10px;padding-left:10px;display:none;background-color:#fff;overflow-y:auto;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-shadow:0 3px 15px rgba(0,0,0,.3);z-index:2001;transition:left .2s,right .2s}.prdctfltr_columns_1 .prdctfltr_filter,.prdctfltr_woocommerce.pf_sidebar .prdctfltr_filter,.prdctfltr_woocommerce.pf_sidebar_css .prdctfltr_filter,.prdctfltr_woocommerce.pf_sidebar_css_right .prdctfltr_filter,.prdctfltr_woocommerce.pf_sidebar_right .prdctfltr_filter{width:100%}.wc-prdctfltr-active .prdctfltr_woocommerce.pf_sidebar .prdctfltr_woocommerce_ordering,.wc-prdctfltr-active .prdctfltr_woocommerce.pf_sidebar_css .prdctfltr_woocommerce_ordering{left:0}.prdctfltr_wc.prdctfltr_woocommerce.pf_sidebar_css_right .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_woocommerce.pf_sidebar_right .prdctfltr_woocommerce_ordering{left:auto;right:-320px;padding-left:0}.wc-prdctfltr-active .prdctfltr_wc.prdctfltr_woocommerce.pf_sidebar_css_right .prdctfltr_woocommerce_ordering,.wc-prdctfltr-active .prdctfltr_wc.prdctfltr_woocommerce.pf_sidebar_right .prdctfltr_woocommerce_ordering{right:0}.prdctfltr_woocommerce.pf_sidebar .prdctfltr_filter_wrapper,.prdctfltr_woocommerce.pf_sidebar_css .prdctfltr_filter_wrapper,.prdctfltr_woocommerce.pf_sidebar_css_right .prdctfltr_filter_wrapper,.prdctfltr_woocommerce.pf_sidebar_right .prdctfltr_filter_wrapper{margin-bottom:0}.prdctfltr_woocommerce.pf_sidebar .prdctfltr_woocommerce_filter_submit,.prdctfltr_woocommerce.pf_sidebar_css .prdctfltr_woocommerce_filter_submit,.prdctfltr_woocommerce.pf_sidebar_css_right .prdctfltr_woocommerce_filter_submit,.prdctfltr_woocommerce.pf_sidebar_right .prdctfltr_woocommerce_filter_submit{margin-bottom:10px}.prdctfltr_woocommerce.pf_sidebar .prdctfltr_filter_inner,.prdctfltr_woocommerce.pf_sidebar_css .prdctfltr_filter_inner,.prdctfltr_woocommerce.pf_sidebar_css_right .prdctfltr_filter_inner,.prdctfltr_woocommerce.pf_sidebar_right .prdctfltr_filter_inner{padding:10px}.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_close_sidebar{font-size:16px;line-height:24px;color:#ccc;padding:0 5px;margin-bottom:10px;cursor:pointer}.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_close_sidebar i{font-size:24px;line-height:24px}.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;padding:64px 0;display:none;background-color:#fff;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-shadow:0 3px 15px rgba(0,0,0,.3);z-index:2001}.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_buttons{padding:0 10px}.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_buttons,.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar,.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{max-width:1024px;display:block;margin-left:auto;margin-right:auto;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box}.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{overflow:hidden;overflow-y:auto}.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_filter_submit{margin-right:12px}.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering{margin-left:0;margin-right:0}.prdctfltr_clearnext+.prdctfltr_filter{clear:both}.prdctfltr_columns_1 .prdctfltr_filter:after,.prdctfltr_columns_1 .prdctfltr_filter:before,.prdctfltr_filter_inner:after,.prdctfltr_filter_inner:before{content:'';display:table;clear:both}.prdctfltr_columns_2 .prdctfltr_filter{width:100%}.prdctfltr_columns_3 .prdctfltr_filter{width:33.33%}.prdctfltr_columns_4 .prdctfltr_filter{width:25%}.prdctfltr_columns_5 .prdctfltr_filter{width:20%}.prdctfltr_columns_6 .prdctfltr_filter{width:16.66%}.prdctfltr_columns_7 .prdctfltr_filter{width:14.28%}.prdctfltr_columns_8 .prdctfltr_filter{width:12.5%}.prdctfltr_columns_9 .prdctfltr_filter{width:11.11%}.prdctfltr_columns_10 .prdctfltr_filter{width:10%}.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter{width:100%;padding:0;margin-bottom:0}.prdctfltr-widget .prdctfltr_add_scroll{margin-bottom:30px}.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering{display:block;margin:0}.prdctfltr-widget .prdctfltr_wc.pf_default_inline>form>div>label{display:inline-block;margin-right:12px}.prdctfltr-widget .prdctfltr_wc.pf_default_inline>form>div.pf_attr_img>label,.prdctfltr-widget .prdctfltr_wc.pf_default_inline>form>div.pf_attr_imgtext>label{margin-right:0}.prdctfltr-widget .prdctfltr_woocommerce_filter_submit{margin-top:12px}.prdctfltr-widget .prdctfltr_wc.prdctfltr_maxheight .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper .prdctfltr_filter{display:block;padding-left:0;margin-right:0}.prdctfltr-widget .prdctfltr_wc.prdctfltr_maxheight .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{white-space:normal;margin-left:0;margin-right:0;overflow:hidden}.prdctfltr-widget .pf_default_select .prdctfltr_add_scroll,.prdctfltr-widget .prdctfltr_terms_customized_select .prdctfltr_add_scroll{display:none}.prdctfltr-widget .prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll .prdctfltr_checkboxes,.prdctfltr-widget .prdctfltr_scroll_default.pf_default_select .prdctfltr_add_scroll .prdctfltr_checkboxes{padding-top:5px;padding-right:10px;box-sizing:border-box}.prdctfltr-widget .prdctfltr_scroll_active .prdctfltr_terms_customized_select .prdctfltr_add_scroll .prdctfltr_checkboxes,.prdctfltr-widget .prdctfltr_scroll_active.pf_default_select .prdctfltr_add_scroll .prdctfltr_checkboxes{padding-top:5px}.prdctfltr-widget .pf_default_select i.prdctfltr-down,.prdctfltr-widget .pf_default_select i.prdctfltr-up,.prdctfltr-widget .prdctfltr_terms_customized_select i.prdctfltr-down,.prdctfltr-widget .prdctfltr_terms_customized_select i.prdctfltr-up{float:right}.prdctfltr-widget .pf_default_select .prdctfltr_widget_title,.prdctfltr-widget .prdctfltr_terms_customized_select .prdctfltr_widget_title{cursor:pointer;display:block}.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter_inner{overflow:visible}.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;margin:20px 0}.prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons span{display:block}.prdctfltr-widget .prdctfltr_wc{position:relative}.prdctfltr-widget .prdctfltr_wc .prdctfltr_loader{position:absolute;top:0;right:0;height:30px;width:auto}.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter_wrapper+.prdctfltr_buttons{margin:30px 0 0}.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_filter_submit{margin-top:0;margin-bottom:20px}.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter:last-child{margin-bottom:0}.pf_adptv_default .prdctfltr_adoptive .pf_adoptive_hide{display:none!important}.pf_adptv_unclick .prdctfltr_adoptive .pf_adoptive_hide{display:block;opacity:.5!important;cursor:default!important}.pf_adptv_unclick .prdctfltr_woocommerce_ordering div.pf_attr_img .pf_adoptive_hide{opacity:1!important}.pf_adptv_unclick .prdctfltr_woocommerce_ordering div.pf_attr_img .pf_adoptive_hide img{opacity:.5!important}.pf_adptv_unclick .prdctfltr_woocommerce_ordering div.pf_attr_img .pf_adoptive_hide,.prdctfltr_woocommerce.pf_arrow_inline.pf_adptv_unclick .prdctfltr_adoptive .pf_adoptive_hide,.prdctfltr_woocommerce.pf_default_inline.pf_adptv_unclick .prdctfltr_adoptive .pf_adoptive_hide{position:relative!important;display:inline-block!important}.pf_adptv_click .prdctfltr_adoptive .pf_adoptive_hide{display:block;opacity:.5!important}.pf_adptv_click .prdctfltr_woocommerce_ordering div.pf_attr_img .pf_adoptive_hide{opacity:1!important}.pf_adptv_click .prdctfltr_woocommerce_ordering div.pf_attr_img .pf_adoptive_hide img{opacity:.5!important}.pf_adptv_click .prdctfltr_woocommerce_ordering div.pf_attr_img .pf_adoptive_hide,.prdctfltr_woocommerce.pf_arrow_inline.pf_adptv_click .prdctfltr_adoptive .pf_adoptive_hide,.prdctfltr_woocommerce.pf_default_inline.pf_adptv_click .prdctfltr_adoptive .pf_adoptive_hide{position:relative!important;display:inline-block!important}.pf_adptv_click .prdctfltr_woocommerce_ordering div.pf_attr_img .pf_adoptive_hide:after,.pf_adptv_unclick .prdctfltr_woocommerce_ordering div.pf_attr_img .pf_adoptive_hide:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(//www.habitusliving.com/wp-content/plugins/woocommerce-product-filter/lib/images/outofstock.svg);background-position:center center;background-size:100% 100%}.prdctfltr_count{display:inline-block;height:15px;line-height:15px;font-size:10px;padding:0 2px;margin-left:2px;border:1px solid #888;color:#888;border-radius:2px;vertical-align:text-bottom;opacity:.5}.prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_checkboxes .prdctfltr_sub,.prdctfltr_woocommerce.pf_default_inline .prdctfltr_checkboxes .prdctfltr_sub{margin-left:0}.prdctfltr_filter_wrapper.mCustomScrollbar{padding-bottom:36px}.prdctfltr_wc .mCSB_scrollTools_horizontal{margin:0}.prdctfltr_wc .prdctfltr_filter.prdctfltr_range .prdctfltr_checkboxes input{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;outline:0!important;z-index:-9999!important;background:0 0!important;border-style:solid!important;border-color:transparent!important}.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms{position:relative;display:block;padding-top:5px;margin-top:0;margin-bottom:10px}.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms i{font-size:16px;opacity:.33;width:20px;margin-right:-24px;position:relative;display:inline-block;text-align:center;padding:0 0 0 4px;color:#666;color:rgba(0,0,0,.5)}.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms .prdctfltr_search_terms_input{display:inline-block!important;width:100%!important;padding-left:25px!important;box-sizing:border-box!important}.prdctfltr_tooltip,.prdctfltr_tooltip *{box-sizing:border-box}.prdctfltr_search label span,.prdctfltr_searching label>i.prdctfltr-plus{display:none}.prdctfltr_maxheight .prdctfltr_tooltip{position:fixed;bottom:unset;left:unset;margin-left:unset}.prdctfltr_wc:not(.prdctfltr_maxheight){height:auto!important}.prdctfltr_tooltip{position:absolute!important;bottom:100%;left:50%;margin-left:-50px;margin-bottom:0;width:100px!important;max-height:0;font-size:12px;line-height:14px;text-align:center;overflow:hidden;padding-bottom:10px;z-index:1;opacity:0;transition:all .3s ease-in-out}.prdctfltr_tooltip>span{display:inline-block;position:relative;height:auto;width:auto;max-width:100%;min-width:32px;background-color:#222;color:#fff;border-radius:3px;padding:3px 6px}.prdctfltr_tooltip>span:after{content:'';border:10px solid transparent;border-top-color:#222;width:1px;height:1px;position:absolute;left:50%;bottom:-20px;margin-left:-10px}.prdctfltr_hover .prdctfltr_tooltip{max-height:300px;margin-bottom:5px;opacity:1}.prdctfltr_hover .prdctfltr_tooltip .prdctfltr_count{height:14px;font-size:8px;line-height:12px;vertical-align:top;opacity:1;color:#fff;border-color:#eee}.prdctfltr_woocommerce .pf_attr_img label>span{display:block}.prdctfltr_error{display:block;border:1px solid rgba(0,0,0,.1);border-radius:3px;background-color:#fcc2c2;width:100%;margin-bottom:20px}.prdctfltr_error small{display:block;padding:10px;font-size:12px;line-height:15px}div.products h1.prdctfltr_not_found{margin-bottom:20px;color:#ccc;font-size:24px;line-height:28px}.prdctfltr_woocommerce .prdctfltr_reset_this{animation:none;animation-delay:0;animation-direction:normal;animation-duration:0;animation-fill-mode:none;animation-iteration-count:1;animation-name:none;animation-play-state:running;animation-timing-function:ease;backface-visibility:visible;background:0;background-clip:border-box;background-origin:padding-box;background-position-x:0;background-position-y:0;background-size:auto auto;border:0;border-width:medium;border-color:inherit;border-bottom:0;border-bottom-color:inherit;border-collapse:separate;border-image:none;border-left:0;border-left-color:inherit;border-radius:0;border-right:0;border-right-color:inherit;border-spacing:0;border-top:0;border-top-color:inherit;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;clip:auto;color:inherit;columns:auto;column-count:auto;column-fill:balance;column-gap:normal;column-rule:medium none currentColor;column-rule-color:currentColor;column-rule-style:none;column-rule-width:none;column-span:1;column-width:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font:400;font-family:inherit;font-size:medium;font-style:normal;font-variant:normal;font-weight:400;height:auto;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:disc;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:0;outline:0;outline-width:medium;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;quotes:'\201C' '\201D' '\2018' '\2019';right:auto;tab-size:8;table-layout:auto;text-align:inherit;text-align-last:auto;text-decoration:none;text-decoration-color:inherit;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-style:flat;transition:none;transition-delay:0s;transition-duration:0s;transition-property:none;transition-timing-function:ease;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:0;width:auto;word-spacing:normal;z-index:auto}@media (max-width:900px){.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default_inline .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering{margin:0 -10px!important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default_inline .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter{float:left!important;display:block!important;width:100%!important;padding:0 10px!important;margin-right:-4px!important;margin-bottom:0}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_single_filter .prdctfltr_filter{float:left!important;display:block!important;width:100%!important;margin-right:0!important;margin-bottom:0}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_clear,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_mod_row .mCSB_scrollTools_horizontal{display:none!important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter_inner{white-space:normal}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_mod_row .prdctfltr_filter_inner{width:auto!important;margin:0 -36px 0 0}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_mod_row .mCSB_container{width:auto!important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_clear:last-child{display:block!important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_filter_submit{margin-bottom:12px}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.woocommerce.pf_select .prdctfltr_filter{margin-bottom:10px}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering{width:auto}.prdctfltr_woocommerce.prdctfltr_wc_regular.pf_fullscreen .prdctfltr_woocommerce_ordering{padding-top:64px!important}}@media (max-width:640px){.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default_inline .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering{margin:0}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default_inline .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter{float:left!important;display:block!important;width:100%!important;padding:0;margin-right:0;margin-bottom:0}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_clear,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_mod_row .mCSB_scrollTools_horizontal{display:none!important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter_inner{white-space:normal}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_mod_row .prdctfltr_filter_inner{width:auto!important;margin:0 -36px 0 0}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_mod_row .mCSB_container{width:auto!important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_clear:last-child{display:block!important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_filter_submit{margin-bottom:12px}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.woocommerce.pf_select .prdctfltr_filter{margin-bottom:10px}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering{width:auto}.prdctfltr_woocommerce.prdctfltr_wc_regular.pf_fullscreen .prdctfltr_woocommerce_ordering{padding-top:64px!important}.prdctfltr_woocommerce.prdctfltr_wc_regular.pf_fullscreen .prdctfltr_filter_wrapper{margin-right:-10px!important}}.prdctfltr_wc .prdctfltr_terms_customized_color .prdctfltr_checkboxes label,.prdctfltr_wc .prdctfltr_terms_customized_image .prdctfltr_checkboxes label,.prdctfltr_wc .prdctfltr_terms_customized_text .prdctfltr_checkboxes label{display:inline-block;vertical-align:top}.prdctfltr_wc .prdctfltr_filter.prdctfltr_terms_customized .prdctfltr_checkboxes label>span:before{display:none}.prdctfltr_customize,.prdctfltr_wc .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_select .prdctfltr_checkboxes label>span:before{display:inline-block}.prdctfltr_customize{position:relative;margin:0 5px 5px 0}.prdctfltr_customize_background{color:#fff;padding:5px 10px}.prdctfltr_customize_border{border:2px solid transparent;border-radius:3px;padding:5px 10px;box-sizing:border-box}.prdctfltr_customize_round .prdctfltr_customize_name{line-height:42px;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.prdctfltr_customize_round .prdctfltr_customize_count{position:absolute;top:-2px;right:-2px;padding:0 2px;max-width:32px;height:18px;line-height:18px;text-align:center;background-color:#ccc;color:#fff;font-size:12px;border-radius:2px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.prdctfltr_customize_round{width:42px;height:42px;padding:3px;text-align:center;color:#fff}.prdctfltr_customize_block{padding:3px;border:1px solid #ccc}.prdctfltr_customize_block .prdctfltr_customize_color{display:block;width:42px;height:42px}.prdctfltr_customize_block .prdctfltr_customize_image{display:block;width:42px}.prdctfltr_customize_block .prdctfltr_customize_image img{display:block;width:42px;height:auto}.prdctfltr_wc .prdctfltr_terms_customized.prdctfltr_terms_customized_image-text .prdctfltr_checkboxes label:first-child{margin-top:9px}.prdctfltr_wc .prdctfltr_terms_customized.prdctfltr_terms_customized_image-text .prdctfltr_checkboxes label{display:block;margin-top:6px;white-space:nowrap;overflow:hidden}.prdctfltr_wc .prdctfltr_terms_customized.prdctfltr_terms_customized_image-text .prdctfltr_checkboxes label.prdctfltr_active .prdctfltr_customize_block{box-shadow:none}.prdctfltr_wc .prdctfltr_terms_customized.prdctfltr_terms_customized_image-text .prdctfltr_customize_block{padding:0;border:0}.prdctfltr_wc .prdctfltr_terms_customized.prdctfltr_terms_customized_image-text .prdctfltr_customize_block .prdctfltr_customize_image_text{display:inline-block;width:42px;vertical-align:middle}.prdctfltr_wc .prdctfltr_terms_customized.prdctfltr_terms_customized_image-text .prdctfltr_customize_block .prdctfltr_customize_image_text img{display:block;width:42px;height:auto;padding:3px;border:1px solid #ccc}.prdctfltr_wc .prdctfltr_terms_customized.prdctfltr_terms_customized_image-text .prdctfltr_customize_block .prdctfltr_customize_image_text_tip{margin-left:20px;vertical-align:middle}.prdctfltr_customize_block .prdctfltr_customize_count{display:none}.prdctfltr_wc .prdctfltr_terms_customized.prdctfltr_terms_customized_image-text label.prdctfltr_active .prdctfltr_customize_block .prdctfltr_customize_image_text img{border-color:#222}.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_color input[type=checkbox],.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_image input[type=checkbox],.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_image-text input[type=checkbox],.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_text input[type=checkbox]{display:none!important;visibility:hidden!important;width:0!important;height:0!important;z-index:-1!important}label.prdctfltr_active .prdctfltr_customize_block{padding:2px;border:2px solid #222;box-shadow:0 4px 9px -3px rgba(0,0,0,.3)}.pf_adptv_click .prdctfltr_adoptive.prdctfltr_terms_customized .pf_adoptive_hide,.pf_adptv_unclick .prdctfltr_adoptive.prdctfltr_terms_customized .pf_adoptive_hide{display:inline-block!important}.pf_adoptive_hide .prdctfltr_tooltip{display:none!important}.prdctfltr_checkboxes label span{z-index:1!important}.prdctfltr_checkboxes .pf_more{display:block;width:100%;cursor:pointer;overflow:hidden;font-size:14px!important;line-height:20px!important;text-transform:uppercase;margin-top:6px}.prdctfltr_checkboxes .pf_more span{position:relative;display:inline-block;color:#ccc}.prdctfltr_checkboxes .pf_more span:before{content:'';width:1000px;height:1px;background-color:#ccc;position:absolute;top:50%;left:100%;margin-left:10px}.prdctfltr_search label{position:relative;margin-bottom:6px}input.pf_search{width:100%;margin:0!important;box-sizing:border-box}.pf_search_trigger{position:absolute;top:0;right:0;height:100%;width:32px;background:url(//www.habitusliving.com/wp-content/plugins/woocommerce-product-filter/lib/images/checked.svg) center center no-repeat;background-size:20px;display:none}.prdctfltr_customize_count:before{content:'('}.prdctfltr_customize_count:after{content:')'}.prdctfltr_woocommerce .button{margin-top:20px;margin-bottom:20px}.prdctfltr_woocommerce .prdctfltr_filter.prdctfltr_terms_customized .prdctfltr_search_terms{margin-bottom:15px}.prdctfltr_always_visible .prdctfltr_woocommerce_filter{cursor:default!important}.prdctfltr_woocommerce img{display:block}.prdctfltr_sc_products.prdctfltr_fallback_css .products{margin-left:-10px!important;margin-right:-10px!important}.prdctfltr_sc_products.prdctfltr_fallback_css .products .type-product,.prdctfltr_sc_products.prdctfltr_fallback_css .products li{box-sizing:border-box!important;padding-left:10px!important;padding-right:10px!important;margin-left:0!important;margin-right:0!important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_1 .products .type-product,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_1 .products li{width:100%!important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_2 .products .type-product,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_2 .products li{width:50%!important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_3 .products .type-product,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_3 .products li{width:33.33%!important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_4 .products .type-product,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_4 .products li{width:25%!important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_5 .products .type-product,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_5 .products li{width:20%!important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_6 .products .type-product,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_6 .products li{width:16.66%!important}.prdctfltr_terms_customized_color .prdctfltr_checkboxes>label>span>span,.prdctfltr_terms_customized_image .prdctfltr_checkboxes>label>span>span{position:relative}div.prdctfltr_terms_customized_color label.prdctfltr_ft_none>span>span:after,div.prdctfltr_terms_customized_image label.prdctfltr_ft_none>span>span:after{opacity:.3}.pf_adptv_click .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_color .pf_adoptive_hide>span>span:after,.pf_adptv_click .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_image .pf_adoptive_hide>span>span:after,.pf_adptv_unclick .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_color .pf_adoptive_hide>span>span:after,.pf_adptv_unclick .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_image .pf_adoptive_hide>span>span:after,div.prdctfltr_terms_customized_color label.prdctfltr_ft_none>span>span:after,div.prdctfltr_terms_customized_image label.prdctfltr_ft_none>span>span:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(//www.habitusliving.com/wp-content/plugins/woocommerce-product-filter/lib/images/outofstock.svg);background-position:center center;background-size:100% 100%}.pf_select .prdctfltr_terms_customized_color .prdctfltr_checkboxes,.pf_select .prdctfltr_terms_customized_image .prdctfltr_checkboxes{margin-top:3px;margin-bottom:-8px}nav.prdctfltr-pagination.prdctfltr-pagination-load-more{clear:both;display:block;text-align:center}nav.prdctfltr-pagination.prdctfltr-pagination-default ul{display:inline-block;white-space:nowrap;padding:0;margin:0;border:0}nav.prdctfltr-pagination.prdctfltr-pagination-default ul li{display:inline-block}nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a:hover{background: #fff200;}nav.prdctfltr-pagination.prdctfltr-pagination-default ul li span.current{background: #d3d5d6;}.prdctfltr_added_loader{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,.75);box-shadow:0 0 20px 10px rgba(255,255,255,.75);border-radius:10px;z-index:30}.prdctfltr_wc .prdctfltr_added_loader img.prdctfltr_loader{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;width:30px;height:30px}.prdctfltr_added_loader+form{z-index:1}.prdctfltr_customization_search{display:none}.prdctfltr_tabbed_selection .prdctfltr_filter{visibility:hidden;max-height:0;transition:max-height 3333ms;overflow:hidden}.prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection,.prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection+.prdctfltr_clear+.prdctfltr_filter,.prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection+.prdctfltr_filter,.prdctfltr_tabbed_selection .prdctfltr_filter:first-child{visibility:visible;max-height:10000px;overflow:visible}.prdctfltr_wc_widget .prdctfltr_collector{padding:0!important;margin:10px 0!important}.prdctfltr_aftertitle{margin:5px 0 10px}.prdctfltr_aftertitle:after,.prdctfltr_aftertitle:before{content:'';display:table;clear:both}.prdctfltr_collector{display:block!important;padding:0 10px!important}.prdctfltr_aftertitle>span,.prdctfltr_collector>span{display:inline-block;white-space:nowrap;line-height:20px;font-size:13px}.prdctfltr_aftertitle>span a.prdctfltr_title_remove,.prdctfltr_collector>span a.prdctfltr_title_remove{margin-left:6px;float:right;line-height:20px}.prdctfltr_collector_flat>span{padding:5px 10px;margin:5px 10px 5px 0;background-color:#f4f4f4;background-color:rgba(0,0,0,.05);color:#777;color:rgba(0,0,0,.7);border-radius:3px}.prdctfltr_collector_border>span{padding:5px 10px;margin:0 10px 10px 0;border:2px solid #777;border-color:rgba(0,0,0,.05);color:#777;color:rgba(0,0,0,.7);border-radius:3px}.prdctfltr_regular_title>span:after,.prdctfltr_topbar>span:after,.prdctfltr_widget_title>span:after,.prdctfltr_woocommerce_filter_title:after{content:'/';margin:0 4px}.prdctfltr_topbar{display:inline}@font-face{font-family:prdctfltr;src:url(//www.habitusliving.com/wp-content/plugins/woocommerce-product-filter/lib/css/fonts/prdctfltr.eot);src:url(//www.habitusliving.com/wp-content/plugins/woocommerce-product-filter/lib/css/fonts/prdctfltr.svg#prdctfltr) format("svg"),url(//www.habitusliving.com/wp-content/plugins/woocommerce-product-filter/lib/css/fonts/prdctfltr.eot?#iefix) format("embedded-opentype"),url(//www.habitusliving.com/wp-content/plugins/woocommerce-product-filter/lib/css/fonts/prdctfltr.woff) format("woff"),url(//www.habitusliving.com/wp-content/plugins/woocommerce-product-filter/lib/css/fonts/prdctfltr.ttf) format("truetype");font-weight:400;font-style:normal}[class*=" prdctfltr-"]:before,[class^=prdctfltr-]:before{font-family:prdctfltr!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.prdctfltr-bars:before{content:"\f001"}.prdctfltr-delete:before{content:"\f002"}.prdctfltr-sale:before{content:"\f003"}.prdctfltr-down:before{content:"\f004"}.prdctfltr-up:before{content:"\f005"}.prdctfltr-filter:before{content:"\f006"}.prdctfltr-plus:before{content:"\f007"}.prdctfltr-minus:before{content:"\f008"}.prdctfltr-eye:before{content:"\f009"}.prdctfltr-eye-disabled:before{content:"\f010"}.prdctfltr-move:before{content:"\f011"}.prdctfltr-instock:before{content:"\f012"}.prdctfltr-clear:before{content:"\f013"}.prdctfltr-check:before{content:"\f014"}.prdctfltr-minus-1:before{content:"\f015"}.prdctfltr-plus-1:before{content:"\f016"}.prdctfltr-minus-2:before{content:"\f017"}.prdctfltr-plus-2:before{content:"\f018"}.prdctfltr-search:before{content:"\f019"}.prdctfltr-style:before{content:"\f020"}.prdctfltr-terms:before{content:"\f021"}.prdctfltr-overrides:before{content:"\f022"}.prdctfltr-analytics:before{content:"\f023"}.prdctfltr-update:before{content:"\f024"}.prdctfltr_wc .irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.prdctfltr_wc .irs-line{position:relative;display:block;overflow:hidden;outline:0!important}.prdctfltr_wc .irs-line-left,.prdctfltr_wc .irs-line-mid,.prdctfltr_wc .irs-line-right{position:absolute;display:block;top:0}.prdctfltr_wc .irs-line-left{left:0;width:11%}.prdctfltr_wc .irs-line-mid{left:9%;width:82%}.prdctfltr_wc .irs-line-right{right:0;width:11%}.prdctfltr_wc .irs-bar{position:absolute;display:block;left:0;width:0}.prdctfltr_wc .irs-bar-edge{position:absolute;display:block;top:0;left:0}.prdctfltr_wc .irs-shadow{position:absolute;display:none;left:0;width:0}.prdctfltr_wc .irs-slider{position:absolute;display:block;cursor:default;z-index:1}.prdctfltr_wc .irs-slider.from,.prdctfltr_wc .irs-slider.to{cursor:pointer}.prdctfltr_wc .irs-slider.type_last{z-index:2}.prdctfltr_wc .irs-min{position:absolute;display:block;left:0;cursor:default;white-space:nowrap}.prdctfltr_wc .irs-max{position:absolute;display:block;right:0;cursor:default;white-space:nowrap}.prdctfltr_wc .irs-from,.prdctfltr_wc .irs-single,.prdctfltr_wc .irs-to{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.prdctfltr_wc .irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.prdctfltr_wc .irs-with-grid .irs-grid{display:block}.prdctfltr_wc .irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.prdctfltr_wc .irs-grid-pol.small{height:4px}.prdctfltr_wc .irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.prdctfltr_wc .irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.prdctfltr_wc .irs-disabled{opacity:.4}.lt-ie9 .irs-disabled{filter:alpha(opacity=40)}.prdctfltr_wc .irs-hidden-input{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;outline:0!important;z-index:-9999!important;background:0 0!important;border-style:solid!important;border-color:transparent!important}.pf_rngstyle_flat .irs-bar,.pf_rngstyle_flat .irs-bar-edge,.pf_rngstyle_flat .irs-line-left,.pf_rngstyle_flat .irs-line-mid,.pf_rngstyle_flat .irs-line-right,.pf_rngstyle_flat .irs-slider{background:url(//www.habitusliving.com/wp-content/plugins/woocommerce-product-filter/lib/images/sprite-skin-flat.png) repeat-x}.pf_rngstyle_flat .irs{height:40px}.pf_rngstyle_flat .irs-with-grid{height:60px}.pf_rngstyle_flat .irs-line{height:12px;top:25px}.pf_rngstyle_flat .irs-line-left{height:12px;background-position:0 -30px}.pf_rngstyle_flat .irs-line-mid{height:12px;background-position:0 0}.pf_rngstyle_flat .irs-line-right{height:12px;background-position:100% -30px}.pf_rngstyle_flat .irs-bar{height:12px;top:25px;background-position:0 -60px}.pf_rngstyle_flat .irs-bar-edge{top:25px;height:12px;width:9px;background-position:0 -90px}.pf_rngstyle_flat .irs-shadow{height:3px;top:34px;background:#000;opacity:.25}.lt-ie9 .pf_rngstyle_flat .irs-shadow{filter:alpha(opacity=25)}.pf_rngstyle_flat .irs-slider{width:16px;height:18px;top:22px;background-position:0 -120px}.pf_rngstyle_flat .irs-slider.state_hover,.pf_rngstyle_flat .irs-slider:hover{background-position:0 -150px}.pf_rngstyle_flat .irs-max,.pf_rngstyle_flat .irs-min{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:0;padding:1px 3px;background:#e1e4e9;-moz-border-radius:4px;border-radius:4px}.pf_rngstyle_flat .irs-from,.pf_rngstyle_flat .irs-single,.pf_rngstyle_flat .irs-to{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:#ed5565;-moz-border-radius:4px;border-radius:4px}.pf_rngstyle_flat .irs-from:after,.pf_rngstyle_flat .irs-single:after,.pf_rngstyle_flat .irs-to:after{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.pf_rngstyle_flat .irs-grid-pol{background:#e1e4e9}.pf_rngstyle_flat .irs-grid-text{color:#999}.pf_rngstyle_html5 .irs{height:55px}.pf_rngstyle_html5 .irs-with-grid{height:75px}.pf_rngstyle_html5 .irs-line{height:10px;top:33px;background:#EEE;background:linear-gradient(to bottom,#DDD -50%,#FFF 150%);border:1px solid #CCC;border-radius:16px;-moz-border-radius:16px}.pf_rngstyle_html5 .irs-line-left,.pf_rngstyle_html5 .irs-line-mid,.pf_rngstyle_html5 .irs-line-right{height:8px}.pf_rngstyle_html5 .irs-bar{height:10px;top:33px;border-top:1px solid #428bca;border-bottom:1px solid #428bca;background:#428bca;background:linear-gradient(to top,rgba(66,139,202,1) 0,rgba(127,195,232,1) 100%)}.pf_rngstyle_html5 .irs-bar-edge{height:10px;top:33px;width:14px;border:1px solid #428bca;border-right:0;background:#428bca;background:linear-gradient(to top,rgba(66,139,202,1) 0,rgba(127,195,232,1) 100%);border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px}.pf_rngstyle_html5 .irs-shadow{height:2px;top:38px;background:#000;opacity:.3;border-radius:5px;-moz-border-radius:5px}.lt-ie9 .pf_rngstyle_html5 .irs-shadow{filter:alpha(opacity=30)}.pf_rngstyle_html5 .irs-slider{top:25px;width:27px;height:27px;border:1px solid #AAA;background:#DDD;background:linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%);border-radius:27px;-moz-border-radius:27px;box-shadow:1px 1px 3px rgba(0,0,0,.3);cursor:pointer}.pf_rngstyle_html5 .irs-slider.state_hover,.pf_rngstyle_html5 .irs-slider:hover{background:#FFF}.pf_rngstyle_html5 .irs-max,.pf_rngstyle_html5 .irs-min{color:#333;font-size:12px;line-height:1.333;text-shadow:none;top:0;padding:1px 5px;background:rgba(0,0,0,.1);border-radius:3px;-moz-border-radius:3px}.lt-ie9 .pf_rngstyle_html5 .irs-max,.lt-ie9 .pf_rngstyle_html5 .irs-min{background:#ccc}.pf_rngstyle_html5 .irs-from,.pf_rngstyle_html5 .irs-single,.pf_rngstyle_html5 .irs-to{color:#fff;font-size:14px;line-height:1.333;text-shadow:none;padding:1px 5px;background:#428bca;border-radius:3px;-moz-border-radius:3px}.lt-ie9 .pf_rngstyle_html5 .irs-from,.lt-ie9 .pf_rngstyle_html5 .irs-single,.lt-ie9 .pf_rngstyle_html5 .irs-to{background:#999}.pf_rngstyle_html5 .irs-grid{height:27px}.pf_rngstyle_html5 .irs-grid-pol{opacity:.5;background:#428bca}.pf_rngstyle_html5 .irs-grid-pol.small{background:#999}.pf_rngstyle_html5 .irs-grid-text{bottom:5px;color:#99a4ac}.pf_rngstyle_modern .irs-bar,.pf_rngstyle_modern .irs-bar-edge,.pf_rngstyle_modern .irs-line-left,.pf_rngstyle_modern .irs-line-mid,.pf_rngstyle_modern .irs-line-right,.pf_rngstyle_modern .irs-slider{background:url(//www.habitusliving.com/wp-content/plugins/woocommerce-product-filter/lib/images/sprite-skin-modern.png) repeat-x}.pf_rngstyle_modern .irs{height:50px}.pf_rngstyle_modern .irs-with-grid{height:70px}.pf_rngstyle_modern .irs-line{height:6px;top:25px}.pf_rngstyle_modern .irs-line-left{height:6px;background-position:0 -30px}.pf_rngstyle_modern .irs-line-mid{height:6px;background-position:0 0}.pf_rngstyle_modern .irs-line-right{height:6px;background-position:100% -30px}.pf_rngstyle_modern .irs-bar{height:6px;top:25px;background-position:0 -60px}.pf_rngstyle_modern .irs-bar-edge{top:25px;height:6px;width:6px;background-position:0 -90px}.pf_rngstyle_modern .irs-shadow{height:5px;top:25px;background:#000;opacity:.25}.lt-ie9 .pf_rngstyle_modern .irs-shadow{filter:alpha(opacity=25)}.lt-ie9 .pf_rngstyle_knob .irs-shadow,.lt-ie9 .pf_rngstyle_metal .irs-shadow,.lt-ie9 .pf_rngstyle_thin .irs-shadow,.lt-ie9 .pf_rngstyle_white .irs-shadow{filter:alpha(opacity=15)}.pf_rngstyle_modern .irs-slider{width:11px;height:18px;top:31px;background-position:0 -120px}.pf_rngstyle_modern .irs-slider.state_hover,.pf_rngstyle_modern .irs-slider:hover{background-position:0 -150px}.pf_rngstyle_modern .irs-max,.pf_rngstyle_modern .irs-min{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:0;padding:1px 3px;background:#e1e4e9;-moz-border-radius:4px;border-radius:4px}.pf_rngstyle_modern .irs-from,.pf_rngstyle_modern .irs-single,.pf_rngstyle_modern .irs-to{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:#20b426;-moz-border-radius:4px;border-radius:4px}.pf_rngstyle_modern .irs-from:after,.pf_rngstyle_modern .irs-single:after,.pf_rngstyle_modern .irs-to:after{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.pf_rngstyle_modern .irs-grid{height:34px}.pf_rngstyle_modern .irs-grid-pol{background:silver}.pf_rngstyle_modern .irs-grid-text{bottom:12px;color:silver}.pf_rngstyle_white .irs-bar,.pf_rngstyle_white .irs-bar-edge,.pf_rngstyle_white .irs-line-left,.pf_rngstyle_white .irs-line-mid,.pf_rngstyle_white .irs-line-right,.pf_rngstyle_white .irs-slider{background:url(//www.habitusliving.com/wp-content/plugins/woocommerce-product-filter/lib/images/sprite-skin-nice.png) repeat-x}.pf_rngstyle_white .irs{height:40px}.pf_rngstyle_white .irs-with-grid{height:60px}.pf_rngstyle_white .irs-line{height:8px;top:25px}.pf_rngstyle_white .irs-line-left{height:8px;background-position:0 -30px}.pf_rngstyle_white .irs-line-mid{height:8px;background-position:0 0}.pf_rngstyle_white .irs-line-right{height:8px;background-position:100% -30px}.pf_rngstyle_white .irs-bar{height:8px;top:25px;background-position:0 -60px}.pf_rngstyle_white .irs-bar-edge{top:25px;height:8px;width:11px;background-position:0 -90px}.pf_rngstyle_white .irs-shadow{height:1px;top:34px;background:#000;opacity:.15}.pf_rngstyle_white .irs-slider{width:22px;height:22px;top:17px;background-position:0 -120px}.pf_rngstyle_white .irs-slider.state_hover,.pf_rngstyle_white .irs-slider:hover{background-position:0 -150px}.pf_rngstyle_white .irs-max,.pf_rngstyle_white .irs-min{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:0;padding:1px 3px;background:rgba(0,0,0,.1);-moz-border-radius:3px;border-radius:3px}.lt-ie9 .pf_rngstyle_white .irs-max,.lt-ie9 .pf_rngstyle_white .irs-min{background:#ccc}.pf_rngstyle_white .irs-from,.pf_rngstyle_white .irs-single,.pf_rngstyle_white .irs-to{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:rgba(0,0,0,.3);-moz-border-radius:3px;border-radius:3px}.lt-ie9 .pf_rngstyle_white .irs-from,.lt-ie9 .pf_rngstyle_white .irs-single,.lt-ie9 .pf_rngstyle_white .irs-to{background:#999}.pf_rngstyle_white .irs-grid-pol{background:#99a4ac}.pf_rngstyle_white .irs-grid-text{color:#99a4ac}.pf_rngstyle_thin .irs-bar,.pf_rngstyle_thin .irs-bar-edge,.pf_rngstyle_thin .irs-line-left,.pf_rngstyle_thin .irs-line-mid,.pf_rngstyle_thin .irs-line-right,.pf_rngstyle_thin .irs-slider{background:url(//www.habitusliving.com/wp-content/plugins/woocommerce-product-filter/lib/images/sprite-skin-thin.png) repeat-x}.pf_rngstyle_thin .irs{height:50px}.pf_rngstyle_thin .irs-with-grid{height:70px}.pf_rngstyle_thin .irs-line{height:12px;top:35px}.pf_rngstyle_thin .irs-line-left{height:12px;background-position:0 -30px}.pf_rngstyle_thin .irs-line-mid{height:12px;background-position:0 0}.pf_rngstyle_thin .irs-line-right{height:12px;background-position:100% -30px}.pf_rngstyle_thin .irs-bar{height:12px;top:35px;background-position:0 -60px}.pf_rngstyle_thin .irs-bar-edge{top:35px;height:12px;width:11px;background-position:0 -90px}.pf_rngstyle_thin .irs-shadow{height:1px;top:34px;background:#000;opacity:.15}.pf_rngstyle_thin .irs-slider{width:22px;height:23px;top:28px;background-position:0 -120px}.pf_rngstyle_thin .irs-slider.state_hover,.pf_rngstyle_thin .irs-slider:hover{background-position:0 -150px}.pf_rngstyle_thin .irs-max,.pf_rngstyle_thin .irs-min{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:5px;padding:1px 3px;background:rgba(0,0,0,.1);-moz-border-radius:3px;border-radius:3px}.lt-ie9 .pf_rngstyle_thin .irs-max,.lt-ie9 .pf_rngstyle_thin .irs-min{background:#ccc}.pf_rngstyle_thin .irs-from,.pf_rngstyle_thin .irs-single,.pf_rngstyle_thin .irs-to{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:#69f;-moz-border-radius:3px;border-radius:3px;top:5px}.lt-ie9 .pf_rngstyle_thin .irs-from,.lt-ie9 .pf_rngstyle_thin .irs-single,.lt-ie9 .pf_rngstyle_thin .irs-to{background:#999}.pf_rngstyle_thin .irs-grid-pol{background:#99a4ac}.pf_rngstyle_thin .irs-grid-text{color:#99a4ac}.pf_rngstyle_knob .irs-bar,.pf_rngstyle_knob .irs-bar-edge,.pf_rngstyle_knob .irs-line-left,.pf_rngstyle_knob .irs-line-mid,.pf_rngstyle_knob .irs-line-right,.pf_rngstyle_knob .irs-slider{background:url(//www.habitusliving.com/wp-content/plugins/woocommerce-product-filter/lib/images/sprite-skin-knob.png) repeat-x}.pf_rngstyle_knob .irs{height:50px}.pf_rngstyle_knob .irs-with-grid{height:70px}.pf_rngstyle_knob .irs-line{height:12px;top:35px}.pf_rngstyle_knob .irs-line-left{height:12px;background-position:0 -30px}.pf_rngstyle_knob .irs-line-mid{height:12px;background-position:0 0}.pf_rngstyle_knob .irs-line-right{height:12px;background-position:100% -30px}.pf_rngstyle_knob .irs-bar{height:12px;top:35px;background-position:0 -60px}.pf_rngstyle_knob .irs-bar-edge{top:35px;height:12px;width:11px;background-position:0 -90px}.pf_rngstyle_knob .irs-shadow{height:1px;top:34px;background:#000;opacity:.15}.pf_rngstyle_knob .irs-slider{width:41px;height:50px;top:28px;background-position:0 -120px}.pf_rngstyle_knob .irs-slider.state_hover,.pf_rngstyle_knob .irs-slider:hover{background-position:-50px -120px}.pf_rngstyle_knob .irs-max,.pf_rngstyle_knob .irs-min{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:4px;padding:1px 3px;background:rgba(0,0,0,.1);-moz-border-radius:1px;border-radius:1px}.lt-ie9 .pf_rngstyle_knob .irs-max,.lt-ie9 .pf_rngstyle_knob .irs-min{background:#ccc}.pf_rngstyle_knob .irs-from,.pf_rngstyle_knob .irs-single,.pf_rngstyle_knob .irs-to{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:rgba(0,0,0,.3);-moz-border-radius:1px;border-radius:1px;top:4px}.lt-ie9 .pf_rngstyle_knob .irs-from,.lt-ie9 .pf_rngstyle_knob .irs-single,.lt-ie9 .pf_rngstyle_knob .irs-to{background:#999}.pf_rngstyle_knob .irs-grid-pol{background:#99a4ac}.pf_rngstyle_knob .irs-grid-text{color:#99a4ac}.pf_rngstyle_metal .irs-bar,.pf_rngstyle_metal .irs-bar-edge,.pf_rngstyle_metal .irs-line-left,.pf_rngstyle_metal .irs-line-mid,.pf_rngstyle_metal .irs-line-right,.pf_rngstyle_metal .irs-slider{background:url(//www.habitusliving.com/wp-content/plugins/woocommerce-product-filter/lib/images/sprite-skin-metal.png) repeat-x}.pf_rngstyle_metal .irs{height:50px}.pf_rngstyle_metal .irs-with-grid{height:70px}.pf_rngstyle_metal .irs-line{height:12px;top:35px}.pf_rngstyle_metal .irs-line-left{height:12px;background-position:0 -30px}.pf_rngstyle_metal .irs-line-mid{height:12px;background-position:0 0}.pf_rngstyle_metal .irs-line-right{height:12px;background-position:100% -30px}.pf_rngstyle_metal .irs-bar{height:12px;top:35px;background-position:0 -60px}.pf_rngstyle_metal .irs-bar-edge{top:35px;height:12px;width:11px;background-position:0 -90px}.pf_rngstyle_metal .irs-shadow{height:1px;top:34px;background:#000;opacity:.15}.pf_rngstyle_metal .irs-slider{width:23px;height:50px;top:28px;background-position:0 -120px}.pf_rngstyle_metal .irs-max,.pf_rngstyle_metal .irs-min{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:6px;padding:1px 3px;background:rgba(0,0,0,.1);-moz-border-radius:1px;border-radius:1px}.lt-ie9 .pf_rngstyle_metal .irs-max,.lt-ie9 .pf_rngstyle_metal .irs-min{background:#ccc}.pf_rngstyle_metal .irs-from,.pf_rngstyle_metal .irs-single,.pf_rngstyle_metal .irs-to{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:rgba(0,0,0,.3);-moz-border-radius:1px;border-radius:1px;top:6px}.lt-ie9 .pf_rngstyle_metal .irs-from,.lt-ie9 .pf_rngstyle_metal .irs-single,.lt-ie9 .pf_rngstyle_metal .irs-to{background:#999}.pf_rngstyle_metal .irs-grid-pol{background:#99a4ac}.pf_rngstyle_metal .irs-grid-text{color:#99a4ac}.prdctfltr_wc .mCustomScrollbar{-ms-touch-action:none;touch-action:none}.prdctfltr_wc .mCustomScrollbar.mCS_no_scrollbar{-ms-touch-action:auto;touch-action:auto}.prdctfltr_wc .mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.prdctfltr_wc .mCSB_container{overflow:hidden;width:auto;height:auto}.prdctfltr_wc .mCSB_inside>.mCSB_container{margin-right:30px}.prdctfltr_wc .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.prdctfltr_wc .mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.prdctfltr_wc .mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.prdctfltr_wc .mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.prdctfltr_wc .mCSB_outside+.mCSB_scrollTools{right:-26px}.prdctfltr_wc .mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.prdctfltr_wc .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.prdctfltr_wc .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.prdctfltr_wc .mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.prdctfltr_wc .mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.prdctfltr_wc .mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.prdctfltr_wc .mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.prdctfltr_wc .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.prdctfltr_wc .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.prdctfltr_wc .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:10px}.prdctfltr_wc .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.prdctfltr_wc .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonDown,.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonDown{bottom:0}.prdctfltr_wc .mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.prdctfltr_wc .mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.prdctfltr_wc .mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.prdctfltr_wc .mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.prdctfltr_wc .mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.prdctfltr_wc .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:5px}.prdctfltr_wc .mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.prdctfltr_wc .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.prdctfltr_wc .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.prdctfltr_wc .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.prdctfltr_wc .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.prdctfltr_wc .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:10px;margin:0 auto}.prdctfltr_wc .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.prdctfltr_wc .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:3px 0}.prdctfltr_wc .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.prdctfltr_wc .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.prdctfltr_wc .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.prdctfltr_wc .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.prdctfltr_wc .mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.prdctfltr_wc .mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px}.prdctfltr_wc .mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.prdctfltr_wc .mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.prdctfltr_wc .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.prdctfltr_wc .mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.prdctfltr_wc .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.prdctfltr_wc .mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.prdctfltr_wc .mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.prdctfltr_wc .mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.prdctfltr_wc .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.prdctfltr_wc .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.prdctfltr_wc .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.prdctfltr_wc .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.prdctfltr_wc .mCSB_scrollTools,.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonDown,.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonLeft,.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonRight,.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonUp,.prdctfltr_wc .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.prdctfltr_wc .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.prdctfltr_wc .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.prdctfltr_wc .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.prdctfltr_wc .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.prdctfltr_wc .mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.prdctfltr_wc .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.prdctfltr_wc .mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.prdctfltr_wc .mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.prdctfltr_wc .mCustomScrollBox:hover>.mCSB_scrollTools,.prdctfltr_wc .mCustomScrollBox:hover~.mCSB_scrollTools,.prdctfltr_wc .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.prdctfltr_wc .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.prdctfltr_wc .mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.prdctfltr_wc .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.prdctfltr_wc .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.prdctfltr_wc .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonDown,.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonLeft,.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonRight,.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonUp{background-image:url(//www.habitusliving.com/wp-content/plugins/woocommerce-product-filter/lib/css/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonDown:hover,.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonLeft:hover,.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonRight:hover,.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonDown:active,.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonLeft:active,.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonRight:active,.prdctfltr_wc .mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.prdctfltr_wc .mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.prdctfltr_wc .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.prdctfltr_wc .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.prdctfltr_wc .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.prdctfltr_wc .mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.prdctfltr_wc .mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.prdctfltr_wc .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.prdctfltr_wc .mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.prdctfltr_wc .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.prdctfltr_wc .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.prdctfltr_wc .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.prdctfltr_wc .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.prdctfltr_wc .mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.prdctfltr_wc .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.prdctfltr_wc .mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.prdctfltr_wc .mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.prdctfltr_wc .mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.prdctfltr_wc .mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.prdctfltr_wc .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.prdctfltr_wc .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.prdctfltr_wc .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.prdctfltr_wc .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.prdctfltr_wc .mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.prdctfltr_wc .mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.prdctfltr_wc .mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.prdctfltr_wc .mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.prdctfltr_wc .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.prdctfltr_wc .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.prdctfltr_wc .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.prdctfltr_wc .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.prdctfltr_wc .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.prdctfltr_wc .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.prdctfltr_wc .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.prdctfltr_wc .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.prdctfltr_wc .mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.prdctfltr_wc .mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.prdctfltr_wc .mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.prdctfltr_wc .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.prdctfltr_wc .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.prdctfltr_wc .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.prdctfltr_wc .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.prdctfltr_wc .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.prdctfltr_wc .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.prdctfltr_wc .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.prdctfltr_wc .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.prdctfltr_wc .mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.prdctfltr_wc .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.prdctfltr_wc .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.prdctfltr_wc .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.prdctfltr_wc .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.prdctfltr_wc .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.prdctfltr_wc .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.prdctfltr_wc .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.prdctfltr_wc .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.prdctfltr_wc .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.prdctfltr_wc .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.prdctfltr_wc .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.prdctfltr_wc .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.prdctfltr_wc .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.prdctfltr_wc .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.prdctfltr_wc .mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.prdctfltr_wc .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.prdctfltr_wc .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.prdctfltr_wc .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.prdctfltr_wc .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.prdctfltr_wc .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.prdctfltr_wc .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.prdctfltr_wc .mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.prdctfltr_wc .mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.prdctfltr_wc .mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.prdctfltr_wc .mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.prdctfltr_wc .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.prdctfltr_wc .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.prdctfltr_wc .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.prdctfltr_wc .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.prdctfltr_wc .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.prdctfltr_wc .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.prdctfltr_wc .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.prdctfltr_wc .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.prdctfltr_wc .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.prdctfltr_wc .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.prdctfltr_wc .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools,.prdctfltr_wc .mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.prdctfltr_wc .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.prdctfltr_wc .mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.prdctfltr_wc .mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.prdctfltr_wc .mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.prdctfltr_wc .mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.prdctfltr_wc .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools,.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools,.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools,.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.prdctfltr_wc .mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.prdctfltr_wc .mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools_vertical,.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.prdctfltr_wc .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.prdctfltr_wc .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.prdctfltr_wc .mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.prdctfltr_wc .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.prdctfltr_wc .mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.prdctfltr_wc .mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.prdctfltr_wc .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.prdctfltr_wc .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.prdctfltr_wc .mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.prdctfltr_wc .mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.prdctfltr_wc .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.prdctfltr_wc .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.prdctfltr_wc .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.prdctfltr_wc .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.prdctfltr_wc .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.prdctfltr_wc .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.prdctfltr_wc .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.prdctfltr_wc .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.prdctfltr_wc .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.prdctfltr_wc .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.prdctfltr_wc .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.prdctfltr_wc .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.prdctfltr_wc .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.prdctfltr_wc .mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.prdctfltr_wc .mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.prdctfltr_wc .mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.prdctfltr_wc .mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.prdctfltr_wc .mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.prdctfltr_wc .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.prdctfltr_wc .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.prdctfltr_wc .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.prdctfltr_wc .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.prdctfltr_wc .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.prdctfltr_wc .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.prdctfltr_wc .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.prdctfltr_wc .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.prdctfltr_wc .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.prdctfltr_wc .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.prdctfltr_wc .mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.prdctfltr_wc .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.prdctfltr_wc .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.prdctfltr_wc .mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.prdctfltr_wc .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.prdctfltr_wc .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.prdctfltr_wc .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.prdctfltr_wc .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.prdctfltr_wc .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.prdctfltr_wc .mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.prdctfltr_wc .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.prdctfltr_wc .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.prdctfltr_wc .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.prdctfltr_wc .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.prdctfltr_wc .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.prdctfltr_wc .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.prdctfltr_wc .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.prdctfltr_wc .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.prdctfltr_wc .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.prdctfltr_wc .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.prdctfltr_wc .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.prdctfltr_wc .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.prdctfltr_wc .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.prdctfltr_wc .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.prdctfltr_wc .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.prdctfltr_wc .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.prdctfltr_wc .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.prdctfltr_wc .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.prdctfltr_wc .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.prdctfltr_wc .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.rtl .prdctfltr_wc .prdctfltr_buttons label input,.rtl .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active>span:after{right:0;left:auto}.rtl .prdctfltr_wc.pf_mod_row .prdctfltr_woocommerce_ordering{margin-right:0;margin-left:0}.rtl .prdctfltr_wc.pf_mod_row .prdctfltr_filter_inner .prdctfltr_filter{padding-left:0;padding-right:36px;margin-left:-4px;margin-right:auto}.rtl .prdctfltr_wc.pf_mod_row .prdctfltr_filter_inner .prdctfltr_filter:first-child{padding-right:0;padding-left:0}.rtl .prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter{margin-right:-1px;margin-left:10px}.rtl .prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter img{margin-right:1px;margin-left:auto}.rtl .prdctfltr_checkboxes .prdctfltr_sub{margin-right:22px;margin-left:auto}.rtl .prdctfltr_checkboxes>.prdctfltr_sub:first-child{margin-right:0;margin-left:auto}.rtl .prdctfltr_checkboxes .prdctfltr-plus{float:left;padding-right:6px;padding-left:2px}.rtl .prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes .prdctfltr-plus,.rtl .prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_checkboxes .prdctfltr-plus,.rtl .prdctfltr_terms_customized.prdctfltr_terms_customized_text .prdctfltr_checkboxes .prdctfltr-plus{margin-right:-6px;margin-left:10px}.rtl .prdctfltr_wc.pf_mode_row .prdctfltr_filter{margin-left:-4px;margin-right:auto}.rtl .pf_default_select .prdctfltr_filter>span,.rtl .pf_select .prdctfltr_filter>span{padding-left:32px;padding-right:0}.rtl .pf_mod_row .prdctfltr_woocommerce_filter_submit{margin-right:0!important;margin-left:auto}.rtl .prdctfltr_result_count{float:left}.rtl .prdctfltr_woocommerce_ordering>span{margin-right:12px;margin-left:auto}.rtl .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label>span:before,.rtl .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before,.rtl .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before,.rtl .prdctfltr_wc.prdctfltr_square .prdctfltr_filter label.prdctfltr_active>span:before,.rtl .prdctfltr_wc.prdctfltr_square .prdctfltr_filter label>span:before{margin-left:12px;margin-right:auto}.rtl .prdctfltr_overlay,.rtl .prdctfltr_woocommerce_ordering div.pf_attr_img label>span:after{left:0;right:0}.rtl .prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized_select label input[type=checkbox]+span,.rtl .prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_text label input[type=checkbox]+span{margin-right:-15px;padding-right:20px;padding-left:0;margin-left:auto}.rtl .prdctfltr_woocommerce_ordering div.pf_attr_img label,.rtl .prdctfltr_woocommerce_ordering div.pf_attr_imgtext label>span img{margin-left:8px;margin-right:auto}.rtl .prdctfltr_wc .prdctfltr_sale{margin-left:6px;margin-right:auto}.rtl .prdctfltr_woocommerce_ordering .prdctfltr_sale span:before{margin-left:2px;margin-right:auto}.rtl .prdctfltr_wc span.prdctfltr_instock{margin-left:6px;margin-right:auto}.rtl .prdctfltr_woocommerce_ordering span.prdctfltr_instock span:before{margin-left:2px;margin-right:auto}.rtl .prdctfltr_wc span.prdctfltr_reset{margin-left:6px;margin-right:auto}.rtl .prdctfltr_woocommerce_ordering span.prdctfltr_reset span:before{margin-left:3px;margin-right:auto}.rtl .prdctfltr_woocommerce .prdctfltr_filter{float:right;padding-right:10px;padding-left:10px}.rtl .prdctfltr_woocommerce .prdctfltr_woocommerce_ordering{margin-right:-10px;margin-left:-10px}.rtl .prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_filter_submit,.rtl .prdctfltr_woocommerce.pf_default_inline .prdctfltr_filter label,.rtl .prdctfltr_woocommerce.pf_default_inline .prdctfltr_woocommerce_filter_submit{margin-left:12px;margin-right:auto}.rtl .prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering,.rtl .prdctfltr_woocommerce.pf_default_inline .prdctfltr_woocommerce_ordering{right:0;left:auto}.rtl .prdctfltr_woocommerce.pf_default_inline .prdctfltr_filter.prdctfltr_terms_customized label{margin-left:0;margin-right:auto}.rtl .prdctfltr_woocommerce.prdctfltr_wc.pf_default_inline .prdctfltr_filter label>span:before{margin-left:6px;margin-right:auto}.rtl .prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_filter_submit,.rtl .prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_filter label,.rtl .prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_filter_submit{margin-left:12px;margin-right:auto}.rtl .prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering{right:0;left:auto}.rtl .prdctfltr_woocommerce.pf_arrow.pf_mod_row .prdctfltr_woocommerce_ordering{right:-11px;left:auto}.rtl .prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering:before{right:10px;left:auto}.rtl .prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_ordering{right:0;left:auto}.rtl .prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_ordering:before{right:10px;left:auto}.rtl .prdctfltr_woocommerce.prdctfltr_wc.pf_arrow_inline .prdctfltr_filter label>span:before{margin-left:6px;margin-right:auto}.rtl .prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering{right:0;left:auto}.rtl .prdctfltr_wc.prdctfltr_woocommerce.pf_select i.prdctfltr-down,.rtl .prdctfltr_wc.prdctfltr_woocommerce.pf_select i.prdctfltr-up,.rtl .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-down,.rtl .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-up{left:18px;right:auto;float:left}.rtl .prdctfltr_wc.pf_mod_row.pf_select .prdctfltr_filter_inner .prdctfltr_filter:first-child{padding-right:10px;padding-left:0}.rtl .prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_filter_submit{margin-left:12px;margin-right:auto}.rtl .prdctfltr_wc.pf_mod_row.prdctfltr_click_filter.pf_select .prdctfltr_sale{margin-right:10px;margin-left:auto}.rtl .prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter>span{padding-left:32px;padding-right:0}.rtl .prdctfltr_wc_regular.pf_mod_masonry .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-down,.rtl .prdctfltr_wc_regular.pf_mod_masonry .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-up{left:23px;right:auto}.rtl body.wc-prdctfltr-active-overlay{transition:right .2s,.rtl left .2s}.rtl .prdctfltr_woocommerce.pf_sidebar .prdctfltr_woocommerce_ordering,.rtl .prdctfltr_woocommerce.pf_sidebar_css .prdctfltr_woocommerce_ordering,.rtl .prdctfltr_woocommerce.pf_sidebar_css_left .prdctfltr_woocommerce_ordering,.rtl .prdctfltr_woocommerce.pf_sidebar_left .prdctfltr_woocommerce_ordering{right:-320px;padding-right:10px;transition:right .2s,.rtl left .2s;left:auto;padding-left:0}.rtl .wc-prdctfltr-active .prdctfltr_woocommerce.pf_sidebar .prdctfltr_woocommerce_ordering,.rtl .wc-prdctfltr-active .prdctfltr_woocommerce.pf_sidebar_css .prdctfltr_woocommerce_ordering{right:0;left:auto}.rtl .prdctfltr_wc.prdctfltr_woocommerce.pf_sidebar_css_left .prdctfltr_woocommerce_ordering,.rtl .prdctfltr_wc.prdctfltr_woocommerce.pf_sidebar_left .prdctfltr_woocommerce_ordering{right:auto;left:-320px;padding-right:0;padding-left:0}.rtl .wc-prdctfltr-active .prdctfltr_wc.prdctfltr_woocommerce.pf_sidebar_css_left .prdctfltr_woocommerce_ordering,.rtl .wc-prdctfltr-active .prdctfltr_wc.prdctfltr_woocommerce.pf_sidebar_left .prdctfltr_woocommerce_ordering{left:0;right:auto}.rtl .prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_buttons,.rtl .prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar,.rtl .prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{margin-right:auto;margin-left:auto}.rtl .prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_filter_submit{margin-left:12px;margin-right:auto}.rtl .prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering{right:0;left:0;margin-right:0;margin-left:0}.rtl .prdctfltr-widget .prdctfltr_wc.pf_default_inline>form>div>label{margin-left:12px;margin-right:auto}.rtl .prdctfltr-widget .prdctfltr_wc.pf_default_inline>form>div.pf_attr_img>label,.rtl .prdctfltr-widget .prdctfltr_wc.pf_default_inline>form>div.pf_attr_imgtext>label{margin-left:0;margin-right:auto}.rtl .prdctfltr-widget .prdctfltr_wc.prdctfltr_maxheight .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper .prdctfltr_filter{padding-right:0;margin-left:0;padding-left:0;margin-right:auto}.rtl .prdctfltr-widget .prdctfltr_wc.prdctfltr_maxheight .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{margin-right:0;margin-left:0}.rtl .prdctfltr-widget .prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll .prdctfltr_checkboxes,.rtl .prdctfltr-widget .prdctfltr_scroll_default.pf_default_select .prdctfltr_add_scroll .prdctfltr_checkboxes{padding-left:10px;padding-right:0}.rtl .prdctfltr-widget .pf_default_select i.prdctfltr-down,.rtl .prdctfltr-widget .pf_default_select i.prdctfltr-up,.rtl .prdctfltr-widget .prdctfltr_terms_customized_select i.prdctfltr-down,.rtl .prdctfltr-widget .prdctfltr_terms_customized_select i.prdctfltr-up{float:left}.rtl .prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons{margin-right:0!important;margin-left:0!important;padding-right:0!important;padding-left:0!important}.rtl .prdctfltr-widget .prdctfltr_wc .prdctfltr_loader{left:0;right:auto}.rtl .pf_adptv_click .prdctfltr_woocommerce_ordering div.pf_attr_img .pf_adoptive_hide:after,.rtl .pf_adptv_unclick .prdctfltr_woocommerce_ordering div.pf_attr_img .pf_adoptive_hide:after{right:0;left:auto}.rtl .prdctfltr_count{margin-right:2px;margin-left:auto}.rtl .prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_checkboxes .prdctfltr_sub,.rtl .prdctfltr_woocommerce.pf_default_inline .prdctfltr_checkboxes .prdctfltr_sub{margin-right:0;margin-left:auto}.rtl .prdctfltr_wc .prdctfltr_filter.prdctfltr_range .prdctfltr_checkboxes input{right:0!important;left:auto}.rtl .prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms i{right:0;left:auto}.rtl .prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms .prdctfltr_search_terms_input{padding-right:20px;padding-left:0}.rtl .prdctfltr_tooltip{right:50%;margin-right:-50px;left:auto;margin-left:auto}.rtl .prdctfltr_tooltip>span:after{right:50%;margin-right:-10px;left:auto;margin-left:auto}.rtl .prdctfltr_woocommerce .prdctfltr_reset_this{border-right:0;border-right-color:inherit;border-right-style:none;border-right-width:medium;border-left:0;border-left-color:inherit;border-left-style:none;border-left-width:medium;right:auto;margin-right:0;margin-left:0;padding-right:0;padding-left:0;left:auto;border-radius:0}.rtl @media (max-width:640px){.prdctfltr_woocommerce .prdctfltr_reset_this{border-right:0;border-right-color:inherit;border-right-style:none;border-right-width:medium;border-left:0;border-left-color:inherit;border-left-style:none;border-left-width:medium;right:auto;margin-right:0;margin-left:0;padding-right:0;padding-left:0;left:auto;border-radius:0}}.rtl @media (max-width:900px){.prdctfltr_woocommerce .prdctfltr_reset_this{border-right:0;border-right-color:inherit;border-right-style:none;border-right-width:medium;border-left:0;border-left-color:inherit;border-left-style:none;border-left-width:medium;right:auto;margin-right:0;margin-left:0;padding-right:0;padding-left:0;left:auto;border-radius:0}}.rtl .prdctfltr_customize{margin:0 0 5px 5px}.rtl .prdctfltr_customize_round .prdctfltr_customize_count{left:-2px;right:auto}.rtl .prdctfltr_wc .prdctfltr_terms_customized.prdctfltr_terms_customized_image-text .prdctfltr_customize_block .prdctfltr_customize_image_text_tip{margin-right:20px;margin-left:auto}.rtl .prdctfltr_checkboxes .pf_more span:before{right:100%;margin-right:10px;left:auto;margin-left:auto}.rtl .pf_search_trigger{left:0;right:auto}.rtl .prdctfltr_sc_products.prdctfltr_fallback_css .products{margin-right:-10px!important;margin-left:-10px!important}.rtl .prdctfltr_sc_products.prdctfltr_fallback_css .products .type-product,.rtl .prdctfltr_sc_products.prdctfltr_fallback_css .products li{padding-right:10px!important;padding-left:10px!important;margin-right:0!important;margin-left:0!important}.rtl .pf_adptv_click .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_color .pf_adoptive_hide>span>span:after,.rtl .pf_adptv_click .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_image .pf_adoptive_hide>span>span:after,.rtl .pf_adptv_unclick .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_color .pf_adoptive_hide>span>span:after,.rtl .pf_adptv_unclick .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_image .pf_adoptive_hide>span>span:after,.rtl div.prdctfltr_terms_customized_color label.prdctfltr_ft_none>span>span:after,.rtl div.prdctfltr_terms_customized_image label.prdctfltr_ft_none>span>span:after{right:0;left:auto}.rtl .prdctfltr_added_loader{left:-10px;right:-10px}.rtl .prdctfltr_wc .prdctfltr_added_loader img.prdctfltr_loader{right:50%;margin-right:-15px;left:auto;margin-left:auto}.rtl .prdctfltr_collector>span a{margin-right:20px;margin-left:auto}.rtl .prdctfltr_collector_border>span,.rtl .prdctfltr_collector_flat>span{margin:0 0 10px 10px}.prdctfltr_wc[data-loader^=css] .prdctfltr_woocommerce_filter.pf_ajax_loading i{width:24px;display:inline-block}@keyframes spinner{to{transform:rotate(360deg)}}.pf_ajax_loading .css-spinner-full:before,.pf_ajax_loading .css-spinner:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#333;animation:spinner .6s linear infinite}.pf_ajax_loading .css-spinner-full:before{width:40px;height:40px;margin-top:-20px;margin-left:-20px;border:4px solid #ccc;border-top-color:#333}.pf_ajax_loading .css-spinner-01:before,.pf_ajax_loading .css-spinner-full-01:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;width:24px;height:24px;margin-top:-12px;margin-left:-12px;border-radius:50%;border:1px solid #ccc;border-top-color:#07d;animation:spinner .6s linear infinite}.pf_ajax_loading .css-spinner-full-01:before{width:48px;height:48px;margin-top:-24px;margin-left:-24px;border:2px solid #ccc;border-top-color:#07d}.pf_ajax_loading .css-spinner-02:before,.pf_ajax_loading .css-spinner-full-02:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid transparent;border-top-color:#07d;border-bottom-color:#07d;animation:spinner .8s ease infinite}.pf_ajax_loading .css-spinner-03:before,.pf_ajax_loading .css-spinner-04:before,.pf_ajax_loading .css-spinner-05:before,.pf_ajax_loading .css-spinner-full-03:before,.pf_ajax_loading .css-spinner-full-04:before,.pf_ajax_loading .css-spinner-full-05:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;animation:spinner .6s linear infinite}.pf_ajax_loading .css-spinner-full-02:before{width:40px;height:40px;margin-top:-20px;margin-left:-20px;border:4px solid #ccc;border-top-color:#07d;border-bottom-color:#07d}.pf_ajax_loading .css-spinner-03:before,.pf_ajax_loading .css-spinner-full-03:before{width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border-top:2px solid #07d;border-right:2px solid transparent}.pf_ajax_loading .css-spinner-full-03:before{width:40px;height:40px;margin-top:-20px;margin-left:-20px;border-top:4px solid #07d;border-right:4px solid transparent}.pf_ajax_loading .css-spinner-04:before,.pf_ajax_loading .css-spinner-full-04:before{width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:1px solid #f6f;border-top-color:#0e0;border-right-color:#0dd;border-bottom-color:#f90}.pf_ajax_loading .css-spinner-full-04:before{width:40px;height:40px;margin-top:-20px;margin-left:-20px;border:2px solid #f6f;border-top-color:#0e0;border-right-color:#0dd;border-bottom-color:#f90}.pf_ajax_loading .css-spinner-05:before,.pf_ajax_loading .css-spinner-full-05:before{width:15px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc}.pf_ajax_loading .css-spinner-full-05:before{width:35px;height:40px;margin-top:-20px;margin-left:-20px;border:2px solid #ccc}.pf_ajax_loading.pf_ajax_css-spinner-full,.pf_ajax_loading.pf_ajax_css-spinner-full-01,.pf_ajax_loading.pf_ajax_css-spinner-full-02,.pf_ajax_loading.pf_ajax_css-spinner-full-03,.pf_ajax_loading.pf_ajax_css-spinner-full-04,.pf_ajax_loading.pf_ajax_css-spinner-full-05{position:fixed!important;top:0!important;left:0!important;height:100%!important;width:100%!important;z-index:99998!important;background-color:#fff!important;background-color:rgba(255,255,255,.66)!important;cursor:progress!important}.prdctfltr_sc .products{margin-bottom:60px}.wpp-no-data {
} .wpp-list {	
float:left;
} .wpp-list li {
overflow:hidden;
float:left;
width: 100%;
max-width: 370px;
margin:15px 15px 25px 15px;
}
.wpp-list li:first-of-type, .wpp-list li:nth-child(4){margin:15px 15px 25px 0; float:left; clear: left;}
.wpp-list li:nth-child(3), .wpp-list li:nth-child(6){margin:15px 0 25px 15px;}
.wpp-list li .mtl_image, .wpp-list li .mtl_title, .wpp-list li .mtl_excerpt{ float:left;}
.wpp-list li .mtl_excerpt p, .wpp-list li .mtl_excerpt{padding-bottom: 0px; line-height: 1.4em; height: 36px; overflow:hidden;} .wpp-list li.current {
} .wpp-thumbnail {
display:inline;
float:left;
margin:0 5px 0 0;
border:none;
} .wpp-post-title {
} .wpp-excerpt {
} .post-stats {
display:block;
font-size:9px;
font-weight:bold;
} .wpp-comments {
} .wpp-views {
} .wpp-author {
} .wpp-date {
} .wpp-category {
} .wpp-rating {
}