@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Francois+One|Roboto");
/** COLORS **/
/*!
 *  Font Awesome 4.2.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("../stylesheets/sass/fonts/font-awesome/fonts//fontawesome-webfont.eot?v=4.2.0");
  src: url("../stylesheets/sass/fonts/font-awesome/fonts//fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../stylesheets/sass/fonts/font-awesome/fonts//fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../stylesheets/sass/fonts/font-awesome/fonts//fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../stylesheets/sass/fonts/font-awesome/fonts//fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/* 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 {
  animation: fa-spin 2s infinite linear; }

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

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

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

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

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

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

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

.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-remove:before,
.fa-close:before,
.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,
.fa-bar-chart: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: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-buoy: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: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.column, col-12 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .column:last-child, col-12:last-child {
    margin-right: 0; }

@media screen and (max-width: 400px) {
  .container {
    padding: 0; } }

html, body {
  background-color: #F2F2F2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

body {
  font-size: 16px;
  font-weight: 500;
  font-family: Raleway, 'Helvetica Neue', Arial, sans serif;
  color: #505050; }

.container {
  max-width: 840px; }

a {
  transition: all 0.15s linear;
  color: #202020; }
  a:hover {
    opacity: .6; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: inherit;
    color: inherit;
    font-size: inherit; }

i.delim {
  opacity: .6;
  padding: 0 5px;
  font-style: normal; }

.gform_body input, .gform_body textarea {
  max-width: 100% !important; }

.gform_body .top_label input.medium {
  width: 400px !important;
  max-width: 100%; }

.sm-archive ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .sm-archive ul li {
    overflow: hidden;
    margin-bottom: 15px; }
    .sm-archive ul li strong {
      padding: 10px;
      display: block;
      clear: both; }
      .sm-archive ul li strong a {
        width: auto; }
    .sm-archive ul li > a, .sm-archive ul li .emptymonth {
      display: block;
      float: left;
      width: 8.33%;
      padding: 5px 0;
      text-align: center;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #D0101A; }
    .sm-archive ul li > .emptymonth {
      color: #eee; }
    .sm-archive ul li > a {
      color: 666;
      font-weight: bold;
      background: #efefef; }
    .sm-archive ul li > *:last-child {
      border-right: none; }

@media screen and (max-width: 600px) {
  .sm-archive ul {
    padding-left: 0px !important; }
    .sm-archive ul li > a, .sm-archive ul li .emptymonth {
      width: 100%;
      border-bottom: 1px solid #ccc; }
    .sm-archive ul li > .emptymonth {
      color: #eee; }
    .sm-archive ul li > a {
      color: 666;
      font-weight: bold;
      background: #efefef; }
    .sm-archive ul li > *:last-child {
      border-right: none; } }

/* also styled by tease mod */
.sm-article.tease-post .sm-share {
  position: relative;
  bottom: auto;
  right: auto;
  margin-top: -35px;
  padding: 0 55px 10px;
  font-size: 34px; }

.sm-banner {
  color: white;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px; }
  .sm-banner .blurred {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-size: cover;
    z-index: 10;
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px); }
  .sm-banner h1 {
    background: rgba(0, 0, 0, 0.7);
    padding: 50px 20px;
    position: relative;
    z-index: 15;
    font-weight: 100; }

@media screen and (max-width: 600px) {
  .sm-banner {
    margin-bottom: 30px; } }

.sm-categories {
  margin: 20px 0 15px; }
  .sm-categories ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .sm-categories ul li {
      padding: 0;
      margin: 0;
      display: inline-block; }
    .sm-categories ul li {
      margin-right: 8px; }
      .sm-categories ul li:last-child {
        margin-right: 0; }

.sm-comments {
  padding: 0 55px 55px 55px; }

.sm-footer {
  margin: 60px 0 30px;
  text-align: center;
  font-size: 14px;
  position: relative;
  z-index: 99; }
  .sm-footer .copyright {
    font-size: 12px;
    color: #666; }

.sm-gallery .gallery-section {
  margin-bottom: 55px; }
  .sm-gallery .gallery-section:after {
    content: "";
    display: table;
    clear: both; }
  .sm-gallery .gallery-section h1 {
    margin-bottom: 15px; }

.sm-gallery .tile-placement {
  float: left;
  width: 33.3%;
  padding-right: 3px;
  padding-bottom: 3px; }

.sm-gallery .tile {
  background: white;
  height: 250px;
  overflow: hidden;
  position: relative;
  transition: .2s; }
  .sm-gallery .tile .corner-flag {
    background: #D0101A;
    width: 150px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -185px;
    transform: rotate(-45deg);
    transition: 0.4s; }
  .sm-gallery .tile.tatvam .corner-flag {
    background: #FF5B06; }
  .sm-gallery .tile.in-the-moment .corner-flag {
    background: #FE9B08; }
  .sm-gallery .tile .img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #e5e5e5;
    margin-bottom: 16px;
    transition: 0.6s; }
  .sm-gallery .tile h1 {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #151515;
    padding: 15px 5px;
    display: block;
    margin: 0; }
  .sm-gallery .tile.t h1 {
    opacity: 0;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    transition: .9s;
    transition-delay: .4s; }
  .sm-gallery .tile:hover {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 5px 0px; }
    .sm-gallery .tile:hover .corner-flag {
      left: -85px;
      opacity: 1; }
    .sm-gallery .tile:hover .img {
      height: 130%;
      opacity: 1; }
    .sm-gallery .tile:hover.t h1 {
      opacity: 1; }
  .sm-gallery .tile small {
    display: block;
    padding: 0 15px;
    color: #888;
    line-height: 16px; }
    .sm-gallery .tile small p {
      margin: 0; }
  .sm-gallery .tile.xt {
    padding: 30px 20px 20px; }
    .sm-gallery .tile.xt .img {
      display: none; }
    .sm-gallery .tile.xt h1 {
      font-size: 22px; }
    .sm-gallery .tile.xt small {
      font-size: 16px;
      line-height: 22px;
      font-weight: 100; }

.sm-gallery.filtered .tile .corner-flag {
  left: -85px;
  opacity: 1; }

@media screen and (max-width: 820px) {
  .sm-gallery .gallery-row {
    clear: none;
    display: block; }
    .sm-gallery .gallery-row:after {
      display: block;
      clear: none; }
  .sm-gallery .tile-placement {
    width: 50%; } }

@media screen and (max-width: 600px) {
  .sm-gallery .tile-placement {
    width: 100%; }
  .sm-gallery .tile {
    height: auto; }
    .sm-gallery .tile.xt, .sm-gallery .tile.t {
      padding: 0;
      padding-bottom: 20px; }
      .sm-gallery .tile.xt small, .sm-gallery .tile.t small {
        font-size: 16px;
        line-height: 22px;
        font-weight: 100; }
    .sm-gallery .tile.xt {
      padding: 20px 15px 25px; }
    .sm-gallery .tile.t .img {
      display: block;
      height: auto;
      height: 200px; } }

.sm-gallery-selectors ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden; }
  .sm-gallery-selectors ul li {
    padding: 0;
    margin: 0;
    display: inline-block; }
  .sm-gallery-selectors ul li {
    font-weight: bold;
    display: block;
    float: left;
    width: 50%;
    background: white;
    padding: 30px 20px 50px;
    cursor: pointer;
    border-bottom: 10px solid #ececec;
    position: relative;
    transition: opacity .5s;
    transition: .4s; }
    .sm-gallery-selectors ul li h2 {
      font-family: 'Francois One';
      color: black;
      font-weight: bold; }
    .sm-gallery-selectors ul li:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0px;
      right: 0px;
      height: 50px;
      width: 1px;
      background: #f0f0f0; }
    .sm-gallery-selectors ul li:last-child {
      border-right: none; }
    .sm-gallery-selectors ul li.visible.tatvam, .sm-gallery-selectors ul li:hover.tatvam {
      border-bottom-color: #FF5B06; }
    .sm-gallery-selectors ul li.visible.chocolate, .sm-gallery-selectors ul li:hover.chocolate {
      border-bottom-color: #D0101A; }
    .sm-gallery-selectors ul li.visible.in-the-moment, .sm-gallery-selectors ul li:hover.in-the-moment {
      border-bottom-color: #FE9B08; }
    .sm-gallery-selectors ul li.visible.twitter, .sm-gallery-selectors ul li:hover.twitter {
      border-bottom-color: #4099FF; }
    .sm-gallery-selectors ul li.muted {
      opacity: .3; }
    .sm-gallery-selectors ul li small {
      display: block; }
    .sm-gallery-selectors ul li a {
      font-size: 11px;
      line-height: 19px;
      text-decoration: none;
      text-align: center;
      display: block;
      opacity: 0;
      transition: .5s;
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      color: #666; }
    .sm-gallery-selectors ul li:hover {
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 820px) {
  .sm-gallery-selectors ul li {
    width: 100%;
    height: auto; }
    .sm-gallery-selectors ul li h2 {
      margin-bottom: 4px;
      line-height: 24px;
      font-size: 22px; }
    .sm-gallery-selectors ul li a {
      position: relative;
      bottom: auto;
      left: auto;
      margin: 10px 0 5px;
      opacity: 1; } }

.sm-header {
  margin: 40px 0 60px;
  text-align: center;
  position: relative;
  z-index: 99; }
  .sm-header h1 {
    text-transform: uppercase;
    color: #D0101A;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 1px;
    float: right; }
  .sm-header small {
    display: none; }
  .sm-header .sm-menu {
    float: left;
    font-size: 18px;
    padding: 0;
    line-height: 18px;
    display: block; }
    .sm-header .sm-menu ul li {
      border-right: none; }
      .sm-header .sm-menu ul li .mobile-only {
        display: none; }
  .sm-header.with-logo .site-logo {
    display: block;
    float: right;
    outline: none; }
    .sm-header.with-logo .site-logo img {
      height: 49px;
      width: auto;
      display: block; }
  .sm-header.with-logo .sm-menu ul {
    display: block; }
    .sm-header.with-logo .sm-menu ul li {
      line-height: 49px; }
  .sm-header.special-home .sm-menu ul {
    line-height: 47px; }
  .sm-header.special-home h1 {
    font-size: 36px;
    line-height: 47px; }

@media screen and (max-width: 1020px) {
  .sm-header.text-logo h1 {
    font-size: 16px;
    line-height: 40px;
    padding-right: 5px; }
  .sm-header.text-logo .sm-menu ul {
    padding-top: 11px; } }

@media screen and (max-width: 960px) {
  .sm-header, sm-header.with-logo {
    background: #e0e0e0;
    margin-top: 0;
    margin-bottom: 25px; }
    .sm-header.with-logo .site-logo img, sm-header.with-logo.with-logo .site-logo img {
      height: 44px; } }

@media screen and (max-width: 880px) {
  .sm-header .sm-menu ul li a, .sm-header.with-logo .sm-menu ul li a {
    display: none; }
  .sm-header .sm-menu ul li .preserve, .sm-header.with-logo .sm-menu ul li .preserve {
    display: block; }
    .sm-header .sm-menu ul li .preserve i.active, .sm-header.with-logo .sm-menu ul li .preserve i.active {
      opacity: .3; }
  .sm-header .sm-menu ul li .mobile-only, .sm-header.with-logo .sm-menu ul li .mobile-only {
    display: block; }
  .sm-header .sm-menu ul li .desktop-only, .sm-header.with-logo .sm-menu ul li .desktop-only {
    display: none; } }

@media screen and (max-width: 550px) {
  .sm-header.text-logo h1 {
    font-size: 11px;
    line-height: 40px; }
  .sm-header .sm-menu {
    width: 100px; } }

.sm-home {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 98; }
  .sm-home .curtain {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .sm-home .curtain img {
      display: none; }

.page.page-home .sm-header {
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 0;
  width: 100%; }
  .page.page-home .sm-header h1 {
    color: #333; }

.page.page-home .sm-search {
  position: relative;
  z-index: 99;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  opacity: .95; }

.page.page-home .sm-footer {
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%; }

/* Preload images */
body:after {
  content: url(../img/lightbox/close.png) url(../img/lightbox/loading.gif) url(../img/lightbox/prev.png) url(../img/lightbox/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.sm-menu {
  font-size: 13px;
  line-height: 1.5em;
  padding-top: 15px;
  color: #303030;
  text-align: center; }
  .sm-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block; }
    .sm-menu ul li {
      padding: 0;
      margin: 0;
      display: inline-block; }
    .sm-menu ul li {
      border-right: 1px solid #ccc;
      display: block;
      padding: 0 8px;
      float: left; }
      .sm-menu ul li:last-child {
        border-right: none; }
      .sm-menu ul li.xfn {
        transition: .3s; }
      .sm-menu ul li.on {
        opacity: .8; }
      .sm-menu ul li a {
        text-decoration: inherit;
        color: inherit;
        font-size: inherit;
        outline: none; }

.sm-header .sm-menu ul li a.current-menu-item, .sm-header .sm-menu ul li a.current_page_parent {
  border-bottom: 2px solid black;
  padding-bottom: 3px; }

.sm-dropdown-menu {
  display: none !important;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #e5e5e5;
  background: white; }
  .sm-dropdown-menu li {
    padding: 0;
    margin: 0;
    display: inline-block; }
  .sm-dropdown-menu li {
    display: block;
    border-bottom: 1px solid #e5e5e5; }
    .sm-dropdown-menu li a {
      text-decoration: inherit;
      color: inherit;
      font-size: inherit;
      display: block;
      padding: 15px; }
  .sm-dropdown-menu.visible {
    display: none !important; }

@media screen and (max-width: 880px) {
  .sm-dropdown-menu.visible {
    display: block !important; } }

.sm-pagination {
  font-size: 18px;
  font-weight: bold;
  color: black;
  text-align: right;
  margin-top: -10px; }
  .sm-pagination a {
    text-decoration: inherit;
    color: inherit;
    font-size: inherit; }
  .sm-pagination .next, .sm-pagination .prev {
    display: inline-block; }
  .sm-pagination .prev {
    padding-right: 5px;
    float: left; }
  .sm-pagination ul {
    display: inline-block;
    padding-right: 5px;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .sm-pagination ul li {
      padding: 0;
      margin: 0;
      display: inline-block; }
    .sm-pagination ul li {
      margin-right: 5px; }
      .sm-pagination ul li span {
        color: #909090; }

.sm-post-body {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em; }
  .sm-post-body h1, .sm-post-body h2, .sm-post-body h3, .sm-post-body h4, .sm-post-body h5, .sm-post-body h6 {
    margin: 1.5em 0;
    font-weight: 500;
    color: #202020; }
  .sm-post-body h1 {
    font-size: 33px; }
  .sm-post-body h2 {
    font-size: 30px; }
  .sm-post-body h3 {
    font-size: 27px; }
  .sm-post-body h4 {
    font-size: 24px; }
  .sm-post-body h5 {
    font-size: 23px; }
  .sm-post-body h6 {
    font-size: 20px; }
  .sm-post-body p {
    margin: 1.5em 0; }
  .sm-post-body blockquote {
    font-size: 16px;
    line-height: 1.8em;
    border-left: 5px solid #f0f0f0;
    padding-left: 25px;
    margin-left: 1em; }
  .sm-post-body img {
    max-width: 100%;
    height: auto !important; }
  .sm-post-body > p > img {
    width: 100% !important; }
    .sm-post-body > p > img.aligncenter, .sm-post-body > p > img.alignleft, .sm-post-body > p > img.alignright {
      width: auto !important; }
  .sm-post-body img.aligncenter {
    display: block;
    margin-left: auto; }
  .sm-post-body .wp-caption {
    max-width: 100%; }
    .sm-post-body .wp-caption sup {
      display: inline-block; }
    .sm-post-body .wp-caption a {
      display: block; }
    .sm-post-body .wp-caption img {
      display: block; }
    .sm-post-body .wp-caption .wp-caption-text {
      margin: 5px 0 0;
      font-size: 12px;
      line-height: 18px;
      font-style: italic;
      color: #999; }
  .sm-post-body figure {
    display: block; }
    .sm-post-body figure figcaption {
      margin: 5px 0 0;
      font-size: 12px;
      line-height: 18px;
      font-style: italic;
      color: #999;
      width: 100%;
      display: block; }
  .sm-post-body .alignleft img, .sm-post-body .alignright img, .sm-post-body .aligncenter img, .sm-post-body .alignnone img {
    width: 100%;
    display: block; }
  .sm-post-body .alignleft {
    float: left;
    margin-right: 25px; }
  .sm-post-body .alignright {
    float: right;
    margin-left: 25px; }
  .sm-post-body .aligncenter {
    margin: 0 auto; }
  .sm-post-body .alignnone {
    display: block;
    width: auto !important;
    margin-left: -55px;
    margin-right: -55px;
    max-width: none; }
    .sm-post-body .alignnone .wp-caption-text {
      margin: 10px 0 0;
      font-size: 14px;
      line-height: 22px;
      padding: 0 55px; }
  .sm-post-body img.alignnone {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important; }
  .sm-post-body hr {
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 5px solid #f0f0f0; }
  .sm-post-body iframe, .sm-post-body object {
    width: 100% !important; }
  .sm-post-body ol.footnotes {
    font-size: 15px;
    padding-leflt: 22px; }
    .sm-post-body ol.footnotes p {
      margin: 2px 0; }

@media screen and (max-width: 600px) {
  .sm-post-body ul, .sm-post-body ol {
    padding-left: 15px; }
  .sm-post-body blockquote {
    padding-left: 15px;
    font-size: 16px;
    margin-left: 5px; }
  .sm-post-body ol.footnotes {
    font-size: 12px;
    line-height: 13px; } }

.sm-search {
  background: white;
  overflow: Hidden;
  clear: both;
  position: relative;
  margin-bottom: 35px;
  display: none; }
  .sm-search input {
    border: none;
    outline: none;
    padding: 15px 200px 15px 20px;
    width: 100%;
    color: #555;
    font-size: 20px;
    height: 54px; }
  .sm-search button {
    border: none;
    background: #f15a22;
    color: white;
    padding: 17px 25px;
    position: absolute;
    right: 0;
    top: 0;
    height: 54px; }

.sm-share {
  font-size: 24px;
  color: #bfbfbf; }
  .sm-share ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .sm-share ul li {
      padding: 0;
      margin: 0;
      display: inline-block; }
    .sm-share ul li {
      margin-right: 6px;
      /*social media color: http://designpieces.com/2012/12/social-media-colours-hex-and-rgb/ */ }
      .sm-share ul li:last-child {
        margin-right: 0; }
      .sm-share ul li a {
        text-decoration: inherit;
        color: inherit;
        font-size: inherit; }
        .sm-share ul li a:hover {
          opacity: 1; }
      .sm-share ul li.facebook a:hover {
        color: #3B5998; }
      .sm-share ul li.twitter a:hover {
        color: #4099FF; }
      .sm-share ul li.instagram a:hover {
        color: #517fa4; }
      .sm-share ul li.reddit a:hover {
        color: #ff4500; }
      .sm-share ul li.gplus a:hover {
        color: #D34836; }
      .sm-share ul li.pinterest a:hover {
        color: #cb2027; }
      .sm-share ul li.mail a:hover {
        color: #333; }

.discuss-on-twitter-button {
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 1px 0px;
  padding: 8px 10px;
  border-radius: 0 !important;
  border: 1px solid #d0101a !important;
  color: #d0101a !important;
  background-color: white !important;
  min-width: 185px;
  display: inline-block;
  text-align: center; }
  .discuss-on-twitter-button:hover {
    border: 1px solid #1da0f1 !important;
    background-color: #D0101A !important;
    border: 1px solid #d0101a !important;
    color: white !important;
    opacity: 1 !important; }

.sm-tease, .sm-article {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px;
  background: white;
  margin-bottom: 60px;
  position: relative; }
  .sm-tease:after, .sm-article:after {
    content: "";
    display: table;
    clear: both; }
  .sm-tease .thumbnail, .sm-article .thumbnail {
    display: block; }
    .sm-tease .thumbnail img, .sm-article .thumbnail img {
      width: 100%;
      display: block; }
  .sm-tease.feed-in-the-moment .sm-post-body img, .sm-article.feed-in-the-moment .sm-post-body img {
    width: 100%;
    height: auto !important; }
  .sm-tease .audio, .sm-article .audio {
    background-color: #e9e9e9;
    background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 60px 0; }
    .sm-tease .audio .blurred, .sm-article .audio .blurred {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .6;
      transition: 2s; }
    .sm-tease .audio audio, .sm-article .audio audio {
      margin: 0; }
  .sm-tease .iframe iframe, .sm-article .iframe iframe {
    width: 100% !important; }
  .sm-tease .iframe > p, .sm-tease .iframe > div, .sm-tease .iframe > span, .sm-tease .iframe > a, .sm-article .iframe > p, .sm-article .iframe > div, .sm-article .iframe > span, .sm-article .iframe > a {
    display: none; }
  .sm-tease .gallery .row-1, .sm-tease .gallery .row-2, .sm-article .gallery .row-1, .sm-article .gallery .row-2 {
    display: block; }
    .sm-tease .gallery .row-1:after, .sm-tease .gallery .row-2:after, .sm-article .gallery .row-1:after, .sm-article .gallery .row-2:after {
      content: "";
      display: table;
      clear: both; }
    .sm-tease .gallery .row-1 a, .sm-tease .gallery .row-2 a, .sm-article .gallery .row-1 a, .sm-article .gallery .row-2 a {
      display: block; }
      .sm-tease .gallery .row-1 a img, .sm-tease .gallery .row-2 a img, .sm-article .gallery .row-1 a img, .sm-article .gallery .row-2 a img {
        display: block; }
  .sm-tease .gallery .row-1 a, .sm-article .gallery .row-1 a {
    background-image: none !important; }
    .sm-tease .gallery .row-1 a img, .sm-article .gallery .row-1 a img {
      width: 100%; }
  .sm-tease .gallery .row-2 a, .sm-article .gallery .row-2 a {
    float: left;
    width: 50%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .sm-tease .gallery .row-2 a img, .sm-article .gallery .row-2 a img {
      display: none; }
  .sm-tease .title-and-body, .sm-article .title-and-body {
    padding: 55px 55px 60px; }
    .sm-tease .title-and-body.quote h1, .sm-article .title-and-body.quote h1 {
      font-size: 26px;
      line-height: 36px;
      font-weight: 100; }
    .sm-tease .title-and-body.quote .fa, .sm-article .title-and-body.quote .fa {
      opacity: .2;
      font-size: 50px;
      position: absolute;
      top: 10px;
      left: 10px; }
  .sm-tease.thumb .title-and-body, .sm-article.thumb .title-and-body {
    padding-top: 40px; }
  .sm-tease:last-child, .sm-article:last-child {
    margin-bottom: 0; }
  .sm-tease h2, .sm-article h2 {
    font-size: 34px;
    font-weight: 200;
    color: #202020;
    margin-bottom: 15px; }
  .sm-tease .meta, .sm-article .meta {
    color: #aaa;
    font-size: 13px; }
    .sm-tease .meta a, .sm-article .meta a {
      text-decoration: inherit;
      color: inherit;
      font-size: inherit; }
    .sm-tease .meta time, .sm-article .meta time {
      margin-right: 15px; }
    .sm-tease .meta .more, .sm-article .meta .more {
      margin: 20px 0 0; }
  .sm-tease .sm-share, .sm-article .sm-share {
    padding: 0 55px 10px 55px; }
  .sm-tease .sm-comments, .sm-article .sm-comments {
    padding-bottom: 45px; }

.compact .sm-tease {
  float: left;
  width: 33%;
  margin-bottom: 5px;
  padding-right: 5px;
  background: none;
  box-shadow: none; }
  .compact .sm-tease .tile {
    background: white;
    width: 100%;
    min-height: 300px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px; }
  .compact .sm-tease .title-and-body {
    padding: 35px;
    transition: .4s; }
    .compact .sm-tease .title-and-body:hover {
      border-left-width: 20px; }
    .compact .sm-tease .title-and-body h2 {
      margin: 0;
      font-weight: 100;
      font-size: 25px; }
    .compact .sm-tease .title-and-body.tatvam {
      border-color: #f15a22; }
    .compact .sm-tease .title-and-body.in-the-moment {
      border-color: #f15a22; }

@media screen and (max-width: 600px) {
  .sm-tease .title-and-body, .sm-article .title-and-body {
    padding-left: 25px;
    padding-right: 25px; } }

@media screen and (max-width: 400px) {
  .sm-tease, .sm-article {
    margin-bottom: 15px; }
    .sm-tease .title-and-body, .sm-article .title-and-body {
      padding-left: 15px;
      padding-right: 15px; }
      .sm-tease .title-and-body.quote h1, .sm-article .title-and-body.quote h1 {
        font-size: 20px;
        line-height: 24px; }
      .sm-tease .title-and-body.quote blockquote, .sm-article .title-and-body.quote blockquote {
        padding: 15px 0;
        margin: 0; } }
