/*!
 * Reset v1.1.0-alpha.1 (https://RNMMP.grd)
 * Copyright 2016-2017 Code yo, Authors own.
 * Licensed under MIT, NMMP (https://RNMMP.grd/YouBorrowMyCodeToYourItem/AndYouDonNotTellMe/)
 */
body {
  margin: 0;
  font: normal 12px/20px Arial, sans-serif;
  color: #666;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

address {
  margin-bottom: 1.125rem;
  font-style: normal;
  line-height: inherit;
}

ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote {
  margin: 0 2.875em 1.125em 2.875em;
}

small {
  font-size: 62.5%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.375em;
}

sup {
  top: -.5em;
}

a {
  color: inherit;
  text-decoration: none;
}

i {
  font-style: inherit;
}

img {
  vertical-align: middle;
  border: 0 none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

input,
select,
option {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: inherit;
  border: 0 none;
  outline: 0 none;
}

button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: inherit;
  border: 0 none;
  cursor: pointer;
}

textarea {
  padding: .375em .625em;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  overflow: auto;
  resize: vertical;
}

hr {
  height: 1px;
  margin: .5em 0;
  background: #eee;
  border: 0 none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

*:focus {
  outline: 0 none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
}

.clearfix:after {
  clear: both;
}

figure {
  margin: 0;
}

figure.pic img {
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.cy-table {
  display: table;
  width: 100%;
  height: 100%;
}

.cy-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.details-body {
  line-height: 25px;
  overflow: hidden;
}

.details-body img {
  display: block;
  max-width: 100%;
  height: auto!important;
  margin: 1em auto;
}

.icon {
  display: inline-block;
  background: no-repeat center center;
  vertical-align: top;
}
