@charset "UTF-8";
/*!
 *  Font Awesome 4.1.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: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

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

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

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

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

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

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

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

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

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

.fa-question-circle:before {
  content: ""; }

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

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

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

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

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

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

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

.fa-plus-square:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

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

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

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

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

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

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

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

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

.fa-git:before {
  content: ""; }

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

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

/* COLOR PALETTE VARIABLES
   ========================================================================== */
/* BASIC SPACING
   ========================================================================== */
.wrapper {
  width: 77%;
  max-width: 1440px;
  position: relative;
  margin: 0 auto; }

@media screen and (max-width: 1049px) {
  .wrapper {
    width: 90%; } }
/* HARDWARE ACCELERATION
   ========================================================================== */
/* GENERAL HOVER (GENERAL HOVER!)
   ========================================================================== */
/* TRANSLATES FOR ARROWS
   ========================================================================== */
/* SCALEDOWN
   ========================================================================== */
@keyframes scaledown {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes scaledown {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }
/* FADEINSCALE
   ========================================================================== */
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(1.1); }
  to {
    opacity: 1;
    transform: scale(1); } }
@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1); }
  to {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes fadeInScaleUp {
  0% {
    transform: scale(0.9);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes fadeInScaleUp {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
    opacity: 1; } }
/* FADEIN
   ========================================================================== */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
/* SLIDEINDOWN
   ========================================================================== */
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
    opacity: 0; }
  75% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1; } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    transform: translateY(-300px);
    opacity: 0; }
  75% {
    -webkit-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    transform: translateY(-300px); }
  100% {
    opacity: 1; } }
/* SLIDEINUP
   ========================================================================== */
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; } }
/* SLIDEINRIGHT
   ========================================================================== */
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(10em);
    -ms-transform: translateX(10em);
    transform: translateX(10em);
    opacity: 0; }
  75% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 1; } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(10em);
    -ms-transform: translateX(10em);
    transform: translateX(10em);
    opacity: 0; }
  75% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 1; } }
/* FONT-FACES
   ========================================================================== */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Freight';
  src: url("../fonts/FreigSanProLig.eot");
  src: url("../fonts/FreigSanProLig.woff") format("woff"), url("../fonts/FreigSanProLig.ttf") format("truetype"), url("../fonts/FreigSanProLig.svg") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Freight';
  src: url("../fonts/FreigSanProBook.eot");
  src: url("../fonts/FreigSanProBook.woff") format("woff"), url("../fonts/FreigSanProBook.ttf") format("truetype"), url("../fonts/FreigSanProBook.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Freight';
  src: url("../fonts/FreigSanProMed.eot");
  src: url("../fonts/FreigSanProMed.woff") format("woff"), url("../fonts/FreigSanProMed.ttf") format("truetype"), url("../fonts/FreigSanProMed.svg") format("svg");
  font-weight: 500;
  font-style: normal; }
/* GLOBAL TEXT SYLES
   ========================================================================== */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Freight";
  font-size: 1.125em;
  color: #A6A6A6;
  font-weight: 300;
  line-height: 1.5; }

h1 {
  font-family: "Gotham";
  font-size: 2.75em;
  font-weight: 300;
  line-height: 1.2;
  margin: 0; }

h2 {
  font-family: "Gotham";
  font-size: 2.75em;
  font-weight: 300;
  line-height: 1.2;
  margin: 0; }

h3 {
  font-family: "Gotham";
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2; }

h4 {
  font-family: "Freight";
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2; }

p {
  font-family: "Freight";
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 1.3125em; }

a {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  color: #3797D1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

a:hover {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

/* MEDIA QUERIES
========================================================================== */
@media screen and (max-width: 1150px) {
  h1, h2 {
    font-size: 2.0625em; } }
@media screen and (max-width: 400px) {
  h1, h2 {
    font-size: 1.5em; } }
@media screen and (max-width: 640px) {
  h1, h2 {
    font-size: 1.7875em; } }
/* SHAPING
   ========================================================================== */
header {
  height: auto;
  position: relative; }

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-linear-gradient top, transparent 0%, rgba(0, 0, 0, 0.8) 100%;
  background: -ms-linear-gradient top, transparent 0%, rgba(0, 0, 0, 0.8) 100%;
  background: -o-linear-gradient top, transparent 0%, rgba(0, 0, 0, 0.8) 100%;
  background: linear-gradient top, transparent 0%, rgba(0, 0, 0, 0.8) 100%; }

header article, header .tt-home-welcome {
  padding-top: 8.25em;
  color: #fff;
  text-align: center; }

header article p, .main-subtitle {
  max-width: 650px; }

header article a, header .tt-home-welcome a {
  vertical-align: top; }

header .tt-home-welcome a {
  width: 250px; }

.header-button {
  margin-right: 1.3125em; }

.header-is-empty {
  text-align: left;
  background: none; }

.header-is-empty h1 {
  color: #626262; }

.has-cover article p, .has-cover article h1, .has-cover .main-subtitle {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

.subtitle {
  width: 60%;
  max-width: 860px;
  margin: 0 auto 3.9375em auto;
  text-align: center;
  color: #A6A6A6; }

.subtitle-white {
  color: #fff; }

.subtitle-header {
  width: 80%;
  margin: 0.875em auto 1.3125em auto; }

.main-subtitle {
  font-family: "Freight";
  font-size: 1.125em;
  font-weight: 400;
  margin: 1.3125em 0 2.625em 0;
  line-height: 1.5; }

.is-grey {
  color: #626262; }

.is-grey a {
  color: #A6A6A6; }

.is-grey a:hover {
  color: #626262;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

@media screen and (max-width: 720px) {
  header {
    background: url(../images/photos/tt-header-couv-home-alt-720.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

  header article {
    padding-top: 6.25em; }

  header article a:not(:nth-child(1)) {
    margin-left: 0;
    margin-top: 1.3125em; }

  header article h1 {
    width: 90%; }

  .subtitle {
    width: 100%; } }
@media screen and (min-width: 721px) and (max-width: 1280px) {
  header {
    background: url(../images/photos/tt-header-couv-home-alt-1280.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; } }
@media screen and (min-width: 1281px) {
  header {
    background: url(../images/photos/tt-header-couv-home-alt.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; } }
.graph-container {
  display: none;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 300px; }

.graph {
  width: 100%;
  position: absolute;
  top: 300px; }

.graph:nth-child(1) {
  z-index: -10; }

#bg-graph-blue {
  fill: #3797D1;
  opacity: .3; }

#bg-graph-green {
  fill: #61BA6D;
  opacity: .3; }

@media screen and (min-width: 1401px) {
  .graph-container {
    display: block; } }
/* NAV BAR
   ========================================================================== */
.header-menu {
  width: 100%;
  height: 3.7em;
  margin-top: .25em;
  margin-bottom: 0;
  position: absolute;
  z-index: 999; }

.header-menu a {
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6; }

.header-menu > * {
  display: inline;
  padding: 0; }

.header-menu-link {
  margin-left: 2em;
  vertical-align: middle; }

.header-menu .tt-main-logo {
  float: left;
  opacity: .9; }

.header-menu .tt-main-logo:hover {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.header-menu .tt-main-logo img {
  height: 13px;
  width: auto; }

.header-menu-left {
  float: left;
  position: relative; }

.header-menu-left li {
  display: inline-block;
  vertical-align: middle; }

.header-menu-right {
  float: right;
  line-height: 3.4em;
  margin: 0;
  position: relative; }

.header-menu-right .button-sign-white > img {
  margin: 1px 1px 1px 5px; }

.arrow-menu-down {
  margin-left: 10px;
  font-size: 16px; }

.header-menu--white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.header-menu--white .header-menu-link {
  color: #fff;
  opacity: .9;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.header-menu--white .header-menu-link:hover {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.menu-is-grey {
  border-bottom: 1px solid #D8D8D8; }

.menu-is-grey a:hover {
  color: #626262;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.header-menu--plain-white {
  padding: 0 7%;
  position: fixed !important;
  width: 100%;
  left: 0;
  background: #fff;
  margin-top: 0;
  border-bottom: 1px solid #D8D8D8;
  z-index: 999;
  animation: slideInDown .75s ease-in-out;
  -webkit-animation: slideInDown .75s ease-in-out; }

.header-menu--plain-white .header-menu-link {
  color: #A6A6A6;
  -webkit-animation: fadeIn .6s ease-out 1;
  animation: fadeIn .6s ease-out 1; }

.header-menu--plain-white .header-menu-link:hover {
  color: #626262;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.header-menu--plain-white .header-menu-left {
  margin-left: 5%; }

.header-menu--plain-white .header-menu-right {
  margin-right: 5%; }

.header-menu--plain-white .button-sign {
  border: 1px solid #D8D8D8; }

.header-menu--plain-white .button-sign:hover {
  border: 1px solid #A6A6A6; }

.header-menu--plain-white .header-menu-right a,
.header-menu--plain-white .header-menu-left a,
.header-menu--plain-white .button-sign {
  display: inline-block; }

.header-menu--plain-white .dropdown {
  border: 1px solid #D8D8D8;
  left: 19%; }

@media screen and (max-width: 1050px) {
  .header-menu--plain-white {
    display: none; } }
.header-mobile-btn, .header-mobile-menu {
  display: none; }

@media screen and (max-width: 1050px) {
  .header-menu {
    width: 100%; } }
@media screen and (max-width: 1130px) {
  .header-mobile-btn {
    display: inline-block;
    float: right;
    opacity: .8;
    line-height: 64px; }

  .header-mobile-btn--white {
    color: #fff !important;
    opacity: .8; }

  .header-mobile-btn:hover {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

  .header-menu-right, .header-menu-left li {
    display: none; }

  .header-menu-left li:first-child {
    display: inline-block; }

  .header-mobile-menu {
    display: none;
    opacity: 1;
    position: absolute;
    z-index: 999;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 54px;
    width: 100%;
    padding: 10px 0 10px 0;
    margin: 0 auto;
    box-shadow: 0 8px 13px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.06);
    animation: slideInDown .75s ease-in-out;
    -webkit-animation: slideInDown .75s ease-in-out; }

  .header-mobile-menu hr {
    width: 60%;
    opacity: .1; }

  .header-mobile-top, .header-mobile-inside {
    margin-left: 0;
    padding-left: 0;
    text-align: center; }

  .header-mobile-menu li {
    display: block;
    margin: 20px auto; }

  .header-mobile-inside .is-tc-signin {
    height: 50px;
    line-height: 50px;
    background: #61BA6D;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

  .header-mobile-inside .is-tc-signin:hover, .header-mobile-inside .is-tc-signin:active {
    background: #58A963;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

  .header-mobile-inside .is-ta-signin {
    height: 50px;
    line-height: 50px;
    background: #73B6DE;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

  .header-mobile-inside .is-ta-signin:hover, .header-mobile-inside .is-ta-signin:active {
    background: #3797D1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

  .header-mobile-menu li:active {
    background: #3797D1;
    color: #fff; }

  .header-mobile-menu li a {
    margin: 0;
    color: #A6A6A6; }

  .header-mobile-menu li a:hover {
    color: #626262;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

  .header-mobile-menu .is-signin-link, .header-mobile-menu .is-signin-link:hover {
    color: #fff; } }
.contact {
  margin-top: 5.25em;
  margin-bottom: 5.25em;
  height: 300px;
  text-align: center; }

.contact-subtitle {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 0.875em; }

.contact a:nth-child(2) {
  margin-right: 2em; }

@media screen and (max-width: 400px) {
  .contact a:nth-child(2) {
    margin-right: 0; } }
@media screen and (max-width: 720px) {
  .contact-subtitle {
    width: 100%; }

  .contact a {
    margin: 1.3125em 0 0 0; } }
.contact-social {
  color: #626262;
  margin-left: 10px;
  opacity: .5;
  height: 24px; }

.contact-social .fa {
  font-size: 1.5em; }

.contact-social:hover {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.contact-social-container {
  margin-top: 30px; }

footer {
  height: 100px;
  border-top: 1px solid #D8D8D8; }

footer a {
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

footer a:hover {
  color: #626262;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.footer-menu {
  width: 100%;
  margin-bottom: 1em;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  height: 50px;
  line-height: 100px; }

.footer-menu {
  text-align: center; }

.footer-menu > * {
  display: inline;
  padding: 0;
  color: #fff; }

.footer-menu a {
  color: #A6A6A6;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.footer-menu a:hover {
  color: #626262;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.footer-menu ul li a:nth-child(1) {
  margin: 0 1.3125em 0 1.3125em; }

@media screen and (max-width: 720px) {
  .footer-menu li {
    display: inline-block; }

  .footer-menu a {
    color: #A6A6A6;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

  .footer-menu a:hover {
    color: #626262;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; } }
.header-menu-left .dropdown, .dropdown-secondary, .dropdown-ressources, .dropdown-signin {
  display: none;
  position: absolute;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-animation: fadeInScaleUp .3s ease-out;
  animation: fadeInScaleUp .3s ease-out; }

.dropdown ul, .dropdown-secondary ul, .dropdown-ressources ul, .dropdown-signin ul {
  padding: 0; }

.dropdown {
  position: absolute;
  width: 126px;
  left: 50%;
  top: 35px;
  padding: .625em 0 .625em 0;
  margin: 0;
  border: 1px solid #D8D8D8;
  z-index: 10; }

.dropdown-product {
  display: block;
  margin-bottom: .25em; }

.dropdown-product-link {
  margin-left: 1em;
  color: #A6A6A6;
  font-weight: 400; }

.dropdown-product-link:hover {
  color: #626262; }

.dropdown p {
  margin: 0 0 0 1em;
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  color: #626262; }

.dropdown hr {
  width: 80%;
  opacity: .2; }

.dropdown-secondary {
  padding: 1em 0 1em 0;
  width: 80%;
  border: 1px solid #D8D8D8;
  left: 150px;
  top: 42px;
  z-index: 10; }

.dropdown-secondary li {
  display: block;
  padding: 15px 0 15px 0; }

.dropdown-secondary li:last-child {
  margin-bottom: 0; }

.dropdown-secondary li a {
  margin-left: 1em;
  color: #A6A6A6; }

.dropdown-secondary li:hover {
  background: #73B6DE;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.dropdown-secondary li:hover a {
  color: #fff; }

.dropdown-ressources {
  position: absolute;
  top: 54px;
  margin: 0;
  padding: 0;
  padding: .6em;
  border: 1px solid #D8D8D8;
  z-index: 10; }

.dropdown-ressources-row {
  display: block;
  line-height: 1.5; }

.dropdown-ressources-link {
  margin-left: 1em;
  color: #A6A6A6;
  border: none !important; }

.dropdown-ressources-link:hover {
  color: #626262;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.dropdown-signin {
  position: absolute;
  width: 125px;
  left: 78%;
  top: 61px;
  margin: 0;
  padding-left: 0;
  padding: .6em;
  border: 1px solid #D8D8D8;
  z-index: 10; }

.dropdown-signin-row {
  display: block;
  line-height: 1.5; }

.dropdown-signin-link {
  color: #A6A6A6;
  border: none !important; }

.dropdown-signin-row:nth-child(2) .dropdown-signin-link:hover {
  color: #61BA6D;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.dropdown-signin-row:nth-child(1) .dropdown-signin-link:hover {
  color: #3797D1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

/* BUTTONS
   ========================================================================== */
.button-native-blue {
  font-family: "Freight";
  font-weight: 400;
  color: #3797D1;
  text-transform: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-native-blue:hover {
  color: #338CC3;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-sign-white {
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px 0 10px;
  text-align: center;
  line-height: 56px;
  vertical-align: top;
  width: 200px;
  height: 56px;
  border: 1px solid #fff;
  background: transparent;
  display: inline-block;
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px 0 10px;
  text-align: center;
  line-height: 56px;
  vertical-align: top;
  width: 100px;
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-sign-white:hover {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-sign {
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px 0 10px;
  text-align: center;
  line-height: 56px;
  vertical-align: top;
  width: 200px;
  height: 56px;
  border: 1px solid #A6A6A6;
  background: transparent;
  display: inline-block;
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px 0 10px;
  text-align: center;
  line-height: 56px;
  vertical-align: top;
  width: 100px;
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-sign:hover {
  border: 1px solid #626262;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-plain-red {
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px 0 10px;
  text-align: center;
  line-height: 56px;
  vertical-align: top;
  width: 200px;
  height: 56px;
  background: #D64541;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-plain-red:hover {
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px 0 10px;
  text-align: center;
  line-height: 56px;
  vertical-align: top;
  width: 200px;
  height: 56px;
  background: #C0392B;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-plain-red:active {
  -webkit-animation: scaledown .1s ease-out 1;
  animation: scaledown .1s ease-out 1; }

.button-plain-blue {
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px 0 10px;
  text-align: center;
  line-height: 56px;
  vertical-align: top;
  width: 200px;
  height: 56px;
  background: #3797D1;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-plain-blue:active {
  background: #338CC3; }

.button-plain-blue:hover {
  background: #338CC3;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-plain-green {
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px 0 10px;
  text-align: center;
  line-height: 56px;
  vertical-align: top;
  width: 200px;
  height: 56px;
  background: #61BA6D;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-plain-green:active {
  background: #58A963; }

.button-plain-green:hover {
  background: #58A963;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-light {
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px 0 10px;
  text-align: center;
  line-height: 56px;
  vertical-align: top;
  width: 200px;
  height: 56px;
  border: 1px solid #626262;
  color: #626262;
  opacity: .8;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-light:hover {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-light-white {
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px 0 10px;
  text-align: center;
  line-height: 56px;
  vertical-align: top;
  width: 200px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-light-white:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-light-blue {
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px 0 10px;
  text-align: center;
  line-height: 56px;
  vertical-align: top;
  width: 200px;
  height: 56px;
  border: 1px solid #3797D1;
  color: #3797D1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-light-blue:hover {
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px 0 10px;
  text-align: center;
  line-height: 56px;
  vertical-align: top;
  width: 200px;
  height: 56px;
  border: 1px solid #338CC3;
  color: #338CC3;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-light-green {
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px 0 10px;
  text-align: center;
  line-height: 56px;
  vertical-align: top;
  width: 200px;
  height: 56px;
  border: 1px solid #61BA6D;
  color: #61BA6D;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.button-light-green:hover {
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px 0 10px;
  text-align: center;
  line-height: 56px;
  vertical-align: top;
  width: 200px;
  height: 56px;
  border: 1px solid #58A963;
  color: #58A963;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .button-light-white {
    border: 2px solid #fff; }

  .button-light {
    border: 2px solid #626262; } }
/*  SLIDER
   ========================================================================== */
.current-page-blog, .current-page-feature, .current-page-press {
  background: #fff; }

.tt-feature .current-page-feature {
  background: #A6A6A6; }

.current-slide-blog, .current-slide-feature, .current-slide-press, .current-slide-igshots {
  display: block !important;
  -webkit-animation: fadeIn .6s ease-out 1;
  animation: fadeIn .6s ease-out 1; }

.slider-inner-left {
  height: 100%;
  width: 200px;
  position: absolute; }

.slider-inner-right {
  height: 100%;
  width: 200px;
  position: absolute;
  right: 0; }

.slider-btn-next--blog, .slider-btn-prev--blog {
  margin-top: 100%;
  cursor: pointer;
  z-index: 999; }

.slider-btn-next--feature, .slider-btn-prev--feature {
  margin-top: 120%;
  cursor: pointer;
  z-index: 999; }

.slider-btn-next--feature, .slider-btn-prev--feature, .slider-btn-next--blog, .slider-btn-prev--blog {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.tt-feature:hover .slider-btn-prev--feature {
  opacity: 1 !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: translate(3em, 0);
  -ms-transform: translate(3em, 0);
  -o-transform: translate(3em, 0);
  transform: translate(3em, 0); }

.tt-feature:hover .slider-btn-next--feature {
  opacity: 1 !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: translate(-3em, 0);
  -ms-transform: translate(-3em, 0);
  -o-transform: translate(-3em, 0);
  transform: translate(-3em, 0); }

.tt-blog:hover .slider-btn-prev--blog {
  opacity: 1 !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: translate(3em, 0);
  -ms-transform: translate(3em, 0);
  -o-transform: translate(3em, 0);
  transform: translate(3em, 0); }

.tt-blog:hover .slider-btn-next--blog {
  opacity: 1 !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: translate(-3em, 0);
  -ms-transform: translate(-3em, 0);
  -o-transform: translate(-3em, 0);
  transform: translate(-3em, 0); }

.slider-btn-prev--feature, .slider-btn-prev--blog {
  float: left; }

.slider-btn-next--feature, .slider-btn-next--blog {
  float: right; }

.slider-pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center; }

.slider-pagination .slider-pagination-link {
  display: inline-block;
  margin-right: 3px;
  width: 11px;
  height: 11px;
  border-radius: 8px;
  border: 1px #fff solid;
  cursor: pointer; }

.slider-pagination .is-grey {
  border: 1px #A6A6A6 solid; }

@media screen and (max-width: 1199px) {
  .slider-inner-left, .slider-inner-right {
    display: none; } }
/*  TESTIMONIALS
   ========================================================================== */
.testimonials {
  background: #FBFBFB;
  text-align: center; }

@media screen and (min-width: 1280px) {
  .testimonials {
    height: auto; } }
.brand-test-logo {
  padding: 3px;
  opacity: 0.5;
  margin: 2.625em auto 2.625em auto;
  display: inline-block;
  width: 84px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.brand-test-logo:hover {
  opacity: 1; }

.brand-test-logo:nth-child(odd) {
  margin-left: 1.3125em;
  margin-right: 1.3125em; }

.brand-test-logo--active {
  opacity: 1; }

.testimonials-tabs {
  margin-top: 2.625em; }

.testimonials-tab {
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px 0 10px;
  text-align: center;
  line-height: 56px;
  vertical-align: top;
  width: 200px;
  height: 56px;
  float: left;
  vertical-align: top;
  border: 1px solid #A6A6A6;
  color: #626262; }

.testimonials-tab:nth-child(1) {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.testimonials-tab:nth-child(2) {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.testimonials-tab--active {
  background-color: #A6A6A6;
  color: #fff; }

.testimonials-content {
  padding-top: 2.625em; }

.testimonial {
  margin: 2.625em auto 0 auto; }

.tc-testimonials .testimonial {
  margin: 3.9375em auto 3.9375em auto; }

.tc-testimonials .testimonial-brand {
  margin: 2.625em auto 0 auto; }

.testimonial-crea {
  width: 60%;
  margin-left: auto;
  margin-right: auto; }

.testimonial, .testimonials-container--brand, .testimonials-container--crea {
  display: none; }

.testimonial--active, .testimonials-container--active {
  display: block !important;
  -webkit-animation: fadeIn .6s ease-out 1;
  animation: fadeIn .6s ease-out 1; }

.testimonial-icon-quote {
  margin-top: 30px; }

.testimonial-shot {
  opacity: 1;
  width: 30%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.testimonial-quote {
  margin: 0 auto;
  width: 60%;
  color: #626262; }

.testimonial-quote-shot {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2.625em;
  text-align: left; }

.testimonial-quote-text {
  margin-top: 0;
  margin-bottom: 0; }

.testimonial-quote:first-child {
  margin-bottom: 1.3125em; }

.testimonial-name {
  margin: 0; }

@media screen and (max-width: 640px) {
  .testimonials-tabs {
    clear: both; }

  .testimonial-crea {
    width: 90%; }

  .testimonial-quote {
    width: 100%; }

  .testimonial-shot {
    width: 100%;
    margin-bottom: 1.3125em; }

  .testimonial-quote-shot {
    margin-left: 0; } }
.creator-test-face {
  padding: 3px;
  opacity: .5;
  margin: 0 auto;
  display: inline-block;
  width: 84px;
  height: 84px;
  border: 3px solid #626262;
  border-radius: 100%;
  background: #fff;
  background-size: 110%;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.creator-test-face:hover {
  opacity: .8; }

.creator-test-face:nth-child(odd) {
  margin-left: 1.3125em;
  margin-right: 1.3125em; }

.creator-test-face:last-child {
  margin-right: 0; }

.creator-test-face--active {
  opacity: 1; }

/* GLOBAL SETTINGS
   ========================================================================== */
* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  overflow-x: hidden;
  height: 100%; }

li {
  list-style: none;
  display: inline; }

.tt-page-section-default {
  height: 100; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

/* HOME SPECIFICS
   ========================================================================== */
.tt-home {
  height: 600px;
  background-attachment: fixed; }

.tt-home .tt-home-welcome {
  text-align: left;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.tt-offer {
  padding-top: 5.25em;
  padding-bottom: 5.25em; }

.tt-offer-container {
  margin: 0 auto;
  text-align: center; }

.tt-offer-thumbnail {
  display: inline-block; }

.tt-offer-thumbnail:nth-child(2) {
  margin-left: 3.9375em; }

.tt-offer-thumbnail h3 {
  margin: 5px 0 1.3125em 0;
  font-size: 1.125em;
  font-family: "Freight"; }

.tt-offer-thumbnail img {
  width: 100%;
  max-width: 500px;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tt-offer-title {
  margin: 1.3125em 0 0px 0;
  font-size: 1.3em; }

.tt-offer-title--blue {
  color: #3797D1; }

.tt-offer-title--green {
  color: #61BA6D; }

.tt-offer-title span {
  color: #626262;
  font-weight: 500;
  text-transform: uppercase; }

@media screen and (max-width: 640px) {
  .tt-offer .subtitle {
    width: 90%; } }
@media screen and (max-width: 1150px) {
  .tt-offer-thumbnail:nth-child(2) {
    margin-left: 0;
    margin-top: 2.625em; }

  .tt-offer-thumbnail {
    width: 90%; } }
.tt-feature {
  height: 600px;
  display: block;
  background: #FDFDFD;
  border-bottom: 1px solid #FBFBFB;
  border-top: 1px solid #FBFBFB;
  position: relative; }

.tt-feature ul {
  height: 100%;
  padding: 0;
  margin: 0; }

.tt-feature li {
  display: none;
  height: 100%;
  width: 100%;
  padding-top: 4em; }

.tt-feature-text {
  display: inline-block;
  vertical-align: top;
  margin-top: 5.25em;
  max-width: 42%;
  color: #626262;
  -webkit-animation: fadeInScale .3s ease-out 1;
  animation: fadeInScale .3s ease-out 1; }

.tt-feature-text-title {
  margin: 0;
  font-size: 2em; }

.tt-feature-text-subtitle {
  color: #626262; }

.tt-feature-text a:not(:nth-child(1)) {
  margin-left: 2em; }

.tt-feature-shot-container {
  float: right;
  display: inline-block;
  vertical-align: top; }

.tt-feature-shot {
  display: none; }

.tt-feature-slider-container {
  height: 100%; }

.tt-feature-wrapper-slide {
  width: 75%;
  max-width: 1080px;
  margin: 0 auto; }

@media screen and (max-width: 640px) {
  .tt-feature-text-title {
    font-size: 1.5em; }

  .tt-feature-text a:not(:nth-child(1)) {
    margin-left: 0;
    margin-top: 1.3125em; } }
@media screen and (max-width: 1199px) {
  .tt-feature {
    height: 450px; }

  .tt-feature-text {
    text-align: center;
    max-width: 100%;
    margin-top: 0; }

  .tt-feature-text-title {
    width: 100%; }

  .tt-feature-text p {
    width: 100%; } }
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .tt-feature-wrapper-slide {
    width: 85%; }

  .tt-feature .slider-btn-prev--feature {
    display: none; }

  .tt-feature .slider-btn-next--feature {
    display: none; } }
@media screen and (min-width: 1200px) {
  .tt-feature-shot {
    display: inline-block;
    max-width: 100%;
    height: auto; } }
.tt-brands {
  padding-top: 5.25em;
  padding-bottom: 5.25em; }

.has-analytics-border {
  border-top: 2px solid #73B6DE;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.has-connect-border {
  border-top: 2px solid #61BA6D;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.tt-blog {
  height: auto;
  display: block;
  position: relative;
  background-color: #000; }

.tt-blog-slider-container {
  height: 100%; }

.tt-blog-slide {
  display: none; }

.tt-blog ul {
  height: 100%;
  padding: 0;
  margin: 0; }

.tt-blog li {
  display: none;
  height: 100%;
  width: 100%; }

.tt-blog-text {
  padding: 4.5em 0 4.5em 0;
  height: 100%;
  color: #fff;
  -webkit-animation: fadeInScale .3s ease-out 1;
  animation: fadeInScale .3s ease-out 1; }

.tt-blog-text a {
  margin-top: 2.625em;
  margin-left: 0; }

.tt-blog-title {
  margin: 0;
  font-size: 2em; }

@media screen and (max-width: 640px) {
  .tt-blog-text {
    padding: 4.5em 0 4.5em 0;
    height: 100%;
    color: #fff;
    -webkit-animation: fadeInScale .3s ease-out 1;
    animation: fadeInScale .3s ease-out 1; }

  .tt-blog-text a {
    margin-top: 2.625em;
    margin-left: 0; }

  .tt-blog-title {
    width: 100%;
    font-size: 1.5em; } }
@media screen and (max-width: 720px) {
  .tt-blog li {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5)), url(../images/photos/tt-blog-cover-home-720.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; } }
@media screen and (max-width: 1049px) {
  .tt-blog-title {
    margin: 0;
    width: 80%; }

  .blog-section article p {
    width: 80%; } }
@media screen and (min-width: 721px) and (max-width: 1280px) {
  .tt-blog li {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5)), url(../images/photos/tt-blog-cover-home-1280.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; } }
@media screen and (min-width: 1050px) {
  .tt-blog {
    height: 450px; }

  .tt-blog-title {
    margin: 0;
    max-width: 80%;
    max-width: 660px; }

  .tt-blog-subtitle {
    max-width: 60%; } }
@media screen and (min-width: 1281px) {
  .tt-blog li {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5)), url(../images/photos/tt-blog-cover-home.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; } }
/* CONNECT SPECIFICS
   ========================================================================== */
.tc-header {
  height: 600px; }

.tc-header article {
  text-align: left; }

.tt-bar-progress {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  height: 3px;
  width: 0%; }

.tt-tc-bar-progress {
  background: #61BA6D; }

.tt-ta-bar-progress {
  background: #3797D1; }

.tt-bar-progress--visible {
  display: block;
  -webkit-animation: fadeIn .6s ease-out 1;
  animation: fadeIn .6s ease-out 1; }

.tc-brands {
  background: #fff;
  padding-top: 5.25em;
  padding-bottom: 5.25em; }

.tc-brands-buttons {
  width: 100%;
  text-align: center;
  margin-top: 2.625em; }

.tc-brands-buttons a:last-child {
  margin-left: 1.3125em; }

.subtitle-brands {
  width: 70%;
  max-width: 1008px; }

.subtitle-brands p {
  width: 60%;
  margin: 0 auto;
  margin-top: 1.3125em; }

.tc-igshots-slider {
  padding-bottom: 5.25em;
  padding-top: 5.25em;
  border-bottom: 1px solid #FBFBFB;
  position: relative;
  background: #FBFBFB; }

.tc-igshots-slider h2 {
  margin: 0 auto;
  text-align: center;
  width: 75%;
  margin-bottom: 1.3125em; }

.tc-igshots-slider-container {
  max-width: 1120px;
  margin: 0 auto; }

.tc-igshots-slider-begin {
  padding: 0; }

.tc-igshots-slide {
  display: none;
  text-align: center; }

.tc-igshots-slider-content {
  width: 30%;
  text-align: center;
  display: inline-block;
  vertical-align: top; }

.tc-igshots-slider-content:nth-child(2) {
  margin: 0 1.3125em 0 1.3125em; }

.tc-igshots-slider-shot {
  width: 300px;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tc-igshots-slider-btns {
  height: 700px;
  width: 85%;
  max-width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto; }

.tc-igshots-slider-btns-container {
  height: 100%;
  width: 100%;
  position: relative; }

.tc-igshots-slider-btn {
  position: absolute;
  top: 20%;
  transform: translateY(-20%);
  margin-top: 0;
  font-size: 2.5em;
  opacity: .6;
  color: #626262; }

.tc-igshots-slider-btn:first-child {
  left: 0; }

.tc-igshots-slider-btn:last-child {
  right: 0; }

.tc-igshots-slider-btn {
  opacity: .7;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.tc-igshots-slider-btn:hover {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.tc-igshots-slider-btn i {
  color: #626262; }

.tc-igshots-slider-ctas {
  margin: 2.625em auto 0 auto;
  width: 100%;
  text-align: center; }

.tc-igshots-slider-ctas a:last-child {
  margin-left: 1.3125em; }

.tc-subtitle-testimonials {
  margin: 0 auto 1em auto; }

.tc-subtitle-testimonials p {
  margin-top: .7em;
  margin-bottom: 0; }

.tc-testimonials {
  padding-bottom: 5.25em;
  padding-top: 5.25em; }

.tc-testimonials .testimonials-content {
  padding-top: 0; }

.tc-testimonials-tabs {
  margin-bottom: 1em;
  margin-top: 1em; }

.tc-hired {
  padding-bottom: 5.25em;
  padding-top: 5.25em; }

.tc-cr-hired {
  border-bottom: 1px solid #FBFBFB; }

.subtitle-hired {
  width: 70%;
  max-width: 1008px;
  margin-bottom: 0; }

.subtitle-hired p {
  width: 60%;
  margin: 0 auto;
  margin-top: 1.3125em; }

.tc-hired .button-plain-green {
  margin: 5.25em auto 0 auto; }

.tc-hired-ctas {
  text-align: center; }

.tc-hired-ctas .button-plain-green {
  margin: 0 auto;
  margin-right: 1.3125em; }

.tc-hired-customer-logos {
  height: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 200px;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center; }

.tc-hired-logos-container {
  margin: 1.3125em auto 0 auto;
  height: 100%;
  text-align: justify;
  width: 100%;
  vertical-align: middle;
  line-height: 13; }

.tc-hired-logos-container:after {
  content: '';
  display: inline-block;
  width: 100%; }

.tc-hired-logos-container:before {
  content: '';
  display: block; }

.tc-hired-logo {
  padding: 3px;
  margin-right: 10px;
  opacity: 0.5;
  width: 100px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.tc-hired-logo:last-child {
  margin-right: 0; }

.tc-hired-logo img {
  height: 60px;
  width: auto; }

.tc-hired-logo:hover {
  opacity: 1; }

.tc-hired-logo:nth-child(1) {
  margin-left: 0; }

@media screen and (max-width: 445px) {
  .tc-igshots-slider-ctas a:last-child {
    margin-left: 0;
    margin-top: 10px; } }
@media screen and (max-width: 670px) {
  .tc-howto-step {
    width: 100%; }

  .tc-brands-buttons a:last-child {
    margin: 1.3125em 0 0 0; }

  .testimonial-quote {
    width: 100%; }

  .tc-igshots-slider-shot {
    width: 100%; }

  .subtitle-hired {
    width: 100%; }

  .tc-hired {
    padding-bottom: 0; }

  .tc-hired-customer-logos {
    height: auto;
    text-align: center;
    line-height: 0; }

  .tc-hired-logos-container {
    text-align: center;
    line-height: 1.5; }

  .tc-hired-logo img {
    margin-top: 60px; }

  .tc-hired-ctas {
    margin-bottom: 2.625em; }

  .tc-hired-ctas .button-plain-green {
    margin: 0 auto 10px auto; }

  .tc-testimonials-tabs {
    display: none; } }
/* CONNECT/BRANDS SPECIFICS
   ========================================================================== */
.tc-br-header {
  height: 600px;
  background: url(http://totems.co/wp-content/uploads/2014/09/tt-couv-tc-br.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.tc-br-header .header-button {
  margin-left: 1.3125em; }

.tc-br-header h1 {
  margin-bottom: 1.3125em; }

.tc-br-header .main-subtitle {
  margin-top: 0; }

.tc-howto {
  padding-bottom: 5.25em;
  padding-top: 5.25em;
  text-align: center; }

.subtitle-howto {
  width: 60%; }

.tc-howto-steps-container {
  margin: 0 auto;
  text-align: center; }

.tc-howto .button-plain-green {
  display: inline-block;
  margin-top: 5.25em; }

.tc-howto-step {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 20%;
  max-width: 180px; }

.tc-howto-step-number {
  font-size: 55px;
  left: -37px;
  top: -26px;
  color: #626262; }

.tc-howto-step-text {
  display: inline-block;
  color: #626262; }

.tc-br-test-container {
  width: 100%;
  height: 250px; }

.tc-testimonials .testimonial-name {
  font-weight: 500;
  font-family: "Gotham";
  text-transform: uppercase;
  font-size: .9em; }

.tc-br-test-title {
  font-weight: 500;
  font-family: "Gotham";
  text-transform: uppercase;
  font-size: .9em;
  color: #999;
  margin-top: 10px;
  margin-bottom: 3px; }

.tc-br-test-text {
  position: relative;
  font-size: .9em;
  font-family: "Gotham";
  display: inline-block;
  margin-left: 0;
  width: auto;
  min-width: 350px;
  height: 100%;
  padding: 10px;
  background: #E6E6E6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D8D8D8; }

.tc-br-test-shots {
  vertical-align: top;
  text-align: center;
  display: inline-block;
  height: 100%; }

.tc-br-test-shot {
  height: 100%;
  width: auto; }

.tc-br-test-shot:first-child {
  margin: 0 1.3125em 0 1.3125em; }

@media screen and (max-width: 500px) {
  .tc-testimonials .testimonial-faces {
    text-align: center;
    width: 100%; }

  .tc-testimonials .testimonial-faces img {
    width: 75px;
    height: auto; }

  .tc-testimonials .testimonial-faces img:first-child {
    margin-left: 0; }

  .tc-testimonials .testimonial-name {
    margin-bottom: 10px; } }
@media screen and (max-width: 780px) {
  .tc-testimonials .testimonial-crea {
    width: 100%;
    height: auto;
    padding: 10px; }

  .tc-br-test-text {
    width: 100%;
    max-width: 640px;
    min-width: 100%; }

  .tc-br-test-shot {
    width: 100%;
    height: auto;
    max-width: 640px; }

  .tc-br-test-shot:first-child {
    margin: 0;
    margin-bottom: 21px; }

  .tc-testimonials .testimonial-faces {
    padding: 10px; }

  .tc-br-header .header-button {
    margin-left: 0; } }
@media screen and (min-width: 780px) {
  .tc-br-test-text div {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media screen and (max-width: 1080px) {
  .tc-howto {
    margin-bottom: 0; }

  .tc-howto-step {
    width: 60%;
    text-align: center;
    display: block;
    margin: 0 auto; }

  .tc-howto-step-number {
    display: block; }

  .tc-brands-description {
    float: none;
    margin: 0;
    text-align: center;
    width: 100%; }

  .tc-brands-feature-shot {
    display: none; }

  .subtitle-brands, .subtitle-howto, .subtitle-brands p, .subtitle-howto p {
    width: 100%; }

  .tc-igshots-slider-content:nth-child(2), .tc-igshots-slider-content:last-child {
    display: none; }

  .tc-igshots-slider-content {
    width: 100%; }

  .tc-igshots-slider-btns {
    display: none; } }
@media screen and (min-width: 1081px) {
  .tc-howto-step-number {
    position: absolute; }

  .tc-howto-step {
    margin-right: 3.9375em; }

  .tc-howto-step:last-child {
    margin-right: 0; } }
/* CONNECT/CREATORS SPECIFICS
   ========================================================================== */
.tc-cr-header {
  height: 600px;
  background: url(http://totems.co/wp-content/uploads/2014/09/tt-couv-tc.jpg);
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.tc-cr-contact {
  background: #FBFBFB;
  margin: 0;
  padding-bottom: 5.25em;
  padding-top: 5.25em;
  height: auto; }

.tc-cr-header .header-button {
  margin-left: 1.3125em; }

@media screen and (max-width: 640px) {
  .tc-cr-header .header-button {
    margin-left: 0; } }
/* ANALYTICS SPECIFICS
   ========================================================================== */
.ta-header {
  height: 600px;
  text-align: left;
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%; }

.ta-header-welcome {
  position: absolute;
  text-align: left;
  padding-top: 0;
  top: 9.25em;
  z-index: 10; }

.ta-customer-logos {
  background: #FBFBFB; }

.ta-customer-logos-container {
  max-width: 1110px;
  margin: 0 auto; }

.ta-customer-logo {
  opacity: 0.5;
  margin: 0 auto;
  display: inline-block;
  width: 84px;
  height: 84px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.ta-customer-logo:hover {
  opacity: 1; }

.ta-customer-logo:nth-child(odd) {
  margin: 0 10% 0 10%; }

.ta-customer-logo:nth-child(1) {
  margin-left: 0; }

.wrapper-feature {
  text-align: center; }

.ta-feature--active {
  display: block !important;
  animation: slideInRight .6s ease-out backwards;
  -webkit-animation: slideInRight .6s ease-out backwards; }

.ta-features-tabs {
  margin: 5.25em auto 1.3125em auto;
  border-bottom: 1px solid #D8D8D8;
  text-align: center; }

.ta-features-tab {
  margin: 0 20px 0 20px;
  padding-bottom: 20px;
  float: left;
  border-bottom: 4px solid #fff;
  text-align: center; }

.ta-features-tab-link {
  font-weight: 400;
  padding-bottom: 29px;
  border-bottom: 4px solid #fff;
  color: #626262; }

.ta-features-tab:first-child {
  margin-left: 0; }

.ta-features-tab:last-child {
  margin-right: 0; }

.ta-features-tab--active .ta-features-tab-link {
  padding-bottom: 24px;
  color: #3797D1;
  border-bottom: 4px solid #3797D1; }

.ta-features-tab:hover {
  color: #3797D1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.ta-features-tab:hover .ta-features-tab-link {
  padding-bottom: 24px;
  border-bottom: 4px solid #3797D1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.ta-feature {
  position: relative;
  display: none;
  width: 100%;
  max-height: 58em;
  margin: 0 auto;
  padding-bottom: 3.9375em;
  text-align: center;
  border-bottom: 1px solid #FBFBFB; }

.ta-feature:last-child {
  margin-bottom: 0; }

.ta-feature:nth-child(3) img {
  width: 80%; }

.ta-feature-link {
  display: block;
  margin: 0 auto;
  margin-top: 3.9375em; }

.ta-feature-text {
  width: 60%;
  margin: 1.3125em auto 0 auto;
  color: #A6A6A6; }

.ta-feature-shot {
  width: 60%;
  max-width: 660px;
  height: auto;
  margin-top: 2.625em; }

.ta-feature svg {
  width: 100%;
  max-width: 950px;
  height: 600px;
  margin: 2.625em auto 0 auto;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.ta-feature path {
  cursor: pointer; }

.ta-feature path:hover {
  fill: #338CC3;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.tooltip {
  position: absolute;
  display: none;
  max-width: 280px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tooltip p {
  margin: 0;
  width: 100%;
  font-size: 1em; }

@media screen and (max-width: 640px) {
  .ta-header-welcome {
    top: 5.25em; }

  .ta-feature {
    display: block;
    margin-top: 5.25em; }

  .ta-feature-text {
    width: 100%;
    margin: 1.3125em auto 0 auto; }

  .ta-feature-shot {
    width: 100%;
    margin-top: 2.625em; }

  .ta-features-tabs {
    display: none; } }
@media screen and (max-width: 850px) {
  .ta-customer-logo:nth-child(odd) {
    margin: 0; }

  .ta-customer-logos-container {
    text-align: center; } }
@media screen and (max-width: 1159px) {
  .ta-feature svg {
    display: none; }

  .ta-customer-logo:nth-child(odd) {
    margin: 0 1.8375em 0 1.8375em; } }
@media screen and (min-width: 1160px) {
  .ta-feature svg {
    display: block; } }
/* FEATURES SPECIFICS
   ========================================================================== */
.ta-listfeatures {
  height: 600px;
  background: none; }

.ta-listfeatures-welcome {
  margin: 0 auto;
  position: absolute;
  padding-top: 0;
  top: 9.25em;
  color: #626262;
  z-index: 10; }

.ta-listfeatures-chapters {
  height: 80px;
  margin: 2.625em 0 5.25em 0;
  padding: 0;
  border-bottom: 1px solid #D8D8D8; }

.ta-listfeatures-chapters a:hover {
  color: #626262;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.ta-listfeatures-chapters-left {
  float: left;
  padding: 0;
  position: relative; }

.ta-listfeatures-chapters-pagination {
  float: right;
  padding: 0; }

.ta-listfeatures-chapters-left a,
.ta-listfeatures-chapters-pagination a {
  font-family: "Freight";
  font-size: 1em;
  font-weight: 400;
  text-transform: none; }

.ta-listfeatures-list-btn, .ta-listfeatures-chapters-pagination li:nth-child(2) {
  margin-left: 1.3125em; }

.ta-listfeatures-list-btn {
  color: #626262; }

.ta-listfeatures-content .wrapper {
  max-width: 1110px; }

.ta-listfeatures-content .subtitle-features {
  width: 100%;
  max-width: 100%; }

.ta-listfeatures-content .subtitle-features p {
  width: 60%;
  max-width: 860px;
  margin: 1.3125em auto 3.9375em auto; }

.ta-listfeatures-text-right, .ta-listfeatures-text-left {
  border-bottom: 1px solid #D8D8D8;
  height: 500px; }

.ta-listfeatures-description {
  margin-top: 70px; }

.ta-listfeatures-description-text {
  margin-top: 10px; }

.ta-listfeatures-description-title {
  color: #626262;
  margin: 0; }

.ta-listfeatures-description-link {
  margin-top: 2.625em; }

@media screen and (max-width: 720px) {
  .ta-listfeatures-content .subtitle-features {
    margin-top: 2.625em; }

  .ta-listfeatures-content .subtitle-features p {
    width: 100%; }

  .ta-listfeatures-list-btn {
    margin: 0; }

  .ta-listfeatures-text-left .ta-listfeatures-description,
  .ta-listfeatures-text-right .ta-listfeatures-description {
    width: 100% !important; } }
@media screen and (max-width: 900px) {
  .ta-listfeatures-chapters {
    display: none; }

  .ta-listfeatures-chapters-left {
    text-align: center;
    width: 100%;
    margin: 0 auto; }

  .ta-listfeatures-chapters-left > li {
    display: block; } }
@media screen and (max-width: 1195px) {
  .ta-listfeatures-text-left,
  .ta-listfeatures-text-right {
    text-align: center;
    height: 350px; }

  .ta-listfeatures-text-left .ta-listfeatures-description-shot,
  .ta-listfeatures-text-right .ta-listfeatures-description-shot {
    display: none; }

  .ta-listfeatures-text-left .ta-listfeatures-description,
  .ta-listfeatures-text-right .ta-listfeatures-description {
    width: 60%;
    margin: 20% auto 0 auto; }

  .dropdown-secondary {
    left: 30px;
    top: 72px;
    text-align: left; }

  .ta-listfeatures-list-btn::after {
    display: none; } }
@media screen and (min-width: 1196px) {
  .ta-listfeatures-welcome {
    text-align: center;
    width: 70%;
    max-width: 768px;
    left: 0;
    right: 0;
    color: #626262; }

  .ta-listfeatures-text-right, .ta-listfeatures-text-left {
    margin: 5.25em 0 5.25em 0; }

  .ta-listfeatures-description-shot {
    width: 60%;
    max-width: 660px; }

  .ta-listfeatures-text-left .ta-listfeatures-description-shot {
    display: inline-block;
    vertical-align: middle;
    float: right; }

  .ta-listfeatures-text-right .ta-listfeatures-description-shot {
    float: left; }

  .ta-listfeatures-description {
    margin-top: 70px;
    position: relative; }

  .ta-listfeatures-text-left .ta-listfeatures-description {
    display: inline-block;
    vertical-align: middle;
    width: 368px;
    text-align: left;
    float: left; }

  .ta-listfeatures-text-right .ta-listfeatures-description {
    float: right;
    width: 368px;
    text-align: left; } }
@media screen and (max-width: 1400px) {
  .ta-header {
    background: url(../images/photos/ta-header-bg-graph.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; } }
/* ABOUT SPECIFICS
   ========================================================================== */
.tt-about-header {
  height: auto; }

.tt-about-welcome {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center; }

.tt-about-welcome h1 {
  margin-bottom: 0.65625em; }

.team-row {
  display: block;
  margin: 2.625em auto 0 auto;
  width: 80%;
  max-width: 1280px;
  text-align: justify; }

.team-mate {
  display: inline-block;
  width: 350px;
  margin-bottom: 2.625em;
  text-align: left; }

.team-mate-last {
  margin-left: 2.625em; }

.team-mate-ig {
  margin-right: 10px; }

.team-mate-link {
  opacity: .5;
  margin-right: 8px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.team-mate-link:hover {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.team-mate .fa {
  font-size: 1.3em;
  margin-right: 10px;
  color: #626262; }

.team-mate-bio {
  max-height: 150px; }

.team-mate-name {
  margin-top: 0; }

.team-mate-position {
  margin: 10px 0 0 0;
  color: #D8D8D8;
  text-transform: uppercase;
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 500; }

@media screen and (max-width: 835px) {
  .team-row {
    width: 90%; }

  .team-mate-last {
    margin-left: 0; } }
/* PRESS SPECIFICS
   ========================================================================== */
.tt-press-welcome {
  margin: 0 auto;
  color: #626262;
  text-align: center; }

.tt-press-link {
  font-weight: 700;
  color: #fff; }

.tt-press-slider-container {
  height: 400px;
  margin-top: 2.625em;
  display: block;
  position: relative;
  background-image: -o-radial-gradient(ellipse at 72% 100%, #3796d0 16%, #215879 100%);
  background-image: -moz-radial-gradient(ellipse at 72% 100%, #3796d0 16%, #215879 100%);
  background-image: -ms-radial-gradient(ellipse at 72% 100%, #3796d0 16%, #215879 100%);
  background-image: radial-gradient(ellipse at 72% 100%, #3796d0 16%, #215879 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.wrapper-press {
  border-bottom: 1px solid #FBFBFB;
  height: 100%;
  padding-bottom: 5.25em;
  margin-top: 5.25em; }

.tt-press-slider-begin {
  padding: 0; }

.tt-press-slider {
  position: relative; }

.tt-press-slider h2 {
  font-size: 1.5em; }

.tt-press-slide {
  display: none;
  width: 100%;
  height: 100%; }

.tt-press-wrapper-slide {
  width: 75%;
  max-width: 1080px;
  margin: 0 auto; }

.tt-press-text {
  padding-top: 4em;
  padding-left: 0;
  color: #fff;
  -webkit-animation: fadeInScale .3s ease-out 1;
  animation: fadeInScale .3s ease-out 1; }

.tt-press-text-title {
  margin: 0;
  width: 70%;
  font-size: 2em; }

.tt-press-text-subtitle {
  width: 500px; }

.tt-press-mentions h2 {
  font-size: 1.5em; }

.tt-press-customer-logos {
  height: 200px;
  margin-top: 2.625em;
  background: #FBFBFB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 200px;
  text-align: center; }

.tt-press-logos-container {
  margin: 0 auto;
  height: 100%;
  text-align: justify;
  width: 90%;
  vertical-align: middle;
  line-height: 13; }

.tt-press-logos-container:after {
  content: '';
  display: inline-block;
  width: 100%; }

.tt-press-logos-container:before {
  content: '';
  display: block; }

.tt-press-logo {
  padding: 3px;
  opacity: 0.5;
  width: 120px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.tt-press-logo:hover {
  opacity: 1; }

.tt-press-logo:nth-child(1) {
  margin-left: 0; }

.tt-press-kits {
  height: 500px;
  margin-top: 2.625em; }

.tt-press-kits h2 {
  font-size: 1.5em;
  margin-top: 2.625em; }

.tt-press-kit {
  height: 325px;
  width: 44%;
  margin-top: 2.625em;
  padding: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tt-press-kit-pr {
  background-image: -o-radial-gradient(ellipse at 72% 100%, #3796d0 16%, #215879 100%);
  background-image: -moz-radial-gradient(ellipse at 72% 100%, #3796d0 16%, #215879 100%);
  background-image: -ms-radial-gradient(ellipse at 72% 100%, #3796d0 16%, #215879 100%);
  background-image: radial-gradient(ellipse at 72% 100%, #3796d0 16%, #215879 100%);
  float: left; }

.tt-press-kit-branding {
  background: #FBFBFB;
  float: right; }

.tt-press-kit-pr-content {
  color: #fff; }

.tt-press-kit-pr-title {
  margin-top: 0; }

.tt-press-kit-pr-link {
  float: right;
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  color: #fff; }

.tt-press-kit-br-content {
  text-align: center;
  margin-top: 40px; }

.tt-press-kit-br-logo {
  height: 124px;
  vertical-align: middle; }

.tt-press-kit-br-link {
  margin-top: 20px;
  display: block;
  color: #A6A6A6;
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6; }

.fa-download {
  margin-left: 10px; }

@media screen and (max-width: 720px) {
  .tt-press-slider-container {
    height: auto; }

  .tt-press-slider-begin {
    padding: 0; }

  .tt-press-text {
    padding: 1em; }

  .tt-press-text-title {
    margin: 0;
    width: 100%;
    font-size: 2em; }

  .tt-press-text-subtitle {
    width: 100%; } }
@media screen and (max-width: 860px) {
  .tt-press-customer-logos {
    height: auto;
    max-height: 700px; }

  .tt-press-kit {
    width: 100%; } }
@media screen and (max-width: 1050px) {
  .tt-press-kits {
    height: auto; }

  .tt-press-kit {
    display: block;
    height: auto;
    display: block;
    float: none; } }
/* PRICING SPECIFICS
   ========================================================================== */
.ta-pricing-header {
  height: 350px; }

.ta-pricing-welcome {
  text-align: center; }

.subtitle-pricing {
  margin: 1.3125em auto 1.3125em auto; }

.ta-pricing-toggles {
  text-align: center;
  margin-bottom: 2.625em; }

.ta-pricing-toggles-container {
  text-align: center;
  margin-bottom: 0 auto 50px auto;
  display: inline-block; }

.ta-pricing-toggle {
  font-family: "Gotham";
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #A6A6A6;
  padding: 20px;
  display: inline-block;
  color: #D8D8D8;
  float: left;
  border: 1px solid #F8F8F8;
  background: transparent; }

.ta-pricing-toggle:first-child {
  border-radius: 5px 0px 0px 5px; }

.ta-pricing-toggle:last-child {
  border-radius: 0px 5px 5px 0px; }

.ta-pricing-toggle:hover {
  color: #A6A6A6;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.ta-pricing-toggle--active {
  color: #73B6DE;
  background: #F8F8F8; }

.ta-pricing-toggle--active:hover {
  color: #73B6DE; }

.ta-pricing-toggle i {
  margin-right: 10px; }

.ta-pricing-tables {
  overflow: auto;
  display: block;
  height: auto;
  padding-bottom: 20px; }

.ta-pricing-tables-container {
  display: none; }

.ta-pricing-tables--active {
  display: block !important;
  -webkit-animation: fadeIn .6s ease-out 1;
  animation: fadeIn .6s ease-out 1; }

.ta-pricing-table {
  height: 100%;
  float: left;
  width: 22%;
  text-align: center;
  margin-right: 3%; }

.ta-pricing-table-title {
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  margin: 0 auto 21px auto; }

.ta-pricing-table-title > * {
  display: inline-block; }

.ta-pricing-table-title h4 {
  color: #626262;
  margin: 0; }

.ta-pricing-table-title h4 i {
  margin-left: 5px; }

.ta-pricing-rvl-btn {
  cursor: pointer;
  padding-bottom: 10px; }

.ta-pricing-rvl-btn:hover {
  color: #626262; }

.ta-pricing-table-rows {
  height: auto;
  width: 100%;
  display: table;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FBFBFB; }

.ta-pricing-table-row {
  display: table-row;
  height: 60px;
  padding: 0 10px 0 10px; }

.ta-pricing-row-header {
  margin: 0; }

.ta-pricing-row-header h4 {
  margin: 0; }

.ta-pricing-table-cell {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400; }

.ta-pricing-table-cell span {
  display: none; }

.fa-info-circle {
  margin-left: 10px;
  opacity: .5;
  cursor: pointer; }

.fa-info-circle:hover {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.table-separate {
  margin-top: 42px; }

.ta-pricing-table-header-container {
  display: inline-block;
  width: 24%;
  text-align: center; }

.ta-pricing-table-header-container--mobile {
  display: none; }

.ta-pricing-table-header {
  height: 160px;
  background: #fff;
  color: #3797D1;
  display: inline-block; }

.ta-pricing-offer {
  font-size: 1.5em;
  font-family: "Gotham";
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 400;
  color: #626262; }

.ta-pricing-table-header-container:last-child .ta-pricing-offer {
  margin-bottom: 34px; }

.ta-pricing-offer--popular {
  color: #3797D1; }

.ta-pricing-price {
  margin: 0;
  font-weight: 300; }

.ta-pricing-price i {
  font-size: 0.8em;
  vertical-align: top;
  line-height: 36px;
  padding-right: 3px; }

.ta-pricing-price-number {
  display: none; }

.ta-pricing-price-number--active {
  display: inline-block; }

.ta-pricing-price span {
  font-size: 2em;
  font-weight: 300; }

.ta-pricing-text {
  margin: 0; }

.ta-pricing-table-cta {
  margin: 0 0 1.3125em 0; }

.ta-pricing-table-cta-bottom {
  margin: 1.3125em 0 0 0; }

.fa-times {
  opacity: 0; }

.fa-sort-up {
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle; }

.fa-sort-down {
  vertical-align: top; }

.ta-pricing-test {
  margin: 2.625em 0 0 0; }

.ta-pricing-table-first {
  text-align: left; }

.ta-pricing-table-first .ta-pricing-table-rows {
  background: transparent; }

.ta-pricing-table-first .ta-pricing-table-row {
  border-top: none;
  vertical-align: middle; }

.ta-pricing-table-first .ta-pricing-table-cell {
  color: #626262;
  border-bottom: 1px solid #F8F8F8; }

.ta-pricing-table-third .ta-pricing-table-rows {
  background: #73B6DE;
  color: #fff; }

.ta-pricing-table-third .ta-pricing-offer {
  color: inherit; }

.ta-pricing-faq {
  margin-top: 2.625em; }

.ta-pricing-faq-subtitle {
  margin: 2.625em auto 2.625em auto;
  width: 100%; }

.ta-pricing-faq-content {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2.625em;
  -moz-column-gap: 2.625em;
  column-gap: 2.625em;
  background: #FBFBFB;
  padding: 2.625em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.ta-pricing-faq-content h4 {
  color: #626262;
  margin: 0; }

.ta-pricing-faq-content ul li {
  list-style-type: disc;
  display: list-item;
  list-style: disc;
  font-weight: 400;
  font-size: 1.125em;
  margin-bottom: 1.3em; }

.ta-pricing-faq-content strong {
  font-weight: 500; }

@media screen and (max-width: 1050px) {
  .ta-pricing-table-header-container {
    display: none; }

  .ta-pricing-table-header-container--mobile {
    display: block; }

  .ta-pricing-table-cta-bottom {
    display: none; }

  .ta-pricing-list {
    display: none; }

  .ta-pricing-tab {
    display: none; }

  .ta-pricing-list-btn {
    cursor: pointer; }

  .ta-pricing-list-btn:hover a, .ta-pricing-list-btn:selected a {
    color: #626262;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

  .ta-pricing-list-btn::after {
    content: '';
    height: 7px;
    width: 12px;
    position: absolute;
    left: 141px;
    top: 28px;
    opacity: .5;
    background: url(../images/assets/item-arrow-down.svg);
    background-size: 100%;
    background-position: center center; }

  .ta-pricing-tables {
    height: auto; }

  .ta-pricing-table {
    height: auto;
    float: none;
    width: 100%;
    display: block;
    margin: 2.625em auto 0 auto; }

  .ta-pricing-table-cell span {
    display: inline-block; }

  .ta-pricing-table-first {
    display: none; }

  .fa-times, .fa-check {
    margin-left: 10px;
    opacity: 1; }

  .ta-pricing-faq-content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    column-gap: 0; } }
/* BLOG POST SPECIFICS
   ========================================================================== */
.tt-blog-header {
  height: 400px;
  position: relative; }

.tt-blog-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -100; }

.tt-blog-cover--notblur {
  opacity: 1;
  background: url(../images/photos/tt-blog-cover-home.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.tt-blog-cover--blurry {
  opacity: 0;
  background: url(../images/photos/tt-blog-cover-home--blurry.png);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.tt-blog-cover-tech--notblur {
  opacity: 1;
  background: url(../images/photos/tt-blog-cover-tech.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.tt-blog-cover-tech--blurry {
  opacity: 0;
  background: url(../images/photos/tt-blog-cover-tech--blurry.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

@media screen and (max-width: 720px) {
  .tt-blog-cover--notblur {
    opacity: 1;
    background: url(../images/photos/tt-blog-cover-home-720.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

  .tt-blog-cover--blurry,
  .tt-blog-cover-tech--blurry {
    display: none; }

  .tt-blog-cover-tech--notblur {
    opacity: 1;
    background: url(../images/photos/tt-blog-cover-tech-720.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; } }
@media screen and (min-width: 721px) and (max-width: 1280px) {
  .tt-blog-cover--notblur {
    opacity: 1;
    background: url(../images/photos/tt-blog-cover-home-1280.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

  .tt-blog-cover--blurry {
    opacity: 0;
    background: url(../images/photos/tt-blog-cover-home--blurry-1280.png);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

  .tt-blog-cover-tech--notblur {
    opacity: 1;
    background: url(../images/photos/tt-blog-cover-tech-1280.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

  .tt-blog-cover-tech--blurry {
    opacity: 0;
    background: url(../images/photos/tt-blog-cover-tech--blurry-1280.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; } }
@media screen and (min-width: 1281px) and (max-width: 1920px) {
  .tt-blog-cover--notblur {
    opacity: 1;
    background: url(../images/photos/tt-blog-cover-home-1920.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

  .tt-blog-cover--blurry {
    opacity: 0;
    background: url(../images/photos/tt-blog-cover-home--blurry-1920.png);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

  .tt-blog-cover-tech--notblur {
    opacity: 1;
    background: url(../images/photos/tt-blog-cover-tech-1920.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

  .tt-blog-cover-tech--blurry {
    opacity: 0;
    background: url(../images/photos/tt-blog-cover-tech--blurry-1920.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; } }
.tt-blog-welcome {
  padding-top: 9.25em;
  text-align: center; }

.tt-blog-welcome h1 {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

.tt-blog-container {
  margin-top: 5.25em;
  overflow: hidden; }

.tt-blog-wrapper {
  width: 70%; }

@media screen and (max-width: 1049px) {
  .tt-blog-container .tt-blog-wrapper {
    width: 90%; } }
.tt-blog-sidebar {
  display: inline-block;
  width: 25%;
  min-width: 277px;
  border: 1px solid #FBFBFB;
  vertical-align: top;
  float: right;
  height: 100%;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FBFBFB; }

.tt-blog-sidebar:hover {
  border: 1px solid #eaeaea;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.tt-blog-sidebar-title {
  margin: 0 0 1.3125em 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9dc;
  font-size: .9em;
  font-weight: 500; }

.tt-blog-sidebar-subtitle {
  font-weight: 500;
  font-size: 1em;
  color: #A6A6A6; }

.tt-blog-sidebar-list {
  margin: 0;
  padding: 0; }

.tt-blog-sidebar-list li {
  display: block;
  margin: 10px 0 0 10px; }

.widget {
  margin-bottom: 2.625em; }

.widget-title {
  color: #626262;
  margin: 0 0 1.3125em 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9dc;
  font-size: .9em;
  font-weight: 500; }

.widget_categories ul {
  margin: 0;
  padding: 0; }

.widget_categories .cat-item {
  display: block;
  margin: 10px 0 0 10px; }

.widget_categories .cat-item a, .tt-blog-sidebar-list-item a {
  font-weight: 300; }

.tt-blog-sidebar-section {
  margin-bottom: 2.625em; }

#menu-tech-categories {
  padding: 0; }

.tt-blog-custom-tech {
  display: block;
  margin-top: 10px;
  font-weight: initial; }

.tt-blog-sidebar-section-search input {
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #EAEAEA;
  padding-left: 10px;
  font-weight: initial; }

.tt-blog-sidebar-section-search input:focus {
  border: 1px solid #73B6DE;
  color: #626262;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  outline: none; }

.tt-blog-sidebar-section-search input:focus::-webkit-input-placeholder {
  transition: text-indent 0.5s 0.5s ease;
  text-indent: -100%;
  opacity: 1; }

.tt-blog-search-header {
  margin-bottom: 2.625em;
  padding-bottom: 1.3125em;
  border-bottom: 1px solid #FBFBFB; }

.tt-blog-search-header h2 {
  font-size: 1.5em;
  font-weight: 500;
  color: #626262; }

.tt-blog-post-container {
  width: 60%;
  display: inline-block;
  float: left;
  padding-bottom: 10px; }

.tt-blog-post-special {
  margin: 0 auto;
  display: block;
  float: none; }

.tt-blog-post-title {
  font-size: 1.5em;
  font-weight: 500;
  margin: 30px 0 10px 0;
  color: #626262; }

.tt-blog-post h2 {
  font-size: 1.5em;
  font-weight: 500;
  color: #444;
  line-height: 1.5;
  margin: 0 0 15px 0; }

.tt-blog-post-meta {
  color: #A6A6A6; }

.tt-blog-post h3 {
  font-weight: 500;
  font-size: 1.3em;
  color: #444;
  line-height: 1.5;
  margin: 0 0 10px 0; }

.tt-blog-post h4 {
  font-weight: 500;
  font-size: 1.125em;
  color: #444;
  line-height: 1.5;
  margin: 0 0 5px 0; }

.tt-blog-post-summary {
  font-weight: 500; }

.tt-blog-post p {
  color: #626262;
  margin: 0 0 1.3125em 0;
  line-height: 1.75; }

.tt-blog-post strong {
  font-weight: 500; }

.tt-blog-post hr {
  color: #A6A6A6;
  opacity: .2;
  width: 30%;
  margin: 0 auto 30px auto; }

.tt-blog-post blockquote {
  padding: 10px 10px 10px 30px;
  background: #FBFBFB;
  font-style: italic;
  border-radius: 5px; }

.tt-blog-post li {
  color: #626262;
  font-weight: 400;
  display: list-item;
  list-style-type: disc; }

.tt-blog-post img, .tt-blog-post div.wp-caption {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 1.3125em auto;
  text-align: center; }

.tt-blog-post img.img-is-centered {
  width: auto;
  display: block;
  margin: auto; }

.tt-blog-post img.img-on-right {
  width: auto;
  float: right;
  margin-top: 0;
  margin-left: 15px; }

.tt-blog-post img.img-on-left {
  width: auto;
  left: right;
  margin-top: 0;
  margin-right: 15px; }

.tt-blog-post .content-side-to-side {
  overflow: auto; }

.tt-blog-post .wp-caption {
  text-align: center;
  margin: 5px; }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none; }

.wp-caption p.wp-caption-text {
  font-size: 12px;
  margin: 0; }

.tt-blog-post iframe {
  margin: 0 auto; }

.tt-blog-iframe-side {
  width: 48%;
  height: 430px; }

.tt-blog-iframe-side:nth-child(1) {
  float: right; }

.tt-blog-post-shot {
  width: 100%;
  height: auto;
  margin: 1.3125em auto;
  text-align: center; }

.tt-blog-post-shares-container {
  width: 100%;
  margin-bottom: 2.625em;
  margin-top: 3.9375em;
  padding-bottom: 15px;
  text-align: right;
  border-bottom: 1px solid #eaeaea; }

.tt-blog-post-shares-container--left {
  text-align: left; }

.tt-blog-post-shares {
  font-weight: 500;
  color: #626262; }

.tt-blog-post-share {
  font-size: 1.3em;
  margin-left: 10px;
  opacity: .5; }

.tt-blog-post-share i {
  color: #626262; }

.tt-blog-post-share:hover {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.social-counter {
  background: #FBFBFB;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1em;
  color: #626262;
  margin-left: 5px; }

.tt-blog-author {
  background: #FBFBFB;
  overflow: auto;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tt-blog-author-title {
  margin: 0 0 1.3125em 0;
  font-size: .9em;
  font-weight: 500;
  color: #626262; }

.tt-blog-author img {
  padding: 3px;
  opacity: .8;
  float: left;
  display: inline-block;
  margin: 0.65625em auto 0 auto;
  width: 100px;
  height: auto;
  border: 3px solid #626262;
  border-radius: 100%;
  background: #fff;
  background-size: 100%;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.tt-blog-author-bio {
  display: inline-block;
  width: 400px;
  margin-left: 30px;
  vertical-align: middle; }

.tt-blog-author-bio-title {
  margin: 0;
  color: #626262; }

.tt-blog-author-bio-text {
  margin: 0 auto 10px auto; }

.tt-blog-author-bio-link {
  font-weight: 500; }

#mc_embed_signup {
  background: #FBFBFB;
  margin-top: 2.625em;
  margin-bottom: 2.625em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 180px;
  padding: 1.3125em; }

.tt-blog-mail-title {
  font-size: .9em;
  font-weight: 500;
  color: #626262; }

.mc-field-group, .clear {
  float: left;
  display: inline-block; }

.mc-field-group {
  width: 60%;
  margin-right: 1.3125em; }

.mc-field-group input {
  padding-left: 10px;
  height: 50px;
  width: 100%;
  border: 1px solid #D8D8D8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #626262;
  font-weight: initial; }

.mc-field-group input:focus {
  outline: none;
  border: 1px solid #73B6DE; }

.mc-field-group input::-webkit-input-placeholder::before {
  font-family: fontAwesome;
  content: '\f003  ';
  color: #D8D8D8; }

.mc-field-group input::input-placeholder::before {
  font-family: fontAwesome;
  content: '\f003  ';
  color: #D8D8D8; }

.mc-field-group input:focus::-webkit-input-placeholder {
  transition: text-indent 0.5s 0.5s ease;
  text-indent: -100%;
  opacity: 1; }

.clear {
  height: 50px; }

.tt-blog-mail-submit {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
  border: none;
  background: #D8D8D8;
  width: 50px;
  color: #fff;
  line-height: 48px; }

.tt-blog-mail-submit:hover {
  background: #73B6DE;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.tt-blog-mail-submit:active {
  -webkit-animation: scaledown .1s ease-out 1;
  animation: scaledown .1s ease-out 1; }

.tt-blog-mail-submit:focus {
  outline: none;
  border: none; }

.tt-blog-sidebar #mc_embed_signup {
  background: #FBFBFB;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 120px; }

.tt-blog-sidebar .mc-field-group, .clear {
  float: left;
  display: inline-block; }

.tt-blog-sidebar .mc-field-group {
  width: 65%;
  margin-right: 1.3125em; }

.tt-blog-sidebar .mc-field-group input {
  padding-left: 10px;
  height: 50px;
  width: 100%;
  border: 1px solid #D8D8D8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #626262;
  font-weight: initial; }

.tt-blog-sidebar .mc-field-group input:focus {
  outline: none;
  border: 1px solid #73B6DE; }

.tt-blog-sidebar .mc-field-group input::-webkit-input-placeholder::before {
  font-family: fontAwesome;
  content: '\f003  ';
  color: #D8D8D8; }

.tt-blog-sidebar .mc-field-group input::input-placeholder::before {
  font-family: fontAwesome;
  content: '\f003  ';
  color: #D8D8D8; }

.tt-blog-sidebar .mc-field-group input:focus::-webkit-input-placeholder {
  transition: text-indent 0.5s 0.5s ease;
  text-indent: -100%;
  opacity: 1; }

.tt-blog-sidebar .clear {
  height: 50px; }

.tt-blog-sidebar .tt-blog-mail-submit {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
  border: none;
  background: #D8D8D8;
  width: 50px;
  color: #fff;
  line-height: 48px; }

.tt-blog-sidebar .tt-blog-mail-submit:hover {
  background: #73B6DE;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.tt-blog-sidebar .tt-blog-mail-submit:active {
  -webkit-animation: scaledown .1s ease-out 1;
  animation: scaledown .1s ease-out 1; }

.tt-blog-sidebar .tt-blog-mail-submit:focus {
  outline: none;
  border: none; }

.navigation {
  text-align: center;
  margin-bottom: 2.625em; }

.page-numbers {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 10px;
  background: #FBFBFB;
  border: 1px solid #D8D8D8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.page-numbers:hover {
  background: #eaeaea;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

#disqus_thread {
  padding-top: 2.625em;
  border-top: 1px solid #FBFBFB; }

@media screen and (max-width: 640px) {
  .page-numbers {
    display: none; }

  .next {
    display: block;
    width: 50%;
    margin: 0 auto; }

  .tt-blog-author-bio {
    width: 100%;
    margin: 0; }

  .tt-blog-author img {
    float: none;
    margin-bottom: 1.3125em; }

  .tt-blog-post iframe {
    width: 100%;
    height: 450px; } }
@media screen and (max-width: 960px) {
  .tt-blog-post-container {
    width: 100%; }

  .tt-blog-sidebar {
    display: none; } }
@media screen and (min-width: 641px) and (max-width: 960px) {
  .tt-blog-author-bio {
    width: 70%; } }
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .tt-blog-author-bio {
    width: 69%; } }
/* BLOG SPECIFICS
   ========================================================================== */
.tt-blog-post-single {
  width: 100%;
  background: #FBFBFB;
  border: 1px solid #FBFBFB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1.3125em 1.3125em 2.625em 1.3125em;
  margin-bottom: 2.625em; }

.tt-blog-post-single:hover {
  border: 1px solid #eaeaea;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.tt-blog-post-single-title {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 10px; }

.tt-blog-post-single-title-link:hover {
  color: #338CC3;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.tt-blog-post-single-subtitle {
  margin-bottom: 2.625em; }

.tt-blog-post-single-subtitle p {
  font-size: inherit; }

.tt-blog-post-single-meta {
  margin: 0 0 2.625em 0;
  color: #A6A6A6;
  font-weight: 400;
  font-size: 1em; }

.tt-blog-post-single-meta i {
  margin-right: 10px; }

.tt-blog-post-single-meta span:not(:first-child) {
  margin-left: 10px; }

.tt-blog-post-single-meta--allposts {
  margin: 1.3125em 0 0 0; }

.tt-blog-post-single-shot {
  display: inline-block;
  width: 30%;
  height: auto;
  margin-top: 30px;
  margin-right: 40px;
  border: 1px solid #626262;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tt-blog-post-single-text {
  display: inline-block;
  width: 60%;
  vertical-align: top; }

.tt-blog-post-single-link {
  font-weight: 500;
  padding: 15px;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dotted #D8D8D8;
  color: #626262;
  opacity: .8; }

.tt-blog-post-single-link:hover {
  background: #eaeaea;
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.tt-blog-post-single-link i {
  margin-right: 10px; }

.tt-blog-post-single-subtitle {
  color: #626262; }

.tt-blog-posts-pagination-items {
  margin: 0;
  padding: 0;
  text-align: center; }

.tt-blog-posts-pagination-item {
  margin-right: 15px; }

.tt-blog-posts-pagination-number {
  padding: 10px 15px;
  vertical-align: middle;
  background: #FBFBFB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

@media screen and (max-width: 640px) {
  .tt-blog-post-single-shot, .tt-blog-post-single-text {
    width: 100%; } }
/* 404 SPECIFICS
   ========================================================================== */
.tt-header-404 {
  height: 0; }

.tt-404 {
  height: 100%;
  background: url(../images/photos/tt-header-couv-home-alt.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: static; }

.tt-404-content {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.tt-404-content > * {
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

.tt-404-content a {
  text-decoration: underline; }

.tt-404-search {
  margin-bottom: 2.625em; }

.tt-404-search-fieldset {
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  width: 40%;
  margin: 0 auto;
  border-radius: 5px;
  border: none; }

.tt-404-search input {
  width: 100%;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #EAEAEA;
  padding-left: 10px; }

.tt-404-search input:focus {
  color: #626262;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  outline: none; }

.tt-404-search input:active + .tt-404-search-fieldset {
  width: 35%;
  background: red;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.tt-404-search input:focus::-webkit-input-placeholder {
  transition: text-indent 0.5s 0.5s ease;
  text-indent: -100%;
  opacity: 1; }

@media screen and (max-width: 640px) {
  .tt-404-search-fieldset {
    width: 90%; } }
/* BASIC PAGE SPECIFICS
   ========================================================================== */
.tt-page-section-default-cover {
  height: 400px;
  margin-bottom: 2.625em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tt-page-section-default article {
  overflow: auto;
  margin: 0 auto;
  padding: 2.625em 0 2.625em 0;
  max-width: 700px;
  color: #626262; }

.tt-page-section-default ul {
  padding: 0 0 0 1.5em;
  list-style-type: disc; }

.tt-page-section-default ul li {
  display: list-item;
  list-style-type: disc;
  font-weight: 400;
  color: #626262;
  font-size: 1.125em; }

.tt-page-section-default img {
  width: 100%;
  margin-top: 1.3125em; }

.tt-page-section-default blockquote {
  margin: 10px 0;
  padding: 10px;
  background: #FBFBFB;
  font-style: italic;
  font-weight: 400;
  border-radius: 5px; }

.tt-page-section-default iframe {
  height: 720px;
  width: 100%; }

.tt-page-section-default ol {
  counter-reset: item; }

.tt-page-section-default ol li {
  display: block;
  margin-top: 10px; }

.tt-page-section-default ol li p {
  padding-left: 40px; }

.tt-page-section-default ol li h3 {
  padding-left: 40px; }

.tt-page-section-default ol li:before {
  content: counters(item,".") " ";
  counter-increment: item;
  display: block;
  float: left;
  width: 0px;
  color: inherit; }

.tt-page-section-default-title {
  margin-bottom: 10px; }

.tt-page-section-default .has-separator {
  border-bottom: 1px solid #eaeaea; }

.tt-page-section-default .is-centered {
  text-align: center;
  margin: 0 auto; }

.tt-page-section-default .is-wide {
  max-width: 100% !important; }

.tt-page-section-default .has-dark-background {
  padding-left: 2.625em;
  padding-right: 2.625em;
  background: #FBFBFB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.p02 {
  padding-left: 20px; }

.p2 {
  padding-left: 30px; }

.tt-page-section-default td, th {
  padding: 10px;
  border: 1px solid #A6A6A6; }

.side-to-side-content {
  overflow: auto;
  margin: 1.3125em auto 1.3125em auto; }

.img-is-on-right {
  float: right;
  vertical-align: top;
  width: 55% !important; }

.content-is-on-left {
  float: left;
  vertical-align: top;
  width: 42%; }

.img-is-on-left {
  float: left;
  vertical-align: top;
  width: 55% !important; }

.content-is-on-right {
  float: right;
  vertical-align: top;
  width: 42%; }

@media screen and (max-width: 720px) {
  .img-is-on-right, .img-is-on-left, .content-is-on-left, .content-is-on-right {
    width: 100% !important; } }
/* JOBS PAGE SPECIFICS
   ========================================================================== */
.tt-jobs-sections {
  width: 100%;
  text-align: center; }

.tt-jobs-section {
  width: 45%;
  height: 45%;
  border-radius: 5px;
  text-align: center;
  padding: 42px;
  display: inline-block;
  background: #FBFBFB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tt-jobs-section:first-child {
  margin-right: 2.625em; }

.tt-jobs-section h2 {
  font-size: 1.5em;
  color: #626262;
  margin: 1.3125em auto; }

.tt-jobs-section i {
  font-size: 3em; }

@media screen and (max-width: 960px) {
  .tt-jobs-section {
    display: block;
    width: 100%;
    margin: 2.625em auto; } }
/* GUIDE PAGE SPECIFICS
   ========================================================================== */
.tt-guide-welcome {
  text-align: left;
  margin-bottom: 2.625em; }

.tt-guide-welcome h1 {
  margin-bottom: 20px; }

.tt-guide-welcome p {
  text-align: left;
  margin: 0;
  width: 100%; }

.tt-guide-header-container {
  background-color: #FBFBFB !important;
  text-align: left; }

.tt-guide-global {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
  padding-top: 1.3125em;
  border-top: 1px solid #eaeaea; }

.tt-guide-sidebar {
  width: 30%;
  display: inline-block;
  float: left;
  border-right: 1px solid #eaeaea;
  padding: 2.625em 2.625em 2.625em 0; }

.tt-guide-sidebar ul {
  padding: 0 0 1.3125em 0;
  border-bottom: 1px solid #FBFBFB; }

.tt-guide-sidebar ul li {
  display: list-item;
  margin: 1.3125em auto; }

.tt-guide-sidebar p {
  font-size: inherit;
  margin: 0; }

.tt-guide-content {
  display: inline-block;
  float: right;
  width: 65%; }

.tt-guide-content img {
  margin-top: 1.3125em auto;
  width: 100%;
  height: auto; }

.tt-guide-content h3 {
  font-weight: 500;
  color: #626262; }

.tt-guide-content h4 {
  font-weight: 500;
  color: #A6A6A6; }

.tt-guide-content p {
  color: #626262; }

.tt-guide-content .tt-guide-low-screen {
  width: initial;
  height: auto; }

.tt-guide-content iframe {
  max-width: 48%;
  display: inline-block; }

.tt-guide-content ul li {
  display: list-item;
  list-style-type: disc;
  color: #626262;
  font-weight: 400; }

.tt-guide-content ol li {
  display: list-item;
  list-style-type: decimal;
  color: #626262;
  font-weight: 400; }

.tt-guide-nav {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  height: 80px;
  margin: 2.625em auto; }

.tt-guide-nav a:last-child {
  float: right;
  line-height: 70px; }

.tt-guide-nav a:first-child {
  float: left;
  line-height: 70px; }

@media screen and (max-width: 640px) {
  .tt-guide-content iframe {
    max-width: 100%;
    width: 100%;
    height: 450px;
    display: inline-block; } }
@media screen and (max-width: 1050px) {
  .tt-guide-content {
    display: block;
    width: 100%;
    float: none; }

  .tt-guide-sidebar {
    display: block;
    width: 100%;
    float: none; } }
/* SUCCESS PAGE SPECIFICS
   ========================================================================== */
.tt-cuss-page h3 {
  font-weight: 500;
  color: #626262; }

.tt-cuss-page {
  width: 100%; }

.tt-cuss-page img {
  width: 100%;
  height: auto; }

.tt-cuss-iframe-container {
  text-align: center;
  width: 100%; }

.tt-cuss-quote img {
  width: initial;
  max-width: 84px;
  height: auto;
  margin: 0 auto; }

.tt-cuss-quote-content {
  text-align: center;
  background: #FBFBFB;
  padding: 1.3125em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tt-cuss-quote-author {
  font-size: 1em; }

.tt-cuss-results div {
  background: #FBFBFB;
  padding: 1.3125em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tt-cuss-results ul li {
  font-weight: 500;
  color: #626262; }

.tt-cuss-coverlinks {
  height: 350px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FBFBFB;
  display: block;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.tt-cuss-coverlinks img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -m-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20%;
  height: auto;
  min-width: 150px;
  opacity: .8; }

.tt-cuss-coverlinks:hover {
  background: #eaeaea;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

/* MODAL
   ========================================================================== */
.tt-modal {
  width: 50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  background: white;
  margin-top: 100px; }

.tt-modal-title {
  background: #eaeaea;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #CECECE;
  font-weight: 500; }

.tt-modal-shot {
  width: 84%;
  margin-top: 70px; }
