/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.33em;
  margin: 0.91em 0;
}
h4 {
  font-size: 1.23em;
  margin: 1em 0;
}
h5 {
  font-size: 1.13em;
  margin: 1.13em 0;
}
h6 {
  font-size: 1em;
  margin: 1.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * Remove Chrome input outlines
 */
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fltlft {
  float: left;
}
.fltrt {
  float: right;
}
.clear {
  clear: both;
}
.clear-lft {
  clear: left;
}
.clear-rt {
  clear: right;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.hide {
  display: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
img {
  width: auto;
  max-width: 100%;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
#projectShowcase .settings .container {
  background: #F3F3F3;
  padding: 10px;
}
#projectShowcase .settings {
  visibility: hidden;
  height: 0;
  margin-bottom: 0 !important;
}
#projectShowcase .settings .container .inline {
  display: inline-block;
  height: 32px;
}
#projectShowcase .settings .container .inline .label {
  color: #000;
  font-size: 18px;
  padding: 0 10px;
}
#projectShowcase .settings .container .inline .label.red {
  color: #EC3027;
}
#projectShowcase #zoom_container .landmarks {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  font-family: Helvetica, Arial, Verdana;
  font-size: 12px;
  color: #ffffff;
}
#projectShowcase #zoom_container .landmarks .item {
  position: absolute;
  text-align: center;
  display: none;
}
#projectShowcase #zoom_container .landmarks .lable div {
  width: 100px;
  padding: 4px;
}
#projectShowcase #zoom_container .landmarks .mark .text {
  background-color: #000000;
  padding: 2px 6px;
}
#projectShowcase .zoom_element {
  width: 545px;
  margin: 20px auto;
}
#projectShowcase #slider {
  float: left;
}
#projectShowcase .ui-corner-all,
#projectShowcase .ui-corner-bottom,
#projectShowcase .ui-corner-right,
#projectShowcase .ui-corner-br {
  border-bottom-right-radius: 0;
}
#projectShowcase .ui-corner-all,
#projectShowcase .ui-corner-bottom,
#projectShowcase .ui-corner-left,
#projectShowcase .ui-corner-bl {
  border-bottom-left-radius: 0;
}
#projectShowcase .ui-corner-all,
#projectShowcase .ui-corner-top,
#projectShowcase .ui-corner-right,
#projectShowcase .ui-corner-tr {
  border-top-right-radius: 0;
}
#projectShowcase .ui-corner-all,
#projectShowcase .ui-corner-top,
#projectShowcase .ui-corner-left,
#projectShowcase .ui-corner-tl {
  border-top-left-radius: 0;
}
#projectShowcase .slider {
  background: url('/images/sliderbg.gif') repeat-x center top;
  background-size: cover;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  width: 150px;
  margin: 10px;
  /*visibility:hidden;*/
}
#projectShowcase .sliderDist {
  background: url('/images/sliderbg.gif') repeat-x center top;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  width: 442px;
  margin: 10px;
}
#projectShowcase .ui-state-default,
#projectShowcase .ui-widget-content .ui-state-default,
#projectShowcase .ui-widget-header .ui-state-default {
  display: block;
  background: url('/images/icons/sliderarrow.png') no-repeat center top;
  width: 37px;
  height: 24px;
  border: 0 none;
  cursor: pointer;
}
#projectShowcase .ui-slider-horizontal .ui-slider-handle {
  top: -0.46em;
}
#projectShowcase .smooth_zoom_preloader {
  background-image: url(/images/icons/preloader.gif);
}
#projectShowcase .smooth_zoom_icons {
  background-image: url(/images/icons/icons.png);
}
#projectShowcase .imgframe {
  border: 1px solid #e3e3e3;
  padding: 10px;
}
#projectShowcase .h2bg {
  background: #d52a20 url('/images/h2bg.gif') repeat-x center top;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  margin-bottom: 0;
  cursor: pointer;
}
#projectShowcase .h2bg span {
  font-family: Arial, Helvetica, sans-serif;
  background: url('/images/icons/show-icon.gif') no-repeat right top;
  display: block;
  color: #fff;
}
#projectShowcase .h2bg span.hide {
  background: url('/images/icons/hide-icon.gif') no-repeat right top;
}
#projectShowcase .settings {
  margin-bottom: 10px;
}
#projectShowcase .settings .cushion {
  padding: 10px;
  border: 1px solid #e3e3e3;
  display: none;
}
#projectShowcase .settings .cushion.show {
  display: block;
}
#projectShowcase .container {
  width: 920px;
  margin: 0 auto;
}
#projectShowcase .onehalf {
  width: 49.99%;
  float: left;
}
#projectShowcase .footer {
  color: #4e5766;
  padding: 8px 0px 0px 0px;
  margin: 0px auto;
  text-align: center;
  line-height: normal;
}
#projectShowcase #printImage {
  text-decoration: none;
  float: right;
  padding: 26px 35px 0px 0px;
  font-size: larger;
  color: #e73224;
  font-weight: bold;
}
#projectShowcase #emailImage {
  text-decoration: none;
  float: left;
  padding: 26px 0px 0px 25px;
  font-size: larger;
  color: #e73224;
  font-weight: bold;
}
/* PRINT  
----------------------------------------------------------*/
@media print {
  #projectShowcase .noPrint {
    display: none;
  }
}
/* ERRORS  
----------------------------------------------------------*/
#projectShowcase .FormMessageError {
  background: 10px center #F7EAEA;
  border: 2px solid #DF4A40;
  color: #085B8F;
  width: 750px;
  line-height: 1.4;
  margin: 0.5em 1em;
  padding: 10px 10px 10px 40px;
}
#projectShowcase .FormMessageWarning {
  background: 10px center #fbfca8;
  border: 2px solid #b8b205;
  color: #085B8F;
  width: 750px;
  line-height: 1.4;
  margin: 0.5em 1em;
  padding: 10px 10px 10px 40px;
}
#projectShowcase .FormMessageInfo {
  background: 10px center #EDF8FF;
  border: 2px solid #46A3D3;
  color: #085B8F;
  width: 750px;
  line-height: 1.4;
  margin: 0.5em 1em;
  padding: 10px 10px 10px 40px;
}
#projectShowcase .FormMessageGood {
  background: 10px center #ECFFEB;
  border: 2px solid #64B657;
  color: #085B8F;
  width: 750px;
  line-height: 1.4;
  margin: 0.5em 1em;
  padding: 10px 10px 10px 40px;
}
#projectShowcase #ZoomFeet300 {
  width: 455px;
  background-image: url('/images/icons/zoomft300.gif');
  border-left: 0 none;
  border-right: 0 none;
  margin: 10px 0;
  height: 9px;
  margin-left: 65px;
}
#projectShowcase #ZoomFeet700 {
  width: 455px;
  background-image: url('/images/icons/zoomft700.gif');
  border-left: 0 none;
  border-right: 0 none;
  margin: 10px 0;
  height: 9px;
  margin-left: 65px;
}
#projectShowcase #divSlider {
  display: block;
}
#projectShowcase #divZoomText {
  display: none;
}
/* Responsive 720 Viewport
----------------------------------------------------------*/
@media handheld, only screen and (max-width: 940px) {
  #projectShowcase #ZoomFeet300 {
    width: 254px;
    background-image: url('/images/icons/zoomft300x254.gif');
    border-left: 0 none;
    border-right: 0 none;
    margin: 10px 0;
    height: 9px;
    margin-left: 65px;
  }
  #projectShowcase #ZoomFeet700 {
    width: 254px;
    background-image: url('/images/icons/zoomft700x254.gif');
    border-left: 0 none;
    border-right: 0 none;
    margin: 10px 0;
    height: 9px;
    margin-left: 62px;
  }
  #projectShowcase #divSlider {
    display: none;
  }
  #projectShowcase #divZoomText {
    display: block;
  }
  #projectShowcase .headerlinks {
    position: static;
    text-align: right;
  }
  #projectShowcase .container {
    width: auto;
    padding: 0 10px;
  }
  #projectShowcase .zoom_element {
    width: 325px;
  }
  #projectShowcase .sliderDist {
    width: 230px;
    background: url('../slide-mobile-bar.png') no-repeat center top;
    border-left: 0 none;
    border-right: 0 none;
    margin: 10px 0;
    height: 11px;
  }
  #projectShowcase .ui-state-default,
  #projectShowcase .ui-widget-content .ui-state-default,
  #projectShowcase .ui-widget-header .ui-state-default {
    background-image: url('../slider-red-circle.png');
    width: 23px;
  }
}
/* ----- 480px & 320px Layout ----- */
@media handheld, only screen and (max-width: 750px) {
  #projectShowcase #ZoomFeet300 {
    width: 254px;
    background-image: url('/images/icons/zoomft300x254.gif');
    border-left: 0 none;
    border-right: 0 none;
    margin: 10px 0;
    height: 9px;
    margin-left: 65px;
  }
  #projectShowcase #ZoomFeet700 {
    width: 254px;
    background-image: url('/images/icons/zoomft700x254.gif');
    border-left: 0 none;
    border-right: 0 none;
    margin: 10px 0;
    height: 9px;
    margin-left: 62px;
  }
  #projectShowcase #zoom_container {
    position: relative;
    padding-bottom: 20px;
  }
  #projectShowcase #divSlider {
    display: none;
  }
  #projectShowcase #divZoomText {
    display: block;
  }
  #projectShowcase .emailImage {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #projectShowcase .printImage {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #projectShowcase .txtMessage {
    font-size: 1.2em;
  }
  #projectShowcase .settings .slider {
    margin: 15px 0;
    width: 125px;
  }
  #projectShowcase .h2bg span {
    height: 20px;
  }
  #projectShowcase .footer {
    padding-top: 20px;
  }
}
.oaaa-edit-project .resize-container {
  position: relative;
  display: inline-block;
  cursor: move;
  margin: 0 auto;
}
.oaaa-edit-project .resize-container img {
  display: block;
}
.oaaa-edit-project .resize-container:hover img,
.oaaa-edit-project .resize-container:active img {
  outline: 2px dashed rgba(222, 60, 80, 0.9);
}
.oaaa-edit-project .resize-handle-ne,
.oaaa-edit-project .resize-handle-se,
.oaaa-edit-project .resize-handle-nw,
.oaaa-edit-project .resize-handle-sw {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(222, 60, 80, 0.9);
  z-index: 999;
}
.oaaa-edit-project .resize-handle-nw {
  top: -5px;
  left: -5px;
  cursor: nw-resize;
}
.oaaa-edit-project .resize-handle-sw {
  bottom: -5px;
  left: -5px;
  cursor: sw-resize;
}
.oaaa-edit-project .resize-handle-ne {
  top: -5px;
  right: -5px;
  cursor: ne-resize;
}
.oaaa-edit-project .resize-handle-se {
  bottom: -5px;
  right: -5px;
  cursor: se-resize;
}
.oaaa-edit-project .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 999;
  width: 200px;
  height: 200px;
  border: solid 2px rgba(222, 60, 80, 0.9);
  box-sizing: content-box;
  pointer-events: none;
}
.oaaa-edit-project .overlay:after,
.oaaa-edit-project .overlay:before {
  content: '';
  position: absolute;
  display: block;
  width: 204px;
  height: 40px;
  border-left: dashed 2px rgba(222, 60, 80, 0.9);
  border-right: dashed 2px rgba(222, 60, 80, 0.9);
}
.oaaa-edit-project .overlay:before {
  top: 0;
  margin-left: -2px;
  margin-top: -40px;
}
.oaaa-edit-project .overlay:after {
  bottom: 0;
  margin-left: -2px;
  margin-bottom: -40px;
}
.oaaa-edit-project .overlay-inner:after,
.oaaa-edit-project .overlay-inner:before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 204px;
  border-top: dashed 2px rgba(222, 60, 80, 0.9);
  border-bottom: dashed 2px rgba(222, 60, 80, 0.9);
}
.oaaa-edit-project .overlay-inner:before {
  left: 0;
  margin-left: -40px;
  margin-top: -2px;
}
.oaaa-edit-project .overlay-inner:after {
  right: 0;
  margin-right: -40px;
  margin-top: -2px;
}
.oaaa-edit-project .btn-crop {
  position: absolute;
  vertical-align: bottom;
  right: 5px;
  bottom: 5px;
  padding: 6px 10px;
  z-index: 999;
  background-color: #de3c50;
  border: none;
  border-radius: 5px;
  color: #FFF;
}
.oaaa-edit-project .btn-crop img {
  vertical-align: middle;
  margin-left: 8px;
}
/*! jQuery UI - v1.12.1 - 2017-01-23
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, button.css, controlgroup.css, checkboxradio.css, dialog.css, slider.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  touch-action: none;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default!important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(97.6%);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
/* ----- Variables ----- */
/* ----- Main Layout ----- */
.row {
  padding: 0 10px;
}
.container {
  width: 1140px;
  margin: 0 auto;
}
/* Halves */
.half {
  width: 49.99%;
  float: left;
}
/* Thirds */
.third {
  width: 33.32333333%;
  float: left;
}
.two-third {
  width: 66.64666667%;
  float: left;
}
/* Fourths */
.fourth {
  width: 24.99%;
  float: left;
}
.three-fourth {
  width: 74.97%;
  float: left;
}
/* Fifths */
.fifth {
  width: 19.99%;
  float: left;
}
.two-fifth {
  width: 39.98%;
  float: left;
}
.three-fifth {
  width: 59.97%;
  float: left;
}
.four-fifth {
  width: 79.96%;
  float: left;
}
/* Sixths */
.sixth {
  width: 16.65666667%;
  float: left;
}
.five-sixth {
  width: 83.28333333%;
  float: left;
}
/* Sevenths */
.seventh {
  width: 14.27571429%;
  float: left;
}
.two-seventh {
  width: 28.55142857%;
  float: left;
}
.three-seventh {
  width: 42.82714286%;
  float: left;
}
.four-seventh {
  width: 57.10285714%;
  float: left;
}
.five-seventh {
  width: 71.37857143%;
  float: left;
}
.six-seventh {
  width: 85.65428571%;
  float: left;
}
/* Eighths */
.eighth {
  width: 12.49%;
  float: left;
}
.three-eighth {
  width: 37.47%;
  float: left;
}
.five-eighth {
  width: 62.45%;
  float: left;
}
.seveneighth {
  width: 87.43%;
  float: left;
}
/* Ninths */
.ninth {
  width: 11.10111111%;
  float: left;
}
.two-ninth {
  width: 22.20222222%;
  float: left;
}
.four-ninth {
  width: 44.40444444%;
  float: left;
}
.five-ninth {
  width: 55.50555556%;
  float: left;
}
.seven-ninth {
  width: 77.70777778%;
  float: left;
}
.eight-ninth {
  width: 88.80888889%;
  float: left;
}
/* Tenths */
.tenth {
  width: 9.99%;
  float: left;
}
.three-tenth {
  width: 29.97%;
  float: left;
}
.seven-tenth {
  width: 69.93%;
  float: left;
}
.nine-tenth {
  width: 89.91%;
  float: left;
}
/* Elevenths */
.eleventh {
  width: 9.08090909%;
  float: left;
}
.two-eleventh {
  width: 18.16181818%;
  float: left;
}
.three-eleventh {
  width: 27.24272727%;
  float: left;
}
.four-eleventh {
  width: 36.32363636%;
  float: left;
}
.five-eleventh {
  width: 45.40454545%;
  float: left;
}
.six-eleventh {
  width: 54.48545455%;
  float: left;
}
.seven-eleventh {
  width: 63.56636364%;
  float: left;
}
.eight-eleventh {
  width: 72.64727273%;
  float: left;
}
.nine-eleventh {
  width: 81.72818182%;
  float: left;
}
.ten-eleventh {
  width: 90.80909091%;
  float: left;
}
/* Twelths */
.twelth {
  width: 8.32333333%;
  float: left;
}
.three-twelth {
  width: 24.97%;
  float: left;
}
.five-twelth {
  width: 41.61666667%;
  float: left;
}
seven-twelth {
  width: 58.26333333%;
  float: left;
}
.eleven-twelth {
  width: 91.55666667%;
  float: left;
}
/* Thirteenths */
.thirteenth {
  width: 7.68230769%;
  float: left;
}
.two-thirteenth {
  width: 15.36461538%;
  float: left;
}
.three-thirteenth {
  width: 23.04692308%;
  float: left;
}
.four-thirteenth {
  width: 30.72923077%;
  float: left;
}
.five-thirteenth {
  width: 38.41153846%;
  float: left;
}
.six-thirteenth {
  width: 46.09384615%;
  float: left;
}
.seven-thirteenth {
  width: 53.77615385%;
  float: left;
}
.eight-thirteenth {
  width: 61.45846154%;
  float: left;
}
.nine-thirteenth {
  width: 69.14076923%;
  float: left;
}
.ten-thirteenth {
  width: 76.82307692%;
  float: left;
}
.eleven-thirteenth {
  width: 84.50538462%;
  float: left;
}
.twelve-thirteenth {
  width: 92.18769231%;
  float: left;
}
/* Fourteenths */
.fourteenth {
  width: 7.13285714%;
  float: left;
}
.three-fourteenth {
  width: 21.39857143%;
  float: left;
}
.five-fourteenth {
  width: 35.66428571%;
  float: left;
}
.seven-fourteenth {
  width: 49.93%;
  float: left;
}
.nine-fourteenth {
  width: 64.19571429%;
  float: left;
}
.eleven-fourteenth {
  width: 78.46142857%;
  float: left;
}
/* Fifthteens */
.fifteenth {
  width: 6.65666667%;
  float: left;
}
.two-fifteenth {
  width: 13.31333333%;
  float: left;
}
.three-fifteenth {
  width: 19.97%;
  float: left;
}
.four-fifteenth {
  width: 26.62666667%;
  float: left;
}
.six-fifteenth {
  width: 39.94%;
  float: left;
}
.seven-fifteenth {
  width: 46.59666667%;
  float: left;
}
.eight-fifteenth {
  width: 53.25333333%;
  float: left;
}
.nine-fifteenth {
  width: 59.91%;
  float: left;
}
.eleven-fifteenth {
  width: 73.22333333%;
  float: left;
}
.twelve-fifteenth {
  width: 79.88%;
  float: left;
}
.thirteen-fifteenth {
  width: 86.53666667%;
  float: left;
}
.fourteen-fifteenth {
  width: 93.19333333%;
  float: left;
}
/* Sixteenths */
.sixteenth {
  width: 6.24%;
  float: left;
}
.three-sixteenth {
  width: 18.72%;
  float: left;
}
.five-sixteenth {
  width: 31.2%;
  float: left;
}
.seven-sixteenth {
  width: 43.68%;
  float: left;
}
.nine-sixteenth {
  width: 56.16%;
  float: left;
}
.eleven-sixteenth {
  width: 68.64%;
  float: left;
}
.thirteen-sixteenth {
  width: 81.12%;
  float: left;
}
/* Twentieth */
.nine-twentieth {
  width: 44.91%;
  float: left;
}
/* Thirtieth */
.nineteen-thirtieth {
  width: 63.14333333%;
  float: left;
}
/* Last */
.last {
  clear: right;
}
/* Gutters */
.gutters > *,
.gutter {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
}
/* ----- 960px Layout ----- */
@media handheld, only screen and (max-width: 1170px) {
  .container {
    width: 960px;
  }
}
/* ----- 720px Layout ----- */
@media handheld, only screen and (max-width: 990px) {
  .container {
    width: 720px;
  }
  /* Halves */
  .half,
  .third,
  .two-third,
  .fourth,
  .three-fourth,
  .fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth,
  .sixth,
  .five-sixth,
  .seventh,
  .two-seventh,
  .three-seventh,
  .four-seventh,
  .five-seventh,
  .six-seventh,
  .eighth,
  .three-eighth,
  .five-eighth,
  .seveneighth,
  .ninth,
  .two-ninth,
  .four-ninth,
  .five-ninth,
  .seven-ninth,
  .eight-ninth,
  .tenth,
  .three-tenth,
  .seven-tenth,
  .nine-tenth,
  .eleventh,
  .two-eleventh,
  .three-eleventh,
  .four-eleventh,
  .five-eleventh,
  .six-eleventh,
  .seven-eleventh,
  .eight-eleventh,
  .nine-eleventh,
  .ten-eleventh,
  .twelth,
  .three-twelth,
  .five-twelth,
  seven-twelth,
  .eleven-twelth,
  .thirteenth,
  .two-thirteenth,
  .three-thirteenth,
  .four-thirteenth,
  .five-thirteenth,
  .six-thirteenth,
  .seven-thirteenth,
  .eight-thirteenth,
  .nine-thirteenth,
  .ten-thirteenth,
  .eleven-thirteenth,
  .twelve-thirteenth,
  .fourteenth,
  .three-fourteenth,
  .five-fourteenth,
  .seven-fourteenth,
  .nine-fourteenth,
  .eleven-fourteenth,
  .fifteenth,
  .two-fifteenth,
  .three-fifteenth,
  .four-fifteenth,
  .six-fifteenth,
  .seven-fifteenth,
  .eight-fifteenth,
  .nine-fifteenth,
  .eleven-fifteenth,
  .twelve-fifteenth,
  .thirteen-fifteenth,
  .fourteen-fifteenth,
  .sixteenth,
  .three-sixteenth,
  .five-sixteenth,
  .seven-sixteenth,
  .nine-sixteenth,
  .eleven-sixteenth,
  .thirteen-sixteenth,
  .nine-twentieth,
  .nineteen-thirtieth {
    width: 100%;
    float: left;
  }
  .auto-height {
    height: auto!important;
    min-height: 100px!important;
  }
  .clear720 {
    clear: both;
  }
  .no-mobile {
    display: none;
  }
  ul.columns > li {
    width: 100%;
  }
  .g10 :first-child {
    padding: 0;
  }
  .g10 > * {
    padding: 0;
  }
}
/* ----- 480px & 320px Layout ----- */
@media handheld, only screen and (max-width: 750px) {
  .container {
    max-width: 480px;
    width: 100%;
  }
  .half {
    width: 100%;
  }
  .clear480 {
    clear: both;
  }
  .no-mobile480 {
    display: none;
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.dropzone {
  border: 2px dashed #EB7260;
  box-shadow: 0 0 0 5px #373b44;
  padding: 20px;
  background: #373b44;
  color: #fff;
  text-align: center;
}
.dropzone h3 {
  color: white;
  text-align: center;
  line-height: 3em;
  margin-top: 20px;
}
.dz-clickable {
  cursor: pointer;
}
.dz-drag-hover {
  border: 2px solid #EB7260;
}
.dz-preview,
.dz-processing,
.dz-image-preview,
.dz-success,
.dz-complete {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px;
}
.dz-preview {
  width: auto !important;
}
.dz-image {
  text-align: center;
  /*border: 1px solid #EB7260;*/
}
.dz-details {
  padding: 10px;
}
.dz-success-mark,
.dz-error-mark {
  display: none;
}
/*** admin form scene ****/
#dragFilesHere legend {
  display: none;
}
#dragFilesHere.dz-clickable {
  background-color: #EEE;
  padding: 1em;
  border: 2px dashed #CCC;
  min-height: 100px;
}
#dragFilesHere.dz-clickable legend {
  display: block;
}
#dragFilesHere.dz-clickable .dz-success.dz-complete.dz-image-preview .dz-success-mark {
  display: inline-block;
}
#dragFilesHere.dz-clickable .dz-error.dz-complete.dz-image-preview {
  background-color: purple;
}
#dragFilesHere.dz-clickable .dz-error.dz-complete.dz-image-preview .dz-error-message {
  display: inline-block;
  color: red;
}
#dragFilesHere.dz-clickable:hover {
  background-color: #FFF;
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-linear-gradient(top, #eee, #ddd);
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-linear-gradient(top, #666, #444);
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-linear-gradient(top, #be2626, #a92222);
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
/* -------------------------------------------------------------------- */
/*	VARS		 														*/
/*--------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/*	FUNCTIONS		 													*/
/*--------------------------------------------------------------------- */
.ironhidetext {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.hidden {
  visibility: hidden;
}
/*
.ironsprite {
	background: url('/images/sprite.png') no-repeat 0 0;
	.ironhidetext;
	display: inline-block;
	vertical-align: middle;
}
*/
.oaaa-btn,
input[type="submit"] {
  display: inline-block;
  border: 0 none;
  background-color: #e41d18;
  color: #fff;
  font-family: "museo", serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 25px;
  line-height: 1.3;
}
.oaaa-btn:hover,
input[type="submit"]:hover {
  background-color: #88110e;
  color: #fff;
}
.oaaa-btn.c-gray,
input[type="submit"].c-gray {
  background-color: #737373;
}
.oaaa-btn.c-gray:hover,
input[type="submit"].c-gray:hover {
  background-color: #404040;
}
.oaaa-btn.s-small,
input[type="submit"].s-small {
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 500;
}
/* -------------------------------------------------------------------- */
/*	Global																*/
/*--------------------------------------------------------------------- */
body {
  font-family: "museo-sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
}
a {
  color: #e41d18;
  text-decoration: none;
}
a:hover {
  color: #88110e;
}
img {
  height: auto;
}
iframe {
  max-width: 100%;
  display: block;
}
hr {
  margin: 1em 0;
  border: 1px solid #d9d9d9;
  clear: both;
}
/* -------------------------------------------------------------------- */
/*	Typography															*/
/*--------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo", serif;
  font-weight: 500;
  line-height: 1.3;
  color: #505052;
  text-transform: uppercase;
}
h1::after,
h2::after,
h3::after,
h4::after,
h5::after,
h6::after {
  content: '';
  display: block;
  width: 75px;
  height: 4px;
  background-color: #505052;
  margin-top: 10px;
}
h1.e-center,
h2.e-center,
h3.e-center,
h4.e-center,
h5.e-center,
h6.e-center {
  text-align: center;
}
h1.e-center::after,
h2.e-center::after,
h3.e-center::after,
h4.e-center::after,
h5.e-center::after,
h6.e-center::after {
  margin: 10px auto 0;
}
h1.e-normal,
h2.e-normal,
h3.e-normal,
h4.e-normal,
h5.e-normal,
h6.e-normal {
  text-transform: none;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
.txt-s13 {
  font-size: 13px;
}
.txt-s15 {
  font-size: 15px;
}
.txt-s20 {
  font-size: 20px;
}
.txt-xlarge {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.3;
}
.txt-cgray {
  color: #737373;
}
/* -------------------------------------------------------------------- */
/*	HEADER  & FOOTER													*/
/*--------------------------------------------------------------------- */
.oaaa-header-util {
  background-color: #e41d18;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.oaaa-header-util > .container {
  padding: 7px 0;
}
.oaaa-header-util a {
  color: #fff;
}
.oaaa-header-util a:hover {
  color: #ffdad9;
}
.oaaa-header-util .oaaa-back-link {
  float: left;
}
.oaaa-header-util .oaaa-logout {
  float: right;
}
.oaaa-header-util .oaaa-projects {
  margin: 0px 20px;
}
.oaaa-header {
  background: url('/images/oaaa-pattern1.gif') repeat center center;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
}
.oaaa-header > .container {
  padding: 20px 0;
}
.oaaa-header .oaaa-logo {
  float: left;
}
.oaaa-header .oaaa-logo img {
  display: block;
}
.oaaa-mobile-btn,
.oaaa-mobile-menu {
  display: none;
}
.oaaa-main-menu {
  font-family: "museo", serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
  margin-top: 25px;
}
.oaaa-main-menu li {
  position: relative;
  float: left;
}
.oaaa-main-menu a {
  display: block;
  padding: 10px 20px;
  color: #000;
}
.oaaa-main-menu a:hover {
  color: #e41d18;
}
.oaaa-main-menu > ul > li:last-child > a {
  padding-right: 0;
}
.oaaa-main-menu > ul > .sfHover > a {
  color: #e41d18;
}
.oaaa-main-menu .oaaa-sub-menu {
  z-index: 111111111111111111;
  position: absolute;
  background-color: #737373;
  width: 200px;
  text-align: center;
  display: none;
}
.oaaa-main-menu .oaaa-sub-menu::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #737373;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.oaaa-main-menu .oaaa-sub-menu li {
  float: none;
  border-bottom: 1px solid #fff;
}
.oaaa-main-menu .oaaa-sub-menu li:last-child {
  border-bottom: 0 none;
}
.oaaa-main-menu .oaaa-sub-menu a {
  color: #fff;
}
.oaaa-main-menu .oaaa-sub-menu a:hover {
  background-color: #e41d18;
  color: #fff;
}
.oaaa-main-menu .oaaa-sub-menu .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-color: transparent transparent transparent #fff;
  border-left-color: rgba(255, 255, 255, 0.5);
}
.oaaa-main-menu .oaaa-sub-menu .oaaa-sub-menu {
  left: 100%;
  top: 0;
  border-left: 1px solid #666;
}
.oaaa-main-menu .oaaa-sub-menu .oaaa-sub-menu:before {
  border: none;
}
.oaaa-footer {
  border-top: 5px solid #e41d18;
  font-size: 14px;
}
.oaaa-footer .container {
  padding: 2em 0;
}
.oaaa-footer .oaaa-footer-logo {
  display: block;
  float: left;
  margin: 7px 20px 0 0;
}
.oaaa-footer .oaaa-cinfo {
  float: left;
  width: 66.66%;
}
.oaaa-footer .oaaa-cinfo-content {
  margin: 0;
}
.oaaa-footer .oaaa-connect {
  font-family: "museo", serif;
  font-size: 18px;
  text-transform: uppercase;
  float: right;
  width: 33.33%;
  text-align: right;
  margin-top: 15px;
}
.oaaa-footer .oaaa-connect p {
  margin: 0;
}
.oaaa-footer .oaaa-connect .fa {
  font-size: 24px;
  color: #666;
  margin: 0 5px;
}
.oaaa-footer .oaaa-connect .fa:hover {
  color: #e41d18;
}
.oaaa-footer .oaaa-copyright {
  border-top: 1px solid #e5e5e5;
  padding-top: 1em;
  margin-bottom: 0;
  font-size: 12px;
}
.oaaa-footer .oaaa-copyright a {
  color: #333;
}
.oaaa-footer .oaaa-copyright a:hover {
  color: #e41d18;
}
.oaaa-footer .designedby {
  text-align: right;
  padding-top: 1em;
  margin-bottom: 0;
  font-size: 12px;
}
/* -------------------------------------------------------------------- */
/*	COLUMNS 															*/
/*--------------------------------------------------------------------- */
.oaaa-col-2 .col-item {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.oaaa-col-2 .col-item:nth-child(2n) {
  margin-right: 0;
}
.oaaa-col-2 .col-item:nth-child(2n) + .post-item,
.oaaa-col-2 .col-item:nth-child(2n) + .col-item {
  clear: left;
}
.oaaa-col-3 .col-item {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.oaaa-col-3 .col-item:nth-child(3n) {
  margin-right: 0;
}
.oaaa-col-3 .col-item:nth-child(3n) + .post-item,
.oaaa-col-3 .col-item:nth-child(3n) + .col-item {
  clear: left;
}
.oaaa-col-4 .col-item {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.oaaa-col-4 .col-item:nth-child(4n) {
  margin-right: 0;
}
.oaaa-col-4 .col-item:nth-child(4n) + .post-item,
.oaaa-col-4 .col-item:nth-child(4n) + .col-item {
  clear: left;
}
.oaaa-col-6 .col-item {
  float: left;
  width: 15%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.oaaa-col-6 .col-item:nth-child(6n) {
  margin-right: 0;
}
.oaaa-col-6 .col-item:nth-child(6n) + .post-item,
.oaaa-col-6 .col-item:nth-child(6n) + .col-item {
  clear: left;
}
.oaaa-gutter-1.oaaa-col-6 .col-item {
  float: left;
  width: 15.83333333%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.oaaa-gutter-1.oaaa-col-6 .col-item:nth-child(6n) {
  margin-right: 0;
}
.oaaa-gutter-1.oaaa-col-6 .col-item:nth-child(6n) + .post-item,
.oaaa-gutter-1.oaaa-col-6 .col-item:nth-child(6n) + .col-item {
  clear: left;
}
/* -------------------------------------------------------------------- */
/*	ELEMENTS															*/
/*--------------------------------------------------------------------- */
.oaaa-blue-row {
  background-color: #00609d;
  color: #fff;
}
.oaaa-blue-row > .container {
  padding: 20px 0 60px;
}
.oaaa-blue-row h1,
.oaaa-blue-row h2,
.oaaa-blue-row h3,
.oaaa-blue-row h4,
.oaaa-blue-row h5,
.oaaa-blue-row h6 {
  color: #fff;
}
.oaaa-blue-row h1::after,
.oaaa-blue-row h2::after,
.oaaa-blue-row h3::after,
.oaaa-blue-row h4::after,
.oaaa-blue-row h5::after,
.oaaa-blue-row h6::after {
  background-color: #fff;
}
.oaaa-pattern1-row {
  background: #fff url('/images/oaaa-pattern1.gif') repeat center center;
}
.oaaa-pattern1-row > .container {
  padding: 20px 0 60px;
}
.oaaa-pattern2-row {
  background: #fff url('/images/oaaa-pattern2.gif') repeat center center;
}
.oaaa-pattern2-row > .container {
  padding: 20px 0 40px;
}
.oaaa-pattern3-row {
  background: #4b4b4d url('/images/creativeexamplepat.png') repeat center center;
}
.oaaa-pattern3-row > .container {
  padding: 20px 0 40px;
}
.e-title-ex {
  margin: 10px 0;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  line-height: 1.2;
}
.e-color {
  color: #FFF;
}
.oaaa-pattern3-row h1::after {
  background-color: #FFF;
}
.oaaa-cta1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #333;
  text-align: center;
  /*	border: 3px solid #333; */
  /*	background: #fff url('images/oaaa-pattern1.gif') repeat center center; */
  height: 200px;
}
.oaaa-cta1 .e-content {
  display: block;
  width: 100%;
}
.oaaa-cta1 .e-icon {
  display: block;
  margin: 0 auto 20px;
}
.oaaa-cta1 .e-icon-hover {
  display: none;
  margin: 0 auto 20px;
}
.oaaa-cta1 .e-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}
.oaaa-cta1.c-pink {
  /*
		color: #ed2476; 
		border-color: #ed2476;
*/
}
.oaaa-cta1.c-pink:hover {
  /*
			background: #ed2476;
			border-color: #fff;
*/
  color: #fff;
}
.oaaa-cta1.c-pink:hover .e-icon {
  display: none;
}
.oaaa-cta1.c-pink:hover .e-icon-hover {
  display: block;
}
.oaaa-projects .oaaa-project-item:nth-child(2n) {
  background-color: #e7e7e7;
}
.oaaa-project-item {
  padding: 2em 10px;
}
.oaaa-project-item .project-title {
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.oaaa-project-item .project-mod-exp {
  font-size: 14px;
  margin: 1em 0;
}
.oaaa-project-item .modified {
  display: inline-block;
}
.oaaa-project-item .expiration {
  display: inline-block;
}
.oaaa-project-item .expiration::before {
  content: '|';
  display: inline-block;
  margin: 0 10px;
}
.oaaa-project-item .project-btns {
  margin: 1em 0;
}
.oaaa-project-item .project-btns .oaaa-btn {
  font-weight: 500;
}
.oaaa-project-item .project-screen {
  margin: 2em 0 0;
}
.oaaa-project-item .project-screen a {
  text-align: center;
  display: inline-block;
  margin: 0 2px;
}
.oaaa-project-item .project-screen img {
  display: inline-block;
}
.oaaa-project-item .project-screen .screen-filename {
  font-size: 13px;
  color: #474747;
  margin: 0;
  display: block;
  clear: both;
}
.oaaa-create-project .container {
  padding: 20px 0 40px;
}
.oaaa-create-project .project-scene-select {
  background: #eee url('/images/oaaa-pattern2.gif') repeat center center;
}
.oaaa-create-project .project-copy-image {
  background: url('/images/oaaa-bg1.gif') no-repeat right center / contain;
}
.oaaa-create-project #projectExpires {
  border: none;
}
.oaaa-share-btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 1em 0;
}
.oaaa-share-btns .e-label {
  font-weight: 700;
  margin-right: 10px;
}
.oaaa-share-btns a {
  display: -webkit-box;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  background-color: #e41d18;
  margin: 0 5px;
}
.oaaa-share-btns .fa {
  width: 100%;
}
.oaaa-share-btns .sm-fb {
  background-color: #336699;
}
.oaaa-share-btns .sm-fb:hover {
  background-color: #264c73;
}
.oaaa-share-btns .sm-tw {
  background-color: #00acec;
}
.oaaa-share-btns .sm-tw:hover {
  background-color: #0087b9;
}
.oaaa-share-btns .sm-insta {
  background-color: #c52e97;
}
.oaaa-share-btns .sm-insta:hover {
  background-color: #9c2477;
}
.oaaa-block-img {
  display: block;
  background-color: #505052;
  color: #fff;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.oaaa-block-img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.oaaa-block-img img {
  display: block;
  width: 100%;
  height: auto;
}
.oaaa-block-img .e-title {
  display: -webkit-box;
  display: flex;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  padding: 10px;
  line-height: 1.3;
  min-height: 58px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.oaaa-block-img:hover {
  background-color: #e52e29;
  color: #fff;
}
.oaaa-block-img:hover::after {
  border-color: #e52e29;
}
.oaaa-block-img.selected {
  background-color: #e52e29;
  color: #fff;
}
.oaaa-block-img.selected::after {
  border-color: #e52e29;
}
.oaaa-block--img {
  /** edit project upload image ***/
}
.oaaa-block--img span {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.pagination {
  padding: 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  list-style: none;
  padding: 0px 5px;
}
/* -------------------------------------------------------------------- */
/*	Interior Page														*/
/*--------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/*	Sidebars & Widgets													*/
/*--------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/*	Shortcodes															*/
/*--------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/*	Form Elements														*/
/*--------------------------------------------------------------------- */
.oaaa-form-comp {
  margin-top: 1em;
  marginn-bottom: 1em;
}
.oaaa-form-comp.col-item {
  margin-top: 2%;
  margin-bottom: 2%;
}
.oaaa-form-comp .oaaa-form-right-link {
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  margin-left: 20px;
}
.oaaa-form-comp .input-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.oaaa-form-comp .input-icon .fa {
  color: #e41d18;
}
.oaaa-form-comp .input-icon .fa.fa-calendar {
  cursor: pointer;
}
.oaaa-form-comp .input-icon .fa:hover {
  color: #88110e;
}
.oaaa-form-comp .input-icon .fa:first-child {
  margin-right: 10px;
}
.oaaa-form-comp .input-icon .fa:last-child {
  margin-left: 10px;
}
.oaaa-f-checkbox label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.oaaa-f-checkbox .oaaa-form-descrip {
  margin-left: 22px;
  font-size: 13px;
}
label {
  display: block;
  font-family: "museo-sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
input[type="text"],
input[type="file"],
input[type="password"],
select,
textarea {
  font-family: "museo-sans", sans-serif;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #939393;
  width: 320px;
  max-width: 100%;
  display: inline-block;
  margin: 0 0 5px;
}
input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.oaaa-form-descrip {
  font-size: 12px;
  margin: 5px 0 0;
}
.form-label-left label {
  display: inline-block;
  margin-right: 10px;
}
.form-e-sml {
  font-size: 15px;
  padding: 7px 10px;
  width: auto;
  min-width: 200px;
}
.dropzone,
.dropzone-manual {
  background-color: #f2f2f2;
  text-align: center;
  padding: 55px;
  font-family: "museo", serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #737373;
  border: 1px dashed #737373;
}
.dropzone .dz-message::before,
.dropzone-manual .dz-message::before {
  content: '';
  background: url('/images/dd-icon.gif') no-repeat center center;
  width: 65px;
  height: 49px;
  display: block;
  margin: 0 auto 10px;
}
.dropzone .dz-preview,
.dropzone-manual .dz-preview {
  margin: 0 0 10px;
}
.dropzone .dz-preview:last-child,
.dropzone-manual .dz-preview:last-child {
  margin-bottom: 0;
}
.dropzone .dz-preview.dz-image-preview,
.dropzone-manual .dz-preview.dz-image-preview {
  background: transparent;
}
.dropzone .dz-preview .dz-image,
.dropzone-manual .dz-preview .dz-image {
  width: auto;
  height: auto;
  border-radius: 0;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-manual .dz-preview .dz-error-message {
  display: none !important;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-manual .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-manual .dz-preview .dz-error-mark {
  top: auto;
  bottom: 60px;
}
.dropzone .dz-preview .dz-remove,
.dropzone-manual .dz-preview .dz-remove {
  padding: 10px 20px;
  margin-top: 10px;
  background-color: #505052;
  color: #fff;
  display: inline-block;
}
.dropzone .dz-preview .dz-remove:hover,
.dropzone-manual .dz-preview .dz-remove:hover {
  background-color: #e41d18;
  color: #fff;
  text-decoration: none;
}
.dropzone.dz-started,
.dropzone-manual.dz-started {
  padding: 20px;
}
.dropzone .dz-progress,
.dropzone-manual .dz-progress {
  height: 1em;
  /* Can be anything */
  position: relative;
  border: 1px solid #CCC;
  border-radius: 25px;
  padding: 1px 10px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.dropzone .dz-progress .dz-upload,
.dropzone-manual .dz-progress .dz-upload {
  display: block;
  height: 100%;
  min-height: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #88110e;
  background-image: -webkit-linear-gradient(top, #88110e, #e41d18);
  background-image: linear-gradient(to bottom, #88110e, #e41d18);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
/* -------------------------------------------------------------------- */
/*	Misc            													*/
/*--------------------------------------------------------------------- */
.fltlft {
  float: left;
  margin-top: 0;
}
.fltrt {
  float: right;
  margin-top: 0;
}
.t-alignleft {
  text-align: left;
}
.t-aligncenter {
  text-align: center;
}
.t-alignright {
  text-align: right;
}
.push-right {
  padding-right: 40px;
}
.push-right-20 {
  padding-right: 20px;
}
.push-left {
  padding-left: 40px;
}
.push-left-20 {
  padding-left: 20px;
}
.push-top {
  padding-top: 40px;
}
.push-top-10 {
  padding-top: 10px;
}
.push-top-20 {
  padding-top: 20px;
}
.push-top-200 {
  padding-top: 200px;
}
.push-bottom {
  padding-bottom: 40px;
}
.push-bottom-20 {
  padding-bottom: 20px;
}
.push-bottom-200 {
  padding-bottom: 200px;
}
.margin-top0 {
  margin-top: 0;
}
.margin-bottom0 {
  margin-bottom: 0;
}
.bar-left {
  border-left: 1px solid #eee;
}
.oaaa-small-txt {
  font-size: 13px;
}
/* -------------------------------------------------------------------- */
/*	960 Layout         													*/
/*--------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1170px) {
  .oaaa-footer .oaaa-connect {
    margin-top: 0;
  }
  .oaaa-footer .oaaa-connect .oaaa-el-label {
    display: block;
    margin-bottom: 5px;
  }
  .oaaa-footer .oaaa-connect .fa {
    margin-right: 0;
    margin-left: 10px;
  }
  .oaaa-footer .designedby {
    text-align: center;
  }
}
/* -------------------------------------------------------------------- */
/*	720 Layout        													*/
/*--------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 990px) {
  body {
    position: relative;
    left: 0;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  iframe {
    width: 100%;
  }
  .oaaa-header-util > .container {
    width: auto;
  }
  .oaaa-header > .container {
    width: auto;
  }
  .oaaa-header .oaaa-logo {
    float: left;
  }
  .oaaa-header .oaaa-logo img {
    width: 150px;
  }
  .oaaa-main-menu {
    display: none;
  }
  .oaaa-mobile-btn {
    display: block;
    float: right;
    background-color: #333;
    border-radius: 4px;
  }
  .oaaa-mobile-btn .fa {
    cursor: pointer;
    color: #fff;
    padding: 7px 10px;
  }
  .oaaa-mobile-menu {
    display: block;
    font-size: 16px;
    background-color: #737373;
    padding: 20px;
    position: fixed;
    width: 320px;
    max-width: 100%;
    height: 100%;
    right: -320px;
    top: 0;
    box-shadow: inset 7px 0 10px 0 rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  .oaaa-mobile-menu .oaaa-mobile-close-btn {
    text-align: right;
  }
  .oaaa-mobile-menu .oaaa-mobile-close-btn .fa {
    color: #fff;
    cursor: pointer;
  }
  .oaaa-mobile-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .oaaa-mobile-menu li:last-child {
    border-bottom: 0 none;
  }
  .oaaa-mobile-menu a {
    color: #fff;
    display: block;
    padding: 7px 0;
  }
  .oaaa-mobile-menu a:hover {
    color: #cccccc;
  }
  .oaaa-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .oaaa-mobile-menu .oaaa-sub-menu {
    display: none;
    background-color: #e41d18;
    font-size: 14px;
    position: relative;
  }
  .oaaa-mobile-menu .oaaa-sub-menu::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e41d18;
    position: absolute;
    bottom: 100%;
    left: 20px;
  }
  .oaaa-mobile-menu .oaaa-sub-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .oaaa-mobile-menu .oaaa-sub-menu li:last-child {
    border-bottom: 0 none;
  }
  .oaaa-mobile-menu .oaaa-sub-menu a {
    padding: 7px 10px;
  }
  .oaaa-mobile-menu .oaaa-sub-menu a:hover {
    background-color: #b61713;
    color: #fff;
  }
  .oaaa-mobile-menu-active {
    left: -320px;
  }
  .oaaa-mobile-menu-active .oaaa-mobile-menu {
    right: 0;
  }
  .oaaa-footer {
    text-align: center;
  }
  .oaaa-footer .oaaa-cinfo {
    float: none;
    width: auto;
    margin-bottom: 25px;
  }
  .oaaa-footer .oaaa-cinfo .oaaa-footer-logo {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  .oaaa-footer .oaaa-connect {
    float: none;
    width: auto;
    text-align: center;
  }
  .oaaa-footer .oaaa-connect a {
    display: inline-block;
    padding: 5px 10px;
  }
  .oaaa-footer .oaaa-connect .fa {
    margin: 0;
  }
  .oaaa-create-project .project-scene-select .project-scene-preview {
    margin-top: 30px;
  }
  .oaaa-create-project .project-copy-image {
    background: none;
  }
  .oaaa-scene-grid {
    margin: 1em 0;
  }
  .oaaa-form-comp.col-item {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .oaaa-f-checkbox .oaaa-form-descrip {
    margin-left: 0;
  }
  .oaaa-col-2 .col-item,
  .oaaa-col-4 .col-item,
  .oaaa-col-3 .col-item {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .oaaa-gutter-1.oaaa-col-6 .col-item {
    float: left;
    width: 32.66666667%;
    margin-right: 1%;
  }
  .oaaa-gutter-1.oaaa-col-6 .col-item:nth-child(3n) {
    margin-right: 0;
  }
  .oaaa-gutter-1.oaaa-col-6 .col-item:nth-child(3n) + .post-item,
  .oaaa-gutter-1.oaaa-col-6 .col-item:nth-child(3n) + .col-item {
    clear: left;
  }
  .push-right {
    padding-right: 0;
  }
  .push-left {
    padding-left: 0;
  }
  .bar-left {
    border-left: 0 none;
  }
  .t-alignright {
    text-align: inherit;
  }
  .half.push-left-20 {
    padding-left: 0;
  }
  .half.push-right-20 {
    padding-right: 0;
  }
}
/* -------------------------------------------------------------------- */
/*	480 & 320 Layout   													*/
/*--------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 750px) {
  .oaaa-btn,
  input[type="submit"] {
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: none;
  }
  .oaaa-btn.s-small,
  input[type="submit"].s-small {
    font-size: 12px;
    padding: 6px 12px;
  }
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .txt-xlarge {
    font-size: 30px;
  }
  .oaaa-header-util > .container {
    width: auto;
    max-width: none;
  }
  .oaaa-header > .container {
    width: auto;
    max-width: none;
  }
  .oaaa-project-item .modified {
    display: block;
  }
  .oaaa-project-item .expiration {
    display: block;
  }
  .oaaa-project-item .expiration::before {
    display: none;
  }
  .oaaa-project-item .project-btns .oaaa-btn {
    float: left;
    width: 24.625%;
    margin-right: 0.5%;
    border-radius: 4px;
    font-size: 11px;
    padding: 10px 8px;
    word-break: keep-all;
    text-transform: none;
  }
  .oaaa-project-item .project-btns .oaaa-btn:nth-child(4n) {
    margin-right: 0;
  }
  .oaaa-project-item .project-btns .oaaa-btn:nth-child(4n) + .post-item,
  .oaaa-project-item .project-btns .oaaa-btn:nth-child(4n) + .col-item {
    clear: left;
  }
  .oaaa-project-item .project-btns .oaaa-btn:last-child {
    padding: 10px 2px;
  }
  .oaaa-project-item .project-btns .oaaa-btn.fltrt {
    float: none;
  }
  .oaaa-gutter-1.oaaa-col-6 .col-item {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .form-label-left label {
    display: block;
    margin-right: 0;
  }
}
/** JT Custom ***/
.bottomBorder2 {
  border-bottom: 15px solid #e41d18;
}
.topBorder2 {
  border-top: 15px solid #e41d18;
}
.plot1.noplot2 #file1 {
  display: none;
}
.plot1.noplot2 #fileFullWidth {
  display: block;
}
.noplot2 #file2 {
  display: none;
}
.noplot3 #file3 {
  display: none;
}
.plot1.plot2 #fileFullWidth {
  display: none;
}
.tblExtensionList {
  width: 100%;
}
.tblExtensionList th {
  text-align: left;
}
.tblExtensionList .tdThumb img {
  max-width: 75px;
}
.tblExtensionList .tdSortOrder {
  text-align: center;
}
#projectShowcase {
  /*
            .sliderDist {
            width: 300px;
            margin: 0px 0px 0px 15px;
            }
            */
}
#projectShowcase .slider {
  width: 150px;
  margin: 15px;
}
#projectShowcase .ui-widget {
  font-size: 15px;
}
#projectShowcase .smooth_zoom_preloader {
  background-image: url(/images/icons/preloader.gif);
}
#projectShowcase .smooth_zoom_icons {
  background-image: url(/images/icons/icons.png);
}
#projectShowcase #ui-dialog-title-dialog-form {
  color: Black;
  font-family: "Arial", "Helvetica", sans-serif;
}
#projectShowcase #zoom_container .landmarks {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  font-family: Helvetica, Arial, Verdana;
  font-size: 12px;
  color: #ffffff;
}
#projectShowcase #zoom_container .landmarks .item {
  position: absolute;
  text-align: center;
  display: none;
}
#projectShowcase #zoom_container .landmarks .lable div {
  width: 100px;
  padding: 4px;
}
#projectShowcase #zoom_container .landmarks .mark .text {
  background-color: #000000;
  padding: 2px 6px;
}
#projectShowcase .project-footer-buttons {
  text-align: center;
}
#projectShowcase .project-footer-buttons a.oaaa-btn {
  margin: 10px;
}
/** /#projectShowcase **/

/*# sourceMappingURL=all.css.map */
