/* this is 1.0.1 branchÂ */

/* necessary google fonts  */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

.aptf-clearfix:before, .aptf-clearfix:after {
  content: "";
  display: table;
}
.aptf-clearfix:after {
  clear: both;
}

.aptf-single-tweet-wrapper {
  clear: both;
  float: left;
  margin-bottom: 20px;
  width: 100%;
  font-size: 100%;
}

.aptf-additional-template .aptf-single-tweet-wrapper {
    background: #fff;
}
.aptf-additional-template.aptf-tweets-wrapper .aptf-single-tweet-wrapper {
  margin-top: 30px;
}
.aptf-additional-template.aptf-slider-outer-wrapper .aptf-single-tweet-wrapper,
.aptf-additional-template .aptf-single-tweet-wrapper:first-child {
  margin-top: 0;
}

.aptf-tweet-content {
  line-height: 1.5;
  word-wrap: break-word;
}

.aptf-tweet-date {
  float: left;
}

.aptf-tweet-date p {
  margin-bottom: 0;
}

.aptf-tweet-actions-wrapper {
  float: right;
}

.aptf-tweet-content .aptf-tweet-name {
  font-weight: bold;
  border-bottom: none !important;
  text-decoration: none !important;
  margin: 0 10px;
}

.aptf-tweet-username {
  color: #999;
}

.aptf-tweet-actions a {
  color: #999;
  border-bottom: none !important;
  text-decoration: none !important;
  margin-right: 5px;
}
.aptf-tweet-actions a .aptf-count {
  font-size: 0.85em;
  padding: 0 4px;
}

.aptf-tweet-media {
  margin: 10px 0;
}
.aptf-tweet-media img {
  max-width: 100% !important;
}

.aptf-timestamp {
  margin: 0 !important;
  font-weight: normal;
}
.aptf-timestamp a {
  font-size: 0.95em;
}
#primary .aptf-timestamp a {
  font-size: 12px;
}

.aptf-timestamp a {
  border-bottom: none !important;
  text-decoration: none !important;
}

.aptf-follow-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  max-width: 100%;
  font-size: 0.875em;
  padding: 0.438em 1em;
}

.aptf-follow-btn a {
  border-bottom: none !important;
  text-decoration: none !important;
}

.aptf-center-align {
  text-align: center;
  margin-top: 10px;
}

.aptf-seperator {
  padding: 8px;
}

.aptf-tweet-media {
  margin-left: -0.3em;
  margin-right: -0.3em;
}
.aptf-tweet-media:before, .aptf-tweet-media:after {
  content: "";
  display: table;
}
.aptf-tweet-media:after {
  clear: both;
}
.aptf-tweet-media .aptf-each-media {
  box-sizing: border-box;
  padding: 0.3em;
}
.aptf-tweet-media .aptf-each-media > a {
  position: relative;
  display: block;
}
.aptf-tweet-media .aptf-each-media > a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
}
.aptf-tweet-media .aptf-each-media > a:hover:after {
  content: "\f002";
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -10px;
}
.aptf-tweet-media .aptf-each-media.aptf-media-thumb {
  margin: 0;
  padding: 0;
  width: 33.33333333%;
  display: inline-block !important;
  padding: 0.3em;
  float: left;
}
.aptf-tweet-media .aptf-each-media.aptf-media-thumb img {
  width: 100%;
  height: auto !important;
}

.aptf-tweets-slider-wrapper:before, .aptf-tweets-slider-wrapper:after {
  content: "";
  display: table;
}
.aptf-tweets-slider-wrapper:after {
  clear: both;
}

.bx-wrapper .bx-viewport .aptf-single-tweet-wrapper {
  clear: none;
}

.aptf-template-1 .aptf-tweet-content {
  background: #EEE;
  position: relative;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 0.938em;
  font-size: 0.875em;
  line-height: 1.5;
}
.aptf-template-1 .aptf-tweet-content a {
  color: #00B0ED !important;
  border-bottom: none !important;
}
.aptf-template-1 .aptf-tweet-content a:hover {
  color: #5f88a2 !important;
}
.aptf-template-1 .aptf-tweet-content .aptf-tweet-actions a {
  margin: 0 3px;
}
.aptf-template-1 .aptf-tweet-content:after {
  content: ' ';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #EEE;
  bottom: -10px;
  height: 0;
  position: absolute;
  width: 0;
}
.aptf-template-1 .aptf-tweet-content:after, .aptf-template-1 .aptf-tweet-content:before {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.aptf-template-1 .aptf-tweet-content:after {
  border-color: rgba(238, 238, 238, 0);
  border-top-color: #EEE;
  border-width: 6px;
  margin-left: -15px;
}
.aptf-template-1 .aptf-tweet-content:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #CCC;
  border-width: 7px;
  margin-left: -16px;
}
.aptf-template-1 .aptf-tweet-actions {
  background: none repeat scroll 0 0 #fff;
  border-radius: 20px;
  display: none;
  padding: 2px 10px;
  position: absolute;
  right: 15px;
  top: 10px;
}
.aptf-template-1 .aptf-tweet-content:hover .aptf-tweet-actions {
  display: block;
}
.aptf-template-1 .aptf-tweet-name {
  border-bottom: medium none !important;
  display: inline-block;
  font-weight: bold;
  padding-top: 16px;
  text-decoration: none;
  font-size: 0.938em;
}
.aptf-template-1 .aptf-tweet-name img {
  width: 3.125em !important;
  height: auto !important;
  display: inline-block !important;
  vertical-align: middle;
}
.aptf-template-1 .aptf-tweet-date {
  display: inline-block;
  float: none;
  margin-top: 15px;
}
.aptf-template-1 .aptf-follow-btn {
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.aptf-template-1 .aptf-follow-btn a {
  color: #333333 !important;
}
.aptf-template-1 .aptf-follow-btn a .fa-twitter {
  color: #00ACEE !important;
}
.aptf-template-1 .aptf-follow-btn a:hover {
  color: #707070 !important;
  color: rgba(51, 51, 51, 0.7) !important;
}
.aptf-template-1 .aptf-timestamp a {
  font-size: 0.750em;
}
.aptf-template-1 .aptf-tweet-box {
  color: #333;
}

.aptf-template-2 {
  line-height: 1.5;
}
.aptf-template-2 .aptf-tweet-name {
  font-size: 1em;
  text-decoration: none;
  border-bottom: none;
}
.aptf-template-2 .aptf-tweet-username {
  font-size: 0.75em;
}
.aptf-template-2 .aptf-tweet-content {
  font-size: 0.875em;
}
.aptf-template-2 .aptf-tweet-content .clear {
  margin-bottom: 8px;
}
.aptf-template-2 .aptf-tweet-date {
  margin-top: 10px;
  font-size: 0.75em;
}
.aptf-template-2 .aptf-tweet-actions-wrapper {
  margin-top: 7px;
}
.aptf-template-2 .aptf-follow-btn {
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.aptf-template-2 .aptf-follow-btn a {
  color: #333333 !important;
}
.aptf-template-2 .aptf-follow-btn a .fa-twitter {
  color: #00ACEE !important;
}
.aptf-template-2 .aptf-follow-btn a:hover {
  color: #707070 !important;
  color: rgba(51, 51, 51, 0.7) !important;
}
.aptf-template-2 .aptf-tweet-actions a {
  text-decoration: none;
  border-bottom: transparent;
}

.aptf-template-3:before, .aptf-template-3:after {
  content: "";
  display: table;
}
.aptf-template-3:after {
  clear: both;
}
.aptf-template-3 .aptf-single-tweet-wrapper {
    background: #fff;
    border: 1px solid #f1f0f0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    clear: both;
    color: #333;
    float: left;
    margin-bottom: 7.5px;
    margin-top: 7.5px; 
    padding: 20px;
    width: 100%;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.25);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.06);
}
.aptf-template-3 .bx-wrapper .bx-viewport .aptf-single-tweet-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.aptf-template-3 .aptf-timestamp {
  color: #999;
  display: inline-block;
  font-size: 15px;
}
.aptf-template-3 .aptf-tweet-actions-wrapper {
  float: none;
  padding: 10px 0 5px;
  width: auto;
  box-sizing: border-box;
}
.aptf-template-3 .aptf-tweet-actions-wrapper a {
  margin-right: 15%;
  color: #999 !important;
}
.aptf-template-3 .aptf-tweet-actions-wrapper a:hover {
  color: #595959 !important;
}
.aptf-template-3 .clear {
  margin-bottom: 10px;
}
.aptf-template-3 .aptf-tweet-content:after {
  top: 100%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.aptf-template-3 .aptf-tweet-content a {
  color: #0074A2 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
.aptf-template-3 .aptf-tweet-content a:hover {
  color: #002b3c !important;
}
.aptf-template-3 .aptf-follow-btn {
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.aptf-template-3 .aptf-follow-btn a {
  color: #333333 !important;
}
.aptf-template-3 .aptf-follow-btn a .fa-twitter {
  color: #00ACEE !important;
}
.aptf-template-3 .aptf-follow-btn a:hover {
  color: #707070 !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

/*theme 4*/
.aptf-template-4 {
  line-height: 1.5;
}
.aptf-template-4 .aptf-timestamp {
  font-size: 0.75em;
  box-sizing: border-box;
  padding-bottom: 7px;
  vertical-align: middle;
  display: block;
}
.aptf-template-4 .aptf-display-name {
  color: #fff;
}
.aptf-template-4 .aptf-tweet-username {
  font-weight: 300;
  font-size: 0.85em;
  color: #d3dae0 !important;
}
.aptf-template-4 .aptf-single-tweet-wrapper {
  margin: 0 0 1.5em;
  position: relative;
  width: 100%;
  float: none;
  box-sizing: border-box;
}
.aptf-template-4 .aptf-single-tweet-wrapper:before, .aptf-template-4 .aptf-single-tweet-wrapper:after {
  content: "";
  display: table;
}
.aptf-template-4 .aptf-single-tweet-wrapper:after {
  clear: both;
}
.aptf-template-4 .aptf-tweet-content {
  background: #4982ab;
  padding: 1.875em 1.438em;
  font-size: 0.875em;
  color: #d3dae0;
}
.aptf-template-4 .aptf-tweet-content:before, .aptf-template-4 .aptf-tweet-content:after {
  content: "";
  display: table;
}
.aptf-template-4 .aptf-tweet-content:after {
  clear: both;
}
.aptf-template-4 .aptf-tweet-content .clear {
  margin-bottom: 5px;
}
.aptf-template-4 .aptf-tweet-content a {
  color: #88d8fd !important;
  border-bottom: none !important;
  text-decoration: none !important;
}
.aptf-template-4 .aptf-tweet-content a:hover {
  color: #025b84 !important;
}
.aptf-template-4 .aptf-tweet-actions {
  float: none;
  text-align: left;
  margin-top: 12px;
}
.aptf-template-4 .aptf-tweet-actions a {
  color: #d3dae0 !important;
  margin-right: 10px;
}
.aptf-template-4 .aptf-tweet-actions a:hover {
  color: #025b84 !important;
}
.aptf-template-4 .aptf-follow-btn {
  margin-top: 0px;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.aptf-template-4 .aptf-follow-btn a {
  color: #333333 !important;
}
.aptf-template-4 .aptf-follow-btn a .fa-twitter {
  color: #00ACEE !important;
}
.aptf-template-4 .aptf-follow-btn a:hover {
  color: #707070 !important;
  color: rgba(51, 51, 51, 0.7) !important;
}
.aptf-template-4 .bx-wrapper .bx-controls-direction a {
  top: 12px;
}

/*theme 5*/
.aptf-template-5 .aptf-tweet-content {
  border-radius: 3px;
  padding: 0.9rem;
  background: #252525;
  color: #ebebeb !important;
  position: relative;
  margin-bottom: 10px;
  font-size: 0.875em;
  line-height: 1.5;
}
.aptf-template-5 .aptf-tweet-content:after {
  content: "";
  border-top: 7px solid #252525;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  bottom: -7px;
}
.aptf-template-5 .aptf-tweet-box {
  color: #f1f1f1;
}
.aptf-template-5 .aptf-tweet-box a {
  color: #b1b1b1 !important;
}
.aptf-template-5 .aptf-tweet-box a:hover {
  text-decoration: underline;
  color: #fff !important;
}
.aptf-template-5 .aptf-tweet-screenName {
  font-weight: bold;
  padding: 0 10px;
}
.aptf-template-5 .aptf-tweet-screenName .fa-twitter {
  color: #55ACEE !important;
}
.aptf-template-5 .aptf-tweet-box-footer {
  margin-bottom: 5px;
}
.aptf-template-5 .aptf-tweet-box-footer a {
  font-weight: 300;
}
.aptf-template-5 .aptf-timestamp {
  float: right;
  font-size: 0.813em;
  line-height: 1.5;
  position: relative;
  top: 4px;
}
.aptf-template-5 .aptf-timestamp {
    top: unset;
}
.aptf-template-5 .aptf-tweet-actions {
  float: none;
  padding: 10px 0;
}
.aptf-template-5 .aptf-tweet-actions a {
  color: #f1f1f1 !important;
  margin-right: 15%;
}
.aptf-template-5 .aptf-tweet-name {
  font-size: 0.938em;
}
.aptf-template-5 .aptf-single-tweet-wrapper {
  margin-bottom: 0;
  margin-top: 20px;
}
.aptf-template-5 .aptf-single-tweet-wrapper:first-child {
  margin-top: 0;
}
.aptf-template-5 .aptf-single-tweet-wrapper {
  float: none;
}
.aptf-template-5 .aptf-follow-btn {
  margin-top: 15px;
  background: #252525;
  border-radius: 3px;
  border: none;
  display: block;
  text-shadow: none;
  line-height: 35px;
  height: auto;
  text-align: center;
}
.aptf-template-5 .aptf-follow-btn a {
  color: #fff !important;
}
.aptf-template-5 .aptf-follow-btn a:hover, .aptf-template-5 .aptf-follow-btn a:focus, .aptf-template-5 .aptf-follow-btn a:active {
  color: inherit;
}
.aptf-template-5 .aptf-follow-btn .label {
  padding-left: 10px;
  white-space: normal;
}
.aptf-template-5 .aptf-follow-btn:hover, .aptf-template-5 .aptf-follow-btn:active {
  background: #6abdf7;
}
.aptf-template-5 .bx-wrapper .bx-viewport .aptf-single-tweet-wrapper {
  margin: 0;
}

/*theme 6*/
.aptf-template-6 {
  line-height: 1.5;
}
.aptf-template-6:before, .aptf-template-6:after {
  content: "";
  display: table;
}
.aptf-template-6:after {
  clear: both;
}
.aptf-template-6 .aptf-tweet-content {
  padding: 0.750rem 2rem 0;
  text-align: center;
}
.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow {
  position: relative;
  height: 29px;
  width: 100%;
  display: table;
}
.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow span {
  display: table-cell;
}
.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow .aptf-shadow-left,
.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow .aptf-shadow-right,
.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow .aptf-shadow-tleft,
.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow .aptf-shadow-tright {
  width: 129px;
  background-repeat: no-repeat;
}
.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow .aptf-shadow-left {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIEAAAAdCAYAAACNBA9oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QjdERjY4MUQ2RDAxMUU0OEUxQ0JCRUY0M0ExMEVFNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QjdERjY4MkQ2RDAxMUU0OEUxQ0JCRUY0M0ExMEVFNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlCN0RGNjdGRDZEMDExRTQ4RTFDQkJFRjQzQTEwRUU1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlCN0RGNjgwRDZEMDExRTQ4RTFDQkJFRjQzQTEwRUU1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+c82HSwAACdZJREFUeNrsW1uPFMcV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);
  background-position: bottom left;
}
.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow .aptf-shadow-tleft {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIEAAAAdCAYAAACNBA9oAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5lWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNS0wNC0wMlQxNDowNDowMyswNTo0NTwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE1LTA0LTAyVDE0OjA0OjMyKzA1OjQ1PC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNS0wNC0wMlQxNDowNDozMiswNTo0NTwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDozMjA4ZTllMi1mMDNiLWU5NDAtOWE3OC05ZDhkNTVkZDAzNTg8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NEM5NDZGNDBENkQxMTFFNDk0QkVDQ0EzNzcyRDg5MzA8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NEM5NDZGM0RENkQxMTFFNDk0QkVDQ0EzNzcyRDg5MzA8L3N0UmVmOmluc3RhbmNlSUQ+CiAgICAgICAgICAgIDxzdFJlZjpkb2N1bWVudElEPnhtcC5kaWQ6NEM5NDZGM0VENkQxMTFFNDk0QkVDQ0EzNzcyRDg5MzA8L3N0UmVmOmRvY3VtZW50SUQ+CiAgICAgICAgIDwveG1wTU06RGVyaXZlZEZyb20+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo0Qzk0NkY0MEQ2RDExMUU0OTRCRUNDQTM3NzJEODkzMDwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6MzIwOGU5ZTItZjAzYi1lOTQwLTlhNzgtOWQ4ZDU1ZGQwMzU4PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA0LTAyVDE0OjA0OjMyKzA1OjQ1PC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4xMjk8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+Mjk8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pp898yUAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAACWBJREFUeNrsm89vXFcVx7/n3Pvmtz2esR07cVIntYSTNoV2gxAqYoXEpoDEkiAWlJQfUtn3L6AqKwj9QavSSiCExJ4NsCugSl1QUVTSRiSkSeo2P9pMxjPz3r3ny+K9GY8njptGFYrLHPlq3o9773u+53N+3bEFO4vscI0T18fPOTFut77Y5Zm8xT3eZr/bkoWlJXz9m9/Aq3/4Cw67w1j96hG8+rdXMNuYRTdNceb0m0hDBp+UEbIUm5t9hCxFuVJBszkH9UCn20XoZxABNnt9eOcwOzsH7xPQ93H9w+uIPUW5VoZzDr1uF8577FtYRLlSRhpSIChudDroxT7KSQlpr4duf4DFxQVUqlXEGJB4jxhS9PsZKg5IaiX0B4pBvwfnHQDAe49udxODQb847uKhBx+EeMXp02cwN9OE9wJf8iAFMIM6hWoxfhdFyG0svNxC+XIbUH0UeDu9Bz8pEKayJX6Ha7qDguV2LHWCIHL7+GE/7uIxdvMc8jG8ylTuAAIZA0CLc50AQiYUbmNKNhlTjOSHHHEgkt8jWdxmgQzHqCE4msMmgNARX1JMb1PlfZIQDBfeFeeuaMnY4uuk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);
  background-position: top left;
}
.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow .aptf-shadow-right {
  background-position: bottom right;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIEAAAAdCAYAAACNBA9oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0Qzk0NkYzRkQ2RDExMUU0OTRCRUNDQTM3NzJEODkzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0Qzk0NkY0MEQ2RDExMUU0OTRCRUNDQTM3NzJEODkzMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRDOTQ2RjNERDZEMTExRTQ5NEJFQ0NBMzc3MkQ4OTMwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRDOTQ2RjNFRDZEMTExRTQ5NEJFQ0NBMzc3MkQ4OTMwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+sCPMcAAACkNJREFUeNrsW1uPHEcV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);
}
.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow .aptf-shadow-tright {
  background-position: top right;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIEAAAAdCAYAAACNBA9oAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5lWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNS0wNC0wMlQxNDowMzozMiswNTo0NTwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE1LTA0LTAyVDE0OjA0OjQxKzA1OjQ1PC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNS0wNC0wMlQxNDowNDo0MSswNTo0NTwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDoyZWFlODE2Yi05NzVhLWNhNDYtYWNmNi0yYTNjZTlmZjNkZDk8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6OUI3REY2ODJENkQwMTFFNDhFMUNCQkVGNDNBMTBFRTU8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6OUI3REY2N0ZENkQwMTFFNDhFMUNCQkVGNDNBMTBFRTU8L3N0UmVmOmluc3RhbmNlSUQ+CiAgICAgICAgICAgIDxzdFJlZjpkb2N1bWVudElEPnhtcC5kaWQ6OUI3REY2ODBENkQwMTFFNDhFMUNCQkVGNDNBMTBFRTU8L3N0UmVmOmRvY3VtZW50SUQ+CiAgICAgICAgIDwveG1wTU06RGVyaXZlZEZyb20+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo5QjdERjY4MkQ2RDAxMUU0OEUxQ0JCRUY0M0ExMEVFNTwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6MmVhZTgxNmItOTc1YS1jYTQ2LWFjZjYtMmEzY2U5ZmYzZGQ5PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA0LTAyVDE0OjA0OjQxKzA1OjQ1PC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4xMjk8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+Mjk8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pv1wNz4AAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAACThJREFUeNrsmt+PHMURxz9V3TOzez98wcaOHQM2EQYCL8FPREoU4JGHIJFIkAckQ0wMMT/CD0fhD+MtUqI8EeUhQkqkYAPGEEMCJrax73Z3prsqDzO7t3e3BzYEhXO2pNHM7HT3zPT321Xfqlm54447MDM0KE09ApSyV9KMRqTaGTUNqHHollt5771zXF29igYFh+XlZQTBzHAMIdJfiEgaMRiCRqfqL5CSYe6oKBcuXCDVI5aWlsgikIxdSyvEfiBoIIhw4dMLXL5yhYX+AgiMBiMMY/GmioW4TM7C6tWrrK1dpSxLiliQxdi1skSkYLA24PJnlxER+v0+/X4fd2M4GHLo8O0c2LeP3NTElT5Lq0u88caf+NHPfsCVz2r++Ps/sHrlCl/BBPCpY2acf1F/AJvRx69xjFnm212IzO2/aTIDOPmcdtuRB0BngCib2soMkOULyOlzEnz9NgZHvgRBNl0TH2Mm4L6VBJO28nlLff2ST3kYn5Pga1j+Lt2pzwR+jJPO6i4iOCjuLUCTsToiSAe0I2PEfeN40+STGeCPCWBTxw74nASbLOf8pWK/dFPt0sHVgimTa+2yFgERRF3A3QVEW/xdBXARwV1oG/sERe9o0o3TjivuLfXUt/dA0yEgA023z0Cae4JNU+Xm3LxnD/9YW9suTsusFecBcUNwHEdVEBTcwCEiErRtquauLoiKqomrm+OIaouxIKgImLl6xxpvg4G4oF1gkAmtXLrncN1GN7AJ9BoYdXsD7P+aBKICBsPhkFgEQgj0+v3pKfTW2xoSA56yAxSxT0+TryYLZkbRK6Usq1Cv1dKMRoGgMQZUXDUli9ksmBKDBglYzDmLuwcNQVHHcg4OKqoq7goSg4qYGSBBRd0xHNc2Fog4Du6mgngbJnxGCBgDnzvgmw74uhMc3xxNICIbtunfHce9XWIIW9qsB1VQVRTdMoZqG2pFhKqqWFxcJI0ihJKVm1e4+967qFczsrjEwVtuY7nqYwttSnnp0ohQN1S9RSw0rK0Nq3rQVKWGcqkoevWoLgdrawXkanF5oaqLUAwHw9KyFBIIZVmUdZNaIljWEDUGDzHlLGJo0CAiIuYmuDmtj1dFpF307mAGZFzM3ZK0oOKQ3T1NrfTcgTwG3zrg21UvpHWd2cYRB49lWU7qBLi1dYKyBDPEnGQOwaiqqotNLSiTCUZxabkpKCEEEVeCIhqcGAO4iAEqKiqKCCoiKqJC+7Yq64aIKKDurqKqMUY1TISg3dJUEQmTdhBwiqZJwR3NORcqEjWE6GZF0zSFCBGI7587Fy988nFh7kXOVvQXekVVlsXp350pPEixtNAvVLS0y1bgUgwvX4xmVIPBsCzKItT1qFhdvRqvEmJVxACuwzzCalMdDkRF8Zw9gZDIjTTjNWrmuNU2VufmZpba5W5A43jC25htLRgZSO7edGA2bTuaDuSxe58+T5uI0ACDzq+tbdQIreiU/fv3/9DMUFVSagAhlpHcJHJyUs4gxq6lXT4YDKRuahURcXMJMbYjuQMmmKgEBDfJGQEXaQtL6ngQJAyHo2gpBQkhIB4EiSBRVYIKwV1CyinknNtYKhKB0K4WorRiVt08enfcxkMp3T0AAYjS9TN3xT0iEgSC+7jPhi1sI6hsaoVNT3QzY+KbKddrQBaRLCLJ3bOImAhu5ubuLiLm7nmqMJQ39bdN95+MualdEpG0qY93v2URyWZem+Vhv9fz0Wh0xd3XHIYgCSEL8K1rlU67d+8Gd8zdPTnJs3exqfUQZm7W6lUzw03w9rncvc16RBUxIWMtC9dTnWn37qKKgYsb7riIursxzWLVNqy5m49lsutYhutGaeyg42S7FVTYJJ/zidb63Gz7C0LaZlNVQgid5xRUIaWEWZvn2cQpTJcGOl/tPnP86b13+aKqbnmG6ePRaMR9R4/qdw4c+P7rr7/+CXCRQI2EhAeLwKVrecmy3BgOWhmsbCABoNr6nUwnXKUVVmMSWPdy7YO3JGhDxfjlJ4qsjf9Mv7zOLIxNJmZ9HmeA9D9KOqbCp/vXd49ZpMzZSKnhyJEjPPjAj+Xs2bNSxMJSyjkU0S01btm2FC7mdiNkPSLknEmp4Z577+WRR35CziZVVdlyfzk5ksoG63nhQYs5CW5EAqSUSClx9Oh9/Pznj6EhUFQFu3fvSUu7FrKSTUN0jX2Czj3BDUkAM+P+++/n2LFj4FDEyPLiou/Zs7ve++19KcbSqli6+EhSSvOK4Y1IgAcfeJCnjx/n00//TVX06Fd9VANFWaTbb/9uPn/+I1dB6qF79Ey41puEENv6wbg0NevL9pRAGStiZF1xy5RSH/ed1GEngk42qLnx15it6lu2iL2NwnBrQUk2iETZ9ArylUHYrgg2/bytUFxX99tlB9uNP2vfpvcJd+fhhx/m1y+8wJUrn2GW6fd7VFVJVZW60Osvx15YW11brS1EWVlZpFxYnJPgRiBBzhl359GfPsqp35zi4uVLJDOqfo+iKseb9HoLS70irhne7Fpc4La9BygXlubhYKfb+KvnY48/ziuvvMz58x/SNA1VWW4tfQm2vLJH7jpyN+GIcf6jjzl4WOYk2OlpIMATTzzBq6de5YP3PyA1DVVX09lcS8iW0v6DB/Lth+/k0399Qq9aIYrOSbBTLaUEwJPHnuLUqVOcO/ceTd1QxnJ2QQkH8yy58EN3HubWQwfZ+8Ee/vqXN+ck2Ik2Ljf/4qkneenFF3nn7dOMRiNUlcy2f4rxINi59972vXtv4nv33M3K8iJn3zk7J8HOJcBxnn/uJKfPvE1d14gKecu3iI3CuMmWb6qW/eK7/+TP5y8SRLDRvE6wo2ycTZw4cYJnTzzDu2fPUjcJDdeY5FnI1W6l2n2JwaChKAO3HK7mJNhpBDh58iQnnvkl777zLskSsbyOom9qTOKir9y8n96omQjMOQl2kD333PMcf/ppzpx+h6ZpUFUsXwePzP1yDnw4rEj1OnnmJNgh9tpvX+P48ac5c+Y0VVnQ65XXl1ICOQRj30Gv9x7CR8M5CXaKlWXJKy+9zK+eeZa33noLcaeMxfULSneKxZ7vay559cHfNojIOQm+4fbgQw/x/Isv8uabb5Jzbv8x5Xbd43T/Uk5/P33Wh6trhLguJv8zAJtpCroFgJa6AAAAAElFTkSuQmCC);
}
.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow .aptf-shadow-mid {
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAdCAYAAACANr1qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQTg0RDJCREQ2REExMUU0ODhBRkRDQjBEQ0JBMkY4MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQTg0RDJCRUQ2REExMUU0ODhBRkRDQjBEQ0JBMkY4MCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNBODREMkJCRDZEQTExRTQ4OEFGRENCMERDQkEyRjgwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNBODREMkJDRDZEQTExRTQ4OEFGRENCMERDQkEyRjgwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+h3sIrgAAACtJREFUeNpi/P//PwMIMDFAAR0YjEAsAGIwS0hImPDx8YkxDoQz4AyAAAMA/6YG/593cTsAAAAASUVORK5CYII=);
  background-position: 0 5px;
}
.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow .aptf-shadow-tmid {
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAdCAYAAACANr1qAAAACXBIWXMAAAsTAAALEwEAmpwYAAA7SGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNS0wNC0wMlQxNDowMzo1MCswNTo0NTwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE1LTA0LTAyVDE0OjE1OjEzKzA1OjQ1PC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNS0wNC0wMlQxNDoxNToxMyswNTo0NTwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDo2MmIyMjdiZC03ZTIyLWU5NGYtOWM2MC01NDliNmVkYzZiYjc8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6Q0E4NEQyQkVENkRBMTFFNDg4QUZEQ0IwRENCQTJGODA8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6Q0E4NEQyQkJENkRBMTFFNDg4QUZEQ0IwRENCQTJGODA8L3N0UmVmOmluc3RhbmNlSUQ+CiAgICAgICAgICAgIDxzdFJlZjpkb2N1bWVudElEPnhtcC5kaWQ6Q0E4NEQyQkNENkRBMTFFNDg4QUZEQ0IwRENCQTJGODA8L3N0UmVmOmRvY3VtZW50SUQ+CiAgICAgICAgIDwveG1wTU06RGVyaXZlZEZyb20+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDpDQTg0RDJCRUQ2REExMUU0ODhBRkRDQjBEQ0JBMkY4MDwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6YWNiMTA0NTktZGVjNC02YjQ5LTkyYTEtZGI4OGJlMzc5MWU5PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA0LTAyVDE0OjA0OjM3KzA1OjQ1PC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo2MmIyMjdiZC03ZTIyLWU5NGYtOWM2MC01NDliNmVkYzZiYjc8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMDQtMDJUMTQ6MTU6MTMrMDU6NDU8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjI8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+Mjk8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Ps/xAgQAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAC5JREFUeNpi/P//PwMDAwMDEwMU0JPBKCUlZfPv3z8GRgYGBgEGBgYGxoFwD2AASegJxbG7FSwAAAAASUVORK5CYII=);
  background-position: 0 -5px;
}
.aptf-template-6 .aptf-tweet-quote-left {
  float: left;
}
.aptf-template-6 .aptf-tweet-quote-right {
  float: right;
}
.aptf-template-6 .aptf-tweet-actions {
  float: none;
  text-align: center;
}
.aptf-template-6 .aptf-tweet-actions a {
  color: inherit;
  display: inline-block;
  margin: 10px 10px 0;
}
.aptf-template-6 .aptf-timestamp {
  text-align: center;
  font-size: 0.875em;
}
.aptf-template-6 .aptf-user-info {
  text-align: center;
  margin: 16px 0;
  font-weight: 300;
  font-size: 0.875em;
  font-weight: 300;
}
.aptf-template-6 .aptf-user-info .fa-twitter {
  color: #5ea9dd;
}
.aptf-template-6 .aptf-user-info .aptf-screenName {
  font-weight: bold;
  padding-left: 5px;
  font-size: 1.2em;
}
.aptf-template-6 .aptf-each-media {
  padding: 0.8em;
}
.aptf-template-6 .aptf-follow-btn {
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.aptf-template-6 .aptf-follow-btn a {
  color: #333333 !important;
}
.aptf-template-6 .aptf-follow-btn a .fa-twitter {
  color: #00ACEE !important;
}
.aptf-template-6 .aptf-follow-btn a:hover {
  color: #707070 !important;
  color: rgba(51, 51, 51, 0.7) !important;
}
.aptf-template-6 .bx-wrapper .bx-controls-direction a {
  top: 48%;
  opacity: 0;
}
.aptf-template-6 .bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}
.aptf-template-6 .bx-wrapper .bx-prev {
  left: 15px;
}
.aptf-template-6 .bx-wrapper .bx-next {
  right: 15px;
}

.aptf-template-7 {
  line-height: 1.5;
  text-align: center;
}
.aptf-template-7 .aptf-single-tweet-wrapper {
  margin: 10px 0;
}
.aptf-template-7 .aptf-tweet-name {
  display: block;
}
.aptf-template-7 .aptf-tweet-name img {
  margin: 0 auto;
  width: auto;
  height: auto;
  background: #fff;
  padding: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.aptf-template-7 .aptf-tweet-name .aptf-screen-name {
  margin: 5px 0;
}
.aptf-template-7 .aptf-tweet-name .aptf-screen-name:before {
  content: "";
  clear: both;
  display: block;
  margin-top: 7px;
}
.aptf-template-7 .aptf-user-name {
  font-size: 0.875em;
  font-weight: 300;
}
.aptf-template-7 .aptf-timestamp {
  margin: 5px 0;
  font-size: 0.875em;
  font-weight: 300;
}
.aptf-template-7 .aptf-tweet-actions {
  float: none;
  margin-top: 5px;
  text-align: center;
}
.aptf-template-7 .aptf-tweet-actions a {
  display: inline-block;
  margin: 0 10px;
}
.aptf-template-7 .aptf-follow-btn {
  background-color: #5ea9dd;
  border-radius: 3px;
}
.aptf-template-7 .aptf-follow-btn a {
  color: #fff !important;
}
.aptf-template-7 .aptf-follow-btn a .fa-twitter {
  color: #fff !important;
}
.aptf-template-7 .aptf-follow-btn a:hover {
  color: #fff !important;
}
.aptf-template-7 .aptf-follow-btn:hover {
  background-color: #2577b0;
}
.aptf-template-7 .bx-wrapper .bx-viewport .aptf-single-tweet-wrapper {
  margin: 0;
}
.aptf-template-7 .bx-wrapper .bx-viewport .aptf-tweet-content {
  padding: 0.750rem 2rem 0;
}
.aptf-template-7 .bx-wrapper .bx-controls-direction a {
  top: 48%;
  opacity: 0;
}
.aptf-template-7 .bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}
.aptf-template-7 .bx-wrapper .bx-prev {
  left: 0;
}
.aptf-template-7 .bx-wrapper .bx-next {
  right: 0;
}

.aptf-template-8 {
  line-height: 1.5;
}
.aptf-template-8 .aptf-tweet-content {
  padding-left: 26px;
  position: relative;
}
.aptf-template-8 .aptf-tweet-content:before {
  content: "\f099";
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  color: #5ea9dd !important;
  position: absolute;
  top: 15px;
  left: 0;
}
.aptf-template-8 .aptf-tweet-header {
  margin-bottom: 10px;
}
.aptf-template-8 .aptf-tweet-username {
  font-weight: 300;
  font-size: 0.875em;
}
.aptf-template-8 .aptf-timestamp {
  font-size: 0.875em;
  float: right;
  position: relative;
  top: 3px;
}
.aptf-template-8 .aptf-tweet-actions {
  float: none;
  margin-top: 5px;
  padding-left: 26px;
  text-align: left;
}
.aptf-template-8 .aptf-tweet-actions a {
  display: inline-block;
  margin: 0 10px;
}
.aptf-template-8 .aptf-tweet-actions a:first-child {
  margin-left: 0;
}
.aptf-template-8 .aptf-follow-btn {
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.aptf-template-8 .aptf-follow-btn a {
  color: #333333 !important;
}
.aptf-template-8 .aptf-follow-btn a .fa-twitter {
  color: #00ACEE !important;
}
.aptf-template-8 .aptf-follow-btn a:hover {
  color: #707070 !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

.aptf-template-9 .aptf-tweet-content {
  border-radius: 3px;
  padding: 0.9rem;
  background: #fff;
  border: 1px solid #5ea9dd;
  position: relative;
  margin-bottom: 10px;
  font-size: 0.875em;
  line-height: 1.5;
  color: #363636 !important;
}
.aptf-template-9 .aptf-tweet-content:before {
  content: "";
  border-top: 7px solid #5ea9dd;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  bottom: -7px;
}
.aptf-template-9 .aptf-tweet-content:after {
  content: "";
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  margin-left: 1px;
  bottom: -6px;
}
.aptf-template-9 .aptf-tweet-content a {
  color: #025b84 !important;
  border-bottom: none !important;
  text-decoration: none !important;
}
.aptf-template-9 .aptf-tweet-screenName {
  font-weight: bold;
  color: #5c5c5c;
}
.aptf-template-9 .aptf-tweet-box-footer {
  margin-bottom: 5px;
}
.aptf-template-9 .aptf-tweet-box-footer .fa-twitter {
  color: #5ea9dd !important;
  vertical-align: middle;
  margin-top: -3px;
}
.aptf-template-9 .aptf-tweet-box-footer a {
  font-weight: 300;
}
.aptf-template-9 .aptf-timestamp {
  float: right;
  font-size: 0.85em;
  line-height: 1.5;
  position: relative;
  top: 4px;
}
.aptf-template-9 .aptf-tweet-actions {
  float: none;
  padding: 10px 0;
}
.aptf-template-9 .aptf-tweet-actions a {
  margin-right: 15%;
  color: #464646;
}
.aptf-template-9 .aptf-tweet-name {
  font-size: 0.85em;
  font-weight: 300;
  border-bottom: none !important;
  text-decoration: none !important;
}
.aptf-template-9 .aptf-single-tweet-wrapper {
  margin-bottom: 0;
  margin-top: 20px;
}
.aptf-template-9 .aptf-single-tweet-wrapper:first-child {
  margin-top: 0;
}
.aptf-template-9 .bx-wrapper .bx-viewport .aptf-single-tweet-wrapper {
  margin: 0;
}
.aptf-template-9 .aptf-single-tweet-wrapper {
  float: none;
}
.aptf-template-9 .aptf-follow-btn {
  margin-top: 15px;
  background: #5ea9dd;
  border-radius: 3px;
  border: none;
  display: block;
  text-shadow: none;
  line-height: 35px;
  height: auto;
  text-align: center;
}
.aptf-template-9 .aptf-follow-btn a {
  color: #fff !important;
}
.aptf-template-9 .aptf-follow-btn a:hover, .aptf-template-9 .aptf-follow-btn a:focus, .aptf-template-9 .aptf-follow-btn a:active {
  color: inherit;
}
.aptf-template-9 .aptf-follow-btn .label {
  padding-left: 10px;
  white-space: normal;
}
.aptf-template-9 .aptf-follow-btn:hover, .aptf-template-9 .aptf-follow-btn:active {
  background: #6abdf7;
}

.aptf-template-10 {
  line-height: 1.5;
}
.aptf-template-10 .aptf-timestamp {
  font-size: 0.75em;
  box-sizing: border-box;
  padding-bottom: 7px;
  vertical-align: middle;
  display: block;
}
.aptf-template-10 .aptf-display-name {
  color: #363636;
}
.aptf-template-10 .aptf-tweet-username {
  font-weight: 300;
  font-size: 0.85em;
  color: #424242 !important;
}
.aptf-template-10 .aptf-single-tweet-wrapper {
  margin: 0 0 1.5em;
  position: relative;
  width: 100%;
  float: none;
  box-sizing: border-box;
}
.aptf-template-10 .aptf-single-tweet-wrapper:before, .aptf-template-10 .aptf-single-tweet-wrapper:after {
  content: "";
  display: table;
}
.aptf-template-10 .aptf-single-tweet-wrapper:after {
  clear: both;
}
.aptf-template-10 .aptf-tweet-content {
  background: #ebebeb;
  padding: 1.875em 1.438em;
  font-size: 0.875em;
  color: #363636;
}
.aptf-template-10 .aptf-tweet-content:before, .aptf-template-10 .aptf-tweet-content:after {
  content: "";
  display: table;
}
.aptf-template-10 .aptf-tweet-content:after {
  clear: both;
}
.aptf-template-10 .aptf-tweet-content .clear {
  margin-bottom: 5px;
}
.aptf-template-10 .aptf-tweet-content a {
  color: #025b84 !important;
}
.aptf-template-10 .aptf-tweet-content a:hover {
  color: #001620;
}
.aptf-template-10 .aptf-tweet-actions {
  float: none;
  text-align: left;
  margin-top: 12px;
}
.aptf-template-10 .aptf-tweet-actions a {
  color: #464646 !important;
  margin-right: 10px;
}
.aptf-template-10 .aptf-tweet-actions a:hover {
  color: #025b84 !important;
}
.aptf-template-10 .aptf-follow-btn {
  margin-top: 0px;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.aptf-template-10 .aptf-follow-btn a {
  color: #333333 !important;
}
.aptf-template-10 .aptf-follow-btn a .fa-twitter {
  color: #00ACEE !important;
}
.aptf-template-10 .aptf-follow-btn a:hover {
  color: #707070 !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

.aptf-template-11 {
  background: #5ea9dd;
  border-radius: 3px;
  padding: 0.9rem;
  line-height: 1.5;
}
.aptf-template-11 .aptf-tweet-content {
  font-size: 0.875em;
}
.aptf-template-11:before, .aptf-template-11:after {
  content: "";
  display: table;
}
.aptf-template-11:after {
  clear: both;
}
.aptf-template-11 .aptf-tweet-box {
  color: #f1f1f1 !important;
}
.aptf-template-11 .aptf-tweet-box a {
  color: #026890 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
.aptf-template-11 .aptf-tweet-box a:hover {
  color: black !important;
}
.aptf-template-11 a {
  color: #026890 !important;
}
.aptf-template-11 .aptf-tweet-screenName {
  font-weight: bold;
  color: #fff;
}
.aptf-template-11 .aptf-tweet-box-header {
  margin-bottom: 5px;
}
.aptf-template-11 .aptf-tweet-box-header a {
  color: #f1f1f1 !important;
  font-weight: 300;
}
.aptf-template-11 .aptf-timestamp {
  float: right;
  line-height: 1.5;
  position: relative;
  top: 4px;
  font-size: 0.813em;
}
.aptf-template-11 .aptf-tweet-actions {
  float: none;
  padding: 10px 0;
}
.aptf-template-11 .aptf-tweet-actions a {
  color: #f1f1f1 !important;
  margin-right: 15%;
}
.aptf-template-11 .aptf-single-tweet-wrapper {
  margin-bottom: 0;
  margin-top: 5px;
  padding-bottom: 20px;
}
.aptf-template-11 .aptf-single-tweet-wrapper:first-child {
  margin-top: 0;
}
.aptf-template-11 .aptf-single-tweet-wrapper:before {
  content: "";
  display: block;
  background: #599dcf;
  height: 1px;
  margin-left: -0.9rem;
  margin-right: -0.9rem;
  position: relative;
  top: -13px;
}
.aptf-template-11 .aptf-single-tweet-wrapper:first-child:before {
  display: none;
}
.aptf-template-11 .aptf-single-tweet-wrapper {
  float: none;
}
.aptf-template-11 .aptf-follow-btn {
  background: #4b84ad;
  border-radius: 0 0 3px 3px;
  border: none;
  display: block;
  text-shadow: none;
  line-height: 35px;
  height: auto;
  font-size: 1em;
  text-align: center;
}
.aptf-template-11 .aptf-follow-btn a {
  color: #fff !important;
}
.aptf-template-11 .aptf-follow-btn a:hover, .aptf-template-11 .aptf-follow-btn a:focus, .aptf-template-11 .aptf-follow-btn a:active {
  color: #fff !important;
}
.aptf-template-11 .aptf-follow-btn .label {
  padding-left: 10px;
  white-space: normal;
}
.aptf-template-11 .aptf-follow-btn:hover, .aptf-template-11 .aptf-follow-btn:active {
  background: #6abdf7;
}
.aptf-template-11 .aptf-center-align {
  margin-left: -0.9rem;
  margin-right: -0.9rem;
  margin-bottom: -0.9rem;
}
.aptf-template-11 .aptf-tweet-box a:hover {
  text-decoration: underline;
}
.aptf-template-11 .aptf-tweet-actions a:hover {
  color: #fff !important;
}

.aptf-template-12 {
  line-height: 1.5;
  padding-top: 10px;
}
.aptf-template-12 .aptf-single-tweet-wrapper {
  margin: 0;
  position: relative;
  padding-left: 5em;
  width: auto !important;
  float: none;
  box-sizing: border-box;
}
.aptf-template-12 .aptf-tweet-name {
  display: block;
  margin-bottom: 5px;
}
.aptf-template-12 .aptf-timestamp {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75em;
  max-width: 68px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aptf-template-12 .aptf-tweet-content {
  padding-bottom: 1.250em;
  padding-left: 1em;
  padding-right: 0.438em;
  border-left: 1px solid rgba(100, 100, 100, 0.25);
  font-size: 0.875em;
  position: relative;
}
.aptf-template-12 .aptf-tweet-content:before {
  content: "\f099";
  background: #5ea9dd;
  display: inline-block;
  font: normal normal normal 10px/18px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  color: #fff !important;
  position: absolute;
  border-radius: 50%;
  width: 18px;
  height: 19px;
  top: 0px;
  left: -9px;
  text-align: center;
}
.aptf-template-12 .aptf-tweet-actions {
  float: none;
  margin-top: 7px;
}
.aptf-template-12 .aptf-tweet-actions a {
  margin-right: 4px;
}
.aptf-template-12 .aptf-follow-btn {
  margin-top: 15px;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.aptf-template-12 .aptf-follow-btn a {
  color: #333333 !important;
}
.aptf-template-12 .aptf-follow-btn a .fa-twitter {
  color: #00ACEE !important;
}
.aptf-template-12 .aptf-follow-btn a:hover {
  color: #707070 !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

.aptf-slider-template-3 .aptf-single-tweet-wrapper {
  background: none;
  border: none;
  border-radius: 0;
  clear: both;
  box-shadow: none;
}
.aptf-slider-template-3 .bx-viewport {
  background: #fff;
  border: 1px solid #B8B8B8;
  border-radius: 6px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.06);
}

.aptf-tweets-ticker-wrapper .aptf-ticker-controls {
  padding: 5px 0;
}
.aptf-tweets-ticker-wrapper .aptf-ticker-controls a {
  text-decoration: none !important;
  border-bottom: none !important;
}
.aptf-tweets-ticker-wrapper .aptf-pro-ticker-main-wrapper .aptf-single-tweet-wrapper {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin: 0 !important;
}
.aptf-tweets-ticker-wrapper.aptf-template-2 .aptf-tweet-actions-wrapper {
  margin-top: -25px;
}
.aptf-tweets-ticker-wrapper.aptf-template-3 .aptf-single-tweet-wrapper {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  box-shadow: 0px 1px 2px 0px black;
}
.aptf-tweets-ticker-wrapper.aptf-template-3 .aptf-single-tweet-wrapper ~ .aptf-single-tweet-wrapper {
  border-top: none;
  border-radius: 0;
}
.aptf-tweets-ticker-wrapper.aptf-template-3 .aptf-single-tweet-wrapper:last-child {
  border-bottom: 1px solid #b8b8b8;
}
.aptf-tweets-ticker-wrapper.aptf-template-6 .aptf-pro-ticker-main-wrapper .aptf-single-tweet-wrapper {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
/*# sourceMappingURL=frontend.css.map */

/* Twenty Sixteen Hack for Anchor Links*/
.aptf-tweets-wrapper a, .aptf-tweets-ticker-wrapper a, .aptf-tweets-slider-wrapper a {
    box-shadow: 0 0 0 0 !important;
}

/* Version 2.0 */

.aptf-each-media img, .aptf-each-media video {
    display: inherit;
    margin: 0 auto;
    max-width: 100%;
}
/* Video Player */
.aptf-video-media-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.aptf-video-media-container:hover {
  background-color: rgba(0,0,0,0.25);
}
.aptf-video-media-container span.aptf-twitter-label {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 30px;
    height: 30px;
    background: #34b9ed;
    color: #fff;
    border-radius: 50%;
    display: none;
    text-shadow: 2px 2px 10px #000;
    justify-content: center;
    align-items: center;
}
.aptf-video-media-container:hover span.aptf-twitter-label {
    display: flex;
}
.aptf-video-media-container span.aptf-video-label{
    top: 60px;
}
.aptf-video-media-container span.aptf-video-label .fa-video:before{
    content: '\f03d';
}

.aptf-usercard {
    position: relative;
    display: inline-block;
}
.aptf-usercard .aptf-usercard-outer {
    position: absolute;
    min-height: 270px;
    min-width: 300px;
    top: 50px;
    left: 15px;
    box-sizing: content-box;
    padding: 9px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    visibility: hidden;
    transition: .5s top;
    text-align: left;
    z-index: 5;
}
.aptf-usercard-outer:hover,
.aptf-usercard:hover .aptf-usercard-outer {
  top: 60px;
  visibility: visible;
  /*transition: : .5s top,.5s visibility;*/
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
.aptf-usercard .aptf-usercard-outer:before,
.aptf-usercard .aptf-usercard-outer:after {
    content: '';
    position: absolute;
    top: -20px;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    left: 10px;
}
.aptf-usercard .aptf-usercard-outer:before {
    border-bottom-color: #e0e0e0;
    top: -22px;
}

.aptf-template-9 .aptf-usercard-outer ,
.aptf-template-5 .aptf-usercard-outer ,
.aptf-template-1 .aptf-usercard-outer {
    top: unset;
    bottom: 50px;
}
.aptf-template-9 .aptf-usercard.aptf-main_user:hover .aptf-usercard-outer,
.aptf-template-9 .aptf-usercard-outer:hover,
.aptf-template-5 .aptf-usercard.aptf-main_user:hover .aptf-usercard-outer,
.aptf-template-5 .aptf-usercard-outer:hover,
.aptf-template-1 .aptf-usercard.aptf-main_user:hover .aptf-usercard-outer,
.aptf-template-1 .aptf-usercard-outer:hover
{
    bottom: 60px;
    top: unset;
    transition: .5s bottom;
}
.aptf-template-9 .aptf-usercard.aptf-main_user .aptf-usercard-outer:before,
.aptf-template-9 .aptf-usercard.aptf-main_user .aptf-usercard-outer:after,
.aptf-template-5 .aptf-usercard.aptf-main_user .aptf-usercard-outer:before,
.aptf-template-5 .aptf-usercard.aptf-main_user .aptf-usercard-outer:after,
.aptf-template-1 .aptf-usercard.aptf-main_user .aptf-usercard-outer:before,
.aptf-template-1 .aptf-usercard.aptf-main_user .aptf-usercard-outer:after
{
    border-bottom-color: transparent;
    border-top-color: #fff;
    top: unset;
    bottom: -20px;
}
.aptf-template-9 .aptf-usercard.aptf-main_user .aptf-usercard-outer:before,
.aptf-template-5 .aptf-usercard.aptf-main_user .aptf-usercard-outer:before,
.aptf-template-1 .aptf-usercard.aptf-main_user .aptf-usercard-outer:before{
    bottom: -22px;
    border-top-color: #e0e0e0;
    border-bottom-color: transparent;
    top: unset;
}
.aptf-template-7 .aptf-usercard.aptf-main_user .aptf-usercard-outer:hover,
.aptf-template-7 .aptf-usercard.aptf-main_user:hover .aptf-usercard-outer{
    top: 65px;
}

.aptf-usercard.aptf-retweet_user .aptf-usercard-outer {
    top: 0;
    left: 55px;
    bottom: unset;
    border-radius: 10px;
}
.aptf-usercard.aptf-retweet_user .aptf-usercard-outer:hover,
.aptf-usercard.aptf-retweet_user:hover .aptf-usercard-outer {
    top: 0;
    left: 65px;
    bottom: unset;
    transition: .5s left, .5s visibility;
}
.aptf-usercard.aptf-retweet_user .aptf-usercard-outer:after,
.aptf-usercard.aptf-retweet_user .aptf-usercard-outer:before {
    border-bottom-color: transparent;
    border-right-color: #fff;
    top: 15px;
    left: -20px;
}
.aptf-usercard.aptf-retweet_user .aptf-usercard-outer:before {
    left: -22px;
    border-right-color: #e0e0e0;
}



.aptf-usercard img.aptf-user-img {
    cursor: pointer;
}
.aptf-usercard.aptf-retweet_user img.aptf-user-img {
    border-radius: 50%;
}
.aptf-usercard-outer img.aptf-user-img {
    position: relative;
    border: 2px solid #fff;
    transform: translate(7px,-25px);
}
.aptf-usercard.aptf-retweet_user .aptf-usercard-outer img.aptf-user-banner-img {
    border-radius: 10px 10px 0 0;
}
.aptf-usercard.aptf-retweet_user .aptf-usercard-outer div.aptf-user-banner-img {
    display: block;
    height: 90px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.apts-from-info {
    font-size: 12px;
    margin-bottom: 10px;
}
.apts-from-info:before {
    content: "\f079";
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 15px;
}
.apts-from-info a:hover {
    text-decoration: underline;
}
.aptf-usercard-outer .aptf-user-link {
    display: block;
    font-size: 12px;
    transform: translateY(-15px);
    margin: 0 10px;
}
.aptf-usercard-outer .aptf-user-link span {
    margin: 0 2px;
}
.aptf-usercard-outer .aptf-user-details {
    height: auto;
    clear: both;
}
.aptf-user-details .aptf-counts {
    display: inline-block;
    width: 26%;
    margin: 0 10px;
    float: left;
    color: #00b0ef;
    text-align: center;
}
.aptf-counts span {
    display: block;
    font-size: 12px;
    color: #777;
}
.aptf-usercard-outer button.aptf-follow-user-btn {
    background: transparent;
    color: #00b0f1 !important;
    border: 1px solid #00b0f1 !important;
    padding: 5px 10px;
    font-size: 10px;
    margin-left: 10px;
}
.aptf-usercard-outer button.aptf-follow-user-btn:hover {
    background: #00b0f1;
    color: #fff !important;
}
.aptf-usercard-outer .aptf-description {
    font-size: 12px;
    margin: 0 10px;
    text-align: left;
    margin-bottom: 20px;
    color: #666;
}

/* Template changes V 2.0 */
.aptf-template-1 .aptf-usercard.aptf-main_user {
    padding-top: 16px;
}
.aptf-template-1 .aptf-header-content {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.aptf-template-1 .aptf-header-content .aptf-tweet-name {
    margin: 0 10px;
}
.aptf-template-2 .aptf-header-content {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.aptf-tweets-wrapper a,
.aptf-tweets-ticker-wrapper a,
.aptf-tweets-slider-wrapper a {
    box-shadow: 0 0 0 0 !important;
}
.aptf-template-2 span.aptf-display-name {
    padding: 0 10px;
}
.aptf-template-3 .aptf-header-content {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.aptf-template-3 .aptf-header-content {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.aptf-tweets-wrapper a, .aptf-tweets-ticker-wrapper a,
.aptf-tweets-slider-wrapper a {
    box-shadow: 0 0 0 0 !important;
}
.aptf-template-3 span.aptf-display-name {
    padding: 0 10px;
}
.aptf-template-3 .aptf-header-content>a {
    margin: 0 10px;
    font-size: 15px;
}
.aptf-template-4 .aptf-tweet-content .aptf-header-content a,
.aptf-template-4 .aptf-header-content {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.aptf-template-4 .aptf-tweet-content .aptf-tweet-name{
  margin: 0;
}
.aptf-template-4 .aptf-tweet-content .aptf-tweet-name span.aptf-display-name {
    margin: 0 10px;
}
.aptf-template-5 .aptf-tweet-box-footer.aptf-header-content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.aptf-template-5 .aptf-subheader-content,
.aptf-template-5 .aptf-tweet-box-footer.aptf-header-content {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.aptf-template-5 .aptf-tweet-box-footer {
    margin-bottom: 0;
    margin-top: 15px;
}

.aptf-template-6 .aptf-user-info {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}
.aptf-template-6 .aptf-subheader-content {
    margin-top: 10px;
}

.aptf-template-7 .aptf-usercard.aptf-main_user>img.aptf-user-img {
    margin: 0 auto;
    width: auto;
    height: auto;
    background: #fff;
    padding: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.aptf-template-8 .aptf-header-content {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.aptf-template-8 .aptf-header-content .aptf-subheader-content{
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.aptf-template-8 .aptf-display-name {
    padding: 0 10px;
}
.aptf-template-8 .aptf-timestamp{
  top: unset;
}

.aptf-template-9 .aptf-header-content {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.aptf-template-9 .aptf-subheader-content {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.aptf-template-9 .aptf-subheader-content .aptf-tweet-screenName {
    padding: 0 10px;
}
.aptf-template-9 .aptf-timestamp {
    top: unset;
}
.aptf-template-10 .aptf-header-content {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.aptf-template-11 .aptf-usercard-outer span.aptf-user-link a {
    color: #00b0f2 !important;
}
.aptf-template-11 .aptf-tweet-box-header {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.aptf-template-11 .aptf-subheader-content {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.aptf-template-11 .aptf-tweet-screenName {
    padding: 0 10px;
}
/* Retweet Spacing */
.aptf-retweet-content {
    margin: 25px 0;
}


.aptf-video-lightbox-preview{
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.aptf-video-lightbox-preview:hover{
    background-color: rgba(0,0,0,0.3);
}
.aptf-video-lightbox-preview .aptf-video-preview-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s transform;
}
.aptf-video-lightbox-preview:hover .aptf-video-preview-inner{
    transform: scale(1.08);
    transition: .5s transform;
}
.aptf-video-lightbox-preview span.fa.fa-play {
    position: absolute;
    color: #fff;
    font-size: 70px;
    display: none;
    text-shadow:  0 5px 20px #4982ab;
}
.aptf-video-lightbox-preview:hover span.fa.fa-play{
  display: block;
}

/* Video Lightbox */
.aptf-video-lightbox-outer-wrapper {
    position: fixed;
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 9999;
    box-sizing: border-box;
    overflow: hidden;
}
.aptf-video-lightbox-outer-wrapper .aptf-video-lightbox-inner-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: 1s left;
}
.aptf-video-lightbox-inner-wrapper .aptf-video-lightbox-single-video {
    position: relative;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aptf-video-lightbox-outer-wrapper span.aptf-video-lightbox-close {
    position: absolute;
    top: 10%;
    right: 10%;
    height: auto;
    width: auto;
    cursor: pointer;
    z-index: 1;
}
.aptf-video-lightbox-outer-wrapper span.aptf-video-lightbox-close:before {
    content: '';
    background: url(../images/close.png) no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    opacity: .7;
}
.aptf-video-lightbox-outer-wrapper span.aptf-video-lightbox-close:hover:before{
  opacity: 1;
}

.aptf-video-lightbox-inner-wrapper .aptf-video-lightbox-single-video .aptf-video-lg-contain {
    display: flex;
    align-items: center;
}
span.aptf-video-lg-controls {
    position: fixed;
    top: 45%;
    height: 150px;
    width: 150px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 50%;
    color: #fff;
    opacity: .7;
    transition: all .2s ease-in;
}
span.aptf-video-lg-controls.aptf-video-lg-prev {
    left: 0;
    transform: translateX(-40%);
    background: url(../images/prev.png) 60px 47% no-repeat;
}
span.aptf-video-lg-controls.aptf-video-lg-next {
    right: 0;
    transform: translateX(40%);
    background: url(../images/next.png) 35px 47% no-repeat;
}
span.aptf-video-lg-controls:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,.1);
    opacity: 1;
}

.aptf-video-wrap-adjust {
    box-sizing: border-box;
    padding: 10% 0;
    text-align: center;
}
.aptf-video-wrap-adjust video {
    height: -webkit-fill-available;
    box-shadow: 0 0 25px 2px rgba(0,0,0,0.8);
    margin-bottom: 10px;
    border: 5px solid #fff;
}

/* Main Usercard */
.aptf-main-usercard-outer .aptf-main-usercard-inner {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    padding: 15px;
    margin: 20px 0;
}
.aptf-main-usercard-inner>a {
    display: inline-block;
    transform: translate(30%,-50%);
}
.aptf-main-usercard-inner .aptf-user-img {
    height: 100px;
    display: inline-block;
}
.aptf-main-usercard-inner span.aptf-user-link {
    display: block;
    transform: translateY(-40px);
    text-indent: 30px;
}
.aptf-main-usercard-inner span.aptf-user-link span {
    margin-right: 20px;
}
.aptf-main-usercard-inner span.aptf-user-link button {
    background: #1aa3f4;
    color: #fff;
    border: 1px solid #1aa3fd;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    right: 20px;
}
.aptf-main-usercard-inner span.aptf-user-link button:hover {
    background: transparent;
    color: #1aa3f4;
}
.aptf-main-usercard-inner .aptf-user-details .aptf-counts {
    /*font-size: 25px;*/
}
.aptf-main-usercard-inner .aptf-user-details .aptf-counts span {
    /*font-size: 18px;*/
}
.aptf-main-usercard-inner .aptf-user-details {
    margin: 25px 0;
    display: inline-block;
    position: relative;
    width: 100%;
}
.aptf-main-usercard-inner .aptf-description {
    padding: 0 15px;
    font-size: 20px;
    color: #666;
}
.aptf-main-usercard-inner span.aptf-user-link span:first-child {
    font-size: 25px;
}
span.aptf-accnt-verified {
    background-image: url(images/accesspress-twitter-verified.png);
    width: 16px;
    height: 15px;
    display: inline-block;
    background-size: cover;
}
.aptf-main-usercard-inner span.aptf-accnt-verified {
    margin: 0;
    height: 20px;
    width: 21px;
    position: relative;
}
.aptf-accnt-verified i.aptf-accnt-tt {
    position: absolute;
    min-height: 10px;
    min-width: 135px;
    background: #777;
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
    text-indent: 0;
    left: 10px;
    visibility: hidden;
}
.aptf-accnt-verified:hover i.aptf-accnt-tt {
  left: 30px;
  visibility: visible;
  transition: .7s left,.7s visibility;
}
.aptf-accnt-verified i.aptf-accnt-tt:before {
    position: absolute;
    content: '';
    left: -12px;
    top: 5px;
    border-top: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #777;
}

.aptf-usercard.aptf-retweet_user {
    float: left;
}
.aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box ,
.aptf-usercard.aptf-retweet_user ~ .aptf-retweet-content {
    width: calc(100% - 60px);
    display: inline-block;
    margin: 0 0 25px 10px;
}
.aptf-template-7 .aptf-usercard.aptf-retweet_user ,
.aptf-template-6 .aptf-usercard.aptf-retweet_user {
    float: none;
}
.aptf-template-7 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box,
.aptf-template-7 .aptf-usercard.aptf-retweet_user ~ .aptf-retweet-content ,
.aptf-template-6 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box,
.aptf-template-6 .aptf-usercard.aptf-retweet_user ~ .aptf-retweet-content {
    width: unset;
}
.aptf-video-wrap-adjust span {
    display: block;
    width: 100%;
    color: #fff;
}

/* major update css starts hereÂ */

/* template 13 starts hereÂ */

.aptf-template-13 {
  text-align: center;
}

.aptf-additional-template a {
  color: #999;
}

.aptf-template-13 .aptf-tweet-actions-wrapper {
  float: none;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  max-width: 300px;
  margin: auto;
  margin-top: 15px;
}

@media screen and (max-width: 560px) {
  .aptf-template-13 .aptf-tweet-actions-wrapper {
    max-width: 75%;
  }
}

.aptf-template-13 .aptf-tweet-box {
  margin-top: 15px;
}

.aptf-template-13 .aptf-single-tweet-wrapper {
  position: relative;
  padding: 50px 35px 20px;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
          box-shadow: 0 0 20px rgba(0,0,0,.2);
      -webkit-border-radius: 10px;
              border-radius: 10px;
  margin-top: 50px;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.aptf-template-13 .aptf-single-tweet-wrapper{
  /*margin-top: 50px !important;*/
}
.aptf-template-13 .aptf-pro-ticker-main-wrapper .aptf-single-tweet-wrapper {
  /*margin-top: 50px !important;*/
  width: 99%;
}
.aptf-template-13 .bx-wrapper .bx-viewport {
  padding: 60px 5px 5px;
  -webkit-box-sizing: initial;
     -moz-box-sizing: initial;
          box-sizing: initial;
}
.aptf-template-13 .aptf-usercard.aptf-main_user {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.aptf-template-13 .aptf-usercard.aptf-main_user .aptf-usercard-outer::before,
.aptf-template-13 .aptf-usercard.aptf-main_user .aptf-usercard-outer::after,
.aptf-template-13 .aptf-usercard.aptf-main_user .aptf-usercard-outer {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.aptf-template-13 .aptf-pro-ticker-main-wrapper {
  padding: 0px 10px 0px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.aptf-template-13 .aptf-usercard.aptf-main_user > img.aptf-user-img{
  border: 3px solid #28CA66;
  -webkit-border-radius: 50%;
          border-radius: 50%;
      width: 60px;
      height: 60px;
}
.aptf-template-13 .aptf-tweet-box a{
  color: #28CA66;
}
.aptf-template-13 .aptf-single-tweet-wrapper .aptf-tweet-name {
  color: #000;
  font-weight: 700;
}
.aptf-template-13 .aptf-single-tweet-wrapper .aptf-tweet-name:hover {
  color: #28CA66;
}
.aptf-template-13 .aptf-tweet-date{
  margin-top: 20px;
  float: none;
}
.aptf-template-13 .aptf-tweet-date p a{
  font-weight: 600;
  color: #727272;
}
.aptf-template-13 .aptf-tweet-date p a:hover,
.aptf-template-13 a:hover {
    color: #28CA66;
}
.aptf-template-13 .aptf-tweet-media {
    margin: 20px 0 0;
}

.aptf-template-13 .aptf-usercard.aptf-retweet_user {
  text-align: center;
  display: block;
  float: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.widget_aptf_widget .aptf-template-13 .aptf-single-tweet-wrapper {
  padding: 50px 20px 20px;
}
.widget_aptf_widget .aptf-template-13 .aptf-single-tweet-wrapper .aptf-tweet-username,
.widget_aptf_widget .aptf-template-13 .aptf-single-tweet-wrapper .aptf-tweet-name{
  display: block;
}

.widget_aptf_widget .aptf-template-13 .aptf-tweet-actions-wrapper {
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.aptf-template-13 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box {
  margin-top: 15px;
  margin-bottom: 0;
}

.aptf-template-13 .apts-from-info {
  margin-top: 15px;
}

.aptf-template-13 a:Hover {
  color: #28CA66;
}

.aptf-template-13 .aptf-follow-btn {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
          box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.aptf-template-13 .aptf-follow-btn a:hover {
  color: #38A1F3;
}
.aptf-template-13 .aptf-follow-btn a i.fa-twitter{
  color: #38A1F3;
}

.widget_aptf_widget .aptf-tweet-date p a {
  font-size: 12px;
}

.widget_aptf_widget .aptf-template-14 .aptf-tweet-date {
  margin-top: 5px;
}

/* template 14 design here */
.widget_aptf_widget .aptf-template-14 .aptf-rht-header-content {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
      -webkit-align-items: unset;
              align-items: unset;
}
.widget_aptf_widget .aptf-template-14 .aptf-tweet-username,
.widget_aptf_widget .aptf-template-14 a.aptf-tweet-name {
  display: block;
}
.widget_aptf_widget .aptf-template-14 .aptf-tweet-content {
  margin-top: 10px;
}
.widget_aptf_widget .aptf-template-14 .aptf-rht-header-content::before {
  top: unset;
  bottom: -10px;
}
.aptf-template-14 a:hover {
  color: #28B18F;
}
.aptf-template-14 .aptf-tweet-box a{
  color: #28B18F;
}
.aptf-template-14 a.aptf-tweet-name {
  color: #28B18F;
  font-weight: 600;
}
.aptf-template-14 .aptf-usercard.aptf-retweet_user img.aptf-user-img {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.aptf-template-14 .aptf-tweet-username {
  font-weight: 600;
}

.aptf-template-14 .aptf-tweet-date {
  float: none;
}
.aptf-template-14 .aptf-header-content {
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.aptf-template-14 .aptf-tweet-content {
  margin-left: 73px;
  text-align: left;
  margin-top: -15px;
}
.aptf-template-14 .aptf-header-content > .aptf-usercard.aptf-main_user {
  margin-top: 30px;
}
.widget_aptf_widget .aptf-template-14 .aptf-header-content > .aptf-usercard.aptf-main_user {
  margin-top: 0;
  margin-bottom: -80px;
}
.aptf-template-14 .aptf-rht-header-content {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: calc(100% - 55px);
  -webkit-align-items: center;
          align-items: center;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  margin-left: 10px;
  position: relative;
  padding-bottom: 5px;
}
.aptf-tweets-wrapper.aptf-template-14 .aptf-video-media-container, 
.aptf-tweets-wrapper.aptf-template-14 .aptf-tweet-media a {
  margin: 0;
}
.aptf-template-14 .aptf-rht-header-content::before {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 20px;
}
.aptf-template-14 .aptf-tweet-actions-wrapper {
  float: none;
  margin-left: 73px;
  margin-top: 15px;
  text-align: left;
}
.aptf-template-14 .aptf-tweet-actions a {
  margin: 0 20px 0 0;
}

.aptf-template-14 .aptf-follow-btn {
  border: 1px solid #ccc;
  background-color: #FFF;
}

.aptf-template-14 .aptf-follow-btn a:hover {
  color: #38A1F3;
}
.aptf-template-14 .aptf-follow-btn a i.fa-twitter{
  color: #38A1F3;
}

.aptf-template-14 .aptf-follow-btn .aptf-label {
  font-weight: 600;
}

.aptf-template-14 .aptf-center-align {
  text-align: left;
  margin-left: 73px;
}

.aptf-template-14 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box {
  width: 100%;
  margin-left: 0;
}

/* template 15 css design hereÂ */

.aptf-template-15 .aptf-single-tweet-wrapper{
  background-color: #F9F9F9;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 0;
  text-align: left;
}
.aptf-slider-outer-wrapper.aptf-template-15 .aptf-single-tweet-wrapper {
  margin-top: 0;
}
.aptf-tweets-wrapper.aptf-template-15 .aptf-video-media-container, 
.aptf-tweets-wrapper.aptf-template-15 .aptf-tweet-media a{
  margin: 0;
}
.aptf-template-15 .aptf-single-tweet-wrapper .aptf-tweet-media,
.aptf-template-15 .aptf-single-tweet-wrapper .aptf-tweet-box,
.aptf-template-15 .aptf-single-tweet-wrapper .aptf-tweet-date {
  padding: 20px 20px 0;
}
.widget_aptf_widget .aptf-template-15 .aptf-single-tweet-wrapper .aptf-tweet-box {
  padding: 10px 20px 0;
}

.aptf-template-15 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box {
  margin-left: 0;
  width: calc(100% - 80px);
  margin-bottom: 0;
}

.aptf-template-15 .aptf-tweet-media .aptf-each-media.aptf-media-large {
  padding: 0;
}

.aptf-template-15 .apts-from-info {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

.aptf-template-15 .aptf-usercard.aptf-retweet_user {
  padding-left: 20px;
  margin-top: 20px;
}

.aptf-template-15 .aptf-single-tweet-wrapper .aptf-tweet-date {
  float: none;
}

.aptf-template-15 .aptf-single-tweet-wrapper .aptf-tweet-media{
  margin: 0;
}
.aptf-template-15 .aptf-tweet-box a{
  color: #F3694D;
}
.aptf-template-15 .aptf-tweet-footer {
  background-color: #EFEFEF;
  padding: 35px 20px;
  margin-top: 50px;
  position: relative;
}

.aptf-template-15 .aptf-tweet-actions::after {
  content: "";
  display: block;
  clear: both;
}

.aptf-lft-side-box {
  position: absolute;
  right: 0;
  top: -25px;
}

.aptf-template-15 .aptf-usercard.aptf-retweet_user img.aptf-user-img {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.aptf-template-15 .aptf-tweet-actions a {
  padding: 2px 15px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 0;
  border-bottom: 1px solid #ccc !important;
  color: #000;
  font-size: 14px;
  border-right: unset;
}

.aptf-template-15 .aptf-tweet-actions a:last-child {
  border-right: 1px solid #ccc;
}

.aptf-template-15 .aptf-tweet-actions a:hover {
  background-color: #F3694D;
  border-color: #F3694D;
  color: #fff;
}

.aptf-template-15 .aptf-follow-btn {
  border: 1px solid #ccc;
  margin-top: 30px;
  background-color: #efefef;
}

.aptf-template-15 .aptf-follow-btn a:hover {
  color: #38A1F3;
}
.aptf-template-15 .fa-twitter{
  color: #38A1F3;
}

.aptf-template-15 .aptf-tweet-box {
  padding-top: 20px;
}

.aptf-template-15 .aptf-timestamp a {
  color: #000;
  font-weight: 600;
}

.aptf-template-15 .aptf-tweet-actions-wrapper {
  float: none;
}

.aptf-template-15 .aptf-lft-side-box {
    position: absolute;
    right: 0;
    top: -25px;
    display: grid;
    text-align: center;
    padding: 0 20px;
}

.widget_aptf_widget .aptf-template-15 .aptf-lft-side-box {
  right: unset;
  left: 0;
  width: 100%;
}

.widget_aptf_widget .aptf-template-15 .aptf-usercard.aptf-main_user .aptf-usercard-outer:after, 
.widget_aptf_widget .aptf-template-15 .aptf-usercard.aptf-main_user .aptf-usercard-outer:before {
  right: 125px;
}

.widget_aptf_widget .aptf-template-15 .aptf-tweet-footer {
  padding: 110px 20px 35px;
}

.widget_aptf_widget .aptf-template-15 .aptf-tweet-actions-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.widget_aptf_widget .aptf-template-15 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box {
  width: 100%;
}

.aptf-template-15 .aptf-lft-side-box > .aptf-usercard.aptf-main_user > img {
  border: 1px solid #ccc;
}

.aptf-template-15 .aptf-tweet-name {
  font-weight: 700;
  color: #000;
  font-size: 16px;
  padding-top: 5px;
}

.widget.widget_aptf_widget .aptf-tweets-wrapper.aptf-template-15 .aptf-tweet-actions a {
  padding: 0 15px;
}

.aptf-template-15 .aptf-usercard-outer:hover, 
.aptf-template-15 .aptf-usercard:hover .aptf-usercard-outer {
  right: 0;
}

.aptf-template-15 .aptf-usercard.aptf-main_user .aptf-usercard-outer{
  left: unset;
  right: 0;
}
.aptf-template-15 .aptf-usercard.aptf-main_user .aptf-usercard-outer:after,
.aptf-template-15 .aptf-usercard.aptf-main_user .aptf-usercard-outer:before {
  left: unset;
  right: 50px;
}

.aptf-tweets-wrapper a{
  -webkit-transition: 0s;
     -moz-transition: 0s;
      -ms-transition: 0s;
       -o-transition: 0s;
          transition: 0s;
}

/* template 16 design starts hereÂ */

.aptf-template-16 .apts-from-info {
  color: #FFF;
  margin-bottom: 0;
  margin-top: 10px;
}

.aptf-template-16 .apts-from-info .aptf-tweets-wrapper a {
  color: #aaa;
}

.aptf-template-16 .aptf-usercard.aptf-retweet_user img.aptf-user-img {
  margin-top: 20px;
}

.aptf-template-16 .aptf-tweet-date {
  float: none;
  text-align: left;
}

.aptf-template-16 .aptf-tweet-date a {
  color: #FFF;
}

.aptf-template-16 .aptf-single-tweet-wrapper {
  background-color: #25262D;
  padding: 20px;
}

.aptf-template-16 .aptf-single-tweet-wrapper .aptf-tweet-box {
  padding-top: 20px;
  color: #747781;
  text-align: left;
}

.widget_aptf_widget .aptf-template-16 .aptf-single-tweet-wrapper .aptf-tweet-box {
  margin: 0;
  width: 100%;
  padding-top: 10px;
}

.aptf-template-16 .aptf-single-tweet-wrapper .aptf-user-profile {
  padding-top: 20px;
  display: flex;
}

.aptf-tweets-wrapper.aptf-template-16 .aptf-video-media-container, 
.aptf-tweets-wrapper.aptf-template-16 .aptf-tweet-media a {
  margin: 0;
}

.aptf-template-16 .fa-twitter{
  color: #38A1F3;
}

.aptf-template-16 .aptf-tweet-actions-wrapper {
  float: none;
  padding: 20px;
  background-color: #16171E;
  margin: 20px -20px -20px;
  text-align: left;
}

.aptf-template-16 .aptf-tweet-actions-wrapper a {
  color: #fff;
  margin: 0 20px 0 0;
  font-size: 14px;
}

.aptf-template-16 .aptf-usercard.aptf-main_user .aptf-usercard-outer:before {
    border-bottom-color: #e0e0e0;
    top: -20px;
}

.aptf-template-16 .aptf-usercard.aptf-retweet_user .aptf-usercard-outer:before {
  left: -20px;
}

.aptf-template-16 .aptf-usercard .aptf-usercard-outer {
  left: 0;
}
.aptf-template-16 .aptf-usercard.aptf-retweet_user .aptf-usercard-outer,
.aptf-template-16 .aptf-usercard.aptf-retweet_user .aptf-usercard-outer:hover {
  top: 20px;
}

.aptf-template-16 .aptf-user-profile .aptf-user-name .aptf-tweet-name {
  color: #FFF;
  display: block;
  font-weight: 700;
  font-size: 16px;
}

.aptf-template-16 .aptf-user-profile .aptf-user-name .aptf-tweet-username {
  display: block;
  font-size: 12px;
}

.aptf-template-16 .aptf-user-profile .aptf-user-name {
  padding-right: 15px;
  border-right: 1px solid #555;
  margin-right: 15px;
}

.aptf-template-16 .aptf-user-profile .aptf-usercard img.aptf-user-img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
} 

.aptf-template-16 .aptf-follow-btn {
  background-color: #25262d;
}

.aptf-template-16 .aptf-follow-btn a:hover {
  color: #38A1F3;
}

.aptf-template-16 .aptf-tweet-box a{
  color: #ccc;
}

.aptf-template-16 .aptf-tweet-media {
  margin: 15px 0 0;
}

/* template 17 design starts hereÂ */
.aptf-template-17 .aptf-single-tweet-wrapper {
  padding: 20px;
  border: 3px solid #e68d41;
  margin-top: 20px;
}
.aptf-template-17 .aptf-tweet-date {
  float: none;
}
.aptf-tweets-ticker-wrappers.aptf-template-17 .aptf-pro-ticker-main-wrapper {
  padding-bottom: 20px;
  -webkit-box-sizing: initial;
     -moz-box-sizing: initial;
          box-sizing: initial;
}
.aptf-tweets-ticker-wrappers.aptf-template-17 .aptf-single-tweet-wrapper {
  border: 3px solid #E68D41;
  padding: 20px;
  text-align: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.aptf-tweets-ticker-wrappers.aptf-template-18 .aptf-pro-ticker-main-wrapper {
  /*padding-bottom: 50px;*/
  -webkit-box-sizing: initial;
     -moz-box-sizing: initial;
          box-sizing: initial;
}
.aptf-tweets-ticker-wrappers.aptf-template-18 .aptf-single-tweet-wrapper {
  /*margin-bottom: 50px !important;*/
}
.aptf-tweets-ticker-wrappers.aptf-template-17 .aptf-single-tweet-wrapper {
  margin-bottom: 20px !important;
}
.aptf-template-17 .bx-wrapper .bx-viewport {
  padding-bottom: 30px;
  -webkit-box-sizing: initial;
     -moz-box-sizing: initial;
          box-sizing: initial;
}
.aptf-tweets-wrapper.aptf-template-17 .aptf-video-media-container, 
.aptf-tweets-wrapper.aptf-template-17 .aptf-tweet-media a {
  margin: 0;
}
.aptf-template-17 .aptf-center-align {
  text-align: left;
}
.aptf-template-17 .aptf-tweet-box {
  color: #000;
  font-size: 14px;
  margin-top: 15px;
}

.aptf-template-17 .aptf-tweet-media {
  margin: 20px 0 0;
}

.aptf-template-17 .aptf-tweet-actions-wrapper {
  float: none;
  margin-top: 20px;
}

.aptf-template-17 .aptf-tweet-footer {
  background-color: #E68D41;
  padding: 10px 20px 7px;
  margin: 20px -20px -20px;
  position: relative;
}

.aptf-template-17 .aptf-tweet-footer .aptf-tweet-name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

.aptf-template-17 .aptf-tweet-footer .aptf-tweet-username {
  color: #FFF;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.aptf-template-17 .aptf-tweet-media .aptf-each-media.aptf-media-large {
  padding: 0;
}

.aptf-template-17 .aptf-usercard.aptf-main_user {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 3px solid #E68D41;
  z-index: 1;
}
.aptf-template-17 .aptf-tweet-actions a {
  margin-right: 0;
}
.aptf-template-17 .aptf-tweet-actions-wrapper a i {
  width: 30px;
  height: 30px;
  background-color: #E68D41;
  color: #fff;
  line-height: 28px;
  text-align: center;
  border: 2px solid #E68D41;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.aptf-template-17 .aptf-tweet-actions-wrapper a:hover i {
  background-color: transparent;
  color: #E68D41;
}

.aptf-template-17 .aptf-tweet-actions-wrapper a .aptf-count {
  font-size: 15px;
  color: #000;
}

.aptf-template-17 .aptf-follow-btn {
  border: 1px solid #E68D41;
  background-color: #E68D41;
  padding: 0;
}

.aptf-template-17.aptf-additional-template .aptf-follow-btn a {
  color: #FFF;
  padding: 0.438em 1em;
  display: inline-block;
}
.aptf-template-17.aptf-additional-template .aptf-follow-btn:hover {
  background-color: transparent;
}
.aptf-template-17.aptf-additional-template .aptf-follow-btn:hover a {
  color: #E68D41;
}

.aptf-template-17 .aptf-usercard .aptf-usercard-outer {
  left: unset;
  right: 0;
}

.aptf-template-17 .aptf-usercard .aptf-usercard-outer:before, 
.aptf-template-17 .aptf-usercard .aptf-usercard-outer:after {
  left: unset;
  right: 10px;
}
.aptf-template-17 .aptf-usercard.aptf-retweet_user .aptf-usercard-outer:before{
  left: -20px;
  right: unset;
}
.aptf-template-17 .aptf-usercard.aptf-retweet_user .aptf-usercard-outer:after {
    left: -18px;
    right: unset;
}

.aptf-usercard img.aptf-user-img {
    cursor: pointer;
    width: 48px;
    height: 48px;
}

.aptf-template-7 .aptf-usercard.aptf-main_user>img.aptf-user-img {
  height: 48px;
  width: 48px;
}

.aptf-template-17 .aptf-usercard img.aptf-user-img {
  width: 52px;
  height: 52px;
  vertical-align: middle;
}

.aptf-template-17 .aptf-usercard.aptf-retweet_user img.aptf-user-img {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.aptf-template-17 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box {
  margin-bottom: 0;
}

.widget_aptf_widget .aptf-template-17 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box {
  margin: 10px 0 0;
  width: 100%;
}

/* template 18 design starts hereÂ */

.aptf-tweets-wrapper.aptf-template-18 a {
  color: #fff;
}
.aptf-template-18 .aptf-single-tweet-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.aptf-template-18 .bx-wrapper .bx-viewport {
  padding: 50px 0px 0px;
  -webkit-box-sizing: initial;
     -moz-box-sizing: initial;
          box-sizing: initial;
}

.aptf-additional-template.aptf-template-18 a {
  color: #fff;
}

.aptf-additional-template.aptf-template-18 .aptf-usercard-outer .aptf-user-link a {
  color: #000;
}

.aptf-additional-template.aptf-template-18 .apts-from-info {
  text-align: center;
  color: #FFF;
}

.aptf-template-18 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box {
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
}
.widget_aptf_widget .aptf-template-18 .aptf-tweet-box ,
.widget_aptf_widget .aptf-template-18 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box {
  padding: 0;
}

.aptf-template-18 .aptf-usercard.aptf-retweet_user {
  text-align: center;
  display: block;
  width: 50px;
  margin: 10px auto 5px;
  float: none;
}

.aptf-template-18 .aptf-tweet-date {
  float: none;
  text-align: center;
  margin-top: 15px;
}

.aptf-template-18 .aptf-tweet-date .fa.fa-twitter{
  display: none;
}

.aptf-template-18 .aptf-tweets-wrapper a {
  color: #fff;
}

.aptf-template-18 .aptf-single-tweet-wrapper {
  background-color: #F24D5A;
  padding: 20px;
  position: relative;
  margin-top: 50px;
}
.aptf-template-18.aptf-tweets-wrapper .aptf-single-tweet-wrapper {
  margin-top: 50px;
}

.aptf-template-18 .aptf-tweet-box {
  color: #fff;
  margin-top: 15px;
  text-align: center;
  padding: 0 20px;
  line-height: 22px;
  font-weight: 300;
}

.aptf-template-18 a:hover {
  color: #fff;
}

.aptf-template-18 .aptf-tweet-media {
  margin: 20px 0 0;
}

.aptf-template-18 .aptf-tweet-actions-wrapper {
  float: none;
  margin-top: 20px;
  text-align: center;
}

.aptf-template-18 .aptf-tweet-footer {
  background-color: #C54249;
  padding: 20px;
  margin: 20px -20px -20px;
  position: relative;
  text-align: center;
}

.aptf-template-18 .aptf-tweet-footer .aptf-tweet-name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: block;
  vertical-align: middle;
}

.aptf-template-18 .aptf-tweet-footer .aptf-tweet-username {
  color: #FFF;
  font-size: 12px;
  display: block;
  vertical-align: middle;
}

.aptf-template-18 .aptf-usercard.aptf-main_user {
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.aptf-template-18 .aptf-tweet-actions-wrapper a i {
  width: 30px;
  height: 30px;
  background-color: #C54249;
  color: #fff;
  line-height: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.aptf-template-18 .aptf-tweet-actions-wrapper a:hover i {
  background-color: #fff;
  color: #C54249;
}

.aptf-template-18 .aptf-tweet-actions-wrapper a .aptf-count {
  font-size: 15px;
  color: #fff;
}

.aptf-template-18 .aptf-follow-btn {
  border: 1px solid #C54249;
  background-color: #C54249;
  padding: 10px 20px 8px;
}

.aptf-template-18.aptf-additional-template .aptf-follow-btn a {
  color: #FFF;
  font-size: 16px;
}

.aptf-template-18.aptf-additional-template .aptf-follow-btn:hover a {
  color: #C54249;
}

.aptf-template-18 .aptf-follow-btn:hover {
  background-color: transparent;
}

.aptf-template-18 .aptf-follow-btn a b {
  font-weight: 400;
}

.aptf-template-18 .aptf-usercard.aptf-main_user .aptf-usercard-outer {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.aptf-template-18 .aptf-usercard.aptf-main_user .aptf-usercard-outer:before, 
.aptf-template-18 .aptf-usercard.aptf-main_user .aptf-usercard-outer:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.aptf-template-18 .aptf-usercard.aptf-retweet_user .aptf-usercard-outer:before {
  left: -20px;
}

.aptf-template-18 .aptf-usercard.aptf-main_user .aptf-usercard-outer:before {
  top: -20px;
}

.aptf-template-18 .aptf-usercard.aptf-main_user > img.aptf-user-img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 3px solid #C54249;
  overflow: hidden;
}

/* template 19 css design hereÂ */

.aptf-template-19 .aptf-tweet-date {
  float: none;
}

.aptf-template-19 .aptf-tweet-date a {
  color: #666;
}

.aptf-template-19 .bx-wrapper .bx-viewport .aptf-single-tweet-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 60px);
  margin-left: 0;
  margin-top: 0;
}
.aptf-template-19 .bx-wrapper .bx-viewport {
  padding: 0 0px 20px 50px;
  padding: 0;
  -webkit-box-sizing: initial;
     -moz-box-sizing: initial;
          box-sizing: initial;
}
.aptf-template-19 .bx-wrapper .bx-viewport .aptf-single-tweet-wrapper .aptf-userName {
  padding-left: 50px;
}
.aptf-template-19 .aptf-single-tweet-wrapper {
  border: 1px solid #ccc;
  margin-left: 50px;
  width: calc(100% - 50px);
  text-align: left;
  margin-top: 20px;
}
.aptf-tweets-wrapper.aptf-template-19 .aptf-tweet-media {
  padding: 0 25px;
}
.aptf-template-19 .apts-from-info {
  padding: 20px 30px 0;
}
.aptf-template-19 .aptf-header-content {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
      background-color: #F2F2F2;
      -webkit-align-items: center;
              align-items: center;
  padding: 15px 30px;
  position: relative;
}

.widget_aptf_widget .aptf-template-19 .aptf-header-content {
  -webkit-align-items: unset;
          align-items: unset;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
}
.widget_aptf_widget .aptf-template-19 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box {
  width: 100%;
}
.widget_aptf_widget .aptf-template-19 .aptf-usercard.aptf-retweet_user {
  margin-left: 20px;
}
.widget_aptf_widget .aptf-template-19 .aptf-tweet-date {
  padding-left: 10px;
}
.widget_aptf_widget .aptf-template-19 .apts-from-info {
  padding: 20px 20px 0;
}
.widget_aptf_widget .aptf-template-19 .aptf-tweet-box ,
.widget_aptf_widget .aptf-template-19 .aptf-tweet-actions-wrapper {
  padding-right: 20px;
  padding-left: 20px;
}

.widget_aptf_widget .aptf-tweets-wrapper.aptf-template-19 .aptf-tweet-media {
  padding-right: 17px;
  padding-left: 17px;
}

.aptf-template-19 .aptf-header-content .aptf-usercard.aptf-main_user{
  position: absolute;
  left: -30px;
  top: 55%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.aptf-template-19 .bx-wrapper .bx-viewport .aptf-single-tweet-wrapper .aptf-usercard.aptf-main_user {
  left: unset;
  top: unset;
  -webkit-transform: translate(0);
     -moz-transform: translate(0);
      -ms-transform: translate(0);
       -o-transform: translate(0);
          transform: translate(0);
}

.aptf-template-19 .aptf-header-content .aptf-usercard.aptf-main_user > img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #ccc;
  height: 60px;
  width: 60px;
}
.aptf-template-19 .aptf-usercard.aptf-retweet_user {
  margin-left: 30px;
}
.aptf-template-19 .aptf-tweet-box {
  padding: 0 30px;
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.aptf-template-19 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box {
  margin: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 90px);
}

.aptf-template-19 .aptf-tweet-media {
  margin: 20px 0 0;
}

.aptf-template-19 .aptf-tweet-actions-wrapper {
  float: none;
  padding: 15px 30px 12px;
  background-color: #F2F2F2;
  margin-top: 20px;
}

.aptf-template-19 .aptf-tweet-actions-wrapper a{
  color: #020201;
  margin-right: 25px;
  font-size: 16px;
}

.aptf-template-19 .aptf-tweet-name {
  color: #3E70AD;
  font-weight: 600;
  padding-left: 10px;
}

.aptf-template-19 .aptf-tweet-username {
  padding-left: 5px;
  font-weight: 600;
  color: #666;
}

.aptf-template-19 .aptf-tweet-box a {
  color: #3E70AD;
}

.aptf-template-19 .aptf-usercard .aptf-usercard-outer {
  left: 0;
}

.aptf-template-19 .aptf-follow-btn {
  border: 1px solid #ccc;
  background-color: #F2F2F2;
  padding: 8px 15px;
}

.aptf-template-19 .aptf-follow-btn a {
 color: #000;
 font-weight: 700;
 font-size: 14px;
}

.aptf-template-19 .aptf-follow-btn a .fa.fa-twitter {
  color: #38A1F3;
}

.aptf-template-19 .aptf-center-align {
  text-align: left;
  margin-left: 50px;
}

.aptf-slider-outer-wrapper.aptf-template-19 .aptf-center-align {
  margin-left: 0;
}

/* template 20 css design hereÂ */
.aptf-template-20 .apts-from-info {
  padding: 0 30px;
}
.aptf-template-20 .aptf-tweet-media .aptf-each-media.aptf-media-large {
  padding: 0;
}
.aptf-template-20 .aptf-usercard.aptf-retweet_user {
  margin-left: 30px;
}
.aptf-template-20 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box {
  padding: 0 20px;
  margin-left: 0;
  width: calc(100% - 90px);
}
.aptf-template-20 .aptf-tweet-date {
  float: none;
}
.aptf-template-20 .aptf-tweet-date p {
  padding-left: 6px;
}
.aptf-template-20 .aptf-tweet-date a {
  color: #666;
}
.aptf-template-20 .aptf-single-tweet-wrapper {
  margin-left: 30px;
  width: calc(100% - 30px);
  margin-bottom: 0;
  margin-top: 50px;
  padding-left: 40px;
  padding-bottom: 10px;
}
.aptf-slider-outer-wrapper.aptf-template-20 .aptf-single-tweet-wrapper {
  margin-top: 0;
}
.aptf-template-20 .aptf-tweet-content {
  border-left: 1px solid #ccc;
}
.aptf-template-20 .aptf-header-content {
  padding: 15px 30px;
  position: relative;
  margin-left: -40px;
}
.aptf-template-20 .aptf-header-content .aptf-usercard.aptf-main_user{
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.aptf-template-20 .aptf-header-content .aptf-usercard.aptf-main_user > img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #ccc;
  height: 52px;
  width: 52px;
}
.aptf-template-20 .aptf-tweet-box {
  padding: 0 30px;
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.aptf-template-20 .aptf-tweet-media {
  margin: 20px 0 0;
  padding: 0 30px;
}
.aptf-tweets-wrapper.aptf-template-20 .aptf-video-media-container, 
.aptf-tweets-wrapper.aptf-template-20 .aptf-tweet-media a {
  margin: 0;
}
.aptf-template-20 .aptf-tweet-actions-wrapper {
  float: none;
  padding: 0px 30px 0;
  margin-top: 25px;
}
.aptf-template-20 .aptf-tweet-actions-wrapper a{
  color: #585858;
  margin-right: 25px;
  font-size: 16px;
}
.aptf-template-20 .aptf-tweet-name {
  color: #000;
  font-weight: 600;
  padding-left: 6px;
}
.aptf-template-20 .aptf-tweet-username {
  padding-left: 5px;
  font-weight: 600;
  color: #666;
}
.aptf-template-20 .aptf-tweet-box a {
  color: #3E70AD;
}
.aptf-template-20 .aptf-usercard .aptf-usercard-outer {
  left: 0;
}
.aptf-template-20 .aptf-follow-btn {
  border: 1px solid #ccc;
  background-color: #F2F2F2;
  padding: 8px 15px;
  margin-top: 30px;
}
.aptf-template-20 .aptf-follow-btn a {
 color: #000;
 font-weight: 700;
 font-size: 14px;
}
.aptf-template-20 .aptf-follow-btn a .fa.fa-twitter {
  color: #38A1F3;
}
.aptf-template-20 .aptf-center-align {
  text-align: left;
  margin-left: 30px;
}
.widget_aptf_widget .aptf-template-20 .aptf-tweet-box {
  margin-top: 0;
  padding: 0 20px;
}
.widget_aptf_widget .aptf-template-20 .aptf-tweet-actions-wrapper {
  padding: 0 20px 0;
}
.widget_aptf_widget .aptf-template-20 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box {
  width: 100%;
  margin-bottom: 0;
}
.widget_aptf_widget .aptf-template-20 .apts-from-info,
.widget_aptf_widget .aptf-template-20 .aptf-tweet-media {
  padding: 0 20px;
}
.widget_aptf_widget .aptf-template-20 .aptf-usercard.aptf-retweet_user {
  margin-left: 20px;
}
.widget_aptf_widget .aptf-template-20 .aptf-tweet-actions-wrapper {
  margin-top: 20px;
}

/* template 21 starts  here */

.aptf-template-21 .apts-from-info {
  padding: 0 30px;
}
.aptf-template-21 .aptf-tweet-media .aptf-each-media.aptf-media-large {
  padding: 0;
}
.aptf-template-21 .aptf-usercard.aptf-retweet_user {
  float: none;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.aptf-template-21 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box {
  margin: 0;
}

.aptf-template-21 .aptf-single-tweet-wrapper {
  margin-bottom: 0;
  float: none;
  margin-top: 50px;
}
.aptf-template-21 .aptf-tweet-date {
  float: none;
  text-align: center;
  padding-top: 20px;
  color: #666;
  font-weight: 600;
}
.aptf-template-21 .aptf-tweet-box {
  padding-top: 20px;
  font-size: 18px;
}
.aptf-template-21 .aptf-tweet-box a{ 
  color: #2BCE7B;
}
.aptf-template-21 .aptf-tweet-content {
  background-color: #E2E6F1;
  padding: 0 30px 60px;
  text-align: center;
  position: relative;
}
.widget_aptf_widget .aptf-template-21 .aptf-tweet-content {
  padding: 0 20px 60px;
}
.aptf-template-21 .aptf-tweet-footer {
  padding: 30px 30px 15px;
  text-align: center;
}
.aptf-template-21 .aptf-usercard.aptf-main_user {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.aptf-template-21 .aptf-usercard.aptf-main_user > img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
      border: 2px solid #C6CCDB;
      width: 60px;
      height: 60px;
}
.aptf-template-21 .aptf-usercard.aptf-retweet_user .aptf-usercard-outer:before {
    left: -22px;
    border-right-color: #ccc;
}
.aptf-template-21 .aptf-tweet-media {
  margin: 20px 0 0;
}
.aptf-template-21 .aptf-tweet-date a{
  color: #666;
  font-size: 16px;
}
.aptf-template-21 .aptf-tweet-name {
  display: block;
  color: #EF90B1;
  font-weight: 600;
  font-size: 16px;
}
.aptf-template-21 .aptf-tweet-username {
  display: block;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  margin-top: 2px;
}
.aptf-template-21 .aptf-tweet-actions-wrapper {
  float: none;
  margin-top: 20px;
  width: 210px;
  margin: 20px auto 0;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.aptf-template-21 .aptf-tweet-actions-wrapper a {
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  background-color: #74AC8D;
  color: #FFF;
  display: inline-block;
  border: 2px solid #74AC8D !important;
  margin: 0;
}
.aptf-template-21 .aptf-tweet-actions-wrapper a i.fa-retweet,
.aptf-template-21 .aptf-tweet-actions-wrapper a i.fa-heart {
  font-size: 14px;
}
.aptf-template-21 .aptf-tweet-actions-wrapper a:hover {
  background-color: #FFF;
  color: #74AC8D;
}
.aptf-template-21 .aptf-follow-btn {
  background-color: #74AC8D;
  width: 210px;
  border: 2px solid #74AC8D !important;
}
.aptf-additional-template.aptf-template-21 .aptf-follow-btn a {
  color: #FFF;
}
.aptf-template-21 .aptf-center-align{
  margin-top: 0;
  background-color: #FFF;
}
.aptf-template-21 .aptf-follow-btn:hover {
  background-color: #FFF;
}
.aptf-additional-template.aptf-template-21 .aptf-follow-btn:hover a {
  color: #74AC8D;
}

.aptf-template-21 .bx-wrapper .bx-viewport .aptf-single-tweet-wrapper {
  margin-top: 0;
}

.widget_aptf_widget .aptf-template-21 .aptf-tweet-box {
  padding-top: 15px;
}

.aptf-template-21 .aptf-tweet-actions-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}
.aptf-template-21 .aptf-tweet-actions-wrapper a {
  margin-right: 4px;
}

/* template 22 starts here */
.aptf-template-22 .aptf-usercard.aptf-retweet_user img.aptf-user-img {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.aptf-template-22 .aptf-tweet-media .aptf-each-media.aptf-media-large {
  padding: 0;
}
.aptf-template-22 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box {
  margin: 0;
  padding-top: 0;
  margin-left: 10px;
}
.aptf-template-22 .aptf-tweet-date {
  float: none;
}
.aptf-template-22 .aptf-tweet-date a{
  color: #555;
}
.aptf-template-22 .aptf-single-tweet-wrapper {
  display: flex;
  margin-top: 20px;
}

.aptf-template-22 .aptf-header-content.aptf-lft-info-box {
  width: 80px;
}
.widget_aptf_widget .aptf-template-22 .aptf-header-content.aptf-lft-info-box {
  width: 70px;
}
.aptf-template-22 .aptf-tweet-content {
  width: calc(100% - 80px);
  -webkit-box-shadow: 0 0 35px rgba(0,0,0,.15);
          box-shadow: 0 0 35px rgba(0,0,0,.15);
  padding: 50px 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
}
.widget_aptf_widget .aptf-template-22 .aptf-tweet-content {
  width: calc(100% - 70px);
}
.widget_aptf_widget .aptf-template-22 .aptf-tweet-content {
  padding: 20px;
}
.widget_aptf_widget .aptf-template-22 .aptf-center-align .aptf-follow-btn {
  margin-left: 70px;
}

.aptf-template-22 .aptf-tweet-content::before {
  content: "";
  border-right: 12px solid rgba(0,0,0,.15);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: -15px;
  top: 12px;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
          box-shadow: 0 0 15px rgba(0,0,0,.15);
  opacity: .15;
}
.aptf-template-22 .aptf-tweet-content::after {
  content: "";
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: -12px;
  top: 12px;
}
.aptf-template-22 .aptf-tweet-content .aptf-tweet-name {
  margin: 0 5px 0 0;
  color: #3E6FAE;
}
.aptf-template-22 .aptf-tweet-actions-wrapper.aptf-tweet-actions a {
  display: block;
  margin-right: 0;
}
.aptf-template-22 .aptf-tweet-actions-wrapper.aptf-tweet-actions a:hover {
  color: #000;
}
.aptf-template-22 .aptf-tweet-actions-wrapper {
  float: none;
  text-align: center;
  width: 52px;
}
.aptf-template-22 .aptf-tweet-actions-wrapper a {
  padding-top: 15px;
}
.aptf-template-22 .aptf-usercard .aptf-usercard-outer {
  left: 0;
}
.aptf-template-22 .aptf-tweet-username {
  font-weight: 600;
  color: #555;
}

.aptf-template-22 .aptf-tweet-box {
  padding-top: 20px;
  font-size: 16px;
  color: #222;
}
.widget_aptf_widget .aptf-template-22 .aptf-tweet-box,
.widget_aptf_widget .aptf-template-22 .aptf-usercard.aptf-retweet_user ~ .aptf-tweet-box {
  padding-top: 10px;
  width: 100%;
  margin-left: 0;
}
.widget_aptf_widget .aptf-template-22 .aptf-tweet-date {
  padding-top: 5px;
}

.aptf-template-22 .aptf-tweet-box a {
  color: #3E6FAE;
}

.aptf-template-22 .aptf-center-align {
  text-align: left;
}

.aptf-template-22 .aptf-center-align .aptf-follow-btn {
  margin-left: 100px;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
          box-shadow: 0 0 15px rgba(0,0,0,.15);
      font-size: 14px;
      padding: 10px 15px;
      background-color: #FFF;
}

.aptf-template-22 .aptf-center-align .aptf-follow-btn a {
  color: #000;
  font-weight: 600;
}

.aptf-template-22 .aptf-center-align .aptf-follow-btn .fa-twitter{
  color: #38A1F3;
}

.aptf-template-22 .aptf-screenName-right {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.widget_aptf_widget .aptf-template-22 .aptf-screenName-right {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.widget_aptf_widget .aptf-template-22 .aptf-tweet-name {
  display: block;
}

.widget_aptf_widget .aptf-template-22 .aptf-tweet-username {
  display: block;
}

.aptf-tweets-wrapper.aptf-template-22 .aptf-video-media-container, 
.aptf-tweets-wrapper.aptf-template-22 .aptf-tweet-media a {
  margin: 0;
}

.aptf-template-22 .aptf-tweet-media {
  margin: 20px 0 0;
}

.aptf-template-22 .bx-wrapper .bx-viewport .aptf-single-tweet-wrapper .aptf-tweet-content {
  width: calc(100% - 115px);
}
.widget_aptf_widget .aptf-template-22 .bx-wrapper .bx-viewport .aptf-single-tweet-wrapper .aptf-tweet-content {
  width: calc(100% - 90px);
}

.aptf-template-22 .bx-wrapper .bx-viewport .aptf-single-tweet-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-bottom: 20px;
}
.aptf-template-22 .bx-wrapper .bx-viewport {
  padding: 10px 0px 20px 0px;
  -webkit-box-sizing: initial;
     -moz-box-sizing: initial;
          box-sizing: initial;
}

@media screen and (max-width: 560px) {
  .aptf-template-22 .aptf-tweet-name,
  .aptf-template-22 .aptf-tweet-username {
    display: block;
  }
  .aptf-template-22 .aptf-screenName-right {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* new css for new addition templates */

.aptf-tweets-wrapper a {
  color: #727272;
}

.aptf-additional-template.aptf-slider-outer-wrapper .aptf-tweet-box ,
.aptf-additional-template.aptf-tweets-wrapper .aptf-tweet-box ,
.aptf-additional-template.aptf-tweets-ticker-wrappers .aptf-tweet-box {
  font-size: 0.875em;
}

.aptf-additional-template .aptf-tweet-media img, 
.aptf-additional-template .aptf-tweet-media video {
    width: 100%;
    object-fit: cover;
}

.aptf-additional-template .aptf-follow-btn a {
  color: #777;
}

.aptf-additional-template .aptf-follow-btn a:hover {
    color: #38A1F3;
}

.aptf-additional-template .bx-wrapper .bx-next,
.aptf-additional-template .bx-wrapper .bx-prev {
  background: unset;
  border: 1px solid #000;
  color: transparent;
  text-indent: 0;
}
.aptf-template-13 .bx-wrapper .bx-next {
  right: 0;
}
.aptf-additional-template .bx-wrapper .bx-prev::after {
  content: "\e875";
  font-family: 'Linearicons-Free';
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aptf-additional-template .bx-wrapper .bx-next::after {
  content: "\e876";
  font-family: 'Linearicons-Free';
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aptf-additional-template.aptf-template-18 .bx-wrapper .bx-prev,
.aptf-additional-template.aptf-template-18 .bx-wrapper .bx-next{
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.aptf-additional-template.aptf-template-16 .bx-wrapper .bx-prev,
.aptf-additional-template.aptf-template-16 .bx-wrapper .bx-next{
  border: 1px solid #fff;
  opacity: 1;
}
.aptf-additional-template.aptf-template-21 .bx-wrapper .bx-prev ,
.aptf-additional-template.aptf-template-16 .bx-wrapper .bx-prev ,
.aptf-additional-template.aptf-template-18 .bx-wrapper .bx-prev {
  left: 30px;
}
.aptf-additional-template.aptf-template-21 .bx-wrapper .bx-next,
.aptf-additional-template.aptf-template-16 .bx-wrapper .bx-next,
.aptf-additional-template.aptf-template-18 .bx-wrapper .bx-next{
  right: 30px;
}
.aptf-additional-template.aptf-template-16 .bx-wrapper .bx-prev::after ,
.aptf-additional-template.aptf-template-16 .bx-wrapper .bx-next::after ,
.aptf-additional-template.aptf-template-18 .bx-wrapper .bx-prev::after ,
.aptf-additional-template.aptf-template-18 .bx-wrapper .bx-next::after {
  color: #fff;
}
.aptf-additional-template.aptf-template-21 .bx-wrapper .bx-next,
.aptf-additional-template.aptf-template-21 .bx-wrapper .bx-prev {
  border: 2px solid #74AC8D;
  background-color: #74AC8D;
}
.aptf-additional-template.aptf-template-21 .bx-wrapper .bx-prev::after ,
.aptf-additional-template.aptf-template-21 .bx-wrapper .bx-next::after {
  color: #fff;
}
.aptf-additional-template.aptf-template-14 .bx-wrapper .bx-next,
.aptf-additional-template.aptf-template-14 .bx-wrapper .bx-prev {
  border: unset;
  background-color: #ccc;
}
.aptf-additional-template.aptf-template-20 .bx-wrapper .bx-next,
.aptf-additional-template.aptf-template-20 .bx-wrapper .bx-prev ,
.aptf-additional-template.aptf-template-19 .bx-wrapper .bx-next,
.aptf-additional-template.aptf-template-19 .bx-wrapper .bx-prev ,
.aptf-additional-template.aptf-template-15 .bx-wrapper .bx-next,
.aptf-additional-template.aptf-template-15 .bx-wrapper .bx-prev {
  border-color: #ccc;
  background-color: #efefef;
}
.aptf-additional-template.aptf-template-15 .bx-wrapper .bx-prev {
  left: 30px;
}
.aptf-additional-template.aptf-template-15 .bx-wrapper .bx-next{
  right: 30px;
}
.aptf-slider-outer-wrapper.aptf-template-17 .aptf-tweet-footer {
  /*margin-right: 0;
  margin-left: 0;*/
}

.aptf-additional-template.aptf-template-17 .bx-wrapper .bx-prev::after ,
.aptf-additional-template.aptf-template-17 .bx-wrapper .bx-next::after {
  color: #E68D41;
}
.aptf-additional-template.aptf-template-17 .bx-wrapper .bx-next,
.aptf-additional-template.aptf-template-17 .bx-wrapper .bx-prev {
  border: 2px solid #E68D41;
  background-color: #fff;
}
.aptf-additional-template.aptf-template-22 .bx-wrapper .bx-prev,
.aptf-additional-template.aptf-template-22 .bx-wrapper .bx-next{
  border: unset;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
          box-shadow: 0 0 10px rgba(0,0,0,.15);
      opacity: 1;
      background-color: #FFF;
}

.aptf-additional-template .bx-wrapper .bx-next,
.aptf-additional-template .bx-wrapper .bx-prev {
  opacity: 0;
  visibility: hidden;
}

.aptf-additional-template .bx-wrapper:hover .bx-next,
.aptf-additional-template .bx-wrapper:hover .bx-prev {
  opacity: 1;
  visibility: visible;
}

.aptf-main-usercard-outer .aptf-main-usercard-inner{
  min-height: unset;
  min-width: unset;
  width: 50%;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .aptf-main-usercard-outer .aptf-main-usercard-inner {
    width: 75%;
  }
}
@media screen and (max-width: 567px) {
  .aptf-main-usercard-outer .aptf-main-usercard-inner {
    width: 100%;
  }
}
.aptf-main-usercard-inner .aptf-user-img{
  height: 48px;
}
.aptf-main-usercard-inner span.aptf-user-link {
  font-size: 12px;
  margin-top: 20px;
}
.aptf-main-usercard-inner span.aptf-user-link span:first-child {
  font-size: 14px;
}
.aptf-main-usercard-inner span.aptf-user-link button {
  right: unset;
  position: static;
  margin-top: 10px;
}
.aptf-main-usercard-inner span.aptf-accnt-verified {
  height: unset;
  width: unset;
  vertical-align: middle;
}

.aptf-main-usercard-inner .aptf-description {
  font-size: 16px;
  padding: 0;
}

.aptf-main-usercard-inner .aptf-user-details {
  margin: 25px 0 0;
}

.aptf-additional-template.aptf-template-18 a.aptf-ticker-up ,
.aptf-additional-template.aptf-template-18 a.aptf-ticker-down {
  color: #F24D5A;
}

.aptf-tweets-ticker-wrappers.aptf-template-18 .aptf-single-tweet-wrapper {
    /*margin-top: 50px !important;*/
}

.aptf-tweets-ticker-wrappers.aptf-template-22 .aptf-tweet-content {
  width: calc(100% - 80px);
  padding: 50px 30px;
  margin-right: 20px;
  margin-bottom: 40px;
}
.aptf-tweets-ticker-wrappers.aptf-template-22 .aptf-single-tweet-wrapper {
  margin: 20px 20px 20px 0 !important;
}

.aptf-tweets-ticker-wrappers.aptf-template-20 .aptf-header-content .aptf-usercard.aptf-main_user {
  top: unset;
  left: 30px;
  -webkit-transform: translate(0);
     -moz-transform: translate(0);
      -ms-transform: translate(0);
       -o-transform: translate(0);
          transform: translate(0);
}
.aptf-tweets-ticker-wrappers.aptf-template-20 .aptf-header-content {
  padding: 15px 30px 0 90px;
  margin-left: -100px;
}
.aptf-tweets-ticker-wrappers.aptf-template-20 .aptf-single-tweet-wrapper {
  width: 100%;
}
.aptf-template-20 .apts-from-info {
  margin-top: 20px;
}
.aptf-tweets-ticker-wrappers.aptf-template-20 .aptf-center-align {
  margin-left: 30px;
}
.aptf-tweets-ticker-wrappers.aptf-template-19 .aptf-center-align {
  margin-left: 0;
}
.aptf-tweets-ticker-wrappers.aptf-template-19 .aptf-header-content {
  padding: 15px 30px 15px 30px;
}
.aptf-tweets-ticker-wrappers.aptf-template-19 .aptf-header-content .aptf-usercard.aptf-main_user {
  /*left: 30px;*/
}
.aptf-tweets-ticker-wrappers.aptf-template-19 .aptf-tweet-media .aptf-each-media {
  padding: 0.3em 30px;
}
.widget_aptf_widget .aptf-template-17 .aptf-tweet-footer {
  margin: 20px 0 20px;
}
.aptf-all-templates-test-wrap::after,
.aptf-test-wrap::after {
    content: '';
    clear: both;
    display: block;
}
.aptf-template-18 .aptf-test-wrap {
    padding-top: 50px;
}
.aptf-template-13 .aptf-test-wrap {
    padding-top: 60px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.aptf-all-templates-test-wrap {
  padding-top: 15px;
}

.aptf-template-17 .aptf-all-templates-test-wrap {
  padding-top: 20px;
}
