/* Minification failed. Returning unminified contents.
(7203,28): run-time error CSS1039: Token not allowed after unary operator: '-background'
(7204,27): run-time error CSS1039: Token not allowed after unary operator: '-rotation'
(7722,49): run-time error CSS1039: Token not allowed after unary operator: '-ColTextHighlight'
(7727,47): run-time error CSS1039: Token not allowed after unary operator: '-ColTextHighlight'
(7728,34): run-time error CSS1039: Token not allowed after unary operator: '-ColTextHighlight'
(7738,13): run-time error CSS1039: Token not allowed after unary operator: '-ColTextPrimaryBtn'
(7740,43): run-time error CSS1039: Token not allowed after unary operator: '-ColBgPrimaryBtn'
(7740,84): run-time error CSS1039: Token not allowed after unary operator: '-ColBorderPrimaryBtn'
(7741,30): run-time error CSS1039: Token not allowed after unary operator: '-ColBgPrimaryBtn'
(7750,35): run-time error CSS1039: Token not allowed after unary operator: '-ColTextUtilityBtn'
(7753,43): run-time error CSS1039: Token not allowed after unary operator: '-ColBgUtilityBtn'
(7753,84): run-time error CSS1039: Token not allowed after unary operator: '-ColBorderUtilityBtn'
(7761,118): run-time error CSS1039: Token not allowed after unary operator: '-ColTextClickableActive'
(7764,67): run-time error CSS1039: Token not allowed after unary operator: '-ColTextClickableActive'
(7766,193): run-time error CSS1039: Token not allowed after unary operator: '-ColBgClickableActive'
(7766,234): run-time error CSS1039: Token not allowed after unary operator: '-ColBorderClickableActive'
(7766,272): run-time error CSS1039: Token not allowed after unary operator: '-ColTextClickableActive'
(7771,32): run-time error CSS1039: Token not allowed after unary operator: '-ColTextHighlight'
(7773,42): run-time error CSS1039: Token not allowed after unary operator: '-ColTextHighlight'
(7777,49): run-time error CSS1039: Token not allowed after unary operator: '-ColTextHighlight'
(7782,20): run-time error CSS1039: Token not allowed after unary operator: '-ColTextHighlight'
 */
.cMobileToast {position:fixed; bottom:30px; left:30px; cursor:pointer; padding: 15px;}

.ui-dialog .ui-dialog-content.cPopupModule {padding:0;}
body .cPopupModule .Module
{
    margin:0px;
    border:0 none;
    padding:0;
}

body .cPopupModule .modulebody 
{
    margin:0px;
    border:0 none;
    padding:10px;
}

.cPopupModule .moduleheader {display:none;}
.cPopupModule .moduleButtons {display:none;}

.cAccelaratedSetupModule h2 {margin-top:10px; }
.cAccelaratedSetupModule p, .cAccelaratedSetupModule li { line-height:140%;}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

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

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

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

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

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

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

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

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

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

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

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

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

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

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

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

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

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

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

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

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

.fa-inverse {
  color: #fff; }

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

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

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

.fa-address-card:before {
  content: "\f2bb"; }

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

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

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

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

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

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

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

.fa-angellist:before {
  content: "\f209"; }

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

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

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

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

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

.fa-archway:before {
  content: "\f557"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

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

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

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

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

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

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

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

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

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

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

.fa-behance:before {
  content: "\f1b4"; }

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

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

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

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

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

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

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

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

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

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

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

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

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

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

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

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

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

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

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

.fa-buffer:before {
  content: "\f837"; }

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

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

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

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

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

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

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

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

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

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

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

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

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

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

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

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787"; }

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

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

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

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

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

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

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

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

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

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

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

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

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

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

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

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

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

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

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

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

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

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

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

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

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

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

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

.fa-cloud-sun-rain:before {
  content: "\f743"; }

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

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

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

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

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

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

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

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

.fa-coins:before {
  content: "\f51e"; }

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

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

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

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

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

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

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

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

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

.fa-compact-disc:before {
  content: "\f51f"; }

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

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

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

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

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

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

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

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

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

.fa-critical-role:before {
  content: "\f6c9"; }

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

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

.fa-cross:before {
  content: "\f654"; }

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

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

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

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

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

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

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

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

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

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

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

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

.fa-dove:before {
  content: "\f4ba"; }

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

.fa-draft2digital:before {
  content: "\f396"; }

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

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

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

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

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

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

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

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

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

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

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

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

.fa-envelope-open-text:before {
  content: "\f658"; }

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

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

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

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

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

.fa-evernote:before {
  content: "\f839"; }

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

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

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

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

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

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

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

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

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

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

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

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

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

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

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

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

.fa-figma:before {
  content: "\f799"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-invoice-dollar:before {
  content: "\f571"; }

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

.fa-file-medical-alt:before {
  content: "\f478"; }

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

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

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

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

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

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

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

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

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

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

.fa-fingerprint:before {
  content: "\f577"; }

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

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

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

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

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

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

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

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

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

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

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

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

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

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

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

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

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

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

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

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

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

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

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

.fa-gas-pump:before {
  content: "\f52f"; }

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

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

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

.fa-ghost:before {
  content: "\f6e2"; }

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

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

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

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

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

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

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

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

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

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

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

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

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

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

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

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

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

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

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

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

.fa-headset:before {
  content: "\f590"; }

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

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

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

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

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

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

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

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

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

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

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

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

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

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

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

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

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

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

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

.fa-innosoft:before {
  content: "\e080"; }

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

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

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

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

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

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

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

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

.fa-keybase:before {
  content: "\f4f5"; }

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

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

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

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

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

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

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

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

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

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

.fa-leanpub:before {
  content: "\f212"; }

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

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

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

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

.fa-life-ring:before {
  content: "\f1cd"; }

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

.fa-line:before {
  content: "\f3c0"; }

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

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

.fa-lira-sign:before {
  content: "\f195"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

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

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

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

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

.fa-mandalorian:before {
  content: "\f50f"; }

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

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

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

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

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

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

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

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

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

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

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

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

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

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

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

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

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

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

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

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

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

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

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

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

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

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

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

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

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

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

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

.fa-page4:before {
  content: "\f3d7"; }

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

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

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

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

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

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

.fa-patreon:before {
  content: "\f3d9"; }

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

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

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

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

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

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

.fa-penny-arcade:before {
  content: "\f704"; }

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

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

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

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

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

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

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

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

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

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

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

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

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

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

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

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

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

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

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

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

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

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

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

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

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

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

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

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

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

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

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

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

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

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

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

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

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

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

.fa-robot:before {
  content: "\f544"; }

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

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

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

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

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

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

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

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

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

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

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

.fa-share-alt:before {
  content: "\f1e0"; }

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

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

.fa-shekel-sign:before {
  content: "\f20b"; }

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

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

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

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

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

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

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

.fa-sign-language:before {
  content: "\f2a7"; }

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

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

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

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

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

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

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

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

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

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

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

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

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

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

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

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

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

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

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

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

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

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

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

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

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

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

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

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

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

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

.fa-spider:before {
  content: "\f717"; }

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

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

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

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

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

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

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

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

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

.fa-star-and-crescent:before {
  content: "\f699"; }

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

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

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-steam-symbol:before {
  content: "\f3f6"; }

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

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

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

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

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

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

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

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

.fa-subway:before {
  content: "\f239"; }

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

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

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

.fa-superpowers:before {
  content: "\f2dd"; }

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

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

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

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

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

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

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

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

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

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

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

.fa-tape:before {
  content: "\f4db"; }

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

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

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

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

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

.fa-tenge:before {
  content: "\f7d7"; }

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

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

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

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

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

.fa-tiktok:before {
  content: "\e07b"; }

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

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

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

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

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

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

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

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

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

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

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

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

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

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

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

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

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

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

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

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

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

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

.fa-uncharted:before {
  content: "\e084"; }

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

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

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

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

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

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

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

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

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

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

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

.fa-user-alt-slash:before {
  content: "\f4fa"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

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

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

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

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

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

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

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

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

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

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

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

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

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

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

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

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

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

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

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

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

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

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

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

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

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

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

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

.fa-zhihu:before {
  content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/css/fonts/fa-brands-400.eot?v=1");
  src: url("/css/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/css/fonts/fa-brands-400.woff2?v=1") format("woff2"), url("/css/fonts/fa-brands-400.woff?v=1") format("woff"), url("/css/fonts/fa-brands-400.ttf?v=1") format("truetype"), url("/css/fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab,
#cBody .fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/css/fonts/fa-regular-400.eot?v=1");
  src: url("/css/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/css/fonts/fa-regular-400.woff2?v=1") format("woff2"), url("/css/fonts/fa-regular-400.woff?v=1") format("woff"), url("/css/fonts/fa-regular-400.ttf?v=1") format("truetype"), url("/css/fonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far,
#cBody .far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/css/fonts/fa-solid-900.eot?v=1");
  src: url("/css/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/css/fonts/fa-solid-900.woff2?v=1") format("woff2"), url("/css/fonts/fa-solid-900.woff?v=1") format("woff"), url("/css/fonts/fa-solid-900.ttf?v=1") format("truetype"), url("/css/fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas, #cBody .fa, #cBody .fas{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*Reset*/
html{color:#000;background:transparent;margin:0; height:100%; width:100%;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}img{border:0;}fieldset{border:1px solid;margin:0; padding:5px 9px 11px;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:start;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:bold;}option{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}
.ui-widget{font-family: verdana,arial,sans-serif,helvetica;font-size: 15px;}
html body .ui-widget-header, html body .ui-widget-header a {
    font-size: 15px;
}
input[type="checkbox"] {margin:0 5px 0 0;}
.rtl input[type="checkbox"] {margin:0 0px 0 5px;}
.cNoCloseDialog .ui-dialog-titlebar-close { display:none;visibility:hidden;}
p {line-height:125%;}
ul li.ui-menu-item {list-style-image:none; list-style-position:outside; list-style-type:none;}
html body footer{ padding:10px 0 100px;}
.row.idRow {display:none;}
.row .hint {line-height:24px;}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], input[type="tel"], textarea {
  background-color: #E3E3E3;
  border: 0 none;
  color: #444;
  font-size: 14px;
  padding: 5px;
  width: 200px; 	
  border-radius:2px;
  height:auto;
  
}
input[type="text"].cPhoneIntl {width:250px;}
.sfooter {
    display:inline-block; width:0;height:0;overflow:hidden;
}
body .ui-widget-header.ui-dialog-titlebar> span{
    font-size:150%;
    text-align:center;
}

body div.modulebody, 
body #content>.Module,
body .moduleheader,body .menuheader,
#content footer {position:relative;}

.narrowScrollbar ::-webkit-scrollbar {width: 6px;height:8px;}
.narrowScrollbar ::-webkit-scrollbar-track {  background: #f1f1f1; }
.narrowScrollbar ::-webkit-scrollbar-thumb {  background: #888; }
.narrowScrollbar ::-webkit-scrollbar-thumb:hover {  background: #555; }


input.cPhoneIntl[type="tel"]{padding:10px;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="tel"]:focus, textarea:focus {background-color:#eee; outline-width:0px;}
body .ui-draggable-handle {touch-action:auto;}
form select {
  background-color: #E3E3E3;
  background-position: 95% center;
  background-repeat: no-repeat;
  border: 0 none;
  border-radius: 2px 2px 2px 2px;
  color: #444;
  font-size: 14px;
  height: auto;
  padding: 5px;
  cursor:pointer;
}
.hideScreen {
    width:0 !important;height:0 !important;overflow:hidden !important;display:inline-block;
}
body.cPlatformClient .hidePlatformClient {
    display:none !important;
}
a.cSkipLink,
a.cSkipLink:focus,
a.cSkipLink:active,
a.cSkipLink:visited{
    position:absolute;
    top:-50px;
    left:0;
    background:#000;
    color:#fff;
    padding:8px;
    z-index:1000;
}
body a.cSkipLink:focus{
    top:0;
}
table.cChecklistBoxLeftAlign td {text-align:start;}
.cValidationSummery {padding:10px; line-height:150%; margin-top:10px; margin-bottom:10px;}
body{font-family: verdana,arial,sans-serif,helvetica;font-size: 15px;margin: 0px;padding: 0px;overflow: auto;min-height:100%; min-width:960px;}
#wrap { min-width:960px;}
div#container{margin:auto; height:auto; min-height:800px; padding:0; }
header#header{ height:174px; padding:0; margin:0; display:block; position:relative;}
#cBody #header .cHtmlEditorContent { max-height:100%;overflow:hidden;box-sizing:border-box;}

div#left{width:221px; height:100%; padding:10px 9px 10px 10px; margin:0px; display:block;text-align:center;}
div#content{ margin:0px; display:block;}
.LayoutTwoCol div#container{width:960px;}
.LayoutTwoCol header#header {width:960px;}
.LayoutTwoCol div#content{padding:10px; width:700px;}
.LayoutOneCol div#container{width:960px;}
.LayoutOneCol div#content{width:940px; margin-left:10px; margin-right:10px;}
.LayoutOneCol header#header{float:none; width:960px;}
.LayoutFullWidthAllCenter header#header,
.LayoutFullWidthModuleCenter header#header,
.LayoutFullWidthCenter  header#header,
.LayoutFill header#header{width:100%;float:none;}


.LayoutFullWidthAllCenter .moduleheader, 
.LayoutFullWidthAllCenter div#content,
.LayoutFullWidthAllCenter .bannerContent,
.LayoutFullWidthModuleCenter .moduleheader, 
.LayoutFullWidthModuleCenter div#content,
.LayoutFullWidthCenter  div#content,
.LayoutFill div#content{float:none;width:auto; margin-left:0px; margin-right:0px;}

.LayoutFullWidthAllCenter div#container,
.LayoutFullWidthModuleCenter div#container,
.LayoutFullWidthCenter div#container,
.LayoutFill div#container {width:auto; margin:0 0px;}
.LayoutFullWidthCenter.hasSkyscraperAd div#content,
.LayoutFill.hasSkyscraperAd div#content {margin-right: 180px;}
.LayoutFullWidthCenter.hasSkyscraperAd #googleAdSkyscraperContainer,
.LayoutFill.hasSkyscraperAd #googleAdSkyscraperContainer{position:absolute; right:10px;margin:0; top:150px;}
.LayoutFullWidthCenter.hasSkyscraperAd div#container,
.LayoutFill.hasSkyscraperAd div#container{float:none;}
.Module.useraccountbalance .modulebody .modulebody{padding:0; }
LayoutFullWidthCenter
.LayoutFill .moduleheader, .LayoutFill .modulebody {border-radius:0; }
.padding160 { padding-left:160px;}
.LayoutFullWidthAllCenter .modulebody .modulebody ,
.LayoutFullWidthModuleCenter .modulebody .modulebody ,
.LayoutFullWidthCenter .modulebody .modulebody { margin-left: 0; margin-right: 0; }
.headAlign,
.headAlignNav {display:inline-block;height:0; top:0;}

body .HeadAlignNavLeftOfThePage .headAlignNav,
.HeadAlignLeftOfThePage .headAlignNav,
.HeadAlignLeftOfThePage .headAlign {position:absolute;left:0;right:0;}
body .HeadAlignNavLeftOfTheModule  .headAlignNav, 
.HeadAlignLeftOfTheModule  .headAlignNav, 
.HeadAlignLeftOfTheModule  .headAlign {position:absolute;left:0;right:0;}

body .HeadAlignNavCenter header#header .headAlignNav,
.HeadAlignCenter header#header .headAlignNav, 
.HeadAlignCenter header#header .headAlign {position:absolute;left:50%;width:770px;margin-left:-335px;}

body .HeadAlignNavRightOfTheModule .headAlignNav,
.HeadAlignRightOfTheModule .headAlignNav,
.HeadAlignRightOfTheModule .headAlign {position:absolute;right:0;left:auto;width:770px;}

body .HeadAlignNavRightOfThePage .headAlignNav,
.HeadAlignRightOfThePage .headAlignNav,
.HeadAlignRightOfThePage .headAlign {position:absolute;right:0;width:770px;left:auto;}
body#cBody .HeadAlignNavRightOfTheModule .headAlignNav,
body#cBody .HeadAlignNavRightOfThePage .headAlignNav,
#cBody .HeadAlignRightOfTheModule .headAlignNav,
#cBody .HeadAlignRightOfThePage .headAlignNav,
#cBody .HeadAlignRightOfTheModule .headAlign,
#cBody .HeadAlignRightOfThePage .headAlign {left:auto; }

/*checkout module*/
#paypal-button-container {background-color:rgba(255, 255, 255, 0.36);border-radius:5px; padding:10px; text-align:center;}
.checkoutModule .insuranceRadioButtonList td *{text-align:left; }
.checkoutModule .deliveryRadioButtonList .cRadioV2,
.checkoutModule .insuranceRadioButtonList .cRadioV2,
.checkoutModule .paymentMetod .cRadioV2 {display:block;}
@media all and (min-width: 2010px) {
    .LayoutFullWidthCenter .moduleheader>div,
    .LayoutFullWidthCenter .modulebody {margin-left:420px; margin-right:420px;}

    .LayoutFullWidthModuleCenter .moduleheader,
    .LayoutFullWidthModuleCenter .modulebody {margin-left:420px; margin-right:420px;}

    .LayoutFullWidthAllCenter header#header>*, 
    .LayoutFullWidthAllCenter .moduleheader,
    .LayoutFullWidthAllCenter .bannerContent,
    .LayoutFullWidthAllCenter .modulebody {margin-left:420px; margin-right:420px;}

    body .LayoutFullWidthCenter.HeadAlignNavLeftOfTheModule .headAlignNav,
    body .LayoutFullWidthCenter.HeadAlignNavRightOfTheModule .headAlignNav,
    body .LayoutFullWidthModuleCenter.HeadAlignNavLeftOfTheModule .headAlignNav,
    body .LayoutFullWidthModuleCenter.HeadAlignNavRightOfTheModule .headAlignNav,

    .LayoutFullWidthCenter.HeadAlignLeftOfTheModule .headAlignNav,
    .LayoutFullWidthCenter.HeadAlignRightOfTheModule .headAlignNav,
    .LayoutFullWidthModuleCenter.HeadAlignLeftOfTheModule .headAlignNav,
    .LayoutFullWidthModuleCenter.HeadAlignRightOfTheModule .headAlignNav,

    .LayoutFullWidthCenter.HeadAlignLeftOfTheModule .headAlign,
    .LayoutFullWidthCenter.HeadAlignRightOfTheModule .headAlign,
    .LayoutFullWidthModuleCenter.HeadAlignLeftOfTheModule .headAlign,
    .LayoutFullWidthModuleCenter.HeadAlignRightOfTheModule .headAlign{left:420px;right:420px;}
}
@media all and (min-width: 1800px)  and (max-width: 2010px) {
    .LayoutFullWidthAllCenter header#header>*, 
    .LayoutFullWidthAllCenter .moduleheader,
    .LayoutFullWidthAllCenter .bannerContent,
    .LayoutFullWidthAllCenter .modulebody, 
    .LayoutFullWidthCenter .moduleheader>div,
    .LayoutFullWidthCenter .modulebody {margin-left:320px; margin-right:320px;}

    .LayoutFullWidthModuleCenter .moduleheader,
    .LayoutFullWidthModuleCenter .modulebody {margin-left:320px; margin-right:320px;}

    body .LayoutFullWidthCenter.HeadAlignNavLeftOfTheModule .headAlignNav,
    body .LayoutFullWidthCenter.HeadAlignNavRightOfTheModule .headAlignNav,
    body .LayoutFullWidthModuleCenter.HeadAlignNavLeftOfTheModule .headAlignNav,
    body .LayoutFullWidthModuleCenter.HeadAlignNavRightOfTheModule .headAlignNav,

    .LayoutFullWidthCenter.HeadAlignLeftOfTheModule .headAlignNav,
    .LayoutFullWidthCenter.HeadAlignRightOfTheModule .headAlignNav,
    .LayoutFullWidthModuleCenter.HeadAlignLeftOfTheModule .headAlignNav,
    .LayoutFullWidthModuleCenter.HeadAlignRightOfTheModule .headAlignNav,

    .LayoutFullWidthCenter.HeadAlignLeftOfTheModule .headAlign,
    .LayoutFullWidthCenter.HeadAlignRightOfTheModule .headAlign,
    .LayoutFullWidthModuleCenter.HeadAlignLeftOfTheModule .headAlign,
    .LayoutFullWidthModuleCenter.HeadAlignRightOfTheModule .headAlign{left:320px;right:320px;}

}

@media all and (min-width: 1600px)  and (max-width: 1800px) {
    .LayoutFullWidthAllCenter header#header>*, 
    .LayoutFullWidthAllCenter .moduleheader,
    .LayoutFullWidthAllCenter .bannerContent,
    .LayoutFullWidthAllCenter .modulebody, 
    .LayoutFullWidthCenter .moduleheader>div,
    .LayoutFullWidthCenter .modulebody {margin-left:220px; margin-right:220px;}

    .LayoutFullWidthModuleCenter .moduleheader,
    .LayoutFullWidthModuleCenter .modulebody {margin-left:220px; margin-right:220px;}

    body .LayoutFullWidthCenter.HeadAlignNavLeftOfTheModule .headAlignNav,
    body .LayoutFullWidthCenter.HeadAlignNavRightOfTheModule .headAlignNav,
    body .LayoutFullWidthModuleCenter.HeadAlignNavLeftOfTheModule .headAlignNav,
    body .LayoutFullWidthModuleCenter.HeadAlignNavRightOfTheModule .headAlignNav,

    .LayoutFullWidthCenter.HeadAlignLeftOfTheModule .headAlignNav,
    .LayoutFullWidthCenter.HeadAlignRightOfTheModule .headAlignNav,
    .LayoutFullWidthModuleCenter.HeadAlignLeftOfTheModule .headAlignNav,
    .LayoutFullWidthModuleCenter.HeadAlignRightOfTheModule .headAlignNav,

    .LayoutFullWidthCenter.HeadAlignLeftOfTheModule .headAlign,
    .LayoutFullWidthCenter.HeadAlignRightOfTheModule .headAlign,
    .LayoutFullWidthModuleCenter.HeadAlignLeftOfTheModule .headAlign,
    .LayoutFullWidthModuleCenter.HeadAlignRightOfTheModule .headAlign{left:220px;right:220px;}

}

@media all and (min-width: 1400px)  and (max-width: 1600px) {
    .LayoutFullWidthAllCenter header#header>*, 
    .LayoutFullWidthAllCenter .moduleheader,
    .LayoutFullWidthAllCenter .bannerContent,
    .LayoutFullWidthAllCenter .modulebody, 
    .LayoutFullWidthCenter .moduleheader>div,
    .LayoutFullWidthCenter .modulebody {margin-left:120px; margin-right:120px;}

    .LayoutFullWidthModuleCenter .moduleheader,
    .LayoutFullWidthModuleCenter .modulebody {margin-left:120px; margin-right:120px;}

    body .LayoutFullWidthCenter.HeadAlignNavLeftOfTheModule .headAlignNav,
    body .LayoutFullWidthCenter.HeadAlignNavRightOfTheModule .headAlignNav,
    body .LayoutFullWidthModuleCenter.HeadAlignNavLeftOfTheModule .headAlignNav,
    body .LayoutFullWidthModuleCenter.HeadAlignNavRightOfTheModule .headAlignNav,

    .LayoutFullWidthCenter.HeadAlignLeftOfTheModule .headAlignNav,
    .LayoutFullWidthCenter.HeadAlignRightOfTheModule .headAlignNav,
    .LayoutFullWidthModuleCenter.HeadAlignLeftOfTheModule .headAlignNav,
    .LayoutFullWidthModuleCenter.HeadAlignRightOfTheModule .headAlignNav,

    .LayoutFullWidthCenter.HeadAlignLeftOfTheModule .headAlign,
    .LayoutFullWidthCenter.HeadAlignRightOfTheModule .headAlign,
    .LayoutFullWidthModuleCenter.HeadAlignLeftOfTheModule .headAlign,
    .LayoutFullWidthModuleCenter.HeadAlignRightOfTheModule .headAlign{left:120px;right:120px;}


}
@media all and (min-width: 1200px)  and (max-width: 1400px) {
    .LayoutFullWidthAllCenter header#header>*, 
    .LayoutFullWidthAllCenter .moduleheader,
    .LayoutFullWidthAllCenter .bannerContent,
    .LayoutFullWidthAllCenter .modulebody, 
    .LayoutFullWidthCenter .moduleheader>div,
    .LayoutFullWidthCenter .modulebody {margin-left:60px; margin-right:60px;}

    .LayoutFullWidthModuleCenter .moduleheader,
    .LayoutFullWidthModuleCenter .modulebody {margin-left:60px; margin-right:60px;}

    body .LayoutFullWidthCenter.HeadAlignNavLeftOfTheModule .headAlignNav,
    body .LayoutFullWidthCenter.HeadAlignNavRightOfTheModule .headAlignNav,
    body .LayoutFullWidthModuleCenter.HeadAlignNavLeftOfTheModule .headAlignNav,
    body .LayoutFullWidthModuleCenter.HeadAlignNavRightOfTheModule .headAlignNav,

    .LayoutFullWidthCenter.HeadAlignLeftOfTheModule .headAlignNav,
    .LayoutFullWidthCenter.HeadAlignRightOfTheModule .headAlignNav,
    .LayoutFullWidthModuleCenter.HeadAlignLeftOfTheModule .headAlignNav,
    .LayoutFullWidthModuleCenter.HeadAlignRightOfTheModule .headAlignNav,

    .LayoutFullWidthCenter.HeadAlignLeftOfTheModule .headAlign,
    .LayoutFullWidthCenter.HeadAlignRightOfTheModule .headAlign,
    .LayoutFullWidthModuleCenter.HeadAlignLeftOfTheModule .headAlign,
    .LayoutFullWidthModuleCenter.HeadAlignRightOfTheModule .headAlign{left:60px;right:60px;}

}

@media all and (min-width: 1060px)  and (max-width: 1200px) {
    .LayoutFullWidthAllCenter header#header>*, 
    .LayoutFullWidthAllCenter .moduleheader,
    .LayoutFullWidthAllCenter .bannerContent,
    .LayoutFullWidthAllCenter .modulebody, 
    .LayoutFullWidthCenter .moduleheader>div,
    .LayoutFullWidthCenter .modulebody {margin-left:30px; margin-right:30px;}

    .LayoutFullWidthModuleCenter .moduleheader,
    .LayoutFullWidthModuleCenter .modulebody {margin-left:30px; margin-right:30px;}

    body .LayoutFullWidthCenter.HeadAlignNavLeftOfTheModule .headAlignNav,
    body .LayoutFullWidthCenter.HeadAlignNavRightOfTheModule .headAlignNav,
    body .LayoutFullWidthModuleCenter.HeadAlignNavLeftOfTheModule .headAlignNav,
    body .LayoutFullWidthModuleCenter.HeadAlignNavRightOfTheModule .headAlignNav,

    .LayoutFullWidthCenter.HeadAlignLeftOfTheModule .headAlignNav,
    .LayoutFullWidthCenter.HeadAlignRightOfTheModule .headAlignNav,
    .LayoutFullWidthModuleCenter.HeadAlignLeftOfTheModule .headAlignNav,
    .LayoutFullWidthModuleCenter.HeadAlignRightOfTheModule .headAlignNav,

    .LayoutFullWidthCenter.HeadAlignLeftOfTheModule .headAlign,
    .LayoutFullWidthCenter.HeadAlignRightOfTheModule .headAlign,
    .LayoutFullWidthModuleCenter.HeadAlignLeftOfTheModule .headAlign,
    .LayoutFullWidthModuleCenter.HeadAlignRightOfTheModule .headAlign{left:30px;right:30px;}


}

@media all and (min-width: 960px)  and (max-width: 1060px) {
    .LayoutFullWidthAllCenter header#header>*, 
    .LayoutFullWidthAllCenter .moduleheader,
    .LayoutFullWidthAllCenter .modulebody, 
    .LayoutFullWidthCenter .moduleheader>div,
    .LayoutFullWidthCenter .modulebody {margin-left:10px; margin-right:10px;}

    .LayoutFullWidthModuleCenter .moduleheader,
    .LayoutFullWidthModuleCenter .modulebody {margin-left:10px; margin-right:10px;}

    body .LayoutFullWidthCenter.HeadAlignNavLeftOfTheModule .headAlignNav,
    body .LayoutFullWidthCenter.HeadAlignNavRightOfTheModule .headAlignNav,
    body .LayoutFullWidthModuleCenter.HeadAlignNavLeftOfTheModule .headAlignNav,
    body .LayoutFullWidthModuleCenter.HeadAlignNavRightOfTheModule .headAlignNav,

    .LayoutFullWidthCenter.HeadAlignLeftOfTheModule .headAlignNav,
    .LayoutFullWidthCenter.HeadAlignRightOfTheModule .headAlignNav,
    .LayoutFullWidthModuleCenter.HeadAlignLeftOfTheModule .headAlignNav,
    .LayoutFullWidthModuleCenter.HeadAlignRightOfTheModule .headAlignNav,

    .LayoutFullWidthCenter.HeadAlignLeftOfTheModule .headAlign,
    .LayoutFullWidthCenter.HeadAlignRightOfTheModule .headAlign,
    .LayoutFullWidthModuleCenter.HeadAlignLeftOfTheModule .headAlign,
    .LayoutFullWidthModuleCenter.HeadAlignRightOfTheModule .headAlign{left:10px;right:10px;}


}
@media all and (max-width: 700px) {
    .cEventEdit .cPictures .row img { max-width: 100%; }
}
@media all and (max-width: 960px){
    .LayoutFullWidthAllCenter header#header>*, 
    .LayoutFullWidthAllCenter .moduleheader,
    .LayoutFullWidthAllCenter .bannerContent,
    .LayoutFullWidthAllCenter .modulebody, 
    .LayoutFullWidthCenter .moduleheader>div,
    .LayoutFullWidthCenter .modulebody {margin-left:0px; margin-right:0px;}

    .LayoutFullWidthModuleCenter .moduleheader,
    .LayoutFullWidthModuleCenter .modulebody {margin-left:0px; margin-right:0px;}

    body .LayoutFullWidthCenter.HeadAlignNavLeftOfTheModule .headAlignNav,
    body .LayoutFullWidthCenter.HeadAlignNavRightOfTheModule .headAlignNav,
    body .LayoutFullWidthModuleCenter.HeadAlignNavLeftOfTheModule .headAlignNav,
    body .LayoutFullWidthModuleCenter.HeadAlignNavRightOfTheModule .headAlignNav,

    .LayoutFullWidthCenter.HeadAlignLeftOfTheModule .headAlignNav,
    .LayoutFullWidthCenter.HeadAlignRightOfTheModule .headAlignNav,
    .LayoutFullWidthModuleCenter.HeadAlignLeftOfTheModule .headAlignNav,
    .LayoutFullWidthModuleCenter.HeadAlignRightOfTheModule .headAlignNav,

    .LayoutFullWidthCenter.HeadAlignLeftOfTheModule .headAlign,
    .LayoutFullWidthCenter.HeadAlignRightOfTheModule .headAlign,
    .LayoutFullWidthModuleCenter.HeadAlignLeftOfTheModule .headAlign,
    .LayoutFullWidthModuleCenter.HeadAlignRightOfTheModule .headAlign{left:0px;right:0px;}

    #wrap .moduleheader>div,
    #wrap .modulebody {padding-left:10px; padding-right:10px;}

    .mce-container { overflow:hidden;}
    .filterrow input, .filterrow select, .filterrow label, .filterrow ul, .filterrow ol, .filterrow li, .filterrow img { max-width:95%;}
    body .filterrow { padding-top: 10px; }
    body .filterrow > *,
    body .filterrow input,
    body .filterrow select{ margin-top: 10px; }

    .row input, .row select, .row label, .row ul, .row ol, .row li, .row img { max-width:100%;}
    body .row { padding-top: 10px; }
    body .row > *,
    body .row input,
    body .row select{ margin-top: 10px; }
    #mapContainer .row > * {margin-top: 0px;  }
    body .row a,
    body .row input,
    body .row .errorMsg{ margin-top: 10px; display:inline-block;}
    body .row input,
    body .row select{ max-width:80%;}
    .row .hint { clear:both;}
    .selectEventModule .modulebody { padding-left:3px; padding-right:3px;}
    body .filterLabel { float:none; text-align:start;clear:both;display:block !important;}
    body .filterText { float:none;} 
    body .padding160 { padding-left:0px;}
}

.cHideShowNextRow + .row {display:none;}

.cFarsiHelp {display:none;}
/*Head Menu*/
/*div#headmenu{margin-top:133px;margin-left:230px;}*/
div#headmenu {position:absolute;z-index:100;}
div#headmenu a{text-decoration:none;font-weight:normal;outline:none 0; display:block; padding:5px;}
div#headmenu ul, div#headmenu ul li {list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding: 0;}
div#headmenu ul li {float:left; position:relative; margin:10px 10px 0;}
div#headmenu .submenu {z-index:100;position:absolute; top:29px; left:0;display:none; margin:0;padding:6px 0 0;min-width:100%;}
#header div#headmenu .submenu li {float:none; text-align:start;margin:0; display:block; border:0 none; padding-top:2px;border-radius:0 0 0 0;border-bottom:0 none;border-top:0 none;border-left:0 none;border-right:0 none;}
    #header div#headmenu .submenu li {border-left:1px solid;border-right:1px solid; border-bottom:1px dotted;}
     #header div#headmenu .submenu li:last-child { border-bottom:1px solid;}
     #header div#headmenu .submenu li:first-child { border-top:1px solid;}
        #header div#headmenu .submenu li:hover { border-color:transparent;}

ul.submenu, ul.submenu li{white-space:nowrap;}
div#headmenu ul.submenu li{float:none;}

div#headmenu.TopNavTypesSimple ul li{background:transparent none; border:0px none;}
div#headmenu.TopNavTypesSimple ul li[data-selected="1"] { border-bottom:2px solid;border-radius:0;}

/*div#headmenu ul.submenu li a::after,*/ 
div#headmenu.TopNavTypesSimple >ul >li> a::after {
  content: ' ';
  box-sizing:border-box;
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  border:2px solid;
  bottom: -2px;
  left: 0;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

/*div#headmenu ul.submenu li:hover a::after,*/ 
div#headmenu.TopNavTypesSimple >ul >li:hover> a::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
div#headmenu.TopNavTypesSimple ul li a {}

div#headmenu.TopNavTypesBlocks ul li {-webkit-border-radius: 0px;border-radius: 0px; margin:1px; border:0px none;}
div#headmenu.TopNavTypesBlocks ul li a{padding:15px; }
/*div#headmenu li:hover .submenu {display:block;}*/
div#headmenu.TopNavTypesLight {
	font: bold 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #444;
}

div#headmenu.TopNavTypesLight:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
div#headmenu.TopNavTypesRounded >ul {border-radius: 100px;}
div#headmenu.TopNavTypesLeftRounded >ul {border-top-left-radius: 100px;border-bottom-left-radius: 100px;}
div#headmenu.TopNavTypesRightRounded >ul {border-top-right-radius: 100px;border-bottom-right-radius: 100px;}
div#headmenu.TopNavTypesLight ul {	
	float: left;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
}

div#headmenu.TopNavTypesLight li:hover li,
div#headmenu.TopNavTypesLight li {
	margin:0;
	float: left;
	border-style: solid; 
	border-width: 1px;
    border-color: #BABABA;
	box-shadow: 0 1px rgba(255,255,255,1) inset;
	background: #F7F7F7; /* Old browsers */
	background: linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* W3C */
    border-radius:0;
}

div#headmenu.TopNavTypesLight li:hover li:hover,
div#headmenu.TopNavTypesLight li:hover, div#headmenu.TopNavTypesLight li.current {
	box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	border-color: #262626 !important;
	background: #4D4D4D; /* Old browsers */
	background: linear-gradient(top, #4D4D4D 0%,#262626 100%); /* W3C */
}

div#headmenu.TopNavTypesLight a {
	display: block;
	padding: 10px 15px;
	color: #444;
	text-decoration: none;
	
}
#header div#headmenu.TopNavTypesLight>ul> li:hover li a{color:#444;}

#header div#headmenu.TopNavTypesLight>ul> li:hover li a:hover{color:#fff;}
div#headmenu.TopNavTypesLight>ul> li li:hover> a,
div#headmenu.TopNavTypesLight>ul> li li:hover> a:hover,
div#headmenu.TopNavTypesLight>ul> li:hover> a,div#headmenu.TopNavTypesLight a:hover, div#headmenu.TopNavTypesLight li.current a {
	color: #FFF;
}
#header div#headmenu.TopNavTypesLeftRounded>ul> li:first-child a, 
#header div#headmenu.TopNavTypesRounded>ul> li:first-child a,
#header div#headmenu.TopNavTypesLeftRounded>ul> li:first-child, 
#header div#headmenu.TopNavTypesRounded>ul> li:first-child {
	border-left-color: #BABABA;
	border-radius: 100px 0 0 100px;
}
#header div#headmenu.TopNavTypesRightRounded>ul> li:last-child a, 
#header div#headmenu.TopNavTypesRounded>ul> li:last-child a,
#header div#headmenu.TopNavTypesRightRounded>ul> li:last-child, 
#header div#headmenu.TopNavTypesRounded>ul> li:last-child {
	border-radius: 0 100px 100px 0;
}


#header div#headmenu.TopNavTypesDark li,
#header div#headmenu.TopNavTypesDark li a,
#header div#headmenu.TopNavTypesDark li:hover li,
#header div#headmenu.TopNavTypesDark li:hover li a
{border-radius:0; font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#333;color:#fff;box-shadow:inset 0 0 5px 5px #222}
div#headmenu.TopNavTypesDark ul li{display:block;margin:0;line-height:48px;border-left:1px solid #4d4d4d;border-right:1px solid #1a1a1a; border-bottom:0px none;border-top:0px none;}
div#headmenu.TopNavTypesDark ul li:hover,
div#headmenu.TopNavTypesDark ul li.active,
div#headmenu.TopNavTypesDark ul li,
div#headmenu.TopNavTypesDark-class-active{border-top:none;line-height:49px}
div#headmenu.TopNavTypesDark ul li:hover>a,div#headmenu.TopNavTypesDark ul li.active>a,div#headmenu.TopNavTypesDark ul lidiv#headmenu.TopNavTypesDark-class-active>a,div#headmenu.TopNavTypesDark ul lidiv#headmenu.TopNavTypesDark-class-active>span{box-shadow:inset 0 0 15px 3px #222}
div#headmenu.TopNavTypesDark ul li a,div#headmenu.TopNavTypesDark ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}
div#headmenu.TopNavTypesDark ul li ul li { border-bottom: 1px solid #1a1a1a;
    border-top: 1px solid #4d4d4d;}
div#headmenu.TopNavTypesDark ul li ul li:hover{border-top:medium none;}
div#headmenu.TopNavTypesDark ul  li:hover a{box-shadow: 0 0 15px 3px #222 inset;}
#header div#headmenu.TopNavTypesDark>ul> li li:hover> a,
#header div#headmenu.TopNavTypesDark>ul> li li:hover> a:hover,
#header div#headmenu.TopNavTypesDark>ul> li:hover> a,
#header div#headmenu.TopNavTypesDark a:hover, 
#header div#headmenu.TopNavTypesDark li.current a {
	color: #aaa;
}

body .headLogo {width:auto;height:auto; min-width:20px; min-height:20px; position:absolute;background-image:none;  background-repeat:no-repeat;background-position:left top; background-attachment:scroll; max-width:960px; max-height:500px;}

body .headLogo {width:auto;height:auto; min-width:20px; min-height:20px; position:absolute;background-image:none;  background-repeat:no-repeat;background-position:left top; background-attachment:scroll; max-width:960px; max-height:500px;}
    body a.headLogo, body a.headLogo:visited, body a.headLogo:hover { text-decoration: none; }


/*Left Menu*/
#left .leftmenu {font-weight:normal;}
#left .leftmenu.menuheader {font-weight:bold;}
.leftmenu{width:221px;min-height:30px;display:block;text-align:start; line-height:30px;}
.menuheader{margin-top:10px;}
.menuheader div{padding-left:40px;}
.submenuheader div{padding-left:15px}
.submenuheader.welcome img{ margin:5px 0 5px 5px; float:left;}
.submenuheader.welcome div {float:left; padding-left:5px;}
.cMobileMenu>.header>a> i.fa-hover { padding-left:10px;}

.menuitem a{text-decoration:none;display:block;padding-top:3px;padding-bottom:5px;padding-left:30px;outline: none 0;}
.menuitem >a.facebook {margin:3px 0 0 30px;}
.loginForm .facebook {margin-bottom:7px;}
.submenuheader .subMenu {display:none;position:absolute; padding-left:0; z-index:1000000;}
.submenuheader.hasSubmenu >div:first-child {Padding: 3px 0 5px 30px;}
.submenuheader.hasSubmenu >div:first-child > span{float: right; margin: 8px 11px 0 0;}
.cMobileMenu .header.agentMenu.gotoMenu { display:none;}


/*subModule*/
.subModule .ui-widget-content,
.subModule.ui-widget-content {padding:10px;}
.subModule .ui-widget-header {padding:5px;}
/*Login Box*/
#signinDialog {display:none; text-align:start;}
#signinDialog .row{display:block;}
.loginbox{padding:5px;margin:5px; display:block;margin-left:15px;text-align:start;}
/*.login .row {padding:0;}*/
.login a {padding:0; line-height:28px;}
.loginbox a{display:block;margin:5px;text-decoration:none;}
.loginbox a:hover{text-decoration:underline;}
#signinDialog a.GuestLoginButton:hover,
#signinDialog a.GuestSignupButton:hover { text-decoration:none;} 
.login p.error {text-align:center; padding:5px;}
.hidden{display:none;}
.farsiText{direction:rtl;font-family:Tahoma;}
.copyright{font-size:10px;color:#888;text-align:center;}
.footnote{font-size:11px;color:#555;}
.login{padding:10px /*10px 0*/;}
.login .cJoinFB{width: auto;display:inline;clear:left;margin:3px 0px;}
.login label{display:block;clear:both;padding-bottom:5px;}
.login input{width: 170px;display:inline-block;clear:left;margin:3px 0px;}
.login .loginBtn{display:block;/*margin:12px 0 12px;*/}
.login .loginBtn a{float:left;font-size:80%;}
.login .LoginButton {float:right;}
.login .fbPicture {margin: 5px 0;}
.login p{margin:0;}
.login .row.registerRow {padding:15px 0;}
.login .row a:hover{text-decoration:underline;}
.login .row a.facebook:hover{text-decoration:none;}
.leftmenu .registerRow {margin-top:15px; border-top:1px solid #ccc;-webkit-box-shadow: inset 0px 1px 1px 1px #eee;box-shadow: inset 0px 1px 1px 1px #eee; }
/*#signinDialog {overflow:hidden;}*/
#signinDialog >*{max-width:700px;}
#signinDialog .registerRow {position:absolute;top:0; right:0; width:100px; height:100%;  border-left:1px solid #ccc; padding:65px 0 15px 35px;-webkit-box-shadow: inset 1px 0px 1px 1px #eee;box-shadow: inset 1px 0px 1px 1px #eee; }
#signinDialog .registerRow .nsBtn {margin-top:20px;}
/*login popup*/
#signinDialog input[type="email"],
#signinDialog input[type="tel"],
#signinDialog input[type="text"],
#signinDialog input[type="password"] {width: 200px;}
#signinDialog .cCheckboxRow input, 
.login  .cCheckboxRow input {width:auto;}
.login  .cCheckboxRow label {display:inline; clear:none;}
input.invalid {border:2px solid #B92930;}
/*input[type="text"].valid {border:2px solid #056336;}*/
input.invalid:focus, input.valid:focus {border:2px inset #ece9d8;}


/*combined login dialog*/
#cBody #signinDialog .hideInitially { display:none;}
#cBody #signinDialog .hideGuestCheckout{ display:none;}
#signinDialog .signUpMode,
#signinDialog .loginMode,
#signinDialog .twoFactorMode,
#signinDialog .forgotMode {display:none;}
#signinDialog .cLoginMessage > p{ margin-bottom:10px; padding:5px;}
#signinDialog .cLoginError > p {padding:5px; margin:10px;}
#signinDialog .modeSignUp .signUpMode,
#signinDialog .modeLogin .loginMode,
#signinDialog .modeForgot .forgotMode {display:block;}
#signinDialog .loginSetPassword { display:none;}
#signinDialog .modeLogin.modeLoginSetPassword .loginSetPassword{display:block;}
#signinDialog .modeLogin.modeLoginSetPassword .notSetPassword{display:none;}
#signinDialog .modeTwoFactor .twoFactorMode {display:block;}
#signinDialog .hint{display:block;clear:both; margin-bottom:10px; font-size:75%;}
#signinDialog .cSwitchToSignUp,
#signinDialog .cSwitchToSignIn {text-align:end; margin-top:-20px; cursor:pointer; text-decoration:underline;}
#signinDialog .row {}
#signinDialog .modeSignUp .left{ width:315px; float:left; clear:none;}
.rtl #signinDialog .modeSignUp .left{float:right}
#signinDialog .modeSignUp .right{ width:315px; float:right; clear:none;}
.rtl #signinDialog .modeSignUp .right{float:left}


#signinDialog label.checkbox {display:inline;}
#signinDialog input[type="checkbox"] {width:auto;}
#signinDialog .forgotPassword {margin-bottom:10px;}
#signinDialog .error.ui-state-error{display:none;}
.floatleft,.floatstart {float:left;}
.rtl floatleft,.rtl .floatstart{float:right}
.floatright,.floatend {float:right;}
.rtl .floatright,.rtl .floatend{float:left}
.showHint,
form .row .showHint {padding:0; border-radius:20px; margin:0 8px; cursor:pointer;}
/*.showHint {padding-right:20px; background: url(/images/ns/questionmarkred.gif) no-repeat center right;} */
.showHint .hintData {display:none;}
.ui-tooltip {max-width:400px; padding:8px;}
.ui-tooltip * {line-height:130%; }
.ui-tooltip.ui-widget-shadow {
    -webkit-box-shadow: 3px 3px 5px #000000; 
    box-shadow: 3px 3px 5px #000000;
}

.icon40 {display:inline-block; width:40px; height:40px; background-image:url(/images/icons40x2.png);background-position:0 100px; background-repeat:no-repeat;}
.icon40.icon40success,.icon40.icon40ok{background-position:0 0px;}
.icon40.icon40warning{background-position:0 -40px;}
.icon40.icon40error{background-position:0 -80px;}
.icon40.icon40info,.icon40.icon40information{background-position:0 -120px;}
.icon40.icon40help,.icon40.icon40question{background-position:0 -160px;}
.icon40.icon40helpsmall,.icon40.icon40questionsmall{background-position:0 -572px;height:24px;}
.icon40.icon40star,.icon40.icon40favorite{background-position:0 -200px;}
.icon40.icon40refresh{background-position:0 -240px;}
.icon40.icon40cross{background-position:0 -280px;}
.icon40.icon40redcross{background-position:0 -320px;}
.icon40.icon40plus{background-position:0 -360px;}
.icon40.icon40leftarrow{background-position:0 -400px;}
.icon40.icon40bottomarrow{background-position:0 -440px;}
.icon40.icon40rightarrow{background-position:0 -480px;}
.icon40.icon40toparrow{background-position:0 -520px;}
.icon40.cVideoHelp{background-position:0 -646px;}
.ui-dialog {max-width:100%; }
.ui-dialog .icon40 {float:left; margin:0 12px 10px 0;}
.iconedDialogContainer >div,
.iconedDialogContainer >p{margin-left:60px; margin-bottom:8px;  }
/*body .cHelp a,
body .cHelp a:hover,
body .cHelp a:visited {color:#191876;}*/
.cHelp .cVideoHelp {border-radius:0;margin-right:0;}
.cShadow {display:block;/*box-shadow: 8px 10px 11px #000000;*/}
/*Modules*/
.Module{display:block;border-style:solid;border-width:0px;text-align:start;width:100%;margin-bottom:10px;}
#content>.Module{  box-shadow: 8px 10px 11px #000000;}
.moduleheader{width:100%;height:30px;margin-top:10px; line-height:30px; background-repeat:no-repeat;}
.moduleheader div{padding-left:40px;padding-right:40px;}
.modulebody{padding:10px;overflow:auto;}
.Module table{	margin-left:auto;	margin-right:auto; width:100%;}
.Module td, .Module th{padding:10px;}
.Module td.leftAlign, .Module th.leftAlign {text-align:start;}
.Module td.breakable, .Module th.breakable {word-break: break-all;}
.Module .ui-state-default td,
.Module .ui-state-focus td,
.Module .ui-state-highlight td {font-weight:normal;}
.Module a{	text-decoration:none;}
.Module a:hover{text-decoration:underline;}
.ModuleHeader{font-weight: bold;font-size: larger;margin:7px;	display:block;text-align:center;}
.Module td.idfield,.Module th.idfield{display:none;}
body .filters.ui-widget-content{padding: 7px;display: block;margin:10px 3px;font-weight:normal;border-radius:5px;-webkit-box-shadow: 1px 1px 1px 1px ;
box-shadow: 1px 1px 1px 1px ; }
.filterLabel{display: block;float:left;	width:130px;text-align:right;vertical-align:middle;	margin-right:5px;}
.filterText {float:left;	padding:2px;}
.filterrow{	padding-top:10px;display:block;clear:both;}
.filterButton{margin-left:20px;	}
.filterLabelTitle{display: block;float:left;text-align:right;vertical-align:middle;margin-left:10px;font-weight: bolder;}
.editLabel{display: block;vertical-align:middle;margin-bottom:5px;}
.editValue {padding:0 0 10px 10px;font-size:115%}
.filtersV2 { box-sizing:border-box; margin-bottom:10px; border:1px solid; border-radius:3px;}
.filtersV2 .filterLabelTitle {font-size:150%; float:none;text-align:start;}
.filtersV2 .filterrow .filterCol { width:32%;padding:0 15px; display:inline-block; box-sizing:border-box; max-width:350px;}
.filtersV2 .filterrow .filterCol:nth-last-child(1) {width:99%;max-width:900px; }
.filtersV2 .filterrow .filterCol:nth-last-child(2) ~ .filterCol,
.filtersV2 .filterrow .filterCol:nth-last-child(2) {width:48%;max-width:700px; }
.filtersV2 .filterrow .filterCol:nth-last-child(3) ~ .filterCol,
.filtersV2 .filterrow .filterCol:nth-last-child(3) ~ .filterCol ~ .filterCol,
.filtersV2 .filterrow .filterCol:nth-last-child(3) {width:32%;max-width:350px; }
.filtersV2 .filterrow .filterLabel {display:block;float:none;width:auto; text-align:start;padding:0;}
.filtersV2 .filterrow input.filterText {width:95%; max-width:300px; }
.filtersV2 .filterrow .filterText{ float: none; margin-top:8px;border-radius:4px;max-width:100%;}
    .filtersV2 .filterrow input,
    .filtersV2 .filterrow select,
    .filtersV2 .filterrow label { max-width:95%;}
.filtersV2 .filterrow .select2 { margin-top:8px; max-width:80%;}
.filtersV2 .filterrow .select2 .select2-selection--single,
.filtersV2 .filterrow .select2 .select2-selection--single span { height:34px;line-height:34px;}
.filtersV2 .filterrow .filterText.cDatePicker { max-width:170px;}
.filtersV2 .filterrow { padding-bottom:0px;}
.filtersV2 {padding-bottom:10px;}
.filtersV2 .filterButton { margin:0;}
    .filtersV2 .cHint { padding:15px;}

.row{padding-top:10px;display:block;clear:both;}
.cEventEdit .row{padding-top:20px;}
.editText{float:left;margin-right:5px;border-color:#000;border-width:1px;padding:2px;}
.editText.wide,
body .row .editText.wide{width:80%; max-width:650px;}
.editText label{padding:2px;margin-right:5px;}
.editButton{margin-left: 105px;margin-right: 7px;margin-bottom:4px;}
.editLabelTitle{margin-left: 7px;margin-right: 7px;	margin-bottom: 10px;vertical-align: middle;	display: inline-block;font-weight: bolder;}
.editError{margin-left: 40px;margin-right: 7px;margin-bottom: 10px;vertical-align: middle;	display: inline-block; color:Red;}
div.loading {text-align:center;	height:150px;vertical-align:middle;padding-top:150px;vertical-align:middle;}
.bold{font-weight:bold;}
.rightalign{text-align:right;display:block;}
.hint{font-size: smaller;font-weight: lighter;}
.textarea{width:95%;margin:10px;}
.message{text-align:center;	display:block;width:100%;}
.middle{display:block;width:500px;text-align:right;float:left;	padding-right:10px;}
.clear{	clear:both;}
.menuHeader{cursor:pointer;}
div .noScroll{overflow:hidden;}
.rightBtn{margin-right:80px;margin-left:20px;}
.moreSpacing, .moreSpacing p{	line-height:150%;}
.moreSpacing li{margin: 5px 0;}
.confirmation br{line-height:0;}
.confirmationModule p,
.confirmationModule li{margin-bottom:30px;line-height:130%;text-align:start;}
.superscript{font-size:xx-small; vertical-align:top;}

/*Overlay Styles*/
#overlayContent iframe{width:100%;background-color:#fff; height:100%;}
div.overlayWrapper{top:2%;}
div#overlay{margin-left:auto;margin-right:auto;	position:relative;	width:98%;overflow-y:hidden;}
.overlay_ex, div#overlayButtons{display:none;}
#overlayTitleBar{padding:0pt 12px;}
div#overlayHeaderBtns {float:right; margin:10px 10px 0 0;}
div#overlayHeaderBtns >div{float:left; margin:5px;}
div#overlayHeaderBtns>span {margin:0 10px;}
.ui-dialog-titlebar>span {display:block; width:100%;}

div#overlayContent{clear:left;text-align:start;width:auto;background-color:#fff;margin:0;padding:0;}
#overlayBody{min-height :100px;min-width:100px;padding:0px;float:right;background-color:#fff;border-width:0px;margin:0px;text-align:center;}
div#overlayBodyDiv{width:auto;background-color:#fff;text-align:center;}
div#overlayBodyDiv img{	padding:5px;top: 10px;}

/*default.aspx*/
/*helpBtn*/
.helpBtn {float:left;background-image:url(/images/ns/questionmarkred.gif);padding-left:20px;padding-top:-2px; background-repeat:no-repeat;}
.helpBtnRight {float:right;background-image:url(/images/ns/questionmarkred.gif);padding-left:20px;padding-top:-2px; background-repeat:no-repeat;} 

.eventSmallLogo {background-color:#fff;padding:3px;width:170px;}
table.borderSpacing {border-collapse:separate;border-spacing:2px;}
p.partnerEvents {margin:30px auto 20px;font-weight:bold;font-size:140%;width:90%;}
table.partnerEvents {font-size:90%;width:90%;}
  
/*Popup*/
.initPopup {
    display:none;
}
.initPopup ul {text-align:start; line-height:150%;}
.initPopup li {margin:5px 0;}

.initPopup .iconedDialogContainer {min-height:40px;}
.initPopup {text-align:start;}
.initPopup div.ui-dialog-buttonpane{text-align:right;}
/*Design page*/
.designmodule textarea {width:100%; display:block;}
.designmodule input[type="submit"] {float:right;margin:10px;}

.paymentLogos {display:block; clear: both; margin: 10px 0;}


/*Html Page*/
.cHtmlEditorEdit {float:right;}
.cHtmlEditorEdit + .cHtmlEditorContent {margin-top:60px;}
.cHtmlEditorEdit:hover + .cHtmlEditorContent { border:1px solid #CDDC39; background-color: rgba(222, 222, 99, 0.2);}

/*BreadCrumb*/
.breadCrumb {margin: 10px 0; overflow:hidden;}
.breadCrumb a{padding:0 5px; font-weight:normal; font-size:15px;}
.breadCrumb a:first-child {font-weight:bold;font-size:17px;}
.breadCrumb small {font-size:60%;}
.breadCrumb .selected {}
.breadCrumb .selected:hover {cursor:default;text-decoration:none;}


/*googleAd*/
.hasSkyscraperAd div#container { margin: 0 10px 0 0; float:left; }
#googleAdLeaderboard {width: 715px; height:90px; margin-top:20px; overflow:hidden;}
#googleAdSkyscraperContainer{width: 160px; height:600px; margin:0 0 0 970px; padding-top:250px;}
#googleAdSkyscraper{width: 160px; height:600px; }
#googleAdSmallRec {width: 200px; height:200px; margin: 25px 0 0 25px;}


body a.google:hover, 
body a.google:link, 
body a.google:visited,
body a.google:active {color:#3c4043 !important;text-decoration:none !important;}

body .google,
body a.google {background-repeat:no-repeat; min-width:150px;height:34px; line-height:34px;background-color:#fff !important; padding:1px 10px 1px 40px !important; display:inline-block; border:1px solid #d2e3fc  !important; font-size:12px  !important; font-family:Verdana !important; font-weight:bold !important; border-radius:3px !important;margin:10px !important;
               background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAlCAYAAADMdYB5AAAAAXNSR0IArs4c6QAAAp9JREFUWEftlkloE1Ecxr9xJkszSU0PrYmCCzFR7JLa6KFgBKm0oOnBoyIWURrrwUPU9BbEQ8EVD+LuQVT04qFYkYoVtCdFA7YQMG3Rk6kVTDRLo0k68iZLzdZ5CcUqzLskzHvz/37v+/7vMYwgCAKWeDAyRCYB2YlsK8pOyE4UXkv/d08k3r9D/NkTpKYDIP/J4EwbwK03Q925GwqrjfoertgJIho+dzonXE6JQOhOesAajJIwFUEkp/wIHe+DEAlLFiYLFC026C9elVxLDUEcCB7ZXwTAmczgTBYwWp3oTnJqIhONGfoL18TnUoMaIuTqQ2IsnX06fzO0R11F2ROQ2KOHqHV7qABILSoIIfgSybcD+HFzFnPf4mBXGFF3/R61yKI4kfIdghC4Cyg3InzfgJo9x6DuckjVpp6nciLl7YAQHBWLMppmsO3zsWSV7oz+AgOmrLB19TJY17Al56kgkiMKIp+GqNsOtu15UbGOgeiCOz9gV6DHrlwsCDvYtpG/D5Hy7oQQfCUKRzSt0Le/WQKITGNOKrfAHWpCb9NeONbtWND+4bEkzg79zK1xO1ToauGqj4Mc0ce+W7j0hUE4EYNOwWOw+4r4W2pE4gKct2cx/X3+Q37QpYFWXbpxqRqTCDlfeOD96stpWvRr4dp8ELaGxjyOQHQGZ56GMO5flXve2cyhv1tV1jlqCFJ83/AJRBKxvGIEZiXfAK2Shz/4Ef7QJ2g5Hpa5XkxOtIJXMbhxuAaG5eWPLzUEUSYCxJFCkHJb3Fq7C85NPWXvh+x7FUGQl4gjp15fzoumFISRr8f5bf0gTkmNiiGyBYkrDz4M4XN0RnSIuEOEbfWNYp9InZ4/waqGkNpdJfMyRNWNWYnNtGvlOOQ4Cnvln+iJ3wL9Y6FuQkVrAAAAAElFTkSuQmCC'); }
/*body a.facebook::before{content:'\f39e';color:#fff;font-family: "Font Awesome 6 Brands"; font-weight: 400; vertical-align:middle;font-size:16px;padding-right:10px;}*/
body .facebook,
body a.facebook { background-repeat:no-repeat; height:34px; line-height:34px;color:#fff;background-color:#637BAD; padding:1px 10px 1px 40px; display:inline-block; border:1px solid #637BAD; font-size:14px; font-weight:400; min-width:180px;margin:10px;
                  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="20px" height="20px"><path  d="M279.1 288l14.2-92.7h-88.9v-60.1c0-25.4 12.4-50.1 52.2-50.1h40.4V6.3S260.4 0 225.4 0c-73.2 0-121.1 44.4-121.1 124.7v70.6H22.9V288h81.4v224h100.2V288z" style="stroke=white;stroke-width=3;fill:white;"/></svg>');
                  background-position-y:center;
                  background-position-x:10px;
}
body a.facebook:hover, 
body a.facebook:link, 
body a.facebook:visited,
body a.facebook:active {color:#fff;text-decoration:none;}
html body .facebook[disabled="disabled"],
html body a.facebook[disabled="disabled"] {background-image:url(/images/FBLogoDisabled.png); color:#ddd;background-color:#8B8D91; border:1px solid #55585C; }

.facebook.invite,
.facebook.share {margin:10px;}
.fb_edge_widget_with_comment {margin-left:10px;}

.facebookOptions {clear:both; padding:20px 0;}
.facebookOptions >.facebook {height:auto; line-height:30px;text-align:start; background-position:8px 8px;border-radius:3px;}
.facebookOptions input {margin-left:25px; clear: right; }
.facebookOptions label {margin-right:15px; }
.facebookOptions a {background-color:#fff; padding:1px 7px; border:1px solid #1A356E; color: #1A356E; -moz-border-radius:3px; -webkit-border-radius:3px;border-radius:3px;text-decoration:none; margin-left:130px;}
.facebookOptions a:hover, 
.facebookOptions a:link, 
.facebookOptions a:visited,
.facebookOptions a:active {color: #1A356E; text-decoration:none;}

#switcher {position:absolute; top:0;}

/*generic rules*/
.hide{display:none;}

/* Tooltip */
.tooltip div.corner,
.tooltip div.top,
.tooltip div.arrow,
.tooltip div.origin_tl,
.tooltip div.origin_tr,
.tooltip div.origin_bl,
.tooltip div.origin_br,
.tooltip div.content,
.tooltip div.closeButton{background:url(/images/ns/yellowsheet.gif) no-repeat;position: absolute;}
.tooltip{display:none;z-index: 100001;cursor: default;position:absolute;}
.tooltip div.origin_tl,.tooltip div.origin_tr,.tooltip div.origin_bl,.tooltip div.origin_br{background-position: bottom right;}
.tooltip div.corner,.tooltip div.top{top:-5px;}
.tooltip div.corner{background-position:0px -19px;height:25px;width:5px;left:-5px;}
.tooltip div.top{background-position:right -19px;height:5px;width:100%;}
.tooltip div.content{background-position: bottom left;position:relative;padding: 5px 25px 10px 10px;  left: -5px;}
.tooltip div.closeButton{background-position:-72px top;width:17px;height:16px;top:5px;right:10px;cursor:pointer;z-index: 100002;}
.tooltip div.arrow{background-position:100px top;height:15px;width:15px;z-index: 100002;}
.tooltip div.origin_tl{top:0px;left:0px;}
.tooltip div.origin_tr{top:0px;right:100%;}
.tooltip div.origin_bl{bottom:0px;left:0px;}
.tooltip div.origin_br{bottom:0px;right:100%;}
.tooltip div.arrow_lt{margin: 0px 0px 0px 20px;}
.tooltip div.arrow_lt .arrow{background-position:-56px top;left:-17px;top:8px;}
.tooltip div.arrow_lb{margin: 0px 0px 0px 20px;}
.tooltip div.arrow_lb .arrow{background-position:-56px top;left:-17px;bottom:10px;}
.tooltip div.arrow_rt{margin: 0px 20px 0px 0px;}
.tooltip div.arrow_rt .arrow{background-position:-21px top;right:-12px;top:8px;}
.tooltip div.arrow_rb{margin: 0px 20px 0px 0px;}
.tooltip div.arrow_rb .arrow{background-position:-21px top;right:-12px;bottom:8px;}
.tooltip div.arrow_tl{margin: 20px 0px 0px 0px;}
.tooltip div.arrow_tl .arrow{background-position:-2px top;left:5px;top:-17px;}
.tooltip div.arrow_tr{margin: 20px 0px 0px 0px;}
.tooltip div.arrow_tr .arrow{background-position:-2px top;right:15px;top:-17px;}
.tooltip div.arrow_bl{margin: 0px 0px 20px 0px;}
.tooltip div.arrow_bl .arrow{background-position:-38px top;left:10px;bottom:-14px;}
.tooltip div.arrow_br{margin: 0px 0px 20px 0px;}
.tooltip div.arrow_br .arrow{background-position:-38px top;right:10px;bottom:-14px;}
.tooltip
{
	text-align:start;
}

.row:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*Btn*/
.nsBtn { font-weight: bold; font-family: Arial; cursor: pointer; vertical-align: bottom; white-space: nowrap; max-width: -webkit-fill-available;
    text-overflow: ellipsis;
    overflow: hidden;}
.ie .nsBtn { width: auto; overflow: visible; line-height: normal; }	/* Fixes double padding */
.nsBtn[disabled] { cursor: default; }
.nsBtn::-moz-focus-inner { border: none; }
body .nsBtn.small { height: 20px; padding: 0 5px; font-size: 10px; line-height:20px;}
body .nsBtn.medium { height: 32px; padding: 0 10px; font-size: 14px; line-height:30px;}
a.nsBtn.medium p {line-height:30px;}
a.nsBtn.medium { height: 28px;}
body .nsBtn.large { height: 40px; padding: 0 24px; font-size: 16px; line-height:40px; }
.nsBtn.large .fa-spin{
  margin-left: -12px;
  margin-right: 8px;
}
.nsBtn.medium .fa-spin{
  margin-left: -5px;
  margin-right: 5px;
}
.nsBtn.small .fa-spin{
  margin-left: -2px;
  margin-right: 3px;
}
a .fa-spin,
button .fa-spin{
  margin-left: -2px;
  margin-right: 5px;
}
body .nsBtn:hover {
  filter: brightness(120%);
}
body .nsBtn:active {
  filter: brightness(80%);
}

.nsBtn.primary { background: #f8b500; border: 1px solid #F4BB00; 
	background: -webkit-gradient(linear, left top, left bottom, from(#fceabb), to(#f8b500)); background: -moz-linear-gradient(top, #fceabb, #f8b500); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#f8b500'); }
div a.nsBtn.primary,
div button.nsBtn.primary {color: #003399;}
.nsBtn.primary:hover { background:#f8b500; }

.nsBtn.secondary { background: #001830 ; border: 1px solid #000; color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#003163), to(#001830)); background: -moz-linear-gradient(top, #003163, #001830); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003163', endColorstr='#001830'); }
.nsBtn.secondary:hover { background: #006699; filter: none; }

.nsBtn.utility:hover { background: #fff;  }
.nsBtn[disabled],
.nsBtn[disabled]:hover,
.nsBtn.utility { background: #f8f8f8; border: 1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2)); background: -moz-linear-gradient(top, #fff, #f2f2f2); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2'); }
.nsBtn.primary[disabled],
.nsBtn.secondary[disabled] { color: #ccc; border: 1px solid #ccc;opacity:0.8; }
.nsBtn.utility { color: #003163; }
.nsBtn.utility[disabled] { color: #ccc; opacity:0.8;}

/* for dark backgrounds */
.nsBtn.utility.dark { background: #232323; border: 1px solid #242424; color: #fff;
 	background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#000)); background: -moz-linear-gradient(top, #454545, #000); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#000'); }
.nsBtn.utility.dark:hover { background: #000; filter: none; }

.nsBtn.dark[disabled],
.nsBtn.dark[disabled]:hover { background: #121212; color: #333; border: 1px solid #333;
 	background: -webkit-gradient(linear, left top, left bottom, from(#242424), to(#000)); background: -moz-linear-gradient(top, #242424, #000); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#000'); }
.nsBtn.utility.dark[disabled] { border: 1px solid #242424; }
a.nsBtn, a.nsBtn:hover {text-decoration:none;}
a.nsBtn {display:inline-block;}

.nsBtn {-moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius: 5px;}

.nsBtn .fa-spinner {display:none; }
.nsBtn.disabled .fa-spinner,
.nsBtn:disabled .fa-spinner,
.nsBtn[disabled] .fa-spinner {display:inline-block;margin-right:10px;}
.nsBtn.disabled .spinner,
.nsBtn:disabled .spinner,
.nsBtn[disabled] .spinner {
  visibility: visible;
}
.nsBtn .spinner {
  /*background-image: url("//static.ticketor.net/account/img/ajax-loader.gif");*/
  float: left;
  min-height: 20px;
  visibility: hidden;
  margin: 0 7px 0 3px;
  height:100%;
  background-position: center;
  background-repeat:no-repeat;
}

/*BillPaymentModule*/
.BillPaymentModule .cPayBtns {display:none;}
.BillPaymentModule .cPayByCard {width:450px; float:left; padding-right:20px;margin-top:20px;}
.BillPaymentModule .cPayByPaypal {width:180px; float:left; padding-left:10px; margin-top:20px;}
.BillPaymentModule td {text-align:start;}
.BillPaymentModule .ui-state-error {margin-bottom:40px;padding:20px;}

.googleMap {background-image:url(/images/map.png);  height:24px; display:inline-block; cursor:pointer; clear:both; margin:5px; background-position: top center;width:24px;}

body .cMobileMenu {position:absolute; height: 30px; top:0px; right:15px;background-color:#fff; border:none 0px; z-index:1000; font-size:12px; width:100%; width:auto; cursor:pointer;}
body nav.cMobileMenu.hidePrint > *,
body nav.cMobileMenu.hidePrint > ul>li{display:inline-block;float:right;height: 30px; margin:0;padding:0; border:0px none;}
body nav.cMobileMenu.hidePrint   ul li{border:0px none;}
body nav.cMobileMenu.hidePrint a {padding-left:10px; padding-right:10px;}
body nav.cMobileMenu.hidePrint  a  {height:30px; line-height:30px; border:0px none;}
body nav.cMobileMenu.hidePrint  i {height:20px; line-height:20px; border:0px none;}
.cMobileMenu .menuheader {margin-top:0;}
.cMobileMenu .header {height:28px; line-height:28px; vertical-align:middle;font-size:14px;text-overflow: ellipsis; text-align:start;}
.cMobileMenu .header .fa,
.cMobileMenu .header .fab,
.cMobileMenu .header .fas,
.cMobileMenu .header .far {font-size:18px;    }
.cMobileMenu ul,
.cMobileMenu li  {margin:0; list-style:none;}
/*floating cart*/
.cMobileMenu .cFloatingCart p,
.cMobileMenu .cFloatingCart a[role="menuitem"] {width:230px; display:inline-block;padding-bottom:0;padding-top:0;border:0 none; }
.cFloatingCart {width:230px;  }
.cFloatingCart .cartDetails p {text-align:start; box-sizing:border-box;font-size:90%; border-bottom:dotted 1px #aaa; padding:5px 2px;width:100%;}
.cFloatingCart .cartDetails {padding:5px; margin-top:3px;box-sizing:border-box;}
.cFloatingCart .cardButtons {margin: 15px 0 10px; line-height:35px;}
.cFloatingCart .cardButtons a {font-size:90%; margin:3px; vertical-align:middle;}
.cMobileMenu .icon{float: left; margin: 5px 8px 5px 5px;}
@media all and (min-width: 769px) {
    body nav.cMobileMenu.hidePrint > ul>li.cFloatingCart.fixed,
    .cFloatingCart.fixed { position:fixed; top:40px;left:10px;height:unset;border:1px dashed;width:auto;}
    .cFloatingCart.fixed ul{display:block !important;position:relative !important;width:232px;top:0 !important;}
    .cFloatingCart,
    .cFloatingCart * { box-sizing: border-box; }
}
/*cFloatingMenu*/

.cMobileMenu .languageMenu > div {
    background-color: blue;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}
.cMobileMenu   i {line-height:30px;}
.cMobileMenu   .cMenuCount {border:1px solid;width:15px; height:15px;border-radius:50px;display:inline-block;text-align:center;vertical-align:top; line-height:15px; margin:3px;}

.cHeadDropDownMenu >ul{display:none;}

/*adminhelpModule*/
.adminhelpModule h1{ margin:20px 0 40px;text-align:center; }
.adminhelpModule .modulebody > h2 {margin-top:50px; margin-bottom:0;}
.adminhelpModule h2{ margin-top:20px;}
body .Module.adminhelpModule p {text-indent:5px; line-height:180%; margin-bottom:10px;}
.Module.adminhelpModule h3 {margin:10px 0;}
.Module.adminhelpModule li {margin-bottom:10px;line-height:180%;}
.Module.adminhelpModule a {text-decoration:underline;}
.Module.adminhelpModule.cSingle h2 {margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid;line-height:180%;}
.Module.adminhelpModule.cSingle h1 {display:none;}
.adminhelpModule iframe {margin:20px 0; max-width:90%;}

/*search btn*/
#cSearchBox {padding: 3px 10px; width:300px; font-size:130%;}
.cSearch {text-align:right;font-size:150%;}
.cSearchArea .highlight { background-color: yellow; color:black; }
.hideForSearch {display:none !important;}
/*cHelp*/
body div.cBlog,
body div.cHelp {float:right; padding:0; margin:6px 6px 0 0;height:16px; overflow:visible;}
html[dir=rtl] body div.cBlog,
html[dir=rtl] body div.cHelp {float:left;}


.devider {margin:35px 0 15px; border-bottom:1px solid #666; padding:5px;}

/*Validators*/
label.error,
input.error {background-color:#F6DCDC; box-shadow: 0 0 5px #FF0000 inset; -webkit-box-shadow:0 0 5px #FF0000 inset;}
select:focus,
input[type=text]:focus {
     border-bottom:2px solid #07f;
}

select.valid,
input[type=text].valid {
     border-bottom:2px solid #058420;
}
select.valid + .errorMsg,
input.valid + .errorMsg {
    display: none;
}
input.success{border:2px solid #090;}
.errorMsg {padding:1px 5px; margin-left:5px; color:#F76262; font-size:80%;}

/*EventInfoOverlay*/
#cBody.eventInfoOverlayBody .fbShare {padding:10px; float:left;}

#cBody.eventInfoOverlayBody .eventDetails {text-align:center;}
#cBody.eventInfoOverlayBody .eventDetails img{display:inline-block;}

.aboutUsModule{line-height:200%;}

.aboutUsModule h3 {padding:20px;}


.contactUsModule p{line-height:200%;}
.contactUsModule .modulebody {padding:20px 40px;}
.contactUsModule h3 {padding:20px;}
.contactUsModule .row {margin-bottom:15px;}
.contactUsModule .row a.nsBtn {margin:20px 20px 20px 0;}
.contactUsModule .row .editLabel {margin-right:15px; width:135px;}



.eventCalendar {width:45px; float:left;}
.eventCalendar p {border:1px solid #c1c1c1; text-align:center; font-size:11px;}
.eventCalendar p.day {border-bottom-width:3px;border-top-width:0px;height:26px;line-height:26px;font-size:20px; font-weight:bold;}

.moduleEventInfo2 .eventCalendarFull { margin-right:10px;}
.eventCalendarFull {width:60px; float:left;min-height:95px;}
.eventCalendarFull >div {border:1px solid #c1c1c1; text-align:center; font-size:13px;}
.eventCalendarFull div.bottom {border-bottom-width:3px;border-top-width:0px;}
.eventCalendarFull div.bottom .day {height:28px;line-height:30px;font-size:24px; font-weight:bold;}
.eventCalendarFull div.bottom .dayOfWeek {font-size:12px; font-weight:bold;}
.eventCalendarFull .year {font-size:9px; text-align:center; font-weight:bold;}
.eventCalendarFull .time {text-align:center; margin:4px 0; font-size:14px;}

/*Event Info*/
.eventInfo, .eventInfo * { box-sizing:border-box;max-width:100%;}
.eventInfo iframe { max-width:100%;}
.eventInfo .eventBasicInfo {padding: 0 30px 0 0px; float:left; width:49%;box-sizing:border-box;}
/*.eventInfo .eventBasicInfo .eventBasicInfoInner { margin-left:75px;}*/
.eventInfo .eventBasicInfo .googleMapSmall {float:left; margin-right:10px; border:1px solid #AAAAAA;border-radius:3px;}
.eventInfo .eventBasicInfo .eventLocation {line-height:30px;clear:both;min-height:80px;}
.eventInfo .eventCalendar { position: absolute; }
.eventDetails iframe {max-width:90%;}
.eventDetails #fullAd{display:block; clear:both;padding:5px; border:1px solid #aaa; margin-top:40px; margin-bottom:20px; border-radius:15px;-webkit-box-shadow: 1px 1px 1px 1px ;box-shadow: 1px 1px 1px 1px ;max-width:100%; }
.eventInfo .eventBasicInfo .eventLogo { width:100%;max-width:unset;}

.eventInfo .eventSecInfo {width:50%; float:right; }
.eventInfo .cAdditionalEventInfo { display:none;}
.eventInfo .cEventDescription { overflow:hidden; max-width:100%;}
.eventInfo .eventSecInfo .mainButton {margin:0 0 30px 10px;}
.eventInfo .eventSecInfo .facebook {margin:0 0 20px 10px; width:110px; }
.eventInfo {padding-bottom:20px; border-bottom:1px solid #aaa; margin-bottom:20px; -webkit-box-shadow: 0 1px 0 0 #d1d1d1;box-shadow: 0 1px 0 0 #ccc; margin:0 auto;}
.eventReturnPolicy {font-size:80%;}
.eventReturnPolicy h3 {margin-bottom:10px; }
.eventSaleStatus {padding:50px 0;}
.eventInfo .eventBasicInfo .venueAddress {font-size:90%;}
.eventDetails .eventComment2 {margin:10px 0; text-align:center; clear:both;}
.eventComment p {line-height:normal;}

.eventInfo.horizontalFlyer img{max-width:unset;width:100%; } 

.add-to-calendar-checkbox { cursor:pointer;}
.cAddToCalendar { margin:10px 0;}
.cAddToCalendar>div>label { opacity:.8;}
.cAddToCalendar > div > a { margin-top:8px;font-size:90%;}
.cAddToCalendar > div > a .fa,
.cAddToCalendar > div > a .fab,
.cAddToCalendar > div > a .fas,
.cAddToCalendar > div > a .far { opacity: 0.7; }
/*cEventList*/
.cEventList .month {font-size:26px; font-family: Dosis, sans-serif; text-transform:uppercase;}
.cEventList .day {font-size:30px; font-family: Dosis, sans-serif;}
.cEventList .dayOfWeek {font-size:17px; font-family: Dosis, sans-serif;text-transform:uppercase;}
.cEventList .time {font-size:15px; font-family: Dosis, sans-serif;}
.cEventList .eventSmallLogo {padding:0px; border:1px solid #aaa; border-radius:7px;-webkit-box-shadow: 1px 1px 1px 1px ;box-shadow: 1px 1px 1px 1px ; }
.cEventList .eventName {font-size:22px; text-align:start;}
.cEventList .googleMap {display:none;}
.cEventList .eventVenue {text-align:start; margin-top:15px;}
.cEventList tr {border-bottom:1px solid #ccc;-webkit-box-shadow: 1px 1px 1px 1px #ddd;box-shadow: 1px 1px 1px 1px #ddd;}
.cEventList tr:first-child{border-bottom:0px none;-webkit-box-shadow: 0px 0px 0px 0px ;box-shadow: 0px 0px 0px 0px #ddd;}
.cEventList td {padding:20px;}
.cEventList th {padding:10px 20px;}
.row.cEventToolbar > div.showHint,
.cEventToolbar > div {display:inline-block; padding:0 15px;border-right:1px dotted; border-radius:0;margin:5px 0;}
.cEventToolbar > div > div > div> i,
.cEventToolbar > div > div { padding:0; margin:0;}
    .cEventToolbar > div > div > span + i {padding-left:5px; }
.cEventToolbar > div:last-child {border-right:0 none; }
.cCanUserBuyMessage {
    text-align:center;
}
.cCanUserBuyMessage p,
.cCanUserBuyMessage div {padding:8px 0;}

/*Frame Mode*/
body.inFrame > :last-child {margin-bottom:100px;}
body.inFrame {min-width:400px; padding-bottom:0; }
body.inFrame #wrap{min-width:400px;}
body.inFrame div#container {width:100%; min-height:0;}
body.inFrame div#content {width:100%; margin-left:0; margin-right:0;}
body.inFrame #chat-button {display:none !important;} 
body.inFrame #chat-box {display:none !important;} 
body.inFrame #cTour {display:none !important;} 
body.inFrame.noModuleHeader .moduleheader{display:none;} 
body#cBody.inFrame.moduleOnly #header,
body#cBody.inFrame.moduleOnly footer{display:none;}

body#cBody.inFrame.moduleOnly .Module {margin:0;}
body#cBody.inFrame.moduleOnly .moduleheader  {margin:0;}
body#cBody.inFrame.moduleOnly #content>*{display:none;}
body#cBody.inFrame.moduleOnly #content .Module{display:block;}
body#cBody.inFrame.noModuleWrap .Module{-webkit-box-shadow: inset 0px 0px 0px 0px #fff;box-shadow: inset 0px 0px 0px 0px #fff; border:0px none; border-radius:0px; }
body#cBody.inFrame.noModuleWrap .modulebody {border-radius:0; border:0px none;}
body#cBody.inFrame.transparent .modulebody,
body#cBody.inFrame.transparent .Module,
body#cBody.inFrame.transparent {background:transparent;}
 
body.inFrame.noHeader  header#header {height:30px; }
body.inFrame.noHeader  header#header .headLogo{display:none;}
body.inFrame.noHeader.noMenu  header#header {height:0px;}
body.inFrame.noTopNav  div#cControlPanel{display:none !important;} 
body.inFrame.noTopNav  div#headmenu {display:none;}
body.noMenu #cTour,
body.noMenu #chat-button,
body.noMenu #chat-box {display:none !important;}
#cEmbed .embedResult {margin-top:25px;}
#cEmbed .embedResult input,
#cEmbed .embedResult textarea {width:100%;}


/*mobile */
.cMobileBuy {display:none; padding:10px 0; text-align:start; clear:both;}
.reflowTh {display:none; margin-right:5px;}
#cBody .headMenuIcon {display:none;}
#cBody .cMobileMenu .fa.fa-caret-left,
#cBody .cMobileMenu .fa.fa-caret-down,
#cBody .cMobileMenu .fa.fa-caret-right {font-size:14px; opacity:0.8;margin-left:10px;margin-right:10px;}
#cBody .cMobileMenu .fa.fa-caret-left {display:none;}
#cBody .cMobileMenu .submenuheader .fa-caret-down {display:none;}
.cMobileMenu .header >div>a{padding:0 20px;}
.cMaximizeImage img {max-width:unset; }
@media (max-width: 950px) 
{
	#cBody {min-width:300px;}
	#cBody #wrap{min-width:300px;}
	#cBody header#header{width:100%;}
	#cBody div#container {width:100%;}
	#cBody div#content {width:100%; margin-left:0; margin-right:0;}
	#cBody .Module{-webkit-box-shadow: inset 0px 0px 0px 0px #fff;box-shadow: inset 0px 0px 0px 0px #fff; border:0px none; border-radius:0px; }
	
	.filterText {max-width:100%;}
    img {max-width:100%; height:auto;}
    .headLogo img {max-width:unset;}
}

@media (min-width: 770px) {
    .cMobileNav {
        display:none!important;
    }
}
@media (max-width: 770px) 
{
    body #header .headAlignNav,
    body #header .headAlign {position:unset !important;}
    body .headLogo img {
        max-width: 100%;
    }
	#cBody #header {min-height:90px;}
	body#cBody #headmenu {display:none;}
	body#cBody .headMenuIcon {display:block; float:left; text-align:start;padding:12px; border:0px none;border-radius:0px;position:absolute;top:35px;border-radius:200px; }
    #cBody #cMobileMenuTitle,
    #cBody #cMobileNavTitle {display:none;}
	#cBody .headMenuIcon span {display:inline-block; float:left; line-height:16px;}
	#cBody .headMenuIcon span.ui-icon {margin-right:15px;}
    #cBody .cMobileMenu {display:none;}
    #cMobileNav div a {display:block;}
    #cBody .cMobileMenu .languageMenu > div {
        display: block;
        padding-left: 5px;
    }
    .cMobileMenu li {width:230px;  }
    #header .cMobileMenu a[role="menuitem"] {width:210px; display:inline-block;}
    #cBody .cMobileMenu .header i:first-child{margin-left:10px;}
	#cBody .cMobileMenuRight > * {float:right;}
    #cBody .cMobileMenuLeft > * {float:left;}
	#cBody .cMobileMenu {height:0px;  overflow:hidden; top:75px;  position:absolute; z-index:1000; width:auto; background:none;border-radius:0px;}
    #cBody .cMobileMenuRight{right:0;}
    #cBody .cMobileMenuLeft{left:0;}
	#cBody .cMobileMenu .fa.fa-caret-down,
    #cBody .cMobileMenuRight .fa.fa-caret-right {display:none;}
    #cBody .cMobileMenuRight .fa.fa-caret-left {display:inline-block;}
    #cBody .cMobileMenuLeft .fa.fa-caret-left {display:none;}
    #cBody .cMobileMenuLeft .fa.fa-caret-right {display:inline-block;}
	#cBody .cMobileMenu > ul {display:block;clear:both;height:auto !important; width:100%; }
	#cBody .cMobileMenu > ul > li {display:block; }
    #cBody .cMobileMenu > ul > li > a{display:block; border-bottom:1px solid;}
    #cBody .cMobileMenuRight > ul > li ul {top:50px !important;left:0px !important;margin-left:-50px;}
    #cBody .cMobileMenuLeft > ul > li ul {top:50px !important;left:0px !important;margin-left:50px;}
    #cBody ul[role="menubar"] ul[role="menu"] {position:relative;}
	#cBody .cMobileMenu ul> ul ul li {padding-left:20px;}
	#cBody .cMobileMenu li {clear:both; display:block; float:none; margin:0px; border:0px none; height:auto;}
	
    #cBody .cMobileMenu li >p,
	#cBody .cMobileMenu li >a,
	#cBody .cMobileMenu li >span,
	#cBody .cMobileMenu li >div {padding:10px 10px; text-align:start;}
	#cBody .cMobileMenu.selected {width:auto; height:auto; overflow:visible; display:block;}
	/*#cBody .cMobileMenu.selected ul {display:block;}*/
	
	#cBody .cMobileMenu .header.agentMenu.gotoMenu { display:block;}
    #cBody .cMobileMenu .header.adminMenu { display:none;}
    #cBody .cMobileMenu .header.adminMenu.supperAdminMenu { display:block;}
	/*html body#cBody #header {background-size:contain;}*/
	
	#cBody .cEventList .eventSmallLogo {width:100px;}
	.cMobileBuy {display:block;}
	#cBody .moduleheader {width:auto;}
	.cBuyCol {display:none;}
	#cBody .eventInfo .eventBasicInfo {width:100%;padding:0;}
    #cBody .eventInfo .eventSecInfo {width:100%; text-align:start;}
	table.reflow {border:0px none;}
	table.reflow th {display:none;}
	table.reflow .reflowTh {display:inline; float:left;}
	table.reflow td {display:block; text-align:start;}
	table.reflow td > * {float:none;}
	table.reflow td:last-child {margin-bottom:10px;}
    table.reflow td {border-top:0px; border-bottom:1px dotted;}
    table.reflow td:last-child {border-bottom:1px solid;}
	#c1Body  .priceContainer .priceLabel {text-align:start; display:block; float:left; width:auto;}
	#cBody .shipping, #cBody .billing, #cBody .cardInfo, #cBody .cashInfo {max-width:100%; float:left; width:auto; clear:both; margin-bottom:15px;}
	.checkoutModule .facebookOptions .facebook {height:auto;}
	.checkoutModule .facebookOptions label {clear:right; display:block; float:left;}
	.checkoutModule .facebookOptions input {clear:left; display:block; float:left;}
	#cBody .ui-dialog {max-width:100%;padding:0;}
	.ticket {max-width:100%;}
	.editText {max-width:100%;}
	#cBody #signinDialog .modeSignUp .right {float:left;}
	.headLogo{top:0!important; left:120px !important; height:90px !important;right:120px!important;}
	.headLogo img{max-height:100%;width:auto;}
    .headLogo h2 {font-size:26px; overflow:hidden; height:90px; line-height:90px; text-overflow:ellipsis;}
}

@media (max-width: 380px) 
{
	#cBody .cEventList .cThumbnailCol {display:none; }
	#cBody .cEventList td {padding:10px;}
	#cBody .eventInfo .eventBasicInfo .venueMap{width:100%;}
}

.cThumbnailCol a { display:inline-block; position:relative;overflow:hidden;}
.media-box-thumbnail-container div.sales,
.cThumbnailCol a div.sales{
    background: #ff3019;
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );

color: white;
font-weight: bold;
margin-right: -60px;
padding: 5px;
position: absolute;
right: 30px;
text-align: center;
top: 30px;
transform: rotate(30deg);
width: 220px;
z-index: 0; }
.media-box-thumbnail-container div.sales { font-size:120%;}

.Module .subModuleHeader {padding:5px 20px;margin:10px 10px 0 10px;}
.Module .subModuleContent {margin:0 10px 10px; padding:20px;}


.addTicketorMerchantAccount p {text-indent:15px; line-height:150%;}
.addTicketorMerchantAccount p a {text-decoration:underline;}

body .ui-dialog .ui-dialog-buttonpane button,
body .ui-dialog .ui-dialog-buttonpane a {margin:5px;}

.moduleheader > div {height:100%;overflow:hidden;}

.fa,.fab,.fal,.far,.fas {box-sizing: border-box;} 
.fa-hover{transition: transform 0.2s ease 0s;opacity:.7; }
.fa-hover:hover{
      -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);          
              
      cursor: pointer;
      opacity:1;
  }
.fa-border {padding:7px; border:1px solid; border-radius:50px;}
.fa-15x{font-size:1.5em;}
.fa-4x{font-size:4em;}
.cVideoHelp  .fa-2x,
.cHelp .fa-2x,
.cBlog .fa-2x {font-size:24px;}
.ui-state-default {text-shadow: none;}
.buyTickets {text-align:start;}

.cDropDownMenu {float:right;height:22px; overflow:hidden; position:absolute; right:10px;}
.cDropDownMenu >div {text-align:right; opacity:.8;}
.cDropDownMenu >div:hover {opacity:1;}
.cDropDownMenu >div> i {float:right; padding-left:5px;}
.cDropDownMenu  ul {padding:10px; }
.cDropDownMenu  ul,
.cDropDownMenu li {list-style:none; line-height:200%; margin:0;}
.cDropDownMenu li a:hover {text-decoration:none; opacity:1;}
.cDropDownMenu li i {margin-right:5px;}
.cDropDownMenu li a {opacity:.8;}

.AgentsSalesModule {margin-bottom:150px;}
.AgentsSalesModule ::-webkit-scrollbar {width: 6px;height:8px;}
.AgentsSalesModule ::-webkit-scrollbar-track {  background: #f1f1f1; }
.AgentsSalesModule ::-webkit-scrollbar-thumb {  background: #888; }
.AgentsSalesModule ::-webkit-scrollbar-thumb:hover {  background: #555; }
.AgentsSalesModule .cMainArea {margin-right: 300px;padding-right:10px; overflow:hidden;margin-bottom:200px;}
.AgentsSalesModule .cRightRail{width:300px; position:absolute; right:0; top:0; border:1px solid;padding:10px 5px 5px 5px;z-index:10;}
.AgentsSalesModule .cShoppingCartCollapsed .cMainArea {margin-right:0; padding-right:5px; overflow:hidden;}
.AgentsSalesModule .cShoppingCartCollapsed .cRightRail{width:40px;height:30px; overflow:hidden;position:fixed;}
.AgentsSalesModule .cRightRail .subprice {font-weight:bold;}


.AgentsSalesModule .cRightRail h3 .cAction {float:right; padding:4px 8px;}
.AgentsSalesModule .itemsRow {white-space:nowrap; overflow-x:auto;margin-bottom:0px; padding-bottom:10px; }
.AgentsSalesModule .itemsRow> div {width: 190px; padding:5px;  display:inline-block; vertical-align:top; cursor:pointer;border-radius:5px;}
.AgentsSalesModule .itemsRow> div:hover {opacity:.8; border:1px solid #999;}
.AgentsSalesModule .itemsRow> div.selected {opacity:.8; border:1px solid #000; }
.AgentsSalesModule .itemsRow .flexPriceContainer input {width:100px;max-width:90%;text-align:center;font-size:100%;font-weight:bold;padding:2px;margin-bottom:4px;}
.flexPriceContainer input {    width: 35px;}
.AgentsSalesModule #cEventFilterRow {padding:5px 0 10px; }
.AgentsSalesModule #cEventFilterRow input{margin-right:10px;}
.AgentsSalesModule #cProductTitle, 
.AgentsSalesModule #cEventTitle {padding:10px;margin-bottom:10px;}
.AgentsSalesModule #cSelectedEvent {padding:7px;display:none;}
.AgentsSalesModule #cProds,
.AgentsSalesModule #cEvents {margin-bottom:15px;}
.AgentsSalesModule #cProds> div >a> img,
.AgentsSalesModule #cEvents> div >a> img {margin:5px 10px; max-width:170px;}
.AgentsSalesModule #cProds .eventInfos p {text-align:center;}
.AgentsSalesModule #cProds .eventInfos,
.AgentsSalesModule #cEvents .eventInfos { white-space:normal;}
.AgentsSalesModule #cEvents .eventCalendarFull {margin-right:5px;}
    .AgentsSalesModule #cEvents .eventCalendarFull .time { font-size:70%;}

.AgentsSalesModule #cPriceLevels > div,
.AgentsSalesModule #cPricevariations > div {margin:5px 10px; min-height:90px; background:none;} 
.AgentsSalesModule #cPriceLevels > div > *,
.AgentsSalesModule #cPricevariations > div > * {color:#000; }
.AgentsSalesModule .paymentMethods { margin-top:10px; text-align:center;}
.AgentsSalesModule .paymentMethods .row{  text-align:start; margin-bottom:10px;}
.AgentsSalesModule .paymentMethods  a{ margin-right:5px; margin-bottom:5px; padding-right:40px;}

.AgentsSalesModule #cPriceLevels > div .price,
.AgentsSalesModule #cPricevariations > div .price {text-align:center; font-size:150%; font-weight:bold;} 
.AgentsSalesModule #cPriceLevels > div .title,
.AgentsSalesModule #cPricevariations > div .title {text-align:center;white-space:normal;} 
.AgentsSalesModule #cPriceLevels > div .neededCount,
.AgentsSalesModule #cPricevariations > div .neededCount {text-align:center; font-size:200%; font-weight:bold; color:Black;} 


.AgentsSalesModule .price0{background:none; background-color:#33B75C;}
.AgentsSalesModule .price1{background:none; background-color:#FFE83C;}
.AgentsSalesModule .price2{background:none; background-color:#FF3818;}
.AgentsSalesModule .price3{background:none; background-color:#FF8A26;}
.AgentsSalesModule .price4{background:none; background-color:#009CD5;}
.AgentsSalesModule .price5{background:none; background-color:#A042A1;}
.AgentsSalesModule .price6{background:none; background-color:#8F002E;}
.AgentsSalesModule .price7{background:none; background-color:#EFB3EF;}
.AgentsSalesModule .price8{background:none; background-color:#CFFFCF;}
.AgentsSalesModule .price9{background:none; background-color:#7ffff0;}

.AgentsSalesModule #cNeedCount {display:none; border: 2px solid #000; border-radius:5px; padding:3px;background:#fff;color:#000;}
.AgentsSalesModule #cNeedCount > div {width:70px; font-size:30px;text-align:center; line-height:70px; font-weight:bold; height:70px; padding:3px; border: 1px solid #999;}
.AgentsSalesModule #cNeedCount .errorMsg {display:none;}
.AgentsSalesModule #cNeedCountInp {width:90px; height:60px;vertical-align:top;font-size:30px;text-align:center;}
.AgentsSalesModule #cCart .fa-times {color:Red;}
.AgentsSalesModule #cCart>div {padding-top:10px;}
.AgentsSalesModule h3 {border-bottom:1px solid; padding-bottom:3px;margin-bottom:15px;}

.AgentsSalesModule .cRightRail label:not(.cCheckboxV2) {padding:5px 0;display:block;}
.AgentsSalesModule .cRightRail input[type="text"] {width:150px;}
.AgentsSalesModule .cRightRail,
.AgentsSalesModule .cRightRail #cCart {overflow-y:auto;}
.AgentsSalesModule  .cSeatingChart {display:block;text-align:center;clear:both;padding:10px 0;}
.AgentsSalesModule  #cHistory {border-bottom:1px solid #666; min-height:150px; margin:0 10px 0 0;}
.AgentsSalesModule #cHistory li {list-style:none; padding:5px 0; border-bottom: 1px dotted ;}
.AgentsSalesModule #cHistory ul {margin:0;}
.AgentsSalesModule .cStripeCardReaderSelector select,
.AgentsSalesModule .cStripeCardReaderSelector button {margin-bottom:5px; }
.CFDModule footer,
.CFDModule .moduleheader { display:none !important;}

.cCFDBtns {text-align:right; }
.cCFDBtns fieldset{display:inline-block;text-align:left;padding:5px;}
.cCFDBtns fieldset legend{font-size:80%;}
.cCFDBtns a{font-size:120%;padding:8px; border:1px solid; margin:5px;display:inline-block;}

#cCreditFrameContainer.openOnCFD iframe {display:none;}
#cCreditFrameContainer .cfdMsg {display:none;font-size:130%;text-align:center; }
#cCreditFrameContainer.openOnCFD .cfdMsg {display:block; }
.cQuestionsInfo .questions {margin-top:20px;}
.cQuestionsInfo .questions div.row{display:block;}
.cQuestionsInfo .questions hr {border-top:1px solid #aaa;}
.cQuestionsInfo .questions .eventTitle {font-weight:bold; padding:10px 10px 3px;border-bottom:1px solid #aaa; margin:10px;}
.cQuestionsInfo .questions .row>span {clear:both; display:block; padding-bottom:5px;}
.cQuestionsInfo .questions .row>span.errorMsg {display:inline;} 
.cQuestionsInfo .questions .ticketnumber{font-weight:bold; padding:10px 10px 3px;}
.cQuestionsInfo .questions .eventSpecific {margin-left: 10px; padding-left:10px; border-left:1px solid #eee;}
.cQuestionsInfo .questions .ticketSpecific {margin-left: 25px; padding-left:10px;border-left:1px solid #eee;margin-bottom:0;}

.cDeliverySelector h3 {border-bottom:1px solid;margin: 10px 0;}
.cDeliverySelector > select{max-width:90%;margin-bottom:20px;}
.cDeliverySelector .cDeliveryQuestion {display:none;}
.cDeliverySelector .cDeliveryQuestion .cCheckoutQuestion span {display:inline-block; padding-right: 10px;}
a#cCreditFrameContainer {overflow:hidden; position:fixed;top:0; left:0; bottom:0; right:0;display:none;background-color:#fff;}
a#cCreditFrameContainer iframe {position:absolute; top:0; left:0; right:0; bottom:0;}
#cSeatingChartFrameContainer { padding:0; margin:0; overflow:hidden;}
.cSeatingChartFrameContainerDialog { position: fixed !important; top: 0 !important; left: 0 !important;   }
.cSeatingChartFrameContainerDialog .ui-dialog-titlebar-close { display:none !important;}
.cSeatingChartFrameContainerDialog .ui-dialog-title { max-width:50%;}
    .cSeatingChartFrameContainerDialog .ui-dialog-titlebar a { text-decoration:none;}
body .gridPager table {width:auto;border: 1px solid; border-radius:3px;display:inline-block; margin-top:20px;margin-bottom:20px;height:50px; right:30px;position:sticky;}
.gridPager td:not(:first-child) {border-left:1px solid;}
.gridPager td{padding:0;margin:0;}
.gridPager td > span {}
.gridPager table td > a {font-weight:normal; margin:0;}
body .gridPager > td { text-align:right;}

body .gridPager span,
body .gridPager a
{
   display:block;width:100%; min-width:48px; min-height:48px;line-height:48px;padding-left:5px;padding-right:5px;
    text-align:center;
    text-shadow:none;
}

body .gridPager a:hover,
body .gridPager a{
  margin:auto 1%;
    
    background-color:#444;
    color:#fff;
    text-decoration:none;
}
body .gridPager span{
    background-color:#ccc;
    color:#000;
    
    font-weight:bold;
}
.gridPager a:hover{
    opacity:0.8;
}

.ui-autocomplete.ui-front{z-index:3000;}

table td.AlignLeft,
table th.AlignLeft  {text-align:start;}

body .topMost {z-index: 10000000;}

.Module .cQuantityUpdate:hover {text-decoration:none;}

.cHtmlEditorContent ,
.cHtmlEditorContent *,
.cHtmlEditorContent p,
.cHtmlEditorContent li{ line-height:150%;}


 .tour_item.active {
    z-index: 9998;
   position: relative;
}
#tour_mask {
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}
#tour_dialog {
    background-color: #363636;
    border: 1px solid #000000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px 2px #367ABB, 0 2px 0 0 rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    display: none;
    line-height: 20px;
    padding: 15px;
    position: absolute !important;
    text-shadow: 0 1px 0 #000000;
    z-index: 9999;
    text-align:start;
    max-width: 380px;
    font-size: 14px
}
#tour_dialog:hover a {
    opacity: 1;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}
#tour_dialog hr {
    background-color: rgba(255, 255, 255, 0.2);
    border: medium none;
    border-top: 1px solid #000;
    height: 2px;
    margin: 15px 0;
}
#tour_dialog .button {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #000;
    background: #3f9abc;
    background: -moz-linear-gradient(top, #3f9abc 0%, #1f32b3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f9abc), color-stop(100%, #1f32b3));
    background: -webkit-linear-gradient(top, #3f9abc 0%, #1f32b3 100%);
    background: -o-linear-gradient(top, #3f9abc 0%, #1f32b3 100%);
    background: -ms-linear-gradient(top, #3f9abc 0%, #1f32b3 100%);
    background: linear-gradient(top, #3f9abc 0%, #1f32b3 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='@start', endColorstr='@end', GradientType=0);
    -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px 0 0 #99DBF8 inset;
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px 0 0 #99DBF8 inset;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px 0 0 #99DBF8 inset;
    color: #eee;
    display: inline-block;
    font-size: 14px;
    padding: 6px 14px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    text-shadow: 0 -1px 1px #000000;
    cursor: pointer;
    float: right;
}
#tour_dialog .button:hover {
    background: -moz-linear-gradient(top, #44a4c7 0%, #2136bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #44a4c7), color-stop(100%, #2136bf));
    background: -webkit-linear-gradient(top, #44a4c7 0%, #2136bf 100%);
    background: -o-linear-gradient(top, #44a4c7 0%, #2136bf 100%);
    background: -ms-linear-gradient(top, #44a4c7 0%, #2136bf 100%);
    background: linear-gradient(top, #44a4c7 0%, #2136bf 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='44a4c7', endColorstr='2136bf', GradientType=0);
    color: #fff !important;
}
#tour_dialog .arrow {
    position: absolute;
    width: 0;
    height: 0;
}
#tour_dialog .arrow.top {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #363636;
    bottom: -10px;
    left: 48%;
}
#tour_dialog .arrow.bottom, #tour_dialog .arrow.top_inside {
    border-bottom: 10px solid #363636;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 48%;
    top: -8px;
}
#tour_dialog .arrow.right {
    border-bottom: 10px solid transparent;
    border-right: 10px solid #363636;
    border-top: 10px solid transparent;
    left: -10px;
    top: 8px;
}
#tour_dialog .arrow.left {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #363636;
    border-top: 10px solid transparent;
    right: -10px;
    top: 8px;
}

    #tour_dialog p { margin-bottom:8px; line-height:150%;}
    #tour_dialog img { max-width:100%;}

#cTour { position: fixed; z-index: 95; cursor: pointer; white-space:nowrap;
         -ms-transform: rotate(-90deg); /* IE 9 */ -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */ transform: rotate(-90deg);  right: -156px; top: 45%; width:338px;height:20px; padding:8px;
color: #000; font-size: 18px; cursor: pointer; border: 1px solid #dc9267;font-weight: 400; text-align: center;
                 background-color: #f89945;
}


#add-to-calendar-checkbox-label{cursor:pointer}.add-to-calendar-checkbox~a{display:none}.add-to-calendar-checkbox:checked~a{display:block;width:150px;margin-left:160px;}input[type=checkbox].add-to-calendar-checkbox{position:absolute;top:-9999px;left:-9999px}


.cHorizontalTable { border:1px solid;}
.cHorizontalTable th { border-bottom:1px solid;}
.cHorizontalTable td { border-bottom:1px solid;}

.row label.cInputContainer { padding:0;}
.cSchedulerRow { display: none; }
.adminhelpModule iframe { max-width:100%;}


/*cBuyPackage section*/
.cBuyPackage { margin: 20px; }
    .cBuyPackage .packageEventsHeader {padding-bottom:10px;margin:10px;border-bottom:1px solid #999; }
    .cBuyPackage .cPriceSelector { clear:both;}
    .cBuyPackage .INeedRow select { margin:10px;}
    .cBuyPackage .packageEvent .thumbnail{ max-width: 185px;max-height:185px; width:auto; padding:0; border: 1px solid #aaa; border-radius:7px; box-shadow:1px 1px 1px 1px; margin:0 15px;}
    .cBuyPackage .packageEvent .eventInfos { display: inline-block; max-width:560px;}
    .cBuyPackage .cTicketSection { margin: 15px 30px 30px 15px; }
    .cBuyPackage .packageEvent .packageEventTickets {margin:10px 0px; border-top: 1px solid #aaa; padding:10px;}
    .cBuyPackage .packageEvent .cPriceSelectorHeader{max-width:500px;  padding:10px;margin:0 auto;}
    .cBuyPackage .packageEvent .cPriceSelector {max-width:500px; border-top: 1px solid #aaa; padding:10px;margin:0 auto;}
    .cBuyPackage .packageEvent { border-bottom: 1px solid #333; margin-bottom:20px; }
    .cBuyPackage .eventTitle { font-size:140%; line-height:140%;}
    .cBuyPackage .cPriceSelector2 { text-align:center;max-width:500px;  padding:10px;margin:0 auto;}
    .cBuyPackage .packageEventTickets p { padding:8px; border-bottom:1px solid #ccc;}

.cSocialShare {
    z-index: 2;
}
.cSocialShare  ul  .fa ,.cSocialShare  ul  .fab ,.cSocialShare  ul  .fas,.cSocialShare  ul  .far {
  height:42px;
  line-height:42px;
  font-size: 16px;
  width: 42px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
  border-radius:50px;
  
}
    .cSocialShare .fa-hover { opacity:1;}
.cSocialShare  ul  .fa:hover,.cSocialShare  ul  .fab:hover {
    opacity: 0.7;
}

.cSocialShare .fa-facebook-f {
  background: #3B5998;
  color: white;
}

.cSocialShare .fa-twitter {
  background: #55ACEE;
  color: white;
}

.cSocialShare .fa-google-plus-g {
  background: #dd4b39;
  color: white;
}

.cSocialShare .fa-linkedin-in {
  background: #007bb5;
  color: white;
}

.cSocialShare .fa-whatsapp {
  background: #46C655;
  color: white;
}

.cFacebookMessenger.fa-facebook-messenger {
  background: #59ABFD;
  color: white;
}

.cShareByEmail {
    background-color:#ecd63a;
    color:#fff;
}

.cSocialShare .fa-youtube {
  background: #bb0000;
  color: white;
}

.cSocialShare .fa-instagram {
  background: #125688;
  color: white;
}

.cSocialShare .fa-pinterest-p {
  background: #cb2027;
  color: white;
}

/*.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}*/

.cSocialShare .fa-skype {
  background: #00aff0;
  color: white;
}

.cSocialShare .fa-android {
  background: #a4c639;
  color: white;
}

.cSocialShare .fa-dribbble {
  background: #ea4c89;
  color: white;
}

.cSocialShare .fa-vimeo-v {
  background: #45bbff;
  color: white;
}

.cSocialShare .fa-tumblr {
  background: #2c4762;
  color: white;
}

.cSocialShare .fa-vine {
  background: #00b489;
  color: white;
}

.cSocialShare .fa-foursquare {
  background: #45bbff;
  color: white;
}

.cSocialShare .fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.cSocialShare .fa-flickr {
  background: #f40083;
  color: white;
}

.cSocialShare .fa-yahoo {
  background: #430297;
  color: white;
}

.cSocialShare .fa-soundcloud {
  background: #ff5500;
  color: white;
}

.cSocialShare .fa-reddit {
  background: #ff5700;
  color: white;
}

.cSocialShare .fa-rss {
  background: #ff6600;
  color: white;
}

.cSocialShare.cDropDownMenu li a {opacity:1;}

.cAutoDropDown:hover {z-index:1000 !important;}
.cAutoDropDownV2 ul{ display:none; position:absolute; right:0;z-index:1000 !important; text-align:start; }
.cAutoDropDownV2:hover ul{ display:block; }
.cAutoDropDownV2:hover {overflow:visible;}
.cAutoDropDownV2 {height:22px; display:inline-block;position:relative; }
.cAutoDropDownV2 >div {opacity:.8;}
.cAutoDropDownV2 >div:hover {opacity:1;}
.cAutoDropDownV2 >div> i {padding-left:5px;}
.cAutoDropDownV2  ul {padding:10px; }
.cAutoDropDownV2  ul,
.cAutoDropDownV2 li {list-style:none; line-height:200%; margin:0;}
.cAutoDropDownV2 li a:hover {text-decoration:none; opacity:1;}
.cAutoDropDownV2 li i {margin-right:5px;}
.cAutoDropDownV2 li a {opacity:.8;}



.add-to-calendar.cDropDownMenu > div >i {
    float:none;
}

.cHtmlEditorContent {max-width:100%; }
.cHtmlEditorContent *{max-width:100%; }

.cSocialShareFooter ul,
.cSocialShareFooter li {list-style:none; }
.cSocialShareFooter li {display:inline-block;}

#cControlPanel .ui-accordion-content {overflow-y:overlay !important;}


/*body #wowslider-container1 {
    max-width: 900px;
}*/

#wowslider-container1 img { width:100%;/*height:100%;*/max-width:100vw;}
#wowslider-container1 .ws-title { transform:translate3d(75px, 0px, 0px) !important;}

.cNoClose .ui-dialog-titlebar-close {display: none }


.cCookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 360px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    padding: 15px 50px 15px 15px;
    z-index: 100000;
}
@media (max-width: 770px) {
    body .cCookieConsent {right: 80px; }
}

.cCookieConsent > i { color: #fff;
    position: absolute;
    right: 15px;
    top: 12px;
}
.cCookieConsent a,
.cCookieConsent a:visited { color: #fff; text-decoration:underline;}

#cContactAdminForm p{ margin-bottom:10px; text-indent:10px; line-height:150%;}
#cContactAdminForm input,
#cContactAdminForm textarea{ margin:10px 0; }

.BillPaymentModule .confirmation { padding:20px;}
.BillPaymentModule .confirmation h3{ margin:10px 0 20px;}
    .BillPaymentModule .confirmation p { line-height:175%;}


.myReviewsModule h3 { margin: 15px 0 5px; }
.myReviewsModule .cReviews { margin-top:25px;}
.myReviewsModule .cEventReview .cReviews{ margin-left:30px;}
.myReviewsModule .cEventReview .hint { margin-left:40px;margin-bottom:20px;}

.Module.Reviews h3 { margin-bottom:15px;}
.Module.Reviews .cReviews { padding-bottom:10px; border-bottom:1px solid; margin-bottom:20px;}
.Module.Reviews .cAggregate .cAnswer { margin-bottom:10px;}
.Module.Reviews .ReviewAnswerGroup .cAnswer{ padding-bottom:15px;margin-bottom:5px;border-bottom:1px solid;}
.Module.Reviews .cQuestion .cReviewQuestion { display: none; }
.Module.Reviews .cQuestion .cReviewAnswer { height: auto; margin-bottom:10px;}
    .Module.Reviews .cQuestion .reviewDate { padding-bottom:5px;}
    .Module.Reviews .cQuestion .reviewDateContainer,
    .Module.Reviews .cQuestion .cCunsumerName { text-align:right; font-size:80%;line-height:150%;}
    .Module.Reviews .cQuestion .cAnswer { width:auto;}
    .Module.Reviews .cQuestion .reviewDateContainer { padding-bottom:5px;}
.Module.Reviews .cReviewActions { border:1px solid; border-radius:5px; text-align:center;margin-bottom:10px; opacity:.5;}
.Module.Reviews .cReviewActions .fa ,.Module.Reviews .cReviewActions .far,.Module.Reviews .cReviewActions .fab,.Module.Reviews .cReviewActions .fas { font-size:200%;padding-right:4px;}
.Module.Reviews .cReviewActions > *{ margin:15px;}
.Module.Reviews .ReviewRow:hover .cReviewActions { opacity:1;}
.Module.Reviews .ReviewRow { padding:10px; margin-bottom:20px;}
.Module.Reviews .ReviewRow .cReviewActions .approved { color:#0dcd0d;}
.Module.Reviews .ReviewRow .cReviewActions .deletedMessage { color:#ae1515;}
body .Module.Reviews .ReviewRow.deleted { background-color:#e8b0b06e;}
.Module.Reviews .ReviewRow.Alt { background-color:#9291911f;}
.Module.myReviewsModule .cPrivacy ol li:first-child ,
.Module.myReviewsModule .cPrivacy ol li:nth-child(3) { display:none;}
.ReviewAnswerGroup .cReviewAnswer:before {
    content: "\201C";
    display: block;
    font-size: 350%;
    height: 1px;
    margin-left: -0.55em;
    position: relative;
    top: 0px;
    
}
/*reviewit.css*/
body label.star {  padding:5px;}
body label.star:before { content: '\f005'; }
input.star:checked ~ label.star:before { font-weight:900;}

div.stars {
  width: 270px;
  display: inline-block;
}

input.star { display: none !important; }

label.star {
  float: right;
  padding: 10px;
  font-size: 36px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: "Font Awesome 5 Free",FontAwesome;
}


.cPrivacy ol {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 262px;
    color:#222;
}
.cPrivacy:hover ol{display:block;} 
.cPrivacy ol,
.cPrivacy li {list-style:none;} 
.cPrivacy li.selected {font-weight:bold;} 
.cPrivacy li {cursor:pointer; font-size:80%; margin:6px 0;} 
.cPrivacy i {font-size:120%;}

body { font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
.cAnswer {width:500px;max-width:100%;}
.cPrivacy {float:right; margin-top:20px; position: relative; width: 100px; text-align:right;}
.cReviewAnswer {width:484px;height:100px; margin:10px 0 10px 10px;max-width:100%;}
.saveStatus {  color: #999;margin: 0;text-align:end;}


.media-boxes-drop-down-menu > li > a.cSortByDistance { display:none;}
.cSortByDistance.selected { display:block;}


/*Ads*/
.cTAd {  overflow: hidden;margin: 10px; padding: 10px; border: 1px solid #666; max-width: 100%; border-radius: 5px; text-align:start;background-color:#fff; position:relative;}
.cTAdInner { height: 200px; overflow-x: auto; overflow-y: hidden; white-space: nowrap; max-width: 100%; text-align:center;}
.cAdAd { position:absolute; top:0; right:10px; font-size:80%; color:#222;background-color:#aaa;padding:2px 8px;}
.cTAd .cAdEvent {max-width:300px;max-height:180px;overflow:hidden; display :inline-block; margin:10px; white-space:normal; cursor:pointer; position:relative;}
.cTAd .cAdEvent img {max-width:280px; max-height:180px; }
.cTAd .cAdEvent .cEventInfo {display:none; position:absolute; top:0; left:0;right:0;bottom:0;background-color:rgba(200,200,200,.8); padding:5px; overflow-x:hidden;overflow-y:auto; color:#333;}
    /*.cTAd .cAdEvent > div a,
    .cTAd .cAdEvent > div a:hover,
    .cTAd .cAdEvent > div a:active { color:#}*/
.cTAd .cAdEvent:hover .cEventInfo { display:block;}

.cTAdInner::-webkit-scrollbar {
    height: 6px;
}
.cTAd .cEventInfo::-webkit-scrollbar { width:6px;}

/* Track */
.cTAd .cEventInfo::-webkit-scrollbar-track,
.cTAdInner::-webkit-scrollbar-track {background: #f1f1f1; }
 /* Handle */
 .cTAd .cEventInfo::-webkit-scrollbar-thumb,
.cTAdInner::-webkit-scrollbar-thumb {background: #999; border-radius:10px;}
/* Handle on hover */
.cTAd .cEventInfo::-webkit-scrollbar-thumb:hover,
.cTAdInner::-webkit-scrollbar-thumb:hover {background: #555; }


.cExchangeModule .cAdminNote {
    margin:30px 10px;
}

.cExchangeModule .cInvoiceTickets h3{margin:20px 0 10px;
}

.cExchangeModule .cInvoiceTickets .cExchangePolicy {
    font-size:80%;
    padding: 5px 0 15px 30px;

}
.cExchangeModule .cInvoiceTickets .cTicket {
    padding: 5px 0 5px 20px;

}

.cExchangeModule .cInvoiceTickets .cTicket a,
.cExchangeModule .cInvoiceTickets .cTicket span {
    padding-left:40px;
}

.fullscreenDialog {
    position:fixed !important;
    
}
.cExpandable { overflow:hidden;}
.cExpandableExpand {display:block;text-align:center;padding:10px 20px;}
.cExpandableExpand a,
.cExpandableExpand a:hover{text-decoration:none;}
.cDonation .cExpandable {max-height:100px; }
.productInfo.cDonation .cAmountList button {
    margin:10px;
}
.productInfo.cDonation .cAmountList .cOtherAmountContainer {
       margin:10px;
       display:inline-block;
}

.cPreCheckoutContainer .cDonationItem {
    margin:10px 0 30px;
    padding-bottom:30px;
    border-bottom:1px solid;
}
.cDonationItem .cCollectePercentageRow,
.cDonationItem .cCollectedDonationRow{
    text-align:center;      
}
.cDonationItem .cCollectePercentageRow span,
.cDonationItem .cCollectedDonationRow span { display:inline-block;
    font: 800 40px monospace;
}
.cDonationItem .cRecentDonorsTitle { margin-top:40px;border-bottom:1px solid; padding-bottom:15px;margin-bottom:20px;}
.cDonorsList { column-width: 300px; opacity:0.9;}
.cDonorsList  ul,
.cDonorsList  li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
    .cDonorsList li { display: flex; }
    .cDonorsList li div:first-child{
        flex:0 1 auto;
        padding-left:5px;
    }
    .cDonorsList li div:nth-child(2){
        border-bottom: dotted 2px;
        height: 12px;
        margin: 0 5px 5px 5px;
        flex: 1 1 auto;
    }    
    .cDonorsList li div:last-child {
        display:flex;
        flex-direction:row;
        flex: 0 1 auto;
        padding-right:5px;
    }
.cDonorsList ul li { padding:5px;margin:0, 10px;}
.cDonorsList ul li:first-child
{
    margin-top:0px;
}
.cPreCheckoutContainer .media-boxes-filter,
.cPreCheckoutContainer .media-boxes-search,
.cPreCheckoutContainer .cSortBy
{display:none !important;}

.cReadOnly .cHideReadOnly, 
.cReadOnly+.ui-dialog-buttonpane .cHideReadOnly{ display:none;}

/*modern forms*/
/*dialog*/
body .ui-dialog-titlebar {
    font-size:150%;
    text-align:center;
    /*background-color:transparent;
    background:transparent;*/
    border-radius:0px;
    border-width:0px 0px 1px;
    /*color:#f2b35f;*/ 
}
body .ui-widget-content {
    /*background-image:none;*/
}

/*text box*/
.row.cTextV2 .hint {clear:both;}
body  form div.cTextV2 {
  position: relative;
  margin-top: 25px;
}
.cTextV2 .iti + label { top: -18px; }
.row.cTextV2 {padding-top:0;}
.cTextV2 label {
  position: absolute;
  top: -10px;
  left: 0px;
  font-size: 16px;
  font-weight: 500;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  line-height:100%;
}
.cTextV2 .border {
  position: absolute;
  top: 50px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #07f;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.15s ease;
}
.cTextV2 input {
    -webkit-appearance: none;
}
.filtersV2 select, 
.filtersV2 input, 
.cTextV2 select, 
.cTextV2 input {
  /*box-sizing:border-box;*/
  
  /*width: 100%;*/
  border: 0;
  font-family: inherit;
  margin-top:12px;
  margin-bottom:5px;
  padding: 0 10px;
  height: 38px;
  /*font-size: 16px;*/
  /*font-weight: 500;*/
  border-bottom: 2px solid #c8ccd4;
  /*background: none;
  background-color:none;*/
  border-radius: 0;
  transition: all 0.15s ease;
}
body .filtersV2 select,
body .filtersV2 input { height:34px; line-height:34px;}

.cTextV2 select:hover,
.cTextV2 input:hover {opacity:0.8;}
.cTextV2 select:focus:hover,
.cTextV2 input:focus:hover {opacity:1;}

.cTextV2 select:focus +span+ label ,
.cTextV2 select:focus + label,
.cTextV2 input:focus +span+ label ,
.cTextV2 input:focus + label {
  color: #07f;
  transform: translateY(3px) scale(0.75);

}
.cTextV2 select:focus,
.cTextV2 input:focus {
  /*background: none;*/
  outline: none;
}
.cTextV2 select:focus + span + label + .border ,
body .cTextV2 select:focus + label + .border ,
.cTextV2 input:focus + span + label + .border ,
body .cTextV2 input:focus + label + .border {
  transform: scaleX(1);
  background: #07f;
}
.cTextV2 .errorMsg {display:none;}
.cTextV2 .error {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cTextV2 select.valid + label + .border,
.cTextV2 select.valid + span + label + .border,
.cTextV2 input.valid + label + .border,
.cTextV2 input.valid + span + label + .border{
     transform: scaleX(1);
     background: #058420;
}
.cTextV2 select.error + span + label + .border,
.cTextV2 select.error + label + .border,
.cTextV2 input.error + span + label + .border,
.cTextV2 input.error + label + .border {
     transform: scaleX(1);
     background: #f00;
}
body .row.cTextV2 label {
    white-space:nowrap;
}
body .row.cTextV2 .border,
body .row.cTextV2 label
{
    margin-top:0;
}
body .row.cTextV2 input, body .row.cTextV2 select, body .row.cTextV2 * {max-width:95%;}
body .row.cTextV2 .iti, body .row.cTextV2 .iti *{max-width:unset;} 

select::-webkit-scrollbar {width: 6px;height:8px;}
select::-webkit-scrollbar-track {  background: #F1F1F1; }
select::-webkit-scrollbar-thumb {  background: #A8A8A8; border-radius:3px;}
select::-webkit-scrollbar-thumb:hover {  background: #888; }

/*Checkbox v2*/
.cCheckboxV2 {
  /*display: block;*/
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display:inline-block;
  min-height:21px;
}

/* Hide the browser's default checkbox */
.cCheckboxV2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.cCheckboxV2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #ccc;
}




/* On mouse-over, add a grey background color */
.cCheckboxV2:hover .checkmark,
.cCheckboxV2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cCheckboxV2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/*.cCheckboxV2 input:checked ~ label .checkmark:after ,
.cCheckboxV2 input:checked ~ .checkmark:after {*/
.cCheckboxV2 input ~ label .checkmark:after ,
.cCheckboxV2 input ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cCheckboxV2 .checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rtl .cCheckboxV2{
    padding-left:0px;
    padding-right:35px;
}
.rtl .cCheckboxV2 .checkmark {
  left: initial;
  right:0;
}
.rtl .cCheckboxV2 .checkmark:after {
  right: 7px;
  left:initial;
}

.cCheckboxV2 input.error ~ label .checkmark,
.cCheckboxV2 input.error ~ .checkmark {
  background-color:#f6dcdc; border: 1px solid red;
}

.cCheckboxV2 input:disabled ~ label .checkmark,
.cCheckboxV2 input:disabled ~ .checkmark {
  opacity:0.6;
}

.cCheckboxV2.error{
    background-color:transparent;
    box-shadow:none;
    -webkit-box-shadow:none
}

/* radiobutton v2 */
.cRadioV2 {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display:inline-block;
  min-height:21px;
}
.rtl .cRadioV2{
  padding-left: 0px;
  padding-right: 35px;
}
/* Hide the browser's default radio button */
.cRadioV2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.cRadioV2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #eee;
  border-radius: 50%;
}
.rtl .cRadioV2 .checkmark{
    right:0;
    left:auto;
}
/* On mouse-over, add a grey background color */
.cRadioV2:hover .checkmark, 
.cRadioV2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.cRadioV2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
/*.cRadioV2 input:checked ~  .checkmark:after,
.cRadioV2 input:checked ~  label .checkmark:after {*/
.cRadioV2 input ~  .checkmark:after,
.cRadioV2 input ~  label .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cRadioV2 .checkmark:after {
 	top: 7px;
	left: 7px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: white;
}

.cRadioV2 input.error ~ label .checkmark,
.error .cRadioV2 .checkmark{background-color:#f6dcdc; border: 1px solid red;}

.cRadioButtonList label {padding:3px 10px; }

/*End form 2.0*/



.mce-floatpanel {
    z-index:10000001 !important;
}

/*Gauge*/
.cGauge {
    position: relative;
    border-radius: 50%/100% 100% 0 0;
    overflow: hidden;
}
.cGauge:before{
    content: "";
    display: block;
    padding-top: 50%;   /* ratio of 2:1*/
}
.cGauge .chart {
  overflow: hidden;
}
.cGauge .mask {
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 0;
  top: 40%;
  background-color: #fff;
  border-radius: 50%/100% 100% 0 0;
}

.cGauge .percentage {
    position:  absolute;
    top: -1px;
    left: -1px;
    bottom: 0;
    right: -1px;
    background-color: var(--background, #aaa);
    transform:rotate(var(--rotation)); 
    transform-origin: bottom center; 
    transition-duration: 1s;
}
/*.cGauge:hover {
  --rotation: 120deg !important;
}*/
.cGauge .value {
  position:absolute; bottom:0%; left:0;   
  width:100%; 
  text-align: center;
  color:#000;
  padding-bottom:8px;
}

.cGauge .min {
  position:absolute; 
  bottom:0; left:5%;   
}
.cGauge .max {
  position:absolute; 
  bottom:0; right:5%;   
 }

/*Toggle switch*/
.cToggleSwitch .cSwitch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 26px;
  overflow:visible;
  margin-bottom:5px;
}

.cToggleSwitch, 
.cToggleSwitch > span {line-height:26px; display:inline-block;min-height:26px; vertical-align:middle;}
.cToggleSwitch input { 
  opacity: 0;
  width: 0;
  height: 0;
  position:absolute;
}

.cToggleSwitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.cToggleSwitch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.cToggleSwitch [disabled] + .slider{
        background-color: #999;
}
.cToggleSwitch input:not(:checked) + .slider {
  /*background-color: #2196F3;*/
    background-color: #ccc;

}

.cToggleSwitch input:focus + .slider {
  /*box-shadow: 0 0 1px #2196F3;*/
}
.cToggleSwitch .checkedDisabled + .slider:before ,
.cToggleSwitch input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.cToggleSwitch .slider.round {
  border-radius: 34px;
}

.cToggleSwitch .slider.round:before {
  border-radius: 50%;
}
/*end toggle switch*/



ul[role="menubar"] {
  margin: 10px;
  padding: 10px;
  /*font-size: 110%;*/
  list-style: none;
  /*background-color: #eee;*/
}

ul[role="menubar"] [role="menuitem"],
ul[role="menubar"] [role="separator"] {
  padding: 0.25em;
  /*background-color: #eee;
  border: 2px solid #eee;*/
}

/*ul[role="menubar"] [role="separator"] {
  padding-top: 0.15em;
  background-image: url('../images/separator.png');
  background-position: center;
  background-repeat: repeat-x;
}*/

ul[role="menubar"] [role="menuitem"]:focus,
ul[role="menubar"] [role="menuitem"]:hover,
ul[role="menubar"] [role="separator"]:focus,
ul[role="menubar"] [role="separator"]:hover {
  /*background-color: black;
  color: white;*/
}

ul[role="menubar"] a[role="menuitem"] {
  text-decoration: none;
  /*color: black;*/
}

ul[role="menubar"] li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul[role="menubar"] > li {
  display: inline;
  position: relative;
}


ul[role="menubar"] ul[role="menu"] {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  margin: 0;
  padding: 0;
}

ul[role="menubar"] ul[role="menu"] li a {
  display: block;
  white-space:nowrap;
  padding-left:10px;
  padding-right:10px;
}
sup>.fa,sup>.fas,sup>.far,sup>.fab{padding-left:5px; font-size:85%;}
/*ul[role="menubar"] ul[role="menu"] a[aria-haspopup="true"]::after {
  content: url('../images/right-arrow-brown.png');
  padding-right: 2em;
}*/

.cWatchModule h2,
.cWatchModule p{padding:10px;line-height:200%;}
.cWatchModule .cBarCode {
    font-size:18px;
    padding:15px;
    max-width:90%;
    box-sizing:border-box;
    width:370px;
}
.cWatchModule .cCountDown{
    text-align:center;
    padding:30px 0;
    font-size:400%;
    font-weight:bold;
}

.cPlatformClient .cHelp .cVideoHelp {
    display:none;
}

.TCSection::-webkit-scrollbar {
    height: 6px;
}
.TCSection::-webkit-scrollbar-thumb {
    background: #9e9999;
    border-radius: 10px;
}
.TCSection::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/*Html Editor*/
.TCFooter  .TCSocial a{color:inherit;}


.cTipSelector {text-align:center;}
.cTipSelector a.nsBtn.medium {height:60px;width:80px;line-height:10px;margin:10px;}
.cTipSelector a p {line-height:30px;}
.cTipSelector a.singleLine.nsBtn.medium  p {line-height:60px;}
.cTipSelector .cCustomAmount.utility .cCustomAmountInput{display:none;}
.cTipSelector .cCustomAmount.primary > p {display:none;}
.cTipSelector .cCustomAmount.primary .cCustomAmountInput{display:block;}
.cTipSelector .cCustomAmount input {width:70px;text-align:center;}

#cBody .ui-icon.ui-icon-triangle-1-e,
#cBody .ui-icon.ui-icon-triangle-1-w,
#cBody .ui-icon.ui-icon-triangle-1-n,
#cBody .ui-icon.ui-icon-triangle-1-s,
#cBody .ui-icon.ui-icon-closethick,
#cBody .ui-icon.ui-icon-closethick:hover,
#cBody .ui-icon.ui-icon-help,
#cBody .ui-icon.ui-icon-arrowreturnthick-1-w,
#cBody .ui-icon.ui-icon-arrowreturnthick-1-e {background-image:none;text-indent:0; }
body .ui-icon.ui-icon-triangle-1-e::before,
body .ui-icon.ui-icon-triangle-1-w::before,
body .ui-icon.ui-icon-triangle-1-n::before,
body .ui-icon.ui-icon-triangle-1-s::before,
body .ui-icon.ui-icon-closethick::before,
body .ui-icon.ui-icon-help::before,
body .ui-icon.ui-icon-arrowreturnthick-1-w::before,
body .ui-icon.ui-icon-arrowreturnthick-1-e::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; 
    text-indent:0;
    vertical-align:middle;
    margin-right:20px;
}
.ui-icon.ui-icon-triangle-1-e::before{content:'\f0da';}
.ui-icon.ui-icon-triangle-1-s::before{content:'\f0d7';}
.ui-icon.ui-icon-triangle-1-n::before{content:'\f0d8';}
.ui-icon.ui-icon-triangle-1-w::before{content:'\f0d9';}
.ui-icon.ui-icon-closethick::before {content: '\f00d'; margin-left:2px;}
.ui-icon.ui-icon-help::before {content: '\f128'; margin-left:2px;}
.ui-icon.ui-icon-arrowreturnthick-1-w::before {content: '\f2ea';}
.ui-icon.ui-icon-arrowreturnthick-1-e::before {content: '\f2f9';}

.rtl .fa-caret-right:before{
    content: "";
}
.rtl .editText{float:right;}
.rtl .cTextV2 .border,.rtl .cTextV2 label{
    left:initial;
    right:0px;
}
.rtl  .row .editLabel{
    margin-right: 0px;
    margin-left:15px;
    text-align:start;
}
.cNSGridViewContainer{position:relative;}
.cNSGridView {height:auto; overflow:auto;scrollbar-width: thin;margin-bottom:20px;}
.cNSGridViewContainer.cMaximized {position:fixed; top:0;bottom:0;left:0;right:0;height:100vh;z-index:10000;overflow-y:auto; }
.cNSGridViewContainer .cNSGridToolbar  { text-align:right;}
.cNSGridViewContainer .cNSGridToolbar a { border:1px solid; border-radius:3px; cursor:pointer; display:inline-block;padding:5px;margin:5px;}
.cNSGridViewContainer.cMaximized .fa-expand-arrows-alt { display:none;}
.cNSGridViewContainer:not(.cMaximized) .fa-compress {display:none; }
.cNSGridViewContainer.cMaximized a,
.cNSGridViewContainer.cMaximized a:hover,
.cNSGridViewContainer.cMaximized a:visited,
.cNSGridViewContainer.cMaximized {background-color:#fff !important;color:#000 !important; }
.cNSGridViewContainer.cMaximized th a,
.cNSGridViewContainer.cMaximized th a:hover,
.cNSGridViewContainer.cMaximized th a:visited,
.cNSGridViewContainer.cMaximized th {background-color:#000 !important;color:#fff !important; }
    .cNSGridViewContainer.cMaximized .cScrollRight,
    .cNSGridViewContainer.cMaximized .cScrollLeft { position:fixed;} 
.cNSGridView tr.ui-widget-header{position:sticky;top:0;z-index:1;}
.cNSGridView tr.ui-widget-header a:hover {text-decoration:none; }
.Module .cNSGridView .breakable {word-break:unset; } 
.cNSGridView tr.ui-widget-header  a{ 
	display: block;
	width: 100%;
    
}
.cNSGridView tr.ui-widget-header  th,
.cNSGridView tr.ui-widget-header  td { 
	padding: 12px 4px; 
	overflow: hidden;
	text-align: left;
	vertical-align: middle;
}
.cNSGridView tr.ui-widget-header  a{ 
	padding: 5px 25px 5px 8px;
	position: relative;
}
.cNSGridViewContainer *{ box-sizing:border-box;}
.cNSGridView tr.ui-widget-header :not(.desc) a:before,
.cNSGridView tr.ui-widget-header :not(.asc) a:after {
	border: 4px solid;
    border-left-color: transparent; 
    border-right-color: transparent; 

	content: "";
	display: block;
	height: 0;
	right: 5px;
	top: 50%;
	position: absolute;
	width: 0;
}
.cNSGridView tr.ui-widget-header :not(.desc) a:before {
	/*border-bottom-color: #666;*/
    border-top-color: transparent; 
	margin-top: -9px;
}
.cNSGridView tr.ui-widget-header :not(.asc) a:after {
	/*border-top-color: #666;*/
    border-bottom-color: transparent; 
	margin-top: 1px;
}

.cNSGridView .NSGridViewPager table{width:auto; display:inline-block; position:sticky;right:40px;margin:10px;border-radius:3px;}
.cNSGridView .NSGridViewPager table td{border:1px solid; padding:5px 10px;}
.cNSGridView td a i {margin:5px;}

.cNSGridView::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.cNSGridView::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.cNSGridView::-webkit-scrollbar-thumb {
    background:  #555; 
    border-radius:10px;
}

.cEditBannerContainer :not(.modulebody){ position:relative;overflow:visible;margin:0;}
.cEditBannerContainer .cEditBanner{position:absolute; top:5px; right:45px; z-index:101;}
.cEditBannerContainer .cEditBanner:nth-child(2){top:30px;}
.cEditBannerContainer .cEditBanner i { color:#000;background-color:#fff;}
#header .cHtmlEditorContent,
footer .cHtmlEditorContent { text-align:start;}
#header .cHtmlEditorContent { padding-top:30px;padding-left:20px; padding-right:20px;}
    /*.cEditBannerContainer + .bannerContent {min-height:65px; }*/

.cScrollLeft, .cScrollRight {position:absolute; top:0; bottom:0; width:50px; background:#666 url('/Images/LeftArrow.png') ; opacity:.5; z-index:6; display:none; cursor:pointer;}
.cScrollLeft {left:0;background:#666 url('/Images/LeftArrow.png') repeat-y center;}
.cScrollRight {right:0;background:#666 url('/Images/RightArrow.png') repeat-y center;}


.cNSGridViewContainer .cScrollLeft, .cNSGridViewContainer .cScrollRight {top:50px; }

body .ui-dialog .ui-dialog-title { float:none; margin-left:auto;margin-right:auto;}
.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close:hover { background:none !important;background-color:transparent !important; border:0 none !important;color:inherit !important;font-size:inherit !important;}
.ui-dialog .ui-dialog-titlebar-close * { display:none;}

.ui-dialog .ui-dialog-titlebar-close:after{ content: "\f00d"; position: absolute; left: 4px; top: 0; text-indent: 0; font-family: 'Font Awesome 5 Free'; font-weight: 600; font-size: 150%; 
                                            left:0;top:50%;transform:translate(-100%, -50%);

}
.ui-dialog .ui-dialog-titlebar-close:hover::after {transform:translate(-100%, -50%) scale(1.2); }

body .ui-dialog .ui-dialog-titlebar-close { right:10px;top:0;bottom:0;width:auto; height:unset;margin:0;}
.shoppingCart .cartTotal {font-weight:bold; display:block; text-align:right;}
.shoppingCart .cartQuantity input {width:30px;}
.shoppingCart table {width:100%;}
.shoppingCart .row {display:block;padding:5px 5px 15px;}

.seasonCartTable,
.shoppingCartTable {border-bottom:1px; border-top:1px;}
.seasonCartTable th,
.shoppingCartTable th {text-transform: uppercase;}            
.shoppingCartProductTable {margin-top:40px;border-bottom:1px; border-top:1px;}

.seasonCartTotal,
.cExchangeCart .exchangeCartTotal {font-weight:bold; display:block; text-align:right; margin-bottom:20px;}
.cExchangeCart table {width:100%;}
.cExchangeCart .row {display:block;padding:5px 5px 15px;}

.exchangeCartTable {border-bottom:1px; border-top:1px;}
.exchangeCartTable th {text-transform: uppercase;}            

.Product *{box-sizing:border-box;}
.Product .productImg {padding: 10px;text-align:center;display:block; clear:left; float:left;} 
.Product .productName {text-decoration:none;margin: 0 0 20px 0; font-size:120%; }
.Product .productPrice {display:block; padding:3px;text-align:center; font-weight:bold;text-align:start; }
.Product .productPrice.onSale {color:#666;  font-weight:normal;}
.Product .productPrice.onSale .price {text-decoration:line-through;}
.Product .salesPrice {display:block; text-align:center; clear:both;color:#F12A1F;padding:3px;font-weight:bold; text-decoration:none;text-align:start;margin-bottom:25px;}
.Product .SoldOut {display:block; text-align:center; clear:both;color:#F12A1F;padding:3px;font-weight:bold; text-decoration:none;text-align:start;margin-bottom:25px;}
.Product h3 {clear:both; margin-bottom:10px;}
.Product .nsBtn {float:left;}
.Product .quantity { padding:10px 0 10px;}
.Product label {margin-right:3px;}
.Product .quantity input {width:75px; }

 /*.LayoutFullWidthCenter .moduleheader>div,
 .LayoutFullWidthCenter .modulebody {margin-left:10px; margin-right:10px;}*/
.Product .productImg {width:35%;max-width:100%;}
.Product .productInfo {float:left; padding:15px;width:65%; max-width:100%;}
.Product .productDesc {line-height:130%; padding:5px 15px;max-width:100%;}

.Product .productImg .xzoom{max-width:100%;float:none;clear:both;}
.Product .xzoom-thumbs { max-width:100%;clear:both;margin-top:10px;}
.Product .xzoom-thumbs a { display:block;float:left;height:50px;}

@media only screen and (max-width: 600px) {
.Product .productInfo,
.Product .productImg {width:auto;}

}
.cMultiUploader .cImagePreview .cImagePreviewItem .cVideoPopup{
    opacity:0.8;
}
.cMultiUploader .cImagePreview .cImagePreviewItem .cVideoPopup:hover{
    opacity:1;
}

.cVideoPreview img{
    background-color:#000;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;    
     opacity:0.8;

}

.cVideoPreview img:hover{
    opacity:1;
}
.BuyProductModule h3.ColTextHighlight {  margin: 20px 0; border-bottom: 1px solid; padding: 5px 0 10px; }
.BuyProductModule .cScheduleHours { display:none; font-size:80%;}
.BuyProductModule .cScheduleHoursTable{max-height:250px;overflow:auto;}
.BuyProductModule .cProductDeliveryOptions { text-align:start;font-size:80%;line-height:100%;padding-top:10px;}
.etickets
{
	text-align:center;
	max-width:800px;
}

.ticket
{
	padding: 5px 0;
	border-bottom: dotted 1px #555;
	clear:both;
    display:block;
    page-break-inside:avoid;
/*	width:670px;*/
}
table.newPageBefore
{
	page-break-after:always;
	height:1px;
}

.download 
{
	clear:both;
	display:block;
    padding:6px 0 15px;
    max-width:655px;
    text-align:center;
}
.download a{
    padding:0 15px;
}

div.newPage
{
    page-break-after: always;
    page-break-inside: avoid;
    -webkit-region-break-inside:avoid;
    -webkit-region-break-after:always;
}
 body .floatleft{float:none;}

 #mobileETickets {display:none;}


/*
 * Timepicker stylesheet
 * Highly inspired from datepicker
 * FG - Nov 2010 - Web3R 
 *
 * version 0.0.3 : Fixed some settings, more dynamic
 * version 0.0.4 : Removed width:100% on tables
 * version 0.1.1 : set width 0 on tables to fix an ie6 bug
 */

.ui-timepicker-inline { display: inline; }

#ui-timepicker-div { padding: 0.2em; }
.ui-timepicker-table { display: inline-table; width: 0; }
    .ui-timepicker-table table { margin: 0.15em 0 0 0; border-collapse: collapse; }

.ui-timepicker-hours, .ui-timepicker-minutes { padding: 0.2em; }

.ui-timepicker-table .ui-timepicker-title { line-height: 1.8em; text-align: center; }
.ui-timepicker-table td { padding: 0.1em; width: 2.2em; }
.ui-timepicker-table th.periods { padding: 0.1em; width: 2.2em; }

/* span for disabled cells */
.ui-timepicker-table td span { display: block; padding: 0.2em 0.3em 0.2em 0.5em; width: 1.2em; text-align:end; text-decoration: none; }
/* anchors for clickable cells */
.ui-timepicker-table td a { display: block; padding: 0.2em 0.3em 0.2em 0.5em; width: 1.2em; cursor: pointer; text-align:end; text-decoration: none; }


/* buttons and button pane styling */
.ui-timepicker .ui-timepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
    .ui-timepicker .ui-timepicker-buttonpane button { margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; }
/* The close button */
.ui-timepicker .ui-timepicker-close { float: right; }

/* the now button */
.ui-timepicker .ui-timepicker-now { float: left; }

/* the deselect button */
.ui-timepicker .ui-timepicker-deselect { float: left; }

div#headmenu a:hover,
div#headmenu a:focus,
.ColTextHighlight,
.ui-widget-content .ColTextHighlight{color:var(--ColTextHighlight);}
.cCheckboxV2 input:checked ~ label .checkmark,
.cCheckboxV2 input:checked ~ .checkmark,
.cRadioV2 input:checked ~ .checkmark,
.cRadioV2 input:checked ~ label .checkmark,
.cToggleSwitch .slider {background-color:var(--ColTextHighlight);}
.cGauge { background-color: var(--ColTextHighlight); }

body div .nsBtn.primary, 
body div a.nsBtn.primary, 
body div a.nsBtn.primary:active,
body div a.nsBtn.primary:visited,
body div .nsBtn.primary:hover, 
body div a.nsBtn.primary:hover, 
body div a.nsBtn.primary:active:hover,
body div a.nsBtn.primary:visited:hover
{color:var(--ColTextPrimaryBtn);}
body .nsBtn.primary,
body .nsBtn.primary:hover{background:var(--ColBgPrimaryBtn) none;border-color:var(--ColBorderPrimaryBtn);}
body .cGauge{background:var(--ColBgPrimaryBtn) none;}
body div .nsBtn.utility, 
body div a.nsBtn.utility, 
body div a.nsBtn.utility:active,
body div a.nsBtn.utility:visited,
body div .nsBtn.utility:hover, 
body div a.nsBtn.utility:hover, 
body div a.nsBtn.utility:active:hover,
body div a.nsBtn.utility:visited:hover,
body div .gridPager a {color:var(--ColTextUtilityBtn);}
body div .gridPager a,
body .nsBtn.utility,
body .nsBtn.utility:hover{background:var(--ColBgUtilityBtn) none;border-color:var(--ColBorderUtilityBtn);}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {background-color:transparent !important;border:0 none !important;background:none !important;top:4px !important;}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span { background:none;}
.ui-datepicker .ui-datepicker-prev span:after,
.ui-datepicker .ui-datepicker-next span:after { content: "\f054"; position: absolute; left: 4px; top: 0; color: var(--ColTextClickableActive); text-indent: 0; font-family: 'Font Awesome 5 Free'; font-weight: 600; font-size: 14px; }
.ui-datepicker .ui-datepicker-prev span:after { content: "\f053";}
.ui-datepicker .ui-datepicker-prev span:hover:after ,
.ui-datepicker .ui-datepicker-next span:hover:after { color: var(--ColTextClickableActive);transform:scale(1.2);}

html body .ui-widget-header:not(.moduleheader):not(nav), html body .ui-widget-header:not(.moduleheader):not(nav) :not(.ui-state-default) a, html .ui-dialog .ui-widget-header { background:var(--ColBgClickableActive);border-color:var(--ColBorderClickableActive);color:var(--ColTextClickableActive)}
.ui-tabs-tab.ui-tabs-active.ui-state-active {filter:saturate(0.6); }

body select:focus,
body input[type=text]:focus {
     border-bottom-color: var(--ColTextHighlight);
}
body .cTextV2 .border { background: var(--ColTextHighlight); }
body .cTextV2 select:focus + span + label,
body .cTextV2 select:focus + label,
body .cTextV2 input:focus + span + label,
body .cTextV2 input:focus + label { color: var(--ColTextHighlight); }
body .cTextV2 select:focus + span + label + .border ,
body body .cTextV2 select:focus + label + .border ,
body .cTextV2 input:focus + span + label + .border ,
html body .cTextV2 input:focus + label + .border {
  background: var(--ColTextHighlight);
}

