/* ==========================================================================

  Base Stylesheet - http://git.io/base
  Author: Matthew Hartman - http://www.matthewhartman.com.au/
  Version: 1.6 - Last Updated: 31st of January, 2014

========================================================================== */
/* Resets */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
xfigcaption,
xfigure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body,
form,
fieldset,
legend,
input,
select,
textarea,
button {
  margin: 0;
}
html {
  font-size: 100%;
}
/* ==========================================================================
/* 1.0 - Document Setup (typography, links, paragraph, etc)
   ========================================================================== */
/* Body */
body {
  font-family: sans-serif;
  xfont-size: 16px;
  xfont-size: 1rem;
    font-size: 24px;
  font-size: 1.5rem;
  xline-height: 21px;
  xline-height: 1.3125rem;
    line-height: 32px;
  line-height: 2rem;
  color: #434343;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* Strong and Italic */
b,
strong {
  font-weight: 700;
}
i,
em,
.em {
  font-style: italic;
}
/* Links */
a {
  color: #692089;
}
  a,
  a:visited {
    text-decoration: none;
  }
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
/* Paragraph and Small */
p {
  margin: 0 0 1.6em 0;
}
pre {
  margin: 1em 0;
}
ul + p,
ul + pre,
ol + p,
ol + pre {
  margin-top: 0;
}
small {
  font-size: 80%;
}
/* Abbreviations */
abbr[title] {
  border-bottom: 1px dotted;
}
/* Audio */
audio,
canvas,
video {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
/* Small, 
Sub and Sup */
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Definition */
dfn {
  font-style: italic;
}
/* Images */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
.image-left {
  margin-right: 20px;
}
.image-right {
  margin-left: 20px;
}
/* 1.1 Headings - h1, h2, h3, h4, h5, h6 & other (if any)
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
  margin: 0 0 .33em 0;
}
h1,
.h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 32px;
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 26px;
  font-size: 1.625rem;
}
h4,
.h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 18px;
  font-size: 1.125rem;
}
h6,
.h6 {
  font-size: 16px;
  font-size: 1rem;
}
/* Reset Heading */
.no-style-heading {
  margin: 0;
  font-size: 100%;
}
/* Horizontal Rule */
hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #692089;
  margin: -0.2em 0 0.7em 0;
  xmargin: 1em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
}
/* 1.2 Quotes and Code - block quotes, quotes, code, pre, etc
   ========================================================================== */
/* Block Quotes and Quotes */
blockquote {
  font-size: 16px;
  font-size: 1rem;
  color: #434343;
  margin: -1em 5em 0 3em;
  padding: 0;
  font-style: italic;
}
blockquote p {
  margin: 0;
}
cite {
  color: #434343;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
}
q {
  font-style: italic;
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
/* Mark */
mark {
  background: #ff0;
  color: #111;
}
/* Code */
code,
kbd,
pre,
samp {
  word-wrap: break-word;
  font-family: 'courier new', monospace, serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: normal;
  background-color: #f1f1f1;
  padding: 10px;
}
code {
  color: #111;
}
/* 1.3 Lists
   ========================================================================== */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1em;
}
menu,
ol,
ul {
  padding: 0 0 0 22px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* Remove Styling from List */
.unstyled-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.unstyled-list li {
  margin-top: 0;
  margin-bottom: 0;
}
.inline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.inline-list li {
  margin-top: 0;
  margin-bottom: 0;
}
.inline-list li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
/* 1.4 Tables
   ========================================================================== */
table {
  width: 100%;
  margin: 1em 0;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
}
table th,
table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
table thead th,
table tfoot th {
  vertical-align: bottom;
  font-weight: normal;
  background-color: #f1f1f1;
  color: #333;
}
table caption {
  padding: 8px;
  font-style: normal;
  text-align: left;
  font-weight: normal;
  border-bottom: 0;
}
/* 1.5 Forms, Labels and Inputs
   ========================================================================== */
fieldset {
  border: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
  font-weight: normal;
}
label {
  margin: 0;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
  border-color: #692089;
  border-width: 6px;
  border-style: solid;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: normal;
  line-height: normal;
  background-color: #fff;
  color: #111;
  border: 1px solid #692089;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  box-sizing: border-box;
  line-height: normal;
  margin: 0;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.checkbox {
  display: block;
  margin: .2em 0;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  margin-top: .05em;
  float: left;
}
.checkbox label {
  padding-left: 5px;
  overflow: hidden;
  display: table;
  *zoom: 1;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
/* Buttons */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  background-color: #692089;
  color: #ffffff;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
/* Custom Buttons */
.button {
  border: 0;
  padding: 1em 3em;
  background-color: #e74b3c;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.button:hover {
  background-color: #fc5547;
}
.button:active {
  top: 1px;
}
.grey-button {
  background-color: #eee;
  color: #434343;
}
.grey-button:hover {
  background-color: #f1f1f1;
}
.button[disabled],
.button.disabled {
  color: #999;
  background-color: #f1f1f1;
}
.unstyled-button {
  font-size: 16px;
  font-size: 1rem;
  color: #27ae61;
  text-decoration: underline;
  border: 0;
  background: transparent;
  height: auto;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.unstyled-button:hover {
  text-decoration: none;
}
.unstyled-button[disabled],
.unstyled-button.disabled {
  text-decoration: none;
  color: #999;
  background-color: #ccc;
}
/* ==========================================================================
/* 2.0 - Grid Layout (Responsive)
   ========================================================================== */
/* Sections & Content Blocks */
.section {
  position: relative;
}
.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-full {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
/* Fluid Grid */
.col {
  margin-left: 2%;
  float: left;
}
.col:first-child {
  margin-left: 0;
}
/* Columns */
.col-1 {
  width: 6.5%;
  *width: expression(Math.floor(0.065 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.col-2 {
  width: 15%;
  *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.col-3 {
  width: 23.5%;
  *width: expression(Math.floor(0.235 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.col-4 {
  width: 32%;
  *width: expression(Math.floor(0.32 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.col-5 {
  width: 40.5%;
  *width: expression(Math.floor(0.40.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.col-6 {
  width: 49.0%;
  *width: expression(Math.floor(0.49 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.col-7 {
  width: 57.5%;
  *width: expression(Math.floor(0.575 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.col-8 {
  width: 66%;
  *width: expression(Math.floor(0.66 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.col-9 {
  width: 74.5%;
  *width: expression(Math.floor(0.745 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.col-10 {
  width: 83%;
  *width: expression(Math.floor(0.83 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.col-11 {
  width: 91.5%;
  *width: expression(Math.floor(0.915 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.col-12 {
  width: 100%;
}
.col-1-4 {
  width: 23.5%;
  *width: expression(Math.floor(0.235 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.col-1-2 {
  width: 49.0%;
  *width: expression(Math.floor(0.49 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.col-1-3 {
  width: 32%;
  *width: expression(Math.floor(0.32 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
/* Desktop Rows */
.row {
  padding-top: .5em;
  padding-bottom: .5em;
}
.row-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.row-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.row-3 {
  padding-top: 3em;
  padding-bottom: 3em;
}
.row-4 {
  padding-top: 4em;
  padding-bottom: 4em;
}
.row-5 {
  padding-top: 5em;
  padding-bottom: 5em;
}
.row-6 {
  padding-top: 6em;
  padding-bottom: 6em;
}
.row-7 {
  padding-top: 7em;
  padding-bottom: 7em;
}
/* ==========================================================================
/* 3.0 - CSS Helpers / Extras
   ========================================================================== */
/* Clearfix */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
/* Floats */
.left {
  float: left;
}
.right {
  float: right;
}
/* Display */
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.none,
[hidden],
.no-desktop {
  display: none;
}
/* Font Weights */
.heavy {
  font-weight: 900;
}
.strong {
  font-weight: 700;
}
.normal {
  font-weight: normal;
}
.thin {
  font-weight: 300;
}
.italic {
  font-style: italic;
}
/* Font Styles */
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
/* Text Position */
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
.center-text {
  text-align: center;
}
/* Accessibility (offscreen text for screen readers) */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}
.visuallyvisible {
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  left: 0;
}
/* Margin and Padding Reset */
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}




/* ==========================================================================
/* -- 5.0 Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 740px) and (max-width: 960px) {
  .container,
  .tablet-container {
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .container:first-child,
  .tablet-container:first-child {
    margin-left: auto;
  }
  .tablet-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .tablet-container-full:first-child {
    margin-left: auto;
  }
  /* Tablet Grid */
  .tablet-col-1 {
    width: 6.5%;
  }
  .tablet-col-2 {
    width: 15%;
  }
  .tablet-col-3 {
    width: 23.5%;
  }
  .tablet-col-4 {
    width: 32%;
  }
  .tablet-col-5 {
    width: 40.5%;
  }
  .tablet-col-6 {
    width: 49.0%;
  }
  .tablet-col-7 {
    width: 57.5%;
  }
  .tablet-col-8 {
    width: 66%;
  }
  .tablet-col-9 {
    width: 74.5%;
  }
  .tablet-col-10 {
    width: 83%;
  }
  .tablet-col-11 {
    width: 91.5%;
  }
  .tablet-col-12 {
    width: 100%;
  }
  .tablet-col-1-2 {
    width: 49.0%;
  }
  .tablet-col-1-3 {
    width: 32%;
  }
  .tablet-col-1-4 {
    width: 23.5%;
  }
  .tablet-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 1em 0 0 0;
    display: block;
  }
  .tablet-full:first-child {
    margin-top: 0;
  }
  .tablet-left-text {
    text-align: left;
  }
  .tablet-right-text {
    text-align: right;
  }
  .tablet-center-text {
    text-align: center;
  }
  .tablet-left {
    float: left;
  }
  .tablet-right {
    float: right;
  }
  .tablet-no-float {
    float: none;
  }
  /* Margin and Padding Reset */
  .tablet-no-margin {
    margin: 0;
  }
  .tablet-no-padding {
    padding: 0;
  }
  /* Tablet Rows */
  .tablet-row {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .tablet-row-1 {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .tablet-row-2 {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .tablet-row-3 {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .tablet-row-4 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .tablet-row-5 {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .tablet-row-6 {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .tablet-row-7 {
    padding-top: 7em;
    padding-bottom: 7em;
  }
  .no-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
}
/* End Tablet Media Query */
/* ==========================================================================
/* -- 7.0 Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 739px) {
  .container,
  .mobile-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .container:first-child,
  .mobile-container:first-child {
    margin-left: auto;
  }
  .mobile-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .mobile-container-full:first-child {
    margin-left: auto;
  }
  /* Mobile Grid */
  .mobile-1-2 {
    width: 49.0%;
  }
  .mobile-1-3 {
    width: 32%;
  }
  .mobile-1-4 {
    width: 23.5%;
  }
  .mobile-full {
    clear: both;
    float: none;
    width: 100%;
    margin: .2em 0 0 0;
    display: block;
  }
  .mobile-full:first-child {
    margin: 0;
  }
  .mobile-left-text {
    text-align: left;
  }
  .mobile-right-text {
    text-align: right;
  }
  .mobile-center-text {
    text-align: center;
  }
  .mobile-left {
    float: left;
  }
  .mobile-right {
    float: right;
  }
  .mobile-no-float {
    float: none;
  }
  /* Margin and Padding Reset */
  .mobile-no-margin {
    margin: 0;
  }
  .mobile-no-padding {
    padding: 0;
  }
  /* Mobile Rows */
  .mobile-row {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .mobile-row-1 {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .mobile-row-2 {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .mobile-row-3 {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .mobile-row-4 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .mobile-row-5 {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .mobile-row-6 {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  .mobile-row-7 {
    padding-top: 7em;
    padding-bottom: 7em;
  }
  /* Mobile Tables */
  table th,
  table td {
    padding: 4px;
  }
  .no-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
/* End Mobile Media Query */
@media print {
  * {
    background: transparent;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100%;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* custom numberway */

.way {
  font-size: 60px;
  font-size: 3.75rem;
  xcolor: #ce774c;
  color: #A960C9;
  word-spacing: -0.2em;
  font-weight: bold;
  
}
.purple {
  font-size: 60px;
  font-size: 3.75rem;
  color: #692089;
  word-spacing: -0.25em;
  font-weight: bold;
}
.r{float: right; }
.cen{width: 95%; margin: 0 auto;}
.ad{float: right; padding: 5px 0 5px 10px;}
.l{float: left; }
.clear{clear: both;}


.c {width: 100%; margin-left: auto; margin-right: auto;}

.foot{clear:both;}

.btn-wrap{position:absolute;pointer-events:none;background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzMGQ3ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkMGE0YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #830d7d), color-stop(100%, #4d0a4a));background:-webkit-linear-gradient(#830d7d,#4d0a4a);background:-moz-linear-gradient(#830d7d,#4d0a4a);background:-o-linear-gradient(#830d7d,#4d0a4a);background:linear-gradient(#830d7d,#4d0a4a);background-color:#4d0a4a;border:1px solid #4c0a49;-webkit-border-radius:0 5px 5px 0px;-moz-border-radius:0 5px 5px 0px;-ms-border-radius:0 5px 5px 0px;-o-border-radius:0 5px 5px 0px;border-radius:0 5px 5px 0px;box-shadow:inset 0px 1px 0px #a856a4,0px 1px 0px #ececec;top:-2px;height:23px;width:34px;right:0}

