
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px; }

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px; }

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px; }

.large, h2 {
  font-size: 42px;
  line-height: 1.14; }

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38; }

.big, h4 {
  font-size: 22px;
  line-height: 1.38; }

.small, small {
  font-size: 10px;
  line-height: 1.2; }


.menu-overlay {
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
 z-index: 99999; 
overflow:auto;
  }

.menu-plate {
  position: absolute;
  top: 0px;
  left: -400px;
  width: 300px;
  min-height: 100%;
  background: #f385aa;
  box-shadow: 3px 0px 30px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  z-index: 9999;
}
  .menu-plate .jquery-icon-svg path {
    fill: rgba(0, 0, 0, 0.54); }

.menu-close {
    position: absolute;
    top: 28px;
    left: 30px;
    cursor: pointer;
    border: 1px solid #ffffff;
    cursor: pointer;
    top: 38px;
    left: 38px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 66px;
 }

#menu_smart{
    margin: 0;
    list-style: none;
    margin-top: 155px; 
}
  .menu li {
    margin-bottom: 30px; }
  .menu svg {
    vertical-align: middle;
    margin-right: 20px;
    fill: rgba(0, 0, 0, 0.54);
    width: 24px;
    height: 24px; }
  .menu a {
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    height: 24px;
    line-height: 24px; }

html.menu-open body {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

html.menu-open .menu-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: auto;
  z-index: 99999;
height:100%;
  }
html.menu-open .menu-plate {
  -webkit-transform: translate3d(400px, 0px, 0px);
          transform: translate3d(400px, 0px, 0px); }


@media(max-width: 370px) {
  .popular-list .video-unit {
    max-width: 220px;
    margin-right: auto !important;
    margin: 0px auto 20px !important;
    box-sizing: border-box;
    float: none;
    display: block; } }
.content-well {
  background-color: #f5f5f5;
  padding: 20px 0px 1px;
  border-radius: 5px;
  box-shadow: 80px 0px 0px #f5f5f5, -80px 0px 0px #f5f5f5; }



.r_menu{
    z-index: 99999;
    position: absolute;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    top: 70px;
    left: 30px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 60px;
}
@media (max-width: 991px) {
.r_menu {
    top: 38px;
}
}

















