/* super-master 2020 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
       HTML5 display definitions
       ========================================================================== */
/**
     * Correct `block` display not defined in IE 8/9.
     */

.diyw article,
.diyw aside,
.diyw details,
.diyw figcaption,
.diyw figure,
.diyw footer,
.diyw header,
.diyw hgroup,
.diyw main,
.diyw nav,
.diyw section,
.diyw summary {
  display: block;
}
/**
     * Correct `inline-block` display not defined in IE 8/9.
     */
.diyw audio,
.diyw canvas,
.diyw video {
  display: inline-block;
}
/**
     * Prevent modern browsers from displaying `audio` without controls.
     * Remove excess height in iOS 5 devices.
     */
.diyw audio:not([controls]) {
  display: none;
  height: 0;
}
/**
     * Address styling not present in IE 8/9.
     */
.diyw [hidden] {
  display: none;
}
/* ==========================================================================
       Base
       ========================================================================== */
/**
     * 1. Set default font family to sans-serif.
     * 2. Prevent iOS text size adjust after orientation change, without disabling
     *    user zoom.
     */

html .diyw
{
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/**
     * Remove default margin.
     */

body
{
  margin: 0;
}

/* ==========================================================================
       Links
       ========================================================================== */
/**
     * Address `outline` inconsistency between Chrome and other browsers.
     */
.diyw a:focus {
  outline: thin dotted;
}
/**
     * Improve readability when focused and also mouse hovered in all browsers.
     */
.diyw a:active,
.diyw a:hover {
  outline: 0;
}
/* ==========================================================================
       Typography
       ========================================================================== */
/**
     * Address variable `h1` font-size and margin within `section` and `article`
     * contexts in Firefox 4+, Safari 5, and Chrome.
     */
.diyw h1 {
  margin: 0.67em 0;
}
/**
     * Address styling not present in IE 8/9, Safari 5, and Chrome.
     */
.diyw abbr[title] {
  border-bottom: 1px dotted;
}
/**
     * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
     */
.diyw b,
.diyw strong {
  font-weight: bold;
}
/**
     * Address styling not present in Safari 5 and Chrome.
     */
.diyw dfn {
  font-style: italic;
}
/**
     * Address differences between Firefox and other browsers.
     */
.diyw hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
     * Address styling not present in IE 8/9.
     */
.diyw mark {
  background: #ff0;
  color: #000;
}
/**
     * Correct font family set oddly in Safari 5 and Chrome.
     */
.diyw code,
.diyw kbd,
.diyw pre,
.diyw samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
     * Improve readability of pre-formatted text in all browsers.
     */
.diyw pre {
  white-space: pre-wrap;
}
/**
     * Set consistent quote types.
     */
.diyw q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
     * Address inconsistent and variable font size in all browsers.
     */
.diyw small {
  font-size: 80%;
}
/**
     * Prevent `sub` and `sup` affecting `line-height` in all browsers.
     */
.diyw sub,
.diyw sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.diyw sup {
  top: -0.5em;
}
.diyw sub {
  bottom: -0.25em;
}
/* ==========================================================================
       Embedded content
       ========================================================================== */
/**
     * Remove border when inside `a` element in IE 8/9.
     */
.diyw img {
  border: 0;
}
/**
     * Correct overflow displayed oddly in IE 9.
     */
.diyw svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
       Figures
       ========================================================================== */
/**
     * Address margin not present in IE 8/9 and Safari 5.
     */
.diyw figure {
  margin: 0;
}
/* ==========================================================================
       Forms
       ========================================================================== */
/**
     * Define consistent border, margin, and padding.
     */
.diyw fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
     * 1. Correct `color` not being inherited in IE 8/9.
     * 2. Remove padding so people aren't caught out if they zero out fieldsets.
     */
.diyw legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
     * 1. Correct font family not being inherited in all browsers.
     * 2. Correct font size not being inherited in all browsers.
     * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
     */
.diyw button,
.diyw input,
.diyw select,
.diyw textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
     * Address Firefox 4+ setting `line-height` on `input` using `!important` in
     * the UA stylesheet.
     */
.diyw button,
.diyw input {
  line-height: normal;
}
/**
     * Address inconsistent `text-transform` inheritance for `button` and `select`.
     * All other form control elements do not inherit `text-transform` values.
     * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
     * Correct `select` style inheritance in Firefox 4+ and Opera.
     */
.diyw button,
.diyw select {
  text-transform: none;
}
/**
     * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
     *    and `video` controls.
     * 2. Correct inability to style clickable `input` types in iOS.
     * 3. Improve usability and consistency of cursor style between image-type
     *    `input` and others.
     */
.diyw button,
html .diyw input[type="button"],
.diyw input[type="reset"],
.diyw input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
     * Re-set default cursor for disabled elements.
     */
.diyw button[disabled],
html .diyw input[disabled] {
  cursor: default;
}
/**
     * 1. Address box sizing set to `content-box` in IE 8/9.
     * 2. Remove excess padding in IE 8/9.
     */
.diyw input[type="checkbox"],
.diyw input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
     * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
     * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
     *    (include `-moz` to future-proof).
     */
.diyw input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
     * Remove inner padding and search cancel button in Safari 5 and Chrome
     * on OS X.
     */
.diyw input[type="search"]::-webkit-search-cancel-button,
.diyw input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
     * Remove inner padding and border in Firefox 4+.
     */
.diyw button::-moz-focus-inner,
.diyw input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
     * 1. Remove default vertical scrollbar in IE 8/9.
     * 2. Improve readability and alignment in all browsers.
     */
.diyw textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
       Tables
       ========================================================================== */
/**
     * Remove most spacing between table cells.
     */
.diyw table {
  border-collapse: collapse;
  border-spacing: 0;
}
.diyw p {
  margin: 1em 0;
}
.diyw div.n {
  padding: 0 !important;
  margin: 0;
}
.diyw .diywebNav ul:before,
.diyw .diywebLiveArea:before,
.diyw .diyfeGridGroup:before,
.diyw .diywebNav ul:after,
.diyw .diywebLiveArea:after,
.diyw .diyfeGridGroup:after {
  content: " ";
  display: table;
}
.diyw .diywebNav ul:after,
.diyw .diywebLiveArea:after,
.diyw .diyfeGridGroup:after {
  clear: both;
}
.diyw .diyweb {
  -webkit-text-size-adjust: none;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
}
.diyw .diywebLiveArea {
  position: relative;
  margin: 0 auto;
}
.diyw .diyweb a {
  text-decoration: underline;
}
.diyw .diyweb a:hover {
  text-decoration: none;
}
.diyw .diywebNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.diyw .diywebNav li {
  max-width: 100%;
}
.diyw .diywebNav li ul {
  padding-left: 1em;
}
.diyw .diywebNav a {
  text-decoration: none;
  display: block;
}
.diyw .diywebNav a:hover {
  text-decoration: underline;
}
body.diyBgActive .diyw .diyweb {
  background-color: transparent !important;
}
/* Basic Layout */
.diyw div.hr {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-color: #ccc;
  height: 1px;
}
.diyw .diyweb {
  line-height: 1.35;
  padding-bottom: 30px;
  margin-bottom: -30px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.diyw .diywebEmotionHeader {
  overflow: hidden;
}
.diyw .diywebFooter {
  min-height: 20px;
}
.diyw .diywebNav .diywebLiveArea {
  padding: 0;
}
.diyw .diywebGutter,
.diyw .diywebContent .diywebHelperNav .diywebGutter,
.diyw .diywebClark .diywebContent .diywebHelperNav .diywebGutter {
  padding: 20px;
}
/* End of Basic Layout */
/* Typography */
/* End of Typography */
/* Navigation */
.diyw .diywebNav a {
  display: block;
  padding: 0.7em 1em 0.65em;
}
.diyw .diywebNav a {
  text-decoration: none;
}
.diyw .diywebNav a:hover {
  text-decoration: underline;
}
.diyw .diywebContent .diywebNav li {
  margin: 0;
}
.diyw .diywebNav ul ul li {
  border-top: none;
}
.diyw .diywebContent .diywebNav {
  padding-left: 0;
  border-radius: 3px;
}
.diyw .diywebContent .diywebNav a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
}
.diyw .diywebContent .diywebNav li:last-child a {
  border: none;
}
.diyw .diywebContent .diywebNav ul ul {
  padding-left: 7%;
}
.diyw .diywebContent .diywebNavMain a {
  padding: 0.45em 20px 0.5em;
}
.diyw .diywebNavMain.diywebNavHorizontal a {
  padding: 0.75em 20px 0.8em;
}
.diyw .diywebNavMain.diywebNavHorizontal li {
  float: left;
}
@media only screen and (max-width: 568px) {
  .diyw .diywebNavMain li:last-child {
    border: none;
  }
}
@media only screen and (max-width: 568px) {
  .diyw .diywebNavMain.diywebNavHorizontal li ul {
    display: block;
  }
  .diyw .diywebNavMain.diywebNavHorizontal li {
    float: none;
  }
}
/* End of navigation */
/* IE8 desktop styles */
.diyw .diyweb {
  -webkit-text-size-adjust: auto;
  overflow: hidden;
}
.diyw .diywebPage {
  padding: 0 4% 2em;
}
.diyw .diywebLiveArea{
  width: 940px;
  padding: 0 5px 5px 5px;
}

.diyw .diywebMainGutter {
  padding: 0 20px;
}
.diyw .diywebEmotionHeader .diywebGutter,
.diyw .diywebNavMain .diywebGutter {
  padding: 0 !important;
}
.diyw .diyweb > div:first-child .diywebMainGutter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.diyw .diyfeGridGroup {
  position: relative;
}
.diyw .diywebPull {
  margin: 0 -20px;
}

@media only screen and (max-width: 1023px) {
  .diyw .diywebLiveArea{
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .diyw .diywebLiveArea{
    width: 530px;
  }
}
@media only screen and (max-width: 568px) {
  .diyw .diywebLiveArea {
    width: 420px;
  }

}
@media only screen and (max-width: 480px) {
  .diyw .diywebLiveArea,
  .diyw .diyweb:before {
    width: 96%;
  }
  .diyw .diyweb:before {
    margin-left: -50%;
  }
  .diyw .diywebMainGutter {
    padding: 0 10px;
  }
  .diyw .diywebPull {
    margin: 0 -10px;
  }
}
.diyw .diywebMain .diywebGutter,
.diyw .diywebFooter .diywebGutter{
  padding: 0 0 0 20px;
}

/* ie8 wants it all */
.diyw .diywebSecondary .diywebHelperNav {
  display: block;
}
.diyw .diywebMain .diywebHelperNav {
  display: none;
}
.diyw .diywebSecondary {
  position: relative;
  width: 23.5%;
  float: left;
}
.diyw .diywebContent .diyfeGridGroup:before {
  width: 23.5%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
}
.diyw .diywebMain,
.diyw .diywebFooter {
  width: 76.5%;
  float: right;
}
.diyw .diywebClark .diywebSecondary {
  float: right;
}
.diyw .diywebClark .diywebContent .diyfeGridGroup:before {
  right: 0;
  left: auto;
}
.diyw .diywebClark .diywebMain {
  float: left;
}
/* end of ie8 */
/* media query reset for modern browsers */
@media only screen and (min-width: 0) and (max-width: 767px) {
  .diyw .diywebMain .diywebHelperNav {
    display: block;
  }
  .diyw .diywebSecondary {
    position: static;
    z-index: auto;
    width: auto;
    float: none;
  }
  .diyw .diywebContent .diyfeGridGroup:before {
    display: none;
  }
  .diyw .diywebMain,
.diyw .diywebFooter {
    width: auto;
    float: none;
  }
  .diyw .diywebClark .diywebSecondary {
    float: none;
  }
  .diyw .diywebClark .diywebMain {
    float: none;
  }
  .diyw .diywebMain .diywebGutter,
  .diyw .diywebClark .diywebMain .diywebGutter {
    padding: 0;
  }
}
/* end of media query reset */
@media only screen and (max-width: 1023px) {
  .diyw .diywebSecondary .diywebHelperNav {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
.diyw .diywebFooter .diywebGutter{
  padding: 0;
}
  .diyw .diywebSingleNav .diywebContent .diywebHelperNav {
    display: block;
  }
  .diyw .diywebNav23,
  .diyw .diywebSingleNav .diywebNavMain {
    display: none;
  }
  .diyw .diyfeGE .diywebEmotionHeader {
    margin-left: 0;
  }
  .diyw .diywebClark .diyfeGE .diywebEmotionHeader {
    margin-right: 0;
    margin-left: 0;
  }
  .diyw .diywebSidebar .diywebGutter {
    padding: 10px;
  }
}

.diyw .diywebSecondary p {
  margin-top: 0.25em;
}
.diyw .diywebHeader {
  padding: 0 20px;
}
.diyw .diywebSidebar p {
  line-height: 1.6;
}
.diyw .diywebContent {
  position: relative;
}
.diyw .diywebEmotionHeader {
  position: relative;
  overflow: visible;
}
.diyw .diywebEmotionHeader .diywebLiveArea {
  z-index: 1;
}

.diyw .mainNav2 a:before {
  content: "\25A0  ";
  font-size: .7em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  position: absolute;
}

/** MY UI **/
.diyw .diywebLogo {
  margin-bottom: 60px;
  padding: 5px;
}
.diyw .diywebSidebar {
  margin: 60px 0 20px;
}
.diyw .diywebEmotionHeader {
  border-bottom: solid 10px;
  margin-bottom: 60px;
}
.diyw .diywebFooter .diyfeCA4{
  padding: 5px 10px;
}
.diyw .diywebNavMain li {
  border-bottom: solid 1px;
}
.diyw .diywebNavMain .mainNav2 li:last-child {
  border-bottom: none;
}
.diyw .diywebNavMain a.current {
  font-weight: bold !important;
  border-bottom: solid 3px;
  margin-bottom: -2px;
}
.diyw #diyfeMobileNav a.current {
  font-weight: bold !important;
}
.diyw .diyfeModGridGroup {
  margin: 0 -12px;
}
.diyw div.diyfeModGridElement {
  padding: 0 12px;
}


.diyw .diyfeModGridGroup .diyfeModGridElement .imageSubtitle div {
  width: 100% !important;
  max-width: none !important;
}

.diyw .diyfeModGridGroup .diyfeModGridElement .imageSubtitle img {
  width: 100%;
}


.diyw .diyfeTopLink {
  text-decoration: none !important;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-top: dotted 1px;
  padding: 20px;
  margin-top: 20px;
}

@media only screen and (min-width: 1024px) {
  .diyw .diywebEmotionHeader {
    width: 800px;
  }
}


@media only screen and (max-width: 767px) {
	.diyw .diywebSidebar {
	  -webkit-flow-into: demo-flow2;
	  flow-into: demo-flow2;

	}

	.diyw .diyfeRespSidebar {
	  -webkit-flow-from: demo-flow2;
	  flow-from: demo-flow2;
	}
}

.diyw .diyweb a.diyfeLinkAsButton,
.diyw .diyweb a.diyfeLinkAsButton:hover{
	background-color: transparent;
	background: none !important;
	border: none !important;
	padding: 0;
	box-shadow:none !important;
	cursor: pointer;
}

.diyw .diyweb a.diyfeLinkAsButton:after{
	content: "   \203A \00a0";
}

.diyw #website-logo p.website-logo-text,
.diyw #website-logo p.website-logo-text a {
  max-width: 100%;
}
.diyw .diywebFooter {
  margin-top: 2em;
}
.diyw .diywebLiveArea h1 {
  margin-bottom: .5em;
}
.diyw .diywebLiveArea h2 {
  margin-bottom: 1em;
}

.diyw .diyfeModGridContent h1,
.diyw .diyfeModGridContent h2 {
  margin-bottom: 0;
}
.diyw .diyfeModGridContent div.n img {
  margin-bottom: 1em;
}
.diyw .mainNav1 a {
  text-transform: uppercase;
}
.diyw .diywebNav li ul {
  padding: 0;
}

.diyw .diywebNav li a.level_2 {
  padding-left: 2em!important;
}
.diyw .mainNav3 a:before {
    content: none!important;
}
.diyw .mainNav3 a {
    padding-left: 2em!important;

}
body.startpage .diyw .diywebFooter ul.mainNav2{
  width:80%;
}
body.startpage .diyw #mainNav2 ul{
  margin:0px;
}
body.startpage .diyw .diywebFooter #mainNav2 li{
  display:inline-block;
  width:33%;
  margin-bottom:10px;
}

body.startpage .diyw .diywebFooter #mainNav2 li li{
  margin-bottom:0px;
  width:100%;
}

body.startpage .diyw .diywebFooter ul.mainNav2{
  padding:0px;
}

body.startpage .diyw .diywebFooter .mainNav2 a:before {
  content: none
}

body.startpage .diyw .diywebFooter .mainNav3 {
  display: none;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  body.startpage .diyw .diywebFooter ul.mainNav2{
    display:none;
  }
  .diyw .diywebLogo {
      margin-bottom:20px
      }
  .diyw .diywebSidebar {
    margin: 20px 0;
}

}

/*KH shoppingcartChanges*/
.diyw .app_estore_wrapper {
    cursor: pointer;
    width: 150px;
  }
  .diyw .app_estore_wrapper.default {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
  }
  .diyw .estore_content {
    overflow: hidden;
    padding: 5px 10px 5px 5px;
  }
.diyw .app_estore_wrapper.default .estore_productCount {
    width: 40px;  
  }
.diyw .estore_productCount {
    float: left;
    position: relative; 
  }
.diyw .estore_productCount span {
    position: absolute;
    color: #000;
    top: 0.6em;
    left: 0.9em;
    width: 28px;
    text-align: center !important;
    font-size: 11px;
  }
.diyw .estore_text {
    float: right;
    line-height: 36px;
  }
.diyw #diywebAppContainer1st .app_estore_wrapper {
  width: auto !important;
}

.diyw #diywebAppContainer1st .estore_content {
  overflow: hidden;
}

.diyw #diywebAppContainer1st {
  position: relative;
  z-index: 100;
}

.diyw #diywebAppContainer1st .estore_productCount span{
  top: 0.35em;
  left: 0.6em;
}

.diyw #diywebAppContainer1st .estore_productCount span {
  left: 0.3em;
  top: 1.8em;
  font-weight: bold;
}
.diyw #diywebAppContainer1st .fa-shopping-cart {
  font-size: 2.5em;
}
.diyw #diywebAppContainer1st .fa-shopping-cart:before {
  content: "l";
}

.diyw #diywebAppContainer1st .estore_text{
  float: left;
  margin-left: 10px;
  font-size: 1.5em;
  margin-top: 0.5em;
  line-height: 1;
}

.diyw #diywebAppContainer1st .estore_productCount {
  float: left;
}

@media only screen and (min-width:768px) {
  .diyw #diywebAppContainer1st:hover .estore_text{
    text-decoration: underline;
  }

  .diyw #diywebAppContainer1st {
    border-bottom: solid 1px;
    overflow: hidden;
    float: none;
    display:block;
  }
  .diyw #diywebAppContainer1st .estore_productCount {
    float: right;
  }
  .diyw #diywebAppContainer1st .estore_content {
  padding-right: 0;
}
  .diyw #diywebAppContainer1st .estore_text {
    float: left;
    text-transform: uppercase;
    margin-top: 1em;
  }
}
@media only screen and (max-width:767px) {
.diyw #diywebAppContainer1st .estore_content {
  padding-right: 5px;
}

  .diyw #diywebAppContainer1st {
    position: fixed;
    right: 0;
    top: 0;
  }
  .diyw #diywebAppContainer1st .estore_text {
    display: none;
  }
}

.diyw .diywebContent {
  width: 100%;
}
/*start nosidebar*/
body.diyfeNoSidebar .diyw .diywebSecondary .diywebSidebar,
body.diyfeNoSidebar .diyw .diywebContent .diyfeGridGroup:before,
body.diyfeNoSidebar .diyw .diywebContent .diywebFond {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body.diyfeSidebarRight .diyw .diywebSecondary {
    float: right !important;
  }
  body.diyfeSidebarRight .diyw .diywebMain,
  body.diyfeSidebarRight .diyw .diywebContent,
  body.diyfeSidebarRight .diyw .diywebFooter {
    float: left !important;
  }
  body.diyfeSidebarRight .diyw .diywebMain .diywebGutter {
    padding: 0 20px 0 0px;
  }
  body.diyfeSidebarRight .diyw .diywebFooter .diywebGutter {
    padding: 0 20px 0 0;
  }
  body.diyfeSidebarRight .diyw .diywebEmotionHeader {
    float: right;
  }
  body.diyfeSidebarRight .diyw .diywebContent .diywebFond,
  body.diyfeSidebarRight .diyw .diywebContent .diyfeGridGroup:before {
    right: 0 !important;
    left: auto !important;
  }
  body.diyfeSidebarLeft .diyw .diywebSecondary {
    float: left !important;
  }
  body.diyfeSidebarLeft .diyw .diywebMain,
  body.diyfeSidebarRight .diyw .diywebContent,
  body.diyfeNoSidebar .diyw .diywebContent,
  body.diyfeSidebarLeft .diyw .diywebFooter {
    float: right !important;
  }
  body.diyfeSidebarLeft .diyw .diywebContent .diywebFond,
  body.diyfeSidebarLeft .diyw .diywebContent .diyfeGridGroup:before {
    left: 0 !important;
    right: auto !important;
  }
}
/*end nosidebar*/