/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset calendarWin2k1Css 
 Path: js/calendar/calendar-win2k-1.css 
*/ 

/* The main calendar widget.  DIV containing a table. */.calendar {  position: relative;  display: none;  border-top: 2px solid #fff;  border-right: 2px solid #000;  border-bottom: 2px solid #000;  border-left: 2px solid #fff;  font-size: 11px;  color: #000;  cursor: default;  background: #d4d0c8;  font-family: tahoma,verdana,sans-serif;}.calendar table {  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;  font-size: 11px;  color: #000;  cursor: default;  background: #d4d0c8;  font-family: tahoma,verdana,sans-serif;}/* Header part -- contains navigation buttons and day names. */.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */  text-align: center;  padding: 1px;  border-top: 1px solid #fff;  border-right: 1px solid #000;  border-bottom: 1px solid #000;  border-left: 1px solid #fff;}.calendar .nav {  background: transparent url("//constructiveplaythings.com/js/calendar/menuarrow.gif") no-repeat 100% 100%;}.calendar thead .title { /* This holds the current "month, year" */  font-weight: bold;  padding: 1px;  border: 1px solid #000;  background: #848078;  color: #fff;  text-align: center;}.calendar thead .headrow { /* Row <TR> containing navigation buttons */}.calendar thead .daynames { /* Row <TR> containing the day names */}.calendar thead .name { /* Cells <TD> containing the day names */  border-bottom: 1px solid #000;  padding: 2px;  text-align: center;  background: #f4f0e8;}.calendar thead .weekend { /* How a weekend day name shows in header */  color: #f00;}.calendar thead .hilite { /* How do the buttons in header appear when hover */  border-top: 2px solid #fff;  border-right: 2px solid #000;  border-bottom: 2px solid #000;  border-left: 2px solid #fff;  padding: 0px;  background-color: #e4e0d8;}.calendar thead .active { /* Active (pressed) buttons in header */  padding: 2px 0px 0px 2px;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;  background-color: #c4c0b8;}/* The body part -- contains all the days in month. */.calendar tbody .day { /* Cells <TD> containing month days dates */  width: 2em;  text-align: right;  padding: 2px 4px 2px 2px;}.calendar tbody .day.othermonth {  font-size: 80%;  color: #aaa;}.calendar tbody .day.othermonth.oweekend {  color: #faa;}.calendar table .wn {  padding: 2px 3px 2px 2px;  border-right: 1px solid #000;  background: #f4f0e8;}.calendar tbody .rowhilite td {  background: #e4e0d8;}.calendar tbody .rowhilite td.wn {  background: #d4d0c8;}.calendar tbody td.hilite { /* Hovered cells <TD> */  padding: 1px 3px 1px 1px;  border-top: 1px solid #fff;  border-right: 1px solid #000;  border-bottom: 1px solid #000;  border-left: 1px solid #fff;}.calendar tbody td.active { /* Active (pressed) cells <TD> */  padding: 2px 2px 0px 2px;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;}.calendar tbody td.selected { /* Cell showing selected date */  font-weight: bold;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;  padding: 2px 2px 0px 2px;  background: #e4e0d8;}.calendar tbody td.weekend { /* Cells showing weekend days */  color: #f00;}.calendar tbody td.today { /* Cell showing today date */  font-weight: bold;  color: #00f;}.calendar tbody .disabled { color: #999; }.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */  visibility: hidden;}.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */  display: none;}/* The footer part -- status bar and "Close" button */.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */}.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */  background: #f4f0e8;  padding: 1px;  border: 1px solid #000;  background: #848078;  color: #fff;  text-align: center;}.calendar tfoot .hilite { /* Hover style for buttons in footer */  border-top: 1px solid #fff;  border-right: 1px solid #000;  border-bottom: 1px solid #000;  border-left: 1px solid #fff;  padding: 1px;  background: #e4e0d8;}.calendar tfoot .active { /* Active (pressed) style for buttons in footer */  padding: 2px 0px 0px 2px;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;}/* Combo boxes (menus that display months/years for direct selection) */.calendar .combo {  position: absolute;  display: none;  width: 4em;  top: 0px;  left: 0px;  cursor: default;  border-top: 1px solid #fff;  border-right: 1px solid #000;  border-bottom: 1px solid #000;  border-left: 1px solid #fff;  background: #e4e0d8;  font-size: 90%;  padding: 1px;  z-index: 100;}.calendar .combo .label,.calendar .combo .label-IEfix {  text-align: center;  padding: 1px;}.calendar .combo .label-IEfix {  width: 4em;}.calendar .combo .active {  background: #c4c0b8;  padding: 0px;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;}.calendar .combo .hilite {  background: #048;  color: #fea;}.calendar td.time {  border-top: 1px solid #000;  padding: 1px 0px;  text-align: center;  background-color: #f4f0e8;}.calendar td.time .hour,.calendar td.time .minute,.calendar td.time .ampm {  padding: 0px 3px 0px 4px;  border: 1px solid #889;  font-weight: bold;  background-color: #fff;}.calendar td.time .ampm {  text-align: center;}.calendar td.time .colon {  padding: 0px 2px 0px 3px;  font-weight: bold;}.calendar td.time span.hilite {  border-color: #000;  background-color: #766;  color: #fff;}.calendar td.time span.active {  border-color: #f00;  background-color: #000;  color: #0f0;}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_HYxBDoAgDAT/0nBUufuWXkgtkURaQjlIjH8XvM3MJvuAa70w7EBmsICzSkNKukPs6ElzUWFphr6qNvQnh4Mr+pwkUaijRP3nKWsilcHW+sXbfHw/ 
 Path: skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/style.css 
 Parent uid: cp_5a8f0da44b57a857188937
*/ 

@font-face {  font-family: 'cart-icons';  src:  url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.eot?ze1kp6");  src:  url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.eot?ze1kp6#iefix") format('embedded-opentype'),    url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.ttf?ze1kp6") format('truetype'),    url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.woff?ze1kp6") format('woff'),    url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.svg?ze1kp6#cart-icons") format('svg');  font-weight: normal;  font-style: normal;}[class^="cart-icon-"]:before, [class*=" cart-icon-"]:before {  /* use !important to prevent issues with browser extensions that change fonts */  font-family: 'cart-icons' !important;  speak: none;  font-style: normal;  font-weight: normal;  font-variant: normal;  text-transform: none;  line-height: 1;  /* Better Font Rendering =========== */  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}.cart-icon-purse:before {  content: "\e906";}.cart-icon-bag-black:before {  content: "\e900";}.cart-icon-bag-thin:before {  content: "\e901";}.cart-icon-shopping-bag-round:before {  content: "\e908";}.cart-icon-shopping-bag:before {  content: "\e909";}.cart-icon-grocery:before {  content: "\e90a";}.cart-icon-shopping-bag-full:before {  content: "\e90b";}.cart-icon-basket:before {  content: "\e902";}.cart-icon-cart-black:before {  content: "\e903";}.cart-icon-cart-mesh:before {  content: "\e904";}.cart-icon-cart-thin:before {  content: "\e905";}.cart-icon-cart:before {  content: "\e82f";}.cart-icon-shopping-cart:before {  content: "\e90c";}.cart-icon-cart-thin-2:before {  content: "\e90d";}.cart-icon-cart-full:before {  content: "\e90e";}.cart-icon-calculator:before {  content: "\e927";}.cart-icon-calculator2:before {  content: "\e907";}.cart-icon-cargo-truck:before {  content: "\e90f";}.cart-icon-cargo-truck-round:before {  content: "\e910";}.cart-icon-cargo-truck-left:before {  content: "\e911";}.cart-icon-cargo-truck-fast:before {  content: "\e912";}.cart-icon-cargo-truck-outline-fast:before {  content: "\e913";}.cart-icon-cargo-truck-thin-fast:before {  content: "\e914";}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcsxCoAwDADAv4SOanD1LQGpNWLBNqHJoIh/V8cb7obglzJMkMygg2AtfdB8xu0iTFJUKlc3wibihDvHldtcZMkHE2pjY+/Hwf7/vA== 
 Path: skin/designcenter/pixafy/components/root/header_mobile/preset-1.scss 
 Parent uid: cp_5a8f0da44b57a857188937
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header_mobile/preset-1.scss
==================================================
**/
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-top-menu .zoey-account-links-mobile .title {
  color: rgba(68,68,68,1);
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-top-menu .zoey-account-links-mobile .title {
  font-family: Karla;
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 12px;
}
#pix-fe .cp-5a8f0da44b57a857188937 {
  width: 100%;
  z-index: 10 !important;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-styled-select, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-styled-select.default {
  background: transparent;
  color: inherit;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-styled-select select, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-styled-select.default select {
  background: transparent;
  padding: 0 20px 0 6px;
  height: 30px;
  border: 0;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-styled-select select:not(:-webkit-autofill), #pix-fe .cp-5a8f0da44b57a857188937 .zoey-styled-select.default select:not(:-webkit-autofill), #pix-fe .cp-5a8f0da44b57a857188937 .zoey-styled-select select:not(:hover), #pix-fe .cp-5a8f0da44b57a857188937 .zoey-styled-select.default select:not(:hover), #pix-fe .cp-5a8f0da44b57a857188937 .zoey-styled-select select:not(:focus), #pix-fe .cp-5a8f0da44b57a857188937 .zoey-styled-select.default select:not(:focus) {
  background: transparent;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-top-menu .img-container {
  display: none;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-language-currency {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-language-currency.language-and-currency > div {
  width: 50%;
  float: left;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-language-currency.language-and-currency > div:first-child {
  border-right-style: solid;
  border-right-width: 1px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-language-currency.language-and-currency:before, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-language-currency.language-and-currency:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-language-currency:not(.language-and-currency) > div {
  width: 100%;
  float: none;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-language-currency > div {
  padding: 0 10px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-language-currency select {
  width: 100%;
  color: inherit;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-cart .zoey-header-cart-trigger > .label {
  display: none;
}
#pix-fe .cp-5a8f0da44b57a857188937 #header-cart-mobile, #pix-fe .cp-5a8f0da44b57a857188937 #header-cart-mobile-b2bquote {
  display: none;
}
#pix-fe .cp-5a8f0da44b57a857188937 #header-cart-mobile.active, #pix-fe .cp-5a8f0da44b57a857188937 #header-cart-mobile-b2bquote.active {
  display: block;
}
#pix-fe:not(.zoey-has-mobile-header) .cp-5a8f0da44b57a857188937, #pix-fe.media-d .cp-5a8f0da44b57a857188937, #pix-fe.media-t .cp-5a8f0da44b57a857188937 {
  display: none;
}
#pix-fe.modal-body-content .cp-5a8f0da44b57a857188937 {
  display: block;
  overflow: hidden;
}
#pix-fe .cp-5a8f0da44b57a857188937 {
  min-width: 100px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-language-currency {
  color: #000;
  border-bottom-color: rgba(51, 51, 51, 1);
  background-color: rgba(255,255,255,1);
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-language-currency > div {
  border-right-color: rgba(51, 51, 51, 1);
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-top-menu {
  position: absolute;
  width: 100%;
  top: 0;
  padding-left: 20%;
  background-color: #efefef;
  overflow: auto;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-top-menu > nav, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-top-menu > .zoey-account-links-mobile {
  padding: 0 10px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-top-menu .zoey-account-links-mobile {
  padding-top: 30px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-top-menu-trigger {
  color: #000;
  float: left;
  font-size: 12px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-top-menu-trigger .icon-list {
  color: inherit;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-top-menu-trigger:hover {
  cursor: pointer;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-logo {
  margin-left: 35px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-logo .pix-logo {
  display: inline-block;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-logo .pix-logo img {
  height: 28px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-cart {
  color: #000;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-cart .zoey-header-cart-trigger {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 20px;
  margin-top: -12px;
  color: inherit;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-cart #header-cart-mobile {
  position: absolute;
  left: 0;
  width: 100%;
  background: #efefef;
  overflow: auto;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-cart-b2bquote {
  color: #000;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-cart-b2bquote .zoey-header-cart-trigger {
  position: absolute;
  top: 50%;
  right: 80px;
  font-size: 20px;
  margin-top: -12px;
  color: inherit;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-cart-b2bquote.no-cart .zoey-header-cart-trigger {
  right: 20px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-cart-b2bquote #header-cart-mobile-b2bquote {
  position: absolute;
  left: 0;
  width: 100%;
  background: #efefef;
  overflow: auto;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-search {
  padding: 10px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-search .form-search {
  position: relative;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-search .form-search input {
  padding-right: 30px;
  font-size: 16px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-search .form-search input, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-search .form-search input:focus {
  border: 1px solid #ccc;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-search .form-search button {
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -8px;
  background-color: transparent;
  padding: 0;
  color: initial;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-top-menu-container {
  position: relative;
  padding: 10px 20px;
  background-color: rgba(255,255,255,1);
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-top-menu-container:before, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-header-mobile-top-menu-container:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-account-links-content-mobile > li > a, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-nav-primary > li > a {
  background-color: #fff;
  color: #333;
  padding: 20px;
  font-size: 20px;
  display: block;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-account-links-content-mobile > li > a:hover, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-nav-primary > li > a:hover {
  text-decoration: none;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-account-links-content-mobile li.parent > a, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-nav-primary li.parent > a {
  position: relative;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-account-links-content-mobile li.parent > a .toggle-menu-element, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-nav-primary li.parent > a .toggle-menu-element {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-account-links-content-mobile li.parent > a .toggle-menu-element:after, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-nav-primary li.parent > a .toggle-menu-element:after {
  content: '+';
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  top: 50%;
  right: 50%;
  font-size: 24px;
  line-height: 0.7em;
  text-align: center;
  margin-top: -12px;
  margin-right: -8px;
  font-weight: lighter;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-account-links-content-mobile li.parent.level0 > a .toggle-menu-element, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-nav-primary li.parent.level0 > a .toggle-menu-element {
  width: 60px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-account-links-content-mobile li.parent.level0 > a .toggle-menu-element:after, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-nav-primary li.parent.level0 > a .toggle-menu-element:after {
  font-size: 30px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-account-links-content-mobile li.parent.active > a > .toggle-menu-element:after, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-nav-primary li.parent.active > a > .toggle-menu-element:after {
  content: '-';
  margin-right: -5px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-account-links-content-mobile ul, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-nav-primary ul {
  display: none;
  padding: 10px 0 10px 10px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-account-links-content-mobile ul.level0, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-nav-primary ul.level0 {
  display: block;
  padding: 10px 11px 10px 20px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-account-links-content-mobile ul.level0 li > a, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-nav-primary ul.level0 li > a {
  display: block;
  padding: 5px;
  font-size: 16px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-account-links-content-mobile ul.level0 li > a:hover, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-nav-primary ul.level0 li > a:hover {
  text-decoration: none;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-account-links-content-mobile ul li.parent > a, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-nav-primary ul li.parent > a {
  padding-right: 40px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .zoey-account-links-content-mobile li.parent > a, #pix-fe .cp-5a8f0da44b57a857188937 .zoey-nav-primary li.parent > a {
  padding-right: 70px;
}
#pix-fe .cp-5a8f0da44b57a857188937 .cart-icon-cargo-truck:before, #pix-fe .cp-5a8f0da44b57a857188937 .cart-icon-cargo-truck-fast:before, #pix-fe .cp-5a8f0da44b57a857188937 .cart-icon-cargo-truck-round:before, #pix-fe .cp-5a8f0da44b57a857188937 .cart-icon-cargo-truck-outline-fast:before {
  font-size: 1.3em;
  vertical-align: sub;
}
#pix-fe .cp-5a8f0da44b57a857188937 .cart-icon-cargo-truck-left:before, #pix-fe .cp-5a8f0da44b57a857188937 .cart-icon-cargo-truck-thin-fast:before {
  font-size: 1.2em;
  vertical-align: sub;
}
#pix-fe .pix-design-center-layout {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#pix-fe.zoey-core-header-mobile-preset1-active {
  overflow: hidden;
}
#pix-fe.zoey-core-header-mobile-preset1-active .pix-design-center-layout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
#pix-fe.zoey-core-header-mobile-preset1-mobile-minicart-active {
  overflow: hidden;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da44b57a857188937
*/ 

#pix-fe #cp-5a8f0da44b57a857188937.pix-design-component {
    z-index: 3;
}
#pix-fe.media-dt #cp-5a8f0da44b57a857188937.pix-design-component {
    z-index: 3;
}
#pix-fe.media-d #cp-5a8f0da44b57a857188937.pix-design-component {
    z-index: 3;
}
#pix-fe.media-tm #cp-5a8f0da44b57a857188937.pix-design-component {
    z-index: 3;
}
#pix-fe.media-t #cp-5a8f0da44b57a857188937.pix-design-component {
    z-index: 3;
}
#pix-fe.media-m #cp-5a8f0da44b57a857188937.pix-design-component {
    clear: left;
    margin-left: -1100%;
    z-index: 3;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i/LzS2L0M1ITU1KLYvSLSypzUov1ikHaagE= 
 Path: skin/designcenter/pixafy/components/root/header/styles.scss 
 Parent uid: cp_5a8f0da45256b409127219
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/styles.scss
==================================================
**/
#pix-fe .cp-5a8f0da45256b409127219 > .component-content > .group-background-image-container {
  position: relative;
  background-color: rgba(255,255,255,1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5a8f0da45256b409127219 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe .cp-5a8f0da45256b409127219 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0 0 0 0;
}
#pix-fe .cp-5a8f0da45256b409127219 > .component-content > .group-background-image-container:before, #pix-fe .cp-5a8f0da45256b409127219 > .component-content > .group-background-image-container:after, #pix-fe .cp-5a8f0da45256b409127219 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5a8f0da45256b409127219 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.media-t .cp-5a8f0da45256b409127219 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-t .cp-5a8f0da45256b409127219 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.pix-designcenter-admin .cp-5a8f0da45256b409127219 .group-background-image-container:not(.full-width-element):empty, #pix-fe.pix-designcenter-admin .cp-5a8f0da45256b409127219 .group-background-image-container > .full-width-content-element:empty {
  min-height: 150px;
}
#pix-fe.zoey-has-mobile-header.media-m .cp-5a8f0da45256b409127219 {
  display: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5a8f0da45256b409127219
*/ 

#pix-fe #cp-5a8f0da45256b409127219.pix-design-component {
    margin-left: -1050%;
    clear: left;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#pix-fe #cp-5a8f0da45256b409127219.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 113px
}
#pix-fe.media-dt #cp-5a8f0da45256b409127219.pix-design-component {
    z-index: 3;
}
#pix-fe.media-d #cp-5a8f0da45256b409127219.pix-design-component {
    margin-left: -1050%;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    clear: left;
}
#pix-fe.media-d #cp-5a8f0da45256b409127219.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 113px
}
#pix-fe.media-tm #cp-5a8f0da45256b409127219.pix-design-component {
    z-index: 3;
}
#pix-fe.media-t #cp-5a8f0da45256b409127219.pix-design-component {
    z-index: 3;
}
#pix-fe.media-m #cp-5a8f0da45256b409127219.pix-design-component {
    z-index: 3;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i/LzS2L0k/JTgOIFRanFqSW6RnrFIG21AA== 
 Path: skin/designcenter/pixafy/components/root/body/preset-2.scss 
 Parent uid: cp_5a8f0da48e4df879723561
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/body/preset-2.scss
==================================================
**/
#pix-fe .cp-5a8f0da48e4df879723561 > .component-content > .group-background-image-container, #pix-fe .cp-5a8f0da48e4df879723561 > .product-view > .component-content > .group-background-image-container {
  position: relative;
  min-height: 400px;
  background-color: rgba(255,255,255,1);
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5a8f0da48e4df879723561 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe .cp-5a8f0da48e4df879723561 > .product-view > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe .cp-5a8f0da48e4df879723561 > .component-content > .group-background-image-container > .full-width-content-element, #pix-fe .cp-5a8f0da48e4df879723561 > .product-view > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0 0 0px 0;
}
#pix-fe .cp-5a8f0da48e4df879723561 > .component-content > .group-background-image-container:before, #pix-fe .cp-5a8f0da48e4df879723561 > .product-view > .component-content > .group-background-image-container:before, #pix-fe .cp-5a8f0da48e4df879723561 > .component-content > .group-background-image-container:after, #pix-fe .cp-5a8f0da48e4df879723561 > .product-view > .component-content > .group-background-image-container:after, #pix-fe .cp-5a8f0da48e4df879723561 > .component-content > .group-background-image-container .pix-grid:before, #pix-fe .cp-5a8f0da48e4df879723561 > .product-view > .component-content > .group-background-image-container .pix-grid:before, #pix-fe .cp-5a8f0da48e4df879723561 > .component-content > .group-background-image-container .pix-grid:after, #pix-fe .cp-5a8f0da48e4df879723561 > .product-view > .component-content > .group-background-image-container .pix-grid:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5a8f0da48e4df879723561 > .component-content > .group-background-image-container .after-body, #pix-fe .cp-5a8f0da48e4df879723561 > .product-view > .component-content > .group-background-image-container .after-body {
  clear: both;
}
#pix-fe.media-t .cp-5a8f0da48e4df879723561 > .component-content > .group-background-image-container, #pix-fe.media-t .cp-5a8f0da48e4df879723561 > .product-view > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5a8f0da48e4df879723561 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-t .cp-5a8f0da48e4df879723561 > .product-view > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-t .cp-5a8f0da48e4df879723561 > .component-content > .group-background-image-container > .full-width-content-element, #pix-fe.media-t .cp-5a8f0da48e4df879723561 > .product-view > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5a8f0da48e4df879723561 > .component-content > .group-background-image-container, #pix-fe.media-m .cp-5a8f0da48e4df879723561 > .product-view > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5a8f0da48e4df879723561 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-m .cp-5a8f0da48e4df879723561 > .product-view > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-m .cp-5a8f0da48e4df879723561 > .component-content > .group-background-image-container > .full-width-content-element, #pix-fe.media-m .cp-5a8f0da48e4df879723561 > .product-view > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5a8f0da48e4df879723561
*/ 

#pix-fe #cp-5a8f0da48e4df879723561.pix-design-component {
    margin-left: -1100%;
    z-index: 1;
    clear: none;
}
#pix-fe.media-dt #cp-5a8f0da48e4df879723561.pix-design-component {
    z-index: 1;
}
#pix-fe.media-d #cp-5a8f0da48e4df879723561.pix-design-component {
    margin-left: -1100%;
    z-index: 1;
    clear: none;
}
#pix-fe.media-tm #cp-5a8f0da48e4df879723561.pix-design-component {
    z-index: 1;
}
#pix-fe.media-t #cp-5a8f0da48e4df879723561.pix-design-component {
    margin-left: -1100%;
    z-index: 1;
}
#pix-fe.media-m #cp-5a8f0da48e4df879723561.pix-design-component {
    margin-left: -1100%;
    z-index: 1;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i/LzS2L004BkalGMfkFRanFqia6RXjFIYy0A 
 Path: skin/designcenter/pixafy/components/root/footer/preset-2.scss 
 Parent uid: cp_5a8f0da49faa4994538731
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/footer/preset-2.scss
==================================================
**/
#pix-fe .cp-5a8f0da49faa4994538731 > .component-content > .group-background-image-container {
  background-color: rgba(243,243,243,1);
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: ;
}
#pix-fe .cp-5a8f0da49faa4994538731 > .component-content > .group-background-image-container:empty {
  min-height: 150px;
}
#pix-fe .cp-5a8f0da49faa4994538731 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe .cp-5a8f0da49faa4994538731 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 20px 15px 20px 15px;
}
#pix-fe.media-t .cp-5a8f0da49faa4994538731 > .component-content > .group-background-image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe.media-t .cp-5a8f0da49faa4994538731 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-t .cp-5a8f0da49faa4994538731 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5a8f0da49faa4994538731 > .component-content > .group-background-image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe.media-m .cp-5a8f0da49faa4994538731 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-m .cp-5a8f0da49faa4994538731 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5a8f0da49faa4994538731
*/ 

#pix-fe #cp-5a8f0da49faa4994538731.pix-design-component {
    margin-left: -1100%;
    clear: left;
    z-index: 2;
}
#pix-fe #cp-5a8f0da49faa4994538731.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 308.4px
}
#pix-fe.media-dt #cp-5a8f0da49faa4994538731.pix-design-component {
    z-index: 2;
}
#pix-fe.media-d #cp-5a8f0da49faa4994538731.pix-design-component {
    margin-left: -1100%;
    z-index: 2;
    clear: left;
}
#pix-fe.media-d #cp-5a8f0da49faa4994538731.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 308.4px
}
#pix-fe.media-tm #cp-5a8f0da49faa4994538731.pix-design-component {
    z-index: 2;
}
#pix-fe.media-tm #cp-5a8f0da49faa4994538731.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 461px
}
#pix-fe.media-t #cp-5a8f0da49faa4994538731.pix-design-component {
    z-index: 2;
    margin-left: -1100%;
}
#pix-fe.media-t #cp-5a8f0da49faa4994538731.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 461px
}
#pix-fe.media-m #cp-5a8f0da49faa4994538731.pix-design-component {
    margin-left: -1100%;
    z-index: 2;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i0uKMgti9MuLEgsKUoti9AuKUotTS3QN9YpBWmsB 
 Path: skin/designcenter/pixafy/components/strip/wrapper/preset-1.scss 
 Parent uid: cp_5a8f0da456df7833453843
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/strip/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5a8f0da456df7833453843 {
  width: 300px;
  min-height: 5px;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  padding: 0 !important;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5a8f0da456df7833453843 > .component-content > .group-background-image-container {
  position: relative;
  background-color: rgba(243,243,243,1);
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5a8f0da456df7833453843 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5a8f0da456df7833453843 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5a8f0da456df7833453843 > .component-content > .group-background-image-container:before, #pix-fe .cp-5a8f0da456df7833453843 > .component-content > .group-background-image-container:after, #pix-fe .cp-5a8f0da456df7833453843 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5a8f0da456df7833453843 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5a8f0da456df7833453843 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5a8f0da456df7833453843 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5a8f0da456df7833453843 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5a8f0da456df7833453843 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5a8f0da456df7833453843 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5a8f0da456df7833453843 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5a8f0da456df7833453843 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5a8f0da456df7833453843 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5a8f0da456df7833453843
*/ 

#pix-fe #cp-5a8f0da456df7833453843.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 4.0625px;
    clear: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe #cp-5a8f0da456df7833453843.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 40.1875px
}
#pix-fe.media-dt #cp-5a8f0da456df7833453843.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-d #cp-5a8f0da456df7833453843.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 4.0625px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}
#pix-fe.media-d #cp-5a8f0da456df7833453843.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 40.1875px
}
#pix-fe.media-tm #cp-5a8f0da456df7833453843.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-t #cp-5a8f0da456df7833453843.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-m #cp-5a8f0da456df7833453843.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_5a8f0da470830552536515
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5a8f0da470830552536515 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5a8f0da470830552536515 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: rgba(255,255,255,1);
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5a8f0da470830552536515 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5a8f0da470830552536515 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5a8f0da470830552536515 > .component-content > .group-background-image-container:before, #pix-fe .cp-5a8f0da470830552536515 > .component-content > .group-background-image-container:after, #pix-fe .cp-5a8f0da470830552536515 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5a8f0da470830552536515 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5a8f0da470830552536515 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5a8f0da470830552536515 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5a8f0da470830552536515 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5a8f0da470830552536515 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5a8f0da470830552536515 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5a8f0da470830552536515 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5a8f0da470830552536515 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5a8f0da470830552536515 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5a8f0da470830552536515
*/ 

#pix-fe #cp-5a8f0da470830552536515.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0.1875px;
    clear: left;
}
#pix-fe #cp-5a8f0da470830552536515.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 85.4px
}
#pix-fe.media-d #cp-5a8f0da470830552536515.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0.1875px;
    clear: left;
}
#pix-fe.media-d #cp-5a8f0da470830552536515.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 85.4px
}
#pix-fe.media-tm #cp-5a8f0da470830552536515.pix-design-component {
    margin-top: 0px;
    width: 100%;
    margin-left: -1100%;
}
#pix-fe.media-tm #cp-5a8f0da470830552536515.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-t #cp-5a8f0da470830552536515.pix-design-component {
    margin-top: 0px;
    width: 100%;
    margin-left: -1100%;
}
#pix-fe.media-t #cp-5a8f0da470830552536515.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcwxCoAwDADAv4SOasTRtwSk1IgObUITwSL+XR1vuRuCN2WYIZlBB8Fq+qDHFbdGmCSrFC5uhFXECXeOK1dCF10yl5NQKxt7P06D/cfzAg== 
 Path: skin/designcenter/pixafy/components/root/header/top_menu/preset-02.scss 
 Parent uid: cp_5a8f0da4870c4911372128
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/top_menu/preset-02.scss
==================================================
**/
#pix-fe .cp-5a8f0da4870c4911372128 .component-content {
  height: 100%;
}
#pix-fe .cp-5a8f0da4870c4911372128 #zoey-nav {
  display: block;
  height: 100%;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li:hover {
  z-index: 9;
}
#pix-fe .cp-5a8f0da4870c4911372128 a {
  text-decoration: none;
}
#pix-fe .cp-5a8f0da4870c4911372128 {
  min-width: 100px;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary {
  list-style: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  background-color: rgba(242,242,242,1);
  border-width: 0 0 0 0;
  border-color: rgba(191,191,191,1);
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level-top {
  font-size: 14px;
  background-color: rgba(242,242,242,1);
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level-top:not(.hidden) {
  display: inline-block;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level-top > a {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  padding: 20px 20px 20px 20px;
  color: #424242;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level-top:hover {
  background-color: rgba(239,239,239,0);
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level-top:hover > a {
  color: #84bd00;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary ul.level0 ul {
  left: 100%;
  top: -1px;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary ul {
  text-align: left;
  -webkit-box-shadow: 0 0 3px 0px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 0 3px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 3px 0px rgba(51, 51, 51, 0.2);
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li {
  position: relative;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li:not(:hover) ul {
  display: none;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li:hover {
  background-color: #efefef;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li ul {
  position: absolute;
  top: 100%;
  width: 200px;
  background: #fff;
  border: 1px solid #efefef;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li ul li {
  display: block;
  border-bottom: 1px solid #efefef;
  padding-left: 12px;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li ul li.last, #pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li ul li:last-child {
  border-bottom: 0;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li ul li.level1.parent > a:before {
  content: '>';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 10px;
  font-weight: lighter;
  font-size: 12px;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li ul li a {
  padding-left: 12px;
  padding: 15px;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.align-menu-right > ul {
  left: initial;
  right: 0;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.align-menu-right > ul:not(.level0) {
  right: 100%;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.align-menu-center ul {
  left: initial;
  right: -50%;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.align-menu-full ul {
  position: fixed;
  left: 0;
  width: 100%;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li a {
  display: block;
  padding: 10px;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level1, #pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level2 {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0);
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level1 > a, #pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level2 > a {
  text-align: left;
  color: rgba(51, 51, 51, 1);
  text-transform: inherit;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level1:hover, #pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level2:hover {
  background-color: rgba(239,239,239,0);
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level1:hover > a, #pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level2:hover > a {
  color: #84bd00;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary ul.level0 > li.level1, #pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary ul.level1 > li {
  border-color: rgba(239, 239, 239, 1);
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary ul.level0 > li.level1 > a, #pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary ul.level1 > li > a {
  padding: 0 0 0 0;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary:before, #pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary.nav-clickable li.level-top.open {
  display: inline-block;
  background-color: rgba(239,239,239,0);
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary.nav-clickable li.level-top.open > a {
  color: #84bd00;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary.nav-clickable li:not(:hover) ul {
  display: inherit;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary.nav-clickable li:not(.open) ul {
  display: none;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary.nav-clickable li.open {
  background-color: #efefef;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary.nav-clickable li.level1.open, #pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary.nav-clickable li.level2.open {
  background-color: rgba(239,239,239,0);
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary.nav-clickable li.level1.open > a, #pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-primary.nav-clickable li.level2.open > a {
  color: #84bd00;
}
#pix-fe .cp-5a8f0da4870c4911372128 .zoey-nav-wrap {
  height: 100%;
}
#pix-fe .cp-5a8f0da4870c4911372128 #zoey-nav.child-hover ul li:not(.is-hovering) a {
  opacity: 0.3;
}
#pix-fe .cp-5a8f0da4870c4911372128 #zoey-nav.child-hover ul li.is-hovering a {
  opacity: 1;
}
#pix-fe.media-t .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level-top > a {
  font-size: ;
}
#pix-fe.media-t .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level1, #pix-fe.media-t .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level2 {
  font-size: ;
}
#pix-fe.media-m .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level-top > a {
  font-size: ;
}
#pix-fe.media-m .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level1, #pix-fe.media-m .cp-5a8f0da4870c4911372128 .zoey-nav-primary li.level2 {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da4870c4911372128
*/ 

#pix-fe #cp-5a8f0da4870c4911372128.pix-design-component {
    clear: left;
    width: 1024px;
    margin-left: -1100%;
    margin-top: 0.09375px;
    min-height: 0;
}
#pix-fe.media-d #cp-5a8f0da4870c4911372128.pix-design-component {
    width: 1024px;
    margin-left: -1100%;
    margin-top: 0.09375px;
    min-height: 0;
    clear: left;
}
#pix-fe.media-tm #cp-5a8f0da4870c4911372128.pix-design-component {
    margin-top: 9px;
}
#pix-fe.media-t #cp-5a8f0da4870c4911372128.pix-design-component {
    margin-top: 9px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSLczJTUosz8stj9IHKdJMTi/JLi1Nz9EAG1AIA 
 Path: skin/designcenter/pixafy/components/global/slideshow/pix-carousel.css 
 Parent uid: cp_5a8f0deb38bf9302189995
*/ 

/*Slider container styles for both Active and Inactive states.*/.pix-carousel{position: relative; overflow: hidden; width: 100%;}/*Slides list styles.*//*The .pixSlider class is to make sure list-style and margin are set before the slide is created and widths are calculated. */.std .pixSlider ul,.pixSlider ul {list-style: none;margin-bottom: 0;}.std .pixSlider ul li,.pixSlider li {/* list-style: none; */ /* margin:0; *//* position: relative; */}.pixSlider ul::after {content: '.'; display: block; clear: both; overflow: hidden; width: 0; height: 0;}/*Slide styles.*/.pix-carousel .active li{float: left; display: block; margin:0; padding:0; width: 100%; box-sizing:content-box;}.pix-carousel .pix-carousel-item{/* display: inline-block; */ float: left;margin: 0; padding:0; width: 100%; box-sizing:content-box;}.pix-carousel li.disabled{display: none;}.pix-carousel li img{width: 100%;}/*Control styles.*/.pixSlider .prev-btn,.pixSlider .next-btn{display: none;}.pix-carousel .slide-btn{display: block; width: 40px; height: 49px; background-color: #ccc; position: absolute; top: 50%;    margin-top: -20px; transition: all 0.5s ease; cursor: pointer; background-image:url("//constructiveplaythings.com/skin/designcenter/pixafy/components/global/slideshow/images/arrows.png"); text-indent: -99999px; z-index: 2;}.pix-carousel .slide-btn.disabled{display: none;}.pix-carousel .prev-btn{left: 10px; background-position: 0 -50px;}.pix-carousel .next-btn{right: 10px; background-position: 0 0;}.pix-carousel .prev-btn:hover{left: 0; background-color: #333;}.pix-carousel .next-btn:hover{right: 0; background-color: #333;}.pix-carousel-page {position: absolute; text-align: center;width: 100%;bottom: 60px;height: 0;}.pix-carousel-page li{display: inline-block; background: #fff; margin: 0 5px; width: 26px; height: 26px; line-height: 26px; text-align: center; cursor: pointer; background-color: #fff; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;}.pix-carousel-page li:hover,.pix-carousel-page li.active{background-color: #333; color: #fff; transition: all 0.5s ease;}@media screen and (max-width: 1024px){    .pix-carousel .slide-btn {        display: none;    }    .pix-carousel-page {        display: none;    }}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSLczJTUosz8stj9AuKUotTS3QNDPWKQdprAQ== 
 Path: skin/designcenter/pixafy/components/global/slideshow/preset-01.scss 
 Parent uid: cp_5a8f0deb38bf9302189995
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/slideshow/preset-01.scss
==================================================
**/
#pix-fe .cp-5a8f0deb38bf9302189995 .component-content {
  height: 100%;
}
#pix-fe .cp-5a8f0deb38bf9302189995 .pix-slider-base {
  height: 100%;
}
#pix-fe .cp-5a8f0deb38bf9302189995 .pix-slider-base .slides-container {
  height: 100%;
}
#pix-fe .cp-5a8f0deb38bf9302189995 .pix-slider-base .slide {
  display: none;
}
#pix-fe .cp-5a8f0deb38bf9302189995 .pix-slider-base .slide:first-child {
  display: block;
}
#pix-fe .cp-5a8f0deb38bf9302189995 .pix-slider-base .slide.pix-carousel-item {
  display: block;
  height: 100%;
}
#pix-fe .cp-5a8f0deb38bf9302189995 .pix-slider-base .slide-btn {
  background-color: rgba(255,255,255,0);
  color: ;
  margin-top: -20px;
}
#pix-fe .cp-5a8f0deb38bf9302189995 .pix-slider-base .slide-btn:hover {
  background-color: transparent;
  color: ;
}
#pix-fe .cp-5a8f0deb38bf9302189995 .pix-slider-base .pix-carousel-page {
  text-align: center;
}
#pix-fe .cp-5a8f0deb38bf9302189995 .pix-slider-base .pix-carousel-page li {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255,255,255,1);
  border-style: solid;
  border-width: ;
  border-color: rgba(255, 255, 255, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#pix-fe .cp-5a8f0deb38bf9302189995 .pix-slider-base .pix-carousel-page li.active {
  background-color: rgba(132,189,0,1);
  border-color: rgba(255,255,255,1);
}
#pix-fe .cp-5a8f0deb38bf9302189995 .pix-slider-base .pix-carousel-page li:hover {
  background-color: rgba(204,204,204,1);
  border-color: rgba(255,255,255,1);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0deb38bf9302189995
*/ 

#pix-fe #cp-5a8f0deb38bf9302189995.pix-design-component {
    clear: left;
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    min-height: 0;
}
#pix-fe.media-d #cp-5a8f0deb38bf9302189995.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    min-height: 0;
    clear: left;
}
#pix-fe.media-t #cp-5a8f0deb38bf9302189995.pix-design-component {
    margin-top: 2.5px;
}
#pix-fe.media-m #cp-5a8f0deb38bf9302189995.pix-design-component {
    margin-top: 0px;
    width: 100%;
    margin-left: -1000%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_5e725eb04c2d5133097494
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5e725eb04c2d5133097494 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5e725eb04c2d5133097494 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5e725eb04c2d5133097494 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5e725eb04c2d5133097494 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5e725eb04c2d5133097494 > .component-content > .group-background-image-container:before, #pix-fe .cp-5e725eb04c2d5133097494 > .component-content > .group-background-image-container:after, #pix-fe .cp-5e725eb04c2d5133097494 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5e725eb04c2d5133097494 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5e725eb04c2d5133097494 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5e725eb04c2d5133097494 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5e725eb04c2d5133097494 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5e725eb04c2d5133097494 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5e725eb04c2d5133097494 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5e725eb04c2d5133097494 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5e725eb04c2d5133097494 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5e725eb04c2d5133097494 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5e725eb04c2d5133097494
*/ 

#pix-fe #cp-5e725eb04c2d5133097494.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    z-index: 2;
    margin-top: 30.671875px;
    clear: left;
}
#pix-fe #cp-5e725eb04c2d5133097494.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 144.703125px
}
#pix-fe.media-d #cp-5e725eb04c2d5133097494.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    z-index: 2;
    margin-top: 30.671875px;
    clear: left;
}
#pix-fe.media-d #cp-5e725eb04c2d5133097494.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 144.703125px
}
#pix-fe.media-t #cp-5e725eb04c2d5133097494.pix-design-component {
    margin-top: 11.421875px;
}
#pix-fe.media-m #cp-5e725eb04c2d5133097494.pix-design-component {
    width: 100%;
    margin-top: 0px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}
#pix-fe.media-m #cp-5e725eb04c2d5133097494.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 117.6875px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i0uKMgti9MuLEgsKUoti9AuKUotTS3QN9YpBWmsB 
 Path: skin/designcenter/pixafy/components/strip/wrapper/preset-1.scss 
 Parent uid: cp_5a8f0deb3e270797204462
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/strip/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5a8f0deb3e270797204462 {
  width: 300px;
  min-height: 5px;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  padding: 0 !important;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5a8f0deb3e270797204462 > .component-content > .group-background-image-container {
  position: relative;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5a8f0deb3e270797204462 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5a8f0deb3e270797204462 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5a8f0deb3e270797204462 > .component-content > .group-background-image-container:before, #pix-fe .cp-5a8f0deb3e270797204462 > .component-content > .group-background-image-container:after, #pix-fe .cp-5a8f0deb3e270797204462 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5a8f0deb3e270797204462 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5a8f0deb3e270797204462 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5a8f0deb3e270797204462 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5a8f0deb3e270797204462 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5a8f0deb3e270797204462 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5a8f0deb3e270797204462 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5a8f0deb3e270797204462 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5a8f0deb3e270797204462 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5a8f0deb3e270797204462 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5a8f0deb3e270797204462
*/ 

#pix-fe #cp-5a8f0deb3e270797204462.pix-design-component {
    clear: left;
    width: 100%;
    margin-left: -1100%;
    margin-top: 5.921875px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe #cp-5a8f0deb3e270797204462.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 171px
}
#pix-fe.media-dt #cp-5a8f0deb3e270797204462.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-d #cp-5a8f0deb3e270797204462.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 5.921875px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}
#pix-fe.media-d #cp-5a8f0deb3e270797204462.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 171px
}
#pix-fe.media-tm #cp-5a8f0deb3e270797204462.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-t #cp-5a8f0deb3e270797204462.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0.40625px;
    width: 100%;
    margin-left: -1099.4%;
}
#pix-fe.media-t #cp-5a8f0deb3e270797204462.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 158.5px
}
#pix-fe.media-m #cp-5a8f0deb3e270797204462.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 44.8125px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}
#pix-fe.media-m #cp-5a8f0deb3e270797204462.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 89px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTEvPyUoti9AuKUotTS3RN9IpBWmsB 
 Path: skin/designcenter/pixafy/components/global/banner/preset-4.scss 
 Parent uid: cp_5e7130247989a498705351
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/banner/preset-4.scss
==================================================
**/
#pix-fe .cp-5e7130247989a498705351 > .component-content {
  height: 100%;
  overflow: hidden;
}
#pix-fe .cp-5e7130247989a498705351 img {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
#pix-fe .cp-5e7130247989a498705351 {
  padding: 0px;
  outline-width: 0px;
  outline-color: rgba(0,72,187,0.8);
  outline-offset: -0px;
  outline-style: solid;
  width: 500px;
}
#pix-fe .cp-5e7130247989a498705351 .zoey-component-placement-height {
  padding-bottom: 45%;
  overflow: hidden;
  position: relative;
}
#pix-fe .cp-5e7130247989a498705351 .zoey-component-placement-height img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-padding.html 
 Parent uid: cp_5e7130247989a498705351
*/ 

#pix-fe #cp-5e7130247989a498705351.pix-design-component {
    width: 86.62109375%;
    margin-left: -1093.6996459960938%;
    z-index: 2;
    margin-top: 0px;
    clear: left;
    min-height: 0;
}
#pix-fe #cp-5e7130247989a498705351.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 24.49%
}
#pix-fe.media-d #cp-5e7130247989a498705351.pix-design-component {
    margin-left: -1093.6996459960938%;
    width: 86.62109375%;
    z-index: 2;
    margin-top: 0px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5e7130247989a498705351.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 24.49%
}
#pix-fe.media-t #cp-5e7130247989a498705351.pix-design-component {
    margin-top: 0px;
}
#pix-fe.media-m #cp-5e7130247989a498705351.pix-design-component {
    width: 100%;
    margin-top: 0px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    min-height: 0;
    clear: left;
}
#pix-fe.media-m #cp-5e7130247989a498705351.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 20.53%
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCSTn56W6pqSkIlq6BoV4xSHstAA== 
 Path: /js/zoeydev/components/blogFeed/blogFeed-01.scss 
 Parent uid: cp_5e13a9608e52b234620294
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /js/zoeydev/components/blogFeed/blogFeed-01.scss
==================================================
**/
#pix-fe .cp-5e13a9608e52b234620294 {
  width: 768px;
  background-color: rgba(255,255,255,1);
  padding: 30px;
}
#pix-fe .cp-5e13a9608e52b234620294 .blog-feed-title {
  margin-bottom: 35px;
  font-size: 32px;
  color: rgba(68,68,68,1);
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
#pix-fe .cp-5e13a9608e52b234620294 ul {
  font-size: 0;
}
#pix-fe .cp-5e13a9608e52b234620294 ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 20px;
}
#pix-fe .cp-5e13a9608e52b234620294 ul li .image {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  margin-bottom: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe .cp-5e13a9608e52b234620294 ul li .image a {
  position: absolute;
  width: 100%;
  height: 100%;
}
#pix-fe .cp-5e13a9608e52b234620294 ul li .title {
  width: 100%;
  margin-bottom: 7px;
  text-align: left;
}
#pix-fe .cp-5e13a9608e52b234620294 ul li .title a {
  font-size: 18px;
  color: rgba(68,68,68,1);
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}
#pix-fe .cp-5e13a9608e52b234620294 ul li .title a:hover {
  color: rgba(0,72,187,1);
}
#pix-fe .cp-5e13a9608e52b234620294 ul li .date {
  width: 100%;
  font-size: 12px;
  color: #969595;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
}
#pix-fe .cp-5e13a9608e52b234620294 .blog-feed-button {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 30px auto 0 auto;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  border-style: solid;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(68,68,68,1);
  border-width: 1px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
}
#pix-fe .cp-5e13a9608e52b234620294 .blog-feed-button:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: rgba(228,228,228,1);
  border-color: #969595;
  color: #969595;
}
#pix-fe.media-m .cp-5e13a9608e52b234620294 {
  padding: 30px 20px;
}
#pix-fe.media-m .cp-5e13a9608e52b234620294 .blog-feed-title {
  margin-bottom: 20px;
}
#pix-fe.media-m .cp-5e13a9608e52b234620294 ul li {
  width: 100%;
  display: block;
  padding: 10px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5e13a9608e52b234620294
*/ 

#pix-fe #cp-5e13a9608e52b234620294.pix-design-component {
    margin-left: -1093.2662963867188%;
    width: 86.8988037109375%;
    z-index: 2;
    margin-top: 3.4375px;
    clear: left;
}
#pix-fe.media-d #cp-5e13a9608e52b234620294.pix-design-component {
    margin-left: -1093.2662963867188%;
    width: 86.8988037109375%;
    z-index: 2;
    margin-top: 3.4375px;
    clear: left;
}
#pix-fe.media-t #cp-5e13a9608e52b234620294.pix-design-component {
    margin-top: 30.09375px;
    width: 86.9%;
    margin-left: -1093.8%;
}
#pix-fe.media-m #cp-5e13a9608e52b234620294.pix-design-component {
    width: 100%;
    margin-top: 0.0625px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_5e7913c3f168e166318413
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5e7913c3f168e166318413 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5e7913c3f168e166318413 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5e7913c3f168e166318413 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5e7913c3f168e166318413 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5e7913c3f168e166318413 > .component-content > .group-background-image-container:before, #pix-fe .cp-5e7913c3f168e166318413 > .component-content > .group-background-image-container:after, #pix-fe .cp-5e7913c3f168e166318413 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5e7913c3f168e166318413 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5e7913c3f168e166318413 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5e7913c3f168e166318413 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5e7913c3f168e166318413 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5e7913c3f168e166318413 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5e7913c3f168e166318413 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5e7913c3f168e166318413 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5e7913c3f168e166318413 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5e7913c3f168e166318413 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5e7913c3f168e166318413
*/ 

#pix-fe #cp-5e7913c3f168e166318413.pix-design-component {
    width: 43.45703125%;
    margin-left: -1093.5592651367188%;
    margin-top: 24.390625px;
    clear: left;
}
#pix-fe #cp-5e7913c3f168e166318413.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 407.015625px
}
#pix-fe.media-d #cp-5e7913c3f168e166318413.pix-design-component {
    width: 43.45703125%;
    margin-left: -1093.5592651367188%;
    margin-top: 24.390625px;
    clear: left;
}
#pix-fe.media-d #cp-5e7913c3f168e166318413.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 407.015625px
}
#pix-fe.media-t #cp-5e7913c3f168e166318413.pix-design-component {
    margin-top: 2.390625px;
    width: 41.76432291666667%;
    margin-left: -1093.798828125%;
}
#pix-fe.media-t #cp-5e7913c3f168e166318413.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-m #cp-5e7913c3f168e166318413.pix-design-component {
    width: 92.08333333333333%;
    margin-top: 0px;
    margin-left: -1096.0416666666667%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}
#pix-fe.media-m #cp-5e7913c3f168e166318413.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 657px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_5e725f004c2d8708402121
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5e725f004c2d8708402121 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5e725f004c2d8708402121 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5e725f004c2d8708402121 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5e725f004c2d8708402121 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5e725f004c2d8708402121 > .component-content > .group-background-image-container:before, #pix-fe .cp-5e725f004c2d8708402121 > .component-content > .group-background-image-container:after, #pix-fe .cp-5e725f004c2d8708402121 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5e725f004c2d8708402121 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5e725f004c2d8708402121 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5e725f004c2d8708402121 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5e725f004c2d8708402121 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5e725f004c2d8708402121 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5e725f004c2d8708402121 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5e725f004c2d8708402121 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5e725f004c2d8708402121 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5e725f004c2d8708402121 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5e725f004c2d8708402121
*/ 

#pix-fe #cp-5e725f004c2d8708402121.pix-design-component {
    margin-left: -1049.664306640625%;
    width: 43.9453125%;
    z-index: 2;
    margin-top: 23.78125px;
    clear: none;
}
#pix-fe #cp-5e725f004c2d8708402121.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 407.625px
}
#pix-fe.media-d #cp-5e725f004c2d8708402121.pix-design-component {
    margin-left: -1049.664306640625%;
    width: 43.9453125%;
    z-index: 2;
    margin-top: 23.78125px;
    clear: none;
}
#pix-fe.media-d #cp-5e725f004c2d8708402121.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 407.625px
}
#pix-fe.media-t #cp-5e725f004c2d8708402121.pix-design-component {
    width: 45.47526041666667%;
    margin-left: -1050.2237955729167%;
    margin-top: 0.21875px;
    clear: none;
}
#pix-fe.media-t #cp-5e725f004c2d8708402121.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 478.234375px
}
#pix-fe.media-m #cp-5e725f004c2d8708402121.pix-design-component {
    width: 91.87174479166667%;
    margin-top: 0px;
    margin-left: -1095.8333333333333%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}
#pix-fe.media-m #cp-5e725f004c2d8708402121.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 666.28125px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTEvPyUoti9AuKUotTS3RN9IpBWmsB 
 Path: skin/designcenter/pixafy/components/global/banner/preset-4.scss 
 Parent uid: cp_5e13a9de8e52f929360393
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/banner/preset-4.scss
==================================================
**/
#pix-fe .cp-5e13a9de8e52f929360393 > .component-content {
  height: 100%;
  overflow: hidden;
}
#pix-fe .cp-5e13a9de8e52f929360393 img {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
#pix-fe .cp-5e13a9de8e52f929360393 {
  padding: 0px;
  outline-width: 0px;
  outline-color: rgba(0,72,187,0.8);
  outline-offset: -0px;
  outline-style: solid;
  width: 500px;
}
#pix-fe .cp-5e13a9de8e52f929360393 .zoey-component-placement-height {
  padding-bottom: 45%;
  overflow: hidden;
  position: relative;
}
#pix-fe .cp-5e13a9de8e52f929360393 .zoey-component-placement-height img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-padding.html 
 Parent uid: cp_5e13a9de8e52f929360393
*/ 

#pix-fe #cp-5e13a9de8e52f929360393.pix-design-component {
    width: 87.69989013671875%;
    margin-left: -1093.6569213867188%;
    margin-top: 0.015625px;
    clear: left;
    min-height: 0;
}
#pix-fe #cp-5e13a9de8e52f929360393.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 35.72%
}
#pix-fe.media-d #cp-5e13a9de8e52f929360393.pix-design-component {
    width: 87.69989013671875%;
    margin-left: -1093.6569213867188%;
    margin-top: 0.015625px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5e13a9de8e52f929360393.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 35.72%
}
#pix-fe.media-t #cp-5e13a9de8e52f929360393.pix-design-component {
    margin-top: 12.984375px;
    width: 87.69938151041666%;
    margin-left: -1093.8802083333333%;
}
#pix-fe.media-t #cp-5e13a9de8e52f929360393.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 35.02%
}
#pix-fe.media-m #cp-5e13a9de8e52f929360393.pix-design-component {
    margin-top: 0px;
    width: 94.990234375%;
    margin-left: -1097.0865885416667%;
    min-height: 0;
    clear: left;
}
#pix-fe.media-m #cp-5e13a9de8e52f929360393.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 39.52%
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5a8f0da4a39e3589397416
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5a8f0da4a39e3589397416 li {
  font-family: Karla;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5a8f0da4a39e3589397416 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5a8f0da4a39e3589397416 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5a8f0da4a39e3589397416 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5a8f0da4a39e3589397416 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5a8f0da4a39e3589397416 h1, #pix-fe .cp-5a8f0da4a39e3589397416 h2, #pix-fe .cp-5a8f0da4a39e3589397416 h3, #pix-fe .cp-5a8f0da4a39e3589397416 h4, #pix-fe .cp-5a8f0da4a39e3589397416 h5 {
  text-align: left;
}
#pix-fe .cp-5a8f0da4a39e3589397416 h1 a, #pix-fe .cp-5a8f0da4a39e3589397416 h2 a, #pix-fe .cp-5a8f0da4a39e3589397416 h3 a, #pix-fe .cp-5a8f0da4a39e3589397416 h4 a, #pix-fe .cp-5a8f0da4a39e3589397416 h5 a {
  font: inherit;
}
#pix-fe .cp-5a8f0da4a39e3589397416 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5a8f0da4a39e3589397416 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da4a39e3589397416 b, #pix-fe .cp-5a8f0da4a39e3589397416 strong {
  font-weight: bold;
}
#pix-fe .cp-5a8f0da4a39e3589397416 em, #pix-fe .cp-5a8f0da4a39e3589397416 i {
  font-style: italic;
}
#pix-fe .cp-5a8f0da4a39e3589397416 u {
  text-decoration: underline;
}
#pix-fe .cp-5a8f0da4a39e3589397416 ul {
  list-style: disc outside;
}
#pix-fe .cp-5a8f0da4a39e3589397416 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5a8f0da4a39e3589397416 li {
  color: rgba(68,68,68,1);
  margin-left: 2em;
}
#pix-fe .cp-5a8f0da4a39e3589397416 h1, #pix-fe .cp-5a8f0da4a39e3589397416 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4a39e3589397416 h1 p, #pix-fe .cp-5a8f0da4a39e3589397416 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a39e3589397416 h2, #pix-fe .cp-5a8f0da4a39e3589397416 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4a39e3589397416 h2 p, #pix-fe .cp-5a8f0da4a39e3589397416 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a39e3589397416 h3, #pix-fe .cp-5a8f0da4a39e3589397416 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4a39e3589397416 h3 p, #pix-fe .cp-5a8f0da4a39e3589397416 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a39e3589397416 h4, #pix-fe .cp-5a8f0da4a39e3589397416 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4a39e3589397416 h4 p, #pix-fe .cp-5a8f0da4a39e3589397416 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a39e3589397416 h5, #pix-fe .cp-5a8f0da4a39e3589397416 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4a39e3589397416 h5 p, #pix-fe .cp-5a8f0da4a39e3589397416 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a39e3589397416 h6, #pix-fe .cp-5a8f0da4a39e3589397416 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4a39e3589397416 h6 p, #pix-fe .cp-5a8f0da4a39e3589397416 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a39e3589397416 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5a8f0da4a39e3589397416 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da4a39e3589397416 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5a8f0da4a39e3589397416 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5a8f0da4a39e3589397416 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5a8f0da4a39e3589397416 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Karla;
}
#pix-fe .cp-5a8f0da4a39e3589397416 strong a, #pix-fe .cp-5a8f0da4a39e3589397416 b a, #pix-fe .cp-5a8f0da4a39e3589397416 strong p, #pix-fe .cp-5a8f0da4a39e3589397416 b p {
  font-weight: inherit;
}
#pix-fe .cp-5a8f0da4a39e3589397416 [style*='color'] a, #pix-fe .cp-5a8f0da4a39e3589397416 [color] a {
  color: inherit;
}
#pix-fe .cp-5a8f0da4a39e3589397416 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5a8f0da4a39e3589397416 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5a8f0da4a39e3589397416 ul {
  list-style: disc outside;
}
#pix-fe .cp-5a8f0da4a39e3589397416 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5a8f0da4a39e3589397416 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da4a39e3589397416
*/ 

#pix-fe #cp-5a8f0da4a39e3589397416.pix-design-component {
    margin-left: -1100%;
    width: 20.3%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5a8f0da4a39e3589397416.pix-design-component {
    margin-left: -1100%;
    width: 20.3%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-t #cp-5a8f0da4a39e3589397416.pix-design-component {
    margin-top: 0px;
    width: 28.8%;
    margin-left: -1100%;
}
#pix-fe.media-m #cp-5a8f0da4a39e3589397416.pix-design-component {
    margin-top: 0px;
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5a8f0da4a6866251299254
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5a8f0da4a6866251299254 li {
  font-family: Karla;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5a8f0da4a6866251299254 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5a8f0da4a6866251299254 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5a8f0da4a6866251299254 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5a8f0da4a6866251299254 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5a8f0da4a6866251299254 h1, #pix-fe .cp-5a8f0da4a6866251299254 h2, #pix-fe .cp-5a8f0da4a6866251299254 h3, #pix-fe .cp-5a8f0da4a6866251299254 h4, #pix-fe .cp-5a8f0da4a6866251299254 h5 {
  text-align: left;
}
#pix-fe .cp-5a8f0da4a6866251299254 h1 a, #pix-fe .cp-5a8f0da4a6866251299254 h2 a, #pix-fe .cp-5a8f0da4a6866251299254 h3 a, #pix-fe .cp-5a8f0da4a6866251299254 h4 a, #pix-fe .cp-5a8f0da4a6866251299254 h5 a {
  font: inherit;
}
#pix-fe .cp-5a8f0da4a6866251299254 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5a8f0da4a6866251299254 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da4a6866251299254 b, #pix-fe .cp-5a8f0da4a6866251299254 strong {
  font-weight: bold;
}
#pix-fe .cp-5a8f0da4a6866251299254 em, #pix-fe .cp-5a8f0da4a6866251299254 i {
  font-style: italic;
}
#pix-fe .cp-5a8f0da4a6866251299254 u {
  text-decoration: underline;
}
#pix-fe .cp-5a8f0da4a6866251299254 ul {
  list-style: disc outside;
}
#pix-fe .cp-5a8f0da4a6866251299254 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5a8f0da4a6866251299254 li {
  color: rgba(68,68,68,1);
  margin-left: 2em;
}
#pix-fe .cp-5a8f0da4a6866251299254 h1, #pix-fe .cp-5a8f0da4a6866251299254 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4a6866251299254 h1 p, #pix-fe .cp-5a8f0da4a6866251299254 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a6866251299254 h2, #pix-fe .cp-5a8f0da4a6866251299254 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4a6866251299254 h2 p, #pix-fe .cp-5a8f0da4a6866251299254 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a6866251299254 h3, #pix-fe .cp-5a8f0da4a6866251299254 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4a6866251299254 h3 p, #pix-fe .cp-5a8f0da4a6866251299254 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a6866251299254 h4, #pix-fe .cp-5a8f0da4a6866251299254 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4a6866251299254 h4 p, #pix-fe .cp-5a8f0da4a6866251299254 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a6866251299254 h5, #pix-fe .cp-5a8f0da4a6866251299254 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4a6866251299254 h5 p, #pix-fe .cp-5a8f0da4a6866251299254 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a6866251299254 h6, #pix-fe .cp-5a8f0da4a6866251299254 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4a6866251299254 h6 p, #pix-fe .cp-5a8f0da4a6866251299254 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a6866251299254 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5a8f0da4a6866251299254 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da4a6866251299254 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5a8f0da4a6866251299254 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5a8f0da4a6866251299254 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5a8f0da4a6866251299254 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Karla;
}
#pix-fe .cp-5a8f0da4a6866251299254 strong a, #pix-fe .cp-5a8f0da4a6866251299254 b a, #pix-fe .cp-5a8f0da4a6866251299254 strong p, #pix-fe .cp-5a8f0da4a6866251299254 b p {
  font-weight: inherit;
}
#pix-fe .cp-5a8f0da4a6866251299254 [style*='color'] a, #pix-fe .cp-5a8f0da4a6866251299254 [color] a {
  color: inherit;
}
#pix-fe .cp-5a8f0da4a6866251299254 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5a8f0da4a6866251299254 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5a8f0da4a6866251299254 ul {
  list-style: disc outside;
}
#pix-fe .cp-5a8f0da4a6866251299254 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5a8f0da4a6866251299254 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da4a6866251299254
*/ 

#pix-fe #cp-5a8f0da4a6866251299254.pix-design-component {
    margin-left: -1078.3%;
    width: 20.3%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-d #cp-5a8f0da4a6866251299254.pix-design-component {
    margin-left: -1078.3%;
    width: 20.3%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-t #cp-5a8f0da4a6866251299254.pix-design-component {
    margin-top: 0px;
    clear: none;
    margin-left: -1068.7%;
    width: 29.9%;
}
#pix-fe.media-m #cp-5a8f0da4a6866251299254.pix-design-component {
    margin-top: 0px;
    clear: left;
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_5aa05d4f73379046585035
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5aa05d4f73379046585035 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5aa05d4f73379046585035 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa05d4f73379046585035 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa05d4f73379046585035 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5aa05d4f73379046585035 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa05d4f73379046585035 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa05d4f73379046585035 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa05d4f73379046585035 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa05d4f73379046585035 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa05d4f73379046585035 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa05d4f73379046585035 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa05d4f73379046585035 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa05d4f73379046585035 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa05d4f73379046585035 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa05d4f73379046585035 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa05d4f73379046585035 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa05d4f73379046585035
*/ 

#pix-fe #cp-5aa05d4f73379046585035.pix-design-component {
    width: 25.1%;
    margin-left: -1058.1%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-d #cp-5aa05d4f73379046585035.pix-design-component {
    width: 25.1%;
    margin-left: -1058.1%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-t #cp-5aa05d4f73379046585035.pix-design-component {
    margin-top: 0px;
    clear: none;
    width: 38.8%;
    margin-left: -1038.9%;
}
#pix-fe.media-t #cp-5aa05d4f73379046585035.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-m #cp-5aa05d4f73379046585035.pix-design-component {
    width: 100%;
    clear: left;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0px;
}
#pix-fe.media-m #cp-5aa05d4f73379046585035.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_5aa05d7a7337c505589864
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5aa05d7a7337c505589864 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5aa05d7a7337c505589864 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa05d7a7337c505589864 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa05d7a7337c505589864 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0 0 40px 0;
}
#pix-fe .cp-5aa05d7a7337c505589864 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa05d7a7337c505589864 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa05d7a7337c505589864 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa05d7a7337c505589864 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa05d7a7337c505589864 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa05d7a7337c505589864 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa05d7a7337c505589864 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa05d7a7337c505589864 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa05d7a7337c505589864 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa05d7a7337c505589864 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa05d7a7337c505589864 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa05d7a7337c505589864 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa05d7a7337c505589864
*/ 

#pix-fe #cp-5aa05d7a7337c505589864.pix-design-component {
    width: 32.9%;
    margin-left: -1033%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-d #cp-5aa05d7a7337c505589864.pix-design-component {
    width: 32.9%;
    margin-left: -1033%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-t #cp-5aa05d7a7337c505589864.pix-design-component {
    margin-top: 130px;
    clear: none;
    width: 54.1%;
    margin-left: -1054.3%;
}
#pix-fe.media-t #cp-5aa05d7a7337c505589864.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-m #cp-5aa05d7a7337c505589864.pix-design-component {
    width: 100%;
    clear: none;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 89.6px;
}
#pix-fe.media-m #cp-5aa05d7a7337c505589864.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5a8f0da4c0ea8816135832
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5a8f0da4c0ea8816135832 li {
  font-family: Karla;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 h1, #pix-fe .cp-5a8f0da4c0ea8816135832 h2, #pix-fe .cp-5a8f0da4c0ea8816135832 h3, #pix-fe .cp-5a8f0da4c0ea8816135832 h4, #pix-fe .cp-5a8f0da4c0ea8816135832 h5 {
  text-align: left;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 h1 a, #pix-fe .cp-5a8f0da4c0ea8816135832 h2 a, #pix-fe .cp-5a8f0da4c0ea8816135832 h3 a, #pix-fe .cp-5a8f0da4c0ea8816135832 h4 a, #pix-fe .cp-5a8f0da4c0ea8816135832 h5 a {
  font: inherit;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 b, #pix-fe .cp-5a8f0da4c0ea8816135832 strong {
  font-weight: bold;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 em, #pix-fe .cp-5a8f0da4c0ea8816135832 i {
  font-style: italic;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 u {
  text-decoration: underline;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 ul {
  list-style: disc outside;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 li {
  color: rgba(68,68,68,1);
  margin-left: 2em;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 h1, #pix-fe .cp-5a8f0da4c0ea8816135832 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 h1 p, #pix-fe .cp-5a8f0da4c0ea8816135832 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 h2, #pix-fe .cp-5a8f0da4c0ea8816135832 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 h2 p, #pix-fe .cp-5a8f0da4c0ea8816135832 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 h3, #pix-fe .cp-5a8f0da4c0ea8816135832 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 h3 p, #pix-fe .cp-5a8f0da4c0ea8816135832 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 h4, #pix-fe .cp-5a8f0da4c0ea8816135832 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 h4 p, #pix-fe .cp-5a8f0da4c0ea8816135832 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 h5, #pix-fe .cp-5a8f0da4c0ea8816135832 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 h5 p, #pix-fe .cp-5a8f0da4c0ea8816135832 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 h6, #pix-fe .cp-5a8f0da4c0ea8816135832 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 h6 p, #pix-fe .cp-5a8f0da4c0ea8816135832 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Karla;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 strong a, #pix-fe .cp-5a8f0da4c0ea8816135832 b a, #pix-fe .cp-5a8f0da4c0ea8816135832 strong p, #pix-fe .cp-5a8f0da4c0ea8816135832 b p {
  font-weight: inherit;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 [style*='color'] a, #pix-fe .cp-5a8f0da4c0ea8816135832 [color] a {
  color: inherit;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 ul {
  list-style: disc outside;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5a8f0da4c0ea8816135832 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da4c0ea8816135832
*/ 

#pix-fe #cp-5a8f0da4c0ea8816135832.pix-design-component {
    margin-left: -1075.5%;
    width: 50.9%;
    margin-top: 0px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5a8f0da4c0ea8816135832.pix-design-component {
    margin-left: -1075.5%;
    width: 50.9%;
    margin-top: 0px;
    min-height: 0;
    clear: left;
}
#pix-fe.media-t #cp-5a8f0da4c0ea8816135832.pix-design-component {
    margin-top: 0px;
}
#pix-fe.media-m #cp-5a8f0da4c0ea8816135832.pix-design-component {
    margin-top: 0px;
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5a8f0da4656b2974535993
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5a8f0da4656b2974535993 li {
  font-family: Karla;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5a8f0da4656b2974535993 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5a8f0da4656b2974535993 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5a8f0da4656b2974535993 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5a8f0da4656b2974535993 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5a8f0da4656b2974535993 h1, #pix-fe .cp-5a8f0da4656b2974535993 h2, #pix-fe .cp-5a8f0da4656b2974535993 h3, #pix-fe .cp-5a8f0da4656b2974535993 h4, #pix-fe .cp-5a8f0da4656b2974535993 h5 {
  text-align: left;
}
#pix-fe .cp-5a8f0da4656b2974535993 h1 a, #pix-fe .cp-5a8f0da4656b2974535993 h2 a, #pix-fe .cp-5a8f0da4656b2974535993 h3 a, #pix-fe .cp-5a8f0da4656b2974535993 h4 a, #pix-fe .cp-5a8f0da4656b2974535993 h5 a {
  font: inherit;
}
#pix-fe .cp-5a8f0da4656b2974535993 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5a8f0da4656b2974535993 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da4656b2974535993 b, #pix-fe .cp-5a8f0da4656b2974535993 strong {
  font-weight: bold;
}
#pix-fe .cp-5a8f0da4656b2974535993 em, #pix-fe .cp-5a8f0da4656b2974535993 i {
  font-style: italic;
}
#pix-fe .cp-5a8f0da4656b2974535993 u {
  text-decoration: underline;
}
#pix-fe .cp-5a8f0da4656b2974535993 ul {
  list-style: disc outside;
}
#pix-fe .cp-5a8f0da4656b2974535993 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5a8f0da4656b2974535993 li {
  color: rgba(68,68,68,1);
  margin-left: 2em;
}
#pix-fe .cp-5a8f0da4656b2974535993 h1, #pix-fe .cp-5a8f0da4656b2974535993 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4656b2974535993 h1 p, #pix-fe .cp-5a8f0da4656b2974535993 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4656b2974535993 h2, #pix-fe .cp-5a8f0da4656b2974535993 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4656b2974535993 h2 p, #pix-fe .cp-5a8f0da4656b2974535993 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4656b2974535993 h3, #pix-fe .cp-5a8f0da4656b2974535993 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4656b2974535993 h3 p, #pix-fe .cp-5a8f0da4656b2974535993 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4656b2974535993 h4, #pix-fe .cp-5a8f0da4656b2974535993 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4656b2974535993 h4 p, #pix-fe .cp-5a8f0da4656b2974535993 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4656b2974535993 h5, #pix-fe .cp-5a8f0da4656b2974535993 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4656b2974535993 h5 p, #pix-fe .cp-5a8f0da4656b2974535993 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4656b2974535993 h6, #pix-fe .cp-5a8f0da4656b2974535993 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4656b2974535993 h6 p, #pix-fe .cp-5a8f0da4656b2974535993 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4656b2974535993 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5a8f0da4656b2974535993 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da4656b2974535993 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5a8f0da4656b2974535993 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5a8f0da4656b2974535993 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5a8f0da4656b2974535993 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Karla;
}
#pix-fe .cp-5a8f0da4656b2974535993 strong a, #pix-fe .cp-5a8f0da4656b2974535993 b a, #pix-fe .cp-5a8f0da4656b2974535993 strong p, #pix-fe .cp-5a8f0da4656b2974535993 b p {
  font-weight: inherit;
}
#pix-fe .cp-5a8f0da4656b2974535993 [style*='color'] a, #pix-fe .cp-5a8f0da4656b2974535993 [color] a {
  color: inherit;
}
#pix-fe .cp-5a8f0da4656b2974535993 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5a8f0da4656b2974535993 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5a8f0da4656b2974535993 ul {
  list-style: disc outside;
}
#pix-fe .cp-5a8f0da4656b2974535993 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5a8f0da4656b2974535993 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da4656b2974535993
*/ 

#pix-fe #cp-5a8f0da4656b2974535993.pix-design-component {
    margin-left: -1100%;
    width: 21.8%;
    margin-top: 7.5px;
    clear: left;
}
#pix-fe.media-d #cp-5a8f0da4656b2974535993.pix-design-component {
    margin-left: -1100%;
    width: 21.8%;
    margin-top: 7.5px;
    clear: left;
}
#pix-fe.media-tm #cp-5a8f0da4656b2974535993.pix-design-component {
    margin-top: 15px;
    margin-left: -1099.6%;
    width: 30.9%;
    min-height: 0;
    clear: left;
}
#pix-fe.media-t #cp-5a8f0da4656b2974535993.pix-design-component {
    margin-top: 15px;
    margin-left: -1099.6%;
    width: 30.9%;
    min-height: 0;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCJakVJTH6xSWVOal6xSBNtQA= 
 Path: /js/zoeydev/components/text/style.scss 
 Parent uid: cp_5e724cd4af356772775474
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /js/zoeydev/components/text/style.scss
==================================================
**/
#pix-fe .cp-5e724cd4af356772775474 li {
  font-family: Karla;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5e724cd4af356772775474 {
  width: 400px;
  max-width: 100%;
  min-height: 14px;
}
#pix-fe .cp-5e724cd4af356772775474 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5e724cd4af356772775474 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5e724cd4af356772775474 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5e724cd4af356772775474 a {
  font-size: inherit;
  font-weight: inherit;
}
#pix-fe .cp-5e724cd4af356772775474 [style*='color'] > a, #pix-fe .cp-5e724cd4af356772775474 [color] > a {
  color: inherit;
}
#pix-fe .cp-5e724cd4af356772775474 ul {
  list-style: disc outside;
}
#pix-fe .cp-5e724cd4af356772775474 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5e724cd4af356772775474 li {
  color: rgba(68,68,68,1);
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5e724cd4af356772775474
*/ 

#pix-fe #cp-5e724cd4af356772775474.pix-design-component {
    width: 45.5078125%;
    margin-left: -1073.6328125%;
    margin-top: 6px;
    clear: none;
}
#pix-fe.media-d #cp-5e724cd4af356772775474.pix-design-component {
    width: 45.5078125%;
    margin-left: -1073.6328125%;
    margin-top: 6px;
    clear: none;
}
#pix-fe.media-tm #cp-5e724cd4af356772775474.pix-design-component {
    width: 45.5078125%;
    margin-left: -1069.8567708333333%;
    margin-top: 13.5px;
    clear: none;
}
#pix-fe.media-t #cp-5e724cd4af356772775474.pix-design-component {
    width: 45.5078125%;
    margin-left: -1069.8567708333333%;
    margin-top: 13.5px;
    clear: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5a8f0da4687f9396776267
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5a8f0da4687f9396776267 li {
  font-family: Karla;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5a8f0da4687f9396776267 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5a8f0da4687f9396776267 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5a8f0da4687f9396776267 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5a8f0da4687f9396776267 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5a8f0da4687f9396776267 h1, #pix-fe .cp-5a8f0da4687f9396776267 h2, #pix-fe .cp-5a8f0da4687f9396776267 h3, #pix-fe .cp-5a8f0da4687f9396776267 h4, #pix-fe .cp-5a8f0da4687f9396776267 h5 {
  text-align: left;
}
#pix-fe .cp-5a8f0da4687f9396776267 h1 a, #pix-fe .cp-5a8f0da4687f9396776267 h2 a, #pix-fe .cp-5a8f0da4687f9396776267 h3 a, #pix-fe .cp-5a8f0da4687f9396776267 h4 a, #pix-fe .cp-5a8f0da4687f9396776267 h5 a {
  font: inherit;
}
#pix-fe .cp-5a8f0da4687f9396776267 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5a8f0da4687f9396776267 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da4687f9396776267 b, #pix-fe .cp-5a8f0da4687f9396776267 strong {
  font-weight: bold;
}
#pix-fe .cp-5a8f0da4687f9396776267 em, #pix-fe .cp-5a8f0da4687f9396776267 i {
  font-style: italic;
}
#pix-fe .cp-5a8f0da4687f9396776267 u {
  text-decoration: underline;
}
#pix-fe .cp-5a8f0da4687f9396776267 ul {
  list-style: disc outside;
}
#pix-fe .cp-5a8f0da4687f9396776267 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5a8f0da4687f9396776267 li {
  color: rgba(68,68,68,1);
  margin-left: 2em;
}
#pix-fe .cp-5a8f0da4687f9396776267 h1, #pix-fe .cp-5a8f0da4687f9396776267 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4687f9396776267 h1 p, #pix-fe .cp-5a8f0da4687f9396776267 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4687f9396776267 h2, #pix-fe .cp-5a8f0da4687f9396776267 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4687f9396776267 h2 p, #pix-fe .cp-5a8f0da4687f9396776267 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4687f9396776267 h3, #pix-fe .cp-5a8f0da4687f9396776267 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4687f9396776267 h3 p, #pix-fe .cp-5a8f0da4687f9396776267 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4687f9396776267 h4, #pix-fe .cp-5a8f0da4687f9396776267 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4687f9396776267 h4 p, #pix-fe .cp-5a8f0da4687f9396776267 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4687f9396776267 h5, #pix-fe .cp-5a8f0da4687f9396776267 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4687f9396776267 h5 p, #pix-fe .cp-5a8f0da4687f9396776267 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4687f9396776267 h6, #pix-fe .cp-5a8f0da4687f9396776267 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4687f9396776267 h6 p, #pix-fe .cp-5a8f0da4687f9396776267 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4687f9396776267 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5a8f0da4687f9396776267 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da4687f9396776267 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5a8f0da4687f9396776267 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5a8f0da4687f9396776267 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5a8f0da4687f9396776267 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Karla;
}
#pix-fe .cp-5a8f0da4687f9396776267 strong a, #pix-fe .cp-5a8f0da4687f9396776267 b a, #pix-fe .cp-5a8f0da4687f9396776267 strong p, #pix-fe .cp-5a8f0da4687f9396776267 b p {
  font-weight: inherit;
}
#pix-fe .cp-5a8f0da4687f9396776267 [style*='color'] a, #pix-fe .cp-5a8f0da4687f9396776267 [color] a {
  color: inherit;
}
#pix-fe .cp-5a8f0da4687f9396776267 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5a8f0da4687f9396776267 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5a8f0da4687f9396776267 ul {
  list-style: disc outside;
}
#pix-fe .cp-5a8f0da4687f9396776267 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5a8f0da4687f9396776267 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da4687f9396776267
*/ 

#pix-fe #cp-5a8f0da4687f9396776267.pix-design-component {
    margin-left: -1019.7%;
    width: 11.8%;
    margin-top: 9.09375px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5a8f0da4687f9396776267.pix-design-component {
    margin-left: -1019.7%;
    width: 11.8%;
    margin-top: 9.09375px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-tm #cp-5a8f0da4687f9396776267.pix-design-component {
    margin-left: -1015.4%;
    width: 15.4%;
    min-height: 0;
}
#pix-fe.media-t #cp-5a8f0da4687f9396776267.pix-design-component {
    margin-top: 7px;
    margin-left: -1015.4%;
    width: 15.4%;
    min-height: 0;
    clear: none;
}
#pix-fe.media-m #cp-5a8f0da4687f9396776267.pix-design-component {
    margin-top: 10px;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSL85MzE3PiczLzsoGiBUWpxaklukZ6xSADagE= 
 Path: skin/designcenter/pixafy/components/global/social_links/preset-2.scss 
 Parent uid: cp_5a8f0da46b906051883100
*/ 

/**================================================== Zoey SCSS File File Path: skin/designcenter/pixafy/components/global/social_links/preset-2.scss==================================================**/#pix-fe .cp-5a8f0da46b906051883100 {  width: 230px;}#pix-fe .cp-5a8f0da46b906051883100 .social-link {  margin: 0;  padding: 0 5%;  border-right: 0 solid #333;}#pix-fe .cp-5a8f0da46b906051883100 .social-link:last-child {  border: 0;  padding-right: 0 !important;}#pix-fe .cp-5a8f0da46b906051883100 .social-link:first-child {  padding-left: 0 !important;}#pix-fe .cp-5a8f0da46b906051883100 .social-link:hover {  text-decoration: none;}#pix-fe .cp-5a8f0da46b906051883100 .social-link[title="Tumblr"] {  display: none;}#pix-fe .cp-5a8f0da46b906051883100 .force-show-social.social-block {  display: block !important;  visibility: visible !important;}#pix-fe .cp-5a8f0da46b906051883100 .force-show-social.social-block .social-link:not([title="Tumblr"]) {  display: inline-block !important;  visibility: visible !important;}#pix-fe .cp-5a8f0da46b906051883100 .force-show-social.social-block .social-link:not([title="Tumblr"]) [class^="social-icon-"] {  display: inline !important;  visibility: visible !important;}@font-face {  font-family: 'social-icons-1';  src: url("//constructiveplaythings.com/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.eot?jpos");  src: url("//constructiveplaythings.com/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.eot?asdf#iefix") format('embedded-opentype'), url("//constructiveplaythings.com/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.ttf?jpos") format('truetype'), url("//constructiveplaythings.com/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.woff?jpos") format('woff'), url("//constructiveplaythings.com/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.svg?jpos#social-icons-1") format('svg');  font-weight: normal;  font-style: normal;}#pix-fe [class^="social-icon-"]:before, #pix-fe [class*=" social-icon-"]:before {  /* use !important to prevent issues with browser extensions that change fonts */  font-family: 'social-icons-1';  speak: none;  font-style: normal;  font-weight: normal;  font-variant: normal;  text-transform: none;  line-height: 1;  /* Better Font Rendering =========== */  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}#pix-fe .social-icon-facebook:before {  content: "\e900";}#pix-fe .social-icon-google-plus:before {  content: "\e901";}#pix-fe .social-icon-instagram:before {  content: "\e902";}#pix-fe .social-icon-pinterest:before {  content: "\e903";}#pix-fe .social-icon-twitter:before {  content: "\e904";}#pix-fe .social-icon-youtube:before {  content: "\e905";}#pix-fe .cp-5a8f0da46b906051883100 {  width: 200px;}#pix-fe .cp-5a8f0da46b906051883100 .social-block {  border: 0px solid #ccc;  border-color: rgba(2, 127, 150, 1);  border-width: ;  background-color: rgba(255, 255, 255, 0);  padding: 0 0 0 0;  text-align: right;}#pix-fe .cp-5a8f0da46b906051883100 .social-link {  padding-left: 3%;  padding-right: 3%;  color: #444;  font-size: 15px;  border-width: ;  border-color: rgba(2, 127, 150, 1);}#pix-fe .cp-5a8f0da46b906051883100 .social-link i:before {  font-family: 'social-icons-1';  speak: none;  font-style: normal;  font-weight: normal;  font-variant: normal;  text-transform: none;  line-height: 1;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}#pix-fe .cp-5a8f0da46b906051883100 .social-link:hover {  color: #0771db;}#pix-fe .cp-5a8f0da46b906051883100 .social-icon-facebook:before {  content: "\e900";}#pix-fe .cp-5a8f0da46b906051883100 .social-icon-google-plus:before {  content: "\e901";}#pix-fe .cp-5a8f0da46b906051883100 .social-icon-instagram:before {  content: "\e902";}#pix-fe .cp-5a8f0da46b906051883100 .social-icon-pintrest:before, #pix-fe .cp-5a8f0da46b906051883100 .social-icon-pinterest:before {  content: "\e903";}#pix-fe .cp-5a8f0da46b906051883100 .social-icon-twitter:before {  content: "\e904";}#pix-fe .cp-5a8f0da46b906051883100 .social-icon-youtube:before, #pix-fe .cp-5a8f0da46b906051883100 .social-icon-you-tube:before {  content: "\e905";}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da46b906051883100
*/ 

#pix-fe #cp-5a8f0da46b906051883100.pix-design-component {
    margin-left: -1008.5%;
    width: 6.2%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 11.5px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5a8f0da46b906051883100.pix-design-component {
    margin-left: -1008.5%;
    width: 6.2%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 11.5px;
    min-height: 0;
    clear: none;
}
#pix-fe.media-tm #cp-5a8f0da46b906051883100.pix-design-component {
    margin-top: 0px;
    margin-left: -1012.6%;
    width: 9.7%;
    min-height: 0;
    clear: left;
}
#pix-fe.media-t #cp-5a8f0da46b906051883100.pix-design-component {
    margin-top: 0px;
    margin-left: -1012.6%;
    width: 9.7%;
    min-height: 0;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_Fcs7DoAwCADQu5COKnH1LCxNxU+ihQCDjfHu6viGd0OKpgwTFHfoILmVD7pfeWmERU6VyjWc0ESCcOM8sxEesgqhGjtHPw7+9+cF 
 Path: skin/designcenter/pixafy/components/root/header/logo/preset-1.scss 
 Parent uid: cp_5a8f0da4746ae329545550
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/logo/preset-1.scss
==================================================
**/
#pix-fe .cp-5a8f0da4746ae329545550 {
  width: 10%;
  width: 100px;
  height: auto;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  padding: ;
}
#pix-fe .cp-5a8f0da4746ae329545550 a {
  display: block;
  height: auto;
}
#pix-fe .cp-5a8f0da4746ae329545550 a img {
  display: block;
  width: 100%;
  height: auto;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da4746ae329545550
*/ 

#pix-fe #cp-5a8f0da4746ae329545550.pix-design-component {
    width: 39%;
    margin-left: -1100%;
    margin-top: 1px;
    clear: left;
}
#pix-fe.media-d #cp-5a8f0da4746ae329545550.pix-design-component {
    width: 39%;
    margin-left: -1100%;
    margin-top: 1px;
    clear: left;
}
#pix-fe.media-tm #cp-5a8f0da4746ae329545550.pix-design-component {
    margin-left: -1099.7%;
    margin-top: 0.8px;
}
#pix-fe.media-t #cp-5a8f0da4746ae329545550.pix-design-component {
    margin-left: -1099.7%;
    margin-top: 0.8px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_JcwxCoAwDEDRu4SOanbPkqXElBa0KU0Hi3h3rY6PD/8C13oRWIHNYAJnlV+UdPrQCVmPollyM8Kq2gij+E0qoYmvHAmDfvHnnFjzUOu7LON4Pw== 
 Path: skin/designcenter/pixafy/components/root/header/search/fonts/search-icons/style.css 
 Parent uid: cp_5a8f0da4825af336041871
*/ 

@font-face {    font-family: 'search-icons';    src:    url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/search/fonts/search-icons/fonts/search-icons.eot?bun46l");    src:    url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/search/fonts/search-icons/fonts/search-icons.eot?asdfa#iefix") format('embedded-opentype'),        url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/search/fonts/search-icons/fonts/search-icons.ttf?bun46l") format('truetype'),        url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/search/fonts/search-icons/fonts/search-icons.woff?bun46l") format('woff'),        url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/search/fonts/search-icons/fonts/search-icons.svg?bun46l#search-icons") format('svg');    font-weight: normal;    font-style: normal;}#pix-fe [class^="search-icon"]:before,#pix-fe [class*=" search-icon"]:before {    /* use !important to prevent issues with browser extensions that change fonts */    font-family: 'search-icons' !important;    speak: none;    font-style: normal;    font-weight: normal;    font-variant: normal;    text-transform: none;    line-height: 1;    /* Better Font Rendering =========== */    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;}.icon-search1:before {    content: "\e900";}.icon-search2:before {    content: "\e901";}.icon-search3:before {    content: "\e902";}.icon-search4:before {    content: "\e903";}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcwxDoAwCADAv5COKouTb2FpEKODhQCDjfHv6njL3VCym8ACHAEDlHD+YMdVt07Iepo2aRmErpqEu9RVnDCkOu+E5hKS4zzFHzwv 
 Path: skin/designcenter/pixafy/components/root/header/search/preset-4.scss 
 Parent uid: cp_5a8f0da4825af336041871
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/search/preset-4.scss
==================================================
**/
#pix-fe .cp-5a8f0da4825af336041871 {
  position: relative;
  width: auto;
}
#pix-fe .cp-5a8f0da4825af336041871 .form-search {
  font-size: 12px;
}
#pix-fe .cp-5a8f0da4825af336041871 .form-search .search-container {
  position: relative;
  overflow: hidden;
}
#pix-fe .cp-5a8f0da4825af336041871 .form-search .search-container .search-input {
  border: 0;
  color: inherit;
  font-size: inherit;
  width: 100%;
  height: 30px;
  padding-right: 40px;
}
#pix-fe .cp-5a8f0da4825af336041871 .form-search .icon-search {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  background-color: inherit;
  color: inherit;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#pix-fe .cp-5a8f0da4825af336041871 .form-search:after, #pix-fe .cp-5a8f0da4825af336041871 .form-search:before {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5a8f0da4825af336041871 {
  min-width: 100px;
}
#pix-fe .cp-5a8f0da4825af336041871 .form-search {
  color: #999;
  font-size: 13px;
}
#pix-fe .cp-5a8f0da4825af336041871 .form-search .search-container {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: rgba(0,72,187,0.8);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5a8f0da4825af336041871 .form-search .search-container .search-input {
  background-color: rgba(255,255,255,1);
}
#pix-fe .cp-5a8f0da4825af336041871 .form-search .icon-search {
  background-color: rgba(51,51,51,0);
  color: #333;
}
#pix-fe.media-t .cp-5a8f0da4825af336041871 .form-search {
  font-size: ;
}
#pix-fe.media-m .cp-5a8f0da4825af336041871 .form-search {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da4825af336041871
*/ 

#pix-fe #cp-5a8f0da4825af336041871.pix-design-component {
    margin-left: -1058.7%;
    width: 56.2%;
    margin-top: 11.9px;
    clear: none;
    min-height: 0;
    z-index: 1;
}
#pix-fe.media-d #cp-5a8f0da4825af336041871.pix-design-component {
    margin-left: -1058.7%;
    width: 56.2%;
    margin-top: 11.9px;
    min-height: 0;
    z-index: 1;
    clear: none;
}
#pix-fe.media-tm #cp-5a8f0da4825af336041871.pix-design-component {
    margin-top: 108px;
    width: 96.2%;
    margin-left: -1098.4%;
    min-height: 0;
}
#pix-fe.media-t #cp-5a8f0da4825af336041871.pix-design-component {
    margin-top: 108px;
    width: 96.2%;
    margin-left: -1098.4%;
    min-height: 0;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset iconFontAccount 
 Path: skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/style.css 
 Parent uid: cp_5a8f0da47889d747862480
*/ 

@font-face {  font-family: 'account-icons';  src:  url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.eot?pbgcwp");  src:  url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.eot?pbgcwp#iefix") format('embedded-opentype'),    url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.ttf?pbgcwp") format('truetype'),    url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.woff?pbgcwp") format('woff'),    url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.svg?pbgcwp#account-icons") format('svg');  font-weight: normal;  font-style: normal;}[class^="account-icon-"]:before, [class*=" account-icon-"]:before {  /* use !important to prevent issues with browser extensions that change fonts */  font-family: 'account-icons' !important;  speak: none;  font-style: normal;  font-weight: normal;  font-variant: normal;  text-transform: none;  line-height: 1;  /* Better Font Rendering =========== */  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}.account-icon-1:before {  content: "\e900";}.account-icon-2:before {  content: "\e901";}.account-icon-3:before {  content: "\e902";}.account-icon-4:before {  content: "\e903";}.account-icon-5:before {  content: "\e904";}.account-icon-outline-thick:before {  content: "\e7ff";}.account-icon-avatar:before {  content: "\e905";}.account-icon-user:before {  content: "\e906";}.account-icon-users:before {  content: "\e907";}.account-icon-users-2:before {  content: "\e908";}.account-icon-user-circle-thin:before {  content: "\e909";}.account-icon-user-circle:before {  content: "\e90a";}.account-icon-user-square:before {  content: "\e90b";}.account-icon-user-folder:before {  content: "\e90c";}.account-icon-user-calendar:before {  content: "\e90d";}.account-icon-user-bubble:before {  content: "\e90e";}.account-icon-building:before {  content: "\e90f";}.account-icon-horizontal-lines-long:before {  content: "\e910";}.account-icon-horizontal-lines-short:before {  content: "\e911";}.account-icon-horizontal-dotted-line:before {  content: "\e912";}.account-icon-vertical-dotted-line:before {  content: "\e913";}.account-icon-cog:before {  content: "\e914";}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i/LzS2L0M1ITU1KLYvRL8gviczLzsoESBUWpxakluiZ6xSAzagE= 
 Path: skin/designcenter/pixafy/components/root/header/top_links/preset-4.scss 
 Parent uid: cp_5a8f0da47889d747862480
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/top_links/preset-4.scss
==================================================
**/
#pix-fe .cp-5a8f0da47889d747862480 .zoey-account-links {
  position: relative;
}
#pix-fe .cp-5a8f0da47889d747862480 .zoey-account-links .zoey-account-links-content {
  top: 100%;
  left: 0;
}
#pix-fe .cp-5a8f0da47889d747862480 .zoey-account-link {
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  display: block;
}
#pix-fe .cp-5a8f0da47889d747862480 .zoey-account-link.display-icon .label {
  display: none;
}
#pix-fe .cp-5a8f0da47889d747862480 .zoey-account-link.display-title .icon {
  display: none;
}
#pix-fe .cp-5a8f0da47889d747862480 .zoey-account-link:hover {
  text-decoration: none;
}
#pix-fe ul.zoey-account-links-content {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  background-color: rgba(255,255,255,1);
  position: absolute;
  min-width: 150px;
  z-index: 9;
  -webkit-box-shadow: 0 4px 6px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 4px 6px 0px rgba(51, 51, 51, 0.5);
  box-shadow: 0 4px 6px 0px rgba(51, 51, 51, 0.5);
}
#pix-fe ul.zoey-account-links-content li {
  text-align: left;
  padding: 5px 0 5px 0;
}
#pix-fe ul.zoey-account-links-content li a {
  color: ;
  font-size: 12px;
  font-weight: ;
  text-transform: ;
  text-decoration: ;
  font-style: ;
}
#pix-fe ul.zoey-account-links-content li a:hover {
  color: ;
}
#pix-fe ul.zoey-account-links-content li:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da47889d747862480 {
  min-width: 20px;
}
#pix-fe .cp-5a8f0da47889d747862480 .zoey-account-links {
  background-color: rgba(66,66,66,0);
  padding: ;
}
#pix-fe .cp-5a8f0da47889d747862480 .zoey-account-links:hover {
  background-color: rgba(132,189,0,0);
}
#pix-fe .cp-5a8f0da47889d747862480 .zoey-account-links .zoey-account-link {
  padding: 3px;
  font-size: 13px;
  text-align: center;
  color: #444;
}
#pix-fe .cp-5a8f0da47889d747862480 .zoey-account-links .zoey-account-link .account-icon {
  font-size: 1.6em;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
#pix-fe .cp-5a8f0da47889d747862480 .zoey-account-links .zoey-account-link .label {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}
#pix-fe .cp-5a8f0da47889d747862480 .zoey-account-links .zoey-account-link:hover {
  color: #0771db;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da47889d747862480
*/ 

#pix-fe #cp-5a8f0da47889d747862480.pix-design-component {
    width: 11.2%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1025.9%;
    margin-top: 61px;
    clear: none;
}
#pix-fe.media-d #cp-5a8f0da47889d747862480.pix-design-component {
    width: 11.2%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1025.9%;
    margin-top: 61px;
    clear: none;
}
#pix-fe.media-tm #cp-5a8f0da47889d747862480.pix-design-component {
    width: 12.2%;
    margin-left: -1022.5%;
}
#pix-fe.media-t #cp-5a8f0da47889d747862480.pix-design-component {
    width: 12.2%;
    margin-left: -1022.5%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset iconFontQuote 
 Path: /skin/designcenter/fonts/quote-icons/style.css 
 Parent uid: cp_5bb780912b043947878914
*/ 

@font-face {  font-family: 'quote-icons';  src:  url("//constructiveplaythings.com//skin/designcenter/fonts/quote-icons/fonts/quote-icons.eot?lycza2");  src:  url("//constructiveplaythings.com//skin/designcenter/fonts/quote-icons/fonts/quote-icons.eot?lycza2#iefix") format('embedded-opentype'),    url("//constructiveplaythings.com//skin/designcenter/fonts/quote-icons/fonts/quote-icons.ttf?lycza2") format('truetype'),    url("//constructiveplaythings.com//skin/designcenter/fonts/quote-icons/fonts/quote-icons.woff?lycza2") format('woff'),    url("//constructiveplaythings.com//skin/designcenter/fonts/quote-icons/fonts/quote-icons.svg?lycza2#quote-icons") format('svg');  font-weight: normal;  font-style: normal;}[class^="quote-icon-"]:before, [class*=" quote-icon-"]:before {  /* use !important to prevent issues with browser extensions that change fonts */  font-family: 'quote-icons' !important;  speak: none;  font-style: normal;  font-weight: normal;  font-variant: normal;  text-transform: none;  line-height: 1;  /* Better Font Rendering =========== */  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}.quote-icon-register:before {  content: "\e900";}.quote-icon-calculator-buttons:before {  content: "\e901";}.quote-icon-calculator:before {  content: "\e902";}.quote-icon-accounting:before {  content: "\e903";}.quote-icon-accounting-round:before {  content: "\e904";}.quote-icon-calculator-square:before {  content: "\e905";}.quote-icon-calculator-buttons-square-thin:before {  content: "\e906";}.quote-icon-calculator-buttons-square:before {  content: "\e907";}.quote-icon-tag:before {  content: "\e908";}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey_b2b 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcqqSjJJi9JPzcwvy81LzSopj9AtL80tSgXRuZl5mcmJRSYx+cUllTmqxXjFIYy0A 
 Path: skin/designcenter/zb2b/components/quotes/minicart/styles.scss 
 Parent uid: cp_5bb780912b043947878914
*/ 

/**================================================== Zoey SCSS File File Path: skin/designcenter/zb2b/components/quotes/minicart/styles.scss==================================================**/#pix-fe .mini-products-list .product-image {  display: block;}#pix-fe .mini-products-list .product-image img {  width: 80px;  height: 80px;}#pix-fe .mini-products-list .product-details > div {  margin-top: 5px;}#pix-fe .mini-products-list .product-details > .product-image-container {  margin-top: 0;}#pix-fe .mini-products-list .product-details .product-name {  margin: 0 0 6px 0;}#pix-fe .mini-products-list .product-details .item-options {  font-size: 12px;}#pix-fe .mini-products-list .product-details .item-options dt {  font-style: normal;  margin: 3px 0;}#pix-fe .mini-products-list .product-details .item-options dd {  margin: 3px 0;  padding-left: 0;}#pix-fe .mini-products-list .product-details .item-options dd.downloadable-item {  padding-right: 5px;}#pix-fe .mini-products-list li {  margin-bottom: 10px;  clear: both;}#pix-fe .mini-products-list li:after {  content: '';  display: table;  clear: both;}#pix-fe .zoey-minicart-content-container {  position: absolute;  z-index: 200;  top: 40px;  right: 0;  width: 400px;  background: white;}@media only screen and (min-width: 771px) {  #pix-fe .zoey-minicart-content-container {    /*background: #FBFBFB;*/  }  #pix-fe .zoey-minicart-content-container.skip-active {    display: block;    position: absolute;    z-index: 200;    top: 40px;    right: 0;    width: 320px;    background: white;  }}#pix-fe .zoey-minicart-content-container .minicart-wrapper {  position: relative;  clear: both;  /*&:before {   background-color: #FFFFFF;   opacity: 0.9;   z-index: 2;   }*/  /*&:before,   &:after {   content: '';   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   display: none;   }*/}#pix-fe .zoey-minicart-content-container .minicart-wrapper .mini-cart-frame {  height: 100%;  overflow: auto;  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);  box-shadow: 0 2px 10px rgba(0, 0, 0, .5);}#pix-fe .zoey-minicart-content-container .minicart-wrapper .mini-products-list {  max-height: 260px;  overflow-y: auto;}#pix-fe .zoey-minicart-content-container .mini-cart-content .skip-link-close {  position: absolute;  top: 0;  right: 0;}#pix-fe .zoey-minicart-content-container .info-wrapper {  margin-bottom: 0.5em;}#pix-fe .zoey-minicart-content-container .info-wrapper th {  text-transform: uppercase;  padding-right: 10px;}#pix-fe .zoey-minicart-content-container .info-wrapper td {  color: rgba(0,72,187,1);  clear: right;}#pix-fe .zoey-minicart-content-container .info-wrapper .qty-wrapper td {  height: 33px;  line-height: 33px;}#pix-fe .zoey-minicart-content-container .info-wrapper .qty {  padding-left: 4px;  padding-right: 4px;  margin-right: 2px;  width: 30px;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button {  opacity: 0;  -webkit-transition-property: opacity;  -moz-transition-property: opacity;  -o-transition-property: opacity;  transition-property: opacity;  -webkit-transition-duration: 100ms;  -moz-transition-duration: 100ms;  -o-transition-duration: 100ms;  transition-duration: 100ms;  margin-top: -1px;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button[disabled] {  cursor: default;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button.visible {  opacity: 1;}#pix-fe .zoey-minicart-content-container .jcarousel-control-prev, #pix-fe .zoey-minicart-content-container .jcarousel-control-next {  display: none;}#pix-fe .minicart-wrapper.loading .minicart-loader {  display: block;}#pix-fe .minicart-wrapper .minicart-loader {  background-color: #fff;  opacity: 0.9;  z-index: 2;  background-image: url("//constructiveplaythings.com/skin/designcenter/zb2b/components/quotes/images/opc-ajax-loader.gif");  background-repeat: no-repeat;  background-position: center;  background-size: 30px;  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  display: none;}#pix-fe .minicart-wrapper .minicart-loader .minicart-loader-text {  position: absolute;  bottom: 50%;  left: 0;  right: 0;  width: 100%;  margin-bottom: 40px;  text-align: center;  font-size: 12px;}#pix-fe .minicart-wrapper .block-subtitle {  font-size: 12px;  font-weight: bold;  line-height: 1.4;  padding: 8px 0 5px 10px;  border-bottom: 1px solid #eee;  margin-bottom: 0;  min-height: 28px;  position: relative;}#pix-fe .minicart-wrapper .block-subtitle .close {  position: absolute;  top: 8px;  right: 10px;  text-transform: lowercase;  cursor: pointer;  font-weight: normal;}#pix-fe .minicart-wrapper .mini-products-list {  border-top: 1px solid #eee;  border-bottom: 1px solid #eee;}#pix-fe .minicart-wrapper .mini-products-list > li {  padding: 10px 35px 10px 10px;  border-top: 1px solid #eee;  border-bottom: none;  position: relative;  margin-bottom: 0;}#pix-fe .minicart-wrapper .mini-products-list > li.first {  border-top: none;  border-bottom: none;}#pix-fe .minicart-wrapper .mini-products-list > li.parent-item {  border-top: none;  text-align: left;  background: #f7f7f7;  padding-left: 10px;  font-weight: bold;  width: 100%;}#pix-fe .minicart-wrapper .mini-products-list > li.parent-item .btn-cancel {  position: absolute;  top: 50%;  right: 10px;  margin-top: -6px;}#pix-fe .minicart-wrapper .mini-products-list > li.child-item {  border-top: none;  border-bottom: none;}#pix-fe .minicart-wrapper .mini-products-list > li.child-item.parent-product-type-configurable .product-name {  display: none;}#pix-fe .minicart-wrapper .mini-products-list > li .product-details {  position: relative;}#pix-fe .minicart-wrapper .mini-products-list .btn-cancel {  position: absolute;  right: 10px;  top: 15px;  display: none;}#pix-fe .minicart-wrapper .mini-products-list .btn-cancel.ajax-remove, #pix-fe .minicart-wrapper .mini-products-list .btn-cancel.show {  display: block;}#pix-fe .minicart-wrapper .mini-products-list .btn-edit {  display: inline-block;  margin-top: 10px;}#pix-fe .minicart-wrapper .subtotal {  text-align: right;  font-weight: 600;  font-size: 16px;  padding: 10px 35px 5px;}#pix-fe .minicart-wrapper .subtotal .label {  color: #000;  margin-right: 20px;}#pix-fe .minicart-wrapper .minicart-message {  display: none;}#pix-fe .minicart-wrapper .minicart-message li {  padding: 10px 10px 10px 45px;  position: relative;  min-height: 34px;}#pix-fe .minicart-wrapper .minicart-message li:before {  position: absolute;  left: 10px;  top: 50%;  margin-top: -10px;  border-radius: 50%;  width: 20px;  height: 20px;}#pix-fe .minicart-wrapper .minicart-actions {  padding: 0 20px;  margin-top: 0;  margin-bottom: 15px;  overflow: hidden;  position: relative;}#pix-fe .minicart-wrapper .minicart-actions .checkout-button {  min-width: 145px;}#pix-fe .minicart-wrapper .minicart-actions .checkout-button.font-sm {  font-size: 12px;}#pix-fe .minicart-wrapper .minicart-actions .paypal-logo .paypal-or {  line-height: 1.6;}#pix-fe .minicart-wrapper .mini-cart-content .empty {  padding: 50px 20px;  text-align: center;}#pix-fe .minicart-wrapper .continue-shopping-block {  text-align: center;  padding: 10px 5px 30px;}#pix-fe .minicart-wrapper .continue-shopping-block a {  cursor: pointer;}#pix-fe.checkout-cart-index .minicart-wrapper .mini-products-list .btn-cancel, #pix-fe.checkout-onepage-index .minicart-wrapper .mini-products-list .btn-cancel {  display: block;}#pix-fe.checkout-cart-index .minicart-wrapper .mini-products-list .btn-cancel.ajax-remove, #pix-fe.checkout-onepage-index .minicart-wrapper .mini-products-list .btn-cancel.ajax-remove {  display: none;}#pix-fe #header-cart-mobile {  display: none;}#pix-fe #header-cart-mobile.active {  display: block;}#pix-fe #header-cart-mobile .minicart-wrapper .minicart-loader {  position: fixed;  top: initial;}#pix-fe.media-m #header-cart {  display: none;}#pix-fe.zoey-has-mobile-header.media-m .zoey-header-mobile-cart #header-cart-mobile {  color: #000;}#pix-fe .zoey-header-cart .zoey-header-cart-trigger {  text-decoration: none;}#pix-fe .zoey-minicart-content-container {  position: absolute;  z-index: 200;  top: 40px;  right: 0;  width: 400px;  background: white;}@media only screen and (min-width: 771px) {  #pix-fe .zoey-minicart-content-container {    /*background: #FBFBFB;*/  }  #pix-fe .zoey-minicart-content-container.skip-active {    display: block;    position: absolute;    z-index: 200;    top: 40px;    right: 0;    width: 320px;    background: white;  }}#pix-fe .zoey-minicart-content-container .minicart-wrapper {  position: relative;  clear: both;  /*&:before {   background-color: #FFFFFF;   opacity: 0.9;   z-index: 2;   }*/  /*&:before,   &:after {   content: '';   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   display: none;   }*/}#pix-fe .zoey-minicart-content-container .minicart-wrapper .mini-cart-frame {  height: 100%;  overflow: auto;  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);  box-shadow: 0 2px 10px rgba(0, 0, 0, .5);}#pix-fe .zoey-minicart-content-container .minicart-wrapper .mini-products-list {  max-height: 260px;  overflow-y: auto;}#pix-fe .zoey-minicart-content-container .mini-cart-content .skip-link-close {  position: absolute;  top: 0;  right: 0;}#pix-fe .zoey-minicart-content-container .info-wrapper {  margin-bottom: 0.5em;}#pix-fe .zoey-minicart-content-container .info-wrapper th {  text-transform: uppercase;  padding-right: 10px;}#pix-fe .zoey-minicart-content-container .info-wrapper td {  clear: right;}#pix-fe .zoey-minicart-content-container .info-wrapper .qty-wrapper td {  height: 33px;  line-height: 33px;}#pix-fe .zoey-minicart-content-container .info-wrapper .qty {  padding-left: 4px;  padding-right: 4px;  margin-right: 2px;  width: 30px;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button {  opacity: 0;  -webkit-transition-property: opacity;  -moz-transition-property: opacity;  -o-transition-property: opacity;  transition-property: opacity;  -webkit-transition-duration: 100ms;  -moz-transition-duration: 100ms;  -o-transition-duration: 100ms;  transition-duration: 100ms;  margin-top: -1px;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button[disabled] {  cursor: default;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button.visible {  opacity: 1;}#pix-fe .zoey-minicart-content-container .jcarousel-control-prev, #pix-fe .zoey-minicart-content-container .jcarousel-control-next {  display: none;}#pix-fe .minicart-wrapper.loading .minicart-loader {  display: block;}#pix-fe .minicart-wrapper .minicart-loader {  background-color: #fff;  opacity: 0.9;  z-index: 2;  background-image: url("//constructiveplaythings.com/skin/designcenter/zb2b/components/quotes/../../../../default/images/opc-ajax-loader.gif");  background-repeat: no-repeat;  background-position: center;  background-size: 30px;  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  display: none;}#pix-fe .minicart-wrapper .minicart-loader .minicart-loader-text {  position: absolute;  bottom: 50%;  left: 0;  right: 0;  width: 100%;  margin-bottom: 40px;  text-align: center;  font-size: 12px;}#pix-fe .minicart-wrapper .block-subtitle {  font-size: 12px;  font-weight: bold;  line-height: 1.4;  padding: 8px 0 5px 10px;  border-bottom: 1px solid #eee;  margin-bottom: 0;  min-height: 28px;  position: relative;}#pix-fe .minicart-wrapper .block-subtitle .close {  position: absolute;  top: 8px;  right: 10px;  text-transform: lowercase;  cursor: pointer;  font-weight: normal;}#pix-fe .minicart-wrapper .mini-products-list {  border-top: 1px solid #eee;  border-bottom: 1px solid #eee;}#pix-fe .minicart-wrapper .mini-products-list > li {  padding: 10px 35px 10px 10px;  border-bottom: 1px solid #eee;  position: relative;  margin-bottom: 0;}#pix-fe .minicart-wrapper .mini-products-list > li.last {  border: none;}#pix-fe .minicart-wrapper .mini-products-list > li .product-details {  position: relative;}#pix-fe .minicart-wrapper .mini-products-list .btn-cancel {  position: absolute;  right: 10px;  top: 15px;  display: none;}#pix-fe .minicart-wrapper .mini-products-list .btn-cancel.ajax-remove, #pix-fe .minicart-wrapper .mini-products-list .btn-cancel.show {  display: block;}#pix-fe .minicart-wrapper .mini-products-list .btn-edit {  display: inline-block;  margin-top: 10px;}#pix-fe .minicart-wrapper .subtotal {  text-align: right;  font-weight: 600;  font-size: 16px;  padding: 10px 35px 5px;}#pix-fe .minicart-wrapper .subtotal .label {  color: #000;  margin-right: 20px;}#pix-fe .minicart-wrapper .minicart-message {  display: none;}#pix-fe .minicart-wrapper .minicart-message li {  padding: 10px 10px 10px 45px;  position: relative;  min-height: 34px;}#pix-fe .minicart-wrapper .minicart-message li:before {  position: absolute;  left: 10px;  top: 50%;  margin-top: -10px;  border-radius: 50%;  width: 20px;  height: 20px;}#pix-fe .minicart-wrapper .minicart-actions {  padding: 0 20px;  margin-top: 0;  margin-bottom: 15px;  overflow: hidden;  position: relative;}#pix-fe .minicart-wrapper .minicart-actions .checkout-button {  min-width: 145px;}#pix-fe .minicart-wrapper .minicart-actions .checkout-button.font-sm {  font-size: 12px;}#pix-fe .minicart-wrapper .minicart-actions .paypal-logo .paypal-or {  line-height: 1.6;}#pix-fe .minicart-wrapper .mini-cart-content .empty {  padding: 50px 20px;  text-align: center;}#pix-fe .minicart-wrapper .continue-shopping-block {  text-align: center;  padding: 10px 5px 30px;}#pix-fe .minicart-wrapper .continue-shopping-block a {  cursor: pointer;}#pix-fe .minicart-wrapper .checkout-types.minicart {  text-align: center;}#pix-fe .minicart-wrapper .checkout-types.minicart li {  margin-top: 10px;}#pix-fe .minicart-wrapper .checkout-types.minicart li .button {  min-width: 50%;  font-weight: bold;}#pix-fe .minicart-wrapper .checkout-types.minicart li.button-group .button {  min-width: 100%;  width: 100%;}#pix-fe .minicart-wrapper .checkout-types.minicart .paypal-logo a {  display: block;}#pix-fe .minicart-wrapper .checkout-types.minicart .paypal-logo a img {  display: inline-block;}#pix-fe .minicart-wrapper .checkout-types.minicart img {  display: inline-block;}#pix-fe .checkout-information-minicart {  padding: 10px;}#pix-fe .checkout-information-quote-minicart {  padding: 10px;}#pix-fe #header-cart-mobile-b2bquote {  display: none;}#pix-fe #header-cart-mobile-b2bquote.active {  display: block;}#pix-fe #header-cart-mobile-b2bquote .minicart-wrapper .minicart-loader {  position: fixed;  top: initial;}#pix-fe.zoey-has-mobile-header.media-m .zoey-header-mobile-cart-b2bquote #header-cart-mobile-b2bquote {  color: #000;}#pix-fe .cp-5bb780912b043947878914 {  min-width: 20px;}#pix-fe .cp-5bb780912b043947878914 .zoey-header-cart {  background-color: rgba(255, 255, 255, 0);  padding: 3px;}#pix-fe .cp-5bb780912b043947878914 .zoey-header-cart .zoey-header-cart-trigger {  text-decoration: none;  cursor: pointer;  display: block;  width: 100%;  font-size: 12px;  text-align: center;  color: rgba(51, 51, 51, 1);}#pix-fe .cp-5bb780912b043947878914 .zoey-header-cart .zoey-header-cart-trigger .cart-icon {  position: relative;  font-size: 1.6em;  text-align: center;  display: inline-block;  vertical-align: top;}#pix-fe .cp-5bb780912b043947878914 .zoey-header-cart .zoey-header-cart-trigger .cart-icon .count {  position: absolute;  top: 22%;  left: 17%;  font-size: 0.4em;  line-height: 1.7em;  width: 66%;  display: block;  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;  height: 64%;}#pix-fe .cp-5bb780912b043947878914 .zoey-header-cart .zoey-header-cart-trigger .label {  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;  display: inline-block;  vertical-align: top;  font-style: normal;  font-weight: normal;  text-transform: none;  margin-top: 7px;}#pix-fe .cp-5bb780912b043947878914 .zoey-header-cart .zoey-header-cart-trigger .count {  display: inline-block;  vertical-align: top;  color: rgba(51, 51, 51, 1);  font-style: normal;  font-weight: normal;  text-transform: none;  margin-top: 7px;}#pix-fe .cp-5bb780912b043947878914 .zoey-header-cart .zoey-header-cart-trigger:hover {  color: rgba(51, 51, 51, 1);}#pix-fe .cp-5bb780912b043947878914 .zoey-header-cart .zoey-header-cart-content {  display: none;}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5bb780912b043947878914
*/ 

#pix-fe #cp-5bb780912b043947878914.pix-design-component {
    width: 6.3%;
    margin-left: -1014.8%;
    margin-top: 55px;
    clear: none;
}
#pix-fe.media-d #cp-5bb780912b043947878914.pix-design-component {
    width: 6.3%;
    margin-left: -1014.8%;
    margin-top: 55px;
    clear: none;
}
#pix-fe.media-tm #cp-5bb780912b043947878914.pix-design-component {
    width: 13%;
    margin-left: -1013.8%;
}
#pix-fe.media-t #cp-5bb780912b043947878914.pix-design-component {
    width: 13%;
    margin-left: -1013.8%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcwxDoAwCEDRu5COahNHz8LSIMYOLQQYbIx3V8f/hn9DiqEMG5A7TJDc6AutVzkGZpKm0rmHYzaRwHxy2dkwt9orFftEjZ1jXhf/F88L 
 Path: skin/designcenter/pixafy/components/root/header/minicart/preset-2.scss 
 Parent uid: cp_5a8f0da47d9b9590445944
*/ 

/**================================================== Zoey SCSS File File Path: skin/designcenter/pixafy/components/root/header/minicart/preset-2.scss==================================================**/#pix-fe .mini-products-list .product-image {  display: block;}#pix-fe .mini-products-list .product-image img {  width: 80px;  height: 80px;}#pix-fe .mini-products-list .product-details > div {  margin-top: 5px;}#pix-fe .mini-products-list .product-details > .product-image-container {  margin-top: 0;}#pix-fe .mini-products-list .product-details .product-name {  margin: 0 0 6px 0;}#pix-fe .mini-products-list .product-details .item-options {  font-size: 12px;}#pix-fe .mini-products-list .product-details .item-options dt {  font-style: normal;  margin: 3px 0;}#pix-fe .mini-products-list .product-details .item-options dd {  margin: 3px 0;  padding-left: 0;}#pix-fe .mini-products-list .product-details .item-options dd.downloadable-item {  padding-right: 5px;}#pix-fe .mini-products-list li {  margin-bottom: 10px;  clear: both;}#pix-fe .mini-products-list li:after {  content: '';  display: table;  clear: both;}#pix-fe .zoey-minicart-content-container {  position: absolute;  z-index: 200;  top: 40px;  right: 0;  width: 400px;  background: white;}@media only screen and (min-width: 771px) {  #pix-fe .zoey-minicart-content-container {    /*background: #FBFBFB;*/  }  #pix-fe .zoey-minicart-content-container.skip-active {    display: block;    position: absolute;    z-index: 200;    top: 40px;    right: 0;    width: 320px;    background: white;  }}#pix-fe .zoey-minicart-content-container .minicart-wrapper {  position: relative;  clear: both;  /*&:before {   background-color: #FFFFFF;   opacity: 0.9;   z-index: 2;   }*/  /*&:before,   &:after {   content: '';   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   display: none;   }*/}#pix-fe .zoey-minicart-content-container .minicart-wrapper .mini-cart-frame {  height: 100%;  overflow: auto;  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);  box-shadow: 0 2px 10px rgba(0, 0, 0, .5);}#pix-fe .zoey-minicart-content-container .minicart-wrapper .mini-products-list {  max-height: 260px;  overflow-y: auto;}#pix-fe .zoey-minicart-content-container .mini-cart-content .skip-link-close {  position: absolute;  top: 0;  right: 0;}#pix-fe .zoey-minicart-content-container .info-wrapper {  margin-bottom: 0.5em;}#pix-fe .zoey-minicart-content-container .info-wrapper th {  text-transform: uppercase;  padding-right: 10px;}#pix-fe .zoey-minicart-content-container .info-wrapper td {  color: rgba(0,72,187,1);  clear: right;}#pix-fe .zoey-minicart-content-container .info-wrapper .qty-wrapper td {  height: 33px;  line-height: 33px;}#pix-fe .zoey-minicart-content-container .info-wrapper .qty {  padding-left: 4px;  padding-right: 4px;  margin-right: 2px;  width: 30px;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button {  opacity: 0;  -webkit-transition-property: opacity;  -moz-transition-property: opacity;  -o-transition-property: opacity;  transition-property: opacity;  -webkit-transition-duration: 100ms;  -moz-transition-duration: 100ms;  -o-transition-duration: 100ms;  transition-duration: 100ms;  margin-top: -1px;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button[disabled] {  cursor: default;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button.visible {  opacity: 1;}#pix-fe .zoey-minicart-content-container .jcarousel-control-prev, #pix-fe .zoey-minicart-content-container .jcarousel-control-next {  display: none;}#pix-fe .minicart-wrapper.loading .minicart-loader {  display: block;}#pix-fe .minicart-wrapper .minicart-loader {  background-color: #fff;  opacity: 0.9;  z-index: 2;  background-image: url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/images/opc-ajax-loader.gif");  background-repeat: no-repeat;  background-position: center;  background-size: 30px;  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  display: none;}#pix-fe .minicart-wrapper .minicart-loader .minicart-loader-text {  position: absolute;  bottom: 50%;  left: 0;  right: 0;  width: 100%;  margin-bottom: 40px;  text-align: center;  font-size: 12px;}#pix-fe .minicart-wrapper .block-subtitle {  font-size: 12px;  font-weight: bold;  line-height: 1.4;  padding: 8px 0 5px 10px;  border-bottom: 1px solid #eee;  margin-bottom: 0;  min-height: 28px;  position: relative;}#pix-fe .minicart-wrapper .block-subtitle .close {  position: absolute;  top: 8px;  right: 10px;  text-transform: lowercase;  cursor: pointer;  font-weight: normal;}#pix-fe .minicart-wrapper .mini-products-list {  border-top: 1px solid #eee;  border-bottom: 1px solid #eee;}#pix-fe .minicart-wrapper .mini-products-list > li {  padding: 10px 35px 10px 10px;  border-top: 1px solid #eee;  border-bottom: none;  position: relative;  margin-bottom: 0;}#pix-fe .minicart-wrapper .mini-products-list > li.first {  border-top: none;  border-bottom: none;}#pix-fe .minicart-wrapper .mini-products-list > li.parent-item {  border-top: none;  text-align: left;  background: #f7f7f7;  padding-left: 10px;  font-weight: bold;  width: 100%;}#pix-fe .minicart-wrapper .mini-products-list > li.parent-item .btn-cancel {  position: absolute;  top: 50%;  right: 10px;  margin-top: -6px;}#pix-fe .minicart-wrapper .mini-products-list > li.child-item {  border-top: none;  border-bottom: none;}#pix-fe .minicart-wrapper .mini-products-list > li.child-item.parent-product-type-configurable .product-name {  display: none;}#pix-fe .minicart-wrapper .mini-products-list > li .product-details {  position: relative;}#pix-fe .minicart-wrapper .mini-products-list .btn-cancel {  position: absolute;  right: 10px;  top: 15px;  display: none;}#pix-fe .minicart-wrapper .mini-products-list .btn-cancel.ajax-remove, #pix-fe .minicart-wrapper .mini-products-list .btn-cancel.show {  display: block;}#pix-fe .minicart-wrapper .mini-products-list .btn-edit {  display: inline-block;  margin-top: 10px;}#pix-fe .minicart-wrapper .subtotal {  text-align: right;  font-weight: 600;  font-size: 16px;  padding: 10px 35px 5px;}#pix-fe .minicart-wrapper .subtotal .label {  color: #000;  margin-right: 20px;}#pix-fe .minicart-wrapper .minicart-message {  display: none;}#pix-fe .minicart-wrapper .minicart-message li {  padding: 10px 10px 10px 45px;  position: relative;  min-height: 34px;}#pix-fe .minicart-wrapper .minicart-message li:before {  position: absolute;  left: 10px;  top: 50%;  margin-top: -10px;  border-radius: 50%;  width: 20px;  height: 20px;}#pix-fe .minicart-wrapper .minicart-actions {  padding: 0 20px;  margin-top: 0;  margin-bottom: 15px;  overflow: hidden;  position: relative;}#pix-fe .minicart-wrapper .minicart-actions .checkout-button {  min-width: 145px;}#pix-fe .minicart-wrapper .minicart-actions .checkout-button.font-sm {  font-size: 12px;}#pix-fe .minicart-wrapper .minicart-actions .paypal-logo .paypal-or {  line-height: 1.6;}#pix-fe .minicart-wrapper .mini-cart-content .empty {  padding: 50px 20px;  text-align: center;}#pix-fe .minicart-wrapper .continue-shopping-block {  text-align: center;  padding: 10px 5px 30px;}#pix-fe .minicart-wrapper .continue-shopping-block a {  cursor: pointer;}#pix-fe.checkout-cart-index .minicart-wrapper .mini-products-list .btn-cancel, #pix-fe.checkout-onepage-index .minicart-wrapper .mini-products-list .btn-cancel {  display: block;}#pix-fe.checkout-cart-index .minicart-wrapper .mini-products-list .btn-cancel.ajax-remove, #pix-fe.checkout-onepage-index .minicart-wrapper .mini-products-list .btn-cancel.ajax-remove {  display: none;}#pix-fe #header-cart-mobile {  display: none;}#pix-fe #header-cart-mobile.active {  display: block;}#pix-fe #header-cart-mobile .minicart-wrapper .minicart-loader {  position: fixed;  top: initial;}#pix-fe.media-m #header-cart {  display: none;}#pix-fe.zoey-has-mobile-header.media-m .zoey-header-mobile-cart #header-cart-mobile {  color: #000;}#pix-fe .zoey-header-cart .zoey-header-cart-trigger {  text-decoration: none;}#pix-fe .zoey-minicart-content-container {  position: absolute;  z-index: 200;  top: 40px;  right: 0;  width: 400px;  background: white;}@media only screen and (min-width: 771px) {  #pix-fe .zoey-minicart-content-container {    /*background: #FBFBFB;*/  }  #pix-fe .zoey-minicart-content-container.skip-active {    display: block;    position: absolute;    z-index: 200;    top: 40px;    right: 0;    width: 320px;    background: white;  }}#pix-fe .zoey-minicart-content-container .minicart-wrapper {  position: relative;  clear: both;  /*&:before {   background-color: #FFFFFF;   opacity: 0.9;   z-index: 2;   }*/  /*&:before,   &:after {   content: '';   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   display: none;   }*/}#pix-fe .zoey-minicart-content-container .minicart-wrapper .mini-cart-frame {  height: 100%;  overflow: auto;  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);  box-shadow: 0 2px 10px rgba(0, 0, 0, .5);}#pix-fe .zoey-minicart-content-container .minicart-wrapper .mini-products-list {  max-height: 260px;  overflow-y: auto;}#pix-fe .zoey-minicart-content-container .mini-cart-content .skip-link-close {  position: absolute;  top: 0;  right: 0;}#pix-fe .zoey-minicart-content-container .info-wrapper {  margin-bottom: 0.5em;}#pix-fe .zoey-minicart-content-container .info-wrapper th {  text-transform: uppercase;  padding-right: 10px;}#pix-fe .zoey-minicart-content-container .info-wrapper td {  clear: right;}#pix-fe .zoey-minicart-content-container .info-wrapper .qty-wrapper td {  height: 33px;  line-height: 33px;}#pix-fe .zoey-minicart-content-container .info-wrapper .qty {  padding-left: 4px;  padding-right: 4px;  margin-right: 2px;  width: 30px;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button {  opacity: 0;  -webkit-transition-property: opacity;  -moz-transition-property: opacity;  -o-transition-property: opacity;  transition-property: opacity;  -webkit-transition-duration: 100ms;  -moz-transition-duration: 100ms;  -o-transition-duration: 100ms;  transition-duration: 100ms;  margin-top: -1px;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button[disabled] {  cursor: default;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button.visible {  opacity: 1;}#pix-fe .zoey-minicart-content-container .jcarousel-control-prev, #pix-fe .zoey-minicart-content-container .jcarousel-control-next {  display: none;}#pix-fe .minicart-wrapper.loading .minicart-loader {  display: block;}#pix-fe .minicart-wrapper .minicart-loader {  background-color: #fff;  opacity: 0.9;  z-index: 2;  background-image: url("//constructiveplaythings.com/skin/designcenter/pixafy/components/root/header/../../../../default/images/opc-ajax-loader.gif");  background-repeat: no-repeat;  background-position: center;  background-size: 30px;  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  display: none;}#pix-fe .minicart-wrapper .minicart-loader .minicart-loader-text {  position: absolute;  bottom: 50%;  left: 0;  right: 0;  width: 100%;  margin-bottom: 40px;  text-align: center;  font-size: 12px;}#pix-fe .minicart-wrapper .block-subtitle {  font-size: 12px;  font-weight: bold;  line-height: 1.4;  padding: 8px 0 5px 10px;  border-bottom: 1px solid #eee;  margin-bottom: 0;  min-height: 28px;  position: relative;}#pix-fe .minicart-wrapper .block-subtitle .close {  position: absolute;  top: 8px;  right: 10px;  text-transform: lowercase;  cursor: pointer;  font-weight: normal;}#pix-fe .minicart-wrapper .mini-products-list {  border-top: 1px solid #eee;  border-bottom: 1px solid #eee;}#pix-fe .minicart-wrapper .mini-products-list > li {  padding: 10px 35px 10px 10px;  border-bottom: 1px solid #eee;  position: relative;  margin-bottom: 0;}#pix-fe .minicart-wrapper .mini-products-list > li.last {  border: none;}#pix-fe .minicart-wrapper .mini-products-list > li .product-details {  position: relative;}#pix-fe .minicart-wrapper .mini-products-list .btn-cancel {  position: absolute;  right: 10px;  top: 15px;  display: none;}#pix-fe .minicart-wrapper .mini-products-list .btn-cancel.ajax-remove, #pix-fe .minicart-wrapper .mini-products-list .btn-cancel.show {  display: block;}#pix-fe .minicart-wrapper .mini-products-list .btn-edit {  display: inline-block;  margin-top: 10px;}#pix-fe .minicart-wrapper .subtotal {  text-align: right;  font-weight: 600;  font-size: 16px;  padding: 10px 35px 5px;}#pix-fe .minicart-wrapper .subtotal .label {  color: #000;  margin-right: 20px;}#pix-fe .minicart-wrapper .minicart-message {  display: none;}#pix-fe .minicart-wrapper .minicart-message li {  padding: 10px 10px 10px 45px;  position: relative;  min-height: 34px;}#pix-fe .minicart-wrapper .minicart-message li:before {  position: absolute;  left: 10px;  top: 50%;  margin-top: -10px;  border-radius: 50%;  width: 20px;  height: 20px;}#pix-fe .minicart-wrapper .minicart-actions {  padding: 0 20px;  margin-top: 0;  margin-bottom: 15px;  overflow: hidden;  position: relative;}#pix-fe .minicart-wrapper .minicart-actions .checkout-button {  min-width: 145px;}#pix-fe .minicart-wrapper .minicart-actions .checkout-button.font-sm {  font-size: 12px;}#pix-fe .minicart-wrapper .minicart-actions .paypal-logo .paypal-or {  line-height: 1.6;}#pix-fe .minicart-wrapper .mini-cart-content .empty {  padding: 50px 20px;  text-align: center;}#pix-fe .minicart-wrapper .continue-shopping-block {  text-align: center;  padding: 10px 5px 30px;}#pix-fe .minicart-wrapper .continue-shopping-block a {  cursor: pointer;}#pix-fe .minicart-wrapper .checkout-types.minicart {  text-align: center;}#pix-fe .minicart-wrapper .checkout-types.minicart li {  margin-top: 10px;}#pix-fe .minicart-wrapper .checkout-types.minicart li .button {  min-width: 50%;  font-weight: bold;}#pix-fe .minicart-wrapper .checkout-types.minicart li.button-group .button {  min-width: 100%;  width: 100%;}#pix-fe .minicart-wrapper .checkout-types.minicart .paypal-logo a {  display: block;}#pix-fe .minicart-wrapper .checkout-types.minicart .paypal-logo a img {  display: inline-block;}#pix-fe .minicart-wrapper .checkout-types.minicart img {  display: inline-block;}#pix-fe .checkout-information-minicart {  padding: 10px;}#pix-fe .cp-5a8f0da47d9b9590445944 {  min-width: 20px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart {  background-color: rgba(255, 255, 255, 0);  padding: 3px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger {  text-decoration: none;  cursor: pointer;  display: block;  width: 100%;  font-size: 13px;  text-align: center;  color: #454444;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon {  position: relative;  font-size: 1.6em;  text-align: center;  display: inline-block;  vertical-align: top;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon .count {  position: absolute;  top: 0;  left: 0;  font-size: 0.5em;  line-height: 0.6em;  display: block;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cart-thin .count {  width: 92%;  margin-top: 3px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-purse .count {  width: 100%;  margin-top: 10px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-bag-black .count {  width: 100%;  margin-top: 10px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-bag-thin .count {  width: 80%;  margin-top: 10px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-shopping-bag-round .count {  width: 100%;  margin-top: 10px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-shopping-bag .count {  width: 100%;  margin-top: 10px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-grocery .count {  width: 100%;  margin-top: 10px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-shopping-bag-full .count {  width: 100%;  margin-top: 10px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-basket .count {  width: 60%;  margin-top: 0;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cart-black .count {  width: 100%;  margin-top: 4px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cart-mesh .count {  width: 80%;  margin-top: 5px;  right: 0;  left: inherit;  background: rgba(255, 255, 255, 0.5);  padding: 2px 0;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cart-thin .count {  width: 90%;  margin-top: 2px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cart-thin-2 .count {  width: 70%;  margin-top: 2px;  left: 3px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-calculator .count {  position: static;  width: auto;  display: inline-block;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-calculator2 .count {  position: static;  width: auto;  display: inline-block;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cart:before {  font-size: 1.4em;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cart .count {  width: 60%;  margin-top: 8px;  left: 6px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-shopping-cart:before {  font-size: 1.4em;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-shopping-cart .count {  width: 70%;  margin-top: 10px;  left: 6px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cart-full:before {  font-size: 1.4em;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cart-full .count {  width: 70%;  margin-top: 8px;  left: 5px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cargo-truck:before {  font-size: 1.4em;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cargo-truck .count {  width: 60%;  margin-top: 8px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cargo-truck-round:before {  font-size: 1.4em;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cargo-truck-round .count {  width: 70%;  margin-top: 8px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cargo-truck-left:before {  font-size: 1.4em;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cargo-truck-left .count {  width: 60%;  margin-top: 8px;  left: inherit;  right: 0;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cargo-truck-fast:before {  font-size: 1.6em;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cargo-truck-fast .count {  width: 60%;  margin-top: 8px;  left: 5px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cargo-truck-outline-fast:before {  font-size: 1.6em;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cargo-truck-outline-fast .count {  width: 60%;  margin-top: 11px;  left: 5px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cargo-truck-thin-fast:before {  font-size: 1.6em;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .cart-icon.cart-icon-cargo-truck-thin-fast .count {  width: 70%;  margin-top: 9px;  left: 5px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .label {  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;  display: inline-block;  vertical-align: top;  font-style: normal;  font-weight: normal;  text-transform: none;  margin-top: 6px;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger .count {  color: rgba(255, 255, 255, 1);}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-trigger:hover {  color: #0771db;}#pix-fe .cp-5a8f0da47d9b9590445944 .zoey-header-cart .zoey-header-cart-content {  display: none;}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da47d9b9590445944
*/ 

#pix-fe #cp-5a8f0da47d9b9590445944.pix-design-component {
    margin-left: -1008.5%;
    width: 7.2%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 53px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5a8f0da47d9b9590445944.pix-design-component {
    margin-left: -1008.5%;
    width: 7.2%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 53px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-tm #cp-5a8f0da47d9b9590445944.pix-design-component {
    margin-top: 52.3px;
    clear: none;
    margin-left: -1033.5%;
    width: 15.5%;
}
#pix-fe.media-t #cp-5a8f0da47d9b9590445944.pix-design-component {
    margin-top: 52.3px;
    clear: none;
    margin-left: -1033.5%;
    width: 15.5%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCJakVJTH6xSWVOal6xSBNtQA= 
 Path: /js/zoeydev/components/text/style.scss 
 Parent uid: cp_5e724a88af32f191948867
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /js/zoeydev/components/text/style.scss
==================================================
**/
#pix-fe .cp-5e724a88af32f191948867 li {
  font-family: Karla;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5e724a88af32f191948867 {
  width: 400px;
  max-width: 100%;
  min-height: 14px;
}
#pix-fe .cp-5e724a88af32f191948867 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5e724a88af32f191948867 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5e724a88af32f191948867 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5e724a88af32f191948867 a {
  font-size: inherit;
  font-weight: inherit;
}
#pix-fe .cp-5e724a88af32f191948867 [style*='color'] > a, #pix-fe .cp-5e724a88af32f191948867 [color] > a {
  color: inherit;
}
#pix-fe .cp-5e724a88af32f191948867 ul {
  list-style: disc outside;
}
#pix-fe .cp-5e724a88af32f191948867 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5e724a88af32f191948867 li {
  color: rgba(68,68,68,1);
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5e724a88af32f191948867
*/ 

#pix-fe #cp-5e724a88af32f191948867.pix-design-component {
    width: 86.907958984375%;
    margin-left: -1093.2662963867188%;
    margin-top: 25.5px;
    clear: left;
}
#pix-fe.media-d #cp-5e724a88af32f191948867.pix-design-component {
    width: 86.907958984375%;
    margin-left: -1093.2662963867188%;
    margin-top: 25.5px;
    clear: left;
}
#pix-fe.media-m #cp-5e724a88af32f191948867.pix-design-component {
    width: 100%;
    margin-top: 14.5px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTEvPyUoti9AuKUotTS3SN9IpBWmsB 
 Path: skin/designcenter/pixafy/components/global/banner/preset-2.scss 
 Parent uid: cp_5a948fff71d43469612473
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/banner/preset-2.scss
==================================================
**/
#pix-fe .cp-5a948fff71d43469612473 > .component-content {
  height: 100%;
  overflow: hidden;
}
#pix-fe .cp-5a948fff71d43469612473 img {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
#pix-fe .cp-5a948fff71d43469612473 {
  width: 300px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  padding: 10px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a948fff71d43469612473
*/ 

#pix-fe #cp-5a948fff71d43469612473.pix-design-component {
    width: 25%;
    margin-left: -1093.7%;
    margin-top: 9px;
    clear: left;
    z-index: 2;
}
#pix-fe.media-d #cp-5a948fff71d43469612473.pix-design-component {
    width: 25%;
    margin-left: -1093.7%;
    margin-top: 9px;
    z-index: 2;
    clear: left;
}
#pix-fe.media-t #cp-5a948fff71d43469612473.pix-design-component {
    margin-top: 24px;
}
#pix-fe.media-m #cp-5a948fff71d43469612473.pix-design-component {
    margin-top: 0px;
    width: 32.490234375%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTEvPyUoti9AuKUotTS3SN9IpBWmsB 
 Path: skin/designcenter/pixafy/components/global/banner/preset-2.scss 
 Parent uid: cp_5a948ffa71d3d847026767
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/banner/preset-2.scss
==================================================
**/
#pix-fe .cp-5a948ffa71d3d847026767 > .component-content {
  height: 100%;
  overflow: hidden;
}
#pix-fe .cp-5a948ffa71d3d847026767 img {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
#pix-fe .cp-5a948ffa71d3d847026767 {
  width: 300px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  padding: 10px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a948ffa71d3d847026767
*/ 

#pix-fe #cp-5a948ffa71d3d847026767.pix-design-component {
    width: 25%;
    margin-left: -1062.5%;
    margin-top: 9px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-d #cp-5a948ffa71d3d847026767.pix-design-component {
    width: 25%;
    margin-left: -1062.5%;
    margin-top: 9px;
    z-index: 2;
    clear: none;
}
#pix-fe.media-t #cp-5a948ffa71d3d847026767.pix-design-component {
    margin-top: 24px;
    clear: none;
    width: 25%;
    margin-left: -1062.5%;
}
#pix-fe.media-m #cp-5a948ffa71d3d847026767.pix-design-component {
    margin-top: 0px;
    width: 32.36328125%;
    margin-left: -1066.7643229166667%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTEvPyUoti9AuKUotTS3SN9IpBWmsB 
 Path: skin/designcenter/pixafy/components/global/banner/preset-2.scss 
 Parent uid: cp_5a8f0deb48bea923026991
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/banner/preset-2.scss
==================================================
**/
#pix-fe .cp-5a8f0deb48bea923026991 > .component-content {
  height: 100%;
  overflow: hidden;
}
#pix-fe .cp-5a8f0deb48bea923026991 img {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
#pix-fe .cp-5a8f0deb48bea923026991 {
  width: 300px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  padding: 10px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0deb48bea923026991
*/ 

#pix-fe #cp-5a8f0deb48bea923026991.pix-design-component {
    width: 25%;
    margin-left: -1031.5%;
    margin-top: 9px;
    clear: none;
}
#pix-fe.media-d #cp-5a8f0deb48bea923026991.pix-design-component {
    width: 25%;
    margin-left: -1031.5%;
    margin-top: 9px;
    clear: none;
}
#pix-fe.media-t #cp-5a8f0deb48bea923026991.pix-design-component {
    width: 25%;
    margin-left: -1032.5%;
    margin-top: 24px;
    clear: none;
}
#pix-fe.media-m #cp-5a8f0deb48bea923026991.pix-design-component {
    margin-top: 0px;
    width: 32.350260416666664%;
    margin-left: -1033.76953125%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTEvPyUoti9AuKUotTS3RN9IpBWmsB 
 Path: skin/designcenter/pixafy/components/global/banner/preset-4.scss 
 Parent uid: cp_5e7913c3f1681258154184
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/banner/preset-4.scss
==================================================
**/
#pix-fe .cp-5e7913c3f1681258154184 > .component-content {
  height: 100%;
  overflow: hidden;
}
#pix-fe .cp-5e7913c3f1681258154184 img {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
#pix-fe .cp-5e7913c3f1681258154184 {
  padding: 0px;
  outline-width: 0px;
  outline-color: rgba(0,72,187,0.8);
  outline-offset: -0px;
  outline-style: solid;
  width: 500px;
}
#pix-fe .cp-5e7913c3f1681258154184 .zoey-component-placement-height {
  padding-bottom: 45%;
  overflow: hidden;
  position: relative;
}
#pix-fe .cp-5e7913c3f1681258154184 .zoey-component-placement-height img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-padding.html 
 Parent uid: cp_5e7913c3f1681258154184
*/ 

#pix-fe #cp-5e7913c3f1681258154184.pix-design-component {
    width: 57.32092696629213%;
    margin-left: -1078.6516853932585%;
    margin-top: 2px;
    clear: left;
    min-height: 0;
}
#pix-fe #cp-5e7913c3f1681258154184.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 128.04%
}
#pix-fe.media-d #cp-5e7913c3f1681258154184.pix-design-component {
    width: 57.32092696629213%;
    margin-left: -1078.6516853932585%;
    margin-top: 2px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5e7913c3f1681258154184.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 128.04%
}
#pix-fe.media-t #cp-5e7913c3f1681258154184.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
}
#pix-fe.media-m #cp-5e7913c3f1681258154184.pix-design-component {
    width: 100%;
    margin-top: 17.703125px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    min-height: 0;
}
#pix-fe.media-m #cp-5e7913c3f1681258154184.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 129.39%
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTSktK8vNi9AuKUotTS3QNzPSKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/button/preset-06.scss 
 Parent uid: cp_5e7913c3f168d249689309
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/button/preset-06.scss
==================================================
**/
#pix-fe .cp-5e7913c3f168d249689309 {
  display: inline-block;
}
#pix-fe .cp-5e7913c3f168d249689309 .button {
  padding: 10px;
  font-size: 12px;
  font-weight: normal;
  width: 100%;
  height: 100%;
  border-style: solid;
  padding: 10px 20px;
  line-height: 19px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#pix-fe .cp-5e7913c3f168d249689309 {
  width: 250px;
}
#pix-fe .cp-5e7913c3f168d249689309 .button {
  text-transform: none;
  padding: 10px 20px;
  background-color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(68,68,68,1);
  font-size: ;
  font-weight: bold;
  text-decoration: none;
  color: rgba(68,68,68,1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#pix-fe .cp-5e7913c3f168d249689309 .button:hover {
  background-color: rgba(239,239,239,1);
  border-color: rgba(68,68,68,1);
  color: rgba(68,68,68,1);
}
#pix-fe.media-t .cp-5e7913c3f168d249689309 .button {
  font-size: ;
}
#pix-fe.media-m .cp-5e7913c3f168d249689309 .button {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5e7913c3f168d249689309
*/ 

#pix-fe #cp-5e7913c3f168d249689309.pix-design-component {
    width: 70.75842696629213%;
    margin-left: -1088.5955056179776%;
    margin-top: 27.625px;
    clear: left;
}
#pix-fe.media-d #cp-5e7913c3f168d249689309.pix-design-component {
    width: 70.75842696629213%;
    margin-left: -1088.5955056179776%;
    margin-top: 27.625px;
    clear: left;
}
#pix-fe.media-t #cp-5e7913c3f168d249689309.pix-design-component {
    margin-top: 16px;
    width: 85.13737334372564%;
    margin-left: -1092.5233644859813%;
}
#pix-fe.media-m #cp-5e7913c3f168d249689309.pix-design-component {
    width: 87.65907805429865%;
    margin-top: 19.875px;
    margin-left: -1093.7782805429865%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTEvPyUoti9AuKUotTS3RN9IpBWmsB 
 Path: skin/designcenter/pixafy/components/global/banner/preset-4.scss 
 Parent uid: cp_5e14f1d017f63529811846
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/banner/preset-4.scss
==================================================
**/
#pix-fe .cp-5e14f1d017f63529811846 > .component-content {
  height: 100%;
  overflow: hidden;
}
#pix-fe .cp-5e14f1d017f63529811846 img {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
#pix-fe .cp-5e14f1d017f63529811846 {
  padding: 0px;
  outline-width: 0px;
  outline-color: rgba(0,72,187,0.8);
  outline-offset: -0px;
  outline-style: solid;
  width: 500px;
}
#pix-fe .cp-5e14f1d017f63529811846 .zoey-component-placement-height {
  padding-bottom: 45%;
  overflow: hidden;
  position: relative;
}
#pix-fe .cp-5e14f1d017f63529811846 .zoey-component-placement-height img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-padding.html 
 Parent uid: cp_5e14f1d017f63529811846
*/ 

#pix-fe #cp-5e14f1d017f63529811846.pix-design-component {
    width: 58.10763888888889%;
    margin-left: -1079.111111111111%;
    margin-top: 0.609375px;
    clear: left;
    min-height: 0;
}
#pix-fe #cp-5e14f1d017f63529811846.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 125.32%
}
#pix-fe.media-d #cp-5e14f1d017f63529811846.pix-design-component {
    width: 58.10763888888889%;
    margin-left: -1079.111111111111%;
    margin-top: 0.609375px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5e14f1d017f63529811846.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 125.32%
}
#pix-fe.media-t #cp-5e14f1d017f63529811846.pix-design-component {
    width: 94.56090407177363%;
    margin-left: -1098.2876121463078%;
    min-height: 0;
    margin-top: 3px;
}
#pix-fe.media-t #cp-5e14f1d017f63529811846.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 125.32%
}
#pix-fe.media-m #cp-5e14f1d017f63529811846.pix-design-component {
    width: 100%;
    margin-top: 0px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    min-height: 0;
    clear: left;
}
#pix-fe.media-m #cp-5e14f1d017f63529811846.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 125.32%
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTSktK8vNi9AuKUotTS3QNzPSKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/button/preset-06.scss 
 Parent uid: cp_5e14f04617f2d113823445
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/button/preset-06.scss
==================================================
**/
#pix-fe .cp-5e14f04617f2d113823445 {
  display: inline-block;
}
#pix-fe .cp-5e14f04617f2d113823445 .button {
  padding: 10px;
  font-size: 12px;
  font-weight: normal;
  width: 100%;
  height: 100%;
  border-style: solid;
  padding: 10px 20px;
  line-height: 19px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#pix-fe .cp-5e14f04617f2d113823445 {
  width: 250px;
}
#pix-fe .cp-5e14f04617f2d113823445 .button {
  text-transform: none;
  padding: 10px 20px;
  background-color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(68,68,68,1);
  font-size: ;
  font-weight: bold;
  text-decoration: none;
  color: rgba(68,68,68,1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#pix-fe .cp-5e14f04617f2d113823445 .button:hover {
  background-color: rgba(239,239,239,1);
  border-color: rgba(68,68,68,1);
  color: rgba(68,68,68,1);
}
#pix-fe.media-t .cp-5e14f04617f2d113823445 .button {
  font-size: ;
}
#pix-fe.media-m .cp-5e14f04617f2d113823445 .button {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5e14f04617f2d113823445
*/ 

#pix-fe #cp-5e14f04617f2d113823445.pix-design-component {
    width: 46.013888888888886%;
    margin-left: -1097.7777777777778%;
    margin-top: 29.90625px;
    clear: left;
}
#pix-fe.media-d #cp-5e14f04617f2d113823445.pix-design-component {
    width: 46.013888888888886%;
    margin-left: -1097.7777777777778%;
    margin-top: 29.90625px;
    clear: left;
}
#pix-fe.media-t #cp-5e14f04617f2d113823445.pix-design-component {
    margin-top: 15.65625px;
    width: 46.58196134574087%;
    margin-left: -1098.5683607730853%;
}
#pix-fe.media-m #cp-5e14f04617f2d113823445.pix-design-component {
    width: 88.69361867980017%;
    margin-top: 12.578125px;
    margin-left: -1093.9944727891157%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTSktK8vNi9AuKUotTS3QNzPSKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/button/preset-06.scss 
 Parent uid: cp_5e14f07517f3e387167486
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/button/preset-06.scss
==================================================
**/
#pix-fe .cp-5e14f07517f3e387167486 {
  display: inline-block;
}
#pix-fe .cp-5e14f07517f3e387167486 .button {
  padding: 10px;
  font-size: 12px;
  font-weight: normal;
  width: 100%;
  height: 100%;
  border-style: solid;
  padding: 10px 20px;
  line-height: 19px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#pix-fe .cp-5e14f07517f3e387167486 {
  width: 250px;
}
#pix-fe .cp-5e14f07517f3e387167486 .button {
  text-transform: none;
  padding: 10px 20px;
  background-color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(68,68,68,1);
  font-size: ;
  font-weight: bold;
  text-decoration: none;
  color: rgba(68,68,68,1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#pix-fe .cp-5e14f07517f3e387167486 .button:hover {
  background-color: rgba(239,239,239,1);
  border-color: rgba(68,68,68,1);
  color: rgba(68,68,68,1);
}
#pix-fe.media-t .cp-5e14f07517f3e387167486 .button {
  font-size: ;
}
#pix-fe.media-m .cp-5e14f07517f3e387167486 .button {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5e14f07517f3e387167486
*/ 

#pix-fe #cp-5e14f07517f3e387167486.pix-design-component {
    width: 46.239583333333336%;
    margin-left: -1047.6631944444443%;
    margin-top: 29.90625px;
    clear: none;
}
#pix-fe.media-d #cp-5e14f07517f3e387167486.pix-design-component {
    width: 46.239583333333336%;
    margin-left: -1047.6631944444443%;
    margin-top: 29.90625px;
    clear: none;
}
#pix-fe.media-t #cp-5e14f07517f3e387167486.pix-design-component {
    margin-top: 15.671875px;
    width: 49.74946313528991%;
    margin-left: -1049.8210450966355%;
}
#pix-fe.media-m #cp-5e14f07517f3e387167486.pix-design-component {
    width: 88.849519895121%;
    margin-top: 10.03125px;
    margin-left: -1093.9944727891157%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5a8f0da4a9b9f153919247
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5a8f0da4a9b9f153919247 li {
  font-family: Karla;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 h1, #pix-fe .cp-5a8f0da4a9b9f153919247 h2, #pix-fe .cp-5a8f0da4a9b9f153919247 h3, #pix-fe .cp-5a8f0da4a9b9f153919247 h4, #pix-fe .cp-5a8f0da4a9b9f153919247 h5 {
  text-align: left;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 h1 a, #pix-fe .cp-5a8f0da4a9b9f153919247 h2 a, #pix-fe .cp-5a8f0da4a9b9f153919247 h3 a, #pix-fe .cp-5a8f0da4a9b9f153919247 h4 a, #pix-fe .cp-5a8f0da4a9b9f153919247 h5 a {
  font: inherit;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 b, #pix-fe .cp-5a8f0da4a9b9f153919247 strong {
  font-weight: bold;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 em, #pix-fe .cp-5a8f0da4a9b9f153919247 i {
  font-style: italic;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 u {
  text-decoration: underline;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 ul {
  list-style: disc outside;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 li {
  color: rgba(68,68,68,1);
  margin-left: 2em;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 h1, #pix-fe .cp-5a8f0da4a9b9f153919247 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 h1 p, #pix-fe .cp-5a8f0da4a9b9f153919247 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 h2, #pix-fe .cp-5a8f0da4a9b9f153919247 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 h2 p, #pix-fe .cp-5a8f0da4a9b9f153919247 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 h3, #pix-fe .cp-5a8f0da4a9b9f153919247 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 h3 p, #pix-fe .cp-5a8f0da4a9b9f153919247 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 h4, #pix-fe .cp-5a8f0da4a9b9f153919247 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 h4 p, #pix-fe .cp-5a8f0da4a9b9f153919247 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 h5, #pix-fe .cp-5a8f0da4a9b9f153919247 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 h5 p, #pix-fe .cp-5a8f0da4a9b9f153919247 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 h6, #pix-fe .cp-5a8f0da4a9b9f153919247 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 h6 p, #pix-fe .cp-5a8f0da4a9b9f153919247 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Karla;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 strong a, #pix-fe .cp-5a8f0da4a9b9f153919247 b a, #pix-fe .cp-5a8f0da4a9b9f153919247 strong p, #pix-fe .cp-5a8f0da4a9b9f153919247 b p {
  font-weight: inherit;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 [style*='color'] a, #pix-fe .cp-5a8f0da4a9b9f153919247 [color] a {
  color: inherit;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 ul {
  list-style: disc outside;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5a8f0da4a9b9f153919247 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da4a9b9f153919247
*/ 

#pix-fe #cp-5a8f0da4a9b9f153919247.pix-design-component {
    width: 80.9%;
    margin-left: -1094.5%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5a8f0da4a9b9f153919247.pix-design-component {
    width: 80.9%;
    margin-left: -1094.5%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-m #cp-5a8f0da4a9b9f153919247.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_5ce8336d3a50e744086025
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5ce8336d3a50e744086025 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5ce8336d3a50e744086025 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: rgba(228,202,227,0);
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5ce8336d3a50e744086025 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5ce8336d3a50e744086025 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5ce8336d3a50e744086025 > .component-content > .group-background-image-container:before, #pix-fe .cp-5ce8336d3a50e744086025 > .component-content > .group-background-image-container:after, #pix-fe .cp-5ce8336d3a50e744086025 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5ce8336d3a50e744086025 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5ce8336d3a50e744086025 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5ce8336d3a50e744086025 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5ce8336d3a50e744086025 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5ce8336d3a50e744086025 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5ce8336d3a50e744086025 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5ce8336d3a50e744086025 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5ce8336d3a50e744086025 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5ce8336d3a50e744086025 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5ce8336d3a50e744086025
*/ 

#pix-fe #cp-5ce8336d3a50e744086025.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-d #cp-5ce8336d3a50e744086025.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-m #cp-5ce8336d3a50e744086025.pix-design-component {
    width: 100%;
    margin-top: 0;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTEvPyUoti9AuKUotTS3QN9YpBWmsB 
 Path: skin/designcenter/pixafy/components/global/banner/preset-1.scss 
 Parent uid: cp_5a8f0da4afcc0198071865
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/banner/preset-1.scss
==================================================
**/
#pix-fe .cp-5a8f0da4afcc0198071865 > .component-content {
  height: 100%;
  overflow: hidden;
}
#pix-fe .cp-5a8f0da4afcc0198071865 img {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
#pix-fe .cp-5a8f0da4afcc0198071865 {
  width: 300px;
  border-style: solid;
  border-width: ;
  border-color: #ccc;
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da4afcc0198071865
*/ 

#pix-fe #cp-5a8f0da4afcc0198071865.pix-design-component {
    width: 74.6%;
    margin-left: -1087.3%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5a8f0da4afcc0198071865.pix-design-component {
    width: 74.6%;
    margin-left: -1087.3%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-m #cp-5a8f0da4afcc0198071865.pix-design-component {
    width: 26.4%;
    margin-left: -1026.4%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5a8f0da4acc69749505213
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5a8f0da4acc69749505213 li {
  font-family: Karla;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5a8f0da4acc69749505213 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5a8f0da4acc69749505213 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5a8f0da4acc69749505213 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5a8f0da4acc69749505213 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5a8f0da4acc69749505213 h1, #pix-fe .cp-5a8f0da4acc69749505213 h2, #pix-fe .cp-5a8f0da4acc69749505213 h3, #pix-fe .cp-5a8f0da4acc69749505213 h4, #pix-fe .cp-5a8f0da4acc69749505213 h5 {
  text-align: left;
}
#pix-fe .cp-5a8f0da4acc69749505213 h1 a, #pix-fe .cp-5a8f0da4acc69749505213 h2 a, #pix-fe .cp-5a8f0da4acc69749505213 h3 a, #pix-fe .cp-5a8f0da4acc69749505213 h4 a, #pix-fe .cp-5a8f0da4acc69749505213 h5 a {
  font: inherit;
}
#pix-fe .cp-5a8f0da4acc69749505213 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5a8f0da4acc69749505213 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da4acc69749505213 b, #pix-fe .cp-5a8f0da4acc69749505213 strong {
  font-weight: bold;
}
#pix-fe .cp-5a8f0da4acc69749505213 em, #pix-fe .cp-5a8f0da4acc69749505213 i {
  font-style: italic;
}
#pix-fe .cp-5a8f0da4acc69749505213 u {
  text-decoration: underline;
}
#pix-fe .cp-5a8f0da4acc69749505213 ul {
  list-style: disc outside;
}
#pix-fe .cp-5a8f0da4acc69749505213 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5a8f0da4acc69749505213 li {
  color: rgba(68,68,68,1);
  margin-left: 2em;
}
#pix-fe .cp-5a8f0da4acc69749505213 h1, #pix-fe .cp-5a8f0da4acc69749505213 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4acc69749505213 h1 p, #pix-fe .cp-5a8f0da4acc69749505213 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4acc69749505213 h2, #pix-fe .cp-5a8f0da4acc69749505213 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4acc69749505213 h2 p, #pix-fe .cp-5a8f0da4acc69749505213 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4acc69749505213 h3, #pix-fe .cp-5a8f0da4acc69749505213 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4acc69749505213 h3 p, #pix-fe .cp-5a8f0da4acc69749505213 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4acc69749505213 h4, #pix-fe .cp-5a8f0da4acc69749505213 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4acc69749505213 h4 p, #pix-fe .cp-5a8f0da4acc69749505213 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4acc69749505213 h5, #pix-fe .cp-5a8f0da4acc69749505213 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4acc69749505213 h5 p, #pix-fe .cp-5a8f0da4acc69749505213 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4acc69749505213 h6, #pix-fe .cp-5a8f0da4acc69749505213 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4acc69749505213 h6 p, #pix-fe .cp-5a8f0da4acc69749505213 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5a8f0da4acc69749505213 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5a8f0da4acc69749505213 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da4acc69749505213 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5a8f0da4acc69749505213 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5a8f0da4acc69749505213 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5a8f0da4acc69749505213 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Karla;
}
#pix-fe .cp-5a8f0da4acc69749505213 strong a, #pix-fe .cp-5a8f0da4acc69749505213 b a, #pix-fe .cp-5a8f0da4acc69749505213 strong p, #pix-fe .cp-5a8f0da4acc69749505213 b p {
  font-weight: inherit;
}
#pix-fe .cp-5a8f0da4acc69749505213 [style*='color'] a, #pix-fe .cp-5a8f0da4acc69749505213 [color] a {
  color: inherit;
}
#pix-fe .cp-5a8f0da4acc69749505213 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5a8f0da4acc69749505213 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5a8f0da4acc69749505213 ul {
  list-style: disc outside;
}
#pix-fe .cp-5a8f0da4acc69749505213 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5a8f0da4acc69749505213 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da4acc69749505213
*/ 

#pix-fe #cp-5a8f0da4acc69749505213.pix-design-component {
    width: 79.9%;
    margin-left: -1094.2%;
    margin-top: 8px;
    clear: left;
}
#pix-fe.media-d #cp-5a8f0da4acc69749505213.pix-design-component {
    width: 79.9%;
    margin-left: -1094.2%;
    margin-top: 8px;
    clear: left;
}
#pix-fe.media-t #cp-5a8f0da4acc69749505213.pix-design-component {
    width: 79.9%;
    margin-left: -1100%;
    margin-top: 14px;
}
#pix-fe.media-m #cp-5a8f0da4acc69749505213.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcxBCoAgEAXQuwwuK6FlZxFCZYrAdPBPlER3r5Zv824y2oRpoghQRwY1fpDt8ktzNpZdSuascHZNJfjkbOYTiVW5zjgCYt0COyuVwdqPA/7oeQE= 
 Path: skin/designcenter/pixafy/components/global/newsletter_subscribe/preset-2.scss 
 Parent uid: cp_5a8f0da4b2ffb641174444
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/newsletter_subscribe/preset-2.scss
==================================================
**/
#pix-fe .cp-5a8f0da4b2ffb641174444 form {
  display: block;
  width: 100%;
  position: relative;
}
#pix-fe .cp-5a8f0da4b2ffb641174444 form input {
  display: block;
  width: 100%;
  padding-top: 4px;
  max-height: none;
  height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 15px;
  lineq-height: 1;
  color: rgba(51,51,51,1);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(221,221,221,1);
  background-color: rgba(255,255,255,1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5a8f0da4b2ffb641174444 form input:focus {
  border-color: rgba(149,35,153,0.8);
}
#pix-fe .cp-5a8f0da4b2ffb641174444 form input:-webkit-autofill {
  background-color: rgba(255,255,255,1);
}
#pix-fe .cp-5a8f0da4b2ffb641174444 form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 15px;
  max-height: 100%;
  height: auto;
  line-height: 1;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  background-color: rgba(66,68,68,1);
  color: #fff;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
#pix-fe .cp-5a8f0da4b2ffb641174444 form button:hover {
  background-color: rgba(221,221,221,1);
  color: #333;
}
#pix-fe.media-t .cp-5a8f0da4b2ffb641174444 form input {
  font-size: ;
}
#pix-fe.media-t .cp-5a8f0da4b2ffb641174444 form button {
  font-size: ;
}
#pix-fe.media-m .cp-5a8f0da4b2ffb641174444 form input {
  font-size: ;
}
#pix-fe.media-m .cp-5a8f0da4b2ffb641174444 form button {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da4b2ffb641174444
*/ 

#pix-fe #cp-5a8f0da4b2ffb641174444.pix-design-component {
    width: 80.2%;
    margin-left: -1094.5%;
    margin-top: 14px;
    clear: left;
}
#pix-fe.media-d #cp-5a8f0da4b2ffb641174444.pix-design-component {
    width: 80.2%;
    margin-left: -1094.5%;
    margin-top: 14px;
    clear: left;
}
#pix-fe.media-t #cp-5a8f0da4b2ffb641174444.pix-design-component {
    margin-top: 14px;
    width: 80.2%;
    margin-left: -1100%;
}
#pix-fe.media-m #cp-5a8f0da4b2ffb641174444.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvQzSnKBZHFJZU6qXjFIVy0A 
 Path: skin/designcenter/pixafy/components/global/html/style.scss 
 Parent uid: cp_5a8f0da4ba0aa201738730
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/html/style.scss
==================================================
**/
#pix-fe .cp-5a8f0da4ba0aa201738730 li {
  font-family: Karla;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5a8f0da4ba0aa201738730 h1, #pix-fe .cp-5a8f0da4ba0aa201738730 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4ba0aa201738730 h2, #pix-fe .cp-5a8f0da4ba0aa201738730 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4ba0aa201738730 h3, #pix-fe .cp-5a8f0da4ba0aa201738730 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4ba0aa201738730 h4, #pix-fe .cp-5a8f0da4ba0aa201738730 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4ba0aa201738730 h5, #pix-fe .cp-5a8f0da4ba0aa201738730 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4ba0aa201738730 h6, #pix-fe .cp-5a8f0da4ba0aa201738730 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4ba0aa201738730 p {
  margin-bottom: 10px;
}
#pix-fe .cp-5a8f0da4ba0aa201738730 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da4ba0aa201738730 a {
  font-size: inherit;
  font-weight: inherit;
}
#pix-fe .cp-5a8f0da4ba0aa201738730 strong a, #pix-fe .cp-5a8f0da4ba0aa201738730 b a, #pix-fe .cp-5a8f0da4ba0aa201738730 strong p, #pix-fe .cp-5a8f0da4ba0aa201738730 b p {
  font-weight: inherit;
}
#pix-fe .cp-5a8f0da4ba0aa201738730 [style*='color'] a, #pix-fe .cp-5a8f0da4ba0aa201738730 [color] a, #pix-fe .cp-5a8f0da4ba0aa201738730 [style*='color'] p, #pix-fe .cp-5a8f0da4ba0aa201738730 [color] p {
  color: inherit;
}
#pix-fe .cp-5a8f0da4ba0aa201738730 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5a8f0da4ba0aa201738730 li {
  color: rgba(68,68,68,1);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da4ba0aa201738730
*/ 

#pix-fe #cp-5a8f0da4ba0aa201738730.pix-design-component {
    width: 24.3%;
    margin-left: -1093.9%;
    margin-top: 15px;
    clear: left;
}
#pix-fe.media-d #cp-5a8f0da4ba0aa201738730.pix-design-component {
    width: 24.3%;
    margin-left: -1093.9%;
    margin-top: 15px;
    clear: left;
}
#pix-fe.media-t #cp-5a8f0da4ba0aa201738730.pix-design-component {
    margin-top: 25px;
    width: 24.3%;
    margin-left: -1100%;
}
#pix-fe.media-m #cp-5a8f0da4ba0aa201738730.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvQzSnKBZHFJZU6qXjFIVy0A 
 Path: skin/designcenter/pixafy/components/global/html/style.scss 
 Parent uid: cp_5a8f0da4b7157695700369
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/html/style.scss
==================================================
**/
#pix-fe .cp-5a8f0da4b7157695700369 li {
  font-family: Karla;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5a8f0da4b7157695700369 h1, #pix-fe .cp-5a8f0da4b7157695700369 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4b7157695700369 h2, #pix-fe .cp-5a8f0da4b7157695700369 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5a8f0da4b7157695700369 h3, #pix-fe .cp-5a8f0da4b7157695700369 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4b7157695700369 h4, #pix-fe .cp-5a8f0da4b7157695700369 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4b7157695700369 h5, #pix-fe .cp-5a8f0da4b7157695700369 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4b7157695700369 h6, #pix-fe .cp-5a8f0da4b7157695700369 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5a8f0da4b7157695700369 p {
  margin-bottom: 10px;
}
#pix-fe .cp-5a8f0da4b7157695700369 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5a8f0da4b7157695700369 a {
  font-size: inherit;
  font-weight: inherit;
}
#pix-fe .cp-5a8f0da4b7157695700369 strong a, #pix-fe .cp-5a8f0da4b7157695700369 b a, #pix-fe .cp-5a8f0da4b7157695700369 strong p, #pix-fe .cp-5a8f0da4b7157695700369 b p {
  font-weight: inherit;
}
#pix-fe .cp-5a8f0da4b7157695700369 [style*='color'] a, #pix-fe .cp-5a8f0da4b7157695700369 [color] a, #pix-fe .cp-5a8f0da4b7157695700369 [style*='color'] p, #pix-fe .cp-5a8f0da4b7157695700369 [color] p {
  color: inherit;
}
#pix-fe .cp-5a8f0da4b7157695700369 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5a8f0da4b7157695700369 li {
  color: rgba(68,68,68,1);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8f0da4b7157695700369
*/ 

#pix-fe #cp-5a8f0da4b7157695700369.pix-design-component {
    width: 26.4%;
    margin-left: -1063.3%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-d #cp-5a8f0da4b7157695700369.pix-design-component {
    width: 26.4%;
    margin-left: -1063.3%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-tm #cp-5a8f0da4b7157695700369.pix-design-component {
    clear: none;
}
#pix-fe.media-t #cp-5a8f0da4b7157695700369.pix-design-component {
    margin-top: 14px;
    clear: none;
    width: 26.4%;
    margin-left: -1073.1%;
}
#pix-fe.media-m #cp-5a8f0da4b7157695700369.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0;
    clear: left;
}
