.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 .diywebEmotionHeader {
  overflow: hidden;
}
.diyw .diywebFooter {
  min-height: 20px;
}
.diyw .diywebNav .diywebLiveArea {
  padding: 0;
}

.diyw .diyweb {
  -webkit-text-size-adjust: auto;
  overflow: hidden;
}

.diyw .diywebSecondary {
  position: relative;
  width: 250px;
  float: left;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.diyw .diyweb {
  position: relative;
  overflow: hidden;
}
.diyw .diyweb:before {
  content:"";
box-shadow: 0 0 20px #000;
 position: fixed;
 top: 0;
 bottom: 0;
 left:0;
 width: 250px;
  z-index: 2;
}  

.diyw .diywebMain {
  margin-left: 250px;
  overflow: hidden;
}

.diyw .diyfeModGridGroup{
  margin: 0 -15px;
}
.diyw .diyfeModGridStyleTeaser{
  margin: 0;
}

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

.diyw .diyfeModGridStyleTeaser .diyfeModGridElement .imageSubtitle img {
  -webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
-ms-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}

.diyw .diyfeModGridStyleTeaser .diyfeModGridElement * {
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
-ms-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}

.diyw .diyfeModGridStyleTeaser .diyfeModGridElement .imageSubtitle:hover img {
  -webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
-ms-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}

.diyw .diyfeModGridContent {
  position: relative;
}

.diyw .diywebMainNavigation ul{
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}
.diyw .diywebMainNavigation li {
  position: relative;
  z-index: 0
}
.diyw .diywebMainNavigation a{
  box-shadow: inset 0px 5px 25px -5px rgba(255, 255, 255, 0.1);
  display: block;
  text-decoration: none;
}
.diyw .diywebMainNavigation a,
.diyw #diywebAppContainer1st .estore_productCount,
.diyw #diywebAppContainer1st .estore_text {
  letter-spacing: 1px;
}
.diyw .diywebMainNavigation a span {
  box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, 0.2);
  display: block;
  padding: .5em 44px 0.5em 1em;
  text-align: right
}
.diyw .diywebMainNavigation a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0%;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.diyw .diywebMainNavigation a:hover:before {
  width: 100%;
}

.diyw .diywebGutter {
  padding-bottom: 50px;
}
.diyw .diywebMain .diywebMainAlignment {
  padding: 0 38px 38px 38px;
  margin: 0 auto 30px;
}

.diyw .diyfeLinkAsButton {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  -moz-sizing: border-box;
  -webkit-sizing: border-box;
  box-sizing: border-box;
}


.diyw .diywebSidebar {
  padding: 0 48px 0 50px;
}


/* shoipping cart */

.diyw #diywebAppContainer1st {
  box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, 0.2);
  display: block;
  padding:  .5em 44px 0.5em 1em;
  text-align: right
}

.diyw #diywebAppContainer1st .estore_productCount,
.diyw #diywebAppContainer1st .estore_text {
  display: inline;
}

.diyw .diywebAppWrapper {
  box-shadow: inset 0px 5px 25px -5px rgba(255, 255, 255, 0.1);
  display: block;
  text-decoration: none;
}


.diyw .diyweb .diyfeLiveArea {
    max-width: 920px;
    margin: 0 auto;
}


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


body.diyfeSidebarRight .diyw .diywebSecondary {
  left: auto;
  right: 0;
}

body.diyfeSidebarRight .diyw .diywebMain {
    margin-left: 0;
    margin-right: 250px;
}

body.diyfeSidebarRight .diyw .diyweb:before {
    bottom: 0;
    box-shadow: 0 0 20px #000;
    content: "";
    left: auto;
    right: 0;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 2;
}
body.diyfeSidebarRight .diyw .diywebMainNavigation a span {
    padding: 0.5em 1em 0.5em 44px;
    text-align: left;
}

.diyw .diywebSecondary {
  position: fixed;
  overflow-y: auto;
}

.diyw .diywebSidebar,
.diyw  .diywebMainNavigation {
}
@media only screen and (max-width: 1268px) {
  .diyw .diyweb .diywebMain .diyfeLiveArea {
    margin: 0 15px;
  }
}

/* responsive states */
@media only screen and (max-width: 767px) { 
  .diyw .diywebSecondary,
  .diyw .diywebMain {
    float: none;
    width: auto;
    margin: 0;
    position: relative;
  }
  .diyw .diyweb:before,
  .diyw .diywebMainNavigation,
  .diyw .diywebSidebar {
    display: none;
    content: none;
  }

  body.diyfeSidebarRight .diyw .diywebMain {
    margin: 0;
  }

}

@media only screen and (min-width: 768px) {
  .diyw .diywebLogoArea{
      padding: 38px 0;
  }
}