@import url(../css/normalize.css);
a.order {
  background: url(../image/bg-order-btn.png) top center/100% 100% no-repeat;
  display: block;
  padding: 0.75em 0;
  text-decoration: none;
  text-align: center;
  line-height: 160%; }
  a.order:hover {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    a.order:hover span {
      color: #dca716;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
  a.order span {
    color: black;
    text-shadow: 0.0375em 0.0375em white, -0.0375em -0.0375em white, 0.0375em -0.0375em white, -0.0375em 0.0375em white;
    font-size: 2.375em;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase; }

#top a.order {
  margin: 1em 0;
  display: block; }

#order a.order {
  margin: 1em 0;
  display: block;
  width: 98%; }

#orderForm button {
  font-size: 2.375em;
  background: url(../image/bg-order-btn.png) top center/100% 100% no-repeat;
  display: block;
  padding: 0.31579em 0;
  text-decoration: none;
  text-align: center;
  line-height: 160%;
  color: black;
  text-shadow: 0.0375em 0.0375em white, -0.0375em -0.0375em white, 0.0375em -0.0375em white, -0.0375em 0.0375em white;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  border: none; }

@media (max-width: 780px) {
  #choice a.order {
    width: 100%;
    float: none; }

  #order a.order {
    width: 98%; } }
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: "Roboto Slab", serif;
  font-size: 16px; }

body {
  background: black;
  font-size: 100%; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.wid610 {
  width: 38.125em; }

@media (max-width: 48.75em) {
  .wid610 {
    width: 100%; } }
.wid520 {
  width: 32.5em; }

@media (max-width: 48.75em) {
  .wid520 {
    width: 100%; } }
.wid190 {
  width: 11.875em; }

@media (max-width: 48.75em) {
  .wid190 {
    width: 100%; } }
.wid420 {
  width: 26.25em; }

@media (max-width: 48.75em) {
  .wid420 {
    width: 100%; } }
.wrapper {
  width: 73.75em;
  position: relative;
  display: block;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.center-block {
  width: 73.75em;
  position: relative;
  display: block;
  margin: auto; }

#top {
  background: url(../image/bg-top.jpg) bottom center no-repeat;
  height: 41.25em; }
  #top .center-block .content {
    width: 30em; }
  #top .center-block .image {
    position: absolute;
    top: 8.75em;
    left: 31.25em; }

#toplist {
  background: url(../image/bg-toplist.png) top left/auto 100% no-repeat; }
  #toplist .center-block {
    z-index: 1000; }
    #toplist .center-block:before, #toplist .center-block:after {
      display: block;
      content: '';
      width: 100%;
      height: 0.875em;
      z-index: 1200; }
    #toplist .center-block:before {
      background: url(../image/border-toplist-top.png) top center/100% 100% no-repeat;
      position: absolute;
      top: -0.4375em;
      left: 0; }
    #toplist .center-block:after {
      background: url(../image/border-toplist-bottom.png) top center/100% 100% no-repeat;
      position: absolute;
      bottom: -0.4375em;
      left: 0; }
  #toplist ul {
    margin: 0;
    padding: 0 0 0 10em;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    #toplist ul li {
      padding: 5em 1.375em 1.25em 1.375em;
      position: relative;
      background: url(../image/separator-toplist.png) top right no-repeat; }
      #toplist ul li:last-child {
        background: none; }
      #toplist ul li:before {
        display: block;
        content: '';
        width: 2.25em;
        height: 2.25em;
        -webkit-box-shadow: 0 0 2.5em #dca716;
        -moz-box-shadow: 0 0 2.5em #dca716;
        box-shadow: 0 0 2.5em #dca716;
        background: url(../image/bg-list-li.png) center center no-repeat;
        position: absolute;
        top: 1.875em;
        left: 50%;
        margin: 0 0 0 -1.125em;
        -webkit-border-radius: 1.125em;
        border-radius: 1.125em;
        background-clip: padding-box; }
  #toplist .image {
    position: absolute;
    bottom: 0;
    left: -2.5em;
    z-index: 1300; }

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .columns .smallCol {
    width: 23.75em; }
  .columns .midCol {
    width: 26.25em; }
  .columns .bigCol {
    width: 50em; }

#mainContent {
  background: url(../image/bg-reviews.png) bottom center no-repeat; }

#works_usage {
  position: relative;
  z-index: 1000; }
  #works_usage:before, #works_usage:after {
    content: '';
    display: block;
    z-index: 1200;
    width: 0.625em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d4af37+0,996515+13,ffdf00+27,996515+33,d4af37+100 */
    background: #d4af37;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d4af37 0%, #996515 13%, #ffdf00 27%, #996515 33%, #d4af37 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4af37), color-stop(13%, #996515), color-stop(27%, #ffdf00), color-stop(33%, #996515), color-stop(100%, #d4af37));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d4af37 0%, #996515 13%, #ffdf00 27%, #996515 33%, #d4af37 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d4af37 0%, #996515 13%, #ffdf00 27%, #996515 33%, #d4af37 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d4af37 0%, #996515 13%, #ffdf00 27%, #996515 33%, #d4af37 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d4af37 0%, #996515 13%, #ffdf00 27%, #996515 33%, #d4af37 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4af37', endColorstr='#d4af37',GradientType=0 );
    /* IE6-9 */ }
  #works_usage:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
  #works_usage:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  #works_usage .smallCol {
    background: #dca716; }

#erection {
  padding: 1.25em;
  background: url(../image/bg-erection.png) bottom left no-repeat; }
  #erection ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #erection ul li {
      margin: 0;
      padding: 0.625em 0 0.625em 2.875em;
      background: url(../image/separator-reviews.png) bottom left/100% 0.0625em no-repeat;
      position: relative; }
      #erection ul li:last-child {
        background: none;
        padding: 1.25em 0 0 2.875em; }
      #erection ul li:before {
        display: block;
        content: '';
        width: 1.25em;
        height: 1.25em;
        -webkit-box-shadow: 0 0 1.25em #dca716;
        -moz-box-shadow: 0 0 1.25em #dca716;
        box-shadow: 0 0 1.25em #dca716;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -0.625em 0 0 0;
        -webkit-border-radius: 0.625em;
        border-radius: 0.625em;
        background-clip: padding-box; }
      #erection ul li:after {
        display: block;
        content: '';
        width: 1.0625em;
        height: 0.8125em;
        background: url(../image/bg-list-chech.png) top left no-repeat;
        position: absolute;
        top: 42%;
        left: 0.25em; }

#reviews {
  padding: 1.25em; }
  #reviews .review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 2.5em 0;
    background: url(../image/separator-reviews.png) bottom center no-repeat; }
    #reviews .review .left {
      width: 10em;
      padding: 0 0 0 1.25em; }
    #reviews .review .text {
      width: 35em; }
    #reviews .review .image {
      -webkit-border-radius: 4.375em;
      border-radius: 4.375em;
      background-clip: padding-box;
      -webkit-box-shadow: 0 0 3.125em #dca716;
      -moz-box-shadow: 0 0 3.125em #dca716;
      box-shadow: 0 0 3.125em #dca716;
      width: 8.75em;
      height: 8.75em; }
    #reviews .review .name {
      color: white;
      text-align: center;
      text-transform: uppercase; }
    #reviews .review:last-child {
      background: none; }

#order {
  background: black url(../image/bg-order.jpg) top center/auto 100% no-repeat; }
  #order .center-block {
    padding: 1.25em 0; }
  #order .image {
    position: absolute;
    top: -2.5em;
    right: 1.25em;
    width: 12.5em; }
    #order .image img {
      max-width: 100%; }
  #order iframe {
    width: 100%;
    border: 1px solid black;
    height: 20em;
    margin: 1em 0 0 0; }
  #order .wid780 {
    width: 48.75em; }

#orderForm {
  padding: 1.25em 0.625em 1.875em 0.625em;
  background: black;
  /* Old browsers */
  background: -moz-linear-gradient(top, black 0%, #2d1e07 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, #2d1e07));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, black 0%, #2d1e07 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, black 0%, #2d1e07 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, black 0%, #2d1e07 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, black 0%, #2d1e07 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black', endColorstr='#2d1e07',GradientType=0 );
  /* IE6-9 */ }
  #orderForm .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  #orderForm .fl-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  #orderForm .line {
    margin: 0 0 0.375em 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    #orderForm .line:last-child {
      margin: 0; }
  #orderForm label {
    font-weight: 700;
    display: block;
    text-align: right;
    color: #ffc900;
    padding: 0 0.625em 0 0; }
  #orderForm select, #orderForm input {
    width: 100%;
    border: none;
    background: white;
    padding: 0.25em 0.625em; }
  #orderForm .price {
    text-align: center;
    width: 100%;
    color: white;
    font-size: 3.125em;
    font-weight: 100;
    line-height: 100%; }
  #orderForm form.flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

#wds_ok_msg, #wds_error_msg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3000; }
  #wds_ok_msg .content, #wds_error_msg .content {
    background: white;
    width: 31.25em;
    height: auto;
    padding: 1em;
    position: fixed;
    top: 40%;
    left: 50%;
    margin: 0 0 0 -15.625em; }
    #wds_ok_msg .content a.close, #wds_error_msg .content a.close {
      width: 40%;
      padding: 0.4em;
      color: black;
      display: block;
      margin: 1em auto;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      border: 0.0625em solid black; }

#wds_ok_msg {
  display: none; }
  #wds_ok_msg h6 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    color: #578512;
    width: 100%;
    text-align: center; }

#wds_error_msg {
  display: none; }
  #wds_error_msg h6 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    color: #d73434;
    width: 100%;
    text-align: center; }

@media (max-width: 780px) {
  body {
    background: black; }

  .wrapper, .center-block {
    width: 100%; }

  #top {
    background: none;
    height: auto; }
    #top .center-block .content {
      width: 100%; }
    #top .center-block .image {
      display: none; }

  #toplist {
    background: none; }
    #toplist .center-block {
      z-index: 1000; }
      #toplist .center-block:before, #toplist .center-block:after {
        display: none; }
    #toplist ul {
      margin: 0;
      padding: 0;
      list-style: none;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      #toplist ul li {
        padding: 1em;
        background: none; }
        #toplist ul li:before {
          display: none; }
    #toplist .image {
      display: none; }

  .columns {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .columns .smallCol, .columns .midCol, .columns .bigCol {
      width: 100%; }

  #mainContent {
    background: none; }

  #works_usage:before, #works_usage:after {
    display: none; }
  #works_usage .smallCol:nth-child(3) {
    background: #dca716; }

  #erection {
    padding: 1.25em;
    background: none; }

  #reviews {
    padding: 1.25em; }
    #reviews .review {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1em 0;
      background: none; }
      #reviews .review .left {
        width: 100%;
        padding: 0; }
      #reviews .review .text {
        width: 100%; }
      #reviews .review .image {
        display: none; }

  #order {
    background: black; }
    #order .image {
      display: none; }
    #order .wid780 {
      width: 100%; } }
footer {
  width: 100%;
  position: relative;
  background: #191919; }
  footer .wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  footer #warning {
    padding: 1em 3em; }
    footer #warning p {
      color: #969696;
      font-size: 0.75em;
      margin: 0 0 0.83333em; }

#slideUpAnim {
  width: 6.25em;
  height: 6.25em;
  position: fixed;
  top: 50%;
  right: -3.125em;
  margin-top: -3.125em;
  background: #dca716;
  -webkit-border-radius: 3.125em;
  border-radius: 3.125em;
  background-clip: padding-box;
  display: block; }
  #slideUpAnim #triangle-up {
    display: block;
    width: 0;
    height: 0;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 1em solid white;
    margin: 0.5rem 0 0 0.6875rem;
    position: absolute;
    top: 35%;
    left: 0.625em; }
  #slideUpAnim:hover {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }

@media (max-width: 48.75em) {
  footer {
    padding: 1em 0; }
    footer .wrapper {
      height: auto;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
header#header {
  position: relative;
  min-height: 7.5em;
  background: black url(../image/bg-header.png) top center/auto 100% no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

#logo {
  margin: 0 0 0 0; }
  #logo:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }

@media (max-width: 48.75em) {
  header#header {
    height: auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

  #logo {
    position: relative;
    top: 0;
    left: 0; }
    #logo img {
      max-width: 100%; } }
@keyframes moveFromRight {
  from {
    opacity: 0;
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%); } }
@-webkit-keyframes moveFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%); } }
nav#mainnav {
  width: 100%;
  margin: 0; }
  nav#mainnav ul {
    margin: 0;
    padding: 0 1em;
    position: relative;
    z-index: 2000;
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    width: 100%; }
    nav#mainnav ul li {
      padding: 0;
      text-align: center;
      padding: 0 0.75em 2.5em 0.75em;
      position: relative;
      width: 9.0625em; }
      nav#mainnav ul li a {
        display: block;
        line-height: 130%;
        text-decoration: none;
        position: relative; }
        nav#mainnav ul li a span {
          color: white;
          font-size: 1em;
          display: block;
          white-space: normal;
          font-weight: 400; }
      nav#mainnav ul li:hover a span {
        -moz-animation: moveFromRight 400ms ease-in-out;
        -webkit-animation: moveFromRight 400ms ease-in-out;
        -ms-animation: moveFromRight 400ms ease-in-out;
        -o-animation: moveFromRight 400ms ease-in-out;
        animation: moveFromRight 400ms ease-in-out; }
      nav#mainnav ul li:after {
        width: 1.625em;
        height: 1.625em;
        background: black url(../image/bg-nav-li.png) center center no-repeat;
        display: block;
        content: '';
        -webkit-border-radius: 0.8125em;
        border-radius: 0.8125em;
        background-clip: padding-box;
        -webkit-box-shadow: 0 0 1.25em #dca716;
        -moz-box-shadow: 0 0 1.25em #dca716;
        box-shadow: 0 0 1.25em #dca716;
        position: absolute;
        top: 4.375em;
        left: 50%;
        margin: 0 0 0 -0.8125em; }
  nav#mainnav h6 {
    display: none; }

@media (max-width: 780px) {
  nav#mainnav {
    background: #e9e9e9; }
    nav#mainnav h6 {
      display: block;
      margin: 0 0 0 0.25em;
      font-size: 1.5em;
      padding: 0 0 0 1.66667em;
      position: relative;
      background: url(../image/hamburger.gif) left center no-repeat; }
    nav#mainnav ul {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      display: none; } }
.socialbox {
  min-width: 5.25em;
  z-index: 600; }
  .socialbox .social_fb {
    background-position: -2.9375rem 0; }
    .socialbox .social_fb:hover {
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      background-position: -2.9375rem -1.375rem; }
  .socialbox .social_gp {
    background-position: -5.875rem 0; }
    .socialbox .social_gp:hover {
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      background-position: -5.875rem -1.375rem; }
  .socialbox .social_tw {
    background-position: 0 0; }
    .socialbox .social_tw:hover {
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      background-position: 0 -1.375rem; }
  .socialbox a {
    background: url(../image/bg-social-icon.png) no-repeat;
    display: inline-block;
    margin-right: 1rem;
    margin-top: 0.625rem;
    text-decoration: none;
    position: relative;
    z-index: 1000;
    width: 1.5em;
    height: 1.375em; }
    .socialbox a:first-child {
      margin-left: 1rem; }
    .socialbox a:last-child {
      margin-right: 0; }

h1, h2, h3, h4, h5, h6, p {
  font-size: 100%; }

h1 {
  font-size: 3.125em;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 0.2em 0; }
  h1 strong {
    color: #996518; }

h2 {
  font-size: 1.75em;
  margin: 0 0 0.57143em 0;
  font-weight: 300;
  line-height: 130%;
  padding: 0; }

h3 {
  color: #dca716;
  font-weight: 700;
  font-size: 1.25em;
  padding: 0;
  margin: 0; }

p {
  font-size: 1em;
  font-weight: 300;
  color: black;
  margin: 0; }
  p + p {
    margin: 1em 0 0 0; }

#top p {
  color: white;
  padding: 0 0 0 1.5em;
  position: relative; }
  #top p:after {
    content: '';
    display: block;
    width: 0.625em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d4af37+0,996515+13,ffdf00+27,996515+33,d4af37+100 */
    background: #d4af37;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d4af37 0%, #996515 13%, #ffdf00 27%, #996515 33%, #d4af37 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4af37), color-stop(13%, #996515), color-stop(27%, #ffdf00), color-stop(33%, #996515), color-stop(100%, #d4af37));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d4af37 0%, #996515 13%, #ffdf00 27%, #996515 33%, #d4af37 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d4af37 0%, #996515 13%, #ffdf00 27%, #996515 33%, #d4af37 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d4af37 0%, #996515 13%, #ffdf00 27%, #996515 33%, #d4af37 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d4af37 0%, #996515 13%, #ffdf00 27%, #996515 33%, #d4af37 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4af37', endColorstr='#d4af37',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }

#toplist ul li span {
  color: white;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3125em; }

#works_usage h2 {
  background: white;
  padding: 0.35714em 0.64286em;
  margin: 0; }
#works_usage p {
  padding: 0.625em 1.125em; }

#reviews h2, #erection h2 {
  color: white; }

#erection ul li span {
  color: #996518;
  font-size: 1.25em;
  text-transform: uppercase; }

#reviews p {
  color: white; }

#order h4 {
  font-size: 2.625em;
  color: #996518;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0 0 0.2381em 0; }
#order p {
  color: white;
  font-size: 1.25em;
  line-height: 140%; }
#order h2 {
  color: white; }

h2 {
  font-size: 2.25em;
  color: #996518;
  font-weight: 100; }

@media (max-width: 780px) {
  h1 {
    font-size: 1.875em; }

  #order h4 {
    font-size: 1.75em; } }

/*# sourceMappingURL=main.css.map */
