/*
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;
  }
}
.img-button {
  -webkit-box-shadow: 0px 1px 2px #999;
  -moz-box-shadow: 0px 1px 2px #999;
  box-shadow: 0px 1px 2px #999;
  animation: fade 0.5s;
  opacity: 0.9;
}
.img-button:hover {
  opacity: 1;
}
.img-button:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.is-visible {
  opacity: 1;
  animation: fade 0.5s;
}
.is-hidden {
  opacity: 0;
  animation: fade 0.5s 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 #80644C;
  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 #aaa - #333;
  -moz-box-shadow: 0px 0px 2px #aaa - #333;
  box-shadow: 0px 0px 2px #aaa - #333;
}
.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;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 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 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ovx-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.ovx-btn:before {
  margin-right: 5px;
}
.ovx-btn {
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  *overflow: visible;
  padding: 0.5em 1em;
  color: #fff;
  *color: #444;
  border: 1px solid #64af44;
  background-color: #64af44;
  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: #4f8a36;
}
.ovx-btn.wireframed {
  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;
  border: 1px solid #64af44;
  background: none;
  color: #64af44;
  border-radius: 0px;
}
.ovx-btn.wireframed:hover {
  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;
  border: 1px solid #64af44;
  background: #64af44;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.ovx-btn.wireframed:active {
  background: #191919;
}
.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 #aaa;
  background-color: #EAEEF2;
  color: #444;
  text-decoration: none;
  font-size: 100%;
  font-family: inherit;
  *font-size: 90%;
  *overflow: visible;
  *color: #444;
}
.ovx-label:active {
  background-color: #80644C !important;
}
.ovx-label.squared {
  padding-left: 0;
  padding-right: 0;
}
.ovx-label.wireframed {
  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;
  border: 1px solid #80644C;
  background: none;
  color: #80644C;
  border-radius: 0px;
}
.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;
  font-size: 80%;
}
.event-success {
  background: #64af44 !important;
  border: 1px solid #64af44 !important;
}
.event-success.wireframed {
  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;
  border: 1px solid #64af44;
  background: transparent;
  color: #64af44;
}
.event-success.wireframed:hover {
  background: #64af44;
  color: #fff;
  border-color: #64af44;
}
.event-success:active {
  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;
  border: 1px solid #64af44;
  background: #64af44 - #333;
  color: #fff;
}
.event-error {
  background: #F63A49 !important;
  border: 1px solid #F63A49 !important;
}
.event-error.wireframed {
  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;
  border: 1px solid #F63A49;
  background: transparent;
  color: #F63A49;
}
.event-error.wireframed:hover {
  background: #F63A49;
  color: #fff;
  border-color: #F63A49;
}
.event-error:active {
  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;
  border: 1px solid #F63A49;
  background: #F63A49 - #333;
  color: #fff;
}
.event-warning {
  background: #C59A48 !important;
  border: 1px solid #C59A48 !important;
}
.event-warning.wireframed {
  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;
  border: 1px solid #C59A48;
  background: transparent;
  color: #C59A48;
}
.event-warning.wireframed:hover {
  background: #C59A48;
  color: #fff;
  border-color: #C59A48;
}
.event-warning:active {
  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;
  border: 1px solid #C59A48;
  background: #C59A48 - #333;
  color: #fff;
}
.event-secondary {
  background: #80644C !important;
  border: 1px solid #80644C !important;
}
.event-secondary.wireframed {
  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;
  border: 1px solid #80644C;
  background: transparent;
  color: #80644C;
}
.event-secondary.wireframed:hover {
  background: #80644C;
  color: #fff;
  border-color: #80644C;
}
.event-secondary:active {
  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;
  border: 1px solid #80644C;
  background: #80644C - #333;
  color: #fff;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* common settings start here*/
.vt {
  vertical-align: top;
}
.vm {
  vertical-align: middle;
}
.dib {
  display: inline-block;
}
.posr {
  position: relative;
}
.posr .tooltip {
  top: 0;
  right: -18px;
  background: #C59A48;
}
.posr .tooltip:before {
  border-color: #a67f34 transparent;
}
.posr .tooltip:after {
  background: #a67f34;
}
.top-header .pure-g,
.landing .pure-g {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
}
.table {
  display: table;
}
.tr {
  text-align: right;
}
.color-warning {
  color: #C59A48 !important;
}
.color-success {
  color: #64af44 !important;
}
span.value {
  border-bottom: 1px dotted #ccc;
  font-weight: 300;
}
body {
  font-family: 'Roboto', sans-serif;
  background: #F0F2F2;
  color: #80644C;
  position: relative;
  padding-top: 4em;
}
.leftfloat {
  float: left;
}
.uppercase {
  text-transform: uppercase;
}
* {
  font-family: 'Roboto', sans-serif;
}
i.mandatory {
  color: #F63A49;
  font-style: normal;
  font-size: 18px !important;
  vertical-align: top;
}
.field-group > h5 {
  color: #666;
}
p {
  margin: 0.5em 0;
  font-family: 'Roboto', sans-serif;
}
a {
  text-decoration: none;
  outline: none !important;
  color: #ebecec;
}
a.link {
  text-decoration: none;
  color: #80644C;
}
a.greenlink {
  color: #64af44 !important;
}
.redlink {
  color: #F63A49 !important;
  background: none;
  border: none;
  font-size: inherit;
  font-family: 'Roboto', sans-serif;
}
.ovx-btn-group .redlink {
  text-decoration: underline;
}
.bb {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2em;
}
.bt {
  border-top: 1px solid #c6b19f;
  padding-top: 1em !important;
  margin-top: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #333;
  letter-spacing: normal;
}
/* This only works with JavaScript,
if it's not present, don't show loader */
h1,
h2,
h3,
h4 {
  font-weight: lighter;
  margin: 0;
  text-transform: uppercase;
}
h2 {
  color: #80644C;
  font-size: 1.3em;
}
.TextRight-resCenter,
.Textright-Rescenter,
.TextLeft-resCenter,
.Textleft-Rescenter {
  text-align: center;
}
.TextCenter-resLeft {
  text-align: center;
}
.TextCenter-resRight {
  text-align: left;
}
.fright-rescenter {
  float: none;
}
.Textright-resLeft {
  text-align: left;
}
.no-js #loader {
  display: none;
}
.third-party-logo {
  text-align: center;
  margin-bottom: 1em;
}
.third-party-logo img {
  max-height: 50px;
}
.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: 1100px;
  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;
}
.Textright-Rescenter.field-group {
  margin: 0;
}
.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;
}
.highlighted-address {
  color: #333;
  text-align: center;
  padding: 1em 0;
  line-height: 24px;
  border-bottom: 1px dashed #80644C;
  margin-bottom: 1em;
}
.highlighted-address strong {
  border-bottom: 1px solid #80644C;
  color: #80644C;
}
.home-about > .pure-g {
  min-height: 700px;
}
.home-about .ovx-accordion > li > a {
  color: #fff;
}
.home-about .ovx-accordion > li ul a {
  color: #80644C;
  text-decoration: underline;
}
#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;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#header .ovx-select-group {
  padding: 0.2em 0;
}
header .Textright-Rescenter {
  display: inline-block;
  vertical-align: middle;
}
header ul li {
  cursor: default;
}
header ul li span {
  display: block;
  padding: 8px 12px;
}
header ul#login li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
header .header-content {
  display: none;
}
header .top-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  min-height: 70px;
  background-color: #EFF2F2;
}
header .top-header .container {
  padding: 1em 0.5em;
  max-width: 98%;
}
.ovx-slider {
  margin: 5em auto 0.5em;
  max-width: 750px;
}
.ovx-slider h4 {
  font-weight: 400;
  text-transform: none;
  font-size: 1.1em;
  margin: 0.5em 0;
  color: #777;
  line-height: 28px;
}
.ovx-slider .ovx-btn {
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 0.5em;
}
.ovx-slider .owl-controls {
  margin-top: 1em;
}
@media screen and (min-width: 64em) {
  .ovx-slider {
    margin-top: 8em;
  }
}
main {
  height: 85vh;
  position: relative;
}
main h1 {
  font-size: 24px;
  color: #666;
  letter-spacing: 3px;
}
main h1 span {
  font-weight: 500;
}
main .big-logo {
  max-width: 100%;
  height: auto;
  max-height: 80px;
}
main:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.5em;
  height: 100%;
}
main > .pure-g.container {
  display: inline-block;
  vertical-align: middle;
  width: 99%;
  text-align: center;
}
#logo {
  vertical-align: middle;
  padding: 0;
}
#logo a {
  display: inline-block;
  vertical-align: middle;
}
#logo img {
  max-width: 215px;
  margin-top: 0;
  max-height: 37px;
  display: inline-block;
  vertical-align: top;
}
#content {
  background: #fff;
  overflow: hidden;
  min-height: 460px;
  padding: 3.5em 0;
}
#content .cta {
  background: #333742;
  padding: 1.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 {
  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 .coupons {
  margin: 1em auto;
  background: #fff;
  padding: 0;
}
#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;
  /* text-align: right;
             padding:0 0.8em;*/
}
#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;
}
.spacing {
  margin-top: 2em;
}
.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;
}
.widget.static-pages .pure-g div.widget-head {
  padding-left: 0;
  text-align: left;
}
.widget.static-pages p {
  line-height: 32px;
  margin: 1em 0;
  text-align: justify;
}
.widget.static-pages p b {
  display: block;
}
.widget.static-pages p a {
  text-decoration: underline;
  color: blue;
}
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 {
  font-size: 0.9em;
}
.widget .field-group-pair:hover {
  background: #fafafa;
}
.widget .field-group-pair .ovx-btn.rounded {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 4px;
  margin-left: 5px;
}
.widget .field-group-pair .field-group .pure-u-1 {
  vertical-align: middle;
}
.widget .field-group-pair .labelvalue {
  text-align: right;
  font-weight: 300;
}
.widget .field-group-pair .labelvalue .ovx-select-group {
  margin-bottom: 0.2em;
}
.widget .field-group-pair .field-group.to-hide {
  text-align: right;
  font-weight: inherit;
  display: none;
}
.widget .field-group-pair .field-group.to-hide.show {
  display: block;
  background: #f5f5f5;
}
.widget .field-group-pair .trigger {
  opacity: 0.5;
}
.widget .field-group-pair:hover .trigger {
  opacity: 1;
}
.widget h3 {
  color: #80644C;
}
.widget h4 {
  text-transform: none;
  font-weight: 400;
  color: #b98d3b;
  padding: 0.5em 0;
  font-size: 1.1em;
}
.widget h4 span {
  color: #64af44;
  padding: 0 5px;
}
.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: #c6b19f;
  margin-bottom: 1em;
  transition: all ease 1s 0s;
}
.widget fieldset legend {
  padding: 0 5px;
  font-weight: 600;
}
.widget .link {
  font-size: 0.9em;
}
.widget > .pure-g {
  border: 1px solid #c6b19f;
  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;
}
.widget > .pure-g .widget-head {
  background: none;
  color: #80644C;
  border-bottom: 1px solid #c6b19f;
  margin-bottom: 1em !important;
  padding: 0.5em 1em 1em;
  text-align: center;
  position: relative;
}
.widget > .pure-g .widget-head h3 {
  color: #a07d5f;
  font-weight: 400;
}
.widget > .pure-g .widget-head label {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
.widget > .pure-g .widget-head small {
  color: #111;
}
.widget > .pure-g .widget-head small a {
  text-decoration: underline;
}
.widget > .widget-head {
  padding: 0.5em;
  background: #333;
  text-align: left;
  color: #fff;
  margin: 0 !important;
}
.widget > .widget-head h3,
.widget > .widget-head h4 {
  color: #fff;
  font-size: 1em;
}
.widget > .widget-head h4 {
  font-size: 1em;
}
.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: #80644C;
  text-transform: none;
  font-size: 1.2em;
}
.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 {
  margin-bottom: 0.5em;
  display: block;
}
.widget.signup h4 {
  color: #80644C;
  font-weight: normal;
  text-transform: none;
  margin: 0.5em 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #c6b19f;
}
.widget.signup h4 i {
  font-style: normal;
  display: block;
}
.widget.signup i {
  font-size: 0.8em;
}
.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 .layout_labels {
  padding: 1em 0;
}
.widget.steps .layout_labels .pure-u-1 {
  text-align: center;
}
.widget.steps .layout_labels label {
  cursor: pointer;
}
.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: #64af44;
}
.widget.steps .ask_image {
  text-align: center;
}
.widget.steps .ask_image div span {
  font-size: 1.2em;
  color: #C59A48;
}
.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 .spanned-label {
  display: block;
  margin-bottom: 0.5em;
}
.widget .spanned-label span {
  font-size: 0.8em;
  display: block;
}
.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: #80644C;
}
.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;
}
.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.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;
}
.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;
}
.table-striped {
  margin-bottom: 1em;
}
.table-striped img {
  max-height: 22px;
  vertical-align: top;
  margin: 0 5px;
}
#footer {
  padding: 0.5em 0;
  font-weight: normal;
}
#footer p {
  font-size: 0.8em;
  color: #ccc;
}
#footer p a {
  color: #C59A48;
  padding: 0 5px;
}
#footer p a:hover {
  text-decoration: underline;
}
#footer ul li {
  display: inline-block;
  vertical-align: top;
}
#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: rgba(215, 215, 215, 0.5);
  border-left: 3px solid #fa9ca3;
  position: relative;
  border-right: 3px solid #fa9ca3;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  min-height: 94px;
  height: 112px;
}
.coupon-container .coupon > strong {
  display: block;
  padding: 0.3em;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  font-weight: normal;
  background: #e5e5e5;
  text-overflow: ellipsis;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.coupon-container .coupon > strong a {
  color: #4DA0E4;
}
.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(215, 215, 215, 0.9);
  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 a {
  color: #4DA0E4;
  border: 1px solid #4DA0E4;
  padding: 0.5em;
  position: absolute;
  left: 46%;
  top: 35%;
  -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 a:hover {
  background: #4DA0E4;
  color: #fff;
}
.coupon-container .coupon .overlay:hover a {
  top: 40%;
}
.coupon-container .coupon:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.coupon-container .pure-u-1.pure-u-lg-1-3.ticker {
  padding: 0 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;
  padding: 1em;
  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;
  background: #EBEBEB;
  margin: 1em;
  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;
}
.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: 98%;
  height: 100%;
  padding-top: 1%;
}
.couponblade_coupon .cbgrid .img_placeholder {
  display: inline-block;
  position: relative;
  background: #eee;
}
.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;
}
.couponblade_coupon .cbgrid .full_full .img_placeholder {
  height: 375px;
}
.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;
}
.cbgrid .item .block_data i:before {
  display: block;
  content: "";
  clear: both;
}
.cbgrid .item .block_data i {
  float: right;
  font-weight: lighter;
  color: #82B56D;
  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 {
  width: 500px;
  height: 520px;
}
.couponblade_coupon .cbgrid .half_full .img_placeholder {
  height: 280px;
}
.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: 235px;
}
.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;
}
.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;
}
.couponblade_coupon .cbgrid .full_third .img_placeholder {
  height: 100%;
  width: 60%;
}
.couponblade_coupon .cbgrid .outer_container {
  width: 536px;
}
.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: #80644C;
  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: #F63A49;
  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;
}
.other_offer_wrap .block {
  padding: 0 0 0.5em;
  background: #EAEEF2;
}
.other_offer_wrap .block h2 {
  padding: 1em;
  background: #323d4c;
  color: #fff;
}
.other_offer_wrap .block label {
  display: inline-block;
  width: 57%;
  color: #777;
}
.other_offer_wrap .block .offer_details_row {
  margin: 10px 0;
  padding: 0 1em;
}
.other_offer_wrap .block label.value {
  width: 40%;
  color: #111;
}
.other_offer_wrap .block label.value .old_price {
  text-decoration: line-through;
}
.other_offer_wrap .block p {
  font-size: 16px;
  margin: 10px 0;
  padding: 0 1em;
  color: #777;
}
.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: #ffffff;
  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: #c6b19f;
  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/vclogo2.png) no-repeat center;
}
.conf_group {
  background-color: #f8f8f8;
  border: 1px solid #c4c7c7;
  overflow: hidden;
  margin-bottom: 1em;
}
.conf_group p i {
  color: #CC9A34;
}
.conf_group div strong {
  display: block;
  background: #eeeeee;
  display: inline-block;
  padding: 0.2em 2em;
  font-size: 24px;
  font-family: monospace;
  border: 1px dashed #64af44;
  color: #64af44;
  font-weight: bold;
}
.conf_group.Textcenter {
  margin: 1em 0 0;
  padding: 1em 0;
}
.requesting {
  background: url(../../../images/requestoffer.png) no-repeat bottom left 3em;
  padding: 0.5em 0;
  margin: 0;
}
.offering {
  background: url(../../../images/requestoffer.png) no-repeat top left 3em;
  padding: 0.5em 0;
  margin: 0;
}
.record-info .conf_group strong {
  font-weight: lighter;
  font-size: 0.8em;
}
.bid_option_block {
  margin: 1em;
  display: inline-block;
  vertical-align: top;
  background: url(../../../images/vclogo3.png) no-repeat center 7px;
  background-color: #ffffff;
  text-align: center;
  padding-top: 35px;
}
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 {
  box-shadow: 0px 0px 2px #333;
  background-color: #ccc;
}
.bid_option_block span {
  margin: 0.5em 1em;
  display: block;
  color: #fff;
  background: #c6b19f;
  font-size: 0.7em;
  padding: 0.5em;
}
.bid_option_block strong {
  margin: 0.5em 1em;
  display: block;
  color: #ebecec;
  font-size: 0.9em;
  font-weight: normal;
}
body.landing {
  padding-top: 0;
}
body.landing #logo {
  display: none;
}
body.landing .menu-button {
  display: block;
}
body.landing #content {
  margin: 0;
}
body.landing header .container {
  max-width: 100%;
}
body.landing header .container .pure-u-md-4-5 {
  width: 100%;
}
body.landing #footer {
  padding: 0;
}
body.landing #footer .integrated-with .Textcenter {
  opacity: 0.8;
  margin: 1em 0 0em;
}
body.landing #footer .integrated-with .Textcenter > .pure-u-1 {
  max-width: 330px;
}
body.landing #footer .integrated-with .Textcenter h4 {
  margin-bottom: 0.5em;
}
body.landing #footer .integrated-with h4 {
  margin-bottom: 1em;
  font-size: 0.9em;
}
body.landing #footer h4 {
  text-transform: none;
}
body.landing #footer p {
  padding: 0.5em 0;
}
body.landing header {
  position: relative;
  z-index: 10;
  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 header .header-content {
  text-align: center;
  width: 99.9%;
  vertical-align: middle;
  display: block;
}
body.landing header .header-content h1 {
  line-height: 50px;
  font-size: 2em;
  font-weight: 700;
  color: #333;
}
body.landing header .header-content h1 span {
  color: #64af44;
}
body.landing header .header-content p {
  color: #ddd;
  font-size: 1em;
  padding: 1em;
  padding-top: 0;
}
body.landing header .header-content .ovx-btn {
  background: #734a28;
  border-color: #734a28;
}
body.landing header .header-content:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.5em;
  height: 100%;
}
body.landing #content {
  background: #fff;
  min-height: 0;
  padding: 0;
  margin: 0;
}
body.landing #top-bar {
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 11;
}
body.landing .splitlayout {
  padding: 2em 0;
  position: relative;
  text-align: center;
}
body.landing .splitlayout .pure-u-12-24 {
  color: #fff;
}
body.landing .splitlayout h5 {
  margin: 0;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 300;
  color: #777;
}
body.landing .splitlayout h3 {
  font-size: 2em;
  color: #ebecec;
  margin: 1em 0;
}
body.landing .splitlayout .ovx-btn.expand {
  font-size: 130%;
}
body.landing .split-box {
  position: relative;
  padding: 0 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: 1em;
}
body.landing .split-box p {
  font-weight: lighter;
  color: #111;
  font-size: 1em;
}
body.landing .split-box p span {
  font-weight: bold;
  color: #734a28;
}
body.landing .split-box p i {
  font-style: normal;
  font-size: 0.8em;
  display: block;
  font-weight: 600;
  /* line-height: 0px; */
  color: #DD4E36;
  background: #eee;
  padding: 0 2px;
  opacity: 0.8;
}
body.landing #anchors {
  position: absolute;
  right: 1em;
  top: 50%;
  max-width: 30px;
  z-index: 2;
}
body.landing #anchors li {
  display: block;
  opacity: 0.5;
  text-align: center;
}
body.landing #anchors li a {
  display: inline-block;
  padding: 3px;
  background: #ebecec;
  vertical-align: top;
  border-radius: 50%;
  margin: 5px 0;
}
body.landing #anchors li.active {
  opacity: 1;
}
body.landing #anchors li.active a {
  padding: 6px;
}
body.landing div#content h2 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1.6em;
  color: #666;
}
body.landing div#content .pure-u-sm-3-4 p {
  padding: 0 0.5em;
  line-height: 27px;
  text-align: justify;
}
body.landing div#content .Textcenter img {
  margin: 0 0.5em;
}
body.landing div#content form {
  max-width: 600px;
  margin: 2em auto;
}
body.landing div#content form ul {
  margin: 1em 0;
}
body.landing div#content form ul li {
  color: #888;
}
body.landing div#content form .ovx-btn.expand {
  width: 100% !important;
  margin: 0.5em 0;
}
body.landing div#content .pure-u-1.pure-u-sm-1-4,
body.landing div#content .pure-u-1.pure-u-sm-3-4 {
  margin: 2.5em 0;
}
.pure-g.odd {
  background: #eee;
}
.punches {
  font-size: 1.5em;
  color: #888;
  margin: 2.5em auto;
  opacity: 0.5;
  max-width: 290px;
  min-height: 190px;
  border: 1px solid #7a4820;
  padding: 0.5em;
}
.punches #typed {
  font-size: 2.2em;
  font-weight: bold;
  margin: 0 auto;
  text-transform: uppercase;
  color: #7a4820;
}
.typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  font-size: 2em;
  font-weight: 300;
  position: absolute;
}
.dashboard {
  vertical-align: middle;
  border: 1px solid #333;
}
.dashboard h1 {
  color: #80644C;
  padding: 0.5em 0;
}
.dashboard > .pure-g {
  display: inline-table;
  width: 100%;
  padding: 0 !important;
  border: none;
  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;
  background-color: #eee;
}
.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 > .pure-g .dashboard_option {
  display: block;
  width: 100%;
}
.dashboard > .pure-g > .pure-u-lg-1-4 > .pure-g .dashboard_option a {
  color: display: block;
  color: #80644C;
  text-decoration: underline;
  font-size: 0.9em;
  line-height: 30px;
}
.dashboard > .pure-g > .pure-u-lg-1-4 > .pure-g .dashboard_option a:hover {
  color: #604b39;
}
.dashboard > .pure-g > .pure-u-lg-1-4 h3 {
  color: #aaa;
  padding: 1em 1em 0;
  font-size: 0.9em;
}
.dashboard > .pure-g > .pure-u-lg-3-4 {
  text-align: center;
  min-height: 700px;
  padding: 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;
}
.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;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  white-space: initial;
  border-radius: 5px;
  border: 1px solid #64af44;
  background: transparent !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 > .pure-u-lg-3-4 .ovx-btn {
  font-weight: 300;
  padding: 2em 1em;
  box-sizing: border-box;
  white-space: initial;
}
.dashboard .ovx-breadcrumb-vertical {
  width: 270px;
  margin: 0.5em auto;
}
.dashboard-main {
  text-align: center;
}
.dashboard-main > .pure-g {
  background: none;
  border-color: #c6b19f;
}
.dashboard-main > .pure-g.details {
  border-top-width: 0px;
  background: #f7f7f7;
}
.dashboard-main > .pure-g.details span {
  font-size: 30px;
  font-weight: 300;
}
.dashboard-main .portion-term {
  max-width: 500px;
  margin: 0 auto;
  background: #eee;
  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;
}
.dashboard-main .pure-u-md-1-3 .portion-term {
  min-height: 100px;
  margin-bottom: 1em;
}
.secure-transaction {
  padding: 0.5em;
  font-size: 0.8em;
  font-weight: 200;
}
.paypal-form {
  margin: 0em auto;
  background: url(../images/security.jpg) no-repeat top right;
}
.paypal-form > p {
  padding-bottom: 1em;
  padding-right: 7.5em;
}
.paypal-form .field-group {
  color: #555;
  font-size: 90%;
  max-width: 450px;
  margin: 0 auto;
}
.paypal-form .field-group .pure-u-1 {
  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;
}
.paypal-form .field-group .pure-u-md-2-3 {
  font-weight: 200;
}
.buy-options h2 {
  font-size: 1.4em;
  font-weight: bold;
  color: #555;
  padding-top: 0.5em;
}
.clipboard.field-group input[type=text] {
  font-weight: lighter;
  max-width: 120px;
  text-align: center;
  letter-spacing: 1px;
}
.menu-button {
  left: 20px;
  top: 18px;
  position: absolute;
  z-index: 12;
  display: none;
}
/*Toggle Menu*/
#toggle-menu {
  display: inline-block;
  /* width: 15px; */
  /* height: 15px; */
  padding: 8px;
  cursor: pointer;
  border: 1px solid #333;
  opacity: 0.7;
  vertical-align: top;
}
.toggle-menu-default-state {
  display: none;
}
.toggle-menu-hidden {
  display: none;
}
.toggle-menu-visible {
  display: block;
}
#toggle-menu div {
  width: 20px;
  height: 15px;
  position: relative;
}
#toggle-menu span {
  display: block;
  width: 20px;
  height: 3px;
  background: #333;
  position: absolute;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#toggle-menu span.top {
  top: 0px;
}
#toggle-menu span.middle {
  top: 6px;
}
#toggle-menu span.bottom {
  top: 12px;
}
#toggle-menu.toggle-menu-visible span.top {
  -webkit-animation: inTop 0.8s forwards;
  -moz-animation: inTop 0.8s forwards;
  animation: inTop 0.8s forwards;
}
#toggle-menu.toggle-menu-visible span.middle {
  -webkit-animation: inMiddle 0.8s forwards;
  -moz-animation: inMiddle 0.8s forwards;
  animation: inMiddle 0.8s forwards;
}
#toggle-menu.toggle-menu-visible span.bottom {
  -webkit-animation: inBottom 0.8s forwards;
  -moz-animation: inBottom 0.8s forwards;
  animation: inBottom 0.8s forwards;
}
#toggle-menu.toggle-menu-hidden span.top {
  -webkit-animation: outTop 0.8s backwards;
  -webkit-animation-direction: reverse;
  -moz-animation: outTop 0.8s backwards;
  -moz-animation-direction: reverse;
  animation: outTop 0.8s backwards;
  animation-direction: reverse;
}
#toggle-menu.toggle-menu-hidden span.middle {
  -webkit-animation: outMiddle 0.8s backwards;
  -webkit-animation-direction: reverse;
  -moz-animation: outMiddle 0.8s backwards;
  -moz-animation-direction: reverse;
  animation: outMiddle 0.8s backwards;
  animation-direction: reverse;
}
#toggle-menu.toggle-menu-hidden span.bottom {
  -webkit-animation: outBottom 0.8s backwards;
  -webkit-animation-direction: reverse;
  -moz-animation: outBottom 0.8s backwards;
  -moz-animation-direction: reverse;
  animation: outBottom 0.8s backwards;
  animation-direction: reverse;
}
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 13;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}
/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
  white-space: nowrap;
}
.sidenav a.only-mobile {
  font-weight: bold;
  display: none;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.sidenav a.active {
  color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
.overlay3 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: -3;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
}
.show-length .ovx-select-group,
.show-length .show-info {
  display: inline-block;
  vertical-align: middle;
}
.show-length .show-info {
  padding: 0 0.5em;
  font-size: 0.9em;
}
.assets td.is-visible {
  pointer-events: none;
}
.assets td.is-visible table {
  border-collapse: collapse;
}
#member-directory .ovx-table thead th:hover {
  opacity: 0.8;
}
#member-directory .ovx-form {
  padding: 1em 0;
}
#member-directory .ovx-form .pure-u-1-2 {
  vertical-align: top;
}
#member-directory table {
  border-collapse: separate;
  border-bottom-width: 0px;
}
#member-directory tr.details-opened td {
  background: #ece8da;
}
#member-directory .is-visible {
  background: #e3dec9;
}
#member-directory .is-visible > div {
  display: inline-block;
  font-size: 0.8em;
  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;
  border-right: 1px solid;
}
#member-directory .is-visible > div a {
  color: blue !important;
}
#member-directory .is-visible > div label {
  font-weight: bold;
}
#member-directory .is-visible:hover {
  background: #e3dec9;
}
#member-directory .ovx-paginator .pagination li.disabled {
  display: inline-block;
  cursor: not-allowed !important;
  pointer-events: all !important;
}
#member-directory .ovx-paginator .pagination li.disabled a {
  padding-left: 0;
  width: auto;
  padding-right: 0;
}
#member-directory .ovx-paginator li.active {
  background-color: #64af44;
  border-color: #64af44;
  opacity: 1;
}
#member-directory .ovx-paginator .page {
  width: 34px;
  padding-left: 0;
  padding-right: 0;
}
#member-directory .ovx-paginator button.disabled {
  pointer-events: all !important;
  cursor: not-allowed !important;
}
#member-directory .ovx-paginator .ovx-btn {
  display: inline-flex;
}
#member-directory .ovx-table tbody td a {
  color: #fff;
  text-decoration: none;
}
.ovx-submenu {
  text-align: center;
}
.ovx-submenu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0.3em;
}
.ovx-submenu li a {
  color: #333;
  font-size: 0.8em;
}
.ovx-submenu li a:hover {
  text-decoration: underline;
}
.ovx-submenu li a.cancel {
  color: #F63A49;
}
.codeText {
  font-family: "Courier New", Courier;
  font-size: 18px;
  letter-spacing: 2px;
  border-bottom: 1px dotted;
  font-size: 1.2em;
}
.code-format {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0.5em 0;
}
.code-format .tooltip {
  top: -8px;
}
.code-format input::-webkit-input-placeholder {
  color: grey;
  font-size: 1.3em;
  letter-spacing: 3px;
}
.code-format input:-moz-placeholder {
  color: grey;
  font-size: 1.3em;
  letter-spacing: 3.5px;
}
.code-format input:-ms-input-placeholder {
  color: grey;
  font-size: 1.2em;
  letter-spacing: 3.5px;
}
.code-format input {
  border-width: 0px;
  box-shadow: none;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #777;
  font-weight: 300;
}
.code-format input:focus {
  border-width: none;
  box-shadow: none;
  outline: 0px;
  opacity: 0.9;
  border-bottom-color: #64af44;
}
.code-format input:not(:placeholder-shown) {
  border-bottom: 1px solid #64af44;
}
.code-format input:placeholder-shown {
  border-bottom: 1px solid transparent;
}
.widget.bulletin .host-section {
  border-bottom-width: 0px;
}
.widget.bulletin .host-section .item {
  background: #f5f5f5;
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
  vertical-align: middle;
}
.widget.bulletin .host-section .item img {
  height: auto;
  max-height: 175px;
  object-fit: cover;
}
.widget.bulletin .host-section .item h3 {
  color: #64af44;
  text-transform: capitalize;
  font-weight: bold;
}
.widget.bulletin .host-section .item .item-desc {
  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;
}
.widget.bulletin .host-section .item .item-desc p {
  text-align: justify;
  font-weight: 300;
}
.widget.bulletin .community-section .pure-u-md-1-4 {
  text-align: center;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #c6b19f;
}
.widget.bulletin .grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr ;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.widget.bulletin .grid .item {
  display: grid;
  justify-content: left;
  align-items: center;
  border: 1px solid #bda48f;
  border-radius: 3px;
  font-size: 35px;
  text-align: left;
  padding: 5px;
  position: relative;
  text-align: center;
}
.widget.bulletin .grid .item img {
  display: inline-block;
  vertical-align: middle;
  max-width: 56px;
}
.widget.bulletin .grid .item .dib {
  padding: 5px;
  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.bulletin .grid .item h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
.widget.bulletin .grid .item p {
  font-size: 14px;
  margin: 0;
}
.ovx-table.ovx-invoice {
  margin-bottom: 0.5em;
}
.ovx-table.ovx-invoice tr.total-row {
  background-color: #f6f2ef;
}
.ovx-table.ovx-invoice tr.total-row td {
  font-weight: bold;
}
.ovx-table.ovx-invoice tr.total-row td.numeric {
  color: #64af44;
  font-size: 1.2em;
}
.ovx-table.ovx-invoice td,
.ovx-table.ovx-invoice th {
  padding: 1.2em;
}
.ovx-table.ovx-invoice td.numeric span {
  display: block;
  /* box-sizing: border-box; */
  padding: 0 1em;
  max-width: 120px;
  text-align: right;
  letter-spacing: 1px;
}
.ovx-cheque {
  background: #702667;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #702667, #530F4B);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #702667, #530F4B);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  overflow: hidden;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  color: #fff;
}
.ovx-cheque > .pure-u-1 {
  vertical-align: middle;
  padding: 2.5em 1.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;
}
.ovx-cheque > .pure-u-1 > div label {
  opacity: 0.5;
  display: inline-block;
  padding-right: 0.5em;
}
.ovx-cheque > .pure-u-1 > div span {
  color: #ccc;
}
.ovx-cheque > .pure-u-1 > div.ovx-cheque-plan span {
  font-size: 1.2em;
}
.ovx-cheque .pure-u-md-2-5 {
  background: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  position: relative;
  padding-bottom: 95px;
}
.ovx-cheque .payment-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.ovx-cheque .payment-button .expand {
  width: 100% !important;
  margin: 0;
  margin-top: 5px;
  padding: 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;
}
.ovx-cheque .ovx-cheque-amount span {
  display: block;
  font-family: "Courier New", Courier;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0px;
  text-align: center;
  padding: 0.5em 0;
}
.ovx-cheque .ovx-cheque-amount span b {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  position: absolute;
}
.ovx-cheque .ovx-amount-other {
  color: #d7ba82;
  font-size: 0.9em;
}
.ovx-cheque .ovx-amount-other label {
  margin: 0.5em 0;
  font-size: 13px;
}
.ovx-cheque .ovx-amount-other i {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
}
.ovx-cheque .redlink {
  font-size: 0.8em;
}
.ovx-cheque .paypal {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  opacity: 0.9;
}
.ovx-cheque .pure-u-md-3-5 {
  background: url(../images/world-map.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.ovx-cheque .pure-u-md-3-5 > div {
  padding: 0.5em 0;
}
.ovx-cheque .pure-u-md-3-5 .ovx-amount-other {
  border-top: 1px solid #999;
  padding: 0;
  margin-top: 0.5em;
}
.benefits-container {
  padding: 1em ;
  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;
  color: #eee;
}
.benefits-container h4 {
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.benefits-container ul li {
  line-height: 24px;
  font-size: 19px;
  padding-left: 2em;
  margin-bottom: 1em;
  text-align: justify;
  padding-right: 1em;
}
.benefits-container ul li label {
  font-size: 24px;
  display: block;
  color: #C59A48;
  text-shadow: 0px 1px 0px #222;
  margin-left: -30px;
  margin-bottom: 8px;
}
.benefits-container ul li label a {
  color: inherit;
  text-decoration: underline;
}
.benefits-container ul li label:before {
  font-family: 'icomoon' !important;
  content: "\e218";
  vertical-align: middle;
  margin-right: 5px;
  text-shadow: 0px 2px 0px #000;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  main .big-logo {
    max-width: none;
    height: auto;
    max-height: 40px;
  }
  main h1 {
    font-size: 15px;
  }
  header .top-header .container {
    padding: 0.5em;
  }
  .menu-button {
    position: static;
  }
  .sidenav a.only-mobile {
    display: block;
  }
}
@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) {
  .Textright-resLeft {
    text-align: right;
  }
  .pure-g.odd {
    background: transparent;
  }
  #login {
    text-align: right;
  }
  #case-overview > .container {
    padding: 1.5em;
  }
  #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;
  }
  .Textleft-Rescenter {
    text-align: left;
  }
  .coupon-container .coupon strong {
    text-align: left;
  }
  body.landing header .header-content h1 {
    font-size: 2em;
    margin: 2em 0;
  }
  body.landing header .header-content h1 span {
    display: block;
    line-height: 100px;
    font-size: 2.5em;
  }
  body.landing header .header-content p {
    font-size: 1.5em;
  }
  body.landing .split-box p {
    font-size: 1.3em;
  }
  #login .ovx-btn.vt {
    margin-bottom: 0;
  }
  .widget > .pure-g {
    padding: 1em 1.5em;
  }
  #member-directory .ovx-table thead th {
    padding: 1em 0.5em;
    font-size: 1.2em;
  }
  .ovx-submenu {
    text-align: left;
  }
  .ovx-submenu li {
    margin: 0;
    margin-right: 0.5em;
  }
  .ovx-submenu li a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: inherit;
    font-size: 100%;
    *font-size: 90%;
    *overflow: visible;
    padding: 0.5em 1em;
    color: #fff;
    *color: #444;
    background-color: #64af44;
    text-decoration: none;
    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;
    border: 1px solid #64af44;
    background: none;
    color: #64af44;
    border-radius: 0px;
    font-size: 70%;
  }
  .ovx-submenu li a:hover,
  .ovx-submenu li a:focus {
    opacity: 0.8;
    text-decoration: none;
  }
  .ovx-submenu li a:focus {
    outline: 0;
  }
  .ovx-submenu li a.active,
  .ovx-submenu li a: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: #4f8a36;
  }
  .ovx-submenu li a.wireframed {
    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;
    border: 1px solid #64af44;
    background: none;
    color: #64af44;
    border-radius: 0px;
  }
  .ovx-submenu li a.wireframed:hover {
    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;
    border: 1px solid #64af44;
    background: #64af44;
    color: #fff;
    opacity: 1;
    text-decoration: none;
  }
  .ovx-submenu li a.wireframed:active {
    background: #191919;
  }
  .ovx-submenu li a:hover {
    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;
    border: 1px solid #64af44;
    background: #64af44;
    color: #fff;
    opacity: 1;
    text-decoration: none;
  }
  .ovx-submenu li a:active {
    background: #191919;
  }
  .ovx-submenu li a.cancel {
    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;
    border: 1px solid #F63A49;
    background: transparent;
    color: #F63A49;
  }
  .ovx-submenu li a.cancel:hover {
    background: #F63A49;
    color: #fff;
    border-color: #F63A49;
  }
  .ovx-submenu li a.cancel {
    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;
    border: 1px solid #F63A49;
    background: transparent;
    color: #F63A49;
  }
  .ovx-submenu li a.cancel:hover {
    background: #F63A49;
    color: #fff;
    border-color: #F63A49;
  }
}
@media screen and (min-width: 64em) {
  #content .inv-calc .ovx-form {
    margin-bottom: 0;
  }
  #case-overview {
    padding: 7em 0 0;
  }
  #content .inv-calc .ovx-form label {
    font-size: 1em;
  }
  .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 1em;
  }
  .dashboard .ovx-breadcrumb-vertical {
    margin-top: 1.5em;
  }
  .ovx-cheque {
    display: table;
  }
  .ovx-cheque > .pure-u-1 {
    display: table-cell;
  }
}
@media screen and (min-width: 80em) {
  #content {
    min-height: 700px;
  }
  #case-overview {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .sidenav a.only-mobile {
    display: block!important;
  }
}
.widget#ovx-msg-centre > .pure-g {
  padding: 0;
}
.widget#ovx-msg-centre .filter-bar {
  padding: 0.5em 1em;
}
.widget#ovx-msg-centre .filter-bar .size-xsmall {
  float: right;
  margin-top: 2px;
}
.widget#ovx-msg-centre .filter-bar .icon-plus {
  font-size: 0.8em;
  vertical-align: middle;
}
.widget#ovx-msg-centre .widget-head {
  margin: 1em 1.5em 0 !important;
}
.widget#ovx-msg-centre .widget-head h3 {
  text-align: left;
}
.widget#ovx-msg-centre .ovx-msg-wrap .ovx-select-group {
  min-width: 100px;
}
.widget#ovx-msg-centre .ovx-msg-wrap .ovx-select-group .ovx-btn {
  font-size: 85%;
  color: #80644C;
  border: none;
}
.widget#ovx-msg-centre .ovx-msg-wrap .ovx-dropdown {
  min-width: 0px;
}
.widget#ovx-msg-centre .ovx-msg-wrap .ovx-dropdown .ovx-dropdown-options {
  font-size: 0.9em;
}
.widget#ovx-msg-centre .ovx-msg-detail,
.widget#ovx-msg-centre .ovx-msg-wrap {
  min-height: 500px;
  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#ovx-msg-centre .ovx-msg-list article {
  padding: 0.8em;
  padding-bottom: 1em;
  position: relative;
  color: #000;
  font-size: 0.8em;
  border-bottom: 1px solid #c6b19f;
  padding-left: 2em;
  border-left: 3px solid transparent;
  opacity: 0.6;
  cursor: pointer;
  background: url(../images/u2u.svg) no-repeat left 2px top 12px;
  background-size: 18px;
}
.widget#ovx-msg-centre .ovx-msg-list article:first-child {
  border-top: 1px solid #c6b19f;
}
.widget#ovx-msg-centre .ovx-msg-list article:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.widget#ovx-msg-centre .ovx-msg-list article.active {
  background-color: rgba(0, 0, 0, 0.15);
}
.widget#ovx-msg-centre .ovx-msg-list article .vcid {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 0.8em;
  color: #aaa;
}
.widget#ovx-msg-centre .ovx-msg-list article .vcid i {
  color: #111;
}
.widget#ovx-msg-centre .ovx-msg-list article .message-sender {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  opacity: 0.5;
}
.widget#ovx-msg-centre .ovx-msg-list article .ovx-msg-desc {
  max-height: 32px;
  overflow: hidden;
  text-align: justify;
}
.widget#ovx-msg-centre .ovx-msg-list article .date-stamp {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 0.8em;
  opacity: 0.5;
}
.widget#ovx-msg-centre .ovx-msg-list article.unread {
  opacity: 1;
  border-left-color: #64af44;
}
.widget#ovx-msg-centre .ovx-msg-list article.s2u {
  background: url(../images/s2u.svg) no-repeat left 2px top 12px;
  background-size: 18px;
  opacity: 0.9;
  background-color: #daedd2;
}
.widget#ovx-msg-centre .ovx-msg-list article.s2u .message-sender {
  color: #45782f;
  position: relative;
}
.widget#ovx-msg-centre .ovx-msg-list article.s2u .message-sender:before {
  content: "System Administrator";
}
.widget#ovx-msg-centre .ovx-msg-list article.s2u:hover {
  background-color: #bcdfad;
}
.widget#ovx-msg-centre .ovx-msg-list article.s2u.active {
  background-color: #add89b;
}
.widget#ovx-msg-centre .ovx-msg-detail {
  border-left: 1px solid #c6b19f;
  position: relative;
}
.widget#ovx-msg-centre .ovx-msg-detail-header {
  border-bottom: 1px solid #c6b19f;
  padding: 1em ;
  position: relative;
}
.widget#ovx-msg-centre .ovx-msg-detail-header h6 {
  font-size: 22px;
  margin: 0;
}
.widget#ovx-msg-centre .ovx-msg-detail-header .seperate-detail > label {
  font-size: 0.8em;
  color: #000;
  opacity: 0.7;
}
.widget#ovx-msg-centre .ovx-msg-detail-header .seperate-detail > label span {
  color: #64af44;
}
.widget#ovx-msg-centre .ovx-msg-detail-header .seperate-detail > label i {
  font-style: normal;
  opacity: 0.5;
}
.widget#ovx-msg-centre .ovx-msg-detail-header .msg-reply {
  position: absolute;
  right: 1.5em;
  top: 1.5em;
}
.widget#ovx-msg-centre .ovx-msg-detail-header .msg-reply > a {
  margin-left: 0.5em;
}
.widget#ovx-msg-centre .ovx-msg-body {
  padding: 1em 1.5em;
  text-align: justify;
  line-height: 28px;
  position: relative;
}
.widget#ovx-msg-centre .reply-bar {
  position: absolute;
  bottom: 0px;
  left: 3em ;
  right: 3em;
  bottom: 2em;
}
.widget#ovx-msg-centre .reply-bar .ovx-input-1 {
  background: #eee;
  border-color: transparent;
  overflow-x: hidden;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  height: 37px;
  margin-bottom: 0;
}
.widget#ovx-msg-centre .reply-bar .ovx-input-1:focus {
  height: 200px;
}
.widget#ovx-msg-centre .reply-bar button {
  position: absolute;
  right: 0;
  bottom: 0;
}
.widget#ovx-msg-centre .reply-bar textarea::placeholder {
  color: #333;
}
.hide {
  display: initial !important;
}
.premium-plans {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 2em;
  color: #666;
}
.premium-plans > ul {
  display: flex;
  top: 0px;
  z-index: 10;
  padding-bottom: 14px;
}
.premium-plans > ul li button {
  width: 100%;
  padding: 1.5em 0;
  background: #fff;
  color: #666;
  font-weight: bold;
  -webkit-appearance: initial;
  border-right: 0;
  border-top: 3px solid #000;
}
.premium-plans > ul li button:focus {
  outline: none;
}
.premium-plans li {
  list-style: none;
  flex: 1;
  border: none !important;
  background: #f5f5f5;
  font-size: 0.8em;
  cursor: pointer;
  text-align: center;
}
.premium-plans li div {
  border-top: 2px solid #30492A;
  padding: 15px 5px;
}
.premium-plans li.active {
  background: #eee;
}
.premium-plans li .bt-emerald {
  border-top-color: #30492A;
}
.premium-plans li .bt-onyx {
  border-top-color: #020202;
}
.premium-plans li .bt-sapphire {
  border-top-color: #353391;
}
.premium-plans li .bt-ruby {
  border-top-color: #CF305E;
}
.premium-plans li .bt-diamond {
  border-top-color: #4CA6EB;
}
.premium-plans li:last-child {
  border-right: 1px solid #DDD;
}
.premium-plans li.active button {
  background: #ddd;
  outline: none;
}
.premium-plans table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.premium-plans th {
  background: #F5F5F5;
  display: none !important;
  color: #fff;
  font-weight: normal;
  font-size: 1.3em;
}
.premium-plans td,
.premium-plans th {
  height: 53px;
}
.premium-plans tr.rates td {
  padding: 2em 10px;
}
.premium-plans tr.rates td strong {
  padding-top: 5px;
  display: block;
  color: #666;
}
.premium-plans tr.rates td span {
  font-size: 2.1em;
  display: block;
  font-weight: 300;
  position: relative;
  color: #80644C;
}
.premium-plans tr.rates td span sup {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 5px;
}
.premium-plans tr.recommended-for {
  font-style: italic;
}
.premium-plans tr.fees-rate td b {
  color: #80644C;
}
.premium-plans tr.fees-rate td span {
  font-size: 0.8em;
}
.premium-plans td {
  border: 1px solid #DDD;
}
.premium-plans td b {
  display: block;
  line-height: 28px;
  font-style: normal;
}
.premium-plans tr td:first-child {
  background-color: #f1f1f1;
  border-color: transparent;
  border-bottom-color: #ddd;
  font-weight: 600;
  font-size: 0.9em;
  font-style: initial;
}
.premium-plans tr td:first-child b {
  display: block;
  font-size: 13px;
  line-height: initial;
}
.premium-plans td,
.premium-plans th {
  padding: 10px;
  empty-cells: show;
}
.premium-plans td,
.premium-plans th {
  text-align: left;
}
.premium-plans td + td,
.premium-plans th + th {
  text-align: center;
  display: none;
}
.premium-plans td.default {
  display: table-cell;
}
.premium-plans td a.link {
  color: #80644C;
  display: block;
  padding: 10px 5px;
  text-decoration: underline;
  font-size: 0.8em !important;
}
.premium-plans .bg-emerald {
  background-color: #30492A;
}
.premium-plans .bg-onyx {
  background-color: #020202;
}
.premium-plans .bg-sapphire {
  background-color: #353391;
}
.premium-plans .bg-ruby {
  background-color: #CF305E;
}
.premium-plans .bg-diamond {
  background-color: #4CA6EB;
}
.premium-plans .sep {
  background: #d9cbbf !important;
  font-weight: normal !important;
  padding: 10px !important;
  height: auto;
  text-align: center;
}
.premium-plans .txt-l {
  font-size: 28px;
  font-weight: bold;
}
.premium-plans .txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}
.premium-plans .tick {
  font-size: 18px;
  color: #2CA01C;
}
.premium-plans th.hide,
.premium-plans td.hide {
  border: 0;
  background: none!important;
}
.premium-plans td .ovx-btn {
  letter-spacing: 2px;
  border-radius: 3px;
}
@media (min-width: 720px) {
  .premium-plans ul {
    display: none;
  }
  .premium-plans td,
  .premium-plans th {
    display: table-cell !important;
  }
  .premium-plans td + td,
  .premium-plans th + th {
    width: auto;
  }
}
.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-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: #4f8a36;
  overflow-x: hidden;
  width: auto;
  max-height: none;
}
.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: #45782f;
  color: #fff;
}
.ovx-vertical-menu.standalone .ovx-btn {
  padding-right: 2.5em;
  cursor: pointer;
}
.ovx-vertical-menu.standalone .ovx-btn:hover {
  opacity: 1;
  background: #4f8a36;
  border-color: #4f8a36;
}
.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: #4f8a36;
  border-color: #4f8a36;
}
.ovx-vertical-menu.standalone.open .ovx-btn > span {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
@media screen and (max-width: 450px) {
  .ovx-vertical-menu.standalone .ovx-dropdown ul.ovx-dropdown-options {
    max-height: 200px;
  }
}
.ovx-dropdown {
  z-index: 1000;
  padding: 0;
  min-width: 220px;
  border: none;
  width: 100%;
  visibility: hidden;
  position: absolute;
  left: 0;
  margin-top: 5px;
  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 #80644C;
  background: none;
  color: #80644C;
}
.ovx-select-group.wireframed .ovx-btn span {
  border-color: #80644C transparent;
}
.animated-icon {
  position: relative;
}
.animated-icon.ovx-btn {
  padding-right: 2em;
  display: block;
}
.animated-icon.ovx-btn.open {
  filter: brightness(75%);
}
.animated-icon span.ico-arrow {
  display: none;
}
.animated-icon i {
  position: absolute;
  right: 19px;
  top: 12px;
}
.animated-icon i:before {
  margin: 0px -3px;
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  top: 12px;
  z-index: 1;
  right: 0px;
  background-color: white;
  -webkit-transition: background-color 250ms ease-in-out;
  -ms-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}
.animated-icon i:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 0px;
  background-color: white;
  margin: -3px 0;
  width: 2px;
  height: 8px;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.animated-icon.open i:after {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.ovx-accordion .ovx-btn {
  padding: 0.8em 1em;
  text-align: left;
  padding-right: 2em;
}
.ovx-accordion li {
  margin-bottom: 10px;
  background-color: #ece5df;
  overflow: hidden;
}
.ovx-accordion li .pure-g {
  background: none;
  text-align: left;
  border-color: transparent;
  margin: 0;
  padding: 0 1em;
  margin: 10px 0;
}
.ovx-accordion p {
  margin: 0 !important;
  line-height: 26px !important;
  text-align: justify;
}
.progress {
  width: 100%;
}
.pure-bar {
  background: #80644C;
  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: #64af44;
}
.pure-bar.error {
  background-color: #F63A49;
}
.pure-bar.wireframed {
  border: 1px solid #80644C;
}
.pure-bar.wireframed .pure-bar-inner {
  background: #E3DDD1;
}
.ovx-alert.success,
.ovx-notify.success {
  border-color: #64af44;
  background: #f8fcf6;
  color: #4f8a36;
}
.ovx-alert.success > label:before,
.ovx-notify.success > label:before {
  content: "\e370";
}
.ovx-alert.success .ovx-btn,
.ovx-notify.success .ovx-btn {
  background: #64af44;
  border-color: #64af44;
}
.ovx-alert.success.wireframed,
.ovx-notify.success.wireframed {
  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;
  border: 1px solid #64af44;
  background: transparent;
  color: #64af44;
}
.ovx-alert.success.wireframed a,
.ovx-notify.success.wireframed a {
  color: #64af44;
}
.ovx-alert.success.wireframed .ovx-btn,
.ovx-notify.success.wireframed .ovx-btn {
  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;
  border: 1px solid #64af44;
  background: transparent;
  color: #64af44;
}
.ovx-alert.info,
.ovx-notify.info {
  border-color: #80644C;
  background: #f6f2ef;
  color: #604b39;
}
.ovx-alert.info > label:before,
.ovx-notify.info > label:before {
  content: "\e362";
}
.ovx-alert.info .ovx-btn,
.ovx-notify.info .ovx-btn {
  background: #80644C;
  border-color: #80644C;
}
.ovx-alert.info.wireframed,
.ovx-notify.info.wireframed {
  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;
  border: 1px solid #80644C;
  background: transparent;
  color: #80644C;
}
.ovx-alert.info.wireframed a,
.ovx-notify.info.wireframed a {
  color: #80644C;
}
.ovx-alert.info.wireframed .ovx-btn,
.ovx-notify.info.wireframed .ovx-btn {
  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;
  border: 1px solid #80644C;
  background: transparent;
  color: #80644C;
}
.ovx-alert.notice,
.ovx-notify.notice {
  border-color: #C59A48;
  background: #ffffff;
  color: #a67f34;
}
.ovx-alert.notice > label:before,
.ovx-notify.notice > label:before {
  content: "\e356";
}
.ovx-alert.notice .ovx-btn,
.ovx-notify.notice .ovx-btn {
  background: #C59A48;
  border-color: #C59A48;
}
.ovx-alert.notice.wireframed,
.ovx-notify.notice.wireframed {
  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;
  border: 1px solid #C59A48;
  background: transparent;
  color: #C59A48;
}
.ovx-alert.notice.wireframed a,
.ovx-notify.notice.wireframed a {
  color: #C59A48;
}
.ovx-alert.notice.wireframed .ovx-btn,
.ovx-notify.notice.wireframed .ovx-btn {
  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;
  border: 1px solid #C59A48;
  background: transparent;
  color: #C59A48;
}
.ovx-alert.error,
.ovx-notify.error {
  border-color: #F63A49;
  background: #fee5e7;
  color: #f20b1d;
}
.ovx-alert.error > label:before,
.ovx-notify.error > label:before {
  content: "\e36b";
}
.ovx-alert.error .ovx-btn,
.ovx-notify.error .ovx-btn {
  background: #F63A49;
  border-color: #F63A49;
}
.ovx-alert.error.wireframed,
.ovx-notify.error.wireframed {
  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;
  border: 1px solid #F63A49;
  background: transparent;
  color: #F63A49;
}
.ovx-alert.error.wireframed a,
.ovx-notify.error.wireframed a {
  color: #F63A49;
}
.ovx-alert.error.wireframed .ovx-btn,
.ovx-notify.error.wireframed .ovx-btn {
  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;
  border: 1px solid #F63A49;
  background: transparent;
  color: #F63A49;
}
.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: #daedd2;
}
.ovx-notify.info {
  border-color: #e3d8cf;
}
.ovx-notify.notice {
  border-color: #eadabc;
}
.ovx-notify.error {
  border-color: #fcb4ba;
}
.ovx-notify.overflow {
  text-align: center;
  font-size: 0.9em;
}
.ovx-notify.overflow label {
  white-space: normal;
}
.ovx-notify.overflow {
  margin-top: 1em;
}
.ovx-alert .ovx-notify.overflow {
  font-size: 1em;
}
.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: 1px 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 table {
  margin: 1em 0;
}
.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;
}
.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: #64af44;
  background: #64af44;
}
.ovx-popover.success.bottom .ovx-arrow {
  bottom: -19px;
  left: 47.5%;
  border-top-color: #64af44;
}
.ovx-popover.success.bottom .ovx-arrow-border {
  bottom: -20px;
  left: 47.5%;
  border-top-color: #64af44;
}
.ovx-popover.success.left .ovx-arrow {
  top: 45%;
  left: -19px;
  border-right-color: #64af44;
}
.ovx-popover.success.left .ovx-arrow-border {
  top: 45%;
  left: -20px;
  border-right-color: #64af44;
}
.ovx-popover.success.top .ovx-arrow {
  top: -19px;
  left: 46%;
  border-bottom-color: #64af44;
}
.ovx-popover.success.top .ovx-arrow-border {
  top: -20px;
  left: 46%;
  border-bottom-color: #64af44;
}
.ovx-popover.success.right .ovx-arrow {
  top: 45%;
  right: -19px;
  border-left-color: #64af44;
}
.ovx-popover.success.right .ovx-arrow-border {
  top: 45%;
  right: -20px;
  border-left-color: #64af44;
}
.ovx-popover.info {
  border-color: #80644C;
  background: #80644C;
}
.ovx-popover.info.bottom .ovx-arrow {
  bottom: -19px;
  left: 47.5%;
  border-top-color: #80644C;
}
.ovx-popover.info.bottom .ovx-arrow-border {
  bottom: -20px;
  left: 47.5%;
  border-top-color: #80644C;
}
.ovx-popover.info.left .ovx-arrow {
  top: 45%;
  left: -19px;
  border-right-color: #80644C;
}
.ovx-popover.info.left .ovx-arrow-border {
  top: 45%;
  left: -20px;
  border-right-color: #80644C;
}
.ovx-popover.info.top .ovx-arrow {
  top: -19px;
  left: 46%;
  border-bottom-color: #80644C;
}
.ovx-popover.info.top .ovx-arrow-border {
  top: -20px;
  left: 46%;
  border-bottom-color: #80644C;
}
.ovx-popover.info.right .ovx-arrow {
  top: 45%;
  right: -19px;
  border-left-color: #80644C;
}
.ovx-popover.info.right .ovx-arrow-border {
  top: 45%;
  right: -20px;
  border-left-color: #80644C;
}
.ovx-popover.warning {
  border-color: #C59A48;
  background: #C59A48;
}
.ovx-popover.warning.bottom .ovx-arrow {
  bottom: -19px;
  left: 47.5%;
  border-top-color: #C59A48;
}
.ovx-popover.warning.bottom .ovx-arrow-border {
  bottom: -20px;
  left: 47.5%;
  border-top-color: #C59A48;
}
.ovx-popover.warning.left .ovx-arrow {
  top: 45%;
  left: -19px;
  border-right-color: #C59A48;
}
.ovx-popover.warning.left .ovx-arrow-border {
  top: 45%;
  left: -20px;
  border-right-color: #C59A48;
}
.ovx-popover.warning.top .ovx-arrow {
  top: -19px;
  left: 46%;
  border-bottom-color: #C59A48;
}
.ovx-popover.warning.top .ovx-arrow-border {
  top: -20px;
  left: 46%;
  border-bottom-color: #C59A48;
}
.ovx-popover.warning.right .ovx-arrow {
  top: 45%;
  right: -19px;
  border-left-color: #C59A48;
}
.ovx-popover.warning.right .ovx-arrow-border {
  top: 45%;
  right: -20px;
  border-left-color: #C59A48;
}
.ovx-popover.error {
  border-color: #F63A49;
  background: #F63A49;
}
.ovx-popover.error.bottom .ovx-arrow {
  bottom: -19px;
  left: 47.5%;
  border-top-color: #F63A49;
}
.ovx-popover.error.bottom .ovx-arrow-border {
  bottom: -20px;
  left: 47.5%;
  border-top-color: #F63A49;
}
.ovx-popover.error.left .ovx-arrow {
  top: 45%;
  left: -19px;
  border-right-color: #F63A49;
}
.ovx-popover.error.left .ovx-arrow-border {
  top: 45%;
  left: -20px;
  border-right-color: #F63A49;
}
.ovx-popover.error.top .ovx-arrow {
  top: -19px;
  left: 46%;
  border-bottom-color: #F63A49;
}
.ovx-popover.error.top .ovx-arrow-border {
  top: -20px;
  left: 46%;
  border-bottom-color: #F63A49;
}
.ovx-popover.error.right .ovx-arrow {
  top: 45%;
  right: -19px;
  border-left-color: #F63A49;
}
.ovx-popover.error.right .ovx-arrow-border {
  top: 45%;
  right: -20px;
  border-left-color: #F63A49;
}
.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;
  vertical-align: top;
  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;
}
.tooltip {
  display: inline;
  position: absolute;
  cursor: help;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ie-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #F63A49;
  font-weight: bold;
  color: #fff;
  padding: 0 0.4em;
  top: -19px;
  right: -8px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif !important;
  line-height: 15px;
  text-decoration: none !important;
}
.tooltip:hover {
  text-decoration: none;
}
.tooltip:after {
  background: #604b39;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ie-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  bottom: 25px;
  color: #fff;
  content: attr(title);
  display: block;
  right: -50px;
  padding: 0.3em 0.5em;
  line-height: 16px;
  min-width: 220px;
  text-align: left;
  position: absolute;
  font-size: 0.9em;
  z-index: 98;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  pointer-events: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.tooltip:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: auto;
}
.tooltip:before {
  visibility: hidden;
  opacity: 0;
  border: solid;
  border-color: #604b39 transparent;
  border-width: 6px 6px 0 0px;
  bottom: 20px;
  content: "";
  display: block;
  left: 75%;
  position: absolute;
  z-index: 99;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  pointer-events: none;
}
.tooltip:hover:before {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.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-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 #aaa - #333;
  -moz-box-shadow: 0px 0px 2px #aaa - #333;
  box-shadow: 0px 0px 2px #aaa - #333;
  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 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: #64af44;
  background: #fff;
  color: #64af44;
}
.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: #64af44, 20%;
  box-shadow: 0px 0px 2px #64af44;
  color: #64af44;
}
.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: #64af44;
  background: none;
  color: #64af44;
}
.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: #F63A49;
  background: #fff;
  color: #F63A49;
}
.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: #F63A49, 20%;
  box-shadow: 0px 0px 2px #F63A49;
  color: #F63A49;
}
.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: #F63A49;
  background: none;
  color: #F63A49;
}
.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: #C59A48;
  background: #fff;
  color: #C59A48;
}
.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: #C59A48, 20%;
  box-shadow: 0px 0px 2px #C59A48;
  color: #C59A48;
}
.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: #C59A48;
  background: none;
  color: #C59A48;
}
.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: #80644C;
  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: #64af44;
  opacity: 0.5;
}
input.event-success:-moz-placeholder,
textarea:-moz-placeholder {
  color: #64af44;
}
input.event-success:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #64af44;
}
input.event-error::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #F63A49;
  opacity: 0.5;
}
input.event-error:-moz-placeholder,
textarea:-moz-placeholder {
  color: #F63A49;
}
input.event-error:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #64af44;
}
input.event-warning::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #C59A48;
  opacity: 0.5;
}
input.event-warning:-moz-placeholder,
textarea:-moz-placeholder {
  color: #C59A48;
}
input.event-warning:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #C59A48;
}
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;
}
.field-group-flex {
  display: flex;
  justify-content: flex-end;
}
.field-group-flex input[type="text"] {
  max-width: 180px;
  border-right-color: transparent;
}
.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: #604b39;
  border-color: #604b39;
}
.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 #80644C;
  background: none;
  color: #80644C;
}
.ovx-select-group.wireframed .ovx_btn span {
  border-color: #80644C 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.native,
.ovx-select-group.native select {
  min-width: 65px;
}
.ovx-select-group.native {
  border: 1px solid #80644C;
  border-radius: 0px;
  background: #fff;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ovx-select-group.native select {
  height: 34px;
  padding: 0.5em 1em;
  padding-right: 1.5em;
  background: transparent;
  border: none;
  color: #80644C;
  /*hide default down arrow in webkit */
  -webkit-appearance: none;
}
.ovx-select-group.native select:focus {
  outline: none;
}
.ovx-select-group.native:after {
  position: absolute;
  top: 40%;
  right: 0.5em;
  display: inline-block;
  border-width: 8px 6px;
  border-style: solid;
  border-color: #323d4c transparent;
  border-bottom-style: none;
  content: "";
  z-index: -1;
}
.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: #d1d3d3;
}
.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: #64af44;
  background: #64af44;
  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: #64af44;
  background-color: #64af44;
  color: #64af44;
}
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: #64af44;
}
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: #64af44;
  background: #64af44;
  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: #64af44;
  background-color: #64af44;
  color: #64af44;
}
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: #F63A49;
  color: #fff;
  font-size: 11px;
  round: #333;
  opacity: 0.7;
}
.switch-input:checked + .switch .on {
  background: #64af44;
  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_wrap.labelvalue label {
  text-align: left!important;
}
.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;
}
.ovx-menu {
  padding: 1.5em 1em;
}
.ovx-menu a {
  text-decoration: underline;
  color: #a6cff1;
}
.ovx-menu ul {
  padding: 0.5em;
}
.ovx-menu li {
  background: url(../images/enter.png)  top 2px left;
  background-size: 16px;
  background-repeat: no-repeat;
  font-size: 0.9em;
  padding: 5px 0;
  padding-left: 2em;
  border-bottom: 1px dotted #666;
}
.ovx-menu li.active {
  font-weight: bold;
  background-color: #C59A48;
  color: #80644C;
  background-position: top 2px left -3px;
}
.ovx-menu > li {
  padding: 0.5em 0;
  padding-left: 1.5em;
  border: none !important;
  background-position: top 5px left -3px !important;
}
.ovx-menu > li label {
  font-weight: bold;
}
.ovx-menu > li ul > li:last-child {
  border: none;
}
.ovx-menu > li.active {
  background-color: inherit;
  font-weight: inherit;
  color: inherit;
}
.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: #503f30;
}
.ovx-breadcrumb-vertical li.active a::before {
  border-color: transparent #503f30 #503f30 #503f30;
}
.ovx-breadcrumb-vertical li.active a::after {
  border-top-color: #503f30;
}
.ovx-breadcrumb-vertical a {
  background: #80644C;
  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 #80644C #80644C #80644C;
  left: 0;
  right: 0;
}
.ovx-breadcrumb-vertical a::after {
  content: "";
  position: absolute;
  top: 100%;
  border-top: 1.5em solid #80644C;
  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;
}
.ovx-paginator {
  margin: 0;
  padding: 1em 0;
  list-style: none;
  text-rendering: optimizespeed;
}
.ovx-paginator.wireframed.inverted .ovx-btn {
  border-color: #fff;
}
.ovx-paginator.wireframed.inverted .ovx-btn:hover,
.ovx-paginator.wireframed.inverted .ovx-btn.active {
  background: #fff;
  color: #80644C;
  opacity: 1;
}
.ovx-paginator > button,
.ovx-paginator > ul {
  display: inline-block;
  vertical-align: middle;
}
.ovx-paginator button {
  background-color: #80644C;
  border-color: #80644C;
}
.opera-only :-o-prefocus,
.pure-paginator {
  word-spacing: -0.43em;
}
.ovx-paginator li {
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  letter-spacing: normal;
  zoom: 1;
  *display: inline;
  text-rendering: auto;
}
.ovx-paginator li.disabled {
  display: none;
}
.ovx-paginator li {
  border: 1px solid #80644C;
  background-color: #80644C;
  opacity: 1;
}
.ovx-paginator li.active {
  opacity: 0.7;
}
.ovx-paginator li a,
.ovx-paginator .ovx-btn {
  font-family: inherit;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  zoom: 1;
  border-radius: 0;
  vertical-align: top;
  line-height: 1;
  padding: 0.7em 1em;
  font-size: 0.9em;
}
.ovx-paginator .ovx-btn:focus,
.ovx-paginator .ovx-btn:active {
  outline-style: none;
}
.ovx-paginator .prev:before,
.ovx-paginator .next:before {
  margin: 0;
}
.ovx-paginator.justified {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ovx-paginator.justified li {
  display: block;
  width: auto;
}
.ovx-paginator.justified li a {
  display: block;
  margin: 2px 0px;
}
@media screen and (max-width: 1023px) {
  .dashboard > .pure-g > .pure-u-lg-1-4 {
    padding: 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;
  }
}
/*!
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 #c6b19f;
  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;
}
table .is-visible table {
  border-collapse: separate;
}
.ovx-table thead {
  vertical-align: bottom;
  text-align: left;
}
.bds {
  border-collapse: separate;
  border-bottom-width: 0;
}
.table-caption {
  text-transform: capitalize;
  text-align: center;
  color: #333;
  padding: 0.5em;
  border-bottom: 1px solid;
  height: 0;
  margin-bottom: 1em;
}
.table-caption span {
  background: #fff;
  padding: 0 1em;
  font-style: italic;
}
.ovx-table thead th {
  cursor: pointer;
  color: #fff;
  background: #80644C;
  border-left: 1px solid #fff;
  padding: 0.5em;
  font-weight: normal;
  font-weight: 300;
  position: relative;
  min-width: 22px;
  vertical-align: middle;
}
.ovx-table thead th.sort-both {
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 19px;
  background-image: url("../images/sort_both.png");
}
.ovx-table thead th.asc,
.ovx-table thead th.desc {
  background-size: 0px;
}
.ovx-table thead th.asc:before,
.ovx-table thead th.desc:before {
  border-style: solid;
  content: "";
  position: absolute;
  border-color: #fff transparent;
  right: 0.8em;
  top: 1.4em;
}
.ovx-table thead th.asc:before {
  border-width: 8px 4px;
  border-bottom-style: none;
}
.ovx-table thead th.desc:before {
  border-width: 8px 4px;
  border-top-style: none;
}
.ovx-table thead th:active {
  background-color: #604b39;
  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 #c6b19f;
  border-right: 0;
  border-top: 0;
}
.ovx-table tbody td i {
  font-style: normal;
  font-size: 1.1rem;
  padding: 0 6px;
}
.ovx-table tbody td a {
  color: #80644C;
  text-decoration: underline;
}
.ovx-table.table-striped tbody tr {
  background-color: #f5f5f5;
}
.ovx-table.table-striped tbody tr:nth-child(odd) {
  background-color: #fff;
}
.ovx-table.table-striped tbody tr:hover td {
  background-color: #ece8da;
}
.ovx-table.wireframed {
  border: 1px solid #80644C;
  border-bottom-width: 0;
}
.ovx-table.wireframed td,
.ovx-table.wireframed th {
  border-color: #80644C;
  background: transparent !important;
}
.ovx-table.wireframed thead {
  background-color: transparent;
}
.ovx-table.wireframed thead th {
  border-left: 1px solid #80644C;
  border-bottom: 1px solid #80644C;
  color: #80644C;
  background: #fff !important;
}
.ovx-table.wireframed thead th:hover {
  color: #fff;
  background-color: #80644C !important;
  opacity: 1;
}
.ovx-table.wireframed thead th:active {
  background-color: #604b39 !important;
}
.ovx-table.wireframed tbody tr:nth-child(n) {
  background-color: transparent;
}
.ovx-table.wireframed tbody tr:hover {
  background-color: #d9cbbf;
}
.ovx-table tr.flex-row td {
  padding: 0;
}
.ovx-table tr.flex-row td label,
.ovx-table tr.flex-row td strong {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em;
}
.ovx-table tr.flex-row td label {
  background: rgba(68, 178, 45, 0.1);
}
.ovx-table tr.flex-row td strong {
  font-weight: 200;
}
#unseen-MD table th {
  vertical-align: middle;
}
.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;
  }
  #unseen-MD table td:nth-child(n),
  #unseen-MD table th:nth-child(n) {
    font-size: 85%;
  }
  #unseen-MD table td:nth-child(3),
  #unseen-MD table th:nth-child(3),
  #unseen-MD table td:nth-child(4),
  #unseen-MD table th:nth-child(4),
  #unseen-MD table td:nth-child(6),
  #unseen-MD table th:nth-child(6) {
    display: none;
  }
}
@media only screen and (max-width: 58em) {
  .ovx-table thead th.sort-both {
    background-size: 14px;
    background-position: center right 2px;
  }
  #unseen table td:nth-child(2),
  #unseen table th:nth-child(2) {
    display: none;
  }
  #unseen-MD table td:nth-child(4),
  #unseen-MD table th:nth-child(4),
  #unseen-MD table td:nth-child(6),
  #unseen-MD table th:nth-child(6) {
    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: #80644C;
  }
  #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 #80644C;
  }
  #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: #d9cbbf;
  }
  #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 #80644C;
  }
  /* 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: #d9cbbf;
  }
  #no-more-tables tr:hover td {
    background-color: transparent;
  }
  #no-more-tables tr:hover:before {
    background-color: #d9cbbf;
  }
  #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: #d9cbbf;
  }
  #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: #80644C;
  }
  /*
    Label the data
    */
  #no-more-tables td:before {
    content: attr(data-title);
    border-right: 1px solid #fff;
  }
  #no-more-tables .wireframed tr {
    border-color: #80644C;
  }
  #no-more-tables .wireframed td {
    border-color: #80644C;
  }
  #no-more-tables .wireframed td:before {
    border-color: #80644C;
    background-color: #fff;
    color: #80644C;
  }
}
.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: #d9cbbf;
}
.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: #80644C;
}
.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: #d9cbbf;
}
.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: #64af44;
  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;
}
.details-row td {
  border: none;
}
.details-wrap {
  padding: 12px 16px;
  background: #fafafa;
}
.row-details {
  user-select: none;
}
.details-opened .row-details i {
  transform: rotate(180deg) translateY(-2px);
  content: "";
  display: inline-block;
}
.is-visible.disabled {
  opacity: 0.8;
  background: #fff;
}
.is-visible.disabled table {
  width: 90%;
  margin: 0 auto;
}
tr.details-opened {
  background: #ccc !important;
}
tr.details-opened:hover td {
  background: #ccc !important;
}
@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;
  }
  .ovx-table tr.flex-row td label,
  .ovx-table tr.flex-row td strong {
    display: block;
    text-align: center;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {
  .ovx-table thead th.sort-both {
    background-image: url('../images/sort_both@2x.png');
  }
}
.ovx-tab-system .ovx-tabs li {
  display: inline-block;
  vertical-align: middle;
  background-color: #80644C;
  border: 1px solid #80644C;
  margin-right: 2px;
  margin-bottom: 2px;
  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;
}
.ovx-tab-system .ovx-tabs li:hover {
  opacity: 0.8;
}
.ovx-tab-system .ovx-tabs li.active {
  background-color: #604b39;
  border-color: #604b39;
  opacity: 1;
}
.ovx-tab-system .ovx-tabs li a {
  display: block;
  line-height: 1.5em;
  padding: 1em;
  text-decoration: none;
  color: #fff;
}
.ovx-tab-system .tab-content {
  min-height: 100px;
  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: #F0F2F2;
  border: 1px solid #CBD5DF;
  padding: 1em;
}
.ovx-tab-system.justified .ovx-tabs {
  display: table;
  border-spacing: 2px;
}
.ovx-tab-system.justified .ovx-tabs li {
  display: table-cell;
  width: 1%;
}
.ovx-tab-system.justified.wireframed li {
  border-left-width: 1px;
}
.ovx-tab-system.justified .tab-content {
  margin: 0 2px;
}
.ovx-tab-system.wireframed .tab-content {
  background-color: transparent;
  border-color: #80644C;
}
.ovx-tab-system.wireframed .ovx-tabs li {
  background-color: transparent;
}
.ovx-tab-system.wireframed .ovx-tabs li a {
  color: #80644C;
}
.ovx-tab-system.wireframed .ovx-tabs li:hover {
  background-color: #80644C;
  opacity: 1;
}
.ovx-tab-system.wireframed .ovx-tabs li:hover a {
  color: #fff;
}
.ovx-tab-system.wireframed .ovx-tabs li.active {
  background-color: #604b39;
}
.ovx-tab-system.wireframed .ovx-tabs li.active a {
  color: #fff;
}
.ovx-tab-system.rounded .ovx-tabs li {
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ie-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.ovx-tab-system.rounded .tab-content {
  -webkit-border-radius: 0 0 4px 4px;
  -khtml-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ie-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.ovx-tab-system.vertical {
  display: table;
}
.ovx-tab-system.vertical .ovx-tabs {
  width: 20%;
  display: table-cell;
  vertical-align: top;
}
.ovx-tab-system.vertical .ovx-tabs li {
  display: block;
  margin-right: 0;
}
.ovx-tab-system.vertical .ovx-tabs li:last-child {
  margin-bottom: 0;
}
.ovx-tab-system.vertical .tab-content {
  display: table-cell;
  vertical-align: top;
  width: 60%;
  background: #fff;
}
.ovx-tab-system.vertical.rounded .ovx-tabs li {
  -webkit-border-radius: 4px 0 0px 4px;
  -khtml-border-radius: 4px 0 0px 4px;
  -moz-border-radius: 4px 0 0px 4px;
  -ie-border-radius: 4px 0 0px 4px;
  -o-border-radius: 4px 0 0px 4px;
  border-radius: 4px 0 0px 4px;
}
.ovx-tab-system.vertical.rounded .tab-content {
  -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;
}
.ovx-tab-system.vertical.wireframed .ovx-tabs li {
  border-right-width: 0;
}
.ovx-tab-system.vertical .tab-content h4 {
  margin-bottom: 1em;
}
.ovx-tab-system.vertical .tab-content p {
  font-size: 0.8em;
  padding: 0.5em;
}
/*
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 */