@import url(../css/normalize.css);
#works .center-block, #reviews .center-block, #order .center-block {
  position: relative; }
  #works .center-block:before, #reviews .center-block:before, #order .center-block:before {
    width: 100%;
    height: 0.625em;
    display: block;
    content: '';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fc671c+0,fc671c+50,fc671c+100&0+0,1+50,0+100 */
    background: -moz-linear-gradient(left, rgba(252, 103, 28, 0) 0%, #fc671c 50%, rgba(252, 103, 28, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(252, 103, 28, 0) 0%, #fc671c 50%, rgba(252, 103, 28, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(252, 103, 28, 0) 0%, #fc671c 50%, rgba(252, 103, 28, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fc671c', endColorstr='#00fc671c',GradientType=1 );
    /* IE6-9 */
    position: absolute;
    top: -0.625em;
    left: 0; }

a.order {
  background: #ffb400;
  display: block;
  padding: 0.75em 0;
  text-decoration: none;
  text-align: left;
  line-height: 160%;
  -webkit-border-radius: 0.625em;
  border-radius: 0.625em;
  background-clip: padding-box;
  border: 0.0625em solid #0f3f57;
  -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 {
    background: #d73434;
    -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: white;
      -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;
    line-height: 100%;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase; }

#top a.order {
  margin: 1em 0;
  display: block;
  margin: 0 0 0 3.75em;
  padding: 0.75em 8.75em 0.75em 3.75em;
  position: relative; }
  #top a.order .doc {
    position: absolute;
    right: 0;
    bottom: 0; }
    #top a.order .doc img {
      display: block; }
  #top a.order .product--small {
    position: absolute;
    bottom: -1.25em;
    left: -7.5em; }
    #top a.order .product--small img {
      display: block; }

#order a.order {
  text-align: center;
  margin: 1em 0;
  display: block;
  width: 108%; }

@media (max-width: 48.75em) {
  #choice a.order {
    margin: 2em 0 0 0;
    display: block;
    width: 100%;
    float: none; }

  #order a.order {
    margin: 1em 0;
    display: block;
    width: 98%;
    float: right; } }
*, *: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: white url(../image/bg-main.jpg) top center no-repeat;
  font-size: 100%; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

#wrapper, .center-block {
  width: 73.75em;
  position: relative;
  display: block;
  margin: auto; }

.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; }

.flexwrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.bg-lgrey {
  background: #f8f8f8; }

.bg-lblue {
  background: #e4eeef; }

.wid440 {
  width: 27.5em; }

@media (max-width: 48.75em) {
  .wid440 {
    width: 100%; } }
.wid320 {
  width: 20em; }

@media (max-width: 48.75em) {
  .wid320 {
    width: 100%; } }
.wid380 {
  width: 23.75em; }

@media (max-width: 48.75em) {
  .wid380 {
    width: 100%; } }
.wid540 {
  width: 33.75em; }

@media (max-width: 48.75em) {
  .wid540 {
    width: 100%; } }
.wid140 {
  width: 8.75em; }

@media (max-width: 48.75em) {
  .wid140 {
    width: 100%; } }
.wid480 {
  width: 30em; }

@media (max-width: 48.75em) {
  .wid480 {
    width: 100%; } }
@media (max-width: 48.75em) {
  body {
    background: white; }

  #wrapper, .center-block {
    width: 100%; }

  .flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
#top {
  padding: 0.625em 45em 1.875em 0;
  background: url(../image/woman-top.png) top right no-repeat;
  position: relative; }
  #top .pimage {
    position: absolute;
    right: 0;
    bottom: 1.875em; }

#toplist ol {
  margin: 1.25em 0;
  padding: 0;
  list-style: none;
  counter-reset: i; }
  #toplist ol li {
    padding: 1.25em 0.625em 1.25em 3.75em;
    margin: 0 0 0.625em 0;
    -webkit-border-radius: 0.625em;
    border-radius: 0.625em;
    background-clip: padding-box;
    border: 0.0625em solid #0f3f57;
    background: #fc671c url(../image/bg-toplist-li.png) bottom center no-repeat;
    position: relative; }
    #toplist ol li:before {
      font-size: 2.5em;
      line-height: 100%;
      position: absolute;
      top: 0.3em;
      left: 0.25em;
      text-align: center;
      width: 1em;
      color: white;
      display: block;
      counter-increment: i;
      content: counter(i);
      border-right: 0.025em solid #0f3f57; }

#works .wid440 {
  padding: 1.25em 0; }
  #works .wid440 ul {
    padding: 0.3125em 0 0.3125em 0.5em;
    position: relative;
    list-style: none;
    margin: 0; }
    #works .wid440 ul:before {
      display: block;
      content: '';
      width: 1.25em;
      -webkit-border-radius: 0.375em;
      border-radius: 0.375em;
      background-clip: padding-box;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      background: #dddddd; }
    #works .wid440 ul li {
      position: relative;
      z-index: 1000;
      margin: 0 0 0.25em 0; }
      #works .wid440 ul li span {
        display: inline-block;
        background: #ffb400;
        padding: 0.125em 0.5em;
        -webkit-border-radius: 0.375em;
        border-radius: 0.375em;
        background-clip: padding-box; }
#works .wid320 {
  padding: 1.25em 0; }
#works .wid380 {
  padding: 1.25em;
  -webkit-border-radius: 0.625em;
  border-radius: 0.625em;
  background-clip: padding-box;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#56acd6+0,0b78ad+100 */
  background: #56acd6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #56acd6 0%, #0b78ad 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #56acd6 0%, #0b78ad 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #56acd6 0%, #0b78ad 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56acd6', endColorstr='#0b78ad',GradientType=0 );
  /* IE6-9 */ }

#reviews .center-block, #order .center-block {
  padding: 1.25em 0; }

#order .center-block:after {
  width: 100%;
  height: 0.625em;
  display: block;
  content: '';
  z-index: 3000;
  position: absolute;
  bottom: -0.625em;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f3f57+0,0f3f57+50,0f3f57+100&0+0,1+50,0+100 */
  background: -moz-linear-gradient(left, rgba(15, 63, 87, 0) 0%, #0f3f57 50%, rgba(15, 63, 87, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(15, 63, 87, 0) 0%, #0f3f57 50%, rgba(15, 63, 87, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(15, 63, 87, 0) 0%, #0f3f57 50%, rgba(15, 63, 87, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000f3f57', endColorstr='#000f3f57',GradientType=1 );
  /* IE6-9 */ }
#order ul {
  padding: 0.3125em 0 0.3125em 0.5em;
  position: relative;
  list-style: none;
  margin: 0; }
  #order ul:before {
    display: block;
    content: '';
    width: 1.25em;
    -webkit-border-radius: 0.375em;
    border-radius: 0.375em;
    background-clip: padding-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #dddddd; }
  #order ul li {
    position: relative;
    z-index: 1000;
    margin: 0 0 0.25em 0; }
    #order ul li span {
      display: inline-block;
      background: #ffb400;
      padding: 0.125em 0.5em;
      -webkit-border-radius: 0.375em;
      border-radius: 0.375em;
      background-clip: padding-box; }
#order .price-old {
  font-size: 1.5625em;
  color: black;
  font-weight: 400;
  text-decoration: line-through;
  position: absolute;
  top: 2em;
  right: 0; }
#order .wid380 {
  position: relative; }
#order .pimage {
  position: absolute;
  top: -2.5em;
  left: 30.625em; }

#orderForm {
  background: #5cb0d9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5cb0d9 0%, #0c79ae 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5cb0d9), color-stop(100%, #0c79ae));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5cb0d9 0%, #0c79ae 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5cb0d9 0%, #0c79ae 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5cb0d9 0%, #0c79ae 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5cb0d9 0%, #0c79ae 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb0d9', endColorstr='#0c79ae',GradientType=0 );
  /* IE6-9 */ }
  #orderForm h2 {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0.33333em; }
  #orderForm .content {
    padding: 0.625em; }
  #orderForm label {
    display: inline-block;
    -webkit-border-radius: 0.625em 0.625em 0em 0em;
    border-radius: 0.625em 0.625em 0em 0em;
    background: black;
    padding: 0.25em 0.625em;
    color: white; }
  #orderForm select, #orderForm input {
    width: 100%;
    display: block;
    -webkit-border-radius: 0em 0.625em 0.625em 0.625em;
    border-radius: 0em 0.625em 0.625em 0.625em;
    padding: 0.25em 0.625em;
    border: 1px solid black;
    margin: 0 0 1em 0; }
    #orderForm select:focus, #orderForm input:focus {
      outline: none; }
  #orderForm .price {
    font-size: 2.125em;
    font-weight: 700;
    color: black;
    padding: 0 0 0.29412em 0;
    text-align: center;
    line-height: 100%;
    position: absolute;
    top: 1.47059em;
    right: 0.29412em; }
  #orderForm button {
    font-size: 2em;
    background: #fc671c;
    text-align: center;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700; }

@media (max-width: 48.75em) {
  #top {
    padding: 1em;
    background: none; }
    #top .pimage {
      display: none; }

  #order .pimage {
    display: none; } }
footer {
  width: 100%;
  position: relative;
  background: white; }
  footer .center-block {
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 1.25em 0; }
  footer #warning {
    padding: 1em 3em; }
    footer #warning p {
      color: #e9e9e9;
      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: #ffb400;
  -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 .center-block {
      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: 6.25em;
  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 {
  margin: 0;
  -webkit-border-radius: 0.625em;
  border-radius: 0.625em;
  background-clip: padding-box;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#56acd6+0,0b78ad+100 */
  background: #56acd6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #56acd6 0%, #0b78ad 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #56acd6 0%, #0b78ad 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #56acd6 0%, #0b78ad 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56acd6', endColorstr='#0b78ad',GradientType=0 );
  /* IE6-9 */ }
  nav#mainnav ul {
    margin: 0;
    padding: 0 1em;
    position: relative;
    z-index: 2000;
    overflow: hidden;
    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: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
    nav#mainnav ul li {
      padding: 0;
      text-align: left;
      padding: 0.75em;
      position: relative; }
      nav#mainnav ul li a {
        display: block;
        line-height: 130%;
        text-decoration: none;
        position: relative; }
        nav#mainnav ul li a span {
          color: white;
          text-shadow: 0.0625em 0.0625em 0 black;
          font-size: 1.125em;
          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 h6 {
    display: none; }

@media (max-width: 48.75em) {
  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.75em;
  color: #fc671c;
  font-weight: 700;
  padding: 0;
  line-height: 110%;
  margin: 0 0 0.5em 0; }

h2 {
  font-size: 1.875em;
  margin: 0 0 0.53333em 0;
  font-weight: 300;
  line-height: 130%;
  padding: 0; }

p {
  font-size: 1em;
  font-weight: 300;
  color: black;
  margin: 0; }
  p + p {
    margin: 1em 0 0 0; }

#top p {
  padding: 0.625em;
  background: #f8f8f8;
  border-top: 0.0625em solid black;
  border-bottom: 0.0625em solid black; }

#toplist ol li span {
  color: white;
  font-size: 1.25em; }

#works .wid380 h3 {
  color: #0f3f57;
  margin: 0;
  padding: 0;
  font-size: 1.375em; }
#works .wid380 p {
  color: white; }

#reviews h4 {
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  color: #fc671c; }
#reviews p.sign {
  text-align: center;
  color: #8d8d8d; }

@media (max-width: 48.75em) {
  #choice h2, #choice p {
    padding: 0.3em; }

  h1 {
    font-size: 2em;
    color: #fc671c;
    font-weight: 700;
    padding: 0;
    margin: 0 0 0.5em 0; } }
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/*# sourceMappingURL=main.css.map */


#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: #2aaa10;
    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; }

