.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 {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
body {
  margin: 0;
  height: 100%;
}
.diyw .diyweb {
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
    white-space: normal;
    word-wrap: break-word;
}

/* ==========================================================================
       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 {
  margin: 0;
  padding: 0 !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 .diyweb {
  -webkit-text-size-adjust: auto;
  overflow: hidden;
}

.diyw .diyweb {
  position: relative;
  overflow: hidden;
}


.diyw .diyweb > div
 {
  overflow: hidden;
}

.diyw .diyfeModGridStyleTeaser div.diyfeModGridElement {
  padding: 0;
  overflow: hidden;
}


.diyw .diyfeModGridContent {
  position: relative;
}


.diyw .diywebMainNavigation a{
  display: block;
  text-decoration: none;
}
.diyw .diywebMainNavigation a,
.diyw #diywebAppContainer1st .estore_productCount,
.diyw #diywebAppContainer1st .estore_text {
  letter-spacing: 1px;
}



/* Sidebar switches */
body.diyfeNoSidebar .diyw .diywebSecondary{
  /* display: none; */
}

.diyw .diywebGutter {
  padding: 0;
}
.diyw .diywebFooter .diywebGutter {
  padding: 0 15px;
}


/* NAVIGATION */

.diyw .diywebMainNavigation #mainNav1,
.diyw .diywebMainNavigation #mainNav2,
.diyw .diywebMainNavigation #mainNav3{
    clear: left;
    float: left;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    max-width: 100%;
    padding: 0;
    position: relative;
    text-align: center;
}

.diyw .diywebMainNavigation li{
   display: block;
    float: left;
    list-style: outside none none;
    margin: 1px 2px 11px;
    padding: 0;
    position: relative;
    right: 50%;
}

.diyw .diywebMainNavigation a span,
.diyw .diyfeLinkAsButton{
  display: block;
  padding: .2em 2em !important;
  text-align: center;
}

.diyw .diywebMainNavigation #mainNav1 a span,
.diyw .diyfeLinkAsButton{
    border: solid 1px;
    border-radius: 1em !important;
}

.diyw .diywebMainNavigation #mainNav1 a.current span,
.diyw .diywebMainNavigation #mainNav1 a:hover span {
    box-shadow: 0 0 0 2px inset;
}

.diyw .diywebMainNavigation #mainNav2 a.current span,
.diyw .diywebMainNavigation #mainNav2 a:hover span {
    box-shadow: 0 0 0 2px inset;
    border: none;
}

.diyw .diywebMainNavigation #mainNav2 a span {
    border-bottom: solid 1px;
    border-radius: 1em;
}

.diyw .diywebMainNavigation #mainNav3 a span {
    border-radius: 1em;
}

/* SIDEBAR */

body.diyfeSidebarLeft .diyw .diywebSecondary {
    float: left;
    width: 25%;
}

body.diyfeSidebarLeft .diyw .diywebMain {
    float: right;
    width: 75%;
}


body.diyfeSidebarRight .diyw .diywebMain {
    float: left;
    width: 75%;
}

body.diyfeSidebarRight .diyw .diywebSecondary {
    float: right;
    width: 25%;
}

body.diyfeSidebarRight .diyw .diywebSecondary .diywebGutter,
body.diyfeSidebarLeft .diyw .diywebSecondary .diywebGutter {
    margin: 0 auto;
    padding: 48px;
}

body.diyfeSidebarRight .diyw .diywebMainNavigation .webnavigation ul, 
body.diyfeSidebarLeft .diyw .diywebMainNavigation .webnavigation ul,
body.diyfeSidebarRight .diyw .diywebMainNavigation #navi_user_1 ul, 
body.diyfeSidebarLeft .diyw .diywebMainNavigation #navi_user_1 ul,
body.diyfeSidebarRight .diyw .diywebMainNavigation #navi_user_2 ul, 
body.diyfeSidebarLeft .diyw .diywebMainNavigation #navi_user_2 ul,
body.diyfeSidebarRight .diyw .diywebMainNavigation #navi_user_3 ul, 
body.diyfeSidebarLeft .diyw .diywebMainNavigation #navi_user_3 ul {
    left: 1% !important;
    text-align: left !important;
}

body.diyfeSidebarRight .diyw .diywebMainNavigation .webnavigation ul li, 
body.diyfeSidebarLeft .diyw .diywebMainNavigation .webnavigation ul li,
body.diyfeSidebarRight .diyw .diywebMainNavigation #navi_user_1 ul li, 
body.diyfeSidebarLeft .diyw .diywebMainNavigation #navi_user_1 ul li,
body.diyfeSidebarRight .diyw .diywebMainNavigation #navi_user_2 ul li, 
body.diyfeSidebarLeft .diyw .diywebMainNavigation #navi_user_2 ul li,
body.diyfeSidebarRight .diyw .diywebMainNavigation #navi_user_3 ul li, 
body.diyfeSidebarLeft .diyw .diywebMainNavigation #navi_user_3 ul li {
    right: auto !important;
}



@media only screen and (max-width: 767px) {
  .diyw .diywebMain,
  .diyw .diywebSecondary {
    float: none !important;
    width: 100% !important;
  }
  .diyw .diywebDesktopNavigation{
    display: none;
  }
  body.diyfeSidebarRight .diyw .diywebSecondary .diywebGutter,
  body.diyfeSidebarLeft .diyw .diywebSecondary .diywebGutter {
    max-width: none;
}
}

/* LETS FLEX */
.diyw .diywebHeader {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.diyw .diywebHeader-item {
  -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
}
.diyw .diywebHeader-item:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }

.diyw .diywebHeader-item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }

.diyw .diywebHeader-item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    }

.diyw .diywebHeader-item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    }

/* ---------------------------------------------- */
.diyw .diyweb .diywebMain .diyfeLiveArea {
    max-width: 920px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 996px) {
  .diyw .diyweb .diywebMain .diyfeLiveArea {
    margin: 0 48px;
  }
}


@media only screen and (max-width: 1330px) {
  body.diyfeSidebarRight .diyw .diywebMain .diyfeLiveArea,
  body.diyfeSidebarLeft .diyw .diywebMain .diyfeLiveArea{
    margin: 0 48px;
  }
}


.diyw .diywebFooter {
    padding: 20px 0
}
.diyw .diyfeModGridGroup {
    margin: 0 -15px;
}
.diyw .diyfeModGridGroup.diyfeModGridStyleTeaser {
    margin: 0;
}
.diyw .diywebMainNavigation {
  padding-top: 5px;
}

.diyw .diyweb .diyfeModGridGroup .diyfeLiveArea {
  margin: 0 !important;
  max-width: none;
}

.diyw .diywebDesktopNavigation .webnavigation,
.diyw .diywebDesktopNavigation #navi_user_3
.diyw .diywebDesktopNavigation #navi_user_2
.diyw .diywebDesktopNavigation #navi_user_1 {
  overflow: hidden;
  clear: both;
}
