/* Reset */
.cmtx_container {
  text-align: left;
}

.cmtx_container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  line-height: normal;
}

.cmtx_container *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cmtx_container *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cmtx_container h3, .cmtx_container b {
  font-weight: bold;
}

.cmtx_container ul, .cmtx_container ol {
  padding-left: 30px;
}

.cmtx_container ul {
  list-style-type: disc;
}

.cmtx_container ol {
  list-style-type: decimal;
}

.cmtx_container li {
  display: list-item;
  padding: 2px;
}

.cmtx_container a {
  text-decoration: underline;
}

.cmtx_container input, .cmtx_container select, .cmtx_container textarea, .cmtx_container label {
  height: auto;
  margin: 0;
}

/* Base */
.cmtx_button {
  background-color: #e7e7e7;
  border: 0;
  color: #000;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  min-width: 50px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 100%;
}

.cmtx_button:hover {
  background-color: #dadada;
}

.cmtx_button::-moz-focus-inner {
  border: 0;
}

.cmtx_button_primary {
  background-color: #3f6f95;
  color: #fff;
}

.cmtx_button_primary:hover {
  background-color: #305471;
}

.cmtx_button_disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.cmtx_button_row input[type='button'], .cmtx_more_button_row input[type='button'] {
  border-radius: 5px;
}

.cmtx_clear::before, .cmtx_clear::after {
  content: ' ';
  display: table;
}

.cmtx_clear::after {
  clear: both;
}

/* z-index */
/* Font Awesome (3rd party) */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

#cmtx_container .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#cmtx_container .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

#cmtx_container .fa-fw {
  width: 1.28571429em;
  text-align: center;
}

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

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

#cmtx_container .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

#cmtx_container .fa-li.fa-lg {
  left: -1.85714286em;
}

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

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

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

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

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

#cmtx_container .pull-right {
  float: right;
}

#cmtx_container .pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#cmtx_container .fa-inverse {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#cmtx_container .fa-remove:before,
#cmtx_container .fa-close:before,
#cmtx_container .fa-times:before {
  content: "\f00d";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#cmtx_container .fa-photo:before,
#cmtx_container .fa-image:before,
#cmtx_container .fa-picture-o:before {
  content: "\f03e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#cmtx_container .fa-facebook-f:before,
#cmtx_container .fa-facebook:before {
  content: "\f09a";
}

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

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

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

#cmtx_container .fa-feed:before,
#cmtx_container .fa-rss:before {
  content: "\f09e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#cmtx_container .fa-navicon:before,
#cmtx_container .fa-reorder:before,
#cmtx_container .fa-bars:before {
  content: "\f0c9";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#cmtx_container .fa-sort-down:before,
#cmtx_container .fa-sort-desc:before {
  content: "\f0dd";
}

#cmtx_container .fa-sort-up:before,
#cmtx_container .fa-sort-asc:before {
  content: "\f0de";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#cmtx_container .fa-gittip:before,
#cmtx_container .fa-gratipay:before {
  content: "\f184";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#cmtx_container .fa-space-shuttle:before {
  content: "\f197";
}

#cmtx_container .fa-slack:before {
  content: "\f198";
}

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

#cmtx_container .fa-wordpress:before {
  content: "\f19a";
}

#cmtx_container .fa-openid:before {
  content: "\f19b";
}

#cmtx_container .fa-institution:before,
#cmtx_container .fa-bank:before,
#cmtx_container .fa-university:before {
  content: "\f19c";
}

#cmtx_container .fa-mortar-board:before,
#cmtx_container .fa-graduation-cap:before {
  content: "\f19d";
}

#cmtx_container .fa-yahoo:before {
  content: "\f19e";
}

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

#cmtx_container .fa-reddit:before {
  content: "\f1a1";
}

#cmtx_container .fa-reddit-square:before {
  content: "\f1a2";
}

#cmtx_container .fa-stumbleupon-circle:before {
  content: "\f1a3";
}

#cmtx_container .fa-stumbleupon:before {
  content: "\f1a4";
}

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

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

#cmtx_container .fa-pied-piper-pp:before {
  content: "\f1a7";
}

#cmtx_container .fa-pied-piper-alt:before {
  content: "\f1a8";
}

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

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

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

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

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

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

#cmtx_container .fa-paw:before {
  content: "\f1b0";
}

#cmtx_container .fa-spoon:before {
  content: "\f1b1";
}

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

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

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

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

#cmtx_container .fa-steam:before {
  content: "\f1b6";
}

#cmtx_container .fa-steam-square:before {
  content: "\f1b7";
}

#cmtx_container .fa-recycle:before {
  content: "\f1b8";
}

#cmtx_container .fa-automobile:before,
#cmtx_container .fa-car:before {
  content: "\f1b9";
}

#cmtx_container .fa-cab:before,
#cmtx_container .fa-taxi:before {
  content: "\f1ba";
}

#cmtx_container .fa-tree:before {
  content: "\f1bb";
}

#cmtx_container .fa-spotify:before {
  content: "\f1bc";
}

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

#cmtx_container .fa-soundcloud:before {
  content: "\f1be";
}

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

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

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

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

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

#cmtx_container .fa-file-photo-o:before,
#cmtx_container .fa-file-picture-o:before,
#cmtx_container .fa-file-image-o:before {
  content: "\f1c5";
}

#cmtx_container .fa-file-zip-o:before,
#cmtx_container .fa-file-archive-o:before {
  content: "\f1c6";
}

#cmtx_container .fa-file-sound-o:before,
#cmtx_container .fa-file-audio-o:before {
  content: "\f1c7";
}

#cmtx_container .fa-file-movie-o:before,
#cmtx_container .fa-file-video-o:before {
  content: "\f1c8";
}

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

#cmtx_container .fa-vine:before {
  content: "\f1ca";
}

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

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

#cmtx_container .fa-life-bouy:before,
#cmtx_container .fa-life-buoy:before,
#cmtx_container .fa-life-saver:before,
#cmtx_container .fa-support:before,
#cmtx_container .fa-life-ring:before {
  content: "\f1cd";
}

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

#cmtx_container .fa-ra:before,
#cmtx_container .fa-resistance:before,
#cmtx_container .fa-rebel:before {
  content: "\f1d0";
}

#cmtx_container .fa-ge:before,
#cmtx_container .fa-empire:before {
  content: "\f1d1";
}

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

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

#cmtx_container .fa-y-combinator-square:before,
#cmtx_container .fa-yc-square:before,
#cmtx_container .fa-hacker-news:before {
  content: "\f1d4";
}

#cmtx_container .fa-tencent-weibo:before {
  content: "\f1d5";
}

#cmtx_container .fa-qq:before {
  content: "\f1d6";
}

#cmtx_container .fa-wechat:before,
#cmtx_container .fa-weixin:before {
  content: "\f1d7";
}

#cmtx_container .fa-send:before,
#cmtx_container .fa-paper-plane:before {
  content: "\f1d8";
}

#cmtx_container .fa-send-o:before,
#cmtx_container .fa-paper-plane-o:before {
  content: "\f1d9";
}

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

#cmtx_container .fa-circle-thin:before {
  content: "\f1db";
}

#cmtx_container .fa-header:before {
  content: "\f1dc";
}

#cmtx_container .fa-paragraph:before {
  content: "\f1dd";
}

#cmtx_container .fa-sliders:before {
  content: "\f1de";
}

#cmtx_container .fa-share-alt:before {
  content: "\f1e0";
}

#cmtx_container .fa-share-alt-square:before {
  content: "\f1e1";
}

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

#cmtx_container .fa-soccer-ball-o:before,
#cmtx_container .fa-futbol-o:before {
  content: "\f1e3";
}

#cmtx_container .fa-tty:before {
  content: "\f1e4";
}

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

#cmtx_container .fa-plug:before {
  content: "\f1e6";
}

#cmtx_container .fa-slideshare:before {
  content: "\f1e7";
}

#cmtx_container .fa-twitch:before {
  content: "\f1e8";
}

#cmtx_container .fa-yelp:before {
  content: "\f1e9";
}

#cmtx_container .fa-newspaper-o:before {
  content: "\f1ea";
}

#cmtx_container .fa-wifi:before {
  content: "\f1eb";
}

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

#cmtx_container .fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

#cmtx_container .fa-bell-slash-o:before {
  content: "\f1f7";
}

#cmtx_container .fa-trash:before {
  content: "\f1f8";
}

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

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

#cmtx_container .fa-eyedropper:before {
  content: "\f1fb";
}

#cmtx_container .fa-paint-brush:before {
  content: "\f1fc";
}

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

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

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

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

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

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

#cmtx_container .fa-toggle-off:before {
  content: "\f204";
}

#cmtx_container .fa-toggle-on:before {
  content: "\f205";
}

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

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

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

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

#cmtx_container .fa-cc:before {
  content: "\f20a";
}

#cmtx_container .fa-shekel:before,
#cmtx_container .fa-sheqel:before,
#cmtx_container .fa-ils:before {
  content: "\f20b";
}

#cmtx_container .fa-meanpath:before {
  content: "\f20c";
}

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

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

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

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

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

#cmtx_container .fa-sellsy:before {
  content: "\f213";
}

#cmtx_container .fa-shirtsinbulk:before {
  content: "\f214";
}

#cmtx_container .fa-simplybuilt:before {
  content: "\f215";
}

#cmtx_container .fa-skyatlas:before {
  content: "\f216";
}

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

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

#cmtx_container .fa-diamond:before {
  content: "\f219";
}

#cmtx_container .fa-ship:before {
  content: "\f21a";
}

#cmtx_container .fa-user-secret:before {
  content: "\f21b";
}

#cmtx_container .fa-motorcycle:before {
  content: "\f21c";
}

#cmtx_container .fa-street-view:before {
  content: "\f21d";
}

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

#cmtx_container .fa-venus:before {
  content: "\f221";
}

#cmtx_container .fa-mars:before {
  content: "\f222";
}

#cmtx_container .fa-mercury:before {
  content: "\f223";
}

#cmtx_container .fa-intersex:before,
#cmtx_container .fa-transgender:before {
  content: "\f224";
}

#cmtx_container .fa-transgender-alt:before {
  content: "\f225";
}

#cmtx_container .fa-venus-double:before {
  content: "\f226";
}

#cmtx_container .fa-mars-double:before {
  content: "\f227";
}

#cmtx_container .fa-venus-mars:before {
  content: "\f228";
}

#cmtx_container .fa-mars-stroke:before {
  content: "\f229";
}

#cmtx_container .fa-mars-stroke-v:before {
  content: "\f22a";
}

#cmtx_container .fa-mars-stroke-h:before {
  content: "\f22b";
}

#cmtx_container .fa-neuter:before {
  content: "\f22c";
}

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

#cmtx_container .fa-facebook-official:before {
  content: "\f230";
}

#cmtx_container .fa-pinterest-p:before {
  content: "\f231";
}

#cmtx_container .fa-whatsapp:before {
  content: "\f232";
}

#cmtx_container .fa-server:before {
  content: "\f233";
}

#cmtx_container .fa-user-plus:before {
  content: "\f234";
}

#cmtx_container .fa-user-times:before {
  content: "\f235";
}

#cmtx_container .fa-hotel:before,
#cmtx_container .fa-bed:before {
  content: "\f236";
}

#cmtx_container .fa-viacoin:before {
  content: "\f237";
}

#cmtx_container .fa-train:before {
  content: "\f238";
}

#cmtx_container .fa-subway:before {
  content: "\f239";
}

#cmtx_container .fa-medium:before {
  content: "\f23a";
}

#cmtx_container .fa-yc:before,
#cmtx_container .fa-y-combinator:before {
  content: "\f23b";
}

#cmtx_container .fa-optin-monster:before {
  content: "\f23c";
}

#cmtx_container .fa-opencart:before {
  content: "\f23d";
}

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

#cmtx_container .fa-battery-4:before,
#cmtx_container .fa-battery:before,
#cmtx_container .fa-battery-full:before {
  content: "\f240";
}

#cmtx_container .fa-battery-3:before,
#cmtx_container .fa-battery-three-quarters:before {
  content: "\f241";
}

#cmtx_container .fa-battery-2:before,
#cmtx_container .fa-battery-half:before {
  content: "\f242";
}

#cmtx_container .fa-battery-1:before,
#cmtx_container .fa-battery-quarter:before {
  content: "\f243";
}

#cmtx_container .fa-battery-0:before,
#cmtx_container .fa-battery-empty:before {
  content: "\f244";
}

#cmtx_container .fa-mouse-pointer:before {
  content: "\f245";
}

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

#cmtx_container .fa-object-group:before {
  content: "\f247";
}

#cmtx_container .fa-object-ungroup:before {
  content: "\f248";
}

#cmtx_container .fa-sticky-note:before {
  content: "\f249";
}

#cmtx_container .fa-sticky-note-o:before {
  content: "\f24a";
}

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

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

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

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

#cmtx_container .fa-hourglass-o:before {
  content: "\f250";
}

#cmtx_container .fa-hourglass-1:before,
#cmtx_container .fa-hourglass-start:before {
  content: "\f251";
}

#cmtx_container .fa-hourglass-2:before,
#cmtx_container .fa-hourglass-half:before {
  content: "\f252";
}

#cmtx_container .fa-hourglass-3:before,
#cmtx_container .fa-hourglass-end:before {
  content: "\f253";
}

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

#cmtx_container .fa-hand-grab-o:before,
#cmtx_container .fa-hand-rock-o:before {
  content: "\f255";
}

#cmtx_container .fa-hand-stop-o:before,
#cmtx_container .fa-hand-paper-o:before {
  content: "\f256";
}

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

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

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

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

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

#cmtx_container .fa-trademark:before {
  content: "\f25c";
}

#cmtx_container .fa-registered:before {
  content: "\f25d";
}

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

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

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

#cmtx_container .fa-tripadvisor:before {
  content: "\f262";
}

#cmtx_container .fa-odnoklassniki:before {
  content: "\f263";
}

#cmtx_container .fa-odnoklassniki-square:before {
  content: "\f264";
}

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

#cmtx_container .fa-wikipedia-w:before {
  content: "\f266";
}

#cmtx_container .fa-safari:before {
  content: "\f267";
}

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

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

#cmtx_container .fa-opera:before {
  content: "\f26a";
}

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

#cmtx_container .fa-tv:before,
#cmtx_container .fa-television:before {
  content: "\f26c";
}

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

#cmtx_container .fa-500px:before {
  content: "\f26e";
}

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

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

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

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

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

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

#cmtx_container .fa-map-pin:before {
  content: "\f276";
}

#cmtx_container .fa-map-signs:before {
  content: "\f277";
}

#cmtx_container .fa-map-o:before {
  content: "\f278";
}

#cmtx_container .fa-map:before {
  content: "\f279";
}

#cmtx_container .fa-commenting:before {
  content: "\f27a";
}

#cmtx_container .fa-commenting-o:before {
  content: "\f27b";
}

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

#cmtx_container .fa-vimeo:before {
  content: "\f27d";
}

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

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

#cmtx_container .fa-reddit-alien:before {
  content: "\f281";
}

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

#cmtx_container .fa-credit-card-alt:before {
  content: "\f283";
}

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

#cmtx_container .fa-modx:before {
  content: "\f285";
}

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

#cmtx_container .fa-usb:before {
  content: "\f287";
}

#cmtx_container .fa-product-hunt:before {
  content: "\f288";
}

#cmtx_container .fa-mixcloud:before {
  content: "\f289";
}

#cmtx_container .fa-scribd:before {
  content: "\f28a";
}

#cmtx_container .fa-pause-circle:before {
  content: "\f28b";
}

#cmtx_container .fa-pause-circle-o:before {
  content: "\f28c";
}

#cmtx_container .fa-stop-circle:before {
  content: "\f28d";
}

#cmtx_container .fa-stop-circle-o:before {
  content: "\f28e";
}

#cmtx_container .fa-shopping-bag:before {
  content: "\f290";
}

#cmtx_container .fa-shopping-basket:before {
  content: "\f291";
}

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

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

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

#cmtx_container .fa-percent:before {
  content: "\f295";
}

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

#cmtx_container .fa-wpbeginner:before {
  content: "\f297";
}

#cmtx_container .fa-wpforms:before {
  content: "\f298";
}

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

#cmtx_container .fa-universal-access:before {
  content: "\f29a";
}

#cmtx_container .fa-wheelchair-alt:before {
  content: "\f29b";
}

#cmtx_container .fa-question-circle-o:before {
  content: "\f29c";
}

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

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

#cmtx_container .fa-volume-control-phone:before {
  content: "\f2a0";
}

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

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

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

#cmtx_container .fa-deafness:before,
#cmtx_container .fa-hard-of-hearing:before,
#cmtx_container .fa-deaf:before {
  content: "\f2a4";
}

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

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

#cmtx_container .fa-signing:before,
#cmtx_container .fa-sign-language:before {
  content: "\f2a7";
}

#cmtx_container .fa-low-vision:before {
  content: "\f2a8";
}

#cmtx_container .fa-viadeo:before {
  content: "\f2a9";
}

#cmtx_container .fa-viadeo-square:before {
  content: "\f2aa";
}

#cmtx_container .fa-snapchat:before {
  content: "\f2ab";
}

#cmtx_container .fa-snapchat-ghost:before {
  content: "\f2ac";
}

#cmtx_container .fa-snapchat-square:before {
  content: "\f2ad";
}

#cmtx_container .fa-pied-piper:before {
  content: "\f2ae";
}

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

#cmtx_container .fa-yoast:before {
  content: "\f2b1";
}

#cmtx_container .fa-themeisle:before {
  content: "\f2b2";
}

#cmtx_container .fa-google-plus-circle:before,
#cmtx_container .fa-google-plus-official:before {
  content: "\f2b3";
}

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

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

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

#cmtx_container .fa-envelope-open-o:before {
  content: "\f2b7";
}

#cmtx_container .fa-linode:before {
  content: "\f2b8";
}

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

#cmtx_container .fa-address-book-o:before {
  content: "\f2ba";
}

#cmtx_container .fa-vcard:before,
#cmtx_container .fa-address-card:before {
  content: "\f2bb";
}

#cmtx_container .fa-vcard-o:before,
#cmtx_container .fa-address-card-o:before {
  content: "\f2bc";
}

#cmtx_container .fa-user-circle:before {
  content: "\f2bd";
}

#cmtx_container .fa-user-circle-o:before {
  content: "\f2be";
}

#cmtx_container .fa-user-o:before {
  content: "\f2c0";
}

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

#cmtx_container .fa-drivers-license:before,
#cmtx_container .fa-id-card:before {
  content: "\f2c2";
}

#cmtx_container .fa-drivers-license-o:before,
#cmtx_container .fa-id-card-o:before {
  content: "\f2c3";
}

#cmtx_container .fa-quora:before {
  content: "\f2c4";
}

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

#cmtx_container .fa-telegram:before {
  content: "\f2c6";
}

#cmtx_container .fa-thermometer-4:before,
#cmtx_container .fa-thermometer:before,
#cmtx_container .fa-thermometer-full:before {
  content: "\f2c7";
}

#cmtx_container .fa-thermometer-3:before,
#cmtx_container .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

#cmtx_container .fa-thermometer-2:before,
#cmtx_container .fa-thermometer-half:before {
  content: "\f2c9";
}

#cmtx_container .fa-thermometer-1:before,
#cmtx_container .fa-thermometer-quarter:before {
  content: "\f2ca";
}

#cmtx_container .fa-thermometer-0:before,
#cmtx_container .fa-thermometer-empty:before {
  content: "\f2cb";
}

#cmtx_container .fa-shower:before {
  content: "\f2cc";
}

#cmtx_container .fa-bathtub:before,
#cmtx_container .fa-s15:before,
#cmtx_container .fa-bath:before {
  content: "\f2cd";
}

#cmtx_container .fa-podcast:before {
  content: "\f2ce";
}

#cmtx_container .fa-window-maximize:before {
  content: "\f2d0";
}

#cmtx_container .fa-window-minimize:before {
  content: "\f2d1";
}

#cmtx_container .fa-window-restore:before {
  content: "\f2d2";
}

#cmtx_container .fa-times-rectangle:before,
#cmtx_container .fa-window-close:before {
  content: "\f2d3";
}

#cmtx_container .fa-times-rectangle-o:before,
#cmtx_container .fa-window-close-o:before {
  content: "\f2d4";
}

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

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

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

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

#cmtx_container .fa-ravelry:before {
  content: "\f2d9";
}

#cmtx_container .fa-eercast:before {
  content: "\f2da";
}

#cmtx_container .fa-microchip:before {
  content: "\f2db";
}

#cmtx_container .fa-snowflake-o:before {
  content: "\f2dc";
}

#cmtx_container .fa-superpowers:before {
  content: "\f2dd";
}

#cmtx_container .fa-wpexplorer:before {
  content: "\f2de";
}

#cmtx_container .fa-meetup:before {
  content: "\f2e0";
}

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

#cmtx_container .sr-only-focusable:active,
#cmtx_container .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* jQuery.filer (3rd party) */
#cmtx_container .jFiler ul.list-inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

#cmtx_container .jFiler .pull-left {
  float: left;
}

#cmtx_container .jFiler .pull-right {
  float: right;
}

#cmtx_container span.jFiler-icon-file {
  border-radius: 3px;
  -webkit-box-shadow: 42px -55px 0 0 #a4a7ac inset;
          box-shadow: 42px -55px 0 0 #a4a7ac inset;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 57px;
}

#cmtx_container span.jFiler-icon-file::after {
  border-color: transparent transparent transparent #dadde1;
  border-style: solid;
  border-width: 16px 0 0 16px;
  content: '';
  display: inline-block;
  position: absolute;
  right: -1px;
  top: -1px;
}

#cmtx_container span.jFiler-icon-file i[class*='icon-jfi-'] {
  font-size: 24px;
}

#cmtx_container span.jFiler-icon-file.f-image {
  -webkit-box-shadow: 42px -55px 0 0 #e15955 inset;
          box-shadow: 42px -55px 0 0 #e15955 inset;
}

#cmtx_container span.jFiler-icon-file.f-image::after {
  border-left-color: #c6393f;
}

#cmtx_container span.jFiler-icon-file.f-video {
  -webkit-box-shadow: 42px -55px 0 0 #4183d7 inset;
          box-shadow: 42px -55px 0 0 #4183d7 inset;
}

#cmtx_container span.jFiler-icon-file.f-video::after {
  border-left-color: #446cb3;
}

#cmtx_container span.jFiler-icon-file.f-audio {
  -webkit-box-shadow: 42px -55px 0 0 #5bab6e inset;
          box-shadow: 42px -55px 0 0 #5bab6e inset;
}

#cmtx_container span.jFiler-icon-file.f-audio::after {
  border-left-color: #448353;
}

#cmtx_container .jFiler-jProgressBar {
  background: #f1f1f1;
  border-radius: 4px;
  height: 8px;
  margin-bottom: 0;
  margin-top: 3px;
  overflow: hidden;
}

#cmtx_container .jFiler-jProgressBar .bar {
  background-color: #50a1e9;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 0;
}

#cmtx_container .jFiler-jProgressBar .bar.dark {
  background-color: #555;
}

#cmtx_container .jFiler-jProgressBar .bar.blue {
  background-color: #428bca;
}

#cmtx_container .jFiler-jProgressBar .bar.green {
  background-color: #5cb85c;
}

#cmtx_container .jFiler-jProgressBar .bar.orange {
  background-color: #f7a923;
}

#cmtx_container .jFiler-jProgressBar .bar.red {
  background-color: #d9534f;
}

#cmtx_container .jFiler-row::after, #cmtx_container .jFiler-item::after {
  clear: both;
  content: '';
  display: table;
  line-height: 0;
}

#cmtx_container .jFiler-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#cmtx_container .jFiler-theme-default .jFiler-input {
  background: #fefefe;
  border: 1px solid #cecece;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 4px 5px -5px inset;
          box-shadow: rgba(0, 0, 0, 0.25) 0 4px 5px -5px inset;
  color: #888;
  cursor: pointer;
  display: block;
  font-size: 12px;
  height: 35px;
  margin: 0 0 15px;
  overflow: hidden;
  position: relative;
  width: 400px;
}

#cmtx_container .jFiler-theme-default .jFiler-input.focused {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  outline: none;
}

#cmtx_container .jFiler-theme-default .jFiler.dragged .jFiler-input {
  background: #f9f9f9;
  border: 1px dashed #aaa;
}

#cmtx_container .jFiler-theme-default .jFiler.dragged .jFiler-input:hover {
  background: #fff8d0;
}

#cmtx_container .jFiler-theme-default .jFiler.dragged .jFiler-input * {
  pointer-events: none;
}

#cmtx_container .jFiler-theme-default .jFiler.dragged .jFiler-input .jFiler-input-caption {
  text-align: center;
  width: 100%;
}

#cmtx_container .jFiler-theme-default .jFiler.dragged .jFiler-input .jFiler-input-button {
  display: none;
}

#cmtx_container .jFiler-theme-default .jFiler-input-caption {
  display: block;
  float: left;
  height: 100%;
  overflow: hidden;
  padding-left: 10px;
  padding-top: 8px;
  text-overflow: ellipsis;
}

#cmtx_container .jFiler-theme-default .jFiler-input-button {
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f1f1f1));
  background-image: linear-gradient(to bottom, #fefefe, #f1f1f1);
  border-left: 1px solid #ccc;
  color: #666;
  display: block;
  float: right;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  text-align: center;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#cmtx_container .jFiler-theme-default .jFiler-input-button:hover {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.07);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.07);
}

#cmtx_container .jFiler-theme-default .jFiler-input-button:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fefefe));
  background-image: linear-gradient(to bottom, #f1f1f1, #fefefe);
}

#cmtx_container .jFiler-items-default .jFiler-item {
  background: #f7f7f7;
  color: #4d4d4c;
  margin-bottom: 16px;
  padding: 16px;
  position: relative;
}

#cmtx_container .jFiler-items-default .jFiler-item .jFiler-item-icon {
  color: #f5871f;
  font-size: 32px;
  margin-right: 15px;
  margin-top: -3px;
}

#cmtx_container .jFiler-items-default .jFiler-item .jFiler-item-title {
  font-weight: bold;
}

#cmtx_container .jFiler-items-default .jFiler-item .jFiler-item-others {
  color: #777;
  font-size: 12px;
  margin-left: -5px;
  margin-right: -5px;
}

#cmtx_container .jFiler-items-default .jFiler-item .jFiler-item-others span {
  padding-left: 5px;
  padding-right: 5px;
}

#cmtx_container .jFiler-items-default .jFiler-item-assets {
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 16px;
  top: 50%;
}

#cmtx_container .jFiler-items-default .jFiler-item-assets a {
  background: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  color: #777;
  cursor: pointer;
  padding: 8px 9px 8px 12px;
}

#cmtx_container .jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:hover, #cmtx_container .jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:active {
  color: #d9534f;
}

#cmtx_container .jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:active {
  background: transparent;
}

#cmtx_container .jFiler-items-grid .jFiler-item {
  float: left;
}

#cmtx_container .jFiler-items-grid .jFiler-item .jFiler-item-container {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
  padding: 10px;
  position: relative;
}

#cmtx_container .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
  border: 1px solid #e1e1e1;
  height: 115px;
  min-height: 115px;
  overflow: hidden;
  position: relative;
  width: 160px;
}

#cmtx_container .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb .jFiler-item-thumb-image {
  height: 100%;
  text-align: center;
  width: 100%;
}

#cmtx_container .jFiler-item .jFiler-item-container .jFiler-item-thumb img {
  max-height: 100%;
  max-width: none;
}

#cmtx_container .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb span.jFiler-icon-file {
  margin-top: 20px;
}

#cmtx_container .jFiler-items-grid .jFiler-item-thumb-image.fi-loading {
  background: url("data:image/gif;base64,R0lGODlhIwAjAMQAAP////f39+/v7+bm5t7e3tbW1s7OzsXFxb29vbW1ta2traWlpZycnJSUlIyMjISEhHt7e3Nzc2tra2NjY1paWlJSUkpKSkJCQjo6OjExMSkpKRkZGRAQEAAAAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBAAeACwAAAAAIwAjAAAF5CAgjmRpnmiqrmzrvnAsz3Rto4Fwm4EYLIweQHcTKAiAQOPRI0QKRcYiEGA4qI8K9HZoGAIOSOBgCdIGBeLCMUgoBJSJjsBAxAiKRSFAQBCVBwMKGRsNQi8DBwsJhyQVGxMKjTCJk0kPjDI5AlQqBAcICFstBQqmmScFGh0dHBaWKAIEBQQDKQEKDxEQCTMBA5Y/o5oDoZYCHB1PMgIHCQacwCPACRStDTEDBrYABQg5wAgGIg4YYjQCogEGB3wI3J2+oD0G42PfN2Pc7D2JRDb/+In4t8MHwYIIEypcyLChQ4YhAAAh+QQFBAAeACwIAAgAEwATAAAFlqAnjiKSjAFJBscgLos4NIQ6JggAKLHXSDWbp6CoLRgeg0ShGwkIKQ9iITggPJFHaqA4eAYIRK0a9SwK0spl0TQkvEIJJnIlCdDCRk4lEJIGBgcHRn4jBBkciROFKgkNDg51jCJBJJU2ARocD4xNAQsGCBMcGz2FAxwZKQwVDYVwEhwOI02MAxsceJMeOgwaJ7skCX0jIQAh+QQFBAAeACwAAAAAAQABAAAFA6AXAgAh+QQFBAAeACwAAAAAAQABAAAFA6AXAgAh+QQFBAAeACwJAAcAEgAVAAAFjqAnjmJAnihgHChqCACAJKMyoMHBeggSJ40baoC4zTwFB6IlOiwLhkCDMUIYUAUSgiA4RCZLAXPkoDQOsfFosVNjDYaBQiRmWjaaDMTdXDAYbWMJQnwiGBoOBEwmIwVeGhhzKAJ+BBsXIgoSVCcEAxkbAw8enEwAARkaYqluAqliChlLY64aQrNjAT2MKCEAIfkEBQQAHgAsBwAIABQAFAAABZqgJ45jUQBkqorGgQqIsKqteCjyTLbAsBg6UoBA8CgSIoGhGGQNAoXG4zAaNBcPxalJQhS4KwGhUCQgRYHZQGKxVBpgD8CQUCiAYEQTpZpcGFYrBgw5HgkEBg4XFHoqFx10CwMZFCIIDwl8IwscFAQXGR4NGQo6BBocRRUYHgIWGEwqBxoPHgEWoYYXVCsBCTIBqzkHaVwHvCshACH5BAUEAB4ALAAAAAABAAEAAAUDoBcCACH5BAUEAB4ALAcACAAVABQAAAWaoCeOpDECZKqKgRcY7bqanoHI6+EKSIHjCJ2oMPidCgIPQbHwGUkIBoLwJAEM1OpqQBgkC0yjwBGRRBQokfdXOASzo0MjqTrQUwQIpwM/QSYJKQoaHRUKHgtQSgwTEUIeDRcPSRQcHgiBFREiB1IkdAkaEgMUGAILFoE4AxkaRRIVLRIURTIGGQ0iExWcEzQyBzGwI05PV78rIQAh+QQFBAAeACwAAAAAAQABAAAFA6AXAgAh+QQFBAAeACwHAAgAFAAUAAAFlaAnjmRBnmgqCip6kEGbDnJqvmJAsLVIDwgEoTc6JAy0k05VSIoKiSgipgoIaIFKZ8tBVBeNBgORkEwkDt6sYECSBosUwJRybDiqxuOgTmTwCAUKIwAHAwMJDw10CxUNMRIaBQcIAmhPCgYjVAcZDx4REx5lOCoWGCIPER4Bqi0FFwwiEBIxBg9DKpqpEVS5PQUFACohACH5BAUEAB4ALAAAAAABAAEAAAUDoBcCACH5BAUEAB4ALAcACAAUABQAAAWRoCeOpEGeaCoGKmqOQlvKXgId4usR6DA+HA6kQDsxMB0Nr0hSTHxFAgJxIABogpiEI9rgVAiF2ICARCANVovAjsESKoKaNGBkMqrEojA/WDYSHgMIJAVZBwsKSwoSCyIOFx4FJg4LVwQHRCgVDQIOEAEHDi9XJwISFAIADA4iDJ1xEwoiDa2SDFA0rCO5NGwtIQAh+QQFBAAeACwAAAAAAQABAAAFA6AXAgAh+QQFBAAeACwHAAgAEwAUAAAFj6AnisNonqeBLWg7GpwmtAENcc8s6ifyGKJMp1DyIFqNjecxUEiKLpGi4slATcBW4hkdDQ6HbHd048TELtah8XCwxqjAsXXdKSyWuuiAILwmGBBABzUiBDUFCQglCBAJIgsTBAQFAQpzAwZ1BREsCwweBQt+Lg8QNQpvCAqFJwMQc6mGjy6kHrI7cB4DeiIhACH5BAUEAB4ALAAAAAABAAEAAAUDoBcCACH5BAUEAB4ALAcABwASABUAAAWXoCeOI0GQaBpUl5CSRZV4QrYN71hoWBBkGpdISAI4No2BhoNLHRijy8YQmQwOpJMC2BAgIh5fgJZKSDYWYg4FWZMMhkLT7XHYeAW6wrBgLGZ0KQZjgR4IEhFqJIAeBQ8UDQUCeSNzIwcNCCIJDwMDJwgGawSZAQgzBAiWIwELDSIHmh6xOQyiAKciV4oeAHO0IwB0ArweIQAh+QQFBAAeACwAAAAAAQABAAAFA6AXAgAh+QQFBAAeACwHAAcAEAAVAAAFjKAnjuMwkKgnjFJVosSEeMGVrcc1j8TlehVMIIDh7EaMzMKDuTE4k4DHsCiIKJnCI0LYcE6ehMWyPDxGgshyZL5MUqID6uCAowsEwsouWlTGFAR8HgUJCglHgyNWigF0dXYzBAwPCoJgcAUKBnELAgKYcAObHgdyfIYiBQcAdgIJjAanrq0AsoojQyghACH5BAUEAB4ALAAAAAABAAEAAAUDoBcCACH5BAUEAB4ALAcACAAUABQAAAWYoCeKwQhF5aiqA3SIlDVW7yoOlCRKlVhtNZtHYUkIKBfPYoNaFRADUUTWeAwyGYHHAFmIDhIJImBorBIFB6cDSZUnEGEA08k0UiPDQrsSTB58HgEDhEIqAHgIERESVoY2BAcIBwaPlh5Rl04KCnhnKwMJDFCelgMIBAAeT3hBNqoeAggFIgiaX7ZblZoBB5lbqoG3wzbCKyEAIfkEBQQAHgAsBwAHABUAEwAABZygJ46jIJBoSjZPqa6GGEmBZ0zx60Gt90QiSSb3QkgOHskkkMj0UAOkyCEhLBiey2X0SIwMLKRVAPAEHggCY8N5egiKB6OGAmwtC1UhQScFIgt9JAKCKQUICQkxBw2NCycqBhsdlBgBAwUGBgRlKgMPExMSgSSdKmQvBAgIOqwoAgeKkDopBgMiMbOutCgGSLe8IlIeSKbBI1LAKCEAIfkEBQQAHgAsAAAAAAEAAQAABQOgFwIAIfkEBQQAHgAsAAAAAAEAAQAABQOgFwIAIfkECQQAHgAsAAAAACMAIwAABbWgJ45kaZ5oqq5s675wLM90baPBvS6MTgoKgqjxEBEihZuAsRAxHKJHJXk7NAwBB8RzsPRqBYFo4RgkFALKxMhAxAiKBdXtAXgah4Eis2nIBgcLCSgVGxMKNYAoD4MzAgI5KgQHCAhULQUKmgmRJgUaIhwWLwIEBQQDKQEKDxEQCXYxnSUBcjapKAIcHUg+JgkUHRx+YB6zIw4YEMc2QiMBzDB0HgbGvifR19rb3N3e3+Dh4ikhADs=") no-repeat center;
  height: 100%;
  width: 100%;
}

#cmtx_container .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, black 0, rgba(0, 0, 0, 0) 100%);
  bottom: -10%;
  color: #fff;
  -webkit-filter: opacity(0);
          filter: opacity(0);
  left: 0;
  opacity: 0;
  padding: 6px 10px;
  position: absolute;
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
  width: 100%;
  z-index: 6000;
}

#cmtx_container .jFiler-items-grid .jFiler-no-thumbnail.jFiler-item .jFiler-item-container .jFiler-item-info {
  background: rgba(0, 0, 0, 0.55);
}

#cmtx_container .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb:hover .jFiler-item-info {
  bottom: 0;
  -webkit-filter: opacity(100);
          filter: opacity(100);
  opacity: 1;
}

#cmtx_container .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-title {
  display: block;
  font-weight: bold;
  line-height: 1;
  word-break: break-all;
}

#cmtx_container .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-others {
  display: inline-block;
  font-size: 10px;
}

#cmtx_container .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets {
  color: #999;
  margin-top: 10px;
}

#cmtx_container .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .text-success {
  color: #3c763d;
}

#cmtx_container .jFiler-items-grid .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .text-error {
  color: #a94442;
}

#cmtx_container .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .jFiler-jProgressBar {
  margin-left: -5px;
  width: 120px;
}

#cmtx_container .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .jFiler-item-others {
  font-size: 12px;
}

#cmtx_container .jFiler-items-grid .jFiler-item-trash-action:hover {
  color: #d9534f;
  cursor: pointer;
}

#cmtx_container .jFiler-input-dragDrop {
  background: #fff;
  border: 3px dotted #e6e6e6;
  color: #97a1a8;
  display: block;
  padding: 25px;
  text-align: center;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  width: 100%;
}

#cmtx_container .jFiler.dragged .jFiler-input-dragDrop {
  border: 3px dotted #008000;
}

#cmtx_container .jFiler.dragged span {
  color: #008000;
}

#cmtx_container .fa-trash-o {
  cursor: pointer;
  vertical-align: top;
}

#cmtx_container .fa-trash-o:hover {
  color: #f00 !important;
}

/* Highlight (3rd party) */
#cmtx_container .hljs {
  background: #f0f0f0;
  display: block;
  overflow-x: auto;
  padding: 0.5em;
}

#cmtx_container .hljs,
#cmtx_container .hljs-subst {
  color: #444;
}

#cmtx_container .hljs-comment {
  color: #888;
}

#cmtx_container .hljs-keyword,
#cmtx_container .hljs-attribute,
#cmtx_container .hljs-selector-tag,
#cmtx_container .hljs-meta-keyword,
#cmtx_container .hljs-doctag,
#cmtx_container .hljs-name {
  font-weight: bold;
}

#cmtx_container .hljs-type,
#cmtx_container .hljs-string,
#cmtx_container .hljs-number,
#cmtx_container .hljs-selector-id,
#cmtx_container .hljs-selector-class,
#cmtx_container .hljs-quote,
#cmtx_container .hljs-template-tag,
#cmtx_container .hljs-deletion {
  color: #800;
}

#cmtx_container .hljs-title,
#cmtx_container .hljs-section {
  color: #800;
  font-weight: bold;
}

#cmtx_container .hljs-regexp,
#cmtx_container .hljs-symbol,
#cmtx_container .hljs-variable,
#cmtx_container .hljs-template-variable,
#cmtx_container .hljs-link,
#cmtx_container .hljs-selector-attr,
#cmtx_container .hljs-selector-pseudo {
  color: #bc6060;
}

#cmtx_container .hljs-literal {
  color: #78a960;
}

#cmtx_container .hljs-built_in,
#cmtx_container .hljs-bullet,
#cmtx_container .hljs-code,
#cmtx_container .hljs-addition {
  color: #397300;
}

#cmtx_container .hljs-meta {
  color: #1f7199;
}

#cmtx_container .hljs-meta-string {
  color: #4d99bf;
}

#cmtx_container .hljs-emphasis {
  font-style: italic;
}

#cmtx_container .hljs-strong {
  font-weight: bold;
}

/* Form */
.cmtx_form_container {
  width: 100%;
}

.cmtx_form_heading {
  margin-bottom: 12px;
}

#cmtx_perm_0 {
  border: 1px dashed gray;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 5px;
}

.cmtx_preview_text {
  color: gray;
  font-size: 0.8em;
  font-weight: normal;
  margin-top: 9px;
}

.cmtx_maintenance_mode_admin, .cmtx_javascript_disabled {
  background-color: #fdfcdc;
  border: 1px dotted gray;
  font-size: 0.9em;
  margin-bottom: 15px;
  padding: 7px;
}

.cmtx_maintenance_mode_admin {
  color: #4d4d4d;
}

.cmtx_javascript_disabled {
  color: #f00;
  font-weight: bold;
}

.cmtx_required_text {
  color: #f00;
  font-size: 12px;
  margin-bottom: 10px;
}

.cmtx_honeypot {
  display: none !important;
}

.cmtx_row [class*='cmtx_col_'] {
  display: block;
  float: left;
  min-height: 1px;
}

.cmtx_row [class*='cmtx_col_']:first-child {
  padding-right: 15px;
}

.cmtx_row [class*='cmtx_col_']:last-child {
  padding-left: 15px;
}

.cmtx_row [class*='cmtx_col_']:only-child {
  padding-left: 0;
  padding-right: 0;
}

.cmtx_row [class*='cmtx_col_']:not(:first-child):not(:last-child) {
  padding-left: 15px;
  padding-right: 15px;
}

.cmtx_col_1 {
  width: 8.33%;
}

.cmtx_col_2 {
  width: 16.66%;
}

.cmtx_col_3 {
  width: 25%;
}

.cmtx_col_4 {
  width: 33.33%;
}

.cmtx_col_5 {
  width: 41.66%;
}

.cmtx_col_6 {
  width: 50%;
}

.cmtx_col_7 {
  width: 58.33%;
}

.cmtx_col_8 {
  width: 66.66%;
}

.cmtx_col_9 {
  width: 75%;
}

.cmtx_col_10 {
  width: 83.33%;
}

.cmtx_col_11 {
  width: 91.66%;
}

.cmtx_col_12 {
  width: 100%;
}

.cmtx_message {
  background-position: 5px center;
  background-repeat: no-repeat;
  border: 1px solid;
  display: none;
  margin-bottom: 12px;
  padding: 5px 5px 5px 25px;
  position: relative;
}

.cmtx_message span {
  margin-left: 2px;
  margin-right: 5px;
}

.cmtx_message_success {
  background-color: #e8fcdc;
  background-image: url("../../image/message/success.png");
  color: #4f8a10;
}

.cmtx_message_error {
  background-color: #ffbaba;
  background-image: url("../../image/message/error.png");
  color: #d8000c;
}

.cmtx_message_info {
  background-color: #bde5f8;
  background-image: url("../../image/message/information.png");
  color: #00529b;
}

.cmtx_message_warning {
  background-color: #bde5f8;
  background-image: url("../../image/message/warning.png");
  color: #00529b;
}

.cmtx_message_reply a {
  color: #00f;
  text-decoration: none;
}

.cmtx_error {
  color: #f00;
  display: block;
  font-size: 0.9em;
  margin-top: 2px;
}

.cmtx_field {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-weight: normal;
  height: 35px !important;
  padding: 4px 6px;
  text-align: center !important;
  vertical-align: middle;
}

.cmtx_field_error {
  border: 1px solid #f00 !important;
}

.cmtx_field[disabled], .cmtx_field[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cmtx_text_field, .cmtx_textarea_field, .cmtx_select_field {
  width: 100%;
}

.cmtx_select_field {
  text-align: left !important;
}

.cmtx_textarea_field {
  height: 35px !important;
  min-height: 35px !important;
}

.cmtx_required {
  background-image: url("../../image/misc/asterisk.png");
  background-position: 5px 57%;
  background-repeat: no-repeat;
}

.cmtx_wait_for_comment, .cmtx_wait_for_user {
  display: none;
}

.cmtx_hide {
  display: none;
}

.cmtx_icons_container {
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #fbfbfb, #fff) repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  cursor: default;
  padding: 3px;
}

.cmtx_bb_code_container, .cmtx_smilies_container {
  float: left;
}

.cmtx_bb_code {
  background-image: url("../../image/bb_code/sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}

.cmtx_bb_code:not(:first-child) {
  margin-left: 15px;
}

.cmtx_bb_code_bold {
  background-position: -5px -5px;
}

.cmtx_bb_code_bullet {
  background-position: -31px -5px;
}

.cmtx_bb_code_code {
  background-position: -57px -5px;
}

.cmtx_bb_code_email {
  background-position: -83px -5px;
}

.cmtx_bb_code_image {
  background-position: -5px -31px;
}

.cmtx_bb_code_italic {
  background-position: -31px -31px;
}

.cmtx_bb_code_line {
  background-position: -57px -31px;
}

.cmtx_bb_code_link {
  background-position: -83px -31px;
}

.cmtx_bb_code_numeric {
  background-position: -5px -57px;
}

.cmtx_bb_code_php {
  background-position: -31px -57px;
}

.cmtx_bb_code_quote {
  background-position: -57px -57px;
}

.cmtx_bb_code_strike {
  background-position: -83px -57px;
}

.cmtx_bb_code_subscript {
  background-position: -5px -83px;
}

.cmtx_bb_code_superscript {
  background-position: -31px -83px;
}

.cmtx_bb_code_underline {
  background-position: -57px -83px;
}

.cmtx_bb_code_youtube {
  background-position: -83px -83px;
}

.cmtx_icons_separator {
  border-left: 1px solid #e6e6e6;
  float: left;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.cmtx_smiley {
  background-image: url("../../image/smilies/sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

.cmtx_smiley:not(:first-child) {
  margin-left: 15px;
}

.cmtx_smiley_blush {
  background-position: -5px -5px;
}

.cmtx_smiley_cool {
  background-position: -63px -5px;
}

.cmtx_smiley_cry {
  background-position: -93px -5px;
}

.cmtx_smiley_grin {
  background-position: -5px -35px;
}

.cmtx_smiley_huh {
  background-position: -35px -35px;
}

.cmtx_smiley_laugh {
  background-position: -65px -35px;
}

.cmtx_smiley_mad {
  background-position: -5px -65px;
}

.cmtx_smiley_sad {
  background-position: -35px -65px;
}

.cmtx_smiley_scared {
  background-position: -65px -65px;
}

.cmtx_smiley_shocked {
  background-position: -121px -5px;
}

.cmtx_smiley_sleep {
  background-position: -95px -35px;
}

.cmtx_smiley_smile {
  background-position: -95px -65px;
}

.cmtx_smiley_tongue {
  background-position: -5px -95px;
}

.cmtx_smiley_confused {
  background-position: -35px -5px;
}

.cmtx_smiley_wink {
  background-position: -35px -95px;
}

.cmtx_comment_field {
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
}

.cmtx_comment_field_active {
  background-image: none;
  font-size: inherit;
  height: 125px !important;
  line-height: normal;
  padding: 5px;
  text-align: left !important;
  -webkit-transition: height 0.25s ease-in !important;
  transition: height 0.25s ease-in !important;
}

.cmtx_counter {
  color: gray;
  font-size: 13px;
}

.cmtx_upload_row {
  margin-top: 20px;
}

.cmtx_image_container {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  padding: 5px;
}

.cmtx_image_row {
  margin-top: 20px;
}

.cmtx_user_row {
  margin-top: 20px;
}

.cmtx_rating_row {
  margin-top: 20px;
}

.cmtx_rating {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  text-align: center;
}

.cmtx_rating_block {
  display: inline-block;
  vertical-align: middle;
}

.cmtx_rating_block > input {
  display: none;
}

.cmtx_rating_block > label::before {
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.25em;
  margin: 5px;
}

.cmtx_rating_block > label {
  color: #e6e6e6;
  float: right;
}

.cmtx_rating_block > input:checked ~ label, .cmtx_rating_block:not(:checked) > label:hover, .cmtx_rating_block:not(:checked) > label:hover ~ label {
  color: #ffd700;
}

.cmtx_rating_block > input:checked + label:hover, .cmtx_rating_block > input:checked ~ label:hover, .cmtx_rating_block > label:hover ~ input:checked ~ label, .cmtx_rating_block > input:checked ~ label:hover ~ label {
  color: #ffed85;
}

.cmtx_website_row {
  margin-top: 20px;
}

.cmtx_geo_row {
  margin-top: 20px;
}

select.cmtx_required {
  padding-left: 15px;
}

.cmtx_required select option {
  padding-left: 0;
}

.cmtx_country_field {
  text-align: left;
}

.cmtx_country_field option:first-child {
  color: #e6e6e6;
  display: none;
}

.cmtx_state_field {
  text-align: left;
}

.cmtx_state_field option:first-child {
  color: #e6e6e6;
  display: none;
}

.cmtx_question_row {
  margin-top: 20px;
}

.cmtx_recaptcha_row {
  margin-top: 20px;
}

.cmtx_securimage_row {
  margin-top: 20px;
}

.cmtx_checkbox_container {
  margin-top: 20px;
}

.cmtx_checkbox_container input {
  display: inline-block;
  margin-right: 2px !important;
  vertical-align: baseline;
  width: auto;
}

.cmtx_checkbox_container label {
  display: inline-block;
}

.cmtx_button_row {
  margin-top: 20px;
}

.cmtx_question_field {
  cursor: default;
  height: auto !important;
  line-height: 23px;
  padding: 6px;
}

#cmtx_securimage_image, .cmtx_securimage_field {
  width: 215px;
}

.cmtx_securimage_refresh {
  color: gray;
  cursor: pointer;
  font-size: 14px;
  vertical-align: top;
}

.cmtx_admin_button {
  -webkit-box-shadow: 0 0 8px #00cd00;
          box-shadow: 0 0 8px #00cd00;
}

.cmtx_powered_by_container {
  margin-top: 10px;
}

.cmtx_powered_by {
  color: gray;
  font-size: 10px;
}

.cmtx_parsing_box {
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 3px 3px 5px gray;
          box-shadow: 3px 3px 5px gray;
  color: #242424;
  float: left;
  font-family: 'Lucida Console';
  font-size: 11px;
  margin-top: 10px;
  padding: 5px;
  width: auto;
}

@media all and (max-width: 1200px) {
  .cmtx_icons_separator {
    display: none;
  }
  .cmtx_bb_code_container, .cmtx_smilies_container {
    float: none;
  }
  .cmtx_icons_separator + .cmtx_smilies_container {
    margin-top: 5px;
  }
}

@media all and (max-width: 800px) {
  .cmtx_user_row .cmtx_col_6 {
    float: none;
    width: 100%;
  }
  .cmtx_name_container {
    margin-bottom: 15px;
  }
  .cmtx_geo_row [class*='cmtx_col_'] {
    float: none;
    width: 100%;
  }
  .cmtx_town_container, .cmtx_country_container {
    margin-bottom: 15px;
  }
  .cmtx_question_row .cmtx_col_6 {
    float: none;
    width: 100%;
  }
  .cmtx_question_container {
    margin-bottom: 15px;
  }
  .cmtx_button_row .cmtx_col_2 {
    width: 50%;
  }
  .cmtx_button_row [class*='cmtx_col_']:not(:first-child):not(:last-child) {
    padding: 0 !important;
  }
  .cmtx_row:not(.cmtx_button_row) [class*='cmtx_col_'] {
    padding: 0 !important;
  }
}

@media all and (max-width: 500px) {
  .cmtx_button_row .cmtx_col_2 {
    float: none;
    width: 100%;
  }
  .cmtx_button_row [class*='cmtx_col_'] {
    padding: 0 !important;
  }
  .cmtx_submit_button_container {
    margin-bottom: 15px;
  }
  .cmtx_parsing_box {
    float: none;
    width: 100%;
  }
  .cmtx_required_text {
    display: none;
  }
}

@media all and (max-width: 400px) {
  .cmtx_checkbox_extra {
    display: none;
  }
}

/* Comments */
.cmtx_comments_container {
  clear: left;
}

.cmtx_comments_heading {
  margin-bottom: 15px;
  margin-top: 40px;
}

.cmtx_comments_row_one, .cmtx_comments_row_two {
  margin-bottom: 20px;
}

.cmtx_comments_row_three, .cmtx_comments_row_four {
  margin-top: 20px;
}

.cmtx_comments_row_four {
  margin-bottom: 30px;
}

.cmtx_row_left, .cmtx_row_middle, .cmtx_row_right {
  background-color: #fcfcfc;
  border: 1px dotted #e6e6e6;
  float: left;
  line-height: 25px;
  padding: 4px;
  vertical-align: middle;
  width: 33.3%;
}

.cmtx_row_left *, .cmtx_row_middle *, .cmtx_row_right * {
  height: 25px;
  line-height: 25px;
}

.cmtx_row_left {
  text-align: left;
}

.cmtx_row_middle {
  text-align: center;
}

.cmtx_row_right {
  text-align: right;
}

.cmtx_comment_section:first-of-type {
  margin-top: 7px;
}

.cmtx_comment_section:not(:last-of-type) {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 20px;
}

.cmtx_comment_box {
  line-height: 1;
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
}

.cmtx_sticky_icon::before {
  color: gray;
  content: '\f08d';
  cursor: default;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 0.9em;
  left: 49.6%;
  position: absolute;
}

.cmtx_gravatar_area {
  display: inline-block;
  float: left;
  margin-right: 10px;
  position: relative;
}

.cmtx_gravatar_area img {
  max-width: 100%;
  position: relative;
  vertical-align: middle;
}

.cmtx_level {
  background-color: #4d4d4d;
  border-radius: 5px;
  color: #fff;
  font-size: 0.7em;
  margin-top: -8px;
  padding-bottom: 1px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.cmtx_bio {
  background-color: #fff;
  border: 1px solid #cccccc;
  display: none;
  left: 20%;
  padding: 10px;
  padding-top: 3px;
  position: absolute;
  top: 25%;
  width: 180px;
  z-index: 7000;
}

.cmtx_bio_name {
  font-weight: bold;
  margin-bottom: 3px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}

.cmtx_bio_info {
  margin-top: 5px;
}

.cmtx_bio_info div {
  display: table-row;
}

.cmtx_bio_info label {
  display: table-cell;
  font-weight: bold;
  padding-right: 10px;
  text-align: left;
  vertical-align: top;
}

.cmtx_bio_info span {
  font-weight: normal;
}

.cmtx_bio_info_likes span {
  color: #008000;
}

.cmtx_bio_info_dislikes span {
  color: #f00;
}

.cmtx_badge {
  background-color: #4d4d4d;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 3px;
  margin-top: 8px;
  padding-bottom: 1px;
  text-align: center;
  vertical-align: middle;
}

.cmtx_badge div {
  display: inline-block;
  vertical-align: middle;
}

.cmtx_badge_star_left, .cmtx_badge_star_right {
  color: #fff;
  padding-top: 2px;
}

.cmtx_badge_star_left {
  float: left;
  margin-left: 3px;
}

.cmtx_badge_star_right {
  float: right;
  margin-right: 3px;
}

.cmtx_main_area {
  overflow: hidden;
  position: relative;
}

.cmtx_user_and_rating_area {
  min-height: 16px;
}

.cmtx_user_area {
  margin-top: -2px;
}

.cmtx_name_text, .cmtx_name_text span {
  font-weight: bold;
}

.cmtx_name a {
  text-decoration: none;
}

.cmtx_name_admin, .cmtx_name_admin a {
  color: #006700;
  font-weight: bold;
}

.cmtx_rating_area {
  cursor: default;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.cmtx_star::before {
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.1em;
}

.cmtx_star_empty {
  color: #e6e6e6;
}

.cmtx_star_full {
  color: #ffd700;
}

.cmtx_comment_area {
  margin-bottom: 11px;
  margin-top: 11px;
}

.cmtx_comment_area p {
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 7px;
  margin-top: 7px;
}

.cmtx_code_box, .cmtx_php_box, .cmtx_quote_box {
  background: #e6e6e6;
  display: block;
  overflow-x: auto;
  padding: 0.5em;
}

.cmtx_read_more, .cmtx_read_less {
  text-align: center;
}

.cmtx_down_icon::before {
  color: gray;
  content: '\f103';
  cursor: pointer;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 0.9em;
}

.cmtx_up_icon::before {
  color: gray;
  content: '\f102';
  cursor: pointer;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 0.9em;
}

.cmtx_reply_area .cmtx_admin_reply {
  color: #006700;
  float: left;
  font-weight: bold;
  padding-right: 5px;
}

.reply_indent_0 {
  margin-left: 0;
}

.reply_indent_1 {
  margin-left: 25px;
}

.reply_indent_2 {
  margin-left: 50px;
}

.reply_indent_3 {
  margin-left: 75px;
}

.reply_indent_4 {
  margin-left: 100px;
}

.reply_indent_5 {
  margin-left: 125px;
}

.cmtx_upload_area {
  margin-bottom: 20px;
}

.cmtx_upload {
  display: inline-block;
  height: auto;
  margin-top: 10px;
  max-width: 400px;
  width: auto;
}

.cmtx_upload_area img:not(:last-child) {
  padding-right: 10px;
}

.cmtx_date_and_action_area {
  min-height: 16px;
}

.cmtx_date_area {
  color: gray;
  font-size: 0.8em;
  font-weight: normal;
  margin-top: 9px;
}

.cmtx_action_area {
  bottom: 0;
  position: absolute;
  right: 0;
}

.cmtx_action_area div {
  display: inline-block;
}

.cmtx_action_area div:not(:last-of-type) {
  margin-right: 15px;
}

.cmtx_action_area a, .cmtx_action_area a * {
  outline: 0;
  text-decoration: none !important;
}

.cmtx_icon::before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 0.9em;
  font-weight: normal;
}

.cmtx_like_icon::before {
  color: #006400;
  content: '\f087';
}

.cmtx_dislike_icon::before {
  color: #d12f19;
  content: '\f088';
}

.cmtx_share_icon::before {
  color: gray;
  content: '\f1e0';
}

.cmtx_flag_icon::before {
  color: gray;
  content: '\f11d';
}

.cmtx_permalink_icon::before {
  color: gray;
  content: '\f0c1';
}

.cmtx_reply_icon::before {
  color: gray;
  content: '\f112';
}

.cmtx_like_count {
  color: #006700;
  font-weight: bold;
}

.cmtx_dislike_count {
  color: #e60000;
  font-weight: bold;
}

.cmtx_action_message {
  background-color: #fff;
  cursor: default;
  display: none;
  font-family: 'Lucida Grande', Tahoma, Arial, Verdana, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  padding: 3px;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cmtx_action_message_success {
  border: 1px solid #006700;
  color: #006700;
}

.cmtx_action_message_error {
  border: 1px solid #e60000;
  color: #e60000;
}

.cmtx_share_box, .cmtx_permalink_box {
  background-color: #fcfcfc;
  border: 1px solid #cccccc;
  cursor: default;
  display: none;
  font-family: 'Lucida Grande', Tahoma, Arial, Verdana, sans-serif;
  font-size: 0.8em;
  margin-left: 10px;
  margin-top: 10px;
  padding: 4px;
  position: absolute;
  width: auto;
}

.cmtx_share_box {
  padding-left: 8px;
  padding-right: 8px;
}

.cmtx_share_box a {
  outline: none;
}

.cmtx_share {
  background-image: url("../../image/share/sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}

.cmtx_share_box a:not(:first-child) {
  margin-left: 12px;
}

.cmtx_share_digg {
  background-position: -31px -31px;
}

.cmtx_share_facebook {
  background-position: -57px -5px;
}

.cmtx_share_linkedin {
  background-position: -57px -31px;
}

.cmtx_share_reddit {
  background-position: -5px -5px;
}

.cmtx_share_twitter {
  background-position: -31px -5px;
}

.cmtx_share_weibo {
  background-position: -5px -31px;
}

.cmtx_view_replies_area {
  bottom: 0;
  font-size: 0.9em;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.cmtx_view_replies_area a, .cmtx_view_replies_area a * {
  outline: 0;
  text-decoration: none !important;
}

.cmtx_view_replies_area a i {
  color: #4d4d4d;
}

.cmtx_view_replies_link {
  color: #00f;
}

.cmtx_reply_num {
  font-weight: bold;
}

.cmtx_permalink_box input {
  margin-bottom: 3px;
  margin-top: 3px;
  padding: 0 0 0 2px;
  width: 200px;
}

.cmtx_permalink_box a {
  color: #00f;
  font-size: 0.9em;
  text-decoration: none;
}

.cmtx_youtube_container iframe {
  height: auto;
  max-width: 100%;
}

.cmtx_loading_body {
  opacity: 0.3;
}

.cmtx_loading_icon {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
  display: none;
  left: 50%;
  margin-top: -20px;
  position: fixed;
  top: 50%;
}

.cmtx_loading_icon::before {
  content: '\f110';
  font-family: FontAwesome;
  font-size: 20px;
}

@media all and (max-width: 800px) {
  .cmtx_comments_row_one, .cmtx_comments_row_two {
    margin-bottom: 0;
  }
  .cmtx_comments_row_three, .cmtx_comments_row_four {
    margin-top: 0;
  }
  .cmtx_row_left, .cmtx_row_middle, .cmtx_row_right {
    float: none;
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
  }
  .cmtx_return {
    margin-bottom: 12px;
  }
  .cmtx_empty_position {
    display: none;
  }
}

@media all and (max-width: 600px) {
  .cmtx_comment_box {
    text-align: center;
  }
  .cmtx_comment_area ul, .cmtx_comment_area ol {
    display: inline-block;
  }
  .cmtx_sticky {
    padding-bottom: 15px;
    padding-top: 10px;
  }
  .cmtx_content_area {
    margin-left: 0 !important;
  }
  .cmtx_gravatar_area {
    float: none;
    margin-right: 0;
  }
  .cmtx_level {
    left: 0;
    margin: 0 auto;
    margin-top: -8px;
    right: 0;
    width: 72px;
  }
  .cmtx_main_area {
    margin-top: 10px;
  }
  .cmtx_user_and_rating_area {
    min-height: 0;
  }
  .cmtx_user_area {
    margin-top: 15px;
  }
  .cmtx_rating_area {
    margin-bottom: 10px;
    margin-top: 10px;
    position: static;
  }
  .cmtx_reply_area .cmtx_admin_reply {
    float: none;
  }
  .cmtx_upload_area img:not(:last-child) {
    margin-bottom: 15px;
    padding-right: 0;
  }
  .cmtx_upload {
    max-width: 90%;
  }
  .cmtx_code_box, .cmtx_php_box {
    text-align: left;
  }
  .cmtx_date_and_action_area {
    min-height: 0;
  }
  .cmtx_action_area {
    margin-top: 15px;
    position: static;
  }
  .cmtx_view_replies_area {
    margin-top: 15px;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

/**************************** Outer *****************************/
/* Average Rating */
.cmtx_average_rating_block {
  line-height: 0;
}

.cmtx_average_rating {
  display: inline-block;
  margin-left: -4px;
  vertical-align: middle;
}

.cmtx_average_rating > input {
  display: none;
}

.cmtx_average_rating > label::before {
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.1em;
  line-height: 0;
  margin: 5px;
}

.cmtx_average_rating > label {
  color: #e6e6e6;
  float: right;
}

.cmtx_average_rating > input:checked ~ label, .cmtx_average_rating:not(:checked) > label:hover, .cmtx_average_rating:not(:checked) > label:hover ~ label {
  color: #ffd700;
}

.cmtx_average_rating > input:checked + label:hover, .cmtx_average_rating > input:checked ~ label:hover, .cmtx_average_rating > label:hover ~ input:checked ~ label, .cmtx_average_rating > input:checked ~ label:hover ~ label {
  color: #ffed85;
}

.cmtx_average_rating_stats {
  font-size: 0.8em;
  vertical-align: middle;
}

.cmtx_average_rating_block div[itemprop] {
  display: inline-block;
}

/* Notify */
.cmtx_notify_block a, .cmtx_notify_block a * {
  outline: 0;
  text-decoration: none !important;
}

.cmtx_notify_icon::before {
  color: #4d4d4d;
  content: '\f003';
  font-size: medium;
}

.cmtx_notify_text {
  padding-left: 2px;
}

.cmtx_message_notify a {
  color: #00f;
  text-decoration: none;
}

/* Page Number */
.cmtx_page_number {
  font-weight: normal;
}

/* Pagination */
.cmtx_pagination_url, .cmtx_pagination_url * {
  text-decoration: none !important;
}

.cmtx_pagination_box {
  background: none repeat scroll 0 0 #fcfcfc;
  border: 1px solid #e6e6e6;
  color: gray;
  font-size: 14px;
  padding: 0 4px;
}

.cmtx_pagination_box:not(.cmtx_pagination_box_active) {
  cursor: pointer;
}

.cmtx_pagination_block span:not(:first-of-type) {
  margin-left: 1px;
}

.cmtx_pagination_box:hover {
  border: 1px solid #9e9e9e;
}

.cmtx_pagination_box_active {
  background: none repeat scroll 0 0 #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #fff;
}

/* RSS */
.cmtx_rss_block a, .cmtx_rss_block a * {
  outline: 0;
  text-decoration: none !important;
}

.cmtx_rss_icon::before {
  color: #e97013;
  content: '\f143';
  font-size: medium;
}

.cmtx_rss_text {
  padding-left: 2px;
}

/* Search */
.cmtx_search_container {
  position: relative;
}

.cmtx_search {
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: inline-block !important;
  font-family: inherit;
  font-size: inherit;
  height: 25px !important;
  line-height: 25px;
  margin: 0 !important;
  padding: 0 0 0 5px !important;
  -webkit-transition: width 500ms !important;
  transition: width 500ms !important;
  width: 125px !important;
}

.cmtx_search::-webkit-search-cancel-button {
  display: none;
}

.cmtx_search::-ms-clear {
  display: none;
}

.cmtx_search_focus {
  width: 225px !important;
}

.cmtx_search_container .fa-search {
  bottom: 50%;
  color: #cccccc;
  cursor: pointer;
  font-size: 12px !important;
  height: 12px;
  position: absolute;
  right: 5px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.cmtx_search_wrapper {
  display: inline-block;
  position: relative;
}

/* Social */
.cmtx_social {
  background-image: url("../../image/social/sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

.cmtx_social_block a:not(:first-child) {
  margin-left: 10px;
}

.cmtx_social_digg {
  background-position: -31px -31px;
}

.cmtx_social_facebook {
  background-position: -57px -5px;
}

.cmtx_social_linkedin {
  background-position: -57px -31px;
}

.cmtx_social_reddit {
  background-position: -5px -5px;
}

.cmtx_social_twitter {
  background-position: -31px -5px;
}

.cmtx_social_weibo {
  background-position: -5px -31px;
}

/* Sort By */
.cmtx_sort_by_text {
  color: gray;
  font-size: 0.8em;
}

.cmtx_sort_by_field {
  font-family: inherit;
  font-size: inherit;
  height: auto !important;
  height: 25px !important;
  line-height: 25px;
  padding: 0 !important;
  width: auto !important;
}

/* Topic */
.cmtx_topic_intro {
  font-weight: normal;
}

.cmtx_topic {
  font-weight: bold;
}

/* More Comments */
.cmtx_more_button_row {
  margin-bottom: 30px;
  margin-top: 25px;
  text-align: center;
}

/* Return */
.cmtx_return {
  background-color: #fcfcfc;
  border: 1px dotted #e6e6e6;
  height: 35px;
  line-height: 25px;
  padding: 4px;
  text-align: center;
}

.cmtx_return a, .cmtx_return a * {
  outline: 0;
  text-decoration: none !important;
}

.cmtx_return_icon::before {
  color: #4d4d4d;
  content: '\f0e2';
}

/* User */
.cmtx_user_body {
  background-color: #f5f5f5;
}

.cmtx_user_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.cmtx_user_container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  line-height: normal;
}

.cmtx_user_container *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cmtx_user_container *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cmtx_user_container h1 {
  color: #4d4d4d;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 10px;
}

.cmtx_user_container .cmtx_message {
  display: block;
  margin-bottom: 20px;
  padding: 8px 5px 8px 25px;
}

.cmtx_user_container .cmtx_settings_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmtx_user_container .cmtx_area {
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 30px;
}

.cmtx_user_container .cmtx_area_heading {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  height: 25px;
  padding-top: 5px;
}

.cmtx_user_container .cmtx_area_body {
  margin-top: 25px;
}

.cmtx_user_container .cmtx_notifications_area, .cmtx_user_container .cmtx_format_area {
  width: 50%;
}

.cmtx_user_container .cmtx_notifications_area {
  margin-right: 15px;
}

.cmtx_user_container .cmtx_notifications_area .cmtx_mobile {
  display: none;
}

.cmtx_user_container .cmtx_notifications_area .cmtx_notifications_area_custom {
  margin-top: 15px;
}

.cmtx_user_container .cmtx_custom_text {
  color: gray;
  font-size: 0.8em;
  margin-bottom: 8px;
}

.cmtx_user_container .cmtx_format_area {
  margin-left: 15px;
}

.cmtx_user_container .cmtx_subscriptions_area {
  margin-top: 30px;
  width: 100%;
}

.cmtx_user_container .cmtx_table {
  border-collapse: collapse;
  width: 100%;
}

.cmtx_user_container .cmtx_table tr:nth-of-type(odd) {
  background: #fcfcfc;
}

.cmtx_user_container .cmtx_table th {
  background: #fff;
  color: #4d4d4d;
  font-weight: bold;
}

.cmtx_user_container .cmtx_table td, .cmtx_user_container th {
  border: 1px solid #e6e6e6;
  padding: 8px;
  text-align: left;
}

.cmtx_user_container .cmtx_table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cmtx_user_container .cmtx_table tbody tr:hover {
  background-color: #fdfcdc;
}

.cmtx_user_container .cmtx_table td:last-of-type a {
  outline: none;
}

.cmtx_user_container .cmtx_table .cmtx_no_results {
  text-align: center;
}

.cmtx_user_container .cmtx_trash_icon::before {
  color: #f00;
  content: '\f014';
  cursor: pointer;
  display: inline-block;
  font-family: FontAwesome;
}

.cmtx_user_container .cmtx_subscriptions_area_delete {
  margin-bottom: 5px;
  margin-top: 35px;
}

.cmtx_user_container .cmtx_subscriptions_area_delete .cmtx_area_heading {
  font-size: 16px;
}

.cmtx_user_container .cmtx_subscriptions_area_delete .cmtx_area_body {
  margin-top: 10px;
}

.cmtx_user_container input[type='radio'] {
  margin-bottom: 15px;
}

.cmtx_user_container input[type='checkbox'] {
  margin-bottom: 10px;
}

@media all and (max-width: 1300px) {
  .cmtx_user_container {
    max-width: none;
    width: 90%;
  }
}

@media all and (max-width: 1000px) {
  .cmtx_user_container .cmtx_notifications_area .cmtx_desktop {
    display: none;
  }
  .cmtx_user_container .cmtx_notifications_area .cmtx_mobile {
    display: block;
  }
}

@media all and (max-width: 800px) {
  .cmtx_user_container .cmtx_settings_container {
    display: block;
  }
  .cmtx_user_container .cmtx_notifications_area, .cmtx_user_container .cmtx_format_area {
    width: 100%;
  }
  .cmtx_user_container .cmtx_format_area {
    margin-top: 30px;
  }
  .cmtx_user_container .cmtx_notifications_area {
    margin-right: 0;
  }
  .cmtx_user_container .cmtx_format_area {
    margin-left: 0;
  }
}

@media all and (max-width: 750px) {
  .cmtx_user_container .cmtx_table, .cmtx_user_container .cmtx_table thead, .cmtx_user_container .cmtx_table tbody, .cmtx_user_container .cmtx_table th, .cmtx_user_container .cmtx_table td, .cmtx_user_container .cmtx_table tr {
    display: block;
  }
  .cmtx_user_container .cmtx_table tr {
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
  }
  .cmtx_user_container .cmtx_table td {
    border: 0;
    border-bottom: 1px solid #e6e6e6;
  }
}

/* Modal */
.cmtx_modal_box {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid gray;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  display: none;
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  z-index: 9000;
}

.cmtx_form_container .cmtx_modal_box {
  min-width: 400px;
}

.cmtx_modal_box header {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
}

.cmtx_modal_box header div {
  font-weight: bold;
  padding: 5px;
}

.cmtx_modal_box .cmtx_modal_body {
  max-height: 500px;
  overflow: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.cmtx_modal_box .cmtx_button {
  width: auto;
}

.cmtx_modal_box footer {
  background: rgba(0, 0, 0, 0.02);
  border-top: 1px solid #e6e6e6;
  padding: 10px;
  text-align: right;
}

.cmtx_modal_box header a {
  color: #cccccc;
  font-size: 23px;
  line-height: 1;
  position: absolute;
  right: 10px;
  text-decoration: none;
}

.cmtx_modal_box header a:hover {
  color: #4d4d4d;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
}

.cmtx_modal_body {
  margin-bottom: 10px;
  margin-top: 8px;
}

.cmtx_modal_body p {
  margin-bottom: 16px !important;
  margin-top: 16px !important;
}

#cmtx_privacy_modal .cmtx_modal_body, #cmtx_terms_modal .cmtx_modal_body, #cmtx_autodetect_modal .cmtx_modal_body {
  margin-bottom: 5px;
  margin-top: 0;
}

#cmtx_autodetect_modal .cmtx_modal_body a {
  text-decoration: none;
}

.cmtx_modal_box input[type='text'], .cmtx_modal_box input[type='url'], .cmtx_modal_box input[type='email'] {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  height: 25px;
  margin: 0;
  padding-left: 2px;
  width: 100%;
}

.cmtx_modal_box input[type='button'] {
  padding: 6px;
}

#cmtx_bullet_modal .cmtx_modal_body div:first-child, #cmtx_numeric_modal .cmtx_modal_body div:first-child {
  margin-bottom: 8px;
}

#cmtx_bullet_modal span, #cmtx_numeric_modal span {
  line-height: 22px;
  padding-right: 15px;
}

#cmtx_bullet_modal .cmtx_modal_body div:not(:first-of-type), #cmtx_numeric_modal .cmtx_modal_body div:not(:first-of-type) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cmtx_link_modal .cmtx_modal_body div:nth-of-type(3), #cmtx_email_modal .cmtx_modal_body div:nth-of-type(3) {
  margin-top: 10px;
}

.cmtx_alert_icon::before {
  color: #4d4d4d;
  content: '\f071';
  margin-right: 2px;
}

.cmtx_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 8000;
}

@media all and (max-width: 500px) {
  .cmtx_form_container .cmtx_modal_box {
    min-width: 0;
  }
  .cmtx_form_container .cmtx_modal_box {
    width: 80%;
  }
}

@media all and (max-width: 400px) {
  .cmtx_comment_container .cmtx_modal_box {
    width: 80%;
  }
}

/* Minify */
.cmtx_star::after, .cmtx_like_icon::after, .cmtx_dislike_icon::after, .cmtx_sort_by_text::after, .cmtx_name_text::after, .cmtx_geo::after, .cmtx_pagination_url::before, .cmtx_pagination_url::after {
  content: ' ';
}

.cmtx_modal_box .cmtx_button_secondary {
  margin-left: 3px;
}
