/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 0;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: 'Menlo', monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
  color: #bbb;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.fix3d {
  -webkit-transform: translate3D(0, 0, 0);
}
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.invert {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  -o-filter: invert(100%);
  filter: invert(100%);
}
/* BASIC
***************************************************************************************************/
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: #000;
}
html {
  height: 100%;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000;
  background: #dddddd url(default-bgr.jpg);
  position: relative;
  font-size: 13px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
input,
textarea,
select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
*:focus {
  outline: none !important;
}
a {
  text-decoration: none;
}
a,
a:hover,
a:active,
a:visited {
  color: #dd2222;
}
a:hover {
  text-decoration: none;
}
[class*="fa-"] {
  font-family: 'FontAwesome';
}
.shares .twitter-share-button {
  text-indent: -9999px;
}
.shares .fb-like {
  width: 115px !important;
  display: inline-block !important;
  top: -6px !important;
}
.shares .fb-like > span {
  vertical-align: middle !important;
}
.shares .gplus {
  min-width: 95px;
  display: inline-block;
}
/* MAIN
***************************************************************************************************/
#feedbackbtn {
  display: none;
}
@media only screen and (min-width: 1050px) {
  #feedbackbtn {
    display: block;
    position: fixed;
    left: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000000 url(feedback.png) no-repeat scroll center center;
    width: 40px;
    height: 140px;
    border-radius: 0 5px 5px 0;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
#ads {
    text-align: center;
    background-color: white;
    padding: 5px;
}
#container {
  width: 960px;
  margin: 0 auto;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
#container:after {
  content: " ";
  display: block;
  width: 0;
  height: 200px;
  background: #bb0000 url(../savedeo.png) no-repeat scroll center center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  overflow: hidden;
}
#container:before {
  content: "is preparing your content";
  display: block;
  width: 0;
  height: 50px;
  background: #000;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  line-height: 50px;
  top: 250px;
  bottom: 0;
  margin: auto;
  position: absolute;
  font-size: 20px;
  font-weight: 300;
  overflow: hidden;
}
#container.loading > * {
  display: none;
}
#container.loading:before,
#container.loading:after {
  width: 100%;
}
#header {
  background: #000;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
#header h1 {
  float: left;
}
#header h1 a {
  display: block;
  padding: 10px 0;
}
#header h1 img {
  display: block;
}
#header menu {
  float: right;
}
#header menu li {
  display: inline-block;
  margin-left: 5px;
  padding: 0 10px;
}
#header menu a {
  display: inline-block;
}
#header menu a.premium {
  color: #ff0;
}
#header menu a:hover {
  text-decoration: underline;
}
#header .shares {
  position: absolute;
  left: 0;
  right: 250px;
  margin: auto;
  width: 350px;
  padding: 4px 0;
}
#header a {
  color: #fff;
}
#input {
  background: #e12626;
  background: rgba(225, 38, 38, 0.7);
  color: #fff;
  padding: 80px 150px;
}
#input.small {
  padding-top: 30px;
  padding-bottom: 30px;
}
#input span[class*=fa-] {
  color: #ffdd00;
  float: left;
  font-size: 2.6em;
  line-height: 1;
  margin-right: 15px;
}
#input h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
}
#input p {
  font-size: 20px;
}
#input p input {
  background: #fff;
  padding: 12px 20px;
  margin: 0;
  border: none;
  font-weight: 300;
  width: 490px;
}
#input p input[type=submit] {
  background: #ffdd00;
  width: 130px;
}
#input p input[type=submit]:hover {
  background: #ffcc00;
}
#sites {
  background: #f2f2f2;
  padding: 20px 0;
  overflow: hidden;
}
#sites ul {
  display: table;
  min-width: 100%;
}
#sites ul li {
  display: table-cell;
  padding: 0 30px 0 29px;
  text-align: center;
  width: 260px;
  border-left: 1px solid #ddd;
  marginfont-size: 20px;
  font-weight: 300;
  color: #888;
}
#sites ul li:first-child {
  border: none;
}
#sites ul li img {
  display: block;
  margin: 0 auto;
}
#error {
  width: 500px;
  text-align: center;
  margin: 200px auto;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
#error h1 {
  font-size: 150px;
  font-weight: bold;
  line-height: 1.15em;
}
#error p {
  font-size: 30px;
  font-weight: 300;
}
#main {
  background: #fff;
  *zoom: 1;
  overflow: hidden;
  width: 100%;
}
#main:before,
#main:after {
  content: "";
  display: table;
}
#main:after {
  clear: both;
}
#main h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 30px;
}
#main h1 a {
  display: inline-block;
  background: #dd2222;
  color: #fff;
  font-size: 13px;
  padding: 5px 13px;
  position: relative;
  top: -6px;
  border-radius: 5px;
  margin: 0 5px;
  white-space: nowrap;
}
#main .nsfw {
  background: #eee;
  text-align: center;
  border-top: 1px solid #ddd;
  font-size: 15px;
}
#main .nsfw a {
  color: #444;
  padding: 10px;
  display: inline-block;
}
#main .nsfw p a {
  display: inline;
  padding: 0;
}
#main .fback_facebook {
  float: left;
  width: 440px;
  padding: 25px 0 40px 40px;
}
#main .fback_facebook h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0 15px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
#main .fback_facebook p {
  margin: 0.5em 0;
  font-size: 15px;
  color: #444;
}
#main .fback_facebook iframe {
  margin-top: 20px;
}
#main .fback_twitter {
  width: 400px;
  min-height: 500px;
  float: right;
  padding: 40px;
}
#main .col {
  width: 399px;
  float: left;
  padding: 20px 40px;
  border: 1px solid #ddd;
  border-bottom: 0;
  margin-left: -1px;
}
#main .col:last-child {
  border-right: 0;
}
#main .col h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
#main .col li {
  position: relative;
  margin: 0 -40px 20px;
  padding: 0 40px;
}
#main .col li a {
  display: block;
  padding: 0 0 0 175px;
  *zoom: 1;
  color: #000;
  position: relative;
  min-height: 90px;
}
#main .col li a:before,
#main .col li a:after {
  content: "";
  display: table;
}
#main .col li a:after {
  clear: both;
}
#main .col li a:hover {
  color: #dd2222;
}
#main .col li a:hover .site {
  background: #b00;
  background: rgba(192, 0, 0, 0.8);
}
#main .col li .thumbnail {
  display: block;
  width: 160px;
  height: 100%;
  min-height: 90px;
  background-color: #ddd;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  position: absolute;
}
#main .col li .thumbnails {
  display: block;
  margin: 5px -30px 0 0;
}
#main .col li .thsub {
  display: inline-block;
  background-color: #ddd;
  width: 75px;
  height: 42px;
  margin: 0 0 0 -3px;
  background-size: cover;
}
#main .col li .imageplace {
  width: 160px;
  height: 90px;
  display: block;
  float: left;
}
#main .col li .site {
  height: 20px;
  line-height: 19px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 7px;
  width: 146px;
  background: #222;
  background: rgba(32, 32, 32, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 11px;
}
#main .col li strong {
  display: block;
  font-weight: normal;
  font-size: 15px;
  margin: 9px 0 5px;
  max-height: 2.6em;
  overflow: hidden;
}
#main .col li strong.top {
  margin-top: 3px;
}
#main .col li em {
  display: block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin: 5px 0;
}
#main .col .remove {
  position: absolute;
  left: 10px;
  top: -5px;
  bottom: 0;
  margin: auto;
  height: 1.3em;
  font-size: 20px;
  display: none;
  padding: 0;
  min-height: 0;
}
#main .col li:hover .remove {
  display: block;
}
#main .clip {
  *zoom: 1;
  padding: 30px;
  border-top: 1px solid #ddd;
  position: relative;
}
#main .clip:before,
#main .clip:after {
  content: "";
  display: table;
}
#main .clip:after {
  clear: both;
}
#main .clip .shareover {
  width: 470px;
  float: right;
  padding: 10px 0 20px;
}
#main .clip .shareover p {
  font-size: 20px;
  margin: 10px 0 15px;
}
#main .clip .shareover .show_dl_links {
  font-size: 15px;
  display: none;
}
#main .clip .shareover .show_dl_links a {
  color: #dd2222;
  font-size: inherit;
}
#main .clip .about {
  float: left;
  width: 400px;
  position: relative;
}
#main .clip .about img {
  width: 400px;
  display: block;
  margin-bottom: 15px;
}
#main .clip .about .imageplace {
  width: 400px;
  height: 200px;
  display: block;
}
#main .clip .about h2 {
  position: absolute;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: bold;
  padding: 12px 20px;
  line-height: 1.2;
  top: 0;
}
#main .clip .about .desc {
  color: #888;
  line-height: 1.3;
  max-height: 6.2em;
  overflow: hidden;
}
#main .clip .about ul {
  margin: 10px 0;
  color: #444;
}
#main .clip .about ul strong {
  font-weight: normal;
  color: #000;
}
#main .clip table {
  margin-left: 420px;
  width: 480px;
}
#main .clip table a:hover {
  text-decoration: underline;
}
#main .clip table thead td {
  padding: 10px;
  color: #888;
}
#main .clip table thead strong {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
#main .clip table thead a {
  font-weight: normal;
  font-size: 13px;
  color: #888;
  white-space: nowrap;
  display: inline-block;
  max-width: 400px;
  max-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .clip table thead [class*="fa-"] {
  position: relative;
  top: -3px;
}
#main .clip table tbody th,
#main .clip table tbody td {
  border-top: 1px solid #e8e8e8;
  padding: 7px 10px;
}
#main .clip table tbody a {
  white-space: nowrap;
}
#main .clip table tbody a [class*=fa-]:before {
  padding-left: 10px;
}
#main .clip table tbody th [class*=fa-] {
  font-weight: normal;
  display: inline-block;
  width: 20px;
}
#main .clip table tbody .size {
  min-width: 80px;
  display: inline-block;
}
#main .clip table tbody .size:before {
  content: " - ";
}
#main .clip table tbody .size:empty {
  display: none;
}
#main .clip table th {
  text-align: left;
  font-weight: bold;
}
#main .sites {
  border-bottom: 1px solid #ddd;
}
#main .sites li {
  *zoom: 1;
  padding: 30px 330px 20px 30px;
  border-top: 1px solid #ddd;
  position: relative;
}
#main .sites li:before,
#main .sites li:after {
  content: "";
  display: table;
}
#main .sites li:after {
  clear: both;
}
#main .sites img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
#main .sites h2 {
  font-size: 25px;
  font-weight: 300;
}
#main .sites h2 a {
  color: #000;
}
#main .sites p {
  font-size: 15px;
  color: #888;
  margin: 1em 0;
}
#main .sites p .button {
  border: 1px solid #dd2222;
  padding: 7px 15px;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
}
#main .sites p .button:hover {
  background: #dd2222;
  color: #fff;
}
#main .page {
  padding: 30px 150px;
  font-size: 15px;
}
#main .page h1,
#main .page h2,
#main .page h3,
#main .page p,
#main .page ul,
#main .page ol {
  margin: 15px 0;
}
#main .page p {
  color: #888;
  word-wrap: break-word;
}
#main .page p strong {
  color: #000;
  font-weight: normal;
}
#main .page ul {
  padding-left: 30px;
}
#main .page ul li {
  list-style: circle;
  margin: 5px 0;
}
#main .page a {
  text-decoration: underline;
}
#main .page a:hover {
  text-decoration: none;
}
#main .page hr {
  border-top: 1px solid #ddd;
  margin: 30px 0;
}
#main .page.page_premium h1 {
  text-align: center;
}
#main .page.page_premium h2 {
  position: absolute;
  text-indent: -9999px;
}
#main .page.page_premium h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 60px;
}
#main .page.page_premium ul {
  color: #222;
}
#main .page.page_premium ul strong {
  color: #000;
}
#main .page.page_premium input {
  margin: 3px 0;
  width: 300px;
  padding: 8px 15px;
  font-size: 20px;
  background: #f8f8f8;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #ccc;
}
#main .page.page_premium input[type="submit"] {
  background: #ffa200;
  border: none;
  padding: 10px 30px;
  width: auto;
  color: #000;
  font-weight: bold;
}
#main .page.page_premium .premium_price {
  display: block;
  width: 214px;
  height: 134px;
  float: right;
  background: url(premium-button.png);
  padding-top: 80px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
}
#main .page.page_premium .premium_price strong {
  display: block;
  font-size: 50px;
  font-weight: bold;
}
#main .page.page_premium .main_img {
  margin: 0 -100px;
}
#main .site {
  padding: 15px 50px;
  color: #444;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}
#main .site .top {
  border-bottom: 0;
  font-size: 13px;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 0;
}
#main .site .top h1 {
  margin-right: 340px;
}
#main .site .top p {
  margin-right: 340px;
  font-size: 15px;
  color: #888;
}
#main .site .top img {
  float: right;
  margin-top: -30px;
}
#main .site .top table {
  width: 100%;
  margin: 1em 0 0;
}
#main .site .top table a:hover {
  text-decoration: underline;
}
#main .site .top table td,
#main .site .top table th {
  padding: 6px 0 5px;
  vertical-align: top;
  border-top: 1px dashed #ddd;
}
#main .site .top table tr:first-child td,
#main .site .top table tr:first-child th {
  border: none;
}
#main .site .top table td {
  color: #444;
}
#main .site .top table th {
  color: #888;
  width: 1px;
  padding-right: 20px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: left;
}
#main .site h1 {
  margin: 17px 0;
  color: #000;
  line-height: 1.1;
}
#main .site h2 {
  margin: 10px 0;
  color: #000;
  font-weight: 300;
  font-size: 25px;
}
#main .site article {
  *zoom: 1;
  padding: 20px 390px 20px 50px;
  border-top: 1px solid #ddd;
  margin: 0 -50px;
}
#main .site article:before,
#main .site article:after {
  content: "";
  display: table;
}
#main .site article:after {
  clear: both;
}
#main .site iframe {
  float: right;
  margin-right: -340px;
}
#main .site ol {
  padding-left: 25px;
  line-height: 1.5;
}
#main .site ol li {
  list-style: decimal;
}
#main .site ol ~ p {
  line-height: 1.5;
}
@media only screen and (max-device-width: 568px) {
  #container {
    width: 320px;
    overflow: hidden;
  }
  #header {
    width: 300px;
    height: auto;
    position: relative;
    padding: 0 10px;
  }
  #header menu {
    float: none;
    clear: both;
    font-size: 11px;
    margin: 0;
    background: #333;
    font-weight: normal;
    text-align: center;
    margin: 0 -10px;
    line-height: 30px;
  }
  #header menu li,
  #header menu a {
    color: #888;
  }
  #header .shares {
    left: 50px;
    right: auto;
    float: right;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  #header .shares .fb-like {
    top: -19px !important;
  }
  #input {
    padding: 20px;
  }
  #input h2 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #input p input {
    display: block;
    width: 240px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  #input p input[type=submit] {
    width: 100%;
  }
  #sites {
    zoom: 33.5%;
  }
  #main {
    zoom: 67%;
    -webkit-text-size-adjust: 67%;
  }
  #main .premium_price {
    -webkit-text-size-adjust: 33%;
  }
  #main .premium_price strong {
    margin-bottom: 25px;
  }
  #main .col {
    border: none;
    margin: 0;
    border-top: 1px solid #ddd;
  }
  #main .clip {
    padding: 10px 25px;
  }
  #main .clip .about {
    display: none;
  }
  #main .clip table {
    width: 100%;
    margin: 0;
  }
  #main .clip table thead a {
    max-width: 380px;
  }
  #main .page {
    padding: 30px;
  }
  #main .page.page_premium img,
  #main .page.page_premium .main_img {
    max-width: 100%;
    margin: 0;
  }
  #main .page.page_premium .premium_price {
    zoom: 0.5;
    margin-left: 100px;
  }
  #main .sites li {
    padding-right: 150px;
  }
  #main .sites img {
    width: 130px;
    height: auto;
    right: 15px;
  }
  #main .site {
    padding: 20px 30px;
  }
  #main .site .top h1 {
    margin: 0 0 10px;
    line-height: 1.5;
  }
  #main .site .top p {
    margin-right: 0;
  }
  #main .site .top img {
    display: none;
  }
  #main .site .top table th {
    display: block;
    width: 100%;
    padding: 15px 0 5px;
  }
  #main .site .top table td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  #main .site iframe {
    display: none;
  }
  #main .site ol {
    line-height: 2;
  }
  #main .site article {
    margin: 0 -30px;
    padding: 15px 30px;
  }
  #feedbackbtn {
    display: block;
    background: #000;
    text-align: center;
    width: 100%;
    height: auto;
    border: none;
    position: static;
    color: #fff;
    padding: 15px 0;
    border-radius: 0;
    box-shadow: none;
  }
  #feedbackbtn:after {
    content: 'feedback';
  }
  #ads {
    visibility: hidden;
  }
}
