/* ==========================================================================
/* ==========================================================================
  -- Styles --
  ========================================================================== */
/*************************
** FONT
**************************/


@font-face {
    font-family: ENTS;
    -moz-font-feature-settings: "liga=0";
    -moz-font-feature-settings: "liga" 0;
    src: url("fonts/entypo-social.eot");
    src: url("fonts/entypo-social-.eot#iefix") format("embedded-opentype"), url("fonts/entypo-social.woff") format("woff"), url("fonts/entypo-social.ttf") format("truetype"), url("fonts/entypo-social.svg") format("svg")
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

/*************************
** BOOTSTRAP V3.1.3
**************************/
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h3,
  h3 {
    orphans: 3;
    widows: 3; }

  h3,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret, .btn-green > .caret, .md-objects > div a.btn-green > .caret,
  .dropup > .btn > .caret,
  .dropup > .btn-green > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #2e2e2e;
  background-color: white; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }
.img-center {
  margin: 0 auto; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

h1, h3, h3, h4, h5, h6,
.h1, .h3, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h3 small,
  h3 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h3 small,
  .h3 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1, .h1,
h3, .h3,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h3, .h3 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; 
font-weight: bold;}

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.btn-large {
  padding: 16px !important;
}

@media (max-width: 768px) {
  .or {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.lead {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .list-inline > li:first-child {
    padding-left: 0; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      display: table; }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #999999; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #2e2e2e;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #2e2e2e;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
 }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: 0%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: 0%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: 0%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: 0%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #dddddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #dddddd; }
  .table .table {
    background-color: white; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #2e2e2e;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #999999; }
  .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="date"] {
  line-height: 34px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }
  .radio label,
  .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .btn-green,
.md-objects > div .input-group-sm > .input-group-btn > a.btn-green {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.btn-green {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.btn-green,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].btn-green {
  height: auto; }


.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .btn-green,
.md-objects > div .input-group-lg > .input-group-btn > a.btn-green {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.btn-green {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.btn-green,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].btn-green {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }
  .has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
.form-horizontal .form-control-static {
  padding-top: 7px; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn, .btn-green, .md-objects > div a.btn-green {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus, .btn-green:focus, .md-objects > div a.btn-green:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn-green:hover, .md-objects > div a.btn-green:hover, .btn:focus, .btn-green:focus, .md-objects > div a.btn-green:focus {
    color: #2e2e2e;
    text-decoration: none; }
  .btn:active, .btn-green:active, .md-objects > div a.btn-green:active, .btn.active, .active.btn-green, .md-objects > div a.active.btn-green {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .disabled.btn-green, .md-objects > div a.disabled.btn-green, .btn[disabled], [disabled].btn-green, .md-objects > div a[disabled].btn-green, fieldset[disabled] .btn, fieldset[disabled] .btn-green, fieldset[disabled] .md-objects > div a.btn-green, .md-objects > div fieldset[disabled] a.btn-green {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #2e2e2e;
  background-color: white;
  border-color: #cccccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #2e2e2e;
    background-color: #ebebeb;
    border-color: #adadad; }
  .open .btn-default.dropdown-toggle {
    color: #2e2e2e;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: white;
    border-color: #cccccc; }
  .btn-default .badge {
    color: white;
    background-color: #2e2e2e; }

.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: white;
    background-color: #3276b1;
    border-color: #285e8e; }
  .open .btn-primary.dropdown-toggle {
    color: white;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: white; }

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: white;
    background-color: #47a447;
    border-color: #398439; }
  .open .btn-success.dropdown-toggle {
    color: white;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: white; }

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: white;
    background-color: #39b3d7;
    border-color: #269abc; }
  .open .btn-info.dropdown-toggle {
    color: white;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: white; }

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: white;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: white; }

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: white;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: white;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: white; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 44px !important;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0 !important;
  margin-left: -3px !important;
  list-style: none;
  font-size: 14px;
  background-color: white;
  border-top: 2px solid #F47D31;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; 
}
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }

  .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 300;
    line-height: 1.42857;
    border-bottom: 1px solid #cccccc;
    color: #666;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #F47D31; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .input-group-sm > .input-group-btn > .input-group-addon.btn-green,
  .md-objects > div .input-group-sm > .input-group-btn > a.input-group-addon.btn-green {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .input-group-lg > .input-group-btn > .input-group-addon.btn-green,
  .md-objects > div .input-group-lg > .input-group-btn > a.input-group-addon.btn-green {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-green,
.md-objects > div .input-group-btn:first-child > a.btn-green,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .btn-green,
.md-objects > div .input-group-btn:first-child > .btn-group > a.btn-green,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-green:not(:last-child):not(.dropdown-toggle),
.md-objects > div .input-group-btn:last-child > a.btn-green:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-green,
.md-objects > div .input-group-btn:last-child > .btn-group:not(:last-child) > a.btn-green {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-green,
.md-objects > div .input-group-btn:last-child > a.btn-green,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .btn-green,
.md-objects > div .input-group-btn:last-child > .btn-group > a.btn-green,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-green:not(:first-child),
.md-objects > div .input-group-btn:first-child > a.btn-green:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-green,
.md-objects > div .input-group-btn:first-child > .btn-group:not(:first-child) > a.btn-green {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > .btn-green, .md-objects > div .input-group-btn > a.btn-green {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .btn-green + .btn, .md-objects > div .input-group-btn > a.btn-green + .btn, .input-group-btn > .btn + .btn-green, .input-group-btn > .btn-green + .btn-green, .md-objects > div .input-group-btn > a.btn-green + .btn-green, .md-objects > div .input-group-btn > .btn + a.btn-green, .md-objects > div .input-group-btn > .btn-green + a.btn-green, .md-objects > div .input-group-btn > a.btn-green + a.btn-green {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn-green:hover, .md-objects > div .input-group-btn > a.btn-green:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn-green:focus, .md-objects > div .input-group-btn > a.btn-green:focus, .input-group-btn > .btn:active, .input-group-btn > .btn-green:active, .md-objects > div .input-group-btn > a.btn-green:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-green, .md-objects > div .input-group-btn:first-child > a.btn-green,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-green, .md-objects > div .input-group-btn:last-child > a.btn-green,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #dddddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: white;
      border: 1px solid #dddddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: white;
    background-color: #428bca; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #dddddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: white; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; 
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; 
  }

  @media (max-width: 400px) {
    .navbar-brand {
      -webkit-transform : scale(0.6);
      -moz-transform    : scale(0.6);
      -ms-transform     : scale(0.6);
      transform         : scale(0.6);    
      margin-left: -40px;
    }
  }

  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: none; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777777; }
  .navbar-default .navbar-nav > li > a {
    color: #777777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #2e2e2e;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #dddddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #dddddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #2e2e2e;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777777; }
    .navbar-default .navbar-link:hover {
      color: #2e2e2e; }

.navbar-inverse {
  background-color: #222222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: white;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: white;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #2e2e2e; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #2e2e2e; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: white; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: white; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: white;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: white; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }


.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.element {
  .center-block();
}

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
body {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.428571429;
  color: #2f2f30;
  background-color: #818590; }

.opensans, .new-pagination .item .post p {
  font: 400 16px/29px "lato", "sans-serif"; }

a[rel="publisher"] {
  padding: 0 !important;
  line-height: 0 !important; }

.list-inline, .dot {
  margin: 0;
  padding: 0; }
  .list-inline > li, .dot > li {
    display: inline-block;
    vertical-align: middle; }

.dot li {
  background: #2e2e2e;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  padding: 8px; }

.uppercase {
  text-transform: uppercase; }

.hiding {
  opacity: 0; }

@media (max-width: 767px) {
  .hiding {
    opacity: 1; 
  }
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  .hiding {
    opacity: 1; 
  }
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  .hiding {
    opacity: 1; 
  }
}

.visible {
  opacity: 1; }

.bg-orange {
  color: #fff;
  background: #f47d31; }

.bg-white {
  background: #fff; }

.bg-green {
  background: #79A303; }

.bg-blue {
  color: #fff;
  background: #2980b9; }

.bg-purple {
  color: #fff;
  background: #78297e; }
  
.bg-brown {
  color: #fff;
  background: #3c4449; }

.bg-grey {
  background: #fafafa; }

.bg-dark-grey {
  background: #383838; }

.bg-shoftblue {
  background: #f1f1f1; }

.bg-rectangle {
  background: #f4f5f7; }

.alert.sitewide {
  display: block;
  background: #f4f8fa;
  padding: 12px 0;
  border: 1px solid #eee;
  clear: both;
  line-height: 30px; }
  .alert.sitewide .body {
    position: relative;
    font-size: 18px/1.7;
    text-align: center; }
  .alert.sitewide .message {
    color: #929191;
    padding: 0 7px 0 10px;
    position: relative;
    display: block; }
    .alert.sitewide .message .green {
      position: relative;
      color: #78a300;
      display: inline-block;
      margin-left: 10px; }
    .alert.sitewide .message .icon {
      position: absolute;
      left: -50px;
      top: 2px; }
    .alert.sitewide .message .sub {
      color: #8c8989;
      font-size: 15px;
      display: inline-block;
      margin-left: 2px; }
  .alert.sitewide .close {
    display: block;
    float: right;
    height: 25px;
    width: 25px;
    margin: -3px 40px 0 0;
    color: #a5a4a4;
    border: 2px solid #a5a4a4;
    background-image: none;
    background: initial;
    line-height: 22px;
    font-size: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 2px;
    right: -37px;
    z-index: 1; }

.btn-orange, .navbar-default .navbar-nav > li > a.btn-orange {
  color: #fff;
background-color: #f8b21f;
border: 1px solid #ff8310;
text-transform: uppercase;
background-image: -moz-linear-gradient(top,#ffc154,#e47601);
background-image: -ms-linear-gradient(top,#ffc154,#e47601);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffc154),to(#e47601));
background-image: -webkit-linear-gradient(top,#ffc154,#e47601);
background-image: -o-linear-gradient(top,#ffc154,#e47601);
background-image: linear-gradient(top,#ffc154,#e47601);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc154',endColorstr='#e47601',GradientType=0);
padding: 3px 10px 3px;}

  .btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .navbar-default .navbar-nav > li > a.btn-orange:hover, .navbar-default .navbar-nav > li > a.btn-orange:focus, .navbar-default .navbar-nav > li > a.btn-orange:active, .navbar-default .navbar-nav > li > a.btn-orange.active {
    color: white;
    background-color: #ef650d;
    border-color: #dc5d0c; }
  .open .btn-orange.dropdown-toggle, .open .navbar-default .navbar-nav > li > a.btn-orange.dropdown-toggle {
    color: white;
    background-color: #ef650d;
    border-color: #dc5d0c; }
  .btn-orange:active, .btn-orange.active, .navbar-default .navbar-nav > li > a.btn-orange:active, .navbar-default .navbar-nav > li > a.btn-orange.active {
    background-image: none; }
  .open .btn-orange.dropdown-toggle, .open .navbar-default .navbar-nav > li > a.btn-orange.dropdown-toggle {
    background-image: none; }
  .btn-orange.disabled, .btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled:active, .btn-orange.disabled.active, .btn-orange[disabled], .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled]:active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange.active, .navbar-default .navbar-nav > li > a.btn-orange.disabled, .navbar-default .navbar-nav > li > a.btn-orange.disabled:hover, .navbar-default .navbar-nav > li > a.btn-orange.disabled:focus, .navbar-default .navbar-nav > li > a.btn-orange.disabled:active, .navbar-default .navbar-nav > li > a.btn-orange.disabled.active, .navbar-default .navbar-nav > li > a.btn-orange[disabled], .navbar-default .navbar-nav > li > a.btn-orange[disabled]:hover, .navbar-default .navbar-nav > li > a.btn-orange[disabled]:focus, .navbar-default .navbar-nav > li > a.btn-orange[disabled]:active, .navbar-default .navbar-nav > li > a.btn-orange[disabled].active, fieldset[disabled] .navbar-default .navbar-nav > li > a.btn-orange, fieldset[disabled] .navbar-default .navbar-nav > li > a.btn-orange:hover, fieldset[disabled] .navbar-default .navbar-nav > li > a.btn-orange:focus, fieldset[disabled] .navbar-default .navbar-nav > li > a.btn-orange:active, fieldset[disabled] .navbar-default .navbar-nav > li > a.btn-orange.active {
    background-color: #f47d31;
    border-color: #f47d31; }
  .btn-orange .badge, .navbar-default .navbar-nav > li > a.btn-orange .badge {
    color: #f47d31;
    background-color: white; }

.btn-black {
  color: white;
  background-color: #2e2e2e;
  border-color: #2e2e2e; }
  .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
    color: white;
    background-color: #272b33;
    border-color: #1e2227; }
  .open .btn-black.dropdown-toggle {
    color: white;
    background-color: #272b33;
    border-color: #1e2227; }
  .btn-black:active, .btn-black.active {
    background-image: none; }
  .open .btn-black.dropdown-toggle {
    background-image: none; }
  .btn-black.disabled, .btn-black.disabled:hover, .btn-black.disabled:focus, .btn-black.disabled:active, .btn-black.disabled.active, .btn-black[disabled], .btn-black[disabled]:hover, .btn-black[disabled]:focus, .btn-black[disabled]:active, .btn-black[disabled].active, fieldset[disabled] .btn-black, fieldset[disabled] .btn-black:hover, fieldset[disabled] .btn-black:focus, fieldset[disabled] .btn-black:active, fieldset[disabled] .btn-black.active {
    background-color: #2e2e2e;
    border-color: #2e2e2e; }
  .btn-black .badge {
    color: #2e2e2e;
    background-color: white; }

.btn-green, .md-objects > div a.btn-green {
  color: white;
  background-color: #7fba31;
  border-color: #7fba31;
  width: auto;
  height: auto; }
  .btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .md-objects > div a.btn-green:hover, .md-objects > div a.btn-green:focus, .md-objects > div a.btn-green:active, .md-objects > div a.btn-green.active {
    color: white;
    background-color: #699a28;
    border-color: #5e8a24; }
  .open .btn-green.dropdown-toggle, .open .md-objects > div a.btn-green.dropdown-toggle {
    color: white;
    background-color: #699a28;
    border-color: #5e8a24; }
  .btn-green:active, .btn-green.active, .md-objects > div a.btn-green:active, .md-objects > div a.btn-green.active {
    background-image: none; }
  .open .btn-green.dropdown-toggle, .open .md-objects > div a.btn-green.dropdown-toggle {
    background-image: none; }
  .btn-green.disabled, .btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled], .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active, .md-objects > div a.btn-green.disabled, .md-objects > div a.btn-green.disabled:hover, .md-objects > div a.btn-green.disabled:focus, .md-objects > div a.btn-green.disabled:active, .md-objects > div a.btn-green.disabled.active, .md-objects > div a.btn-green[disabled], .md-objects > div a.btn-green[disabled]:hover, .md-objects > div a.btn-green[disabled]:focus, .md-objects > div a.btn-green[disabled]:active, .md-objects > div a.btn-green[disabled].active, fieldset[disabled] .md-objects > div a.btn-green, fieldset[disabled] .md-objects > div a.btn-green:hover, fieldset[disabled] .md-objects > div a.btn-green:focus, fieldset[disabled] .md-objects > div a.btn-green:active, fieldset[disabled] .md-objects > div a.btn-green.active {
    background-color: #7fba31;
    border-color: #7fba31; }
  .btn-green .badge, .md-objects > div a.btn-green .badge {
    color: #7fba31;
    background-color: white; }
  .btn-green.large, .md-objects > div a.btn-green.large {
    min-width: 210px; }

.btn-white {
  color: black;
  background-color: white;
  border-color: white; }
  .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
    color: black;
    background-color: #ebebeb;
    border-color: #e0e0e0; }
  .open .btn-white.dropdown-toggle {
    color: black;
    background-color: #ebebeb;
    border-color: #e0e0e0; }
  .btn-white:active, .btn-white.active {
    background-image: none; }
  .open .btn-white.dropdown-toggle {
    background-image: none; }
  .btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
    background-color: white;
    border-color: white; }
  .btn-white .badge {
    color: white;
    background-color: black; }
  .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
    background-color: #fff;
    border-color: #fff; }
.btn-white-large {
  padding: 16px;
  width: 165px;
}

.btn-grey {
  color: white;
  background-color: #cccccc;
  border-color: #cccccc; }
  .btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active {
    color: white;
    background-color: #b8b8b8;
    border-color: #adadad; }
  .open .btn-grey.dropdown-toggle {
    color: white;
    background-color: #b8b8b8;
    border-color: #adadad; }
  .btn-grey:active, .btn-grey.active {
    background-image: none; }
  .open .btn-grey.dropdown-toggle {
    background-image: none; }
  .btn-grey.disabled, .btn-grey.disabled:hover, .btn-grey.disabled:focus, .btn-grey.disabled:active, .btn-grey.disabled.active, .btn-grey[disabled], .btn-grey[disabled]:hover, .btn-grey[disabled]:focus, .btn-grey[disabled]:active, .btn-grey[disabled].active, fieldset[disabled] .btn-grey, fieldset[disabled] .btn-grey:hover, fieldset[disabled] .btn-grey:focus, fieldset[disabled] .btn-grey:active, fieldset[disabled] .btn-grey.active {
    background-color: #cccccc;
    border-color: #cccccc; }
  .btn-grey .badge {
    color: #cccccc;
    background-color: white; }
.back-to-top {
  border-radius: 5px;
  text-align: center;
  background: #000;
  color: #fff;
  bottom: 0;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 9999; }

.back-to-top:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.centered {
  text-align: center; }

.subpage-header {
  background-color: #F7F7F7; }

.subpage-header-webinar {
  background-color: #2980b9 ; }

.subpage-header-webinar h3 {
  margin-top: 40;
  margin-bottom: 40;
color: #fff;
    font-weight: 300;
}
 

    /*Sprinklr*/ 
    
.sprinklr_header {
  background-color: #17252f; 
}

.home #sprinklr figcaption h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
 color: white;
margin-top: 30px;}

  .home #sprinklr figcaption p {
    font-size: 32px;
    line-height: 22px;
  color: white;}

/*   .home #sprinklr figcaption h3 >a {
    font-size: 32px;
    line-height: 22px;
  color: #ef650d;} */


  .home #sprinklr figcaption .btn-white {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 10px;}


  .subpage-header h3, .about-single-press-release h1 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px; }

.sprinklr-tiles {
    background: #f3f5f6 url(https://getsatisfaction.com/corp/img/revolution/getsatsprinklr.jpg) no-repeat;
    background-size: cover;
    height: 425px;
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
.sprinklr-tiles {
        background-size: cover;
        height: 720px
    }
}

/* @media only screen and (max-width: 1920px) {
.row-tiles {
        background-size: 100%;
        height: 550px
    }
} */

@media only screen and (max-width: 1280px) {
 .sprinklr-tiles {
        background-size: cover;
        height: 400px
    }
}

@media only screen and (max-width: 1024px) {
.sprinklr-tiles {
        background-size: cover;
        height: 345px
    }
}

@media only screen and (max-width: 975px) {
.sprinklr-tiless {
        height: 235px
    }
}

@media only screen and (max-width: 700px) {
.sprinklr-tiles {
        height: 204px;
        background-size: cover;
    }
}

@media only screen and (max-width: 480px) {
.sprinklr-tiles {
        height: 150px;
        background-size: 100%;
    }
}

@media only screen and (max-width: 320px) {
.sprinklr-tiles {
        height: 100px;
        background-size: 100%;
    }
}


.bs-example {
    position: relative;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px;
     border-radius: 5px;
}

.iconlist {
	padding-left: 0;
	margin-left: 1.75em;
	list-style-type: none;
     }

.thumbnail.with-caption {
    display: inline-block;
    background: #f5f5f5;
   
  }
  .thumbnail.with-caption p {
    margin: 0;
    padding: 0.5em;
       font-weight: 300;
      font-style: italic;
  }
  .thumbnail.with-caption small:before {
    content: '\2014 \00A0';
  }
  .thumbnail.with-caption small {
    width: 100%;
    text-align: right;
    display: inline-block;
    color: #999;
  }

blockquote2 {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
      line-height: 28px;
    border-left: 5px solid #ccc;
    display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 40px;
-webkit-margin-end: 40px;
}

blockquote2 p:last-child,
blockquote2 ul:last-child,
blockquote2 ol:last-child {
    margin-bottom: 0;
}

.resource-center.case_studies ol>li{ 
line-height: 26px;
}

.resource-center.case_studies ol{ 
margin-bottom: 20px;
}

.resource-center.case_studies ul{ 
margin-bottom: 10px;
}

.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.table_head {
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    margin: 0;
    text-align: center;
  background-color: #ff8310 ;
}

 .monetize_table > table > thead > tr > td {
   padding: 0px; 
}
  
.monetize_table span {
   color:#ff8310 ;
    font-weight: 600;
}
 
    
    /* Responive video embed*/  

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe,
.embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.resource_img {
    max-width:98%;
    padding:1%;
    background:#ddd;
  border-radius: 5px;
    margin: 20px 0 20px 0;
}
  
    
    /* ROI Calculator */ 
    
 .subpage-header-roi {
  background-color: #1a659f;
  background-image: url('../../img/revolution/cash.png');
  background-repeat: no-repeat;
   background-position: center right; 
  height: 125px;
}
  .subpage-header-roi  h2 {
    color: white;
    font-size: 32px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 10px; } 
    
     .subpage-header-roi p {
    color: white;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    max-width: 400px;
    }   
    
    .calc-frame {
	width:100%;
	height:550px;
	border:0;
}


a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  font-size: 14px;
  position: absolute;
  width:300px;
  color: #FFFFFF;
  background: #000000;
  height: 160px;
  line-height: 20px;
  text-align: left;
  visibility: hidden;
  border-radius: 6px;
  padding: 10px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #000000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  left: 100%;
  top: 50%;
  margin-top: -80px;
  margin-left: 15px;
  z-index: 999;
}

/* Migration Page */ 
    
 .subpage-header-migration {
  background-color: #383838  ;
  background-image: url('../../img/home/migration_banner.png');
  background-repeat: no-repeat;
   background-position: right center; 
  height: 230px;
}
  .subpage-header-migration h3 {
    color: white;
    font-size: 32px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 10px; } 
    
     .subpage-header-migration p {
    color: white;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
    Width: 45%;
    } 

.migration-text {
  color: #78a300 ;
    margin: 10px 0;
}
    
    .calc-frame-migration {
	width:100%;
	height:600px;
	border: 0;
	
}

.migration-rule {
   border-left: lightgray 1px solid;
    height: 1000px;
    margin-top: 20px;
}

.jumbotron {
    padding: 10px 10px;
    margin-bottom: 10px;
    color: inherit;
    background-color: #78a300;
    border: 1px solid #78a300 ;
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 200;
    color: white;
}

.jumbotron p strong {
    font-weight: 400;
    color: white;
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 38px 0
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 42px
    }
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

/* Are you ready promo */ 

.ready h1 {
  font-family: inherit;
  font-weight: 300;
    font-size: 3.25em;
  line-height: 1.1;
    margin-bottom: 50px;
  color: #2980b9; 
}

@media (max-width: 479px){
    .ready h1 {
  font-weight: 300;
    font-size: 2.25em;
  line-height: 1.1;
 margin-bottom: 10px;

}
}
/*
.ready-text {
  font-family: inherit;
  font-weight: 300;
    font-size: 32px;
  line-height: 1.4;
  color: #555; }
*/

.ready h3 {
  font-family: inherit;
  font-weight: 300;
    font-size: 2.7em;
  line-height: 1.1;
  color: #555; }

.ready h3 {
  font-family: inherit;
  font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
  color: #555; }

.ready #customers {
  padding-top: 10px;
  padding-bottom: 0;
  overflow-x: hidden; }


  .ready #customers p {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    max-width: 890px;
    margin: 0 auto; }

.ready #clock {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-x: hidden; }


  .ready #clock p {
    font-size: 30px;
    color: white;
    font-weight: 300;
    line-height: 36px;
    max-width: 890px;
    margin: 0 auto; }

.ready #clock h3 {
  font-family: inherit;
  font-weight: 300;
    font-size: 2.7em;
  line-height: 1.1;
  color: white; }

.ready #clock h3 {
  font-family: inherit;
  font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
  color: white; }


.ready #teach {
  padding-top: 40px;
  padding-bottom: 0;
  overflow-x: hidden; }


  .ready #teach p {
    font-size: 30px;
    color: #555;
    font-weight: 300;
    line-height: 36px;
    max-width: 890px;
    margin: 0 auto; }

.ready #teach h3 {
  font-family: inherit;
  font-weight: 300;
    font-size: 2.7em;
  line-height: 1.1;
  color: #555; }

.ready #teach h3 {
  font-family: inherit;
  font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
  color: #555; }

.ready #loyalty {
  padding-top: 40px;
  padding-bottom: 0;
  overflow-x: hidden; }


  .ready #loyalty p {
    font-size: 30px;
    color: #555;
    font-weight: 300;
    line-height: 36px;
    max-width: 890px;
    margin: 0 auto; }

.ready #loyalty h3 {
  font-family: inherit;
  font-weight: 300;
    font-size: 2.7em;
  line-height: 1.1;
  color: #555; }

.ready #loyalty h3 {
  font-family: inherit;
  font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
  color: #555; }


.ready #sales {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-x: hidden; }

/* Use the following CSS code if you want to have a class per icon */
.ready #sales ul { 
    padding: 0px;
    margin: 0px;
    list-style:none; }
.ready #sales ul li { 
    margin-bottom:10px;
    font-size: 30px;
    color: white;
    font-weight: 00;
    line-height: 36px;
    max-width: 890px;
    margin: 0 auto; 
    padding-left: 20px;}
.ready #sales li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 15px 0 -40px; 
    font-weight: 100;
    color: white;
}

@media (max-width: 758px){
.ready #sales ul li  { 
    margin-bottom:10px;
    font-size: 24px;
    color: white;
    font-weight: 300;
    line-height: 28px;
    max-width: 550px;
}
.ready #sales li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 15px 0 -40px; 
    font-weight: 300;
    color: white;
}
    }


@media (max-width: 479px){
.ready #sales ul { padding-left:20px; list-style:none; }
.ready #sales ul li { 
    margin-bottom:10px;
    font-size: 20px;
    color: white;
    font-weight: 300;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 5px;

}
.ready #sales li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 15px 0 -30px; 
    font-weight: 300;
    color: white;
}
    }


.ready #sales h1 {
  font-family: inherit;
  font-weight: 300;
    font-size: 3.25em;
  line-height: 1.1;
    margin-bottom: 10px;
  color: white; 
}

@media (max-width: 479px){
    .ready #sales h1 {
    font-size: 2.15em;
  line-height: 1.2;
    margin-bottom: 10px;

}
}

.ready #sales h3 {
  font-family: inherit;
  font-weight: 300;
    font-size: 2.25em;
  line-height: 1.1;
    margin-bottom: 20px;
  color: white; 
}

@media (max-width: 479px){
    ready #sales h3 {
    font-size: 1em;
  line-height: 1.1;
    margin-bottom: 20px;
}

}


.ready #sales footer > span, .ready #sales footer > a {
    font-size: 21px;
    font-weight: 300;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle; }
  .ready #sales footer > a {
    width: 225px; }
  .ready #sales footer > span {
    color: white;
    padding-left: 30px;
    padding-right: 30px; }








.about-single-press-release .purple {
  color: #2e2e2e;
}

#main-content {
  background: #f1f1f1;
  padding-bottom: 20px;
  /* for all pages, bottom of page and footer must have 40px vertical spacing, so last item in content must have margin-bottom 20 px */ }
  
  #main-content-roi {
  background: #fff;
  padding-bottom: 20px;}
  #main-content header {
    padding-top: 20px;
    padding-bottom: 20px; }
    #main-content header h3 {
      color: #2e2e2e;
      font-size: 24px;
      margin-top: 0px; }
    #main-content header h6 {
      font-weight: 700;
      margin: 0; }
    #main-content header form {
      text-align: right; }
      #main-content header form .form-group {
        margin-right: 10px; }
        #main-content header form .form-group label {
          font-size: 14px;
          font-weight: 500;
          margin-bottom: 0; }
      #main-content header form .form-control {
        border-color: #fff;
        font-size: 14px;
        height: 31px;
        width: 202px;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset !important;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset !important;
        -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset !important;
        -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset !important;
        border: 1px solid #ddd !important; }
      #main-content header form .btn-black {
        font-size: 12px;
        font-weight: 700;
        margin-left: 5px;
        padding: 5px 10px; }
    #main-content header #header-filter-type {
      list-style: none;
      margin: 0;
      padding: 0; }
      #main-content header #header-filter-type > li {
        display: inline-block;
        padding: 0 5px; }
        #main-content header #header-filter-type > li a {
          color: #2f2f30;
          font-size: 10px; }
          #main-content header #header-filter-type > li a.pressed {
            text-decoration: underline; }
  #main-content #no-results > a {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 18px; }
  #main-content #filter-items {
    min-height: 500px; }
    #main-content #filter-items > .item {
      background-color: #fff;
      overflow: hidden;
      height: 280px;
      margin: 0 13px 20px 0;
      width: 30%; }

   
  #main-content aside #filters .option-set {
    padding-bottom: 20px;
    text-transform: uppercase; }
    #main-content aside #filters .option-set h4 {
      color: #2e2e2e;
      font-size: 16px;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 20px; }
    #main-content aside #filters .option-set ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #main-content aside #filters .option-set ul li {
        background: #fff;
        border-radius: 4px;
        padding: 5px 18px;
        margin-top: 5px;
        margin-bottom: 5px; }
        #main-content aside #filters .option-set ul li .icheckbox_flat-grey {
          margin-right: 5px; }
        #main-content aside #filters .option-set ul li label {
          color: #2e2e2e;
          font-size: 10px;
          font-weight: 400; }

.subscribe {
  padding-top: 30px;
  padding-bottom: 40px; }
  .subscribe h1 {
    font-size: 42px;
    font-weight: 300; }
  .subscribe p {
    font-size: 22px;
    line-height: 36px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px; }
  .subscribe form .form-group {
    margin-bottom: 20px; }
  .subscribe form .input-group-addon {
    background: #fff;
    border-right: none;
    color: #2980b9;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0; }
  .subscribe form .focus .input-group-addon {
    border-color: #66afe9; }
  .subscribe form .form-control {
    border-left: none; }
    .subscribe form .form-control:focus {
      box-shadow: none; }
  .subscribe form .btn-white {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 51px; }

.browser {
  margin-bottom: 30px;
  width: 100%; }
  .browser > header {
    background: #e8ebf0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 6px; }
    .browser > header ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: left; }
      .browser > header ul li {
        display: inline-block;
        vertical-align: middle; }
        .browser > header ul li > span {
          display: inline-block;
          vertical-align: middle; }
          .browser > header ul li > span.close, .browser > header ul li > span.minimize, .browser > header ul li > span.maximize {
            border-radius: 50%;
            width: 10px;
            height: 10px;
            margin: 5px 3px; }
          .browser > header ul li > span.close {
            background: #fc5254; }
          .browser > header ul li > span.minimize {
            background: #fcae52; }
          .browser > header ul li > span.maximize {
            background: #66b34e; }
        .browser > header ul li.address-line {
          background: #f4f5f7;
          border-radius: 4px;
          margin: 0 5px;
          width: 75%;
          height: 20px; }
        .browser > header ul li.heart {
          background: url(/corp/img/global/browser-heart.png) no-repeat;
          width: 12px;
          height: 12px; }
  .browser > section {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color: #414141;
    border-width: 0px 2px 2px 2px;
    border-style: solid;
    padding: 65px 0 100px 0;
    width: 100%; }
.ipad {
  position: relative;
  margin-bottom: 30px; }
  .ipad .ipad-holder {
    width: 100%; }
  .ipad .ipad-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -120px; }

.carousel.owl-theme .owl-controls {
  margin-top: 0px; }
  .carousel.owl-theme .owl-controls .owl-buttons {
    display: none; }
  .carousel.owl-theme .owl-controls .owl-page span {
    background: #2e2e2e;
    border-radius: 50%;
    border: none;
    width: 13px;
    height: 13px;
    padding: 8px; }
  .carousel.owl-theme .owl-controls .owl-page.active span {
    background: #2e2e2e; }
  .carousel.owl-theme .owl-controls .owl-page:hover span {
    background: #2e2e2e;
    filter: Alpha(Opacity=100);
    opacity: 0.5; }

.testimonial figure > img {
  margin-top: 20px;
  margin-bottom: 20px; }
.testimonial figcaption {
  color: #424852;
  font-size: 22px;
  font-style: italic;
  line-height: 24px;
  max-width: 770px;
  margin: 0 auto; }
  .testimonial figcaption .footer {
    font-weight: 700; }
    .testimonial figcaption .footer:before {
      content: "-"; }
/*************************
** PLUGINS
**************************/
/* *** Isotope CSS3 transitions ***
  ================================================== */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/* *** disabling Isotope CSS3 transitions ***
   ================================================== */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* ===[ End: Recommended Isotope styles ]=== */
/* disable CSS transitions for containers with infinite scrolling */
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

/* iCheck plugin Flat skin, grey
----------------------------------- */
.icheckbox_flat-grey,
.iradio_flat-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(/corp/img/resource-center/grey.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_flat-grey {
  background-position: 0 0; }

.icheckbox_flat-grey.checked {
  background-position: -22px 0; }

.icheckbox_flat-grey.disabled {
  background-position: -44px 0;
  cursor: default; }

.icheckbox_flat-grey.checked.disabled {
  background-position: -66px 0; }

.iradio_flat-grey {
  background-position: -88px -1px; }

.iradio_flat-grey.checked {
  background-position: -110px 0; }

.iradio_flat-grey.disabled {
  background-position: -132px 0;
  cursor: default; }

.iradio_flat-grey.checked.disabled {
  background-position: -154px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_flat-grey,
  .iradio_flat-grey {
    background-image: url(/corp/img/resource-center/grey@2x.png);
    -webkit-background-size: 176px 22px;
    background-size: 176px 22px; } }
/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-outer {
  background: #f1efeb;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/corp/img/global/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/corp/img/global/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-close {
  background-color: rgba(99, 97, 85, 0.9);
  *background-color: #636155;
  border-radius: 50%;
  height: 31px;
  right: -15px;
  top: -15px;
  width: 31px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/corp/img/global/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: hidden; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-social-bar .buttons:after {
  content: "";
  display: table;
  clear: both; }
.fancybox-social-bar .buttons .button {
  float: left;
  min-width: 100px;
  padding: 2px 5px; }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    /*background-image: url(fancybox_sprite@2x.png);*/
    /*background-size: 44px 152px; */
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    /*background-image: url(fancybox_loading@2x.gif);*/
    /*background-size: 24px 24px;*/
    /*The size of the normal image, half the size of the hi-res image*/ } }
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }

  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }

  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }

  70% {
    -o-transform: perspective(400px) rotateX(10deg); }

  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateX(-10deg); }

  70% {
    transform: perspective(400px) rotateX(10deg); }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipInX;
  backface-visibility: visible!important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible!important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible!important;
  animation-name: flipOutX;
  backface-visibility: visible!important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }

  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }

  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }

  70% {
    -o-transform: perspective(400px) rotateY(10deg); }

  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateY(-10deg); }

  70% {
    transform: perspective(400px) rotateY(10deg); }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipInY;
  backface-visibility: visible!important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipOutY;
  backface-visibility: visible!important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }

  70% {
    -webkit-transform: scale(0.9); }

  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }

  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }

  70% {
    -moz-transform: scale(0.9); }

  100% {
    -moz-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }

  50% {
    opacity: 1;
    -o-transform: scale(1.05); }

  70% {
    -o-transform: scale(0.9); }

  100% {
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }

  50% {
    opacity: 1;
    transform: scale(1.05); }

  70% {
    transform: scale(0.9); }

  100% {
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }

  80% {
    -moz-transform: translateY(10px); }

  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }

  80% {
    -o-transform: translateY(10px); }

  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }

  60% {
    opacity: 1;
    transform: translateY(-30px); }

  80% {
    transform: translateY(10px); }

  100% {
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }

  80% {
    -webkit-transform: translateY(-10px); }

  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }

  80% {
    -moz-transform: translateY(-10px); }

  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -o-transform: translateY(30px); }

  80% {
    -o-transform: translateY(-10px); }

  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }

  60% {
    opacity: 1;
    transform: translateY(30px); }

  80% {
    transform: translateY(-10px); }

  100% {
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }

  80% {
    -webkit-transform: translateX(-10px); }

  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }

  80% {
    -moz-transform: translateX(-10px); }

  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -o-transform: translateX(30px); }

  80% {
    -o-transform: translateX(-10px); }

  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }

  60% {
    opacity: 1;
    transform: translateX(30px); }

  80% {
    transform: translateX(-10px); }

  100% {
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }

  80% {
    -webkit-transform: translateX(10px); }

  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }

  80% {
    -moz-transform: translateX(10px); }

  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }

  80% {
    -o-transform: translateX(10px); }

  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }

  60% {
    opacity: 1;
    transform: translateX(-30px); }

  80% {
    transform: translateX(10px); }

  100% {
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }

  25% {
    -webkit-transform: scale(0.95); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }

  25% {
    -moz-transform: scale(0.95); }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }

  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }

  25% {
    -o-transform: scale(0.95); }

  50% {
    opacity: 1;
    -o-transform: scale(1.1); }

  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    transform: scale(1); }

  25% {
    transform: scale(0.95); }

  50% {
    opacity: 1;
    transform: scale(1.1); }

  100% {
    opacity: 0;
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }

  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }

  20% {
    opacity: 1;
    -o-transform: translateY(20px); }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }

  20% {
    opacity: 1;
    transform: translateY(20px); }

  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }

  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }

  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }

  20% {
    opacity: 1;
    transform: translateY(-20px); }

  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }

  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }

  20% {
    opacity: 1;
    -o-transform: translateX(20px); }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }

  20% {
    opacity: 1;
    transform: translateX(20px); }

  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }

  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }

  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }

  20% {
    opacity: 1;
    transform: translateX(-20px); }

  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  20%,60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  20%,60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  20%,60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  20%,60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  100% {
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes puffIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(2px); }

  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1); } }

@-moz-keyframes puffIn {
  0% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(2, 2);
    -moz-filter: blur(2px); }

  100% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1); } }

@-o-keyframes puffIn {
  0% {
    opacity: 0;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(2, 2);
    -o-filter: blur(2px); }

  100% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(1, 1); } }

@keyframes puffIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(2px); }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1); } }

.puffIn {
  -webkit-animation-name: puffIn;
  -moz-animation-name: puffIn;
  -o-animation-name: puffIn;
  animation-name: puffIn; }

@-webkit-keyframes puffOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1); }

  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(2px); } }

@-moz-keyframes puffOut {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1); }

  100% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(2, 2);
    filter: blur(2px); } }

@-o-keyframes puffOut {
  0% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(1, 1); }

  100% {
    opacity: 0;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(2, 2); } }

@keyframes puffOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1); }

  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(2px); } }

.puffOut {
  -webkit-animation-name: puffOut;
  -moz-animation-name: puffOut;
  -o-animation-name: puffOut;
  animation-name: puffOut; }

@-webkit-keyframes rotateDown {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(0deg) translate3d(0, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: perspective(800px) rotateX(-180deg) translate3d(0, 0, 300px); } }

@-moz-keyframes rotateDown {
  0% {
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateX(0deg) translateZ(0px); }

  100% {
    opacity: 0;
    -moz-transform-origin: 50% 100%;
    -moz-transform: perspective(800px) rotateX(-180deg) translateZ(300px); } }

@-o-keyframes rotateDown {
  0% {
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateX(0deg) translateZ(0px); }

  100% {
    opacity: 0;
    -o-transform-origin: 50% 100%;
    -o-transform: perspective(800px) rotateX(-180deg) translateZ(300px); } }

@keyframes rotateDown {
  0% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateX(0deg) translateZ(0px); }

  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: perspective(800px) rotateX(-180deg) translateZ(300px); } }

.rotateDown {
  -webkit-backface-visibility: visible!important;
  -moz-backface-visibility: visible!important;
  -o-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: rotateDown;
  -moz-animation-name: rotateDown;
  -o-animation-name: rotateDown;
  animation-name: rotateDown; }

@-webkit-keyframes rotateLeft {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(0deg) translate3d(0, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateY(180deg) translate3d(0, 0, 300px); } }

@-moz-keyframes rotateLeft {
  0% {
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateY(0deg) translateZ(0px); }

  100% {
    opacity: 0;
    -moz-transform-origin: 50% 0;
    -moz-transform: perspective(800px) rotateY(180deg) translateZ(300px); } }

@-o-keyframes rotateLeft {
  0% {
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateY(0deg) translateZ(0px); }

  100% {
    opacity: 0;
    -o-transform-origin: 50% 0;
    -o-transform: perspective(800px) rotateY(180deg) translateZ(300px); } }

@keyframes rotateLeft {
  0% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(0deg) translateZ(0px); }

  100% {
    opacity: 0;
    transform-origin: 50% 0;
    transform: perspective(800px) rotateY(180deg) translateZ(300px); } }

.rotateLeft {
  -webkit-backface-visibility: visible!important;
  -moz-backface-visibility: visible!important;
  -o-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: rotateLeft;
  -moz-animation-name: rotateLeft;
  -o-animation-name: rotateLeft;
  animation-name: rotateLeft; }

@-webkit-keyframes rotateRight {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(0deg) translate3d(0, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateY(-180deg) translate3d(0, 0, 150px); } }

@-moz-keyframes rotateRight {
  0% {
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateY(0deg) translateZ(0px); }

  100% {
    opacity: 0;
    -moz-transform-origin: 50% 0;
    -moz-transform: perspective(800px) rotateY(-180deg) translateZ(150px); } }

@-o-keyframes rotateRight {
  0% {
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateY(0deg) translate3d(0px); }

  100% {
    opacity: 0;
    -o-transform-origin: 50% 0;
    -o-transform: perspective(800px) rotateY(-180deg) translateZ(150px); } }

@keyframes rotateRight {
  0% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(0deg) translate3d(0px); }

  100% {
    opacity: 0;
    transform-origin: 50% 0;
    transform: perspective(800px) rotateY(-180deg) translateZ(150px); } }

.rotateRight {
  -webkit-backface-visibility: visible!important;
  -moz-backface-visibility: visible!important;
  -o-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: rotateRight;
  -moz-animation-name: rotateRight;
  -o-animation-name: rotateRight;
  animation-name: rotateRight; }

@-webkit-keyframes rotateUp {
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(0deg) translate3d(0, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(180deg) translate3d(0, 0, 100px); } }

@-moz-keyframes rotateUp {
  0% {
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateX(0deg) translateZ(0px); }

  100% {
    opacity: 0;
    -moz-transform-origin: 50% 0;
    -moz-transform: perspective(800px) rotateX(180deg) translateZ(100px); } }

@-o-keyframes rotateUp {
  0% {
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateX(0deg) translateZ(0px); }

  100% {
    opacity: 0;
    -o-transform-origin: 50% 0;
    -o-transform: perspective(800px) rotateX(180deg) translateZ(100px); } }

@keyframes rotateUp {
  0% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateX(0deg) translateZ(0px); }

  100% {
    opacity: 0;
    transform-origin: 50% 0;
    transform: perspective(800px) rotateX(180deg) translateZ(100px); } }

.rotateUp {
  -webkit-backface-visibility: visible!important;
  -moz-backface-visibility: visible!important;
  -o-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: rotateUp;
  -moz-animation-name: rotateUp;
  -o-animation-name: rotateUp;
  animation-name: rotateUp; }

@-webkit-keyframes swap {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 100%;
    -webkit-transform: scale(0, 0) translate(-700px, 0); }

  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    -webkit-transform: scale(1, 1) translate(0px, 0); } }

@-moz-keyframes swap {
  0% {
    opacity: 0;
    -moz-transform-origin: 0 100%;
    -moz-transform: scale(0, 0) translate(-700px, 0); }

  100% {
    opacity: 1;
    -moz-transform-origin: 100% 100%;
    -moz-transform: scale(1, 1) translate(0px, 0); } }

@-o-keyframes swap {
  0% {
    opacity: 0;
    -o-transform-origin: 0 100%;
    -o-transform: scale(0, 0) translate(-700px, 0); }

  100% {
    opacity: 1;
    -o-transform-origin: 100% 100%;
    -o-transform: scale(1, 1) translate(0px, 0); } }

@keyframes swap {
  0% {
    opacity: 0;
    transform-origin: 0 100%;
    transform: scale(0, 0) translate(-700px, 0); }

  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scale(1, 1) translate(0px, 0); } }

.swap {
  -webkit-animation-name: swap;
  -moz-animation-name: swap;
  -o-animation-name: swap;
  animation-name: swap; }

@-webkit-keyframes twisterInDown {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 100%;
    -webkit-transform: scale(0, 0) rotate(360deg) translateY(-100%); }

  30% {
    -webkit-transform-origin: 0 100%;
    -webkit-transform: scale(0, 0) rotate(360deg) translateY(-100%); }

  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    -webkit-transform: scale(1, 1) rotate(0deg) translateY(0%); } }

@-moz-keyframes twisterInDown {
  0% {
    opacity: 0;
    -moz-transform-origin: 0 100%;
    -moz-transform: scale(0, 0) rotate(360deg) translateY(-100%); }

  30% {
    -moz-transform-origin: 0 100%;
    -moz-transform: scale(0, 0) rotate(360deg) translateY(-100%); }

  100% {
    opacity: 1;
    -moz-transform-origin: 100% 100%;
    -moz-transform: scale(1, 1) rotate(0deg) translateY(0%); } }

@-o-keyframes twisterInDown {
  0% {
    opacity: 0;
    -o-transform-origin: 0 100%;
    -o-transform: scale(0, 0) rotate(360deg) translateY(-100%); }

  30% {
    -o-transform-origin: 0 100%;
    -o-transform: scale(0, 0) rotate(360deg) translateY(-100%); }

  100% {
    opacity: 1;
    -o-transform-origin: 100% 100%;
    -o-transform: scale(1, 1) rotate(0deg) translateY(0%); } }

@keyframes twisterInDown {
  0% {
    opacity: 0;
    transform-origin: 0 100%;
    transform: scale(0, 0) rotate(360deg) translateY(-100%); }

  30% {
    transform-origin: 0 100%;
    transform: scale(0, 0) rotate(360deg) translateY(-100%); }

  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scale(1, 1) rotate(0deg) translateY(0%); } }

.twisterInDown {
  -webkit-animation-name: twisterInDown;
  -moz-animation-name: twisterInDown;
  -o-animation-name: twisterInDown;
  animation-name: twisterInDown; }

@-webkit-keyframes twisterInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: scale(0, 0) rotate(360deg) translateY(100%); }

  30% {
    -webkit-transform-origin: 100% 0;
    -webkit-transform: scale(0, 0) rotate(360deg) translateY(100%); }

  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(1, 1) rotate(0deg) translateY(0%); } }

@-moz-keyframes twisterInUp {
  0% {
    opacity: 0;
    -moz-transform-origin: 100% 0;
    -moz-transform: scale(0, 0) rotate(360deg) translateY(100%); }

  30% {
    -moz-transform-origin: 100% 0;
    -moz-transform: scale(0, 0) rotate(360deg) translateY(100%); }

  100% {
    opacity: 1;
    -moz-transform-origin: 0 0;
    -moz-transform: scale(1, 1) rotate(0deg) translateY(0); } }

@-o-keyframes twisterInUp {
  0% {
    opacity: 0;
    -o-transform-origin: 100% 0;
    -o-transform: scale(0, 0) rotate(360deg) translateY(100%); }

  30% {
    -o-transform-origin: 100% 0;
    -o-transform: scale(0, 0) rotate(360deg) translateY(100%); }

  100% {
    opacity: 1;
    -o-transform-origin: 0 0;
    -o-transform: scale(1, 1) rotate(0deg) translateY(0); } }

@keyframes twisterInUp {
  0% {
    opacity: 0;
    transform-origin: 100% 0;
    transform: scale(0, 0) rotate(360deg) translateY(100%); }

  30% {
    transform-origin: 100% 0;
    transform: scale(0, 0) rotate(360deg) translateY(100%); }

  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: scale(1, 1) rotate(0deg) translateY(0); } }

.twisterInUp {
  -webkit-animation-name: twisterInUp;
  -moz-animation-name: twisterInUp;
  -o-animation-name: twisterInUp;
  animation-name: twisterInUp; }

@-webkit-keyframes vanishIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(90px); }

  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1); } }

@-moz-keyframes vanishIn {
  0% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(2, 2);
    filter: blur(90px); }

  100% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1); } }

@-o-keyframes vanishIn {
  0% {
    opacity: 0;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(2, 2);
    -o-filter: blur(90px); }

  100% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(1, 1); } }

@keyframes vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(90px); }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1); } }

.vanishIn {
  -webkit-animation-name: vanishIn;
  -moz-animation-name: vanishIn;
  -o-animation-name: vanishIn;
  animation-name: vanishIn; }

@-webkit-keyframes vanishOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1); }

  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(20px); } }

@-moz-keyframes vanishOut {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1); }

  100% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(2, 2);
    filter: blur(20px); } }

@-o-keyframes vanishOut {
  0% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(1, 1); }

  100% {
    opacity: 0;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(2, 2);
    -o-filter: blur(20px); } }

@keyframes vanishOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1); }

  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(20px); } }

.vanishOut {
  -webkit-animation-name: vanishOut;
  -moz-animation-name: vanishOut;
  -o-animation-name: vanishOut;
  animation-name: vanishOut; }

@-webkit-keyframes swashOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1); }

  80% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0.9, 0.9); }

  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0); } }

@-moz-keyframes swashOut {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1); }

  80% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(0.9, 0.9); }

  100% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(0, 0); } }

@-o-keyframes swashOut {
  0% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(1, 1); }

  80% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(0.9, 0.9); }

  100% {
    opacity: 0;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(0, 0); } }

@keyframes swashOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1); }

  80% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(0.9, 0.9); }

  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0); } }

.swashOut {
  -webkit-animation-name: swashOut;
  -moz-animation-name: swashOut;
  -o-animation-name: swashOut;
  animation-name: swashOut; }

@-webkit-keyframes swashIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0); }

  90% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0.9, 0.9); }

  100% {
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1); } }

@-moz-keyframes swashIn {
  0% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(0, 0); }

  90% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(0.9, 0.9); }

  100% {
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1); } }

@-o-keyframes swashIn {
  0% {
    opacity: 0;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(0, 0); }

  90% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(0.9, 0.9); }

  100% {
    -o-transform-origin: 50% 50%;
    -o-transform: scale(1, 1); } }

@keyframes swashIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0); }

  90% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(0.9, 0.9); }

  100% {
    transform-origin: 50% 50%;
    transform: scale(1, 1); } }

.swashIn {
  -webkit-animation-name: swashIn;
  -moz-animation-name: swashIn;
  -o-animation-name: swashIn;
  animation-name: swashIn; }

@-webkit-keyframes foolishOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotate(360deg); }

  20% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg); }

  40% {
    opacity: 1;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg); }

  60% {
    opacity: 1;
    -webkit-transform-origin: 100%% 100%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg); }

  80% {
    opacity: 1;
    -webkit-transform-origin: 0 100%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg); }

  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0) rotate(0deg); } }

@-moz-keyframes foolishOut {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1) rotate(360deg); }

  20% {
    opacity: 1;
    -moz-transform-origin: 0 0;
    -moz-transform: scale(0.5, 0.5) rotate(0deg); }

  40% {
    opacity: 1;
    -moz-transform-origin: 100% 0;
    -moz-transform: scale(0.5, 0.5) rotate(0deg); }

  60% {
    opacity: 1;
    -moz-transform-origin: 100%% 100%;
    -moz-transform: scale(0.5, 0.5) rotate(0deg); }

  80% {
    opacity: 1;
    -moz-transform-origin: 0 100%;
    -moz-transform: scale(0.5, 0.5) rotate(0deg); }

  100% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(0, 0) rotate(0deg); } }

@-o-keyframes foolishOut {
  0% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(1, 1) rotate(360deg); }

  20% {
    opacity: 1;
    -o-transform-origin: 0 0;
    -o-transform: scale(0.5, 0.5) rotate(0deg); }

  40% {
    opacity: 1;
    -o-transform-origin: 100% 0;
    -o-transform: scale(0.5, 0.5) rotate(0deg); }

  60% {
    opacity: 1;
    -o-transform-origin: 100%% 100%;
    -o-transform: scale(0.5, 0.5) rotate(0deg); }

  80% {
    opacity: 1;
    -o-transform-origin: 0 100%;
    -o-transform: scale(0.5, 0.5) rotate(0deg); }

  100% {
    opacity: 0;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(0, 0) rotate(0deg); } }

@keyframes foolishOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1) rotate(360deg); }

  20% {
    opacity: 1;
    transform-origin: 0 0;
    transform: scale(0.5, 0.5) rotate(0deg); }

  40% {
    opacity: 1;
    transform-origin: 100% 0;
    transform: scale(0.5, 0.5) rotate(0deg); }

  60% {
    opacity: 1;
    transform-origin: 100%% 100%;
    transform: scale(0.5, 0.5) rotate(0deg); }

  80% {
    opacity: 1;
    transform-origin: 0 100%;
    transform: scale(0.5, 0.5) rotate(0deg); }

  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0) rotate(0deg); } }

.foolishOut {
  -webkit-animation-name: foolishOut;
  -moz-animation-name: foolishOut;
  -o-animation-name: foolishOut;
  animation-name: foolishOut; }

@-webkit-keyframes foolishIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0) rotate(360deg); }

  20% {
    opacity: 1;
    -webkit-transform-origin: 0 100%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg); }

  40% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg); }

  60% {
    opacity: 1;
    -webkit-transform-origin: 100%% 0;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg); }

  80% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(0.5, 0.5) rotate(0deg); }

  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotate(0deg); } }

@-moz-keyframes foolishIn {
  0% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(0, 0) rotate(360deg); }

  20% {
    opacity: 1;
    -moz-transform-origin: 0 100%;
    -moz-transform: scale(0.5, 0.5) rotate(0deg); }

  40% {
    opacity: 1;
    -moz-transform-origin: 100% 100%;
    -moz-transform: scale(0.5, 0.5) rotate(0deg); }

  60% {
    opacity: 1;
    -moz-transform-origin: 100%% 0;
    -moz-transform: scale(0.5, 0.5) rotate(0deg); }

  80% {
    opacity: 1;
    -moz-transform-origin: 0 0;
    -moz-transform: scale(0.5, 0.5) rotate(0deg); }

  100% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1) rotate(0deg); } }

@-o-keyframes foolishIn {
  0% {
    opacity: 0;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(0, 0) rotate(360deg); }

  20% {
    opacity: 1;
    -o-transform-origin: 0 100%;
    -o-transform: scale(0.5, 0.5) rotate(0deg); }

  40% {
    opacity: 1;
    -o-transform-origin: 100% 100%;
    -o-transform: scale(0.5, 0.5) rotate(0deg); }

  60% {
    opacity: 1;
    -o-transform-origin: 100%% 0;
    -o-transform: scale(0.5, 0.5) rotate(0deg); }

  80% {
    opacity: 1;
    -o-transform-origin: 0 0;
    -o-transform: scale(0.5, 0.5) rotate(0deg); }

  100% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(1, 1) rotate(0deg); } }

@keyframes foolishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0) rotate(360deg); }

  20% {
    opacity: 1;
    transform-origin: 0 100%;
    transform: scale(0.5, 0.5) rotate(0deg); }

  40% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scale(0.5, 0.5) rotate(0deg); }

  60% {
    opacity: 1;
    transform-origin: 100%% 0;
    transform: scale(0.5, 0.5) rotate(0deg); }

  80% {
    opacity: 1;
    transform-origin: 0 0;
    transform: scale(0.5, 0.5) rotate(0deg); }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1) rotate(0deg); } }

.foolishIn {
  -webkit-animation-name: foolishIn;
  -moz-animation-name: foolishIn;
  -o-animation-name: foolishIn;
  animation-name: foolishIn; }

@-webkit-keyframes holeOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1) rotateY(0deg); }

  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0) rotateY(180deg); } }

@-moz-keyframes holeOut {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1) rotateY(0deg); }

  100% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(0, 0) rotateY(180deg); } }

@-o-keyframes holeOut {
  0% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(1, 1) rotateY(0deg); }

  100% {
    opacity: 0;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(0, 0) rotateY(180deg); } }

@keyframes holeOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1) rotateY(0deg); }

  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0) rotateY(180deg); } }

.holeOut {
  -webkit-animation-name: holeOut;
  -moz-animation-name: holeOut;
  -o-animation-name: holeOut;
  animation-name: holeOut; }

@-webkit-keyframes tinRightOut {
  0%,20%,40%,50% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateX(0); }

  10%,30% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateX(900%); } }

@-moz-keyframes tinRightOut {
  0%,20%,40%,50% {
    opacity: 1;
    -moz-transform: scale(1, 1) translateX(0); }

  10%,30% {
    opacity: 1;
    -moz-transform: scale(1.1, 1.1) translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: scale(1, 1) translateX(900%); } }

@-o-keyframes tinRightOut {
  0%,20%,40%,50% {
    opacity: 1;
    -o-transform: scale(1, 1) translateX(0); }

  10%,30% {
    opacity: 1;
    -o-transform: scale(1.1, 1.1) translateX(0); }

  100% {
    opacity: 0;
    -o-transform: scale(1, 1) translateX(900%); } }

@keyframes tinRightOut {
  0%,20%,40%,50% {
    opacity: 1;
    transform: scale(1, 1) translateX(0); }

  10%,30% {
    opacity: 1;
    transform: scale(1.1, 1.1) translateX(0); }

  100% {
    opacity: 0;
    transform: scale(1, 1) translateX(900%); } }

.tinRightOut {
  -webkit-animation-name: tinRightOut;
  -moz-animation-name: tinRightOut;
  -o-animation-name: tinRightOut;
  animation-name: tinRightOut; }

@-webkit-keyframes tinLeftOut {
  0%,20%,40%,50% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateX(0); }

  10%,30% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateX(-900%); } }

@-moz-keyframes tinLeftOut {
  0%,20%,40%,50% {
    opacity: 1;
    -moz-transform: scale(1, 1) translateX(0); }

  10%,30% {
    opacity: 1;
    -moz-transform: scale(1.1, 1.1) translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: scale(1, 1) translateX(-900%); } }

@-o-keyframes tinLeftOut {
  0%,20%,40%,50% {
    opacity: 1;
    -o-transform: scale(1, 1) translateX(0); }

  10%,30% {
    opacity: 1;
    -o-transform: scale(1.1, 1.1) translateX(0); }

  100% {
    opacity: 0;
    -o-transform: scale(1, 1) translateX(-900%); } }

@keyframes tinLeftOut {
  0%,20%,40%,50% {
    opacity: 1;
    transform: scale(1, 1) translateX(0); }

  10%,30% {
    opacity: 1;
    transform: scale(1.1, 1.1) translateX(0); }

  100% {
    opacity: 0;
    transform: scale(1, 1) translateX(-900%); } }

.tinLeftOut {
  -webkit-animation-name: tinLeftOut;
  -moz-animation-name: tinLeftOut;
  -o-animation-name: tinLeftOut;
  animation-name: tinLeftOut; }

@-webkit-keyframes tinUpOut {
  0%,20%,40%,50% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateY(0); }

  10%,30% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateY(-900%); } }

@-moz-keyframes tinUpOut {
  0%,20%,40%,50% {
    opacity: 1;
    -moz-transform: scale(1, 1) translateY(0); }

  10%,30% {
    opacity: 1;
    -moz-transform: scale(1.1, 1.1) translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: scale(1, 1) translateY(-900%); } }

@-o-keyframes tinUpOut {
  0%,20%,40%,50% {
    opacity: 1;
    -o-transform: scale(1, 1) translateY(0); }

  10%,30% {
    opacity: 1;
    -o-transform: scale(1.1, 1.1) translateY(0); }

  100% {
    opacity: 0;
    -o-transform: scale(1, 1) translateY(-900%); } }

@keyframes tinUpOut {
  0%,20%,40%,50% {
    opacity: 1;
    transform: scale(1, 1) translateY(0); }

  10%,30% {
    opacity: 1;
    transform: scale(1.1, 1.1) translateY(0); }

  100% {
    opacity: 0;
    transform: scale(1, 1) translateY(-900%); } }

.tinUpOut {
  -webkit-animation-name: tinUpOut;
  -moz-animation-name: tinUpOut;
  -o-animation-name: tinUpOut;
  animation-name: tinUpOut; }

@-webkit-keyframes tinDownOut {
  0%,20%,40%,50% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateY(0); }

  10%,30% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateY(900%); } }

@-moz-keyframes tinDownOut {
  0%,20%,40%,50% {
    opacity: 1;
    -moz-transform: scale(1, 1) translateY(0); }

  10%,30% {
    opacity: 1;
    -moz-transform: scale(1.1, 1.1) translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: scale(1, 1) translateY(900%); } }

@-o-keyframes tinDownOut {
  0%,20%,40%,50% {
    opacity: 1;
    -o-transform: scale(1, 1) translateY(0); }

  10%,30% {
    opacity: 1;
    -o-transform: scale(1.1, 1.1) translateY(0); }

  100% {
    opacity: 0;
    -o-transform: scale(1, 1) translateY(900%); } }

@keyframes tinDownOut {
  0%,20%,40%,50% {
    opacity: 1;
    transform: scale(1, 1) translateY(0); }

  10%,30% {
    opacity: 1;
    transform: scale(1.1, 1.1) translateY(0); }

  100% {
    opacity: 0;
    transform: scale(1, 1) translateY(900%); } }

.tinDownOut {
  -webkit-animation-name: tinDownOut;
  -moz-animation-name: tinDownOut;
  -o-animation-name: tinDownOut;
  animation-name: tinDownOut; }

@-webkit-keyframes tinRightIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateX(900%); }

  50%,70%,90% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translateX(0); }

  60%,80%,100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateX(0); } }

@-moz-keyframes tinRightIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1, 1) translateX(900%); }

  50%,70%,90% {
    opacity: 1;
    -moz-transform: scale(1.1, 1.1) translateX(0); }

  60%,80%,100% {
    opacity: 1;
    -moz-transform: scale(1, 1) translateX(0); } }

@-o-keyframes tinRightIn {
  0% {
    opacity: 0;
    -o-transform: scale(1, 1) translateX(900%); }

  50%,70%,90% {
    opacity: 1;
    -o-transform: scale(1.1, 1.1) translateX(0); }

  60%,80%,100% {
    opacity: 1;
    -o-transform: scale(1, 1) translateX(0); } }

@keyframes tinRightIn {
  0% {
    opacity: 0;
    transform: scale(1, 1) translateX(900%); }

  50%,70%,90% {
    opacity: 1;
    transform: scale(1.1, 1.1) translateX(0); }

  60%,80%,100% {
    opacity: 1;
    transform: scale(1, 1) translateX(0); } }

.tinRightIn {
  -webkit-animation-name: tinRightIn;
  -moz-animation-name: tinRightIn;
  -o-animation-name: tinRightIn;
  animation-name: tinRightIn; }

@-webkit-keyframes tinLeftIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateX(-900%); }

  50%,70%,90% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translateX(0); }

  60%,80%,100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateX(0); } }

@-moz-keyframes tinLeftIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1, 1) translateX(-900%); }

  50%,70%,90% {
    opacity: 1;
    -moz-transform: scale(1.1, 1.1) translateX(0); }

  60%,80%,100% {
    opacity: 1;
    -moz-transform: scale(1, 1) translateX(0); } }

@-o-keyframes tinLeftIn {
  0% {
    opacity: 0;
    -o-transform: scale(1, 1) translateX(-900%); }

  50%,70%,90% {
    opacity: 1;
    -o-transform: scale(1.1, 1.1) translateX(0); }

  60%,80%,100% {
    opacity: 1;
    -o-transform: scale(1, 1) translateX(0); } }

@keyframes tinLeftIn {
  0% {
    opacity: 0;
    transform: scale(1, 1) translateX(-900%); }

  50%,70%,90% {
    opacity: 1;
    transform: scale(1.1, 1.1) translateX(0); }

  60%,80%,100% {
    opacity: 1;
    transform: scale(1, 1) translateX(0); } }

.tinLeftIn {
  -webkit-animation-name: tinLeftIn;
  -moz-animation-name: tinLeftIn;
  -o-animation-name: tinLeftIn;
  animation-name: tinLeftIn; }

@-webkit-keyframes tinUpIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateY(-900%); }

  50%,70%,90% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translateY(0); }

  60%,80%,100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateY(0); } }

@-moz-keyframes tinUpIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1, 1) translateY(-900%); }

  50%,70%,90% {
    opacity: 1;
    -moz-transform: scale(1.1, 1.1) translateY(0); }

  60%,80%,100% {
    opacity: 1;
    -moz-transform: scale(1, 1) translateY(0); } }

@-o-keyframes tinUpIn {
  0% {
    opacity: 0;
    -o-transform: scale(1, 1) translateY(-900%); }

  50%,70%,90% {
    opacity: 1;
    -o-transform: scale(1.1, 1.1) translateY(0); }

  60%,80%,100% {
    opacity: 1;
    -o-transform: scale(1, 1) translateY(0); } }

@keyframes tinUpIn {
  0% {
    opacity: 0;
    transform: scale(1, 1) translateY(-900%); }

  50%,70%,90% {
    opacity: 1;
    transform: scale(1.1, 1.1) translateY(0); }

  60%,80%,100% {
    opacity: 1;
    transform: scale(1, 1) translateY(0); } }

.tinUpIn {
  -webkit-animation-name: tinUpIn;
  -moz-animation-name: tinUpIn;
  -o-animation-name: tinUpIn;
  animation-name: tinUpIn; }

@-webkit-keyframes tinDownIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateY(900%); }

  50%,70%,90% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translateY(0); }

  60%,80%,100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateY(0); } }

@-moz-keyframes tinDownIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1, 1) translateY(900%); }

  50%,70%,90% {
    opacity: 1;
    -moz-transform: scale(1.1, 1.1) translateY(0); }

  60%,80%,100% {
    opacity: 1;
    -moz-transform: scale(1, 1) translateY(0); } }

@-o-keyframes tinDownIn {
  0% {
    opacity: 0;
    -o-transform: scale(1, 1) translateY(900%); }

  50%,70%,90% {
    opacity: 1;
    -o-transform: scale(1.1, 1.1) translateY(0); }

  60%,80%,100% {
    opacity: 1;
    -o-transform: scale(1, 1) translateY(0); } }

@keyframes tinDownIn {
  0% {
    opacity: 0;
    transform: scale(1, 1) translateY(900%); }

  50%,70%,90% {
    opacity: 1;
    transform: scale(1.1, 1.1) translateY(0); }

  60%,80%,100% {
    opacity: 1;
    transform: scale(1, 1) translateY(0); } }

.tinDownIn {
  -webkit-animation-name: tinDownIn;
  -moz-animation-name: tinDownIn;
  -o-animation-name: tinDownIn;
  animation-name: tinDownIn; }

@-webkit-keyframes bombRightOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    -webkit-filter: blur(0px); }

  50% {
    opacity: 1;
    -webkit-transform-origin: 200% 50%;
    -webkit-transform: rotate(160deg);
    -webkit-filter: blur(0px); }

  100% {
    opacity: 0;
    -webkit-transform-origin: 200% 50%;
    -webkit-transform: rotate(160deg);
    -webkit-filter: blur(20px); } }

@-moz-keyframes bombRightOut {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: rotate(0deg);
    filter: blur(0px); }

  50% {
    opacity: 1;
    -moz-transform-origin: 200% 50%;
    -moz-transform: rotate(160deg);
    filter: blur(0px); }

  100% {
    opacity: 0;
    -moz-transform-origin: 200% 50%;
    -moz-transform: rotate(160deg);
    filter: blur(20px); } }

@-o-keyframes bombRightOut {
  0% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: rotate(0deg);
    -o-filter: blur(0px); }

  50% {
    opacity: 1;
    -o-transform-origin: 200% 50%;
    -o-transform: rotate(160deg);
    -o-filter: blur(0px); }

  100% {
    opacity: 0;
    -o-transform-origin: 200% 50%;
    -o-transform: rotate(160deg);
    -o-filter: blur(20px); } }

@keyframes bombRightOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: rotate(0deg);
    filter: blur(0px); }

  50% {
    opacity: 1;
    transform-origin: 200% 50%;
    transform: rotate(160deg);
    filter: blur(0px); }

  100% {
    opacity: 0;
    transform-origin: 200% 50%;
    transform: rotate(160deg);
    filter: blur(20px); } }

.bombRightOut {
  -webkit-animation-name: bombRightOut;
  -moz-animation-name: bombRightOut;
  -o-animation-name: bombRightOut;
  animation-name: bombRightOut; }

@-webkit-keyframes bombLeftOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    -webkit-filter: blur(0px); }

  50% {
    opacity: 1;
    -webkit-transform-origin: -100% 50%;
    -webkit-transform: rotate(-160deg);
    -webkit-filter: blur(0px); }

  100% {
    opacity: 0;
    -webkit-transform-origin: -100% 50%;
    -webkit-transform: rotate(-160deg);
    -webkit-filter: blur(20px); } }

@-moz-keyframes bombLeftOut {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: rotate(0deg);
    filter: blur(0px); }

  50% {
    opacity: 1;
    -moz-transform-origin: -100% 50%;
    -moz-transform: rotate(-160deg);
    filter: blur(0px); }

  100% {
    opacity: 0;
    -moz-transform-origin: -100% 50%;
    -moz-transform: rotate(-160deg);
    filter: blur(20px); } }

@-o-keyframes bombLeftOut {
  0% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: rotate(0deg);
    -o-filter: blur(0px); }

  50% {
    opacity: 1;
    -o-transform-origin: -100% 50%;
    -o-transform: rotate(-160deg);
    -o-filter: blur(0px); }

  100% {
    opacity: 0;
    -o-transform-origin: -100% 50%;
    -o-transform: rotate(-160deg);
    -o-filter: blur(20px); } }

@keyframes bombLeftOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: rotate(0deg);
    filter: blur(0px); }

  50% {
    opacity: 1;
    transform-origin: -100% 50%;
    transform: rotate(-160deg);
    filter: blur(0px); }

  100% {
    opacity: 0;
    transform-origin: -100% 50%;
    transform: rotate(-160deg);
    filter: blur(20px); } }

.bombLeftOut {
  -webkit-animation-name: bombLeftOut;
  -moz-animation-name: bombLeftOut;
  -o-animation-name: bombLeftOut;
  animation-name: bombLeftOut; }

/* SLIDER */
.md-overlay {
  position: fixed;
  z-index: 98;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.8; }

.md-videocontainer {
  position: fixed;
  width: 640px;
  height: 400px;
  background: #fff;
  z-index: 99;
  left: 30%;
  top: 30%;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.52);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#85000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#85000000,Positive=true); }

.md-description {
  padding: 10px 15px; }

.md-caption {
  float: left; }

.md-closebtn {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(/corp/img/md-slider/closelabel.gif) no-repeat 0 0; }

.md-slide-wrap {
  position: relative;
  height: 400px; }

.md-item-wrap {
  position: relative;
  height: 100%;
  z-index: 2; }

.md-item-wrap {
  overflow: hidden; }

.md-slide-items {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.md-slide-item {
  height: 420px;
  position: absolute;
  width: 100%; }

.md-mainimg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden; }

.md-mainimg img {
  position: absolute;
background-size: auto;}

.md-objects {
  position: relative;
  top: 0;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  height: 100%; }

.md-object {
  position: absolute;
  z-index: 3; }

.md-object img {
  width: 100%;
  height: 100%; }

.md-object a {
  display: block;
  width: 100%;
  height: 100%; }

.loading-bar-hoz {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 3;
  overflow: hidden; }

.loading-bar-bottom {
  bottom: 0; }

.loading-bar-top {
  top: 0; }

.md-loading-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.loading-bar-hoz .md-loading-state {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0; }

.loading-bar-hoz .br-timer-glow {
  background: url(/corp/img/md-slider/light-timer-glow.png) repeat scroll 0 0 transparent;
  height: 7px;
  width: 104px;
  position: absolute;
  top: -4px;
  z-index: 2; }

.loading-bar-hoz .br-timer-bar {
  background-color: white;
  height: 2px;
  position: absolute;
  z-index: 1; }

.md-arrow {
  opacity: 0; }

.md-arrow-left, .md-arrow-right {
  background: url(/corp/img/md-slider/md-arrow.png) no-repeat 0 0;
  width: 30px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  z-index: 3; }

.md-arrow-left {
  left: 10px; }

.md-arrow-right {
  right: 10px;
  background-position: -40px 0; }

.md-touchdevice .md-arrow {
  opacity: 1; }

.md-bullets {
  position: absolute;
  text-align: center;
  z-index: 4;
  right: 20px;
  left: 20px; }

.md-slide-bullet-1 .md-bullets {
  bottom: 10px;
  text-align: left; }

.md-slide-bullet-2 .md-bullets {
  bottom: 10px;
  text-align: center; }

.md-slide-bullet-3 .md-bullets {
  bottom: 10px;
  text-align: right; }

.md-slide-bullet-4 .md-bullets {
  top: 10px;
  text-align: left; }

.md-slide-bullet-5 .md-bullets {
  top: 10px;
  text-align: center; }

.md-slide-bullet-6 .md-bullets {
  top: 10px;
  text-align: right; }

.md-bullet {
  cursor: pointer;
  display: inline-block;
  height: 11px;
  margin: 0 4px;
  position: relative;
  width: 11px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  zoom: 1;
  *display: inline; }

.md-bullet a {
  display: none;
  height: 11px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.md-bullet.md-current a {
  display: block; }

.md-bullet img {
  position: absolute;
  display: none;
  width: auto !important;
  height: auto !important; }

.md-bullet .md-thumb-arrow {
  display: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  top: -5px;
  left: 50%;
  margin-left: -4px;
  position: absolute; }

.md-thumb {
  position: absolute;
  left: 0;
  right: 0;
  height: 55px;
  padding: 10px 30px;
  overflow: hidden;
  z-index: 10; }

.md-thumb-container {
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  bottom: 0;
  overflow: hidden;
  padding: 10px 0; }

.md-thumb-items {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.md-slide-thumb-3 .md-thumb-items {
  text-align: left; }

.md-slide-thumb-4 .md-thumb-items {
  text-align: right; }

.md-thumb-items a {
  cursor: pointer; }

.md-thumb img {
  margin: 0 10px 0 0; }

.md-thumb .md-thumb-prev, .md-thumb .md-thumb-next {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 21px;
  margin-top: -10px;
  background: url(/corp/img/md-slider/thumb-arrow.png) no-repeat 0 0;
  cursor: pointer;
  z-index: 3; }

.md-thumb .md-thumb-prev {
  left: 10px; }

.md-thumb .md-thumb-next {
  right: 10px;
  background-position: -13px 0; }

.md-object {
  -webkit-animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .6s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: .6s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: .6s;
  animation-timing-function: ease;
  animation-fill-mode: both; }

.md-video-control {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50; }

.md-close-video {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 51;
  width: 30px;
  height: 30px;
  background: url(/corp/img/md-slider/md-close-video.png) black no-repeat center center; }

.md-video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.md-video .md-playbtn {
  position: absolute;
  background: url(/corp/img/md-slider/play.png) no-repeat 0 0;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -20px;
  width: 60px;
  height: 40px; }

.border-top, .border-bottom, .border-right, .border-left {
  position: absolute;
  z-index: 5; }

.border-top {
  left: 0;
  top: 0;
  right: 0; }

.border-bottom {
  left: 0;
  bottom: 0;
  right: 0; }

.border-right {
  top: 0;
  bottom: 0;
  right: 0; }

.border-left {
  top: 0;
  bottom: 0;
  left: 0; }

.md-slide-fullwidth .border-top, .md-slide-fullwidth .border-bottom {
  left: 0 !important;
  right: 0 !important; }

.border-top.border-style-1 {
  background: #fff;
  border: 1px solid #ddd;
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
  z-index: 1; }

.md-slide-fullwidth .border-top.border-style-1 {
  border-right: none;
  border-left: none;
  left: 0;
  right: 0; }

.border-top.border-style-2 {
  height: 12px;
  background: url(/corp/img/md-slider/border/border-top-2.png) repeat-x 0 0;
  top: -12px;
  left: -11px;
  right: -4px; }

.border-bottom.border-style-2 {
  height: 12px;
  background: url(/corp/img/md-slider/border/border-bottom-2.png) repeat-x left bottom;
  bottom: -12px;
  left: -12px;
  right: -12px; }

.border-right.border-style-2 {
  width: 12px;
  background: url(/corp/img/md-slider/border/border-right-2.png) repeat-y right top;
  right: -12px;
  top: -12px;
  bottom: -12px; }

.border-left.border-style-2 {
  width: 12px;
  background: url(/corp/img/md-slider/border/border-left-2.png) repeat-y 0 0;
  left: -12px;
  top: -12px;
  bottom: -10px; }

.border-top.border-style-3 {
  height: 12px;
  background: url(/corp/img/md-slider/border/border-top-3.png) repeat-x 0 0;
  top: -12px;
  left: -9px;
  right: -2px; }

.border-bottom.border-style-3 {
  height: 12px;
  background: url(/corp/img/md-slider/border/border-bottom-3.png) repeat-x left bottom;
  bottom: -12px;
  left: -12px;
  right: -10px; }

.border-right.border-style-3 {
  width: 12px;
  background: url(/corp/img/md-slider/border/border-right-3.png) repeat-y right top;
  right: -12px;
  top: -12px;
  bottom: -8px; }

.border-left.border-style-3 {
  width: 12px;
  background: url(/corp/img/md-slider/border/border-left-3.png) repeat-y 0 0;
  left: -12px;
  top: -12px;
  bottom: -8px; }

.border-top.border-style-4 {
  height: 12px;
  background: url(/corp/img/md-slider/border/border-top-4.png) repeat-x 0 0;
  top: -12px;
  left: -7px;
  right: -8px; }

.border-bottom.border-style-4 {
  height: 12px;
  background: url(/corp/img/md-slider/border/border-bottom-4.png) repeat-x left bottom;
  bottom: -12px;
  left: -8px;
  right: -8px; }

.border-right.border-style-4 {
  width: 12px;
  background: url(/corp/img/md-slider/border/border-right-4.png) repeat-y right top;
  right: -12px;
  top: -6px;
  bottom: -8px; }

.border-left.border-style-4 {
  width: 12px;
  background: url(/corp/img/md-slider/border/border-left-4.png) repeat-y 0 0;
  left: -12px;
  top: -8px;
  bottom: -8px; }

.border-top.border-style-8 {
  background: url(/corp/img/md-slider/border/border-8.png) repeat 0 0;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  z-index: 1; }

.md-slide-fullwidth .border-top.border-style-8 {
  left: 0;
  right: 0; }

.border-top.border-style-9 {
  height: 9px;
  background: url(/corp/img/md-slider/border/border-top-9.png) repeat-x 0 0;
  top: 0px;
  left: 0px;
  right: 0px; }

.border-bottom.border-style-9 {
  height: 9px;
  background: url(/corp/img/md-slider/border/border-bottom-9.png) repeat-x 0 0;
  bottom: -9px;
  left: 0px;
  right: 0px; }

.border-right.border-style-9 {
  width: 9px;
  background: url(/corp/img/md-slider/border/border-right-9.png) repeat-y 0 0;
  right: -10px;
  top: 5px;
  bottom: 4px; }

.border-left.border-style-9 {
  width: 9px;
  background: url(/corp/img/md-slider/border/border-left-9.png) repeat-y 0 0;
  left: -7px;
  top: 3px;
  bottom: 3px; }

.border-left.border-style-9 div.edge-top {
  width: 20px;
  height: 20px;
  background: url(/corp/img/md-slider/border/border-9.png) no-repeat -30px -29px;
  position: absolute;
  top: -3px;
  left: 0px; }

.border-left.border-style-9 div.edge-bottom {
  width: 20px;
  height: 20px;
  background: url(/corp/img/md-slider/border/border-9.png) no-repeat -33px -5px;
  position: absolute;
  bottom: -10px;
  left: 0px;
  z-index: 10; }

.border-right.border-style-9 div.edge-top {
  width: 20px;
  height: 20px;
  background: url(/corp/img/md-slider/border/border-9.png) no-repeat -2px -29px;
  position: absolute;
  top: -5px;
  right: 2px; }

.border-right.border-style-9 div.edge-bottom {
  width: 20px;
  height: 20px;
  background: url(/corp/img/md-slider/border/border-9.png) no-repeat 2px -5px;
  position: absolute;
  bottom: -11px;
  right: 2px; }

@media screen and (max-width: 760px) {
  .md-video .md-playbtn {
    width: 15%;
    height: 18%;
    margin: -7.5%;
    margin-top: -5%;
    max-width: 50px;
    max-height: 33px;
    background-size: 100% 100%; } }
.mdslider-strip, .mdslider-block {
  position: absolute;
  overflow: hidden; }

.mdslider-strip img, .mdslider-block img, .mdslider-tile img {
  position: relative;
  margin: 0;
  padding: 0; }

.md-strips-container, .md-blocks-container {
  overflow: visible;
  position: absolute;
  top: 0;
  z-index: 100;
  height: 100%;
  width: 100%; }

.md-slide-wrap * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.mdslider-tile {
  bottom: 0;
  left: 0;
  opacity: 1;
  right: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
  float: left;
  position: absolute; }

.mdslider-tile.tiles-left-anim {
  width: 0 !important; }

.mdslider-tile.tiles-up-anim {
  height: 1px !important; }

.md-slide-wrap .tiles-switchlr-anim, .md-slide-wrap .tiles-switchud-anim, .md-slide-wrap .tiles-fliplr-anim, .md-slide-wrap .tiles-up-anim, .md-slide-wrap .tiles-left-anim, .md-slide-wrap .tiles-updown-anim, .md-slide-wrap .tiles-leftright-anim, .md-slide-wrap .tiles-flipud-anim, .md-slide-wrap .tiles-reduce-anim {
  opacity: 0;
  visibility: hidden; }

.tiles-leftright-anim.tiles-even {
  left: 50% !important; }

.tiles-leftright-anim.tiles-odd {
  left: -50% !important; }

.slit-horizontal-left-top .mdslider-slit, .slit-horizontal-top-right .mdslider-slit, .slit-horizontal-bottom-up .mdslider-slit {
  -moz-transform: translateY(0%) scale(1);
  -webkit-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
  height: 50%;
  width: 100%;
  position: absolute;
  overflow: hidden; }

.slit-horizontal-left-top img, .slit-horizontal-top-right img, .slit-horizontal-bottom-up img {
  position: absolute; }

.slit-horizontal-left-top .mdslider-slit:first-child, .slit-horizontal-top-right .mdslider-slit:first-child, .slit-horizontal-bottom-up .mdslider-slit:first-child {
  top: 0; }

.slit-horizontal-left-top .mdslider-slit:last-child, .slit-horizontal-top-right .mdslider-slit:last-child, .slit-horizontal-bottom-up .mdslider-slit:last-child {
  top: 50%; }

.slit-horizontal-left-top .md-trans-elems-1 {
  -webkit-transform: translateY(-270%) rotate(-25deg) scale(2);
  -moz-transform: translateY(-270%) rotate(-25deg) scale(2);
  -ms-transform: translateY(-270%) rotate(-25deg) scale(2);
  transform: translateY(-270%) rotate(-25deg) scale(2); }

.slit-horizontal-left-top .md-trans-elems-2 {
  -webkit-transform: translateY(270%) rotate(-25deg) scale(2);
  -moz-transform: translateY(270%) rotate(-25deg) scale(2);
  -ms-transform: translateY(270%) rotate(-25deg) scale(2);
  transform: translateY(270%) rotate(-25deg) scale(2); }

.slit-horizontal-top-right .md-trans-elems-1 {
  -webkit-transform: translateY(-270%) rotate(25deg) scale(2);
  -moz-transform: translateY(-270%) rotate(25deg) scale(2);
  -ms-transform: translateY(-270%) rotate(25deg) scale(2);
  transform: translateY(-270%) rotate(25deg) scale(2); }

.slit-horizontal-top-right .md-trans-elems-2 {
  -webkit-transform: translateY(270%) rotate(25deg) scale(2);
  -moz-transform: translateY(270%) rotate(25deg) scale(2);
  -ms-transform: translateY(270%) rotate(25deg) scale(2);
  transform: translateY(270%) rotate(25deg) scale(2); }

.slit-horizontal-bottom-up .md-trans-elems-1 {
  -webkit-transform: translateY(-270%) rotate(-25deg) scale(2);
  -moz-transform: translateY(-270%) rotate(-25deg) scale(2);
  -ms-transform: translateY(-270%) rotate(-25deg) scale(2);
  transform: translateY(-270%) rotate(-25deg) scale(2); }

.slit-horizontal-bottom-up .md-trans-elems-2 {
  -webkit-transform: translateY(270%) rotate(25deg) scale(2);
  -moz-transform: translateY(270%) rotate(25deg) scale(2);
  -ms-transform: translateY(270%) rotate(25deg) scale(2);
  transform: translateY(270%) rotate(25deg) scale(2); }

.slit-vertical-down .mdslider-slit, .slit-vertical-up .mdslider-slit {
  -moz-transform: translateY(0%) scale(1);
  -webkit-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
  height: 100%;
  width: 50%;
  position: absolute;
  overflow: hidden; }

.slit-vertical-down img, .slit-vertical-up img {
  position: absolute; }

.slit-vertical-down .mdslider-slit:first-child, .slit-vertical-up .mdslider-slit:first-child {
  left: 0; }

.slit-vertical-down .mdslider-slit:last-child, .slit-vertical-up .mdslider-slit:last-child {
  left: 50%; }

.slit-vertical-down .md-trans-elems-1 {
  -webkit-transform: translateX(-200%) rotate(25deg) scale(2);
  -moz-transform: translateX(-200%) rotate(25deg) scale(2);
  -ms-transform: translateX(-200%) rotate(25deg) scale(2);
  transform: translateX(-200%) rotate(25deg) scale(2); }

.slit-vertical-down .md-trans-elems-2 {
  -webkit-transform: translateX(200%) rotate(-25deg) scale(2);
  -moz-transform: translateX(200%) rotate(-25deg) scale(2);
  -ms-transform: translateX(200%) rotate(-25deg) scale(2);
  transform: translateX(200%) rotate(-25deg) scale(2); }

.slit-vertical-up .md-trans-elems-1 {
  -webkit-transform: translateX(-200%) rotate(-25deg) scale(2);
  -moz-transform: translateX(-200%) rotate(-25deg) scale(2);
  -ms-transform: translateX(-200%) rotate(-25deg) scale(2);
  transform: translateX(-200%) rotate(-25deg) scale(2); }

.slit-vertical-up .md-trans-elems-2 {
  -webkit-transform: translateX(200%) rotate(25deg) scale(2);
  -moz-transform: translateX(200%) rotate(25deg) scale(2);
  -ms-transform: translateX(200%) rotate(25deg) scale(2);
  transform: translateX(200%) rotate(25deg) scale(2); }

.md-slide-wrap {
  margin: 0;
  font-size: 12px;
  line-height: 1.5em;
  word-wrap: normal; }

.md-slidewrap {
  font-size: 12px;
  line-height: 1.5em;
  word-wrap: normal; }

.md-objects > div, .md-objects > div a, .slider-item > div {
  margin: 0;
  padding: 0;
  line-height: 1em;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.md-loading-bg {
  background: #fff;
  opacity: 0.6; }

.md-loading-state {
  background: #fff; }

.md-bullet {
  background: #d2d2d2; }

.md-bullet a {
  background: #999; }

.md-bullet img {
  border: 3px solid #fff;
  top: 0;
  left: 0;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5); }

.md-bullet .md-thumb-arrow {
  border-top-color: #fff; }

.white-shadow {
  -moz-box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.25);
  box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=4,OffY=4,Color=#40ffffff,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=4,OffY=4,Color=#40ffffff,Positive=true); }

.black-shadow {
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=4,OffY=4,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=4,OffY=4,Color=#40000000,Positive=true); }

.white-shadow2 {
  -moz-box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.35);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.35);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#59ffffff,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#59ffffff,Positive=true); }

.black-shadow2 {
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#59000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#59000000,Positive=true); }

.text-white-shadow p {
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#80ffffff,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#80ffffff,Positive=true); }

.text-black-shadow p {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#80000000,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#80000000,Positive=true); }

.text-white-shadow2 p {
  text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#80ffffff,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#80ffffff,Positive=true); }

.text-black-shadow2 p {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#80000000,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#80000000,Positive=true); }

.md-touchdevice .md-arrow-left, .md-touchdevice .md-arrow-right, .md-touchdevice .md-play, .md-touchdevice .md-pause {
  top: auto;
  left: auto;
  margin-top: 0;
  bottom: 10px;
  right: 10px;
  display: none; }

.md-touchdevice .md-arrow-left {
  right: 80px; }

.md-touchdevice .md-play, .md-touchdevice .md-pause {
  right: 45px; }

.md-thumb img {
  padding: 4px;
  background: #fff;
  border: 1px solid #E1E1E1; }

.md-thumb a:hover img {
  border-color: #ccc; }

.md-thumb a.md-current img {
  border-color: #bbb; }

@media screen and (max-width: 760px) {
  .md-bullet, .md-bullet a {
    height: 9px;
    width: 9px; } }
@media screen and (max-width: 600px) {
  .md-bullet, .md-bullet a {
    height: 7px;
    width: 7px; } }
.customers-overview .slider-container #md-slider .img-wrapper .play-button, .slider-container .block-md-slider > .play-button,
.customers-overview .tp-banner .img-wrapper .play-button,
.slider-container #md-slider .img-wrapper .play-button {
  width: 87px !important;
  height: 87px !important;
  background: url(/corp/img/customers/play-button.png) no-repeat !important;
  position: absolute !important;
  top: 50% !important;
  margin-top: -43px !important;
  left: 50% !important;
  margin-left: -43px !important; }

.slider-container {
  background: #f4f5f7; }
  .slider-container .md-slide-item {
    color: #3d3e40; }
    .slider-container .md-slide-item .md-object {
      font-weight: 300; }
  .slider-container #md-slider .img-wrapper {
    display: block;
    position: relative; }
  .slider-container .md-arrow {
    opacity: 1 !important; }
  .slider-container .block-md-slider {
    position: relative !important; }
    .slider-container .block-md-slider > .play-button {
      text-indent: -9999px;
      overflow: hidden;
      z-index: 500; }
  .slider-container .md-slide-wrap, .slider-container .md-item-wrap, .slider-container .mdpslide-items {
    position: static !important; }

.text-2 {
  color: #2e2e2e;
  font-size: 40px;
  font-style: normal;
  font-variant: normal;
  line-height: 45px; }

/* SUPERFISH */
/*** ESSENTIAL STYLES ***/
@media (min-width: 768px) {
  .sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none; }

  .sf-menu li {
    position: relative; }

  .sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99; }

  .sf-menu > li {
    float: left; }

  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block; }

  .sf-menu a {
    display: block;
    position: relative; }

  .sf-menu ul ul {
    top: 0;
    left: 100%; }

  .sf-menu > li > ul {
    right: auto !important;
    left: 10px !important; } }
/* BIZ BUTTON */
/* Reset
----------------------------------------------------------------------------------------------------*/
/*html, body, div, span, applet, object, iframe, h1, h3, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; backound: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; } a { text-decoration: none; }


body {
	font-size: ;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../../img/biz-pro-buttons/bg.jpg);
}
h1 {
	font-size:25px;
	font-weight:bold;
	color:#555454;
	text-shadow:0px 1px 0px #fff;

	margin: 70px 0 25px 0;
}
*/
/* ----------------------------------------------------------------------------------------------------
Grid to hold button layout
----------------------------------------------------------------------------------------------------*/
/*.container { position:relative; width:566px; margin:0 auto; padding:0; }
.container-elements { width:700px; margin:0 auto; }
.container .column, .container .columns, #small-buttons .columns { float:left; display:inline; margin-left: 10px; margin-right: 10px;}
.container .one.column      { width:126px; }
.container .two.columns     { width:93px;  }
.container .three.columns   { width:134px; }
.container .four.columns    { width:125px; }
.container .full.column     { width:546px; }*/
#small-buttons {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 100px; }

.small-col-1 {
  width: 30px; }

.small-col-2 {
  width: 30px; }

/* ----------------------------------------------------------------------------------------------------
Master Button Style - Do not change or button will mess up!
----------------------------------------------------------------------------------------------------*/
.biz-button {
  width: 122px;
  float: left;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.biz-button span {
  margin-right: 8px; }

.small-button {
  width: auto;
  height: auto; }

.small-button span {
  -webkit-box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.01), 2px 0px 0px rgba(255, 255, 255, 0.01);
  -moz-box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.01), 2px 0px 0px rgba(255, 255, 255, 0.01);
  box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.01), 2px 0px 0px rgba(255, 255, 255, 0.01); }

/* ----------------------------------------------------------------------------------------------------
Base Button Colors - Grey, Blue, Green, Black, Red & Purple
----------------------------------------------------------------------------------------------------*/
.grey {
  background: -webkit-linear-gradient(top, #f4f5f7 0%, #e1e2e6 90%, #cfd1d4 100%);
  background: -moz-linear-gradient(top, #f4f5f7 0%, #e1e2e6 90%, #cfd1d4 100%);
  background: -o-linear-gradient(top, #f4f5f7 0%, #e1e2e6 90%, #cfd1d4 100%);
  background: -ms-linear-gradient(top, #f4f5f7 0%, #e1e2e6 90%, #cfd1d4 100%);
  background: linear-gradient(top, #f4f5f7 0%, #e1e2e6 90%, #cfd1d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f5f7', endColorstr='#cfd1d4',GradientType=0 );
  border: 1px solid #949494;
  -webkit-box-shadow: inset 0px 1px 0px white, 0px 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px white, 0px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 0px white, 0px 1px 1px rgba(0, 0, 0, 0.15);
  color: #555454;
  text-shadow: 0px 1px 0px #fff; }

/*.blue {
	background: -webkit-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -moz-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -o-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -ms-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db9fe', endColorstr='#2786c9',GradientType=0 );
	border:1px solid #0f5ea9;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);
}
.green {
	background: -webkit-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: -moz-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: -o-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: -ms-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25c652', endColorstr='#298f35',GradientType=0 );
	border:1px solid #0f681b;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);
}
.black {
	background: -webkit-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: -moz-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: -o-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: -ms-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#454545',GradientType=0 );
	border:1px solid #323232;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);
}
.red {
	background: -webkit-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: -moz-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: -o-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: -ms-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc4646', endColorstr='#8e2d2d',GradientType=0 );
	border: 1px solid #850000;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);
}
.purple {
	background: -webkit-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: -moz-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: -o-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: -ms-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e193f2', endColorstr='#ba5fce',GradientType=0 );
	border: 1px solid #9c3cb1;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);
}*/
/* ----------------------------------------------------------------------------------------------------
Button Hover Colors, add the corresponding class to change the color on hover - .{color-name}-hover
----------------------------------------------------------------------------------------------------*/
/*
.blue-hover:hover {
	background: -webkit-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -moz-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -o-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -ms-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db9fe', endColorstr='#2786c9',GradientType=0 );
	border:1px solid #0f5ea9;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);
}
.green-hover:hover {
	background: -webkit-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: -moz-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: -o-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: -ms-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25c652', endColorstr='#298f35',GradientType=0 );
	border:1px solid #0f681b;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);
}
.black-hover:hover {
	background: -webkit-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: -moz-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: -o-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: -ms-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#454545',GradientType=0 );
	border:1px solid #323232;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);
}
.red-hover:hover {
	background: -webkit-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: -moz-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: -o-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: -ms-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc4646', endColorstr='#8e2d2d',GradientType=0 );
	border: 1px solid #850000;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);
}
.purple-hover:hover {
	background: -webkit-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: -moz-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: -o-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: -ms-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e193f2', endColorstr='#ba5fce',GradientType=0 );
	border: 1px solid #9c3cb1;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);
}
*/
/* ----------------------------------------------------------------------------------------------------
Divider colors, these create the colors for the button diviers, do not change the lines below!
----------------------------------------------------------------------------------------------------*/
.biz-button span {
  width: 31px;
  height: 31px;
  float: left;
  background-image: url(../../img/biz-pro-buttons/icons.png);
  background-repeat: no-repeat; }

.grey span,
.grey.blue-hover span,
.grey.green-hover span,
.grey.black-hover span,
.grey.red-hover span,
.grey.purple-hover span {
  -webkit-box-shadow: 1px 0px 0px #b7b9b9, 2px 0px 0px white;
  -moz-box-shadow: 1px 0px 0px #b7b9b9, 2px 0px 0px white;
  box-shadow: 1px 0px 0px #b7b9b9, 2px 0px 0px white; }

/*.blue span,
.blue.green-hover span,
.blue.black-hover span,
.blue.red-hover span,
.blue.purple-hover span {
	-webkit-box-shadow:
		1px 0px 0px #2f87c3,
		2px 0px 0px rgba(255,255,255,.35);
	-moz-box-shadow:
		1px 0px 0px #2f87c3,
		2px 0px 0px rgba(255,255,255,.35);
	box-shadow:
		1px 0px 0px #2f87c3,
		2px 0px 0px rgba(255,255,255,.35);
}
.green span,
.green.blue-hover span,
.green.black-hover span,
.green.red-hover span,
.green.purple-hover span, 
.green.blue-hover:hover span {
	-webkit-box-shadow:
		1px 0px 0px #1b962f,
		2px 0px 0px #2fcf63;
	-moz-box-shadow:
		1px 0px 0px #1b962f,
		2px 0px 0px #2fcf63;
	box-shadow:
		1px 0px 0px #1b962f,
		2px 0px 0px #2fcf63;
}
.black span,
.black.blue-hover span,
.black.green-hover span,
.black.red-hover span,
.black.purple-hover span {
	-webkit-box-shadow:
		1px 0px 0px #585858,
		2px 0px 0px #a0a0a0;
	-moz-box-shadow:
		1px 0px 0px #585858,
		2px 0px 0px #a0a0a0;
	box-shadow:
		1px 0px 0px #585858,
		2px 0px 0px #a0a0a0;
}
.red span,
.red.blue-hover span,
.red.green-hover span,
.red.black-hover span,
.red.purple-hover span {
	-webkit-box-shadow:
		1px 0px 0px #821913,
		2px 0px 0px #d5605d;
	-moz-box-shadow:
		1px 0px 0px #821913,
		2px 0px 0px #d5605d;
	box-shadow:
		1px 0px 0px #821913,
		2px 0px 0px #d5605d;
}
.purple span,
.purple.blue-hover span,
.purple.green-hover span,
.purple.black-hover span,
.purple.red-hover span {
	-webkit-box-shadow:
		1px 0px 0px #b959cd,
		2px 0px 0px #e6a9f3;
	-moz-box-shadow:
		1px 0px 0px #b959cd,
		2px 0px 0px #e6a9f3;
	box-shadow:
		1px 0px 0px #b959cd,
		2px 0px 0px #e6a9f3;
}

.grey.blue-hover:hover span,
.green.blue-hover:hover span,
.black.blue-hover:hover span,
.red.blue-hover:hover span,
.purple.blue-hover:hover span {
	-webkit-box-shadow:
		1px 0px 0px #2f87c3,
		2px 0px 0px rgba(255,255,255,.35);
	-moz-box-shadow:
		1px 0px 0px #2f87c3,
		2px 0px 0px rgba(255,255,255,.35);
	box-shadow:
		1px 0px 0px #2f87c3,
		2px 0px 0px rgba(255,255,255,.35);
}
.grey.green-hover:hover span,
.blue.green-hover:hover span,
.black.green-hover:hover span,
.red.green-hover:hover span,
.purple.green-hover:hover span {
	-webkit-box-shadow:
		1px 0px 0px #1b962f,
		2px 0px 0px #2fcf63;
	-moz-box-shadow:
		1px 0px 0px #1b962f,
		2px 0px 0px #2fcf63;
	box-shadow:
		1px 0px 0px #1b962f,
		2px 0px 0px #2fcf63;
}
.grey.black-hover:hover span,
.blue.black-hover:hover span,
.green.black-hover:hover span,
.red.black-hover:hover span,
.purple.black-hover:hover span {
	-webkit-box-shadow:
		1px 0px 0px #585858,
		2px 0px 0px #a0a0a0;
	-moz-box-shadow:
		1px 0px 0px #585858,
		2px 0px 0px #a0a0a0;
	box-shadow:
		1px 0px 0px #585858,
		2px 0px 0px #a0a0a0;	
}
.grey.red-hover:hover span,
.blue.red-hover:hover span,
.green.red-hover:hover span,
.black.red-hover:hover span,
.purple.red-hover:hover span {
	-webkit-box-shadow:
		1px 0px 0px #821913,
		2px 0px 0px #d5605d;
	-moz-box-shadow:
		1px 0px 0px #821913,
		2px 0px 0px #d5605d;
	box-shadow:
		1px 0px 0px #821913,
		2px 0px 0px #d5605d;
} 
.grey.purple-hover:hover span,
.blue.purple-hover:hover span,
.green.purple-hover:hover span,
.black.purple-hover:hover span,
.red.purple-hover:hover span {
	-webkit-box-shadow:
		1px 0px 0px #b959cd,
		2px 0px 0px #e6a9f3;
	-moz-box-shadow:
		1px 0px 0px #b959cd,
		2px 0px 0px #e6a9f3;
	box-shadow:
		1px 0px 0px #b959cd,
		2px 0px 0px #e6a9f3;
}*/
/* ----------------------------------------------------------------------------------------------------
Dividers for images floated to the right, add the class image-right to the anchor tag you wish to have images to the right of the button.
----------------------------------------------------------------------------------------------------*/
/*.image-right span { 
	float:right;
}
.image-right.grey.blue-hover span,
.image-right.grey.green-hover span,
.image-right.grey.black-hover span,
.image-right.grey.red-hover span,
.image-right.grey.purple-hover span,
.image-right.grey.no-hover span {
	-webkit-box-shadow:
		-1px 0px 0px #b8b9b9,
		-2px 0px 0px #fff;
	-moz-box-shadow:
		-1px 0px 0px #b8b9b9,
		-2px 0px 0px #fff;
	box-shadow:
		-1px 0px 0px #b8b9b9,
		-2px 0px 0px #fff;
}
.image-right.blue span,
.image-right.blue:hover span,
.image-right.grey.blue-hover:hover span,
.image-right.green.blue-hover:hover span,
.image-right.black.blue-hover:hover span,
.image-right.red.blue-hover:hover span,
.image-right.purple.blue-hover:hover span,
.image-right.blue.no-hover span {
	-webkit-box-shadow:
		-1px 0px 0px #2f87c3,
		-2px 0px 0px rgba(255,255,255,.35);
	-moz-box-shadow:
		-1px 0px 0px #2f87c3,
		-2px 0px 0px rgba(255,255,255,.35);
	box-shadow:
		-1px 0px 0px #2f87c3,
		-2px 0px 0px rgba(255,255,255,.35); 
}
.image-right.green span,
.image-right.green:hover span,
.image-right.grey.green-hover:hover span,
.image-right.black.green-hover:hover span,
.image-right.red.green-hover:hover span,
.image-right.purple.green-hover:hover span,
.image-right.green.no-hover span {
	-webkit-box-shadow:
		-1px 0px 0px #1b962f,
		-2px 0px 0px #2fcf63;
	-moz-box-shadow:
		-1px 0px 0px #1b962f,
		-2px 0px 0px #2fcf63;
	box-shadow:
		-1px 0px 0px #1b962f,
		-2px 0px 0px #2fcf63;
}

.image-right.black span,
.image-right.black:hover span,
.image-right.grey.black-hover:hover span,
.image-right.green.black-hover:hover span,
.image-right.red.black-hover:hover span,
.image-right.purple.black-hover:hover span,
.image-right.black.no-hover span {
	-webkit-box-shadow:
		-1px 0px 0px #585858,
		-2px 0px 0px #a0a0a0;
	-moz-box-shadow:
		-1px 0px 0px #585858,
		-2px 0px 0px #a0a0a0;
	box-shadow:
		-1px 0px 0px #585858,
		-2px 0px 0px #a0a0a0;
}
.image-right.red span,
.image-right.red:hover span,
.image-right.grey.red-hover:hover span,
.image-right.blue.red-hover:hover span,
.image-right.green.red-hover:hover span,
.image-right.black.red-hover:hover span,
.image-right.purple.red-hover:hover span,
.image-right.red.no-hover span {
	-webkit-box-shadow:
		-1px 0px 0px #821913,
		-2px 0px 0px #d5605d;
	-moz-box-shadow:
		-1px 0px 0px #821913,
		-2px 0px 0px #d5605d;
	box-shadow:
		-1px 0px 0px #821913,
		-2px 0px 0px #d5605d;
}
.image-right.purple span,
.image-right.purple:hover span,
.image-right.grey.purple-hover:hover span,
.image-right.blue.purple-hover:hover span,
.image-right.green.purple-hover:hover span,
.image-righ.red.purple-hover:hover span,
.image-right.purple-hover:hover span,
.image-right.purple.no-hover span {
	-webkit-box-shadow:
		-1px 0px 0px #b959cd,
		-2px 0px 0px #e6a9f3;
	-moz-box-shadow:
		-1px 0px 0px #b959cd,
		-2px 0px 0px #e6a9f3;
	box-shadow:
		-1px 0px 0px #b959cd,
		-2px 0px 0px #e6a9f3;
}*/
/* ----------------------------------------------------------------------------------------------------
Image classes - Add the according class to the span tag for your desired image, thats all!
----------------------------------------------------------------------------------------------------*/
.grey.blue-hover span.mail,
.grey.green-hover span.mail,
.grey.black-hover span.mail,
.grey.red-hover span.mail,
.grey.purple-hover span.mail,
.grey.no-hover span.mail {
  background-position: 0 0; }

.grey.blue-hover span.download,
.grey.green-hover span.download,
.grey.black-hover span.download,
.grey.red-hover span.download,
.grey.purple-hover span.download,
.grey.no-hover span.download {
  background-position: -31px 0; }

.grey.blue-hover span.cart,
.grey.green-hover span.cart,
.grey.black-hover span.cart,
.grey.red-hover span.cart,
.grey.no-hover span.cart {
  background-position: -62px 0; }

.grey.blue-hover span.plus,
.grey.green-hover span.plus,
.grey.black-hover span.plus,
.grey.red-hover span.plus,
.grey.purple-hover span.plus,
.grey.no-hover span.plus {
  background-position: -93px 0; }

.grey.blue-hover span.prev,
.grey.green-hover span.prev,
.grey.black-hover span.prev,
.grey.red-hover span.prev,
.grey.purple-hover span.prev,
.grey.no-hover span.prev {
  background-position: -124px 0; }

.grey.blue-hover span.next,
.grey.green-hover span.next,
.grey.black-hover span.next,
.grey.red-hover span.next,
.grey.purple-hover span.next,
.grey.no-hover span.next {
  background-position: -155px 0; }

.grey.blue-hover span.cross,
.grey.green-hover span.cross,
.grey.black-hover span.cross,
.grey.red-hover span.cross,
.grey.purple-hover span.cross,
.grey.no-hover span.cross {
  background-position: -186px 0; }

.grey.blue-hover span.info,
.grey.green-hover span.info,
.grey.black-hover span.info,
.grey.red-hover span.info,
.grey.purple-hover span.info,
.grey.no-hover span.info {
  background-position: -217px 0; }

.grey.blue-hover span.tick,
.grey.green-hover span.tick,
.grey.black-hover span.tick,
.grey.red-hover span.tick,
.grey.purple-hover span.tick,
.grey.no-hover span.tick {
  background-position: -248px 0; }

.grey.blue-hover span.permalink,
.grey.green-hover span.permalink,
.grey.black-hover span.permalink,
.grey.red-hover span.permalink,
.grey.purple-hover span.permalink,
.grey.no-hover span.permalink {
  background-position: -279px 0; }

/** Hover Images **/
.image-right.grey.blue-hover:hover span.mail,
.grey.blue-hover:hover span.mail,
.grey.green-hover:hover span.mail,
.grey.black-hover:hover span.mail,
.grey.red-hover:hover span.mail,
.grey.purple-hover:hover span.mail,
.blue.green-hover span.mail,
.blue.black-hover span.mail,
.blue.red-hover span.mail,
.blue.purple-hover span.mail,
.blue.no-hover span.mail,
.green.blue-hover span.mail,
.green.black-hover span.mail,
.green.red-hover span.mail,
.green.purple-hover span.mail,
.green.no-hover span.mail,
.black.blue-hover span.mail,
.black.green-hover span.mail,
.black.red-hover span.mail,
.black.purple-hover span.mail,
.black.no-hover span.mail,
.red.blue-hover span.mail,
.red.green-hover span.mail,
.red.black-hover span.mail,
.red.purple-hover span.mail,
.red.no-hover span.mail,
.purple.blue-hover span.mail,
.purple.green-hover span.mail,
.purple.black-hover span.mail,
.purple.red-hover span.mail,
.purple.no-hover span.mail {
  background-position: 0 -31px; }

.image-right.grey.blue-hover:hover span.download,
.grey.blue-hover:hover span.download,
.grey.green-hover:hover span.download,
.grey.black-hover:hover span.download,
.grey.red-hover:hover span.download,
.grey.purple-hover:hover span.download,
.blue.green-hover span.download,
.blue.black-hover span.download,
.blue.red-hover span.download,
.blue.purple-hover span.download,
.blue.no-hover span.download,
.green.blue-hover span.download,
.green.black-hover span.download,
.green.red-hover span.download,
.green.purple-hover span.download,
.green.no-hover span.download,
.black.blue-hover span.download,
.black.green-hover span.download,
.black.red-hover span.download,
.black.purple-hover span.download,
.black.no-hover span.download,
.red.blue-hover span.download,
.red.green-hover span.download,
.red.black-hover span.download,
.red.purple-hover span.download,
.red.no-hover span.download,
.purple.blue-hover span.download,
.purple.green-hover span.download,
.purple.black-hover span.download,
.purple.red-hover span.download,
.purple.no-hover span.download {
  background-position: -31px -31px; }

.image-right.grey.blue-hover:hover span.cart,
.grey.blue-hover:hover span.cart,
.grey.green-hover:hover span.cart,
.grey.black-hover:hover span.cart,
.grey.red-hover:hover span.cart,
.grey.purple-hover:hover span.cart,
.blue.green-hover span.cart,
.blue.black-hover span.cart,
.blue.red-hover span.cart,
.blue.purple-hover span.cart,
.blue.no-hover span.cart,
.green.blue-hover span.cart,
.green.black-hover span.cart,
.green.red-hover span.cart,
.green.purple-hover span.cart,
.green.no-hover span.cart,
.black.blue-hover span.cart,
.black.green-hover span.cart,
.black.red-hover span.cart,
.black.purple-hover span.cart,
.black.no-hover span.cart,
.red.blue-hover span.cart,
.red.green-hover span.cart,
.red.black-hover span.cart,
.red.purple-hover span.cart,
.red.no-hover span.cart,
.purple.blue-hover span.cart,
.purple.green-hover span.cart,
.purple.black-hover span.cart,
.purple.red-hover span.cart,
.purple.no-hover span.cart {
  background-position: -62px -31px; }

.image-right.grey.blue-hover:hover span.plus,
.grey.blue-hover:hover span.plus,
.grey.green-hover:hover span.plus,
.grey.black-hover:hover span.plus,
.grey.red-hover:hover span.plus,
.grey.purple-hover:hover span.plus,
.blue.green-hover span.plus,
.blue.black-hover span.plus,
.blue.red-hover span.plus,
.blue.purple-hover span.plus,
.blue.no-hover span.plus,
.green.blue-hover span.plus,
.green.black-hover span.plus,
.green.red-hover span.plus,
.green.purple-hover span.plus,
.green.no-hover span.plus,
.black.blue-hover span.plus,
.black.green-hover span.plus,
.black.red-hover span.plus,
.black.purple-hover span.plus,
.black.no-hover span.plus,
.red.blue-hover span.plus,
.red.green-hover span.plus,
.red.black-hover span.plus,
.red.purple-hover span.plus,
.red.no-hover span.plus,
.purple.blue-hover span.plus,
.purple.green-hover span.plus,
.purple.black-hover span.plus,
.purple.red-hover span.plus,
.purple.no-hover span.plus {
  background-position: -93px -31px; }

.image-right.grey.blue-hover:hover span.prev,
.grey.blue-hover:hover span.prev,
.grey.green-hover:hover span.prev,
.grey.black-hover:hover span.prev,
.grey.red-hover:hover span.prev,
.grey.purple-hover:hover span.prev,
.blue.green-hover span.prev,
.blue.black-hover span.prev,
.blue.red-hover span.prev,
.blue.purple-hover span.prev,
.blue.no-hover span.prev,
.green.blue-hover span.prev,
.green.black-hover span.prev,
.green.red-hover span.prev,
.green.purple-hover span.prev,
.green.no-hover span.prev,
.black.blue-hover span.prev,
.black.green-hover span.prev,
.black.red-hover span.prev,
.black.purple-hover span.prev,
.black.no-hover span.prev,
.red.blue-hover span.prev,
.red.green-hover span.prev,
.red.black-hover span.prev,
.red.purple-hover span.prev,
.red.no-hover span.prev,
.purple.blue-hover span.prev,
.purple.green-hover span.prev,
.purple.black-hover span.prev,
.purple.red-hover span.prev,
.purple.no-hover span.prev {
  background-position: -124px -31px; }

.image-right.grey.blue-hover:hover span.next,
.image-right.grey.green-hover:hover span.next,
.image-right.grey.black-hover:hover span.next,
.image-right.grey.red-hover:hover span.next,
.image-right.grey.purple-hover:hover span.next,
.grey.blue-hover:hover span.next,
.grey.green-hover:hover span.next,
.grey.black-hover:hover span.next,
.grey.red-hover:hover span.next,
.grey.purple-hover:hover span.next,
.blue.green-hover span.next,
.blue.black-hover span.next,
.blue.red-hover span.next,
.blue.purple-hover span.next,
.blue.no-hover span.next,
.green.blue-hover span.next,
.green.black-hover span.next,
.green.red-hover span.next,
.green.purple-hover span.next,
.green.no-hover span.next,
.black.blue-hover span.next,
.black.green-hover span.next,
.black.red-hover span.next,
.black.purple-hover span.next,
.black.no-hover span.next,
.red.blue-hover span.next,
.red.green-hover span.next,
.red.black-hover span.next,
.red.purple-hover span.next,
.red.no-hover span.next,
.purple.blue-hover span.next,
.purple.green-hover span.next,
.purple.black-hover span.next,
.purple.red-hover span.next,
.purple.no-hover span.next {
  background-position: -155px -31px; }

.image-right.grey.blue-hover:hover span.cross,
.grey.blue-hover:hover span.cross,
.grey.green-hover:hover span.cross,
.grey.black-hover:hover span.cross,
.grey.red-hover:hover span.cross,
.grey.purple-hover:hover span.cross,
.blue.green-hover span.cross,
.blue.black-hover span.cross,
.blue.red-hover span.cross,
.blue.purple-hover span.cross,
.blue.no-hover span.cross,
.green.blue-hover span.cross,
.green.black-hover span.cross,
.green.red-hover span.cross,
.green.purple-hover span.cross,
.green.no-hover span.cross,
.black.blue-hover span.cross,
.black.green-hover span.cross,
.black.red-hover span.cross,
.black.purple-hover span.cross,
.black.no-hover span.cross,
.red.blue-hover span.cross,
.red.green-hover span.cross,
.red.black-hover span.cross,
.red.purple-hover span.cross,
.red.no-hover span.cross,
.purple.blue-hover span.cross,
.purple.green-hover span.cross,
.purple.black-hover span.cross,
.purple.red-hover span.cross,
.purple.no-hover span.cross {
  background-position: -186px -31px; }

.image-right.grey.blue-hover:hover span.info,
.grey.blue-hover:hover span.info,
.grey.green-hover:hover span.info,
.grey.black-hover:hover span.info,
.grey.red-hover:hover span.info,
.grey.purple-hover:hover span.info,
.blue.green-hover span.info,
.blue.black-hover span.info,
.blue.red-hover span.info,
.blue.purple-hover span.info,
.blue.no-hover span.info,
.green.blue-hover span.info,
.green.black-hover span.info,
.green.red-hover span.info,
.green.purple-hover span.info,
.green.no-hover span.info,
.black.blue-hover span.info,
.black.green-hover span.info,
.black.red-hover span.info,
.black.purple-hover span.info,
.black.no-hover span.info,
.red.blue-hover span.info,
.red.green-hover span.info,
.red.black-hover span.info,
.red.purple-hover span.info,
.red.no-hover span.info,
.purple.blue-hover span.info,
.purple.green-hover span.info,
.purple.black-hover span.info,
.purple.red-hover span.info,
.purple.no-hover span.info {
  background-position: -217px -31px; }

.image-right.grey.blue-hover:hover span.tick,
.grey.blue-hover:hover span.tick,
.grey.green-hover:hover span.tick,
.grey.black-hover:hover span.tick,
.grey.red-hover:hover span.tick,
.grey.purple-hover:hover span.tick,
.blue.green-hover span.tick,
.blue.black-hover span.tick,
.blue.red-hover span.tick,
.blue.purple-hover span.tick,
.blue.no-hover span.tick,
.green.blue-hover span.tick,
.green.black-hover span.tick,
.green.red-hover span.tick,
.green.purple-hover span.tick,
.green.no-hover span.tick,
.black.blue-hover span.tick,
.black.green-hover span.tick,
.black.red-hover span.tick,
.black.purple-hover span.tick,
.black.no-hover span.tick,
.red.blue-hover span.tick,
.red.green-hover span.tick,
.red.black-hover span.tick,
.red.purple-hover span.tick,
.red.no-hover span.tick,
.purple.blue-hover span.tick,
.purple.green-hover span.tick,
.purple.black-hover span.tick,
.purple.red-hover span.tick,
.purple.no-hover span.tick {
  background-position: -248px -31px; }

.image-right.grey.blue-hover:hover span.permalink,
.grey.blue-hover:hover span.permalink,
.grey.green-hover:hover span.permalink,
.grey.black-hover:hover span.permalink,
.grey.red-hover:hover span.permalink,
.grey.purple-hover:hover span.permalink,
.blue.green-hover span.permalink,
.blue.black-hover span.permalink,
.blue.red-hover span.permalink,
.blue.purple-hover span.permalink,
.blue.no-hover span.permalink,
.green.blue-hover span.permalink,
.green.black-hover span.permalink,
.green.red-hover span.permalink,
.green.purple-hover span.permalink,
.green.no-hover span.permalink,
.black.blue-hover span.permalink,
.black.green-hover span.permalink,
.black.red-hover span.permalink,
.black.purple-hover span.permalink,
.black.no-hover span.permalink,
.red.blue-hover span.permalink,
.red.green-hover span.permalink,
.red.black-hover span.permalink,
.red.purple-hover span.permalink,
.red.no-hover span.permalink,
.purple.blue-hover span.permalink,
.purple.green-hover span.permalink,
.purple.black-hover span.permalink,
.purple.red-hover span.permalink,
.purple.no-hover span.permalink {
  background-position: -279px -31px; }

/** Image Right Styles **/
/*.grey.blue-hover.image-right span.next,
.grey.green-hover.image-right span.next,
.grey.black-hover.image-right span.next,
.grey.red-hover.image-right span.next,
.grey.purple-hover.image-right span.next {
	background-position:-155px 0;
} 




.small-button.grey span,
.small-button.grey.blue-hover span,
.small-button.grey.green-hover span,
.small-button.grey.black-hover span,
.small-button.grey.red-hover span,
.small-button.grey.purple-hover span {
	-webkit-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	-moz-box-shadow:
		1px 0px 0px #b7b9b9,
		2px 0px 0px rgba(255,255,255,.01);
	box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
}
.small-button.blue span,
.small-button.blue.green-hover span,
.small-button.blue.black-hover span,
.small-button.blue.red-hover span,
.small-button.blue.purple-hover span {
	-webkit-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	-moz-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
}
.small-button.green span,
.small-button.green.blue-hover span,
.small-button.green.black-hover span,
.small-button.green.red-hover span,
.small-button.green.purple-hover span, 
.small-button.green.blue-hover:hover span {
	-webkit-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	-moz-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
}
.small-button.black span,
.small-button.black.blue-hover span,
.small-button.black.green-hover span,
.small-button.black.red-hover span,
.small-button.black.purple-hover span {
	-webkit-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	-moz-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
}
.small-button.red span,
.small-button.red.blue-hover span,
.small-button.red.green-hover span,
.small-button.red.black-hover span,
.small-button.red.purple-hover span {
	-webkit-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	-moz-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
}
.small-button.purple span,
.small-button.purple.blue-hover span,
.small-button.purple.green-hover span,
.small-button.purple.black-hover span,
.small-button.purple.red-hover span {
	-webkit-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	-moz-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
}

.small-button.grey.blue-hover:hover span,
.small-button.green.blue-hover:hover span,
.small-button.black.blue-hover:hover span,
.small-button.red.blue-hover:hover span,
.small-button.purple.blue-hover:hover span {
	-webkit-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	-moz-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
}
.small-button.grey.green-hover:hover span,
.small-button.blue.green-hover:hover span,
.small-button.black.green-hover:hover span,
.small-button.red.green-hover:hover span,
.small-button.purple.green-hover:hover span {
	-webkit-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	-moz-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
}
.small-button.grey.black-hover:hover span,
.small-button.blue.black-hover:hover span,
.small-button.green.black-hover:hover span,
.small-button.red.black-hover:hover span,
.small-button.purple.black-hover:hover span {
	-webkit-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	-moz-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);	
}
.small-button.grey.red-hover:hover span,
.small-button.blue.red-hover:hover span,
.small-button.green.red-hover:hover span,
.small-button.black.red-hover:hover span,
.small-button.purple.red-hover:hover span {
	-webkit-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	-moz-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
} 
.small-button.grey.purple-hover:hover span,
.small-button.blue.purple-hover:hover span,
.small-button.green.purple-hover:hover span,
.small-button.black.purple-hover:hover span,
.small-button.red.purple-hover:hover span {
	-webkit-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	-moz-box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
	box-shadow:
		1px 0px 0px rgba(255,255,255,.01),
		2px 0px 0px rgba(255,255,255,.01);
}



*/
/* ----------------------------------------------------------------------------------------------------
Button Widths - These are only specific widths according to the Photoshop document, change them to your own according.
(seperate classes used to create widths - made to be generic as possible)
----------------------------------------------------------------------------------------------------*/
/*.button-1  { width:119px;  }
.button-2  { width:122px;  }
.button-3  { width:121px;  }
.button-4  { width:132px;  }
.button-5  { width:90px;   }
.button-6  { width:91px;   }
.button-7  { width:91px;   }
.button-8  { width:90px;   }
.button-9  { width:113px;  }
.button-10 { width:121px;  }
.button-11 { width:119px;  }
.button-12 { width:132px;  }
.button-13 { width:104px;  }
.button-14 { width:104px;  }
.button-15 { width:117px;  }
.button-16 { width:122px;  }*/
/* ----------------------------------------------------------------------------------------------------
Elements styles
----------------------------------------------------------------------------------------------------*/
/*
#member-login {
	float:left;
	width: 310px;
	height: 255px;

	margin: 50px 195px 0px 195px;

	position: relative;
}
#member-title {
	width: 310px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;

	font-size:16px;
	font-weight:bold;
	line-height:38px;
	text-align:center;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#member-main {
	width: 310px;
	height: 214px;
	position: absolute;
	top: 39px;
	left: 0;
	z-index: 1;

	background: -webkit-linear-gradient(top, #f4f5f7 0%,#e1e2e6 90%,#cfd1d4 100%);
	background: -moz-linear-gradient(top, #f4f5f7 0%,#e1e2e6 90%,#cfd1d4 100%);
	background: -o-linear-gradient(top, #f4f5f7 0%,#e1e2e6 90%,#cfd1d4 100%);
	background: -ms-linear-gradient(top, #f4f5f7 0%,#e1e2e6 90%,#cfd1d4 100%);
	background: linear-gradient(top, #f4f5f7 0%,#e1e2e6 90%,#cfd1d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f7', endColorstr='#cfd1d4',GradientType=0 );
	border:1px solid #949494;

	-webkit-box-shadow:
		inset 0px 1px 0px #fff,
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px #fff,
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px #fff,
		0px 1px 1px rgba(0,0,0,.15);

	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
#member-main h5 {
	font-size:12px;
	font-weight:bold;
	color:#555454;
	text-align:center;
	line-height:16px;
	text-shadow:0px 1px 0px #fff;

	width:245px;
	float: left;
	
	margin: 16px 34px 19px 32px;
}
#member-main h5 a {
	color:inherit;
}

#member-main input {
	width: 229px;
	height: 35px;
	float: left;
	margin: 0px 23px 7px 23px;
	position: relative;

	background-repeat:no-repeat;
	border:1px solid #b1b1b1;

	font-size:13px;
	font-weight:500;
	color: #8f8f8f;

	padding-left:35px;
}
.user-input { 
	background: url(../../img/biz-pro-buttons/user.png) #fff;
}
.pass-input {
	background: url(../../img/biz-pro-buttons/pass.png) #fff;
}

.forgot-pass {
	font-size:12px;
	font-weight:bold;
	color:#555454;
	text-align:center;
	line-height:16px;
	text-shadow:0px 1px 0px #fff;

	float:left;
	margin: 13px 55px 0px 25px;
}

.submit {
	float: left;
	width: 80px;
	height: 35px;

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;

	cursor: pointer;
}








.blue-color {
	background: -webkit-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -moz-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -o-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -ms-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db9fe', endColorstr='#2786c9',GradientType=0 );
	border:1px solid #0f5ea9;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);
}
.green-color {
	background: -webkit-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: -moz-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: -o-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: -ms-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25c652', endColorstr='#298f35',GradientType=0 );
	border:1px solid #0f681b;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);
}
.black-color {
	background: -webkit-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: -moz-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: -o-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: -ms-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#454545',GradientType=0 );
	border:1px solid #323232;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);
}
.red-color {
	background: -webkit-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: -moz-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: -o-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: -ms-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc4646', endColorstr='#8e2d2d',GradientType=0 );
	border: 1px solid #850000;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);
}
.purple-color {
	background: -webkit-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: -moz-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: -o-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: -ms-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e193f2', endColorstr='#ba5fce',GradientType=0 );
	border: 1px solid #9c3cb1;

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);
}

#searches {
	float:left;
	width: 268px;
	margin-left: 72px;
	margin-top: 40px;
}
#searches-round {
	float:left;
	width:268px;
	margin-left: 20px;
	margin-top: 40px;
}
.search {
	width: 233px;
	height: 35px;
	float:left;
	padding-left:32px;
	
	margin-top: 20px;

	background:url(../../img/biz-pro-buttons/search.png) no-repeat #fff;
	border:1px solid #b1b1b1;

	-webkit-box-shadow: inset 0px 1px 5px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0px 1px 5px rgba(0,0,0,.1);
	box-shadow: inset 0px 1px 5px rgba(0,0,0,.1);

	font-size:13px;
	color:#8f8f8f;
}
.search-round {
	width: 233px;
	height: 35px;
	float:right;
	padding-left:32px;
	
	margin-top: 20px;

	background:url(../../img/biz-pro-buttons/search.png) no-repeat #fff;
	border:1px solid #b1b1b1;

	-webkit-box-shadow: inset 0px 1px 5px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0px 1px 5px rgba(0,0,0,.1);
	box-shadow: inset 0px 1px 5px rgba(0,0,0,.1);

	font-size:13px;
	color:#8f8f8f;

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.blue-search:focus {
	border:1px solid #39a2ea;

	-webkit-box-shadow: 
		inset 0px 1px 5px rgba(0,0,0,.1),
		0px 0px 3px rgba(76,184,253,.5);
	-moz-box-shadow: 
		inset 0px 1px 5px rgba(0,0,0,.1),
		0px 0px 3px rgba(76,184,253,.5);
	box-shadow: 
		inset 0px 1px 5px rgba(0,0,0,.1),
		0px 0px 3px rgba(76,184,253,.5);
}
.green-search:focus {
	border:1px solid #27bd4d;

	-webkit-box-shadow: 
		inset 0px 1px 5px rgba(0,0,0,.1),
		0px 0px 3px rgba(37,198,82,.5);
	-moz-box-shadow: 
		inset 0px 1px 5px rgba(0,0,0,.1),
		0px 0px 3px rgba(37,198,82,.5);
	box-shadow: 
		inset 0px 1px 5px rgba(0,0,0,.1),
		0px 0px 3px rgba(37,198,82,.5);
}
.black-search:focus {
	border:1px solid #838383;

	-webkit-box-shadow: 
		inset 0px 1px 5px rgba(0,0,0,.1),
		0px 0px 3px rgba(147,147,147,.5);
	-moz-box-shadow: 
		inset 0px 1px 5px rgba(0,0,0,.1),
		0px 0px 3px rgba(147,147,147,.5);
	box-shadow: 
		inset 0px 1px 5px rgba(0,0,0,.1),
		0px 0px 3px rgba(147,147,147,.5);
}
.red-search:focus {
	border:1px solid #c5413d;

	-webkit-box-shadow: 
		inset 0px 1px 5px rgba(0,0,0,.1),
		0px 0px 3px rgba(197,65,61,.5);
	-moz-box-shadow: 
		inset 0px 1px 5px rgba(0,0,0,.1),
		0px 0px 3px rgba(197,65,61,.5);
	box-shadow: 
		inset 0px 1px 5px rgba(0,0,0,.1),
		0px 0px 3px rgba(197,65,61,.5);
}
.purple-search:focus {
	border:1px solid #d484ef;

	-webkit-box-shadow: 
		inset 0px 1px 5px rgba(0,0,0,.1),
		0px 0px 3px rgba(212,132,239,.5);
	-moz-box-shadow: 
		inset 0px 1px 5px rgba(0,0,0,.1),
		0px 0px 3px rgba(212,132,239,.5);
	box-shadow: 
		inset 0px 1px 5px rgba(0,0,0,.1),
		0px 0px 3px rgba(212,132,239,.5);
}


#navigations {
	float:left;
	margin-top: 100px;
	margin-bottom: 250px;
	width:628px;
}
.navigation {
	float:left;
	margin-bottom:20px;
}
.navigation a {
	font-size:14px;
	font-weight:bold;
	position:relative;

	display:block;
	padding:10px 20px 11px 22px;
}
.navigation li {
	float:left;
	position:relative;
	
}
.navigation li:first-child a, .navigation li:first-child { border-radius:4px 0 0 4px;  }
.navigation li:last-child a, .navigation li:last-child a  { border-radius:0 4px 4px 0;  }

.navigation-grey a {
	background: -webkit-linear-gradient(top, #f4f5f7 0%,#e1e2e6 90%,#cfd1d4 100%);
	background: -moz-linear-gradient(top, #f4f5f7 0%,#e1e2e6 90%,#cfd1d4 100%);
	background: -o-linear-gradient(top, #f4f5f7 0%,#e1e2e6 90%,#cfd1d4 100%);
	background: -ms-linear-gradient(top, #f4f5f7 0%,#e1e2e6 90%,#cfd1d4 100%);
	background: linear-gradient(top, #f4f5f7 0%,#e1e2e6 90%,#cfd1d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f7', endColorstr='#cfd1d4',GradientType=0 );

	border-top:1px solid #949494;
	border-bottom:1px solid #949494;
	border-right:1px solid #949494;
	border-left:1px solid rgba(255,255,255,.75);

	color:#555454;
	text-shadow:0px 1px 0px #fff;

	-webkit-box-shadow:
		inset 0px 1px 0px #fff,
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px #fff,
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px #fff,
		0px 1px 1px rgba(0,0,0,.15);
}
.navigation-grey li:first-child a { border-left:1px solid #949494; }


.navigation-blue-hover a:hover {
	background: -webkit-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -moz-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -o-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -ms-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db9fe', endColorstr='#2786c9',GradientType=0 );

	border-top:1px solid #0f5ea9;
	border-bottom:1px solid #0f5ea9;
	border-right:1px solid #0f5ea9;
	border-left:1px solid #0f5ea9;

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
}
.navigation-blue-hover li:first-child a:hover {
	border-left:1px solid #0f5ea9;
}


.navigation-green-hover a:hover {
	background: -webkit-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: -moz-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: -o-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: -ms-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25c652', endColorstr='#298f35',GradientType=0 );
	
	border-top:1px solid #0f681b;
	border-bottom:1px solid #0f681b;
	border-right:1px solid #0f681b;
	border-left:1px solid #0f681b;

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
}
.navigation-green-hover li:first-child a:hover {
	border-left:1px solid #0f681b;
}

.navigation-black-hover a:hover {
	background: -webkit-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: -moz-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: -o-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: -ms-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#454545',GradientType=0 );
	
	border-top:1px solid #323232;
	border-bottom:1px solid #323232;
	border-right:1px solid #323232;
	border-left:1px solid #323232;

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
}
.navigation-black-hover li:first-child a:hover {
	border-left:1px solid #323232;
}


.navigation-red-hover a:hover {
	background: -webkit-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: -moz-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: -o-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: -ms-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc4646', endColorstr='#8e2d2d',GradientType=0 );
	
	border-top:1px solid #850000;
	border-bottom:1px solid #850000;
	border-right:1px solid #850000;
	border-left:1px solid #850000;

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
}
.navigation-red-hover li:first-child a:hover {
	border-left:1px solid #850000;
}


.navigation-purple-hover a:hover {
	background: -webkit-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: -moz-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: -o-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: -ms-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e193f2', endColorstr='#ba5fce',GradientType=0 );
	
	border-top:1px solid #9c3cb1;
	border-bottom:1px solid #9c3cb1;
	border-right:1px solid #9c3cb1;
	border-left:1px solid #9c3cb1;

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
}
.navigation-purple-hover li:first-child a:hover {
	border-left:1px solid #9c3cb1;
}





.navigation-blue a {
	background: -webkit-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -moz-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -o-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: -ms-linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	background: linear-gradient(top, #4db9fe 0%,#339be3 90%,#2786c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db9fe', endColorstr='#2786c9',GradientType=0 );

	border-top:1px solid #0f5ea9;
	border-bottom:1px solid #0f5ea9;
	border-right:1px solid #0f5ea9;
	border-left:1px solid #83cffc;

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
}
.navigation-blue li:first-child a {
	border-left:1px solid #0f5ea9;
}


.navigation-green a {
	background: -webkit-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: -moz-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: -o-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: -ms-linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	background: linear-gradient(top, #25c652 0%,#2aa640 90%,#298f35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25c652', endColorstr='#298f35',GradientType=0 );
	
	border-top:1px solid #0f681b;
	border-bottom:1px solid #0f681b;
	border-right:1px solid #0f681b;
	border-left:1px solid #2ed466;

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
}
.navigation-green li:first-child a {
	border-left:1px solid #0f681b;
}

.navigation-black a {
	background: -webkit-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: -moz-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: -o-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: -ms-linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	background: linear-gradient(top, #777777 0%,#585858 90%,#454545 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#454545',GradientType=0 );
	
	border-top:1px solid #323232;
	border-bottom:1px solid #323232;
	border-right:1px solid #323232;
	border-left:1px solid #9e9e9e;

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
}
.navigation-black li:first-child a {
	border-left:1px solid #323232;
}


.navigation-red a {
	background: -webkit-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: -moz-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: -o-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: -ms-linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	background: linear-gradient(top, #dc4646 0%,#a73636 88%,#8e2d2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc4646', endColorstr='#8e2d2d',GradientType=0 );
	
	border-top:1px solid #850000;
	border-bottom:1px solid #850000;
	border-right:1px solid #850000;
	border-left:1px solid #cf605a;

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
}
.navigation-red li:first-child a {
	border-left:1px solid #850000;
}


.navigation-purple a {
	background: -webkit-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: -moz-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: -o-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: -ms-linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	background: linear-gradient(top, #e193f2 0%,#d072e4 90%,#ba5fce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e193f2', endColorstr='#ba5fce',GradientType=0 );
	
	border-top:1px solid #9c3cb1;
	border-bottom:1px solid #9c3cb1;
	border-right:1px solid #9c3cb1;
	border-left:1px solid #e6a9f3;

	color: #fff;
	text-shadow:0px -1px 0px rgba(0,0,0,.22);

	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.35),
		0px 1px 1px rgba(0,0,0,.15);
}
.navigation-purple li:first-child a {
	border-left:1px solid #9c3cb1;
}

*/
/* REVOLUTION */
/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/*************************
	-	CAPTIONS	-
**************************/
.tp-hide-revslider, .tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important; }

.tp-caption {
  z-index: 1; }

.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important; }

.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap; }

.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "lato";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "lato";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px; }

.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #000; }

.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #fff; }

.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "lato", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "lato", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "lato", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "lato", sans-serif;
  padding: 3px 10px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0; }

.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "lato", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0; }

.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

.tp-caption.black {
  color: #000;
  text-shadow: none; }

.tp-caption.noshadow {
  text-shadow: none; }

.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.tp-caption a:hover {
  color: #ffa902; }

.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "lato";
  background-color: transparent; }

.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "lato";
  background-color: transparent; }

.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none; }

.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline; }

.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "lato";
  color: white;
  text-decoration: none;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.49804);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "lato";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 0px 20px 5px;
  text-shadow: none;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "lato";
  background-color: #db4360;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "lato";
  background-color: #fff;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "lato";
  background-color: #67ae73;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  background-color: black;
  text-shadow: none;
  margin: 0px;
  letter-spacing: -1.5px;
  padding: 1px 4px 0px 4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.large_bold_grey {
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  font-family: "lato";
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "lato";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "lato";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "lato";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "lato";
  color: white;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "lato";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "lato";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "lato";
  color: white;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "lato";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "lato";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_white {
  font-size: 38px;
  line-height: 38px;
  font-weight: 400;
  font-family: "Lato";
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.large_semibold_white {
  font-size: 42px;
  line-height: 48px;
  font-weight: 500;
  font-family: "Lato";
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }
.tp-caption.large_bold_white {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  font-family: "Lato";
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_white {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Lato";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  font-family: "lato";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.large_semibold_dark {
  font-size: 42px;
  line-height: 46px;
  font-weight: 300;
  font-family: "Lato";
  color: #2f2f2f;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_dark {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Lato";
  color: #2f2f2f;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_dark_bold {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Lato";
  color: #2f2f2f;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "lato";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "lato";
  color: white;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "lato";
  color: black;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "lato";
  color: black;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "lato";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "lato";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.roundedimage {
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "lato";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 10px 20px 15px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "lato";
  color: black;
  text-decoration: none;
  background-color: white;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "lato";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Open Sans', sans; }

.tp-caption.noshadow {
  text-shadow: none; }

.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important; }

/*.tp-caption			{	transform:none !important}*/
/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px; }

.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px; }

.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px; }

.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px; }

/******************************
	-	BUTTONS	-
*******************************/
.tp-simpleresponsive .button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url(/corp/img/revolution/gradient/g30.png) repeat-x top;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px; }

.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(../images/gradient/g40.png) repeat-x top; }

.tp-simpleresponsive .purchase:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .button.big:hover {
  background-position: bottom, 15px 11px; }

.tp-simpleresponsive .btn-download {
  color: black;
  background-color: white;
  border-color: white;
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 600;
  width: 195px;
  padding-top: 16px;
  padding-bottom: 16px; }

  .tp-simpleresponsive .btn-download:hover, .tp-simpleresponsive .btn-download:focus, .tp-simpleresponsive .btn-download:active, .tp-simpleresponsive .btn-download.active {
    color: black;
    background-color: #ebebeb;
    border-color: #e0e0e0; }
  .open .tp-simpleresponsive .btn-download.dropdown-toggle {
    color: black;
    background-color: #ebebeb;
    border-color: #e0e0e0; }
  .tp-simpleresponsive .btn-download:active, .tp-simpleresponsive .btn-download.active {
    background-image: none; }
  .open .tp-simpleresponsive .btn-download.dropdown-toggle {
    background-image: none; }
  .tp-simpleresponsive .btn-download.disabled, .tp-simpleresponsive .btn-download.disabled:hover, .tp-simpleresponsive .btn-download.disabled:focus, .tp-simpleresponsive .btn-download.disabled:active, .tp-simpleresponsive .btn-download.disabled.active, .tp-simpleresponsive .btn-download[disabled], .tp-simpleresponsive .btn-download[disabled]:hover, .tp-simpleresponsive .btn-download[disabled]:focus, .tp-simpleresponsive .btn-download[disabled]:active, .tp-simpleresponsive .btn-download[disabled].active, fieldset[disabled] .tp-simpleresponsive .btn-download, fieldset[disabled] .tp-simpleresponsive .btn-download:hover, fieldset[disabled] .tp-simpleresponsive .btn-download:focus, fieldset[disabled] .tp-simpleresponsive .btn-download:active, fieldset[disabled] .tp-simpleresponsive .btn-download.active {
    background-color: white;
    border-color: white; }
  .tp-simpleresponsive .btn-download .badge {
    color: white;
    background-color: black; }
    
.tp-simpleresponsive .btn-grey {
  color: white;
  background-color: #ccc;
  border-color: #ccc;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 24px;
  text-transform: uppercase; }  
  
  
.tp-simpleresponsive .btn-grey:hover, .tp-simpleresponsive .btn-grey:focus, .tp-simpleresponsive .btn-grey:active, .tp-simpleresponsive .btn-grey.active {
    color: white;
    background-color: #999;
    border-color: #999; }  

.tp-simpleresponsive .btn-green {
  color: white;
  background-color: #7fba31;
  border-color: #7fba31;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 24px;
  text-transform: uppercase; }
  .tp-simpleresponsive .btn-green:hover, .tp-simpleresponsive .btn-green:focus, .tp-simpleresponsive .btn-green:active, .tp-simpleresponsive .btn-green.active {
    color: white;
    background-color: #699a28;
    border-color: #5e8a24; }
  .open .tp-simpleresponsive .btn-green.dropdown-toggle {
    color: white;
    background-color: #699a28;
    border-color: #5e8a24; }
  .tp-simpleresponsive .btn-green:active, .tp-simpleresponsive .btn-green.active {
    background-image: none; }
  .open .tp-simpleresponsive .btn-green.dropdown-toggle {
    background-image: none; }
  .tp-simpleresponsive .btn-green.disabled, .tp-simpleresponsive .btn-green.disabled:hover, .tp-simpleresponsive .btn-green.disabled:focus, .tp-simpleresponsive .btn-green.disabled:active, .tp-simpleresponsive .btn-green.disabled.active, .tp-simpleresponsive .btn-green[disabled], .tp-simpleresponsive .btn-green[disabled]:hover, .tp-simpleresponsive .btn-green[disabled]:focus, .tp-simpleresponsive .btn-green[disabled]:active, .tp-simpleresponsive .btn-green[disabled].active, fieldset[disabled] .tp-simpleresponsive .btn-green, fieldset[disabled] .tp-simpleresponsive .btn-green:hover, fieldset[disabled] .tp-simpleresponsive .btn-green:focus, fieldset[disabled] .tp-simpleresponsive .btn-green:active, fieldset[disabled] .tp-simpleresponsive .btn-green.active {
    background-color: #7fba31;
    border-color: #7fba31; }
  .tp-simpleresponsive .btn-green .badge {
    color: #7fba31;
    background-color: white; }
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .tp-simpleresponsive .btn-download,
  .tp-simpleresponsive .btn-green, .tp-simpleresponsive .btn-grey {
    font-size: 14px;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tp-simpleresponsive .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    font-size: 11px !important;
    font-weight: normal; }

  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; }

  .tp-simpleresponsive .btn-download,
  .tp-simpleresponsive .btn-green, tp-simpleresponsive .btn-grey {
    font-size: 14px;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px; } }
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tp-simpleresponsive .button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    font-size: 10px !important; }

  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; }

  .tp-simpleresponsive .btn-download,
  .tp-simpleresponsive .btn-green, tp-simpleresponsive .btn-grey {
    font-size: 10px;
    width: auto;
    padding-top: 6px;
    padding-bottom: 6px; } }
/*	BUTTON COLORS	*/
.tp-simpleresponsive .button.green, .tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green, .tp-simpleresponsive .purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
  -moz-box-shadow: 0px 3px 0px 0px #104d0b;
  box-shadow: 0px 3px 0px 0px #104d0b; }

.tp-simpleresponsive .button.blue, .tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue, .tp-simpleresponsive .purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
  -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
  box-shadow: 0px 3px 0px 0px #0f3e68; }

.tp-simpleresponsive .button.red, .tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red, .tp-simpleresponsive .purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
  -moz-box-shadow: 0px 3px 0px 0px #7c1212;
  box-shadow: 0px 3px 0px 0px #7c1212; }

.tp-simpleresponsive .button.orange, .tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange, .tp-simpleresponsive .purchase:hover.orange {
  background-color: #ff7700;
  -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
  -moz-box-shadow: 0px 3px 0px 0px #a34c00;
  box-shadow: 0px 3px 0px 0px #a34c00; }

.tp-simpleresponsive .button.darkgrey, .tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey, .tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey, .tp-simpleresponsive .purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0px 3px 0px 0px #222;
  -moz-box-shadow: 0px 3px 0px 0px #222;
  box-shadow: 0px 3px 0px 0px #222; }

.tp-simpleresponsive .button.lightgrey, .tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey, .tp-simpleresponsive .purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0px 3px 0px 0px #555;
  -moz-box-shadow: 0px 3px 0px 0px #555;
  box-shadow: 0px 3px 0px 0px #555; }

/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/
/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/
/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0; }

.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden; }

.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative; }

/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important; }

.tp-simpleresponsive img {
  max-width: none; }

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  filter: none !important; }

/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tp-bannershadow.tp-shadow1 {
  background: url(/corp/img/revolution/assets/shadow1.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

.tp-bannershadow.tp-shadow2 {
  background: url(/corp/img/revolution/assets/shadow2.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

.tp-bannershadow.tp-shadow3 {
  background: url(/corp/img/revolution/assets/shadow3.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%; }

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none; }

.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%; }

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none; }

.fullscreenvideo .vjs-loading-spinner {
  visibility: none;
  display: none !important;
  width: 0px;
  height: 0px; }

.fullscreenvideo .vjs-control-bar.vjs-fade-out,
.fullscreenvideo .vjs-control-bar.vjs-fade-in,
.fullscreenvideo .vjs-control-bar.vjs-fade-out.vjs-lock-showing,
.fullscreenvideo .vjs-control-bar.vjs-fade-in.vjs-lock-showing {
  visibility: hidden !important;
  opacity: 0 !important;
  display: none !important;
  width: 0px;
  height: 0px;
  overflow: hidden; }

.fullcoveredvideo.video-js,
.fullcoveredvideo video {
  background: transparent !important; }

.fullcoveredvideo .vjs-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1; }

.tp-dottedoverlay.twoxtwo {
  background: url(/corp/img/revolution/assets/gridtile.png); }

.tp-dottedoverlay.twoxtwowhite {
  background: url(/corp/img/revolution/assets/gridtile_white.png); }

.tp-dottedoverlay.threexthree {
  background: url(/corp/img/revolution/assets/gridtile_3x3.png); }

.tp-dottedoverlay.threexthreewhite {
  background: url(/corp/img/revolution/assets/gridtile_3x3_white.png); }

/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/
/************************
	-	NAVIGATION	-
*************************/
/** BULLETS **/
.tpclear {
  clear: both; }

.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px); }

.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(/corp/img/revolution/assets/boxed_bgtile.png);
  height: 40px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tp-bullets.simplebullets.navbar-old {
  background: url(/corp/img/revolution/assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/bullet.png) no-Repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
  margin-left: 3px; }

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px; }

.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/bullets.png) no-Repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0px; }

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0px; }

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0px; }

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/bullet_boxed.png) no-Repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0px !important; }

.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0px !important; }

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/navigdots.png) no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px; }

.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0px !important; }

.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0px !important; }

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-position: top left; }

.tp-bullets.simplebullets.round .bullet {
  background: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 5px;
  width: 20px;
  height: 20px; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
  background: #fff; }

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tp-bullets.simplebullets.round .bullet {
    width: 15px;
    height: 15px; 
  }
}

/*********************************************
  - SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.bg-wrapper {
  background: #ffffff !important;
}

.boxedcontainer { 
  max-width: 100%; 
  margin:auto; 
}

.tp-banner-container{
  width: 100%;
  position: relative;
  padding: 0;
}

@media (max-width: 767px) {
/*  .boxedcontainer { 
    padding: 0 30px;
  }*/

  .tp-caption {
    padding-left: 30px !important;
    padding-right: 35px !important;
  }  
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/*  .boxedcontainer { 
    max-width: 90%; 
  }*/
  .tp-caption {
    padding-left: 30px !important;
    padding-right: 45px !important;
  }    
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/*  .boxedcontainer { 
    max-width: 90%; 
  }*/
  .tp-caption {
    padding-left: 30px !important;
    padding-right: 45px !important;
  }      
}

/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px); }

/* hide arrow in mobile and tablet */
@media (max-width: 767px) {
  .tparrows {
    display: none !important; 
  } 
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  .tparrows {
    display: none !important; 
  } 
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  .tparrows {
    display: none !important; 
  } 
}

.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/large_left.png) no-Repeat top left;
  width: 40px;
  height: 40px; }

.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/large_right.png) no-Repeat top left;
  width: 40px;
  height: 40px; }

.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/small_left.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/small_right.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/arrow_left.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/arrow_right.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/small_left_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px; }

.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/small_right_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px; }

.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/arrowleft.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px; }

.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/arrowright.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px; }

.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px; }

.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0px; }

.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px; }

.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px; }

.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px; }

.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/corp/img/revolution/assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px; }

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/corp/img/md-slider/md-arrow.png) no-Repeat;
  background-position: 0 0;
  width: 36px;
  height: 60px; }

.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/corp/img/md-slider/md-arrow.png) no-Repeat;
  background-position: -40px 0;
  width: 36px;
  height: 60px; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tp-leftarrow.default, .tp-rightarrow.default {
    background-size: 24px 40px;
    width: 13px;
    height: 40px; }

  .tp-rightarrow.default {
    background-position: -14px 0; } }
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tp-leftarrow.default, .tp-rightarrow.default {
    background-size: 18px 30px;
    width: 10px;
    height: 30px; }

  .tp-rightarrow.default {
    background-position: -9px 0; } }

@media (min-width: 992px) {
  .tparrows, .tp-bullets {
     display: none; 
  }
  .tp-banner-container:hover .tp-bullets {
     display: block; 
  }
  .tp-banner-container:hover .tparrows {
     display: block; 
     position: absolute;
     top: 50% !important;
  }
}


/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/
.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  margin-top: -50px; }

.fullwidthbanner-container .tp-thumbs {
  padding: 3px; }

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative; }

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute; }

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-thumbs img {
  width: 100%; }

/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(/corp/img/revolution/assets/timer.png);
  position: absolute;
  z-index: 200;
  top: 0px; }

.tp-bannertimer.tp-bottom {
  bottom: 0px;
  height: 5px;
  top: auto; }

/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none; }

  .responsive .tparrows {
    display: none; } }

/******************************
	-	HTML5 VIDEO SETTINGS	-
********************************/
.vjs-tech {
  margin-top: 1px; }

.tp-caption .vjs-default-skin .vjs-big-play-button {
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 30px;
  vertical-align: top;
  padding: 0px; }

.tp-caption .vjs-default-skin .vjs-big-play-button:before {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 40px;
  text-shadow: none !important;
  color: #fff;
  font-size: 18px; }

.tp-caption .vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
  box-shadow: none;
  -webkit-box-shadow: none; }

/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tp-simpleresponsive a {
  text-decoration: none; }

.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.tp-simpleresponsive > ul > li {
  list-stye: none;
  position: absolute;
  visibility: hidden; }

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(/corp/img/revolution/assets/coloredbg.png) repeat; }

.tp-loader {
  background: url(/corp/img/revolution/assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.tp-transparentimg {
  content: "url(../assets/transparent.png)"; }

.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%; }

.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  zoom: 1; }

@font-face {
  font-family: 'revicons';
  src: url("../font/revicons.eot?5510888");
  src: url("../font/revicons.eot?5510888#iefix") format("embedded-opentype"), url("../font/revicons.woff?5510888") format("woff"), url("../font/revicons.ttf?5510888") format("truetype"), url("../font/revicons.svg?5510888#revicons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/
[class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.revicon-search-1:before {
  content: '\e802'; }

/* '' */
.revicon-pencil-1:before {
  content: '\e831'; }

/* '' */
.revicon-picture-1:before {
  content: '\e803'; }

/* '' */
.revicon-cancel:before {
  content: '\e80a'; }

/* '' */
.revicon-info-circled:before {
  content: '\e80f'; }

/* '' */
.revicon-trash:before {
  content: '\e801'; }

/* '' */
.revicon-left-dir:before {
  content: '\e817'; }

/* '' */
.revicon-right-dir:before {
  content: '\e818'; }

/* '' */
.revicon-down-open:before {
  content: '\e83b'; }

/* '' */
.revicon-left-open:before {
  content: '\e819'; }

/* '' */
.revicon-right-open:before {
  content: '\e81a'; }

/* '' */
.revicon-angle-left:before {
  content: '\e820'; }

/* '' */
.revicon-angle-right:before {
  content: '\e81d'; }

/* '' */
.revicon-left-big:before {
  content: '\e81f'; }

/* '' */
.revicon-right-big:before {
  content: '\e81e'; }

/* '' */
.revicon-magic:before {
  content: '\e807'; }

/* '' */
.revicon-picture:before {
  content: '\e800'; }

/* '' */
.revicon-export:before {
  content: '\e80b'; }

/* '' */
.revicon-cog:before {
  content: '\e832'; }

/* '' */
.revicon-login:before {
  content: '\e833'; }

/* '' */
.revicon-logout:before {
  content: '\e834'; }

/* '' */
.revicon-video:before {
  content: '\e805'; }

/* '' */
.revicon-arrow-combo:before {
  content: '\e827'; }

/* '' */
.revicon-left-open-1:before {
  content: '\e82a'; }

/* '' */
.revicon-right-open-1:before {
  content: '\e82b'; }

/* '' */
.revicon-left-open-mini:before {
  content: '\e822'; }

/* '' */
.revicon-right-open-mini:before {
  content: '\e823'; }

/* '' */
.revicon-left-open-big:before {
  content: '\e824'; }

/* '' */
.revicon-right-open-big:before {
  content: '\e825'; }

/* '' */
.revicon-left:before {
  content: '\e836'; }

/* '' */
.revicon-right:before {
  content: '\e826'; }

/* '' */
.revicon-ccw:before {
  content: '\e808'; }

/* '' */
.revicon-arrows-ccw:before {
  content: '\e806'; }

/* '' */
.revicon-palette:before {
  content: '\e829'; }

/* '' */
.revicon-list-add:before {
  content: '\e80c'; }

/* '' */
.revicon-doc:before {
  content: '\e809'; }

/* '' */
.revicon-left-open-outline:before {
  content: '\e82e'; }

/* '' */
.revicon-left-open-2:before {
  content: '\e82c'; }

/* '' */
.revicon-right-open-outline:before {
  content: '\e82f'; }

/* '' */
.revicon-right-open-2:before {
  content: '\e82d'; }

/* '' */
.revicon-equalizer:before {
  content: '\e83a'; }

/* '' */
.revicon-layers-alt:before {
  content: '\e804'; }

/* '' */
.revicon-popup:before {
  content: '\e828'; }

/* '' */
/* OWL CAROUSEL */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url("../img/owl-carousel/grabbing.png") 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 65px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  background: url(/corp/img/md-slider/md-arrow.png) no-Repeat 0 0;
  width: 36px;
  height: 60px;
  position: absolute;
  text-indent: -999px;
  overflow: hidden;
  top: 50%;
  margin-top: -60px; }
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -55px; }
  .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-position: -40px 0;
    right: -55px; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: transparent;
  border: 2px solid #fff; }

.owl-theme .owl-controls .owl-page.active span {
  background: #fff; }

.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 0.5; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url("../img/owl-carousel/AjaxLoader.gif") no-repeat center center; }
/*************************
** HEADER
**************************/
#main-header {
  background: #fff;
  margin-bottom: 0; }
  #main-header .bottom-nav {
    padding-top: 10px;
    padding-bottom: 0px; }
  #main-header .bottom-nav2 {
    padding-top: 40px;
    padding-bottom: 0px; }
  #main-header.pinned {
    box-shadow: rgba(0, 0, 0, 0.09804) 0px 0px 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; }
    #main-header.pinned .bottom-nav {
      padding-top: 30px;
      padding-bottom: 0px; }

.navbar-default {
  background: transparent;
  border: none;
  border-radius: 0px; }
  .navbar-default .top-nav .navbar-nav {
    margin-right: 0px; }
    .navbar-default .top-nav .navbar-nav li a {
      color: #a3a1a1;
      font-size: 12px;
      font-weight: 400;
      padding: 10px 5px;
      text-transform: none; }
      .navbar-default .top-nav .navbar-nav li a.phone {
        overflow: hidden; }
        .navbar-default .top-nav .navbar-nav li a.phone .phone-number {
          display: none;
          -webkit-transform: translate(200%, 0);
          -ms-transform: translate(200%, 0);
          transform: translate(200%, 0);
          -webkit-transition: all, 0.3s, ease-in-out;
          transition: all, 0.3s, ease-in-out; }
        .navbar-default .top-nav .navbar-nav li a.phone .phone-icon {
          display: inline-block;
          font-size: 16px; }
        .navbar-default .top-nav .navbar-nav li a.phone:hover .phone-number, .navbar-default .top-nav .navbar-nav li a.phone:active .phone-number, .navbar-default .top-nav .navbar-nav li a.phone:focus .phone-number {
          display: inline-block;
          -webkit-transform: translate(0%, 0);
          -ms-transform: translate(0%, 0);
          transform: translate(0%, 0); }
  .navbar-default .navbar-nav > li > a {
    color: gray;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 10px;
    text-transform: uppercase; }
    .navbar-default .navbar-nav > li > a:hover {
      color: #6a6b6e; }
    .navbar-default .navbar-nav > li > a.btn-orange {
      padding-left: 9px;
      padding-right: 9px; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #f47d31;
  background: transparent; }

.navbar-brand {
  margin-top: -25px;
  padding: 0px 15px; }

.navbar-collapse {
  max-height: 425px; }

.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #f47d31; }

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background: #fff; }

.navbar-default .navbar-toggle {
  border-color: #f47d31;
  /*margin-right: -5px; */
}

/*************************
** MAIN CONTENT
**************************/
/* Home */
.home .header-section {
  margin-bottom: 50px; }
  .home .header-section h1 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 10px; }
  .home .header-section p {
    font-size: 22px;
    line-height: 36px; }
.home #intro {
  padding-top: 30px;
  padding-bottom: 55px; }
  .home #intro h1 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 20px; }
  .home #intro figure {
    padding-top: 25px;
    padding-bottom: 25px; }
  .home #intro figcaption h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px; }
  .home #intro figcaption p {
    font-size: 16px;
    line-height: 22px; }
  .home #intro footer > span, .home #intro footer > a {
    font-size: 21px;
    font-weight: 300;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle; }
  .home #intro footer > a {
    width: 225px; }
  .home #intro footer > span {
    color: #2e2e2e;
    padding-left: 30px;
    padding-right: 30px; }
.home #client-detail > article {
  padding-top: 50px;
  padding-bottom: 50px; }
  .home #client-detail > article figure a.btn-green {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px; }
  .home #client-detail > article figure .img-bordered {
    border: 2px solid #e8ebf0;
    border-radius: 10px; }
    .home #client-detail > article figure .img-bordered img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      width: 100%; }
    .home #client-detail > article figure .img-bordered p {
      margin-top: 35px;
      line-height: 22px; }
  .home #client-detail > article figure .img-holder img {
    width: 100%; }
  .home #client-detail > article figcaption h1 {
    font-size: 34px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px; }
  .home #client-detail > article figcaption p {
    color: #2e2e2e;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px; }
.home #resources {
  padding-top: 10px;
  padding-bottom: 10px; }
  .home #resources .header-section p {
    max-width: 580px;
    margin: 0 auto; }
.home #customers {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-x: hidden; }
  .home #customers .header-section p {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    max-width: 890px;
    margin: 0 auto; }
.home #resources .header-section p {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    max-width: 890px;
    margin: 0 auto; }    
.home #customer-item .item {
  background-color: #fff;
  overflow: hidden;
  height: 280px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 20px 10px; }
  .home #customer-item .item .content-container p {
    padding-top: 15px; }
  .home #customer-item .item figcaption {
    background: #f7f7f7;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50% 0;
    opacity: 0; }
    .home #customer-item .item figcaption .btn-white, .home #customer-item .item figcaption .biz-button {
      margin-left: 3px;
      margin-right: 3px;
      margin-bottom: 10px; }
    .home #customer-item .item figcaption .biz-button {
      float: none; }
      .home #customer-item .item figcaption .biz-button:hover {
        text-decoration: none;
        color: inherit; }
  .home #customer-item .item:hover {
    cursor: pointer; }
    .home #customer-item .item:hover figcaption {
      opacity: 1; }
.home #testimonials {
  padding-top: 30px;
  padding-bottom: 20px; }
  .home #testimonials figcaption {
    color: #2e2e2e; }
  .home #testimonials .owl-theme .owl-controls {
    margin-top: 20px; }
    .home #testimonials .owl-theme .owl-controls .owl-page span {
      background: #999;
      border: none; }
#resource-item > .item {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%; }
  #resource-item > .item:hover {
    text-decoration: none; }
    #resource-item > .item:hover p {
      color: #0078ca !important; }
  #resource-item > .item .content-container .image {
    position: relative; }
    #resource-item > .item .content-container .image img {
      width: 100%; }
  #resource-item > .item .content-container .content {
    padding: 20px;
    font-weight: 500;
    text-align: center; }
    #resource-item > .item .content-container .content h6 {
      color: #777;
      margin: 0;
      text-transform: uppercase; }
    #resource-item > .item .content-container .content p {
      color: #000;
      line-height: 18px; }


/*Help Center Google Form*/
/*#gs_tti0 > input {margin-top:-40px !important;}*/
.help-center-box {
background: #f7f7f7;
border: 1px solid #D5D5D0;
border-radius: 5px;
box-shadow: 0px 2px 7px #E9E7E7 inset;
-webkit-box-shadow: inset 0px 2px 7px #E9E7E7 #ccc;
-moz-box-shadow: inset 0px 2px 7px #E9E7E7 #ccc;
-ms-box-shadow: inset 0px 2px 7px #E9E7E7 #ccc;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box; 
box-sizing: border-box;
}

.gsc-input-box input[type="text"], .gsc-input-box input[type="text"]:focus, .gsc-input-box input[type="text"]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
    -moz-box-shadow: none;
-ms-box-shadow: none;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #EF650D !important;
    background-image: none !important;
    border-color: #EF650D !important;
    filter: none !important;
}

.gsib_a {
    width: 100%;
    padding: 2px 6px 0px !important;

}

#twitter-widget-0 { 
      width: 100% !important; 
    }



.home .header-section .right-inner-addon {
    position: relative;
}
.home .header-section .right-inner-addon  input {
    padding-right: 30px;    
}
.home .header-section .right-inner-addon i {
    margin: auto;
    position: absolute;
    right: 10%;
    padding: 10px;
    pointer-events: none;
    font-size: 26px;
    color: #999;
}

.home .header-section-help {
  margin-bottom: 30px; }
  .home .header-section-help h1 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 10px; }
.home .header-section-help p {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    max-width: 820px;
    margin: 0 auto; }

/* Option 2A: Reset an entire region via CSS */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/* Help Center Submit Ticket form */

/*
.submit-ticket .form-control {
  display: block;
  width: 80%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #999999; }
  .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }
*/

.submit-ticket .header-section-submit-ticket {
  margin-bottom: 30px; }
 .submit-ticket .header-section-submit-ticket h1 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 10px; }
.submit-ticket .header-section-submit-ticket p {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    max-width: 820px;
    margin: 0 auto; }

.submit-ticket .form-group {position: relative;}
.submit-ticket .form-group i {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	color: #99abb7;
	padding: 0 10px;
	font-size: 16px;
}
.submit-ticket .form-group label.error {
	display: block;
	background: #133f5c;
	color: white;
	padding: 5px 15px;
	font-size: 12px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.submit-ticket .form-group .fa-angle-down {
	height: 40px;
	background: white;
	font-size: 22px;
	padding-right: 12px;
	z-index: 2;
}
.submit-ticket .form-group .fa-angle-down:after {
	content: "";
	position: absolute;
	height: 30px;
	width: 30px;
	background: #e5e7e8;
	right: 5px;
	top: 5px;
	z-index: -1;
}
.submit-ticket input[type=text].form-control,
.submit-ticket input[type=email].form-control {
	height: 40px;
	border-radius: 3px;
	box-shadow: none;
	border: 0;
	color: #f47d31;
	font-size: 16px;
}
.submit-ticket select.form-control {
	height: 40px;
	border-radius: 3px;
	box-shadow: none;
	border: 0;
	font-size: 16px;	
}
.submit-ticket .form-control:focus {
	-webkit-box-shadow: 0 1px 8px #064F7E !important;
	-moz-box-shadow: 0 1px 8px #064F7E !important;
	box-shadow: 0 1px 8px #064F7E !important;
}
.submit-ticket .form-submit-ticket button {
/*	background: #f47d31;
	color: #ffffff;
	box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.5);*/
	border: 0;
	height: 40px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	text-shadow: #b94b00 0px 1px 0px;
	width: 100%;
	border-radius: 3px;

	color: #fefefe;
	background-image: -moz-linear-gradient(top,#ffc154,#e47601);
	background-image: -ms-linear-gradient(top,#ffc154,#e47601);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffc154),to(#e47601));
	background-image: -webkit-linear-gradient(top,#ffc154,#e47601);
	background-image: -o-linear-gradient(top,#ffc154,#e47601);
	background-image: linear-gradient(top,#ffc154,#e47601);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc154',endColorstr='#e47601',GradientType=0);

	-webkit-box-shadow: 0 1px 8px #064F7E !important;
	-moz-box-shadow: 0 1px 8px #064F7E !important;
	box-shadow: 0 1px 8px #064F7E !important;	
}
.submit-ticket .form-submit-ticket button:hover {
	-webkit-box-shadow: inset 0 0 0 0 #e08805 !important;
	-moz-box-shadow: inset 0 0 0 0 #e08805 !important;
	-ms-box-shadow: inset 0 0 0 0 #e08805 !important;
	-o-box-shadow: inset 0 0 0 0 #e08805 !important;
	box-shadow: inset 0 0 0 0 #e08805 !important;	
}


.submit-ticket .button {
/*	background: #f47d31;
	color: #ffffff;
	box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.5);*/
	border: 0;
	height: 40px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	text-shadow: #b94b00 0px 1px 0px;
	width: 100%;
	border-radius: 3px;

	color: #fefefe;
	background-image: -moz-linear-gradient(top,#ffc154,#e47601);
	background-image: -ms-linear-gradient(top,#ffc154,#e47601);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffc154),to(#e47601));
	background-image: -webkit-linear-gradient(top,#ffc154,#e47601);
	background-image: -o-linear-gradient(top,#ffc154,#e47601);
	background-image: linear-gradient(top,#ffc154,#e47601);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc154',endColorstr='#e47601',GradientType=0);

	-webkit-box-shadow: 0 1px 8px #064F7E !important;
	-moz-box-shadow: 0 1px 8px #064F7E !important;
	box-shadow: 0 1px 8px #064F7E !important;	
}
.submit-ticket .button:hover {
	-webkit-box-shadow: inset 0 0 0 0 #e08805 !important;
	-moz-box-shadow: inset 0 0 0 0 #e08805 !important;
	-ms-box-shadow: inset 0 0 0 0 #e08805 !important;
	-o-box-shadow: inset 0 0 0 0 #e08805 !important;
	box-shadow: inset 0 0 0 0 #e08805 !important;	
}

/* End Help Center Submit Ticket Form/




/* Solution */
.support-community .tp-bullets {
  bottom: 5px !important; }
.support-community ul {
  /*list-style: none;*/
  margin: 0;
  padding-left: 15px; }
.support-community #services {
  padding-top: 20px;
  padding-bottom: 20px; }
  .support-community #services h1 {
    color: #2e2e2e;
    font-size: 42px;
    font-weight: 300;
    max-width: 810px;
    margin: 0 auto; }
  .support-community #services figure {
    padding-top: 70px; }
  .support-community #services figcaption h3 {
    color: #000;
    font-weight: 700; }
  .support-community #services figcaption p {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0; }
.support-community #testimonials {
  padding-top: 30px;
  padding-bottom: 20px; }
  .support-community #testimonials .carousel figure {
    padding-left: 15px;
    padding-right: 15px; }
  .support-community #testimonials .carousel figcaption {
    max-width: none; }
    .support-community #testimonials .carousel figcaption footer {
      display: inline-block; }
.support-community #resources {
  padding-top: 10px;
  padding-bottom: 10px; }
  .support-community #resources h1 {
    font-size: 42px;
    margin-bottom: 30px; }
.support-community #solution-detail {
  padding-top: 0px; }
  .support-community #solution-detail article figure {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #eee; }
    .support-community #solution-detail article figure:after {
      content: "";
      clear: both;
      display: table; }
  .support-community #solution-detail article:last-child figure {
    padding-bottom: 55px;
    border-bottom: none; }
  .support-community #solution-detail article figcaption h1 {
    font-size: 34px;
    font-weight: 500;
    margin-top: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative; }
    .support-community #solution-detail article figcaption h1:after {
      content: "";
      display: block;
      width: 65px;
      border-bottom: 2px solid #eee;
      position: absolute;
      left: 0;
      bottom: 0; }
  .support-community #solution-detail article figcaption ul {
    margin-bottom: 35px; }
    .support-community #solution-detail article figcaption ul li {
      font-size: 16px;
      line-height: 28px; }

 
/* Resource Center */
.slider-container #md-slider .img-wrapper .play-button, #resource-item > .item .content-container .image .play-button, .resource-center #filter-items > .item .content-container .image .play-button {
  width: 62px;
  height: 62px;
  background: url(/corp/img/resource-center/play-button.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -31px;
  left: 50%;
  margin-left: -31px; }

.resource-center #filter-items {
  min-height: 900px; }
  .resource-center #filter-items > .item:hover {
    text-decoration: none; }
    .resource-center #filter-items > .item:hover p {
      color: #0078ca !important; }
  .resource-center #filter-items > .item .content-container .image {
    position: relative; }
    .resource-center #filter-items > .item .content-container .image img {
      width: 100%; }
  .resource-center #filter-items > .item .content-container .content {
    padding: 20px;
    font-weight: 500;
    text-align: center; }
    .resource-center #filter-items > .item .content-container .content h6 {
      color: #777;
      margin: 0;
      text-transform: uppercase; }
    .resource-center #filter-items > .item .content-container .content p {
      color: #000;
      line-height: 18px; }
.resource-center .affix {
  position: fixed !important;
  top: 116px;
  bottom: auto; }
.resource-center .affix-bottom {
  position: absolute !important;
  top: auto !important;
  bottom: 0; }
.resource-center .nav-static {
  position: static !important; }

/* Customers Overview */
.customers-overview #filter-items > .item {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 20px 10px; }
  .customers-overview #filter-items > .item .content-container p {
    padding-top: 15px; }
  .customers-overview #filter-items > .item figcaption {
    background: #f7f7f7;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50% 0;
    opacity: 0; }
    .customers-overview #filter-items > .item figcaption .btn-white, .customers-overview #filter-items > .item figcaption .biz-button {
      margin-left: 3px;
      margin-right: 3px;
      margin-bottom: 10px; }
    .customers-overview #filter-items > .item figcaption .biz-button {
      float: none;
      /* Make button vertically center */ }
      .customers-overview #filter-items > .item figcaption .biz-button:hover {
        text-decoration: none;
        color: inherit; }
  .customers-overview #filter-items > .item:hover {
    cursor: pointer; }
    .customers-overview #filter-items > .item:hover figcaption {
      opacity: 1; }
#highlight {
  background: url(/corp/img/highlight/bg.jpg);
  color: #fff;
  text-align: center;
  padding: 40px 0 40px;
}
#highlight a {
  color: #fff;
}
#highlight .collection {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  #highlight .collection {
    width: 80%;
  }
}
#highlight .item {
  display: inline-block;
  padding: 15px;
  margin-bottom: 10px;
}
#highlight h3 {
  margin-bottom: 30px;
}

/* About */
.about #main-content {
  background: #f1f1f1;
  padding-top: 15px; }

/* CAREER */
.carousel {
  position: relative; }

.slidesjs-navigation {
  display: block;
  background-image: url(/corp/img/md-slider/md-arrow.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 38px;
  height: 60px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -30px; }
  .slidesjs-navigation:hover {
    background-position: 0 -32px; }
  .slidesjs-navigation.slidesjs-next {
    left: auto;
    right: 10px;
    background-position: -33px 0; }
    .slidesjs-navigation.slidesjs-next:hover {
      background-position: -33px -32px; }

.slidesjs-pagination {
  position: absolute;
  left: 50%;
  bottom: 25px;
  padding: 0;
  margin: 0;
  margin-left: -100px;
  z-index: 100; }
  .slidesjs-pagination li {
    display: inline-block;
    padding: 10px; }
    .slidesjs-pagination li a {
      text-indent: -9999px;
      overflow: hidden;
      display: block;
      width: 20px;
      height: 20px;
      border: 2px solid #ccc;
      border-radius: 10px; }
      .slidesjs-pagination li a:hover, .slidesjs-pagination li a.active {
        background: #ccc; }

.openings {
  margin: 50px 0 0 0;
  border: 1px solid #ccc;
  padding: 20px 20px 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); }

.about-careers #main-content {
  padding-bottom: 70px;
}
.about-careers #main-content header h3 {
  margin-top: 5px; }
.about-careers #main-content .carrers-desc {
  border-right: 3px solid #eee;
  margin-bottom: -20px; }
  .about-careers #main-content .carrers-desc p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px; }
    .about-careers #main-content .carrers-desc p.h1 {
      font-size: 34px;
      font-weight: 400;
      line-height: 44px;
      margin-bottom: 40px; }
  .about-careers #main-content .carrers-desc ul {
    margin-bottom: 40px;
    padding-left: 20px; }
    .about-careers #main-content .carrers-desc ul li {
      font-size: 16px;
      line-height: 28px; }

.about-company #main-content, .community #main-content{
  padding-bottom: 70px;
}
.about-company #main-content header h3, .community #main-content header h3 {
  margin-top: 10px; }
.about-company #main-content hr, .community #main-content hr {
  width: 65px;
  height: 3px;
  background: #CCCCCC;
  float: left;
  margin-top: -5px;
}  
.about-company #main-content .about-desc, .community #main-content .about-desc {
  border-right: 3px solid #eee;
  margin-bottom: -20px; }
  .about-company #main-content .about-desc p, .community #main-content .about-desc p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px; }
    .about-company #main-content .about-desc p.h1, .community #main-content .about-desc p.h1 {
      font-size: 34px;
      font-weight: 300;
      line-height: 44px;
      margin-bottom: 40px; }

.about-events #main-content {
  padding-top: 20px;
  padding-bottom: 70px;
}

.about-events .item {
  margin-bottom: 40px;
}

.about-contact #main-content {
  padding-top: 20px;
  padding-bottom: 70px;
}

.about-contact .address ul {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  list-style: none;
}

.about-team #main-content {
  padding-top: 40px;
  padding-bottom: 70px;
}
.about-team .member {
  background: #FFFFFF;
  text-align: center;
  padding: 40px 10px 30px;
  margin-bottom: 40px;
  margin-left: 2%;
  margin-right: 2%;
  width: 29%;
}
.about-team .member:hover {
  -moz-box-shadow:2px 3px 10px #CCC;
  -webkit-box-shadow:2px 3px 10px #CCC;
  cursor: pointer;
}

@media (max-width: 600px) {
  .about-team .member {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
}

.about-team #middle-content img.face {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 35px;
}


@media (min-width: 768px) and (max-width: 991px) {
  .about-team #middle-content img.face {
    width: 130px;
    height: 130px;
  }
}

.about-team #middle-content .name {
  font-size: 18px;
  font-family: "lato", Helvetica, Arial, sans-serif;
  color: #2e2e2e;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.about-team #middle-content .position {
  font-size: 14px;
  font-family: "lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #666;
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .about-team .member-highlight .social {
    margin-bottom: 40px;
  }
}

.about-team #middle-content .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-team #middle-content .social li {
  display: inline-block;
  margin-right: 10px;
}
.about-team #middle-content .social li.last {
  margin-right: 0;
}
.about-team #middle-content .social li a {  
  display: inline-block;
  background: #B7B7B7;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.about-team #middle-content .social li a.facebook:hover { 
  background: #3D589B;
  color: #fff;
}
.about-team #middle-content .social li a.twitter:hover { 
  background: #74C7D5;
  color: #fff;
}
.about-team #middle-content .social li a.gplus:hover { 
  background: #B13223;
  color: #fff;
}
.about-team #middle-content .social li a.linkedin:hover { 
  background: #3172AA;
  color: #fff;
}

.member-highlight {
  display: none;
}
.member-highlight .detail {  
  background: #fff;
  padding: 40px 10px 30px;
  margin-bottom: 40px;
  margin-left: 7.5px;
  margin-right: 7.5px;  
  border-radius: 5px;
  position: relative;
}
.member-highlight .detail .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.member-highlight .detail .close:hover {
  opacity: 0.8;
}
.member-highlight .detail p {
  font: 400 16px/29px "lato", "sans-serif"; 
  margin-bottom: 20px;
}

/* PRICING PAGE */
.pricing #main-content {
  padding-top: 50px;
  padding-bottom: 70px;
  background: #F4F5F7;
}
.pricing h3 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #2e2e2e;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.pricing .package {
  margin: 50px 0;
}
.pricing .desc {
  float: left;
  width: 40%;
}
.pricing .pro {
  float: left;
  width: 30%;
  border-left: 2px solid #fff;
}

.pricing .enterprise {
  float: left;
  width: 30%;
  -moz-box-shadow:0px 3px 20px #CCC;
  -webkit-box-shadow:0px 3px 20px #CCC;
  border-radius: 3px;
  border-radius: 3px;
}
.pricing .desc .title {
  height: 226px;
}
.pricing .pro .title, .pricing .enterprise .title {
  background: #E1E1E1;
  font-family: "lato", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #2e2e2e;
  text-align: center;
  padding: 10px 25px;
}
.pricing .enterprise .title {
  background: #2079b3;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;  
}
.pricing .pro .price {
  background: #FAFAFA;
  text-align: center;
}
.pricing .enterprise .price {
  background: #2980b9;
  text-align: center; 
}
.pricing .pro .price .value, .pricing .enterprise .price .call {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #2e2e2e;
  padding-top: 20px;
}
.pricing .enterprise .price .call {
  color: #fff;
}
.pricing .pro .price small, .pricing .enterprise .price small {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  color: #2e2e2e;
  display: block;
}
.pricing .enterprise .price small {
  color: #fff;
}
.pricing .package .btn {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin: 15px 0 20px;
}
.pricing .heading {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #2e2e2e;
  text-transform: uppercase;
  padding: 7px 25px;
  background: #DADBDD;
}
.pricing .enterprise .heading {
  background: #E3E3E3;
}
.pricing .item {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2e2e2e;
  padding: 7px 25px;
  background: #E8E9EA;
}
.pricing .pro .item, .pricing .enterprise .item {
  text-align: center;
}
.pricing .enterprise .item {
  background: #F2F2F2;
}
.pricing .item.alt {
  background: #F4F5F7;
}
.pricing .enterprise .item.alt {
  background: #FFFFFF;
}
.pricing .enterprise .item.last {
  height: 70px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pricing .item.double {
  padding: 17.5px 25px;
}
@media (max-width: 767px) {
  .pricing .pro {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .pricing .enterprise {
    float: none;
    width: 100%;
  }  
  .pricing .heading {
    text-align: center;
  }  
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing .pro .price .value, .pricing .enterprise .price .call {
    /*font-size: 30px;*/
  }
  .pricing .enterprise .price .call {
    /*line-height: 10px;*/
  }
  .pricing .pro {
    margin-top: 0px;
  }
  .pricing .desc .title {
    height: 248px;
  }
  .pricing .heading.first {
    /*height: 80px;*/
  }    
  .pricing .item.sm-double {
    padding: 17px 25px;
  }  
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pricing .pro {
        margin-top: 22px;
    }

    .pricing .desc .title {
        height: 248px;
    }
  .pricing .item.lg-double {
    padding: 17px 25px;
  }  
}

.addon-title {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: #2e2e2e;
  text-align: center;
}
.addon-items {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #2e2e2e;
  text-align: center;
}

.new-pagination .item {
  display: none;
  border-bottom: 3px solid #eee; }
  .new-pagination .item .image {
    margin-top: 10px;
    margin-bottom: 10px }
  .new-pagination .item .post h1 > a, .new-pagination .item .post time {
    color: #2e2e2e;
    font-weight: 300;
    line-height: 44px; }
  .new-pagination .item .post h1 {
    margin-top: 25px; }
    .new-pagination .item .post h1 > a {
      font-size: 34px; }
      .new-pagination .item .post h1 > a:hover {
        text-decoration: none; 
        color: #999;
        }
  .new-pagination .item .post time {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative; }
    .new-pagination .item .post time:after {
      content: "";
      width: 50%;
      border-bottom: 3px solid #cccccc;
      position: absolute;
      bottom: 0;
      left: 0; }
  .new-pagination .item .post .publisher {
    display: none; }
  .new-pagination .item .post p {
    margin-bottom: 35px; }
    .new-pagination .item .post p > a {
      font-weight: 700;
      text-transform: uppercase; }
.new-pagination #pagination {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-top: 15px; }
  .new-pagination #pagination:after {
    content: "";
    clear: both;
    display: table; }
  .new-pagination #pagination li {
    margin-right: 40px;
    float: left; }
    .new-pagination #pagination li > a {
      color: #3e454c;
      display: inline-block;
      font-size: 15px;
      font-weight: 700;
      padding: 20px 5px;
      border-bottom: 3px solid transparent;
      -webkit-transition: all, 0.3, ease-in-out;
      transition: all, 0.3, ease-in-out; }
      .new-pagination #pagination li > a:hover {
        border-bottom-color: #cccccc;
        text-decoration: none; }
      .new-pagination #pagination li > a.arrow:hover {
        border-bottom-color: transparent; }
    .new-pagination #pagination li.active > a {
      border-bottom-color: #db5940; }
.new-pagination #buttons {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-left: 240px; }
  .new-pagination #buttons .next {
    width: 130px;
    float: right;
    display: block; }
  .new-pagination #buttons .previous {
    width: 130px;
    float: left;
    display: block; }

/*************************
** PRODUCT
**************************/
.product section {
  overflow: hidden;
}
.product h3 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 42px;
  color: #2e2e2e;
  text-align: center;
  width: 80%;
  margin: 0 auto 30px;
}

.product ul {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .product ul {
    margin-bottom: 30px;
  }
}
.product ul li {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.product #interact {
  padding: 40px 0 20px;
  background: #FFFFFF;
}

.product #interact h3 {
  margin-bottom: 40px;
}

.product #interact hr {
  width: 50px;
  height: 2px;
  background: #F8BC3B;
  float: left;
}

.product #interact .item {
  margin-bottom: 80px;
}

.product #interact .item .title {
  font-family: "lato", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #2e2e2e;
}

.product #interact .item p, .product #interact .item a {
  font-family: "lato", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2e2e2e;
}

.product #interact .item a {
  color: #0078ca;
}

.product #experience {
  padding: 55px 0;
}

.product #experience h3 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #2e2e2e;
  text-align: center;
}

.product #experience h6 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}

.product #experience .slider-content p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #777777;
}

.product #community {
  padding: 55px 0;
}

.product p.sub-title {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #2e2e2e;
  text-align: center;
  width: 80%;
  margin: 0 auto 20px;
}

.product #community .item {
  margin-bottom: 50px;
}

.product #community .item .title {
  font-size: 26px;
  color: #2e2e2e;
  margin-top: 15px;
}

.product #community .item p {
  font-size: 16px;
  color: #2e2e2e;
  width: 60%;
  margin: 0 auto;
}

.product #deploy {
  padding: 55px 0 0;
  background: #FAFAFA;
}

.product #deploy hr {
  width: 65px;
  height: 2px;
  background: #EEEEEE;
  float: left;
}

.product #tool {
  padding: 55px 0 0;
  background: #f1f1f1;
}

.product #tool h3 {
  color: #2e2e2e;
  margin-bottom: 55px;
}

.product #tool ul {
  margin-bottom: 60px;
}

.product #tool li {
  color: #2e2e2e;
}

@media (max-width: 767px) {
  .ipad-hand {
    max-width: 100%;
  }
}

.product #customer {
  padding: 55px 0 0;
  background: #FAFAFA;
}

.product #customer ul {
  margin-top: 60px;
}

.product #insight {
  padding: 55px 0 70px;
  background: #f1f1f1;
}

.product #insight h3 {
  margin-bottom: 55px;
}


/* ==========================================================================
  -- Icons --
  ========================================================================== */
.icon-base {
  background: url(/corp/img/structure/icon-sprite.png) no-repeat 0 0;
  width: 48px;
  height: 50px;
  display: block;
  margin-bottom: 12px; }
  .icon-base.smiley {
    background-position: -7px -2px;
    width: 57px; }
  .icon-base.speech {
    background-position: -230px -2px; }
  .icon-base.question {
    background-position: -448px -2px;
    width: 57px; }
  .icon-base.share {
    background-position: -7px -150px;
    width: 50px; }
  .icon-base.four {
    background-position: -224px -150px; }
  .icon-base.star {
    background-position: -449px -150px;
    width: 56px; }
  .icon-base.lock {
    background-position: -6px -295px;
    width: 49px; }
  .icon-base.person {
    background-position: -231px -295px;
    width: 49px; }
  .icon-base.paintbrush {
    background-position: -457px -296px;
    width: 49px; }
  .icon-base.integrate {
    background-position: -6px -434px;
    width: 49px; }
  .icon-base.wrench {
    background-position: -231px -434px; }
  .icon-base.gear {
    background-position: -456px -434px;
    width: 49px; }
  .icon-base.graph {
    background-position: -6px -586px;
    width: 49px; }
  .icon-base.cost-decrease {
    background-position: -231px -586px;
    width: 51px; }
  .icon-base.line-graph {
    background-position: -456px -586px;
    width: 49px; }

/* ==========================================================================
  -- Old version Grid -- Twitter Bootstrap - http://twitter.github.com/bootstrap/
  ========================================================================== */
.span12 {
  width: 940px; }

.span11 {
  width: 860px; }

.span10 {
  width: 780px; }

.span9 {
  width: 700px; }

.span8 {
  width: 620px; }

.span7 {
  width: 540px; }

.span6 {
  width: 460px; }

.span5 {
  width: 380px; }

.span4 {
  width: 300px; }

.span3 {
  width: 220px; }

.span2 {
  width: 140px; }

.span1 {
  width: 60px; }

.offset12 {
  margin-left: 980px; }

.offset11 {
  margin-left: 900px; }

.offset10 {
  margin-left: 820px; }

.offset9 {
  margin-left: 740px; }

.offset8 {
  margin-left: 660px; }

.offset7 {
  margin-left: 580px; }

.offset6 {
  margin-left: 500px; }

.offset5 {
  margin-left: 420px; }

.offset4 {
  margin-left: 340px; }

.offset3 {
  margin-left: 260px; }

.offset2 {
  margin-left: 180px; }

.offset1 {
  margin-left: 100px; }

/**** **** **** **** ****
- Medium Screen Size -
**** **** **** **** ****/
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 724px; }

  .span12 {
    width: 724px; }

  .span11 {
    width: 662px; }

  .span10 {
    width: 600px; }

  .span9 {
    width: 538px; }

  .span8 {
    width: 476px; }

  .span7 {
    width: 414px; }

  .span6 {
    width: 352px; }

  .span5 {
    width: 290px; }

  .span4 {
    width: 228px; }

  .span3 {
    width: 166px; }

  .span2 {
    width: 104px; }

  .span1 {
    width: 42px; }

  .offset12 {
    margin-left: 764px; }

  .offset11 {
    margin-left: 702px; }

  .offset10 {
    margin-left: 640px; }

  .offset9 {
    margin-left: 578px; }

  .offset8 {
    margin-left: 516px; }

  .offset7 {
    margin-left: 454px; }

  .offset6 {
    margin-left: 392px; }

  .offset5 {
    margin-left: 330px; }

  .offset4 {
    margin-left: 268px; }

  .offset3 {
    margin-left: 206px; }

  .offset2 {
    margin-left: 144px; }

  .offset1 {
    margin-left: 82px; } 
}

/* ==========================================================================
  -- Image Manipulation --
  ========================================================================== */
.circle {
  overflow: hidden;
  text-align: center;
  border: 6px solid #802C85;
  width: 185px;
  height: 185px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  border-radius: 100px; }

.box {
  border: 2px solid #dadada;
  padding: 1px; }

.champ {
  position: relative; 
  text-align: left;
}
  .champ:before {
    content: "";
    display: block;
    background: url(/corp/img/structure/icon-badge.png) no-repeat 0 0;
    height: 53px;
    width: 53px;
    right: -10px;
    bottom: -10px;
    position: absolute;
    z-index: 30; }
  .champ:after {
    content: "Champ";
    display: block;
    background: #aaa;
    height: 27px;
    padding-left: 10px;
    width: 100%;
    font-size: 1em;
    color: #fff; }

/* ==========================================================================
  -- Animations -- 
  ========================================================================== */
/******* ******* *******
Slide Down (pinned navigation)
******* ******* *******/
@-webkit-keyframes slideDown {
  0% {
    top: -150px;
    opacity: 0; }

  100% {
    top: 0px;
    opacity: 1; } }

@-moz-keyframes slideDown {
  0% {
    top: -150px;
    opacity: 0; }

  100% {
    top: 0px;
    opacity: 1; } }

@-o-keyframes slideDown {
  0% {
    top: -150px;
    opacity: 0; }

  100% {
    top: 0px;
    opacity: 1; } }

@keyframes slideDown {
  0% {
    top: -150px;
    opacity: 0; }

  100% {
    top: 0px;
    opacity: 1; } }

/******* ******* *******
Team Member Hide/Show
******* ******* *******/
@-webkit-keyframes teamMemberShow {
  0% {
    max-height: 0;
    opacity: 0; }

  50% {
    max-height: 2000px; }

  100% {
    max-height: 2000px;
    opacity: 1; } }

@-moz-keyframes teamMemberShow {
  0% {
    max-height: 0;
    opacity: 0; }

  50% {
    max-height: 2000px; }

  100% {
    max-height: 2000px;
    opacity: 1; } }

@-o-keyframes teamMemberShow {
  0% {
    max-height: 0;
    opacity: 0; }

  50% {
    max-height: 2000px; }

  100% {
    max-height: 2000px;
    opacity: 1; } }

@keyframes teamMemberShow {
  0% {
    max-height: 0;
    opacity: 0; }

  50% {
    max-height: 2000px; }

  100% {
    max-height: 2000px;
    opacity: 1; } }

/******* ******* *******
Slide Down Animation (animation 3)
******* ******* *******/
@-webkit-keyframes slideDownAnimation {
  0% {
    top: 0; }

  100% {
    top: 80px; } }

@-moz-keyframes slideDownAnimation {
  0% {
    top: 0; }

  100% {
    top: 80px; } }

@-o-keyframes slideDownAnimation {
  0% {
    top: 0; }

  100% {
    top: 80px; } }

@keyframes slideDownAnimation {
  0% {
    top: 0; }

  100% {
    top: 80px; } }

/******* ******* *******
Slide Up (pinned navigation)
******* ******* *******/
@-webkit-keyframes slideUp {
  0% {
    top: 0;
    opacity: 1; }

  100% {
    top: -150px;
    opacity: 0; } }

@-moz-keyframes slideUp {
  0% {
    top: 0;
    opacity: 1; }

  100% {
    top: -150px;
    opacity: 0; } }

@-o-keyframes slideUp {
  0% {
    top: 0;
    opacity: 1; }

  100% {
    top: -150px;
    opacity: 0; } }

@keyframes slideUp {
  0% {
    top: 0;
    opacity: 1; }

  100% {
    top: -150px;
    opacity: 0; } }

/******* ******* *******
Fade In
******* ******* *******/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

/******* ******* *******
Fade Out
******* ******* *******/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/******* ******* *******
Fade In Up
******* ******* *******/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(10px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(10px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

/******* ******* *******
Fade In Down
******* ******* *******/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-10px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

/******* ******* *******
Button Click
******* ******* *******/
@-webkit-keyframes buttonClick {
  0% {
    background: #fff; }

  50% {
    background: #d5d5d5;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    background: #efefef;
    -webkit-box-shadow: none;
    box-shadow: none; } }

@-moz-keyframes buttonClick {
  0% {
    background: #fff; }

  50% {
    background: #d5d5d5;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    background: #efefef;
    box-shadow: none; } }

@-o-keyframes buttonClick {
  0% {
    background: #fff; }

  50% {
    background: #d5d5d5;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    background: #efefef;
    box-shadow: none; } }

@keyframes buttonClick {
  0% {
    background: #fff; }

  50% {
    background: #d5d5d5;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    background: #efefef;
    -webkit-box-shadow: none;
    box-shadow: none; } }

/******* ******* *******
Icon Pop
******* ******* *******/
@-webkit-keyframes iconPop {
  30% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -transform: scale(0.8);
    transform: scale(0.8); }

  60% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -transform: scale(1.1);
    transform: scale(1.1); } }

@-moz-keyframes iconPop {
  50% {
    -webkit-transform: scale(1.1); } }

@-o-keyframes iconPop {
  50% {
    -webkit-transform: scale(1.1); } }

@keyframes iconPop {
  50% {
    -webkit-transform: scale(1.1); } }

/* ==========================================================================
  -- Slides --
  ========================================================================== */
.purple {
  color: #78107f; 
}

.orange {
  color: #f47d31;
}

p.highlight {
  font-size: 1.125em !important;
  color: #666;
  font-family: "BentonSans Light", "helvetica neue", sans-serif; 
}
.slide-wrap {
  min-height: 381px; 
}
  @media (max-width: 767px) {
    .slide-wrap {
      min-height: 1px; 
    } 

    .slider-content {
      margin-top: 50px !important;
    }
    #experience .container .offset2, #experience .container .offset1 {
      margin-left: 65px;
      padding-left: 0; 
    }    
    #experience .container .span8, #experience .container .span10 {
      width: 80%;
    }
  }
  @media (min-width: 1200px) {
    #experience .slide-wrap, #experience .slider-nav {
      padding-left: 100px;
    }    
  }

.slider-content {
  position: relative;
  height: 381px;
  margin: 0 auto;
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }
  @media (max-width: 767px) {
    .slider-content {
      display: block;
      height: auto;
      float: left; }
      .slider-content.hide {
        display: block !important;
        visibility: visible !important; } }

  .slider-content img {
    display: block;
    margin: 0 auto; }

.slider-nav {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .slider-nav {
      display: none; } }
  .slider-nav .span12 {
    background: #f9f9f9;
    border: 1px solid #ccc;
    height: 90px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
  .slider-nav a {
    display: block;
    float: left;
    width: 25%;
    margin: 0;
    color: #777;
    padding: 20px 5px 20px 22px;
    position: relative;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    text-align: left;
    font-size: 17px;
    font-weight: 300;    
  }
    @media (min-width: 768px) and (max-width: 979px) {
      .slider-nav a {
        padding-left: 10px; } }
    .slider-nav a:last-of-type {
      margin-right: 0; }
    .slider-nav a:hover, .slider-nav a:focus, .slider-nav a.active {
      background: #fff;
      border: 1px solid #aaa;
      padding-bottom: 30px;
      top: -7px;
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4); }
      .slider-nav a:hover:before, .slider-nav a:focus:before, .slider-nav a.active:before {
        display: block;
        content: "";
        width: 18px;
        height: 18px;
        background: #fff;
        border: 1px solid #aaa;
        border-right: none;
        border-bottom: none;
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -9px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -transform: rotate(45deg);
        transform: rotate(45deg); }
    .slider-nav a:hover, .slider-nav a:focus {
      z-index: 100;
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5); 
      text-decoration: none;
    }
    .slider-nav a i {
      margin: 0 10px -10px 0;
      display: inline-block; }
      @media (min-width: 768px) and (max-width: 979px) {
        .slider-nav a i {
          margin-right: 3px; } }
    .slider-nav a p {
      display: inline-block;
      width: 65%;
      font-size: .875em;
      margin: 0; }
      @media (min-width: 768px) and (max-width: 979px) {
        .slider-nav a p {
          width: 59%;
          font-size: .77em; } }

.animate {
  position: relative; }
  @media (max-width: 767px) {
    .animate {
      width: 100%;
      left: 0; } }
  .animate .popover {
    padding: 15px;
    width: 600px;
    left: 0;
    margin-left: 0; }
    @media (max-width: 767px) {
      .animate .popover {
        width: 100%;
        left: 0; } }
    .animate .popover h6 {
      margin: 0 0 5px; }
    .animate .popover p {
      margin: 0;
      font-size: .85em; }

.box {
  display: none; }
  .show .box {
    display: block;
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn; }

.champ {
  display: none; }
  .show .champ {
    display: block;
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn; }

.popover {
  display: none; }
  .show .popover {
    display: block;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp; }
    @media (max-width: 767px) {
      .show .popover {
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none; } }
  .show .popover.popover-down {
    display: block;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown; }
    @media (max-width: 767px) {
      .show .popover.popover-down {
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none; } }

.product #experience .slide-1 {
  position: relative; }
  @media (max-width: 767px) {
    .product #experience .slide-1 .popover {
      border: none;
      top: 0;
      position: static;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .product #experience .slide-1 .popover:after {
        display: none; } }
  .product #experience .slide-1 img {
    position: relative;
    bottom: -110px; 
  }
  @media (min-width: 1200px) {
    .product #experience .slide-1 img {
      left: -50px;
    }
  }
    @media (max-width: 767px) {
      .product #experience .slide-1 img {
        display: none; } }

.product #experience .slide-3 {
  position: relative;
  padding-top: 50px; }
  @media (max-width: 767px) {
    .product #experience .slide-3 {
      padding: 0;
      position: static;
      float: left; } }
  .product #experience .slide-3 .animate {
    border: 1px solid #ccc;
    height: 88px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both; }
  .product #experience .slide-3 .animate-6 {
    position: absolute;
    top: 200px;
    left: 150px;
    border: none;
    margin-bottom: 0;
    z-index: 10;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    @media (max-width: 767px) {
      .product #experience .slide-3 .animate-6 {
        top: 0;
        left: 0;
        position: static; } }
    .product #experience .slide-3 .animate-6 .popover {
      width: 625px; }
      @media (min-width: 768px) and (max-width: 979px) {
        .product #experience .slide-3 .animate-6 .popover {
          width: 500px; } }
      @media (max-width: 767px) {
        .product #experience .slide-3 .animate-6 .popover {
          display: block;
          width: 100%;
          border: none;
          position: static;
          padding: 0;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .product #experience .slide-3 .animate-6 .popover:after {
            display: none; } }
      .product #experience .slide-3 .animate-6 .popover:after {
        left: 92%; }
      .product #experience .slide-3 .animate-6 .popover .top,
      .product #experience .slide-3 .animate-6 .popover .bottom {
        border: none;
        float: none;
        width: 100%; }
      .product #experience .slide-3 .animate-6 .popover .top {
        padding-bottom: 0; }
  .product #experience .slide-3 .box {
    width: 70px;
    height: 70px;
    float: left;
    margin: 10px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .product #experience .slide-3 .box {
        width: 65px;
        height: 65px; } }
  .product #experience .slide-3 p {
    margin: 0; }
  .product #experience .slide-3 a {
    color: #78107f; }
  .product #experience .slide-3 span.buttons {
    float: right;
    color: #666;
    border: 1px solid #ccc;
    padding: 3px 7px;
    margin-left: 10px; }
  .product #experience .slide-3 .top,
  .product #experience .slide-3 .bottom {
    border-left: 1px solid #ccc;
    float: right;
    width: 85%;
    padding: 10px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .product #experience .slide-3 .top,
      .product #experience .slide-3 .bottom {
        width: 82%;
        font-size: .9em; } }
  .product #experience .slide-3 .top {
    border-bottom: 1px solid #ccc; }
  .product #experience .slide-3 .bottom {
    padding: 6px 10px 6px; }
  .product #experience .slide-3 small {
    position: relative;
    bottom: -2px; }

.product #experience .slide-4 {
  padding-top: 40px; }
  @media (max-width: 767px) {
    .product #experience .slide-4 {
      display: none; 
    } 
  }
  .product #experience .slide-4 .popover {
    padding: 0;
  }

  .product #experience .slide-4 .popover.short {
    width: 300px; 
  }

.animate-1 {
  position: absolute;
  top: 130px;
  left: 135px;
  z-index: 10; }
  @media (min-width: 768px) and (max-width: 979px) {
    .animate-1 {
      left: 80px;
      top: 120px; } }
  @media (max-width: 767px) {
    .animate-1 {
      left: 0;
      position: relative;
      top: 0; } }
  @media (max-width: 767px) {
    .animate-1 .popover {
      display: block; } }
  .animate-1 .popover:after {
    left: 80%; }
  .animate-1 .popover .top,
  .animate-1 .popover .bottom {
    border: none;
    float: none;
    width: 100%; }
  .animate-1 .popover .top {
    padding-bottom: 0; }

.animate-2 {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px 30px;
  margin-top: 100px;
  text-align: left; }
  @media (max-width: 767px) {
    .animate-2 {
      border: none;
      padding: 0;
      margin: 0; } }
  .animate-2 .popover {
    left: 5%;
    width: 675px;
    bottom: 107%; }
    @media (min-width: 768px) and (max-width: 979px) {
      .animate-2 .popover {
        width: 100%; } }
    @media (max-width: 767px) {
      .animate-2 .popover {
        width: 100%;
        left: 0;
        bottom: 0;
        display: block;
        border: none;
        position: static;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .animate-2 .popover:after {
          display: none; } }
    .animate-2 .popover:after {
      left: 28%; }
    .animate-2 .popover p {
      font-size: .9em;
      margin: 10px 0 0; }
  @media (min-width: 768px) and (max-width: 979px) {
    .animate-2 h3 {
      margin: 0; } }
  .animate-2 .box {
    display: block;
    float: left;
    width: 144px;
    height: 144px;
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none; }
    @media (min-width: 768px) and (max-width: 979px) {
      .animate-2 .box {
        width: 123px;
        height: 123px; } }
    @media (max-width: 767px) {
      .animate-2 .box {
        display: none; } }
  .animate-2 .text {
    float: right;
    width: 75%; }
  .animate-2 .input {
    background: white url(/corp/img/structure/icon-search.png) no-repeat 96% center;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    margin-top: 25px;
    position: relative;
    padding: 10px 0 0 15px;
    font-family: "BentonSans Light", "helvetica neue", sans-serif;
    font-size: 1.25em;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) and (max-width: 979px) {
      .animate-2 .input {
        margin-top: 5px; } }
    .animate-2 .input span {
      display: none;
      margin-right: -4px; }
  .animate-2.show {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideDownAnimation;
    -moz-animation-name: slideDownAnimation;
    -o-animation-name: slideDownAnimation;
    animation-name: slideDownAnimation;
    -webkit-animation-delay: 1.65s;
    -moz-animation-delay: 1.65s;
    -o-animation-delay: 1.65s;
    animation-delay: 1.65s; }
    .animate-2.show .popover {
      -webkit-animation-delay: 1.9s;
      -moz-animation-delay: 1.9s;
      -o-animation-delay: 1.9s;
      animation-delay: 1.9s; }
    .animate-2.show span {
      display: inline;
      -webkit-animation-duration: 0.001s;
      -moz-animation-duration: 0.001s;
      -o-animation-duration: 0.001s;
      animation-duration: 0.001s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeIn;
      -moz-animation-name: fadeIn;
      -o-animation-name: fadeIn;
      animation-name: fadeIn; }
    .animate-2.show .char-1 {
      -webkit-animation-delay: 0.5s;
      -moz-animation-delay: 0.5s;
      -o-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    .animate-2.show .char-2 {
      -webkit-animation-delay: 0.54s;
      -moz-animation-delay: 0.54s;
      -o-animation-delay: 0.54s;
      animation-delay: 0.54s; }
    .animate-2.show .char-3 {
      -webkit-animation-delay: 0.58s;
      -moz-animation-delay: 0.58s;
      -o-animation-delay: 0.58s;
      animation-delay: 0.58s; }
    .animate-2.show .char-4 {
      -webkit-animation-delay: 0.62s;
      -moz-animation-delay: 0.62s;
      -o-animation-delay: 0.62s;
      animation-delay: 0.62s; }
    .animate-2.show .char-5 {
      -webkit-animation-delay: 0.66s;
      -moz-animation-delay: 0.66s;
      -o-animation-delay: 0.66s;
      animation-delay: 0.66s; }
    .animate-2.show .char-6 {
      -webkit-animation-delay: 0.7s;
      -moz-animation-delay: 0.7s;
      -o-animation-delay: 0.7s;
      animation-delay: 0.7s; }
    .animate-2.show .char-7 {
      -webkit-animation-delay: 0.74s;
      -moz-animation-delay: 0.74s;
      -o-animation-delay: 0.74s;
      animation-delay: 0.74s; }
    .animate-2.show .char-8 {
      -webkit-animation-delay: 0.78s;
      -moz-animation-delay: 0.78s;
      -o-animation-delay: 0.78s;
      animation-delay: 0.78s; }
    .animate-2.show .char-9 {
      -webkit-animation-delay: 0.82s;
      -moz-animation-delay: 0.82s;
      -o-animation-delay: 0.82s;
      animation-delay: 0.82s; }
    .animate-2.show .char-10 {
      -webkit-animation-delay: 0.86s;
      -moz-animation-delay: 0.86s;
      -o-animation-delay: 0.86s;
      animation-delay: 0.86s; }
    .animate-2.show .char-11 {
      -webkit-animation-delay: 0.9s;
      -moz-animation-delay: 0.9s;
      -o-animation-delay: 0.9s;
      animation-delay: 0.9s; }
    .animate-2.show .char-12 {
      -webkit-animation-delay: 0.94s;
      -moz-animation-delay: 0.94s;
      -o-animation-delay: 0.94s;
      animation-delay: 0.94s; }
    .animate-2.show .char-13 {
      -webkit-animation-delay: 0.98s;
      -moz-animation-delay: 0.98s;
      -o-animation-delay: 0.98s;
      animation-delay: 0.98s; }
    .animate-2.show .char-14 {
      -webkit-animation-delay: 1.02s;
      -moz-animation-delay: 1.02s;
      -o-animation-delay: 1.02s;
      animation-delay: 1.02s; }
    .animate-2.show .char-15 {
      -webkit-animation-delay: 1.06s;
      -moz-animation-delay: 1.06s;
      -o-animation-delay: 1.06s;
      animation-delay: 1.06s; }
    .animate-2.show .char-16 {
      -webkit-animation-delay: 1.1s;
      -moz-animation-delay: 1.1s;
      -o-animation-delay: 1.1s;
      animation-delay: 1.1s; }
    .animate-2.show .char-17 {
      -webkit-animation-delay: 1.14s;
      -moz-animation-delay: 1.14s;
      -o-animation-delay: 1.14s;
      animation-delay: 1.14s; }
    .animate-2.show .char-18 {
      -webkit-animation-delay: 1.18s;
      -moz-animation-delay: 1.18s;
      -o-animation-delay: 1.18s;
      animation-delay: 1.18s; }
    .animate-2.show .char-19 {
      -webkit-animation-delay: 1.22s;
      -moz-animation-delay: 1.22s;
      -o-animation-delay: 1.22s;
      animation-delay: 1.22s; }
    .animate-2.show .char-20 {
      -webkit-animation-delay: 1.26s;
      -moz-animation-delay: 1.26s;
      -o-animation-delay: 1.26s;
      animation-delay: 1.26s; }
    .animate-2.show .char-21 {
      -webkit-animation-delay: 1.3s;
      -moz-animation-delay: 1.3s;
      -o-animation-delay: 1.3s;
      animation-delay: 1.3s; }
    .animate-2.show .char-22 {
      -webkit-animation-delay: 1.34s;
      -moz-animation-delay: 1.34s;
      -o-animation-delay: 1.34s;
      animation-delay: 1.34s; }
    .animate-2.show .char-23 {
      -webkit-animation-delay: 1.38s;
      -moz-animation-delay: 1.38s;
      -o-animation-delay: 1.38s;
      animation-delay: 1.38s; }
    .animate-2.show .char-24 {
      -webkit-animation-delay: 1.42s;
      -moz-animation-delay: 1.42s;
      -o-animation-delay: 1.42s;
      animation-delay: 1.42s; }
    .animate-2.show .char-25 {
      -webkit-animation-delay: 1.46s;
      -moz-animation-delay: 1.46s;
      -o-animation-delay: 1.46s;
      animation-delay: 1.46s; }
    .animate-2.show .char-26 {
      -webkit-animation-delay: 1.5s;
      -moz-animation-delay: 1.5s;
      -o-animation-delay: 1.5s;
      animation-delay: 1.5s; }
    .animate-2.show .char-27 {
      -webkit-animation-delay: 1.54s;
      -moz-animation-delay: 1.54s;
      -o-animation-delay: 1.54s;
      animation-delay: 1.54s; }

.animate-3.show {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s; }
  @media (max-width: 767px) {
    .animate-3.show {
      display: none; } }
  .animate-3.show .click {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: buttonClick;
    -moz-animation-name: buttonClick;
    -o-animation-name: buttonClick;
    animation-name: buttonClick;
    -webkit-animation-duration: 0.45s;
    -moz-animation-duration: 0.45s;
    -o-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s; }

.animate-4 {
  margin-right: -20px;
  margin-left: 20px; }
  .animate-4.show {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s; }
    @media (max-width: 767px) {
      .animate-4.show {
        display: none; } }
    .animate-4.show .click {
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: buttonClick;
      -moz-animation-name: buttonClick;
      -o-animation-name: buttonClick;
      animation-name: buttonClick;
      -webkit-animation-duration: 0.45s;
      -moz-animation-duration: 0.45s;
      -o-animation-duration: 0.45s;
      animation-duration: 0.45s;
      -webkit-animation-delay: 1.1s;
      -moz-animation-delay: 1.1s;
      -o-animation-delay: 1.1s;
      animation-delay: 1.1s; }
    .animate-4.show .click-2 {
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: buttonClick;
      -moz-animation-name: buttonClick;
      -o-animation-name: buttonClick;
      animation-name: buttonClick;
      -webkit-animation-duration: 0.45s;
      -moz-animation-duration: 0.45s;
      -o-animation-duration: 0.45s;
      animation-duration: 0.45s;
      -webkit-animation-delay: 1.6s;
      -moz-animation-delay: 1.6s;
      -o-animation-delay: 1.6s;
      animation-delay: 1.6s; }

.animate-5.show {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.animate-6.show {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
  animation-delay: 1.9s; }

.animate-7 {
  float: left;
  margin: -250px 0 0 170px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .animate-7 {
      margin-left: 110px; } }
  .animate-7.show .box {
    -webkit-animation-delay: 0.55s;
    -moz-animation-delay: 0.55s;
    -o-animation-delay: 0.55s;
    animation-delay: 0.55s; }
  .animate-7 .popover {
    left: -67%;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    animation-delay: 0.75s; }
    .animate-7 .popover:after {
      left: 50%; }

.animate-8 {
  float: right;
  margin: -220px 175px 0 0; }
  @media (min-width: 768px) and (max-width: 979px) {
    .animate-8 {
      margin-right: 115px; } }
  .animate-8.show .champ {
    -webkit-animation-delay: 0.85s;
    -moz-animation-delay: 0.85s;
    -o-animation-delay: 0.85s;
    animation-delay: 0.85s; }
  .animate-8 .popover {
    left: -38%;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    animation-delay: 1.05s; }
    .animate-8 .popover:after {
      left: 37%; }

.animate-9 {
  margin: -40px 0 0 -5px; }
  .animate-9 .popover {
    left: 20%;
    padding: 10px;
    width: 450px;
    -webkit-animation-delay: 1.45s;
    -moz-animation-delay: 1.45s;
    -o-animation-delay: 1.45s;
    animation-delay: 1.45s; }
    @media (min-width: 768px) and (max-width: 979px) {
      .animate-9 .popover {
        left: 5%; } }
    .animate-9 .popover:after {
      border-top: 1px solid #ccc;
      border-bottom: none;
      left: 100%;
      margin-left: -7px;
      bottom: 33px; }

@media (max-width: 767px) {
  .animate-pop {
    display: block; } }
.animate-pop.show i {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: iconPop;
  -moz-animation-name: iconPop;
  -o-animation-name: iconPop;
  animation-name: iconPop;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s; }
  @media (max-width: 767px) {
    .animate-pop.show i {
      -webkit-animation-name: none;
      -moz-animation-name: none;
      -o-animation-name: none;
      animation-name: none; } }
.animate-pop.show p,
.animate-pop.show h3 {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s; }
  @media (max-width: 767px) {
    .animate-pop.show p,
    .animate-pop.show h3 {
      -webkit-animation-name: none;
      -moz-animation-name: none;
      -o-animation-name: none;
      animation-name: none; } }
.animate-pop.show.animate-pop-1 p,
.animate-pop.show.animate-pop-1 h3 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.animate-pop.show.animate-pop-1 i {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }
.animate-pop.show.animate-pop-2 p,
.animate-pop.show.animate-pop-2 h3 {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s; }
.animate-pop.show.animate-pop-2 i {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s; }
.animate-pop.show.animate-pop-3 p,
.animate-pop.show.animate-pop-3 h3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s; }
.animate-pop.show.animate-pop-3 i {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  animation-delay: 1.7s; }

/* ==========================================================================
  -- Popover -- 
  ========================================================================== */
.popover {
  background: #fff;
  width: 300px;
  font-size: 1.125em;
  position: absolute;
  bottom: 107%;
  left: 50%;
  margin-left: -150px;
  border: 1px solid #aaa;
  padding: 5px 0;
  text-align: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3); }
  .popover:after {
    content: "";
    display: block;
    background: #fff;
    border: 1px solid #aaa;
    border-top: none;
    border-left: none;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    z-index: 9;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .popover p {
    margin: 0; }
  .popover a {
    font-family: "BentonSans Light", "helvetica neue", sans-serif; }
  .popover .top,
  .popover .bottom {
    padding: 10px 15px; }
  .popover .top {
    border-bottom: 1px solid #ddd; }
  .popover .bottom {
    font-size: .875em; }
  .popover ul {
    list-style: none;
    padding: 15px 15px 0; }
  .popover li {
    margin: 0 0 8px 0; }

.popover-wrap {
  position: relative; }
  .popover-wrap p {
    cursor: pointer;
    font-size: 1.125em;
    padding-top: 20px;
    color: #f47d31; }
    .popover-wrap p:hover, .popover-wrap p:focus {
      color: #999999; }
      @media (max-width: 767px) {
        .popover-wrap p:hover, .popover-wrap p:focus {
          color: #f47d31; } }
  .show .popover-wrap .popover {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0; }

.product-features .popover-wrap {
  bottom: 0;
  top: -35px;
  z-index: 10;
  cursor: default; }
.product-features .popover {
  padding: 15px;
  cursor: default;
  left: 70%; }
  .product-features .popover:after {
    left: 30%; }
  .product-features .popover h5 {
    font-size: 1em;
    color: #f47d31;
    margin: 0 0 5px;
    cursor: default;
    line-height: 1.5; }
  .product-features .popover p {
    cursor: default;
    color: #777777;
    font-size: .8em;
    margin: 0;
    padding: 0; }


/*************************
** PRODUCT INTEGRATION
**************************/
.product-integration .slider-container .md-arrow, .product-integration .slider-container .md-bullets {
  display: none;
}

.product-integration #main-content {
  padding-bottom: 50px;
  background: #FAFAFA;
}

.product-integration #main-content h1 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 41px;
  color: #2e2e2e;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0;
}

.product-integration #main-content p.highlight {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #2e2e2e;
  text-align: left;
  margin-bottom: 20px;
}

.product-integration .bg-blue {
  padding: 60px 0;
}

.product-integration .bg-blue h1 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.product-integration .bg-blue p {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 40px;
}

.product-integration .bg-blue .btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 19px;
  color: #2e2e2e;
  padding: 10px 25px;
}

.product-integration .bg-blue .btn:hover {
  opacity: 0.85;
}

.product-integration #filter-items {
  margin-bottom: 60px;
}

.product-integration .item .title {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #777777;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .product-integration .item .title {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .product-integration .item {
    height: 230px !important;
  }
}

.product-integration .item p {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  padding-top: 3px !important;
}

.product-integration #filter-items > .item figcaption {
  padding: 41% 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-integration #filter-items > .item figcaption {
    padding: 70% 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-integration #filter-items > .item figcaption {
    padding: 52% 0;
  }
}

.product-integration .item a.partner {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #2e2e2e;
  text-decoration: none;
}

.product-integration .item a.partner img {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .product-integration #filter-items > .item {
    margin-bottom: 15px;
  }
  .product-integration .bg-blue h1 {
    font-size: 30px;
  }  
  .product-integration .bg-blue p {
    font-size: 24px;
    line-height: 26px;
  }      
}
@media (min-width: 768px) {
  .product-integration #filter-items > .item {
    width: 23% !important;
    margin: 0.5% !important;
  }
}

/*************************
** PRODUCT INTEGRATION PARTNER PROFILE
**************************/
.partner-profile #main-content {
  padding: 25px 0 50px;
  background: #FAFAFA;
}

.partner-profile #main-content .separator img {
  max-width: 100%;
}

.partner-profile #main-content hr {
  width: 65px;
  height: 3px;
  background: #CCCCCC;
  float: left;
}

.partner-profile h1 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: #2e2e2e;
}

.partner-profile h3 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #2e2e2e;
  text-align: left;
  margin: 15px 0;
  width: 100%;
}

.partner-profile h3 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #2e2e2e;
}

.partner-profile p {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #2e2e2e;
  margin-bottom: 20px;
}

.partner-profile blockquote {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 20px;
  border: 0;
}

.partner-profile blockquote ul {
  list-style: none;
  padding: 0;
  margin-top: -15px;
}



.partner-profile blockquote ul li {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
  color: #2e2e2e;
}

.partner-profile .bg-blue {
  padding: 60px 0;
}

.partner-profile .bg-blue h1 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.partner-profile .bg-blue p {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 30px;
}

.partner-profile .bg-blue a {
  color: #f47d31;
}

.partner-profile .bg-blue .btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 19px;
  color: #2e2e2e;
  padding: 10px 25px;
}

.partner-profile .bg-blue .btn:hover {
  opacity: 0.85;
}

.partner-profile .separator {
  border-right: 3px solid #EEEEEE;
  padding-right: 80px;
}

.content-box {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  text-align: center; 
  width: 80%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .partner-profile .bg-blue h1 {
    font-size: 30px;
  }  
  .partner-profile .bg-blue p {
    font-size: 24px;
    line-height: 26px;
  }    
  .partner-profile .separator {
    border-right: 0;
    padding-right: 15px;
  }
  .content-box {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .partner-profile .separator {
    padding-right: 30px;
  }
}

  .content-box p:last-of-type {
    margin-bottom: 0; }
  .content-box:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #b3b3b3; }
  .content-box.no-shadow {
    box-shadow: none;
    border: 1px solid #ccc; }
  .content-box.no-shadow:hover {
    box-shadow: none;
    border: 1px solid #ccc; }
  .content-box.padding {
    padding: 20px; }
  .content-box .header, .content-box .footer {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 10px; }
    .content-box .header.footer, .content-box .footer.footer {
      border: none;
      border-top: 1px solid #ddd; }
    .content-box .header small, .content-box .footer small {
      float: right; }
    .content-box .header p, .content-box .footer p {
      color: #777;
      margin: 0;
      font-size: 16px; }
      .customers .content-box .header p, .customers .content-box .footer p {
        font-size: 13px;
        position: relative;
        top: -4px; }
      .content-box .header p i, .content-box .footer p i {
        margin: 0 0 0 0;
        top: 0; }
  .content-box .content {
    padding: 10px; }
    .customers .content-box .content {
      padding-bottom: 0; }
    .content-box .content div.video, .content-box .content div.image {
      margin-bottom: 10px; }
    .content-box .content .image {
      padding: 0 15px 10px;
      background: #fff;
      text-align: center; }
    .content-box .content p {
      color: #777;
      font-size: 13px;
      min-height: 57px; }


/*************************
** CASE STUDIES
**************************/
.case_studies #main-content {
  padding: 25px 0 50px;
  background: #FAFAFA;
}

.case_studies #main-content .separator img {
  max-width: 100%;
}

.case_studies #main-content hr {
  width: 65px;
  height: 3px;
  background: #CCCCCC;
  float: left;
}

.case_studies h1 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: #2e2e2e;
}

.case_studies h3 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #2e2e2e;
  text-align: left;
  margin: 15px 0;
  width: 100%;
}

.case_studies  h3 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #2e2e2e;
  margin-top: 10px;
}

.case_studies p {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #2e2e2e;
  margin-bottom: 20px;
}

.case_studies .lead {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #2e2e2e;
}

.case_studies ul li {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #2e2e2e;
}

.case_studies .caption {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #777;
margin-bottom: 20px;
}

.case_studies blockquote {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 20px;
  border: 0;
}

.case_studies blockquote ul {
  list-style: inherit;
  padding: 10px;
  margin-top: -15px;
}


.case_studies blockquote ul li {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #2e2e2e;
}

.case_studies blockquote p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #2e2e2e;
  margin-bottom: 5px;
}

.case_studies blockquote h4 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #2e2e2e;
  margin-top: 5px;
}



.case_studies .bg-blue {
  padding: 60px 0;
}

.case_studies .bg-blue h1 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.case_studies .bg-blue p {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 30px;
}

.case_studies .bg-blue a {
  color: #f47d31;
}

.case_studies .bg-blue .btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 19px;
  color: #2e2e2e;
  padding: 10px 25px;
}

.case_studies .bg-blue .btn:hover {
  opacity: 0.85;
}

.case_studies .separator {
  border-right: 3px solid #EEEEEE;
  padding-right: 80px;
}

.content-box {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  text-align: center; 
  width: 80%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .case_studies .bg-blue h1 {
    font-size: 30px;
  }  
  .case_studies .bg-blue p {
    font-size: 24px;
    line-height: 26px;
  }    
  .case_studies .separator {
    border-right: 0;
    padding-right: 15px;
  }
  .content-box {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .case_studies .separator {
    padding-right: 30px;
  }
}

  .content-box p:last-of-type {
    margin-bottom: 0; }
  .content-box:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #b3b3b3; }
  .content-box.no-shadow {
    box-shadow: none;
    border: 1px solid #ccc; }
  .content-box.no-shadow:hover {
    box-shadow: none;
    border: 1px solid #ccc; }
  .content-box.padding {
    padding: 20px; }
  .content-box .header, .content-box .footer {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 10px; }
    .content-box .header.footer, .content-box .footer.footer {
      border: none;
      border-top: 1px solid #ddd; }
    .content-box .header small, .content-box .footer small {
      float: right; }
    .content-box .header p, .content-box .footer p {
      color: #777;
      margin: 0;
      font-size: 16px; }
      .customers .content-box .header p, .customers .content-box .footer p {
        font-size: 13px;
        position: relative;
        top: -4px; }
      .content-box .header p i, .content-box .footer p i {
        margin: 0 0 0 0;
        top: 0; }
  .content-box .content {
    padding: 10px; }
    .customers .content-box .content {
      padding-bottom: 0; }
    .content-box .content div.video, .content-box .content div.image {
      margin-bottom: 10px; }
    .content-box .content .image {
      padding: 0 15px 10px;
      background: #fff;
      text-align: center; }
    .content-box .content p {
      color: #777;
      font-size: 13px;
      min-height: 57px; }

/*************************
** COOKIE POLICY
**************************/      
table.content {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  margin: 30px 0; }
  table.content td {
    border: 1px solid #ccc;
    padding: 10px; }

/*************************
** CUSTOMER PACT
**************************/  
.customer-pact #main-content h3 {
  padding: 0 0 15px;
  margin: 30px 0 20px;
  border-bottom: 1px solid #ccc;
}      
.customer-pact #main-content ul {
  list-style: none;
  padding: 0;
}
.customer-pact #main-content li {
  margin-bottom: 25px;
}
.customer-pact #main-content li h4 {
  font-size: 20px;
}

/*************************
** BREADCRUMB
**************************/      
      
.breadcrumb {
    background-color: #F5F5F5;
    border-radius: 4px; 
    list-style: none outside none;
    margin-bottom: 20px;
    padding: 16px;
    text-align: center;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb > .active {
    color: #999999;
}
ul, ol {
    margin-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}      
      
@media (max-width: 767px) {
  .breadcrumb {
      display: none;
  }
}

/*************************
** SIDEBAR
**************************/
#sidebarnav {
  margin-top: 35px; }
  #sidebarnav .sidebar h5 {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px; }
      #sidebarnav .sidebar h5 a {
    color: #2e2e2e;
   }
  #sidebarnav .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 45px; }
    #sidebarnav .sidebar ul li a {
      color: #2e2e2e;
      font-size: 15px;
      line-height: 30px;
      text-transform: uppercase; }
      #sidebarnav .sidebar ul li a.active {
        color: #f47d31;
      }
  #sidebarnav .sidebar .social-box {
    padding-top: 10px;
    position: relative; }
    #sidebarnav .sidebar .social-box:before {
      content: "";
      display: block;
      width: 65px;
      border-top: 3px solid #ccc;
      position: absolute;
      left: 0;
      top: -55px; }
    #sidebarnav .sidebar .social-box li {
      display: inline-block; }
      #sidebarnav .sidebar .social-box li a {
        display: inline-block; }
        #sidebarnav .sidebar .social-box li a.facebook .fa-circle {
          color: #3D589B; }
        #sidebarnav .sidebar .social-box li a.twitter .fa-circle {
          color: #5A8ECA; }
        #sidebarnav .sidebar .social-box li a.google-plus .fa-circle {
          color: #B13223; }
        #sidebarnav .sidebar .social-box li a.linkedin .fa-circle {
          color: #3172aa; }
          
/*************************
** SIDEBAR COMMUNITY
**************************/
#sidebarnav2 {
  margin-top: 35px; }
  #sidebarnav2 .sidebar h5 {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 800;
    line-height: 22px; }
  #sidebarnav2 .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 45px; }
    #sidebarnav2 .sidebar ul li a {
      color: #2e2e2e;
      font-size: 15px;
      line-height: 18px;
       }
      #sidebarnav2 .sidebar ul li a.active {
        color: #f47d31;
      }
  #sidebarnav2 .sidebar ol {
    padding-left: 15px;
    padding-bottom: 50px;
  }
  #sidebarnav2 .sidebar .social-box {
    padding-top: 10px;
    position: relative; }
    #sidebarnav2 .sidebar .social-box:before {
      content: "";
      display: block;
      width: 65px;
      border-top: 3px solid #ccc;
      position: absolute;
      left: 0;
      top: -55px; }
    #sidebarnav2 .sidebar .social-box li {
      display: inline-block; }
      #sidebarnav2 .sidebar .social-box li a {
        display: inline-block; }
        #sidebarnav2 .sidebar .social-box li a.facebook .fa-circle {
          color: #3D589B; }
        #sidebarnav2 .sidebar .social-box li a.twitter .fa-circle {
          color: #5A8ECA; }
        #sidebarnav2 .sidebar .social-box li a.google-plus .fa-circle {
          color: #B13223; }
        #sidebarnav2 .sidebar .social-box li a.linkedin .fa-circle {
          color: #3172aa; }          

/*************************
** FOOTER
**************************/
#footer {
  padding-top: 30px;
  padding-bottom: 110px; }
  #footer nav ul {
    padding-bottom: 30px; }
  #footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer ul li a {
      color: #fff;
      font-size: 14px;
      font-weight: 400; }
      #footer ul li a h4 {
        font-weight: 500; }
  #footer .social-box .link {
    display: inline-block; }
    #footer .social-box .link a:hover .fa-circle {
      color: #3b5998; }
    #footer .social-box .link a:hover .fa-inverse {
      color: #fff; }
    #footer .social-box .link a.facebook:hover .fa-circle {
      color: #3D589B; }
    #footer .social-box .link a.twitter:hover .fa-circle {
      color: #5A8ECA; }
    #footer .social-box .link a.linkedin:hover .fa-circle {
      color: #1985BC; }
    #footer .social-box .link a.pinterest:hover .fa-circle {
      color: #C91F27; }
    #footer .social-box .link a.youtube:hover .fa-circle {
      color: #DD2826; }
    #footer .social-box .link a.google-plus:hover .fa-circle {
      color: #B13223; }
    #footer .social-box .link a.rss:hover .fa-circle {
      color: #FE9E14; }
  #footer .social-box .fa-circle {
    color: #4f4f4f; }
  #footer .social-box .fa-inverse {
    color: #fff; }
  #footer .utility {
    padding-left: 40px; }
    #footer .utility li {
      color: #fff;
      display: inline-block;
      font-size: 14px;
      font-weight: 500;
      padding-left: 20px;
      padding-right: 20px; }
      #footer .utility li:last-child {
        display: none; }
      #footer .utility li a {
        font-size: 14px;
        font-weight: 500; }
  #footer hr {
    border-color: #ccc;
    margin-top: 40px;
    margin-bottom: 40px; }

/*************************
** RESPONSIVE
**************************/
@media (max-width: 1199px) {
  /* HEADER */
  .navbar-default .navbar-nav > li > a {
    font-size: 12px; }

  /* OWL CAROUSEL */
  .owl-theme .owl-controls .owl-buttons {
    display: none; }
  /* FOOTER */
  #footer .utility {
    padding-left: 0; 
    text-align: center;
  } 
}
@media (max-width: 991px) {
  /* MAIN */
  #main-content #filter-items > .item {
    width: 43%; }
  #main-content aside {
    padding-left: 0px; }
    #main-content aside #filters .option-set ul li {
      padding-left: 10px;
      padding-right: 10px; }

  /* HEADER */
  #main-header .bottom-nav {
    padding-top: 15px;
    padding-bottom: 0px; }

  .navbar-default .top-nav {
    padding-top: 40px; }

  .navbar-brand {
    margin-top: -80px; }

  /* FOOTER */
  #footer .utility li {
    display: block;
    padding-bottom: 20px;
    text-align: center; }
    #footer .utility li:first-child {
      display: none; }
    #footer .utility li:last-child {
      display: block; } }
@media (max-width: 767px) {
  /* TOP ALERT */
  .alert.sitewide .message .green {
    margin-left: 0px; }
  .alert.sitewide .message .icon {
    display: none; }

  /* MD SLIDER */
  .md-slide-wrap, .md-slide-item {
    height: 340px !important; }

  .slider-container #md-slider .text-1, .slider-container #md-slider .text-2, .slider-container #md-slider .btn-holder, .slider-container #md-slider .img-holder {
    width: 100% !important; }
  .slider-container #md-slider .text-1, .slider-container #md-slider .text-2, .slider-container #md-slider .btn-holder {
    text-align: center;
    left: 0% !important; }
  .slider-container #md-slider .text-1 {
    top: 47.5% !important;
    text-transform: uppercase; }
  .slider-container #md-slider .text-2 {
    top: 56% !important;
    font-weight: 700; }
  .slider-container #md-slider .text-3 {
    top: 66% !important;
    text-transform: initial; }
  .slider-container #md-slider .btn-holder {
    top: 80% !important; }
    .slider-container #md-slider .btn-holder .btn-green {
      font-size: 12px;
      padding: 5px 10px !important; }
  .slider-container #md-slider .img-holder {
    top: 5% !important;
    left: 0 !important; }
    .slider-container #md-slider .img-holder .img-wrapper {
      float: none;
      margin: 0 auto;
      border-radius: 75px 75px 75px 75px;
      height: 130px;
      width: 130px;
      overflow: hidden; }
      .slider-container #md-slider .img-holder .img-wrapper iframe {
        width: 100% !important; }

  /* MAIN */
  #main-content header {
    padding-top: 10px;
    padding-bottom: 10px; }
    #main-content header form {
      padding-bottom: 10px;
      text-align: center; }
      #main-content header form .form-group {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px; }
      #main-content header form .form-control {
        width: 188px; }
      #main-content header form .btn-black {
        margin-left: 0px;
        margin-top: -4px; }
  #main-content #filter-items > .item {
    width: 95%;
    height: auto;
    margin: 0 0px 10px 0;
    padding: 10px; }
  #main-content aside {
    padding-left: 15px; }

  #filters {
    position: static !important; }

  /* HEADER */
  .navbar-brand {
    margin-top: -10px; }

  .navbar-collapse .navbar-nav .dropdown-menu {
    position: static !important;
    width: 100%;
    border: 0;
    box-shadow: none;
    padding-top: 0;
    float: none; }

  .navbar-collapse .navbar-nav .dropdown-menu a {
    width: 100% !important;
    border: 0; }

  /* HOME */
  .home #intro figcaption {
    text-align: center; }
  .home #intro footer > span, .home #intro footer > a {
    display: block; }
  .home #intro footer > a {
    margin: 0 auto; }
  .home #customer-item .item {
    height: 190px; }
    .home #customer-item .item figcaption {
      height: 190px;
      padding: 80px 0; }
      .home #customer-item .item figcaption .biz-button {
        display: inline-block; }
  .home .owl-theme .owl-controls .owl-page {
    display: none; }
    .home .owl-theme .owl-controls .owl-page:first-child {
      display: inline-block; }
      .home .owl-theme .owl-controls .owl-page:first-child + .owl-page {
        display: inline-block; }
        .home .owl-theme .owl-controls .owl-page:first-child + .owl-page + .owl-page {
          display: inline-block; }

  #resource-item > .item {
    width: 93%;
    height: auto;
    padding: 10px; }
    #resource-item > .item .content-container .image {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      margin-right: 8px;
      -webkit-border-radius: 50%;
      float: left;
      overflow: hidden; }
      #resource-item > .item .content-container .image .play-button {
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
        margin-top: -25px;
        margin-left: -25px; }
      #resource-item > .item .content-container .image img {
        width: 170%;
        margin-left: -18px;
        margin-top: -10px; }
    #resource-item > .item .content-container .content {
      padding: 0;
      padding-left: 75px; }
      #resource-item > .item .content-container .content h6 {
        font-size: 10px;
        text-align: right;
        margin-bottom: 5px; }
      #resource-item > .item .content-container .content p {
        text-align: left; }

  /* SUPPORT COMMUNITY */
  /* RESOURCE CENTER */
  .resource-center #filter-items > .item .content-container .image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 8px;
    -webkit-border-radius: 50%;
    float: left;
    overflow: hidden; }
    .resource-center #filter-items > .item .content-container .image .play-button {
      width: 50px;
      height: 50px;
      background-size: 50px 50px;
      margin-top: -25px;
      margin-left: -25px; }
    .resource-center #filter-items > .item .content-container .image img {
      width: 170%;
      margin-left: -18px;
      margin-top: -10px; }
  .resource-center #filter-items > .item .content-container .content {
    padding: 0;
    padding-left: 75px; }
    .resource-center #filter-items > .item .content-container .content h6 {
      font-size: 10px;
      text-align: right;
      margin-bottom: 5px; }
    .resource-center #filter-items > .item .content-container .content p {
      text-align: left; }

  /* CUSTOMER OVERVIEW */
  .customers-overview .slider-container #md-slider .img-wrapper .play-button {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    margin-top: -25px;
    margin-left: -25px; }
  .customers-overview #filter-items > .item {
    height: 190px !important; }
    .customers-overview #filter-items > .item figcaption {
      height: 190px !important;
      padding: 80px 0; }
      .customers-overview #filter-items > .item figcaption .biz-button {
        display: inline-block; }

  /* ABOUT NEWS */
  .new-pagination .item .image {
    text-align: center; }
  .new-pagination .item .post p:last-child {
    text-align: center; }

  /* FOOTER */
  #footer .social-box {
    text-align: center; } }
@media (max-width: 479px) {
  .testimonial figcaption {
    font-size: 20px; }

  .subscribe h1 {
    font-size: 36px; }
  /* MAIN */
  #main-content #filter-items {
    padding-left: 5px; }
    #main-content #filter-items > .item {
      width: 97%; }
  /* HOME */
  .home #intro h1 {
    font-size: 18px; }
  .home #intro figure img {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  .home #resource-item > .item {
    width: 92%; }
  /* SUPPORT COMMUNITY */
  .support-community #services h1 {
    font-size: 24px; }
  .support-community #resources h1 {
    font-size: 22px; }
  .support-community #solution-detail {
    padding-top: 0; }

  /* CUSTOMER OVERVIEW */
  .customers-overview #filter-items > .item figcaption .btn-white, .customers-overview #filter-items > .item figcaption .biz-button {
    font-size: 12px; } }
@media (min-width: 320px) {
  .text-1 {
    font-size: 14px; }

  .text-2 {
    font-size: 16px; } }
@media (min-width: 768px) {
  /* MD SLIDER */
  .slider-container #md-slider iframe {
    height: 202px !important; }

  .text-1 {
    font-size: 18px; }

  .text-2 {
    font-size: 24px; }

  .subscribe {
    padding-top: 30px;
    padding-bottom: 40px; }
    .subscribe form {
      width: 630px;
      margin: 0 auto; }
      .subscribe form .form-group {
        float: left;
        margin-right: 20px;
        width: 445px; }
      .subscribe form .form-control {
        width: 353px; }
      .subscribe form .btn-white {
        float: left; }
      .subscribe form:after {
        content: "";
        clear: both;
        display: table; }
  /* HEADER */
  .navbar-collapse .navbar-nav > li > a:not(.btn-orange) {
    display: block;
    border-bottom: 2px solid #FFFFFF;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px !important;
    margin-left: 7px;
    margin-right: 7px; }
    .navbar-collapse .navbar-nav > li > a:not(.btn-orange):hover {
      border-bottom: 2px solid #F47D31; }
  /* HOME */
  .home #intro figure img {
    width: 100%; }
  
  .home #customer-item {
    padding-right: 0; }
    .home #customer-item .item {
      margin-right: 15px;
      width: 168px; }
      .home #customer-item .item .content-container img {
        width: 100%; }
      .home #customer-item .item figcaption .btn-white, .home #customer-item .item figcaption .biz-button {
        display: block;
        width: 122px;
        margin: 0 auto;
        margin-bottom: 10px; }
        .home #customer-item .item figcaption .btn-white:first-child, .home #customer-item .item figcaption .biz-button:first-child {
          margin-top: -42px; }

  #resource-item {
    padding-right: 0; }
    #resource-item > .item {
      height: 280px;
      margin: 0 15px 20px 0;
      width: 220px; }
  /* CUSTOMER OVERVIEW */
  .customers-overview #filter-items > .item .content-container img {
    width: 100%; }
  .customers-overview #filter-items > .item figcaption .btn-white, .customers-overview #filter-items > .item figcaption .biz-button {
    display: block;
    width: 122px;
    margin: 0 auto;
    margin-bottom: 10px; }
    .customers-overview #filter-items > .item figcaption .btn-white:first-child, .customers-overview #filter-items > .item figcaption .biz-button:first-child {
      margin-top: -42px; }

  /* ABOUT NEWS */
  .new-pagination .item .post {
    padding-left: 25px;
    padding-right: 20px; }

  /* CAREER */
  .slidesjs-container, .slidesjs-control {
    height: 420px !important; } }
@media (min-width: 768px) and (max-width: 1199px) {
  /* CUSTOMER OVERVIEW */
  .customers-overview #filter-items > .item figcaption .biz-button:first-child,
  #customer-item .item figcaption .biz-button:first-child {
    margin-top: -22px; }
  .customers-overview #filter-items > .item figcaption .biz-button.uno:first-child,
  #customer-item .item figcaption .biz-button.uno:first-child {
    margin-top: 25px; }
  .customers-overview #filter-items > .item figcaption .biz-button.duo:first-child,
  #customer-item .item figcaption .biz-button.duo:first-child {
    margin-top: 5px; }
  .browser > header ul li.address-line {
    width: 65%; }
  /* HOME */
  .home #customer-item .item {
    height: 220px; } }
@media (min-width: 992px) {
  /* MD SLIDER */
  .slider-container #md-slider iframe {
    height: 270px !important; }

  .text-2 {
    font-size: 36px; }

  /* HEADER */
  .navbar-default .navbar-nav > li > a.btn-orange {
    margin-left: 20px; }

  /* HOME */
   .home #customer-item .item {
    width: 223px; }

  #resource-item > .item {
    width: 223px; }

  /* SUPPORT COMMUNITY */
  .support-community #services figure img {
    -webkit-transition: all, 0.3, ease-in-out;
    transition: all, 0.3, ease-in-out;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }  
    
  /* ABOUT NEWS */
  .new-pagination .item .post {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 1200px) {
  /* MD SLIDER */
  .slider-container #md-slider iframe {
    height: 314px !important; }

  .text-1 {
    font-size: 28px; }

  .text-2 {
    font-size: 47px; }

  /* HEADER */
  .navbar-default .navbar-nav > li > a.btn-orange {
    margin-left: 30px; }

  /* HOME */
  .home #intro h1 {
    padding-left: 30px;
    padding-right: 30px; }
  .home #intro figure.first {
    padding-right: 50px; }
    .home #intro figure.first + figure {
      padding-left: 25px;
      padding-right: 25px; }
      .home #intro figure.first + figure + figure {
        padding-left: 50px; }
  .home #intro figure img {
    width: auto; }

  .home #customer-item .item {
    width: 273px; }
    .home #customer-item .item figcaption .biz-button.uno:first-child {
      margin-top: -12px; }
    .home #customer-item .item figcaption .biz-button.duo:first-child {
      margin-top: -26px; }
  #resource-item > .item {
    width: 273px; }
  /* SUPPORT COMMUNITY */
  .support-community #services figure img {
    -webkit-transition: all, 0.3, ease-in-out;
    transition: all, 0.3, ease-in-out;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  /* CUSTOMER OVERVIEW */
  .customers-overview #filter-items > .item figcaption .biz-button.uno:first-child {
    margin-top: -12px; }
  .customers-overview #filter-items > .item figcaption .biz-button.duo:first-child {
    margin-top: -26px; }

  /* ABOUT NEWS */
  .new-pagination {
    padding-right: 65px; }

  /* CAREER */
  .about-careers #main-content .carrers-desc {
    padding-right: 65px; }

  /* SIDEBAR */
  #sidebarnav .sidebar {
    padding-left: 30px; } }
    
   /* SIDEBAR CASE STUDIES */
  #sidebarnav2 .sidebar {
    padding-left: 10px; } }
   

/* SUBSCRIBES */
#subscribes form {
  text-align: center !important; 
}

#subscribes .form-group {
  margin: 0 auto !important;
}

#subscribes .btn {
  margin: 0 auto;
}

/* Social Share ----------- */

#socialBlock {
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 40px;
    -moz-box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 40px;
    -ms-box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 40px;
    -o-box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 40px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 40px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background: #fff;
    bottom: 8%;
    left: 0;
    opacity: .9;
    padding: 10px;
    position: fixed;
    z-index: 99999999;
}

#socialBlock ul.social li {
    display: block;
    float: none;
    margin: 0;
}

#socialBlock ul.social li#custom-tweet-button a {
    color: #00ACED;
}

#socialBlock ul.social li#custom-tweet-button a:hover {
    background-color: #00ACED;
    color: #fff;
    opacity: 1;
}

#socialBlock ul.social li.custom-fb-like a {
    color: #3B5998;
    margin-left: -1px;
}

#socialBlock ul.social li.custom-fb-like a:hover {
    background-color: #3B5998;
    color: #fff;
    opacity: 1;
}

#socialBlock ul.social li.custom-li-share a {
    color: #333;
    font-size: 30px;
}

#socialBlock ul.social li.custom-li-share a:hover {
    background-color: #333;
    color: #fff;
    opacity: 1;
}

#socialBlock ul.social li a {
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    float: none;
    font-family: ENTS;
    font-size: 35px;
    line-height: 36px;
    height: 35px;
    margin: 0 auto;
    opacity: .75;
    text-align: center;
    width: 35px;
}

#socialBlock ul.social li a:hover {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    text-decoration: none;
}

#socialBlock.mobile-social ul {
    display: none;
}

#socialBlock.mobile-social .share-social {
    color: #005CA1;
    cursor: pointer;
    font: 12px lato 800;
    text-transform: uppercase;
}


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  .navbar-default .navbar-nav > li > a.btn-orange {
    margin-left: 0px;
  }
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  .navbar-default .navbar-nav > li > a.btn-orange {
    position: relative;
    top: -12px;
  }
}

/* ROI Calculator Responsive ----------- */


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.subpage-header-roi {
background-image: none;
height: 160px;
}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
a.tooltips {
  display: none;
}
}

    

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
 Styles 
.subpage-header-roi {
background-image: none;
}
}    

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
.subpage-header-roi {
background-image: none;
}
}    

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
.subpage-header-roi {
background-image: url('../../img/revolution/cash_responsive.png');
background-position: 100% 45%;    
}
}    

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
 .subpage-header-roi {
background-position: 79% 29%;     
}
}    

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
 .subpage-header-roi {
background-image: url('../../img/revolution/cash_responsive.png');
background-position: 120% 20%;     
}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
.subpage-header-roi {
background-position: 70% 20%;     
}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
.subpage-header-roi {
background-position: 70% 20%;     
}
}


/* Migration Responsive ----------- */

 @media (max-width: 400px) { 
.calc-frame-migration {
	width:100%;
	height:600px;
	border: 0;
         }
}


@media (max-width: 320px) { 
	 .subpage-header-migration {
  background-image: none;
 
}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 1024px) 
and (orientation : portrait)  { 
    .migration-rule {
   border-left: none;
    height: 0;
    margin-top: 0;
}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1920px) 
and (orientation : portrait)  { 
	 .subpage-header-migration {
    background-position: 600% 30%; 
 
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	 .subpage-header-migration {
    background-position: 200% 30%; 
  }
}



@media (max-width: 768px) { 
	 .subpage-header-migration p {
    Width: 50%;}  
}

@media (max-width: 800px) { 
	 .subpage-header-migration p {
     font-size: 18px;
    margin-bottom: 10px;
    Width: 60%;
     }  
}

@media (max-width: 600px) { 
	 .subpage-header-migration h3{
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 10px; 
}
}

@media (max-width: 600px) { 
	 .subpage-header-migration p{
     font-size: 18px;
    margin-bottom: 10px;
    Width: 60%;
     }  
}



@media (max-width: 480px) and (orientation: landscape) { 
	 .subpage-header-migration {
  background-image: none;
 
}
}

@media (max-width: 480px) and (orientation: landscape) { 
	 .subpage-header-migration p {
  Width: 100%;
     }  
 
}


@media (max-width: 479px) { 
	 .subpage-header-migration  {
  background-image: none;
}
}

@media (max-width: 479px) { 
	 .subpage-header-migration p {
    font-size: 18px;
    margin-bottom: 10px;
    Width: 100%;
     }  
}

@media (max-width: 478px) and (orientation: portrait) { 
	 .subpage-header-roi h3 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 10px; 
}
}

@media (max-width: 478px) and (orientation: portrait) { 
	 .subpage-header-roi p {
    font-size: 18px;
    margin-bottom: 10px;
    Width: 100%;
     }  

}


/* Momentum ----------- */
.resource_face {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 5px;
border: 4px solid #ddd;    
}


.resource-center footer > a {
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    padding: 10px;
    vertical-align: middle; }

.videos {
    font-size: 16px;
    line-height: 28px;
}


.resource_name {
  font-size: 18px;
  font-family: "lato", Helvetica, Arial, sans-serif;
  color: #2e2e2e;
  font-weight: 300;
  text-transform: uppercase;
}
.resource_position {
  font-size: 14px;
  font-family: "lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #666;
  text-transform: uppercase;

}
.resource_company-name {
  font-size: 14px;
  font-family: "lato", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
}
.triangle-right {
  position:relative;
  padding:15px;
  margin:1em 0 3em;
  color:#fff;
  background:#2980ba; /* default background for browsers without gradient support */
  /* css3 */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#2980ba), to(#549ac8));
  background:-moz-linear-gradient(#2980ba, #549ac8);
  background:-o-linear-gradient(#2980ba, #549ac8);
  background:linear-gradient(#2980ba, #549ac8);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.triangle-right:after {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  border-width:20px 0 0 20px; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#2980ba transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-right.left {
  margin-left:20px;
  background:#2980ba;
width: 100%;
}

/* Variant : left
------------------------------------------ */

.triangle-right.left:after {
  top:16px;
  left:-40px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  border-width:15px 40px 0 0; /* vary these values to change the angle of the vertex */
  border-color:transparent #2980ba;
}

.momentum-rule {
   border-left: lightgray 1px solid;
    height: 700px;
    margin-top: 20px;
}

.momentum_separator {
  border-right: 3px solid #ddd;
  padding-right: 80px;
    margin-top: 20px;
}

.momentum_separator_left {
  border-left: 1px solid #ddd;
  padding-left: 20px;
    margin-top: 20px;
    display: block;
}


 /* Hubspot Forms*/

/**************************** Main Content Section **************************/


        

		
	
#contactForm label {
	display:block;
    margin:0 0 5px 10px;
    color:#FFF;
	font-size:15px;
	color:#fff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
            }
					
#contactForm input[type="text"], #contactForm input[type=email]{


	height: 40px;
	border-radius: 3px;
	box-shadow: none;
	border: 0;
	color: #333;
	font-size: 16px;
        font-size: 15px;
    font-weight: 600;
  width:100% !important;

    
}



#contactForm textarea, #contactForm input[type=fieldset] {

border: 0;
	border-radius: 3px;
    color:#333;	
    font-size: 15px;
    font-weight: 600;



}
          
			#contactForm input[type=checkbox],  #content input[type=radio] {
    		margin: 6px 4px 0 0;
    		width: auto;
			}

#contactForm select{
	height: 40px;
	border-radius: 3px;
	box-shadow: none;
	border: 0;
	font-size: 16px;
    margin-bottom: 20px;
            }

#contactForm:focus {
	-webkit-box-shadow: 0 1px 8px #064F7E !important;
	-moz-box-shadow: 0 1px 8px #064F7E !important;
	box-shadow: 0 1px 8px #064F7E !important;

}
			
#contactForm input[type="submit"] {
/*	background: #f47d31;
	color: #ffffff;
	box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.5);*/
	border: 0;
	height: 40px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	text-shadow: #b94b00 0px 1px 0px;
	width: 50%;
	border-radius: 5px;
    margin-top: 20px;

	color: #fefefe;
	background-image: -moz-linear-gradient(top,#ffc154,#e47601);
	background-image: -ms-linear-gradient(top,#ffc154,#e47601);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffc154),to(#e47601));
	background-image: -webkit-linear-gradient(top,#ffc154,#e47601);
	background-image: -o-linear-gradient(top,#ffc154,#e47601);
	background-image: linear-gradient(top,#ffc154,#e47601);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc154',endColorstr='#e47601',GradientType=0);

	-webkit-box-shadow: 0 1px 8px #064F7E !important;
	-moz-box-shadow: 0 1px 8px #064F7E !important;
	box-shadow: 0 1px 8px #064F7E !important;	
}
           
#contactForm input[type="submit"]:hover {
	-webkit-box-shadow: inset 0 0 0 0 #e08805 !important;
	-moz-box-shadow: inset 0 0 0 0 #e08805 !important;
	-ms-box-shadow: inset 0 0 0 0 #e08805 !important;
	-o-box-shadow: inset 0 0 0 0 #e08805 !important;
	box-shadow: inset 0 0 0 0 #e08805 !important;	
}

			
			
	
	
	
	
	
	
	
	
	




    
    




