/*
Site Name: couponblade.com
Author: Ramit Arora
Rule Book used :smacss
Stylesheet: Main Stylesheet , User defined Less
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  transition: none !important;
}
button,
html,
input,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
blockquote {
  margin: 1em 40px;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: 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:after,
q:before {
  content: '';
  content: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 0;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure,
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 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-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.floatNone {
  float: none;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clearLeft {
  clear: left;
}
.clearRight {
  clear: right;
}
.clearBoth {
  clear: both;
}
.noBg {
  background: none !important;
}
.noBgColor {
  background-color: inherit !important;
}
.noMargin {
  margin: 0 !important;
}
.equalhor-margin {
  margin-left: 10px;
  margin-right: 10px;
}
.bordered {
  box-shadow: 0 0 1px #333 inset;
  -webkit-box-shadow: 0 0 1px #333 inset;
  -moz-box-shadow: 0 0 1px #333 inset;
}
.noPadding {
  padding: 0 !important;
}
.noBorder {
  border: 0 !important;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.bold {
  font-weight: 700;
}
.hideText {
  display: block;
  text-indent: -9999px;
}
.Textcenter {
  text-align: center !important;
}
.Textleft {
  text-align: left !important;
}
.Textright {
  text-align: right;
}
.nounderline {
  text-decoration: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.centered {
  margin: 0 auto;
}
.overflow-hide {
  overflow: hidden;
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.strong,
b,
strong {
  font-weight: 700;
}
.em,
dfn,
em {
  font-style: italic;
}
.small,
small {
  font-size: 75%;
}
ol,
ul {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.commentlist,
.sidebar ol,
.sidebar ul {
  list-style: none;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.is-visible {
  opacity: 1;
  animation: fade 2s;
}
.is-hidden {
  opacity: 0;
  animation: fade 2s reverse;
}
.is-removed {
  display: none;
}
.rightfloat {
  float: right;
}
::-webkit-input-placeholder {
  font-size: 13px;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
}
:-ms-input-placeholder {
  font-size: 13px;
}
.element_from_top {
  top: -50px;
  padding-right: 0px;
  opacity: 0;
  position: relative;
}
.element_from_bottom {
  bottom: -50px;
  opacity: 0;
  position: relative;
}
.element_from_left {
  left: -80px;
  opacity: 0;
  position: relative;
  padding-left: 0;
}
.element_from_right {
  right: -80px;
  padding-left: 0px;
  opacity: 0;
  position: relative;
}
.element_fade_in {
  opacity: 0;
  position: relative;
  right: 0px;
}
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.pure-g {
  text-rendering: optimizespeed;
}
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}
.pure-u {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-g [class*="pure-u"] {
  font-family: sans-serif;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}
.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}
.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5%;
  *width: 12.469%;
}
.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}
.pure-u-1-5 {
  width: 20%;
  *width: 19.969%;
}
.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}
.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.969%;
}
.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}
.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}
.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5%;
  *width: 37.469%;
}
.pure-u-2-5 {
  width: 40%;
  *width: 39.969%;
}
.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}
.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}
.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
  *width: 49.969%;
}
.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}
.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}
.pure-u-3-5 {
  width: 60%;
  *width: 59.969%;
}
.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5%;
  *width: 62.469%;
}
.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}
.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}
.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
  *width: 74.969%;
}
.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}
.pure-u-4-5 {
  width: 80%;
  *width: 79.969%;
}
.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}
.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5%;
  *width: 87.469%;
}
.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}
.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%;
}
.iar-thumb {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0.5em;
}
.iar-thumb img {
  width: 100%;
}
.iar-thumb {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.iar-thumb img {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.iar-thumb.iar-thumb-eliptical img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ie-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.iar-thumb.rounded {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ie-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.iar-thumb.rounded .caption,
.iar-thumb.rounded img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ie-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.iar-thumb.bordered {
  border: 1px solid #323D4C;
  padding: 4px;
}
.iar-thumb.bordered .caption {
  background-color: transparent;
  margin: 0;
}
.iar-thumb .caption {
  text-align: left;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 230px;
  font-size: 80%;
  display: block;
  color: #333;
  padding: 5px;
}
.iar-thumb .caption .caption-head {
  font-weight: bold;
  margin: 0;
}
.iar-thumb .caption p {
  margin: 0.3em 0 0;
  font-size: 75%;
}
.iar-thumb.small .caption {
  max-width: 100px;
}
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-2,
  .pure-u-sm-1-3,
  .pure-u-sm-2-3,
  .pure-u-sm-1-4,
  .pure-u-sm-3-4,
  .pure-u-sm-1-5,
  .pure-u-sm-2-5,
  .pure-u-sm-3-5,
  .pure-u-sm-4-5,
  .pure-u-sm-5-5,
  .pure-u-sm-1-6,
  .pure-u-sm-5-6,
  .pure-u-sm-1-8,
  .pure-u-sm-3-8,
  .pure-u-sm-5-8,
  .pure-u-sm-7-8,
  .pure-u-sm-1-12,
  .pure-u-sm-5-12,
  .pure-u-sm-7-12,
  .pure-u-sm-11-12,
  .pure-u-sm-1-24,
  .pure-u-sm-2-24,
  .pure-u-sm-3-24,
  .pure-u-sm-4-24,
  .pure-u-sm-5-24,
  .pure-u-sm-6-24,
  .pure-u-sm-7-24,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24,
  .pure-u-sm-10-24,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-sm-5-12,
  .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-sm-7-12,
  .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-sm-5-8,
  .pure-u-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-sm-2-3,
  .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-sm-3-4,
  .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-sm-5-6,
  .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-sm-7-8,
  .pure-u-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-5-5,
  .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-2,
  .pure-u-md-1-3,
  .pure-u-md-2-3,
  .pure-u-md-1-4,
  .pure-u-md-3-4,
  .pure-u-md-1-5,
  .pure-u-md-2-5,
  .pure-u-md-3-5,
  .pure-u-md-4-5,
  .pure-u-md-5-5,
  .pure-u-md-1-6,
  .pure-u-md-5-6,
  .pure-u-md-1-8,
  .pure-u-md-3-8,
  .pure-u-md-5-8,
  .pure-u-md-7-8,
  .pure-u-md-1-12,
  .pure-u-md-5-12,
  .pure-u-md-7-12,
  .pure-u-md-11-12,
  .pure-u-md-1-24,
  .pure-u-md-2-24,
  .pure-u-md-3-24,
  .pure-u-md-4-24,
  .pure-u-md-5-24,
  .pure-u-md-6-24,
  .pure-u-md-7-24,
  .pure-u-md-8-24,
  .pure-u-md-9-24,
  .pure-u-md-10-24,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-md-5-12,
  .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-md-7-12,
  .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-md-5-8,
  .pure-u-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-md-2-3,
  .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-md-3-4,
  .pure-u-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-md-5-6,
  .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-md-7-8,
  .pure-u-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-5-5,
  .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-2,
  .pure-u-lg-1-3,
  .pure-u-lg-2-3,
  .pure-u-lg-1-4,
  .pure-u-lg-3-4,
  .pure-u-lg-1-5,
  .pure-u-lg-2-5,
  .pure-u-lg-3-5,
  .pure-u-lg-4-5,
  .pure-u-lg-5-5,
  .pure-u-lg-1-6,
  .pure-u-lg-5-6,
  .pure-u-lg-1-8,
  .pure-u-lg-3-8,
  .pure-u-lg-5-8,
  .pure-u-lg-7-8,
  .pure-u-lg-1-12,
  .pure-u-lg-5-12,
  .pure-u-lg-7-12,
  .pure-u-lg-11-12,
  .pure-u-lg-1-24,
  .pure-u-lg-2-24,
  .pure-u-lg-3-24,
  .pure-u-lg-4-24,
  .pure-u-lg-5-24,
  .pure-u-lg-6-24,
  .pure-u-lg-7-24,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24,
  .pure-u-lg-10-24,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-lg-5-12,
  .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-lg-7-12,
  .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-lg-5-8,
  .pure-u-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-lg-2-3,
  .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-lg-3-4,
  .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-lg-5-6,
  .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-lg-7-8,
  .pure-u-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-5-5,
  .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-2,
  .pure-u-xl-1-3,
  .pure-u-xl-2-3,
  .pure-u-xl-1-4,
  .pure-u-xl-3-4,
  .pure-u-xl-1-5,
  .pure-u-xl-2-5,
  .pure-u-xl-3-5,
  .pure-u-xl-4-5,
  .pure-u-xl-5-5,
  .pure-u-xl-1-6,
  .pure-u-xl-5-6,
  .pure-u-xl-1-8,
  .pure-u-xl-3-8,
  .pure-u-xl-5-8,
  .pure-u-xl-7-8,
  .pure-u-xl-1-12,
  .pure-u-xl-5-12,
  .pure-u-xl-7-12,
  .pure-u-xl-11-12,
  .pure-u-xl-1-24,
  .pure-u-xl-2-24,
  .pure-u-xl-3-24,
  .pure-u-xl-4-24,
  .pure-u-xl-5-24,
  .pure-u-xl-6-24,
  .pure-u-xl-7-24,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24,
  .pure-u-xl-10-24,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-xl-5-12,
  .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-xl-7-12,
  .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-xl-5-8,
  .pure-u-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-xl-2-3,
  .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-xl-3-4,
  .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-xl-5-6,
  .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-xl-7-8,
  .pure-u-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-5-5,
  .pure-u-xl-24-24 {
    width: 100%;
  }
}
a:link {
  /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
::selection {
  background: #ffb7b7;
  color: #fff;
}
::-moz-selection {
  background: #ffb7b7;
  color: #fff;
}
.borderbox {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.field-shadow {
  -webkit-box-shadow: 0px 0px 2px #777777;
  -moz-box-shadow: 0px 0px 2px #777777;
  box-shadow: 0px 0px 2px #777777;
}
.progress {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 36px;
}
.progress.x-small {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 25px;
}
.progress.small {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 30px;
}
.progress.large {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 40px;
}
.progress.x-large {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 45px;
}
@-webkit-keyframes pulseShadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.3);
  }
  23.3333% {
    -webkit-box-shadow: 0 0 0 29px rgba(240, 96, 96, 0);
  }
  26.7333% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
  26.8% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.4);
  }
  53.3333% {
    -webkit-box-shadow: 0 0 0 36px rgba(240, 96, 96, 0);
  }
  53.4% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
  53.4667% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.4);
  }
  80% {
    -webkit-box-shadow: 0 0 0 40px rgba(240, 96, 96, 0);
  }
  80.1% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
}
@-ms-keyframes pulseShadow {
  0% {
    -ms-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.3);
  }
  23.3333% {
    -ms-box-shadow: 0 0 0 29px rgba(240, 96, 96, 0);
  }
  26.7333% {
    -ms-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
  26.8% {
    -ms-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.4);
  }
  53.3333% {
    -ms-box-shadow: 0 0 0 36px rgba(240, 96, 96, 0);
  }
  53.4% {
    -ms-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
  53.4667% {
    -ms-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.4);
  }
  80% {
    -ms-box-shadow: 0 0 0 40px rgba(240, 96, 96, 0);
  }
  80.1% {
    -ms-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
}
@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.3);
  }
  23.3333% {
    box-shadow: 0 0 0 29px rgba(240, 96, 96, 0);
  }
  26.7333% {
    box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
  26.8% {
    box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.4);
  }
  53.3333% {
    box-shadow: 0 0 0 36px rgba(240, 96, 96, 0);
  }
  53.4% {
    box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
  53.4667% {
    box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.4);
  }
  80% {
    box-shadow: 0 0 0 40px rgba(240, 96, 96, 0);
  }
  80.1% {
    box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
}
/* Pulse */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  3.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  6.6667% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  10% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  23.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  26.8% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  26.8667% {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  33.3333% {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  36.6667% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.4% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.4667% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.5% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  56.7999% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
  }
  63.333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  80.1% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0% {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  3.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  6.6667% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  10% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  23.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  26.8% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  26.8667% {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  33.3333% {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  36.6667% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.4% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.4667% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.5% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  56.7999% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
  }
  63.333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  80.1% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  3.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  6.6667% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  10% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  23.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  26.8% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  26.8667% {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  33.3333% {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  36.6667% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.4% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.4667% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.5% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  56.7999% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
  }
  63.333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  80.1% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dim {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(0.8);
  }
  100% {
    filter: brightness(1);
  }
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefixfsav2c') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg?fsav2c#icomoon') format('svg');
}
[class^="icon-"],
[class*=" icon-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon_class,
.is-icon {
  font-family: 'icomoon' !important;
}
.icon-home:before {
  content: "\e000";
}
.icon-home2:before {
  content: "\e005";
}
.icon-newspaper:before {
  content: "\e00c";
}
.icon-pencil:before {
  content: "\e00e";
}
.icon-quill:before {
  content: "\e013";
}
.icon-marker:before {
  content: "\e01b";
}
.icon-marker2:before {
  content: "\e01d";
}
.icon-brush:before {
  content: "\e020";
}
.icon-palette:before {
  content: "\e021";
}
.icon-eyedropper:before {
  content: "\e023";
}
.icon-paint-format:before {
  content: "\e02a";
}
.icon-image:before {
  content: "\e02c";
}
.icon-camera:before {
  content: "\e036";
}
.icon-music:before {
  content: "\e03a";
}
.icon-film:before {
  content: "\e049";
}
.icon-film2:before {
  content: "\e04a";
}
.icon-camera2:before {
  content: "\e04c";
}
.icon-camera3:before {
  content: "\e04d";
}
.icon-connection:before {
  content: "\e062";
}
.icon-podcast:before {
  content: "\e069";
}
.icon-mic:before {
  content: "\e06d";
}
.icon-mic2:before {
  content: "\e06e";
}
.icon-file:before {
  content: "\e085";
}
.icon-file2:before {
  content: "\e086";
}
.icon-file-plus:before {
  content: "\e087";
}
.icon-file-minus:before {
  content: "\e088";
}
.icon-file-download:before {
  content: "\e089";
}
.icon-file-upload:before {
  content: "\e08a";
}
.icon-file-check:before {
  content: "\e08b";
}
.icon-file-remove:before {
  content: "\e08c";
}
.icon-copy:before {
  content: "\e08e";
}
.icon-copy2:before {
  content: "\e08f";
}
.icon-paste:before {
  content: "\e093";
}
.icon-stack:before {
  content: "\e096";
}
.icon-stack2:before {
  content: "\e097";
}
.icon-folder:before {
  content: "\e0a1";
}
.icon-folder2:before {
  content: "\e0a4";
}
.icon-folder-plus:before {
  content: "\e0a5";
}
.icon-folder-minus:before {
  content: "\e0a6";
}
.icon-folder-plus2:before {
  content: "\e0a7";
}
.icon-folder-remove:before {
  content: "\e0a8";
}
.icon-folder-download:before {
  content: "\e0a9";
}
.icon-folder-upload:before {
  content: "\e0aa";
}
.icon-folder-download2:before {
  content: "\e0ab";
}
.icon-folder-upload2:before {
  content: "\e0ac";
}
.icon-cc:before {
  content: "\e0b2";
}
.icon-tag:before {
  content: "\e0b6";
}
.icon-tag2:before {
  content: "\e0b8";
}
.icon-barcode:before {
  content: "\e0bd";
}
.icon-qrcode:before {
  content: "\e0bf";
}
.icon-cart:before {
  content: "\e0c4";
}
.icon-cart-plus:before {
  content: "\e0c8";
}
.icon-cart-minus:before {
  content: "\e0c9";
}
.icon-cart-add:before {
  content: "\e0ca";
}
.icon-cart-remove:before {
  content: "\e0cb";
}
.icon-cart-checkout:before {
  content: "\e0cc";
}
.icon-cart-remove2:before {
  content: "\e0cd";
}
.icon-credit:before {
  content: "\e0d5";
}
.icon-credit2:before {
  content: "\e0d6";
}
.icon-calculate:before {
  content: "\e0d8";
}
.icon-support:before {
  content: "\e0d9";
}
.icon-phone:before {
  content: "\e0dc";
}
.icon-contact-add:before {
  content: "\e0de";
}
.icon-contact-remove:before {
  content: "\e0df";
}
.icon-contact-add2:before {
  content: "\e0e0";
}
.icon-contact-remove2:before {
  content: "\e0e1";
}
.icon-call-incoming:before {
  content: "\e0e2";
}
.icon-call-outgoing:before {
  content: "\e0e3";
}
.icon-phone2:before {
  content: "\e0e4";
}
.icon-address-book:before {
  content: "\e0e8";
}
.icon-envelope:before {
  content: "\e0eb";
}
.icon-envelop:before {
  content: "\e0ec";
}
.icon-envelop-opened:before {
  content: "\e0ee";
}
.icon-location:before {
  content: "\e0f1";
}
.icon-map:before {
  content: "\e0fc";
}
.icon-map2:before {
  content: "\e0fd";
}
.icon-clock:before {
  content: "\e101";
}
.icon-clock2:before {
  content: "\e102";
}
.icon-clock3:before {
  content: "\e103";
}
.icon-clock4:before {
  content: "\e104";
}
.icon-bell:before {
  content: "\e10c";
}
.icon-alarm-plus:before {
  content: "\e10d";
}
.icon-alarm-minus:before {
  content: "\e10e";
}
.icon-alarm-check:before {
  content: "\e10f";
}
.icon-alarm-cancel:before {
  content: "\e110";
}
.icon-stopwatch:before {
  content: "\e111";
}
.icon-calendar:before {
  content: "\e115";
}
.icon-calendar2:before {
  content: "\e116";
}
.icon-print:before {
  content: "\e118";
}
.icon-mouse:before {
  content: "\e11a";
}
.icon-mouse2:before {
  content: "\e11c";
}
.icon-mouse3:before {
  content: "\e11d";
}
.icon-keyboard:before {
  content: "\e11e";
}
.icon-screen:before {
  content: "\e120";
}
.icon-mobile:before {
  content: "\e125";
}
.icon-mobile2:before {
  content: "\e126";
}
.icon-database:before {
  content: "\e138";
}
.icon-align-left:before {
  content: "\e145";
}
.icon-align-center-horizontal:before {
  content: "\e146";
}
.icon-align-right:before {
  content: "\e147";
}
.icon-align-top:before {
  content: "\e148";
}
.icon-align-center-vertical:before {
  content: "\e149";
}
.icon-align-bottom:before {
  content: "\e14a";
}
.icon-undo:before {
  content: "\e14b";
}
.icon-redo:before {
  content: "\e14c";
}
.icon-forward:before {
  content: "\e14d";
}
.icon-reply:before {
  content: "\e14e";
}
.icon-bubble:before {
  content: "\e164";
}
.icon-bubble-dots:before {
  content: "\e165";
}
.icon-bubble2:before {
  content: "\e166";
}
.icon-bubble3:before {
  content: "\e167";
}
.icon-bubble-dots2:before {
  content: "\e168";
}
.icon-bubble4:before {
  content: "\e169";
}
.icon-bubbles:before {
  content: "\e16a";
}
.icon-bubbles2:before {
  content: "\e16b";
}
.icon-bubble-blocked:before {
  content: "\e16c";
}
.icon-bubble-check:before {
  content: "\e16f";
}
.icon-bubble-video-chat:before {
  content: "\e170";
}
.icon-bubble-link:before {
  content: "\e171";
}
.icon-bubble-cancel:before {
  content: "\e176";
}
.icon-bubble-plus:before {
  content: "\e177";
}
.icon-bubble-minus:before {
  content: "\e178";
}
.icon-user:before {
  content: "\e18e";
}
.icon-users:before {
  content: "\e18f";
}
.icon-user-plus:before {
  content: "\e190";
}
.icon-user-minus:before {
  content: "\e191";
}
.icon-user-cancel:before {
  content: "\e192";
}
.icon-user-block:before {
  content: "\e193";
}
.icon-busy:before {
  content: "\e1a3";
}
.icon-spinner:before {
  content: "\e1a7";
}
.icon-spinner2:before {
  content: "\e1ae";
}
.icon-spinner3:before {
  content: "\e1af";
}
.icon-binoculars:before {
  content: "\e1b5";
}
.icon-search:before {
  content: "\e1b7";
}
.icon-zoomin:before {
  content: "\e1b8";
}
.icon-zoomout:before {
  content: "\e1b9";
}
.icon-expand:before {
  content: "\e1bf";
}
.icon-contract:before {
  content: "\e1c0";
}
.icon-expand2:before {
  content: "\e1c8";
}
.icon-contract2:before {
  content: "\e1c9";
}
.icon-key:before {
  content: "\e1ca";
}
.icon-keyhole:before {
  content: "\e1cf";
}
.icon-lock:before {
  content: "\e1d3";
}
.icon-unlocked:before {
  content: "\e1d4";
}
.icon-settings:before {
  content: "\e1db";
}
.icon-equalizer:before {
  content: "\e1dc";
}
.icon-cog:before {
  content: "\e1e1";
}
.icon-cog2:before {
  content: "\e1e2";
}
.icon-pie:before {
  content: "\e1f8";
}
.icon-stats:before {
  content: "\e1fe";
}
.icon-stats-up:before {
  content: "\e207";
}
.icon-podium:before {
  content: "\e216";
}
.icon-medal:before {
  content: "\e218";
}
.icon-medal2:before {
  content: "\e219";
}
.icon-medal3:before {
  content: "\e21a";
}
.icon-medal4:before {
  content: "\e21b";
}
.icon-trophy:before {
  content: "\e21e";
}
.icon-mug:before {
  content: "\e226";
}
.icon-rocket:before {
  content: "\e234";
}
.icon-lamp:before {
  content: "\e24d";
}
.icon-lamp2:before {
  content: "\e24e";
}
.icon-remove:before {
  content: "\e256";
}
.icon-airplane:before {
  content: "\e25b";
}
.icon-paperplane:before {
  content: "\e25c";
}
.icon-accessibility:before {
  content: "\e277";
}
.icon-lightning:before {
  content: "\e28d";
}
.icon-switch:before {
  content: "\e290";
}
.icon-list:before {
  content: "\e299";
}
.icon-list2:before {
  content: "\e29a";
}
.icon-numbered-list:before {
  content: "\e29c";
}
.icon-circle-small:before {
  content: "\e2ab";
}
.icon-menu:before {
  content: "\e2af";
}
.icon-cloud:before {
  content: "\e2b5";
}
.icon-cloud-download:before {
  content: "\e2b6";
}
.icon-cloud-upload:before {
  content: "\e2b7";
}
.icon-download:before {
  content: "\e2ba";
}
.icon-upload:before {
  content: "\e2bb";
}
.icon-earth:before {
  content: "\e2c7";
}
.icon-network:before {
  content: "\e2c8";
}
.icon-link:before {
  content: "\e2cd";
}
.icon-flag:before {
  content: "\e2d1";
}
.icon-attachment:before {
  content: "\e2d7";
}
.icon-eye:before {
  content: "\e2d9";
}
.icon-eye-blocked:before {
  content: "\e2da";
}
.icon-bookmark:before {
  content: "\e2e3";
}
.icon-bookmark2:before {
  content: "\e2e4";
}
.icon-bookmarks:before {
  content: "\e2e5";
}
.icon-heart:before {
  content: "\e304";
}
.icon-heart2:before {
  content: "\e305";
}
.icon-thumbs-up:before {
  content: "\e313";
}
.icon-thumbs-up2:before {
  content: "\e314";
}
.icon-people:before {
  content: "\e317";
}
.icon-man:before {
  content: "\e318";
}
.icon-woman:before {
  content: "\e31a";
}
.icon-happy:before {
  content: "\e31e";
}
.icon-smiley:before {
  content: "\e320";
}
.icon-tongue:before {
  content: "\e322";
}
.icon-sad:before {
  content: "\e324";
}
.icon-wink:before {
  content: "\e326";
}
.icon-grin:before {
  content: "\e328";
}
.icon-cool:before {
  content: "\e32a";
}
.icon-angry:before {
  content: "\e32c";
}
.icon-evil:before {
  content: "\e32e";
}
.icon-shocked:before {
  content: "\e330";
}
.icon-confused:before {
  content: "\e332";
}
.icon-neutral:before {
  content: "\e334";
}
.icon-wondering:before {
  content: "\e336";
}
.icon-cursor:before {
  content: "\e338";
}
.icon-cursor2:before {
  content: "\e339";
}
.icon-warning:before {
  content: "\e355";
}
.icon-warning2:before {
  content: "\e356";
}
.icon-notification:before {
  content: "\e357";
}
.icon-notification2:before {
  content: "\e358";
}
.icon-question:before {
  content: "\e35b";
}
.icon-question2:before {
  content: "\e35c";
}
.icon-plus-circle:before {
  content: "\e35e";
}
.icon-plus-circle2:before {
  content: "\e35f";
}
.icon-minus-circle:before {
  content: "\e360";
}
.icon-minus-circle2:before {
  content: "\e361";
}
.icon-info:before {
  content: "\e362";
}
.icon-info2:before {
  content: "\e363";
}
.icon-close:before {
  content: "\e36b";
}
.icon-checkmark:before {
  content: "\e370";
}
.icon-minus:before {
  content: "\e375";
}
.icon-plus:before {
  content: "\e376";
}
.icon-enter:before {
  content: "\e37d";
}
.icon-exit:before {
  content: "\e37e";
}
.icon-play:before {
  content: "\e380";
}
.icon-pause:before {
  content: "\e381";
}
.icon-stop:before {
  content: "\e382";
}
.icon-backward:before {
  content: "\e383";
}
.icon-forward2:before {
  content: "\e384";
}
.icon-play2:before {
  content: "\e385";
}
.icon-pause2:before {
  content: "\e386";
}
.icon-stop2:before {
  content: "\e387";
}
.icon-backward2:before {
  content: "\e388";
}
.icon-forward3:before {
  content: "\e389";
}
.icon-first:before {
  content: "\e38a";
}
.icon-last:before {
  content: "\e38b";
}
.icon-eject:before {
  content: "\e38e";
}
.icon-volume-high:before {
  content: "\e38f";
}
.icon-volume-medium:before {
  content: "\e390";
}
.icon-volume-low:before {
  content: "\e391";
}
.icon-volume-mute:before {
  content: "\e392";
}
.icon-volume-mute2:before {
  content: "\e393";
}
.icon-volume-increase:before {
  content: "\e394";
}
.icon-volume-decrease:before {
  content: "\e395";
}
.icon-loop:before {
  content: "\e3a5";
}
.icon-shuffle:before {
  content: "\e3ab";
}
.icon-arrow-up:before {
  content: "\e3b0";
}
.icon-arrow-right:before {
  content: "\e3b1";
}
.icon-arrow-down:before {
  content: "\e3b2";
}
.icon-arrow-left:before {
  content: "\e3b3";
}
.icon-arrow-up2:before {
  content: "\e3b4";
}
.icon-arrow-right2:before {
  content: "\e3b5";
}
.icon-arrow-down2:before {
  content: "\e3b6";
}
.icon-arrow-left2:before {
  content: "\e3b7";
}
.icon-arrow-up-left:before {
  content: "\e3b8";
}
.icon-arrow-up3:before {
  content: "\e3b9";
}
.icon-arrow-up-right:before {
  content: "\e3ba";
}
.icon-arrow-right3:before {
  content: "\e3bb";
}
.icon-arrow-down-right:before {
  content: "\e3bc";
}
.icon-arrow-down3:before {
  content: "\e3bd";
}
.icon-arrow-down-left:before {
  content: "\e3be";
}
.icon-arrow-left3:before {
  content: "\e3bf";
}
.icon-arrow-up4:before {
  content: "\e404";
}
.icon-arrow-right4:before {
  content: "\e405";
}
.icon-arrow-down4:before {
  content: "\e406";
}
.icon-arrow-left4:before {
  content: "\e407";
}
.icon-checkbox-unchecked:before {
  content: "\e436";
}
.icon-radio-unchecked:before {
  content: "\e439";
}
.icon-crop:before {
  content: "\e43c";
}
.icon-crop2:before {
  content: "\e43d";
}
.icon-rulers:before {
  content: "\e43f";
}
.icon-scissors:before {
  content: "\e442";
}
.icon-font-size:before {
  content: "\e448";
}
.icon-type:before {
  content: "\e449";
}
.icon-height:before {
  content: "\e44c";
}
.icon-width:before {
  content: "\e44d";
}
.icon-bold:before {
  content: "\e44e";
}
.icon-underline:before {
  content: "\e44f";
}
.icon-italic:before {
  content: "\e450";
}
.icon-strikethrough:before {
  content: "\e452";
}
.icon-table:before {
  content: "\e466";
}
.icon-paragraph-left:before {
  content: "\e46f";
}
.icon-paragraph-center:before {
  content: "\e470";
}
.icon-paragraph-right:before {
  content: "\e471";
}
.icon-paragraph-justify:before {
  content: "\e472";
}
.icon-indent-increase:before {
  content: "\e473";
}
.icon-indent-decrease:before {
  content: "\e474";
}
.icon-embed:before {
  content: "\e47f";
}
.icon-code:before {
  content: "\e480";
}
.icon-console:before {
  content: "\e481";
}
.icon-sevensegment0:before {
  content: "\e482";
}
.icon-sevensegment1:before {
  content: "\e483";
}
.icon-sevensegment2:before {
  content: "\e484";
}
.icon-sevensegment3:before {
  content: "\e485";
}
.icon-sevensegment4:before {
  content: "\e486";
}
.icon-sevensegment5:before {
  content: "\e487";
}
.icon-sevensegment6:before {
  content: "\e488";
}
.icon-sevensegment7:before {
  content: "\e489";
}
.icon-sevensegment8:before {
  content: "\e48a";
}
.icon-sevensegment9:before {
  content: "\e48b";
}
.icon-share:before {
  content: "\e48c";
}
.icon-mail:before {
  content: "\e48e";
}
.icon-googleplus:before {
  content: "\e495";
}
.icon-google-drive:before {
  content: "\e497";
}
.icon-facebook:before {
  content: "\e499";
}
.icon-instagram:before {
  content: "\e49c";
}
.icon-twitter:before {
  content: "\e49e";
}
.icon-feed:before {
  content: "\e4a1";
}
.icon-youtube:before {
  content: "\e4a3";
}
.icon-youtube2:before {
  content: "\e4a4";
}
.icon-vimeo2:before {
  content: "\e4a6";
}
.icon-flickr:before {
  content: "\e4ab";
}
.icon-picassa:before {
  content: "\e4ae";
}
.icon-dribbble:before {
  content: "\e4b0";
}
.icon-github:before {
  content: "\e4bc";
}
.icon-blogger:before {
  content: "\e4c1";
}
.icon-tumblr:before {
  content: "\e4c3";
}
.icon-tux:before {
  content: "\e4c5";
}
.icon-apple:before {
  content: "\e4c6";
}
.icon-finder:before {
  content: "\e4c7";
}
.icon-android:before {
  content: "\e4c8";
}
.icon-windows8:before {
  content: "\e4ca";
}
.icon-soundcloud:before {
  content: "\e4cb";
}
.icon-skype:before {
  content: "\e4cd";
}
.icon-reddit:before {
  content: "\e4ce";
}
.icon-linkedin:before {
  content: "\e4cf";
}
.icon-pinterest:before {
  content: "\e4d7";
}
.icon-paypal:before {
  content: "\e4dd";
}
.icon-file-pdf:before {
  content: "\e4e2";
}
.icon-file-openoffice:before {
  content: "\e4e3";
}
.icon-file-word:before {
  content: "\e4e4";
}
.icon-file-excel:before {
  content: "\e4e5";
}
.icon-file-zip:before {
  content: "\e4e6";
}
.icon-file-powerpoint:before {
  content: "\e4e7";
}
.icon-file-xml:before {
  content: "\e4e8";
}
.icon-file-css:before {
  content: "\e4e9";
}
.icon-html5:before {
  content: "\e4ea";
}
.icon-css3:before {
  content: "\e4ec";
}
.icon-chrome:before {
  content: "\e4ed";
}
.icon-firefox:before {
  content: "\e4ee";
}
.icon-IE:before {
  content: "\e4ef";
}
.icon-opera:before {
  content: "\e4f0";
}
.icon-safari:before {
  content: "\e4f1";
}
.icon-display:before {
  content: "\ea70";
}
.icon-display2:before {
  content: "\ea71";
}
.icon-display3:before {
  content: "\ea72";
}
.icon-enlarge:before {
  content: "\eb39";
}
.icon-shrink:before {
  content: "\eb3a";
}
.icon-instagram2:before {
  content: "\e600";
}
.icon-arrow-down3:before {
  content: "\edc1";
}
.icon-arrow-down4:before {
  content: "\edc2";
}
.icon-arrow-left3:before {
  content: "\edc5";
}
.icon-arrow-left4:before {
  content: "\edc6";
}
.icon-arrow-right3:before {
  content: "\edbd";
}
.icon-arrow-right4:before {
  content: "\edbe";
}
.icon-arrow-up3:before {
  content: "\edb9";
}
.icon-arrow-up4:before {
  content: "\edba";
}
.icon-bag:before {
  content: "\ea07";
}
.icon-bag2:before {
  content: "\ea08";
}
.icon-basket:before {
  content: "\ea06";
}
.icon-book:before {
  content: "\e990";
}
.icon-cash:before {
  content: "\ea11";
}
.icon-cash3:before {
  content: "\ea13";
}
.icon-checkbox-checked2:before {
  content: "\ee6e";
}
.icon-checkbox-unchecked2:before {
  content: "\ee6f";
}
.icon-checkmark-circle:before {
  content: "\ee76";
}
.icon-circle:before {
  content: "\ee77";
}
.icon-circle-down4:before {
  content: "\edf8";
}
.icon-circle-left4:before {
  content: "\edfa";
}
.icon-circle-right4:before {
  content: "\edf6";
}
.icon-circle-up4:before {
  content: "\edf4";
}
.icon-coin-dollar:before {
  content: "\ea0b";
}
.icon-coins:before {
  content: "\ea0a";
}
.icon-equalizer3:before {
  content: "\eb5d";
}
.icon-facebook:before {
  content: "\eeef";
}
.icon-fan:before {
  content: "\ecd4";
}
.icon-file-download2:before {
  content: "\e9a6";
}
.icon-file-eye2:before {
  content: "\e9ac";
}
.icon-graduation:before {
  content: "\e99a";
}
.icon-grid3:before {
  content: "\ec5f";
}
.icon-hammer2:before {
  content: "\ebe4";
}
.icon-menu7:before {
  content: "\ec71";
}
.icon-meter-fast:before {
  content: "\ebe2";
}
.icon-mustache:before {
  content: "\ebb0";
}
.icon-new:before {
  content: "\e97b";
}
.icon-piggy-bank:before {
  content: "\ea0f";
}
.icon-point-right:before {
  content: "\ed2d";
}
.icon-point-up:before {
  content: "\ed2c";
}
.icon-price-tag:before {
  content: "\e9ed";
}
.icon-safe:before {
  content: "\eb57";
}
.icon-spinner10:before {
  content: "\eb2b";
}
.icon-spinner2:before {
  content: "\eb23";
}
.icon-spinner3:before {
  content: "\eb24";
}
.icon-spinner4:before {
  content: "\eb25";
}
.icon-spinner5:before {
  content: "\eb26";
}
.icon-star-empty:before {
  content: "\ece0";
}
.icon-star-empty2:before {
  content: "\ece1";
}
.icon-star-full:before {
  content: "\ece2";
}
.icon-stats-bars6:before {
  content: "\eb8e";
}
.icon-store:before {
  content: "\e9fc";
}
.icon-store2:before {
  content: "\e9fd";
}
.icon-toggle-off:before {
  content: "\ee75";
}
.icon-toggle-on:before {
  content: "\ee74";
}
.icon-vcard:before {
  content: "\eb11";
}
.icon-wallet:before {
  content: "\ea10";
}
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.ovx-btn {
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  *overflow: visible;
  padding: 0.5em 1em;
  color: #fff;
  *color: #444;
  display: inline-block;
  border: 1px solid #19BD9B;
  background-color: #19BD9B;
  text-decoration: none;
}
.ovx-btn:hover,
.ovx-btn:focus {
  opacity: 0.8;
  text-decoration: none;
}
.ovx-btn:focus {
  outline: 0;
}
.ovx-btn.active,
.ovx-btn:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  background: #139076;
}
.ovx-btn.wireframed {
  background: none;
  color: #19BD9B;
  border: 1px solid #19BD9B;
  border-radius: 0px;
}
.ovx-btn.wireframed:hover {
  background: #19BD9B;
  color: #fff !important;
}
.ovx-btn.wireframed:active {
  background: #191919;
}
.ovx-btn .opt_text a {
  color: #fff !important;
}
.ovx-btn[disabled],
.ovx-btn.disabled,
.ovx-btn.disabled:hover,
.ovx-btn.disabled:focus,
.ovx-btn.disabled:active {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  pointer-events: none !important;
  cursor: not-allowed !important;
  box-shadow: none;
}
.ovx-btn-hidden {
  display: none;
}
.ovx-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ovx-btn.rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.squared {
  padding-left: 0;
  padding-right: 0;
  width: 40px;
  border-radius: 0px;
}
.size-xsmall {
  font-size: 70%;
}
.size-small {
  font-size: 85%;
}
.size-large {
  font-size: 110%;
}
.size-xlarge {
  font-size: 125%;
}
.ovx-btn.expand {
  padding-right: 0;
  padding-left: 0;
  width: 98% !important;
  margin-left: 2px;
  margin-right: 2px;
}
.ovx-btn.auto-width {
  width: auto !important;
}
.ovx-label {
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  line-height: normal;
  cursor: default;
  pointer-events: none;
  zoom: 1;
  *display: inline;
  -webkit-user-drag: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ovx-label::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ovx-label {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0.5em 1em;
  border: 1px solid #bbc8d5;
  background-color: #EAEEF2;
  color: #444;
  text-decoration: none;
  font-family: inherit;
  *font-size: 90%;
  *overflow: visible;
  *color: #444;
  letter-spacing: 1px;
}
.ovx-label:active {
  background-color: #323D4C !important;
}
.ovx-label.squared {
  color: #fff;
}
.ovx-label.wireframed {
  background: none;
  color: none;
  border: 1px solid #323D4C;
  border-radius: 0px;
}
.ovx-label.wireframed:hover {
  background: none;
  color: #323D4C !important;
}
.ovx-label[disabled],
.ovx-label.disabled {
  background-image: none;
  box-shadow: none;
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=30);
  cursor: not-allowed !important;
  pointer-events: none !important;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
}
.ovx-label-hidden {
  display: none;
}
.ovx-label::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ovx-label.expand {
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0;
  padding-left: 0;
  width: 98%;
}
.ovx-btn-group .ovx-btn {
  margin: 0 3px;
}
.event-success {
  background: #19BD9B;
  border: 1px solid #19BD9B;
}
.event-success.wireframed {
  background: none;
  color: #19BD9B;
  border: 1px solid #19BD9B;
}
.event-success.wireframed:hover {
  background: #19BD9B;
  color: #fff !important;
}
.event-success:active {
  background: none;
  color: #008a68;
  border: 1px solid #19BD9B;
}
.event-success:active:hover {
  background: #008a68;
  color: #fff !important;
}
.event-error {
  background: #E84C3D;
  border: 1px solid #E84C3D;
}
.event-error.wireframed {
  background: none;
  color: #E84C3D;
  border: 1px solid #E84C3D;
}
.event-error.wireframed:hover {
  background: #E84C3D;
  color: #fff !important;
}
.event-error:active {
  background: none;
  color: #b5190a;
  border: 1px solid #E84C3D;
}
.event-error:active:hover {
  background: #b5190a;
  color: #fff !important;
}
.event-warning {
  background: #d59900;
  border: 1px solid #d59900;
}
.event-warning.wireframed {
  background: none;
  color: #d59900;
  border: 1px solid #d59900;
}
.event-warning.wireframed:hover {
  background: #d59900;
  color: #fff !important;
}
.event-warning:active {
  background: none;
  color: #a26600;
  border: 1px solid #d59900;
}
.event-warning:active:hover {
  background: #a26600;
  color: #fff !important;
}
.event-secondary {
  background: #323D4C;
  border: 1px solid #323D4C;
}
.event-secondary.wireframed {
  background: none;
  color: #323D4C;
  border: 1px solid #323D4C;
}
.event-secondary.wireframed:hover {
  background: #323D4C;
  color: #fff !important;
}
.event-secondary:active {
  background: none;
  color: #000a19;
  border: 1px solid #323D4C;
}
.event-secondary:active:hover {
  background: #000a19;
  color: #fff !important;
}
.off-screen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0px !important;
  height: 1px !important;
  outline: 0 !important;
  border: 0 !important;
}
.ovx-select-optgroup select {
  padding: 0.5em 1em;
  border-radius: 0px;
  height: 40px;
}
.ovx-select-optgroup optgroup[label] {
  background: #000;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}
.ovx-select-group.open .ovx-dropdown {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ovx-select-group.open .ovx-btn {
  background: #fff;
  border-color: #777;
}
.ovx-select-group.open .ovx-btn:active,
.ovx-select-group.open .ovx-btn:hover {
  opacity: 1;
}
.ovx-select-group.open.wireframed .ovx-btn {
  background: #eee;
}
.ovx-vertical-menu.standalone {
  background: none;
  position: relative;
  margin-top: 0;
  display: inline-block;
}
.ovx-vertical-menu.standalone .ovx-dropdown {
  background: none;
  padding-top: 2px;
}
.ovx-vertical-menu.standalone ul.ovx-dropdown-options {
  text-align: right;
  min-width: 150px;
  right: 0;
  background: #139076;
  overflow-x: hidden;
  width: auto;
}
.ovx-vertical-menu.standalone ul.ovx-dropdown-options > li {
  text-align: right;
  vertical-align: top;
  padding: 0;
  cursor: default;
}
.ovx-vertical-menu.standalone ul.ovx-dropdown-options > li:hover {
  color: #fff;
  cursor: default;
}
.ovx-vertical-menu.standalone.open .ovx-dropdown {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  right: 0;
  min-width: 0;
  margin-top: 0;
}
.ovx-vertical-menu.standalone.open .ovx-dropdown a {
  display: block;
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.429;
}
.ovx-vertical-menu.standalone.open .ovx-dropdown a:hover {
  background: #107964;
  color: #fff;
}
.ovx-vertical-menu.standalone .ovx-btn {
  padding-right: 2.5em;
  cursor: pointer;
}
.ovx-vertical-menu.standalone .ovx-btn:hover {
  opacity: 1;
  background: #139076;
  border-color: #139076;
}
.ovx-vertical-menu.standalone .ovx-btn .opt_text {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 300px;
}
.ovx-vertical-menu.standalone .ovx-btn > span {
  position: absolute;
  top: 42%;
  right: 16px;
  display: inline-block;
  border-width: 7px 5px;
  border-style: solid;
  border-color: #fff transparent;
  border-bottom-style: none;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
  -webkit-transition: all all 0.1s ease 0s ease;
  -moz-transition: all all 0.1s ease 0s ease;
  -o-transition: all all 0.1s ease 0s ease;
  -ms-transition: all all 0.1s ease 0s ease;
  transition: all all 0.1s ease 0s ease;
}
.ovx-vertical-menu.standalone.open .ovx-btn {
  background: #139076;
  border-color: #139076;
}
.ovx-vertical-menu.standalone.open .ovx-btn > span {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.ovx-dropdown {
  z-index: 1000;
  padding: 0;
  min-width: 220px;
  border: none;
  width: 100%;
  visibility: hidden;
  position: absolute;
  left: 0;
  margin-top: 10px;
  overflow: initial;
  text-align: left;
  background-color: #f5f4f4;
  border-radius: 3px;
  z-index: 5;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(92, 75, 81, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(92, 75, 81, 0.1);
  -webkit-transition: transform 330ms cubic-bezier(0.82, 0, 0.355, 1.34);
  -ms-transition: transform 330ms cubic-bezier(0.82, 0, 0.355, 1.34);
  transition: transform 330ms cubic-bezier(0.82, 0, 0.355, 1.34);
  -webkit-transform-origin: 95% 0%;
  transform-origin: 95% 0%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.ovx-dropdown ul.ovx-dropdown-options {
  position: relative;
  position: absolute;
  z-index: 11;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #666;
  list-style: none;
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  max-height: 200px;
  overflow: auto;
}
.ovx-dropdown ul.ovx-dropdown-options > li {
  display: block;
  clear: both;
  padding: 8px 12px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.429;
}
.ovx-dropdown ul.ovx-dropdown-options > li:hover,
.ovx-dropdown ul.ovx-dropdown-options > li:focus {
  background-color: #fff;
  color: #262626;
  text-decoration: none;
  cursor: pointer;
}
.ovx-select-group {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  min-width: 150px;
  vertical-align: top;
}
.ovx-select-group .ovx-btn {
  position: relative;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  border-color: #aaa;
  color: #aaa;
}
.ovx-select-group .ovx-btn > span {
  position: absolute;
  top: 42%;
  right: 16px;
  display: inline-block;
  border-width: 8px 6px;
  border-style: solid;
  border-color: #aaa transparent;
  border-bottom-style: none;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.ovx-select-group.rounded .ovx-btn {
  border-radius: 4px;
}
.ovx-select-group.rounded .ovx-dropdown-options {
  border-radius: 4px;
}
.ovx-select-group.wireframed .ovx-btn {
  border: 1px solid #323D4C;
  background: none;
  color: #323D4C;
}
.ovx-select-group.wireframed .ovx-btn span {
  border-color: #323D4C transparent;
}
.progress {
  width: 100%;
}
.pure-bar {
  background: #323D4C;
  margin: 20px 0;
  width: auto;
  overflow: hidden;
  position: relative;
}
.pure-bar .pure-bar-inner {
  background-color: #aaa;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  top: 0;
}
.pure-bar.rounded {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ie-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.pure-bar.rounded .pure-bar-inner {
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ie-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.pure-bar.success {
  background-color: #19BD9B;
}
.pure-bar.error {
  background-color: #E84C3D;
}
.pure-bar.wireframed {
  border: 1px solid #323D4C;
}
.pure-bar.wireframed .pure-bar-inner {
  background: #E3DDD1;
}
.ovx-alert.success,
.ovx-notify.success {
  border-color: #19BD9B;
  background: #dbfaf4;
  color: #139076;
}
.ovx-alert.success label:before,
.ovx-notify.success label:before {
  content: "\e370";
}
.ovx-alert.success .ovx-btn,
.ovx-notify.success .ovx-btn {
  background: #19BD9B;
  border-color: #19BD9B;
}
.ovx-alert.success.wireframed,
.ovx-notify.success.wireframed {
  background: none;
  color: transparent;
  border: 1px solid #19BD9B;
}
.ovx-alert.success.wireframed:hover,
.ovx-notify.success.wireframed:hover {
  background: transparent;
  color: #19BD9B !important;
}
.ovx-alert.success.wireframed a,
.ovx-notify.success.wireframed a {
  color: #19BD9B;
}
.ovx-alert.success.wireframed .ovx-btn,
.ovx-notify.success.wireframed .ovx-btn {
  background: none;
  color: transparent;
  border: 1px solid #19BD9B;
}
.ovx-alert.success.wireframed .ovx-btn:hover,
.ovx-notify.success.wireframed .ovx-btn:hover {
  background: transparent;
  color: #19BD9B !important;
}
.ovx-alert.info,
.ovx-notify.info {
  border-color: #323D4C;
  background: #c1cad6;
  color: #1e242d;
}
.ovx-alert.info label:before,
.ovx-notify.info label:before {
  content: "\e362";
}
.ovx-alert.info .ovx-btn,
.ovx-notify.info .ovx-btn {
  background: #323D4C;
  border-color: #323D4C;
}
.ovx-alert.info.wireframed,
.ovx-notify.info.wireframed {
  background: none;
  color: transparent;
  border: 1px solid #323D4C;
}
.ovx-alert.info.wireframed:hover,
.ovx-notify.info.wireframed:hover {
  background: transparent;
  color: #323D4C !important;
}
.ovx-alert.info.wireframed a,
.ovx-notify.info.wireframed a {
  color: #323D4C;
}
.ovx-alert.info.wireframed .ovx-btn,
.ovx-notify.info.wireframed .ovx-btn {
  background: none;
  color: transparent;
  border: 1px solid #323D4C;
}
.ovx-alert.info.wireframed .ovx-btn:hover,
.ovx-notify.info.wireframed .ovx-btn:hover {
  background: transparent;
  color: #323D4C !important;
}
.ovx-alert.notice,
.ovx-notify.notice {
  border-color: #d59900;
  background: #fff3d5;
  color: #a27400;
}
.ovx-alert.notice label:before,
.ovx-notify.notice label:before {
  content: "\e356";
}
.ovx-alert.notice .ovx-btn,
.ovx-notify.notice .ovx-btn {
  background: #d59900;
  border-color: #d59900;
}
.ovx-alert.notice.wireframed,
.ovx-notify.notice.wireframed {
  background: none;
  color: transparent;
  border: 1px solid #d59900;
}
.ovx-alert.notice.wireframed:hover,
.ovx-notify.notice.wireframed:hover {
  background: transparent;
  color: #d59900 !important;
}
.ovx-alert.notice.wireframed a,
.ovx-notify.notice.wireframed a {
  color: #d59900;
}
.ovx-alert.notice.wireframed .ovx-btn,
.ovx-notify.notice.wireframed .ovx-btn {
  background: none;
  color: transparent;
  border: 1px solid #d59900;
}
.ovx-alert.notice.wireframed .ovx-btn:hover,
.ovx-notify.notice.wireframed .ovx-btn:hover {
  background: transparent;
  color: #d59900 !important;
}
.ovx-alert.error,
.ovx-notify.error {
  border-color: #E84C3D;
  background: #fbdfdd;
  color: #d82a1a;
}
.ovx-alert.error label:before,
.ovx-notify.error label:before {
  content: "\e36b";
}
.ovx-alert.error .ovx-btn,
.ovx-notify.error .ovx-btn {
  background: #E84C3D;
  border-color: #E84C3D;
}
.ovx-alert.error.wireframed,
.ovx-notify.error.wireframed {
  background: none;
  color: transparent;
  border: 1px solid #E84C3D;
}
.ovx-alert.error.wireframed:hover,
.ovx-notify.error.wireframed:hover {
  background: transparent;
  color: #E84C3D !important;
}
.ovx-alert.error.wireframed a,
.ovx-notify.error.wireframed a {
  color: #E84C3D;
}
.ovx-alert.error.wireframed .ovx-btn,
.ovx-notify.error.wireframed .ovx-btn {
  background: none;
  color: transparent;
  border: 1px solid #E84C3D;
}
.ovx-alert.error.wireframed .ovx-btn:hover,
.ovx-notify.error.wireframed .ovx-btn:hover {
  background: transparent;
  color: #E84C3D !important;
}
.ovx-notify {
  position: relative;
  padding: 0.5em;
  background: #ccc;
  border: 1px solid;
}
.ovx-notify label {
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 1.5em 0 0em;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.ovx-notify label:before {
  font-family: 'icomoon' !important;
  margin-right: 5px;
  font-size: 0.8em;
}
.ovx-notify a.icon-close {
  color: #555;
  text-decoration: none;
  font-size: 0.8em;
  position: absolute;
  right: 0.7em;
  top: 1.5em;
  opacity: 0.2;
}
.ovx-notify a.icon-close:hover {
  opacity: 0.8;
}
.ovx-notify.wireframed a.icon-close {
  opacity: 0.6;
}
.ovx-notify.success {
  border-color: #aef4e6;
}
.ovx-notify.info {
  border-color: #a2afc2;
}
.ovx-notify.notice {
  border-color: #ffd66f;
}
.ovx-notify.error {
  border-color: #f6b5af;
}
.ovx-alert {
  box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  position: relative;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  border: 2px solid;
}
.ovx-alert label {
  display: inline-block;
  white-space: nowrap;
  *display: inline;
  /* IE7 inline-block hack */
  font-size: 1.1em;
  padding: 0 5px;
  font-weight: bold;
  *zoom: 1;
}
.ovx-alert label:before {
  font-family: 'icomoon' !important;
  margin-right: 5px;
}
.ovx-alert.wireframed .ovx-btn {
  background: none;
}
.ovx-alert p {
  color: #333;
  margin: 0.6em 0;
}
.ovx-alert .ovx-btn-group {
  width: 100%;
}
.ovx-alert .ovx-btn-group .ovx-btn {
  font-size: 70%;
}
.ovx-popover {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 1em;
  max-width: 270px;
  border: 1px solid #555;
  color: #fff;
  text-align: center;
  text-transform: none;
}
.ovx-popover.rounded {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ie-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.ovx-popover .ovx-arrow-border,
.ovx-popover .ovx-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
}
.ovx-popover.success {
  border-color: #19BD9B;
  background: #19BD9B;
}
.ovx-popover.success.bottom .ovx-arrow {
  bottom: -19px;
  left: 47.5%;
  border-top-color: #19BD9B;
}
.ovx-popover.success.bottom .ovx-arrow-border {
  bottom: -20px;
  left: 47.5%;
  border-top-color: #19BD9B;
}
.ovx-popover.success.left .ovx-arrow {
  top: 45%;
  left: -19px;
  border-right-color: #19BD9B;
}
.ovx-popover.success.left .ovx-arrow-border {
  top: 45%;
  left: -20px;
  border-right-color: #19BD9B;
}
.ovx-popover.success.top .ovx-arrow {
  top: -19px;
  left: 46%;
  border-bottom-color: #19BD9B;
}
.ovx-popover.success.top .ovx-arrow-border {
  top: -20px;
  left: 46%;
  border-bottom-color: #19BD9B;
}
.ovx-popover.success.right .ovx-arrow {
  top: 45%;
  right: -19px;
  border-left-color: #19BD9B;
}
.ovx-popover.success.right .ovx-arrow-border {
  top: 45%;
  right: -20px;
  border-left-color: #19BD9B;
}
.ovx-popover.info {
  border-color: #323D4C;
  background: #323D4C;
}
.ovx-popover.info.bottom .ovx-arrow {
  bottom: -19px;
  left: 47.5%;
  border-top-color: #323D4C;
}
.ovx-popover.info.bottom .ovx-arrow-border {
  bottom: -20px;
  left: 47.5%;
  border-top-color: #323D4C;
}
.ovx-popover.info.left .ovx-arrow {
  top: 45%;
  left: -19px;
  border-right-color: #323D4C;
}
.ovx-popover.info.left .ovx-arrow-border {
  top: 45%;
  left: -20px;
  border-right-color: #323D4C;
}
.ovx-popover.info.top .ovx-arrow {
  top: -19px;
  left: 46%;
  border-bottom-color: #323D4C;
}
.ovx-popover.info.top .ovx-arrow-border {
  top: -20px;
  left: 46%;
  border-bottom-color: #323D4C;
}
.ovx-popover.info.right .ovx-arrow {
  top: 45%;
  right: -19px;
  border-left-color: #323D4C;
}
.ovx-popover.info.right .ovx-arrow-border {
  top: 45%;
  right: -20px;
  border-left-color: #323D4C;
}
.ovx-popover.warning {
  border-color: #d59900;
  background: #d59900;
}
.ovx-popover.warning.bottom .ovx-arrow {
  bottom: -19px;
  left: 47.5%;
  border-top-color: #d59900;
}
.ovx-popover.warning.bottom .ovx-arrow-border {
  bottom: -20px;
  left: 47.5%;
  border-top-color: #d59900;
}
.ovx-popover.warning.left .ovx-arrow {
  top: 45%;
  left: -19px;
  border-right-color: #d59900;
}
.ovx-popover.warning.left .ovx-arrow-border {
  top: 45%;
  left: -20px;
  border-right-color: #d59900;
}
.ovx-popover.warning.top .ovx-arrow {
  top: -19px;
  left: 46%;
  border-bottom-color: #d59900;
}
.ovx-popover.warning.top .ovx-arrow-border {
  top: -20px;
  left: 46%;
  border-bottom-color: #d59900;
}
.ovx-popover.warning.right .ovx-arrow {
  top: 45%;
  right: -19px;
  border-left-color: #d59900;
}
.ovx-popover.warning.right .ovx-arrow-border {
  top: 45%;
  right: -20px;
  border-left-color: #d59900;
}
.ovx-popover.error {
  border-color: #E84C3D;
  background: #E84C3D;
}
.ovx-popover.error.bottom .ovx-arrow {
  bottom: -19px;
  left: 47.5%;
  border-top-color: #E84C3D;
}
.ovx-popover.error.bottom .ovx-arrow-border {
  bottom: -20px;
  left: 47.5%;
  border-top-color: #E84C3D;
}
.ovx-popover.error.left .ovx-arrow {
  top: 45%;
  left: -19px;
  border-right-color: #E84C3D;
}
.ovx-popover.error.left .ovx-arrow-border {
  top: 45%;
  left: -20px;
  border-right-color: #E84C3D;
}
.ovx-popover.error.top .ovx-arrow {
  top: -19px;
  left: 46%;
  border-bottom-color: #E84C3D;
}
.ovx-popover.error.top .ovx-arrow-border {
  top: -20px;
  left: 46%;
  border-bottom-color: #E84C3D;
}
.ovx-popover.error.right .ovx-arrow {
  top: 45%;
  right: -19px;
  border-left-color: #E84C3D;
}
.ovx-popover.error.right .ovx-arrow-border {
  top: 45%;
  right: -20px;
  border-left-color: #E84C3D;
}
.ovx-popover.black {
  border-color: #000;
  background: #000;
}
.ovx-popover.black.bottom .ovx-arrow {
  bottom: -19px;
  left: 47.5%;
  border-top-color: #000;
}
.ovx-popover.black.bottom .ovx-arrow-border {
  bottom: -20px;
  left: 47.5%;
  border-top-color: #000;
}
.ovx-popover.black.left .ovx-arrow {
  top: 45%;
  left: -19px;
  border-right-color: #000;
}
.ovx-popover.black.left .ovx-arrow-border {
  top: 45%;
  left: -20px;
  border-right-color: #000;
}
.ovx-popover.black.top .ovx-arrow {
  top: -19px;
  left: 46%;
  border-bottom-color: #000;
}
.ovx-popover.black.top .ovx-arrow-border {
  top: -20px;
  left: 46%;
  border-bottom-color: #000;
}
.ovx-popover.black.right .ovx-arrow {
  top: 45%;
  right: -19px;
  border-left-color: #000;
}
.ovx-popover.black.right .ovx-arrow-border {
  top: 45%;
  right: -20px;
  border-left-color: #000;
}
.has-popover {
  display: inline-block;
  vertical-align: initial;
  position: relative;
  cursor: help;
  background: #fff;
  margin-left: 5px;
}
.has-popover .ovx-popover {
  position: absolute;
  width: 250px;
  left: -118px;
  right: 0;
  font-size: 0.8em;
  margin-top: 0px;
  padding: 0 5px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.has-popover:hover .ovx-popover {
  margin-top: 5px;
  visibility: visible;
}
.ovx-form input[type=text],
.ovx-form input[type=password],
.ovx-form input[type=email],
.ovx-form input[type=url],
.ovx-form input[type=date],
.ovx-form input[type=month],
.ovx-form input[type=time],
.ovx-form input[type=datetime],
.ovx-form input[type=datetime-local],
.ovx-form input[type=week],
.ovx-form input[type=number],
.ovx-form input[type=search],
.ovx-form input[type=tel],
.ovx-form input[type=color],
.ovx-form textarea {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.6em;
  margin-bottom: 0.2em;
}
.ovx-form input:not([type]) {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.6em;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
}
.ovx-form input[type=color] {
  padding: 0.2em 0.5em;
}
.ovx-form input[type=text][disabled],
.ovx-form input[type=password][disabled],
.ovx-form input[type=email][disabled],
.ovx-form input[type=url][disabled],
.ovx-form input[type=date][disabled],
.ovx-form input[type=month][disabled],
.ovx-form input[type=time][disabled],
.ovx-form input[type=datetime][disabled],
.ovx-form input[type=datetime-local][disabled],
.ovx-form input[type=week][disabled],
.ovx-form input[type=number][disabled],
.ovx-form input[type=search][disabled],
.ovx-form input[type=tel][disabled],
.ovx-form input[type=color][disabled],
.ovx-form select[disabled],
.ovx-form textarea[disabled] {
  border-color: #ddd !important;
  background-color: #f7f7f7;
  color: #cad2d3 !important;
  color: 0.8;
  cursor: not-allowed;
}
.ovx-form input:not([type])[disabled] {
  background-color: #eaeded;
  color: #cad2d3;
  cursor: not-allowed;
}
.ovx-form input[readonly],
.ovx-form select[readonly],
.ovx-form textarea[readonly] {
  border-color: #ccc;
  background: #eee;
  color: #777;
}
.ovx-form select[multiple] {
  height: auto;
}
.ovx-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.ovx-form legend {
  display: block;
  margin-bottom: 0.3em;
  padding: 0.3em 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}
.ovx-form-stacked input[type=text],
.ovx-form-stacked input[type=password],
.ovx-form-stacked input[type=email],
.ovx-form-stacked input[type=url],
.ovx-form-stacked input[type=date],
.ovx-form-stacked input[type=month],
.ovx-form-stacked input[type=time],
.ovx-form-stacked input[type=datetime],
.ovx-form-stacked input[type=datetime-local],
.ovx-form-stacked input[type=week],
.ovx-form-stacked input[type=number],
.ovx-form-stacked input[type=search],
.ovx-form-stacked input[type=tel],
.ovx-form-stacked input[type=color],
.ovx-form-stacked select,
.ovx-form-stacked label,
.ovx-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}
.ovx-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}
.ovx-form-aligned input,
.ovx-form-aligned textarea,
.ovx-form-aligned select,
.ovx-form-aligned .pure-help-inline,
.ovx-form-message-inline {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.ovx-form-aligned textarea {
  vertical-align: top;
}
.ovx-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}
.ovx-form-aligned .pure-control-group label {
  display: inline-block;
  margin: 0 1em 0 0;
  width: 10em;
  vertical-align: middle;
  text-align: right;
}
.ovx-form-aligned .pure-controls {
  margin: 1.5em 0 0 10em;
}
.ovx-form input.ovx-input-rounded,
.ovx-form .ovx-input-rounded {
  padding: 0.5em 1em;
  border-radius: 2em;
}
.ovx-form .pure-group fieldset {
  margin-bottom: 10px;
}
.ovx-form .pure-group input {
  position: relative;
  top: -1px;
  display: block;
  margin: 0;
  padding: 10px;
  border-radius: 0;
}
.ovx-form .pure-group input:focus {
  z-index: 2;
}
.ovx-form .pure-group input:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
}
.ovx-form .pure-group input:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
}
.ovx-form .pure-group button {
  margin: 0.35em 0;
}
.ovx-form .ovx-input-1 {
  width: 100%;
}
.ovx-form .ovx-input-2-3 {
  width: 66%;
}
.ovx-form .ovx-input-1-2 {
  width: 50%;
}
.ovx-form .ovx-input-1-3 {
  width: 33%;
}
.ovx-form .ovx-input-1-4 {
  width: 25%;
}
.ovx-form .pure-help-inline,
.ovx-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}
.ovx-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}
@media only screen and (max-width: 480px) {
  .ovx-form button[type=submit] {
    margin: 0.7em 0 0;
  }
  .ovx-form input:not([type]),
  .ovx-form input[type=text],
  .ovx-form input[type=password],
  .ovx-form input[type=email],
  .ovx-form input[type=url],
  .ovx-form input[type=date],
  .ovx-form input[type=month],
  .ovx-form input[type=time],
  .ovx-form input[type=datetime],
  .ovx-form input[type=datetime-local],
  .ovx-form input[type=week],
  .ovx-form input[type=number],
  .ovx-form input[type=search],
  .ovx-form input[type=tel],
  .ovx-form input[type=color],
  .ovx-form label {
    display: block;
  }
  .pure-group input:not([type]),
  .pure-group input[type=text],
  .pure-group input[type=password],
  .pure-group input[type=email],
  .pure-group input[type=url],
  .pure-group input[type=date],
  .pure-group input[type=month],
  .pure-group input[type=time],
  .pure-group input[type=datetime],
  .pure-group input[type=datetime-local],
  .pure-group input[type=week],
  .pure-group input[type=number],
  .pure-group input[type=search],
  .pure-group input[type=tel],
  .pure-group input[type=color] {
    margin-bottom: 0;
  }
  .ovx-form-aligned .pure-control-group label {
    display: block;
    margin-bottom: 0.3em;
    width: 100%;
    text-align: left;
  }
  .ovx-form-aligned .pure-controls {
    margin: 1.5em 0 0;
  }
  .ovx-form .pure-help-inline,
  .ovx-form-message-inline,
  .ovx-form-message {
    display: block;
    padding: 0.2em 0 0.8em;
    font-size: 0.75em;
  }
}
.ovx-form input[type=text]:focus,
.ovx-form input[type=password]:focus,
.ovx-form input[type=email]:focus,
.ovx-form input[type=url]:focus,
.ovx-form input[type=date]:focus,
.ovx-form input[type=month]:focus,
.ovx-form input[type=time]:focus,
.ovx-form input[type=datetime]:focus,
.ovx-form input[type=datetime-local]:focus,
.ovx-form input[type=week]:focus,
.ovx-form input[type=number]:focus,
.ovx-form input[type=search]:focus,
.ovx-form input[type=tel]:focus,
.ovx-form input[type=color]:focus,
.ovx-form textarea:focus {
  -webkit-box-shadow: 0px 0px 2px #777777;
  -moz-box-shadow: 0px 0px 2px #777777;
  box-shadow: 0px 0px 2px #777777;
  outline: 0;
}
.ovx-form input:not([type]):focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #129FEA;
}
.ovx-form input:focus:invalid,
.ovx-form textarea:focus:invalid,
.ovx-form select:focus:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #0d0d0d;
}
input:invalid {
  box-shadow: none;
}
.ovx-form input:focus:invalid:focus,
.ovx-form textarea:focus:invalid:focus,
.ovx-form select:focus:invalid:focus {
  border-color: #2a2a2a;
}
.ovx-form input[type=file]:focus:invalid:focus,
.ovx-form input[type=radio]:focus:invalid:focus,
.ovx-form input[type=checkbox]:focus:invalid:focus {
  outline-color: #aaa;
}
.ovx-form .suffix {
  position: relative;
}
.ovx-form .suffix span {
  position: absolute;
  right: 0.6em;
  font-size: 0.95em;
  background: #eee;
  bottom: 0.8em;
  opacity: 0.6;
  letter-spacing: 1px;
  padding: 0.5em 0.6em;
  z-index: 11;
}
.ovx-form input[type=text].post-fix.days-after-publication + span::after {
  content: "days-after-publication";
}
.ovx-form input[type=text],
.ovx-form input[type=password],
.ovx-form input[type=email],
.ovx-form input[type=search],
textarea {
  border: 1px solid #aaa;
  background: #fff;
}
.ovx-form input[type=text].rounded,
.ovx-form input[type=password].rounded,
.ovx-form input[type=email].rounded,
.ovx-form input[type=search].rounded,
textarea.rounded {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ie-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.ovx-form input[type=text].wireframed,
.ovx-form input[type=password].wireframed,
.ovx-form input[type=email].wireframed,
.ovx-form input[type=search].wireframed,
textarea.wireframed {
  border-color: #aaa;
  background: none;
  color: #333;
}
.ovx-form input[type=text].wireframed:focus,
.ovx-form input[type=password].wireframed:focus,
.ovx-form input[type=email].wireframed:focus,
.ovx-form input[type=search].wireframed:focus,
textarea.wireframed:focus {
  border-color: #aaa, 20%;
  box-shadow: 0px 0px 2px #333;
  color: #aaa;
}
.ovx-form input[type=text].event-success,
.ovx-form input[type=password].event-success,
.ovx-form input[type=email].event-success,
.ovx-form input[type=search].event-success,
textarea.event-success {
  border-color: #19BD9B;
  background: #fff;
  color: #19BD9B;
}
.ovx-form input[type=text].event-success:focus,
.ovx-form input[type=password].event-success:focus,
.ovx-form input[type=email].event-success:focus,
.ovx-form input[type=search].event-success:focus,
textarea.event-success:focus {
  border-color: #19BD9B, 20%;
  box-shadow: 0px 0px 2px #19BD9B;
  color: #19BD9B;
}
.ovx-form input[type=text].event-success.wireframed,
.ovx-form input[type=password].event-success.wireframed,
.ovx-form input[type=email].event-success.wireframed,
.ovx-form input[type=search].event-success.wireframed,
textarea.event-success.wireframed {
  border-color: #19BD9B;
  background: none;
  color: #19BD9B;
}
.ovx-form input[type=text].event-error,
.ovx-form input[type=password].event-error,
.ovx-form input[type=email].event-error,
.ovx-form input[type=search].event-error,
textarea.event-error {
  border-color: #E84C3D;
  background: #fff;
  color: #E84C3D;
}
.ovx-form input[type=text].event-error:focus,
.ovx-form input[type=password].event-error:focus,
.ovx-form input[type=email].event-error:focus,
.ovx-form input[type=search].event-error:focus,
textarea.event-error:focus {
  border-color: #E84C3D, 20%;
  box-shadow: 0px 0px 2px #E84C3D;
  color: #E84C3D;
}
.ovx-form input[type=text].event-error.wireframed,
.ovx-form input[type=password].event-error.wireframed,
.ovx-form input[type=email].event-error.wireframed,
.ovx-form input[type=search].event-error.wireframed,
textarea.event-error.wireframed {
  border-color: #E84C3D;
  background: none;
  color: #E84C3D;
}
.ovx-form input[type=text].event-warning,
.ovx-form input[type=password].event-warning,
.ovx-form input[type=email].event-warning,
.ovx-form input[type=search].event-warning,
textarea.event-warning {
  border-color: #d59900;
  background: #fff;
  color: #d59900;
}
.ovx-form input[type=text].event-warning:focus,
.ovx-form input[type=password].event-warning:focus,
.ovx-form input[type=email].event-warning:focus,
.ovx-form input[type=search].event-warning:focus,
textarea.event-warning:focus {
  border-color: #d59900, 20%;
  box-shadow: 0px 0px 2px #d59900;
  color: #d59900;
}
.ovx-form input[type=text].event-warning.wireframed,
.ovx-form input[type=password].event-warning.wireframed,
.ovx-form input[type=email].event-warning.wireframed,
.ovx-form input[type=search].event-warning.wireframed,
textarea.event-warning.wireframed {
  border-color: #d59900;
  background: none;
  color: #d59900;
}
.ovx-form input[type=text]:focus,
.ovx-form input[type=password]:focus,
.ovx-form input[type=email]:focus,
.ovx-form input[type=search]:focus,
textarea:focus {
  border-color: #323D4C;
  box-shadow: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input.wireframed::-webkit-input-placeholder,
textarea.wireframed::-webkit-input-placeholder {
  color: grey;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input.wireframed:-moz-placeholder,
textarea.wireframed:-moz-placeholder {
  color: grey;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input.wireframed:-ms-input-placeholder,
textarea.wireframed:-ms-input-placeholder {
  color: grey;
}
input.event-success::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #19BD9B;
  opacity: 0.5;
}
input.event-success:-moz-placeholder,
textarea:-moz-placeholder {
  color: #19BD9B;
}
input.event-success:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #19BD9B;
}
input.event-error::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #E84C3D;
  opacity: 0.5;
}
input.event-error:-moz-placeholder,
textarea:-moz-placeholder {
  color: #E84C3D;
}
input.event-error:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #19BD9B;
}
input.event-warning::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d59900;
  opacity: 0.5;
}
input.event-warning:-moz-placeholder,
textarea:-moz-placeholder {
  color: #d59900;
}
input.event-warning:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d59900;
}
input[disabled]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cad2d3;
  opacity: 0.5;
}
input[disabled].event-success:-moz-placeholder,
textarea:-moz-placeholder {
  color: #cad2d3;
}
input[disabled].event-success:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cad2d3;
}
.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}
.off-screen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: 0 !important;
  border: 0 !important;
}
.ovx-select-group.open .ovx-dropdown {
  display: block;
}
.ovx-select-group.open .ovx_btn {
  background: #1e242d;
  border-color: #1e242d;
}
.ovx-select-group.open .ovx_btn:active,
.ovx-select-group.open .ovx_btn:hover {
  opacity: 1;
}
.ovx-select-group.open.wireframed .ovx_btn {
  background: #eee;
}
.ovx-select-group {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  min-width: 150px;
  vertical-align: top;
}
.ovx-select-group .ovx-dropdown {
  display: none;
}
.ovx-select-group .ovx_btn {
  position: relative;
  min-width: 125px;
  text-align: left;
}
.ovx-select-group .ovx_btn:hover {
  text-decoration: none;
}
.ovx-select-group .ovx_btn > span {
  position: absolute;
  top: 42%;
  right: 16px;
  display: inline-block;
  border-width: 8px 6px;
  border-style: solid;
  border-color: #fff transparent;
  border-bottom-style: none;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.ovx-select-group.rounded .ovx_btn {
  border-radius: 4px;
}
.ovx-select-group.rounded .ovx-dropdown-options {
  border-radius: 4px;
}
.ovx-select-group.wireframed .ovx_btn {
  border: 1px solid #323D4C;
  background: none;
  color: #323D4C;
}
.ovx-select-group.wireframed .ovx_btn span {
  border-color: #323D4C transparent;
}
.ovx-select-group .ovx-dropdown {
  z-index: 1000;
  padding: 0;
  border: none;
  box-shadow: none;
  font-size: 14px;
}
.ovx-select-group ul.ovx-dropdown-option {
  position: absolute;
  z-index: 11;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  margin-top: 9px;
  padding: 0;
  max-height: 200px;
  width: 100%;
  background-color: #f3f4f5;
  list-style: none;
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ovx-select-group ul.ovx-dropdown-option > li {
  display: block;
  clear: both;
  padding: 8px 12px;
  color: #606d7a;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.429;
}
.ovx-select-group ul.ovx-dropdown-option > li:hover,
.ovx-select-group ul.ovx-dropdown-option > li:focus {
  background-color: rgba(202, 206, 209, 0.5);
  color: #262626;
  text-decoration: none;
}
.ovx-select-group .dropdown {
  position: relative;
  padding: 0.5em 0;
}
.ovx-select-group .dropdown .dropdown-trigger.ovx-btn {
  padding: 0.5em;
}
.ovx-select-group .dropdown .dropdown-option {
  position: absolute;
  z-index: 11;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  right: 0;
  background-color: #f3f4f5;
  list-style: none;
  tap-highlight-color: rgba(0, 0, 0, 0);
}
-webkit-.ovx-select-group .dropdown .dropdown-option:hover,
.ovx-select-group .dropdown .dropdown-option:focus {
  background-color: rgba(202, 206, 209, 0.5);
  color: #262626;
  text-decoration: none;
}
.ovx-select-group .dropdown .dropdown-option > li {
  text-align: right;
  display: block;
  padding: 0!important;
  clear: both;
  white-space: nowrap;
  line-height: 1.429;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
}
.ovx-select-group .dropdown .dropdown-option > li a {
  padding: 8px 12px;
  display: block;
}
.ovx-select-group .dropdown .dropdown-option > li a:hover {
  background: #ccc;
}
.dropdown {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dropdown .dropdown-trigger:after {
  font-family: 'icomoon' !important;
  content: "\e3b6";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0 2px;
}
.dropdown .dropdown-option {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dropdown.open .dropdown-option {
  opacity: 1;
  visibility: visible;
  margin-top: 9px;
}
.dropdown.open .dropdown-trigger {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  background: #d82a1a;
}
.dropdown.open .dropdown-trigger:hover {
  opacity: 1;
}
.dropdown.open .dropdown-trigger:after {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
  display: inline-block;
}
label.ovx-checkbox {
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
label.ovx-checkbox input[type="checkbox"] {
  display: none;
}
label.ovx-checkbox input[type="checkbox"]:checked + .check span {
  border-color: #19BD9B;
  background: #19BD9B;
  color: #fff;
}
label.ovx-checkbox b {
  font-size: 0.8em;
  display: inline-block;
  vertical-align: unset;
}
label.ovx-checkbox .check {
  position: relative;
  display: inline-block;
  background: transparent;
}
label.ovx-checkbox .check span {
  display: block;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #555;
  background: #555;
  color: #555;
  vertical-align: top;
  text-align: center;
  font-size: 0.6em;
  line-height: 12px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
label.ovx-checkbox .check span:hover {
  border-color: #19BD9B;
  background-color: #19BD9B;
  color: #19BD9B;
}
label.ovx-checkbox.rounded .check {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ie-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
label.ovx-checkbox.rounded .check span {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ie-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
label.ovx-checkbox.disabled {
  opacity: 0.4;
  pointer-events: none;
}
label.ovx-checkbox.wireframed span {
  border-color: #555;
  background: transparent !important;
  color: transparent;
  line-height: 12px;
}
label.ovx-checkbox.wireframed span:hover {
  color: transparent;
}
label.wireframed input[type="checkbox"]:checked + .check span {
  color: #19BD9B;
}
label.ovx-radio {
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
label.ovx-radio input[type="checkbox"] {
  display: none;
}
label.ovx-radio input[type="checkbox"]:checked + .radio span {
  border-color: #19BD9B;
  background: #19BD9B;
  color: #fff;
}
label.ovx-radio .radio {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ie-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  background: transparent;
}
label.ovx-radio .radio span {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ie-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #555;
  background: #555;
  color: #555;
  vertical-align: middle;
  text-align: center;
  font-size: 0.6em;
  line-height: 14px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
label.ovx-radio .radio span:hover {
  border-color: #19BD9B;
  background-color: #19BD9B;
  color: #19BD9B;
}
label.ovx-radio.disabled {
  opacity: 0.4;
  pointer-events: none;
}
label.ovx-radio.wireframed span {
  border-color: #555;
  background: transparent !important;
  color: transparent;
  line-height: 14px;
}
label.ovx-radio.wireframed span:hover {
  color: transparent;
}
.input-group {
  position: relative;
  display: inline-table;
  border-collapse: separate;
}
.input-group .input-group-addon {
  padding: 0.5em 0.8em;
  text-align: center;
  background-color: #bbb;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.input-group input[type="text"] {
  display: table-cell;
  margin-bottom: 0;
  line-height: 10px;
}
label.ovx-switch {
  position: relative;
  display: inline-block;
  margin: 0;
  border-width: 1px;
  vertical-align: top;
  margin-right: 0.5em;
  vertical-align: middle;
}
label.ovx-switch .switch {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  line-height: 24px;
}
label.ovx-switch.rounded .switch {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ie-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
label.ovx-switch.rounded .switch .switch-label {
  -webkit-border-radius: 3px 0 0 3px;
  -khtml-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ie-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
label.ovx-switch.rounded .switch .switch-label:last-child {
  -webkit-border-radius: 0 3px 3px 0px;
  -khtml-border-radius: 0 3px 3px 0px;
  -moz-border-radius: 0 3px 3px 0px;
  -ie-border-radius: 0 3px 3px 0px;
  -o-border-radius: 0 3px 3px 0px;
  border-radius: 0 3px 3px 0px;
}
label.ovx-switch.wireframed .switch {
  border-color: #777;
}
.switch-label {
  float: left;
  padding: 0 0.8em;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.switch-input {
  display: none;
}
.switch-input:checked + .switch .switch-label {
  color: #333;
}
.switch .on.icon-checkmark,
.switch .off.icon-close {
  line-height: 24px;
}
.ovx-switch .switch .on {
  background: #ccc;
  color: transparent;
}
.ovx-switch .switch .off {
  background: #E84C3D;
  color: #fff;
  font-size: 11px;
  round: #333;
  opacity: 0.7;
}
.switch-input:checked + .switch .on {
  background: #19BD9B;
  color: #fff;
}
.switch-input:checked + .switch .off {
  background: #fff;
  color: transparent;
}
.radio_group_wrap {
  font-size: 0.9em;
}
.radio_group_wrap label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.radio_group_wrap label input {
  margin-right: 5px;
}
.radio_group {
  font-size: 0.9em;
}
.radio_group input {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.field-group-pair .radio_group_wrap label {
  display: block;
  padding: 0.2em 0;
}
/* it also inherits from button.less */
.ovx-spinner {
  position: relative;
  display: table;
  overflow: hidden;
  width: 60px;
  border: 1px solid #323D4C;
  vertical-align: middle;
}
.ovx-spinner.rounded {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ie-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.ovx-spinner.wireframed {
  background: transparent;
}
.ovx-spinner.wireframed input[type="text"] {
  background: transparent;
  color: #323D4C;
}
.ovx-spinner.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ovx-spinner input[type="text"] {
  display: inline-block;
  margin: 0;
  width: 100%;
  border: none !important;
  color: #333;
  vertical-align: top;
  text-align: right;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ovx-spinner input[type="text"]:focus,
.ovx-spinner input[type="text"]:active {
  outline: none;
  box-shadow: none;
}
.ovx-spinner-vert-group {
  position: relative;
  display: table-cell;
  margin: 0;
  background: #323D4C;
  vertical-align: middle;
  white-space: nowrap;
}
.ovx-spinner-button {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  width: 30px;
  outline: none;
  background: #323D4C;
  background-image: none;
  color: #333;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: normal;
  line-height: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ovx-spinner-button:hover {
  background-color: #46566b;
}
.ovx-spinner-button:active {
  background: #0a0c0e;
}
.ovx-spinner-button i {
  color: #fff;
  font-size: 15px;
}
.ovx-spinner-button i.icon-plus,
.ovx-spinner-button i.icon-minus {
  vertical-align: middle;
  font-size: 7px;
  line-height: 16px;
}
.ovx-spinner-vert-group > .ovx-spinner-button:first-child {
  -webkit-box-shadow: 0px -1px 0px #fff inset;
  -moz-box-shadow: 0px -1px 0px #fff inset;
  box-shadow: 0px -1px 0px #fff inset;
}
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.pure-menu ul {
  position: absolute;
  visibility: hidden;
}
.pure-menu.pure-menu-open {
  visibility: visible;
  z-index: 2;
  width: 100%;
}
.pure-menu ul {
  left: -10000px;
  list-style: none;
  margin: 0;
  padding: 0;
  top: -10000px;
  z-index: 1;
}
.pure-menu > ul {
  position: relative;
}
.pure-menu-open > ul {
  left: 0;
  top: 0;
  visibility: visible;
}
.pure-menu-open > ul:focus {
  outline: 0;
}
.pure-menu li {
  position: relative;
}
.pure-menu a,
.pure-menu .pure-menu-heading {
  display: block;
  color: inherit;
  line-height: 1.5em;
  padding: 5px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.pure-menu.pure-menu-horizontal > .pure-menu-heading {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  vertical-align: middle;
}
.pure-menu.pure-menu-horizontal > ul {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.pure-menu li a {
  padding: 5px 20px;
}
.pure-menu-can-have-children > .pure-menu-label:after {
  content: '\25B8';
  float: right;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
  margin-right: -20px;
  margin-top: -1px;
}
.pure-menu-can-have-children > .pure-menu-label {
  padding-right: 30px;
}
.pure-menu-separator {
  background-color: #dfdfdf;
  display: block;
  height: 1px;
  font-size: 0;
  margin: 7px 2px;
  overflow: hidden;
}
.pure-menu-hidden {
  display: none;
}
.pure-menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.pure-menu-horizontal li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.pure-menu-horizontal li li {
  display: block;
}
.pure-menu-horizontal > .pure-menu-children > .pure-menu-can-have-children > .pure-menu-label:after {
  content: "\25BE";
}
.pure-menu-horizontal > .pure-menu-children > .pure-menu-can-have-children > .pure-menu-label {
  padding-right: 30px;
}
.pure-menu-horizontal li.pure-menu-separator {
  height: 50%;
  width: 1px;
  margin: 0 7px;
}
.pure-menu-horizontal li li.pure-menu-separator {
  height: 1px;
  width: auto;
  margin: 7px 2px;
}
.pure-menu.pure-menu-open,
.pure-menu.pure-menu-horizontal li .pure-menu-children {
  background: #fff;
  border: 1px solid #b7b7b7;
}
.pure-menu.pure-menu-horizontal,
.pure-menu.pure-menu-horizontal .pure-menu-heading {
  border: 0;
}
.pure-menu a {
  border: 1px solid transparent;
  border-left: 0;
  border-right: 0;
}
.pure-menu a,
.pure-menu .pure-menu-can-have-children > li:after {
  color: #777;
}
.pure-menu .pure-menu-can-have-children > li:hover:after {
  color: #fff;
}
.pure-menu .pure-menu-open {
  background: #dedede;
}
.pure-menu li a:hover,
.pure-menu li a:focus {
  background: #eee;
}
.pure-menu li.pure-menu-disabled a:hover,
.pure-menu li.pure-menu-disabled a:focus {
  background: #fff;
  color: #bfbfbf;
}
.pure-menu .pure-menu-disabled > a {
  background-image: none;
  border-color: transparent;
  cursor: default;
}
.pure-menu .pure-menu-disabled > a,
.pure-menu .pure-menu-can-have-children.pure-menu-disabled > a:after {
  color: #bfbfbf;
}
.pure-menu .pure-menu-heading {
  color: #565d64;
  text-transform: uppercase;
  font-size: 90%;
  margin-top: 0.5em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dfdfdf;
}
.pure-menu .pure-menu-selected a {
  color: #000;
}
.pure-menu.pure-menu-open.pure-menu-fixed {
  border: 0;
  border-bottom: 1px solid #b7b7b7;
}
.pure-paginator {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  list-style: none;
  margin: 0;
  padding: 0;
}
.opera-only :-o-prefocus,
.pure-paginator {
  word-spacing: -0.43em;
}
.pure-paginator li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-paginator .pure-button {
  border-radius: 0;
  padding: 0.8em 1.4em;
  vertical-align: top;
  height: 1.1em;
}
.pure-paginator .pure-button:focus,
.pure-paginator .pure-button:active {
  outline-style: none;
}
.pure-paginator .prev,
.pure-paginator .next {
  color: #C0C1C3;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
}
.pure-paginator .prev {
  border-radius: 2px 0 0 2px;
}
.pure-paginator .next {
  border-radius: 0 2px 2px 0;
}
@media (max-width: 480px) {
  .pure-menu-horizontal {
    width: 100%;
  }
  .pure-menu-children li {
    display: block;
    border-bottom: 1px solid #000;
  }
}
.ovx-breadcrumb-vertical {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ovx-breadcrumb-vertical li {
  display: block;
  margin: 0.4em 0em 2em 0em;
}
.ovx-breadcrumb-vertical li:first-child {
  margin-top: 0;
}
.ovx-breadcrumb-vertical li:first-child a:before {
  display: none;
}
.ovx-breadcrumb-vertical li.active {
  pointer-events: none;
}
.ovx-breadcrumb-vertical li.active a {
  background: #14181e;
}
.ovx-breadcrumb-vertical li.active a::before {
  border-color: transparent #14181e #14181e #14181e;
}
.ovx-breadcrumb-vertical li.active a::after {
  border-top-color: #14181e;
}
.ovx-breadcrumb-vertical a {
  background: #323D4C;
  padding: 1em;
  padding-bottom: 0.5em;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ddd;
  position: relative;
}
.ovx-breadcrumb-vertical a span {
  display: block;
  font-weight: 300;
  font-size: 0.8em;
}
.ovx-breadcrumb-vertical a:hover {
  opacity: 0.8;
}
.ovx-breadcrumb-vertical a::before {
  content: "";
  position: absolute;
  top: -1.5em;
  border-width: 1.5em 8.4em 0em 8.4em;
  border-style: solid;
  border-color: transparent #323D4C #323D4C #323D4C;
  left: 0;
  right: 0;
}
.ovx-breadcrumb-vertical a::after {
  content: "";
  position: absolute;
  top: 100%;
  border-top: 1.5em solid #323D4C;
  left: 0;
  border-left: 8.5em solid transparent;
  border-right: 8.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  right: 0;
}
.ovx-breadcrumb-vertical .current,
.ovx-breadcrumb-vertical .current:hover {
  font-weight: bold;
  background: none;
}
.ovx-breadcrumb-vertical .current::after,
.ovx-breadcrumb-vertical .current::before {
  content: normal;
}
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.ovx-table {
  border: 1px solid #fff;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
}
.ovx-table caption {
  padding: 1em 0;
  color: #000;
  text-align: center;
  font: italic 85%/1 arial, sans-serif;
}
.ovx-table td,
.ovx-table th {
  margin: 0;
  padding: 0.5em;
  font-size: 0.9em;
}
.ovx-table.Textcenter {
  text-align: center;
}
.ovx-table.Textcenter tr {
  text-align: center;
}
.ovx-table tr.vt th {
  font-weight: normal;
}
.ovx-table thead {
  vertical-align: bottom;
  text-align: left;
}
.ovx-table .scrolled-column {
  overflow: auto;
  height: 70px;
}
.ovx-table .scrolled-column label {
  display: block;
  padding: 3px 0;
}
.ovx-table thead th {
  color: #fff;
  background: #323D4C;
  border-left: 1px solid #fff;
  padding: 1em 0.5em;
}
.ovx-table thead th:active {
  background-color: #1e242d;
  opacity: 1;
}
.ovx-table thead th.headerSortDown,
.ovx-table thead th.headerSortUp {
  background: #acc8dd;
}
.ovx-table tbody td {
  background-color: transparent;
  color: #333;
  border: 1px solid #fff;
  border-right: 0;
  border-top: 0;
}
.ovx-table.table-striped tbody tr {
  background-color: #d0d7e0;
}
.ovx-table.table-striped tbody tr:nth-child(odd) {
  background-color: #fff;
}
.ovx-table.wireframed {
  border: 1px solid #323D4C;
  border-bottom-width: 0;
}
.ovx-table.wireframed td,
.ovx-table.wireframed th {
  border-color: #323D4C;
  background: transparent !important;
}
.ovx-table.wireframed thead {
  background-color: transparent;
}
.ovx-table.wireframed thead th {
  border-left: 1px solid #323D4C;
  border-bottom: 1px solid #323D4C;
  color: #323D4C;
  background: #fff !important;
}
.ovx-table.wireframed thead th:hover {
  color: #fff;
  background-color: #323D4C !important;
  opacity: 1;
}
.ovx-table.wireframed thead th:active {
  background-color: #1e242d !important;
}
.ovx-table.wireframed tbody tr:nth-child(n) {
  background-color: transparent;
}
.ovx-table.wireframed tbody tr:hover {
  background-color: #92a2b8;
}
.ovx-table td:first-child,
.ovx-table thead th:first-child {
  border-left-width: 0;
}
.ovx-table th.numeric,
.ovx-table td.numeric {
  text-align: center;
}
@media only screen and (max-width: 40em) {
  #unseen table td:nth-child(n),
  #unseen table th:nth-child(n),
  .ovx-table td,
  .ovx-table th {
    font-size: 85%;
  }
  #unseen table td:nth-child(2),
  #unseen table th:nth-child(2),
  #unseen table td:nth-child(7),
  #unseen table th:nth-child(7),
  #unseen table td:nth-child(5),
  #unseen table th:nth-child(5),
  #unseen table td:nth-child(6),
  #unseen table th:nth-child(6),
  #unseen table td:nth-child(8),
  #unseen table th:nth-child(8) {
    display: none;
  }
  table#velvet-offer-status th:nth-child(3),
  table#velvet-offer-status td:nth-child(3),
  table#velvet-offer-status th:nth-child(4),
  table#velvet-offer-status td:nth-child(4),
  table#velvet-offer-status th:nth-child(5),
  table#velvet-offer-status td:nth-child(5),
  table#velvet-offer-status th:nth-child(6),
  table#velvet-offer-status td:nth-child(6) {
    display: none;
  }
}
@media only screen and (max-width: 58em) {
  #unseen table td:nth-child(2),
  #unseen table th:nth-child(2) {
    display: none;
  }
  table#velvet-offer-status th:nth-child(3),
  table#velvet-offer-status td:nth-child(3),
  table#velvet-offer-status th:nth-child(4),
  table#velvet-offer-status td:nth-child(4),
  table#velvet-offer-status th:nth-child(5),
  table#velvet-offer-status td:nth-child(5) {
    display: none;
  }
  #flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #flip-scroll * html .cf {
    zoom: 1;
  }
  #flip-scroll *:first-child + html .cf {
    zoom: 1;
  }
  #flip-scroll table {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom-width: 1px;
  }
  #flip-scroll th,
  #flip-scroll td {
    margin: 0;
    vertical-align: top;
    border-width: 1px;
  }
  #flip-scroll .wireframed th {
    border-color: #323D4C;
  }
  #flip-scroll th {
    text-align: left;
    border-bottom: 1px solid #fff;
  }
  #flip-scroll table {
    display: block;
    position: relative;
  }
  #flip-scroll thead {
    display: block;
    float: left;
  }
  #flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  #flip-scroll thead tr {
    display: block;
  }
  #flip-scroll th {
    display: block;
    text-align: right;
    border-right: 1px solid #323D4C;
  }
  #flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  #flip-scroll td {
    display: block;
    text-align: left;
  }
  /* sort out borders */
  #flip-scroll th {
    border-left: 0;
  }
  #flip-scroll tbody tr:nth-child(n) {
    background-color: transparent;
  }
  #flip-scroll tbody tr:hover {
    background-color: #92a2b8;
  }
  #flip-scroll tbody tr:hover td {
    background-color: transparent;
  }
  #flip-scroll td {
    border-right: 0;
    background-color: #fff;
  }
  #flip-scroll td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  #flip-scroll tr:first-child td {
    border-left-width: 0;
  }
  #flip-scroll th:last-child,
  #flip-scroll td:last-child {
    border-bottom: 1px solid #323D4C;
  }
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    background: transparent;
    border-bottom: 3px solid #fff;
  }
  #no-more-tables tr:first-child {
    border-top-width: 0;
  }
  #no-more-tables tr:hover {
    background-color: #92a2b8;
  }
  #no-more-tables tr:hover td {
    background-color: transparent;
  }
  #no-more-tables tr:hover:before {
    background-color: #92a2b8;
  }
  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #fff;
  }
  #no-more-tables td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  #no-more-tables td:hover {
    background-color: #92a2b8;
  }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0px;
    left: 0px;
    width: 43%;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
    line-height: 2.3em;
    text-align: left;
    font-weight: bold;
    color: #fff;
    background: #323D4C;
  }
  /*
    Label the data
    */
  #no-more-tables td:before {
    content: attr(data-title);
    border-right: 1px solid #fff;
  }
  #no-more-tables .wireframed tr {
    border-color: #323D4C;
  }
  #no-more-tables .wireframed td {
    border-color: #323D4C;
  }
  #no-more-tables .wireframed td:before {
    border-color: #323D4C;
    background-color: #fff;
    color: #323D4C;
  }
}
.ovx-calendar {
  width: 80%;
}
.ovx-calendar table {
  width: 100%;
  font-size: 14px;
  border-left: 1px solid #333;
  border-collapse: collapse;
  background-color: #fff;
}
.ovx-calendar table tr.descriptions td:hover {
  background-color: #92a2b8;
}
.ovx-calendar td {
  border-right: 1px solid #333;
}
.ovx-calendar #header-table tr:first-child {
  text-align: center;
  color: #fff;
}
.ovx-calendar #header-table tr:nth-child(2) {
  color: white;
  border: 1px solid #333;
  border-top-color: #fff;
  text-align: center;
  font-size: 90%;
}
.ovx-calendar #header-table {
  background: #323D4C;
}
.ovx-calendar #header-table td {
  padding: 4px;
}
.ovx-calendar #day-names {
  text-align: center;
  border-bottom: 1px solid #333;
}
.ovx-calendar #day-names td {
  width: 14.2857%;
  height: 22px;
}
.ovx-calendar table.week {
  font-size: 75%;
}
.ovx-calendar table.week {
  height: 80px;
  border-bottom: 1px solid #333;
}
.ovx-calendar table.week td {
  width: 14.2857%;
  padding: 2px 3px;
}
.ovx-calendar td.today {
  font-weight: bold;
  background-color: #92a2b8;
}
.ovx-calendar td.today.date {
  font-size: 110%;
}
.ovx-calendar table.week tr:first-child {
  height: 25%;
}
.ovx-calendar table.week tr:nth-child(2) {
  height: 75%;
}
.ovx-calendar .event.holiday {
  background-color: #c5c5ee;
}
.ovx-calendar td.event.important {
  background-color: #19BD9B;
  font-weight: bold;
  color: #fff;
}
.ovx-calendar.small #day-names {
  display: none;
}
.ovx-calendar.small table.week {
  height: 30px;
}
.ovx-calendar.small .week td {
  padding: auto;
  text-align: center;
}
.ovx-calendar.small .week tr:nth-child(2) {
  display: none;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .ovx-calendar #day-names {
    display: none;
  }
  .ovx-calendar table.week {
    height: 30px;
  }
  .ovx-calendar .week td {
    padding: auto;
    text-align: center;
  }
  .ovx-calendar .week tr:nth-child(2) {
    display: none;
  }
}
.vt {
  vertical-align: top !important;
}
.vm {
  vertical-align: middle;
}
.dib {
  display: inline-block !important;
}
.field-group.radio_group {
  display: block;
}
.table {
  display: table;
}
.top-header .pure-g,
.landing .pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left !important;
}
span.value {
  border-bottom: 1px dotted #ccc;
}
body {
  font-family: "Roboto", sans-serif;
  background: #323D4C;
  color: #323D4C;
  padding-top: 6.5em;
  position: relative;
}
.leftfloat {
  float: left;
}
.uppercase {
  text-transform: uppercase;
}
* {
  font-family: "Roboto", sans-serif;
}
p {
  margin: 0.5em 0;
  font-family: "Roboto", sans-serif;
}
a {
  text-decoration: none;
  outline: none !important;
  color: #E84C3D;
}
a.link {
  text-decoration: none;
  color: #E84C3D;
}
.bb {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2em;
}
.bt {
  border-top: 1px solid #eee;
  padding-top: 1em;
  margin-top: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #323D4C;
  letter-spacing: normal;
}
h1,
h2,
h3,
h4 {
  font-weight: lighter;
  margin: 0;
  text-transform: uppercase;
}
h2 {
  color: #323D4C;
  font-size: 1.3em;
}
.fright-rescenter {
  float: none;
}
.pure-g.odd {
  background: #eee;
}
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.no-border-left {
  border-left: 0px !important;
}
.flex-box-dollar {
  max-width: 250px;
  margin: 0 auto;
  display: flex;
}
.flex-box-dollar input {
  border-left: 0px !important;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0.5em;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.container .centered-all {
  text-align: center;
  margin: 0 auto;
}
.container.fluid_container {
  max-width: 98%;
}
.Textright-Rescenter.field-group {
  margin: 0;
}
.Textright-Rescenter {
  text-align: center;
}
.TextCenter-resLeft {
  text-align: center;
}
.TextCenter-resRight {
  text-align: left;
}
#logo {
  vertical-align: middle;
}
#logo img {
  max-height: 38px;
  vertical-align: middle;
  max-width: 230px;
}
#logo a {
  display: block;
}
#login {
  text-align: right;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
#login.ovx-select-group {
  margin: 0;
}
#login .ovx-btn.vt {
  margin-right: 5px;
  margin-bottom: 5px;
}
.top-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #E84C3D;
  z-index: 100;
}
.top-header .ovx-select-group {
  padding: 0.2em 0;
}
.top-header ul li {
  cursor: default;
}
.top-header ul li span {
  display: block;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.2);
}
.top-header ul#login li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.top-header .pure-u-1.pure-u-md-4-5 {
  vertical-align: middle;
}
.top-header .container {
  padding: 1em 0.5em;
  max-width: 98%;
}
#content {
  background: #E8E0DC;
  overflow: hidden;
  padding: 3.5em 0;
  min-height: 460px;
}
#content .cta {
  background: #323D4C;
  padding: 1em;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#content .cta > .pure-u-1 {
  text-align: center;
}
#content .cta > .pure-u-1 .ovx-btn {
  width: 100%;
  margin-bottom: 0.5em;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#content .cta > .pure-u-1 .ovx-btn.event-error {
  margin-bottom: 0;
}
#content .cta .last-updated {
  font-weight: 300;
  color: #ffffff;
  text-align: right;
}
#content .cta h1 {
  color: #E84C3D;
  font-size: 1.7em;
  letter-spacing: 2px;
}
#content .cta p span {
  color: #E84C3D;
}
#content .cta p i {
  display: block;
  padding-bottom: 0.5em;
  font-size: 0.9em;
  line-height: 10px;
}
#content .cta .ovx-btn {
  margin: 0 5px;
}
#content .cta .bid-deadline-wrap {
  margin-top: 0.5em;
  font-size: 0.8em;
  color: rgba(215, 215, 215, 0.5);
  position: relative;
}
#content .cta .bid-deadline-wrap .ovx-btn {
  font-size: inherit;
}
#content .cta .button-group {
  left: 0;
  right: 0;
  top: 0px;
  margin-top: 1em;
}
#content .cta .button-group .ovx-btn {
  background: rgba(215, 215, 215, 0.5) !important;
  border-color: rgba(215, 215, 215, 0.9);
}
#content .cta .button-group .ovx-btn:first-child {
  left: 0.5em;
}
#content .cta .button-group .ovx-btn:last-child {
  right: 0.5em;
}
#content .coupons {
  margin: 1em auto;
  padding: 0;
  min-height: 600px;
}
#content .filters {
  background: rgba(215, 215, 215, 0.5);
  margin-bottom: 1.5em;
  -webkit-box-shadow: 0px 0px 3px #bbb inset;
  -moz-box-shadow: 0px 0px 3px #bbb inset;
  box-shadow: 0px 0px 3px #bbb inset;
}
#content .inv-calc .ovx-form {
  margin: 0 auto 0.5em;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#content .inv-calc .ovx-form label {
  font-style: 1em;
  color: #fff;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  display: block;
  font-size: 13px;
}
#content .inv-calc .ovx-form input {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-color: #fff;
}
#content .inv-calc .ovx-form a {
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 !important;
}
#content .tabs-wrap {
  padding: 0;
  margin: 1em auto 0;
}
#content #login-bg {
  min-height: 600px;
  background: url(../images/pattern-clouds.png);
}
.spacing {
  margin-top: 2em;
}
form.widget,
.widget.signup,
.widget.signin {
  max-width: 800px;
}
.widget {
  margin: 0 auto;
  text-align: left;
}
.widget .Textleft {
  line-height: 30px;
}
.widget .field-group-pair .field-group .pure-u-1 {
  vertical-align: middle;
}
.widget .field-group-pair:nth-child(even) {
  background: #f5f5f5;
}
.widget .field-group-pair .labelvalue {
  text-align: right;
}
.widget h3 {
  color: #323D4C;
}
.widget h4 {
  text-transform: none;
  font-weight: 400;
  color: #d59900;
  font-size: 1.2em;
}
.widget form {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.widget fieldset {
  border-color: #eee;
  margin-bottom: 1em;
}
.widget fieldset legend {
  padding: 0 5px;
  font-weight: 600;
}
.widget .link {
  font-size: 0.9em;
}
.widget > .pure-g {
  background-color: #fff;
  border: 1px solid #cbd5df;
  margin: 0 !important;
  padding: 0.5em;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  letter-spacing: normal;
}
.widget > .pure-g .widget-head {
  background: none;
  color: #323D4C;
  border-bottom: 1px solid #7488a3;
  margin-bottom: 1em !important;
  padding: 1em;
  text-align: center;
}
.widget > .pure-g .widget-head h3 {
  color: #46566b;
  font-weight: 400;
}
.widget > .widget-head {
  padding: 1em;
  background: #323D4C;
  text-align: left;
  color: #fff;
  margin: 0 !important;
}
.widget > .widget-head h3,
.widget > .widget-head h4 {
  color: #fff;
  font-size: 1.3em;
}
.widget > .widget-head h4 {
  font-size: 1em;
}
.widget > .widget-head span {
  color: #19BD9B;
  padding-top: 0.5em;
  display: inline-block;
}
.widget .not-a-member {
  padding: 1em 0.5em 0;
  border-top: 1px solid #c0c0c0;
  margin: 0.5em;
}
.widget .not-a-member h4 {
  text-align: center;
  color: #323D4C;
  text-transform: none;
  font-size: 1.2em;
  color: #E84C3D;
}
.widget .not-a-member p {
  text-align: center;
  font-size: 0.9em;
  padding: 0 2em 1em;
}
.widget.forgot-password .pure-g {
  padding: 1em 1.5em;
}
.widget.forgot-password .ovx-form.pure-u-1 p {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.widget .pure-u-1 > p {
  padding: 0.5em 0;
}
.widget .field-group > label,
.widget .field-group h4 {
  margin-bottom: 0.5em;
  display: block;
}
.widget.signup h4 {
  color: #323D4C;
  font-weight: normal;
  text-transform: none;
  margin: 0.5em 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #777;
}
.widget.signup h4 i {
  font-style: normal;
  display: block;
}
.widget.steps {
  max-width: none;
}
.widget.steps > .pure-g {
  padding-bottom: 1.5em;
  min-height: 450px;
  position: relative;
}
.widget.steps .ovx-btn {
  display: inline-block;
}
.widget.steps h3 {
  text-align: center;
}
.widget.steps h5 {
  margin: 0;
  font-weight: 500;
  font-size: 1em;
}
.widget.steps .auth_row .big_column {
  height: 40px;
}
.widget.steps .pm_steps {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  text-align: center;
}
.widget.steps .pm_steps li {
  list-style-type: none;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  margin: 0;
  color: #d1d1d1;
}
.widget.steps .pm_steps li.current {
  color: #19BD9B;
}
.widget.steps .pm_steps li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #cccccc;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  position: relative;
  z-index: 1;
  border: 1px solid #cccccc;
}
.widget.steps .pm_steps li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #cccccc;
  position: absolute;
  left: -50%;
  top: 9px;
}
.widget.steps .pm_steps li:first-child:after {
  content: none;
}
.widget.steps .pm_steps li.current:before {
  border-color: #19BD9B;
  background: white;
}
.widget.steps .pm_steps li.current:after {
  background: #19BD9B;
}
.widget.steps .pm_steps li.completed:before,
.widget.steps .pm_steps li.completed:after {
  background: #19BD9B;
  color: white;
  border-color: #19BD9B;
}
.widget.steps .layout_labels {
  padding: 1em 0;
}
.widget.steps .layout_labels .pure-u-1 {
  text-align: center;
}
.widget.steps .layout_labels label {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.widget.steps .layout_labels .img_wrap {
  margin: 0.3em;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ie-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.widget.steps .layout_labels .img_wrap,
.widget.steps .layout_labels input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
}
.widget.steps .layout_labels input[type="radio"]:checked + .img_wrap {
  background: #19BD9B;
}
.widget.steps .ask_image {
  text-align: center;
}
.widget.steps .ask_image div span {
  font-size: 1.2em;
  color: #d59900;
}
.widget.steps .ask_image strong {
  display: block;
  padding: 0.5em 0;
}
.widget.steps .specific_dates {
  padding: 1em 0;
}
.widget.steps .specific_dates .specific_dates_column {
  padding: 0 8px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.widget.steps .specific_dates .specific_dates_column > label {
  font-size: 0.9em;
  padding: 0.5em;
  display: block;
  background: #eee;
  margin-bottom: 0.5em;
}
.widget.steps .specific_dates .specific_dates_column > label input {
  margin-right: 5px;
  display: inline-block;
  vertical-align: initial;
}
.widget.steps .specific_dates .specific_dates_column input[type="checkbox"]:checked + strong {
  color: #0099ff;
}
.widget .auth_row {
  margin-bottom: 1em;
}
.widget .auth_row .big_column {
  font-size: 1.1em;
  padding: 5px;
}
.widget .spanned-label {
  display: block;
  margin-bottom: 0.5em;
}
.widget .spanned-label span {
  font-size: 0.8em;
  display: block;
}
.widget table .prices i {
  color: #82b56d;
  font-style: normal;
  font-size: 1.3em;
  display: inline-block;
  padding: 10px 0;
}
.widget table .prices i label {
  text-decoration: line-through;
  color: #888;
  padding-right: 5px;
  display: inline-block;
}
.questionare {
  margin-top: 2em;
  opacity: 0.7;
}
.questionare .pure-u-1.pure-u-md-1-2 {
  padding: 10px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0.5em;
}
.questionare .question {
  padding: 1em;
}
.questionare .question img {
  width: auto;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.questionare .question-options {
  padding: 0.5em;
  box-sizing: border-box;
  background: #fff;
}
.questionare .question-options label {
  padding: 0.3em;
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 0.9em;
}
.questionare .question-options label input {
  margin-right: 0.5em;
}
.field-group {
  padding: 0.5em;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.field-group .condition {
  display: inline-block;
  vertical-align: middle;
  color: #323D4C;
}
.field-group .pure-u-md-7-24 > label {
  padding: 0.5em;
  display: block;
  font-size: 0.9em;
}
.field-group-head {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  text-align: center;
  opacity: 0.7;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.se-pre-con .pure-bar {
  margin: 0;
  min-height: 5px;
}
.TextRight-resCenter,
.TextLeft-resCenter {
  text-align: center;
}
.TextCenter-resLeft {
  text-align: center;
}
.TextCenter-resRight {
  text-align: left;
}
.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.widget {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.widget .Textcenter {
  margin-top: 1em;
}
.widget .Textcenter .ovx-btn {
  margin: 0 5px;
}
.table-striped {
  margin-bottom: 1em;
}
.table-striped img {
  max-height: 22px;
  vertical-align: top;
  margin: 0 5px;
}
#footer {
  background: #323D4C;
  padding: 0.5em 0;
  color: #fff;
  font-weight: normal;
}
#footer p {
  font-size: 0.8em;
}
#footer ul li {
  display: inline-block;
  vertical-align: top;
}
#footer ul li:last-child a {
  border: none;
}
#footer ul li a {
  font-size: 0.7em;
  color: #ccc;
  border-right: 1px solid #ccc;
  padding: 0 5px;
}
#footer ul li a.link {
  color: #E84C3D;
}
#footer ul li a:hover {
  opacity: 0.8;
}
.coupon-container {
  padding: 0em 1.3em 1em;
}
.coupon-container .pure-u-lg-1-3 {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0.5em;
}
.coupon-container .coupon {
  background: #dadada;
  background: -moz-linear-gradient(top, #dadada 0%, #ebebeb 100%);
  background: -webkit-linear-gradient(top, #dadada 0%, #ebebeb 100%);
  background: linear-gradient(to bottom, #dadada 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#ebebeb', GradientType=0);
  border-left: 3px solid #aaa;
  position: relative;
  border-right: 3px solid #aaa;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  min-height: 94px;
  height: 112px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.coupon-container .coupon > strong {
  display: block;
  padding: 0.3em;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  font-weight: 300;
  text-overflow: ellipsis;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.coupon-container .coupon > strong a {
  color: #E84C3D;
}
.coupon-container .coupon > strong a:hover {
  text-decoration: underline;
}
.coupon-container .coupon .pure-g {
  padding: 0.3em;
  font-size: 0.7em;
}
.coupon-container .coupon .pure-u-3-8 {
  text-align: right;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 0.5em;
  font-weight: bold;
}
.coupon-container .coupon .overlay {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(190, 190, 190, 0.96);
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.coupon-container .coupon .overlay span {
  background: #4DA0E4;
  color: #fff;
  padding: 0.5em;
  position: absolute;
  left: 30%;
  top: 20%;
  font-size: 0.8em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.coupon-container .coupon .overlay span:before {
  vertical-align: top;
}
.coupon-container .coupon .overlay:hover span {
  top: 40%;
}
.coupon-container .coupon:hover {
  -webkit-box-shadow: 0px 10px 7px -9px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 10px 7px -9px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 10px 7px -9px rgba(0, 0, 0, 0.64);
  transform: translateY(-3px);
}
.coupon-container .coupon:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.coupon-container .pure-u-1.pure-u-lg-1-3.ticker {
  padding: 0.5em;
  overflow: hidden;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.2s ease-out;
}
.coupon-container .pure-u-1.pure-u-lg-1-3.ticker.special .coupon {
  background: #e5e899;
}
.filters {
  display: none;
}
.filter-trigger {
  padding: 0.5em 1em;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.filter-trigger span:after {
  font-family: 'icomoon' !important;
  content: "\e3b6";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filter-trigger span.open:after {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
  display: inline-block;
}
.couponblade_coupon .cbgrid {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.couponblade_coupon #container {
  box-shadow: 0px 0px 2px #ccc;
  background: #fff;
}
.couponblade_coupon .cbgrid h2 {
  position: absolute;
  left: -50px;
  font-weight: normal;
  font-size: 21px;
  width: 110.5%;
  background: #eee;
  padding-left: 10px;
}
.couponblade_coupon .cbgrid h2 span {
  float: right;
  padding: 0 5px;
  background: #222;
  color: #fff;
}
.couponblade_coupon .cbgrid a {
  position: relative;
}
.couponblade_coupon .cbgrid .item {
  display: inline-block;
  margin: 0.5em 0;
  position: relative;
  -transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  vertical-align: text-bottom;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 500px;
}
.couponblade_coupon .cbgrid .item > label {
  font-weight: bold;
  position: absolute;
  text-align: center;
  line-height: 100px;
  font-size: 30px;
}
.couponblade_coupon .cbgrid .item:hover {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.couponblade_coupon .cbgrid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #E84C3D;
  max-height: 220px;
  object-position: 100% 15%;
}
.couponblade_coupon .cbgrid .img_placeholder {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.item.half_third .img_placeholder:before {
  font-size: 2em;
  left: 28%;
  top: 20px;
}
.item.half_full .img_placeholder:before {
  font-size: 2em;
  left: 58%;
  top: 58px;
}
.couponblade_coupon .cbgrid .full_full {
  display: block;
  height: 520px;
  max-width: none;
}
.couponblade_coupon .cbgrid .full_full .img_placeholder {
  height: 375px;
}
.couponblade_coupon .cbgrid .full_full .img_placeholder img {
  max-height: none;
}
.couponblade_coupon .cbgrid .full_full .block_data h5 {
  font-size: 0.9em;
}
.cbgrid .item .block_data {
  box-sizing: border-box;
  webkit-box-sizing: border-box;
  background: #ebebeb;
}
.cbgrid .item .block_data i:before {
  display: block;
  content: "";
  clear: both;
}
.cbgrid .item .block_data i {
  float: right;
  font-weight: lighter;
  color: #19BD9B;
  position: absolute;
  right: 10px;
  bottom: 15px;
  font-style: normal;
  font-size: 1.3em;
}
.cbgrid .item .block_data label {
  text-decoration: line-through;
  color: #888;
  padding-right: 5px;
}
.coupon-width {
  width: 500px;
}
.couponblade_coupon .cbgrid .half_full.leftfloat {
  float: none;
}
.couponblade_coupon .cbgrid .half_full .img_placeholder {
  max-height: 280px;
  width: 100%;
}
.couponblade_coupon .cbgrid .full_full .block_data {
  width: 100%;
  text-align: left;
  font-size: 22px;
  height: 145px;
}
.cbgrid .item.half_third .block_data i {
  bottom: 5px;
}
.couponblade_coupon .cbgrid .half_full .block_data {
  width: 100%;
  text-align: left;
  font-size: 23px;
  height: 240px;
}
.couponblade_coupon .cbgrid .full_half .block_data {
  width: 39%;
  text-align: left;
  font-size: 22px;
  height: 100%;
}
.couponblade_coupon .cbgrid .half_half .block_data {
  width: 34%;
  text-align: left;
  font-size: 20px;
  height: 235px;
}
.couponblade_coupon .cbgrid .half_third .block_data {
  width: 50%;
  text-align: left;
  font-size: 17px;
  height: 140px;
}
.couponblade_coupon .cbgrid .full_third .block_data {
  width: 39%;
  text-align: left;
  font-size: 18px;
  height: 140px;
}
.couponblade_coupon .cbgrid .full_third .block_data h5 {
  font-size: 0.9em;
}
.couponblade_coupon .cbgrid .half_half .block_data h5 {
  font-size: 0.8em;
}
.couponblade_coupon .cbgrid .full_half .block_data h5 {
  font-size: 22px;
}
.couponblade_coupon .cbgrid .half_full .block_data h5 {
  font-size: 22px;
}
.couponblade_coupon .cbgrid .full_half {
  display: block;
  height: 235px;
  max-width: none;
}
.couponblade_coupon .cbgrid .full_half .img_placeholder {
  width: 60%;
  height: 100%;
}
.couponblade_coupon .cbgrid .half_half {
  height: 244px;
  width: 500px;
  vertical-align: top;
}
.couponblade_coupon .cbgrid .half_half .img_placeholder {
  width: 65%;
  height: 100%;
}
.couponblade_coupon .cbgrid .half_third {
  width: 500px;
  height: 140px;
}
.couponblade_coupon .cbgrid .half_third .img_placeholder {
  width: 50%;
  height: 100%;
}
.couponblade_coupon .cbgrid .full_third {
  height: 140px;
  display: block;
  max-width: none;
}
.couponblade_coupon .cbgrid .full_third .img_placeholder {
  height: 100%;
  width: 60%;
}
.couponblade_coupon .cbgrid .outer_container {
  width: 520px;
}
.cbgrid .item img,
.cbgrid .item .block_data {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.cbgrid .item .block_data {
  padding: 10px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cbgrid .item .block_data h5 {
  font-weight: normal;
  margin-bottom: 10px;
  color: #555;
  text-shadow: 0px 1px 0px #fff;
}
.cbgrid .item .block_data h5,
.cbgrid .item .block_data strong {
  display: block;
  font-size: 0.7em;
  padding: 3px 0;
}
.cbgrid .item .block_data strong {
  font-weight: normal;
  color: #999;
}
.cbgrid .item .no-image .block_data {
  width: 100%;
  text-align: center;
}
.item.no-image .block_data {
  width: 100% !important;
  background: #ffffef;
}
.item.full_full.no-image {
  font-size: 31px;
  height: 100%;
  padding: 25px;
  text-align: left;
  background: #ffffef;
}
.item.full_full.no-image .block_data {
  width: 100%;
}
.item.full_full.no-image h5 {
  font-size: 1.2em;
}
.item.no-image .img_placeholder {
  display: none;
}
.item.half_third.no-image .block_data {
  width: 100% !;
}
.item.half_full.no-image .block_data,
.item.full_full.no-image .block_data {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 520px;
  font-size: 1.3em;
}
.heading {
  background: #323D4C;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #999999;
  font-weight: bold;
}
.heading h3 {
  color: #fff;
}
#login,
#copyrights,
#copyrights ul {
  text-align: center;
}
.other_offer_wrap {
  overflow: hidden;
}
.other_offer_wrap .other_offer_head {
  overflow: hidden;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.other_offer_wrap .other_offer_head img {
  width: 300px;
  max-width: 35%;
  max-height: 215px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  border-radius: 15px;
}
.other_offer_head .right_side_offer {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 64%;
}
.other_offer_head .right_side_offer h1 {
  padding: 10px 0;
}
.other_offer_head .right_side_offer h4 {
  font-size: 18px;
  padding: 5px 0;
  font-weight: normal;
}
.other_offer_head .right_side_offer h4 strong {
  font-weight: bold;
  font-style: italic;
}
.reserve_button {
  background: #E84C3D;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  padding: 20px 24px;
  text-decoration: none;
  display: block;
  margin: 25px 0 0;
  text-align: center;
}
.reserve_button:hover {
  opacity: 0.9;
}
.reserve_button:active {
  position: relative;
  top: 1px;
}
.reserve_button span {
  display: block;
}
.reserve_button i {
  font-size: 15px;
}
.block {
  padding: 0 0 0.5em;
  background: #eaeef2;
}
.block h2 {
  padding: 0.5em;
  background: #323d4c;
  color: #fff;
}
.block label {
  display: inline-block;
  width: 57%;
  color: #777;
}
.block .offer_details_row {
  margin: 10px 0;
  padding: 0 1em;
}
.block label.value {
  width: 40%;
  color: #111;
}
.block label.value .old_price {
  text-decoration: line-through;
}
.block p {
  font-size: 16px;
  margin: 10px 0;
  padding: 0 1em;
  color: #777;
}
.pub-dates label {
  min-width: 80px;
  padding: 0px 15px;
  padding-top: 8px;
  line-height: 31px;
  position: relative;
  overflow: visible;
  background: #fff;
  /* margin: 0 6px; */
  margin-right: 10px;
}
.pub-dates label span {
  position: absolute;
  font-size: 0.8em;
  top: -6px;
  color: #19BD9B;
  line-height: 27px;
}
.promo-details label {
  color: inherit;
  display: inline-block;
  width: auto;
}
.promo-details .block {
  padding: 0;
  margin-bottom: 1em;
}
.promo-details .block .offer-div {
  background: #fff;
  margin: 0.5em 0;
  padding: 0.5em;
}
.promo-details .block .offer-div .value {
  font-size: 1.3em;
  padding: 0 5px;
  color: #777;
  font-weight: lighter;
  color: #19BD9B;
}
.promo-details .block .offer-div .value .old_price {
  color: #777;
}
.promo-details .block-data {
  padding: 1em;
}
.promo-details .block-data > div {
  padding: 0.5em 0;
}
.promo-details ul {
  list-style-type: disc;
  margin: 5px 0;
  margin-left: 30px;
}
.other_offer_head.no_image img,
.other_offer_head.no_image .reserve_button {
  display: none;
}
.other_offer_head.no_image .right_side_offer {
  width: 100%;
}
.cb_head {
  width: 100%;
  text-align: center;
  background-color: #d0d7e0;
  color: #fff;
  padding-bottom: 1em;
}
.cb_head input[type="text"] {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.cb_head.ovx-form {
  padding: 0;
}
.cb_head h5 {
  font-size: 1.5em;
  margin: 0.5em 0;
  /* text-transform: uppercase; */
  letter-spacing: 1.5px;
}
.cb_head label {
  display: block;
  background-color: #7488a3;
  padding: 1em 0;
}
.cb_head .biggest_button {
  background: #ffbe0b !important;
}
.cb_head .biggest_button span {
  display: inline-block;
  width: 170px;
  height: 30px;
  margin: 0.5em 1em;
  vertical-align: middle;
  background: url(../images/vc-logo.svg) no-repeat center;
}
.conf_group strong {
  background: #eee;
  display: inline-block;
  padding: 0.2em 2em;
  font-size: 24px;
  font-family: monospace;
  border: 1px dashed #19BD9B;
  color: #19BD9B;
  font-weight: bold;
  margin-left: 1.5em;
}
.requesting {
  background: url(../images/requestoffer.png) no-repeat bottom left;
  padding: 0;
  padding-left: 2.1em;
}
.offering {
  background: url(../images/requestoffer.png) no-repeat top -8px left;
  padding: 0;
  padding-left: 2.1em;
}
.record-info .conf_group strong {
  font-weight: lighter;
  font-size: 0.8em;
}
.dashboard {
  vertical-align: middle;
}
.dashboard h1 {
  color: #323D4C;
  padding: 0.5em 0;
}
.dashboard > .pure-g {
  display: inline-table;
  width: 100%;
  background: #fff;
  box-shadow: 3px 3px 0px #dfdfdf;
  min-height: 550px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0.5em;
}
.dashboard > .pure-g > .pure-u-lg-1-4 {
  padding: 1.5em 0em;
  color: #fff;
}
.dashboard > .pure-g > .pure-u-lg-3-4 {
  text-align: center;
  min-height: 700px;
  padding: 1em;
  box-sizing: border-box;
}
.dashboard > .pure-g > .pure-u-lg-3-4 .dashboard_option {
  padding: 0.5em 0.3em;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
}
.dashboard > .pure-g > .pure-u-lg-3-4 .dashboard_option a {
  display: block;
  width: 100% !important;
  margin-left: 2px;
  margin-right: 2px;
  font-weight: 300;
  padding: 2em 1em;
  box-sizing: border-box;
  white-space: initial;
  border-radius: 5px;
  border: 1px solid #64af44;
  background: 0 0 !important;
  color: #64af44;
  font-size: 1em;
}
.dashboard > .pure-g > .pure-u-lg-3-4 .dashboard_option a:hover {
  opacity: 1;
  background: #64af44 !important;
  color: #fff;
}
.dashboard > .pure-g .ovx-btn {
  font-weight: 300;
  padding: 2em 1em;
  box-sizing: border-box;
  white-space: initial;
}
.ovx-breadcrumb-vertical {
  width: 270px;
  margin: 0.5em auto;
}
.dashboard-main {
  text-align: center;
}
.dashboard-main > .pure-g {
  background: none;
  border-color: #7488a3;
}
.dashboard-main > .pure-g.details {
  border-top-width: 0px;
  background: #e2d8d3;
}
.dashboard-main > .pure-g.details span {
  font-size: 30px;
  font-weight: 300;
}
.dashboard-main .portion-term {
  max-width: 500px;
  margin: 0 auto;
  background: #d8cac3;
  padding: 2em;
}
.dashboard-main .portion-term strong {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.8em;
  display: block;
}
.dashboard-main .portion-term label {
  font-size: 15px;
}
.dashboard-main .portion-term label span {
  font-size: 45px;
  display: block;
}
.bid_pair > div {
  display: inline-block;
}
.bid_option_block {
  margin: 1em;
  display: inline-block;
  vertical-align: top;
  background: url(../images/vclogo3.png) no-repeat center 7px;
  background-color: #eee;
  text-align: center;
  padding: 0.5em;
  padding-top: 35px;
  border-radius: 5px;
}
.bid_option_block .amt_available span {
  background: #fff;
  display: inline-block;
  padding: 0.2em 2em;
  font-size: 24px;
  font-family: monospace;
  border: 1px dashed #19BD9B;
  color: #19BD9B;
  font-weight: bold;
}
a.bid_option_block {
  transition: all ease 0.1s 0s;
  -webkit-transition: all ease 0.1s 0s;
  -moz-transition: all ease 0.1s 0s;
  cursor: pointer;
}
a.bid_option_block:hover {
  background-color: #ddd;
}
.bid_option_block span {
  display: block;
  color: #fff;
  background: #323D4C;
  font-size: 0.7em;
  padding: 0.5em;
}
.bid_option_block span i {
  font-style: normal;
  /* margin-left: 6px; */
  background: #28313d;
  padding: 2px;
  display: block;
  font-size: 0.9em;
}
.bid_option_block strong {
  margin: 0.5em 0;
  display: block;
  color: #323D4C;
  font-size: 0.9em;
}
.ovx-dropdown__mega-menu .ovx-dropdown {
  min-width: 320px !important;
}
.ovx-dropdown__mega-menu.open .ovx-dropdown {
  transform-origin: left top;
}
.ovx-dropdown__mega-menu .mega-menu {
  background: #eee !important;
  padding: 20px 0px;
}
.ovx-dropdown__mega-menu .mega-menu li a {
  color: #323D4C !important;
  opacity: 0.7 !important;
  font-size: 0.9em;
  padding: 4px 0.5rem !important;
  white-space: normal !important;
  line-height: normal !important;
}
.ovx-dropdown__mega-menu .mega-menu li a:hover {
  background: none !important;
  opacity: 1 !important;
  text-decoration: underline !important;
}
.ovx-dropdown__mega-menu .mega-menu .dropdown-header {
  color: #E84C3D;
  padding: 0.5rem;
}
.ovx-dropdown__mega-menu .mega-menu > li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 1rem);
  padding: 0 0.5rem;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ovx-dropdown__mega-menu.open .ovx-btn,
.ovx-dropdown__mega-menu .ovx-btn:hover {
  background: #eee !important;
  border-color: transparent !important;
}
.ovx-dropdown__mega-menu .ovx-btn {
  background: none;
  border-color: transparent;
  color: #323D4C;
}
.ovx-dropdown__mega-menu .ovx-btn span {
  border-width: 0px !important;
  top: 34% !important;
  font-size: 0.7rem;
}
.ovx-dropdown__mega-menu .ovx-btn .icon-arrow-down3:hover {
  border: none;
}
body.landing .cb-coupon {
  max-width: 350px;
}
body.landing.tab-page #content {
  background: #f5f5f5;
}
body.landing.tab-page #content .cb-filter {
  background-color: #e5e5e5;
}
body.landing .fake-tabs {
  background: #fff;
  padding-top: 1.5em;
  border-bottom: 2px solid #E84C3D;
}
body.landing .fake-tabs .pure-u-1 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
body.landing .fake-tabs .pure-u-1 > a {
  display: block;
  padding: 0.5em 2em;
  background: #ccc;
  border-radius: 10px 10px 0 0;
  color: #fff;
  margin-right: 10px;
  font-size: 26px;
  font-weight: 300;
  opacity: 0.6;
  transition: all ease 0.1s;
}
body.landing .fake-tabs .pure-u-1 > a span {
  display: block;
  letter-spacing: 3px;
  font-size: 0.7em;
  margin-top: 0.25em;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}
body.landing .fake-tabs .pure-u-1 > a.active,
body.landing .fake-tabs .pure-u-1 > a:hover {
  padding: 1em 2em;
  background: #E84C3D;
  opacity: 1;
}
body.landing #content {
  padding-top: 2em;
}
body.landing #content .section-heading {
  text-align: center;
}
body.landing .filter-bar {
  padding: 1em 0.5em;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5em;
}
body.landing .section-heading {
  padding: 1rem 0 2rem;
}
body.landing .section-heading h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.5em;
}
body.landing .section-heading h3 {
  color: #8e8d8d;
  text-transform: initial;
  padding: 0.5rem 0;
}
body.landing .cb-filter {
  background: #f5f5f5;
  padding: 1em 0.5em;
  text-align: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 200;
}
body.landing .cb-filter .ovx-select-optgroup {
  position: absolute;
  left: 0;
  top: 1em;
}
body.landing .cb-filter h2 {
  font-weight: bold;
  letter-spacing: 2px;
}
body.landing .cb-filter h2 b {
  background-color: #E84C3D;
  color: #fff;
  padding: 0 5px;
}
body.landing .cb-filter h2 span {
  font-weight: 400;
  display: block;
  font-size: 0.7em;
  letter-spacing: 2px;
  opacity: 0.7;
}
body.landing .cb-filter .ovx-deal-deadline {
  font-size: 0.75em;
  margin-top: 0.5em;
  padding: 0.5em 0;
  display: inline-block;
  border-top: 1px solid #ddd;
}
body.landing .cb-filter .ovx-deal-deadline span {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.1em;
}
body.landing .cb-filter .ovx-deal-countdown {
  font-size: 12px;
}
body.landing .cb-filter .ovx-deal-countdown span {
  display: inline-block;
  margin-right: 10px;
}
body.landing .cb-filter .ovx-deal-countdown strong {
  font-size: 20px;
  display: inline-block;
  margin-right: 2px;
  color: #E84C3D;
}
body.landing .cb-filter .container {
  position: relative;
}
body.landing #trending-deals {
  padding-bottom: 2rem;
  background-color: #59595c;
}
body.landing #trending-deals h2,
body.landing #trending-deals h3 {
  color: #eee;
}
body.landing #trending-deals .trending-deals-wrap {
  overflow: hidden;
  overflow-x: auto;
  width: auto;
  display: grid;
  grid-auto-flow: column;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
body.landing #trending-deals .cb-coupon {
  width: 350px;
  display: inline-block;
  float: left;
}
body.landing .cb-coupons-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 1rem;
  grid-row-gap: 4rem;
  justify-content: center;
  padding-bottom: 4vw;
}
body.landing .cb-coupons-wrap .cb-coupon {
  margin: 0 auto;
  width: 350px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body.landing #hero {
  background: #fff;
}
body.landing .hero-wrap {
  display: grid;
  grid-template-columns: repeat(7, minmax(50px, 1fr));
  grid-gap: 1px;
}
body.landing .hero-wrap .hero-text {
  grid-row: 2;
  grid-column: 3/6;
  text-align: center;
  background: #59595c;
  color: #fff;
  display: grid;
  align-content: center;
  padding: 0 2rem;
}
body.landing .hero-wrap .hero-text strong {
  font-size: 1.3rem;
  font-weight: normal;
}
body.landing .hero-wrap .hero-text p {
  font-weight: 300;
  font-size: 0.8em;
}
body.landing .hero-wrap .hero-block {
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 100px;
  transition: box-shadow ease 0.5s;
}
body.landing .hero-wrap .hero-block:before {
  content: "Add you business here";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.9em;
  padding: 0 10px;
  opacity: 0;
  transform: translateY(50px);
  transition: all ease 0.5s;
}
body.landing .hero-wrap .hero-block:hover {
  box-shadow: 0px 0px 10px #ddd inset;
}
body.landing .hero-wrap .hero-block:hover:before {
  opacity: 0.7;
  transform: translateY(0px);
}
body.landing .hero-wrap .hero-block:hover img {
  margin-top: 160px;
}
body.landing .hero-wrap .hero-block a {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
body.landing .hero-wrap .hero-block img {
  max-width: 60px;
  position: relative;
  width: 100%;
  height: auto;
  transition: all ease 0.2s;
}
@media (max-width: 768px) {
  body.landing .hero-wrap {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  body.landing .hero-wrap .hero-text {
    grid-row: 3;
    padding: 10px;
    /* grid-column: span 4; */
    grid-column: 1 / -1;
  }
}
body.landing #content {
  background: #fff;
}
body.landing nav {
  background: #f5f5f5;
  padding: 1.2rem 0;
  border-bottom: 1px solid #aaa;
}
body.landing nav > .container .pure-u-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.landing .static-content {
  padding: 1rem 0;
}
body.landing .static-content p {
  color: #aaa;
  font-size: 0.9em;
  line-height: 1.5;
  padding: 0 1rem;
}
#subscribe {
  background: #e8ac42;
  text-align: center;
  padding: 1rem;
}
#subscribe h4 {
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
}
#subscribe h4 span {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  padding: 5px 0;
}
#subscribe form {
  text-align: center;
}
#subscribe form .success {
  color: #666;
  font-size: 0.7em;
}
#subscribe form input[type="text"] {
  margin: 0;
  min-width: 300px;
}
#subscribe form .field-group {
  display: flex;
  justify-content: center;
}
nav a.link {
  color: #323D4C;
  display: inline-block;
  vertical-align: top;
  padding: 0.5rem;
}
nav a.link:hover {
  text-decoration: underline;
}
.ovx-alert .conf_group {
  margin: 1em 0;
}
.ovx-alert .conf_group p {
  display: inline-block;
  line-height: 25px;
  margin: 0;
}
.ovx-alert .conf_group strong {
  margin: 0;
}
.cb-switcher-wrap {
  display: flex;
  align-items: center;
}
.cb-switcher-wrap > .ovx-btn {
  animation-name: dim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.cb-switcher-wrap form {
  position: relative;
  margin-right: 1em;
}
.cb-switcher-wrap form input {
  margin: 0 !important;
  border-color: #59595c !important;
}
.cb-switcher-wrap form button {
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  background: #59595c;
  font-family: 'icomoon' !important;
  border: 0px;
}
.cb-switcher-wrap form button span {
  color: #fff;
}
.cb-coupon {
  font-size: 12px;
  background-color: #efefef;
  margin: 0 1.5em 1.5em;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ie-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 1em;
  text-align: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), /* The second layer */ 0 10px 0 -5px #eee, /* The second layer shadow */ 0 10px 1px -4px rgba(0, 0, 0, 0.15), /* The third layer */ 0 20px 0 -10px #eee, /* The third layer shadow */ 0 20px 1px -9px rgba(0, 0, 0, 0.15);
  /* Padding for demo purposes */
  position: relative;
  font-weight: 200;
}
.cb-coupon > i {
  font-style: normal;
  background-color: #E84C3D;
  right: 10px;
  top: 0;
  color: #fff;
  font-size: 400;
  position: absolute;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 10px;
}
.cb-coupon .cb-coupon__store-logo {
  text-align: center;
  position: absolute;
  left: -25px;
  top: calc(50% - (50px / 2));
  color: #222;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.cb-coupon .cb-coupon__store-logo img {
  max-height: 50px;
  vertical-align: top;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  min-width: 50px;
}
.cb-coupon .cb-coupon__offer-type {
  color: #ab2114;
  position: absolute;
}
.cb-coupon .vertical-centered {
  padding: 3em 0;
  padding-right: 1em;
}
.cb-coupon.has--logo .vertical-centered {
  padding-left: 30px;
}
.cb-coupon .cb-coupon__store-name {
  color: inherit;
  font-size: 1.5em;
}
.cb-coupon .cb-coupon__store-name h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  color: inherit;
  text-transform: capitalize;
}
.cb-coupon .cb-coupon__vc-id {
  line-height: 24px;
  font-size: 0.9em;
}
.cb-coupon .cb-coupon__store-link {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}
.cb-coupon .cb-coupon__expiry {
  margin-top: 0.7em;
  font-size: 0.9em;
  opacity: 0.7;
}
.cb-coupon .cb-coupon__expiry label {
  display: block;
}
.cb-coupon .cb-coupon__expiry span {
  font-size: 1.2em;
  font-weight: 600;
}
.cb-coupon .cb-coupon__offer_glance {
  position: absolute;
  right: 1em;
  bottom: 2em;
}
.cb-coupon .cb-coupon__offer_glance strong {
  display: block;
  font-size: 1.75em;
  margin-top: 5px;
}
.cb-coupon .cb-coupon__offer_glance strong span {
  font-size: 16px;
  font-weight: 200;
}
.cb-coupon .cb-coupon__offer_glance-inside {
  font-size: 0.8em;
}
.cb-coupon .cb-coupon__offer_glance-inside label {
  font-weight: 400;
}
.cb-coupon .cb-coupon__coupon-footer {
  position: absolute;
  bottom: 10px;
  font-size: 0.8em;
}
.cb-coupon .cb-coupon__offer-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.cb-coupon .cb-coupon__offer-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: top;
}
.cb-coupon.internal {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 0 0 10px 10px !important;
}
.cb-coupon.internal:hover {
  box-shadow: 0px 0px 1px 1px #d75746, 0 1px 3px rgba(0, 0, 0, 0.24);
}
.cb-coupon.internal:hover .cb-coupon__coupon-footer:after {
  box-shadow: inset -1px 0px 0px 0px #d75746;
}
.cb-coupon.internal:hover .cb-coupon__coupon-footer:before {
  box-shadow: inset 1px 0px 0px 0px #d75746;
}
.cb-coupon.internal > i {
  font-style: normal;
  background-color: #E84C3D;
  right: 1em;
  top: 1.2em;
  font-size: 0.9em;
  color: #fff;
  font-weight: 400;
  position: absolute;
  text-transform: capitalize;
  /* display: inline-block; */
  width: 3em;
  text-align: center;
  vertical-align: middle;
  height: 3em;
  line-height: 2.2em;
  border-radius: 50%;
  /* padding-left: 0; */
  padding: 0.3em;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cb-coupon.internal > i:after {
  content: "";
  border-width: 1.4em 0px 0px 1.4em;
  border-style: solid;
  border-color: #E84C3D transparent transparent transparent;
  position: absolute;
  right: 0px;
  top: 0px;
}
.cb-coupon.internal .cb-coupon__offer-type {
  margin: 0;
  max-width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -30px;
}
.cb-coupon.internal .cb-coupon__offer-type span {
  transform: rotate(-90deg);
  transform-origin: right;
  display: block;
  position: relative;
  float: right;
  top: -12px;
  padding: 5px 8px;
  left: -11px;
  border-radius: 5px 5px 0 0px;
  white-space: nowrap;
  background: #e84c3d;
  color: #fff;
}
.cb-coupon.internal .cb-coupon__cta {
  text-align: right;
  position: relative;
  z-index: 12;
  font-size: 1.2em;
}
.cb-coupon.internal .cb-coupon__cta .ovx-btn {
  margin-left: 0.5em;
}
.cb-coupon.internal .cb-coupon__link {
  z-index: 11;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.cb-coupon.internal .cb-coupon__store-logo {
  left: calc(50% - (56px / 2));
  top: -25px;
  background-color: #333;
  border: 3px solid #efefef;
}
.cb-coupon.internal .cb-coupon__content {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 80px;
  align-items: end;
}
.cb-coupon.internal .vertical-centered {
  padding: 1em 1em 0.5em;
  position: relative;
  overflow: hidden;
}
.cb-coupon.internal .cb-coupon__coupon-footer {
  border-top: 1px dotted #d6d6d6;
  padding: 0.5rem 0;
  margin: 0 0.5em;
  text-align: right;
  position: relative;
}
.cb-coupon.internal .cb-coupon__coupon-footer .ovx-btn {
  margin-left: 0.5em;
}
.cb-coupon.internal .cb-coupon__coupon-footer:before,
.cb-coupon.internal .cb-coupon__coupon-footer:after {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  right: -14px;
  content: "";
  top: -10px;
  box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.12);
}
.cb-coupon.internal .cb-coupon__coupon-footer:after {
  left: -14px;
  content: "";
  top: -10px;
  box-shadow: inset -1px 0px 0px rgba(0, 0, 0, 0.12);
}
.cb-coupon.internal .cb-coupon__store-name {
  font-size: 1em;
  float: left;
}
.cb-coupon.internal .cb-coupon__offer_glance {
  position: static;
}
.cb-coupon.internal .cb-coupon__expiry {
  margin-top: 0.7em;
  font-size: 1.1em;
  position: relative;
  padding-left: 2.25em;
  color: #E84C3D;
  opacity: 0.9;
  text-align: left;
}
.cb-coupon.internal .cb-coupon__expiry:before {
  font-family: 'icomoon' !important;
  content: "\e111";
  position: absolute;
  font-size: 2em;
  left: 0;
  top: 0.15em;
}
.cb-coupon.internal .cb-coupon__expiry label {
  display: block;
}
.cb-coupon.internal .cb-coupon__expiry span {
  font-size: 1.2em;
  font-weight: 600;
}
.cb-coupon.internal .cb-coupon__offer_glance-inside {
  position: absolute;
  right: 0;
  font-size: 1em;
  text-align: right;
  top: 0;
  /* bottom: 0; */
  padding: 0.7rem;
}
.cb-coupon.internal:before {
  display: none;
}
.cb-coupon.internal .cb-coupon__price {
  font-size: 1.75em;
  position: relative;
}
.cb-coupon.internal .cb-coupon__price label {
  color: #19BD9B;
  font-weight: 600;
  letter-spacing: 1px;
}
.cb-coupon.internal .cb-coupon__price label span {
  vertical-align: top;
  /* margin-top: 0px; */
  font-size: 0.8em;
  position: relative;
  font-weight: normal;
}
.cb-coupon.internal .cb-coupon__price i {
  font-style: normal;
  opacity: 0.6;
  font-size: 0.8em;
  text-decoration: line-through;
  display: block;
}
.cb-coupon.internal .cb-coupon__price .cb-coupon__percent {
  font-size: 0.6em;
  text-align: center;
  position: absolute;
  left: -4em;
  font-weight: normal;
  top: 0;
  background: #E84C3D;
  border-radius: 5px;
  color: #fff;
  padding: 5px 3px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.cb-coupon.internal .cb-coupon__price .cb-coupon__percent span {
  display: block;
}
.cb-coupon.internal .cb-coupon__price .cb-coupon__percent:before {
  content: "";
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent transparent #E84C3D;
  position: absolute;
  right: -1rem;
  top: 10px;
}
.cb-coupon.list {
  background-color: #d82a1a;
  box-shadow: none;
}
.cb-coupon.list:hover {
  background: #E84C3D;
}
.cb-coupon.list h1 {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}
.cb-coupon.list h1:before {
  font-family: 'icomoon' !important;
  content: "\e376";
  display: block;
  font-size: 1.5em;
  margin-bottom: 1rem;
}
.ad-placement {
  background: #000;
  height: 200px;
  margin: 1rem;
}
.coupon-grid {
  position: relative;
}
.coupon-grid .cb-coupon__count {
  position: absolute;
  bottom: 1em;
  z-index: 1;
  right: 1em;
  display: block;
  background: rgba(0, 0, 0, 0.64);
  color: #fff;
  padding: 5px;
  padding-left: 2.8em;
  text-align: left;
  border-radius: 5px;
}
.coupon-grid .cb-coupon__count label {
  display: block;
  opacity: 0.5;
}
.coupon-grid .cb-coupon__count span {
  font-weight: bold;
}
.coupon-grid .cb-coupon__count:before {
  font-family: 'icomoon' !important;
  content: "\e138";
  position: absolute;
  left: 5px;
  top: 7px;
  font-size: 1.8em;
}
.coupon-grid .vertical-centered {
  font-size: 0.8em;
}
.coupon-grid > label {
  position: absolute;
  left: 3px;
  top: 0px;
  /* font-weight: 700; */
  color: #fff;
  z-index: 11;
  display: block;
  text-align: left;
  font-size: 12px;
}
.fluid_container {
  padding: 0;
  display: grid;
  grid-gap: 2rem;
  grid-column-gap: 2.5rem;
  max-width: 1440px;
  position: relative;
  margin: 2rem auto;
}
.coupon-grid .cb-coupon {
  margin: 0;
  background-color: #efefef;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
  padding: 0;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ie-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 64em) {
  body.landing .filter-bar {
    text-align: right;
  }
  body.landing #content .section-heading {
    text-align: left;
  }
  .coupon-grid.size__f-f .cb-coupon {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(150px, 620px) 160px;
  }
  .coupon-grid.size__f-f .vertical-centered {
    font-size: 1.2em;
  }
  .coupon-grid.size__f-f .cb-coupon__offer-img img {
    max-height: max-content;
  }
  .coupon-grid.size__h-f .cb-coupon {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(150px, 620px) 140px;
  }
  .coupon-grid.size__h-f .cb-coupon .cb-coupon__content {
    display: grid;
    grid-template-columns: 1fr;
    align-items: end;
  }
  .coupon-grid.size__h-f .vertical-centered {
    font-size: 0.8rem;
    align-self: flex-start;
  }
  .coupon-grid.size__h-f .cb-coupon__offer-img img {
    height: 100%;
  }
  .coupon-grid.size__f-h .cb-coupon {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: minmax(150px, 360px) 0px;
  }
  .coupon-grid.size__f-h .cb-coupon .cb-coupon__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 80px;
    align-items: end;
  }
  .coupon-grid.size__f-h .cb-coupon .cb-coupon__cta {
    position: absolute;
    bottom: 0;
    right: 1em;
  }
  .coupon-grid.size__f-h .cb-coupon .cb-coupon__content {
    align-self: stretch;
    position: relative;
  }
  .coupon-grid.size__f-h .cb-coupon .cb-coupon__coupon-footer:before,
  .coupon-grid.size__f-h .cb-coupon .cb-coupon__coupon-footer:after {
    display: none;
  }
  .coupon-grid.size__f-h .vertical-centered {
    font-size: 0.8rem;
    align-self: normal;
  }
  .coupon-grid.size__f-t .cb-coupon {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: minmax(100px, 230px) 0px;
  }
  .coupon-grid.size__f-t .cb-coupon .cb-coupon__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 80px;
    align-items: end;
  }
  .coupon-grid.size__f-t .cb-coupon .cb-coupon__cta {
    position: absolute;
    bottom: 0;
    right: 1em;
  }
  .coupon-grid.size__f-t .cb-coupon .cb-coupon__content {
    align-self: stretch;
    position: relative;
  }
  .coupon-grid.size__f-t .cb-coupon .cb-coupon__coupon-footer:before,
  .coupon-grid.size__f-t .cb-coupon .cb-coupon__coupon-footer:after {
    display: none;
  }
  .coupon-grid.size__f-t .cb-coupon i {
    transform: scale(0.9);
    transform-origin: top;
  }
  .coupon-grid.size__f-t .vertical-centered {
    font-size: 0.65rem;
    align-self: normal;
  }
  .coupon-grid.size__f-t .vertical-centered .cb-coupon__offer_glance-inside {
    padding: 0.4rem 0.7rem !important;
  }
  .coupon-grid.size__h-h .cb-coupon {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(150px, 225px) 140px;
  }
  .coupon-grid.size__h-h .cb-coupon .cb-coupon__content {
    display: grid;
    grid-template-columns: 1fr;
    align-items: end;
  }
  .coupon-grid.size__h-h .vertical-centered {
    font-size: 0.8rem;
    align-self: flex-start;
  }
  .coupon-grid.size__h-h .cb-coupon__offer-img img {
    height: 100%;
  }
  .coupon-grid.size__h-t .cb-coupon {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(100px, 100px) 132px;
  }
  .coupon-grid.size__h-t .vertical-centered {
    font-size: 0.65rem;
  }
  .coupon-grid.size__h-t .vertical-centered .cb-coupon__offer_glance-inside {
    padding: 0.4rem 0.7rem !important;
  }
  .coupon-grid.size__h-t .cb-coupon__offer-img img {
    max-height: 173.33333333px;
  }
  .fluid_container.type-2A {
    grid-template-columns: repeat(2, 1fr);
  }
  .fluid_container.type-3A {
    grid-template-columns: repeat(2, 1fr);
  }
  .fluid_container.type-3A .size__h-f {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .fluid_container.type-3B {
    grid-template-columns: repeat(2, 1fr);
  }
  .fluid_container.type-3B .size__h-f {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
  .fluid_container.type-3C {
    grid-template-columns: repeat(2, 1fr);
  }
  .fluid_container.type-3C .size__f-h {
    grid-column: 1 / span 2;
    grid-row: 1;
  }
  .fluid_container.type-3C .size__f-h .cb-coupon img {
    max-height: none;
  }
  .fluid_container.type-3D {
    grid-template-columns: repeat(2, 1fr);
  }
  .fluid_container.type-3D .size__f-h {
    grid-column: 1 / span 2;
    grid-row: 2;
  }
  .fluid_container.type-4A {
    grid-template-columns: repeat(2, 1fr);
  }
  .fluid_container.type-4B {
    grid-template-columns: repeat(2, 1fr);
  }
  .fluid_container.type-4B .coupon-grid.size__h-f .cb-coupon__offer-img img {
    height: 100%;
  }
  .fluid_container.type-4B .size__h-f {
    grid-column: 1;
    grid-row: 1 / span 3;
  }
  .fluid_container.type-4C {
    grid-template-columns: repeat(2, 1fr);
  }
  .fluid_container.type-4C .size__h-f {
    grid-column: 2;
    grid-row: 1 / span 3;
  }
  .fluid_container.type-4D {
    grid-template-columns: repeat(2, 1fr);
  }
  .fluid_container.type-4D .size__f-t {
    grid-column: 1 / span 2;
  }
  .fluid_container.type-4E {
    grid-template-columns: repeat(2, 1fr);
  }
  .fluid_container.type-4E .size__f-t {
    grid-column: 1 / span 2;
    grid-row: 1;
  }
  .fluid_container.type-4E .size__f-t:last-child {
    grid-row: 3;
  }
  .fluid_container.type-4F {
    grid-template-columns: repeat(2, 1fr);
  }
  .fluid_container.type-4F .size__f-t {
    grid-column: 1 / span 2;
  }
  .fluid_container.type-4F .size__f-t:last-child {
    grid-column: 1 / span 2;
  }
  .fluid_container.type-5A {
    grid-template-columns: repeat(2, 1fr);
  }
  .fluid_container.type-5A .nest {
    grid-column: 2;
    grid-template-columns: 1fr;
    grid-row: 1 / span 3;
    grid-gap: 2rem;
    display: grid;
  }
  .fluid_container.type-5B {
    grid-template-columns: repeat(2, 1fr);
  }
  .fluid_container.type-5B .nest {
    grid-column: 1;
    grid-template-columns: 1fr;
    grid-row: 1 / span 3;
    grid-gap: 1rem;
    display: grid;
  }
  .fluid_container.type-5C {
    grid-template-columns: repeat(2, 1fr);
  }
  .fluid_container.type-5C .size__f-t {
    grid-column: 1 / span 2;
  }
  .fluid_container.type-5D {
    grid-template-columns: repeat(2, 1fr);
  }
  .fluid_container.type-5D .size__f-t {
    grid-column: 1 / span 2;
    grid-row: 3;
  }
  .fluid_container.type-5E {
    grid-template-columns: repeat(2, 1fr);
  }
  .fluid_container.type-5E .size__f-t {
    grid-column: 1 / span 2;
    grid-row: 2;
  }
  .fluid_container.type-6A {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cb__other-offer {
  overflow: hidden;
  background: linear-gradient(90deg, #b77501 0%, #e8ac42 100%);
  border-radius: 15px;
  position: relative;
  text-align: center;
}
.cb__other-offer .cb__other-offer-unitscount {
  background: linear-gradient(90deg, #000000 0%, #273339 100%);
  color: #fff;
  text-align: center;
  padding: 3rem;
  position: relative;
}
.cb__other-offer .cb__other-offer-unitscount:before {
  position: absolute;
  background: url(../images/voucher.svg);
  content: "";
  height: 100px;
  width: 62px;
  bottom: -40px;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 11;
  background-size: 100% cover;
  opacity: 0.1;
  right: 2rem;
}
.cb__other-offer .cb__other-offer-unitscount span {
  font-size: 3.5em;
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.cb__other-offer .cb__other-offer-unitscount label {
  font-weight: 300;
  line-height: 25px;
}
.cb__other-offer .cb__other-offer-content {
  padding: 3vw 2vw;
}
.cb__other-offer .cb__other-offer-content h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #482609;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.cb__other-offer .cb__other-offer-content label {
  color: #000;
  font-weight: 300;
  display: block;
}
.cb__other-offer .cb__other-offer-content label > span {
  display: block;
  padding: 0.5rem 0;
}
.cb__other-offer .cb__other-offer-content label strong {
  text-transform: uppercase;
  color: #273339;
  font-size: 1.5rem;
  display: block;
  padding: 5px 0;
  font-weight: 400;
}
.cb__other-offer .cb__other-offer-content label strong span {
  display: inline;
  border-bottom: 1px dashed #273339;
  letter-spacing: 2px;
}
.cb__other-offer .cb__other-offer--cta {
  position: relative;
}
.cb__other-offer .cb__other-offer--cta:before {
  content: "";
  background: url(../images/vc-logo-icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 230px;
  background-position: bottom -30px center;
  filter: grayscale(100%);
  opacity: 0.05;
  left: 0;
}
.cb__other-offer .cb__other-offer--cta .cb__other-offer--cta_wrap {
  text-align: center;
}
.cb__other-offer .cb__other-offer--cta label,
.cb__other-offer .cb__other-offer--cta .cb__other-offer--cta_wrap {
  position: relative;
  z-index: 11;
  padding: 1rem;
  display: block;
  color: #1a2226;
  font-weight: 300;
}
.cb__other-offer .cb__other-offer--cta .ovx-btn {
  border-radius: 6px;
  font-weight: 300;
}
.cb__other-offer .cb__other-offer--cta img {
  max-height: 45px;
  padding: 10px 0;
}
.no-scroll {
  overflow: hidden;
}
.ovx-description-box {
  background: #eee;
  position: relative;
  margin-bottom: 1rem;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1rem;
}
.ovx-description-box h3 {
  font-weight: bold;
}
.ovx-description-box p {
  font-weight: 300;
}
.ovx-description-box .ovx-popup-trigger {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.ovx-description-box .ovx-popup-trigger:after {
  border-right: 0px solid #E84C3D;
  border-top: 40px solid #E84C3D;
  border-bottom: 40px solid transparent;
  border-left: 40px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.ovx-description-box .ovx-popup-trigger:before {
  font-family: 'icomoon' !important;
  content: "\e363";
  position: relative;
  z-index: 11;
  font-size: 0.9em;
  right: 3px;
  top: 3px;
  color: #fff;
}
.ovx_close_popup {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  cursor: pointer;
  background: #dbb128;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ovx_close_popup:hover {
  opacity: 1;
}
.ovx-popup-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #ffffff;
  opacity: 0;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.ovx-popup-overlay.show {
  opacity: 0.8;
}
.ovx-popup {
  visibility: hidden;
  opacity: 0;
  top: 0;
  text-align: center;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.ovx-popup.show {
  visibility: visible;
  opacity: 1;
  overflow: hidden scroll;
}
.ovx-popup.show .ovx-popup-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.ovx-popup:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.5em;
  height: 100%;
}
.ovx-popup .ovx-popup-content {
  vertical-align: middle;
  width: 99.9%;
  display: inline-block;
  background: #fff;
  max-width: 650px;
  padding: 0 0 20px;
  position: relative;
  text-align: left;
  border: 5px solid #323D4C;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.ovx-popup .widget-head h5 {
  margin: 0;
  margin-top: 1rem;
  font-size: 1.2em;
  color: #d59900;
}
@media screen and (min-width: 35.5em) {
  #content .inv-calc .ovx-form input {
    font-size: 109%;
  }
  #case-overview > .container h2 {
    font-size: 2em;
  }
  #case-overview .case-vars .var-block {
    padding: 1.2em 0.8em;
  }
}
@media screen and (min-width: 48em) {
  body {
    padding-top: 4.1em;
  }
  .Textleft-Rescenter,
  .TextLeft-resCenter {
    text-align: left;
  }
  .Textright-Rescenter {
    text-align: right;
  }
  .pure-g.odd {
    background: transparent;
  }
  #login {
    text-align: right;
  }
  #case-overview > .container {
    padding: 1.5em;
  }
  .TextRight-resCenter {
    text-align: right;
  }
  #content .cta > .pure-u-1 .ovx-btn {
    width: 97%;
  }
  #content .inv-calc .ovx-form label {
    padding: 0 0.5em;
    text-align: right;
  }
  #content .inv-calc .ovx-form label span {
    display: block;
  }
  #case-overview .case-vars .var-block label {
    font-size: 1em;
  }
  #case-overview > .container .TextRight-resCenter {
    font-size: 1em;
  }
  .widget .not-a-member {
    border: 0;
    border-left: 1px solid #c0c0c0;
    padding: 0;
  }
  .field-group .pure-u-md-7-24 {
    text-align: right;
  }
  .Textright-Rescenter {
    text-align: right;
  }
  .coupon-container .coupon strong {
    text-align: left;
  }
  body.landing.home header .header-content h1 {
    line-height: 88px;
    font-size: 5em;
  }
  body.landing.home header .header-content p {
    font-size: 1.5em;
  }
  #login .ovx-btn.vt {
    margin-bottom: 0;
  }
  #content .cta .button-group,
  #content .cta .button-group .ovx-btn {
    position: absolute;
    margin: 0;
  }
  .widget > .pure-g {
    padding: 1em 1.5em;
  }
  .couponblade_coupon .cbgrid .half_full {
    width: 500px;
  }
  .cb__other-offer {
    text-align: left;
    display: grid;
    grid-template-columns: minmax(min-content, 200px) minmax(200px, 1fr) 250px;
  }
  .cb__other-offer .cb__other-offer-content label strong {
    padding-left: 3rem;
  }
  .cb__other-offer .cb__other-offer--cta .cb__other-offer--cta_wrap {
    margin-bottom: 1rem;
    text-align: right;
  }
  .cb__other-offer .cb__other-offer-unitscount:before {
    right: inherit;
    left: 167px;
  }
}
@media screen and (min-width: 64em) {
  #content {
    min-height: 700px;
  }
  #content .inv-calc .ovx-form {
    margin-bottom: 0;
  }
  #content .inv-calc .ovx-form label {
    font-size: 1em;
  }
  #case-overview {
    padding: 7em 0 0;
  }
  .dashboard > .pure-g > .pure-u-lg-1-4,
  .dashboard > .pure-g > .pure-u-lg-3-4 {
    display: table-cell;
    vertical-align: top;
    position: relative;
    height: 100%;
  }
  .dashboard > .pure-g > .pure-u-lg-1-4 {
    padding: 0em;
  }
  .dashboard > .pure-g > .pure-u-lg-1-4 > .pure-g {
    margin: 0 0.5em;
    text-align: center;
  }
  .dashboard > .pure-g > .pure-u-lg-1-4 h3 {
    color: #aaa;
    padding: 1em 1em 0;
    font-size: 0.9em;
  }
  .widget.steps > .pure-g {
    padding-bottom: 5.5em;
  }
  .widget.steps .field-group.Textright {
    position: absolute;
    right: 1.5em;
    left: 0;
    bottom: 1.5em;
  }
  .couponblade_coupon .cbgrid .half_full.leftfloat {
    float: left;
  }
  .cb-coupon {
    font-size: 12px;
  }
  .cb-coupon .cb-coupon__offer_glance strong {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 80em) {
  #content {
    min-height: 700px;
    min-height: 75vh;
  }
  #case-overview {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .top-header #login {
    display: inline-flex;
    flex-direction: column-reverse;
    gap: 10px;
    margin: 1rem 0 0;
  }
}
/*
1. Base
2. Layout
3. Module
4. State
5. Theme
*/
/*
1. BASE
*/
/*
2. LAYOUT
Layout rules divide the page into sections. Layouts hold one or
more modules together.
*/
/*
3. MODULE
Modules are the reusable, modular parts of our design. They are
the call-outs, the sidebar sections, the product lists and so on.
*/
/*
4. STATE
State rules are ways to describe how our modules or layouts will
look when in a particular state. Is it hidden or expanded?
*/
/*
5. THEME
Theme rules are similar to state rules in that they describe
how modules or layouts might look.
*/
/*# sourceMappingURL=styles.css.map */