#wpbody-content {
  padding-bottom: 40px;
}
.ttls {
  width: calc(100% + 20px);
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  padding: 24px;
  margin-left: -20px;
  min-height: calc(100vh - 80px);
  background-color: #f1f1f1;
  margin-bottom: 0;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #23282d;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ttls .fa,
.ttls .fas,
.ttls .far,
.ttls .fal,
.ttls .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;
}
.ttls .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.ttls .fa-xs {
  font-size: .75em;
}
.ttls .fa-sm {
  font-size: .875em;
}
.ttls .fa-1x {
  font-size: 1em;
}
.ttls .fa-2x {
  font-size: 2em;
}
.ttls .fa-3x {
  font-size: 3em;
}
.ttls .fa-4x {
  font-size: 4em;
}
.ttls .fa-5x {
  font-size: 5em;
}
.ttls .fa-6x {
  font-size: 6em;
}
.ttls .fa-7x {
  font-size: 7em;
}
.ttls .fa-8x {
  font-size: 8em;
}
.ttls .fa-9x {
  font-size: 9em;
}
.ttls .fa-10x {
  font-size: 10em;
}
.ttls .fa-fw {
  text-align: center;
  width: 1.25em;
}
.ttls .fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.ttls .fa-ul > li {
  position: relative;
}
.ttls .fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.ttls .fa-border {
  border-radius: .1em;
  border: solid 0.08em #eee;
  padding: .2em .25em .15em;
}
.ttls .fa-pull-left {
  float: left;
}
.ttls .fa-pull-right {
  float: right;
}
.ttls .fa.fa-pull-left,
.ttls .fas.fa-pull-left,
.ttls .far.fa-pull-left,
.ttls .fal.fa-pull-left,
.ttls .fab.fa-pull-left {
  margin-right: .3em;
}
.ttls .fa.fa-pull-right,
.ttls .fas.fa-pull-right,
.ttls .far.fa-pull-right,
.ttls .fal.fa-pull-right,
.ttls .fab.fa-pull-right {
  margin-left: .3em;
}
.ttls .fa-spin {
  animation: fa-spin 2s infinite linear;
}
.ttls .fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ttls .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.ttls .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.ttls .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.ttls .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.ttls .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.ttls .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
.ttls :root .fa-rotate-90,
.ttls :root .fa-rotate-180,
.ttls :root .fa-rotate-270,
.ttls :root .fa-flip-horizontal,
.ttls :root .fa-flip-vertical {
  filter: none;
}
.ttls .fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.ttls .fa-stack-1x,
.ttls .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.ttls .fa-stack-1x {
  line-height: inherit;
}
.ttls .fa-stack-2x {
  font-size: 2em;
}
.ttls .fa-inverse {
  color: #fff;
}
.ttls .fa-500px:before {
  content: "\f26e";
}
.ttls .fa-accessible-icon:before {
  content: "\f368";
}
.ttls .fa-accusoft:before {
  content: "\f369";
}
.ttls .fa-address-book:before {
  content: "\f2b9";
}
.ttls .fa-address-card:before {
  content: "\f2bb";
}
.ttls .fa-adjust:before {
  content: "\f042";
}
.ttls .fa-adn:before {
  content: "\f170";
}
.ttls .fa-adversal:before {
  content: "\f36a";
}
.ttls .fa-affiliatetheme:before {
  content: "\f36b";
}
.ttls .fa-algolia:before {
  content: "\f36c";
}
.ttls .fa-align-center:before {
  content: "\f037";
}
.ttls .fa-align-justify:before {
  content: "\f039";
}
.ttls .fa-align-left:before {
  content: "\f036";
}
.ttls .fa-align-right:before {
  content: "\f038";
}
.ttls .fa-allergies:before {
  content: "\f461";
}
.ttls .fa-amazon:before {
  content: "\f270";
}
.ttls .fa-amazon-pay:before {
  content: "\f42c";
}
.ttls .fa-ambulance:before {
  content: "\f0f9";
}
.ttls .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.ttls .fa-amilia:before {
  content: "\f36d";
}
.ttls .fa-anchor:before {
  content: "\f13d";
}
.ttls .fa-android:before {
  content: "\f17b";
}
.ttls .fa-angellist:before {
  content: "\f209";
}
.ttls .fa-angle-double-down:before {
  content: "\f103";
}
.ttls .fa-angle-double-left:before {
  content: "\f100";
}
.ttls .fa-angle-double-right:before {
  content: "\f101";
}
.ttls .fa-angle-double-up:before {
  content: "\f102";
}
.ttls .fa-angle-down:before {
  content: "\f107";
}
.ttls .fa-angle-left:before {
  content: "\f104";
}
.ttls .fa-angle-right:before {
  content: "\f105";
}
.ttls .fa-angle-up:before {
  content: "\f106";
}
.ttls .fa-angry:before {
  content: "\f556";
}
.ttls .fa-angrycreative:before {
  content: "\f36e";
}
.ttls .fa-angular:before {
  content: "\f420";
}
.ttls .fa-app-store:before {
  content: "\f36f";
}
.ttls .fa-app-store-ios:before {
  content: "\f370";
}
.ttls .fa-apper:before {
  content: "\f371";
}
.ttls .fa-apple:before {
  content: "\f179";
}
.ttls .fa-apple-pay:before {
  content: "\f415";
}
.ttls .fa-archive:before {
  content: "\f187";
}
.ttls .fa-archway:before {
  content: "\f557";
}
.ttls .fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.ttls .fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.ttls .fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.ttls .fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.ttls .fa-arrow-circle-down:before {
  content: "\f0ab";
}
.ttls .fa-arrow-circle-left:before {
  content: "\f0a8";
}
.ttls .fa-arrow-circle-right:before {
  content: "\f0a9";
}
.ttls .fa-arrow-circle-up:before {
  content: "\f0aa";
}
.ttls .fa-arrow-down:before {
  content: "\f063";
}
.ttls .fa-arrow-left:before {
  content: "\f060";
}
.ttls .fa-arrow-right:before {
  content: "\f061";
}
.ttls .fa-arrow-up:before {
  content: "\f062";
}
.ttls .fa-arrows-alt:before {
  content: "\f0b2";
}
.ttls .fa-arrows-alt-h:before {
  content: "\f337";
}
.ttls .fa-arrows-alt-v:before {
  content: "\f338";
}
.ttls .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.ttls .fa-asterisk:before {
  content: "\f069";
}
.ttls .fa-asymmetrik:before {
  content: "\f372";
}
.ttls .fa-at:before {
  content: "\f1fa";
}
.ttls .fa-atlas:before {
  content: "\f558";
}
.ttls .fa-audible:before {
  content: "\f373";
}
.ttls .fa-audio-description:before {
  content: "\f29e";
}
.ttls .fa-autoprefixer:before {
  content: "\f41c";
}
.ttls .fa-avianex:before {
  content: "\f374";
}
.ttls .fa-aviato:before {
  content: "\f421";
}
.ttls .fa-award:before {
  content: "\f559";
}
.ttls .fa-aws:before {
  content: "\f375";
}
.ttls .fa-backspace:before {
  content: "\f55a";
}
.ttls .fa-backward:before {
  content: "\f04a";
}
.ttls .fa-balance-scale:before {
  content: "\f24e";
}
.ttls .fa-ban:before {
  content: "\f05e";
}
.ttls .fa-band-aid:before {
  content: "\f462";
}
.ttls .fa-bandcamp:before {
  content: "\f2d5";
}
.ttls .fa-barcode:before {
  content: "\f02a";
}
.ttls .fa-bars:before {
  content: "\f0c9";
}
.ttls .fa-baseball-ball:before {
  content: "\f433";
}
.ttls .fa-basketball-ball:before {
  content: "\f434";
}
.ttls .fa-bath:before {
  content: "\f2cd";
}
.ttls .fa-battery-empty:before {
  content: "\f244";
}
.ttls .fa-battery-full:before {
  content: "\f240";
}
.ttls .fa-battery-half:before {
  content: "\f242";
}
.ttls .fa-battery-quarter:before {
  content: "\f243";
}
.ttls .fa-battery-three-quarters:before {
  content: "\f241";
}
.ttls .fa-bed:before {
  content: "\f236";
}
.ttls .fa-beer:before {
  content: "\f0fc";
}
.ttls .fa-behance:before {
  content: "\f1b4";
}
.ttls .fa-behance-square:before {
  content: "\f1b5";
}
.ttls .fa-bell:before {
  content: "\f0f3";
}
.ttls .fa-bell-slash:before {
  content: "\f1f6";
}
.ttls .fa-bezier-curve:before {
  content: "\f55b";
}
.ttls .fa-bicycle:before {
  content: "\f206";
}
.ttls .fa-bimobject:before {
  content: "\f378";
}
.ttls .fa-binoculars:before {
  content: "\f1e5";
}
.ttls .fa-birthday-cake:before {
  content: "\f1fd";
}
.ttls .fa-bitbucket:before {
  content: "\f171";
}
.ttls .fa-bitcoin:before {
  content: "\f379";
}
.ttls .fa-bity:before {
  content: "\f37a";
}
.ttls .fa-black-tie:before {
  content: "\f27e";
}
.ttls .fa-blackberry:before {
  content: "\f37b";
}
.ttls .fa-blender:before {
  content: "\f517";
}
.ttls .fa-blind:before {
  content: "\f29d";
}
.ttls .fa-blogger:before {
  content: "\f37c";
}
.ttls .fa-blogger-b:before {
  content: "\f37d";
}
.ttls .fa-bluetooth:before {
  content: "\f293";
}
.ttls .fa-bluetooth-b:before {
  content: "\f294";
}
.ttls .fa-bold:before {
  content: "\f032";
}
.ttls .fa-bolt:before {
  content: "\f0e7";
}
.ttls .fa-bomb:before {
  content: "\f1e2";
}
.ttls .fa-bong:before {
  content: "\f55c";
}
.ttls .fa-book:before {
  content: "\f02d";
}
.ttls .fa-book-open:before {
  content: "\f518";
}
.ttls .fa-bookmark:before {
  content: "\f02e";
}
.ttls .fa-bowling-ball:before {
  content: "\f436";
}
.ttls .fa-box:before {
  content: "\f466";
}
.ttls .fa-box-open:before {
  content: "\f49e";
}
.ttls .fa-boxes:before {
  content: "\f468";
}
.ttls .fa-braille:before {
  content: "\f2a1";
}
.ttls .fa-briefcase:before {
  content: "\f0b1";
}
.ttls .fa-briefcase-medical:before {
  content: "\f469";
}
.ttls .fa-broadcast-tower:before {
  content: "\f519";
}
.ttls .fa-broom:before {
  content: "\f51a";
}
.ttls .fa-brush:before {
  content: "\f55d";
}
.ttls .fa-btc:before {
  content: "\f15a";
}
.ttls .fa-bug:before {
  content: "\f188";
}
.ttls .fa-building:before {
  content: "\f1ad";
}
.ttls .fa-bullhorn:before {
  content: "\f0a1";
}
.ttls .fa-bullseye:before {
  content: "\f140";
}
.ttls .fa-burn:before {
  content: "\f46a";
}
.ttls .fa-buromobelexperte:before {
  content: "\f37f";
}
.ttls .fa-bus:before {
  content: "\f207";
}
.ttls .fa-bus-alt:before {
  content: "\f55e";
}
.ttls .fa-buysellads:before {
  content: "\f20d";
}
.ttls .fa-calculator:before {
  content: "\f1ec";
}
.ttls .fa-calendar:before {
  content: "\f133";
}
.ttls .fa-calendar-alt:before {
  content: "\f073";
}
.ttls .fa-calendar-check:before {
  content: "\f274";
}
.ttls .fa-calendar-minus:before {
  content: "\f272";
}
.ttls .fa-calendar-plus:before {
  content: "\f271";
}
.ttls .fa-calendar-times:before {
  content: "\f273";
}
.ttls .fa-camera:before {
  content: "\f030";
}
.ttls .fa-camera-retro:before {
  content: "\f083";
}
.ttls .fa-cannabis:before {
  content: "\f55f";
}
.ttls .fa-capsules:before {
  content: "\f46b";
}
.ttls .fa-car:before {
  content: "\f1b9";
}
.ttls .fa-caret-down:before {
  content: "\f0d7";
}
.ttls .fa-caret-left:before {
  content: "\f0d9";
}
.ttls .fa-caret-right:before {
  content: "\f0da";
}
.ttls .fa-caret-square-down:before {
  content: "\f150";
}
.ttls .fa-caret-square-left:before {
  content: "\f191";
}
.ttls .fa-caret-square-right:before {
  content: "\f152";
}
.ttls .fa-caret-square-up:before {
  content: "\f151";
}
.ttls .fa-caret-up:before {
  content: "\f0d8";
}
.ttls .fa-cart-arrow-down:before {
  content: "\f218";
}
.ttls .fa-cart-plus:before {
  content: "\f217";
}
.ttls .fa-cc-amazon-pay:before {
  content: "\f42d";
}
.ttls .fa-cc-amex:before {
  content: "\f1f3";
}
.ttls .fa-cc-apple-pay:before {
  content: "\f416";
}
.ttls .fa-cc-diners-club:before {
  content: "\f24c";
}
.ttls .fa-cc-discover:before {
  content: "\f1f2";
}
.ttls .fa-cc-jcb:before {
  content: "\f24b";
}
.ttls .fa-cc-mastercard:before {
  content: "\f1f1";
}
.ttls .fa-cc-paypal:before {
  content: "\f1f4";
}
.ttls .fa-cc-stripe:before {
  content: "\f1f5";
}
.ttls .fa-cc-visa:before {
  content: "\f1f0";
}
.ttls .fa-centercode:before {
  content: "\f380";
}
.ttls .fa-certificate:before {
  content: "\f0a3";
}
.ttls .fa-chalkboard:before {
  content: "\f51b";
}
.ttls .fa-chalkboard-teacher:before {
  content: "\f51c";
}
.ttls .fa-chart-area:before {
  content: "\f1fe";
}
.ttls .fa-chart-bar:before {
  content: "\f080";
}
.ttls .fa-chart-line:before {
  content: "\f201";
}
.ttls .fa-chart-pie:before {
  content: "\f200";
}
.ttls .fa-check:before {
  content: "\f00c";
}
.ttls .fa-check-circle:before {
  content: "\f058";
}
.ttls .fa-check-double:before {
  content: "\f560";
}
.ttls .fa-check-square:before {
  content: "\f14a";
}
.ttls .fa-chess:before {
  content: "\f439";
}
.ttls .fa-chess-bishop:before {
  content: "\f43a";
}
.ttls .fa-chess-board:before {
  content: "\f43c";
}
.ttls .fa-chess-king:before {
  content: "\f43f";
}
.ttls .fa-chess-knight:before {
  content: "\f441";
}
.ttls .fa-chess-pawn:before {
  content: "\f443";
}
.ttls .fa-chess-queen:before {
  content: "\f445";
}
.ttls .fa-chess-rook:before {
  content: "\f447";
}
.ttls .fa-chevron-circle-down:before {
  content: "\f13a";
}
.ttls .fa-chevron-circle-left:before {
  content: "\f137";
}
.ttls .fa-chevron-circle-right:before {
  content: "\f138";
}
.ttls .fa-chevron-circle-up:before {
  content: "\f139";
}
.ttls .fa-chevron-down:before {
  content: "\f078";
}
.ttls .fa-chevron-left:before {
  content: "\f053";
}
.ttls .fa-chevron-right:before {
  content: "\f054";
}
.ttls .fa-chevron-up:before {
  content: "\f077";
}
.ttls .fa-child:before {
  content: "\f1ae";
}
.ttls .fa-chrome:before {
  content: "\f268";
}
.ttls .fa-church:before {
  content: "\f51d";
}
.ttls .fa-circle:before {
  content: "\f111";
}
.ttls .fa-circle-notch:before {
  content: "\f1ce";
}
.ttls .fa-clipboard:before {
  content: "\f328";
}
.ttls .fa-clipboard-check:before {
  content: "\f46c";
}
.ttls .fa-clipboard-list:before {
  content: "\f46d";
}
.ttls .fa-clock:before {
  content: "\f017";
}
.ttls .fa-clone:before {
  content: "\f24d";
}
.ttls .fa-closed-captioning:before {
  content: "\f20a";
}
.ttls .fa-cloud:before {
  content: "\f0c2";
}
.ttls .fa-cloud-download-alt:before {
  content: "\f381";
}
.ttls .fa-cloud-upload-alt:before {
  content: "\f382";
}
.ttls .fa-cloudscale:before {
  content: "\f383";
}
.ttls .fa-cloudsmith:before {
  content: "\f384";
}
.ttls .fa-cloudversify:before {
  content: "\f385";
}
.ttls .fa-cocktail:before {
  content: "\f561";
}
.ttls .fa-code:before {
  content: "\f121";
}
.ttls .fa-code-branch:before {
  content: "\f126";
}
.ttls .fa-codepen:before {
  content: "\f1cb";
}
.ttls .fa-codiepie:before {
  content: "\f284";
}
.ttls .fa-coffee:before {
  content: "\f0f4";
}
.ttls .fa-cog:before {
  content: "\f013";
}
.ttls .fa-cogs:before {
  content: "\f085";
}
.ttls .fa-coins:before {
  content: "\f51e";
}
.ttls .fa-columns:before {
  content: "\f0db";
}
.ttls .fa-comment:before {
  content: "\f075";
}
.ttls .fa-comment-alt:before {
  content: "\f27a";
}
.ttls .fa-comment-dots:before {
  content: "\f4ad";
}
.ttls .fa-comment-slash:before {
  content: "\f4b3";
}
.ttls .fa-comments:before {
  content: "\f086";
}
.ttls .fa-compact-disc:before {
  content: "\f51f";
}
.ttls .fa-compass:before {
  content: "\f14e";
}
.ttls .fa-compress:before {
  content: "\f066";
}
.ttls .fa-concierge-bell:before {
  content: "\f562";
}
.ttls .fa-connectdevelop:before {
  content: "\f20e";
}
.ttls .fa-contao:before {
  content: "\f26d";
}
.ttls .fa-cookie:before {
  content: "\f563";
}
.ttls .fa-cookie-bite:before {
  content: "\f564";
}
.ttls .fa-copy:before {
  content: "\f0c5";
}
.ttls .fa-copyright:before {
  content: "\f1f9";
}
.ttls .fa-couch:before {
  content: "\f4b8";
}
.ttls .fa-cpanel:before {
  content: "\f388";
}
.ttls .fa-creative-commons:before {
  content: "\f25e";
}
.ttls .fa-creative-commons-by:before {
  content: "\f4e7";
}
.ttls .fa-creative-commons-nc:before {
  content: "\f4e8";
}
.ttls .fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.ttls .fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.ttls .fa-creative-commons-nd:before {
  content: "\f4eb";
}
.ttls .fa-creative-commons-pd:before {
  content: "\f4ec";
}
.ttls .fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.ttls .fa-creative-commons-remix:before {
  content: "\f4ee";
}
.ttls .fa-creative-commons-sa:before {
  content: "\f4ef";
}
.ttls .fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.ttls .fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.ttls .fa-creative-commons-share:before {
  content: "\f4f2";
}
.ttls .fa-credit-card:before {
  content: "\f09d";
}
.ttls .fa-crop:before {
  content: "\f125";
}
.ttls .fa-crop-alt:before {
  content: "\f565";
}
.ttls .fa-crosshairs:before {
  content: "\f05b";
}
.ttls .fa-crow:before {
  content: "\f520";
}
.ttls .fa-crown:before {
  content: "\f521";
}
.ttls .fa-css3:before {
  content: "\f13c";
}
.ttls .fa-css3-alt:before {
  content: "\f38b";
}
.ttls .fa-cube:before {
  content: "\f1b2";
}
.ttls .fa-cubes:before {
  content: "\f1b3";
}
.ttls .fa-cut:before {
  content: "\f0c4";
}
.ttls .fa-cuttlefish:before {
  content: "\f38c";
}
.ttls .fa-d-and-d:before {
  content: "\f38d";
}
.ttls .fa-dashcube:before {
  content: "\f210";
}
.ttls .fa-database:before {
  content: "\f1c0";
}
.ttls .fa-deaf:before {
  content: "\f2a4";
}
.ttls .fa-delicious:before {
  content: "\f1a5";
}
.ttls .fa-deploydog:before {
  content: "\f38e";
}
.ttls .fa-deskpro:before {
  content: "\f38f";
}
.ttls .fa-desktop:before {
  content: "\f108";
}
.ttls .fa-deviantart:before {
  content: "\f1bd";
}
.ttls .fa-diagnoses:before {
  content: "\f470";
}
.ttls .fa-dice:before {
  content: "\f522";
}
.ttls .fa-dice-five:before {
  content: "\f523";
}
.ttls .fa-dice-four:before {
  content: "\f524";
}
.ttls .fa-dice-one:before {
  content: "\f525";
}
.ttls .fa-dice-six:before {
  content: "\f526";
}
.ttls .fa-dice-three:before {
  content: "\f527";
}
.ttls .fa-dice-two:before {
  content: "\f528";
}
.ttls .fa-digg:before {
  content: "\f1a6";
}
.ttls .fa-digital-ocean:before {
  content: "\f391";
}
.ttls .fa-digital-tachograph:before {
  content: "\f566";
}
.ttls .fa-discord:before {
  content: "\f392";
}
.ttls .fa-discourse:before {
  content: "\f393";
}
.ttls .fa-divide:before {
  content: "\f529";
}
.ttls .fa-dizzy:before {
  content: "\f567";
}
.ttls .fa-dna:before {
  content: "\f471";
}
.ttls .fa-dochub:before {
  content: "\f394";
}
.ttls .fa-docker:before {
  content: "\f395";
}
.ttls .fa-dollar-sign:before {
  content: "\f155";
}
.ttls .fa-dolly:before {
  content: "\f472";
}
.ttls .fa-dolly-flatbed:before {
  content: "\f474";
}
.ttls .fa-donate:before {
  content: "\f4b9";
}
.ttls .fa-door-closed:before {
  content: "\f52a";
}
.ttls .fa-door-open:before {
  content: "\f52b";
}
.ttls .fa-dot-circle:before {
  content: "\f192";
}
.ttls .fa-dove:before {
  content: "\f4ba";
}
.ttls .fa-download:before {
  content: "\f019";
}
.ttls .fa-draft2digital:before {
  content: "\f396";
}
.ttls .fa-drafting-compass:before {
  content: "\f568";
}
.ttls .fa-dribbble:before {
  content: "\f17d";
}
.ttls .fa-dribbble-square:before {
  content: "\f397";
}
.ttls .fa-dropbox:before {
  content: "\f16b";
}
.ttls .fa-drum:before {
  content: "\f569";
}
.ttls .fa-drum-steelpan:before {
  content: "\f56a";
}
.ttls .fa-drupal:before {
  content: "\f1a9";
}
.ttls .fa-dumbbell:before {
  content: "\f44b";
}
.ttls .fa-dyalog:before {
  content: "\f399";
}
.ttls .fa-earlybirds:before {
  content: "\f39a";
}
.ttls .fa-ebay:before {
  content: "\f4f4";
}
.ttls .fa-edge:before {
  content: "\f282";
}
.ttls .fa-edit:before {
  content: "\f044";
}
.ttls .fa-eject:before {
  content: "\f052";
}
.ttls .fa-elementor:before {
  content: "\f430";
}
.ttls .fa-ellipsis-h:before {
  content: "\f141";
}
.ttls .fa-ellipsis-v:before {
  content: "\f142";
}
.ttls .fa-ember:before {
  content: "\f423";
}
.ttls .fa-empire:before {
  content: "\f1d1";
}
.ttls .fa-envelope:before {
  content: "\f0e0";
}
.ttls .fa-envelope-open:before {
  content: "\f2b6";
}
.ttls .fa-envelope-square:before {
  content: "\f199";
}
.ttls .fa-envira:before {
  content: "\f299";
}
.ttls .fa-equals:before {
  content: "\f52c";
}
.ttls .fa-eraser:before {
  content: "\f12d";
}
.ttls .fa-erlang:before {
  content: "\f39d";
}
.ttls .fa-ethereum:before {
  content: "\f42e";
}
.ttls .fa-etsy:before {
  content: "\f2d7";
}
.ttls .fa-euro-sign:before {
  content: "\f153";
}
.ttls .fa-exchange-alt:before {
  content: "\f362";
}
.ttls .fa-exclamation:before {
  content: "\f12a";
}
.ttls .fa-exclamation-circle:before {
  content: "\f06a";
}
.ttls .fa-exclamation-triangle:before {
  content: "\f071";
}
.ttls .fa-expand:before {
  content: "\f065";
}
.ttls .fa-expand-arrows-alt:before {
  content: "\f31e";
}
.ttls .fa-expeditedssl:before {
  content: "\f23e";
}
.ttls .fa-external-link-alt:before {
  content: "\f35d";
}
.ttls .fa-external-link-square-alt:before {
  content: "\f360";
}
.ttls .fa-eye:before {
  content: "\f06e";
}
.ttls .fa-eye-dropper:before {
  content: "\f1fb";
}
.ttls .fa-eye-slash:before {
  content: "\f070";
}
.ttls .fa-facebook:before {
  content: "\f09a";
}
.ttls .fa-facebook-f:before {
  content: "\f39e";
}
.ttls .fa-facebook-messenger:before {
  content: "\f39f";
}
.ttls .fa-facebook-square:before {
  content: "\f082";
}
.ttls .fa-fast-backward:before {
  content: "\f049";
}
.ttls .fa-fast-forward:before {
  content: "\f050";
}
.ttls .fa-fax:before {
  content: "\f1ac";
}
.ttls .fa-feather:before {
  content: "\f52d";
}
.ttls .fa-feather-alt:before {
  content: "\f56b";
}
.ttls .fa-female:before {
  content: "\f182";
}
.ttls .fa-fighter-jet:before {
  content: "\f0fb";
}
.ttls .fa-file:before {
  content: "\f15b";
}
.ttls .fa-file-alt:before {
  content: "\f15c";
}
.ttls .fa-file-archive:before {
  content: "\f1c6";
}
.ttls .fa-file-audio:before {
  content: "\f1c7";
}
.ttls .fa-file-code:before {
  content: "\f1c9";
}
.ttls .fa-file-contract:before {
  content: "\f56c";
}
.ttls .fa-file-download:before {
  content: "\f56d";
}
.ttls .fa-file-excel:before {
  content: "\f1c3";
}
.ttls .fa-file-export:before {
  content: "\f56e";
}
.ttls .fa-file-image:before {
  content: "\f1c5";
}
.ttls .fa-file-import:before {
  content: "\f56f";
}
.ttls .fa-file-invoice:before {
  content: "\f570";
}
.ttls .fa-file-invoice-dollar:before {
  content: "\f571";
}
.ttls .fa-file-medical:before {
  content: "\f477";
}
.ttls .fa-file-medical-alt:before {
  content: "\f478";
}
.ttls .fa-file-pdf:before {
  content: "\f1c1";
}
.ttls .fa-file-powerpoint:before {
  content: "\f1c4";
}
.ttls .fa-file-prescription:before {
  content: "\f572";
}
.ttls .fa-file-signature:before {
  content: "\f573";
}
.ttls .fa-file-upload:before {
  content: "\f574";
}
.ttls .fa-file-video:before {
  content: "\f1c8";
}
.ttls .fa-file-word:before {
  content: "\f1c2";
}
.ttls .fa-fill:before {
  content: "\f575";
}
.ttls .fa-fill-drip:before {
  content: "\f576";
}
.ttls .fa-film:before {
  content: "\f008";
}
.ttls .fa-filter:before {
  content: "\f0b0";
}
.ttls .fa-fingerprint:before {
  content: "\f577";
}
.ttls .fa-fire:before {
  content: "\f06d";
}
.ttls .fa-fire-extinguisher:before {
  content: "\f134";
}
.ttls .fa-firefox:before {
  content: "\f269";
}
.ttls .fa-first-aid:before {
  content: "\f479";
}
.ttls .fa-first-order:before {
  content: "\f2b0";
}
.ttls .fa-first-order-alt:before {
  content: "\f50a";
}
.ttls .fa-firstdraft:before {
  content: "\f3a1";
}
.ttls .fa-fish:before {
  content: "\f578";
}
.ttls .fa-flag:before {
  content: "\f024";
}
.ttls .fa-flag-checkered:before {
  content: "\f11e";
}
.ttls .fa-flask:before {
  content: "\f0c3";
}
.ttls .fa-flickr:before {
  content: "\f16e";
}
.ttls .fa-flipboard:before {
  content: "\f44d";
}
.ttls .fa-flushed:before {
  content: "\f579";
}
.ttls .fa-fly:before {
  content: "\f417";
}
.ttls .fa-folder:before {
  content: "\f07b";
}
.ttls .fa-folder-open:before {
  content: "\f07c";
}
.ttls .fa-font:before {
  content: "\f031";
}
.ttls .fa-font-awesome:before {
  content: "\f2b4";
}
.ttls .fa-font-awesome-alt:before {
  content: "\f35c";
}
.ttls .fa-font-awesome-flag:before {
  content: "\f425";
}
.ttls .fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.ttls .fa-fonticons:before {
  content: "\f280";
}
.ttls .fa-fonticons-fi:before {
  content: "\f3a2";
}
.ttls .fa-football-ball:before {
  content: "\f44e";
}
.ttls .fa-fort-awesome:before {
  content: "\f286";
}
.ttls .fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.ttls .fa-forumbee:before {
  content: "\f211";
}
.ttls .fa-forward:before {
  content: "\f04e";
}
.ttls .fa-foursquare:before {
  content: "\f180";
}
.ttls .fa-free-code-camp:before {
  content: "\f2c5";
}
.ttls .fa-freebsd:before {
  content: "\f3a4";
}
.ttls .fa-frog:before {
  content: "\f52e";
}
.ttls .fa-frown:before {
  content: "\f119";
}
.ttls .fa-frown-open:before {
  content: "\f57a";
}
.ttls .fa-fulcrum:before {
  content: "\f50b";
}
.ttls .fa-futbol:before {
  content: "\f1e3";
}
.ttls .fa-galactic-republic:before {
  content: "\f50c";
}
.ttls .fa-galactic-senate:before {
  content: "\f50d";
}
.ttls .fa-gamepad:before {
  content: "\f11b";
}
.ttls .fa-gas-pump:before {
  content: "\f52f";
}
.ttls .fa-gavel:before {
  content: "\f0e3";
}
.ttls .fa-gem:before {
  content: "\f3a5";
}
.ttls .fa-genderless:before {
  content: "\f22d";
}
.ttls .fa-get-pocket:before {
  content: "\f265";
}
.ttls .fa-gg:before {
  content: "\f260";
}
.ttls .fa-gg-circle:before {
  content: "\f261";
}
.ttls .fa-gift:before {
  content: "\f06b";
}
.ttls .fa-git:before {
  content: "\f1d3";
}
.ttls .fa-git-square:before {
  content: "\f1d2";
}
.ttls .fa-github:before {
  content: "\f09b";
}
.ttls .fa-github-alt:before {
  content: "\f113";
}
.ttls .fa-github-square:before {
  content: "\f092";
}
.ttls .fa-gitkraken:before {
  content: "\f3a6";
}
.ttls .fa-gitlab:before {
  content: "\f296";
}
.ttls .fa-gitter:before {
  content: "\f426";
}
.ttls .fa-glass-martini:before {
  content: "\f000";
}
.ttls .fa-glass-martini-alt:before {
  content: "\f57b";
}
.ttls .fa-glasses:before {
  content: "\f530";
}
.ttls .fa-glide:before {
  content: "\f2a5";
}
.ttls .fa-glide-g:before {
  content: "\f2a6";
}
.ttls .fa-globe:before {
  content: "\f0ac";
}
.ttls .fa-globe-africa:before {
  content: "\f57c";
}
.ttls .fa-globe-americas:before {
  content: "\f57d";
}
.ttls .fa-globe-asia:before {
  content: "\f57e";
}
.ttls .fa-gofore:before {
  content: "\f3a7";
}
.ttls .fa-golf-ball:before {
  content: "\f450";
}
.ttls .fa-goodreads:before {
  content: "\f3a8";
}
.ttls .fa-goodreads-g:before {
  content: "\f3a9";
}
.ttls .fa-google:before {
  content: "\f1a0";
}
.ttls .fa-google-drive:before {
  content: "\f3aa";
}
.ttls .fa-google-play:before {
  content: "\f3ab";
}
.ttls .fa-google-plus:before {
  content: "\f2b3";
}
.ttls .fa-google-plus-g:before {
  content: "\f0d5";
}
.ttls .fa-google-plus-square:before {
  content: "\f0d4";
}
.ttls .fa-google-wallet:before {
  content: "\f1ee";
}
.ttls .fa-graduation-cap:before {
  content: "\f19d";
}
.ttls .fa-gratipay:before {
  content: "\f184";
}
.ttls .fa-grav:before {
  content: "\f2d6";
}
.ttls .fa-greater-than:before {
  content: "\f531";
}
.ttls .fa-greater-than-equal:before {
  content: "\f532";
}
.ttls .fa-grimace:before {
  content: "\f57f";
}
.ttls .fa-grin:before {
  content: "\f580";
}
.ttls .fa-grin-alt:before {
  content: "\f581";
}
.ttls .fa-grin-beam:before {
  content: "\f582";
}
.ttls .fa-grin-beam-sweat:before {
  content: "\f583";
}
.ttls .fa-grin-hearts:before {
  content: "\f584";
}
.ttls .fa-grin-squint:before {
  content: "\f585";
}
.ttls .fa-grin-squint-tears:before {
  content: "\f586";
}
.ttls .fa-grin-stars:before {
  content: "\f587";
}
.ttls .fa-grin-tears:before {
  content: "\f588";
}
.ttls .fa-grin-tongue:before {
  content: "\f589";
}
.ttls .fa-grin-tongue-squint:before {
  content: "\f58a";
}
.ttls .fa-grin-tongue-wink:before {
  content: "\f58b";
}
.ttls .fa-grin-wink:before {
  content: "\f58c";
}
.ttls .fa-grip-horizontal:before {
  content: "\f58d";
}
.ttls .fa-grip-vertical:before {
  content: "\f58e";
}
.ttls .fa-gripfire:before {
  content: "\f3ac";
}
.ttls .fa-grunt:before {
  content: "\f3ad";
}
.ttls .fa-gulp:before {
  content: "\f3ae";
}
.ttls .fa-h-square:before {
  content: "\f0fd";
}
.ttls .fa-hacker-news:before {
  content: "\f1d4";
}
.ttls .fa-hacker-news-square:before {
  content: "\f3af";
}
.ttls .fa-hand-holding:before {
  content: "\f4bd";
}
.ttls .fa-hand-holding-heart:before {
  content: "\f4be";
}
.ttls .fa-hand-holding-usd:before {
  content: "\f4c0";
}
.ttls .fa-hand-lizard:before {
  content: "\f258";
}
.ttls .fa-hand-paper:before {
  content: "\f256";
}
.ttls .fa-hand-peace:before {
  content: "\f25b";
}
.ttls .fa-hand-point-down:before {
  content: "\f0a7";
}
.ttls .fa-hand-point-left:before {
  content: "\f0a5";
}
.ttls .fa-hand-point-right:before {
  content: "\f0a4";
}
.ttls .fa-hand-point-up:before {
  content: "\f0a6";
}
.ttls .fa-hand-pointer:before {
  content: "\f25a";
}
.ttls .fa-hand-rock:before {
  content: "\f255";
}
.ttls .fa-hand-scissors:before {
  content: "\f257";
}
.ttls .fa-hand-spock:before {
  content: "\f259";
}
.ttls .fa-hands:before {
  content: "\f4c2";
}
.ttls .fa-hands-helping:before {
  content: "\f4c4";
}
.ttls .fa-handshake:before {
  content: "\f2b5";
}
.ttls .fa-hashtag:before {
  content: "\f292";
}
.ttls .fa-hdd:before {
  content: "\f0a0";
}
.ttls .fa-heading:before {
  content: "\f1dc";
}
.ttls .fa-headphones:before {
  content: "\f025";
}
.ttls .fa-headphones-alt:before {
  content: "\f58f";
}
.ttls .fa-headset:before {
  content: "\f590";
}
.ttls .fa-heart:before {
  content: "\f004";
}
.ttls .fa-heartbeat:before {
  content: "\f21e";
}
.ttls .fa-helicopter:before {
  content: "\f533";
}
.ttls .fa-highlighter:before {
  content: "\f591";
}
.ttls .fa-hips:before {
  content: "\f452";
}
.ttls .fa-hire-a-helper:before {
  content: "\f3b0";
}
.ttls .fa-history:before {
  content: "\f1da";
}
.ttls .fa-hockey-puck:before {
  content: "\f453";
}
.ttls .fa-home:before {
  content: "\f015";
}
.ttls .fa-hooli:before {
  content: "\f427";
}
.ttls .fa-hornbill:before {
  content: "\f592";
}
.ttls .fa-hospital:before {
  content: "\f0f8";
}
.ttls .fa-hospital-alt:before {
  content: "\f47d";
}
.ttls .fa-hospital-symbol:before {
  content: "\f47e";
}
.ttls .fa-hot-tub:before {
  content: "\f593";
}
.ttls .fa-hotel:before {
  content: "\f594";
}
.ttls .fa-hotjar:before {
  content: "\f3b1";
}
.ttls .fa-hourglass:before {
  content: "\f254";
}
.ttls .fa-hourglass-end:before {
  content: "\f253";
}
.ttls .fa-hourglass-half:before {
  content: "\f252";
}
.ttls .fa-hourglass-start:before {
  content: "\f251";
}
.ttls .fa-houzz:before {
  content: "\f27c";
}
.ttls .fa-html5:before {
  content: "\f13b";
}
.ttls .fa-hubspot:before {
  content: "\f3b2";
}
.ttls .fa-i-cursor:before {
  content: "\f246";
}
.ttls .fa-id-badge:before {
  content: "\f2c1";
}
.ttls .fa-id-card:before {
  content: "\f2c2";
}
.ttls .fa-id-card-alt:before {
  content: "\f47f";
}
.ttls .fa-image:before {
  content: "\f03e";
}
.ttls .fa-images:before {
  content: "\f302";
}
.ttls .fa-imdb:before {
  content: "\f2d8";
}
.ttls .fa-inbox:before {
  content: "\f01c";
}
.ttls .fa-indent:before {
  content: "\f03c";
}
.ttls .fa-industry:before {
  content: "\f275";
}
.ttls .fa-infinity:before {
  content: "\f534";
}
.ttls .fa-info:before {
  content: "\f129";
}
.ttls .fa-info-circle:before {
  content: "\f05a";
}
.ttls .fa-instagram:before {
  content: "\f16d";
}
.ttls .fa-internet-explorer:before {
  content: "\f26b";
}
.ttls .fa-ioxhost:before {
  content: "\f208";
}
.ttls .fa-italic:before {
  content: "\f033";
}
.ttls .fa-itunes:before {
  content: "\f3b4";
}
.ttls .fa-itunes-note:before {
  content: "\f3b5";
}
.ttls .fa-java:before {
  content: "\f4e4";
}
.ttls .fa-jedi-order:before {
  content: "\f50e";
}
.ttls .fa-jenkins:before {
  content: "\f3b6";
}
.ttls .fa-joget:before {
  content: "\f3b7";
}
.ttls .fa-joint:before {
  content: "\f595";
}
.ttls .fa-joomla:before {
  content: "\f1aa";
}
.ttls .fa-js:before {
  content: "\f3b8";
}
.ttls .fa-js-square:before {
  content: "\f3b9";
}
.ttls .fa-jsfiddle:before {
  content: "\f1cc";
}
.ttls .fa-key:before {
  content: "\f084";
}
.ttls .fa-keybase:before {
  content: "\f4f5";
}
.ttls .fa-keyboard:before {
  content: "\f11c";
}
.ttls .fa-keycdn:before {
  content: "\f3ba";
}
.ttls .fa-kickstarter:before {
  content: "\f3bb";
}
.ttls .fa-kickstarter-k:before {
  content: "\f3bc";
}
.ttls .fa-kiss:before {
  content: "\f596";
}
.ttls .fa-kiss-beam:before {
  content: "\f597";
}
.ttls .fa-kiss-wink-heart:before {
  content: "\f598";
}
.ttls .fa-kiwi-bird:before {
  content: "\f535";
}
.ttls .fa-korvue:before {
  content: "\f42f";
}
.ttls .fa-language:before {
  content: "\f1ab";
}
.ttls .fa-laptop:before {
  content: "\f109";
}
.ttls .fa-laravel:before {
  content: "\f3bd";
}
.ttls .fa-lastfm:before {
  content: "\f202";
}
.ttls .fa-lastfm-square:before {
  content: "\f203";
}
.ttls .fa-laugh:before {
  content: "\f599";
}
.ttls .fa-laugh-beam:before {
  content: "\f59a";
}
.ttls .fa-laugh-squint:before {
  content: "\f59b";
}
.ttls .fa-laugh-wink:before {
  content: "\f59c";
}
.ttls .fa-leaf:before {
  content: "\f06c";
}
.ttls .fa-leanpub:before {
  content: "\f212";
}
.ttls .fa-lemon:before {
  content: "\f094";
}
.ttls .fa-less:before {
  content: "\f41d";
}
.ttls .fa-less-than:before {
  content: "\f536";
}
.ttls .fa-less-than-equal:before {
  content: "\f537";
}
.ttls .fa-level-down-alt:before {
  content: "\f3be";
}
.ttls .fa-level-up-alt:before {
  content: "\f3bf";
}
.ttls .fa-life-ring:before {
  content: "\f1cd";
}
.ttls .fa-lightbulb:before {
  content: "\f0eb";
}
.ttls .fa-line:before {
  content: "\f3c0";
}
.ttls .fa-link:before {
  content: "\f0c1";
}
.ttls .fa-linkedin:before {
  content: "\f08c";
}
.ttls .fa-linkedin-in:before {
  content: "\f0e1";
}
.ttls .fa-linode:before {
  content: "\f2b8";
}
.ttls .fa-linux:before {
  content: "\f17c";
}
.ttls .fa-lira-sign:before {
  content: "\f195";
}
.ttls .fa-list:before {
  content: "\f03a";
}
.ttls .fa-list-alt:before {
  content: "\f022";
}
.ttls .fa-list-ol:before {
  content: "\f0cb";
}
.ttls .fa-list-ul:before {
  content: "\f0ca";
}
.ttls .fa-location-arrow:before {
  content: "\f124";
}
.ttls .fa-lock:before {
  content: "\f023";
}
.ttls .fa-lock-open:before {
  content: "\f3c1";
}
.ttls .fa-long-arrow-alt-down:before {
  content: "\f309";
}
.ttls .fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.ttls .fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.ttls .fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.ttls .fa-low-vision:before {
  content: "\f2a8";
}
.ttls .fa-luggage-cart:before {
  content: "\f59d";
}
.ttls .fa-lyft:before {
  content: "\f3c3";
}
.ttls .fa-magento:before {
  content: "\f3c4";
}
.ttls .fa-magic:before {
  content: "\f0d0";
}
.ttls .fa-magnet:before {
  content: "\f076";
}
.ttls .fa-mailchimp:before {
  content: "\f59e";
}
.ttls .fa-male:before {
  content: "\f183";
}
.ttls .fa-mandalorian:before {
  content: "\f50f";
}
.ttls .fa-map:before {
  content: "\f279";
}
.ttls .fa-map-marked:before {
  content: "\f59f";
}
.ttls .fa-map-marked-alt:before {
  content: "\f5a0";
}
.ttls .fa-map-marker:before {
  content: "\f041";
}
.ttls .fa-map-marker-alt:before {
  content: "\f3c5";
}
.ttls .fa-map-pin:before {
  content: "\f276";
}
.ttls .fa-map-signs:before {
  content: "\f277";
}
.ttls .fa-marker:before {
  content: "\f5a1";
}
.ttls .fa-mars:before {
  content: "\f222";
}
.ttls .fa-mars-double:before {
  content: "\f227";
}
.ttls .fa-mars-stroke:before {
  content: "\f229";
}
.ttls .fa-mars-stroke-h:before {
  content: "\f22b";
}
.ttls .fa-mars-stroke-v:before {
  content: "\f22a";
}
.ttls .fa-mastodon:before {
  content: "\f4f6";
}
.ttls .fa-maxcdn:before {
  content: "\f136";
}
.ttls .fa-medal:before {
  content: "\f5a2";
}
.ttls .fa-medapps:before {
  content: "\f3c6";
}
.ttls .fa-medium:before {
  content: "\f23a";
}
.ttls .fa-medium-m:before {
  content: "\f3c7";
}
.ttls .fa-medkit:before {
  content: "\f0fa";
}
.ttls .fa-medrt:before {
  content: "\f3c8";
}
.ttls .fa-meetup:before {
  content: "\f2e0";
}
.ttls .fa-megaport:before {
  content: "\f5a3";
}
.ttls .fa-meh:before {
  content: "\f11a";
}
.ttls .fa-meh-blank:before {
  content: "\f5a4";
}
.ttls .fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.ttls .fa-memory:before {
  content: "\f538";
}
.ttls .fa-mercury:before {
  content: "\f223";
}
.ttls .fa-microchip:before {
  content: "\f2db";
}
.ttls .fa-microphone:before {
  content: "\f130";
}
.ttls .fa-microphone-alt:before {
  content: "\f3c9";
}
.ttls .fa-microphone-alt-slash:before {
  content: "\f539";
}
.ttls .fa-microphone-slash:before {
  content: "\f131";
}
.ttls .fa-microsoft:before {
  content: "\f3ca";
}
.ttls .fa-minus:before {
  content: "\f068";
}
.ttls .fa-minus-circle:before {
  content: "\f056";
}
.ttls .fa-minus-square:before {
  content: "\f146";
}
.ttls .fa-mix:before {
  content: "\f3cb";
}
.ttls .fa-mixcloud:before {
  content: "\f289";
}
.ttls .fa-mizuni:before {
  content: "\f3cc";
}
.ttls .fa-mobile:before {
  content: "\f10b";
}
.ttls .fa-mobile-alt:before {
  content: "\f3cd";
}
.ttls .fa-modx:before {
  content: "\f285";
}
.ttls .fa-monero:before {
  content: "\f3d0";
}
.ttls .fa-money-bill:before {
  content: "\f0d6";
}
.ttls .fa-money-bill-alt:before {
  content: "\f3d1";
}
.ttls .fa-money-bill-wave:before {
  content: "\f53a";
}
.ttls .fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.ttls .fa-money-check:before {
  content: "\f53c";
}
.ttls .fa-money-check-alt:before {
  content: "\f53d";
}
.ttls .fa-monument:before {
  content: "\f5a6";
}
.ttls .fa-moon:before {
  content: "\f186";
}
.ttls .fa-mortar-pestle:before {
  content: "\f5a7";
}
.ttls .fa-motorcycle:before {
  content: "\f21c";
}
.ttls .fa-mouse-pointer:before {
  content: "\f245";
}
.ttls .fa-music:before {
  content: "\f001";
}
.ttls .fa-napster:before {
  content: "\f3d2";
}
.ttls .fa-neuter:before {
  content: "\f22c";
}
.ttls .fa-newspaper:before {
  content: "\f1ea";
}
.ttls .fa-nimblr:before {
  content: "\f5a8";
}
.ttls .fa-nintendo-switch:before {
  content: "\f418";
}
.ttls .fa-node:before {
  content: "\f419";
}
.ttls .fa-node-js:before {
  content: "\f3d3";
}
.ttls .fa-not-equal:before {
  content: "\f53e";
}
.ttls .fa-notes-medical:before {
  content: "\f481";
}
.ttls .fa-npm:before {
  content: "\f3d4";
}
.ttls .fa-ns8:before {
  content: "\f3d5";
}
.ttls .fa-nutritionix:before {
  content: "\f3d6";
}
.ttls .fa-object-group:before {
  content: "\f247";
}
.ttls .fa-object-ungroup:before {
  content: "\f248";
}
.ttls .fa-odnoklassniki:before {
  content: "\f263";
}
.ttls .fa-odnoklassniki-square:before {
  content: "\f264";
}
.ttls .fa-old-republic:before {
  content: "\f510";
}
.ttls .fa-opencart:before {
  content: "\f23d";
}
.ttls .fa-openid:before {
  content: "\f19b";
}
.ttls .fa-opera:before {
  content: "\f26a";
}
.ttls .fa-optin-monster:before {
  content: "\f23c";
}
.ttls .fa-osi:before {
  content: "\f41a";
}
.ttls .fa-outdent:before {
  content: "\f03b";
}
.ttls .fa-page4:before {
  content: "\f3d7";
}
.ttls .fa-pagelines:before {
  content: "\f18c";
}
.ttls .fa-paint-brush:before {
  content: "\f1fc";
}
.ttls .fa-paint-roller:before {
  content: "\f5aa";
}
.ttls .fa-palette:before {
  content: "\f53f";
}
.ttls .fa-palfed:before {
  content: "\f3d8";
}
.ttls .fa-pallet:before {
  content: "\f482";
}
.ttls .fa-paper-plane:before {
  content: "\f1d8";
}
.ttls .fa-paperclip:before {
  content: "\f0c6";
}
.ttls .fa-parachute-box:before {
  content: "\f4cd";
}
.ttls .fa-paragraph:before {
  content: "\f1dd";
}
.ttls .fa-parking:before {
  content: "\f540";
}
.ttls .fa-passport:before {
  content: "\f5ab";
}
.ttls .fa-paste:before {
  content: "\f0ea";
}
.ttls .fa-patreon:before {
  content: "\f3d9";
}
.ttls .fa-pause:before {
  content: "\f04c";
}
.ttls .fa-pause-circle:before {
  content: "\f28b";
}
.ttls .fa-paw:before {
  content: "\f1b0";
}
.ttls .fa-paypal:before {
  content: "\f1ed";
}
.ttls .fa-pen:before {
  content: "\f304";
}
.ttls .fa-pen-alt:before {
  content: "\f305";
}
.ttls .fa-pen-fancy:before {
  content: "\f5ac";
}
.ttls .fa-pen-nib:before {
  content: "\f5ad";
}
.ttls .fa-pen-square:before {
  content: "\f14b";
}
.ttls .fa-pencil-alt:before {
  content: "\f303";
}
.ttls .fa-pencil-ruler:before {
  content: "\f5ae";
}
.ttls .fa-people-carry:before {
  content: "\f4ce";
}
.ttls .fa-percent:before {
  content: "\f295";
}
.ttls .fa-percentage:before {
  content: "\f541";
}
.ttls .fa-periscope:before {
  content: "\f3da";
}
.ttls .fa-phabricator:before {
  content: "\f3db";
}
.ttls .fa-phoenix-framework:before {
  content: "\f3dc";
}
.ttls .fa-phoenix-squadron:before {
  content: "\f511";
}
.ttls .fa-phone:before {
  content: "\f095";
}
.ttls .fa-phone-slash:before {
  content: "\f3dd";
}
.ttls .fa-phone-square:before {
  content: "\f098";
}
.ttls .fa-phone-volume:before {
  content: "\f2a0";
}
.ttls .fa-php:before {
  content: "\f457";
}
.ttls .fa-pied-piper:before {
  content: "\f2ae";
}
.ttls .fa-pied-piper-alt:before {
  content: "\f1a8";
}
.ttls .fa-pied-piper-hat:before {
  content: "\f4e5";
}
.ttls .fa-pied-piper-pp:before {
  content: "\f1a7";
}
.ttls .fa-piggy-bank:before {
  content: "\f4d3";
}
.ttls .fa-pills:before {
  content: "\f484";
}
.ttls .fa-pinterest:before {
  content: "\f0d2";
}
.ttls .fa-pinterest-p:before {
  content: "\f231";
}
.ttls .fa-pinterest-square:before {
  content: "\f0d3";
}
.ttls .fa-plane:before {
  content: "\f072";
}
.ttls .fa-plane-arrival:before {
  content: "\f5af";
}
.ttls .fa-plane-departure:before {
  content: "\f5b0";
}
.ttls .fa-play:before {
  content: "\f04b";
}
.ttls .fa-play-circle:before {
  content: "\f144";
}
.ttls .fa-playstation:before {
  content: "\f3df";
}
.ttls .fa-plug:before {
  content: "\f1e6";
}
.ttls .fa-plus:before {
  content: "\f067";
}
.ttls .fa-plus-circle:before {
  content: "\f055";
}
.ttls .fa-plus-square:before {
  content: "\f0fe";
}
.ttls .fa-podcast:before {
  content: "\f2ce";
}
.ttls .fa-poo:before {
  content: "\f2fe";
}
.ttls .fa-portrait:before {
  content: "\f3e0";
}
.ttls .fa-pound-sign:before {
  content: "\f154";
}
.ttls .fa-power-off:before {
  content: "\f011";
}
.ttls .fa-prescription:before {
  content: "\f5b1";
}
.ttls .fa-prescription-bottle:before {
  content: "\f485";
}
.ttls .fa-prescription-bottle-alt:before {
  content: "\f486";
}
.ttls .fa-print:before {
  content: "\f02f";
}
.ttls .fa-procedures:before {
  content: "\f487";
}
.ttls .fa-product-hunt:before {
  content: "\f288";
}
.ttls .fa-project-diagram:before {
  content: "\f542";
}
.ttls .fa-pushed:before {
  content: "\f3e1";
}
.ttls .fa-puzzle-piece:before {
  content: "\f12e";
}
.ttls .fa-python:before {
  content: "\f3e2";
}
.ttls .fa-qq:before {
  content: "\f1d6";
}
.ttls .fa-qrcode:before {
  content: "\f029";
}
.ttls .fa-question:before {
  content: "\f128";
}
.ttls .fa-question-circle:before {
  content: "\f059";
}
.ttls .fa-quidditch:before {
  content: "\f458";
}
.ttls .fa-quinscape:before {
  content: "\f459";
}
.ttls .fa-quora:before {
  content: "\f2c4";
}
.ttls .fa-quote-left:before {
  content: "\f10d";
}
.ttls .fa-quote-right:before {
  content: "\f10e";
}
.ttls .fa-r-project:before {
  content: "\f4f7";
}
.ttls .fa-random:before {
  content: "\f074";
}
.ttls .fa-ravelry:before {
  content: "\f2d9";
}
.ttls .fa-react:before {
  content: "\f41b";
}
.ttls .fa-readme:before {
  content: "\f4d5";
}
.ttls .fa-rebel:before {
  content: "\f1d0";
}
.ttls .fa-receipt:before {
  content: "\f543";
}
.ttls .fa-recycle:before {
  content: "\f1b8";
}
.ttls .fa-red-river:before {
  content: "\f3e3";
}
.ttls .fa-reddit:before {
  content: "\f1a1";
}
.ttls .fa-reddit-alien:before {
  content: "\f281";
}
.ttls .fa-reddit-square:before {
  content: "\f1a2";
}
.ttls .fa-redo:before {
  content: "\f01e";
}
.ttls .fa-redo-alt:before {
  content: "\f2f9";
}
.ttls .fa-registered:before {
  content: "\f25d";
}
.ttls .fa-rendact:before {
  content: "\f3e4";
}
.ttls .fa-renren:before {
  content: "\f18b";
}
.ttls .fa-reply:before {
  content: "\f3e5";
}
.ttls .fa-reply-all:before {
  content: "\f122";
}
.ttls .fa-replyd:before {
  content: "\f3e6";
}
.ttls .fa-researchgate:before {
  content: "\f4f8";
}
.ttls .fa-resolving:before {
  content: "\f3e7";
}
.ttls .fa-retweet:before {
  content: "\f079";
}
.ttls .fa-ribbon:before {
  content: "\f4d6";
}
.ttls .fa-road:before {
  content: "\f018";
}
.ttls .fa-robot:before {
  content: "\f544";
}
.ttls .fa-rocket:before {
  content: "\f135";
}
.ttls .fa-rocketchat:before {
  content: "\f3e8";
}
.ttls .fa-rockrms:before {
  content: "\f3e9";
}
.ttls .fa-rss:before {
  content: "\f09e";
}
.ttls .fa-rss-square:before {
  content: "\f143";
}
.ttls .fa-ruble-sign:before {
  content: "\f158";
}
.ttls .fa-ruler:before {
  content: "\f545";
}
.ttls .fa-ruler-combined:before {
  content: "\f546";
}
.ttls .fa-ruler-horizontal:before {
  content: "\f547";
}
.ttls .fa-ruler-vertical:before {
  content: "\f548";
}
.ttls .fa-rupee-sign:before {
  content: "\f156";
}
.ttls .fa-sad-cry:before {
  content: "\f5b3";
}
.ttls .fa-sad-tear:before {
  content: "\f5b4";
}
.ttls .fa-safari:before {
  content: "\f267";
}
.ttls .fa-sass:before {
  content: "\f41e";
}
.ttls .fa-save:before {
  content: "\f0c7";
}
.ttls .fa-schlix:before {
  content: "\f3ea";
}
.ttls .fa-school:before {
  content: "\f549";
}
.ttls .fa-screwdriver:before {
  content: "\f54a";
}
.ttls .fa-scribd:before {
  content: "\f28a";
}
.ttls .fa-search:before {
  content: "\f002";
}
.ttls .fa-search-minus:before {
  content: "\f010";
}
.ttls .fa-search-plus:before {
  content: "\f00e";
}
.ttls .fa-searchengin:before {
  content: "\f3eb";
}
.ttls .fa-seedling:before {
  content: "\f4d8";
}
.ttls .fa-sellcast:before {
  content: "\f2da";
}
.ttls .fa-sellsy:before {
  content: "\f213";
}
.ttls .fa-server:before {
  content: "\f233";
}
.ttls .fa-servicestack:before {
  content: "\f3ec";
}
.ttls .fa-share:before {
  content: "\f064";
}
.ttls .fa-share-alt:before {
  content: "\f1e0";
}
.ttls .fa-share-alt-square:before {
  content: "\f1e1";
}
.ttls .fa-share-square:before {
  content: "\f14d";
}
.ttls .fa-shekel-sign:before {
  content: "\f20b";
}
.ttls .fa-shield-alt:before {
  content: "\f3ed";
}
.ttls .fa-ship:before {
  content: "\f21a";
}
.ttls .fa-shipping-fast:before {
  content: "\f48b";
}
.ttls .fa-shirtsinbulk:before {
  content: "\f214";
}
.ttls .fa-shoe-prints:before {
  content: "\f54b";
}
.ttls .fa-shopping-bag:before {
  content: "\f290";
}
.ttls .fa-shopping-basket:before {
  content: "\f291";
}
.ttls .fa-shopping-cart:before {
  content: "\f07a";
}
.ttls .fa-shopware:before {
  content: "\f5b5";
}
.ttls .fa-shower:before {
  content: "\f2cc";
}
.ttls .fa-shuttle-van:before {
  content: "\f5b6";
}
.ttls .fa-sign:before {
  content: "\f4d9";
}
.ttls .fa-sign-in-alt:before {
  content: "\f2f6";
}
.ttls .fa-sign-language:before {
  content: "\f2a7";
}
.ttls .fa-sign-out-alt:before {
  content: "\f2f5";
}
.ttls .fa-signal:before {
  content: "\f012";
}
.ttls .fa-signature:before {
  content: "\f5b7";
}
.ttls .fa-simplybuilt:before {
  content: "\f215";
}
.ttls .fa-sistrix:before {
  content: "\f3ee";
}
.ttls .fa-sitemap:before {
  content: "\f0e8";
}
.ttls .fa-sith:before {
  content: "\f512";
}
.ttls .fa-skull:before {
  content: "\f54c";
}
.ttls .fa-skyatlas:before {
  content: "\f216";
}
.ttls .fa-skype:before {
  content: "\f17e";
}
.ttls .fa-slack:before {
  content: "\f198";
}
.ttls .fa-slack-hash:before {
  content: "\f3ef";
}
.ttls .fa-sliders-h:before {
  content: "\f1de";
}
.ttls .fa-slideshare:before {
  content: "\f1e7";
}
.ttls .fa-smile:before {
  content: "\f118";
}
.ttls .fa-smile-beam:before {
  content: "\f5b8";
}
.ttls .fa-smile-wink:before {
  content: "\f4da";
}
.ttls .fa-smoking:before {
  content: "\f48d";
}
.ttls .fa-smoking-ban:before {
  content: "\f54d";
}
.ttls .fa-snapchat:before {
  content: "\f2ab";
}
.ttls .fa-snapchat-ghost:before {
  content: "\f2ac";
}
.ttls .fa-snapchat-square:before {
  content: "\f2ad";
}
.ttls .fa-snowflake:before {
  content: "\f2dc";
}
.ttls .fa-solar-panel:before {
  content: "\f5ba";
}
.ttls .fa-sort:before {
  content: "\f0dc";
}
.ttls .fa-sort-alpha-down:before {
  content: "\f15d";
}
.ttls .fa-sort-alpha-up:before {
  content: "\f15e";
}
.ttls .fa-sort-amount-down:before {
  content: "\f160";
}
.ttls .fa-sort-amount-up:before {
  content: "\f161";
}
.ttls .fa-sort-down:before {
  content: "\f0dd";
}
.ttls .fa-sort-numeric-down:before {
  content: "\f162";
}
.ttls .fa-sort-numeric-up:before {
  content: "\f163";
}
.ttls .fa-sort-up:before {
  content: "\f0de";
}
.ttls .fa-soundcloud:before {
  content: "\f1be";
}
.ttls .fa-spa:before {
  content: "\f5bb";
}
.ttls .fa-space-shuttle:before {
  content: "\f197";
}
.ttls .fa-speakap:before {
  content: "\f3f3";
}
.ttls .fa-spinner:before {
  content: "\f110";
}
.ttls .fa-splotch:before {
  content: "\f5bc";
}
.ttls .fa-spotify:before {
  content: "\f1bc";
}
.ttls .fa-spray-can:before {
  content: "\f5bd";
}
.ttls .fa-square:before {
  content: "\f0c8";
}
.ttls .fa-square-full:before {
  content: "\f45c";
}
.ttls .fa-squarespace:before {
  content: "\f5be";
}
.ttls .fa-stack-exchange:before {
  content: "\f18d";
}
.ttls .fa-stack-overflow:before {
  content: "\f16c";
}
.ttls .fa-stamp:before {
  content: "\f5bf";
}
.ttls .fa-star:before {
  content: "\f005";
}
.ttls .fa-star-half:before {
  content: "\f089";
}
.ttls .fa-star-half-alt:before {
  content: "\f5c0";
}
.ttls .fa-staylinked:before {
  content: "\f3f5";
}
.ttls .fa-steam:before {
  content: "\f1b6";
}
.ttls .fa-steam-square:before {
  content: "\f1b7";
}
.ttls .fa-steam-symbol:before {
  content: "\f3f6";
}
.ttls .fa-step-backward:before {
  content: "\f048";
}
.ttls .fa-step-forward:before {
  content: "\f051";
}
.ttls .fa-stethoscope:before {
  content: "\f0f1";
}
.ttls .fa-sticker-mule:before {
  content: "\f3f7";
}
.ttls .fa-sticky-note:before {
  content: "\f249";
}
.ttls .fa-stop:before {
  content: "\f04d";
}
.ttls .fa-stop-circle:before {
  content: "\f28d";
}
.ttls .fa-stopwatch:before {
  content: "\f2f2";
}
.ttls .fa-store:before {
  content: "\f54e";
}
.ttls .fa-store-alt:before {
  content: "\f54f";
}
.ttls .fa-strava:before {
  content: "\f428";
}
.ttls .fa-stream:before {
  content: "\f550";
}
.ttls .fa-street-view:before {
  content: "\f21d";
}
.ttls .fa-strikethrough:before {
  content: "\f0cc";
}
.ttls .fa-stripe:before {
  content: "\f429";
}
.ttls .fa-stripe-s:before {
  content: "\f42a";
}
.ttls .fa-stroopwafel:before {
  content: "\f551";
}
.ttls .fa-studiovinari:before {
  content: "\f3f8";
}
.ttls .fa-stumbleupon:before {
  content: "\f1a4";
}
.ttls .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.ttls .fa-subscript:before {
  content: "\f12c";
}
.ttls .fa-subway:before {
  content: "\f239";
}
.ttls .fa-suitcase:before {
  content: "\f0f2";
}
.ttls .fa-suitcase-rolling:before {
  content: "\f5c1";
}
.ttls .fa-sun:before {
  content: "\f185";
}
.ttls .fa-superpowers:before {
  content: "\f2dd";
}
.ttls .fa-superscript:before {
  content: "\f12b";
}
.ttls .fa-supple:before {
  content: "\f3f9";
}
.ttls .fa-surprise:before {
  content: "\f5c2";
}
.ttls .fa-swatchbook:before {
  content: "\f5c3";
}
.ttls .fa-swimmer:before {
  content: "\f5c4";
}
.ttls .fa-swimming-pool:before {
  content: "\f5c5";
}
.ttls .fa-sync:before {
  content: "\f021";
}
.ttls .fa-sync-alt:before {
  content: "\f2f1";
}
.ttls .fa-syringe:before {
  content: "\f48e";
}
.ttls .fa-table:before {
  content: "\f0ce";
}
.ttls .fa-table-tennis:before {
  content: "\f45d";
}
.ttls .fa-tablet:before {
  content: "\f10a";
}
.ttls .fa-tablet-alt:before {
  content: "\f3fa";
}
.ttls .fa-tablets:before {
  content: "\f490";
}
.ttls .fa-tachometer-alt:before {
  content: "\f3fd";
}
.ttls .fa-tag:before {
  content: "\f02b";
}
.ttls .fa-tags:before {
  content: "\f02c";
}
.ttls .fa-tape:before {
  content: "\f4db";
}
.ttls .fa-tasks:before {
  content: "\f0ae";
}
.ttls .fa-taxi:before {
  content: "\f1ba";
}
.ttls .fa-teamspeak:before {
  content: "\f4f9";
}
.ttls .fa-telegram:before {
  content: "\f2c6";
}
.ttls .fa-telegram-plane:before {
  content: "\f3fe";
}
.ttls .fa-tencent-weibo:before {
  content: "\f1d5";
}
.ttls .fa-terminal:before {
  content: "\f120";
}
.ttls .fa-text-height:before {
  content: "\f034";
}
.ttls .fa-text-width:before {
  content: "\f035";
}
.ttls .fa-th:before {
  content: "\f00a";
}
.ttls .fa-th-large:before {
  content: "\f009";
}
.ttls .fa-th-list:before {
  content: "\f00b";
}
.ttls .fa-themeco:before {
  content: "\f5c6";
}
.ttls .fa-themeisle:before {
  content: "\f2b2";
}
.ttls .fa-thermometer:before {
  content: "\f491";
}
.ttls .fa-thermometer-empty:before {
  content: "\f2cb";
}
.ttls .fa-thermometer-full:before {
  content: "\f2c7";
}
.ttls .fa-thermometer-half:before {
  content: "\f2c9";
}
.ttls .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.ttls .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.ttls .fa-thumbs-down:before {
  content: "\f165";
}
.ttls .fa-thumbs-up:before {
  content: "\f164";
}
.ttls .fa-thumbtack:before {
  content: "\f08d";
}
.ttls .fa-ticket-alt:before {
  content: "\f3ff";
}
.ttls .fa-times:before {
  content: "\f00d";
}
.ttls .fa-times-circle:before {
  content: "\f057";
}
.ttls .fa-tint:before {
  content: "\f043";
}
.ttls .fa-tint-slash:before {
  content: "\f5c7";
}
.ttls .fa-tired:before {
  content: "\f5c8";
}
.ttls .fa-toggle-off:before {
  content: "\f204";
}
.ttls .fa-toggle-on:before {
  content: "\f205";
}
.ttls .fa-toolbox:before {
  content: "\f552";
}
.ttls .fa-tooth:before {
  content: "\f5c9";
}
.ttls .fa-trade-federation:before {
  content: "\f513";
}
.ttls .fa-trademark:before {
  content: "\f25c";
}
.ttls .fa-train:before {
  content: "\f238";
}
.ttls .fa-transgender:before {
  content: "\f224";
}
.ttls .fa-transgender-alt:before {
  content: "\f225";
}
.ttls .fa-trash:before {
  content: "\f1f8";
}
.ttls .fa-trash-alt:before {
  content: "\f2ed";
}
.ttls .fa-tree:before {
  content: "\f1bb";
}
.ttls .fa-trello:before {
  content: "\f181";
}
.ttls .fa-tripadvisor:before {
  content: "\f262";
}
.ttls .fa-trophy:before {
  content: "\f091";
}
.ttls .fa-truck:before {
  content: "\f0d1";
}
.ttls .fa-truck-loading:before {
  content: "\f4de";
}
.ttls .fa-truck-moving:before {
  content: "\f4df";
}
.ttls .fa-tshirt:before {
  content: "\f553";
}
.ttls .fa-tty:before {
  content: "\f1e4";
}
.ttls .fa-tumblr:before {
  content: "\f173";
}
.ttls .fa-tumblr-square:before {
  content: "\f174";
}
.ttls .fa-tv:before {
  content: "\f26c";
}
.ttls .fa-twitch:before {
  content: "\f1e8";
}
.ttls .fa-twitter:before {
  content: "\f099";
}
.ttls .fa-twitter-square:before {
  content: "\f081";
}
.ttls .fa-typo3:before {
  content: "\f42b";
}
.ttls .fa-uber:before {
  content: "\f402";
}
.ttls .fa-uikit:before {
  content: "\f403";
}
.ttls .fa-umbrella:before {
  content: "\f0e9";
}
.ttls .fa-umbrella-beach:before {
  content: "\f5ca";
}
.ttls .fa-underline:before {
  content: "\f0cd";
}
.ttls .fa-undo:before {
  content: "\f0e2";
}
.ttls .fa-undo-alt:before {
  content: "\f2ea";
}
.ttls .fa-uniregistry:before {
  content: "\f404";
}
.ttls .fa-universal-access:before {
  content: "\f29a";
}
.ttls .fa-university:before {
  content: "\f19c";
}
.ttls .fa-unlink:before {
  content: "\f127";
}
.ttls .fa-unlock:before {
  content: "\f09c";
}
.ttls .fa-unlock-alt:before {
  content: "\f13e";
}
.ttls .fa-untappd:before {
  content: "\f405";
}
.ttls .fa-upload:before {
  content: "\f093";
}
.ttls .fa-usb:before {
  content: "\f287";
}
.ttls .fa-user:before {
  content: "\f007";
}
.ttls .fa-user-alt:before {
  content: "\f406";
}
.ttls .fa-user-alt-slash:before {
  content: "\f4fa";
}
.ttls .fa-user-astronaut:before {
  content: "\f4fb";
}
.ttls .fa-user-check:before {
  content: "\f4fc";
}
.ttls .fa-user-circle:before {
  content: "\f2bd";
}
.ttls .fa-user-clock:before {
  content: "\f4fd";
}
.ttls .fa-user-cog:before {
  content: "\f4fe";
}
.ttls .fa-user-edit:before {
  content: "\f4ff";
}
.ttls .fa-user-friends:before {
  content: "\f500";
}
.ttls .fa-user-graduate:before {
  content: "\f501";
}
.ttls .fa-user-lock:before {
  content: "\f502";
}
.ttls .fa-user-md:before {
  content: "\f0f0";
}
.ttls .fa-user-minus:before {
  content: "\f503";
}
.ttls .fa-user-ninja:before {
  content: "\f504";
}
.ttls .fa-user-plus:before {
  content: "\f234";
}
.ttls .fa-user-secret:before {
  content: "\f21b";
}
.ttls .fa-user-shield:before {
  content: "\f505";
}
.ttls .fa-user-slash:before {
  content: "\f506";
}
.ttls .fa-user-tag:before {
  content: "\f507";
}
.ttls .fa-user-tie:before {
  content: "\f508";
}
.ttls .fa-user-times:before {
  content: "\f235";
}
.ttls .fa-users:before {
  content: "\f0c0";
}
.ttls .fa-users-cog:before {
  content: "\f509";
}
.ttls .fa-ussunnah:before {
  content: "\f407";
}
.ttls .fa-utensil-spoon:before {
  content: "\f2e5";
}
.ttls .fa-utensils:before {
  content: "\f2e7";
}
.ttls .fa-vaadin:before {
  content: "\f408";
}
.ttls .fa-vector-square:before {
  content: "\f5cb";
}
.ttls .fa-venus:before {
  content: "\f221";
}
.ttls .fa-venus-double:before {
  content: "\f226";
}
.ttls .fa-venus-mars:before {
  content: "\f228";
}
.ttls .fa-viacoin:before {
  content: "\f237";
}
.ttls .fa-viadeo:before {
  content: "\f2a9";
}
.ttls .fa-viadeo-square:before {
  content: "\f2aa";
}
.ttls .fa-vial:before {
  content: "\f492";
}
.ttls .fa-vials:before {
  content: "\f493";
}
.ttls .fa-viber:before {
  content: "\f409";
}
.ttls .fa-video:before {
  content: "\f03d";
}
.ttls .fa-video-slash:before {
  content: "\f4e2";
}
.ttls .fa-vimeo:before {
  content: "\f40a";
}
.ttls .fa-vimeo-square:before {
  content: "\f194";
}
.ttls .fa-vimeo-v:before {
  content: "\f27d";
}
.ttls .fa-vine:before {
  content: "\f1ca";
}
.ttls .fa-vk:before {
  content: "\f189";
}
.ttls .fa-vnv:before {
  content: "\f40b";
}
.ttls .fa-volleyball-ball:before {
  content: "\f45f";
}
.ttls .fa-volume-down:before {
  content: "\f027";
}
.ttls .fa-volume-off:before {
  content: "\f026";
}
.ttls .fa-volume-up:before {
  content: "\f028";
}
.ttls .fa-vuejs:before {
  content: "\f41f";
}
.ttls .fa-walking:before {
  content: "\f554";
}
.ttls .fa-wallet:before {
  content: "\f555";
}
.ttls .fa-warehouse:before {
  content: "\f494";
}
.ttls .fa-weebly:before {
  content: "\f5cc";
}
.ttls .fa-weibo:before {
  content: "\f18a";
}
.ttls .fa-weight:before {
  content: "\f496";
}
.ttls .fa-weight-hanging:before {
  content: "\f5cd";
}
.ttls .fa-weixin:before {
  content: "\f1d7";
}
.ttls .fa-whatsapp:before {
  content: "\f232";
}
.ttls .fa-whatsapp-square:before {
  content: "\f40c";
}
.ttls .fa-wheelchair:before {
  content: "\f193";
}
.ttls .fa-whmcs:before {
  content: "\f40d";
}
.ttls .fa-wifi:before {
  content: "\f1eb";
}
.ttls .fa-wikipedia-w:before {
  content: "\f266";
}
.ttls .fa-window-close:before {
  content: "\f410";
}
.ttls .fa-window-maximize:before {
  content: "\f2d0";
}
.ttls .fa-window-minimize:before {
  content: "\f2d1";
}
.ttls .fa-window-restore:before {
  content: "\f2d2";
}
.ttls .fa-windows:before {
  content: "\f17a";
}
.ttls .fa-wine-glass:before {
  content: "\f4e3";
}
.ttls .fa-wine-glass-alt:before {
  content: "\f5ce";
}
.ttls .fa-wix:before {
  content: "\f5cf";
}
.ttls .fa-wolf-pack-battalion:before {
  content: "\f514";
}
.ttls .fa-won-sign:before {
  content: "\f159";
}
.ttls .fa-wordpress:before {
  content: "\f19a";
}
.ttls .fa-wordpress-simple:before {
  content: "\f411";
}
.ttls .fa-wpbeginner:before {
  content: "\f297";
}
.ttls .fa-wpexplorer:before {
  content: "\f2de";
}
.ttls .fa-wpforms:before {
  content: "\f298";
}
.ttls .fa-wrench:before {
  content: "\f0ad";
}
.ttls .fa-x-ray:before {
  content: "\f497";
}
.ttls .fa-xbox:before {
  content: "\f412";
}
.ttls .fa-xing:before {
  content: "\f168";
}
.ttls .fa-xing-square:before {
  content: "\f169";
}
.ttls .fa-y-combinator:before {
  content: "\f23b";
}
.ttls .fa-yahoo:before {
  content: "\f19e";
}
.ttls .fa-yandex:before {
  content: "\f413";
}
.ttls .fa-yandex-international:before {
  content: "\f414";
}
.ttls .fa-yelp:before {
  content: "\f1e9";
}
.ttls .fa-yen-sign:before {
  content: "\f157";
}
.ttls .fa-yoast:before {
  content: "\f2b1";
}
.ttls .fa-youtube:before {
  content: "\f167";
}
.ttls .fa-youtube-square:before {
  content: "\f431";
}
.ttls .fa.fa-glass:before {
  content: "\f000";
}
.ttls .fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-star-o:before {
  content: "\f005";
}
.ttls .fa.fa-remove:before {
  content: "\f00d";
}
.ttls .fa.fa-close:before {
  content: "\f00d";
}
.ttls .fa.fa-gear:before {
  content: "\f013";
}
.ttls .fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-trash-o:before {
  content: "\f2ed";
}
.ttls .fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-file-o:before {
  content: "\f15b";
}
.ttls .fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-clock-o:before {
  content: "\f017";
}
.ttls .fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}
.ttls .fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}
.ttls .fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-play-circle-o:before {
  content: "\f144";
}
.ttls .fa.fa-repeat:before {
  content: "\f01e";
}
.ttls .fa.fa-rotate-right:before {
  content: "\f01e";
}
.ttls .fa.fa-refresh:before {
  content: "\f021";
}
.ttls .fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-dedent:before {
  content: "\f03b";
}
.ttls .fa.fa-video-camera:before {
  content: "\f03d";
}
.ttls .fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-picture-o:before {
  content: "\f03e";
}
.ttls .fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-photo:before {
  content: "\f03e";
}
.ttls .fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-image:before {
  content: "\f03e";
}
.ttls .fa.fa-pencil:before {
  content: "\f303";
}
.ttls .fa.fa-map-marker:before {
  content: "\f3c5";
}
.ttls .fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-pencil-square-o:before {
  content: "\f044";
}
.ttls .fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-share-square-o:before {
  content: "\f14d";
}
.ttls .fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-check-square-o:before {
  content: "\f14a";
}
.ttls .fa.fa-arrows:before {
  content: "\f0b2";
}
.ttls .fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-times-circle-o:before {
  content: "\f057";
}
.ttls .fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-check-circle-o:before {
  content: "\f058";
}
.ttls .fa.fa-mail-forward:before {
  content: "\f064";
}
.ttls .fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-warning:before {
  content: "\f071";
}
.ttls .fa.fa-calendar:before {
  content: "\f073";
}
.ttls .fa.fa-arrows-v:before {
  content: "\f338";
}
.ttls .fa.fa-arrows-h:before {
  content: "\f337";
}
.ttls .fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-bar-chart:before {
  content: "\f080";
}
.ttls .fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-bar-chart-o:before {
  content: "\f080";
}
.ttls .fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-gears:before {
  content: "\f085";
}
.ttls .fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-thumbs-o-up:before {
  content: "\f164";
}
.ttls .fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-thumbs-o-down:before {
  content: "\f165";
}
.ttls .fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-heart-o:before {
  content: "\f004";
}
.ttls .fa.fa-sign-out:before {
  content: "\f2f5";
}
.ttls .fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-linkedin-square:before {
  content: "\f08c";
}
.ttls .fa.fa-thumb-tack:before {
  content: "\f08d";
}
.ttls .fa.fa-external-link:before {
  content: "\f35d";
}
.ttls .fa.fa-sign-in:before {
  content: "\f2f6";
}
.ttls .fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-lemon-o:before {
  content: "\f094";
}
.ttls .fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-square-o:before {
  content: "\f0c8";
}
.ttls .fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-bookmark-o:before {
  content: "\f02e";
}
.ttls .fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-facebook:before {
  content: "\f39e";
}
.ttls .fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-facebook-f:before {
  content: "\f39e";
}
.ttls .fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-feed:before {
  content: "\f09e";
}
.ttls .fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hdd-o:before {
  content: "\f0a0";
}
.ttls .fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hand-o-right:before {
  content: "\f0a4";
}
.ttls .fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hand-o-left:before {
  content: "\f0a5";
}
.ttls .fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hand-o-up:before {
  content: "\f0a6";
}
.ttls .fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hand-o-down:before {
  content: "\f0a7";
}
.ttls .fa.fa-arrows-alt:before {
  content: "\f31e";
}
.ttls .fa.fa-group:before {
  content: "\f0c0";
}
.ttls .fa.fa-chain:before {
  content: "\f0c1";
}
.ttls .fa.fa-scissors:before {
  content: "\f0c4";
}
.ttls .fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-files-o:before {
  content: "\f0c5";
}
.ttls .fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-floppy-o:before {
  content: "\f0c7";
}
.ttls .fa.fa-navicon:before {
  content: "\f0c9";
}
.ttls .fa.fa-reorder:before {
  content: "\f0c9";
}
.ttls .fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-google-plus:before {
  content: "\f0d5";
}
.ttls .fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-money:before {
  content: "\f3d1";
}
.ttls .fa.fa-unsorted:before {
  content: "\f0dc";
}
.ttls .fa.fa-sort-desc:before {
  content: "\f0dd";
}
.ttls .fa.fa-sort-asc:before {
  content: "\f0de";
}
.ttls .fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-linkedin:before {
  content: "\f0e1";
}
.ttls .fa.fa-rotate-left:before {
  content: "\f0e2";
}
.ttls .fa.fa-legal:before {
  content: "\f0e3";
}
.ttls .fa.fa-tachometer:before {
  content: "\f3fd";
}
.ttls .fa.fa-dashboard:before {
  content: "\f3fd";
}
.ttls .fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-comment-o:before {
  content: "\f075";
}
.ttls .fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-comments-o:before {
  content: "\f086";
}
.ttls .fa.fa-flash:before {
  content: "\f0e7";
}
.ttls .fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-paste:before {
  content: "\f328";
}
.ttls .fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-lightbulb-o:before {
  content: "\f0eb";
}
.ttls .fa.fa-exchange:before {
  content: "\f362";
}
.ttls .fa.fa-cloud-download:before {
  content: "\f381";
}
.ttls .fa.fa-cloud-upload:before {
  content: "\f382";
}
.ttls .fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-bell-o:before {
  content: "\f0f3";
}
.ttls .fa.fa-cutlery:before {
  content: "\f2e7";
}
.ttls .fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-file-text-o:before {
  content: "\f15c";
}
.ttls .fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-building-o:before {
  content: "\f1ad";
}
.ttls .fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hospital-o:before {
  content: "\f0f8";
}
.ttls .fa.fa-tablet:before {
  content: "\f3fa";
}
.ttls .fa.fa-mobile:before {
  content: "\f3cd";
}
.ttls .fa.fa-mobile-phone:before {
  content: "\f3cd";
}
.ttls .fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-circle-o:before {
  content: "\f111";
}
.ttls .fa.fa-mail-reply:before {
  content: "\f3e5";
}
.ttls .fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-folder-o:before {
  content: "\f07b";
}
.ttls .fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-folder-open-o:before {
  content: "\f07c";
}
.ttls .fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-smile-o:before {
  content: "\f118";
}
.ttls .fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-frown-o:before {
  content: "\f119";
}
.ttls .fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-meh-o:before {
  content: "\f11a";
}
.ttls .fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-keyboard-o:before {
  content: "\f11c";
}
.ttls .fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-flag-o:before {
  content: "\f024";
}
.ttls .fa.fa-mail-reply-all:before {
  content: "\f122";
}
.ttls .fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-star-half-o:before {
  content: "\f089";
}
.ttls .fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-star-half-empty:before {
  content: "\f089";
}
.ttls .fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-star-half-full:before {
  content: "\f089";
}
.ttls .fa.fa-code-fork:before {
  content: "\f126";
}
.ttls .fa.fa-chain-broken:before {
  content: "\f127";
}
.ttls .fa.fa-shield:before {
  content: "\f3ed";
}
.ttls .fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-calendar-o:before {
  content: "\f133";
}
.ttls .fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-ticket:before {
  content: "\f3ff";
}
.ttls .fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-minus-square-o:before {
  content: "\f146";
}
.ttls .fa.fa-level-up:before {
  content: "\f3bf";
}
.ttls .fa.fa-level-down:before {
  content: "\f3be";
}
.ttls .fa.fa-pencil-square:before {
  content: "\f14b";
}
.ttls .fa.fa-external-link-square:before {
  content: "\f360";
}
.ttls .fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-caret-square-o-down:before {
  content: "\f150";
}
.ttls .fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-toggle-down:before {
  content: "\f150";
}
.ttls .fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-caret-square-o-up:before {
  content: "\f151";
}
.ttls .fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-toggle-up:before {
  content: "\f151";
}
.ttls .fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-caret-square-o-right:before {
  content: "\f152";
}
.ttls .fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-toggle-right:before {
  content: "\f152";
}
.ttls .fa.fa-eur:before {
  content: "\f153";
}
.ttls .fa.fa-euro:before {
  content: "\f153";
}
.ttls .fa.fa-gbp:before {
  content: "\f154";
}
.ttls .fa.fa-usd:before {
  content: "\f155";
}
.ttls .fa.fa-dollar:before {
  content: "\f155";
}
.ttls .fa.fa-inr:before {
  content: "\f156";
}
.ttls .fa.fa-rupee:before {
  content: "\f156";
}
.ttls .fa.fa-jpy:before {
  content: "\f157";
}
.ttls .fa.fa-cny:before {
  content: "\f157";
}
.ttls .fa.fa-rmb:before {
  content: "\f157";
}
.ttls .fa.fa-yen:before {
  content: "\f157";
}
.ttls .fa.fa-rub:before {
  content: "\f158";
}
.ttls .fa.fa-ruble:before {
  content: "\f158";
}
.ttls .fa.fa-rouble:before {
  content: "\f158";
}
.ttls .fa.fa-krw:before {
  content: "\f159";
}
.ttls .fa.fa-won:before {
  content: "\f159";
}
.ttls .fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-bitcoin:before {
  content: "\f15a";
}
.ttls .fa.fa-file-text:before {
  content: "\f15c";
}
.ttls .fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.ttls .fa.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.ttls .fa.fa-sort-amount-asc:before {
  content: "\f160";
}
.ttls .fa.fa-sort-amount-desc:before {
  content: "\f161";
}
.ttls .fa.fa-sort-numeric-asc:before {
  content: "\f162";
}
.ttls .fa.fa-sort-numeric-desc:before {
  content: "\f163";
}
.ttls .fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-youtube-play:before {
  content: "\f167";
}
.ttls .fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-bitbucket-square:before {
  content: "\f171";
}
.ttls .fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-long-arrow-down:before {
  content: "\f309";
}
.ttls .fa.fa-long-arrow-up:before {
  content: "\f30c";
}
.ttls .fa.fa-long-arrow-left:before {
  content: "\f30a";
}
.ttls .fa.fa-long-arrow-right:before {
  content: "\f30b";
}
.ttls .fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-gittip:before {
  content: "\f184";
}
.ttls .fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-sun-o:before {
  content: "\f185";
}
.ttls .fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-moon-o:before {
  content: "\f186";
}
.ttls .fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}
.ttls .fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}
.ttls .fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-caret-square-o-left:before {
  content: "\f191";
}
.ttls .fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-toggle-left:before {
  content: "\f191";
}
.ttls .fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-dot-circle-o:before {
  content: "\f192";
}
.ttls .fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-try:before {
  content: "\f195";
}
.ttls .fa.fa-turkish-lira:before {
  content: "\f195";
}
.ttls .fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-plus-square-o:before {
  content: "\f0fe";
}
.ttls .fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-institution:before {
  content: "\f19c";
}
.ttls .fa.fa-bank:before {
  content: "\f19c";
}
.ttls .fa.fa-mortar-board:before {
  content: "\f19d";
}
.ttls .fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-spoon:before {
  content: "\f2e5";
}
.ttls .fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-automobile:before {
  content: "\f1b9";
}
.ttls .fa.fa-cab:before {
  content: "\f1ba";
}
.ttls .fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-envelope-o:before {
  content: "\f0e0";
}
.ttls .fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-file-pdf-o:before {
  content: "\f1c1";
}
.ttls .fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-file-word-o:before {
  content: "\f1c2";
}
.ttls .fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-file-excel-o:before {
  content: "\f1c3";
}
.ttls .fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.ttls .fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-file-image-o:before {
  content: "\f1c5";
}
.ttls .fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-file-photo-o:before {
  content: "\f1c5";
}
.ttls .fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-file-picture-o:before {
  content: "\f1c5";
}
.ttls .fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-file-archive-o:before {
  content: "\f1c6";
}
.ttls .fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-file-zip-o:before {
  content: "\f1c6";
}
.ttls .fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-file-audio-o:before {
  content: "\f1c7";
}
.ttls .fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-file-sound-o:before {
  content: "\f1c7";
}
.ttls .fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-file-video-o:before {
  content: "\f1c8";
}
.ttls .fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-file-movie-o:before {
  content: "\f1c8";
}
.ttls .fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-file-code-o:before {
  content: "\f1c9";
}
.ttls .fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-life-bouy:before {
  content: "\f1cd";
}
.ttls .fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-life-buoy:before {
  content: "\f1cd";
}
.ttls .fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-life-saver:before {
  content: "\f1cd";
}
.ttls .fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-support:before {
  content: "\f1cd";
}
.ttls .fa.fa-circle-o-notch:before {
  content: "\f1ce";
}
.ttls .fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-ra:before {
  content: "\f1d0";
}
.ttls .fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-resistance:before {
  content: "\f1d0";
}
.ttls .fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-ge:before {
  content: "\f1d1";
}
.ttls .fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-y-combinator-square:before {
  content: "\f1d4";
}
.ttls .fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-yc-square:before {
  content: "\f1d4";
}
.ttls .fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-wechat:before {
  content: "\f1d7";
}
.ttls .fa.fa-send:before {
  content: "\f1d8";
}
.ttls .fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-paper-plane-o:before {
  content: "\f1d8";
}
.ttls .fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-send-o:before {
  content: "\f1d8";
}
.ttls .fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-circle-thin:before {
  content: "\f111";
}
.ttls .fa.fa-header:before {
  content: "\f1dc";
}
.ttls .fa.fa-sliders:before {
  content: "\f1de";
}
.ttls .fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-futbol-o:before {
  content: "\f1e3";
}
.ttls .fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.ttls .fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-newspaper-o:before {
  content: "\f1ea";
}
.ttls .fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-bell-slash-o:before {
  content: "\f1f6";
}
.ttls .fa.fa-trash:before {
  content: "\f2ed";
}
.ttls .fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-eyedropper:before {
  content: "\f1fb";
}
.ttls .fa.fa-area-chart:before {
  content: "\f1fe";
}
.ttls .fa.fa-pie-chart:before {
  content: "\f200";
}
.ttls .fa.fa-line-chart:before {
  content: "\f201";
}
.ttls .fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-cc:before {
  content: "\f20a";
}
.ttls .fa.fa-ils:before {
  content: "\f20b";
}
.ttls .fa.fa-shekel:before {
  content: "\f20b";
}
.ttls .fa.fa-sheqel:before {
  content: "\f20b";
}
.ttls .fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-meanpath:before {
  content: "\f2b4";
}
.ttls .fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-diamond:before {
  content: "\f3a5";
}
.ttls .fa.fa-intersex:before {
  content: "\f224";
}
.ttls .fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-facebook-official:before {
  content: "\f09a";
}
.ttls .fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-hotel:before {
  content: "\f236";
}
.ttls .fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-yc:before {
  content: "\f23b";
}
.ttls .fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-battery-4:before {
  content: "\f240";
}
.ttls .fa.fa-battery:before {
  content: "\f240";
}
.ttls .fa.fa-battery-3:before {
  content: "\f241";
}
.ttls .fa.fa-battery-2:before {
  content: "\f242";
}
.ttls .fa.fa-battery-1:before {
  content: "\f243";
}
.ttls .fa.fa-battery-0:before {
  content: "\f244";
}
.ttls .fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-sticky-note-o:before {
  content: "\f249";
}
.ttls .fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hourglass-o:before {
  content: "\f254";
}
.ttls .fa.fa-hourglass-1:before {
  content: "\f251";
}
.ttls .fa.fa-hourglass-2:before {
  content: "\f252";
}
.ttls .fa.fa-hourglass-3:before {
  content: "\f253";
}
.ttls .fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hand-rock-o:before {
  content: "\f255";
}
.ttls .fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hand-grab-o:before {
  content: "\f255";
}
.ttls .fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hand-paper-o:before {
  content: "\f256";
}
.ttls .fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hand-stop-o:before {
  content: "\f256";
}
.ttls .fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hand-scissors-o:before {
  content: "\f257";
}
.ttls .fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hand-lizard-o:before {
  content: "\f258";
}
.ttls .fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hand-spock-o:before {
  content: "\f259";
}
.ttls .fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hand-pointer-o:before {
  content: "\f25a";
}
.ttls .fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-hand-peace-o:before {
  content: "\f25b";
}
.ttls .fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-television:before {
  content: "\f26c";
}
.ttls .fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-calendar-plus-o:before {
  content: "\f271";
}
.ttls .fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-calendar-minus-o:before {
  content: "\f272";
}
.ttls .fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-calendar-times-o:before {
  content: "\f273";
}
.ttls .fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-calendar-check-o:before {
  content: "\f274";
}
.ttls .fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-map-o:before {
  content: "\f279";
}
.ttls .fa.fa-commenting {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-commenting:before {
  content: "\f4ad";
}
.ttls .fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-commenting-o:before {
  content: "\f4ad";
}
.ttls .fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-vimeo:before {
  content: "\f27d";
}
.ttls .fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-credit-card-alt:before {
  content: "\f09d";
}
.ttls .fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-pause-circle-o:before {
  content: "\f28b";
}
.ttls .fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-stop-circle-o:before {
  content: "\f28d";
}
.ttls .fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-wheelchair-alt:before {
  content: "\f368";
}
.ttls .fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-question-circle-o:before {
  content: "\f059";
}
.ttls .fa.fa-volume-control-phone:before {
  content: "\f2a0";
}
.ttls .fa.fa-asl-interpreting:before {
  content: "\f2a3";
}
.ttls .fa.fa-deafness:before {
  content: "\f2a4";
}
.ttls .fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.ttls .fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-signing:before {
  content: "\f2a7";
}
.ttls .fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-google-plus-official:before {
  content: "\f2b3";
}
.ttls .fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-google-plus-circle:before {
  content: "\f2b3";
}
.ttls .fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-fa:before {
  content: "\f2b4";
}
.ttls .fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-handshake-o:before {
  content: "\f2b5";
}
.ttls .fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-envelope-open-o:before {
  content: "\f2b6";
}
.ttls .fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-address-book-o:before {
  content: "\f2b9";
}
.ttls .fa.fa-vcard:before {
  content: "\f2bb";
}
.ttls .fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-address-card-o:before {
  content: "\f2bb";
}
.ttls .fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-vcard-o:before {
  content: "\f2bb";
}
.ttls .fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-user-circle-o:before {
  content: "\f2bd";
}
.ttls .fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-user-o:before {
  content: "\f007";
}
.ttls .fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-drivers-license:before {
  content: "\f2c2";
}
.ttls .fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-id-card-o:before {
  content: "\f2c2";
}
.ttls .fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-drivers-license-o:before {
  content: "\f2c2";
}
.ttls .fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-thermometer-4:before {
  content: "\f2c7";
}
.ttls .fa.fa-thermometer:before {
  content: "\f2c7";
}
.ttls .fa.fa-thermometer-3:before {
  content: "\f2c8";
}
.ttls .fa.fa-thermometer-2:before {
  content: "\f2c9";
}
.ttls .fa.fa-thermometer-1:before {
  content: "\f2ca";
}
.ttls .fa.fa-thermometer-0:before {
  content: "\f2cb";
}
.ttls .fa.fa-bathtub:before {
  content: "\f2cd";
}
.ttls .fa.fa-s15:before {
  content: "\f2cd";
}
.ttls .fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-times-rectangle:before {
  content: "\f410";
}
.ttls .fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-window-close-o:before {
  content: "\f410";
}
.ttls .fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-times-rectangle-o:before {
  content: "\f410";
}
.ttls .fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-eercast:before {
  content: "\f2da";
}
.ttls .fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls .fa.fa-snowflake-o:before {
  content: "\f2dc";
}
.ttls .fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.ttls .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ttls .sr-only-focusable:active,
.ttls .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.ttls .sr-only-focusable:active,
.ttls .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url('fonts//fa-brands-400.eot');
  src: url('fonts//fa-brands-400.eot?#iefix') format('embedded-opentype'), url('fonts//fa-brands-400.woff2') format('woff2'), url('fonts//fa-brands-400.woff') format('woff'), url('fonts//fa-brands-400.ttf') format('truetype'), url('fonts//fa-brands-400.svg#fontawesome') format('svg');
}
.ttls .fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url('fonts//fa-solid-900.eot');
  src: url('fonts//fa-solid-900.eot?#iefix') format('embedded-opentype'), url('fonts//fa-solid-900.woff2') format('woff2'), url('fonts//fa-solid-900.woff') format('woff'), url('fonts//fa-solid-900.ttf') format('truetype'), url('fonts//fa-solid-900.svg#fontawesome') format('svg');
}
.ttls .fa,
.ttls .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url('fonts//fa-regular-400.eot');
  src: url('fonts//fa-regular-400.eot?#iefix') format('embedded-opentype'), url('fonts//fa-regular-400.woff2') format('woff2'), url('fonts//fa-regular-400.woff') format('woff'), url('fonts//fa-regular-400.ttf') format('truetype'), url('fonts//fa-regular-400.svg#fontawesome') format('svg');
}
.ttls .far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.ttls article,
.ttls aside,
.ttls details,
.ttls figcaption,
.ttls figure,
.ttls footer,
.ttls header,
.ttls hgroup,
.ttls main,
.ttls menu,
.ttls nav,
.ttls section,
.ttls summary {
  display: block;
}
.ttls audio,
.ttls canvas,
.ttls progress,
.ttls video {
  display: inline-block;
  vertical-align: baseline;
}
.ttls audio:not([controls]) {
  display: none;
  height: 0;
}
.ttls [hidden],
.ttls template {
  display: none;
}
.ttls a {
  background-color: transparent;
}
.ttls a:active,
.ttls a:hover,
.ttls a:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ttls abbr[title] {
  border-bottom: 1px dotted;
}
.ttls b,
.ttls strong {
  font-weight: bold;
}
.ttls dfn {
  font-style: italic;
}
.ttls h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.ttls mark {
  background: #ff0;
  color: #000;
}
.ttls small {
  font-size: 80%;
}
.ttls sub,
.ttls sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.ttls sup {
  top: -0.5em;
}
.ttls sub {
  bottom: -0.25em;
}
.ttls img {
  border: 0;
}
.ttls svg:not(:root) {
  overflow: hidden;
}
.ttls figure {
  margin: 1em 40px;
}
.ttls hr {
  box-sizing: content-box;
  height: 0;
}
.ttls pre {
  overflow: auto;
}
.ttls code,
.ttls kbd,
.ttls pre,
.ttls samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.ttls button,
.ttls input,
.ttls optgroup,
.ttls select,
.ttls textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.ttls button {
  overflow: visible;
}
.ttls button,
.ttls select {
  text-transform: none;
}
.ttls button,
.ttls html input[type="button"],
.ttls input[type="reset"],
.ttls input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.ttls button[disabled],
.ttls html input[disabled] {
  cursor: default;
}
.ttls button::-moz-focus-inner,
.ttls input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ttls input {
  line-height: normal;
}
.ttls input[type="checkbox"],
.ttls input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.ttls input[type="number"]::-webkit-inner-spin-button,
.ttls input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.ttls input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.ttls input[type="search"]::-webkit-search-cancel-button,
.ttls input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.ttls fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.ttls legend {
  border: 0;
  padding: 0;
}
.ttls textarea {
  overflow: auto;
}
.ttls optgroup {
  font-weight: bold;
}
.ttls table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ttls td,
.ttls th {
  padding: 0;
}
@media print {
  .ttls *,
  .ttls *:before,
  .ttls *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .ttls a,
  .ttls a:visited {
    text-decoration: underline;
  }
  .ttls a[href]:after {
    content: " (" attr(href) ")";
  }
  .ttls abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ttls a[href^="#"]:after,
  .ttls a[href^="javascript:"]:after {
    content: "";
  }
  .ttls pre,
  .ttls blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .ttls thead {
    display: table-header-group;
  }
  .ttls tr,
  .ttls img {
    page-break-inside: avoid;
  }
  .ttls img {
    max-width: 100% !important;
  }
  .ttls p,
  .ttls h2,
  .ttls h3 {
    orphans: 3;
    widows: 3;
  }
  .ttls h2,
  .ttls h3 {
    page-break-after: avoid;
  }
  .ttls .navbar {
    display: none;
  }
  .ttls .btn > .caret,
  .ttls .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .ttls .label {
    border: 1px solid #000;
  }
  .ttls .table {
    border-collapse: collapse !important;
  }
  .ttls .table td,
  .ttls .table th {
    background-color: #fff !important;
  }
  .ttls .table-bordered th,
  .ttls .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.ttls * {
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ttls *:before,
.ttls *:after {
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ttls input,
.ttls button,
.ttls select,
.ttls textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ttls a {
  color: #409fff;
  text-decoration: none;
}
.ttls a:hover,
.ttls a:focus {
  color: #0079f3;
  text-decoration: underline;
}
.ttls a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ttls figure {
  margin: 0;
}
.ttls img {
  vertical-align: middle;
}
.ttls .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.ttls .img-rounded {
  border-radius: 6px;
}
.ttls .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.ttls .img-circle {
  border-radius: 50%;
}
.ttls hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.ttls .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ttls .sr-only-focusable:active,
.ttls .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.ttls [role="button"] {
  cursor: pointer;
}
.ttls h1,
.ttls h2,
.ttls h3,
.ttls h4,
.ttls h5,
.ttls h6,
.ttls .h1,
.ttls .h2,
.ttls .h3,
.ttls .h4,
.ttls .h5,
.ttls .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.ttls h1 small,
.ttls h2 small,
.ttls h3 small,
.ttls h4 small,
.ttls h5 small,
.ttls h6 small,
.ttls .h1 small,
.ttls .h2 small,
.ttls .h3 small,
.ttls .h4 small,
.ttls .h5 small,
.ttls .h6 small,
.ttls h1 .small,
.ttls h2 .small,
.ttls h3 .small,
.ttls h4 .small,
.ttls h5 .small,
.ttls h6 .small,
.ttls .h1 .small,
.ttls .h2 .small,
.ttls .h3 .small,
.ttls .h4 .small,
.ttls .h5 .small,
.ttls .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.ttls h1,
.ttls .h1,
.ttls h2,
.ttls .h2,
.ttls h3,
.ttls .h3 {
  margin-top: 22px;
  margin-bottom: 22px;
}
.ttls h1 small,
.ttls .h1 small,
.ttls h2 small,
.ttls .h2 small,
.ttls h3 small,
.ttls .h3 small,
.ttls h1 .small,
.ttls .h1 .small,
.ttls h2 .small,
.ttls .h2 .small,
.ttls h3 .small,
.ttls .h3 .small {
  font-size: 65%;
}
.ttls h4,
.ttls .h4,
.ttls h5,
.ttls .h5,
.ttls h6,
.ttls .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
.ttls h4 small,
.ttls .h4 small,
.ttls h5 small,
.ttls .h5 small,
.ttls h6 small,
.ttls .h6 small,
.ttls h4 .small,
.ttls .h4 .small,
.ttls h5 .small,
.ttls .h5 .small,
.ttls h6 .small,
.ttls .h6 .small {
  font-size: 75%;
}
.ttls h1,
.ttls .h1 {
  font-size: 41px;
}
.ttls h2,
.ttls .h2 {
  font-size: 34px;
}
.ttls h3,
.ttls .h3 {
  font-size: 28px;
}
.ttls h4,
.ttls .h4 {
  font-size: 20px;
}
.ttls h5,
.ttls .h5 {
  font-size: 16px;
}
.ttls h6,
.ttls .h6 {
  font-size: 14px;
}
.ttls p {
  font-size: 16px;
  margin: 0 0 11px;
}
.ttls .lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .ttls .lead {
    font-size: 24px;
  }
}
.ttls small,
.ttls .small {
  font-size: 87%;
}
.ttls mark,
.ttls .mark {
  background-color: #ffd499;
  padding: .2em;
}
.ttls .text-left {
  text-align: left;
}
.ttls .text-right {
  text-align: right;
}
.ttls .text-center {
  text-align: center;
}
.ttls .text-justify {
  text-align: justify;
}
.ttls .text-nowrap {
  white-space: nowrap;
}
.ttls .text-lowercase {
  text-transform: lowercase;
}
.ttls .text-uppercase {
  text-transform: uppercase;
}
.ttls .text-capitalize {
  text-transform: capitalize;
}
.ttls .text-muted {
  color: #969696;
}
.ttls .text-primary {
  color: #8a73ff;
}
.ttls .text-success {
  color: #29ccb1;
}
.ttls .text-info {
  color: #409fff;
}
.ttls .text-warning {
  color: #ffaa33;
}
.ttls .text-danger {
  color: #ff4c5b;
}
.ttls a.text-primary:hover,
.ttls a.text-primary:focus {
  color: #5f40ff;
}
.ttls a.text-success:hover,
.ttls a.text-success:focus {
  color: #20a28c;
}
.ttls a.text-info:hover,
.ttls a.text-info:focus {
  color: #0d85ff;
}
.ttls a.text-warning:hover,
.ttls a.text-warning:focus {
  color: #ff9500;
}
.ttls a.text-danger:hover,
.ttls a.text-danger:focus {
  color: #ff192c;
}
.ttls .bg-primary {
  color: #fff;
  background-color: #8a73ff;
}
.ttls .bg-success {
  background-color: #77e4d2;
}
.ttls .bg-info {
  background-color: #a6d2ff;
}
.ttls .bg-warning {
  background-color: #ffd499;
}
.ttls .bg-danger {
  background-color: #ffb2b8;
}
.ttls a.bg-primary:hover,
.ttls a.bg-primary:focus {
  background-color: #5f40ff;
}
.ttls a.bg-success:hover,
.ttls a.bg-success:focus {
  background-color: #20a28c;
}
.ttls a.bg-info:hover,
.ttls a.bg-info:focus {
  background-color: #0d85ff;
}
.ttls a.bg-warning:hover,
.ttls a.bg-warning:focus {
  background-color: #ff9500;
}
.ttls a.bg-danger:hover,
.ttls a.bg-danger:focus {
  background-color: #ff192c;
}
.ttls .page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
.ttls ul,
.ttls ol {
  margin-top: 0;
  margin-bottom: 11px;
}
.ttls ul ul,
.ttls ol ul,
.ttls ul ol,
.ttls ol ol {
  margin-bottom: 0;
}
.ttls .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.ttls .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.ttls .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.ttls dl {
  margin-top: 0;
  margin-bottom: 22px;
}
.ttls dt,
.ttls dd {
  line-height: 1.42857143;
}
.ttls dt {
  font-weight: bold;
}
.ttls dd {
  margin-left: 0;
}
.ttls .dl-horizontal dd:before,
.ttls .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.ttls .dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .ttls .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: nowrap;
  }
  .ttls .dl-horizontal dd {
    margin-left: 180px;
  }
}
.ttls abbr[title],
.ttls abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.ttls .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.ttls blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
.ttls blockquote p:last-child,
.ttls blockquote ul:last-child,
.ttls blockquote ol:last-child {
  margin-bottom: 0;
}
.ttls blockquote footer,
.ttls blockquote small,
.ttls blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.ttls blockquote footer:before,
.ttls blockquote small:before,
.ttls blockquote .small:before {
  content: '\2014 \00A0';
}
.ttls .blockquote-reverse,
.ttls blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.ttls .blockquote-reverse footer:before,
.ttls blockquote.pull-right footer:before,
.ttls .blockquote-reverse small:before,
.ttls blockquote.pull-right small:before,
.ttls .blockquote-reverse .small:before,
.ttls blockquote.pull-right .small:before {
  content: '';
}
.ttls .blockquote-reverse footer:after,
.ttls blockquote.pull-right footer:after,
.ttls .blockquote-reverse small:after,
.ttls blockquote.pull-right small:after,
.ttls .blockquote-reverse .small:after,
.ttls blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.ttls address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.ttls code,
.ttls kbd,
.ttls pre,
.ttls samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.ttls code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
.ttls kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.ttls kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.ttls pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #23282d;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.ttls pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.ttls .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.ttls .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.ttls .container:before,
.ttls .container:after {
  content: " ";
  display: table;
}
.ttls .container:after {
  clear: both;
}
@media (min-width: 768px) {
  .ttls .container {
    width: 744px;
  }
}
@media (min-width: 992px) {
  .ttls .container {
    width: 964px;
  }
}
@media (min-width: 1200px) {
  .ttls .container {
    width: 1164px;
  }
}
.ttls .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.ttls .container-fluid:before,
.ttls .container-fluid:after {
  content: " ";
  display: table;
}
.ttls .container-fluid:after {
  clear: both;
}
.ttls .row {
  margin-left: -12px;
  margin-right: -12px;
}
.ttls .row:before,
.ttls .row:after {
  content: " ";
  display: table;
}
.ttls .row:after {
  clear: both;
}
.ttls .col-xs-1,
.ttls .col-sm-1,
.ttls .col-md-1,
.ttls .col-lg-1,
.ttls .col-xs-2,
.ttls .col-sm-2,
.ttls .col-md-2,
.ttls .col-lg-2,
.ttls .col-xs-3,
.ttls .col-sm-3,
.ttls .col-md-3,
.ttls .col-lg-3,
.ttls .col-xs-4,
.ttls .col-sm-4,
.ttls .col-md-4,
.ttls .col-lg-4,
.ttls .col-xs-5,
.ttls .col-sm-5,
.ttls .col-md-5,
.ttls .col-lg-5,
.ttls .col-xs-6,
.ttls .col-sm-6,
.ttls .col-md-6,
.ttls .col-lg-6,
.ttls .col-xs-7,
.ttls .col-sm-7,
.ttls .col-md-7,
.ttls .col-lg-7,
.ttls .col-xs-8,
.ttls .col-sm-8,
.ttls .col-md-8,
.ttls .col-lg-8,
.ttls .col-xs-9,
.ttls .col-sm-9,
.ttls .col-md-9,
.ttls .col-lg-9,
.ttls .col-xs-10,
.ttls .col-sm-10,
.ttls .col-md-10,
.ttls .col-lg-10,
.ttls .col-xs-11,
.ttls .col-sm-11,
.ttls .col-md-11,
.ttls .col-lg-11,
.ttls .col-xs-12,
.ttls .col-sm-12,
.ttls .col-md-12,
.ttls .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.ttls .col-xs-1,
.ttls .col-xs-2,
.ttls .col-xs-3,
.ttls .col-xs-4,
.ttls .col-xs-5,
.ttls .col-xs-6,
.ttls .col-xs-7,
.ttls .col-xs-8,
.ttls .col-xs-9,
.ttls .col-xs-10,
.ttls .col-xs-11,
.ttls .col-xs-12 {
  float: left;
}
.ttls .col-xs-12 {
  width: 100%;
}
.ttls .col-xs-11 {
  width: 91.66666667%;
}
.ttls .col-xs-10 {
  width: 83.33333333%;
}
.ttls .col-xs-9 {
  width: 75%;
}
.ttls .col-xs-8 {
  width: 66.66666667%;
}
.ttls .col-xs-7 {
  width: 58.33333333%;
}
.ttls .col-xs-6 {
  width: 50%;
}
.ttls .col-xs-5 {
  width: 41.66666667%;
}
.ttls .col-xs-4 {
  width: 33.33333333%;
}
.ttls .col-xs-3 {
  width: 25%;
}
.ttls .col-xs-2 {
  width: 16.66666667%;
}
.ttls .col-xs-1 {
  width: 8.33333333%;
}
.ttls .col-xs-pull-12 {
  right: 100%;
}
.ttls .col-xs-pull-11 {
  right: 91.66666667%;
}
.ttls .col-xs-pull-10 {
  right: 83.33333333%;
}
.ttls .col-xs-pull-9 {
  right: 75%;
}
.ttls .col-xs-pull-8 {
  right: 66.66666667%;
}
.ttls .col-xs-pull-7 {
  right: 58.33333333%;
}
.ttls .col-xs-pull-6 {
  right: 50%;
}
.ttls .col-xs-pull-5 {
  right: 41.66666667%;
}
.ttls .col-xs-pull-4 {
  right: 33.33333333%;
}
.ttls .col-xs-pull-3 {
  right: 25%;
}
.ttls .col-xs-pull-2 {
  right: 16.66666667%;
}
.ttls .col-xs-pull-1 {
  right: 8.33333333%;
}
.ttls .col-xs-pull-0 {
  right: auto;
}
.ttls .col-xs-push-12 {
  left: 100%;
}
.ttls .col-xs-push-11 {
  left: 91.66666667%;
}
.ttls .col-xs-push-10 {
  left: 83.33333333%;
}
.ttls .col-xs-push-9 {
  left: 75%;
}
.ttls .col-xs-push-8 {
  left: 66.66666667%;
}
.ttls .col-xs-push-7 {
  left: 58.33333333%;
}
.ttls .col-xs-push-6 {
  left: 50%;
}
.ttls .col-xs-push-5 {
  left: 41.66666667%;
}
.ttls .col-xs-push-4 {
  left: 33.33333333%;
}
.ttls .col-xs-push-3 {
  left: 25%;
}
.ttls .col-xs-push-2 {
  left: 16.66666667%;
}
.ttls .col-xs-push-1 {
  left: 8.33333333%;
}
.ttls .col-xs-push-0 {
  left: auto;
}
.ttls .col-xs-offset-12 {
  margin-left: 100%;
}
.ttls .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.ttls .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.ttls .col-xs-offset-9 {
  margin-left: 75%;
}
.ttls .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.ttls .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.ttls .col-xs-offset-6 {
  margin-left: 50%;
}
.ttls .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.ttls .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.ttls .col-xs-offset-3 {
  margin-left: 25%;
}
.ttls .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.ttls .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.ttls .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .ttls .col-sm-1,
  .ttls .col-sm-2,
  .ttls .col-sm-3,
  .ttls .col-sm-4,
  .ttls .col-sm-5,
  .ttls .col-sm-6,
  .ttls .col-sm-7,
  .ttls .col-sm-8,
  .ttls .col-sm-9,
  .ttls .col-sm-10,
  .ttls .col-sm-11,
  .ttls .col-sm-12 {
    float: left;
  }
  .ttls .col-sm-12 {
    width: 100%;
  }
  .ttls .col-sm-11 {
    width: 91.66666667%;
  }
  .ttls .col-sm-10 {
    width: 83.33333333%;
  }
  .ttls .col-sm-9 {
    width: 75%;
  }
  .ttls .col-sm-8 {
    width: 66.66666667%;
  }
  .ttls .col-sm-7 {
    width: 58.33333333%;
  }
  .ttls .col-sm-6 {
    width: 50%;
  }
  .ttls .col-sm-5 {
    width: 41.66666667%;
  }
  .ttls .col-sm-4 {
    width: 33.33333333%;
  }
  .ttls .col-sm-3 {
    width: 25%;
  }
  .ttls .col-sm-2 {
    width: 16.66666667%;
  }
  .ttls .col-sm-1 {
    width: 8.33333333%;
  }
  .ttls .col-sm-pull-12 {
    right: 100%;
  }
  .ttls .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .ttls .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .ttls .col-sm-pull-9 {
    right: 75%;
  }
  .ttls .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .ttls .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .ttls .col-sm-pull-6 {
    right: 50%;
  }
  .ttls .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .ttls .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .ttls .col-sm-pull-3 {
    right: 25%;
  }
  .ttls .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .ttls .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .ttls .col-sm-pull-0 {
    right: auto;
  }
  .ttls .col-sm-push-12 {
    left: 100%;
  }
  .ttls .col-sm-push-11 {
    left: 91.66666667%;
  }
  .ttls .col-sm-push-10 {
    left: 83.33333333%;
  }
  .ttls .col-sm-push-9 {
    left: 75%;
  }
  .ttls .col-sm-push-8 {
    left: 66.66666667%;
  }
  .ttls .col-sm-push-7 {
    left: 58.33333333%;
  }
  .ttls .col-sm-push-6 {
    left: 50%;
  }
  .ttls .col-sm-push-5 {
    left: 41.66666667%;
  }
  .ttls .col-sm-push-4 {
    left: 33.33333333%;
  }
  .ttls .col-sm-push-3 {
    left: 25%;
  }
  .ttls .col-sm-push-2 {
    left: 16.66666667%;
  }
  .ttls .col-sm-push-1 {
    left: 8.33333333%;
  }
  .ttls .col-sm-push-0 {
    left: auto;
  }
  .ttls .col-sm-offset-12 {
    margin-left: 100%;
  }
  .ttls .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .ttls .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .ttls .col-sm-offset-9 {
    margin-left: 75%;
  }
  .ttls .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .ttls .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .ttls .col-sm-offset-6 {
    margin-left: 50%;
  }
  .ttls .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .ttls .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .ttls .col-sm-offset-3 {
    margin-left: 25%;
  }
  .ttls .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .ttls .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .ttls .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .ttls .col-md-1,
  .ttls .col-md-2,
  .ttls .col-md-3,
  .ttls .col-md-4,
  .ttls .col-md-5,
  .ttls .col-md-6,
  .ttls .col-md-7,
  .ttls .col-md-8,
  .ttls .col-md-9,
  .ttls .col-md-10,
  .ttls .col-md-11,
  .ttls .col-md-12 {
    float: left;
  }
  .ttls .col-md-12 {
    width: 100%;
  }
  .ttls .col-md-11 {
    width: 91.66666667%;
  }
  .ttls .col-md-10 {
    width: 83.33333333%;
  }
  .ttls .col-md-9 {
    width: 75%;
  }
  .ttls .col-md-8 {
    width: 66.66666667%;
  }
  .ttls .col-md-7 {
    width: 58.33333333%;
  }
  .ttls .col-md-6 {
    width: 50%;
  }
  .ttls .col-md-5 {
    width: 41.66666667%;
  }
  .ttls .col-md-4 {
    width: 33.33333333%;
  }
  .ttls .col-md-3 {
    width: 25%;
  }
  .ttls .col-md-2 {
    width: 16.66666667%;
  }
  .ttls .col-md-1 {
    width: 8.33333333%;
  }
  .ttls .col-md-pull-12 {
    right: 100%;
  }
  .ttls .col-md-pull-11 {
    right: 91.66666667%;
  }
  .ttls .col-md-pull-10 {
    right: 83.33333333%;
  }
  .ttls .col-md-pull-9 {
    right: 75%;
  }
  .ttls .col-md-pull-8 {
    right: 66.66666667%;
  }
  .ttls .col-md-pull-7 {
    right: 58.33333333%;
  }
  .ttls .col-md-pull-6 {
    right: 50%;
  }
  .ttls .col-md-pull-5 {
    right: 41.66666667%;
  }
  .ttls .col-md-pull-4 {
    right: 33.33333333%;
  }
  .ttls .col-md-pull-3 {
    right: 25%;
  }
  .ttls .col-md-pull-2 {
    right: 16.66666667%;
  }
  .ttls .col-md-pull-1 {
    right: 8.33333333%;
  }
  .ttls .col-md-pull-0 {
    right: auto;
  }
  .ttls .col-md-push-12 {
    left: 100%;
  }
  .ttls .col-md-push-11 {
    left: 91.66666667%;
  }
  .ttls .col-md-push-10 {
    left: 83.33333333%;
  }
  .ttls .col-md-push-9 {
    left: 75%;
  }
  .ttls .col-md-push-8 {
    left: 66.66666667%;
  }
  .ttls .col-md-push-7 {
    left: 58.33333333%;
  }
  .ttls .col-md-push-6 {
    left: 50%;
  }
  .ttls .col-md-push-5 {
    left: 41.66666667%;
  }
  .ttls .col-md-push-4 {
    left: 33.33333333%;
  }
  .ttls .col-md-push-3 {
    left: 25%;
  }
  .ttls .col-md-push-2 {
    left: 16.66666667%;
  }
  .ttls .col-md-push-1 {
    left: 8.33333333%;
  }
  .ttls .col-md-push-0 {
    left: auto;
  }
  .ttls .col-md-offset-12 {
    margin-left: 100%;
  }
  .ttls .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .ttls .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .ttls .col-md-offset-9 {
    margin-left: 75%;
  }
  .ttls .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .ttls .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .ttls .col-md-offset-6 {
    margin-left: 50%;
  }
  .ttls .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .ttls .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .ttls .col-md-offset-3 {
    margin-left: 25%;
  }
  .ttls .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .ttls .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .ttls .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .ttls .col-lg-1,
  .ttls .col-lg-2,
  .ttls .col-lg-3,
  .ttls .col-lg-4,
  .ttls .col-lg-5,
  .ttls .col-lg-6,
  .ttls .col-lg-7,
  .ttls .col-lg-8,
  .ttls .col-lg-9,
  .ttls .col-lg-10,
  .ttls .col-lg-11,
  .ttls .col-lg-12 {
    float: left;
  }
  .ttls .col-lg-12 {
    width: 100%;
  }
  .ttls .col-lg-11 {
    width: 91.66666667%;
  }
  .ttls .col-lg-10 {
    width: 83.33333333%;
  }
  .ttls .col-lg-9 {
    width: 75%;
  }
  .ttls .col-lg-8 {
    width: 66.66666667%;
  }
  .ttls .col-lg-7 {
    width: 58.33333333%;
  }
  .ttls .col-lg-6 {
    width: 50%;
  }
  .ttls .col-lg-5 {
    width: 41.66666667%;
  }
  .ttls .col-lg-4 {
    width: 33.33333333%;
  }
  .ttls .col-lg-3 {
    width: 25%;
  }
  .ttls .col-lg-2 {
    width: 16.66666667%;
  }
  .ttls .col-lg-1 {
    width: 8.33333333%;
  }
  .ttls .col-lg-pull-12 {
    right: 100%;
  }
  .ttls .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .ttls .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .ttls .col-lg-pull-9 {
    right: 75%;
  }
  .ttls .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .ttls .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .ttls .col-lg-pull-6 {
    right: 50%;
  }
  .ttls .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .ttls .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .ttls .col-lg-pull-3 {
    right: 25%;
  }
  .ttls .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .ttls .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .ttls .col-lg-pull-0 {
    right: auto;
  }
  .ttls .col-lg-push-12 {
    left: 100%;
  }
  .ttls .col-lg-push-11 {
    left: 91.66666667%;
  }
  .ttls .col-lg-push-10 {
    left: 83.33333333%;
  }
  .ttls .col-lg-push-9 {
    left: 75%;
  }
  .ttls .col-lg-push-8 {
    left: 66.66666667%;
  }
  .ttls .col-lg-push-7 {
    left: 58.33333333%;
  }
  .ttls .col-lg-push-6 {
    left: 50%;
  }
  .ttls .col-lg-push-5 {
    left: 41.66666667%;
  }
  .ttls .col-lg-push-4 {
    left: 33.33333333%;
  }
  .ttls .col-lg-push-3 {
    left: 25%;
  }
  .ttls .col-lg-push-2 {
    left: 16.66666667%;
  }
  .ttls .col-lg-push-1 {
    left: 8.33333333%;
  }
  .ttls .col-lg-push-0 {
    left: auto;
  }
  .ttls .col-lg-offset-12 {
    margin-left: 100%;
  }
  .ttls .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .ttls .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .ttls .col-lg-offset-9 {
    margin-left: 75%;
  }
  .ttls .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .ttls .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .ttls .col-lg-offset-6 {
    margin-left: 50%;
  }
  .ttls .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .ttls .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .ttls .col-lg-offset-3 {
    margin-left: 25%;
  }
  .ttls .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .ttls .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .ttls .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.ttls table {
  background-color: transparent;
}
.ttls caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #969696;
  text-align: left;
}
.ttls th {
  text-align: left;
  font-weight: 500;
}
.ttls .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.ttls .table > thead > tr > th,
.ttls .table > tbody > tr > th,
.ttls .table > tfoot > tr > th,
.ttls .table > thead > tr > td,
.ttls .table > tbody > tr > td,
.ttls .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.ttls .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.ttls .table > caption + thead > tr:first-child > th,
.ttls .table > colgroup + thead > tr:first-child > th,
.ttls .table > thead:first-child > tr:first-child > th,
.ttls .table > caption + thead > tr:first-child > td,
.ttls .table > colgroup + thead > tr:first-child > td,
.ttls .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.ttls .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.ttls .table .table {
  background-color: #fff;
}
.ttls .table-condensed > thead > tr > th,
.ttls .table-condensed > tbody > tr > th,
.ttls .table-condensed > tfoot > tr > th,
.ttls .table-condensed > thead > tr > td,
.ttls .table-condensed > tbody > tr > td,
.ttls .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.ttls .table-bordered {
  border: 1px solid #ddd;
}
.ttls .table-bordered > thead > tr > th,
.ttls .table-bordered > tbody > tr > th,
.ttls .table-bordered > tfoot > tr > th,
.ttls .table-bordered > thead > tr > td,
.ttls .table-bordered > tbody > tr > td,
.ttls .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.ttls .table-bordered > thead > tr > th,
.ttls .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.ttls .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.ttls .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.ttls table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.ttls table td[class*="col-"],
.ttls table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.ttls .table > thead > tr > td.active,
.ttls .table > tbody > tr > td.active,
.ttls .table > tfoot > tr > td.active,
.ttls .table > thead > tr > th.active,
.ttls .table > tbody > tr > th.active,
.ttls .table > tfoot > tr > th.active,
.ttls .table > thead > tr.active > td,
.ttls .table > tbody > tr.active > td,
.ttls .table > tfoot > tr.active > td,
.ttls .table > thead > tr.active > th,
.ttls .table > tbody > tr.active > th,
.ttls .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.ttls .table-hover > tbody > tr > td.active:hover,
.ttls .table-hover > tbody > tr > th.active:hover,
.ttls .table-hover > tbody > tr.active:hover > td,
.ttls .table-hover > tbody > tr:hover > .active,
.ttls .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.ttls .table > thead > tr > td.success,
.ttls .table > tbody > tr > td.success,
.ttls .table > tfoot > tr > td.success,
.ttls .table > thead > tr > th.success,
.ttls .table > tbody > tr > th.success,
.ttls .table > tfoot > tr > th.success,
.ttls .table > thead > tr.success > td,
.ttls .table > tbody > tr.success > td,
.ttls .table > tfoot > tr.success > td,
.ttls .table > thead > tr.success > th,
.ttls .table > tbody > tr.success > th,
.ttls .table > tfoot > tr.success > th {
  background-color: #77e4d2;
}
.ttls .table-hover > tbody > tr > td.success:hover,
.ttls .table-hover > tbody > tr > th.success:hover,
.ttls .table-hover > tbody > tr.success:hover > td,
.ttls .table-hover > tbody > tr:hover > .success,
.ttls .table-hover > tbody > tr.success:hover > th {
  background-color: #62dfcb;
}
.ttls .table > thead > tr > td.info,
.ttls .table > tbody > tr > td.info,
.ttls .table > tfoot > tr > td.info,
.ttls .table > thead > tr > th.info,
.ttls .table > tbody > tr > th.info,
.ttls .table > tfoot > tr > th.info,
.ttls .table > thead > tr.info > td,
.ttls .table > tbody > tr.info > td,
.ttls .table > tfoot > tr.info > td,
.ttls .table > thead > tr.info > th,
.ttls .table > tbody > tr.info > th,
.ttls .table > tfoot > tr.info > th {
  background-color: #a6d2ff;
}
.ttls .table-hover > tbody > tr > td.info:hover,
.ttls .table-hover > tbody > tr > th.info:hover,
.ttls .table-hover > tbody > tr.info:hover > td,
.ttls .table-hover > tbody > tr:hover > .info,
.ttls .table-hover > tbody > tr.info:hover > th {
  background-color: #8cc5ff;
}
.ttls .table > thead > tr > td.warning,
.ttls .table > tbody > tr > td.warning,
.ttls .table > tfoot > tr > td.warning,
.ttls .table > thead > tr > th.warning,
.ttls .table > tbody > tr > th.warning,
.ttls .table > tfoot > tr > th.warning,
.ttls .table > thead > tr.warning > td,
.ttls .table > tbody > tr.warning > td,
.ttls .table > tfoot > tr.warning > td,
.ttls .table > thead > tr.warning > th,
.ttls .table > tbody > tr.warning > th,
.ttls .table > tfoot > tr.warning > th {
  background-color: #ffd499;
}
.ttls .table-hover > tbody > tr > td.warning:hover,
.ttls .table-hover > tbody > tr > th.warning:hover,
.ttls .table-hover > tbody > tr.warning:hover > td,
.ttls .table-hover > tbody > tr:hover > .warning,
.ttls .table-hover > tbody > tr.warning:hover > th {
  background-color: #ffca80;
}
.ttls .table > thead > tr > td.danger,
.ttls .table > tbody > tr > td.danger,
.ttls .table > tfoot > tr > td.danger,
.ttls .table > thead > tr > th.danger,
.ttls .table > tbody > tr > th.danger,
.ttls .table > tfoot > tr > th.danger,
.ttls .table > thead > tr.danger > td,
.ttls .table > tbody > tr.danger > td,
.ttls .table > tfoot > tr.danger > td,
.ttls .table > thead > tr.danger > th,
.ttls .table > tbody > tr.danger > th,
.ttls .table > tfoot > tr.danger > th {
  background-color: #ffb2b8;
}
.ttls .table-hover > tbody > tr > td.danger:hover,
.ttls .table-hover > tbody > tr > th.danger:hover,
.ttls .table-hover > tbody > tr.danger:hover > td,
.ttls .table-hover > tbody > tr:hover > .danger,
.ttls .table-hover > tbody > tr.danger:hover > th {
  background-color: #ff99a1;
}
.ttls .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .ttls .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .ttls .table-responsive > .table {
    margin-bottom: 0;
  }
  .ttls .table-responsive > .table > thead > tr > th,
  .ttls .table-responsive > .table > tbody > tr > th,
  .ttls .table-responsive > .table > tfoot > tr > th,
  .ttls .table-responsive > .table > thead > tr > td,
  .ttls .table-responsive > .table > tbody > tr > td,
  .ttls .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .ttls .table-responsive > .table-bordered {
    border: 0;
  }
  .ttls .table-responsive > .table-bordered > thead > tr > th:first-child,
  .ttls .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .ttls .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .ttls .table-responsive > .table-bordered > thead > tr > td:first-child,
  .ttls .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .ttls .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .ttls .table-responsive > .table-bordered > thead > tr > th:last-child,
  .ttls .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .ttls .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .ttls .table-responsive > .table-bordered > thead > tr > td:last-child,
  .ttls .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .ttls .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .ttls .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .ttls .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .ttls .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .ttls .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.ttls fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.ttls legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #23282d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.ttls label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  cursor: pointer;
}
.ttls input[type="search"] {
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ttls input[type="radio"],
.ttls input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.ttls input[type="file"] {
  display: block;
}
.ttls input[type="range"] {
  display: block;
  width: 100%;
}
.ttls select[multiple],
.ttls select[size] {
  height: auto;
}
.ttls input[type="file"]:focus,
.ttls input[type="radio"]:focus,
.ttls input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -3px;
}
.ttls output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.ttls .form-control {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ttls select.form-control {
  padding-right: 25px;
}
.ttls .has-error .form-control {
  color: #ff4c5b;
}
.ttls .has-warning .form-control {
  color: #ffaa33;
}
.ttls .has-success .form-control {
  color: #29ccb1;
}
.ttls:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ttls::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ttls:-ms-input-placeholder {
  color: #999;
}
.ttls::-webkit-input-placeholder {
  color: #999;
}
.ttls .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ttls .form-control[disabled],
.ttls .form-control[readonly],
.ttls fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.ttls .form-control[disabled],
.ttls fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.ttls textarea.form-control {
  height: auto;
}
.ttls input[type="search"] {
  -webkit-appearance: none;
}
.wp-core-ui select.disabled, .wp-core-ui select:disabled {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: #ccc;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ttls input[type="date"].form-control,
  .ttls input[type="time"].form-control,
  .ttls input[type="datetime-local"].form-control,
  .ttls input[type="month"].form-control {
    line-height: 36px;
  }
  .ttls input[type="date"].input-sm,
  .ttls input[type="time"].input-sm,
  .ttls input[type="datetime-local"].input-sm,
  .ttls input[type="month"].input-sm,
  .input-group-sm .ttls input[type="date"],
  .input-group-sm .ttls input[type="time"],
  .input-group-sm .ttls input[type="datetime-local"],
  .input-group-sm .ttls input[type="month"] {
    line-height: 33px;
  }
  .ttls input[type="date"].input-lg,
  .ttls input[type="time"].input-lg,
  .ttls input[type="datetime-local"].input-lg,
  .ttls input[type="month"].input-lg,
  .input-group-lg .ttls input[type="date"],
  .input-group-lg .ttls input[type="time"],
  .input-group-lg .ttls input[type="datetime-local"],
  .input-group-lg .ttls input[type="month"] {
    line-height: 49px;
  }
}
.ttls .form-group:not(:last-child),
.ttls .ttls-license-fields {
  margin-bottom: 15px;
}
.ttls .radio,
.ttls .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ttls .radio label,
.ttls .checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ttls .radio input[type="radio"],
.ttls .radio-inline input[type="radio"],
.ttls .checkbox input[type="checkbox"],
.ttls .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.ttls .radio + .radio,
.ttls .checkbox + .checkbox {
  margin-top: -5px;
}
.ttls .radio-inline,
.ttls .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.ttls .radio-inline + .radio-inline,
.ttls .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.ttls input[type="radio"][disabled],
.ttls input[type="checkbox"][disabled],
.ttls input[type="radio"].disabled,
.ttls input[type="checkbox"].disabled {
  cursor: not-allowed;
}
.ttls .radio-inline.disabled,
.ttls .checkbox-inline.disabled {
  cursor: not-allowed;
}
.ttls .radio.disabled label,
.ttls .checkbox.disabled label {
  cursor: not-allowed;
}
.ttls .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.ttls .form-control-static.input-lg,
.ttls .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.ttls .input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.ttls .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.ttls .form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.ttls .form-group-sm textarea.form-control,
.ttls .form-group-sm select[multiple].form-control {
  height: auto;
}
.ttls .form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.ttls .input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.ttls .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.ttls .form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.ttls .form-group-lg textarea.form-control,
.ttls .form-group-lg select[multiple].form-control {
  height: auto;
}
.ttls .form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.ttls .has-feedback {
  position: relative;
}
.ttls .has-feedback .form-control {
  padding-right: 45px;
}
.ttls .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.ttls .input-lg + .form-control-feedback,
.ttls .input-group-lg + .form-control-feedback,
.ttls .form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.ttls .input-sm + .form-control-feedback,
.ttls .input-group-sm + .form-control-feedback,
.ttls .form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.ttls .has-success .help-block,
.ttls .has-success .control-label,
.ttls .has-success .radio,
.ttls .has-success .checkbox,
.ttls .has-success .radio-inline,
.ttls .has-success .checkbox-inline,
.ttls .has-success.radio label,
.ttls .has-success.checkbox label,
.ttls .has-success.radio-inline label,
.ttls .has-success.checkbox-inline label {
  color: #29ccb1;
}
.ttls .has-success .form-control {
  border-color: #29ccb1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ttls .has-success .form-control:focus {
  border-color: #20a28c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #77e4d2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #77e4d2;
}
.ttls .has-success .input-group-addon {
  color: #29ccb1;
  border-color: #29ccb1;
  background-color: #77e4d2;
}
.ttls .has-success .form-control-feedback {
  color: #29ccb1;
}
.ttls .has-warning .help-block,
.ttls .has-warning .control-label,
.ttls .has-warning .radio,
.ttls .has-warning .checkbox,
.ttls .has-warning .radio-inline,
.ttls .has-warning .checkbox-inline,
.ttls .has-warning.radio label,
.ttls .has-warning.checkbox label,
.ttls .has-warning.radio-inline label,
.ttls .has-warning.checkbox-inline label {
  color: #ffaa33;
}
.ttls .has-warning .form-control {
  border-color: #ffaa33;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ttls .has-warning .form-control:focus {
  border-color: #ff9500;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd499;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd499;
}
.ttls .has-warning .input-group-addon {
  color: #ffaa33;
  border-color: #ffaa33;
  background-color: #ffd499;
}
.ttls .has-warning .form-control-feedback {
  color: #ffaa33;
}
.ttls .has-error .help-block,
.ttls .has-error .control-label,
.ttls .has-error .radio,
.ttls .has-error .checkbox,
.ttls .has-error .radio-inline,
.ttls .has-error .checkbox-inline,
.ttls .has-error.radio label,
.ttls .has-error.checkbox label,
.ttls .has-error.radio-inline label,
.ttls .has-error.checkbox-inline label {
  color: #ff4c5b;
}
.ttls .has-error .form-control {
  border-color: #ff4c5b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ttls .has-error .form-control:focus {
  border-color: #ff192c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b8;
}
.ttls .has-error .input-group-addon {
  color: #ff4c5b;
  border-color: #ff4c5b;
  background-color: #ffb2b8;
}
.ttls .has-error .form-control-feedback {
  color: #ff4c5b;
}
.ttls .has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.ttls .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.ttls .help-block {
  display: block;
  margin-top: 8px;
  margin-bottom: 10px;
  color: #5b6875;
}
@media (min-width: 768px) {
  .ttls .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ttls .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .ttls .form-inline .form-control-static {
    display: inline-block;
  }
  .ttls .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .ttls .form-inline .input-group .input-group-addon,
  .ttls .form-inline .input-group .input-group-btn,
  .ttls .form-inline .input-group .form-control {
    width: auto;
  }
  .ttls .form-inline .input-group > .form-control {
    width: 100%;
  }
  .ttls .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ttls .form-inline .radio,
  .ttls .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ttls .form-inline .radio label,
  .ttls .form-inline .checkbox label {
    padding-left: 0;
  }
  .ttls .form-inline .radio input[type="radio"],
  .ttls .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .ttls .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.ttls .form-horizontal .radio,
.ttls .form-horizontal .checkbox,
.ttls .form-horizontal .radio-inline,
.ttls .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
}
.ttls .form-horizontal .radio,
.ttls .form-horizontal .checkbox {
  min-height: 29px;
}
.ttls .form-horizontal .form-group {
  margin-left: -12px;
  margin-right: -12px;
}
.ttls .form-horizontal .form-group:before,
.ttls .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.ttls .form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .ttls .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.ttls .form-horizontal .has-feedback .form-control-feedback {
  right: 12px;
}
@media (min-width: 768px) {
  .ttls .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .ttls .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.ttls .form-horizontal .control-label {
  padding-right: 0;
}
.ttls .form-generate {
  color: #999;
}
.ttls .form-generate + .form-generate {
  margin-top: 10px;
}
.ttls .form-generate > pre {
  padding: 0;
  display: inline;
  background-color: transparent;
  font-family: inherit;
  border: 0;
}
.ttls .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ttls .btn:focus,
.ttls .btn:active:focus,
.ttls .btn.active:focus,
.ttls .btn.focus,
.ttls .btn:active.focus,
.ttls .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -3px;
}
.ttls .btn:hover,
.ttls .btn:focus,
.ttls .btn.focus {
  color: #333;
  text-decoration: none;
}
.ttls .btn:active,
.ttls .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ttls .btn.disabled,
.ttls .btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ttls a.btn.disabled {
  pointer-events: none;
}
.ttls .btn-group {
  display: inline-block;
}
.ttls .btn-dark {
  color: #fff;
  background-color: #23282d;
  border-color: #23282d;
}
.ttls .btn-dark:focus,
.ttls .btn-dark.focus {
  color: #fff;
  background-color: #0d0e10;
  border-color: #000000;
}
.ttls .btn-dark:hover {
  color: #fff;
  background-color: #0d0e10;
  border-color: #08090b;
}
.ttls .btn-dark:active,
.ttls .btn-dark.active {
  color: #fff;
  background-color: #0d0e10;
  border-color: #08090b;
}
.ttls .btn-dark:active:hover,
.ttls .btn-dark.active:hover,
.ttls .btn-dark:active:focus,
.ttls .btn-dark.active:focus,
.ttls .btn-dark:active.focus,
.ttls .btn-dark.active.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.ttls .btn-dark:active,
.ttls .btn-dark.active {
  background-image: none;
}
.ttls .btn-dark.disabled:hover,
.ttls .btn-dark[disabled]:hover,
.ttls .btn-dark.disabled:focus,
.ttls .btn-dark[disabled]:focus,
.ttls .btn-dark.disabled.focus,
.ttls .btn-dark[disabled].focus {
  background-color: #23282d;
  border-color: #23282d;
}
.ttls .btn-dark .badge {
  color: #23282d;
  background-color: #fff;
}
.ttls .btn-dark:hover {
  border-color: #409fff;
  background-color: #409fff;
}
.ttls .btn-default {
  color: #333;
  background-color: #eeeeee;
  border-color: #d5d5d5;
}
.ttls .btn-default:focus,
.ttls .btn-default.focus {
  color: #333;
  background-color: #d5d5d5;
  border-color: #959595;
}
.ttls .btn-default:hover {
  color: #333;
  background-color: #d5d5d5;
  border-color: #b6b6b6;
}
.ttls .btn-default:active,
.ttls .btn-default.active {
  color: #333;
  background-color: #d5d5d5;
  border-color: #b6b6b6;
}
.ttls .btn-default:active:hover,
.ttls .btn-default.active:hover,
.ttls .btn-default:active:focus,
.ttls .btn-default.active:focus,
.ttls .btn-default:active.focus,
.ttls .btn-default.active.focus {
  color: #333;
  background-color: #c3c3c3;
  border-color: #959595;
}
.ttls .btn-default:active,
.ttls .btn-default.active {
  background-image: none;
}
.ttls .btn-default.disabled:hover,
.ttls .btn-default[disabled]:hover,
.ttls .btn-default.disabled:focus,
.ttls .btn-default[disabled]:focus,
.ttls .btn-default.disabled.focus,
.ttls .btn-default[disabled].focus {
  background-color: #eeeeee;
  border-color: #d5d5d5;
}
.ttls .btn-default .badge {
  color: #eeeeee;
  background-color: #333;
}
.ttls .btn-primary {
  color: #fff;
  background-color: #8a73ff;
  border-color: #755aff;
}
.ttls .btn-primary:focus,
.ttls .btn-primary.focus {
  color: #fff;
  background-color: #5f40ff;
  border-color: #2400d9;
}
.ttls .btn-primary:hover {
  color: #fff;
  background-color: #5f40ff;
  border-color: #421cff;
}
.ttls .btn-primary:active,
.ttls .btn-primary.active {
  color: #fff;
  background-color: #5f40ff;
  border-color: #421cff;
}
.ttls .btn-primary:active:hover,
.ttls .btn-primary.active:hover,
.ttls .btn-primary:active:focus,
.ttls .btn-primary.active:focus,
.ttls .btn-primary:active.focus,
.ttls .btn-primary.active.focus {
  color: #fff;
  background-color: #421cff;
  border-color: #2400d9;
}
.ttls .btn-primary:active,
.ttls .btn-primary.active {
  background-image: none;
}
.ttls .btn-primary.disabled:hover,
.ttls .btn-primary[disabled]:hover,
.ttls .btn-primary.disabled:focus,
.ttls .btn-primary[disabled]:focus,
.ttls .btn-primary.disabled.focus,
.ttls .btn-primary[disabled].focus {
  background-color: #8a73ff;
  border-color: #755aff;
}
.ttls .btn-primary .badge {
  color: #8a73ff;
  background-color: #fff;
}
.ttls .btn-success {
  color: #fff;
  background-color: #29ccb1;
  border-color: #25b79f;
}
.ttls .btn-success:focus,
.ttls .btn-success.focus {
  color: #fff;
  background-color: #20a28c;
  border-color: #0f4d42;
}
.ttls .btn-success:hover {
  color: #fff;
  background-color: #20a28c;
  border-color: #1a8472;
}
.ttls .btn-success:active,
.ttls .btn-success.active {
  color: #fff;
  background-color: #20a28c;
  border-color: #1a8472;
}
.ttls .btn-success:active:hover,
.ttls .btn-success.active:hover,
.ttls .btn-success:active:focus,
.ttls .btn-success.active:focus,
.ttls .btn-success:active.focus,
.ttls .btn-success.active.focus {
  color: #fff;
  background-color: #1a8472;
  border-color: #0f4d42;
}
.ttls .btn-success:active,
.ttls .btn-success.active {
  background-image: none;
}
.ttls .btn-success.disabled:hover,
.ttls .btn-success[disabled]:hover,
.ttls .btn-success.disabled:focus,
.ttls .btn-success[disabled]:focus,
.ttls .btn-success.disabled.focus,
.ttls .btn-success[disabled].focus {
  background-color: #29ccb1;
  border-color: #25b79f;
}
.ttls .btn-success .badge {
  color: #29ccb1;
  background-color: #fff;
}
.ttls .btn-info {
  color: #fff;
  background-color: #409fff;
  border-color: #2692ff;
}
.ttls .btn-info:focus,
.ttls .btn-info.focus {
  color: #fff;
  background-color: #0d85ff;
  border-color: #0053a6;
}
.ttls .btn-info:hover {
  color: #fff;
  background-color: #0d85ff;
  border-color: #0074e8;
}
.ttls .btn-info:active,
.ttls .btn-info.active {
  color: #fff;
  background-color: #0d85ff;
  border-color: #0074e8;
}
.ttls .btn-info:active:hover,
.ttls .btn-info.active:hover,
.ttls .btn-info:active:focus,
.ttls .btn-info.active:focus,
.ttls .btn-info:active.focus,
.ttls .btn-info.active.focus {
  color: #fff;
  background-color: #0074e8;
  border-color: #0053a6;
}
.ttls .btn-info:active,
.ttls .btn-info.active {
  background-image: none;
}
.ttls .btn-info.disabled:hover,
.ttls .btn-info[disabled]:hover,
.ttls .btn-info.disabled:focus,
.ttls .btn-info[disabled]:focus,
.ttls .btn-info.disabled.focus,
.ttls .btn-info[disabled].focus {
  background-color: #409fff;
  border-color: #2692ff;
}
.ttls .btn-info .badge {
  color: #409fff;
  background-color: #fff;
}
.ttls .btn-warning {
  color: #fff;
  background-color: #ffaa33;
  border-color: #ff9f19;
}
.ttls .btn-warning:focus,
.ttls .btn-warning.focus {
  color: #fff;
  background-color: #ff9500;
  border-color: #995900;
}
.ttls .btn-warning:hover {
  color: #fff;
  background-color: #ff9500;
  border-color: #db8000;
}
.ttls .btn-warning:active,
.ttls .btn-warning.active {
  color: #fff;
  background-color: #ff9500;
  border-color: #db8000;
}
.ttls .btn-warning:active:hover,
.ttls .btn-warning.active:hover,
.ttls .btn-warning:active:focus,
.ttls .btn-warning.active:focus,
.ttls .btn-warning:active.focus,
.ttls .btn-warning.active.focus {
  color: #fff;
  background-color: #db8000;
  border-color: #995900;
}
.ttls .btn-warning:active,
.ttls .btn-warning.active {
  background-image: none;
}
.ttls .btn-warning.disabled:hover,
.ttls .btn-warning[disabled]:hover,
.ttls .btn-warning.disabled:focus,
.ttls .btn-warning[disabled]:focus,
.ttls .btn-warning.disabled.focus,
.ttls .btn-warning[disabled].focus {
  background-color: #ffaa33;
  border-color: #ff9f19;
}
.ttls .btn-warning .badge {
  color: #ffaa33;
  background-color: #fff;
}
.ttls .btn-danger {
  color: #fff;
  background-color: #ff4c5b;
  border-color: #ff3244;
}
.ttls .btn-danger:focus,
.ttls .btn-danger.focus {
  color: #fff;
  background-color: #ff192c;
  border-color: #b2000f;
}
.ttls .btn-danger:hover {
  color: #fff;
  background-color: #ff192c;
  border-color: #f40014;
}
.ttls .btn-danger:active,
.ttls .btn-danger.active {
  color: #fff;
  background-color: #ff192c;
  border-color: #f40014;
}
.ttls .btn-danger:active:hover,
.ttls .btn-danger.active:hover,
.ttls .btn-danger:active:focus,
.ttls .btn-danger.active:focus,
.ttls .btn-danger:active.focus,
.ttls .btn-danger.active.focus {
  color: #fff;
  background-color: #f40014;
  border-color: #b2000f;
}
.ttls .btn-danger:active,
.ttls .btn-danger.active {
  background-image: none;
}
.ttls .btn-danger.disabled:hover,
.ttls .btn-danger[disabled]:hover,
.ttls .btn-danger.disabled:focus,
.ttls .btn-danger[disabled]:focus,
.ttls .btn-danger.disabled.focus,
.ttls .btn-danger[disabled].focus {
  background-color: #ff4c5b;
  border-color: #ff3244;
}
.ttls .btn-danger .badge {
  color: #ff4c5b;
  background-color: #fff;
}
.ttls .btn-link {
  color: #409fff;
  font-weight: normal;
  border-radius: 0;
}
.ttls .btn-link,
.ttls .btn-link:active,
.ttls .btn-link.active,
.ttls .btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ttls .btn-link,
.ttls .btn-link:hover,
.ttls .btn-link:focus,
.ttls .btn-link:active {
  border-color: transparent;
}
.ttls .btn-link:hover,
.ttls .btn-link:focus {
  color: #0079f3;
  text-decoration: underline;
  background-color: transparent;
}
.ttls .btn-link[disabled]:hover,
.ttls .btn-link[disabled]:focus {
  color: #777777;
  text-decoration: none;
}
.ttls .btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.ttls .btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.ttls .btn-xs {
  padding: 1px 10px;
  font-size: 14px;
  line-height: inherit;
  border-radius: 2px;
}
.ttls .btn-block {
  display: block;
  width: 100%;
}
.ttls .btn-block + .btn-block {
  margin-top: 5px;
}
.ttls input[type="submit"].btn-block,
.ttls input[type="reset"].btn-block,
.ttls input[type="button"].btn-block {
  width: 100%;
}
.ttls .fade {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.ttls .fade.in {
  opacity: 1;
}
.ttls .collapse {
  display: none;
  opacity: 0;
}
.ttls .collapse.in {
  display: block;
  opacity: 1;
}
tr.ttls .collapse.in {
  display: table-row;
}
tbody.ttls .collapse.in {
  display: table-row-group;
}
.ttls .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.ttls .btn-group,
.ttls .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ttls .btn-group > .btn,
.ttls .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.ttls .btn-group > .btn:hover,
.ttls .btn-group-vertical > .btn:hover,
.ttls .btn-group > .btn:focus,
.ttls .btn-group-vertical > .btn:focus,
.ttls .btn-group > .btn:active,
.ttls .btn-group-vertical > .btn:active,
.ttls .btn-group > .btn.active,
.ttls .btn-group-vertical > .btn.active {
  z-index: 2;
}
.ttls .btn-group .btn + .btn,
.ttls .btn-group .btn + .btn-group,
.ttls .btn-group .btn-group + .btn,
.ttls .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.ttls .btn-toolbar {
  margin-left: -5px;
}
.ttls .btn-toolbar:before,
.ttls .btn-toolbar:after {
  content: " ";
  display: table;
}
.ttls .btn-toolbar:after {
  clear: both;
}
.ttls .btn-toolbar .btn,
.ttls .btn-toolbar .btn-group,
.ttls .btn-toolbar .input-group {
  float: left;
}
.ttls .btn-toolbar > .btn,
.ttls .btn-toolbar > .btn-group,
.ttls .btn-toolbar > .input-group {
  margin-left: 5px;
}
.ttls .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.ttls .btn-group > .btn:first-child {
  margin-left: 0;
}
.ttls .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ttls .btn-group > .btn:last-child:not(:first-child),
.ttls .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ttls .btn-group > .btn-group {
  float: left;
}
.ttls .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.ttls .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.ttls .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ttls .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ttls .btn-group .dropdown-toggle:active,
.ttls .btn-group.open .dropdown-toggle {
  outline: 0;
}
.ttls .btn-group-xs > .btn {
  padding: 1px 10px;
  font-size: 14px;
  line-height: inherit;
  border-radius: 2px;
}
.ttls .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.ttls .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.ttls .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.ttls .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.ttls .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ttls .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ttls .btn .caret {
  margin-left: 0;
}
.ttls .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.ttls .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.ttls .btn-group-vertical > .btn,
.ttls .btn-group-vertical > .btn-group,
.ttls .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.ttls .btn-group-vertical > .btn-group:before,
.ttls .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.ttls .btn-group-vertical > .btn-group:after {
  clear: both;
}
.ttls .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.ttls .btn-group-vertical > .btn + .btn,
.ttls .btn-group-vertical > .btn + .btn-group,
.ttls .btn-group-vertical > .btn-group + .btn,
.ttls .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.ttls .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ttls .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ttls .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ttls .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.ttls .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.ttls .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ttls .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ttls .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ttls .btn-group-justified > .btn,
.ttls .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.ttls .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.ttls .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.ttls [data-toggle="buttons"] > .btn input[type="radio"],
.ttls [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.ttls [data-toggle="buttons"] > .btn input[type="checkbox"],
.ttls [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.ttls .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.ttls .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.ttls .input-group .form-control:focus {
  z-index: 3;
}
.ttls .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.ttls .input-group-addon,
.ttls .input-group-btn,
.ttls .input-group .form-control {
  display: table-cell;
}
.ttls .input-group-addon:not(:first-child):not(:last-child),
.ttls .input-group-btn:not(:first-child):not(:last-child),
.ttls .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ttls .input-group-addon,
.ttls .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.ttls .input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.ttls .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 2px;
}
.ttls .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.ttls .input-group-addon input[type="radio"],
.ttls .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.ttls .input-group .form-control:first-child,
.ttls .input-group-addon:first-child,
.ttls .input-group-btn:first-child > .btn,
.ttls .input-group-btn:first-child > .btn-group > .btn,
.ttls .input-group-btn:first-child > .dropdown-toggle,
.ttls .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.ttls .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ttls .input-group-addon:first-child {
  border-right: 0;
}
.ttls .input-group .form-control:last-child,
.ttls .input-group-addon:last-child,
.ttls .input-group-btn:last-child > .btn,
.ttls .input-group-btn:last-child > .btn-group > .btn,
.ttls .input-group-btn:last-child > .dropdown-toggle,
.ttls .input-group-btn:first-child > .btn:not(:first-child),
.ttls .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ttls .input-group-addon:last-child {
  border-left: 0;
}
.ttls .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.ttls .input-group-btn > .btn {
  position: relative;
}
.ttls .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.ttls .input-group-btn > .btn:hover,
.ttls .input-group-btn > .btn:focus,
.ttls .input-group-btn > .btn:active {
  z-index: 2;
}
.ttls .input-group-btn:first-child > .btn,
.ttls .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.ttls .input-group-btn:last-child > .btn,
.ttls .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.ttls .breadcrumb {
  padding: 8px 15px;
  border: 1px solid #f2f2f2;
  margin-bottom: 22px;
  list-style: none;
  background-color: #fff;
  border-radius: 2px;
}
.ttls .breadcrumb > li {
  display: inline-block;
  margin-bottom: 0;
}
.ttls .breadcrumb > li > a:hover {
  text-decoration: none;
}
.ttls .breadcrumb > li + li:before {
  content: "\203A";
  padding: 0 10px 0 5px;
  color: #ccc;
}
.ttls .breadcrumb > .active {
  color: #777777;
}
.ttls .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
}
.ttls .pagination > li {
  display: inline-block;
}
.ttls .pagination > li > a:not(.btn),
.ttls .pagination > li > span:not(.btn) {
  position: relative;
  background-color: transparent;
  color: #23282d;
  display: block;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  border: 1px solid transparent;
  margin-left: -1px;
}
.ttls .pagination > li:first-child > a,
.ttls .pagination > li:first-child > span {
  margin-left: 0;
}
.ttls .pagination > li:first-child > a.btn,
.ttls .pagination > li:first-child > span.btn {
  margin-right: 20px;
}
.ttls .pagination > li:last-child > a.btn,
.ttls .pagination > li:last-child > span.btn {
  margin-left: 20px;
}
.ttls .pagination > li > a:hover:not(.btn),
.ttls .pagination > li > span:hover:not(.btn),
.ttls .pagination > li > a:focus:not(.btn),
.ttls .pagination > li > span:focus:not(.btn) {
  z-index: 2;
  color: #0079f3;
  background-color: transparent;
  border-color: transparent;
}
.ttls .pagination > .active > a:not(.btn),
.ttls .pagination > .active > span:not(.btn),
.ttls .pagination > .active > a:hover:not(.btn),
.ttls .pagination > .active > span:hover:not(.btn),
.ttls .pagination > .active > a:focus:not(.btn),
.ttls .pagination > .active > span:focus:not(.btn) {
  z-index: 3;
  color: #fff;
  background-color: #409fff;
  border-color: #409fff;
  border-radius: 2px;
  cursor: default;
}
.ttls .pagination > .disabled > span,
.ttls .pagination > .disabled > span:hover,
.ttls .pagination > .disabled > span:focus,
.ttls .pagination > .disabled > a,
.ttls .pagination > .disabled > a:hover,
.ttls .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.ttls .pagination-lg > li > a,
.ttls .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.ttls .pagination-lg > li:first-child > a,
.ttls .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.ttls .pagination-lg > li:last-child > a,
.ttls .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.ttls .pagination-sm > li > a,
.ttls .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.ttls .pagination-sm > li:first-child > a,
.ttls .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.ttls .pagination-sm > li:last-child > a,
.ttls .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.ttls .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.ttls .badge:empty {
  display: none;
}
.ttls .btn .badge {
  position: relative;
  top: -1px;
}
.ttls .btn-xs .badge,
.ttls .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.ttls a.badge:hover,
.ttls a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.ttls .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.ttls .label:empty {
  display: none;
}
.ttls a.label:hover,
.ttls a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.ttls .btn .label {
  position: relative;
  top: -1px;
}
.ttls .label-default {
  background-color: #777777;
}
.ttls .label-default[href]:hover,
.ttls .label-default[href]:focus {
  background-color: #5e5e5e;
}
.ttls .label-primary {
  background-color: #8a73ff;
}
.ttls .label-primary[href]:hover,
.ttls .label-primary[href]:focus {
  background-color: #5f40ff;
}
.ttls .label-success {
  background-color: #29ccb1;
}
.ttls .label-success[href]:hover,
.ttls .label-success[href]:focus {
  background-color: #20a28c;
}
.ttls .label-info {
  background-color: #409fff;
}
.ttls .label-info[href]:hover,
.ttls .label-info[href]:focus {
  background-color: #0d85ff;
}
.ttls .label-warning {
  background-color: #ffaa33;
}
.ttls .label-warning[href]:hover,
.ttls .label-warning[href]:focus {
  background-color: #ff9500;
}
.ttls .label-danger {
  background-color: #ff4c5b;
}
.ttls .label-danger[href]:hover,
.ttls .label-danger[href]:focus {
  background-color: #ff192c;
}
.ttls .alert {
  padding: 15px 22.5px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.ttls .alert h4 {
  margin-top: 0;
  color: inherit;
}
.ttls .alert .alert-link {
  text-decoration: underline;
  font-weight: bold;
}
.ttls .alert .alert-link:hover {
  text-decoration: none;
}
.ttls .alert > p,
.ttls .alert > ul {
  margin-bottom: 0;
}
.ttls .alert > p + p {
  margin-top: 5px;
}
.ttls .alert-dismissable,
.ttls .alert-dismissible {
  padding-right: 39px;
}
.ttls .alert-dismissable .close,
.ttls .alert-dismissible .close {
  top: -2px;
  width: 24px;
  right: -30px;
  color: inherit;
  position: relative;
}
.ttls .alert-success {
  background-color: #29ccb1;
  border-color: #29ccb1;
  color: #fff;
}
.ttls .alert-success hr {
  border-top-color: #25b79f;
}
.ttls .alert-success .alert-link {
  color: inherit;
}
.ttls .alert-info {
  background-color: #409fff;
  border-color: #409fff;
  color: #fff;
}
.ttls .alert-info hr {
  border-top-color: #2692ff;
}
.ttls .alert-info .alert-link {
  color: inherit;
}
.ttls .alert-warning {
  background-color: #ffaa33;
  border-color: #ffaa33;
  color: #fff;
}
.ttls .alert-warning hr {
  border-top-color: #ff9f19;
}
.ttls .alert-warning .alert-link {
  color: inherit;
}
.ttls .alert-danger {
  background-color: #ff4c5b;
  border-color: #ff4c5b;
  color: #fff;
}
.ttls .alert-danger hr {
  border-top-color: #ff3244;
}
.ttls .alert-danger .alert-link {
  color: inherit;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.ttls .progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ttls .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #8a73ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.ttls .progress-striped .progress-bar,
.ttls .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.ttls .progress.active .progress-bar,
.ttls .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.ttls .progress-bar-success {
  background-color: #29ccb1;
}
.ttls .progress-bar-info {
  background-color: #409fff;
}
.ttls .progress-bar-warning {
  background-color: #ffaa33;
}
.ttls .progress-bar-danger {
  background-color: #ff4c5b;
}
.ttls .close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  background-color: transparent;
  padding: 0;
  border: 0;
  height: 30px;
  width: 30px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.ttls .close > span {
  height: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
}
.ttls .close:hover,
.ttls .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ttls button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.ttls .modal {
  display: none;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.5);
  outline: 0;
  text-align: left;
}
.ttls .modal.fade .modal-dialog {
  top: 0;
  bottom: 0;
  margin: 8% auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.ttls .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ttls .modal-tabs {
  margin-top: -1px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.ttls .modal-tabs > a {
  position: relative;
  width: 50%;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  font-weight: 600;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -webkit-flex-shrink: 2;
  -moz-flex-shrink: 2;
  -ms-flex-shrink: 2;
  flex-shrink: 2;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
.ttls .modal-tabs > a:before,
.ttls .modal-tabs > a:after {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  display: block;
  position: absolute;
  background-color: transparent;
  right: -15px;
  left: -15px;
  top: 0;
}
.ttls .modal-tabs > a:before {
  bottom: 0;
}
.ttls .modal-tabs > a:after {
  height: 1px;
}
.ttls .modal-tabs > a + a {
  border-left: 1px solid #ddd;
}
.ttls .modal-tabs > a.disabled {
  cursor: not-allowed;
}
.ttls .modal-tabs > a.active:after {
  height: 4px;
  background-color: #409fff;
}
.ttls .modal-tabs > a:not(.active) {
  color: inherit;
  border-bottom-color: #ddd;
}
.ttls .modal-tabs > a:not(.active).disabled {
  color: #969696;
}
.ttls .modal-tabs > a:not(.active):not(.disabled):hover {
  background-color: #fafafa;
}
.ttls .modal-tabs > a:not(.active):not(.disabled):hover:after {
  background-color: #ddd;
}
.ttls .modal-open .modal {
  padding-right: 0 !important;
  overflow-x: hidden;
  overflow-y: auto;
}
.ttls .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.ttls .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  outline: 0;
}
.ttls .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.ttls .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.ttls .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ttls .modal-header {
  padding: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.ttls .modal-header .close {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin: -8px -15px;
}
.ttls .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.ttls .modal-body {
  position: relative;
  padding: 25px;
}
.ttls .modal-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -moz-flex-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 25px;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}
.ttls .modal-footer > span {
  margin-right: 20px;
}
.ttls .modal-footer > span > span{
  display: block;
  margin-bottom: 5px;
}
.ttls .modal-footer pre{
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  padding: 1px 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  max-width: 400px;
}
.ttls .modal-footer > .btn {
  margin-left: auto;
}
.ttls .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.ttls .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.ttls .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.ttls .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .ttls .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .ttls .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .ttls .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .ttls .modal-lg {
    width: 900px;
  }
}
.ttls .clearfix:before,
.ttls .clearfix:after,
.ttls .ttls .modal-header:before,
.ttls .ttls .modal-header:after {
  content: " ";
  display: table;
}
.ttls .clearfix:after,
.ttls .ttls .modal-header:after {
  clear: both;
}
.ttls .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ttls .pull-right {
  float: right !important;
}
.ttls .pull-left {
  float: left !important;
}
@media (min-width: 480px) {
  .ttls .pull-right-xs {
    float: right !important;
  }
  .ttls .pull-left-xs {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .ttls .pull-right-sm {
    float: right !important;
  }
  .ttls .pull-left-sm {
    float: left !important;
  }
}
@media (min-width: 992px) {
  .ttls .pull-right-md {
    float: right !important;
  }
  .ttls .pull-left-md {
    float: left !important;
  }
}
@media (min-width: 1200px) {
  .ttls .pull-right-lg {
    float: right !important;
  }
  .ttls .pull-left-lg {
    float: left !important;
  }
}
.ttls .hide {
  display: none !important;
}
.ttls .show {
  display: block !important;
  opacity: 1;
}
.ttls .invisible {
  visibility: hidden;
}
.ttls .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.ttls .hidden {
  display: none !important;
}
.ttls .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.ttls .visible-xs,
.ttls .visible-sm,
.ttls .visible-md,
.ttls .visible-lg {
  display: none !important;
}
.ttls .visible-xs-block,
.ttls .visible-xs-inline,
.ttls .visible-xs-inline-block,
.ttls .visible-sm-block,
.ttls .visible-sm-inline,
.ttls .visible-sm-inline-block,
.ttls .visible-md-block,
.ttls .visible-md-inline,
.ttls .visible-md-inline-block,
.ttls .visible-lg-block,
.ttls .visible-lg-inline,
.ttls .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .ttls .visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .ttls .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .ttls .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .ttls .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ttls .visible-sm {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ttls .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ttls .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ttls .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ttls .visible-md {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ttls .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ttls .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ttls .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .ttls .visible-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .ttls .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .ttls .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .ttls .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .ttls .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ttls .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ttls .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ttls .hidden-lg {
    display: none !important;
  }
}
.ttls .visible-print {
  display: none !important;
}
@media print {
  .ttls .visible-print {
    display: block !important;
  }
}
.ttls .visible-print-block {
  display: none !important;
}
@media print {
  .ttls .visible-print-block {
    display: block !important;
  }
}
.ttls .visible-print-inline {
  display: none !important;
}
@media print {
  .ttls .visible-print-inline {
    display: inline !important;
  }
}
.ttls .visible-print-inline-block {
  display: none !important;
}
@media print {
  .ttls .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .ttls .hidden-print {
    display: none !important;
  }
}
.ttls .ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ttls .ui-helper-hidden {
  display: none;
}
.ttls .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ttls .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ttls .ui-helper-clearfix:before,
.ttls .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ttls .ui-helper-clearfix:after {
  clear: both;
}
.ttls .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ttls .ui-front {
  z-index: 100;
}
.ttls .ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ttls .ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ttls .ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ttls .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ttls .ui-resizable {
  position: relative;
}
.ttls .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ttls .ui-resizable-disabled .ui-resizable-handle,
.ttls .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ttls .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ttls .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ttls .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ttls .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ttls .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ttls .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ttls .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ttls .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ttls .ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ttls .ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ttls .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ttls .ui-datepicker {
  width: 17em;
  padding: 15px;
  display: none;
}
.ttls .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 5 0;
}
.ttls .ui-datepicker .ui-datepicker-prev,
.ttls .ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ttls .ui-datepicker .ui-datepicker-prev:before,
.ttls .ui-datepicker .ui-datepicker-next:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.ttls .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ttls .ui-datepicker .ui-datepicker-prev:before {
  content: "\f053";
}
.ttls .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ttls .ui-datepicker .ui-datepicker-next:before {
  content: "\f054";
}
.ttls .ui-datepicker .ui-datepicker-prev span,
.ttls .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ttls .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ttls .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ttls .ui-datepicker select.ui-datepicker-month,
.ttls .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ttls .ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0;
}
.ttls .ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ttls .ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ttls .ui-datepicker td.ui-datepicker-current-day,
.ttls .ui-datepicker td:hover {
  background-color: #eee;
}
.ttls .ui-datepicker td span,
.ttls .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ttls .ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ttls .ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ttls .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ttls .ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ttls .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ttls .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ttls .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ttls .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ttls .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ttls .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ttls .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ttls .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ttls .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ttls .ui-datepicker-rtl {
  direction: rtl;
}
.ttls .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ttls .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ttls .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ttls .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ttls .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ttls .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ttls .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ttls .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ttls .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ttls .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ttls .ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
.ttls *::selection {
  color: #fff;
  background-color: #409fff;
  text-shadow: none !important;
}
.ttls a,
.ttls button,
.ttls .btn {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ttls a:focus,
.ttls button:focus,
.ttls .btn:focus,
.ttls a:active,
.ttls button:active,
.ttls .btn:active,
.ttls a.active,
.ttls button.active,
.ttls .btn.active,
.ttls a.focus,
.ttls button.focus,
.ttls .btn.focus {
  outline: none;
}
.ttls hr {
  border-top-color: #ddd;
  border-bottom: 1px solid #fafafa;
}
.ttls .breadcrumb i {
  vertical-align: 1px;
}
.ttls .wp-heading-inline {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  margin: 0;
}
.ttls .wp-heading-inline + .btn {
  vertical-align: -2px;
  margin-left: 1em;
}
.ttls #cke_ttls-ckeditor {
  border-radius: 2px;
}
.ttls #ttlsAdd .modal-tabs {
  height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ttls #ttlsAdd .modal-tabs.in {
  height: 55px;
}
.ttls #ttlsNewDeveloper .input-group-addon,
.ttls #ttlsNewUser .input-group-addon {
  min-width: 41px;
  text-align: right;
}
.ttls #ttlsNewLicense .checkbox {
  margin: 0;
  margin: 0 0 1em;
}
.ttls #ttlsLicense .table {
  margin: -10px 0 10px;
}
.ttls #ttlsLicense .table th {
  padding-left: 0;
  padding-right: 0;
}
.ttls #ttlsLicense .table td:first-child {
  padding-left: 0;
}
.ttls #ttlsLicense .table td:last-child {
  padding-right: 0;
  text-align: right;
}
.ttls #ttlsLicense .table .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  width: 26px;
  border-color: transparent;
  background-color: transparent;
  color: #777777;
}
.ttls #ttlsLicense .table .btn:hover {
  color: #23282d;
}
.ttls #ttlsLicense .table .btn:hover .fa-check {
  color: #29ccb1;
}
.ttls #ttlsLicense .table .btn:hover .fa-bullseye {
  color: #23282d;
}
.ttls #ttlsLicense .table .btn:hover .fa-times {
  color: #ff4c5b;
}
.ttls .checkbox > label {
  padding-left: 24px;
  font-weight: 600;
}
.ttls .checkbox > label:before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  top: 2px;
  left: 0;
}
.ttls .checkbox > label:after {
  content: '';
  width: 10px;
  height: 5px;
  position: absolute;
  border-left: 2px solid #23282d;
  border-bottom: 2px solid #23282d;
  visibility: hidden;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
  left: 4px;
}
.ttls .checkbox > input[type="checkbox"] {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 0;
}
.ttls .checkbox > input[type="checkbox"]:checked + label:after {
  visibility: visible;
}
.ttls .ui-sortable {
  min-height: 100px;
}
.ttls .sort-highlight {
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #ccc;
  background-color: #eee;
  margin-bottom: 24px;
  left: 2px;
}
.ttls__divider {
  height: 24px;
  clear: both;
}
.ttls .connectedSortable {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .ttls .connectedSortable {
    min-height: calc(100vh - 260px);
  }
}
.ttls__header-inner .breadcrumb {
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .ttls__header-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -moz-flex-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .ttls__header-inner .col-left {
    white-space: nowrap;
  }
  .ttls__header-inner .breadcrumb {
    margin: 0 0 0 20px;
  }
}
.ttls__header-title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.ttls__header-title > h1 {
  display: inline-block;
  margin: 0 40px 0 0;
}
.ttls__header-title > .btn {
  top: 2px;
  padding: 10px 20px;
  position: relative;
  font-weight: 500;
}
.ttls__header-title > .btn > i {
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 1px;
}
.ttls__header-title > .btn > i:before,
.ttls__header-title > .btn > i:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
  display: block;
  background-color: #fff;
  margin: auto;
}
.ttls__header-title > .btn > i:after {
  height: 2px;
}
.ttls__header-title > .btn > i:before {
  width: 2px;
}
@media (max-width: 768px) {
  .ttls__header-title > .btn {
    padding: 10px;
  }
}
.ttls__widget {
  position: relative;
  background-color: #fff;
  padding: 24px;
}
.ttls__widget + .ttls__widget {
  margin-top: 24px;
}
.ttls__widget + .sort-highlight {
  margin-top: 24px;
}
.ttls__widget-move {
  display: block;
  position: absolute;
  background-image: -webkit-linear-gradient(left, transparent 0%, transparent 50%, white 50%, white 100%), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 50%, white 50%, white 100%);
  background-image: -o-linear-gradient(left, transparent 0%, transparent 50%, white 50%, white 100%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 50%, white 50%, white 100%);
  background-image: linear-gradient(to right, transparent 0%, transparent 50%, white 50%, white 100%), linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 50%, white 50%, white 100%);
  background-position: 0 0;
  background-size: 6px 5px;
  border: 5px solid #fff;
  cursor: move;
  width: 33px;
  height: 35px;
  right: 15px;
  top: 15px;
}
.ttls__widget-title {
  margin-bottom: 20px;
  margin-right: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: flex-strat;
  -moz-box-pack: flex-strat;
  -moz-flex-pack: flex-strat;
  -ms-flex-pack: flex-strat;
  -webkit-justify-content: flex-strat;
  -moz-justify-content: flex-strat;
  -ms-justify-content: flex-strat;
  justify-content: flex-strat;
  -ms-flex-align: baseline;
  -moz-box-align: baseline;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.ttls__widget-error .ttls__widget-title {
  margin-bottom: 0;
}
.ttls__widget-title > i.fa {
  position: relative;
  margin-right: 10px;
  top: -1px;
}
.ttls__widget-title > h4 {
  margin: 0;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.ttls__widget > .table {
  margin-bottom: 0;
}
.ttls__widget-deadline > .table td:last-child {
  text-align: center;
  width: 80px;
}
.ttls__widget-deadline > .table td:last-child span {
  display: block;
  min-width: 30px;
  padding: 2px 5px;
  margin-right: 3px;
  font-size: .8em;
  text-align: center;
  line-height: inherit;
  border-radius: 2px;
}
.ttls__widget-deadline > .table td:last-child span.ttls__time-info {
  background-color: rgba(64, 159, 255, 0.25);
  border: 1px solid rgba(64, 159, 255, 0.1);
  color: #003973;
}
.ttls__widget-deadline > .table td:last-child span.ttls__time-danger {
  background-color: rgba(255, 76, 91, 0.25);
  border: 1px solid rgba(255, 76, 91, 0.1);
  color: #7f000b;
}
.ttls__widget-freeTickets > .table {
  margin-bottom: 0;
}
.ttls__widget-freeTickets > .table tr.new {
  background-color: rgba(41, 204, 177, 0.25);
}
.ttls__widget-freeTickets > .table td {
  vertical-align: middle;
}
.ttls__widget-freeTickets > .table td:first-child {
  width: 80%;
}
.ttls__widget-freeTickets > .table td:last-child {
  text-align: center;
  width: 80px;
}
.ttls__widget-freeTickets > .table td:last-child span {
  display: block;
  min-width: 30px;
  padding: 2px 5px;
  margin-right: 3px;
  font-size: .8em;
  text-align: center;
  line-height: inherit;
  border-radius: 2px;
}
.ttls__widget-freeTickets > .table td:last-child span.ttls__time-info {
  background-color: rgba(64, 159, 255, 0.25);
  border: 1px solid rgba(64, 159, 255, 0.1);
  color: #003973;
}
.ttls__widget-freeTickets > .table td:last-child span.ttls__time-danger {
  background-color: rgba(255, 76, 91, 0.25);
  border: 1px solid rgba(255, 76, 91, 0.1);
  color: #7f000b;
}
.ttls__widget-error {
  color: #ff4c5b;
}
.ttls__widget.ui-sortable-helper {
  right: 0;
}
.ttls__filter {
  vertical-align: middle;
  margin-bottom: 1em;
}
.ttls__filter > span {
  display: inline-block;
  padding: 5px 10px 5px 0;
  vertical-align: middle;
}
.ttls__filter > ul {
  position: relative;
  display: inline-block;
  list-style-type: none;
  vertical-align: middle;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.ttls__filter > ul > li {
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.ttls__filter > ul > li + li {
  margin-left: -4px;
  border-left: 1px solid #ddd;
}
.ttls__filter > ul > li > a {
  display: block;
  position: relative;
  padding: 5px 15px;
  color: #777777;
  text-transform: capitalize;
}
.ttls__filter > ul > li > a:hover {
  color: #409fff;
}
.ttls__filter > ul > li.active > a {
  margin-right: -1px;
  text-decoration: none;
  border-radius: 2px;
  background-color: #409fff;
  cursor: default;
  color: #fff;
  z-index: 2;
}
.ttls__dropdown-filter {
  display: flex;
}
.ttls__dropdown-filter > span {
  flex-grow: 0;
}
.ttls__dropdown-filter .form-control {
  flex-grow: 1;
  width: auto;
}
.ttls .ttls__cards {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -moz-flex-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: -20px;
}
.ttls .ttls__cards + nav {
  margin-top: 16px;
}
.ttls .ttls__card {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -moz-flex-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  min-height: 168px;
  padding: 20px 20px 0 168px;
  margin: 10px 0 10px 20px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
}
.ttls .ttls__card:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .ttls .ttls__card {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1400px) {
  .ttls .ttls__card {
    width: calc(33.33% - 20px);
  }
}
.ttls .ttls__card-settings {
  display: block;
  position: absolute;
  padding: 17px;
  right: 0;
  top: 0;
  color: #ccc;
}
.ttls .ttls__card-settings:hover {
  color: inherit;
}
.ttls .ttls__card-thumbnail {
  position: absolute;
  left: 20px;
  top: 20px;
}
.ttls .ttls__card-thumbnail > a {
  position: relative;
  display: block;
  width: 128px;
  height: 128px;
  background-color: #eee;
  box-shadow: 0 0 32px 1px rgba(0, 0, 0, 0.1) inset;
  color: inherit;
}
.ttls .ttls__card-thumbnail > a > span:only-child {
  content: '\f03e';
  position: relative;
  color: rgba(0, 0, 0, 0.1);
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  line-height: 128px;
  font-weight: 900;
  font-size: 3em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.ttls .ttls__card-thumbnail > a > img {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
}
.ttls .ttls__card-thumbnail > .plus {
  background-color: #f1f1f1;
  border: 1px solid #e4e4e4;
}
.ttls .ttls__card-entry {
  min-height: 148px;
  padding-bottom: 20px;
}
.ttls .ttls__card-footer {
  padding: 20px;
  border-top: 1px solid #ddd;
  margin: 0 -20px 0 -168px;
}
.ttls .ttls__card-footer-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -moz-flex-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.ttls .ttls__card-price {
  margin-right: 20px;
}
.ttls .ttls__card-price > small {
  color: #969696;
}
.ttls .ttls__card-price > span {
  margin-left: 5px;
  font-size: 1.8em;
  line-height: 1;
}
.ttls .ttls__card-title {
  font-weight: 500;
  margin: 0 40px 10px 0;
}
.ttls .ttls__card-title > a {
  color: inherit;
  text-decoration: none;
}
.ttls .ttls__card-title > a:hover {
  color: #409fff;
}
.ttls .ttls__card-excerpt {
  font-size: .9em;
}
.ttls .ttls__card-authors {
  color: #777777;
  font-size: .8em;
}
.ttls .ttls__card-authors a:not(:hover) {
  color: inherit;
}
.ttls .ttls__card .badge {
  position: absolute;
  padding: 0;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 10px;
  font-weight: normal;
  right: -12px;
  top: -12px;
  color: #fff;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}
.ttls-product-manual {
  margin-right: 10px;
}
.ttls .ttls__pending-tickets-product-count {
  position: relative;
}
.ttls .ttls__pending-tickets-product-count .update-plugins {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin: 1px 0 -1px 2px;
  padding: 0 5px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #ca4a1f;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  position: absolute;
  top: -5px;
  right: -8px;
}
.ttls .ttls__pending-tickets-product-count .count-0 {
  display: none;
}
.ttls__instaled-inner,
.ttls__tickets-inner,
.ttls__license-inner,
.ttls__developers-inner,
.ttls .ttls__available-inner,
.ttls .ttls__newsletters-inner {
  overflow-x: auto;
  padding: 24px;
  background-color: #fff;
}
.ttls .ttls__instaled .table td,
.ttls .ttls__tickets .table td,
.ttls .ttls__license .table td,
.ttls .ttls__developers .table td,
.ttls .ttls__available .table td,
.ttls .ttls__instaled .table th,
.ttls .ttls__tickets .table th,
.ttls .ttls__license .table th,
.ttls .ttls__developers .table th,
.ttls .ttls__available .table th {
  padding: 10px 20px;
  vertical-align: middle;
}
.ttls .ttls__instaled .table a,
.ttls .ttls__tickets .table a,
.ttls .ttls__license .table a,
.ttls .ttls__developers .table a {
  text-decoration: none;
}
.ttls__instaled hr,
.ttls__tickets hr,
.ttls__license hr,
.ttls__developers hr,
.ttls__available hr, {
  border-bottom: 0;
}
.ttls__available .table td p,
.ttls__available .table th p {
  font-size: .9em;
  max-width: 1200px;
}
.ttls__available .table td:last-child,
.ttls__available .table th:last-child {
  text-align: center;
  width: 100px;
}

.ttls .ttls__instaled .table td p,
.ttls .ttls__instaled .table th p {
  font-size: .9em;
  max-width: 1200px;
}
.ttls .ttls__instaled .table td:last-child,
.ttls .ttls__instaled .table th:last-child {
  text-align: center;
  width: 100px;
}
@media (min-width: 992px) {
  .ttls .ttls__instaled .table th:not(:first-child) {
    white-space: nowrap;
  }
}
.ttls .ttls__instaled .table td:first-child {
  width: 70%;
}
.ttls .ttls__instaled .table td:last-child {
  width: 120px;
}
.ttls .ttls__tickets .table:only-child {
  margin: -14px 0;
}
.ttls .ttls__tickets .ttls__newsletters-inner .table:only-child  {
  margin: 0;
}
@media (max-width: 992px) {
  .ttls .ttls__tickets .table {
    table-layout: fixed;
  }
}
.ttls .ttls__tickets .table tbody > tr {
  cursor: pointer;
}
.ttls .ttls__tickets .table tbody > tr:hover > td {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ttls .ttls__tickets .table tbody > tr:hover:nth-of-type(odd) > td {
  background-color: rgba(64, 159, 255, 0.1);
}
.ttls .ttls__tickets .table tbody > tr:hover:nth-of-type(even) > td {
  background-color: rgba(64, 159, 255, 0.15);
}
.ttls .ttls__tickets .table th,
.ttls .ttls__tickets .table td {
  vertical-align: middle;
}
.ttls .ttls__tickets .table th:nth-child(1),
.ttls .ttls__tickets .table td:nth-child(1) {
  padding-right: 0;
}
.ttls .ttls__tickets .table th:nth-child(2) > div,
.ttls .ttls__tickets .table td:nth-child(2) > div {
  display: none;
}
@media (min-width: 992px) {
  .ttls .ttls__tickets .table th,
  .ttls .ttls__tickets .table td {
    white-space: nowrap;
  }
  .ttls .ttls__tickets .table th:nth-child(3),
  .ttls .ttls__tickets .table td:nth-child(3) {
    width: 90%;
  }
}
.ttls .ttls__tickets .table th:nth-child(1),
.ttls .ttls__tickets .table td:nth-child(1),
.ttls .ttls__tickets .table th:nth-child(4),
.ttls .ttls__tickets .table td:nth-child(4),
.ttls .ttls__tickets .table th:nth-child(6),
.ttls .ttls__tickets .table td:nth-child(6) {
  text-align: center;
}

.ttls .ttls__tickets .ttls__newsletters-inner .table th,
.ttls .ttls__tickets .ttls__newsletters-inner .table td {
  text-align: left;
}
@media (max-width: 1200px) {
  .ttls .ttls__tickets .table th:nth-child(1),
  .ttls .ttls__tickets .table td:nth-child(1),
  .ttls .ttls__tickets .table th:nth-child(2),
  .ttls .ttls__tickets .table td:nth-child(2),
  .ttls .ttls__tickets .table th:nth-child(6),
  .ttls .ttls__tickets .table td:nth-child(6) {
    display: none;
  }
  .ttls .ttls__tickets .table th:nth-child(2) > span.btn,
  .ttls .ttls__tickets .table td:nth-child(2) > span.btn {
    margin-bottom: 3px;
    min-width: 65px;
    font-size: 75%;
    line-height: 1;
    padding: 1px 6px 3px !important;
  }
}
@media (min-width: 1200px) {
  .ttls .ttls__tickets .table th:nth-child(2) > div,
  .ttls .ttls__tickets .table td:nth-child(2) > div {
    display: none;
  }
  .ttls .ttls__tickets .table th:nth-child(5) > span:nth-child(3),
  .ttls .ttls__tickets .table td:nth-child(5) > span:nth-child(3) {
    display: inline-block;
  }
  .ttls .ttls__tickets .table th:nth-child(5) > span:nth-child(4),
  .ttls .ttls__tickets .table td:nth-child(5) > span:nth-child(4) {
    display: none;
  }
}
@media (max-width: 768px) {
  .ttls .ttls__tickets .table th:nth-child(2),
  .ttls .ttls__tickets .table td:nth-child(2),
  .ttls .ttls__tickets .table th:nth-child(4),
  .ttls .ttls__tickets .table td:nth-child(4),
  .ttls .ttls__tickets .table th:nth-child(5),
  .ttls .ttls__tickets .table td:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1200px) {
  .ttls .ttls__tickets .table th:nth-child(2),
  .ttls .ttls__tickets .table td:nth-child(2) {
    width: auto;
  }
  .ttls .ttls__tickets .table th:nth-child(2) > a,
  .ttls .ttls__tickets .table td:nth-child(2) > a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: nowrap;
  }
  .ttls .ttls__tickets .table th:nth-child(2) > div,
  .ttls .ttls__tickets .table td:nth-child(2) > div {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    line-height: 1.2;
    color: #969696;
    vertical-align: baseline;
    margin-bottom: 8px;
  }
  .ttls .ttls__tickets .table th:nth-child(2) > div > span,
  .ttls .ttls__tickets .table td:nth-child(2) > div > span {
    font-size: .75em;
  }
  .ttls .ttls__tickets .table th:nth-child(2) > div > span.btn,
  .ttls .ttls__tickets .table td:nth-child(2) > div > span.btn {
    width: 60px;
    padding: 0 0 2px;
    vertical-align: 0;
  }
  .ttls .ttls__tickets .table th:nth-child(5),
  .ttls .ttls__tickets .table td:nth-child(5) {
    white-space: nowrap;
    width: 170px;
  }
  .ttls .ttls__tickets .table th:nth-child(5) > span,
  .ttls .ttls__tickets .table td:nth-child(5) > span {
    font-size: .9em;
  }
  .ttls .ttls__tickets .table th:nth-child(5) > span:nth-child(3),
  .ttls .ttls__tickets .table td:nth-child(5) > span:nth-child(3) {
    display: none;
  }
}
.ttls .ttls__tickets .table th .ttls__tickets-user-name,
.ttls .ttls__tickets .table td .ttls__tickets-user-name {
  margin-left: 5px;
  font-size: .9em;
  color: #969696;
}
.ttls .ttls__tickets .table td:nth-child(1) {
  padding-right: 0;
}
@media (min-width: 992px) {
  .ttls .ttls__tickets .table td:nth-child(3) {
    white-space: nowrap;
  }
}
.ttls .ttls__tickets .table td > small {
  padding-top: 2px;
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ttls .ttls__tickets .table td > a {
  color: inherit;
  display: block;
}
.ttls .ttls__tickets .table td .label {
  display: inline-block;
  min-width: 60px;
}
.ttls .ttls__tickets .table td span.btn.btn-default {
  color: #969696;
}
.ttls .ttls__tickets .table td span.btn.btn-success {
  background-color: rgba(41, 204, 177, 0.25);
  border: 1px solid rgba(41, 204, 177, 0.15);
  color: #187767;
}
.ttls .ttls__tickets .table td span.btn.btn-primary {
  background-color: rgba(138, 115, 255, 0.25);
  border: 1px solid rgba(138, 115, 255, 0.2);
  color: #735de2;
}
.ttls .ttls__tickets .table td span.btn.btn-warning {
  background-color: rgba(255, 170, 51, 0.25);
  border: 1px solid rgba(255, 170, 51, 0.2);
  color: #b36800;
}
.ttls .ttls__tickets .table td span.btn.btn-danger {
  background-color: rgba(255, 76, 91, 0.2);
  border: 1px solid rgba(255, 76, 91, 0.1);
  color: #cc0011;
}
@media (max-width: 992px) {
  .ttls__tickets .pull-right-md {
    margin-bottom: 24px;
  }
}
.ttls__tickets-inner {
  position: relative;
}
.ttls__tickets-inner + .ttls__tickets-inner {
  margin-top: 24px;
}
.ttls__tickets-inner + nav .pagination {
  margin: 40px 0 0;
}
.ttls__tickets-response,
.ttls__tickets-attach {
  display: inline-block;
  min-width: 30px;
  padding: 2px 5px;
  margin-right: 3px;
  font-size: .8em;
  text-align: center;
  line-height: inherit;
  border-radius: 2px;
}
.ttls__tickets-response {
  background-color: rgba(64, 159, 255, 0.25);
  border: 1px solid rgba(64, 159, 255, 0.1);
  color: #003973;
}
.ttls__tickets-attach {
  background-color: rgba(138, 115, 255, 0.25);
  border: 1px solid rgba(138, 115, 255, 0.1);
  color: #1b00a6;
}
.ttls__tickets-form > h4 {
  margin: 0 0 1em;
}
.ttls__tickets-form-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -moz-flex-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: flex-end;
  -moz-box-align: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  border-top: 1px solid #ddd;
  padding-top: 24px;
  margin-top: 24px;
}
.ttls__tickets-form-footer .form-group {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .ttls__tickets-form-footer .form-group {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .ttls__tickets-form-footer .btn {
    margin-top: 10px;
  }
}
.ttls__tickets-form-footer label {
  margin-right: 5px;
  margin-bottom: 0;
}
.ttls__tickets-form .col-md-12:before {
  content: '';
  display: block;
  height: 24px;
  clear: both;
}
.ttls__tickets-ticket {
  min-height: 378px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.ttls__tickets-ticket-header {
  position: relative;
}
.ttls__tickets-ticket-header h4 {
  margin-top: 0;
  margin-right: 100px;
}
.ttls__tickets-ticket-header hr {
  margin: 1.5em 0;
}
.ttls__tickets-ticket-header .btn {
  color: #969696;
  position: absolute;
  top: -6px;
  right: 0;
}
.ttls__tickets-ticket-body {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.ttls__tickets-ticket-footer {
  text-align: right;
}
.ttls__tickets-page {
  position: relative;
  color: #777777;
  vertical-align: middle;
}
.ttls__tickets-page > span {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
.ttls__tickets-page .btn {
  pointer-events: none;
  cursor: default;
}
.ttls__tickets-sort {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -moz-flex-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #777777;
}
.ttls__tickets-sort > span {
  margin-right: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
@media (max-width: 768px) {
  .ttls__tickets-sort > span {
    display: none;
  }
}
.ttls__tickets-sort .btn-default {
  border-color: #ccc;
}
.ttls__tickets-sort .btn-default > i {
  font-size: .75em;
  vertical-align: 1px;
}
.ttls__tickets-controls {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -moz-flex-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 40px 24px 40px 80px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .ttls__tickets-controls:not(.ttls__tickets-controls-top) .ttls__tickets-sort {
    margin-top: 24px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    width: 100%;
  }
}
.ttls__tickets-controls-top {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -moz-flex-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 24px -30px 110px;
}
@media (max-width: 550px) {
  .ttls__tickets-controls-top {
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -moz-flex-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 24px 0;
  }
}
.ttls__tickets-controls-top .btn {
  height: 30px;
  line-height: 1;
}
.ttls__tickets-controls > .btn {
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -moz-flex-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.ttls__tickets-controls .pagination {
  margin: 0;
}
.ttls__tickets-responses {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 0 80px;
  list-style-type: none;
}
.ttls__tickets-responses:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -180px;
  left: 40px;
  top: 0;
  -webkit-box-shadow: -1px 1px 0 0 #fafafa;
  box-shadow: -1px 1px 0 0 #fafafa;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.ttls__tickets-responses > li {
  padding: 0;
  display: block;
  position: relative;
  background-color: #fff;
  padding: 24px;
  list-style-type: none;
}
.ttls__tickets-responses > li + li {
  margin-top: 24px;
}
.ttls__tickets-responses > li.page {
  padding: 0;
  margin-bottom: -50px;
  margin-right: 24px;
  color: #969696;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -moz-flex-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: transparent;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  text-align: right;
  cursor: default;
}
.ttls__tickets-responses > li.page > span:first-child {
  height: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-top: 4px;
  margin-right: 24px;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fafafa;
}
.ttls__tickets-responses > li.time-label {
  padding: 0;
  margin-left: -80px;
  background-color: transparent;
  pointer-events: none;
}
.ttls__tickets-responses > li.time-label > span {
  font-size: .9em;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 2px;
  background-color: #23282d;
  color: #fff;
}
.ttls__tickets-responses > li > i:first-child {
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: #fff;
  position: absolute;
  left: -59px;
  top: 16px;
}
.ttls__tickets-responses > li > i:first-child.fa-share {
  vertical-align: -1px;
  background-color: #29ccb1;
}
.ttls__tickets-responses > li > i:first-child.fa-share:before {
  position: relative;
  top: 2px;
}
.ttls__tickets-responses > li > i:first-child.fa-level-up{
  background-color: #29ccb1;
}
.ttls__tickets-responses > li > i:first-child.fa-cogs {
  background-color: #ff4c5b;
}
.ttls__tickets-responses > li > i:first-child.fa-times {
  background-color: #ff4c5b;
}
.ttls__tickets-responses > li > i:first-child.fa-question {
  background-color: #ffaa33;
}
.ttls__tickets-responses > li > i:first-child.fa-hand-paper {
  background-color: #999;
}
.ttls__tickets-responses-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -moz-flex-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -moz-box-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.ttls__tickets-responses-header > span {
  order: 2;
  padding-left: 24px;
  text-align: right;
}
.ttls__tickets-responses-header > h4 {
  margin: 0;
}
.ttls__tickets-responses-header > h4 > sup {
  display: inline-block;
  top: -1em;
  line-height: 1;
  padding: 1px 7px 3px;
  font-size: .5em;
  font-weight: normal;
  background-color: rgba(41, 204, 177, 0.25);
  border: 1px solid rgba(41, 204, 177, 0.15);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 4px 1px rgba(41, 204, 177, 0.1) inset;
  box-shadow: 0 0 4px 1px rgba(41, 204, 177, 0.1) inset;
  color: #187767;
  border-radius: 2px;
}
.ttls__tickets-responses-body {
  margin-top: 1.2em;
  padding-top: 1.2em;
  border-top: 1px solid #ddd;
}
.ttls__tickets-responses-body p:only-child {
  margin-bottom: 0;
}
.ttls__tickets-responses-body .ttls__attachments {
  margin: 24px 0 -14px;
}
.ttls__tickets-responses + nav {
  line-height: 0;
}
.ttls__tickets-responses + nav .pagination {
  margin: 16px 0 40px;
}
.ttls__tickets-activity {
  position: relative;
  padding: 0 0 0 80px;
  margin: 0;
  list-style-type: none;
}
.ttls__tickets-activity:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 28px;
  left: 40px;
  top: 0;
  border-right: 1px solid #ddd;
  border-left: 1px solid #fafafa;
}
.ttls__tickets-activity > li {
  list-style-type: none;
  display: block;
  position: relative;
  padding: 24px 0 24px 40px;
  margin-left: -40px;
  border-top: 1px solid #ddd;
}
.ttls__tickets-activity > li.time-label,
.ttls__tickets-activity > li.time-label + li,
.ttls__tickets-activity > li:first-child {
  border-top: 0;
}
.ttls__tickets-activity > li.time-label {
  padding: 0;
  margin-left: -80px;
  background-color: transparent;
  pointer-events: none;
}
.ttls__tickets-activity > li.time-label > span {
  font-size: .9em;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 2px;
  background-color: #23282d;
  color: #fff;
}
.ttls__tickets-activity > li:last-child:before {
  content: '';
  position: absolute;
  display: block;
  left: -1px;
  width: 4px;
  bottom: 0;
  top: 50px;
  background-color: #fff;
}
.ttls__tickets-activity > li > i:first-child {
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: #fff;
  position: absolute;
  left: -19px;
  top: 50%;
  transform: translateY(-50%);
}
.ttls__tickets-activity > li > i:first-child.fa-share {
  vertical-align: -1px;
  background-color: #29ccb1;
}
.ttls__tickets-activity > li > i:first-child.fa-share:before {
  position: relative;
  top: 2px;
}
.ttls__tickets-activity > li > i:first-child.fa-question {
  background-color: #ffaa33;
}
.ttls__tickets-activity > li > i:first-child.fa-cogs {
  background-color: #ff4c5b;
}
.ttls__tickets-activity > li > i:first-child.fa-envelope {
  background-color: #409fff;
}
.ttls__tickets-activity > li > i:first-child.fa-plus {
  vertical-align: -1px;
  background-color: #29ccb1;
}
.ttls__tickets-activity-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -moz-flex-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -moz-box-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.ttls__tickets-activity-header-blocklink{
  display: block;
}
.ttls__tickets-activity-header-product-title,
.ttls__widget-freeTickets-product-title {
  font-style: italic;
}
.ttls__tickets-activity-header > span {
  order: 2;
  padding-left: 24px;
  text-align: right;
}
.ttls__tickets-activity-header > h4 {
  margin: 0 20px 0 0;
}
.ttls__tickets-activity-header > h4 > sup {
  display: inline-block;
  top: -1em;
  line-height: 1;
  padding: 1px 7px 3px;
  font-size: .5em;
  font-weight: normal;
  background-color: rgba(41, 204, 177, 0.25);
  border: 1px solid rgba(41, 204, 177, 0.15);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 4px 1px rgba(41, 204, 177, 0.1) inset;
  box-shadow: 0 0 4px 1px rgba(41, 204, 177, 0.1) inset;
  color: #187767;
  border-radius: 2px;
}
.ttls__tickets-activity-body {
  margin-top: 1.2em;
  padding-top: 1.2em;
  border-top: 1px solid #ddd;
}
.ttls__tickets-activity-body p:only-child {
  margin-bottom: 0;
}
.ttls__tickets-activity-body .ttls__attachments {
  margin: 24px 0 -14px;
}
.ttls__tickets-activity + nav {
  line-height: 0;
}
.ttls__tickets-activity + nav .pagination {
  margin: 16px 0 40px;
}
.ttls__noresponse .ttls__tickets-responses:before {
  bottom: 33px;
  width: 40px;
}
.ttls__license-inner + nav .pagination {
  margin: 40px 0 0;
}
.ttls__license .table:only-child {
  margin: -14px 0;
}
.ttls__license .table tbody > tr {
  cursor: pointer;
}
.ttls__license .table tbody > tr:hover > td {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ttls__license .table tbody > tr:hover:nth-of-type(odd) > td {
  background-color: rgba(64, 159, 255, 0.1);
}
.ttls__license .table tbody > tr:hover:nth-of-type(even) > td {
  background-color: rgba(64, 159, 255, 0.15);
}
.ttls__license .table tbody > tr:hover a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .ttls__license .table th:not(:nth-child(2)),
  .ttls__license .table td:not(:nth-child(2)) {
    white-space: nowrap;
  }
}
.ttls__license .table th:nth-child(6),
.ttls__license .table td:nth-child(6),
.ttls__license .table th:nth-child(7),
.ttls__license .table td:nth-child(7) {
  text-align: center;
}
@media (min-width: 992px) {
  .ttls__license .table th {
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
}
.ttls__license .table td {
  vertical-align: top;
}
.ttls__license .table td > a:not(.btn) {
  color: inherit;
}
.ttls__license .table td > a.btn-dark:hover {
  background-color: #ff4c5b;
  border-color: #ff4c5b;
}
.ttls__license .table td > i.fa {
  margin-right: 10px;
  vertical-align: -1px;
}
.ttls__license .table td > i.fa.fa-check {
  color: #29ccb1;
}
.ttls__license .table td > i.fa.fa-times {
  color: #ff4c5b;
}
td.ttls__license {
  padding: 0 !important;
  border-left: 1px solid #ddd;
}
td.ttls__license > table .table {
  border-left: 1px solid #ddd;
}
td.ttls__license > table .table:only-child {
  margin: 0;
}
td.ttls__license > table .table th:nth-child(5),
td.ttls__license > table .table td:nth-child(5),
td.ttls__license > table .table th:nth-child(6),
td.ttls__license > table .table td:nth-child(6) {
  text-align: center;
}
@media (min-width: 992px) {
  td.ttls__license > table .table th:nth-child(1),
  td.ttls__license > table .table td:nth-child(1) {
    width: 40%;
  }
  td.ttls__license > table .table th:nth-child(4),
  td.ttls__license > table .table td:nth-child(4),
  td.ttls__license > table .table th:nth-child(5),
  td.ttls__license > table .table td:nth-child(5),
  td.ttls__license > table .table th:nth-child(6),
  td.ttls__license > table .table td:nth-child(6) {
    width: 7%;
  }
  td.ttls__license > table .table th:nth-child(2),
  td.ttls__license > table .table td:nth-child(2) {
    width: 20%;
  }
}
td.ttls__license > table + table > tbody > tr:first-child > td {
  -webkit-box-shadow: 0 1px 0 0 #ddd inset;
  box-shadow: 0 1px 0 0 #ddd inset;
}
td.ttls__license > div {
  border-top: 1px solid #ddd;
  padding: 20px;
}
.ttls__users-inner .ttls__license-product-title {
  border-right: 2px solid #ddd;
}
.ttls__users {
  background: #fff;
}
.ttls__users thead span {
  display: none;
  position: fixed;
  width: 100%;
  background: #fff;
  top: 32px;
  line-height: 40px;
  z-index: 1001;
  border: 2px solid #dddddd;
  border-top: none;
  margin-left: -8px;
  padding: 0 8px;
}
.ttls__users td {
  position: relative;
  z-index: 1;
}
.ttls__users th {
  position: relative;
  vertical-align: middle!important;
  border: 2px solid #dddddd;
  text-align: center;
}
.ttls__users td:first-child,
.ttls__users td:nth-child(3) {
  position: relative;
  vertical-align: middle!important;
}
.ttls__users td:not(:first-child) {
  text-align: center;
}
.ttls__users .ttls_license_label {
  border-right: 2px solid #dddddd;
}
.ttls__users .ttls_user_label {
  border-bottom: 2px solid #dddddd;
  border-right: 2px solid #dddddd;
}
.ttls_user_label .diviner{
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin-bottom: 11px;
}
.ttls__users .ttls_last_license td {
  border-bottom: 2px solid #dddddd;
}
.ttls__users .ttls_last_user_license td {
  border-bottom: 2px solid #dddddd;
  text-align: right;
}
.ttls__developers-inner + nav .pagination {
  margin: 40px 0 10px;
}
.ttls__developers-inner > .table:only-child {
  margin: -14px 0;
}
.ttls__developers-inner > .table th:last-child,
.ttls__developers-inner > .table td:last-child {
  width: 80px;
}
@media (min-width: 992px) {
  .ttls__developers-inner > .table th:last-child,
  .ttls__developers-inner > .table td:last-child {
    white-space: nowrap;
  }
  .ttls__developers-inner > .table th:last-child .btn-xs + .btn,
  .ttls__developers-inner > .table td:last-child .btn-xs + .btn {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  .ttls__developers-inner > .table th:last-child .btn,
  .ttls__developers-inner > .table td:last-child .btn {
    display: block;
  }
}
.ttls__developers-inner > .table .btn-xs i {
  font-size: .8em;
  vertical-align: 1px;
  margin-right: 3px;
}
.ttls__status {
  position: relative;
  margin-bottom: 24px;
  border: 5px solid #fff;
}
.ttls__status-inner {
  padding: 25px;
  min-height: 114px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.ttls__status-inner > span:nth-child(1) {
  font-size: 1.2em;
}
.ttls__status-inner > span:nth-child(2) {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-size: .8em;
}
.ttls__status-badge {
  display: block;
  position: absolute;
  padding: .2em .6em .3em;
  right: 10px;
  top: 10px;
}
.ttls__status.replied .ttls__status-inner {
  background-color: rgba(41, 204, 177, 0.25);
  border: 1px solid rgba(41, 204, 177, 0.15);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 4px 1px rgba(41, 204, 177, 0.1) inset;
  box-shadow: 0 0 4px 1px rgba(41, 204, 177, 0.1) inset;
  color: #187767;
}
.ttls__status.pending .ttls__status-inner {
  background-color: rgba(255, 170, 51, 0.25);
  border: 1px solid rgba(255, 170, 51, 0.15);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 4px 1px rgba(255, 170, 51, 0.1) inset;
  box-shadow: 0 0 4px 1px rgba(255, 170, 51, 0.1) inset;
  color: #cc7700;
}
.ttls__status.closed .ttls__status-inner {
  background-color: rgba(255, 76, 91, 0.25);
  border: 1px solid rgba(255, 76, 91, 0.15);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 4px 1px rgba(255, 76, 91, 0.1) inset;
  box-shadow: 0 0 4px 1px rgba(255, 76, 91, 0.1) inset;
  color: #e50013;
}
.ttls__status.free .ttls__status-inner {
  background-color: #eee;
  border: 1px solid #e6e6e6;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 4px 1px rgba(204, 204, 204, 0.1) inset;
  box-shadow: 0 0 4px 1px rgba(204, 204, 204, 0.1) inset;
  color: #777777;
}
.ttls__status.third_side .ttls__status-inner {
  background-color: rgba(138, 115, 255, 0.25);
  border: 1px solid rgba(138, 115, 255, 0.15);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 4px 1px rgba(138, 115, 255, 0.1) inset;
  box-shadow: 0 0 4px 1px rgba(138, 115, 255, 0.1) inset;
  color: #553dcf;
}
.ttls__status.replied .ttls__status-badge {
  background-color: #29ccb1;
}
.ttls__status.pending .ttls__status-badge {
  background-color: #ffaa33;
}
.ttls__status.closed .ttls__status-badge {
  background-color: #ff4c5b;
}
.ttls__status.free .ttls__status-badge {
  background-color: #777777;
}
.ttls__status.third_side .ttls__status-badge {
  background-color: #8a73ff;
}
.ttls__user {
  background-color: #fff;
}
.ttls__user-header {
  min-height: 124px;
  padding: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -moz-flex-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0 0 4px 1px rgba(64, 159, 255, 0.1) inset;
  box-shadow: 0 0 4px 1px rgba(64, 159, 255, 0.1) inset;
  background-color: #c0dfff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  border: 5px solid #fff;
}
.ttls__user-avatar {
  line-height: 64px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  margin-right: 15px;
  -webkit-box-shadow: 0 0 0 5px #fff;
  box-shadow: 0 0 0 5px #fff;
}
.ttls__user-avatar > img {
  width: 100%;
  height: auto;
  display: block;
}
.ttls__user-name > span {
  display: block;
}
.ttls__user-name > span:nth-child(1) {
  font-size: 1.2em;
  line-height: 1;
}
.ttls__user-name > span:nth-child(2) {
  font-size: .8em;
  color: #777777;
}
.ttls__user-body {
  padding: 20px 25px 25px;
}
.ttls__user-license,
.ttls__user-support {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -moz-flex-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #777777;
}
.ttls__user-support {
  margin-top: 10px;
  padding-top: 11px;
  border-top: 1px dotted #ccc;
}
a.ttls__user-support:hover,
a.ttls__user-support:active,
a.ttls__user-support:focus {
  color: inherit;
  text-decoration: none;
}
.ttls__attachments {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -moz-flex-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ttls__attachments > li {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -moz-flex-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 200px;
  position: relative;
  width: 140px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  margin-right: 15px;
  border-radius: 2px;
  overflow: hidden;
}
.ttls__attachments > li.ticket-attachment-btn {
  padding: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ttls__attachments > li.ticket-attachment-btn:hover {
  color: #409fff;
  border-color: rgba(64, 159, 255, 0.2);
}
.ttls__attachments > li.ticket-attachment-btn:hover > label > .ttls__attachments-info {
  border-top-color: rgba(64, 159, 255, 0.05);
  background-color: rgba(64, 159, 255, 0.15);
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.ttls__attachments > li.ticket-attachment-btn > input[type=file] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 0;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: 0;
  background: transparent;
  display: block;
}
.ttls__attachments > li.ticket-attachment-btn > label {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  white-space: normal;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.ttls__attachments > li .progress {
  height: 11px;
  margin: 15px 0 0;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset, 0 0 0 1px rgba(0, 0, 0, 0.07) inset;
}
.ttls__attachments-icon {
  width: 100%;
  height: 125px;
  padding: 32px 30px;
  text-align: center;
  font-size: 41px;
  display: block;
}
.ttls__attachments-icon.has-img {
  padding: 0;
  overflow: hidden;
}
.ttls__attachments-icon.has-img > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -moz-object-fit: cover;
  -khtml-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}
.ttls__attachments-info {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: block;
  overflow: hidden;
  padding: 10px 15px;
  background-color: #f8f8f8;
  border-top: 1px solid #eee;
}
label .ttls__attachments-info {
  position: absolute;
  top: 125px;
  bottom: 0;
  right: 0;
  left: 0;
}
.ttls__attachments-name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
  height: 20px;
}
input.ttls__attachments-name {
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1;
  background-color: transparent;
  cursor: url('../img/cursor.cur'), url('../img/cursor.png'), auto;
  border: 0;
}
input.ttls__attachments-name:hover,
input.ttls__attachments-name:focus {
  color: #409fff;
  outline: none;
}
.ttls__attachments-size {
  position: relative;
  color: #969696;
}
.ttls__attachments-size > span {
  height: 20px;
  display: block;
  margin: 10px 0 0;
}
.ttls__attachments-size > a {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0px;
  left: 0px;
}
.ttls__attachments-size > a > i {
  position: relative;
  margin-right: 3px;
  margin-bottom: 1px;
  font-size: 14px;
}
.ttls__attachments-name,
.ttls__attachments-size > span {
  font-size: .8em;
}
li:not(:hover) .ttls__attachments-delete,
li:not(:hover) .ttls__attachments-load {
  opacity: 0;
  filter: alpha(opacity=0);
}
.ttls__attachments-load:hover {
  background-color: #8a73ff;
  border-color: #8169ff;
}
.ttls__attachments-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
}
.ttls__attachments-error {
  color: #ff4c5b;
  border-color: rgba(255, 76, 91, 0.15) !important;
}
.ttls__attachments-error .ttls__attachments-info {
  background-color: rgba(255, 76, 91, 0.15);
  border-top-color: rgba(255, 76, 91, 0.05);
}
.ttls__allattachments {
  padding: 25px;
  background-color: #fff;
}
.ttls__allattachments-header h4 {
  margin: 0;
}
.ttls__allattachments-body {
  margin-top: 22px;
}
.ttls__allattachments-body > ul {
  margin-bottom: -14px;
}
.ttls__allattachments .ttls__attachments > li:hover,
.ttls__tickets-responses .ttls__attachments > li:hover {
  color: #409fff;
  border-color: rgba(64, 159, 255, 0.2);
}
.ttls__allattachments .ttls__attachments > li:hover .ttls__attachments-info,
.ttls__tickets-responses .ttls__attachments > li:hover .ttls__attachments-info {
  border-top-color: rgba(64, 159, 255, 0.05);
  background-color: rgba(64, 159, 255, 0.15);
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.ttls__response:first-child {
  margin-bottom: 24px;
}
.ttls__settings,
.ttls__settings * {
  position: relative;
}
.ttls__settings-inner {
  position: relative;
  padding: 24px;
  background-color: #fff;
}
#ttls__settings-menu {
  position: static;
  top: 64px;
}
.ttls__settings-inner.affix {
  top: 24px;
}
@media (max-width: 1200px) {
  .ttls__settings-inner.affix {
    position: static;
    width: auto !important;
    top: 0;
  }
}
.ttls__settings-inner + .ttls__settings-inner {
  margin-top: 24px;
}
.ttls__settings-inner-header {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.ttls__settings-inner-header > h4 {
  margin: 0;
}

.ttls__product-settings .ttls__settings-inner > div:not(:first-child) .ttls__settings-inner-header {
  padding: 24px 0;
  margin: 24px 0;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.ttls__settings-inner-body {
  margin-bottom: -20px;
}
.ttls__settings-inner-body ol.ttls__settings-menu {
  counter-reset: item;
  list-style-type: none;
}
.ttls__settings-inner-body ol.ttls__settings-menu > li {
  display: block;
  color: #409fff;
}
.ttls__settings-inner-body ol.ttls__settings-menu > li:before {
  content: counter(item, decimal-leading-zero) ". ";
  counter-increment: item;
}
.ttls__settings-inner-body ol.ttls__settings-menu > li + li {
  margin-top: .5em;
}
.ttls__settings-inner-body .checkbox {
  margin: 0 0 5px;
}
.ttls__settings-inner-body .checkbox + span {
  margin-top: 0;
}
.ttls__settings-inner-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -moz-flex-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #ddd;
}
.ttls__settings-inner-footer > span {
  margin-right: 20px;
}
.ttls__settings-inner .alert {
  margin: 20px 0 0;
}
.ttls__settings-inner .alert i.fa {
  margin-right: 5px;
}
#ttls_envato_purchase_code_result .alert h3 {
  margin: 5px 0;
  display: inline-block;
}
.ttls__settings-inner textarea.form-control {
  min-height: 118px;
  resize: vertical;
}
.ttls__settings-inner .help-block {
  margin-bottom: 0;
}
.ttls__settings-inner .form-group {
  margin-bottom: 24px;
}
.ttls__settings-product-avatar {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 128px;
  height: 128px;
  background-color: #eee;
  -webkit-box-shadow: 0 0 0 1px #ddd inset;
  box-shadow: 0 0 0 1px #ddd inset;
  overflow: hidden;
}
.ttls__settings-product-avatar:before {
  content: "\f067";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  line-height: 128px !important;
  font-weight: 300;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.15);
  vertical-align: middle;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.ttls__settings-product-avatar > span {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 128px !important;
  font-weight: 300;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.15);
  vertical-align: middle;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ttls__settings-product-avatar:hover {
  background-color: #e0e0e0;
}
.ttls__settings-product-avatar:hover > img + span {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ttls__settings-product-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  -moz-object-fit: cover;
  -khtml-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}
.ttls__settings-product-avatar > img + span {
  background-color: rgba(64, 159, 255, 0.75);
  color: #fff;
}
.ttls__settings-product-avatar > input[type="file"] {
  cursor: pointer;
  width: 128px;
  height: 128px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ttls .ttls__settings .ttls__settings-menu {
  padding: 0;
  margin: 0 30px 24px;
}
.ttls .ttls__settings .ttls__settings-menu > li > a {
  display: inline;
  padding: 0;
}
.ttls .ttls__settings .ttls__settings-menu > li > a:focus,
.ttls .ttls__settings .ttls__settings-menu > li > a:hover,
.ttls .ttls__settings .ttls__settings-menu > li > a:active {
  color: inherit;
  text-decoration: underline;
  background-color: inherit;
  color: #0079f3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ttls .ttls__settings .ttls__settings-menu > li.active > a {
  color: #0079f3;
  text-decoration: underline;
}
.ttls__settings .btn-group .btn-default > i {
  display: none;
  margin-right: 5px;
  font-size: .9em;
}
.ttls__settings .btn-group .btn-default > input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  top: 0;
}
.ttls__settings .btn-group .btn-default > input:checked + i {
  display: inline-block;
}
.ttls__settings .btn-group .btn-default.active {
  color: #fff;
  background-color: #409fff;
  border-color: #2692ff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ttls__settings .btn-group .btn-default.active:focus,
.ttls__settings .btn-group .btn-default.active.focus {
  color: #fff;
  background-color: #0d85ff;
  border-color: #0053a6;
}
.ttls__settings .btn-group .btn-default.active:hover {
  color: #fff;
  background-color: #0d85ff;
  border-color: #0074e8;
}
.ttls__settings .btn-group .btn-default.active:active,
.ttls__settings .btn-group .btn-default.active.active {
  color: #fff;
  background-color: #0d85ff;
  border-color: #0074e8;
}
.ttls__settings .btn-group .btn-default.active:active:hover,
.ttls__settings .btn-group .btn-default.active.active:hover,
.ttls__settings .btn-group .btn-default.active:active:focus,
.ttls__settings .btn-group .btn-default.active.active:focus,
.ttls__settings .btn-group .btn-default.active:active.focus,
.ttls__settings .btn-group .btn-default.active.active.focus {
  color: #fff;
  background-color: #0074e8;
  border-color: #0053a6;
}
.ttls__settings .btn-group .btn-default.active:active,
.ttls__settings .btn-group .btn-default.active.active {
  background-image: none;
}
.ttls__settings .btn-group .btn-default.active.disabled:hover,
.ttls__settings .btn-group .btn-default.active[disabled]:hover,
.ttls__settings .btn-group .btn-default.active.disabled:focus,
.ttls__settings .btn-group .btn-default.active[disabled]:focus,
.ttls__settings .btn-group .btn-default.active.disabled.focus,
.ttls__settings .btn-group .btn-default.active[disabled].focus {
  background-color: #409fff;
  border-color: #2692ff;
}
.ttls__settings .btn-group .btn-default.active .badge {
  color: #409fff;
  background-color: #fff;
}
.ttls__settings .btn-group .btn-default.active > i {
  display: inline-block;
}
.ttls__disabled:not(tr) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ttls__disabled:not(tr):before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
  display: block;
  pointer-events: fill;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 3;
}
.ttls__disabled:not(tr):after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  font-size: 50px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  animation: fa-spin 2s infinite linear;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f2f1';
  z-index: 4;
}
.ttls__disabled.modal-dialog {
  min-height: 120px;
}
.ttls.ttls__disabled:after {
  position: fixed;
  left: 160px;
  height: 97vh;
  bottom: auto;
  line-height: 97vh;
  vertical-align: middle;
}
tr.ttls__disabled {
  opacity: 0.25;
  filter: alpha(opacity=25);
  pointer-events: none;
}
.ttls__alerts {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 42px 29px;
  pointer-events: none;
  z-index: 100;
}
.ttls__alerts > .alert {
  max-width: 420px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1) inset, 0 0 0 5px rgba(255, 255, 255, 0.95), 0 0 30px 0 rgba(0, 0, 0, 0.25);
  pointer-events: auto;
  margin-left: auto;
  margin-top: 20px;
}
.ttls__alerts > .alert + .alert {
  margin-top: 20px;
}
.ttls .ui-sortable-placeholder {
  min-height: 80px;
}
body.modal-open {
  overflow: hidden;
  padding-right: 17px !important;
}
.ui-datepicker {
  display: none;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background-color: #fff;
  padding: 10px 20px 20px;
  z-index: 1051 !important;
}
table.ui-datepicker-calendar {
  border-collapse: collapse;
}
table.ui-datepicker-calendar tr > th {
  font-weight: 500;
}
table.ui-datepicker-calendar tr > td,
table.ui-datepicker-calendar tr > th {
  padding: 5px;
  text-align: right;
  font-size: 13px;
  -webkit-box-shadow: 1px 1px 0 0 #ddd inset;
  box-shadow: 1px 1px 0 0 #ddd inset;
}
table.ui-datepicker-calendar tr > td:first-child,
table.ui-datepicker-calendar tr > th:first-child {
  -webkit-box-shadow: 0 1px 0 0 #ddd inset;
  box-shadow: 0 1px 0 0 #ddd inset;
}
table.ui-datepicker-calendar tr > td > a,
table.ui-datepicker-calendar tr > th > a {
  display: block;
  padding: 5px 8px;
  margin: -4px -5px -5px -4px;
  text-decoration: none;
  color: inherit;
}
table.ui-datepicker-calendar tr > td > a:hover,
table.ui-datepicker-calendar tr > th > a:hover {
  background-color: #eee;
}
table.ui-datepicker-calendar tr > td > a.ui-state-active,
table.ui-datepicker-calendar tr > th > a.ui-state-active {
  outline: 1px solid #409fff;
  background-color: #409fff;
  color: #fff;
}
table.ui-datepicker-calendar tr > td.ui-datepicker-week-end,
table.ui-datepicker-calendar tr > th.ui-datepicker-week-end {
  color: #ff4c5b;
}
table.ui-datepicker-calendar tr > td.ui-datepicker-today,
table.ui-datepicker-calendar tr > th.ui-datepicker-today {
  background-color: #ddd;
}
table.ui-datepicker-calendar tr:first-child > th {
  -webkit-box-shadow: 1px 0 0 0 #ddd inset;
  box-shadow: 1px 0 0 0 #ddd inset;
}
table.ui-datepicker-calendar tr:first-child > th:first-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-datepicker-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -moz-flex-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
}
.ui-datepicker-header > a {
  cursor: pointer;
}
.ui-datepicker-header > a,
.ui-datepicker-header > div {
  padding: 5px;
  margin-bottom: 10px;
}
.ui-datepicker-header > .ui-datepicker-next {
  -webkit-box-ordinal-group: 3;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 3;
  /* OLD - Firefox 19- */
  -ms-flex-order: 3;
  /* TWEENER - IE 10 */
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
}


.ttls__label-info{
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.ttls__label-info .fa{}
.ttls__label-info-hidden{
  display: none;
  font-size: 14px;
  z-index: 100;
  width: 400px;
  padding: 5px 15px;
  position: absolute;
  left: -20px;
  top: 30px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.25);
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.25);
  border-radius: 3px;
}
.ttls__label-info-hidden.to-top{
  top: auto;
  bottom: 30px;
}
.ttls__label-info-hidden:before{
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  top: -15px;
  left: 0;
}
.ttls__label-info-hidden ol {
	margin-top: 6px;
	margin-bottom: 0;
}
.ttls .ttls__tickets-responses-body ul {
  list-style-position: inside;
  padding-left: 25px;	
}
.ttls .ttls__tickets-responses-body > ul {
  list-style-type: circle;
  margin-bottom: 11px;
}
.ttls .ttls__tickets-responses-body > ul > li > ul {
  list-style-type: square;
  margin-top: 6px;
}

.ttls .ttls__newsletters-widget-product_title {
  margin-right: 20px;
}