/*
Site Name: couponblade.com
Author: Ramit Arora
Rule Book used :smacss
Stylesheet: Main Stylesheet , User defined Less
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  transition: none !important;
}
button,
html,
input,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
blockquote {
  margin: 1em 40px;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: '';
  content: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 0;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure,
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.floatNone {
  float: none;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clearLeft {
  clear: left;
}
.clearRight {
  clear: right;
}
.clearBoth {
  clear: both;
}
.noBg {
  background: none !important;
}
.noBgColor {
  background-color: inherit !important;
}
.noMargin {
  margin: 0 !important;
}
.equalhor-margin {
  margin-left: 10px;
  margin-right: 10px;
}
.bordered {
  box-shadow: 0 0 1px #333 inset;
  -webkit-box-shadow: 0 0 1px #333 inset;
  -moz-box-shadow: 0 0 1px #333 inset;
}
.noPadding {
  padding: 0 !important;
}
.noBorder {
  border: 0 !important;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.bold {
  font-weight: 700;
}
.hideText {
  display: block;
  text-indent: -9999px;
}
.Textcenter {
  text-align: center !important;
}
.Textleft {
  text-align: left !important;
}
.Textright {
  text-align: right;
}
.nounderline {
  text-decoration: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.centered {
  margin: 0 auto;
}
.overflow-hide {
  overflow: hidden;
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.strong,
b,
strong {
  font-weight: 700;
}
.em,
dfn,
em {
  font-style: italic;
}
.small,
small {
  font-size: 75%;
}
ol,
ul {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.commentlist,
.sidebar ol,
.sidebar ul {
  list-style: none;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.is-visible {
  opacity: 1;
  animation: fade 2s;
}
.is-hidden {
  opacity: 0;
  animation: fade 2s reverse;
}
.is-removed {
  display: none;
}
.rightfloat {
  float: right;
}
::-webkit-input-placeholder {
  font-size: 13px;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
}
:-ms-input-placeholder {
  font-size: 13px;
}
.element_from_top {
  top: -50px;
  padding-right: 0px;
  opacity: 0;
  position: relative;
}
.element_from_bottom {
  bottom: -50px;
  opacity: 0;
  position: relative;
}
.element_from_left {
  left: -80px;
  opacity: 0;
  position: relative;
  padding-left: 0;
}
.element_from_right {
  right: -80px;
  padding-left: 0px;
  opacity: 0;
  position: relative;
}
.element_fade_in {
  opacity: 0;
  position: relative;
  right: 0px;
}
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.pure-g {
  text-rendering: optimizespeed;
}
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}
.pure-u {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-g [class*="pure-u"] {
  font-family: sans-serif;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}
.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}
.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5%;
  *width: 12.469%;
}
.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}
.pure-u-1-5 {
  width: 20%;
  *width: 19.969%;
}
.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}
.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.969%;
}
.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}
.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}
.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5%;
  *width: 37.469%;
}
.pure-u-2-5 {
  width: 40%;
  *width: 39.969%;
}
.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}
.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}
.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
  *width: 49.969%;
}
.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}
.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}
.pure-u-3-5 {
  width: 60%;
  *width: 59.969%;
}
.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5%;
  *width: 62.469%;
}
.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}
.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}
.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
  *width: 74.969%;
}
.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}
.pure-u-4-5 {
  width: 80%;
  *width: 79.969%;
}
.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}
.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5%;
  *width: 87.469%;
}
.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}
.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%;
}
.iar-thumb {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0.5em;
}
.iar-thumb img {
  width: 100%;
}
.iar-thumb {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.iar-thumb img {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.iar-thumb.iar-thumb-eliptical img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ie-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.iar-thumb.rounded {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ie-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.iar-thumb.rounded .caption,
.iar-thumb.rounded img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ie-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.iar-thumb.bordered {
  border: 1px solid #233358;
  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;
}
@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-"],
.icon_class,
.is-icon {
  font-family: 'icomoon' !important;
  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 {
  font-family: 'icomoon' !important;
}
.borderbox {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.field-shadow {
  -webkit-box-shadow: 0px 0px 2px #777777;
  -moz-box-shadow: 0px 0px 2px #777777;
  box-shadow: 0px 0px 2px #777777;
}
.progress {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 36px;
}
.progress.x-small {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 25px;
}
.progress.small {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 30px;
}
.progress.large {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 40px;
}
.progress.x-large {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 45px;
}
@-webkit-keyframes pulseShadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.3);
  }
  23.3333% {
    -webkit-box-shadow: 0 0 0 29px rgba(240, 96, 96, 0);
  }
  26.7333% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
  26.8% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.4);
  }
  53.3333% {
    -webkit-box-shadow: 0 0 0 36px rgba(240, 96, 96, 0);
  }
  53.4% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
  53.4667% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.4);
  }
  80% {
    -webkit-box-shadow: 0 0 0 40px rgba(240, 96, 96, 0);
  }
  80.1% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
}
@-ms-keyframes pulseShadow {
  0% {
    -ms-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.3);
  }
  23.3333% {
    -ms-box-shadow: 0 0 0 29px rgba(240, 96, 96, 0);
  }
  26.7333% {
    -ms-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
  26.8% {
    -ms-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.4);
  }
  53.3333% {
    -ms-box-shadow: 0 0 0 36px rgba(240, 96, 96, 0);
  }
  53.4% {
    -ms-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
  53.4667% {
    -ms-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.4);
  }
  80% {
    -ms-box-shadow: 0 0 0 40px rgba(240, 96, 96, 0);
  }
  80.1% {
    -ms-box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
}
@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.3);
  }
  23.3333% {
    box-shadow: 0 0 0 29px rgba(240, 96, 96, 0);
  }
  26.7333% {
    box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
  26.8% {
    box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.4);
  }
  53.3333% {
    box-shadow: 0 0 0 36px rgba(240, 96, 96, 0);
  }
  53.4% {
    box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
  53.4667% {
    box-shadow: 0 0 0 0 rgba(240, 96, 96, 0.4);
  }
  80% {
    box-shadow: 0 0 0 40px rgba(240, 96, 96, 0);
  }
  80.1% {
    box-shadow: 0 0 0 0 rgba(240, 96, 96, 0);
  }
}
/* Pulse */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  3.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  6.6667% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  10% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  23.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  26.8% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  26.8667% {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  33.3333% {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  36.6667% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.4% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.4667% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.5% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  56.7999% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
  }
  63.333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  80.1% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0% {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  3.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  6.6667% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  10% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  23.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  26.8% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  26.8667% {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  33.3333% {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  36.6667% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.4% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.4667% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.5% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  56.7999% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
  }
  63.333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  80.1% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  3.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  6.6667% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  10% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  23.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  26.8% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  26.8667% {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  30% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  33.3333% {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  36.6667% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.3333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.4% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.4667% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  53.5% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  56.7999% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
  }
  63.333% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  80.1% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@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-"],
.icon_class,
.is-icon {
  font-family: 'icomoon' !important;
  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 {
  font-family: 'icomoon' !important;
}
.icon-home:before {
  content: "\e000";
}
.icon-home2:before {
  content: "\e005";
}
.icon-newspaper:before {
  content: "\e00c";
}
.icon-pencil:before {
  content: "\e00e";
}
.icon-quill:before {
  content: "\e013";
}
.icon-marker:before {
  content: "\e01b";
}
.icon-marker2:before {
  content: "\e01d";
}
.icon-brush:before {
  content: "\e020";
}
.icon-palette:before {
  content: "\e021";
}
.icon-eyedropper:before {
  content: "\e023";
}
.icon-paint-format:before {
  content: "\e02a";
}
.icon-image:before {
  content: "\e02c";
}
.icon-camera:before {
  content: "\e036";
}
.icon-music:before {
  content: "\e03a";
}
.icon-film:before {
  content: "\e049";
}
.icon-film2:before {
  content: "\e04a";
}
.icon-camera2:before {
  content: "\e04c";
}
.icon-camera3:before {
  content: "\e04d";
}
.icon-connection:before {
  content: "\e062";
}
.icon-podcast:before {
  content: "\e069";
}
.icon-mic:before {
  content: "\e06d";
}
.icon-mic2:before {
  content: "\e06e";
}
.icon-file:before {
  content: "\e085";
}
.icon-file2:before {
  content: "\e086";
}
.icon-file-plus:before {
  content: "\e087";
}
.icon-file-minus:before {
  content: "\e088";
}
.icon-file-download:before {
  content: "\e089";
}
.icon-file-upload:before {
  content: "\e08a";
}
.icon-file-check:before {
  content: "\e08b";
}
.icon-file-remove:before {
  content: "\e08c";
}
.icon-copy:before {
  content: "\e08e";
}
.icon-copy2:before {
  content: "\e08f";
}
.icon-paste:before {
  content: "\e093";
}
.icon-stack:before {
  content: "\e096";
}
.icon-stack2:before {
  content: "\e097";
}
.icon-folder:before {
  content: "\e0a1";
}
.icon-folder2:before {
  content: "\e0a4";
}
.icon-folder-plus:before {
  content: "\e0a5";
}
.icon-folder-minus:before {
  content: "\e0a6";
}
.icon-folder-plus2:before {
  content: "\e0a7";
}
.icon-folder-remove:before {
  content: "\e0a8";
}
.icon-folder-download:before {
  content: "\e0a9";
}
.icon-folder-upload:before {
  content: "\e0aa";
}
.icon-folder-download2:before {
  content: "\e0ab";
}
.icon-folder-upload2:before {
  content: "\e0ac";
}
.icon-cc:before {
  content: "\e0b2";
}
.icon-tag:before {
  content: "\e0b6";
}
.icon-tag2:before {
  content: "\e0b8";
}
.icon-barcode:before {
  content: "\e0bd";
}
.icon-qrcode:before {
  content: "\e0bf";
}
.icon-cart:before {
  content: "\e0c4";
}
.icon-cart-plus:before {
  content: "\e0c8";
}
.icon-cart-minus:before {
  content: "\e0c9";
}
.icon-cart-add:before {
  content: "\e0ca";
}
.icon-cart-remove:before {
  content: "\e0cb";
}
.icon-cart-checkout:before {
  content: "\e0cc";
}
.icon-cart-remove2:before {
  content: "\e0cd";
}
.icon-credit:before {
  content: "\e0d5";
}
.icon-credit2:before {
  content: "\e0d6";
}
.icon-calculate:before {
  content: "\e0d8";
}
.icon-support:before {
  content: "\e0d9";
}
.icon-phone:before {
  content: "\e0dc";
}
.icon-contact-add:before {
  content: "\e0de";
}
.icon-contact-remove:before {
  content: "\e0df";
}
.icon-contact-add2:before {
  content: "\e0e0";
}
.icon-contact-remove2:before {
  content: "\e0e1";
}
.icon-call-incoming:before {
  content: "\e0e2";
}
.icon-call-outgoing:before {
  content: "\e0e3";
}
.icon-phone2:before {
  content: "\e0e4";
}
.icon-address-book:before {
  content: "\e0e8";
}
.icon-envelope:before {
  content: "\e0eb";
}
.icon-envelop:before {
  content: "\e0ec";
}
.icon-envelop-opened:before {
  content: "\e0ee";
}
.icon-location:before {
  content: "\e0f1";
}
.icon-map:before {
  content: "\e0fc";
}
.icon-map2:before {
  content: "\e0fd";
}
.icon-clock:before {
  content: "\e101";
}
.icon-clock2:before {
  content: "\e102";
}
.icon-clock3:before {
  content: "\e103";
}
.icon-clock4:before {
  content: "\e104";
}
.icon-bell:before {
  content: "\e10c";
}
.icon-alarm-plus:before {
  content: "\e10d";
}
.icon-alarm-minus:before {
  content: "\e10e";
}
.icon-alarm-check:before {
  content: "\e10f";
}
.icon-alarm-cancel:before {
  content: "\e110";
}
.icon-stopwatch:before {
  content: "\e111";
}
.icon-calendar:before {
  content: "\e115";
}
.icon-calendar2:before {
  content: "\e116";
}
.icon-print:before {
  content: "\e118";
}
.icon-mouse:before {
  content: "\e11a";
}
.icon-mouse2:before {
  content: "\e11c";
}
.icon-mouse3:before {
  content: "\e11d";
}
.icon-keyboard:before {
  content: "\e11e";
}
.icon-screen:before {
  content: "\e120";
}
.icon-mobile:before {
  content: "\e125";
}
.icon-mobile2:before {
  content: "\e126";
}
.icon-database:before {
  content: "\e138";
}
.icon-align-left:before {
  content: "\e145";
}
.icon-align-center-horizontal:before {
  content: "\e146";
}
.icon-align-right:before {
  content: "\e147";
}
.icon-align-top:before {
  content: "\e148";
}
.icon-align-center-vertical:before {
  content: "\e149";
}
.icon-align-bottom:before {
  content: "\e14a";
}
.icon-undo:before {
  content: "\e14b";
}
.icon-redo:before {
  content: "\e14c";
}
.icon-forward:before {
  content: "\e14d";
}
.icon-reply:before {
  content: "\e14e";
}
.icon-bubble:before {
  content: "\e164";
}
.icon-bubble-dots:before {
  content: "\e165";
}
.icon-bubble2:before {
  content: "\e166";
}
.icon-bubble3:before {
  content: "\e167";
}
.icon-bubble-dots2:before {
  content: "\e168";
}
.icon-bubble4:before {
  content: "\e169";
}
.icon-bubbles:before {
  content: "\e16a";
}
.icon-bubbles2:before {
  content: "\e16b";
}
.icon-bubble-blocked:before {
  content: "\e16c";
}
.icon-bubble-check:before {
  content: "\e16f";
}
.icon-bubble-video-chat:before {
  content: "\e170";
}
.icon-bubble-link:before {
  content: "\e171";
}
.icon-bubble-cancel:before {
  content: "\e176";
}
.icon-bubble-plus:before {
  content: "\e177";
}
.icon-bubble-minus:before {
  content: "\e178";
}
.icon-user:before {
  content: "\e18e";
}
.icon-users:before {
  content: "\e18f";
}
.icon-user-plus:before {
  content: "\e190";
}
.icon-user-minus:before {
  content: "\e191";
}
.icon-user-cancel:before {
  content: "\e192";
}
.icon-user-block:before {
  content: "\e193";
}
.icon-busy:before {
  content: "\e1a3";
}
.icon-spinner:before {
  content: "\e1a7";
}
.icon-spinner2:before {
  content: "\e1ae";
}
.icon-spinner3:before {
  content: "\e1af";
}
.icon-binoculars:before {
  content: "\e1b5";
}
.icon-search:before {
  content: "\e1b7";
}
.icon-zoomin:before {
  content: "\e1b8";
}
.icon-zoomout:before {
  content: "\e1b9";
}
.icon-expand:before {
  content: "\e1bf";
}
.icon-contract:before {
  content: "\e1c0";
}
.icon-expand2:before {
  content: "\e1c8";
}
.icon-contract2:before {
  content: "\e1c9";
}
.icon-key:before {
  content: "\e1ca";
}
.icon-keyhole:before {
  content: "\e1cf";
}
.icon-lock:before {
  content: "\e1d3";
}
.icon-unlocked:before {
  content: "\e1d4";
}
.icon-settings:before {
  content: "\e1db";
}
.icon-equalizer:before {
  content: "\e1dc";
}
.icon-cog:before {
  content: "\e1e1";
}
.icon-cog2:before {
  content: "\e1e2";
}
.icon-pie:before {
  content: "\e1f8";
}
.icon-stats:before {
  content: "\e1fe";
}
.icon-stats-up:before {
  content: "\e207";
}
.icon-podium:before {
  content: "\e216";
}
.icon-medal:before {
  content: "\e218";
}
.icon-medal2:before {
  content: "\e219";
}
.icon-medal3:before {
  content: "\e21a";
}
.icon-medal4:before {
  content: "\e21b";
}
.icon-trophy:before {
  content: "\e21e";
}
.icon-mug:before {
  content: "\e226";
}
.icon-rocket:before {
  content: "\e234";
}
.icon-lamp:before {
  content: "\e24d";
}
.icon-lamp2:before {
  content: "\e24e";
}
.icon-remove:before {
  content: "\e256";
}
.icon-airplane:before {
  content: "\e25b";
}
.icon-paperplane:before {
  content: "\e25c";
}
.icon-accessibility:before {
  content: "\e277";
}
.icon-lightning:before {
  content: "\e28d";
}
.icon-switch:before {
  content: "\e290";
}
.icon-list:before {
  content: "\e299";
}
.icon-list2:before {
  content: "\e29a";
}
.icon-numbered-list:before {
  content: "\e29c";
}
.icon-circle-small:before {
  content: "\e2ab";
}
.icon-menu:before {
  content: "\e2af";
}
.icon-cloud:before {
  content: "\e2b5";
}
.icon-cloud-download:before {
  content: "\e2b6";
}
.icon-cloud-upload:before {
  content: "\e2b7";
}
.icon-download:before {
  content: "\e2ba";
}
.icon-upload:before {
  content: "\e2bb";
}
.icon-earth:before {
  content: "\e2c7";
}
.icon-network:before {
  content: "\e2c8";
}
.icon-link:before {
  content: "\e2cd";
}
.icon-flag:before {
  content: "\e2d1";
}
.icon-attachment:before {
  content: "\e2d7";
}
.icon-eye:before {
  content: "\e2d9";
}
.icon-eye-blocked:before {
  content: "\e2da";
}
.icon-bookmark:before {
  content: "\e2e3";
}
.icon-bookmark2:before {
  content: "\e2e4";
}
.icon-bookmarks:before {
  content: "\e2e5";
}
.icon-heart:before {
  content: "\e304";
}
.icon-heart2:before {
  content: "\e305";
}
.icon-thumbs-up:before {
  content: "\e313";
}
.icon-thumbs-up2:before {
  content: "\e314";
}
.icon-people:before {
  content: "\e317";
}
.icon-man:before {
  content: "\e318";
}
.icon-woman:before {
  content: "\e31a";
}
.icon-happy:before {
  content: "\e31e";
}
.icon-smiley:before {
  content: "\e320";
}
.icon-tongue:before {
  content: "\e322";
}
.icon-sad:before {
  content: "\e324";
}
.icon-wink:before {
  content: "\e326";
}
.icon-grin:before {
  content: "\e328";
}
.icon-cool:before {
  content: "\e32a";
}
.icon-angry:before {
  content: "\e32c";
}
.icon-evil:before {
  content: "\e32e";
}
.icon-shocked:before {
  content: "\e330";
}
.icon-confused:before {
  content: "\e332";
}
.icon-neutral:before {
  content: "\e334";
}
.icon-wondering:before {
  content: "\e336";
}
.icon-cursor:before {
  content: "\e338";
}
.icon-cursor2:before {
  content: "\e339";
}
.icon-warning:before {
  content: "\e355";
}
.icon-warning2:before {
  content: "\e356";
}
.icon-notification:before {
  content: "\e357";
}
.icon-notification2:before {
  content: "\e358";
}
.icon-question:before {
  content: "\e35b";
}
.icon-question2:before {
  content: "\e35c";
}
.icon-plus-circle:before {
  content: "\e35e";
}
.icon-plus-circle2:before {
  content: "\e35f";
}
.icon-minus-circle:before {
  content: "\e360";
}
.icon-minus-circle2:before {
  content: "\e361";
}
.icon-info:before {
  content: "\e362";
}
.icon-info2:before {
  content: "\e363";
}
.icon-close:before {
  content: "\e36b";
}
.icon-checkmark:before {
  content: "\e370";
}
.icon-minus:before {
  content: "\e375";
}
.icon-plus:before {
  content: "\e376";
}
.icon-enter:before {
  content: "\e37d";
}
.icon-exit:before {
  content: "\e37e";
}
.icon-play:before {
  content: "\e380";
}
.icon-pause:before {
  content: "\e381";
}
.icon-stop:before {
  content: "\e382";
}
.icon-backward:before {
  content: "\e383";
}
.icon-forward2:before {
  content: "\e384";
}
.icon-play2:before {
  content: "\e385";
}
.icon-pause2:before {
  content: "\e386";
}
.icon-stop2:before {
  content: "\e387";
}
.icon-backward2:before {
  content: "\e388";
}
.icon-forward3:before {
  content: "\e389";
}
.icon-first:before {
  content: "\e38a";
}
.icon-last:before {
  content: "\e38b";
}
.icon-eject:before {
  content: "\e38e";
}
.icon-volume-high:before {
  content: "\e38f";
}
.icon-volume-medium:before {
  content: "\e390";
}
.icon-volume-low:before {
  content: "\e391";
}
.icon-volume-mute:before {
  content: "\e392";
}
.icon-volume-mute2:before {
  content: "\e393";
}
.icon-volume-increase:before {
  content: "\e394";
}
.icon-volume-decrease:before {
  content: "\e395";
}
.icon-loop:before {
  content: "\e3a5";
}
.icon-shuffle:before {
  content: "\e3ab";
}
.icon-arrow-up:before {
  content: "\e3b0";
}
.icon-arrow-right:before {
  content: "\e3b1";
}
.icon-arrow-down:before {
  content: "\e3b2";
}
.icon-arrow-left:before {
  content: "\e3b3";
}
.icon-arrow-up2:before {
  content: "\e3b4";
}
.icon-arrow-right2:before {
  content: "\e3b5";
}
.icon-arrow-down2:before {
  content: "\e3b6";
}
.icon-arrow-left2:before {
  content: "\e3b7";
}
.icon-arrow-up-left:before {
  content: "\e3b8";
}
.icon-arrow-up3:before {
  content: "\e3b9";
}
.icon-arrow-up-right:before {
  content: "\e3ba";
}
.icon-arrow-right3:before {
  content: "\e3bb";
}
.icon-arrow-down-right:before {
  content: "\e3bc";
}
.icon-arrow-down3:before {
  content: "\e3bd";
}
.icon-arrow-down-left:before {
  content: "\e3be";
}
.icon-arrow-left3:before {
  content: "\e3bf";
}
.icon-arrow-up4:before {
  content: "\e404";
}
.icon-arrow-right4:before {
  content: "\e405";
}
.icon-arrow-down4:before {
  content: "\e406";
}
.icon-arrow-left4:before {
  content: "\e407";
}
.icon-checkbox-unchecked:before {
  content: "\e436";
}
.icon-radio-unchecked:before {
  content: "\e439";
}
.icon-crop:before {
  content: "\e43c";
}
.icon-crop2:before {
  content: "\e43d";
}
.icon-rulers:before {
  content: "\e43f";
}
.icon-scissors:before {
  content: "\e442";
}
.icon-font-size:before {
  content: "\e448";
}
.icon-type:before {
  content: "\e449";
}
.icon-height:before {
  content: "\e44c";
}
.icon-width:before {
  content: "\e44d";
}
.icon-bold:before {
  content: "\e44e";
}
.icon-underline:before {
  content: "\e44f";
}
.icon-italic:before {
  content: "\e450";
}
.icon-strikethrough:before {
  content: "\e452";
}
.icon-table:before {
  content: "\e466";
}
.icon-paragraph-left:before {
  content: "\e46f";
}
.icon-paragraph-center:before {
  content: "\e470";
}
.icon-paragraph-right:before {
  content: "\e471";
}
.icon-paragraph-justify:before {
  content: "\e472";
}
.icon-indent-increase:before {
  content: "\e473";
}
.icon-indent-decrease:before {
  content: "\e474";
}
.icon-embed:before {
  content: "\e47f";
}
.icon-code:before {
  content: "\e480";
}
.icon-console:before {
  content: "\e481";
}
.icon-sevensegment0:before {
  content: "\e482";
}
.icon-sevensegment1:before {
  content: "\e483";
}
.icon-sevensegment2:before {
  content: "\e484";
}
.icon-sevensegment3:before {
  content: "\e485";
}
.icon-sevensegment4:before {
  content: "\e486";
}
.icon-sevensegment5:before {
  content: "\e487";
}
.icon-sevensegment6:before {
  content: "\e488";
}
.icon-sevensegment7:before {
  content: "\e489";
}
.icon-sevensegment8:before {
  content: "\e48a";
}
.icon-sevensegment9:before {
  content: "\e48b";
}
.icon-share:before {
  content: "\e48c";
}
.icon-mail:before {
  content: "\e48e";
}
.icon-googleplus:before {
  content: "\e495";
}
.icon-google-drive:before {
  content: "\e497";
}
.icon-facebook:before {
  content: "\e499";
}
.icon-instagram:before {
  content: "\e49c";
}
.icon-twitter:before {
  content: "\e49e";
}
.icon-feed:before {
  content: "\e4a1";
}
.icon-youtube:before {
  content: "\e4a3";
}
.icon-youtube2:before {
  content: "\e4a4";
}
.icon-vimeo2:before {
  content: "\e4a6";
}
.icon-flickr:before {
  content: "\e4ab";
}
.icon-picassa:before {
  content: "\e4ae";
}
.icon-dribbble:before {
  content: "\e4b0";
}
.icon-github:before {
  content: "\e4bc";
}
.icon-blogger:before {
  content: "\e4c1";
}
.icon-tumblr:before {
  content: "\e4c3";
}
.icon-tux:before {
  content: "\e4c5";
}
.icon-apple:before {
  content: "\e4c6";
}
.icon-finder:before {
  content: "\e4c7";
}
.icon-android:before {
  content: "\e4c8";
}
.icon-windows8:before {
  content: "\e4ca";
}
.icon-soundcloud:before {
  content: "\e4cb";
}
.icon-skype:before {
  content: "\e4cd";
}
.icon-reddit:before {
  content: "\e4ce";
}
.icon-linkedin:before {
  content: "\e4cf";
}
.icon-pinterest:before {
  content: "\e4d7";
}
.icon-paypal:before {
  content: "\e4dd";
}
.icon-file-pdf:before {
  content: "\e4e2";
}
.icon-file-openoffice:before {
  content: "\e4e3";
}
.icon-file-word:before {
  content: "\e4e4";
}
.icon-file-excel:before {
  content: "\e4e5";
}
.icon-file-zip:before {
  content: "\e4e6";
}
.icon-file-powerpoint:before {
  content: "\e4e7";
}
.icon-file-xml:before {
  content: "\e4e8";
}
.icon-file-css:before {
  content: "\e4e9";
}
.icon-html5:before {
  content: "\e4ea";
}
.icon-css3:before {
  content: "\e4ec";
}
.icon-chrome:before {
  content: "\e4ed";
}
.icon-firefox:before {
  content: "\e4ee";
}
.icon-IE:before {
  content: "\e4ef";
}
.icon-opera:before {
  content: "\e4f0";
}
.icon-safari:before {
  content: "\e4f1";
}
.icon-display:before {
  content: "\ea70";
}
.icon-display2:before {
  content: "\ea71";
}
.icon-display3:before {
  content: "\ea72";
}
.icon-enlarge:before {
  content: "\eb39";
}
.icon-shrink:before {
  content: "\eb3a";
}
.icon-instagram2:before {
  content: "\e600";
}
.icon-arrow-down3:before {
  content: "\edc1";
}
.icon-arrow-down4:before {
  content: "\edc2";
}
.icon-arrow-left3:before {
  content: "\edc5";
}
.icon-arrow-left4:before {
  content: "\edc6";
}
.icon-arrow-right3:before {
  content: "\edbd";
}
.icon-arrow-right4:before {
  content: "\edbe";
}
.icon-arrow-up3:before {
  content: "\edb9";
}
.icon-arrow-up4:before {
  content: "\edba";
}
.icon-bag:before {
  content: "\ea07";
}
.icon-bag2:before {
  content: "\ea08";
}
.icon-basket:before {
  content: "\ea06";
}
.icon-book:before {
  content: "\e990";
}
.icon-cash:before {
  content: "\ea11";
}
.icon-cash3:before {
  content: "\ea13";
}
.icon-checkbox-checked2:before {
  content: "\ee6e";
}
.icon-checkbox-unchecked2:before {
  content: "\ee6f";
}
.icon-checkmark-circle:before {
  content: "\ee76";
}
.icon-circle:before {
  content: "\ee77";
}
.icon-circle-down4:before {
  content: "\edf8";
}
.icon-circle-left4:before {
  content: "\edfa";
}
.icon-circle-right4:before {
  content: "\edf6";
}
.icon-circle-up4:before {
  content: "\edf4";
}
.icon-coin-dollar:before {
  content: "\ea0b";
}
.icon-coins:before {
  content: "\ea0a";
}
.icon-equalizer3:before {
  content: "\eb5d";
}
.icon-facebook:before {
  content: "\eeef";
}
.icon-fan:before {
  content: "\ecd4";
}
.icon-file-download2:before {
  content: "\e9a6";
}
.icon-file-eye2:before {
  content: "\e9ac";
}
.icon-graduation:before {
  content: "\e99a";
}
.icon-grid3:before {
  content: "\ec5f";
}
.icon-hammer2:before {
  content: "\ebe4";
}
.icon-menu7:before {
  content: "\ec71";
}
.icon-meter-fast:before {
  content: "\ebe2";
}
.icon-mustache:before {
  content: "\ebb0";
}
.icon-new:before {
  content: "\e97b";
}
.icon-piggy-bank:before {
  content: "\ea0f";
}
.icon-point-right:before {
  content: "\ed2d";
}
.icon-point-up:before {
  content: "\ed2c";
}
.icon-price-tag:before {
  content: "\e9ed";
}
.icon-safe:before {
  content: "\eb57";
}
.icon-spinner10:before {
  content: "\eb2b";
}
.icon-spinner2:before {
  content: "\eb23";
}
.icon-spinner3:before {
  content: "\eb24";
}
.icon-spinner4:before {
  content: "\eb25";
}
.icon-spinner5:before {
  content: "\eb26";
}
.icon-star-empty:before {
  content: "\ece0";
}
.icon-star-empty2:before {
  content: "\ece1";
}
.icon-star-full:before {
  content: "\ece2";
}
.icon-stats-bars6:before {
  content: "\eb8e";
}
.icon-store:before {
  content: "\e9fc";
}
.icon-store2:before {
  content: "\e9fd";
}
.icon-toggle-off:before {
  content: "\ee75";
}
.icon-toggle-on:before {
  content: "\ee74";
}
.icon-vcard:before {
  content: "\eb11";
}
.icon-wallet:before {
  content: "\ea10";
}
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.ovx-btn {
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  *overflow: visible;
  padding: 0.5em 1em;
  color: #fff;
  *color: #444;
  display: inline-block;
  border: 1px solid #233358;
  background-color: #233358;
  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: #141e34;
}
.ovx-btn.wireframed {
  background: none;
  color: #233358;
  border: 1px solid #233358;
  border-radius: 0px;
}
.ovx-btn.wireframed:hover {
  background: #233358;
  color: #fff;
  border: 1px solid #233358;
  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 #bbc8d5;
  background-color: #EAEEF2;
  color: #444;
  text-decoration: none;
  font-family: inherit;
  *font-size: 90%;
  *overflow: visible;
  *color: #444;
  letter-spacing: 1px;
}
.ovx-label:active {
  background-color: #233358 !important;
}
.ovx-label.squared {
  color: #fff;
}
.ovx-label.wireframed {
  background: none;
  color: #233358;
  border: 1px solid #233358;
  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%;
}
.event-success {
  background: #64af44 !important;
  border: 1px solid #64af44 !important;
}
.event-success.wireframed {
  background: transparent;
  color: #64af44;
  border: 1px solid #64af44;
}
.event-success.wireframed:hover {
  background: #64af44;
  color: #fff;
  border-color: #64af44;
  opacity: 1;
}
.event-success:active {
  background: #317c11;
  color: #fff;
  border: 1px solid #64af44;
}
.event-error {
  background: #F63A49 !important;
  border: 1px solid #F63A49 !important;
}
.event-error.wireframed {
  background: transparent;
  color: #F63A49;
  border: 1px solid #F63A49;
}
.event-error.wireframed:hover {
  background: #F63A49;
  color: #fff;
  border-color: #F63A49;
  opacity: 1;
}
.event-error:active {
  background: #c30716;
  color: #fff;
  border: 1px solid #F63A49;
}
.event-warning {
  background: #C59A48 !important;
  border: 1px solid #C59A48 !important;
}
.event-warning.wireframed {
  background: transparent;
  color: #C59A48;
  border: 1px solid #C59A48;
}
.event-warning.wireframed:hover {
  background: #C59A48;
  color: #fff;
  border-color: #C59A48;
  opacity: 1;
}
.event-warning:active {
  background: #926715;
  color: #fff;
  border: 1px solid #C59A48;
}
.event-secondary {
  background: #7D5531 !important;
  border: 1px solid #7D5531 !important;
}
.event-secondary.wireframed {
  background: transparent;
  color: #7D5531;
  border: 1px solid #7D5531;
}
.event-secondary.wireframed:hover {
  background: #7D5531;
  color: #fff;
  border-color: #7D5531;
  opacity: 1;
}
.event-secondary:active {
  background: #4a2200;
  color: #fff;
  border: 1px solid #7D5531;
}
/*
 *  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;
}
.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: #141e34;
  overflow-x: hidden;
  width: auto;
}
.ovx-vertical-menu.standalone ul.ovx-dropdown-options > li {
  text-align: right;
  vertical-align: top;
  padding: 0;
  cursor: default;
}
.ovx-vertical-menu.standalone ul.ovx-dropdown-options > li:hover {
  color: #fff;
  cursor: default;
}
.ovx-vertical-menu.standalone.open .ovx-dropdown {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  right: 0;
  min-width: 0;
  margin-top: 0;
}
.ovx-vertical-menu.standalone.open .ovx-dropdown a {
  display: block;
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.429;
}
.ovx-vertical-menu.standalone.open .ovx-dropdown a:hover {
  background: #0d1321;
  color: #fff;
}
.ovx-vertical-menu.standalone .ovx-btn {
  padding-right: 2.5em;
  cursor: pointer;
}
.ovx-vertical-menu.standalone .ovx-btn:hover {
  opacity: 1;
  background: #141e34;
  border-color: #141e34;
}
.ovx-vertical-menu.standalone .ovx-btn .opt_text {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 190px;
}
.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: #141e34;
  border-color: #141e34;
}
.ovx-vertical-menu.standalone.open .ovx-btn > span {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.ovx-dropdown {
  z-index: 1000;
  padding: 0;
  min-width: 220px;
  border: none;
  width: 100%;
  visibility: hidden;
  position: absolute;
  left: 0;
  margin-top: 10px;
  overflow: initial;
  text-align: left;
  background-color: #f5f4f4;
  border-radius: 3px;
  z-index: 5;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(92, 75, 81, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(92, 75, 81, 0.1);
  -webkit-transition: transform 330ms cubic-bezier(0.82, 0, 0.355, 1.34);
  -ms-transition: transform 330ms cubic-bezier(0.82, 0, 0.355, 1.34);
  transition: transform 330ms cubic-bezier(0.82, 0, 0.355, 1.34);
  -webkit-transform-origin: 95% 0%;
  transform-origin: 95% 0%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.ovx-dropdown ul.ovx-dropdown-options {
  position: relative;
  position: absolute;
  z-index: 11;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #666;
  list-style: none;
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  max-height: 200px;
  overflow: auto;
}
.ovx-dropdown ul.ovx-dropdown-options > li {
  display: block;
  clear: both;
  padding: 8px 12px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.429;
}
.ovx-dropdown ul.ovx-dropdown-options > li:hover,
.ovx-dropdown ul.ovx-dropdown-options > li:focus {
  background-color: #fff;
  color: #262626;
  text-decoration: none;
  cursor: pointer;
}
.ovx-select-group {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  min-width: 150px;
  vertical-align: top;
}
.ovx-select-group .ovx-btn {
  position: relative;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  border-color: #aaa;
  color: #aaa;
}
.ovx-select-group .ovx-btn > span {
  position: absolute;
  top: 42%;
  right: 16px;
  display: inline-block;
  border-width: 8px 6px;
  border-style: solid;
  border-color: #aaa transparent;
  border-bottom-style: none;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.ovx-select-group.rounded .ovx-btn {
  border-radius: 4px;
}
.ovx-select-group.rounded .ovx-dropdown-options {
  border-radius: 4px;
}
.ovx-select-group.wireframed .ovx-btn {
  border: 1px solid #233358;
  background: none;
  color: #233358;
}
.ovx-select-group.wireframed .ovx-btn span {
  border-color: #233358 transparent;
}
.progress {
  width: 100%;
}
.pure-bar {
  background: #233358;
  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 #233358;
}
.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 {
  background: transparent;
  color: #64af44;
  border: 1px solid #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 {
  background: transparent;
  color: #64af44;
  border: 1px solid #64af44;
}
.ovx-alert.info,
.ovx-notify.info {
  border-color: #233358;
  background: #b3c1e1;
  color: #141e34;
}
.ovx-alert.info label:before,
.ovx-notify.info label:before {
  content: "\e362";
}
.ovx-alert.info .ovx-btn,
.ovx-notify.info .ovx-btn {
  background: #233358;
  border-color: #233358;
}
.ovx-alert.info.wireframed,
.ovx-notify.info.wireframed {
  background: transparent;
  color: #233358;
  border: 1px solid #233358;
}
.ovx-alert.info.wireframed a,
.ovx-notify.info.wireframed a {
  color: #233358;
}
.ovx-alert.info.wireframed .ovx-btn,
.ovx-notify.info.wireframed .ovx-btn {
  background: transparent;
  color: #233358;
  border: 1px solid #233358;
}
.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 {
  background: transparent;
  color: #C59A48;
  border: 1px solid #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 {
  background: transparent;
  color: #C59A48;
  border: 1px solid #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 {
  background: transparent;
  color: #F63A49;
  border: 1px solid #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 {
  background: transparent;
  color: #F63A49;
  border: 1px solid #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 {
  /* Better Font Rendering =========== */
  font-family: 'icomoon' !important;
  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;
  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: #8ea3d2;
}
.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-notify.overflow div {
  display: inline-block;
  vertical-align: top;
}
.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: 2px solid;
}
.ovx-alert label {
  display: inline-block;
  white-space: nowrap;
  *display: inline;
  /* IE7 inline-block hack */
  font-size: 1.1em;
  padding: 0 5px;
  font-weight: bold;
  *zoom: 1;
}
.ovx-alert label:before {
  /* Better Font Rendering =========== */
  font-family: 'icomoon' !important;
  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;
  margin-right: 5px;
}
.ovx-alert.wireframed .ovx-btn {
  background: none;
}
.ovx-alert p {
  color: #333;
  margin: 0.6em 0;
}
.ovx-alert .ovx-btn-group {
  width: 100%;
}
.ovx-alert .ovx-btn-group .ovx-btn {
  margin: 0 10px;
  font-size: 70%;
}
.ovx-popover {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 1em;
  max-width: 270px;
  border: 1px solid #555;
  color: #fff;
  text-align: center;
  text-transform: none;
}
.ovx-popover.rounded {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ie-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.ovx-popover .ovx-arrow-border,
.ovx-popover .ovx-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
}
.ovx-popover.success {
  border-color: #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: #233358;
  background: #233358;
}
.ovx-popover.info.bottom .ovx-arrow {
  bottom: -19px;
  left: 47.5%;
  border-top-color: #233358;
}
.ovx-popover.info.bottom .ovx-arrow-border {
  bottom: -20px;
  left: 47.5%;
  border-top-color: #233358;
}
.ovx-popover.info.left .ovx-arrow {
  top: 45%;
  left: -19px;
  border-right-color: #233358;
}
.ovx-popover.info.left .ovx-arrow-border {
  top: 45%;
  left: -20px;
  border-right-color: #233358;
}
.ovx-popover.info.top .ovx-arrow {
  top: -19px;
  left: 46%;
  border-bottom-color: #233358;
}
.ovx-popover.info.top .ovx-arrow-border {
  top: -20px;
  left: 46%;
  border-bottom-color: #233358;
}
.ovx-popover.info.right .ovx-arrow {
  top: 45%;
  right: -19px;
  border-left-color: #233358;
}
.ovx-popover.info.right .ovx-arrow-border {
  top: 45%;
  right: -20px;
  border-left-color: #233358;
}
.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-block;
  vertical-align: initial;
  position: relative;
  cursor: help;
  background: #fff;
  margin-left: 5px;
}
.has-popover .ovx-popover {
  position: absolute;
  width: 250px;
  left: -118px;
  right: 0;
  font-size: 0.8em;
  margin-top: 0px;
  padding: 0 5px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.has-popover:hover .ovx-popover {
  margin-top: 5px;
  visibility: visible;
}
.ovx-form input[type=text],
.ovx-form input[type=password],
.ovx-form input[type=email],
.ovx-form input[type=url],
.ovx-form input[type=date],
.ovx-form input[type=month],
.ovx-form input[type=time],
.ovx-form input[type=datetime],
.ovx-form input[type=datetime-local],
.ovx-form input[type=week],
.ovx-form input[type=number],
.ovx-form input[type=search],
.ovx-form input[type=tel],
.ovx-form input[type=color],
.ovx-form textarea {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.6em;
  margin-bottom: 0.2em;
}
.ovx-form input:not([type]) {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.6em;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
}
.ovx-form input[type=color] {
  padding: 0.2em 0.5em;
}
.ovx-form input[type=text][disabled],
.ovx-form input[type=password][disabled],
.ovx-form input[type=email][disabled],
.ovx-form input[type=url][disabled],
.ovx-form input[type=date][disabled],
.ovx-form input[type=month][disabled],
.ovx-form input[type=time][disabled],
.ovx-form input[type=datetime][disabled],
.ovx-form input[type=datetime-local][disabled],
.ovx-form input[type=week][disabled],
.ovx-form input[type=number][disabled],
.ovx-form input[type=search][disabled],
.ovx-form input[type=tel][disabled],
.ovx-form input[type=color][disabled],
.ovx-form select[disabled],
.ovx-form textarea[disabled] {
  border-color: #ddd !important;
  background-color: #f7f7f7;
  color: #cad2d3 !important;
  color: 0.8;
  cursor: not-allowed;
}
.ovx-form input:not([type])[disabled] {
  background-color: #eaeded;
  color: #cad2d3;
  cursor: not-allowed;
}
.ovx-form input[readonly],
.ovx-form select[readonly],
.ovx-form textarea[readonly] {
  border-color: #ccc;
  background: #eee;
  color: #777;
}
.ovx-form select[multiple] {
  height: auto;
}
.ovx-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.ovx-form legend {
  display: block;
  margin-bottom: 0.3em;
  padding: 0.3em 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}
.ovx-form-stacked input[type=text],
.ovx-form-stacked input[type=password],
.ovx-form-stacked input[type=email],
.ovx-form-stacked input[type=url],
.ovx-form-stacked input[type=date],
.ovx-form-stacked input[type=month],
.ovx-form-stacked input[type=time],
.ovx-form-stacked input[type=datetime],
.ovx-form-stacked input[type=datetime-local],
.ovx-form-stacked input[type=week],
.ovx-form-stacked input[type=number],
.ovx-form-stacked input[type=search],
.ovx-form-stacked input[type=tel],
.ovx-form-stacked input[type=color],
.ovx-form-stacked select,
.ovx-form-stacked label,
.ovx-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}
.ovx-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}
.ovx-form-aligned input,
.ovx-form-aligned textarea,
.ovx-form-aligned select,
.ovx-form-aligned .pure-help-inline,
.ovx-form-message-inline {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.ovx-form-aligned textarea {
  vertical-align: top;
}
.ovx-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}
.ovx-form-aligned .pure-control-group label {
  display: inline-block;
  margin: 0 1em 0 0;
  width: 10em;
  vertical-align: middle;
  text-align: right;
}
.ovx-form-aligned .pure-controls {
  margin: 1.5em 0 0 10em;
}
.ovx-form input.ovx-input-rounded,
.ovx-form .ovx-input-rounded {
  padding: 0.5em 1em;
  border-radius: 2em;
}
.ovx-form .pure-group fieldset {
  margin-bottom: 10px;
}
.ovx-form .pure-group input {
  position: relative;
  top: -1px;
  display: block;
  margin: 0;
  padding: 10px;
  border-radius: 0;
}
.ovx-form .pure-group input:focus {
  z-index: 2;
}
.ovx-form .pure-group input:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
}
.ovx-form .pure-group input:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
}
.ovx-form .pure-group button {
  margin: 0.35em 0;
}
.ovx-form .ovx-input-1 {
  width: 100%;
}
.ovx-form .ovx-input-2-3 {
  width: 66%;
}
.ovx-form .ovx-input-1-2 {
  width: 50%;
}
.ovx-form .ovx-input-1-3 {
  width: 33%;
}
.ovx-form .ovx-input-1-4 {
  width: 25%;
}
.ovx-form .pure-help-inline,
.ovx-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}
.ovx-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}
@media only screen and (max-width: 480px) {
  .ovx-form button[type=submit] {
    margin: 0.7em 0 0;
  }
  .ovx-form input:not([type]),
  .ovx-form input[type=text],
  .ovx-form input[type=password],
  .ovx-form input[type=email],
  .ovx-form input[type=url],
  .ovx-form input[type=date],
  .ovx-form input[type=month],
  .ovx-form input[type=time],
  .ovx-form input[type=datetime],
  .ovx-form input[type=datetime-local],
  .ovx-form input[type=week],
  .ovx-form input[type=number],
  .ovx-form input[type=search],
  .ovx-form input[type=tel],
  .ovx-form input[type=color],
  .ovx-form label {
    display: block;
  }
  .pure-group input:not([type]),
  .pure-group input[type=text],
  .pure-group input[type=password],
  .pure-group input[type=email],
  .pure-group input[type=url],
  .pure-group input[type=date],
  .pure-group input[type=month],
  .pure-group input[type=time],
  .pure-group input[type=datetime],
  .pure-group input[type=datetime-local],
  .pure-group input[type=week],
  .pure-group input[type=number],
  .pure-group input[type=search],
  .pure-group input[type=tel],
  .pure-group input[type=color] {
    margin-bottom: 0;
  }
  .ovx-form-aligned .pure-control-group label {
    display: block;
    margin-bottom: 0.3em;
    width: 100%;
    text-align: left;
  }
  .ovx-form-aligned .pure-controls {
    margin: 1.5em 0 0;
  }
  .ovx-form .pure-help-inline,
  .ovx-form-message-inline,
  .ovx-form-message {
    display: block;
    padding: 0.2em 0 0.8em;
    font-size: 0.75em;
  }
}
.ovx-form input[type=text]:focus,
.ovx-form input[type=password]:focus,
.ovx-form input[type=email]:focus,
.ovx-form input[type=url]:focus,
.ovx-form input[type=date]:focus,
.ovx-form input[type=month]:focus,
.ovx-form input[type=time]:focus,
.ovx-form input[type=datetime]:focus,
.ovx-form input[type=datetime-local]:focus,
.ovx-form input[type=week]:focus,
.ovx-form input[type=number]:focus,
.ovx-form input[type=search]:focus,
.ovx-form input[type=tel]:focus,
.ovx-form input[type=color]:focus,
.ovx-form textarea:focus {
  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: none;
  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: none;
  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: none;
  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: none;
  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 {
  color: #aaa;
  border-color: #7D5531;
}
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;
}
.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: #141e34;
  border-color: #141e34;
}
.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 #233358;
  background: none;
  color: #233358;
}
.ovx-select-group.wireframed .ovx_btn span {
  border-color: #233358 transparent;
}
.ovx-select-group .ovx-dropdown {
  z-index: 1000;
  padding: 0;
  border: none;
  box-shadow: none;
  font-size: 14px;
}
.ovx-select-group ul.ovx-dropdown-option {
  position: absolute;
  z-index: 11;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  margin-top: 9px;
  padding: 0;
  max-height: 200px;
  width: 100%;
  background-color: #f3f4f5;
  list-style: none;
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ovx-select-group ul.ovx-dropdown-option > li {
  display: block;
  clear: both;
  padding: 8px 12px;
  color: #606d7a;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.429;
}
.ovx-select-group ul.ovx-dropdown-option > li:hover,
.ovx-select-group ul.ovx-dropdown-option > li:focus {
  background-color: rgba(202, 206, 209, 0.5);
  color: #262626;
  text-decoration: none;
}
.ovx-select-group .dropdown {
  position: relative;
  padding: 0.5em 0;
}
.ovx-select-group .dropdown .dropdown-trigger.ovx-btn {
  padding: 0.5em;
}
.ovx-select-group .dropdown .dropdown-option {
  position: absolute;
  z-index: 11;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  right: 0;
  background-color: #f3f4f5;
  list-style: none;
  tap-highlight-color: rgba(0, 0, 0, 0);
}
-webkit-.ovx-select-group .dropdown .dropdown-option:hover,
.ovx-select-group .dropdown .dropdown-option:focus {
  background-color: rgba(202, 206, 209, 0.5);
  color: #262626;
  text-decoration: none;
}
.ovx-select-group .dropdown .dropdown-option > li {
  text-align: right;
  display: block;
  padding: 0!important;
  clear: both;
  white-space: nowrap;
  line-height: 1.429;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
}
.ovx-select-group .dropdown .dropdown-option > li a {
  padding: 8px 12px;
  display: block;
}
.ovx-select-group .dropdown .dropdown-option > li a:hover {
  background: #ccc;
}
.dropdown {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dropdown .dropdown-trigger:after {
  /* Better Font Rendering =========== */
  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;
  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: #583c23;
}
.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 {
  font-size: 0.9em;
}
.radio_group input {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.field-group-pair .radio_group_wrap label {
  display: block;
  padding: 0.2em 0;
}
/* it also inherits from button.less */
.ovx-spinner {
  position: relative;
  display: table;
  overflow: hidden;
  width: 60px;
  border: 1px solid #233358;
  vertical-align: middle;
}
.ovx-spinner.rounded {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ie-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.ovx-spinner.wireframed {
  background: transparent;
}
.ovx-spinner.wireframed input[type="text"] {
  background: transparent;
  color: #233358;
}
.ovx-spinner.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ovx-spinner input[type="text"] {
  display: inline-block;
  margin: 0;
  width: 100%;
  border: none !important;
  color: #333;
  vertical-align: top;
  text-align: right;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ovx-spinner input[type="text"]:focus,
.ovx-spinner input[type="text"]:active {
  outline: none;
  box-shadow: none;
}
.ovx-spinner-vert-group {
  position: relative;
  display: table-cell;
  margin: 0;
  background: #233358;
  vertical-align: middle;
  white-space: nowrap;
}
.ovx-spinner-button {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  width: 30px;
  outline: none;
  background: #233358;
  background-image: none;
  color: #333;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: normal;
  line-height: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ovx-spinner-button:hover {
  background-color: #32487c;
}
.ovx-spinner-button:active {
  background: #06090f;
}
.ovx-spinner-button i {
  color: #fff;
  font-size: 15px;
}
.ovx-spinner-button i.icon-plus,
.ovx-spinner-button i.icon-minus {
  vertical-align: middle;
  font-size: 7px;
  line-height: 16px;
}
.ovx-spinner-vert-group > .ovx-spinner-button:first-child {
  -webkit-box-shadow: 0px -1px 0px #fff inset;
  -moz-box-shadow: 0px -1px 0px #fff inset;
  box-shadow: 0px -1px 0px #fff inset;
}
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.pure-menu ul {
  position: absolute;
  visibility: hidden;
}
.pure-menu.pure-menu-open {
  visibility: visible;
  z-index: 2;
  width: 100%;
}
.pure-menu ul {
  left: -10000px;
  list-style: none;
  margin: 0;
  padding: 0;
  top: -10000px;
  z-index: 1;
}
.pure-menu > ul {
  position: relative;
}
.pure-menu-open > ul {
  left: 0;
  top: 0;
  visibility: visible;
}
.pure-menu-open > ul:focus {
  outline: 0;
}
.pure-menu li {
  position: relative;
}
.pure-menu a,
.pure-menu .pure-menu-heading {
  display: block;
  color: inherit;
  line-height: 1.5em;
  padding: 5px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.pure-menu.pure-menu-horizontal > .pure-menu-heading {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  vertical-align: middle;
}
.pure-menu.pure-menu-horizontal > ul {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.pure-menu li a {
  padding: 5px 20px;
}
.pure-menu-can-have-children > .pure-menu-label:after {
  content: '\25B8';
  float: right;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
  margin-right: -20px;
  margin-top: -1px;
}
.pure-menu-can-have-children > .pure-menu-label {
  padding-right: 30px;
}
.pure-menu-separator {
  background-color: #dfdfdf;
  display: block;
  height: 1px;
  font-size: 0;
  margin: 7px 2px;
  overflow: hidden;
}
.pure-menu-hidden {
  display: none;
}
.pure-menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.pure-menu-horizontal li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.pure-menu-horizontal li li {
  display: block;
}
.pure-menu-horizontal > .pure-menu-children > .pure-menu-can-have-children > .pure-menu-label:after {
  content: "\25BE";
}
.pure-menu-horizontal > .pure-menu-children > .pure-menu-can-have-children > .pure-menu-label {
  padding-right: 30px;
}
.pure-menu-horizontal li.pure-menu-separator {
  height: 50%;
  width: 1px;
  margin: 0 7px;
}
.pure-menu-horizontal li li.pure-menu-separator {
  height: 1px;
  width: auto;
  margin: 7px 2px;
}
.pure-menu.pure-menu-open,
.pure-menu.pure-menu-horizontal li .pure-menu-children {
  background: #fff;
  border: 1px solid #b7b7b7;
}
.pure-menu.pure-menu-horizontal,
.pure-menu.pure-menu-horizontal .pure-menu-heading {
  border: 0;
}
.pure-menu a {
  border: 1px solid transparent;
  border-left: 0;
  border-right: 0;
}
.pure-menu a,
.pure-menu .pure-menu-can-have-children > li:after {
  color: #777;
}
.pure-menu .pure-menu-can-have-children > li:hover:after {
  color: #fff;
}
.pure-menu .pure-menu-open {
  background: #dedede;
}
.pure-menu li a:hover,
.pure-menu li a:focus {
  background: #eee;
}
.pure-menu li.pure-menu-disabled a:hover,
.pure-menu li.pure-menu-disabled a:focus {
  background: #fff;
  color: #bfbfbf;
}
.pure-menu .pure-menu-disabled > a {
  background-image: none;
  border-color: transparent;
  cursor: default;
}
.pure-menu .pure-menu-disabled > a,
.pure-menu .pure-menu-can-have-children.pure-menu-disabled > a:after {
  color: #bfbfbf;
}
.pure-menu .pure-menu-heading {
  color: #565d64;
  text-transform: uppercase;
  font-size: 90%;
  margin-top: 0.5em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dfdfdf;
}
.pure-menu .pure-menu-selected a {
  color: #000;
}
.pure-menu.pure-menu-open.pure-menu-fixed {
  border: 0;
  border-bottom: 1px solid #b7b7b7;
}
.pure-paginator {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  list-style: none;
  margin: 0;
  padding: 0;
}
.opera-only :-o-prefocus,
.pure-paginator {
  word-spacing: -0.43em;
}
.pure-paginator li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-paginator .pure-button {
  border-radius: 0;
  padding: 0.8em 1.4em;
  vertical-align: top;
  height: 1.1em;
}
.pure-paginator .pure-button:focus,
.pure-paginator .pure-button:active {
  outline-style: none;
}
.pure-paginator .prev,
.pure-paginator .next {
  color: #C0C1C3;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
}
.pure-paginator .prev {
  border-radius: 2px 0 0 2px;
}
.pure-paginator .next {
  border-radius: 0 2px 2px 0;
}
@media (max-width: 480px) {
  .pure-menu-horizontal {
    width: 100%;
  }
  .pure-menu-children li {
    display: block;
    border-bottom: 1px solid #000;
  }
}
.ovx-breadcrumb-vertical {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ovx-breadcrumb-vertical li {
  display: block;
  margin: 0.4em 0em 2em 0em;
}
.ovx-breadcrumb-vertical li:first-child {
  margin-top: 0;
}
.ovx-breadcrumb-vertical li:first-child a:before {
  display: none;
}
.ovx-breadcrumb-vertical li.active {
  pointer-events: none;
}
.ovx-breadcrumb-vertical li.active a {
  background: #0d1321;
}
.ovx-breadcrumb-vertical li.active a::before {
  border-color: transparent #0d1321 #0d1321 #0d1321;
}
.ovx-breadcrumb-vertical li.active a::after {
  border-top-color: #0d1321;
}
.ovx-breadcrumb-vertical a {
  background: #233358;
  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 #233358 #233358 #233358;
  left: 0;
  right: 0;
}
.ovx-breadcrumb-vertical a::after {
  content: "";
  position: absolute;
  top: 100%;
  border-top: 1.5em solid #233358;
  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: 700;
    background: 0 0
}
.ovx-breadcrumb-vertical .current::after,
.ovx-breadcrumb-vertical .current::before {
  content: normal;
}
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.ovx-table {
  border: 1px solid #233358;
  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;
}
.ovx-table thead th {
  cursor: pointer;
  color: #fff;
  background: #233358;
  border-left: 1px solid #fff;
  padding: 0.5em;
  font-weight: normal;
}
.ovx-table thead th:active {
  background-color: #141e34;
  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 #233358;
  border-right: 0;
  border-top: 0;
}
.ovx-table tbody td a {
  color: #233358;
  text-decoration: underline;
}
.ovx-table.table-striped {
  border: 1px solid #fff;
}
.ovx-table.table-striped tbody td {
  border-color: #fff;
}
.ovx-table.table-striped > tbody > tr {
  background-color: #f5f5f5;
}
.ovx-table.table-striped > tbody > tr:nth-child(even) {
  background-color: #fff;
}
.ovx-table.table-striped > tbody > tr:hover {
  background-color: #eee;
}
.ovx-table.wireframed {
  border: 1px solid #233358;
  border-bottom-width: 0;
}
.ovx-table.wireframed td,
.ovx-table.wireframed th {
  border-color: #233358;
  background: transparent !important;
}
.ovx-table.wireframed thead {
  background-color: transparent;
}
.ovx-table.wireframed thead th {
  border-left: 1px solid #233358;
  border-bottom: 1px solid #233358;
  color: #233358;
  background: #fff !important;
}
.ovx-table.wireframed thead th:hover {
  color: #fff;
  background-color: #233358 !important;
  opacity: 1;
}
.ovx-table.wireframed thead th:active {
  background-color: #141e34 !important;
}
.ovx-table.wireframed tbody tr:nth-child(n) {
  background-color: transparent;
}
.ovx-table.wireframed tbody tr:hover {
  background-color: #7c94cb;
}
.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;
}
.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;
  }
}
@media only screen and (max-width: 58em) {
  #unseen table td:nth-child(2),
  #unseen table th:nth-child(2) {
    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: #233358;
  }
  #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 #233358;
  }
  #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: #7c94cb;
  }
  #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 #233358;
  }
  /* 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: #7c94cb;
  }
  #no-more-tables tr:hover td {
    background-color: transparent;
  }
  #no-more-tables tr:hover:before {
    background-color: #7c94cb;
  }
  #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: #7c94cb;
  }
  #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: #233358;
  }
  /*
    Label the data
    */
  #no-more-tables td:before {
    content: attr(data-title);
    border-right: 1px solid #fff;
  }
  #no-more-tables .wireframed tr {
    border-color: #233358;
  }
  #no-more-tables .wireframed td {
    border-color: #233358;
  }
  #no-more-tables .wireframed td:before {
    border-color: #233358;
    background-color: #fff;
    color: #233358;
  }
}
.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: #7c94cb;
}
.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: #233358;
}
.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: #7c94cb;
}
.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-opened .row-details i:after {
  transform: rotate(180deg);
}
.is-visible.disabled {
  opacity: 0.8;
  background: #fff;
}
.is-visible.disabled h4 {
  margin: 1em 0;
}
.is-visible.disabled table {
  margin: 0 auto;
}
tr.details-opened {
  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;
  }
}
.vt {
  vertical-align: top !important;
}
.vm {
  vertical-align: middle;
}
.dib {
  display: inline-block !important;
}
.dashed {
  border: 1px dashed #ccc;
}
.mt10 {
  margin-top: 10px ;
  display: block;
}
.field-group.radio_group {
  display: block;
  padding: 1em 0.5em;
}
.table {
  display: table;
}
.code-group input {
  text-align: center;
  letter-spacing: 2px;
}
.code-group input:placeholder-shown {
  border-color: #64af44;
}
.code-group .valid {
  color: #64af44;
  border-color: #64af44 !important;
}
.label_group.highlighted {
  padding: 0.5em 0;
  margin: 0.5em 0;
  display: block;
  background-color: #f5f5f5;
}
.pick-list {
  margin-top: 1.5em;
}
.pick-list a {
  font-size: 1.1em;
  text-decoration: underline;
  color: #7D5531;
}
.pick-list b {
  display: block;
  padding: 0.5em 0;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left !important;
}
span.value {
  border-bottom: 1px dotted #ccc;
}
body {
  font-family: 'Roboto', sans-serif;
  background: #F2EBE3;
  color: #233358;
  position: relative;
}
.leftfloat {
  float: left;
}
.uppercase {
  text-transform: uppercase;
}
* {
  font-family: 'Roboto', sans-serif;
}
p {
  margin: 0.5em 0;
  font-family: 'Roboto', sans-serif;
}
a {
  text-decoration: none;
  outline: none !important;
  color: #7D5531;
}
a.link {
  text-decoration: none;
  color: #7D5531;
}
a.link:hover {
  text-decoration: underline;
}
.bb {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2em;
}
.bt {
  border-top: 1px solid #eee;
  padding-top: 1em;
  margin-top: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #233358;
  letter-spacing: normal;
}
h1,
h2,
h3,
h4 {
  font-weight: lighter;
  margin: 0;
  text-transform: uppercase;
}
h2 {
  color: #233358;
  font-size: 1.3em;
}
.fright-rescenter {
  float: none;
}
.pure-g.odd {
  background: #eee;
}
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.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;
}
.Textright-Rescenter {
  text-align: center;
}
.TextCenter-resLeft {
  text-align: center;
}
.TextCenter-resRight {
  text-align: left;
}
#logo {
  vertical-align: middle;
  padding: 10px 0;
}
#logo img {
  max-height: 33px;
  vertical-align: middle;
}
#logo a {
  display: block;
}
#login {
  text-align: right;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
#login.ovx-select-group {
  margin: 0;
}
#login .ovx-btn.vt {
  margin-right: 5px;
  margin-bottom: 5px;
}
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;
}
.top-header .pure-g,
.landing .pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
}
.top-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #F2EBE3;
  z-index: 100;
}
.top-header .ovx-select-group {
  padding: 0.2em 0;
}
.top-header ul li {
  cursor: default;
}
.top-header ul li span {
  display: block;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.2);
}
.top-header ul#login li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.top-header .pure-u-1.pure-u-md-4-5 {
  vertical-align: middle;
}
.top-header .container {
  padding: 1em 0.5em;
  max-width: 98%;
}

/* header .top-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #F2EBE3;
}
header .top-header .container {
  padding: 1em 0.5em;
  max-width: 98%;
} */
main {
  height: 80vh;
  position: relative;
}
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: 230px;
  margin-top: 0;
  max-height: 38px;
  display: inline-block;
  vertical-align: top;
}
.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;
}
#content {
  background: #fff;
  overflow: hidden;
  padding: 3.5em 0;
  min-height: 460px;
}
#content .cta {
  background: #F2EBE3;
  padding: 1em;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#content .cta > .pure-u-1 {
  text-align: center;
}
#content .cta > .pure-u-1 .ovx-btn {
  width: 100%;
  margin-bottom: 0.5em;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#content .cta > .pure-u-1 .ovx-btn.event-error {
  margin-bottom: 0;
}
#content .cta .last-updated {
  font-weight: 300;
  color: #ffffff;
  text-align: right;
}
#content .cta h1 {
  color: #64af44;
}
#content .cta p span {
  color: #7D5531;
}
#content .cta p i {
  display: block;
  padding-bottom: 0.5em;
}
#content .cta .ovx-btn {
  margin: 0 5px;
}
#content .cta .bid-deadline-wrap {
  margin-top: 0.5em;
  font-size: 0.8em;
  color: rgba(215, 215, 215, 0.5);
  position: relative;
}
#content .cta .bid-deadline-wrap .ovx-btn {
  font-size: inherit;
}
#content .cta .button-group {
  left: 0;
  right: 0;
  top: 0px;
  margin-top: 1em;
}
#content .cta .button-group .ovx-btn {
  background: rgba(215, 215, 215, 0.5) !important;
  border-color: rgba(215, 215, 215, 0.9);
}
#content .cta .button-group .ovx-btn:first-child {
  left: 0.5em;
}
#content .cta .button-group .ovx-btn:last-child {
  right: 0.5em;
}
#content .coupons {
  margin: 1em auto;
  background: #fff;
  padding: 0;
  min-height: 600px;
}
#content .filters {
  background: rgba(215, 215, 215, 0.5);
  margin-bottom: 1.5em;
  -webkit-box-shadow: 0px 0px 3px #bbb inset;
  -moz-box-shadow: 0px 0px 3px #bbb inset;
  box-shadow: 0px 0px 3px #bbb inset;
}
#content .inv-calc .ovx-form {
  margin: 0 auto 0.5em;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#content .inv-calc .ovx-form label {
  font-style: 1em;
  color: #fff;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  display: block;
  font-size: 13px;
}
#content .inv-calc .ovx-form input {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-color: #fff;
}
#content .inv-calc .ovx-form a {
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 !important;
}
#content .tabs-wrap {
  padding: 0;
  margin: 1em auto 0;
}
#content #login-bg {
  min-height: 600px;
  background: url(../images/pattern-clouds.png);
}
.spacing {
  margin-top: 2em;
}
form.widget,
.widget.signup,
.widget.signin {
  max-width: 800px;
}
.widget {
  margin: 0 auto;
  text-align: left;
}
.widget .Textleft {
  line-height: 30px;
}
.widget .field-group-pair .field-group .pure-u-1 {
  vertical-align: middle;
}
.widget .field-group-pair:nth-child(even) {
  background: #f5f5f5;
}
.widget .field-group-pair .labelvalue {
  text-align: right;
}
.widget h3 {
  color: #233358;
}
.widget h4 {
  text-transform: none;
  font-weight: 400;
  color: #7D5531;
  font-size: 1.2em;
}
.widget form {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.widget fieldset {
  border-color: #eee;
  margin-bottom: 1em;
}
.widget fieldset legend {
  padding: 0 5px;
  font-weight: 600;
}
.widget .link {
  font-size: 0.9em;
}
.widget > .pure-g {
  background-color: #fff;
  border: 1px solid #233358;
  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: #233358;
  border-bottom: 1px solid #233358;
  margin-bottom: 1em !important;
  padding: 1em;
  text-align: center;
}
.widget > .pure-g .widget-head h3 {
  color: #233358;
  font-weight: 400;
}
.widget > .widget-head {
  padding: 1em;
  background: #233358;
  text-align: left;
  color: #fff;
  margin: 0 !important;
}
.widget > .widget-head h3,
.widget > .widget-head h4 {
  color: #fff;
  font-size: 1.3em;
}
.widget > .widget-head h4 {
  font-size: 1em;
}
.widget > .widget-head span {
  color: #64af44;
  padding-top: 0.5em;
  display: inline-block;
}
.widget .not-a-member {
  padding: 1em 0.5em 0;
  border-top: 1px solid #c0c0c0;
  margin: 0.5em;
}
.widget .not-a-member h4 {
  text-align: center;
  color: #233358;
  text-transform: none;
  font-size: 1.2em;
  color: #7D5531;
}
.widget .not-a-member p {
  text-align: center;
  font-size: 0.9em;
  padding: 0 2em 1em;
}
.widget.forgot-password .pure-g {
  padding: 1em 1.5em;
}
.widget.forgot-password .ovx-form.pure-u-1 p {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.widget .pure-u-1 > p {
  padding: 0.5em 0;
}
.widget .field-group > label,
.widget .field-group h4 {
  margin-bottom: 0.5em;
  display: block;
}
.widget.signup h4 {
  color: #233358;
  font-weight: normal;
  text-transform: none;
  margin: 0.5em 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #777;
}
.widget.signup h4 i {
  font-style: normal;
  display: block;
}
.widget.steps {
  max-width: none;
}
.widget.steps > .pure-g {
  padding-bottom: 1.5em;
  min-height: 450px;
  position: relative;
}
.widget.steps .ovx-btn {
  display: inline-block;
}
.widget.steps h3 {
  text-align: center;
}
.widget.steps h5 {
  margin: 0;
  font-weight: 500;
  font-size: 1em;
}
.widget.steps .auth_row .big_column {
  height: 40px;
}
.widget.steps .pm_steps {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  text-align: center;
}
.widget.steps .pm_steps li {
  list-style-type: none;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  margin: 0;
  color: #d1d1d1;
}
.widget.steps .pm_steps li.current {
  color: #64af44;
}
.widget.steps .pm_steps li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #cccccc;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  position: relative;
  z-index: 1;
  border: 1px solid #cccccc;
}
.widget.steps .pm_steps li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #cccccc;
  position: absolute;
  left: -50%;
  top: 9px;
}
.widget.steps .pm_steps li:first-child:after {
  content: none;
}
.widget.steps .pm_steps li.current:before {
  border-color: #64af44;
  background: white;
}
.widget.steps .pm_steps li.current:after {
  background: #64af44;
}
.widget.steps .pm_steps li.completed:before,
.widget.steps .pm_steps li.completed:after {
  background: #64af44;
  color: white;
  border-color: #64af44;
}
.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 .auth_row {
  margin-bottom: 1em;
}
.widget .auth_row .big_column {
  font-size: 1.1em;
  padding: 5px;
}
.widget .spanned-label {
  display: block;
  margin-bottom: 0.5em;
}
.widget .spanned-label span {
  font-size: 0.8em;
  display: block;
}
.widget table .prices i {
  color: #82B56D;
  font-style: normal;
  font-size: 1.3em;
  display: inline-block;
  padding: 10px 0;
}
.widget table .prices i label {
  text-decoration: line-through;
  color: #888;
  padding-right: 5px;
  display: inline-block;
}
.questionare {
  margin-top: 2em;
  opacity: 0.7;
}
.questionare .pure-u-1.pure-u-md-1-2 {
  padding: 10px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0.5em;
}
.questionare .question {
  padding: 1em;
}
.questionare .question img {
  width: auto;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.questionare .question-options {
  padding: 0.5em;
  box-sizing: border-box;
  background: #fff;
}
.questionare .question-options label {
  padding: 0.3em;
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 0.9em;
}
.questionare .question-options label input {
  margin-right: 0.5em;
}
.field-group {
  padding: 0.5em;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.field-group .condition {
  display: inline-block;
  vertical-align: middle;
  color: #233358;
}
.field-group .pure-u-md-7-24 > label {
  padding: 0.5em;
  display: block;
  font-size: 0.9em;
}
.field-group-head {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  text-align: center;
  opacity: 0.7;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.se-pre-con .pure-bar {
  margin: 0;
  min-height: 5px;
}
.TextRight-resCenter,
.TextLeft-resCenter {
  text-align: center;
}
.TextCenter-resLeft {
  text-align: center;
}
.TextCenter-resRight {
  text-align: left;
}
.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.widget {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.widget .Textcenter {
  margin-top: 1em;
}
.widget .Textcenter .ovx-btn {
  margin: 0 5px;
}
.table-striped {
  margin-bottom: 1em;
}
.table-striped img {
  max-height: 22px;
  vertical-align: top;
  margin: 0 5px;
}
#footer {
  background: #F2EBE3;
  padding: 0.5em 0;
  font-weight: normal;
}
#footer p {
  font-size: 0.8em;
}
#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 {
  /* Better Font Rendering =========== */
  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;
  font-family: 'icomoon' !important;
  content: "\e3b6";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filter-trigger span.open:after {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
  display: inline-block;
}
.couponblade_coupon .cbgrid {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.couponblade_coupon #container {
  box-shadow: 0px 0px 2px #ccc;
  background: #fff;
}
.couponblade_coupon .cbgrid h2 {
  position: absolute;
  left: -50px;
  font-weight: normal;
  font-size: 21px;
  width: 110.5%;
  background: #eee;
  padding-left: 10px;
}
.couponblade_coupon .cbgrid h2 span {
  float: right;
  padding: 0 5px;
  background: #222;
  color: #fff;
}
.couponblade_coupon .cbgrid a {
  position: relative;
}
.couponblade_coupon .cbgrid .item {
  display: inline-block;
  background: #EBEBEB;
  margin: 0.5em;
  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: #233358;
  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: #c5d0e8;
  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: #5876bc;
  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 strong {
  background: #eee;
  display: inline-block;
  padding: 0.2em 2em;
  font-size: 24px;
  font-family: monospace;
  border: 1px dashed #64af44;
  color: #64af44;
  font-weight: bold;
  margin-left: 1.5em;
}
.requesting {
  background: url(../../../images/requestoffer.png) no-repeat bottom left;
  padding: 0;
  padding-left: 2.1em;
}
.offering {
  background: url(../../../images/requestoffer.png) no-repeat top -8px left;
  padding: 0;
  padding-left: 2.1em;
}
.record-info .conf_group strong {
  font-weight: lighter;
  font-size: 0.8em;
}
.dashboard {
  vertical-align: middle;
}
.dashboard h1 {
  color: #233358;
  padding: 0.5em 0;
}
.dashboard > .pure-g {
  display: inline-table;
  width: 100%;
  background: #fff;
  box-shadow: 3px 3px 0px #dfdfdf;
  min-height: 550px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0.5em;
}
.dashboard > .pure-g > .pure-u-lg-1-4 {
  padding: 1.5em 0em;
  color: #fff;
}

.dashboard>.pure-g>.pure-u-lg-1-4>.pure-g {
    margin: 0 .5em;
    text-align: center
}
.dashboard > .pure-g > .pure-u-lg-3-4 {
  text-align: center;
  padding: 0.3em 0;
}
.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: .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: .9em
}
.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: 0 0 !important;
    color: #64af44;
    font-size: 1em
}

.dashboard>.pure-g>.pure-u-lg-3-4 .dashboard_option a:hover {
    opacity: 1;
    background: #64af44 !important;
    color: #fff
}
.dashboard > .pure-g > .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;
}
.bid_pair > div {
  display: inline-block;
}
.bid_option_block {
  margin: 1em;
  display: inline-block;
  vertical-align: top;
  background: url(../../../images/vclogo3.png) no-repeat center 7px;
  background-color: #eee;
  text-align: center;
  padding: 0.5em;
  padding-top: 35px;
  border-radius: 5px;
}
.bid_option_block .amt_available span {
  background: #fff;
  display: inline-block;
  padding: 0.2em 2em;
  font-size: 24px;
  font-family: monospace;
  border: 1px dashed #64af44;
  color: #64af44;
  font-weight: bold;
}
a.bid_option_block {
  transition: all ease 0.1s 0s;
  -webkit-transition: all ease 0.1s 0s;
  -moz-transition: all ease 0.1s 0s;
  cursor: pointer;
}
a.bid_option_block:hover {
  background-color: #ddd;
}
.bid_option_block span {
  display: block;
  color: #fff;
  background: #233358;
  font-size: 0.7em;
  padding: 0.5em;
}
.bid_option_block strong {
  margin: 0.5em 0;
  display: block;
  color: #233358;
  font-size: 0.9em;
}
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 #footer p a {
  color: #7D5531;
  padding: 0 5px;
}
body.landing header {
  background-color: #fff;
  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: #233358;
}
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 {
  background: rgba(220, 230, 186, 0.8);
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 11;
}
body.landing .splitlayout {
  text-align: center;
  transition: height 0.5s ease;
}
body.landing .splitlayout .container {
  max-width: 675px;
  margin: 3em auto;
}
body.landing .splitlayout h5 {
  margin: 0;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #666;
}
body.landing .splitlayout h3 {
  font-size: 2em;
  color: #7D5531;
  margin: 1em 0;
}
body.landing .splitlayout span.or {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ie-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #233358;
  font-size: 0 8em;
  padding: 0 !important;
  margin: 10px 0;
  color: #fff;
  line-height: 40px;
  position: relative;
}
body.landing .splitlayout .ovx-btn.expand {
  font-size: 130%;
}
body.landing .split-box {
  margin: 0.5em;
  position: relative;
  padding: 0em 1em;
}
body.landing .split-box p {
  font-weight: lighter;
}
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: #7D5531;
  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 #footer {
  background: transparent;
}
body.landing #footer p {
  color: #aaa;
}
body.landing div#content h2 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1.6em;
  color: #666;
}
body.landing div#content .widget {
  max-width: 800px;
}
body.landing div#content .widget .ovx-alert {
  max-width: none;
  margin: 0.5em;
}
body.landing div#content .widget form {
  margin: 0;
  max-width: none;
}
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;
}
.ovx-alert .conf_group {
  margin: 1em 0;
}
.ovx-alert .conf_group p {
  display: inline-block;
  line-height: 25px;
  margin: 0;
}
.ovx-alert .conf_group strong {
  margin: 0;
}
.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;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  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;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .menu-button {
    position: static;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 35.5em) {
  #content .inv-calc .ovx-form input {
    font-size: 109%;
  }
  #case-overview > .container h2 {
    font-size: 2em;
  }
  #case-overview .case-vars .var-block {
    padding: 1.2em 0.8em;
  }
}
@media screen and (min-width: 48em) {
  body {
    padding-top: 4.1em;
  }
  .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;
  }
}
@media screen and (min-width: 64em) {
  #content {
    min-height: 700px;
  }
  #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;
    padding-left: 1.5em;
  }
  .dashboard .ovx-breadcrumb-vertical {
    margin-top: 1.5em;
  }
}

@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
    }
}

@media screen and (min-width: 80em) {
  #content {
    min-height: 700px;
    min-height: 75vh;
  }
  #case-overview {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
/*
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 */