/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'tpFontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.tp {
  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;
}
/* makes the font 33% larger relative to the icon container */
.tp-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tp-2x {
  font-size: 2em;
}
.tp-3x {
  font-size: 3em;
}
.tp-4x {
  font-size: 4em;
}
.tp-5x {
  font-size: 5em;
}
.tp-fw {
  width: 1.28571429em;
  text-align: center;
}
.tp-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.tp-ul > li {
  position: relative;
}
.tp-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.tp-li.tp-lg {
  left: -1.85714286em;
}
.tp-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.tp-pull-left {
  float: left;
}
.tp-pull-right {
  float: right;
}
.tp.tp-pull-left {
  margin-right: .3em;
}
.tp.tp-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.tp.pull-left {
  margin-right: .3em;
}
.tp.pull-right {
  margin-left: .3em;
}
.tp-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.tp-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.tp-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tp-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.tp-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.tp-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .tp-rotate-90,
:root .tp-rotate-180,
:root .tp-rotate-270,
:root .tp-flip-horizontal,
:root .tp-flip-vertical {
  filter: none;
}
.tp-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.tp-stack-1x,
.tp-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.tp-stack-1x {
  line-height: inherit;
}
.tp-stack-2x {
  font-size: 2em;
}
.tp-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.tp-glass:before {
  content: "\f000";
}
.tp-music:before {
  content: "\f001";
}
.tp-search:before {
  content: "\f002";
}
.tp-envelope-o:before {
  content: "\f003";
}
.tp-heart:before {
  content: "\f004";
}
.tp-star:before {
  content: "\f005";
}
.tp-star-o:before {
  content: "\f006";
}
.tp-user:before {
  content: "\f007";
}
.tp-film:before {
  content: "\f008";
}
.tp-th-large:before {
  content: "\f009";
}
.tp-th:before {
  content: "\f00a";
}
.tp-th-list:before {
  content: "\f00b";
}
.tp-check:before {
  content: "\f00c";
}
.tp-remove:before,
.tp-close:before,
.tp-times:before {
  content: "\f00d";
}
.tp-search-plus:before {
  content: "\f00e";
}
.tp-search-minus:before {
  content: "\f010";
}
.tp-power-off:before {
  content: "\f011";
}
.tp-signal:before {
  content: "\f012";
}
.tp-gear:before,
.tp-cog:before {
  content: "\f013";
}
.tp-trash-o:before {
  content: "\f014";
}
.tp-home:before {
  content: "\f015";
}
.tp-file-o:before {
  content: "\f016";
}
.tp-clock-o:before {
  content: "\f017";
}
.tp-road:before {
  content: "\f018";
}
.tp-download:before {
  content: "\f019";
}
.tp-arrow-circle-o-down:before {
  content: "\f01a";
}
.tp-arrow-circle-o-up:before {
  content: "\f01b";
}
.tp-inbox:before {
  content: "\f01c";
}
.tp-play-circle-o:before {
  content: "\f01d";
}
.tp-rotate-right:before,
.tp-repeat:before {
  content: "\f01e";
}
.tp-refresh:before {
  content: "\f021";
}
.tp-list-alt:before {
  content: "\f022";
}
.tp-lock:before {
  content: "\f023";
}
.tp-flag:before {
  content: "\f024";
}
.tp-headphones:before {
  content: "\f025";
}
.tp-volume-off:before {
  content: "\f026";
}
.tp-volume-down:before {
  content: "\f027";
}
.tp-volume-up:before {
  content: "\f028";
}
.tp-qrcode:before {
  content: "\f029";
}
.tp-barcode:before {
  content: "\f02a";
}
.tp-tag:before {
  content: "\f02b";
}
.tp-tags:before {
  content: "\f02c";
}
.tp-book:before {
  content: "\f02d";
}
.tp-bookmark:before {
  content: "\f02e";
}
.tp-print:before {
  content: "\f02f";
}
.tp-camera:before {
  content: "\f030";
}
.tp-font:before {
  content: "\f031";
}
.tp-bold:before {
  content: "\f032";
}
.tp-italic:before {
  content: "\f033";
}
.tp-text-height:before {
  content: "\f034";
}
.tp-text-width:before {
  content: "\f035";
}
.tp-align-left:before {
  content: "\f036";
}
.tp-align-center:before {
  content: "\f037";
}
.tp-align-right:before {
  content: "\f038";
}
.tp-align-justify:before {
  content: "\f039";
}
.tp-list:before {
  content: "\f03a";
}
.tp-dedent:before,
.tp-outdent:before {
  content: "\f03b";
}
.tp-indent:before {
  content: "\f03c";
}
.tp-video-camera:before {
  content: "\f03d";
}
.tp-photo:before,
.tp-image:before,
.tp-picture-o:before {
  content: "\f03e";
}
.tp-pencil:before {
  content: "\f040";
}
.tp-map-marker:before {
  content: "\f041";
}
.tp-adjust:before {
  content: "\f042";
}
.tp-tint:before {
  content: "\f043";
}
.tp-edit:before,
.tp-pencil-square-o:before {
  content: "\f044";
}
.tp-share-square-o:before {
  content: "\f045";
}
.tp-check-square-o:before {
  content: "\f046";
}
.tp-arrows:before {
  content: "\f047";
}
.tp-step-backward:before {
  content: "\f048";
}
.tp-fast-backward:before {
  content: "\f049";
}
.tp-backward:before {
  content: "\f04a";
}
.tp-play:before {
  content: "\f04b";
}
.tp-pause:before {
  content: "\f04c";
}
.tp-stop:before {
  content: "\f04d";
}
.tp-forward:before {
  content: "\f04e";
}
.tp-fast-forward:before {
  content: "\f050";
}
.tp-step-forward:before {
  content: "\f051";
}
.tp-eject:before {
  content: "\f052";
}
.tp-chevron-left:before {
  content: "\f053";
}
.tp-chevron-right:before {
  content: "\f054";
}
.tp-plus-circle:before {
  content: "\f055";
}
.tp-minus-circle:before {
  content: "\f056";
}
.tp-times-circle:before {
  content: "\f057";
}
.tp-check-circle:before {
  content: "\f058";
}
.tp-question-circle:before {
  content: "\f059";
}
.tp-info-circle:before {
  content: "\f05a";
}
.tp-crosshairs:before {
  content: "\f05b";
}
.tp-times-circle-o:before {
  content: "\f05c";
}
.tp-check-circle-o:before {
  content: "\f05d";
}
.tp-ban:before {
  content: "\f05e";
}
.tp-arrow-left:before {
  content: "\f060";
}
.tp-arrow-right:before {
  content: "\f061";
}
.tp-arrow-up:before {
  content: "\f062";
}
.tp-arrow-down:before {
  content: "\f063";
}
.tp-mail-forward:before,
.tp-share:before {
  content: "\f064";
}
.tp-expand:before {
  content: "\f065";
}
.tp-compress:before {
  content: "\f066";
}
.tp-plus:before {
  content: "\f067";
}
.tp-minus:before {
  content: "\f068";
}
.tp-asterisk:before {
  content: "\f069";
}
.tp-exclamation-circle:before {
  content: "\f06a";
}
.tp-gift:before {
  content: "\f06b";
}
.tp-leaf:before {
  content: "\f06c";
}
.tp-fire:before {
  content: "\f06d";
}
.tp-eye:before {
  content: "\f06e";
}
.tp-eye-slash:before {
  content: "\f070";
}
.tp-warning:before,
.tp-exclamation-triangle:before {
  content: "\f071";
}
.tp-plane:before {
  content: "\f072";
}
.tp-calendar:before {
  content: "\f073";
}
.tp-random:before {
  content: "\f074";
}
.tp-comment:before {
  content: "\f075";
}
.tp-magnet:before {
  content: "\f076";
}
.tp-chevron-up:before {
  content: "\f077";
}
.tp-chevron-down:before {
  content: "\f078";
}
.tp-retweet:before {
  content: "\f079";
}
.tp-shopping-cart:before {
  content: "\f07a";
}
.tp-folder:before {
  content: "\f07b";
}
.tp-folder-open:before {
  content: "\f07c";
}
.tp-arrows-v:before {
  content: "\f07d";
}
.tp-arrows-h:before {
  content: "\f07e";
}
.tp-bar-chart-o:before,
.tp-bar-chart:before {
  content: "\f080";
}
.tp-twitter-square:before {
  content: "\f081";
}
.tp-facebook-square:before {
  content: "\f082";
}
.tp-camera-retro:before {
  content: "\f083";
}
.tp-key:before {
  content: "\f084";
}
.tp-gears:before,
.tp-cogs:before {
  content: "\f085";
}
.tp-comments:before {
  content: "\f086";
}
.tp-thumbs-o-up:before {
  content: "\f087";
}
.tp-thumbs-o-down:before {
  content: "\f088";
}
.tp-star-half:before {
  content: "\f089";
}
.tp-heart-o:before {
  content: "\f08a";
}
.tp-sign-out:before {
  content: "\f08b";
}
.tp-linkedin-square:before {
  content: "\f08c";
}
.tp-thumb-tack:before {
  content: "\f08d";
}
.tp-external-link:before {
  content: "\f08e";
}
.tp-sign-in:before {
  content: "\f090";
}
.tp-trophy:before {
  content: "\f091";
}
.tp-github-square:before {
  content: "\f092";
}
.tp-upload:before {
  content: "\f093";
}
.tp-lemon-o:before {
  content: "\f094";
}
.tp-phone:before {
  content: "\f095";
}
.tp-square-o:before {
  content: "\f096";
}
.tp-bookmark-o:before {
  content: "\f097";
}
.tp-phone-square:before {
  content: "\f098";
}
.tp-twitter:before {
  content: "\f099";
}
.tp-facebook-f:before,
.tp-facebook:before {
  content: "\f09a";
}
.tp-github:before {
  content: "\f09b";
}
.tp-unlock:before {
  content: "\f09c";
}
.tp-credit-card:before {
  content: "\f09d";
}
.tp-feed:before,
.tp-rss:before {
  content: "\f09e";
}
.tp-hdd-o:before {
  content: "\f0a0";
}
.tp-bullhorn:before {
  content: "\f0a1";
}
.tp-bell:before {
  content: "\f0f3";
}
.tp-certificate:before {
  content: "\f0a3";
}
.tp-hand-o-right:before {
  content: "\f0a4";
}
.tp-hand-o-left:before {
  content: "\f0a5";
}
.tp-hand-o-up:before {
  content: "\f0a6";
}
.tp-hand-o-down:before {
  content: "\f0a7";
}
.tp-arrow-circle-left:before {
  content: "\f0a8";
}
.tp-arrow-circle-right:before {
  content: "\f0a9";
}
.tp-arrow-circle-up:before {
  content: "\f0aa";
}
.tp-arrow-circle-down:before {
  content: "\f0ab";
}
.tp-globe:before {
  content: "\f0ac";
}
.tp-wrench:before {
  content: "\f0ad";
}
.tp-tasks:before {
  content: "\f0ae";
}
.tp-filter:before {
  content: "\f0b0";
}
.tp-briefcase:before {
  content: "\f0b1";
}
.tp-arrows-alt:before {
  content: "\f0b2";
}
.tp-group:before,
.tp-users:before {
  content: "\f0c0";
}
.tp-chain:before,
.tp-link:before {
  content: "\f0c1";
}
.tp-cloud:before {
  content: "\f0c2";
}
.tp-flask:before {
  content: "\f0c3";
}
.tp-cut:before,
.tp-scissors:before {
  content: "\f0c4";
}
.tp-copy:before,
.tp-files-o:before {
  content: "\f0c5";
}
.tp-paperclip:before {
  content: "\f0c6";
}
.tp-save:before,
.tp-floppy-o:before {
  content: "\f0c7";
}
.tp-square:before {
  content: "\f0c8";
}
.tp-navicon:before,
.tp-reorder:before,
.tp-bars:before {
  content: "\f0c9";
}
.tp-list-ul:before {
  content: "\f0ca";
}
.tp-list-ol:before {
  content: "\f0cb";
}
.tp-strikethrough:before {
  content: "\f0cc";
}
.tp-underline:before {
  content: "\f0cd";
}
.tp-table:before {
  content: "\f0ce";
}
.tp-magic:before {
  content: "\f0d0";
}
.tp-truck:before {
  content: "\f0d1";
}
.tp-pinterest:before {
  content: "\f0d2";
}
.tp-pinterest-square:before {
  content: "\f0d3";
}
.tp-google-plus-square:before {
  content: "\f0d4";
}
.tp-google-plus:before {
  content: "\f0d5";
}
.tp-money:before {
  content: "\f0d6";
}
.tp-caret-down:before {
  content: "\f0d7";
}
.tp-caret-up:before {
  content: "\f0d8";
}
.tp-caret-left:before {
  content: "\f0d9";
}
.tp-caret-right:before {
  content: "\f0da";
}
.tp-columns:before {
  content: "\f0db";
}
.tp-unsorted:before,
.tp-sort:before {
  content: "\f0dc";
}
.tp-sort-down:before,
.tp-sort-desc:before {
  content: "\f0dd";
}
.tp-sort-up:before,
.tp-sort-asc:before {
  content: "\f0de";
}
.tp-envelope:before {
  content: "\f0e0";
}
.tp-linkedin:before {
  content: "\f0e1";
}
.tp-rotate-left:before,
.tp-undo:before {
  content: "\f0e2";
}
.tp-legal:before,
.tp-gavel:before {
  content: "\f0e3";
}
.tp-dashboard:before,
.tp-tachometer:before {
  content: "\f0e4";
}
.tp-comment-o:before {
  content: "\f0e5";
}
.tp-comments-o:before {
  content: "\f0e6";
}
.tp-flash:before,
.tp-bolt:before {
  content: "\f0e7";
}
.tp-sitemap:before {
  content: "\f0e8";
}
.tp-umbrella:before {
  content: "\f0e9";
}
.tp-paste:before,
.tp-clipboard:before {
  content: "\f0ea";
}
.tp-lightbulb-o:before {
  content: "\f0eb";
}
.tp-exchange:before {
  content: "\f0ec";
}
.tp-cloud-download:before {
  content: "\f0ed";
}
.tp-cloud-upload:before {
  content: "\f0ee";
}
.tp-user-md:before {
  content: "\f0f0";
}
.tp-stethoscope:before {
  content: "\f0f1";
}
.tp-suitcase:before {
  content: "\f0f2";
}
.tp-bell-o:before {
  content: "\f0a2";
}
.tp-coffee:before {
  content: "\f0f4";
}
.tp-cutlery:before {
  content: "\f0f5";
}
.tp-file-text-o:before {
  content: "\f0f6";
}
.tp-building-o:before {
  content: "\f0f7";
}
.tp-hospital-o:before {
  content: "\f0f8";
}
.tp-ambulance:before {
  content: "\f0f9";
}
.tp-medkit:before {
  content: "\f0fa";
}
.tp-fighter-jet:before {
  content: "\f0fb";
}
.tp-beer:before {
  content: "\f0fc";
}
.tp-h-square:before {
  content: "\f0fd";
}
.tp-plus-square:before {
  content: "\f0fe";
}
.tp-angle-double-left:before {
  content: "\f100";
}
.tp-angle-double-right:before {
  content: "\f101";
}
.tp-angle-double-up:before {
  content: "\f102";
}
.tp-angle-double-down:before {
  content: "\f103";
}
.tp-angle-left:before {
  content: "\f104";
}
.tp-angle-right:before {
  content: "\f105";
}
.tp-angle-up:before {
  content: "\f106";
}
.tp-angle-down:before {
  content: "\f107";
}
.tp-desktop:before {
  content: "\f108";
}
.tp-laptop:before {
  content: "\f109";
}
.tp-tablet:before {
  content: "\f10a";
}
.tp-mobile-phone:before,
.tp-mobile:before {
  content: "\f10b";
}
.tp-circle-o:before {
  content: "\f10c";
}
.tp-quote-left:before {
  content: "\f10d";
}
.tp-quote-right:before {
  content: "\f10e";
}
.tp-spinner:before {
  content: "\f110";
}
.tp-circle:before {
  content: "\f111";
}
.tp-mail-reply:before,
.tp-reply:before {
  content: "\f112";
}
.tp-github-alt:before {
  content: "\f113";
}
.tp-folder-o:before {
  content: "\f114";
}
.tp-folder-open-o:before {
  content: "\f115";
}
.tp-smile-o:before {
  content: "\f118";
}
.tp-frown-o:before {
  content: "\f119";
}
.tp-meh-o:before {
  content: "\f11a";
}
.tp-gamepad:before {
  content: "\f11b";
}
.tp-keyboard-o:before {
  content: "\f11c";
}
.tp-flag-o:before {
  content: "\f11d";
}
.tp-flag-checkered:before {
  content: "\f11e";
}
.tp-terminal:before {
  content: "\f120";
}
.tp-code:before {
  content: "\f121";
}
.tp-mail-reply-all:before,
.tp-reply-all:before {
  content: "\f122";
}
.tp-star-half-empty:before,
.tp-star-half-full:before,
.tp-star-half-o:before {
  content: "\f123";
}
.tp-location-arrow:before {
  content: "\f124";
}
.tp-crop:before {
  content: "\f125";
}
.tp-code-fork:before {
  content: "\f126";
}
.tp-unlink:before,
.tp-chain-broken:before {
  content: "\f127";
}
.tp-question:before {
  content: "\f128";
}
.tp-info:before {
  content: "\f129";
}
.tp-exclamation:before {
  content: "\f12a";
}
.tp-superscript:before {
  content: "\f12b";
}
.tp-subscript:before {
  content: "\f12c";
}
.tp-eraser:before {
  content: "\f12d";
}
.tp-puzzle-piece:before {
  content: "\f12e";
}
.tp-microphone:before {
  content: "\f130";
}
.tp-microphone-slash:before {
  content: "\f131";
}
.tp-shield:before {
  content: "\f132";
}
.tp-calendar-o:before {
  content: "\f133";
}
.tp-fire-extinguisher:before {
  content: "\f134";
}
.tp-rocket:before {
  content: "\f135";
}
.tp-maxcdn:before {
  content: "\f136";
}
.tp-chevron-circle-left:before {
  content: "\f137";
}
.tp-chevron-circle-right:before {
  content: "\f138";
}
.tp-chevron-circle-up:before {
  content: "\f139";
}
.tp-chevron-circle-down:before {
  content: "\f13a";
}
.tp-html5:before {
  content: "\f13b";
}
.tp-css3:before {
  content: "\f13c";
}
.tp-anchor:before {
  content: "\f13d";
}
.tp-unlock-alt:before {
  content: "\f13e";
}
.tp-bullseye:before {
  content: "\f140";
}
.tp-ellipsis-h:before {
  content: "\f141";
}
.tp-ellipsis-v:before {
  content: "\f142";
}
.tp-rss-square:before {
  content: "\f143";
}
.tp-play-circle:before {
  content: "\f144";
}
.tp-ticket:before {
  content: "\f145";
}
.tp-minus-square:before {
  content: "\f146";
}
.tp-minus-square-o:before {
  content: "\f147";
}
.tp-level-up:before {
  content: "\f148";
}
.tp-level-down:before {
  content: "\f149";
}
.tp-check-square:before {
  content: "\f14a";
}
.tp-pencil-square:before {
  content: "\f14b";
}
.tp-external-link-square:before {
  content: "\f14c";
}
.tp-share-square:before {
  content: "\f14d";
}
.tp-compass:before {
  content: "\f14e";
}
.tp-toggle-down:before,
.tp-caret-square-o-down:before {
  content: "\f150";
}
.tp-toggle-up:before,
.tp-caret-square-o-up:before {
  content: "\f151";
}
.tp-toggle-right:before,
.tp-caret-square-o-right:before {
  content: "\f152";
}
.tp-euro:before,
.tp-eur:before {
  content: "\f153";
}
.tp-gbp:before {
  content: "\f154";
}
.tp-dollar:before,
.tp-usd:before {
  content: "\f155";
}
.tp-rupee:before,
.tp-inr:before {
  content: "\f156";
}
.tp-cny:before,
.tp-rmb:before,
.tp-yen:before,
.tp-jpy:before {
  content: "\f157";
}
.tp-ruble:before,
.tp-rouble:before,
.tp-rub:before {
  content: "\f158";
}
.tp-won:before,
.tp-krw:before {
  content: "\f159";
}
.tp-bitcoin:before,
.tp-btc:before {
  content: "\f15a";
}
.tp-file:before {
  content: "\f15b";
}
.tp-file-text:before {
  content: "\f15c";
}
.tp-sort-alpha-asc:before {
  content: "\f15d";
}
.tp-sort-alpha-desc:before {
  content: "\f15e";
}
.tp-sort-amount-asc:before {
  content: "\f160";
}
.tp-sort-amount-desc:before {
  content: "\f161";
}
.tp-sort-numeric-asc:before {
  content: "\f162";
}
.tp-sort-numeric-desc:before {
  content: "\f163";
}
.tp-thumbs-up:before {
  content: "\f164";
}
.tp-thumbs-down:before {
  content: "\f165";
}
.tp-youtube-square:before {
  content: "\f166";
}
.tp-youtube:before {
  content: "\f167";
}
.tp-xing:before {
  content: "\f168";
}
.tp-xing-square:before {
  content: "\f169";
}
.tp-youtube-play:before {
  content: "\f16a";
}
.tp-dropbox:before {
  content: "\f16b";
}
.tp-stack-overflow:before {
  content: "\f16c";
}
.tp-instagram:before {
  content: "\f16d";
}
.tp-flickr:before {
  content: "\f16e";
}
.tp-adn:before {
  content: "\f170";
}
.tp-bitbucket:before {
  content: "\f171";
}
.tp-bitbucket-square:before {
  content: "\f172";
}
.tp-tumblr:before {
  content: "\f173";
}
.tp-tumblr-square:before {
  content: "\f174";
}
.tp-long-arrow-down:before {
  content: "\f175";
}
.tp-long-arrow-up:before {
  content: "\f176";
}
.tp-long-arrow-left:before {
  content: "\f177";
}
.tp-long-arrow-right:before {
  content: "\f178";
}
.tp-apple:before {
  content: "\f179";
}
.tp-windows:before {
  content: "\f17a";
}
.tp-android:before {
  content: "\f17b";
}
.tp-linux:before {
  content: "\f17c";
}
.tp-dribbble:before {
  content: "\f17d";
}
.tp-skype:before {
  content: "\f17e";
}
.tp-foursquare:before {
  content: "\f180";
}
.tp-trello:before {
  content: "\f181";
}
.tp-female:before {
  content: "\f182";
}
.tp-male:before {
  content: "\f183";
}
.tp-gittip:before,
.tp-gratipay:before {
  content: "\f184";
}
.tp-sun-o:before {
  content: "\f185";
}
.tp-moon-o:before {
  content: "\f186";
}
.tp-archive:before {
  content: "\f187";
}
.tp-bug:before {
  content: "\f188";
}
.tp-vk:before {
  content: "\f189";
}
.tp-weibo:before {
  content: "\f18a";
}
.tp-renren:before {
  content: "\f18b";
}
.tp-pagelines:before {
  content: "\f18c";
}
.tp-stack-exchange:before {
  content: "\f18d";
}
.tp-arrow-circle-o-right:before {
  content: "\f18e";
}
.tp-arrow-circle-o-left:before {
  content: "\f190";
}
.tp-toggle-left:before,
.tp-caret-square-o-left:before {
  content: "\f191";
}
.tp-dot-circle-o:before {
  content: "\f192";
}
.tp-wheelchair:before {
  content: "\f193";
}
.tp-vimeo-square:before {
  content: "\f194";
}
.tp-turkish-lira:before,
.tp-try:before {
  content: "\f195";
}
.tp-plus-square-o:before {
  content: "\f196";
}
.tp-space-shuttle:before {
  content: "\f197";
}
.tp-slack:before {
  content: "\f198";
}
.tp-envelope-square:before {
  content: "\f199";
}
.tp-wordpress:before {
  content: "\f19a";
}
.tp-openid:before {
  content: "\f19b";
}
.tp-institution:before,
.tp-bank:before,
.tp-university:before {
  content: "\f19c";
}
.tp-mortar-board:before,
.tp-graduation-cap:before {
  content: "\f19d";
}
.tp-yahoo:before {
  content: "\f19e";
}
.tp-google:before {
  content: "\f1a0";
}
.tp-reddit:before {
  content: "\f1a1";
}
.tp-reddit-square:before {
  content: "\f1a2";
}
.tp-stumbleupon-circle:before {
  content: "\f1a3";
}
.tp-stumbleupon:before {
  content: "\f1a4";
}
.tp-delicious:before {
  content: "\f1a5";
}
.tp-digg:before {
  content: "\f1a6";
}
.tp-pied-piper-pp:before {
  content: "\f1a7";
}
.tp-pied-piper-alt:before {
  content: "\f1a8";
}
.tp-drupal:before {
  content: "\f1a9";
}
.tp-joomla:before {
  content: "\f1aa";
}
.tp-language:before {
  content: "\f1ab";
}
.tp-fax:before {
  content: "\f1ac";
}
.tp-building:before {
  content: "\f1ad";
}
.tp-child:before {
  content: "\f1ae";
}
.tp-paw:before {
  content: "\f1b0";
}
.tp-spoon:before {
  content: "\f1b1";
}
.tp-cube:before {
  content: "\f1b2";
}
.tp-cubes:before {
  content: "\f1b3";
}
.tp-behance:before {
  content: "\f1b4";
}
.tp-behance-square:before {
  content: "\f1b5";
}
.tp-steam:before {
  content: "\f1b6";
}
.tp-steam-square:before {
  content: "\f1b7";
}
.tp-recycle:before {
  content: "\f1b8";
}
.tp-automobile:before,
.tp-car:before {
  content: "\f1b9";
}
.tp-cab:before,
.tp-taxi:before {
  content: "\f1ba";
}
.tp-tree:before {
  content: "\f1bb";
}
.tp-spotify:before {
  content: "\f1bc";
}
.tp-deviantart:before {
  content: "\f1bd";
}
.tp-soundcloud:before {
  content: "\f1be";
}
.tp-database:before {
  content: "\f1c0";
}
.tp-file-pdf-o:before {
  content: "\f1c1";
}
.tp-file-word-o:before {
  content: "\f1c2";
}
.tp-file-excel-o:before {
  content: "\f1c3";
}
.tp-file-powerpoint-o:before {
  content: "\f1c4";
}
.tp-file-photo-o:before,
.tp-file-picture-o:before,
.tp-file-image-o:before {
  content: "\f1c5";
}
.tp-file-zip-o:before,
.tp-file-archive-o:before {
  content: "\f1c6";
}
.tp-file-sound-o:before,
.tp-file-audio-o:before {
  content: "\f1c7";
}
.tp-file-movie-o:before,
.tp-file-video-o:before {
  content: "\f1c8";
}
.tp-file-code-o:before {
  content: "\f1c9";
}
.tp-vine:before {
  content: "\f1ca";
}
.tp-codepen:before {
  content: "\f1cb";
}
.tp-jsfiddle:before {
  content: "\f1cc";
}
.tp-life-bouy:before,
.tp-life-buoy:before,
.tp-life-saver:before,
.tp-support:before,
.tp-life-ring:before {
  content: "\f1cd";
}
.tp-circle-o-notch:before {
  content: "\f1ce";
}
.tp-ra:before,
.tp-resistance:before,
.tp-rebel:before {
  content: "\f1d0";
}
.tp-ge:before,
.tp-empire:before {
  content: "\f1d1";
}
.tp-git-square:before {
  content: "\f1d2";
}
.tp-git:before {
  content: "\f1d3";
}
.tp-y-combinator-square:before,
.tp-yc-square:before,
.tp-hacker-news:before {
  content: "\f1d4";
}
.tp-tencent-weibo:before {
  content: "\f1d5";
}
.tp-qq:before {
  content: "\f1d6";
}
.tp-wechat:before,
.tp-weixin:before {
  content: "\f1d7";
}
.tp-send:before,
.tp-paper-plane:before {
  content: "\f1d8";
}
.tp-send-o:before,
.tp-paper-plane-o:before {
  content: "\f1d9";
}
.tp-history:before {
  content: "\f1da";
}
.tp-circle-thin:before {
  content: "\f1db";
}
.tp-header:before {
  content: "\f1dc";
}
.tp-paragraph:before {
  content: "\f1dd";
}
.tp-sliders:before {
  content: "\f1de";
}
.tp-share-alt:before {
  content: "\f1e0";
}
.tp-share-alt-square:before {
  content: "\f1e1";
}
.tp-bomb:before {
  content: "\f1e2";
}
.tp-soccer-ball-o:before,
.tp-futbol-o:before {
  content: "\f1e3";
}
.tp-tty:before {
  content: "\f1e4";
}
.tp-binoculars:before {
  content: "\f1e5";
}
.tp-plug:before {
  content: "\f1e6";
}
.tp-slideshare:before {
  content: "\f1e7";
}
.tp-twitch:before {
  content: "\f1e8";
}
.tp-yelp:before {
  content: "\f1e9";
}
.tp-newspaper-o:before {
  content: "\f1ea";
}
.tp-wifi:before {
  content: "\f1eb";
}
.tp-calculator:before {
  content: "\f1ec";
}
.tp-paypal:before {
  content: "\f1ed";
}
.tp-google-wallet:before {
  content: "\f1ee";
}
.tp-cc-visa:before {
  content: "\f1f0";
}
.tp-cc-mastercard:before {
  content: "\f1f1";
}
.tp-cc-discover:before {
  content: "\f1f2";
}
.tp-cc-amex:before {
  content: "\f1f3";
}
.tp-cc-paypal:before {
  content: "\f1f4";
}
.tp-cc-stripe:before {
  content: "\f1f5";
}
.tp-bell-slash:before {
  content: "\f1f6";
}
.tp-bell-slash-o:before {
  content: "\f1f7";
}
.tp-trash:before {
  content: "\f1f8";
}
.tp-copyright:before {
  content: "\f1f9";
}
.tp-at:before {
  content: "\f1fa";
}
.tp-eyedropper:before {
  content: "\f1fb";
}
.tp-paint-brush:before {
  content: "\f1fc";
}
.tp-birthday-cake:before {
  content: "\f1fd";
}
.tp-area-chart:before {
  content: "\f1fe";
}
.tp-pie-chart:before {
  content: "\f200";
}
.tp-line-chart:before {
  content: "\f201";
}
.tp-lastfm:before {
  content: "\f202";
}
.tp-lastfm-square:before {
  content: "\f203";
}
.tp-toggle-off:before {
  content: "\f204";
}
.tp-toggle-on:before {
  content: "\f205";
}
.tp-bicycle:before {
  content: "\f206";
}
.tp-bus:before {
  content: "\f207";
}
.tp-ioxhost:before {
  content: "\f208";
}
.tp-angellist:before {
  content: "\f209";
}
.tp-cc:before {
  content: "\f20a";
}
.tp-shekel:before,
.tp-sheqel:before,
.tp-ils:before {
  content: "\f20b";
}
.tp-meanpath:before {
  content: "\f20c";
}
.tp-buysellads:before {
  content: "\f20d";
}
.tp-connectdevelop:before {
  content: "\f20e";
}
.tp-dashcube:before {
  content: "\f210";
}
.tp-forumbee:before {
  content: "\f211";
}
.tp-leanpub:before {
  content: "\f212";
}
.tp-sellsy:before {
  content: "\f213";
}
.tp-shirtsinbulk:before {
  content: "\f214";
}
.tp-simplybuilt:before {
  content: "\f215";
}
.tp-skyatlas:before {
  content: "\f216";
}
.tp-cart-plus:before {
  content: "\f217";
}
.tp-cart-arrow-down:before {
  content: "\f218";
}
.tp-diamond:before {
  content: "\f219";
}
.tp-ship:before {
  content: "\f21a";
}
.tp-user-secret:before {
  content: "\f21b";
}
.tp-motorcycle:before {
  content: "\f21c";
}
.tp-street-view:before {
  content: "\f21d";
}
.tp-heartbeat:before {
  content: "\f21e";
}
.tp-venus:before {
  content: "\f221";
}
.tp-mars:before {
  content: "\f222";
}
.tp-mercury:before {
  content: "\f223";
}
.tp-intersex:before,
.tp-transgender:before {
  content: "\f224";
}
.tp-transgender-alt:before {
  content: "\f225";
}
.tp-venus-double:before {
  content: "\f226";
}
.tp-mars-double:before {
  content: "\f227";
}
.tp-venus-mars:before {
  content: "\f228";
}
.tp-mars-stroke:before {
  content: "\f229";
}
.tp-mars-stroke-v:before {
  content: "\f22a";
}
.tp-mars-stroke-h:before {
  content: "\f22b";
}
.tp-neuter:before {
  content: "\f22c";
}
.tp-genderless:before {
  content: "\f22d";
}
.tp-facebook-official:before {
  content: "\f230";
}
.tp-pinterest-p:before {
  content: "\f231";
}
.tp-whatsapp:before {
  content: "\f232";
}
.tp-server:before {
  content: "\f233";
}
.tp-user-plus:before {
  content: "\f234";
}
.tp-user-times:before {
  content: "\f235";
}
.tp-hotel:before,
.tp-bed:before {
  content: "\f236";
}
.tp-viacoin:before {
  content: "\f237";
}
.tp-train:before {
  content: "\f238";
}
.tp-subway:before {
  content: "\f239";
}
.tp-medium:before {
  content: "\f23a";
}
.tp-yc:before,
.tp-y-combinator:before {
  content: "\f23b";
}
.tp-optin-monster:before {
  content: "\f23c";
}
.tp-opencart:before {
  content: "\f23d";
}
.tp-expeditedssl:before {
  content: "\f23e";
}
.tp-battery-4:before,
.tp-battery:before,
.tp-battery-full:before {
  content: "\f240";
}
.tp-battery-3:before,
.tp-battery-three-quarters:before {
  content: "\f241";
}
.tp-battery-2:before,
.tp-battery-half:before {
  content: "\f242";
}
.tp-battery-1:before,
.tp-battery-quarter:before {
  content: "\f243";
}
.tp-battery-0:before,
.tp-battery-empty:before {
  content: "\f244";
}
.tp-mouse-pointer:before {
  content: "\f245";
}
.tp-i-cursor:before {
  content: "\f246";
}
.tp-object-group:before {
  content: "\f247";
}
.tp-object-ungroup:before {
  content: "\f248";
}
.tp-sticky-note:before {
  content: "\f249";
}
.tp-sticky-note-o:before {
  content: "\f24a";
}
.tp-cc-jcb:before {
  content: "\f24b";
}
.tp-cc-diners-club:before {
  content: "\f24c";
}
.tp-clone:before {
  content: "\f24d";
}
.tp-balance-scale:before {
  content: "\f24e";
}
.tp-hourglass-o:before {
  content: "\f250";
}
.tp-hourglass-1:before,
.tp-hourglass-start:before {
  content: "\f251";
}
.tp-hourglass-2:before,
.tp-hourglass-half:before {
  content: "\f252";
}
.tp-hourglass-3:before,
.tp-hourglass-end:before {
  content: "\f253";
}
.tp-hourglass:before {
  content: "\f254";
}
.tp-hand-grab-o:before,
.tp-hand-rock-o:before {
  content: "\f255";
}
.tp-hand-stop-o:before,
.tp-hand-paper-o:before {
  content: "\f256";
}
.tp-hand-scissors-o:before {
  content: "\f257";
}
.tp-hand-lizard-o:before {
  content: "\f258";
}
.tp-hand-spock-o:before {
  content: "\f259";
}
.tp-hand-pointer-o:before {
  content: "\f25a";
}
.tp-hand-peace-o:before {
  content: "\f25b";
}
.tp-trademark:before {
  content: "\f25c";
}
.tp-registered:before {
  content: "\f25d";
}
.tp-creative-commons:before {
  content: "\f25e";
}
.tp-gg:before {
  content: "\f260";
}
.tp-gg-circle:before {
  content: "\f261";
}
.tp-tripadvisor:before {
  content: "\f262";
}
.tp-odnoklassniki:before {
  content: "\f263";
}
.tp-odnoklassniki-square:before {
  content: "\f264";
}
.tp-get-pocket:before {
  content: "\f265";
}
.tp-wikipedia-w:before {
  content: "\f266";
}
.tp-safari:before {
  content: "\f267";
}
.tp-chrome:before {
  content: "\f268";
}
.tp-firefox:before {
  content: "\f269";
}
.tp-opera:before {
  content: "\f26a";
}
.tp-internet-explorer:before {
  content: "\f26b";
}
.tp-tv:before,
.tp-television:before {
  content: "\f26c";
}
.tp-contao:before {
  content: "\f26d";
}
.tp-500px:before {
  content: "\f26e";
}
.tp-amazon:before {
  content: "\f270";
}
.tp-calendar-plus-o:before {
  content: "\f271";
}
.tp-calendar-minus-o:before {
  content: "\f272";
}
.tp-calendar-times-o:before {
  content: "\f273";
}
.tp-calendar-check-o:before {
  content: "\f274";
}
.tp-industry:before {
  content: "\f275";
}
.tp-map-pin:before {
  content: "\f276";
}
.tp-map-signs:before {
  content: "\f277";
}
.tp-map-o:before {
  content: "\f278";
}
.tp-map:before {
  content: "\f279";
}
.tp-commenting:before {
  content: "\f27a";
}
.tp-commenting-o:before {
  content: "\f27b";
}
.tp-houzz:before {
  content: "\f27c";
}
.tp-vimeo:before {
  content: "\f27d";
}
.tp-black-tie:before {
  content: "\f27e";
}
.tp-fonticons:before {
  content: "\f280";
}
.tp-reddit-alien:before {
  content: "\f281";
}
.tp-edge:before {
  content: "\f282";
}
.tp-credit-card-alt:before {
  content: "\f283";
}
.tp-codiepie:before {
  content: "\f284";
}
.tp-modx:before {
  content: "\f285";
}
.tp-fort-awesome:before {
  content: "\f286";
}
.tp-usb:before {
  content: "\f287";
}
.tp-product-hunt:before {
  content: "\f288";
}
.tp-mixcloud:before {
  content: "\f289";
}
.tp-scribd:before {
  content: "\f28a";
}
.tp-pause-circle:before {
  content: "\f28b";
}
.tp-pause-circle-o:before {
  content: "\f28c";
}
.tp-stop-circle:before {
  content: "\f28d";
}
.tp-stop-circle-o:before {
  content: "\f28e";
}
.tp-shopping-bag:before {
  content: "\f290";
}
.tp-shopping-basket:before {
  content: "\f291";
}
.tp-hashtag:before {
  content: "\f292";
}
.tp-bluetooth:before {
  content: "\f293";
}
.tp-bluetooth-b:before {
  content: "\f294";
}
.tp-percent:before {
  content: "\f295";
}
.tp-gitlab:before {
  content: "\f296";
}
.tp-wpbeginner:before {
  content: "\f297";
}
.tp-wpforms:before {
  content: "\f298";
}
.tp-envira:before {
  content: "\f299";
}
.tp-universal-access:before {
  content: "\f29a";
}
.tp-wheelchair-alt:before {
  content: "\f29b";
}
.tp-question-circle-o:before {
  content: "\f29c";
}
.tp-blind:before {
  content: "\f29d";
}
.tp-audio-description:before {
  content: "\f29e";
}
.tp-volume-control-phone:before {
  content: "\f2a0";
}
.tp-braille:before {
  content: "\f2a1";
}
.tp-assistive-listening-systems:before {
  content: "\f2a2";
}
.tp-asl-interpreting:before,
.tp-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.tp-deafness:before,
.tp-hard-of-hearing:before,
.tp-deaf:before {
  content: "\f2a4";
}
.tp-glide:before {
  content: "\f2a5";
}
.tp-glide-g:before {
  content: "\f2a6";
}
.tp-signing:before,
.tp-sign-language:before {
  content: "\f2a7";
}
.tp-low-vision:before {
  content: "\f2a8";
}
.tp-viadeo:before {
  content: "\f2a9";
}
.tp-viadeo-square:before {
  content: "\f2aa";
}
.tp-snapchat:before {
  content: "\f2ab";
}
.tp-snapchat-ghost:before {
  content: "\f2ac";
}
.tp-snapchat-square:before {
  content: "\f2ad";
}
.tp-pied-piper:before {
  content: "\f2ae";
}
.tp-first-order:before {
  content: "\f2b0";
}
.tp-yoast:before {
  content: "\f2b1";
}
.tp-themeisle:before {
  content: "\f2b2";
}
.tp-google-plus-circle:before,
.tp-google-plus-official:before {
  content: "\f2b3";
}
.tp-fa:before,
.tp-font-awesome:before {
  content: "\f2b4";
}
.tp-handshake-o:before {
  content: "\f2b5";
}
.tp-envelope-open:before {
  content: "\f2b6";
}
.tp-envelope-open-o:before {
  content: "\f2b7";
}
.tp-linode:before {
  content: "\f2b8";
}
.tp-address-book:before {
  content: "\f2b9";
}
.tp-address-book-o:before {
  content: "\f2ba";
}
.tp-vcard:before,
.tp-address-card:before {
  content: "\f2bb";
}
.tp-vcard-o:before,
.tp-address-card-o:before {
  content: "\f2bc";
}
.tp-user-circle:before {
  content: "\f2bd";
}
.tp-user-circle-o:before {
  content: "\f2be";
}
.tp-user-o:before {
  content: "\f2c0";
}
.tp-id-badge:before {
  content: "\f2c1";
}
.tp-drivers-license:before,
.tp-id-card:before {
  content: "\f2c2";
}
.tp-drivers-license-o:before,
.tp-id-card-o:before {
  content: "\f2c3";
}
.tp-quora:before {
  content: "\f2c4";
}
.tp-free-code-camp:before {
  content: "\f2c5";
}
.tp-telegram:before {
  content: "\f2c6";
}
.tp-thermometer-4:before,
.tp-thermometer:before,
.tp-thermometer-full:before {
  content: "\f2c7";
}
.tp-thermometer-3:before,
.tp-thermometer-three-quarters:before {
  content: "\f2c8";
}
.tp-thermometer-2:before,
.tp-thermometer-half:before {
  content: "\f2c9";
}
.tp-thermometer-1:before,
.tp-thermometer-quarter:before {
  content: "\f2ca";
}
.tp-thermometer-0:before,
.tp-thermometer-empty:before {
  content: "\f2cb";
}
.tp-shower:before {
  content: "\f2cc";
}
.tp-bathtub:before,
.tp-s15:before,
.tp-bath:before {
  content: "\f2cd";
}
.tp-podcast:before {
  content: "\f2ce";
}
.tp-window-maximize:before {
  content: "\f2d0";
}
.tp-window-minimize:before {
  content: "\f2d1";
}
.tp-window-restore:before {
  content: "\f2d2";
}
.tp-times-rectangle:before,
.tp-window-close:before {
  content: "\f2d3";
}
.tp-times-rectangle-o:before,
.tp-window-close-o:before {
  content: "\f2d4";
}
.tp-bandcamp:before {
  content: "\f2d5";
}
.tp-grav:before {
  content: "\f2d6";
}
.tp-etsy:before {
  content: "\f2d7";
}
.tp-imdb:before {
  content: "\f2d8";
}
.tp-ravelry:before {
  content: "\f2d9";
}
.tp-eercast:before {
  content: "\f2da";
}
.tp-microchip:before {
  content: "\f2db";
}
.tp-snowflake-o:before {
  content: "\f2dc";
}
.tp-superpowers:before {
  content: "\f2dd";
}
.tp-wpexplorer:before {
  content: "\f2de";
}
.tp-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.flexslider {
  margin: 0;
}
.flexslider .flex-control-nav {
  bottom: 22px;
}
.flexslider .flex-caption {
  margin: 0;
}
.tp-post-featured {
  color: #f2765b;
}
.tpItemPage *,
.tpItemPage *::before,
.tpItemPage *::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tpItemPage .clearfix::before,
.tpItemPage .clearfix::after {
  content: "";
  display: table;
  line-height: 0;
}
.tpItemPage .reset-heading {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  clear: none;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}
.tpItemPage .tp-item-tools .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.tpItemPage .tp-item-tools .btn {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  box-shadow: none;
}
.tpItemPage .tpArticleMedia {
  display: block;
  margin-bottom: 1.5em;
}
.tpItemPage .tpArticleMedia img {
  width: 100%;
}
.tpItemPage .tpHead {
  margin-bottom: 20px;
}
.tpItemPage .tpHead .tpTitle {
  font-size: 26px;
  line-height: 1.2em;
}
.tpItemPage .tpHead .muted {
  color: #8b8b8b;
}
.tpItemPage .tpHead .tpMeta {
  margin: 10px 0 0;
}
.tpItemPage .tpHead .tpMeta div {
  display: inline-block;
  line-height: 1;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.tpItemPage .tpBody .tpVote {
  display: block;
  line-height: 1;
  vertical-align: middle;
  margin-top: 15px;
}
.tpItemPage .tpBody .tpVote .content_rating a.rating-item {
  color: #ffca28;
}
.tpItemPage .tpBody .tpVote .content_rating .rating > .rating-item:hover span::before,
.tpItemPage .tpBody .tpVote .content_rating .rating > .rating-item:hover ~ a span::before,
.tpItemPage .tpBody .tpVote .content_rating .rating > .voted::before,
.tpItemPage .tpBody .tpVote .content_rating .rating > .rating-item:hover::before,
.tpItemPage .tpBody .tpVote .content_rating .rating > .rating-item:hover ~ .rating-item::before {
  content: "\f005";
  color: #ffca28;
}
.tpItemPage .tpBody .tpVote .content_rating .TzVote-count {
  font-size: 100%;
  vertical-align: text-top;
}
.tpItemPage .tpBody .tpAttachment {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-top: 20px;
}
.tpItemPage .tpBody .tpAttachment .tpAttachment-title {
  margin: 12px 15px;
}
.tpItemPage .tpBody .tpAttachment ul.attachments {
  border-top: 1px solid #ebebeb;
  margin-bottom: 0;
}
.tpItemPage .tpBody .tpAttachment ul.attachments li {
  padding: 8px 15px;
  border-bottom: 1px solid #ebebeb;
}
.tpItemPage .tpBody .tpAttachment ul.attachments li a {
  margin-left: 3px;
}
.tpItemPage .tpBody .tpAttachment ul.attachments li i {
  font-size: 90%;
}
.tpItemPage .tpBody .tpArticleTag {
  margin-top: 15px;
}
.tpItemPage .tpBody .tpArticleTag .title {
  font-weight: bold;
}
.tpItemPage .tpBody .tpArticleExtraField {
  margin-top: 15px;
}
.tpItemPage .tpBody .tpArticleExtraField ul.tpExtraFields li.tp_extrafield-item {
  border-bottom: 1px solid #ebebeb;
}
.tpItemPage .tpBody .tpArticleExtraField ul.tpExtraFields li.tp_extrafield-item div {
  display: inline-block;
}
.tpItemPage .tpBody .tpArticleExtraField ul.tpExtraFields li.tp_extrafield-item .value-list li {
  display: inline-block;
  padding: 0;
  border: none;
  margin-left: 3px;
}
.tpItemPage .tpBody .tpArticleExtraField ul.tpExtraFields li.tp_extrafield-item .value-list li::after {
  content: ",";
}
.tpItemPage .tpBody .tpArticleExtraField ul.tpExtraFields li.tp_extrafield-item .value-list li:last-child::after {
  content: "";
}
.tpItemPage .tpBody .tpPortfolioLink a {
  padding: 15px 0;
  text-align: center;
  display: block;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin: 15px 0 0;
  background: white;
  font-size: 120%;
  font-weight: bold;
}
.tpItemPage .tpBody .tpPortfolioLink a:hover {
  background: #f5f5f5;
}
.tpItemPage .tpAddons {
  margin-top: 15px;
}
.tpItemPage .tpAddons .tpGooglemap {
  border-radius: 3px;
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #ebebeb;
}
.tpItemPage .tpComment {
  margin-top: 15px;
}
.tpItemPage .tpRelated {
  margin-top: 15px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  background: #f9f9f9;
}
.tpItemPage .tpRelated .tpRelatedTitle {
  margin: 12px 15px;
}
.tpItemPage .tpRelated ul.related {
  border-top: 1px solid #ebebeb;
  margin-bottom: 0;
}
.tpItemPage .tpRelated ul.related li {
  padding: 8px 15px;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
}
.tpItemPage .tpRelated ul.related li a {
  margin-left: 3px;
}
.tpItemPage .tpRelated ul.related li i {
  font-size: 90%;
  color: #939393;
}
.tpItemPage .tpArticleAuthor {
  margin-top: 20px;
}
.tpItemPage .tpArticleAuthor h3.tpArticleAuthorTitle {
  border-bottom: 2px solid #d0d0d0;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  margin: 20px 0;
  padding: 10px 0;
  text-transform: uppercase;
}
.tpItemPage .tpArticleAuthor .AuthorAvatar {
  width: 60px;
  height: 60px;
}
.tpItemPage .tpArticleAuthor .AuthorAvatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.tpItemPage .tpArticleAuthor .AuthorAvatar.tp-avatar-default {
  display: table;
  border-radius: 5px;
}
.tpItemPage .tpArticleAuthor .AuthorAvatar.tp-avatar-default .tpSymbol {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}
.tpItemPage .tpArticleAuthor .tpavatar--bg-1 {
  background-color: #ffcdd2;
}
.tpItemPage .tpArticleAuthor .tpavatar--bg-1:hover {
  background-color: #ffcdd2;
}
.tpItemPage .tpArticleAuthor .tpavatar--bg-2 {
  background-color: #e1bee7;
}
.tpItemPage .tpArticleAuthor .tpavatar--bg-2:hover {
  background-color: #e1bee7;
}
.tpItemPage .tpArticleAuthor .tpavatar--bg-3 {
  background-color: #bbdefb;
}
.tpItemPage .tpArticleAuthor .tpavatar--bg-3:hover {
  background-color: #bbdefb;
}
.tpItemPage .tpArticleAuthor .tpavatar--bg-4 {
  background-color: #b2dfdb;
}
.tpItemPage .tpArticleAuthor .tpavatar--bg-4:hover {
  background-color: #b2dfdb;
}
.tpItemPage .tpArticleAuthor .tpavatar--bg-5 {
  background-color: #ffcc80;
}
.tpItemPage .tpArticleAuthor .tpavatar--bg-5:hover {
  background-color: #ffcc80;
}
.tpItemPage .tpArticleAuthor .tpAuthorContainer {
  display: table;
  height: 60px;
}
.tpItemPage .tpArticleAuthor .tpAuthorContainer .tpAuthorInfo {
  margin-right: 10px;
}
.tpItemPage .tpArticleAuthor .tpAuthorContainer .cell-col {
  display: table-cell;
  vertical-align: middle;
}
.tpItemPage .tpArticleAuthor .tpAuthorContainer .SocialLink a {
  color: #8b8b8b;
}
.tpItemPage .tpArticleAuthor .AuthorDescription {
  margin-top: 10px;
}
.pswp .wrapper {
  line-height: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1045;
}
.tplBesley *,
.tplBesley *::before,
.tplBesley *::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tplBesley #portfolio {
  margin-left: -20px;
  margin-right: -20px;
}
.tplBesley .TzLetters {
  padding: 5px 10px;
  border: 1px dashed #ebebeb;
  background: #f9f9f9;
  border-radius: 3px;
}
.tplBesley .TzLetters .nav {
  margin: 0;
}
.tplBesley .TzLetters li a {
  padding: 3px 7px;
}
.tplBesley #tz_options .option-combo {
  margin-top: 10px;
}
.tplBesley #tz_options .option-combo a.btn-default {
  border: 1px solid #ebebeb;
  box-shadow: none;
  background: none;
}
.tplBesley #tz_options .option-combo a.selected {
  background: #f9f9f9;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: none;
}
.tplBesley #tz_options .option-combo a:active {
  outline: none;
}
.tplBesley .element .TzInner {
  padding: 0;
  border: none;
  margin: 20px;
  line-height: inherit;
}
.tplBesley .element .TzInner .TzArticleMedia {
  margin-bottom: 0;
}
.tplBesley .element .TzInner .TzArticleMedia > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.tplBesley .element .TzInner .TzArticleMedia > div .ImageOverlayMg {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.tplBesley .element .TzInner .TzArticleMedia > div .white-rounded {
  background-color: #ffffff;
  border: medium none;
  display: inline-block;
  float: none;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.1);
}
.tplBesley .element .TzInner .TzArticleMedia > div .white-rounded > a {
  color: #222222;
  display: block;
  font-weight: normal;
}
.tplBesley .element .TzInner .TzArticleMedia > div .besley-title {
  display: block;
}
.tplBesley .element .TzInner .TzArticleMedia > div .besley-title .TzPortfolioTitle {
  margin-bottom: 18px;
  text-align: center;
  color: #ffffff;
}
.tplBesley .element .TzInner .TzArticleMedia > div .besley-title .TzPortfolioTitle a {
  color: #ffffff;
}
.tplBesley .element .TzInner .TzArticleMedia > div .iconhover {
  text-align: center;
}
.tplBesley .element .TzInner .TzArticleMedia > div .iconhover span:nth-of-type(1) {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tplBesley .element .TzInner .TzArticleMedia > div .iconhover span:nth-of-type(2) {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tplBesley .element .TzInner .TzPortfolioDescription {
  padding: 15px 20px;
  text-align: center;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 5px solid #ebebeb;
}
.tplBesley .element .TzInner .TzPortfolioDescription .TzPortfolioTitle {
  margin: 0;
  padding: 0;
}
.tplBesley .element .TzInner .TzPortfolioDescription .muted {
  color: #adadad;
  font-size: 90%;
}
.tplBesley .element .TzInner .TzPortfolioDescription .muted a {
  color: #adadad;
}
.tplBesley .element .TzInner .TzPortfolioDescription .tpMeta {
  margin: 5px 0 0;
}
.tplBesley .element .TzInner .TzPortfolioDescription .tpMeta div {
  display: inline-block;
  line-height: 1;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.tplBesley .element .TzInner .TzPortfolioDescription .charity {
  margin-top: 20px;
}
.tplBesley .element .TzInner .TzPortfolioDescription .TzPortfolioIntrotext {
  margin-top: 15px;
}
.tplBesley .element .TzInner .TzPortfolioDescription .TzPortfolioReadmore {
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #1f1f1f;
  background: none;
  margin-top: 15px;
}
.tplBesley .element .TzInner .tp-item-tools {
  margin: 0;
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.9);
  line-height: 100%;
  position: absolute;
  color: #ffffff;
  opacity: 0;
  top: 10px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tplBesley .element .TzInner .tp-item-tools .tp-list-tools {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tplBesley .element .TzInner .tp-item-tools .tp-list-tools li {
  display: inline;
  margin-right: 15px;
}
.tplBesley .element .TzInner .tp-item-tools .tp-list-tools li a {
  font-size: 80%;
  color: #ffffff;
}
.tplBesley .element .TzInner .tp-item-tools .tp-list-tools li:last-child {
  margin-right: 0;
}
.tplBesley .element .TzInner:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}
.tplBesley .element .TzInner:hover .TzPortfolioDescription {
  border-bottom-color: #4396e6;
}
.tplBesley .element .TzInner:hover .TzArticleMedia > div .iconhover span:nth-of-type(1) {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.tplBesley .element .TzInner:hover .TzArticleMedia > div .iconhover span:nth-of-type(2) {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.tplBesley .element .TzInner:hover .TzArticleMedia > div .ImageOverlayMg {
  top: 0;
  opacity: 1;
}
.tplBesley .element .TzInner:hover .tp-item-tools {
  opacity: 1;
}
.tplBesley #tz_append {
  margin: 15px 0;
}
.tplBesley #tz_append a {
  border-color: #ebebeb;
  text-transform: uppercase;
  font-size: 100%;
  font-weight: bold;
  padding: 10px 0;
  background: white;
}
.tpCategories *,
.tpCategories *::before,
.tpCategories *::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tpCategories .reset-heading {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  clear: none;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}
.tpCategories .tpCategoryRow {
  margin: 15px 0;
}
.tpCategories .tpCategory {
  border: 1px solid #ebebeb;
  padding: 20px;
  display: table;
  width: 100%;
}
.tpCategories .tpCategory .tpMedia {
  display: table-cell;
  width: 120px;
  height: 100px;
  padding-right: 20px;
}
.tpCategories .tpCategory .tpMedia img {
  width: 100%;
  height: 100%;
}
.tpCategories .tpCategory .tpInfo {
  display: table-cell;
  vertical-align: middle;
}
.tpCategories .tpCategory .tpInfo h3 {
  margin-bottom: 7px;
}
.tpCategories .tpCategory .tpInfo h3 a {
  font-size: 21px;
}
.tpCategories .tpCategory .tpInfo h3 .collapsed i.tp-caret-up::before {
  content: "\f0d7";
}
.tpTag *,
.tpTag *::before,
.tpTag *::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tpTag .TzTagHeading {
  margin: 20px 0;
}
.tpTag .TzLetters {
  padding: 5px 10px;
  border: 1px dashed #ebebeb;
  background: #f9f9f9;
  border-radius: 3px;
}
.tpTag .TzLetters .nav {
  margin: 0;
}
.tpTag .TzLetters li a {
  padding: 3px 7px;
}
.tpTag .TzItem {
  margin: 20px 0 0;
}
.tpTag .TzItem .reset-heading {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  clear: none;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}
.tpTag .TzItem .tpHead {
  border: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
  padding: 15px;
}
.tpTag .TzItem .tpHead .tpTitle {
  font-size: 21px;
  line-height: 1.2em;
}
.tpTag .TzItem .tpHead .muted {
  color: #8b8b8b;
}
.tpTag .TzItem .tpHead .tpMeta {
  margin: 10px 0 0;
}
.tpTag .TzItem .tpHead .tpMeta div {
  display: inline-block;
  line-height: 1;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.tpTag .TzItem .tpBody {
  border-color: currentcolor #ebebeb #ebebeb;
  border-image: none;
  border-radius: 0 0 3px 3px;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  padding: 15px;
}
.tpTag .TzItem .tpBody .tpArticleMedia {
  display: block;
  margin-bottom: 15px;
}
.tpTag .TzItem .tpBody .tpVote {
  display: block;
  line-height: 1;
  vertical-align: middle;
  margin-top: 15px;
}
.tpTag .TzItem .tpBody .tpVote .content_rating a.rating-item {
  color: #ffca28;
}
.tpTag .TzItem .tpBody .tpVote .content_rating .rating > .rating-item:hover span::before,
.tpTag .TzItem .tpBody .tpVote .content_rating .rating > .rating-item:hover ~ a span::before,
.tpTag .TzItem .tpBody .tpVote .content_rating .rating > .voted::before,
.tpTag .TzItem .tpBody .tpVote .content_rating .rating > .rating-item:hover::before,
.tpTag .TzItem .tpBody .tpVote .content_rating .rating > .rating-item:hover ~ .rating-item::before {
  content: "\f005";
  color: #ffca28;
}
.tpTag .TzItem .tpBody .tpVote .content_rating .TzVote-count {
  font-size: 100%;
  vertical-align: text-top;
}
.tpTag .TzItem .tpBody .tpArticleExtraField {
  margin-top: 15px;
}
.tpTag .TzItem .tpBody .tpArticleExtraField ul.tpExtraFields li.tp_extrafield-item {
  border-bottom: 1px solid #ebebeb;
}
.tpTag .TzItem .tpBody .tpArticleExtraField ul.tpExtraFields li.tp_extrafield-item div {
  display: inline-block;
}
.tpTag .TzItem .tpBody .charity {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-top: 15px;
  padding: 15px;
}
.tpTag .TzItem .tpBody .tpDescription {
  margin-top: 15px;
}
.tpTag .TzItem .tpLink {
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
.tpTag .TzItem .tpLink .TzBlogMedia {
  margin: 0;
}
.tpBlog *,
.tpBlog *::before,
.tpBlog *::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tpBlog .TzLetters {
  padding: 5px 10px;
  border: 1px dashed #ebebeb;
  background: #f9f9f9;
  border-radius: 3px;
}
.tpBlog .TzLetters .nav {
  margin: 0;
}
.tpBlog .TzLetters li a {
  padding: 3px 7px;
}
.tpBlog .tp-item-tools .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.tpBlog .tp-item-tools .btn {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  box-shadow: none;
}
.tpBlog .TzItemsRow .date-group {
  margin: 25px 0 10px;
}
.tpBlog .TzItemsRow .date-group .date {
  background: #ffcc80;
  padding: 5px 10px;
  border-radius: 3px;
  color: white;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.tpBlog .TzItemsRow .TzItem {
  margin: 20px 0 0;
}
.tpBlog .TzItemsRow .TzItem .reset-heading {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  clear: none;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}
.tpBlog .TzItemsRow .TzItem .tpHead {
  border: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
  padding: 15px;
}
.tpBlog .TzItemsRow .TzItem .tpHead .tpTitle {
  font-size: 21px;
  line-height: 1.2em;
}
.tpBlog .TzItemsRow .TzItem .tpHead .muted {
  color: #8b8b8b;
}
.tpBlog .TzItemsRow .TzItem .tpHead .tpMeta {
  margin: 10px 0 0;
}
.tpBlog .TzItemsRow .TzItem .tpHead .tpMeta div {
  display: inline-block;
  line-height: 1;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.tpBlog .TzItemsRow .TzItem .tpBody {
  border-color: currentcolor #ebebeb #ebebeb;
  border-image: none;
  border-radius: 0 0 3px 3px;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  padding: 15px;
}
.tpBlog .TzItemsRow .TzItem .tpBody .tpArticleMedia {
  display: block;
  margin-bottom: 15px;
}
.tpBlog .TzItemsRow .TzItem .tpBody .tpVote {
  display: block;
  line-height: 1;
  vertical-align: middle;
  margin-top: 15px;
}
.tpBlog .TzItemsRow .TzItem .tpBody .tpVote .content_rating a.rating-item {
  color: #ffca28;
}
.tpBlog .TzItemsRow .TzItem .tpBody .tpVote .content_rating .rating > .rating-item:hover span::before,
.tpBlog .TzItemsRow .TzItem .tpBody .tpVote .content_rating .rating > .rating-item:hover ~ a span::before,
.tpBlog .TzItemsRow .TzItem .tpBody .tpVote .content_rating .rating > .voted::before,
.tpBlog .TzItemsRow .TzItem .tpBody .tpVote .content_rating .rating > .rating-item:hover::before,
.tpBlog .TzItemsRow .TzItem .tpBody .tpVote .content_rating .rating > .rating-item:hover ~ .rating-item::before {
  content: "\f005";
  color: #ffca28;
}
.tpBlog .TzItemsRow .TzItem .tpBody .tpVote .content_rating .TzVote-count {
  font-size: 100%;
  vertical-align: text-top;
}
.tpBlog .TzItemsRow .TzItem .tpBody .tpArticleExtraField {
  margin-top: 15px;
}
.tpBlog .TzItemsRow .TzItem .tpBody .tpArticleExtraField ul.tpExtraFields li.tp_extrafield-item {
  border-bottom: 1px solid #ebebeb;
}
.tpBlog .TzItemsRow .TzItem .tpBody .tpArticleExtraField ul.tpExtraFields li.tp_extrafield-item div {
  display: inline-block;
}
.tpBlog .TzItemsRow .TzItem .tpBody .charity {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-top: 15px;
  padding: 15px;
}
.tpBlog .TzItemsRow .TzItem .tpBody .tpDescription {
  margin-top: 15px;
}
.tpBlog .TzItemsRow .TzItem .tpLink {
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
.tpBlog .TzItemsRow .TzItem .tpLink .TzBlogMedia {
  margin: 0;
}
.tpSearch *,
.tpSearch *::before,
.tpSearch *::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tpSearch #searchForm .form-group {
  display: table;
  position: relative;
  border-collapse: separate;
  width: 100%;
}
.tpSearch #searchForm .form-group .form-control {
  display: table-cell;
  width: 100%;
  margin-bottom: 0;
  vertical-align: middle;
  float: left;
  height: auto;
  z-index: 1;
}
.tpSearch #searchForm .form-group .button-group {
  display: table-cell;
  position: absolute;
  white-space: nowrap;
  vertical-align: middle;
  right: 0;
  z-index: 2;
}
.tpSearch .tp-item-tools .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.tpSearch .tp-item-tools .btn {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  box-shadow: none;
}
.tpSearch .TzItemsRow .TzItem {
  margin: 20px 0 0;
}
.tpSearch .TzItemsRow .TzItem .reset-heading {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  clear: none;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}
.tpSearch .TzItemsRow .TzItem .tpHead {
  border: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
  padding: 15px;
}
.tpSearch .TzItemsRow .TzItem .tpHead .tpTitle {
  font-size: 21px;
  line-height: 1.2em;
}
.tpSearch .TzItemsRow .TzItem .tpHead .muted {
  color: #8b8b8b;
}
.tpSearch .TzItemsRow .TzItem .tpHead .tpMeta {
  margin: 10px 0 0;
}
.tpSearch .TzItemsRow .TzItem .tpHead .tpMeta div {
  display: inline-block;
  line-height: 1;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.tpSearch .TzItemsRow .TzItem .tpBody {
  border-color: currentcolor #ebebeb #ebebeb;
  border-image: none;
  border-radius: 0 0 3px 3px;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  padding: 15px;
}
.tpSearch .TzItemsRow .TzItem .tpBody .tpArticleMedia {
  display: block;
  margin-bottom: 15px;
}
.tpSearch .TzItemsRow .TzItem .tpBody .tpVote {
  display: block;
  line-height: 1;
  vertical-align: middle;
  margin-top: 15px;
}
.tpSearch .TzItemsRow .TzItem .tpBody .tpVote .content_rating a.rating-item {
  color: #ffca28;
}
.tpSearch .TzItemsRow .TzItem .tpBody .tpVote .content_rating .rating > .rating-item:hover span::before,
.tpSearch .TzItemsRow .TzItem .tpBody .tpVote .content_rating .rating > .rating-item:hover ~ a span::before,
.tpSearch .TzItemsRow .TzItem .tpBody .tpVote .content_rating .rating > .voted::before,
.tpSearch .TzItemsRow .TzItem .tpBody .tpVote .content_rating .rating > .rating-item:hover::before,
.tpSearch .TzItemsRow .TzItem .tpBody .tpVote .content_rating .rating > .rating-item:hover ~ .rating-item::before {
  content: "\f005";
  color: #ffca28;
}
.tpSearch .TzItemsRow .TzItem .tpBody .tpVote .content_rating .TzVote-count {
  font-size: 100%;
  vertical-align: text-top;
}
.tpSearch .TzItemsRow .TzItem .tpBody .tpArticleExtraField {
  margin-top: 15px;
}
.tpSearch .TzItemsRow .TzItem .tpBody .tpArticleExtraField ul.tpExtraFields li.tp_extrafield-item {
  border-bottom: 1px solid #ebebeb;
}
.tpSearch .TzItemsRow .TzItem .tpBody .tpArticleExtraField ul.tpExtraFields li.tp_extrafield-item div {
  display: inline-block;
}
.tpSearch .TzItemsRow .TzItem .tpBody .charity {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-top: 15px;
  padding: 15px;
}
.tpSearch .TzItemsRow .TzItem .tpBody .tpDescription {
  margin-top: 15px;
}
.tpSearch .TzItemsRow .TzItem .tpLink {
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
.tpSearch .TzItemsRow .TzItem .tpLink .TzBlogMedia {
  margin: 0;
}
.tpUser *,
.tpUser *::before,
.tpUser *::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tpUser .reset-heading {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  clear: none;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}
.tpUser .tp-item-tools .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.tpUser .tp-item-tools .btn {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  box-shadow: none;
}
.tpUser .tpArticleAuthor {
  margin-bottom: 30px;
}
.tpUser .tpArticleAuthor h3.tpArticleAuthorTitle {
  border-bottom: 2px solid #d0d0d0;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  margin: 20px 0;
  padding: 10px 0;
  text-transform: uppercase;
}
.tpUser .tpArticleAuthor .AuthorAvatar {
  width: 60px;
  height: 60px;
}
.tpUser .tpArticleAuthor .AuthorAvatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.tpUser .tpArticleAuthor .AuthorAvatar.tp-avatar-default {
  display: table;
  border-radius: 5px;
}
.tpUser .tpArticleAuthor .AuthorAvatar.tp-avatar-default .tpSymbol {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}
.tpUser .tpArticleAuthor .tpavatar--bg-1 {
  background-color: #ffcdd2;
}
.tpUser .tpArticleAuthor .tpavatar--bg-1:hover {
  background-color: #ffcdd2;
}
.tpUser .tpArticleAuthor .tpavatar--bg-2 {
  background-color: #e1bee7;
}
.tpUser .tpArticleAuthor .tpavatar--bg-2:hover {
  background-color: #e1bee7;
}
.tpUser .tpArticleAuthor .tpavatar--bg-3 {
  background-color: #bbdefb;
}
.tpUser .tpArticleAuthor .tpavatar--bg-3:hover {
  background-color: #bbdefb;
}
.tpUser .tpArticleAuthor .tpavatar--bg-4 {
  background-color: #b2dfdb;
}
.tpUser .tpArticleAuthor .tpavatar--bg-4:hover {
  background-color: #b2dfdb;
}
.tpUser .tpArticleAuthor .tpavatar--bg-5 {
  background-color: #ffcc80;
}
.tpUser .tpArticleAuthor .tpavatar--bg-5:hover {
  background-color: #ffcc80;
}
.tpUser .tpArticleAuthor .tpAuthorContainer {
  display: table;
  height: 60px;
}
.tpUser .tpArticleAuthor .tpAuthorContainer .tpAuthorInfo {
  margin-right: 10px;
}
.tpUser .tpArticleAuthor .tpAuthorContainer .cell-col {
  display: table-cell;
  vertical-align: middle;
}
.tpUser .tpArticleAuthor .tpAuthorContainer .SocialLink a {
  color: #8b8b8b;
}
.tpUser .tpArticleAuthor .AuthorDescription {
  margin-top: 10px;
}
.tpUser .TzItemsRow .TzItem {
  margin: 20px 0 0;
}
.tpUser .TzItemsRow .TzItem .tpHead {
  border: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
  padding: 15px;
}
.tpUser .TzItemsRow .TzItem .tpHead .tpTitle {
  font-size: 21px;
  line-height: 1.2em;
}
.tpUser .TzItemsRow .TzItem .tpHead .muted {
  color: #8b8b8b;
}
.tpUser .TzItemsRow .TzItem .tpHead .tpMeta {
  margin: 10px 0 0;
}
.tpUser .TzItemsRow .TzItem .tpHead .tpMeta div {
  display: inline-block;
  line-height: 1;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.tpUser .TzItemsRow .TzItem .tpBody {
  border-color: currentcolor #ebebeb #ebebeb;
  border-image: none;
  border-radius: 0 0 3px 3px;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  padding: 15px;
}
.tpUser .TzItemsRow .TzItem .tpBody .tpArticleMedia {
  display: block;
  margin-bottom: 15px;
}
.tpUser .TzItemsRow .TzItem .tpBody .tpVote {
  display: block;
  line-height: 1;
  vertical-align: middle;
  margin-top: 15px;
}
.tpUser .TzItemsRow .TzItem .tpBody .tpVote .content_rating a.rating-item {
  color: #ffca28;
}
.tpUser .TzItemsRow .TzItem .tpBody .tpVote .content_rating .rating > .rating-item:hover span::before,
.tpUser .TzItemsRow .TzItem .tpBody .tpVote .content_rating .rating > .rating-item:hover ~ a span::before,
.tpUser .TzItemsRow .TzItem .tpBody .tpVote .content_rating .rating > .voted::before,
.tpUser .TzItemsRow .TzItem .tpBody .tpVote .content_rating .rating > .rating-item:hover::before,
.tpUser .TzItemsRow .TzItem .tpBody .tpVote .content_rating .rating > .rating-item:hover ~ .rating-item::before {
  content: "\f005";
  color: #ffca28;
}
.tpUser .TzItemsRow .TzItem .tpBody .tpVote .content_rating .TzVote-count {
  font-size: 100%;
  vertical-align: text-top;
}
.tpUser .TzItemsRow .TzItem .tpBody .tpArticleExtraField {
  margin-top: 15px;
}
.tpUser .TzItemsRow .TzItem .tpBody .tpArticleExtraField ul.tpExtraFields li.tp_extrafield-item {
  border-bottom: 1px solid #ebebeb;
}
.tpUser .TzItemsRow .TzItem .tpBody .tpArticleExtraField ul.tpExtraFields li.tp_extrafield-item div {
  display: inline-block;
}
.tpUser .TzItemsRow .TzItem .tpBody .charity {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-top: 15px;
  padding: 15px;
}
.tpUser .TzItemsRow .TzItem .tpBody .tpDescription {
  margin-top: 15px;
}
/*# sourceMappingURL=template.css.map */