@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700&amp;subset=latin,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(pixons/pixons.css);
@import url(service-icons/service-icons.css);
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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;
}
/* `Container
----------------------------------------------------------------------------- */
.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
/* `Grid >> Global
----------------------------------------------------------------------------- */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
}
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11 {
  position: relative;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------- */
.alpha {
  margin-left: 0;
  clear: left;
}
.omega {
  margin-right: 0;
}
/* `Grid >> 12 Columns
----------------------------------------------------------------------------- */
.grid_1 {
  width: 60px;
}
.grid_2 {
  width: 140px;
}
.grid_3 {
  width: 220px;
}
.grid_4 {
  width: 300px;
}
.grid_5 {
  width: 380px;
}
.grid_6 {
  width: 460px;
}
.grid_7 {
  width: 540px;
}
.grid_8 {
  width: 620px;
}
.grid_9 {
  width: 700px;
}
.grid_10 {
  width: 780px;
}
.grid_11 {
  width: 860px;
}
.grid_12 {
  width: 940px;
}
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------- */
.prefix_1 {
  padding-left: 80px;
}
.prefix_2 {
  padding-left: 160px;
}
.prefix_3 {
  padding-left: 240px;
}
.prefix_4 {
  padding-left: 320px;
}
.prefix_5 {
  padding-left: 400px;
}
.prefix_6 {
  padding-left: 480px;
}
.prefix_7 {
  padding-left: 560px;
}
.prefix_8 {
  padding-left: 640px;
}
.prefix_9 {
  padding-left: 720px;
}
.prefix_10 {
  padding-left: 800px;
}
.prefix_11 {
  padding-left: 880px;
}
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------- */
.suffix_1 {
  padding-right: 80px;
}
.suffix_2 {
  padding-right: 160px;
}
.suffix_3 {
  padding-right: 240px;
}
.suffix_4 {
  padding-right: 320px;
}
.suffix_5 {
  padding-right: 400px;
}
.suffix_6 {
  padding-right: 480px;
}
.suffix_7 {
  padding-right: 560px;
}
.suffix_8 {
  padding-right: 640px;
}
.suffix_9 {
  padding-right: 720px;
}
.suffix_10 {
  padding-right: 800px;
}
.suffix_11 {
  padding-right: 880px;
}
/* `Push Space >> 12 Columns
----------------------------------------------------------------------------- */
.push_1 {
  left: 80px;
}
.push_2 {
  left: 160px;
}
.push_3 {
  left: 240px;
}
.push_4 {
  left: 320px;
}
.push_5 {
  left: 400px;
}
.push_6 {
  left: 480px;
}
.push_7 {
  left: 560px;
}
.push_8 {
  left: 640px;
}
.push_9 {
  left: 720px;
}
.push_10 {
  left: 800px;
}
.push_11 {
  left: 880px;
}
/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------- */
.pull_1 {
  left: -80px;
}
.pull_2 {
  left: -160px;
}
.pull_3 {
  left: -240px;
}
.pull_4 {
  left: -320px;
}
.pull_5 {
  left: -400px;
}
.pull_6 {
  left: -480px;
}
.pull_7 {
  left: -560px;
}
.pull_8 {
  left: -640px;
}
.pull_9 {
  left: -720px;
}
.pull_10 {
  left: -800px;
}
.pull_11 {
  left: -880px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------- */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container_12:after {
  clear: both;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  transition: 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
.flexslider .slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  background: #444444 url(../img/arrows.png) no-repeat bottom left;
  z-index: 5;
  bottom: 10px;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  transition: .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: bottom left;
}
.flex-direction-nav .flex-prev {
  background-position: bottom right;
}
.flex-direction-nav .flex-disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}
.flex-direction-nav .flex-next {
  right: 10px;
}
.flex-direction-nav .flex-prev {
  right: 50px;
}
.grid_3 .flex-direction-nav,
.grid_2 .flex-direction-nav,
.grid_1 .flex-direction-nav {
  display: none;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.fitsc-highlight {
  background: #85BC36;
  color: #fff;
  padding: 2px 5px;
  vertical-align: baseline;
}
.fitsc-highlight.fitsc-background-gray,
.fitsc-highlight.fitsc-background-white {
  color: #444;
}
.fitsc-progress-bar {
  margin-bottom: 1em;
}
.fitsc-progress-bar .fitsc-title {
  font: 11px Arial, sans-serif;
  margin-bottom: 5px;
}
.fitsc-progress-bar.fitsc-block {
  position: relative;
}
.fitsc-progress-bar.fitsc-block .fitsc-title {
  position: absolute;
  color: #fff;
  margin: 2px 5px;
}
.fitsc-progress-bar.fitsc-block .fitsc-percent-wrapper,
.fitsc-progress-bar.fitsc-block .fitsc-percent {
  height: 18px;
}
.fitsc-percent-wrapper {
  height: 15px;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f6f6f6), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f6f6f6 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#ffeeeeee', GradientType=0);
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fitsc-percent {
  width: 0;
  height: 15px;
  margin: -1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fitsc-percent-100 {
  border-radius: 5px;
}
.dropcap {
  float: left;
  margin: 3px 10px 0 0;
  padding: 8px 10px;
  color: #fff;
  background: #555;
  font: 18px/1 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
}
.divider {
  background: url(../img/divider-bkg.png) repeat-x;
  height: 17px;
  margin-top: 0;
  margin-bottom: 50px;
  clear: both;
  width: 100%;
  float: left;
}
.divider-icon {
  width: 62px;
  height: 17px;
  margin-top: -9px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 0 10px;
  display: table;
}
.fitsc-button {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: center;
  user-select: none;
  padding: 7px 15px !important;
  line-height: 15px !important;
  font: 11px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  margin: 0 5px 10px 0;
  transition: .5s;
  background-color: #555555;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#555555), to(#434343));
  background-image: -webkit-linear-gradient(top, #555555 0%, #434343 100%);
  background-image: -moz-linear-gradient(top, #555555 0%, #434343 100%);
  background-image: linear-gradient(to bottom, #555555 0%, #434343 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff434343', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button:hover {
  background-color: #434343;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#434343), to(#555555));
  background-image: -webkit-linear-gradient(top, #434343 0%, #555555 100%);
  background-image: -moz-linear-gradient(top, #434343 0%, #555555 100%);
  background-image: linear-gradient(to bottom, #434343 0%, #555555 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff555555', GradientType=0);
  color: #ffffff;
}
.fitsc-button:active {
  position: relative;
  top: 1px;
  outline: 0;
}
.fitsc-button:hover {
  text-decoration: none;
}
.fitsc-button.fitsc-small {
  font-size: 10px;
  padding: 3px 5px !important;
  line-height: 14px !important;
}
.fitsc-button.fitsc-large {
  font-size: 13px;
  padding: 10px 15px !important;
  line-height: 18px !important;
}
.fitsc-button.fitsc-full {
  display: block;
}
.fitsc-button i {
  margin-right: .4em;
  font-size: 1.5em;
  vertical-align: middle;
  top: -0.1em;
  position: relative;
}
.fitsc-button.fitsc-icon-right i {
  margin-left: .4em;
  margin-right: 0;
}
.fitsc-button.fitsc-background-rosy {
  background-color: #f16c7c;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f16c7c), to(#ee4b5f));
  background-image: -webkit-linear-gradient(top, #f16c7c 0%, #ee4b5f 100%);
  background-image: -moz-linear-gradient(top, #f16c7c 0%, #ee4b5f 100%);
  background-image: linear-gradient(to bottom, #f16c7c 0%, #ee4b5f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff16c7c', endColorstr='#ffee4b5f', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-rosy:hover {
  background-color: #ee4b5f;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ee4b5f), to(#f16c7c));
  background-image: -webkit-linear-gradient(top, #ee4b5f 0%, #f16c7c 100%);
  background-image: -moz-linear-gradient(top, #ee4b5f 0%, #f16c7c 100%);
  background-image: linear-gradient(to bottom, #ee4b5f 0%, #f16c7c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee4b5f', endColorstr='#fff16c7c', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-pink {
  background-color: #ff0084;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ff0084), to(#db0072));
  background-image: -webkit-linear-gradient(top, #ff0084 0%, #db0072 100%);
  background-image: -moz-linear-gradient(top, #ff0084 0%, #db0072 100%);
  background-image: linear-gradient(to bottom, #ff0084 0%, #db0072 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0084', endColorstr='#ffdb0072', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-pink:hover {
  background-color: #db0072;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#db0072), to(#ff0084));
  background-image: -webkit-linear-gradient(top, #db0072 0%, #ff0084 100%);
  background-image: -moz-linear-gradient(top, #db0072 0%, #ff0084 100%);
  background-image: linear-gradient(to bottom, #db0072 0%, #ff0084 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb0072', endColorstr='#ffff0084', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-pink-dark {
  background-color: #db0072;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#db0072), to(#b8005f));
  background-image: -webkit-linear-gradient(top, #db0072 0%, #b8005f 100%);
  background-image: -moz-linear-gradient(top, #db0072 0%, #b8005f 100%);
  background-image: linear-gradient(to bottom, #db0072 0%, #b8005f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb0072', endColorstr='#ffb8005f', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-pink-dark:hover {
  background-color: #b8005f;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#b8005f), to(#db0072));
  background-image: -webkit-linear-gradient(top, #b8005f 0%, #db0072 100%);
  background-image: -moz-linear-gradient(top, #b8005f 0%, #db0072 100%);
  background-image: linear-gradient(to bottom, #b8005f 0%, #db0072 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb8005f', endColorstr='#ffdb0072', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-red {
  background-color: #f13349;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f13349), to(#ef122b));
  background-image: -webkit-linear-gradient(top, #f13349 0%, #ef122b 100%);
  background-image: -moz-linear-gradient(top, #f13349 0%, #ef122b 100%);
  background-image: linear-gradient(to bottom, #f13349 0%, #ef122b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff13349', endColorstr='#ffef122b', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-red:hover {
  background-color: #ef122b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ef122b), to(#f13349));
  background-image: -webkit-linear-gradient(top, #ef122b 0%, #f13349 100%);
  background-image: -moz-linear-gradient(top, #ef122b 0%, #f13349 100%);
  background-image: linear-gradient(to bottom, #ef122b 0%, #f13349 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef122b', endColorstr='#fff13349', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-magenta {
  background-color: #a9014b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#a9014b), to(#86013b));
  background-image: -webkit-linear-gradient(top, #a9014b 0%, #86013b 100%);
  background-image: -moz-linear-gradient(top, #a9014b 0%, #86013b 100%);
  background-image: linear-gradient(to bottom, #a9014b 0%, #86013b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9014b', endColorstr='#ff86013b', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-magenta:hover {
  background-color: #86013b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#86013b), to(#a9014b));
  background-image: -webkit-linear-gradient(top, #86013b 0%, #a9014b 100%);
  background-image: -moz-linear-gradient(top, #86013b 0%, #a9014b 100%);
  background-image: linear-gradient(to bottom, #86013b 0%, #a9014b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff86013b', endColorstr='#ffa9014b', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-orange {
  background-color: #fb6148;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fb6148), to(#fa4325));
  background-image: -webkit-linear-gradient(top, #fb6148 0%, #fa4325 100%);
  background-image: -moz-linear-gradient(top, #fb6148 0%, #fa4325 100%);
  background-image: linear-gradient(to bottom, #fb6148 0%, #fa4325 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6148', endColorstr='#fffa4325', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-orange:hover {
  background-color: #fa4325;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fa4325), to(#fb6148));
  background-image: -webkit-linear-gradient(top, #fa4325 0%, #fb6148 100%);
  background-image: -moz-linear-gradient(top, #fa4325 0%, #fb6148 100%);
  background-image: linear-gradient(to bottom, #fa4325 0%, #fb6148 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa4325', endColorstr='#fffb6148', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-orange-dark {
  background-color: #fa4325;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fa4325), to(#f62705));
  background-image: -webkit-linear-gradient(top, #fa4325 0%, #f62705 100%);
  background-image: -moz-linear-gradient(top, #fa4325 0%, #f62705 100%);
  background-image: linear-gradient(to bottom, #fa4325 0%, #f62705 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa4325', endColorstr='#fff62705', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-orange-dark:hover {
  background-color: #f62705;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f62705), to(#fa4325));
  background-image: -webkit-linear-gradient(top, #f62705 0%, #fa4325 100%);
  background-image: -moz-linear-gradient(top, #f62705 0%, #fa4325 100%);
  background-image: linear-gradient(to bottom, #f62705 0%, #fa4325 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff62705', endColorstr='#fffa4325', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-yellow {
  background-color: #ffb515;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffb515), to(#f0a400));
  background-image: -webkit-linear-gradient(top, #ffb515 0%, #f0a400 100%);
  background-image: -moz-linear-gradient(top, #ffb515 0%, #f0a400 100%);
  background-image: linear-gradient(to bottom, #ffb515 0%, #f0a400 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb515', endColorstr='#fff0a400', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-yellow:hover {
  background-color: #f0a400;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0a400), to(#ffb515));
  background-image: -webkit-linear-gradient(top, #f0a400 0%, #ffb515 100%);
  background-image: -moz-linear-gradient(top, #f0a400 0%, #ffb515 100%);
  background-image: linear-gradient(to bottom, #f0a400 0%, #ffb515 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0a400', endColorstr='#ffffb515', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-green-light {
  background-color: #95cb5b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#95cb5b), to(#83c240));
  background-image: -webkit-linear-gradient(top, #95cb5b 0%, #83c240 100%);
  background-image: -moz-linear-gradient(top, #95cb5b 0%, #83c240 100%);
  background-image: linear-gradient(to bottom, #95cb5b 0%, #83c240 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff95cb5b', endColorstr='#ff83c240', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-green-light:hover {
  background-color: #83c240;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#83c240), to(#95cb5b));
  background-image: -webkit-linear-gradient(top, #83c240 0%, #95cb5b 100%);
  background-image: -moz-linear-gradient(top, #83c240 0%, #95cb5b 100%);
  background-image: linear-gradient(to bottom, #83c240 0%, #95cb5b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff83c240', endColorstr='#ff95cb5b', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-green-lime {
  background-color: #32cd32;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#32cd32), to(#2bb02b));
  background-image: -webkit-linear-gradient(top, #32cd32 0%, #2bb02b 100%);
  background-image: -moz-linear-gradient(top, #32cd32 0%, #2bb02b 100%);
  background-image: linear-gradient(to bottom, #32cd32 0%, #2bb02b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff32cd32', endColorstr='#ff2bb02b', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-green-lime:hover {
  background-color: #2bb02b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2bb02b), to(#32cd32));
  background-image: -webkit-linear-gradient(top, #2bb02b 0%, #32cd32 100%);
  background-image: -moz-linear-gradient(top, #2bb02b 0%, #32cd32 100%);
  background-image: linear-gradient(to bottom, #2bb02b 0%, #32cd32 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2bb02b', endColorstr='#ff32cd32', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-green {
  background-color: #83c240;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#83c240), to(#71a836));
  background-image: -webkit-linear-gradient(top, #83c240 0%, #71a836 100%);
  background-image: -moz-linear-gradient(top, #83c240 0%, #71a836 100%);
  background-image: linear-gradient(to bottom, #83c240 0%, #71a836 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff83c240', endColorstr='#ff71a836', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-green:hover {
  background-color: #71a836;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#71a836), to(#83c240));
  background-image: -webkit-linear-gradient(top, #71a836 0%, #83c240 100%);
  background-image: -moz-linear-gradient(top, #71a836 0%, #83c240 100%);
  background-image: linear-gradient(to bottom, #71a836 0%, #83c240 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71a836', endColorstr='#ff83c240', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-blue {
  background-color: #3cb9ed;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3cb9ed), to(#1badea));
  background-image: -webkit-linear-gradient(top, #3cb9ed 0%, #1badea 100%);
  background-image: -moz-linear-gradient(top, #3cb9ed 0%, #1badea 100%);
  background-image: linear-gradient(to bottom, #3cb9ed 0%, #1badea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3cb9ed', endColorstr='#ff1badea', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-blue:hover {
  background-color: #1badea;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1badea), to(#3cb9ed));
  background-image: -webkit-linear-gradient(top, #1badea 0%, #3cb9ed 100%);
  background-image: -moz-linear-gradient(top, #1badea 0%, #3cb9ed 100%);
  background-image: linear-gradient(to bottom, #1badea 0%, #3cb9ed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1badea', endColorstr='#ff3cb9ed', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-blue-dark {
  background-color: #1badea;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1badea), to(#1397cf));
  background-image: -webkit-linear-gradient(top, #1badea 0%, #1397cf 100%);
  background-image: -moz-linear-gradient(top, #1badea 0%, #1397cf 100%);
  background-image: linear-gradient(to bottom, #1badea 0%, #1397cf 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1badea', endColorstr='#ff1397cf', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-blue-dark:hover {
  background-color: #1397cf;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1397cf), to(#1badea));
  background-image: -webkit-linear-gradient(top, #1397cf 0%, #1badea 100%);
  background-image: -moz-linear-gradient(top, #1397cf 0%, #1badea 100%);
  background-image: linear-gradient(to bottom, #1397cf 0%, #1badea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1397cf', endColorstr='#ff1badea', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-indigo {
  background-color: #4b0082;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4b0082), to(#36005e));
  background-image: -webkit-linear-gradient(top, #4b0082 0%, #36005e 100%);
  background-image: -moz-linear-gradient(top, #4b0082 0%, #36005e 100%);
  background-image: linear-gradient(to bottom, #4b0082 0%, #36005e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b0082', endColorstr='#ff36005e', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-indigo:hover {
  background-color: #36005e;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#36005e), to(#4b0082));
  background-image: -webkit-linear-gradient(top, #36005e 0%, #4b0082 100%);
  background-image: -moz-linear-gradient(top, #36005e 0%, #4b0082 100%);
  background-image: linear-gradient(to bottom, #36005e 0%, #4b0082 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff36005e', endColorstr='#ff4b0082', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-violet {
  background-color: #9400d3;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#9400d3), to(#7b00af));
  background-image: -webkit-linear-gradient(top, #9400d3 0%, #7b00af 100%);
  background-image: -moz-linear-gradient(top, #9400d3 0%, #7b00af 100%);
  background-image: linear-gradient(to bottom, #9400d3 0%, #7b00af 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9400d3', endColorstr='#ff7b00af', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-violet:hover {
  background-color: #7b00af;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#7b00af), to(#9400d3));
  background-image: -webkit-linear-gradient(top, #7b00af 0%, #9400d3 100%);
  background-image: -moz-linear-gradient(top, #7b00af 0%, #9400d3 100%);
  background-image: linear-gradient(to bottom, #7b00af 0%, #9400d3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7b00af', endColorstr='#ff9400d3', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-cappuccino {
  background-color: #af8e45;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#af8e45), to(#95793b));
  background-image: -webkit-linear-gradient(top, #af8e45 0%, #95793b 100%);
  background-image: -moz-linear-gradient(top, #af8e45 0%, #95793b 100%);
  background-image: linear-gradient(to bottom, #af8e45 0%, #95793b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf8e45', endColorstr='#ff95793b', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-cappuccino:hover {
  background-color: #95793b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#95793b), to(#af8e45));
  background-image: -webkit-linear-gradient(top, #95793b 0%, #af8e45 100%);
  background-image: -moz-linear-gradient(top, #95793b 0%, #af8e45 100%);
  background-image: linear-gradient(to bottom, #95793b 0%, #af8e45 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff95793b', endColorstr='#ffaf8e45', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-brown {
  background-color: #b77b48;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#b77b48), to(#9d6a3e));
  background-image: -webkit-linear-gradient(top, #b77b48 0%, #9d6a3e 100%);
  background-image: -moz-linear-gradient(top, #b77b48 0%, #9d6a3e 100%);
  background-image: linear-gradient(to bottom, #b77b48 0%, #9d6a3e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb77b48', endColorstr='#ff9d6a3e', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-brown:hover {
  background-color: #9d6a3e;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#9d6a3e), to(#b77b48));
  background-image: -webkit-linear-gradient(top, #9d6a3e 0%, #b77b48 100%);
  background-image: -moz-linear-gradient(top, #9d6a3e 0%, #b77b48 100%);
  background-image: linear-gradient(to bottom, #9d6a3e 0%, #b77b48 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d6a3e', endColorstr='#ffb77b48', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-brown-dark {
  background-color: #9d6a3e;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#9d6a3e), to(#845934));
  background-image: -webkit-linear-gradient(top, #9d6a3e 0%, #845934 100%);
  background-image: -moz-linear-gradient(top, #9d6a3e 0%, #845934 100%);
  background-image: linear-gradient(to bottom, #9d6a3e 0%, #845934 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d6a3e', endColorstr='#ff845934', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-brown-dark:hover {
  background-color: #845934;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#845934), to(#9d6a3e));
  background-image: -webkit-linear-gradient(top, #845934 0%, #9d6a3e 100%);
  background-image: -moz-linear-gradient(top, #845934 0%, #9d6a3e 100%);
  background-image: linear-gradient(to bottom, #845934 0%, #9d6a3e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff845934', endColorstr='#ff9d6a3e', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-gray {
  background-color: #cccccc;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#cccccc), to(#bababa));
  background-image: -webkit-linear-gradient(top, #cccccc 0%, #bababa 100%);
  background-image: -moz-linear-gradient(top, #cccccc 0%, #bababa 100%);
  background-image: linear-gradient(to bottom, #cccccc 0%, #bababa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffbababa', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-gray:hover {
  background-color: #bababa;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#bababa), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #bababa 0%, #cccccc 100%);
  background-image: -moz-linear-gradient(top, #bababa 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #bababa 0%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbababa', endColorstr='#ffcccccc', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-gray-dark {
  background-color: #bababa;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#bababa), to(#a8a8a8));
  background-image: -webkit-linear-gradient(top, #bababa 0%, #a8a8a8 100%);
  background-image: -moz-linear-gradient(top, #bababa 0%, #a8a8a8 100%);
  background-image: linear-gradient(to bottom, #bababa 0%, #a8a8a8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbababa', endColorstr='#ffa8a8a8', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-gray-dark:hover {
  background-color: #a8a8a8;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#a8a8a8), to(#bababa));
  background-image: -webkit-linear-gradient(top, #a8a8a8 0%, #bababa 100%);
  background-image: -moz-linear-gradient(top, #a8a8a8 0%, #bababa 100%);
  background-image: linear-gradient(to bottom, #a8a8a8 0%, #bababa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa8a8a8', endColorstr='#ffbababa', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-black {
  background-color: #555555;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#555555), to(#434343));
  background-image: -webkit-linear-gradient(top, #555555 0%, #434343 100%);
  background-image: -moz-linear-gradient(top, #555555 0%, #434343 100%);
  background-image: linear-gradient(to bottom, #555555 0%, #434343 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff434343', GradientType=0);
  color: #ffffff !important;
}
.fitsc-button.fitsc-background-black:hover {
  background-color: #434343;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#434343), to(#555555));
  background-image: -webkit-linear-gradient(top, #434343 0%, #555555 100%);
  background-image: -moz-linear-gradient(top, #434343 0%, #555555 100%);
  background-image: linear-gradient(to bottom, #434343 0%, #555555 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff555555', GradientType=0);
  color: #ffffff;
}
.fitsc-button.fitsc-background-white {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#ededed));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
  color: #444444 !important;
}
.fitsc-button.fitsc-background-white:hover {
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ededed), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#ffffffff', GradientType=0);
  color: #444444;
}
.fitsc-box {
  border-radius: 3px;
  border: 1px solid transparent;
  margin: 0 0 10px;
  position: relative;
  text-shadow: 0 1px 0 #fff;
  color: #989426;
  border-color: #e7e48b;
  background: #f8f6bc;
}
.fitsc-box p {
  background: url('../img/warning-box.png') no-repeat left center;
}
.fitsc-box .fitsc-close {
  float: right;
  position: relative;
  cursor: pointer;
  display: inline-block;
  top: 4px;
  right: 4px;
  font-size: 12px;
  line-height: 1;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transition: .25s;
}
.fitsc-box .fitsc-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fitsc-box p {
  margin: 10px;
  padding-left: 25px;
}
.fitsc-box.fitsc-error {
  color: #d86d6d;
  border-color: #fcc1c1;
  background: #fadddd;
}
.fitsc-box.fitsc-error p {
  background: url('../img/error-box.png') no-repeat left center;
}
.fitsc-box.fitsc-success {
  color: #7eb244;
  border-color: #cef4a4;
  background: #ebfdd7;
}
.fitsc-box.fitsc-success p {
  background: url('../img/success-box.png') no-repeat left center;
}
.fitsc-box.fitsc-info {
  color: #61adb0;
  border-color: #c1def2;
  background: #e0f2ff;
}
.fitsc-box.fitsc-info p {
  background: url('../img/info-box.png') no-repeat left center;
}
.fitsc-tabs {
  margin-bottom: 1em;
}
.fitsc-tabs .fitsc-content {
  clear: both;
  border: 1px solid #ddd;
  padding: 10px 20px 0 20px;
}
.fitsc-tabs .fitsc-nav li a {
  color: #444;
}
.fitsc-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  text-transform: uppercase;
  margin-bottom: -1px;
  background: #fff;
}
.fitsc-nav li {
  background: #ddd;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 1px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 3px solid transparent;
  transition: .2s;
}
.fitsc-nav li:last-child {
  margin: 0;
}
.fitsc-nav li:last-child a {
  border-right: 1px solid #ddd;
}
.fitsc-nav li:first-child a {
  border-left: 1px solid #ddd;
}
.fitsc-nav li:hover {
  background: #d0d0d0;
}
.fitsc-nav li.fitsc-active {
  background: #fff;
}
.fitsc-nav li a {
  padding: 7px 10px 10px;
  display: block;
}
.fitsc-nav i {
  margin-right: 7px;
}
.fitsc-tab {
  display: none;
}
.fitsc-tab.fitsc-active {
  display: block;
  -webkit-animation: fadeIn 1 1s ease;
  -moz-animation: fadeIn 1 1s ease;
  animation: fadeIn 1 1s ease;
}
.fitsc-vertical .fitsc-nav li {
  display: block;
  float: none;
  border-top: 0;
  border-left: 3px solid transparent;
  margin: 0 0 1px 0;
}
.fitsc-vertical .fitsc-nav li a {
  padding: 10px 10px 10px 7px;
  border: 0;
}
.fitsc-vertical .fitsc-nav li:last-child {
  margin: 0;
}
.fitsc-vertical .fitsc-content {
  border: none;
  clear: none;
  padding: 0 20px;
}
.fitsc-accordion,
.fitsc-toggle {
  margin-bottom: 20px;
}
.fitsc-accordion .fitsc-title,
.fitsc-toggle .fitsc-title {
  background: url(../img/accordion-closed.png) no-repeat left center;
  padding: 3px 0 3px 36px;
  cursor: pointer;
  display: block;
  font: 12px 'Open Sans', Arial, sans-serif;
  color: #444;
}
.fitsc-accordion .fitsc-content,
.fitsc-toggle .fitsc-content {
  display: none;
  margin-top: 10px;
}
.fitsc-accordion p,
.fitsc-toggle p {
  margin-bottom: 0;
}
.fitsc-accordion p:first-child,
.fitsc-toggle p:first-child {
  margin-top: 0;
}
.team {
  width: 100%;
  float: left;
}
.team img {
  width: 220px;
  float: left;
  margin-right: 20px;
}
.team-info {
  width: 220px;
  float: left;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
.team-info .name-position {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.team-info .name-position h6 {
  text-transform: none;
  margin-bottom: 0px;
}
.team-description {
  float: left;
  width: 100%;
}
.team-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-description li.phone {
  background: url('../img/phone.png') no-repeat 2px 4px;
  padding-left: 25px;
}
.team-description li.mail {
  background: url('../img/mail.png') no-repeat 0 4px;
  padding-left: 25px;
}
.team-description li.mail a {
  word-wrap: break-word;
}
.service-box,
.service-box-hex,
.icon-box-simple {
  position: relative;
}
.service-box a,
.service-box-hex a,
.icon-box-simple a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.service-box {
  width: 25%;
  float: left;
  background: #f8f8f8;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  cursor: pointer;
  transition: .2s ease 0s;
  min-height: 200px;
  text-align: center;
}
.service-box:hover:before,
.service-box:hover:after {
  content: '';
  display: block;
  width: 16px;
  height: 200px;
  position: absolute;
  top: 0;
}
.service-box:hover:before {
  background: url(../img/service-before.png) no-repeat;
  left: -16px;
}
.service-box:hover:after {
  background: url(../img/service-after.png) no-repeat;
  right: -16px;
  z-index: 200;
}
.service-box:hover h5,
.service-box:hover i,
.service-box:hover p {
  color: #fff;
}
.service-box h5,
.service-box i,
.service-box p {
  transition: .2s ease 0s;
}
.service-box i {
  width: 100%;
  height: 68px;
  margin-bottom: 10px;
  font-size: 68px;
  color: #444;
  display: block;
}
.service-box h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  color: #444;
}
.service-simple-title i {
  font-size: 30px;
  max-width: 40px;
  float: left;
  margin-right: 10px;
  color: #444;
}
.service-simple-title h5 {
  float: left;
  padding-top: 5px;
  margin-top: 0;
}
.service-hex-icon {
  float: left;
  width: 50px;
  height: 58px;
  cursor: pointer;
  background: url(../img/service-bkg.png) no-repeat 0 0;
  transition: .2s ease 0s;
  position: relative;
  z-index: 200;
}
.service-hex-icon i {
  width: 50px;
  height: 58px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  color: #fff;
  transition: .2s ease 0s;
}
.service-box-hex {
  float: left;
  background: #f8f8f8;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  margin: -29px 0 0 25px;
}
.service-box-hex h1,
.service-box-hex h2,
.service-box-hex h3,
.service-box-hex h4,
.service-box-hex h5,
.service-box-hex h6 {
  margin-bottom: 10px;
}
.grid_12 .service-box-hex,
*[class*="grid_"] .grid_12 .service-box-hex {
  width: 915px;
}
.grid_9 .service-box-hex,
*[class*="grid_"] .grid_9 .service-box-hex {
  width: 675px;
}
.grid_8 .service-box-hex,
*[class*="grid_"] .grid_8 .service-box-hex {
  width: 595px;
}
.grid_7 .service-box-hex,
*[class*="grid_"] .grid_7 .service-box-hex {
  width: 515px;
}
.grid_6 .service-box-hex,
*[class*="grid_"] .grid_6 .service-box-hex {
  width: 435px;
}
.grid_5 .service-box-hex,
*[class*="grid_"] .grid_5 .service-box-hex {
  width: 355px;
}
.grid_4 .service-box-hex,
*[class*="grid_"] .grid_4 .service-box-hex {
  width: 275px;
}
.grid_3 .service-box-hex,
*[class*="grid_"] .grid_3 .service-box-hex {
  width: 195px;
}
.icon-box-simple {
  color: #666;
  padding: 10px;
  background: #eee;
  margin-bottom: 10px;
}
.icon-box-simple i {
  font-size: 24px;
}
.icon-box-simple .text {
  font-size: 14px;
  position: relative;
  top: -4px;
  padding-left: 5px;
}
.note {
  background: #f8f8f8;
  padding: 20px 30px;
  margin-bottom: 50px;
}
.note .note-content {
  position: relative;
  max-width: 716px;
  padding: 0 20px;
  text-align: center;
  margin: 0 auto;
}
.note .note-content:before,
.note .note-content:after {
  position: absolute;
  display: block;
  content: '';
  width: 62px;
  height: 17px;
  top: 50%;
  margin-top: -8px;
}
.note .note-content:before {
  background: url(../img/divider-darker.png) no-repeat 0 center;
  left: -62px;
}
.note .note-content:after {
  background: url(../img/divider-darker.png) no-repeat 0 center;
  right: -62px;
}
.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  text-transform: none;
  margin: 0 0 5px;
}
.note p {
  margin: 0;
}
.intro-note {
  padding: 0 30px;
  text-align: center;
  margin-bottom: 50px;
}
.intro-note h1,
.intro-note h2,
.intro-note h3,
.intro-note h4,
.intro-note h5,
.intro-note h6 {
  margin: 0 0 5px;
}
.intro-note p {
  margin: 0;
}
.social-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #555;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: .2s ease 0s;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #999 !important;
}
.social-link:hover {
  color: #fff !important;
}
.widget .social-link {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}
.social-feed {
  overflow: hidden;
}
.social-feed ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-feed li {
  padding: 0 !important;
  position: relative;
  border-bottom: 0;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: url(../img/slider-loading.gif) no-repeat center center;
}
.social-feed li:before {
  display: none;
}
.social-feed img {
  width: 40px;
  height: 40px;
}
.carousel-li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clients-navigation {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.clients-navigation li {
  float: left;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
  transition: .2s ease 0s;
}
.clients-navigation a {
  width: 22px;
  height: 20px;
  display: block !important;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #444;
  padding: 0;
}
.clients-navigation .prev {
  background-image: url(../img/arrow-left.png);
}
.clients-navigation .next {
  background-image: url(../img/arrow-right.png);
}
.carousel-li li {
  float: left;
}
.client-text {
  float: left;
}
.grid_12 .client-text {
  width: 780px;
}
.grid_9 .client-text {
  width: 540px;
}
.grid_8 .client-text {
  width: 460px;
}
.grid_6 .client-text {
  width: 300px;
}
.grid_4 .client-text {
  width: 170px;
}
.grid_3 .client-text {
  width: 100%;
}
.client-logo {
  float: left;
  width: 140px;
  margin-right: 20px;
}
.client-logo img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.client-logo h6 {
  text-transform: none;
  text-align: center;
  font-size: 12px;
  margin-bottom: 3px;
}
.client-logo a {
  text-align: center;
  display: block;
  width: 100%;
}
.grid_3 .client-logo,
.grid_4 .client-logo,
.grid_5 .client-logo {
  margin: 0 auto 20px;
  float: none;
}
.entry-content .client-name a {
  color: #777;
}
.blog-portfolio-content {
  display: none;
  float: left;
}
.blog-portfolio-content.active {
  display: block;
}
.blog-portfolio-tabs {
  background: url(../img/divider-bkg.png) repeat-x 0 center;
  height: auto;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.blog-portfolio-tabs .buttons {
  background: #fff;
  margin: 0 auto;
  display: table;
  padding: 0 20px;
}
.blog-portfolio-tabs .buttons a,
.blog-portfolio-tabs .buttons span.label {
  float: left;
  margin-right: 10px;
  display: block;
}
.blog-portfolio-tabs .buttons span.label {
  padding-top: 5px;
}
.fitsc-promo-box-wrap {
  margin-bottom: 80px;
}
.fitsc-promo-box {
  padding: 2em;
  background: #f6f6f6;
  border-left: 4px solid transparent;
  position: relative;
}
.fitsc-promo-box.fitsc-two-buttons {
  text-align: center;
}
.fitsc-promo-box.fitsc-two-buttons .fitsc-buttons {
  float: none;
  margin-top: 2em;
}
.fitsc-promo-box .fitsc-heading {
  margin: 0 0 5px;
}
.fitsc-promo-box .fitsc-text {
  margin: 0;
}
.fitsc-promo-box .fitsc-buttons {
  float: right;
}
.fitsc-map {
  margin-bottom: 2em;
}
.shortcode-posts .hentry {
  border-bottom: none;
  padding-bottom: 0;
}
.fitsc-background-rosy {
  background: #f16c7c;
}
.fitsc-background-pink {
  background: #ff0084;
}
.fitsc-background-pink-dark {
  background: #db0072;
}
.fitsc-background-red {
  background: #f13349;
}
.fitsc-background-magenta {
  background: #a9014b;
}
.fitsc-background-orange {
  background: #fb6148;
}
.fitsc-background-orange-dark {
  background: #fa4325;
}
.fitsc-background-yellow {
  background: #ffb515;
}
.fitsc-background-green-light {
  background: #95cb5b;
}
.fitsc-background-green-lime {
  background: #32cd32;
}
.fitsc-background-green {
  background: #83c240;
}
.fitsc-background-blue {
  background: #3cb9ed;
}
.fitsc-background-blue-dark {
  background: #1badea;
}
.fitsc-background-indigo {
  background: #4b0082;
}
.fitsc-background-violet {
  background: #9400d3;
}
.fitsc-background-cappuccino {
  background: #af8e45;
}
.fitsc-background-brown {
  background: #b77b48;
}
.fitsc-background-brown-dark {
  background: #9d6a3e;
}
.fitsc-background-gray {
  background: #cccccc;
}
.fitsc-background-gray-dark {
  background: #bababa;
}
.fitsc-background-black {
  background: #555555;
}
.fitsc-background-white {
  background: #ffffff;
}
.fitsc-align-left {
  float: left;
}
.fitsc-align-right {
  float: right;
}
.fitsc-align-center {
  margin: 0 auto;
}
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter,
.aligncenter img {
  display: block;
  margin: 1em auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.wp-caption {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 5px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.wp-caption img {
  display: block;
  width: 100%;
  margin: 0;
}
.wp-caption-text {
  font-size: 11px;
  margin: 0;
  padding: 5px 0 0;
}
.gallery-caption {
  display: block;
}
.bypostauthor {
  display: block;
}
body {
  font: 12px/20px 'Open Sans', Arial, sans-serif;
  color: #777;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  text-transform: uppercase;
  margin: 0 0 1em;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}
:focus {
  outline: 0;
}
a {
  color: #777;
  text-decoration: none;
  transition: .2s ease 0s;
}
blockquote {
  font-style: italic;
  border: 1px solid #eee;
  margin-left: 0;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote p:first-child {
  margin: 0;
}
blockquote cite {
  display: block;
  margin-top: 14px;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
table {
  margin: 1em 0;
}
th,
td {
  padding: 2px 5px;
  border: 1px solid #ddd;
}
input,
textarea {
  border: 1px solid #ddd;
  padding: 8px 10px;
  border-radius: 2px;
}
input[type="submit"] {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: center;
  user-select: none;
  padding: 7px 15px !important;
  line-height: 15px !important;
  font: 11px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  margin: 0 5px 10px 0;
  transition: .5s;
  background: #555555;
}
input[type="submit"]:active {
  position: relative;
  top: 1px;
  outline: 0;
}
input[type="submit"]:hover {
  text-decoration: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inner {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
#main img {
  max-width: 100%;
  height: auto;
}
.boxed #wrapper {
  background: #fff;
  width: 960px;
  padding: 5px 20px 0;
  margin: 40px auto;
  box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.2);
}
.boxed.patt1 {
  background: url(../img/patt1.png) repeat fixed;
}
.boxed.patt2 {
  background: url(../img/patt2.png) repeat fixed;
}
.boxed.patt3 {
  background: url(../img/patt3.png) repeat fixed;
}
.boxed.patt4 {
  background: url(../img/patt4.png) repeat fixed;
}
.boxed.patt5 {
  background: url(../img/patt5.png) repeat fixed;
}
.boxed .featured-title,
.boxed #footer {
  margin-left: -20px;
  margin-right: -20px;
}
.section-title {
  margin-bottom: 25px;
  overflow: hidden;
}
.entry-content .section-title h4 {
  float: left;
  display: inline;
  margin-bottom: 0;
  text-transform: uppercase;
}
.section-title .more-link {
  float: right;
  font-size: 15px;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  margin-top: 0;
}
.section-title .more-link span {
  position: relative;
  top: -2px;
}
.slider-container {
  margin: 0 auto 40px;
}
.page-content {
  margin-bottom: 50px;
}
.nivo-slider-wrapper {
  width: 100%;
  float: left;
}
.nivo-slider-wrapper + h1,
.nivo-slider-wrapper + h2,
.nivo-slider-wrapper + h3,
.nivo-slider-wrapper + h4,
.nivo-slider-wrapper + h5,
.nivo-slider-wrapper + h6,
.nivo-slider-wrapper + p,
.nivo-slider-wrapper + a,
.nivo-slider-wrapper + ul,
.nivo-slider-wrapper + blockquote {
  display: block;
  margin-top: 20px;
}
p + .nivo-slider-wrapper {
  display: block;
  margin-top: 20px;
}
.search-form {
  position: relative;
}
.search-form input[type="text"] {
  padding: 6px 10px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-form input[type="submit"] {
  background: url(../img/search.png) center center no-repeat;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  position: absolute;
  cursor: pointer;
  right: 6px;
  top: -3px;
  border: 0;
}
a:hover,
.entry-content a,
.team-info .name-position span,
.portfolio-filter-container .active a,
#footer a:hover,
blockquote cite a,
.text-color,
.pricing-table-col.selected-2 .head h1,
.pricing-table-col.selected-2 .head h2,
.pricing-table-col.selected-2 .head h3,
.pricing-table-col.selected-2 .head h4,
.pricing-table-col.selected-2 .head h5,
.pricing-table-col.selected-2 .head h6 {
  color: #fb6148;
}
.more-link:hover span,
.social-link:hover,
.dropcap-color,
.clients-navigation a:hover,
.service-box:hover,
.nivo-controlNav a.active,
.nivo-controlNav a:hover,
.portfolio-default-description,
.format-icon:hover,
.sticky .entry-title a,
.widget_tag_cloud a:hover,
.post-tags a:hover {
  background-color: #fb6148;
}
.pricing-table-col.selected .head span.price {
  color: #fbcbbf;
}
blockquote {
  border-left: 1px solid #fb6148;
}
.fitsc-tabs .fitsc-nav .fitsc-active,
.fitsc-promo-box {
  border-color: #fb6148;
}
.comment-reply-link,
#comment-reply,
.pagination a:hover,
.pagination .current,
.pages > span,
.pages a:hover,
.pricing-table-col.selected .head {
  background-color: #fb6148;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fb6148), to(#fa4b2f));
  background-image: -webkit-linear-gradient(top, #fb6148 0%, #fa4b2f 100%);
  background-image: -moz-linear-gradient(top, #fb6148 0%, #fa4b2f 100%);
  background-image: linear-gradient(to bottom, #fb6148 0%, #fa4b2f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6148', endColorstr='#fffa4b2f', GradientType=0);
  border: 1px solid #eb5443;
}
.comment-reply-link:hover,
#comment-reply:hover {
  background-color: #fa4b2f;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fa4b2f), to(#fb6148));
  background-image: -webkit-linear-gradient(top, #fa4b2f 0%, #fb6148 100%);
  background-image: -moz-linear-gradient(top, #fa4b2f 0%, #fb6148 100%);
  background-image: linear-gradient(to bottom, #fa4b2f 0%, #fb6148 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa4b2f', endColorstr='#fffb6148', GradientType=0);
  color: #fff;
}
.fitsc-percent {
  background-color: #fb6148;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fb6148), to(#fa4b2f));
  background-image: -webkit-linear-gradient(top, #fb6148 0%, #fa4b2f 100%);
  background-image: -moz-linear-gradient(top, #fb6148 0%, #fa4b2f 100%);
  background-image: linear-gradient(to bottom, #fb6148 0%, #fa4b2f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6148', endColorstr='#fffa4b2f', GradientType=0);
  box-shadow: inset 0 0 2px #f77765;
  border: 1px solid #eb5443;
}
.fitsc-accordion.fitsc-active .fitsc-title,
.fitsc-toggle.fitsc-active .fitsc-title {
  background: url('../img/colors/orange/accordion-opened.png') no-repeat 0 center;
}
#nav > ul > li:hover > a,
#nav > ul > .current-menu-item > a,
#nav > ul > .current-menu-ancestor > a,
#nav > ul > .current_page_item > a,
#nav > ul > .current_page_ancestor > a {
  color: #fb6148;
}
#nav > ul > .has-sub:hover,
#nav > ul > .has-sub.current-menu-item,
#nav > ul > .has-sub.current-menu-ancestor,
#nav > ul > .has-sub.current_page_item,
#nav > ul > .has-sub.current_page_ancestor {
  background-color: #3a3a3a;
}
#nav > ul ul {
  background-color: #3a3a3a;
}
#nav > ul li li a {
  color: #ddd;
}
#nav > ul li li a:hover {
  color: #fb6148;
}
.service-hex-icon:hover {
  background: url('../img/colors/orange/service-hover-bkg.png') no-repeat 0 0;
}
.portfolio-hover li:hover {
  background-color: #fa4b2f;
}
.contact-info li.address {
  background: url('../img/colors/orange/address.png') no-repeat 0 0;
}
.widget li:hover:before {
  background-color: #fb6148;
}
.flex-next:hover,
.flex-prev:hover {
  background-color: #fb6148;
}
#pricing-table #most-popular h3,
#shaon-pricing-table .pricing-table .selectedpriceTitle span {
  background-color: #fb6148;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fb6148), to(#fa4325));
  background-image: -webkit-linear-gradient(top, #fb6148 0%, #fa4325 100%);
  background-image: -moz-linear-gradient(top, #fb6148 0%, #fa4325 100%);
  background-image: linear-gradient(to bottom, #fb6148 0%, #fa4325 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6148', endColorstr='#fffa4325', GradientType=0);
}
#shaon-pricing-table .pricing-table .selectedpriceTitle span {
  border: 1px solid #fa4325 !important;
}
#pricing-table #most-popular .signup,
#shaon-pricing-table .pricing-table .selectePrice-content .signup {
  background-color: #fb6148;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fb6148), to(#fa4325));
  background-image: -webkit-linear-gradient(top, #fb6148 0%, #fa4325 100%);
  background-image: -moz-linear-gradient(top, #fb6148 0%, #fa4325 100%);
  background-image: linear-gradient(to bottom, #fb6148 0%, #fa4325 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6148', endColorstr='#fffa4325', GradientType=0);
  color: #ffffff !important;
}
#pricing-table #most-popular .signup:hover,
#shaon-pricing-table .pricing-table .selectePrice-content .signup:hover {
  background-color: #fa4325;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fa4325), to(#fb6148));
  background-image: -webkit-linear-gradient(top, #fa4325 0%, #fb6148 100%);
  background-image: -moz-linear-gradient(top, #fa4325 0%, #fb6148 100%);
  background-image: linear-gradient(to bottom, #fa4325 0%, #fb6148 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa4325', endColorstr='#fffb6148', GradientType=0);
  color: #ffffff;
}
/*
	 * Overrides to the theme specific for HUHA
	 *
	 * ------------------------------------------------------------------------- */
.more-link {
  color: #fff;
}
.more-link span {
  color: #fff;
  background-color: #fb6148;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 14px;
}
.more-link span:hover {
  background-color: #fa4b2f;
}
.portfolio-hover li {
  background-color: #eb5443;
  border-radius: 50%;
  transition: .2s ease 0s;
}
.red {
  /*
	 * Overrides to the theme specific for HUHA
	 *
	 * ------------------------------------------------------------------------- */
}
.red a:hover,
.red .entry-content a,
.red .team-info .name-position span,
.red .portfolio-filter-container .active a,
.red #footer a:hover,
.red blockquote cite a,
.red .text-color,
.red .pricing-table-col.selected-2 .head h1,
.red .pricing-table-col.selected-2 .head h2,
.red .pricing-table-col.selected-2 .head h3,
.red .pricing-table-col.selected-2 .head h4,
.red .pricing-table-col.selected-2 .head h5,
.red .pricing-table-col.selected-2 .head h6 {
  color: #f13349;
}
.red .more-link:hover span,
.red .social-link:hover,
.red .dropcap-color,
.red .clients-navigation a:hover,
.red .service-box:hover,
.red .nivo-controlNav a.active,
.red .nivo-controlNav a:hover,
.red .portfolio-default-description,
.red .format-icon:hover,
.red .sticky .entry-title a,
.red .widget_tag_cloud a:hover,
.red .post-tags a:hover {
  background-color: #f13349;
}
.red .pricing-table-col.selected .head span.price {
  color: #fab2ba;
}
.red blockquote {
  border-left: 1px solid #f13349;
}
.red .fitsc-tabs .fitsc-nav .fitsc-active,
.red .fitsc-promo-box {
  border-color: #f13349;
}
.red .comment-reply-link,
.red #comment-reply,
.red .pagination a:hover,
.red .pagination .current,
.red .pages > span,
.red .pages a:hover,
.red .pricing-table-col.selected .head {
  background-color: #f13349;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f13349), to(#e02d42));
  background-image: -webkit-linear-gradient(top, #f13349 0%, #e02d42 100%);
  background-image: -moz-linear-gradient(top, #f13349 0%, #e02d42 100%);
  background-image: linear-gradient(to bottom, #f13349 0%, #e02d42 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff13349', endColorstr='#ffe02d42', GradientType=0);
  border: 1px solid #cd3042;
}
.red .comment-reply-link:hover,
.red #comment-reply:hover {
  background-color: #e02d42;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e02d42), to(#f13349));
  background-image: -webkit-linear-gradient(top, #e02d42 0%, #f13349 100%);
  background-image: -moz-linear-gradient(top, #e02d42 0%, #f13349 100%);
  background-image: linear-gradient(to bottom, #e02d42 0%, #f13349 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe02d42', endColorstr='#fff13349', GradientType=0);
  color: #fff;
}
.red .fitsc-percent {
  background-color: #f13349;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f13349), to(#e02d42));
  background-image: -webkit-linear-gradient(top, #f13349 0%, #e02d42 100%);
  background-image: -moz-linear-gradient(top, #f13349 0%, #e02d42 100%);
  background-image: linear-gradient(to bottom, #f13349 0%, #e02d42 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff13349', endColorstr='#ffe02d42', GradientType=0);
  box-shadow: inset 0 0 2px #f9c6cc;
  border: 1px solid #cd3042;
}
.red .fitsc-accordion.fitsc-active .fitsc-title,
.red .fitsc-toggle.fitsc-active .fitsc-title {
  background: url('../img/colors/red/accordion-opened.png') no-repeat 0 center;
}
.red #nav > ul > li:hover > a,
.red #nav > ul > .current-menu-item > a,
.red #nav > ul > .current-menu-ancestor > a,
.red #nav > ul > .current_page_item > a,
.red #nav > ul > .current_page_ancestor > a {
  color: #f13349;
}
.red #nav > ul > .has-sub:hover,
.red #nav > ul > .has-sub.current-menu-item,
.red #nav > ul > .has-sub.current-menu-ancestor,
.red #nav > ul > .has-sub.current_page_item,
.red #nav > ul > .has-sub.current_page_ancestor {
  background-color: #3a3a3a;
}
.red #nav > ul ul {
  background-color: #3a3a3a;
}
.red #nav > ul li li a {
  color: #ddd;
}
.red #nav > ul li li a:hover {
  color: #f13349;
}
.red .service-hex-icon:hover {
  background: url('../img/colors/red/service-hover-bkg.png') no-repeat 0 0;
}
.red .portfolio-hover li:hover {
  background-color: #e02d42;
}
.red .contact-info li.address {
  background: url('../img/colors/red/address.png') no-repeat 0 0;
}
.red .widget li:hover:before {
  background-color: #f13349;
}
.red .flex-next:hover,
.red .flex-prev:hover {
  background-color: #f13349;
}
.red #pricing-table #most-popular h3,
.red #shaon-pricing-table .pricing-table .selectedpriceTitle span {
  background-color: #f13349;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f13349), to(#ef122b));
  background-image: -webkit-linear-gradient(top, #f13349 0%, #ef122b 100%);
  background-image: -moz-linear-gradient(top, #f13349 0%, #ef122b 100%);
  background-image: linear-gradient(to bottom, #f13349 0%, #ef122b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff13349', endColorstr='#ffef122b', GradientType=0);
}
.red #shaon-pricing-table .pricing-table .selectedpriceTitle span {
  border: 1px solid #ef122b !important;
}
.red #pricing-table #most-popular .signup,
.red #shaon-pricing-table .pricing-table .selectePrice-content .signup {
  background-color: #f13349;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f13349), to(#ef122b));
  background-image: -webkit-linear-gradient(top, #f13349 0%, #ef122b 100%);
  background-image: -moz-linear-gradient(top, #f13349 0%, #ef122b 100%);
  background-image: linear-gradient(to bottom, #f13349 0%, #ef122b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff13349', endColorstr='#ffef122b', GradientType=0);
  color: #ffffff !important;
}
.red #pricing-table #most-popular .signup:hover,
.red #shaon-pricing-table .pricing-table .selectePrice-content .signup:hover {
  background-color: #ef122b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ef122b), to(#f13349));
  background-image: -webkit-linear-gradient(top, #ef122b 0%, #f13349 100%);
  background-image: -moz-linear-gradient(top, #ef122b 0%, #f13349 100%);
  background-image: linear-gradient(to bottom, #ef122b 0%, #f13349 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef122b', endColorstr='#fff13349', GradientType=0);
  color: #ffffff;
}
.red .more-link {
  color: #fff;
}
.red .more-link span {
  color: #fff;
  background-color: #f13349;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 14px;
}
.red .more-link span:hover {
  background-color: #e02d42;
}
.red .portfolio-hover li {
  background-color: #cd3042;
  border-radius: 50%;
  transition: .2s ease 0s;
}
.green {
  /*
	 * Overrides to the theme specific for HUHA
	 *
	 * ------------------------------------------------------------------------- */
}
.green a:hover,
.green .entry-content a,
.green .team-info .name-position span,
.green .portfolio-filter-container .active a,
.green #footer a:hover,
.green blockquote cite a,
.green .text-color,
.green .pricing-table-col.selected-2 .head h1,
.green .pricing-table-col.selected-2 .head h2,
.green .pricing-table-col.selected-2 .head h3,
.green .pricing-table-col.selected-2 .head h4,
.green .pricing-table-col.selected-2 .head h5,
.green .pricing-table-col.selected-2 .head h6 {
  color: #9bd75b;
}
.green .more-link:hover span,
.green .social-link:hover,
.green .dropcap-color,
.green .clients-navigation a:hover,
.green .service-box:hover,
.green .nivo-controlNav a.active,
.green .nivo-controlNav a:hover,
.green .portfolio-default-description,
.green .format-icon:hover,
.green .sticky .entry-title a,
.green .widget_tag_cloud a:hover,
.green .post-tags a:hover {
  background-color: #9bd75b;
}
.green .pricing-table-col.selected .head span.price {
  color: #d5eebb;
}
.green blockquote {
  border-left: 1px solid #9bd75b;
}
.green .fitsc-tabs .fitsc-nav .fitsc-active,
.green .fitsc-promo-box {
  border-color: #9bd75b;
}
.green .comment-reply-link,
.green #comment-reply,
.green .pagination a:hover,
.green .pagination .current,
.green .pages > span,
.green .pages a:hover,
.green .pricing-table-col.selected .head {
  background-color: #9bd75b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#9bd75b), to(#90c855));
  background-image: -webkit-linear-gradient(top, #9bd75b 0%, #90c855 100%);
  background-image: -moz-linear-gradient(top, #9bd75b 0%, #90c855 100%);
  background-image: linear-gradient(to bottom, #9bd75b 0%, #90c855 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9bd75b', endColorstr='#ff90c855', GradientType=0);
  border: 1px solid #8dc451;
}
.green .comment-reply-link:hover,
.green #comment-reply:hover {
  background-color: #90c855;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#90c855), to(#9bd75b));
  background-image: -webkit-linear-gradient(top, #90c855 0%, #9bd75b 100%);
  background-image: -moz-linear-gradient(top, #90c855 0%, #9bd75b 100%);
  background-image: linear-gradient(to bottom, #90c855 0%, #9bd75b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff90c855', endColorstr='#ff9bd75b', GradientType=0);
  color: #fff;
}
.green .fitsc-percent {
  background-color: #9bd75b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#9bd75b), to(#90c855));
  background-image: -webkit-linear-gradient(top, #9bd75b 0%, #90c855 100%);
  background-image: -moz-linear-gradient(top, #9bd75b 0%, #90c855 100%);
  background-image: linear-gradient(to bottom, #9bd75b 0%, #90c855 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9bd75b', endColorstr='#ff90c855', GradientType=0);
  box-shadow: inset 0 0 2px #d0f7a6;
  border: 1px solid #8dc451;
}
.green .fitsc-accordion.fitsc-active .fitsc-title,
.green .fitsc-toggle.fitsc-active .fitsc-title {
  background: url('../img/colors/green/accordion-opened.png') no-repeat 0 center;
}
.green #nav > ul > li:hover > a,
.green #nav > ul > .current-menu-item > a,
.green #nav > ul > .current-menu-ancestor > a,
.green #nav > ul > .current_page_item > a,
.green #nav > ul > .current_page_ancestor > a {
  color: #9bd75b;
}
.green #nav > ul > .has-sub:hover,
.green #nav > ul > .has-sub.current-menu-item,
.green #nav > ul > .has-sub.current-menu-ancestor,
.green #nav > ul > .has-sub.current_page_item,
.green #nav > ul > .has-sub.current_page_ancestor {
  background-color: #3a3a3a;
}
.green #nav > ul ul {
  background-color: #3a3a3a;
}
.green #nav > ul li li a {
  color: #ddd;
}
.green #nav > ul li li a:hover {
  color: #9bd75b;
}
.green .service-hex-icon:hover {
  background: url('../img/colors/green/service-hover-bkg.png') no-repeat 0 0;
}
.green .portfolio-hover li:hover {
  background-color: #90c855;
}
.green .contact-info li.address {
  background: url('../img/colors/green/address.png') no-repeat 0 0;
}
.green .widget li:hover:before {
  background-color: #9bd75b;
}
.green .flex-next:hover,
.green .flex-prev:hover {
  background-color: #9bd75b;
}
.green #pricing-table #most-popular h3,
.green #shaon-pricing-table .pricing-table .selectedpriceTitle span {
  background-color: #9bd75b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#9bd75b), to(#8ad03e));
  background-image: -webkit-linear-gradient(top, #9bd75b 0%, #8ad03e 100%);
  background-image: -moz-linear-gradient(top, #9bd75b 0%, #8ad03e 100%);
  background-image: linear-gradient(to bottom, #9bd75b 0%, #8ad03e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9bd75b', endColorstr='#ff8ad03e', GradientType=0);
}
.green #shaon-pricing-table .pricing-table .selectedpriceTitle span {
  border: 1px solid #8ad03e !important;
}
.green #pricing-table #most-popular .signup,
.green #shaon-pricing-table .pricing-table .selectePrice-content .signup {
  background-color: #9bd75b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#9bd75b), to(#8ad03e));
  background-image: -webkit-linear-gradient(top, #9bd75b 0%, #8ad03e 100%);
  background-image: -moz-linear-gradient(top, #9bd75b 0%, #8ad03e 100%);
  background-image: linear-gradient(to bottom, #9bd75b 0%, #8ad03e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9bd75b', endColorstr='#ff8ad03e', GradientType=0);
  color: #ffffff !important;
}
.green #pricing-table #most-popular .signup:hover,
.green #shaon-pricing-table .pricing-table .selectePrice-content .signup:hover {
  background-color: #8ad03e;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#8ad03e), to(#9bd75b));
  background-image: -webkit-linear-gradient(top, #8ad03e 0%, #9bd75b 100%);
  background-image: -moz-linear-gradient(top, #8ad03e 0%, #9bd75b 100%);
  background-image: linear-gradient(to bottom, #8ad03e 0%, #9bd75b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ad03e', endColorstr='#ff9bd75b', GradientType=0);
  color: #ffffff;
}
.green .more-link {
  color: #fff;
}
.green .more-link span {
  color: #fff;
  background-color: #9bd75b;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 14px;
}
.green .more-link span:hover {
  background-color: #90c855;
}
.green .portfolio-hover li {
  background-color: #8dc451;
  border-radius: 50%;
  transition: .2s ease 0s;
}
.blue {
  /*
	 * Overrides to the theme specific for HUHA
	 *
	 * ------------------------------------------------------------------------- */
}
.blue a:hover,
.blue .entry-content a,
.blue .team-info .name-position span,
.blue .portfolio-filter-container .active a,
.blue #footer a:hover,
.blue blockquote cite a,
.blue .text-color,
.blue .pricing-table-col.selected-2 .head h1,
.blue .pricing-table-col.selected-2 .head h2,
.blue .pricing-table-col.selected-2 .head h3,
.blue .pricing-table-col.selected-2 .head h4,
.blue .pricing-table-col.selected-2 .head h5,
.blue .pricing-table-col.selected-2 .head h6 {
  color: #3cb9ed;
}
.blue .more-link:hover span,
.blue .social-link:hover,
.blue .dropcap-color,
.blue .clients-navigation a:hover,
.blue .service-box:hover,
.blue .nivo-controlNav a.active,
.blue .nivo-controlNav a:hover,
.blue .portfolio-default-description,
.blue .format-icon:hover,
.blue .sticky .entry-title a,
.blue .widget_tag_cloud a:hover,
.blue .post-tags a:hover {
  background-color: #3cb9ed;
}
.blue .pricing-table-col.selected .head span.price {
  color: #b8e6f8;
}
.blue blockquote {
  border-left: 1px solid #3cb9ed;
}
.blue .fitsc-tabs .fitsc-nav .fitsc-active,
.blue .fitsc-promo-box {
  border-color: #3cb9ed;
}
.blue .comment-reply-link,
.blue #comment-reply,
.blue .pagination a:hover,
.blue .pagination .current,
.blue .pages > span,
.blue .pages a:hover,
.blue .pricing-table-col.selected .head {
  background-color: #3cb9ed;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3cb9ed), to(#34abdc));
  background-image: -webkit-linear-gradient(top, #3cb9ed 0%, #34abdc 100%);
  background-image: -moz-linear-gradient(top, #3cb9ed 0%, #34abdc 100%);
  background-image: linear-gradient(to bottom, #3cb9ed 0%, #34abdc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3cb9ed', endColorstr='#ff34abdc', GradientType=0);
  border: 1px solid #37a9d8;
}
.blue .comment-reply-link:hover,
.blue #comment-reply:hover {
  background-color: #34abdc;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#34abdc), to(#3cb9ed));
  background-image: -webkit-linear-gradient(top, #34abdc 0%, #3cb9ed 100%);
  background-image: -moz-linear-gradient(top, #34abdc 0%, #3cb9ed 100%);
  background-image: linear-gradient(to bottom, #34abdc 0%, #3cb9ed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff34abdc', endColorstr='#ff3cb9ed', GradientType=0);
  color: #fff;
}
.blue .fitsc-percent {
  background-color: #3cb9ed;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3cb9ed), to(#34abdc));
  background-image: -webkit-linear-gradient(top, #3cb9ed 0%, #34abdc 100%);
  background-image: -moz-linear-gradient(top, #3cb9ed 0%, #34abdc 100%);
  background-image: linear-gradient(to bottom, #3cb9ed 0%, #34abdc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3cb9ed', endColorstr='#ff34abdc', GradientType=0);
  box-shadow: inset 0 0 2px #abdff5;
  border: 1px solid #37a9d8;
}
.blue .fitsc-accordion.fitsc-active .fitsc-title,
.blue .fitsc-toggle.fitsc-active .fitsc-title {
  background: url('../img/colors/blue/accordion-opened.png') no-repeat 0 center;
}
.blue #nav > ul > li:hover > a,
.blue #nav > ul > .current-menu-item > a,
.blue #nav > ul > .current-menu-ancestor > a,
.blue #nav > ul > .current_page_item > a,
.blue #nav > ul > .current_page_ancestor > a {
  color: #3cb9ed;
}
.blue #nav > ul > .has-sub:hover,
.blue #nav > ul > .has-sub.current-menu-item,
.blue #nav > ul > .has-sub.current-menu-ancestor,
.blue #nav > ul > .has-sub.current_page_item,
.blue #nav > ul > .has-sub.current_page_ancestor {
  background-color: #3a3a3a;
}
.blue #nav > ul ul {
  background-color: #3a3a3a;
}
.blue #nav > ul li li a {
  color: #ddd;
}
.blue #nav > ul li li a:hover {
  color: #3cb9ed;
}
.blue .service-hex-icon:hover {
  background: url('../img/colors/blue/service-hover-bkg.png') no-repeat 0 0;
}
.blue .portfolio-hover li:hover {
  background-color: #34abdc;
}
.blue .contact-info li.address {
  background: url('../img/colors/blue/address.png') no-repeat 0 0;
}
.blue .widget li:hover:before {
  background-color: #3cb9ed;
}
.blue .flex-next:hover,
.blue .flex-prev:hover {
  background-color: #3cb9ed;
}
.blue #pricing-table #most-popular h3,
.blue #shaon-pricing-table .pricing-table .selectedpriceTitle span {
  background-color: #3cb9ed;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3cb9ed), to(#1badea));
  background-image: -webkit-linear-gradient(top, #3cb9ed 0%, #1badea 100%);
  background-image: -moz-linear-gradient(top, #3cb9ed 0%, #1badea 100%);
  background-image: linear-gradient(to bottom, #3cb9ed 0%, #1badea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3cb9ed', endColorstr='#ff1badea', GradientType=0);
}
.blue #shaon-pricing-table .pricing-table .selectedpriceTitle span {
  border: 1px solid #1badea !important;
}
.blue #pricing-table #most-popular .signup,
.blue #shaon-pricing-table .pricing-table .selectePrice-content .signup {
  background-color: #3cb9ed;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3cb9ed), to(#1badea));
  background-image: -webkit-linear-gradient(top, #3cb9ed 0%, #1badea 100%);
  background-image: -moz-linear-gradient(top, #3cb9ed 0%, #1badea 100%);
  background-image: linear-gradient(to bottom, #3cb9ed 0%, #1badea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3cb9ed', endColorstr='#ff1badea', GradientType=0);
  color: #ffffff !important;
}
.blue #pricing-table #most-popular .signup:hover,
.blue #shaon-pricing-table .pricing-table .selectePrice-content .signup:hover {
  background-color: #1badea;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1badea), to(#3cb9ed));
  background-image: -webkit-linear-gradient(top, #1badea 0%, #3cb9ed 100%);
  background-image: -moz-linear-gradient(top, #1badea 0%, #3cb9ed 100%);
  background-image: linear-gradient(to bottom, #1badea 0%, #3cb9ed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1badea', endColorstr='#ff3cb9ed', GradientType=0);
  color: #ffffff;
}
.blue .more-link {
  color: #fff;
}
.blue .more-link span {
  color: #fff;
  background-color: #3cb9ed;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 14px;
}
.blue .more-link span:hover {
  background-color: #34abdc;
}
.blue .portfolio-hover li {
  background-color: #37a9d8;
  border-radius: 50%;
  transition: .2s ease 0s;
}
#header {
  padding: 40px 0;
  background-color: #292A2C;
  border-bottom: 10px solid #3A3A3A;
}
#logo {
  margin: 0;
}
#logo img {
  display: block;
  margin-bottom: 14px;
}
#logo a {
  color: #fff;
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  font-size: 25px;
  text-align: center;
  font-weight: normal;
  text-transform: none;
}
#nav-container {
  margin-top: 13px;
}
#nav-container select {
  display: none;
}
#nav {
  float: right;
  clear: right;
  font-weight: bold;
  text-transform: uppercase;
}
#nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#nav li {
  float: left;
  position: relative;
  margin-left: 20px;
}
#nav a {
  color: #ddd;
}
#nav > ul > li > a {
  display: block;
  height: 13px;
  line-height: 13px;
  padding: 10px;
}
#nav > ul > .has-sub {
  transition: .1s ease 0s;
  background: transparent url(../img/menu-icon.png) right center no-repeat;
}
#nav > ul > .has-sub > a {
  color: #ddd;
  background-color: transparent;
  padding-right: 14px;
}
#nav li li {
  margin: 0;
}
#nav li li a {
  font: 12px/15px Arial, Helvetica, sans-serif;
  text-transform: none;
  width: 130px;
  padding: 12px 20px;
  display: block;
}
#nav li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}
#nav li li ul {
  left: 100%;
  top: -1px;
  padding: 0 0 0 5px;
}
#header-right {
  clear: right;
}
#header-right .widget {
  margin: 10px 0 0;
  clear: right;
  float: right;
}
#header-right .widget-title {
  display: none;
}
#header-right li {
  padding: 0;
  float: left;
  margin-left: 20px;
  border: 0;
}
#header-right li:before {
  display: none;
}
#header-right.above .widget {
  margin: 0 0 10px;
}
.header-right-sidebar #nav-container {
  margin-top: 40px;
}
.top-shadow {
  background: url(../img/menu-bkg.png) top center no-repeat;
  height: 22px;
  margin: 0 auto -22px;
  position: relative;
}
.featured-title {
  background: url(../img/patt1.png);
  margin: 0 auto 40px;
  padding: 30px 0;
  border: 1px solid #eee;
  border-width: 1px 0;
  text-transform: none;
}
.featured-title .grid_12 {
  margin-bottom: 0;
}
.featured-title h1,
.featured-title h3 {
  text-transform: none;
  float: left;
  margin: 0;
}
.featured-title h3 {
  float: left;
  color: #777;
  border-left: 1px solid #888;
  padding-left: 20px;
  margin: 5px 0 0 20px;
  line-height: 13px;
  font-weight: normal;
  font-size: 12px;
}
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  float: left;
  padding: 2px 0 0 8px;
  line-height: normal;
}
.breadcrumbs .home {
  background: url(../img/icon-home.png) no-repeat center 2px;
  display: block;
  width: 13px;
  height: 13px;
  text-indent: -9999px;
}
.hentry {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.boxes .hentry {
  border-bottom: none;
  padding-bottom: 0;
}
.post-formats-wrapper {
  margin-bottom: 20px;
}
.grid_8 .post-formats-wrapper,
.grid_8 .post-formats-wrapper iframe,
.grid_8 .post-formats-wrapper img {
  height: 274px;
}
.grid_7 .post-formats-wrapper,
.grid_7 .post-formats-wrapper iframe,
.grid_7 .post-formats-wrapper img {
  height: 239px;
}
.grid_6 .post-formats-wrapper,
.grid_6 .post-formats-wrapper iframe,
.grid_6 .post-formats-wrapper img {
  height: 203px;
}
.grid_5 .post-formats-wrapper,
.grid_5 .post-formats-wrapper iframe,
.grid_5 .post-formats-wrapper img {
  height: 168px;
}
.grid_4 .post-formats-wrapper,
.grid_4 .post-formats-wrapper iframe,
.grid_4 .post-formats-wrapper img {
  height: 133px;
}
.grid_3 .post-formats-wrapper,
.grid_3 .post-formats-wrapper iframe,
.grid_3 .post-formats-wrapper img {
  height: 97px;
}
.grid_2 .post-formats-wrapper,
.grid_2 .post-formats-wrapper iframe,
.grid_2 .post-formats-wrapper img {
  height: 62px;
}
.grid_1 .post-formats-wrapper,
.grid_1 .post-formats-wrapper iframe,
.grid_1 .post-formats-wrapper img {
  height: 27px;
}
.format-audio .post-formats-wrapper {
  height: auto;
}
.post-formats-wrapper iframe,
.post-formats-wrapper img {
  width: 100%;
}
.post-formats-wrapper img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.post-body-container {
  border-left: 1px solid #ddd;
  padding-left: 40px;
  margin-left: 22px;
  position: relative;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* BLOG POSTS ON HOME PAGE AND OTHER COLUMN WIDTHS */
.grid_3.hentry .post-body-container {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
.grid_3.hentry .post-image {
  margin-bottom: 10px;
}
.grid_3.hentry .format-icon {
  display: none;
}
.format-icon {
  top: 0;
  left: -22px;
  width: 41px;
  height: 50px;
  background: #f0f0f0;
  position: absolute;
  cursor: pointer;
  transition: .2s ease 0s;
}
.format-icon i {
  background: url(../img/hexagon-mask.png) no-repeat 0 0;
  width: 41px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  color: #444;
  transition: .2s ease 0s;
}
.format-icon:hover i {
  color: #fff;
}
.post-body {
  padding-top: 8px;
}
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 {
  text-transform: none;
}
.post-body img {
  max-width: 100%;
  height: auto;
}
.entry-title {
  margin: 0 0 5px;
}
.entry-title a {
  font-size: 16px;
  font-weight: bold;
  color: #444;
}
.post-meta {
  margin: 0 0 15px;
  list-style: none;
  padding: 0;
}
.post-meta li {
  float: left;
  border-right: 1px solid #ddd;
  padding-right: 8px;
  margin-right: 8px;
  line-height: 12px;
}
.post-meta li:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.post-meta span,
.post-meta a {
  line-height: 12px;
}
.post-meta .date {
  text-transform: uppercase;
}
.post-tags a {
  background: #444;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: 5px;
  margin-right: 2px;
  font-size: 11px;
}
.post-tags a:hover {
  color: #fff;
}
/* Sticky
----------------------------------------------------------------------------- */
.sticky .entry-title a {
  color: #fff;
  padding: 2px 5px;
  display: block;
}
/* Post Format: Audio
----------------------------------------------------------------------------- */
.jp-jplayer {
  background: none !important;
  border: none !important;
  float: left !important;
}
.jp-audio {
  float: left !important;
  margin-bottom: 20px !important;
}
/* Post Format: Link;
----------------------------------------------------------------------------- */
.format-link .link {
  background-color: #f0f0f0;
  padding: 5px 10px;
  display: block;
}
.no-results form {
  margin-top: 20px;
}
.no-results .text404 {
  font-size: 200px;
  line-height: 200px;
  margin: 0;
}
.more-link {
  display: block;
  margin-top: 14px;
  font-style: italic;
}
.more-link span {
  transition: .2s ease 0s;
}
.shortcode-posts .entry-title a {
  color: #444;
}
.shortcode-posts .post-meta a,
.shortcode-posts a.more-link {
  color: #777;
}
.comments-title {
  background: url(../img/heading-comment.png) no-repeat 0 center;
  padding-left: 40px;
  height: 24px;
}
.comment-list,
.comment-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment {
  min-height: 60px;
  margin-bottom: 20px;
}
.comment .children {
  list-style: none;
  margin-left: 30px;
  border-left: 1px solid #ddd;
  padding: 20px 0 0 50px;
  background: url(../img/comment-bkg.png) no-repeat 0 30px;
}
/* COMMENT AVATAR
----------------------------------------------------------------------------- */
.comment .avatar {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  float: left;
  border-radius: 50%;
}
.author-img {
  float: left;
}
/* COMMENT META
----------------------------------------------------------------------------- */
.comment-meta {
  color: #777;
  font: italic 11px Arial, sans-serif;
  margin-bottom: 10px;
}
.comments .comment-list .comment .comment-meta li {
  padding-top: 2px;
  display: block;
}
.comment-meta a {
  font: 11px Arial, sans-serif;
  color: #777;
  transition: 0.3s ease 0s;
}
.comment-author,
.comment-author a {
  font: bold 13px Arial, sans-serif;
  color: #444;
  display: inline-block;
  float: left;
}
.comment-author {
  margin-right: 10px;
}
.comment .comment-body,
.comment .comment-meta {
  margin-left: 80px;
}
/* BLOG POSTS CHILD COMMENT
----------------------------------------------------------------------------- */
.comment-waiting {
  padding-top: 10px;
  font-style: italic;
}
.comment-reply-link {
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 2px;
}
.comment-reply-link:hover {
  color: #fff;
}
#respond form p {
  margin-bottom: 20px;
}
#respond fieldset {
  margin-bottom: 10px;
}
#respond label {
  width: 100%;
  font: 11px Arial, sans-serif;
  color: #444;
  display: block;
  margin-bottom: 7px;
}
#respond .name-container input,
#respond .email-container input {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  height: 30px;
  width: 308px;
  font: 12px 'Open Sans', Arial, sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  color: #a9a9a9;
  transition: all 0.3s ease 0s;
}
#respond .message textarea {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 11px Arial, sans-serif;
  line-height: 22px;
  padding: 10px;
  color: #a9a9a9;
}
#respond .form-submit {
  overflow: hidden;
}
#comment-reply {
  color: #fff;
  font: 12px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  padding: 8px 15px;
  border: none;
  float: right;
  margin-top: 10px;
  border-radius: 2px;
  transition: 0.3s ease 0s;
}
#respond .name-container input:focus,
#respond .email-container input:focus,
#respond .message textarea:focus {
  border-color: #aaa;
}
.portfolio {
  overflow: hidden;
}
.portfolio-filter-container {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.portfolio-filter-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-filter-container li {
  float: left;
  padding-right: 5px;
}
.portfolio-filter-container a {
  padding-right: 5px;
}
.portfolio-items-container {
  position: relative;
}
.portfolio-items-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.portfolio .portfolio-image {
  width: 100%;
  position: relative;
  float: left;
}
.portfolio .portfolio-image:hover {
  opacity: 0.8;
}
.portfolio .portfolio-image a,
.portfolio .portfolio-image img {
  display: block;
}
.portfolio figcaption {
  background: #f0f0f0;
  margin-top: 3px;
  width: 100%;
  float: left;
}
.portfolio-icon {
  width: 60px;
  height: 60px;
  float: left;
}
.portfolio-icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  color: #444;
  width: 60px;
  height: 60px;
  text-align: center;
}
.grid_4 .caption-title {
  width: 240px;
  height: 60px;
  float: left;
  padding: 10px;
  border-left: 3px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.grid_3 .portfolio-icon {
  display: none;
}
.grid_3 .caption-title {
  width: 100%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.caption-title .title {
  font: bold 13px 'Open Sans', Arial, sans-serif;
  color: #444;
  margin: 0;
  display: block;
}
.caption-title .subtitle {
  font-style: italic;
}
.portfolio-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.portfolio-hover .mask {
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
.portfolio-hover ul {
  display: block;
  list-style: none;
}
.portfolio-hover li {
  float: left;
  width: 42px;
  height: 42px;
  opacity: 1;
  top: 50%;
  margin-top: -21px;
  transition: .2s ease 0s;
}
.portfolio.hexagons .portfolio-hover li {
  top: 0;
  margin-top: 0;
}
.portfolio.hexagons .caption-title {
  border: none;
}
.portfolio-hover .portfolio-zoom {
  margin-right: 4px;
  position: absolute;
  left: -42px;
}
.portfolio-hover .portfolio-zoom a {
  text-indent: -9999px;
  background: url(../img/zoom.png) no-repeat center center;
  display: block;
  width: 42px;
  height: 42px;
}
.portfolio.hexagons .portfolio-hover .portfolio-zoom {
  margin-left: -44px;
  left: 50%;
}
.portfolio-hover .portfolio-single {
  position: absolute;
  right: -42px;
}
.portfolio.hexagons .portfolio-hover .portfolio-single {
  position: relative;
  margin-right: -44px;
  left: 50%;
}
.portfolio-hover .portfolio-single a {
  text-indent: -9999px;
  background: url(../img/link.png) no-repeat center center;
  display: block;
  width: 42px;
  height: 42px;
}
.portfolio:hover .portfolio-hover {
  opacity: 1;
}
.portfolio:hover .portfolio-single {
  right: 50%;
  margin-right: -45px;
}
.portfolio:hover .portfolio-zoom {
  left: 50%;
  margin-left: -45px;
}
/* PORTFOLIO HEXAGONS
----------------------------------------------------------------------------- */
.portfolio.hexagons {
  position: relative;
  cursor: pointer;
}
.portfolio.hexagons .portfolio-image {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.portfolio.hexagons .portfolio-image .hexagon-mask {
  background: url(../img/mask.png) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
.portfolio.hexagons figcaption {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  padding: 85px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}
.portfolio.hexagons .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: #fff;
  float: left;
}
.portfolio.hexagons .caption-title,
.portfolio.hexagons p {
  z-index: 100;
  position: relative;
  float: left;
}
.portfolio.hexagons .caption-title .title {
  font: bold 14px 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
  width: 100%;
}
.portfolio.hexagons .caption-title .subtitle,
.portfolio.hexagons p {
  color: #555;
}
.portfolio.hexagons .portfolio-hover {
  float: left;
  height: auto;
  display: block;
  z-index: 200;
  margin-top: 20px;
  opacity: 1;
  position: relative;
}
.portfolio.hexagons .portfolio-hover ul {
  display: table;
  position: relative;
  z-index: 200;
  margin: 0 auto;
}
.portfolio.hexagons figcaption {
  display: none;
}
.portfolio.hexagons:hover figcaption {
  display: block;
}
.portfolio-slider-1 {
  width: 620px;
  float: left;
  background: url(../img/slider-loading.gif) no-repeat center;
  min-height: 399px;
  overflow: hidden;
}
.portfolio-slider-1 .nivoSlider,
.portfolio-slider-2 .nivoSlider {
  margin-bottom: 0;
}
.portfolio-slider-1 .nivoSlider img {
  width: 100%;
  min-height: 400px;
  float: left;
  background: url(../img/slider-loading.gif) no-repeat center;
}
.portfolio-slider-2 {
  width: 940px;
  min-height: 399px;
  float: left;
  background: url(../img/slider-loading.gif) no-repeat center;
}
.nivo-controlNav a {
  display: block;
  width: 15px;
  height: 15px;
  background: #ddd;
  text-indent: -9999px;
  float: left;
  margin-right: 3px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.portfolio-default-description {
  width: 320px;
  float: left;
  padding: 20px;
  border-radius: 0 8px 8px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 399px;
}
.single-portfolio .entry-title a {
  color: #fff;
}
.single-portfolio .entry-title a:hover {
  color: #fff;
}
.portfolio-default-description .title {
  width: 100%;
  margin-bottom: 15px;
  float: left;
}
.portfolio-default-description h5 {
  color: #fff;
  margin-bottom: 0;
}
.portfolio-default-description span.subtitle {
  color: #fff;
  font-weight: 300;
}
.portfolio-default-description p {
  color: #fff;
  font-weight: 300;
}
.portfolio-hover .mask {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.portfolio:hover .portfolio-hover .mask {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.portfolio.hexagons .mask {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.pagination {
  clear: both;
}
.pagination a,
.pagination span,
.pages a,
.pages > span {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 3px;
  color: #fff;
  text-align: center;
  line-height: 33px;
  background-color: #555555;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#555555), to(#444444));
  background-image: -webkit-linear-gradient(top, #555555 0%, #444444 100%);
  background-image: -moz-linear-gradient(top, #555555 0%, #444444 100%);
  background-image: linear-gradient(to bottom, #555555 0%, #444444 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff444444', GradientType=0);
  border: 1px solid #333;
  border-radius: 2px;
  transition: .2s ease 0s;
}
.pagination a:hover,
.pages a:hover {
  color: #fff;
}
.widget {
  display: block;
  margin-bottom: 50px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget li {
  border-bottom: 1px dotted #ddd;
  padding: 7px 0 7px 28px;
}
.widget li:before {
  background: #444444 url(../img/aside.png);
  display: inline-block;
  width: 15px;
  height: 15px;
  content: " ";
  margin: 0 13px -4px -28px;
}
.widget li:last-child {
  border-bottom: none;
}
.widget-title {
  margin: 0 0 20px;
}
.widget_tag_cloud a {
  background: #444;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-right: 2px;
  font-size: 12px !important;
}
.widget_tag_cloud a:hover {
  color: #fff !important;
}
.widget_recent_comments li.recentcomments:before,
.widget_recent_comments li.recentcomments:hover:before {
  background: url(../img/comment.png);
}
.recentcomments a {
  text-decoration: underline;
  font-style: italic;
}
.widget .list .text {
  margin: 0;
}
.tweet-list li {
  border: 0;
  margin-bottom: 10px;
  background: url(../img/tweet-icon.png) no-repeat 0 0;
  padding: 0 0 0 60px;
  min-height: 50px;
}
.tweet-list li:before {
  display: none;
}
.whisper-recent-posts li:before {
  display: none;
}
.whisper-recent-posts .recent-post,
.whisper-recent-posts .popular-post {
  margin: 0 0 10px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
  overflow: hidden;
}
.whisper-recent-posts .recent-post:last-child,
.whisper-recent-posts .popular-post:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.whisper-recent-posts .thumb img {
  width: 60px;
  height: 60px;
  float: left;
}
.whisper-recent-posts .text {
  margin-left: 75px;
}
.whisper-recent-posts .title {
  display: block;
}
.whisper-recent-posts .comments,
.whisper-recent-posts .date,
.whisper-recent-posts .more-link {
  font-style: italic;
  font-size: 11px;
}
.whisper-recent-posts .excerpt p {
  margin: 0;
}
.whisper-recent-posts .more-link,
.whisper-recent-posts .comments {
  float: right;
}
.widget-tabs .fitsc-nav {
  width: 100%;
  background: transparent;
}
.widget-tabs .fitsc-nav li {
  width: 32%;
  padding: 0;
  border-bottom: 0;
}
.widget-tabs .fitsc-nav li:hover {
  background: #d0d0d0;
}
.widget-tabs .fitsc-nav li.fitsc-active:hover {
  background: #fff;
}
.widget-tabs .fitsc-nav li:first-child a,
.widget-tabs .fitsc-nav li:last-child a {
  border: 0;
}
.widget-tabs .fitsc-tabs .fitsc-content {
  padding: 10px 0 0;
  border: 0;
}
.comment-tab .comment {
  padding: 10px;
  font-size: 11px;
  margin-bottom: 10px;
  min-height: inherit;
  background: #eee;
}
.comment-tab .comment-summary {
  margin: 0 0 5px;
}
.comment-tab .author-comment {
  font-style: italic;
}
.comment-tab a {
  text-decoration: underline;
}
.widget_calendar table {
  width: 100%;
}
#footer {
  clear: both;
  background: #3a3a3a;
  margin-top: 10px;
  border-top: 10px solid #e9eaee;
}
#footer p {
  margin-top: 0;
}
#footer .widget-title {
  font-weight: normal;
  color: #ddd;
}
#footer .footer-widget,
#footer .grid_6 {
  margin-bottom: 0;
}
#footer-sidebars {
  padding-top: 50px;
  color: #999;
}
.footer-widget a {
  color: #999;
}
#footer-text {
  background: #292a2c;
  border-top: 1px solid #444;
  padding: 20px 0;
}
#contact-info {
  text-align: right;
}
#contact-info span {
  margin-left: 20px;
  display: inline-block;
  padding-left: 26px;
}
#contact-info span:first-child {
  margin-left: 0;
}
#contact-info .phone {
  background: url(../img/footer-phone.png) no-repeat 0 3px;
}
#contact-info .mail {
  background: url(../img/footer-mail.png) no-repeat 0 5px;
}
.contact-form fieldset {
  margin-bottom: 10px;
}
.contact-form label {
  color: #444;
  font: 11px/18px Arial, sans-serif;
  margin-bottom: 5px;
  display: block;
}
.contact-form label.error {
  color: #f13349;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form input.error,
.contact-form textarea.error {
  border-color: #f13349;
}
.contact-form input {
  max-width: 220px;
}
.contact-form .fitsc-button {
  width: auto;
}
.contact-info {
  list-style: none;
  padding: 0;
}
.contact-info li {
  margin-bottom: 5px;
}
.contact-info .address {
  padding-left: 20px;
}
@media (max-width: 1023px) {
  #logo {
    float: none;
    margin: 0 auto 30px;
    text-align: center;
  }
  #nav-container {
    float: none;
  }
  #nav {
    float: none;
    margin: 0 auto;
    display: table;
  }
  .top-shadow {
    background-size: 100%;
  }
  .inner {
    width: 688px;
  }
  .container_12 {
    width: 708px;
  }
  .grid_1 {
    width: 39px;
  }
  .grid_2 {
    width: 98px;
  }
  .grid_3 {
    width: 157px;
  }
  .grid_4 {
    width: 216px;
  }
  .grid_5 {
    width: 275px;
  }
  .grid_6 {
    width: 334px;
  }
  .grid_7 {
    width: 393px;
  }
  .grid_8 {
    width: 452px;
  }
  .grid_9 {
    width: 511px;
  }
  .grid_10 {
    width: 570px;
  }
  .grid_11 {
    width: 629px;
  }
  .grid_12 {
    width: 688px;
  }
  .grid_3 .clients-navigation {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  .note .note-content {
    max-width: 456px;
  }
  .team img,
  .team-info {
    max-width: 157px;
  }
  .service-box {
    min-height: 297px;
  }
  .grid_12 .client-text {
    width: 528px;
  }
  .grid_9 .client-text {
    width: 351px;
  }
  .grid_8 .client-text {
    width: 292px;
  }
  .grid_7 .client-text {
    width: 233px;
  }
  .grid_6 .client-text {
    width: 174px;
  }
  .grid_3 .client-text,
  .grid_4 .client-text,
  .grid_5 .client-text {
    width: 100%;
  }
  .grid_12 .service-box-hex,
  *[class*="grid_"] .grid_12 .service-box-hex {
    width: 663px;
  }
  .grid_9 .service-box-hex,
  *[class*="grid_"] .grid_9 .service-box-hex {
    width: 486px;
  }
  .grid_8 .service-box-hex,
  *[class*="grid_"] .grid_8 .service-box-hex {
    width: 427px;
  }
  .grid_7 .service-box-hex,
  *[class*="grid_"] .grid_7 .service-box-hex {
    width: 368px;
  }
  .grid_6 .service-box-hex,
  *[class*="grid_"] .grid_6 .service-box-hex {
    width: 309px;
  }
  .grid_5 .service-box-hex,
  *[class*="grid_"] .grid_5 .service-box-hex {
    width: 250px;
  }
  .grid_4 .service-box-hex,
  *[class*="grid_"] .grid_4 .service-box-hex {
    width: 191px;
  }
  .grid_3 .service-box-hex,
  *[class*="grid_"] .grid_3 .service-box-hex {
    width: 132px;
  }
  .grid_4 .caption-title,
  .grid_3 .caption-title {
    width: 100%;
    border: none;
  }
  .portfolio-icon {
    display: none;
  }
  .portfolio.hexagons .portfolio-image .hexagon-mask {
    background-size: 100%;
  }
  .portfolio.hexagons figcaption {
    padding: 50px 30px;
  }
  .portfolio.hexagons figcaption p {
    display: none;
  }
  .portfolio-slider-1,
  .portfolio-slider-1 .nivoSlider img {
    width: 688px;
    min-height: 443px;
  }
  .portfolio-default-description {
    min-height: 100px;
    width: 100%;
  }
  .portfolio-slider-2 {
    min-height: 293px;
  }
  .portfolio-slider-2 .nivoSlider,
  .portfolio-slider-2 .nivoSlider img {
    width: 688px;
  }
}
@media (max-width: 767px) {
  #nav {
    display: none;
  }
  #nav-container select {
    display: block;
    width: 100%;
    margin: 12px 0;
    height: 28px;
    background: #f6f6f6;
    border: 1px solid #ececec;
    color: #666;
    font: italic 12px Arial, sans-serif;
    z-index: 900;
    position: relative;
  }
  #header-right {
    clear: both;
    text-align: center;
    width: 100%;
  }
  #header-right .widget {
    float: none;
  }
  #header-right li {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
  .inner {
    width: 400px;
  }
  .container_12 {
    width: 420px;
  }
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    width: 400px;
  }
  .container_12 [class*="grid_"] [class*="grid_"] {
    margin-left: 0 !important;
  }
  .omega {
    margin-left: 0;
  }
  .title {
    display: table;
    margin: 0 auto 10px;
    float: none;
  }
  .breadcrumbs {
    float: none;
    display: table;
    margin: 0 auto;
  }
  .note .note-content {
    max-width: 200px;
  }
  .team img,
  .team-info {
    width: 100%;
    max-width: 100%;
    float: left;
  }
  .team img {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .service-box {
    min-height: 50px;
    width: 100%;
  }
  #pricing-table,
  #shaon-pricing-table .pricing-table,
  #shaon-pricing-table .minimal {
    width: 940px;
  }
  #pricing-table .plan,
  #shaon-pricing-table .pricing-table .plan,
  #shaon-pricing-table .minimal .plan {
    width: 100%;
  }
  .grid_3 .client-text,
  .grid_4 .client-text,
  .grid_5 .client-text,
  .grid_6 .client-text,
  .grid_7 .client-text,
  .grid_8 .client-text,
  .grid_9 .client-text,
  .grid_12 .client-text {
    width: 240px;
  }
  .grid_3 .service-box-hex,
  *[class*="grid_"] .grid_3 .service-box-hex,
  .grid_4 .service-box-hex,
  *[class*="grid_"] .grid_4 .service-box-hex,
  .grid_5 .service-box-hex,
  *[class*="grid_"] .grid_5 .service-box-hex,
  .grid_6 .service-box-hex,
  *[class*="grid_"] .grid_6 .service-box-hex,
  .grid_7 .service-box-hex,
  *[class*="grid_"] .grid_7 .service-box-hex,
  .grid_8 .service-box-hex,
  *[class*="grid_"] .grid_8 .service-box-hex,
  .grid_9 .service-box-hex,
  *[class*="grid_"] .grid_9 .service-box-hex,
  .grid_12 .service-box-hex,
  *[class*="grid_"] .grid_12 .service-box-hex {
    width: 375px;
  }
  .portfolio-image img {
    width: 400px;
    height: auto;
  }
  .portfolio.hexagons figcaption {
    padding: 100px 30px;
  }
  .portfolio-slider-1,
  .portfolio-slider-1 .nivoSlider img {
    width: 400px;
    min-height: 258px;
  }
  .portfolio-slider-2 {
    min-height: 170px;
  }
  .portfolio-slider-2 .nivoSlider,
  .portfolio-slider-2 .nivoSlider img {
    width: 400px;
  }
  body #pricing-table .plan,
  body #shaon-pricing-table .pricing-table .plan,
  body #shaon-pricing-table .minimal .plan {
    width: 50% !important;
  }
  body #shaon-pricing-table .minimal .plan {
    width: 100% width:50% !important;
    margin: 10px 0px 0px !important;
  }
  #contact-info {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .inner {
    width: 240px;
  }
  .container_12 {
    width: 260px;
  }
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    width: 240px;
  }
  .alpha.omega {
    margin-right: 0;
    margin-left: 0;
  }
  .note-content:before,
  .note-content:after {
    background: none;
  }
  .blog-portfolio-tabs .buttons {
    padding: 0;
  }
  .blog-portfolio-tabs .buttons span.label {
    display: none;
  }
  .grid_3 .client-text,
  .grid_4 .client-text,
  .grid_5 .client-text,
  .grid_6 .client-text,
  .grid_7 .client-text,
  .grid_8 .client-text,
  .grid_9 .client-text,
  .grid_12 .client-text {
    width: 240px;
  }
  .carousel-li .client-logo {
    display: table;
    margin: 0 auto 20px;
    float: none;
  }
  .grid_3 .service-box-hex,
  *[class*="grid_"] .grid_3 .service-box-hex,
  .grid_4 .service-box-hex,
  *[class*="grid_"] .grid_4 .service-box-hex,
  .grid_5 .service-box-hex,
  *[class*="grid_"] .grid_5 .service-box-hex,
  .grid_6 .service-box-hex,
  *[class*="grid_"] .grid_6 .service-box-hex,
  .grid_7 .service-box-hex,
  *[class*="grid_"] .grid_7 .service-box-hex,
  .grid_8 .service-box-hex,
  *[class*="grid_"] .grid_8 .service-box-hex,
  .grid_9 .service-box-hex,
  *[class*="grid_"] .grid_9 .service-box-hex,
  .grid_12 .service-box-hex,
  *[class*="grid_"] .grid_12 .service-box-hex {
    width: 215px;
  }
  /* PORTFOLIO
	--------------------------------------------------------------------------*/
  .section-title a.more-link {
    width: 100%;
    float: left;
    margin-top: 5px;
  }
  .portfolio.hexagons figcaption {
    padding: 60px 30px;
  }
  .portfolio-slider-1,
  .portfolio-slider-1 .nivoSlider img {
    width: 240px;
    min-height: 155px;
  }
  .portfolio-slider-2 {
    min-height: 102px;
  }
  .portfolio-slider-2 .nivoSlider,
  .portfolio-slider-2 .nivoSlider img {
    width: 240px;
  }
  .comment .comment-body {
    max-width: 160px;
  }
  .post-comments .children {
    margin-left: 15px;
    padding: 0 0 0 30px;
  }
  body #pricing-table .plan,
  body #shaon-pricing-table .pricing-table .plan,
  body #shaon-pricing-table .minimal .plan {
    width: 100%;
    margin-bottom: 10px;
  }
  body #shaon-pricing-table .minimal .plan {
    width: 100%;
    margin: 10px 0px 0px;
  }
}
@media (max-width: 959px) {
  .boxed #wrapper {
    width: 728px;
  }
  .boxed body #pricing-table .plan,
  .boxed body #shaon-pricing-table .pricing-table .plan,
  .boxed body #shaon-pricing-table .minimal .plan {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .boxed body #shaon-pricing-table .minimal .plan {
    width: 100% !important;
    margin: 10px 0px 0px !important;
  }
}
@media (max-width: 767px) {
  .boxed #wrapper {
    width: 440px;
  }
  .boxed body #pricing-table .plan,
  .boxed body #shaon-pricing-table .pricing-table .plan,
  .boxed body #shaon-pricing-table .minimal .plan {
    width: 100%;
    margin-bottom: 10px;
  }
  .boxed body #shaon-pricing-table .minimal .plan {
    width: 100%;
    margin: 10px 0px 0px;
  }
}
@media (max-width: 479px) {
  .boxed #wrapper {
    width: 280px;
  }
  .boxed body #pricing-table .plan,
  .boxed body #shaon-pricing-table .pricing-table .plan,
  .boxed body #shaon-pricing-table .minimal .plan {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .boxed body #shaon-pricing-table .minimal .plan {
    width: 100% !important;
    margin: 10px 0px 0px !important;
  }
}
.pricing-table-col.selected .head {
  border-radius: 2px;
}
body #shaon-pricing-table .pricing-table .priceTitle {
  height: 100px;
}
body #shaon-pricing-table .pricing-table .priceTitle span {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f6', GradientType=0);
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  color: #444444;
  font: 23px/100px Arial, sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none;
}
body #shaon-pricing-table .pricing-table .selectedpriceTitle {
  height: 110px;
}
body #shaon-pricing-table .pricing-table .selectedpriceTitle span {
  background-color: #fb6148;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fb6148), to(#fa4325));
  background-image: -webkit-linear-gradient(top, #fb6148 0%, #fa4325 100%);
  background-image: -moz-linear-gradient(top, #fb6148 0%, #fa4325 100%);
  background-image: linear-gradient(to bottom, #fb6148 0%, #fa4325 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6148', endColorstr='#fffa4325', GradientType=0);
  height: 113px;
  border: 1px solid #fa4325 !important;
  font: 23px/100px Arial, sans-serif;
  text-transform: capitalize;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  text-shadow: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  top: -5px;
}
body #shaon-pricing-table .pricing-table .featureTitle {
  visibility: hidden;
  height: 100px;
}
body #shaon-pricing-table .pricing-table .selectePrice-content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
body #shaon-pricing-table .pricing-table .selectePrice-content .signup {
  background-color: #fb6148;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fb6148), to(#fa4325));
  background-image: -webkit-linear-gradient(top, #fb6148 0%, #fa4325 100%);
  background-image: -moz-linear-gradient(top, #fb6148 0%, #fa4325 100%);
  background-image: linear-gradient(to bottom, #fb6148 0%, #fa4325 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6148', endColorstr='#fffa4325', GradientType=0);
  color: #ffffff !important;
}
body #shaon-pricing-table .pricing-table .selectePrice-content .signup:hover {
  background-color: #fa4325;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fa4325), to(#fb6148));
  background-image: -webkit-linear-gradient(top, #fa4325 0%, #fb6148 100%);
  background-image: -moz-linear-gradient(top, #fa4325 0%, #fb6148 100%);
  background-image: linear-gradient(to bottom, #fa4325 0%, #fb6148 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa4325', endColorstr='#fffb6148', GradientType=0);
  color: #ffffff;
}
body #shaon-pricing-table .pricing-table .feature-content li:last-child {
  border-bottom: none !important;
}
body #shaon-pricing-table .price-content,
body #shaon-pricing-table .selectePrice-content,
body #shaon-pricing-table .feature-content {
  background: none;
  border: 1px solid #DDDDDD !important;
}
body #shaon-pricing-table .price-content li,
body #shaon-pricing-table .selectePrice-content li,
body #shaon-pricing-table .feature-content li {
  border-bottom: 1px solid #F2F2F2;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  color: #777777;
  height: 20px;
  padding: 8px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  text-transform: inherit;
  text-shadow: none;
  line-height: 24px;
  border-left: none;
  border-right: none;
}
body #shaon-pricing-table .price-content li:last-child,
body #shaon-pricing-table .selectePrice-content li:last-child,
body #shaon-pricing-table .feature-content li:last-child {
  border-bottom: 1px solid #DDDDDD !important;
}
body #shaon-pricing-table .offer-tag {
  display: none;
}
body #pricing-table .plan {
  position: relative;
  margin-right: -1px;
}
body #shaon-pricing-table .col1 {
  position: relative;
  margin-right: 1px;
}
body #pricing-table,
body #shaon-pricing-table .pricing-table,
body #shaon-pricing-table .minimal {
  width: 100%;
  display: inline-block;
  margin: 0 10px 50px;
}
body #pricing-table .plan,
body #shaon-pricing-table .pricing-table .plan,
body #shaon-pricing-table .minimal .plan {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body #shaon-pricing-table .minimal .plan {
  width: 23%;
}
body #pricing-table .plan:nth-child(1) {
  border-radius: 0;
}
body #pricing-table h3 {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f6', GradientType=0);
}
body #pricing-table .plan:nth-child(4) {
  border-radius: 0;
}
body #pricing-table #most-popular {
  border-radius: 2px;
  border-width: 1px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
  top: -13px;
  z-index: 2;
}
body #pricing-table #most-popular h3 {
  background-color: #fb6148;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fb6148), to(#fa4325));
  background-image: -webkit-linear-gradient(top, #fb6148 0%, #fa4325 100%);
  background-image: -moz-linear-gradient(top, #fb6148 0%, #fa4325 100%);
  background-image: linear-gradient(to bottom, #fb6148 0%, #fa4325 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6148', endColorstr='#fffa4325', GradientType=0);
  border-radius: 2px;
  margin-top: -30px;
  padding-top: 30px;
  color: #fff;
  text-shadow: none;
}
body #pricing-table #most-popular h3:hover {
  color: #444;
}
body #pricing-table #most-popular .signup {
  background-color: transparent;
  background-color: #fb6148;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fb6148), to(#fa4325));
  background-image: -webkit-linear-gradient(top, #fb6148 0%, #fa4325 100%);
  background-image: -moz-linear-gradient(top, #fb6148 0%, #fa4325 100%);
  background-image: linear-gradient(to bottom, #fb6148 0%, #fa4325 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6148', endColorstr='#fffa4325', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table #most-popular .signup:hover {
  background-color: #fa4325;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fa4325), to(#fb6148));
  background-image: -webkit-linear-gradient(top, #fa4325 0%, #fb6148 100%);
  background-image: -moz-linear-gradient(top, #fa4325 0%, #fb6148 100%);
  background-image: linear-gradient(to bottom, #fa4325 0%, #fb6148 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa4325', endColorstr='#fffb6148', GradientType=0);
  color: #ffffff;
}
body #pricing-table h3 span {
  font: bold 25px/100px 'Open Sans', Arial, sans-serif;
}
body #pricing-table .signup:hover {
  background-color: transparent;
}
body #pricing-table a.signup,
body #shaon-pricing-table a.signup,
body #pricing-table .signup,
body #shaon-pricing-table .signup,
body #pricing-table .signup:active,
body #shaon-pricing-table .signup:active,
body #pricing-table .signup:focus,
body #shaon-pricing-table .signup:focus,
body #pricing-table .minimal .pt-button,
body #shaon-pricing-table .minimal .pt-button {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: center;
  user-select: none;
  padding: 7px 15px !important;
  line-height: 15px !important;
  font: 11px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  margin: 0 5px 10px 0;
  transition: .5s;
  background-color: #555555;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#555555), to(#434343));
  background-image: -webkit-linear-gradient(top, #555555 0%, #434343 100%);
  background-image: -moz-linear-gradient(top, #555555 0%, #434343 100%);
  background-image: linear-gradient(to bottom, #555555 0%, #434343 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff434343', GradientType=0);
  color: #ffffff !important;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#ededed));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
  color: #444444 !important;
  line-height: 30px !important;
  background-color: none;
  width: 70px;
  height: 30px;
  text-transform: inherit;
  margin: 15px 5px;
  padding: 0px !important;
  text-shadow: none;
  box-shadow: none;
}
body #pricing-table a.signup:hover,
body #shaon-pricing-table a.signup:hover,
body #pricing-table .signup:hover,
body #shaon-pricing-table .signup:hover,
body #pricing-table .signup:active:hover,
body #shaon-pricing-table .signup:active:hover,
body #pricing-table .signup:focus:hover,
body #shaon-pricing-table .signup:focus:hover,
body #pricing-table .minimal .pt-button:hover,
body #shaon-pricing-table .minimal .pt-button:hover {
  background-color: #434343;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#434343), to(#555555));
  background-image: -webkit-linear-gradient(top, #434343 0%, #555555 100%);
  background-image: -moz-linear-gradient(top, #434343 0%, #555555 100%);
  background-image: linear-gradient(to bottom, #434343 0%, #555555 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff555555', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup:active,
body #shaon-pricing-table a.signup:active,
body #pricing-table .signup:active,
body #shaon-pricing-table .signup:active,
body #pricing-table .signup:active:active,
body #shaon-pricing-table .signup:active:active,
body #pricing-table .signup:focus:active,
body #shaon-pricing-table .signup:focus:active,
body #pricing-table .minimal .pt-button:active,
body #shaon-pricing-table .minimal .pt-button:active {
  position: relative;
  top: 1px;
  outline: 0;
}
body #pricing-table a.signup:hover,
body #shaon-pricing-table a.signup:hover,
body #pricing-table .signup:hover,
body #shaon-pricing-table .signup:hover,
body #pricing-table .signup:active:hover,
body #shaon-pricing-table .signup:active:hover,
body #pricing-table .signup:focus:hover,
body #shaon-pricing-table .signup:focus:hover,
body #pricing-table .minimal .pt-button:hover,
body #shaon-pricing-table .minimal .pt-button:hover {
  text-decoration: none;
}
body #pricing-table a.signup.fitsc-small,
body #shaon-pricing-table a.signup.fitsc-small,
body #pricing-table .signup.fitsc-small,
body #shaon-pricing-table .signup.fitsc-small,
body #pricing-table .signup:active.fitsc-small,
body #shaon-pricing-table .signup:active.fitsc-small,
body #pricing-table .signup:focus.fitsc-small,
body #shaon-pricing-table .signup:focus.fitsc-small,
body #pricing-table .minimal .pt-button.fitsc-small,
body #shaon-pricing-table .minimal .pt-button.fitsc-small {
  font-size: 10px;
  padding: 3px 5px !important;
  line-height: 14px !important;
}
body #pricing-table a.signup.fitsc-large,
body #shaon-pricing-table a.signup.fitsc-large,
body #pricing-table .signup.fitsc-large,
body #shaon-pricing-table .signup.fitsc-large,
body #pricing-table .signup:active.fitsc-large,
body #shaon-pricing-table .signup:active.fitsc-large,
body #pricing-table .signup:focus.fitsc-large,
body #shaon-pricing-table .signup:focus.fitsc-large,
body #pricing-table .minimal .pt-button.fitsc-large,
body #shaon-pricing-table .minimal .pt-button.fitsc-large {
  font-size: 13px;
  padding: 10px 15px !important;
  line-height: 18px !important;
}
body #pricing-table a.signup.fitsc-full,
body #shaon-pricing-table a.signup.fitsc-full,
body #pricing-table .signup.fitsc-full,
body #shaon-pricing-table .signup.fitsc-full,
body #pricing-table .signup:active.fitsc-full,
body #shaon-pricing-table .signup:active.fitsc-full,
body #pricing-table .signup:focus.fitsc-full,
body #shaon-pricing-table .signup:focus.fitsc-full,
body #pricing-table .minimal .pt-button.fitsc-full,
body #shaon-pricing-table .minimal .pt-button.fitsc-full {
  display: block;
}
body #pricing-table a.signup i,
body #shaon-pricing-table a.signup i,
body #pricing-table .signup i,
body #shaon-pricing-table .signup i,
body #pricing-table .signup:active i,
body #shaon-pricing-table .signup:active i,
body #pricing-table .signup:focus i,
body #shaon-pricing-table .signup:focus i,
body #pricing-table .minimal .pt-button i,
body #shaon-pricing-table .minimal .pt-button i {
  margin-right: .4em;
  font-size: 1.5em;
  vertical-align: middle;
  top: -0.1em;
  position: relative;
}
body #pricing-table a.signup.fitsc-icon-right i,
body #shaon-pricing-table a.signup.fitsc-icon-right i,
body #pricing-table .signup.fitsc-icon-right i,
body #shaon-pricing-table .signup.fitsc-icon-right i,
body #pricing-table .signup:active.fitsc-icon-right i,
body #shaon-pricing-table .signup:active.fitsc-icon-right i,
body #pricing-table .signup:focus.fitsc-icon-right i,
body #shaon-pricing-table .signup:focus.fitsc-icon-right i,
body #pricing-table .minimal .pt-button.fitsc-icon-right i,
body #shaon-pricing-table .minimal .pt-button.fitsc-icon-right i {
  margin-left: .4em;
  margin-right: 0;
}
body #pricing-table a.signup.fitsc-background-rosy,
body #shaon-pricing-table a.signup.fitsc-background-rosy,
body #pricing-table .signup.fitsc-background-rosy,
body #shaon-pricing-table .signup.fitsc-background-rosy,
body #pricing-table .signup:active.fitsc-background-rosy,
body #shaon-pricing-table .signup:active.fitsc-background-rosy,
body #pricing-table .signup:focus.fitsc-background-rosy,
body #shaon-pricing-table .signup:focus.fitsc-background-rosy,
body #pricing-table .minimal .pt-button.fitsc-background-rosy,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-rosy {
  background-color: #f16c7c;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f16c7c), to(#ee4b5f));
  background-image: -webkit-linear-gradient(top, #f16c7c 0%, #ee4b5f 100%);
  background-image: -moz-linear-gradient(top, #f16c7c 0%, #ee4b5f 100%);
  background-image: linear-gradient(to bottom, #f16c7c 0%, #ee4b5f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff16c7c', endColorstr='#ffee4b5f', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-rosy:hover,
body #shaon-pricing-table a.signup.fitsc-background-rosy:hover,
body #pricing-table .signup.fitsc-background-rosy:hover,
body #shaon-pricing-table .signup.fitsc-background-rosy:hover,
body #pricing-table .signup:active.fitsc-background-rosy:hover,
body #shaon-pricing-table .signup:active.fitsc-background-rosy:hover,
body #pricing-table .signup:focus.fitsc-background-rosy:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-rosy:hover,
body #pricing-table .minimal .pt-button.fitsc-background-rosy:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-rosy:hover {
  background-color: #ee4b5f;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ee4b5f), to(#f16c7c));
  background-image: -webkit-linear-gradient(top, #ee4b5f 0%, #f16c7c 100%);
  background-image: -moz-linear-gradient(top, #ee4b5f 0%, #f16c7c 100%);
  background-image: linear-gradient(to bottom, #ee4b5f 0%, #f16c7c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee4b5f', endColorstr='#fff16c7c', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-pink,
body #shaon-pricing-table a.signup.fitsc-background-pink,
body #pricing-table .signup.fitsc-background-pink,
body #shaon-pricing-table .signup.fitsc-background-pink,
body #pricing-table .signup:active.fitsc-background-pink,
body #shaon-pricing-table .signup:active.fitsc-background-pink,
body #pricing-table .signup:focus.fitsc-background-pink,
body #shaon-pricing-table .signup:focus.fitsc-background-pink,
body #pricing-table .minimal .pt-button.fitsc-background-pink,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-pink {
  background-color: #ff0084;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ff0084), to(#db0072));
  background-image: -webkit-linear-gradient(top, #ff0084 0%, #db0072 100%);
  background-image: -moz-linear-gradient(top, #ff0084 0%, #db0072 100%);
  background-image: linear-gradient(to bottom, #ff0084 0%, #db0072 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0084', endColorstr='#ffdb0072', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-pink:hover,
body #shaon-pricing-table a.signup.fitsc-background-pink:hover,
body #pricing-table .signup.fitsc-background-pink:hover,
body #shaon-pricing-table .signup.fitsc-background-pink:hover,
body #pricing-table .signup:active.fitsc-background-pink:hover,
body #shaon-pricing-table .signup:active.fitsc-background-pink:hover,
body #pricing-table .signup:focus.fitsc-background-pink:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-pink:hover,
body #pricing-table .minimal .pt-button.fitsc-background-pink:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-pink:hover {
  background-color: #db0072;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#db0072), to(#ff0084));
  background-image: -webkit-linear-gradient(top, #db0072 0%, #ff0084 100%);
  background-image: -moz-linear-gradient(top, #db0072 0%, #ff0084 100%);
  background-image: linear-gradient(to bottom, #db0072 0%, #ff0084 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb0072', endColorstr='#ffff0084', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-pink-dark,
body #shaon-pricing-table a.signup.fitsc-background-pink-dark,
body #pricing-table .signup.fitsc-background-pink-dark,
body #shaon-pricing-table .signup.fitsc-background-pink-dark,
body #pricing-table .signup:active.fitsc-background-pink-dark,
body #shaon-pricing-table .signup:active.fitsc-background-pink-dark,
body #pricing-table .signup:focus.fitsc-background-pink-dark,
body #shaon-pricing-table .signup:focus.fitsc-background-pink-dark,
body #pricing-table .minimal .pt-button.fitsc-background-pink-dark,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-pink-dark {
  background-color: #db0072;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#db0072), to(#b8005f));
  background-image: -webkit-linear-gradient(top, #db0072 0%, #b8005f 100%);
  background-image: -moz-linear-gradient(top, #db0072 0%, #b8005f 100%);
  background-image: linear-gradient(to bottom, #db0072 0%, #b8005f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb0072', endColorstr='#ffb8005f', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-pink-dark:hover,
body #shaon-pricing-table a.signup.fitsc-background-pink-dark:hover,
body #pricing-table .signup.fitsc-background-pink-dark:hover,
body #shaon-pricing-table .signup.fitsc-background-pink-dark:hover,
body #pricing-table .signup:active.fitsc-background-pink-dark:hover,
body #shaon-pricing-table .signup:active.fitsc-background-pink-dark:hover,
body #pricing-table .signup:focus.fitsc-background-pink-dark:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-pink-dark:hover,
body #pricing-table .minimal .pt-button.fitsc-background-pink-dark:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-pink-dark:hover {
  background-color: #b8005f;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#b8005f), to(#db0072));
  background-image: -webkit-linear-gradient(top, #b8005f 0%, #db0072 100%);
  background-image: -moz-linear-gradient(top, #b8005f 0%, #db0072 100%);
  background-image: linear-gradient(to bottom, #b8005f 0%, #db0072 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb8005f', endColorstr='#ffdb0072', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-red,
body #shaon-pricing-table a.signup.fitsc-background-red,
body #pricing-table .signup.fitsc-background-red,
body #shaon-pricing-table .signup.fitsc-background-red,
body #pricing-table .signup:active.fitsc-background-red,
body #shaon-pricing-table .signup:active.fitsc-background-red,
body #pricing-table .signup:focus.fitsc-background-red,
body #shaon-pricing-table .signup:focus.fitsc-background-red,
body #pricing-table .minimal .pt-button.fitsc-background-red,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-red {
  background-color: #f13349;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f13349), to(#ef122b));
  background-image: -webkit-linear-gradient(top, #f13349 0%, #ef122b 100%);
  background-image: -moz-linear-gradient(top, #f13349 0%, #ef122b 100%);
  background-image: linear-gradient(to bottom, #f13349 0%, #ef122b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff13349', endColorstr='#ffef122b', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-red:hover,
body #shaon-pricing-table a.signup.fitsc-background-red:hover,
body #pricing-table .signup.fitsc-background-red:hover,
body #shaon-pricing-table .signup.fitsc-background-red:hover,
body #pricing-table .signup:active.fitsc-background-red:hover,
body #shaon-pricing-table .signup:active.fitsc-background-red:hover,
body #pricing-table .signup:focus.fitsc-background-red:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-red:hover,
body #pricing-table .minimal .pt-button.fitsc-background-red:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-red:hover {
  background-color: #ef122b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ef122b), to(#f13349));
  background-image: -webkit-linear-gradient(top, #ef122b 0%, #f13349 100%);
  background-image: -moz-linear-gradient(top, #ef122b 0%, #f13349 100%);
  background-image: linear-gradient(to bottom, #ef122b 0%, #f13349 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef122b', endColorstr='#fff13349', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-magenta,
body #shaon-pricing-table a.signup.fitsc-background-magenta,
body #pricing-table .signup.fitsc-background-magenta,
body #shaon-pricing-table .signup.fitsc-background-magenta,
body #pricing-table .signup:active.fitsc-background-magenta,
body #shaon-pricing-table .signup:active.fitsc-background-magenta,
body #pricing-table .signup:focus.fitsc-background-magenta,
body #shaon-pricing-table .signup:focus.fitsc-background-magenta,
body #pricing-table .minimal .pt-button.fitsc-background-magenta,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-magenta {
  background-color: #a9014b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#a9014b), to(#86013b));
  background-image: -webkit-linear-gradient(top, #a9014b 0%, #86013b 100%);
  background-image: -moz-linear-gradient(top, #a9014b 0%, #86013b 100%);
  background-image: linear-gradient(to bottom, #a9014b 0%, #86013b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9014b', endColorstr='#ff86013b', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-magenta:hover,
body #shaon-pricing-table a.signup.fitsc-background-magenta:hover,
body #pricing-table .signup.fitsc-background-magenta:hover,
body #shaon-pricing-table .signup.fitsc-background-magenta:hover,
body #pricing-table .signup:active.fitsc-background-magenta:hover,
body #shaon-pricing-table .signup:active.fitsc-background-magenta:hover,
body #pricing-table .signup:focus.fitsc-background-magenta:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-magenta:hover,
body #pricing-table .minimal .pt-button.fitsc-background-magenta:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-magenta:hover {
  background-color: #86013b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#86013b), to(#a9014b));
  background-image: -webkit-linear-gradient(top, #86013b 0%, #a9014b 100%);
  background-image: -moz-linear-gradient(top, #86013b 0%, #a9014b 100%);
  background-image: linear-gradient(to bottom, #86013b 0%, #a9014b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff86013b', endColorstr='#ffa9014b', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-orange,
body #shaon-pricing-table a.signup.fitsc-background-orange,
body #pricing-table .signup.fitsc-background-orange,
body #shaon-pricing-table .signup.fitsc-background-orange,
body #pricing-table .signup:active.fitsc-background-orange,
body #shaon-pricing-table .signup:active.fitsc-background-orange,
body #pricing-table .signup:focus.fitsc-background-orange,
body #shaon-pricing-table .signup:focus.fitsc-background-orange,
body #pricing-table .minimal .pt-button.fitsc-background-orange,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-orange {
  background-color: #fb6148;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fb6148), to(#fa4325));
  background-image: -webkit-linear-gradient(top, #fb6148 0%, #fa4325 100%);
  background-image: -moz-linear-gradient(top, #fb6148 0%, #fa4325 100%);
  background-image: linear-gradient(to bottom, #fb6148 0%, #fa4325 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6148', endColorstr='#fffa4325', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-orange:hover,
body #shaon-pricing-table a.signup.fitsc-background-orange:hover,
body #pricing-table .signup.fitsc-background-orange:hover,
body #shaon-pricing-table .signup.fitsc-background-orange:hover,
body #pricing-table .signup:active.fitsc-background-orange:hover,
body #shaon-pricing-table .signup:active.fitsc-background-orange:hover,
body #pricing-table .signup:focus.fitsc-background-orange:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-orange:hover,
body #pricing-table .minimal .pt-button.fitsc-background-orange:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-orange:hover {
  background-color: #fa4325;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fa4325), to(#fb6148));
  background-image: -webkit-linear-gradient(top, #fa4325 0%, #fb6148 100%);
  background-image: -moz-linear-gradient(top, #fa4325 0%, #fb6148 100%);
  background-image: linear-gradient(to bottom, #fa4325 0%, #fb6148 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa4325', endColorstr='#fffb6148', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-orange-dark,
body #shaon-pricing-table a.signup.fitsc-background-orange-dark,
body #pricing-table .signup.fitsc-background-orange-dark,
body #shaon-pricing-table .signup.fitsc-background-orange-dark,
body #pricing-table .signup:active.fitsc-background-orange-dark,
body #shaon-pricing-table .signup:active.fitsc-background-orange-dark,
body #pricing-table .signup:focus.fitsc-background-orange-dark,
body #shaon-pricing-table .signup:focus.fitsc-background-orange-dark,
body #pricing-table .minimal .pt-button.fitsc-background-orange-dark,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-orange-dark {
  background-color: #fa4325;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fa4325), to(#f62705));
  background-image: -webkit-linear-gradient(top, #fa4325 0%, #f62705 100%);
  background-image: -moz-linear-gradient(top, #fa4325 0%, #f62705 100%);
  background-image: linear-gradient(to bottom, #fa4325 0%, #f62705 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa4325', endColorstr='#fff62705', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-orange-dark:hover,
body #shaon-pricing-table a.signup.fitsc-background-orange-dark:hover,
body #pricing-table .signup.fitsc-background-orange-dark:hover,
body #shaon-pricing-table .signup.fitsc-background-orange-dark:hover,
body #pricing-table .signup:active.fitsc-background-orange-dark:hover,
body #shaon-pricing-table .signup:active.fitsc-background-orange-dark:hover,
body #pricing-table .signup:focus.fitsc-background-orange-dark:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-orange-dark:hover,
body #pricing-table .minimal .pt-button.fitsc-background-orange-dark:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-orange-dark:hover {
  background-color: #f62705;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f62705), to(#fa4325));
  background-image: -webkit-linear-gradient(top, #f62705 0%, #fa4325 100%);
  background-image: -moz-linear-gradient(top, #f62705 0%, #fa4325 100%);
  background-image: linear-gradient(to bottom, #f62705 0%, #fa4325 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff62705', endColorstr='#fffa4325', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-yellow,
body #shaon-pricing-table a.signup.fitsc-background-yellow,
body #pricing-table .signup.fitsc-background-yellow,
body #shaon-pricing-table .signup.fitsc-background-yellow,
body #pricing-table .signup:active.fitsc-background-yellow,
body #shaon-pricing-table .signup:active.fitsc-background-yellow,
body #pricing-table .signup:focus.fitsc-background-yellow,
body #shaon-pricing-table .signup:focus.fitsc-background-yellow,
body #pricing-table .minimal .pt-button.fitsc-background-yellow,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-yellow {
  background-color: #ffb515;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffb515), to(#f0a400));
  background-image: -webkit-linear-gradient(top, #ffb515 0%, #f0a400 100%);
  background-image: -moz-linear-gradient(top, #ffb515 0%, #f0a400 100%);
  background-image: linear-gradient(to bottom, #ffb515 0%, #f0a400 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb515', endColorstr='#fff0a400', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-yellow:hover,
body #shaon-pricing-table a.signup.fitsc-background-yellow:hover,
body #pricing-table .signup.fitsc-background-yellow:hover,
body #shaon-pricing-table .signup.fitsc-background-yellow:hover,
body #pricing-table .signup:active.fitsc-background-yellow:hover,
body #shaon-pricing-table .signup:active.fitsc-background-yellow:hover,
body #pricing-table .signup:focus.fitsc-background-yellow:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-yellow:hover,
body #pricing-table .minimal .pt-button.fitsc-background-yellow:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-yellow:hover {
  background-color: #f0a400;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0a400), to(#ffb515));
  background-image: -webkit-linear-gradient(top, #f0a400 0%, #ffb515 100%);
  background-image: -moz-linear-gradient(top, #f0a400 0%, #ffb515 100%);
  background-image: linear-gradient(to bottom, #f0a400 0%, #ffb515 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0a400', endColorstr='#ffffb515', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-green-light,
body #shaon-pricing-table a.signup.fitsc-background-green-light,
body #pricing-table .signup.fitsc-background-green-light,
body #shaon-pricing-table .signup.fitsc-background-green-light,
body #pricing-table .signup:active.fitsc-background-green-light,
body #shaon-pricing-table .signup:active.fitsc-background-green-light,
body #pricing-table .signup:focus.fitsc-background-green-light,
body #shaon-pricing-table .signup:focus.fitsc-background-green-light,
body #pricing-table .minimal .pt-button.fitsc-background-green-light,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-green-light {
  background-color: #95cb5b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#95cb5b), to(#83c240));
  background-image: -webkit-linear-gradient(top, #95cb5b 0%, #83c240 100%);
  background-image: -moz-linear-gradient(top, #95cb5b 0%, #83c240 100%);
  background-image: linear-gradient(to bottom, #95cb5b 0%, #83c240 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff95cb5b', endColorstr='#ff83c240', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-green-light:hover,
body #shaon-pricing-table a.signup.fitsc-background-green-light:hover,
body #pricing-table .signup.fitsc-background-green-light:hover,
body #shaon-pricing-table .signup.fitsc-background-green-light:hover,
body #pricing-table .signup:active.fitsc-background-green-light:hover,
body #shaon-pricing-table .signup:active.fitsc-background-green-light:hover,
body #pricing-table .signup:focus.fitsc-background-green-light:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-green-light:hover,
body #pricing-table .minimal .pt-button.fitsc-background-green-light:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-green-light:hover {
  background-color: #83c240;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#83c240), to(#95cb5b));
  background-image: -webkit-linear-gradient(top, #83c240 0%, #95cb5b 100%);
  background-image: -moz-linear-gradient(top, #83c240 0%, #95cb5b 100%);
  background-image: linear-gradient(to bottom, #83c240 0%, #95cb5b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff83c240', endColorstr='#ff95cb5b', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-green-lime,
body #shaon-pricing-table a.signup.fitsc-background-green-lime,
body #pricing-table .signup.fitsc-background-green-lime,
body #shaon-pricing-table .signup.fitsc-background-green-lime,
body #pricing-table .signup:active.fitsc-background-green-lime,
body #shaon-pricing-table .signup:active.fitsc-background-green-lime,
body #pricing-table .signup:focus.fitsc-background-green-lime,
body #shaon-pricing-table .signup:focus.fitsc-background-green-lime,
body #pricing-table .minimal .pt-button.fitsc-background-green-lime,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-green-lime {
  background-color: #32cd32;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#32cd32), to(#2bb02b));
  background-image: -webkit-linear-gradient(top, #32cd32 0%, #2bb02b 100%);
  background-image: -moz-linear-gradient(top, #32cd32 0%, #2bb02b 100%);
  background-image: linear-gradient(to bottom, #32cd32 0%, #2bb02b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff32cd32', endColorstr='#ff2bb02b', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-green-lime:hover,
body #shaon-pricing-table a.signup.fitsc-background-green-lime:hover,
body #pricing-table .signup.fitsc-background-green-lime:hover,
body #shaon-pricing-table .signup.fitsc-background-green-lime:hover,
body #pricing-table .signup:active.fitsc-background-green-lime:hover,
body #shaon-pricing-table .signup:active.fitsc-background-green-lime:hover,
body #pricing-table .signup:focus.fitsc-background-green-lime:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-green-lime:hover,
body #pricing-table .minimal .pt-button.fitsc-background-green-lime:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-green-lime:hover {
  background-color: #2bb02b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2bb02b), to(#32cd32));
  background-image: -webkit-linear-gradient(top, #2bb02b 0%, #32cd32 100%);
  background-image: -moz-linear-gradient(top, #2bb02b 0%, #32cd32 100%);
  background-image: linear-gradient(to bottom, #2bb02b 0%, #32cd32 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2bb02b', endColorstr='#ff32cd32', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-green,
body #shaon-pricing-table a.signup.fitsc-background-green,
body #pricing-table .signup.fitsc-background-green,
body #shaon-pricing-table .signup.fitsc-background-green,
body #pricing-table .signup:active.fitsc-background-green,
body #shaon-pricing-table .signup:active.fitsc-background-green,
body #pricing-table .signup:focus.fitsc-background-green,
body #shaon-pricing-table .signup:focus.fitsc-background-green,
body #pricing-table .minimal .pt-button.fitsc-background-green,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-green {
  background-color: #83c240;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#83c240), to(#71a836));
  background-image: -webkit-linear-gradient(top, #83c240 0%, #71a836 100%);
  background-image: -moz-linear-gradient(top, #83c240 0%, #71a836 100%);
  background-image: linear-gradient(to bottom, #83c240 0%, #71a836 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff83c240', endColorstr='#ff71a836', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-green:hover,
body #shaon-pricing-table a.signup.fitsc-background-green:hover,
body #pricing-table .signup.fitsc-background-green:hover,
body #shaon-pricing-table .signup.fitsc-background-green:hover,
body #pricing-table .signup:active.fitsc-background-green:hover,
body #shaon-pricing-table .signup:active.fitsc-background-green:hover,
body #pricing-table .signup:focus.fitsc-background-green:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-green:hover,
body #pricing-table .minimal .pt-button.fitsc-background-green:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-green:hover {
  background-color: #71a836;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#71a836), to(#83c240));
  background-image: -webkit-linear-gradient(top, #71a836 0%, #83c240 100%);
  background-image: -moz-linear-gradient(top, #71a836 0%, #83c240 100%);
  background-image: linear-gradient(to bottom, #71a836 0%, #83c240 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71a836', endColorstr='#ff83c240', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-blue,
body #shaon-pricing-table a.signup.fitsc-background-blue,
body #pricing-table .signup.fitsc-background-blue,
body #shaon-pricing-table .signup.fitsc-background-blue,
body #pricing-table .signup:active.fitsc-background-blue,
body #shaon-pricing-table .signup:active.fitsc-background-blue,
body #pricing-table .signup:focus.fitsc-background-blue,
body #shaon-pricing-table .signup:focus.fitsc-background-blue,
body #pricing-table .minimal .pt-button.fitsc-background-blue,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-blue {
  background-color: #3cb9ed;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3cb9ed), to(#1badea));
  background-image: -webkit-linear-gradient(top, #3cb9ed 0%, #1badea 100%);
  background-image: -moz-linear-gradient(top, #3cb9ed 0%, #1badea 100%);
  background-image: linear-gradient(to bottom, #3cb9ed 0%, #1badea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3cb9ed', endColorstr='#ff1badea', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-blue:hover,
body #shaon-pricing-table a.signup.fitsc-background-blue:hover,
body #pricing-table .signup.fitsc-background-blue:hover,
body #shaon-pricing-table .signup.fitsc-background-blue:hover,
body #pricing-table .signup:active.fitsc-background-blue:hover,
body #shaon-pricing-table .signup:active.fitsc-background-blue:hover,
body #pricing-table .signup:focus.fitsc-background-blue:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-blue:hover,
body #pricing-table .minimal .pt-button.fitsc-background-blue:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-blue:hover {
  background-color: #1badea;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1badea), to(#3cb9ed));
  background-image: -webkit-linear-gradient(top, #1badea 0%, #3cb9ed 100%);
  background-image: -moz-linear-gradient(top, #1badea 0%, #3cb9ed 100%);
  background-image: linear-gradient(to bottom, #1badea 0%, #3cb9ed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1badea', endColorstr='#ff3cb9ed', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-blue-dark,
body #shaon-pricing-table a.signup.fitsc-background-blue-dark,
body #pricing-table .signup.fitsc-background-blue-dark,
body #shaon-pricing-table .signup.fitsc-background-blue-dark,
body #pricing-table .signup:active.fitsc-background-blue-dark,
body #shaon-pricing-table .signup:active.fitsc-background-blue-dark,
body #pricing-table .signup:focus.fitsc-background-blue-dark,
body #shaon-pricing-table .signup:focus.fitsc-background-blue-dark,
body #pricing-table .minimal .pt-button.fitsc-background-blue-dark,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-blue-dark {
  background-color: #1badea;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1badea), to(#1397cf));
  background-image: -webkit-linear-gradient(top, #1badea 0%, #1397cf 100%);
  background-image: -moz-linear-gradient(top, #1badea 0%, #1397cf 100%);
  background-image: linear-gradient(to bottom, #1badea 0%, #1397cf 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1badea', endColorstr='#ff1397cf', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-blue-dark:hover,
body #shaon-pricing-table a.signup.fitsc-background-blue-dark:hover,
body #pricing-table .signup.fitsc-background-blue-dark:hover,
body #shaon-pricing-table .signup.fitsc-background-blue-dark:hover,
body #pricing-table .signup:active.fitsc-background-blue-dark:hover,
body #shaon-pricing-table .signup:active.fitsc-background-blue-dark:hover,
body #pricing-table .signup:focus.fitsc-background-blue-dark:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-blue-dark:hover,
body #pricing-table .minimal .pt-button.fitsc-background-blue-dark:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-blue-dark:hover {
  background-color: #1397cf;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1397cf), to(#1badea));
  background-image: -webkit-linear-gradient(top, #1397cf 0%, #1badea 100%);
  background-image: -moz-linear-gradient(top, #1397cf 0%, #1badea 100%);
  background-image: linear-gradient(to bottom, #1397cf 0%, #1badea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1397cf', endColorstr='#ff1badea', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-indigo,
body #shaon-pricing-table a.signup.fitsc-background-indigo,
body #pricing-table .signup.fitsc-background-indigo,
body #shaon-pricing-table .signup.fitsc-background-indigo,
body #pricing-table .signup:active.fitsc-background-indigo,
body #shaon-pricing-table .signup:active.fitsc-background-indigo,
body #pricing-table .signup:focus.fitsc-background-indigo,
body #shaon-pricing-table .signup:focus.fitsc-background-indigo,
body #pricing-table .minimal .pt-button.fitsc-background-indigo,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-indigo {
  background-color: #4b0082;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4b0082), to(#36005e));
  background-image: -webkit-linear-gradient(top, #4b0082 0%, #36005e 100%);
  background-image: -moz-linear-gradient(top, #4b0082 0%, #36005e 100%);
  background-image: linear-gradient(to bottom, #4b0082 0%, #36005e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b0082', endColorstr='#ff36005e', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-indigo:hover,
body #shaon-pricing-table a.signup.fitsc-background-indigo:hover,
body #pricing-table .signup.fitsc-background-indigo:hover,
body #shaon-pricing-table .signup.fitsc-background-indigo:hover,
body #pricing-table .signup:active.fitsc-background-indigo:hover,
body #shaon-pricing-table .signup:active.fitsc-background-indigo:hover,
body #pricing-table .signup:focus.fitsc-background-indigo:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-indigo:hover,
body #pricing-table .minimal .pt-button.fitsc-background-indigo:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-indigo:hover {
  background-color: #36005e;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#36005e), to(#4b0082));
  background-image: -webkit-linear-gradient(top, #36005e 0%, #4b0082 100%);
  background-image: -moz-linear-gradient(top, #36005e 0%, #4b0082 100%);
  background-image: linear-gradient(to bottom, #36005e 0%, #4b0082 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff36005e', endColorstr='#ff4b0082', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-violet,
body #shaon-pricing-table a.signup.fitsc-background-violet,
body #pricing-table .signup.fitsc-background-violet,
body #shaon-pricing-table .signup.fitsc-background-violet,
body #pricing-table .signup:active.fitsc-background-violet,
body #shaon-pricing-table .signup:active.fitsc-background-violet,
body #pricing-table .signup:focus.fitsc-background-violet,
body #shaon-pricing-table .signup:focus.fitsc-background-violet,
body #pricing-table .minimal .pt-button.fitsc-background-violet,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-violet {
  background-color: #9400d3;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#9400d3), to(#7b00af));
  background-image: -webkit-linear-gradient(top, #9400d3 0%, #7b00af 100%);
  background-image: -moz-linear-gradient(top, #9400d3 0%, #7b00af 100%);
  background-image: linear-gradient(to bottom, #9400d3 0%, #7b00af 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9400d3', endColorstr='#ff7b00af', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-violet:hover,
body #shaon-pricing-table a.signup.fitsc-background-violet:hover,
body #pricing-table .signup.fitsc-background-violet:hover,
body #shaon-pricing-table .signup.fitsc-background-violet:hover,
body #pricing-table .signup:active.fitsc-background-violet:hover,
body #shaon-pricing-table .signup:active.fitsc-background-violet:hover,
body #pricing-table .signup:focus.fitsc-background-violet:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-violet:hover,
body #pricing-table .minimal .pt-button.fitsc-background-violet:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-violet:hover {
  background-color: #7b00af;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#7b00af), to(#9400d3));
  background-image: -webkit-linear-gradient(top, #7b00af 0%, #9400d3 100%);
  background-image: -moz-linear-gradient(top, #7b00af 0%, #9400d3 100%);
  background-image: linear-gradient(to bottom, #7b00af 0%, #9400d3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7b00af', endColorstr='#ff9400d3', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-cappuccino,
body #shaon-pricing-table a.signup.fitsc-background-cappuccino,
body #pricing-table .signup.fitsc-background-cappuccino,
body #shaon-pricing-table .signup.fitsc-background-cappuccino,
body #pricing-table .signup:active.fitsc-background-cappuccino,
body #shaon-pricing-table .signup:active.fitsc-background-cappuccino,
body #pricing-table .signup:focus.fitsc-background-cappuccino,
body #shaon-pricing-table .signup:focus.fitsc-background-cappuccino,
body #pricing-table .minimal .pt-button.fitsc-background-cappuccino,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-cappuccino {
  background-color: #af8e45;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#af8e45), to(#95793b));
  background-image: -webkit-linear-gradient(top, #af8e45 0%, #95793b 100%);
  background-image: -moz-linear-gradient(top, #af8e45 0%, #95793b 100%);
  background-image: linear-gradient(to bottom, #af8e45 0%, #95793b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf8e45', endColorstr='#ff95793b', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-cappuccino:hover,
body #shaon-pricing-table a.signup.fitsc-background-cappuccino:hover,
body #pricing-table .signup.fitsc-background-cappuccino:hover,
body #shaon-pricing-table .signup.fitsc-background-cappuccino:hover,
body #pricing-table .signup:active.fitsc-background-cappuccino:hover,
body #shaon-pricing-table .signup:active.fitsc-background-cappuccino:hover,
body #pricing-table .signup:focus.fitsc-background-cappuccino:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-cappuccino:hover,
body #pricing-table .minimal .pt-button.fitsc-background-cappuccino:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-cappuccino:hover {
  background-color: #95793b;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#95793b), to(#af8e45));
  background-image: -webkit-linear-gradient(top, #95793b 0%, #af8e45 100%);
  background-image: -moz-linear-gradient(top, #95793b 0%, #af8e45 100%);
  background-image: linear-gradient(to bottom, #95793b 0%, #af8e45 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff95793b', endColorstr='#ffaf8e45', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-brown,
body #shaon-pricing-table a.signup.fitsc-background-brown,
body #pricing-table .signup.fitsc-background-brown,
body #shaon-pricing-table .signup.fitsc-background-brown,
body #pricing-table .signup:active.fitsc-background-brown,
body #shaon-pricing-table .signup:active.fitsc-background-brown,
body #pricing-table .signup:focus.fitsc-background-brown,
body #shaon-pricing-table .signup:focus.fitsc-background-brown,
body #pricing-table .minimal .pt-button.fitsc-background-brown,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-brown {
  background-color: #b77b48;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#b77b48), to(#9d6a3e));
  background-image: -webkit-linear-gradient(top, #b77b48 0%, #9d6a3e 100%);
  background-image: -moz-linear-gradient(top, #b77b48 0%, #9d6a3e 100%);
  background-image: linear-gradient(to bottom, #b77b48 0%, #9d6a3e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb77b48', endColorstr='#ff9d6a3e', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-brown:hover,
body #shaon-pricing-table a.signup.fitsc-background-brown:hover,
body #pricing-table .signup.fitsc-background-brown:hover,
body #shaon-pricing-table .signup.fitsc-background-brown:hover,
body #pricing-table .signup:active.fitsc-background-brown:hover,
body #shaon-pricing-table .signup:active.fitsc-background-brown:hover,
body #pricing-table .signup:focus.fitsc-background-brown:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-brown:hover,
body #pricing-table .minimal .pt-button.fitsc-background-brown:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-brown:hover {
  background-color: #9d6a3e;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#9d6a3e), to(#b77b48));
  background-image: -webkit-linear-gradient(top, #9d6a3e 0%, #b77b48 100%);
  background-image: -moz-linear-gradient(top, #9d6a3e 0%, #b77b48 100%);
  background-image: linear-gradient(to bottom, #9d6a3e 0%, #b77b48 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d6a3e', endColorstr='#ffb77b48', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-brown-dark,
body #shaon-pricing-table a.signup.fitsc-background-brown-dark,
body #pricing-table .signup.fitsc-background-brown-dark,
body #shaon-pricing-table .signup.fitsc-background-brown-dark,
body #pricing-table .signup:active.fitsc-background-brown-dark,
body #shaon-pricing-table .signup:active.fitsc-background-brown-dark,
body #pricing-table .signup:focus.fitsc-background-brown-dark,
body #shaon-pricing-table .signup:focus.fitsc-background-brown-dark,
body #pricing-table .minimal .pt-button.fitsc-background-brown-dark,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-brown-dark {
  background-color: #9d6a3e;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#9d6a3e), to(#845934));
  background-image: -webkit-linear-gradient(top, #9d6a3e 0%, #845934 100%);
  background-image: -moz-linear-gradient(top, #9d6a3e 0%, #845934 100%);
  background-image: linear-gradient(to bottom, #9d6a3e 0%, #845934 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d6a3e', endColorstr='#ff845934', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-brown-dark:hover,
body #shaon-pricing-table a.signup.fitsc-background-brown-dark:hover,
body #pricing-table .signup.fitsc-background-brown-dark:hover,
body #shaon-pricing-table .signup.fitsc-background-brown-dark:hover,
body #pricing-table .signup:active.fitsc-background-brown-dark:hover,
body #shaon-pricing-table .signup:active.fitsc-background-brown-dark:hover,
body #pricing-table .signup:focus.fitsc-background-brown-dark:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-brown-dark:hover,
body #pricing-table .minimal .pt-button.fitsc-background-brown-dark:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-brown-dark:hover {
  background-color: #845934;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#845934), to(#9d6a3e));
  background-image: -webkit-linear-gradient(top, #845934 0%, #9d6a3e 100%);
  background-image: -moz-linear-gradient(top, #845934 0%, #9d6a3e 100%);
  background-image: linear-gradient(to bottom, #845934 0%, #9d6a3e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff845934', endColorstr='#ff9d6a3e', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-gray,
body #shaon-pricing-table a.signup.fitsc-background-gray,
body #pricing-table .signup.fitsc-background-gray,
body #shaon-pricing-table .signup.fitsc-background-gray,
body #pricing-table .signup:active.fitsc-background-gray,
body #shaon-pricing-table .signup:active.fitsc-background-gray,
body #pricing-table .signup:focus.fitsc-background-gray,
body #shaon-pricing-table .signup:focus.fitsc-background-gray,
body #pricing-table .minimal .pt-button.fitsc-background-gray,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-gray {
  background-color: #cccccc;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#cccccc), to(#bababa));
  background-image: -webkit-linear-gradient(top, #cccccc 0%, #bababa 100%);
  background-image: -moz-linear-gradient(top, #cccccc 0%, #bababa 100%);
  background-image: linear-gradient(to bottom, #cccccc 0%, #bababa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffbababa', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-gray:hover,
body #shaon-pricing-table a.signup.fitsc-background-gray:hover,
body #pricing-table .signup.fitsc-background-gray:hover,
body #shaon-pricing-table .signup.fitsc-background-gray:hover,
body #pricing-table .signup:active.fitsc-background-gray:hover,
body #shaon-pricing-table .signup:active.fitsc-background-gray:hover,
body #pricing-table .signup:focus.fitsc-background-gray:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-gray:hover,
body #pricing-table .minimal .pt-button.fitsc-background-gray:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-gray:hover {
  background-color: #bababa;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#bababa), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #bababa 0%, #cccccc 100%);
  background-image: -moz-linear-gradient(top, #bababa 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #bababa 0%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbababa', endColorstr='#ffcccccc', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-gray-dark,
body #shaon-pricing-table a.signup.fitsc-background-gray-dark,
body #pricing-table .signup.fitsc-background-gray-dark,
body #shaon-pricing-table .signup.fitsc-background-gray-dark,
body #pricing-table .signup:active.fitsc-background-gray-dark,
body #shaon-pricing-table .signup:active.fitsc-background-gray-dark,
body #pricing-table .signup:focus.fitsc-background-gray-dark,
body #shaon-pricing-table .signup:focus.fitsc-background-gray-dark,
body #pricing-table .minimal .pt-button.fitsc-background-gray-dark,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-gray-dark {
  background-color: #bababa;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#bababa), to(#a8a8a8));
  background-image: -webkit-linear-gradient(top, #bababa 0%, #a8a8a8 100%);
  background-image: -moz-linear-gradient(top, #bababa 0%, #a8a8a8 100%);
  background-image: linear-gradient(to bottom, #bababa 0%, #a8a8a8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbababa', endColorstr='#ffa8a8a8', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-gray-dark:hover,
body #shaon-pricing-table a.signup.fitsc-background-gray-dark:hover,
body #pricing-table .signup.fitsc-background-gray-dark:hover,
body #shaon-pricing-table .signup.fitsc-background-gray-dark:hover,
body #pricing-table .signup:active.fitsc-background-gray-dark:hover,
body #shaon-pricing-table .signup:active.fitsc-background-gray-dark:hover,
body #pricing-table .signup:focus.fitsc-background-gray-dark:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-gray-dark:hover,
body #pricing-table .minimal .pt-button.fitsc-background-gray-dark:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-gray-dark:hover {
  background-color: #a8a8a8;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#a8a8a8), to(#bababa));
  background-image: -webkit-linear-gradient(top, #a8a8a8 0%, #bababa 100%);
  background-image: -moz-linear-gradient(top, #a8a8a8 0%, #bababa 100%);
  background-image: linear-gradient(to bottom, #a8a8a8 0%, #bababa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa8a8a8', endColorstr='#ffbababa', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-black,
body #shaon-pricing-table a.signup.fitsc-background-black,
body #pricing-table .signup.fitsc-background-black,
body #shaon-pricing-table .signup.fitsc-background-black,
body #pricing-table .signup:active.fitsc-background-black,
body #shaon-pricing-table .signup:active.fitsc-background-black,
body #pricing-table .signup:focus.fitsc-background-black,
body #shaon-pricing-table .signup:focus.fitsc-background-black,
body #pricing-table .minimal .pt-button.fitsc-background-black,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-black {
  background-color: #555555;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#555555), to(#434343));
  background-image: -webkit-linear-gradient(top, #555555 0%, #434343 100%);
  background-image: -moz-linear-gradient(top, #555555 0%, #434343 100%);
  background-image: linear-gradient(to bottom, #555555 0%, #434343 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff434343', GradientType=0);
  color: #ffffff !important;
}
body #pricing-table a.signup.fitsc-background-black:hover,
body #shaon-pricing-table a.signup.fitsc-background-black:hover,
body #pricing-table .signup.fitsc-background-black:hover,
body #shaon-pricing-table .signup.fitsc-background-black:hover,
body #pricing-table .signup:active.fitsc-background-black:hover,
body #shaon-pricing-table .signup:active.fitsc-background-black:hover,
body #pricing-table .signup:focus.fitsc-background-black:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-black:hover,
body #pricing-table .minimal .pt-button.fitsc-background-black:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-black:hover {
  background-color: #434343;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#434343), to(#555555));
  background-image: -webkit-linear-gradient(top, #434343 0%, #555555 100%);
  background-image: -moz-linear-gradient(top, #434343 0%, #555555 100%);
  background-image: linear-gradient(to bottom, #434343 0%, #555555 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff555555', GradientType=0);
  color: #ffffff;
}
body #pricing-table a.signup.fitsc-background-white,
body #shaon-pricing-table a.signup.fitsc-background-white,
body #pricing-table .signup.fitsc-background-white,
body #shaon-pricing-table .signup.fitsc-background-white,
body #pricing-table .signup:active.fitsc-background-white,
body #shaon-pricing-table .signup:active.fitsc-background-white,
body #pricing-table .signup:focus.fitsc-background-white,
body #shaon-pricing-table .signup:focus.fitsc-background-white,
body #pricing-table .minimal .pt-button.fitsc-background-white,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-white {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#ededed));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
  color: #444444 !important;
}
body #pricing-table a.signup.fitsc-background-white:hover,
body #shaon-pricing-table a.signup.fitsc-background-white:hover,
body #pricing-table .signup.fitsc-background-white:hover,
body #shaon-pricing-table .signup.fitsc-background-white:hover,
body #pricing-table .signup:active.fitsc-background-white:hover,
body #shaon-pricing-table .signup:active.fitsc-background-white:hover,
body #pricing-table .signup:focus.fitsc-background-white:hover,
body #shaon-pricing-table .signup:focus.fitsc-background-white:hover,
body #pricing-table .minimal .pt-button.fitsc-background-white:hover,
body #shaon-pricing-table .minimal .pt-button.fitsc-background-white:hover {
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ededed), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#ffffffff', GradientType=0);
  color: #444444;
}
body #pricing-table a.signup:hover,
body #shaon-pricing-table a.signup:hover,
body #pricing-table .signup:hover,
body #shaon-pricing-table .signup:hover,
body #pricing-table .signup:active:hover,
body #shaon-pricing-table .signup:active:hover,
body #pricing-table .signup:focus:hover,
body #shaon-pricing-table .signup:focus:hover,
body #pricing-table .minimal .pt-button:hover,
body #shaon-pricing-table .minimal .pt-button:hover {
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ededed), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#ffffffff', GradientType=0);
  color: #444444;
}
body #pricing-table a.signup:active,
body #shaon-pricing-table a.signup:active,
body #pricing-table .signup:active,
body #shaon-pricing-table .signup:active,
body #pricing-table .signup:active:active,
body #shaon-pricing-table .signup:active:active,
body #pricing-table .signup:focus:active,
body #shaon-pricing-table .signup:focus:active,
body #pricing-table .minimal .pt-button:active,
body #shaon-pricing-table .minimal .pt-button:active {
  position: relative;
  top: 1px;
  outline: 0;
}
body #pricing-table a.signup:hover,
body #shaon-pricing-table a.signup:hover,
body #pricing-table .signup:hover,
body #shaon-pricing-table .signup:hover,
body #pricing-table .signup:active:hover,
body #shaon-pricing-table .signup:active:hover,
body #pricing-table .signup:focus:hover,
body #shaon-pricing-table .signup:focus:hover,
body #pricing-table .minimal .pt-button:hover,
body #shaon-pricing-table .minimal .pt-button:hover {
  text-decoration: none;
  text-shadow: none;
}
body .minimal .plan {
  border: 1px solid #ddd;
  border-radius: 2px 2px 0 0;
}
body .minimal .featured {
  top: -2px;
}
body .minimal .features ul {
  border: 0;
}
body .minimal .features li {
  border-bottom: 1px solid #ddd;
}
body .minimal .features li:nth-child(2n) {
  background: none;
}
body .minimal .select,
body .minimal .p1 h4 {
  background: #E9EAEE;
  box-shadow: none;
  color: #AAAAAA;
  text-shadow: none;
}
body .minimal .p1 h3 {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f6', GradientType=0);
  color: #444444;
  font: 23px/100px Arial, sans-serif;
  border: 0;
}
body .minimal .plan .select {
  border-radius: 0;
  border: 0;
}
