@charset "UTF-8";
/*!
Theme Name: Microsoft Studios Main
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Custom developed theme for Microsoft Studios, built on <code>_s</code> or <em>underscores</em>.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: microsoft_studios_main
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

_s is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, .content-area form input[type=submit], .content-area form textarea[type=submit],
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, .content-area form input[type=submit], .content-area form textarea[type=submit] {
  overflow: visible;
}

button, .content-area form input[type=submit], .content-area form textarea[type=submit],
select {
  text-transform: none;
}

button, .content-area form input[type=submit], .content-area form textarea[type=submit],
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], .content-area form input[disabled][type=submit], .content-area form textarea[disabled][type=submit],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, .content-area form input[type=submit]::-moz-focus-inner, .content-area form textarea[type=submit]::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Bootstrap (mainly just using the grid)
--------------------------------------------------------------*/
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .btn-inverse > .caret, .btn-gray > .caret,
  .dropup > .btn > .caret,
  .dropup > .btn-inverse > .caret,
  .dropup > .btn-gray > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
.content-area form input[type=submit],
.content-area form textarea[type=submit],
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row, .studios-listing ul {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .studios-listing ul:before, .row:after, .studios-listing ul:after {
  content: " ";
  display: table;
}
.row:after, .studios-listing ul:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .studios-listing li, .col-lg-3, .col-xs-4, .col-sm-4, .studios-listing li, .col-md-4, .content-area .vote-form label.radio, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .studios-listing li, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4, .studios-listing li {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .studios-listing li, .col-md-4, .content-area .vote-form label.radio, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3, .studios-listing li {
    width: 25%;
  }

  .col-md-4, .content-area .vote-form label.radio {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# Ionic Icons
--------------------------------------------------------------*/
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("fonts/ionicons.eot?v=2.0.0");
  src: url("fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("fonts/ionicons.woff?v=2.0.0") format("woff"), url("fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion, .ion-ex, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.post-card.inner-circle-post .posted-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.report-comment a:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.slick-slider .slick-prev:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.slick-slider .slick-next:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.show-details .info-tab a:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.info-tab a:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.comments-area .children .comment-author .fn:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.format-video .featured-thumbnail:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-ex {
  font-family: 'ion-extended';
}

@font-face {
  font-family: 'ion-extended';
  src: url('fonts/ion-extended.eot?1mx5j4');
  src: url('fonts/ion-extended.eot?#iefix1mx5j4') format("embedded-opentype"), url('fonts/ion-extended.ttf?1mx5j4') format("truetype"), url('fonts/ion-extended.woff?1mx5j4') format("woff"), url('fonts/ion-extended.svg?1mx5j4#ion-extended') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="ion-ex-"], [class*=" ion-ex-"] {
  font-family: 'ion-extended';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-ex-retweet:before {
  content: "\e600";
}

.ion-alert:before {
  content: "";
}

.ion-alert-circled:before {
  content: "";
}

.ion-android-add:before {
  content: "";
}

.ion-android-add-circle:before {
  content: "";
}

.ion-android-alarm-clock:before {
  content: "";
}

.ion-android-alert:before {
  content: "";
}

.ion-android-apps:before {
  content: "";
}

.ion-android-archive:before {
  content: "";
}

.ion-android-arrow-back:before {
  content: "";
}

.ion-android-arrow-down:before {
  content: "";
}

.ion-android-arrow-dropdown:before {
  content: "";
}

.ion-android-arrow-dropdown-circle:before {
  content: "";
}

.ion-android-arrow-dropleft:before {
  content: "";
}

.ion-android-arrow-dropleft-circle:before {
  content: "";
}

.ion-android-arrow-dropright:before {
  content: "";
}

.ion-android-arrow-dropright-circle:before {
  content: "";
}

.ion-android-arrow-dropup:before {
  content: "";
}

.ion-android-arrow-dropup-circle:before {
  content: "";
}

.ion-android-arrow-forward:before {
  content: "";
}

.ion-android-arrow-up:before {
  content: "";
}

.ion-android-attach:before {
  content: "";
}

.ion-android-bar:before {
  content: "";
}

.ion-android-bicycle:before {
  content: "";
}

.ion-android-boat:before {
  content: "";
}

.ion-android-bookmark:before {
  content: "";
}

.ion-android-bulb:before {
  content: "";
}

.ion-android-bus:before {
  content: "";
}

.ion-android-calendar:before {
  content: "";
}

.ion-android-call:before {
  content: "";
}

.ion-android-camera:before {
  content: "";
}

.ion-android-cancel:before {
  content: "";
}

.ion-android-car:before {
  content: "";
}

.ion-android-cart:before {
  content: "";
}

.ion-android-chat:before {
  content: "";
}

.ion-android-checkbox:before {
  content: "";
}

.ion-android-checkbox-blank:before {
  content: "";
}

.ion-android-checkbox-outline:before {
  content: "";
}

.ion-android-checkbox-outline-blank:before {
  content: "";
}

.ion-android-checkmark-circle:before {
  content: "";
}

.ion-android-clipboard:before {
  content: "";
}

.ion-android-close:before {
  content: "";
}

.ion-android-cloud:before {
  content: "";
}

.ion-android-cloud-circle:before {
  content: "";
}

.ion-android-cloud-done:before {
  content: "";
}

.ion-android-cloud-outline:before {
  content: "";
}

.ion-android-color-palette:before {
  content: "";
}

.ion-android-compass:before {
  content: "";
}

.ion-android-contact:before {
  content: "";
}

.ion-android-contacts:before {
  content: "";
}

.ion-android-contract:before {
  content: "";
}

.ion-android-create:before {
  content: "";
}

.ion-android-delete:before {
  content: "";
}

.ion-android-desktop:before {
  content: "";
}

.ion-android-document:before {
  content: "";
}

.ion-android-done:before {
  content: "";
}

.ion-android-done-all:before {
  content: "";
}

.ion-android-download:before {
  content: "";
}

.ion-android-drafts:before {
  content: "";
}

.ion-android-exit:before {
  content: "";
}

.ion-android-expand:before {
  content: "";
}

.ion-android-favorite:before {
  content: "";
}

.ion-android-favorite-outline:before {
  content: "";
}

.ion-android-film:before {
  content: "";
}

.ion-android-folder:before {
  content: "";
}

.ion-android-folder-open:before {
  content: "";
}

.ion-android-funnel:before {
  content: "";
}

.ion-android-globe:before {
  content: "";
}

.ion-android-hand:before {
  content: "";
}

.ion-android-hangout:before {
  content: "";
}

.ion-android-happy:before {
  content: "";
}

.ion-android-home:before {
  content: "";
}

.ion-android-image:before {
  content: "";
}

.ion-android-laptop:before {
  content: "";
}

.ion-android-list:before {
  content: "";
}

.ion-android-locate:before {
  content: "";
}

.ion-android-lock:before {
  content: "";
}

.ion-android-mail:before {
  content: "";
}

.ion-android-map:before {
  content: "";
}

.ion-android-menu:before {
  content: "";
}

.ion-android-microphone:before {
  content: "";
}

.ion-android-microphone-off:before {
  content: "";
}

.ion-android-more-horizontal:before {
  content: "";
}

.ion-android-more-vertical:before {
  content: "";
}

.ion-android-navigate:before {
  content: "";
}

.ion-android-notifications:before {
  content: "";
}

.ion-android-notifications-none:before {
  content: "";
}

.ion-android-notifications-off:before {
  content: "";
}

.ion-android-open:before {
  content: "";
}

.ion-android-options:before {
  content: "";
}

.ion-android-people:before {
  content: "";
}

.ion-android-person:before {
  content: "";
}

.ion-android-person-add:before {
  content: "";
}

.ion-android-phone-landscape:before {
  content: "";
}

.ion-android-phone-portrait:before {
  content: "";
}

.ion-android-pin:before {
  content: "";
}

.ion-android-plane:before {
  content: "";
}

.ion-android-playstore:before {
  content: "";
}

.ion-android-print:before {
  content: "";
}

.ion-android-radio-button-off:before {
  content: "";
}

.ion-android-radio-button-on:before, .post-card.inner-circle-post .posted-on:before {
  content: "";
}

.ion-android-refresh:before {
  content: "";
}

.ion-android-remove:before {
  content: "";
}

.ion-android-remove-circle:before {
  content: "";
}

.ion-android-restaurant:before {
  content: "";
}

.ion-android-sad:before {
  content: "";
}

.ion-android-search:before {
  content: "";
}

.ion-android-send:before {
  content: "";
}

.ion-android-settings:before {
  content: "";
}

.ion-android-share:before {
  content: "";
}

.ion-android-share-alt:before {
  content: "";
}

.ion-android-star:before {
  content: "";
}

.ion-android-star-half:before {
  content: "";
}

.ion-android-star-outline:before {
  content: "";
}

.ion-android-stopwatch:before {
  content: "";
}

.ion-android-subway:before {
  content: "";
}

.ion-android-sunny:before {
  content: "";
}

.ion-android-sync:before {
  content: "";
}

.ion-android-textsms:before {
  content: "";
}

.ion-android-time:before {
  content: "";
}

.ion-android-train:before {
  content: "";
}

.ion-android-unlock:before {
  content: "";
}

.ion-android-upload:before {
  content: "";
}

.ion-android-volume-down:before {
  content: "";
}

.ion-android-volume-mute:before {
  content: "";
}

.ion-android-volume-off:before {
  content: "";
}

.ion-android-volume-up:before {
  content: "";
}

.ion-android-walk:before {
  content: "";
}

.ion-android-warning:before {
  content: "";
}

.ion-android-watch:before {
  content: "";
}

.ion-android-wifi:before {
  content: "";
}

.ion-aperture:before {
  content: "";
}

.ion-archive:before {
  content: "";
}

.ion-arrow-down-a:before {
  content: "";
}

.ion-arrow-down-b:before {
  content: "";
}

.ion-arrow-down-c:before {
  content: "";
}

.ion-arrow-expand:before {
  content: "";
}

.ion-arrow-graph-down-left:before {
  content: "";
}

.ion-arrow-graph-down-right:before {
  content: "";
}

.ion-arrow-graph-up-left:before {
  content: "";
}

.ion-arrow-graph-up-right:before {
  content: "";
}

.ion-arrow-left-a:before {
  content: "";
}

.ion-arrow-left-b:before {
  content: "";
}

.ion-arrow-left-c:before {
  content: "";
}

.ion-arrow-move:before {
  content: "";
}

.ion-arrow-resize:before {
  content: "";
}

.ion-arrow-return-left:before {
  content: "";
}

.ion-arrow-return-right:before {
  content: "";
}

.ion-arrow-right-a:before {
  content: "";
}

.ion-arrow-right-b:before {
  content: "";
}

.ion-arrow-right-c:before {
  content: "";
}

.ion-arrow-shrink:before {
  content: "";
}

.ion-arrow-swap:before {
  content: "";
}

.ion-arrow-up-a:before {
  content: "";
}

.ion-arrow-up-b:before {
  content: "";
}

.ion-arrow-up-c:before {
  content: "";
}

.ion-asterisk:before {
  content: "";
}

.ion-at:before {
  content: "";
}

.ion-backspace:before {
  content: "";
}

.ion-backspace-outline:before {
  content: "";
}

.ion-bag:before {
  content: "";
}

.ion-battery-charging:before {
  content: "";
}

.ion-battery-empty:before {
  content: "";
}

.ion-battery-full:before {
  content: "";
}

.ion-battery-half:before {
  content: "";
}

.ion-battery-low:before {
  content: "";
}

.ion-beaker:before {
  content: "";
}

.ion-beer:before {
  content: "";
}

.ion-bluetooth:before {
  content: "";
}

.ion-bonfire:before {
  content: "";
}

.ion-bookmark:before {
  content: "";
}

.ion-bowtie:before {
  content: "";
}

.ion-briefcase:before {
  content: "";
}

.ion-bug:before {
  content: "";
}

.ion-calculator:before {
  content: "";
}

.ion-calendar:before {
  content: "";
}

.ion-camera:before {
  content: "";
}

.ion-card:before {
  content: "";
}

.ion-cash:before {
  content: "";
}

.ion-chatbox:before {
  content: "";
}

.ion-chatbox-working:before {
  content: "";
}

.ion-chatboxes:before {
  content: "";
}

.ion-chatbubble:before {
  content: "";
}

.ion-chatbubble-working:before {
  content: "";
}

.ion-chatbubbles:before {
  content: "";
}

.ion-checkmark:before {
  content: "";
}

.ion-checkmark-circled:before {
  content: "";
}

.ion-checkmark-round:before {
  content: "";
}

.ion-chevron-down:before {
  content: "";
}

.ion-chevron-left:before {
  content: "";
}

.ion-chevron-right:before {
  content: "";
}

.ion-chevron-up:before {
  content: "";
}

.ion-clipboard:before {
  content: "";
}

.ion-clock:before {
  content: "";
}

.ion-close:before {
  content: "";
}

.ion-close-circled:before {
  content: "";
}

.ion-close-round:before {
  content: "";
}

.ion-closed-captioning:before {
  content: "";
}

.ion-cloud:before {
  content: "";
}

.ion-code:before {
  content: "";
}

.ion-code-download:before {
  content: "";
}

.ion-code-working:before {
  content: "";
}

.ion-coffee:before {
  content: "";
}

.ion-compass:before {
  content: "";
}

.ion-compose:before {
  content: "";
}

.ion-connection-bars:before {
  content: "";
}

.ion-contrast:before {
  content: "";
}

.ion-crop:before {
  content: "";
}

.ion-cube:before {
  content: "";
}

.ion-disc:before {
  content: "";
}

.ion-document:before {
  content: "";
}

.ion-document-text:before {
  content: "";
}

.ion-drag:before {
  content: "";
}

.ion-earth:before {
  content: "";
}

.ion-easel:before {
  content: "";
}

.ion-edit:before {
  content: "";
}

.ion-egg:before {
  content: "";
}

.ion-eject:before {
  content: "";
}

.ion-email:before {
  content: "";
}

.ion-email-unread:before {
  content: "";
}

.ion-erlenmeyer-flask:before {
  content: "";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "";
}

.ion-eye:before {
  content: "";
}

.ion-eye-disabled:before {
  content: "";
}

.ion-female:before {
  content: "";
}

.ion-filing:before {
  content: "";
}

.ion-film-marker:before {
  content: "";
}

.ion-fireball:before {
  content: "";
}

.ion-flag:before, .report-comment a:before {
  content: "";
}

.ion-flame:before {
  content: "";
}

.ion-flash:before {
  content: "";
}

.ion-flash-off:before {
  content: "";
}

.ion-folder:before {
  content: "";
}

.ion-fork:before {
  content: "";
}

.ion-fork-repo:before {
  content: "";
}

.ion-forward:before {
  content: "";
}

.ion-funnel:before {
  content: "";
}

.ion-gear-a:before {
  content: "";
}

.ion-gear-b:before {
  content: "";
}

.ion-grid:before {
  content: "";
}

.ion-hammer:before {
  content: "";
}

.ion-happy:before {
  content: "";
}

.ion-happy-outline:before {
  content: "";
}

.ion-headphone:before {
  content: "";
}

.ion-heart:before {
  content: "";
}

.ion-heart-broken:before {
  content: "";
}

.ion-help:before {
  content: "";
}

.ion-help-buoy:before {
  content: "";
}

.ion-help-circled:before {
  content: "";
}

.ion-home:before {
  content: "";
}

.ion-icecream:before {
  content: "";
}

.ion-image:before {
  content: "";
}

.ion-images:before {
  content: "";
}

.ion-information:before {
  content: "";
}

.ion-information-circled:before {
  content: "";
}

.ion-ionic:before {
  content: "";
}

.ion-ios-alarm:before {
  content: "";
}

.ion-ios-alarm-outline:before {
  content: "";
}

.ion-ios-albums:before {
  content: "";
}

.ion-ios-albums-outline:before {
  content: "";
}

.ion-ios-americanfootball:before {
  content: "";
}

.ion-ios-americanfootball-outline:before {
  content: "";
}

.ion-ios-analytics:before {
  content: "";
}

.ion-ios-analytics-outline:before {
  content: "";
}

.ion-ios-arrow-back:before, .slick-slider .slick-prev:before {
  content: "";
}

.ion-ios-arrow-down:before {
  content: "";
}

.ion-ios-arrow-forward:before, .slick-slider .slick-next:before {
  content: "";
}

.ion-ios-arrow-left:before {
  content: "";
}

.ion-ios-arrow-right:before {
  content: "";
}

.ion-ios-arrow-thin-down:before {
  content: "";
}

.ion-ios-arrow-thin-left:before {
  content: "";
}

.ion-ios-arrow-thin-right:before {
  content: "";
}

.ion-ios-arrow-thin-up:before {
  content: "";
}

.ion-ios-arrow-up:before {
  content: "";
}

.ion-ios-at:before {
  content: "";
}

.ion-ios-at-outline:before {
  content: "";
}

.ion-ios-barcode:before {
  content: "";
}

.ion-ios-barcode-outline:before {
  content: "";
}

.ion-ios-baseball:before {
  content: "";
}

.ion-ios-baseball-outline:before {
  content: "";
}

.ion-ios-basketball:before {
  content: "";
}

.ion-ios-basketball-outline:before {
  content: "";
}

.ion-ios-bell:before {
  content: "";
}

.ion-ios-bell-outline:before {
  content: "";
}

.ion-ios-body:before {
  content: "";
}

.ion-ios-body-outline:before {
  content: "";
}

.ion-ios-bolt:before {
  content: "";
}

.ion-ios-bolt-outline:before {
  content: "";
}

.ion-ios-book:before {
  content: "";
}

.ion-ios-book-outline:before {
  content: "";
}

.ion-ios-bookmarks:before {
  content: "";
}

.ion-ios-bookmarks-outline:before {
  content: "";
}

.ion-ios-box:before {
  content: "";
}

.ion-ios-box-outline:before {
  content: "";
}

.ion-ios-briefcase:before {
  content: "";
}

.ion-ios-briefcase-outline:before {
  content: "";
}

.ion-ios-browsers:before {
  content: "";
}

.ion-ios-browsers-outline:before {
  content: "";
}

.ion-ios-calculator:before {
  content: "";
}

.ion-ios-calculator-outline:before {
  content: "";
}

.ion-ios-calendar:before {
  content: "";
}

.ion-ios-calendar-outline:before {
  content: "";
}

.ion-ios-camera:before {
  content: "";
}

.ion-ios-camera-outline:before {
  content: "";
}

.ion-ios-cart:before {
  content: "";
}

.ion-ios-cart-outline:before {
  content: "";
}

.ion-ios-chatboxes:before {
  content: "";
}

.ion-ios-chatboxes-outline:before {
  content: "";
}

.ion-ios-chatbubble:before {
  content: "";
}

.ion-ios-chatbubble-outline:before {
  content: "";
}

.ion-ios-checkmark:before {
  content: "";
}

.ion-ios-checkmark-empty:before {
  content: "";
}

.ion-ios-checkmark-outline:before {
  content: "";
}

.ion-ios-circle-filled:before {
  content: "";
}

.ion-ios-circle-outline:before {
  content: "";
}

.ion-ios-clock:before {
  content: "";
}

.ion-ios-clock-outline:before {
  content: "";
}

.ion-ios-close:before, .show-details .info-tab a:before {
  content: "";
}

.ion-ios-close-empty:before {
  content: "";
}

.ion-ios-close-outline:before {
  content: "";
}

.ion-ios-cloud:before {
  content: "";
}

.ion-ios-cloud-download:before {
  content: "";
}

.ion-ios-cloud-download-outline:before {
  content: "";
}

.ion-ios-cloud-outline:before {
  content: "";
}

.ion-ios-cloud-upload:before {
  content: "";
}

.ion-ios-cloud-upload-outline:before {
  content: "";
}

.ion-ios-cloudy:before {
  content: "";
}

.ion-ios-cloudy-night:before {
  content: "";
}

.ion-ios-cloudy-night-outline:before {
  content: "";
}

.ion-ios-cloudy-outline:before {
  content: "";
}

.ion-ios-cog:before {
  content: "";
}

.ion-ios-cog-outline:before {
  content: "";
}

.ion-ios-color-filter:before {
  content: "";
}

.ion-ios-color-filter-outline:before {
  content: "";
}

.ion-ios-color-wand:before {
  content: "";
}

.ion-ios-color-wand-outline:before {
  content: "";
}

.ion-ios-compose:before {
  content: "";
}

.ion-ios-compose-outline:before {
  content: "";
}

.ion-ios-contact:before {
  content: "";
}

.ion-ios-contact-outline:before {
  content: "";
}

.ion-ios-copy:before {
  content: "";
}

.ion-ios-copy-outline:before {
  content: "";
}

.ion-ios-crop:before {
  content: "";
}

.ion-ios-crop-strong:before {
  content: "";
}

.ion-ios-download:before {
  content: "";
}

.ion-ios-download-outline:before {
  content: "";
}

.ion-ios-drag:before {
  content: "";
}

.ion-ios-email:before {
  content: "";
}

.ion-ios-email-outline:before {
  content: "";
}

.ion-ios-eye:before {
  content: "";
}

.ion-ios-eye-outline:before {
  content: "";
}

.ion-ios-fastforward:before {
  content: "";
}

.ion-ios-fastforward-outline:before {
  content: "";
}

.ion-ios-filing:before {
  content: "";
}

.ion-ios-filing-outline:before {
  content: "";
}

.ion-ios-film:before {
  content: "";
}

.ion-ios-film-outline:before {
  content: "";
}

.ion-ios-flag:before {
  content: "";
}

.ion-ios-flag-outline:before {
  content: "";
}

.ion-ios-flame:before {
  content: "";
}

.ion-ios-flame-outline:before {
  content: "";
}

.ion-ios-flask:before {
  content: "";
}

.ion-ios-flask-outline:before {
  content: "";
}

.ion-ios-flower:before {
  content: "";
}

.ion-ios-flower-outline:before {
  content: "";
}

.ion-ios-folder:before {
  content: "";
}

.ion-ios-folder-outline:before {
  content: "";
}

.ion-ios-football:before {
  content: "";
}

.ion-ios-football-outline:before {
  content: "";
}

.ion-ios-game-controller-a:before {
  content: "";
}

.ion-ios-game-controller-a-outline:before {
  content: "";
}

.ion-ios-game-controller-b:before {
  content: "";
}

.ion-ios-game-controller-b-outline:before {
  content: "";
}

.ion-ios-gear:before {
  content: "";
}

.ion-ios-gear-outline:before {
  content: "";
}

.ion-ios-glasses:before {
  content: "";
}

.ion-ios-glasses-outline:before {
  content: "";
}

.ion-ios-grid-view:before {
  content: "";
}

.ion-ios-grid-view-outline:before {
  content: "";
}

.ion-ios-heart:before {
  content: "";
}

.ion-ios-heart-outline:before {
  content: "";
}

.ion-ios-help:before {
  content: "";
}

.ion-ios-help-empty:before {
  content: "";
}

.ion-ios-help-outline:before {
  content: "";
}

.ion-ios-home:before {
  content: "";
}

.ion-ios-home-outline:before {
  content: "";
}

.ion-ios-infinite:before {
  content: "";
}

.ion-ios-infinite-outline:before {
  content: "";
}

.ion-ios-information:before, .info-tab a:before {
  content: "";
}

.ion-ios-information-empty:before {
  content: "";
}

.ion-ios-information-outline:before {
  content: "";
}

.ion-ios-ionic-outline:before {
  content: "";
}

.ion-ios-keypad:before {
  content: "";
}

.ion-ios-keypad-outline:before {
  content: "";
}

.ion-ios-lightbulb:before {
  content: "";
}

.ion-ios-lightbulb-outline:before {
  content: "";
}

.ion-ios-list:before {
  content: "";
}

.ion-ios-list-outline:before {
  content: "";
}

.ion-ios-location:before {
  content: "";
}

.ion-ios-location-outline:before {
  content: "";
}

.ion-ios-locked:before {
  content: "";
}

.ion-ios-locked-outline:before {
  content: "";
}

.ion-ios-loop:before {
  content: "";
}

.ion-ios-loop-strong:before {
  content: "";
}

.ion-ios-medical:before {
  content: "";
}

.ion-ios-medical-outline:before {
  content: "";
}

.ion-ios-medkit:before {
  content: "";
}

.ion-ios-medkit-outline:before {
  content: "";
}

.ion-ios-mic:before {
  content: "";
}

.ion-ios-mic-off:before {
  content: "";
}

.ion-ios-mic-outline:before {
  content: "";
}

.ion-ios-minus:before {
  content: "";
}

.ion-ios-minus-empty:before {
  content: "";
}

.ion-ios-minus-outline:before {
  content: "";
}

.ion-ios-monitor:before {
  content: "";
}

.ion-ios-monitor-outline:before {
  content: "";
}

.ion-ios-moon:before {
  content: "";
}

.ion-ios-moon-outline:before {
  content: "";
}

.ion-ios-more:before {
  content: "";
}

.ion-ios-more-outline:before {
  content: "";
}

.ion-ios-musical-note:before {
  content: "";
}

.ion-ios-musical-notes:before {
  content: "";
}

.ion-ios-navigate:before {
  content: "";
}

.ion-ios-navigate-outline:before {
  content: "";
}

.ion-ios-nutrition:before {
  content: "";
}

.ion-ios-nutrition-outline:before {
  content: "";
}

.ion-ios-paper:before {
  content: "";
}

.ion-ios-paper-outline:before {
  content: "";
}

.ion-ios-paperplane:before {
  content: "";
}

.ion-ios-paperplane-outline:before {
  content: "";
}

.ion-ios-partlysunny:before {
  content: "";
}

.ion-ios-partlysunny-outline:before {
  content: "";
}

.ion-ios-pause:before {
  content: "";
}

.ion-ios-pause-outline:before {
  content: "";
}

.ion-ios-paw:before {
  content: "";
}

.ion-ios-paw-outline:before {
  content: "";
}

.ion-ios-people:before {
  content: "";
}

.ion-ios-people-outline:before {
  content: "";
}

.ion-ios-person:before {
  content: "";
}

.ion-ios-person-outline:before {
  content: "";
}

.ion-ios-personadd:before {
  content: "";
}

.ion-ios-personadd-outline:before {
  content: "";
}

.ion-ios-photos:before {
  content: "";
}

.ion-ios-photos-outline:before {
  content: "";
}

.ion-ios-pie:before {
  content: "";
}

.ion-ios-pie-outline:before {
  content: "";
}

.ion-ios-pint:before {
  content: "";
}

.ion-ios-pint-outline:before {
  content: "";
}

.ion-ios-play:before {
  content: "";
}

.ion-ios-play-outline:before {
  content: "";
}

.ion-ios-plus:before {
  content: "";
}

.ion-ios-plus-empty:before {
  content: "";
}

.ion-ios-plus-outline:before {
  content: "";
}

.ion-ios-pricetag:before {
  content: "";
}

.ion-ios-pricetag-outline:before {
  content: "";
}

.ion-ios-pricetags:before {
  content: "";
}

.ion-ios-pricetags-outline:before {
  content: "";
}

.ion-ios-printer:before {
  content: "";
}

.ion-ios-printer-outline:before {
  content: "";
}

.ion-ios-pulse:before {
  content: "";
}

.ion-ios-pulse-strong:before {
  content: "";
}

.ion-ios-rainy:before {
  content: "";
}

.ion-ios-rainy-outline:before {
  content: "";
}

.ion-ios-recording:before {
  content: "";
}

.ion-ios-recording-outline:before {
  content: "";
}

.ion-ios-redo:before {
  content: "";
}

.ion-ios-redo-outline:before {
  content: "";
}

.ion-ios-refresh:before {
  content: "";
}

.ion-ios-refresh-empty:before {
  content: "";
}

.ion-ios-refresh-outline:before {
  content: "";
}

.ion-ios-reload:before {
  content: "";
}

.ion-ios-reverse-camera:before {
  content: "";
}

.ion-ios-reverse-camera-outline:before {
  content: "";
}

.ion-ios-rewind:before {
  content: "";
}

.ion-ios-rewind-outline:before {
  content: "";
}

.ion-ios-rose:before {
  content: "";
}

.ion-ios-rose-outline:before {
  content: "";
}

.ion-ios-search:before {
  content: "";
}

.ion-ios-search-strong:before {
  content: "";
}

.ion-ios-settings:before {
  content: "";
}

.ion-ios-settings-strong:before {
  content: "";
}

.ion-ios-shuffle:before {
  content: "";
}

.ion-ios-shuffle-strong:before {
  content: "";
}

.ion-ios-skipbackward:before {
  content: "";
}

.ion-ios-skipbackward-outline:before {
  content: "";
}

.ion-ios-skipforward:before {
  content: "";
}

.ion-ios-skipforward-outline:before {
  content: "";
}

.ion-ios-snowy:before {
  content: "";
}

.ion-ios-speedometer:before {
  content: "";
}

.ion-ios-speedometer-outline:before {
  content: "";
}

.ion-ios-star:before {
  content: "";
}

.ion-ios-star-half:before {
  content: "";
}

.ion-ios-star-outline:before {
  content: "";
}

.ion-ios-stopwatch:before {
  content: "";
}

.ion-ios-stopwatch-outline:before {
  content: "";
}

.ion-ios-sunny:before {
  content: "";
}

.ion-ios-sunny-outline:before {
  content: "";
}

.ion-ios-telephone:before {
  content: "";
}

.ion-ios-telephone-outline:before {
  content: "";
}

.ion-ios-tennisball:before {
  content: "";
}

.ion-ios-tennisball-outline:before {
  content: "";
}

.ion-ios-thunderstorm:before {
  content: "";
}

.ion-ios-thunderstorm-outline:before {
  content: "";
}

.ion-ios-time:before {
  content: "";
}

.ion-ios-time-outline:before {
  content: "";
}

.ion-ios-timer:before {
  content: "";
}

.ion-ios-timer-outline:before {
  content: "";
}

.ion-ios-toggle:before {
  content: "";
}

.ion-ios-toggle-outline:before {
  content: "";
}

.ion-ios-trash:before {
  content: "";
}

.ion-ios-trash-outline:before {
  content: "";
}

.ion-ios-undo:before, .comments-area .children .comment-author .fn:before {
  content: "";
}

.ion-ios-undo-outline:before {
  content: "";
}

.ion-ios-unlocked:before {
  content: "";
}

.ion-ios-unlocked-outline:before {
  content: "";
}

.ion-ios-upload:before {
  content: "";
}

.ion-ios-upload-outline:before {
  content: "";
}

.ion-ios-videocam:before {
  content: "";
}

.ion-ios-videocam-outline:before {
  content: "";
}

.ion-ios-volume-high:before {
  content: "";
}

.ion-ios-volume-low:before {
  content: "";
}

.ion-ios-wineglass:before {
  content: "";
}

.ion-ios-wineglass-outline:before {
  content: "";
}

.ion-ios-world:before {
  content: "";
}

.ion-ios-world-outline:before {
  content: "";
}

.ion-ipad:before {
  content: "";
}

.ion-iphone:before {
  content: "";
}

.ion-ipod:before {
  content: "";
}

.ion-jet:before {
  content: "";
}

.ion-key:before {
  content: "";
}

.ion-knife:before {
  content: "";
}

.ion-laptop:before {
  content: "";
}

.ion-leaf:before {
  content: "";
}

.ion-levels:before {
  content: "";
}

.ion-lightbulb:before {
  content: "";
}

.ion-link:before {
  content: "";
}

.ion-load-a:before {
  content: "";
}

.ion-load-b:before {
  content: "";
}

.ion-load-c:before {
  content: "";
}

.ion-load-d:before {
  content: "";
}

.ion-location:before {
  content: "";
}

.ion-lock-combination:before {
  content: "";
}

.ion-locked:before {
  content: "";
}

.ion-log-in:before {
  content: "";
}

.ion-log-out:before {
  content: "";
}

.ion-loop:before {
  content: "";
}

.ion-magnet:before {
  content: "";
}

.ion-male:before {
  content: "";
}

.ion-man:before {
  content: "";
}

.ion-map:before {
  content: "";
}

.ion-medkit:before {
  content: "";
}

.ion-merge:before {
  content: "";
}

.ion-mic-a:before {
  content: "";
}

.ion-mic-b:before {
  content: "";
}

.ion-mic-c:before {
  content: "";
}

.ion-minus:before {
  content: "";
}

.ion-minus-circled:before {
  content: "";
}

.ion-minus-round:before {
  content: "";
}

.ion-model-s:before {
  content: "";
}

.ion-monitor:before {
  content: "";
}

.ion-more:before {
  content: "";
}

.ion-mouse:before {
  content: "";
}

.ion-music-note:before {
  content: "";
}

.ion-navicon:before {
  content: "";
}

.ion-navicon-round:before {
  content: "";
}

.ion-navigate:before {
  content: "";
}

.ion-network:before {
  content: "";
}

.ion-no-smoking:before {
  content: "";
}

.ion-nuclear:before {
  content: "";
}

.ion-outlet:before {
  content: "";
}

.ion-paintbrush:before {
  content: "";
}

.ion-paintbucket:before {
  content: "";
}

.ion-paper-airplane:before {
  content: "";
}

.ion-paperclip:before {
  content: "";
}

.ion-pause:before {
  content: "";
}

.ion-person:before {
  content: "";
}

.ion-person-add:before {
  content: "";
}

.ion-person-stalker:before {
  content: "";
}

.ion-pie-graph:before {
  content: "";
}

.ion-pin:before {
  content: "";
}

.ion-pinpoint:before {
  content: "";
}

.ion-pizza:before {
  content: "";
}

.ion-plane:before {
  content: "";
}

.ion-planet:before {
  content: "";
}

.ion-play:before {
  content: "";
}

.ion-playstation:before {
  content: "";
}

.ion-plus:before {
  content: "";
}

.ion-plus-circled:before {
  content: "";
}

.ion-plus-round:before {
  content: "";
}

.ion-podium:before {
  content: "";
}

.ion-pound:before {
  content: "";
}

.ion-power:before {
  content: "";
}

.ion-pricetag:before {
  content: "";
}

.ion-pricetags:before {
  content: "";
}

.ion-printer:before {
  content: "";
}

.ion-pull-request:before {
  content: "";
}

.ion-qr-scanner:before {
  content: "";
}

.ion-quote:before {
  content: "";
}

.ion-radio-waves:before {
  content: "";
}

.ion-record:before {
  content: "";
}

.ion-refresh:before {
  content: "";
}

.ion-reply:before {
  content: "";
}

.ion-reply-all:before {
  content: "";
}

.ion-ribbon-a:before {
  content: "";
}

.ion-ribbon-b:before {
  content: "";
}

.ion-sad:before {
  content: "";
}

.ion-sad-outline:before {
  content: "";
}

.ion-scissors:before {
  content: "";
}

.ion-search:before {
  content: "";
}

.ion-settings:before {
  content: "";
}

.ion-share:before {
  content: "";
}

.ion-shuffle:before {
  content: "";
}

.ion-skip-backward:before {
  content: "";
}

.ion-skip-forward:before {
  content: "";
}

.ion-social-android:before {
  content: "";
}

.ion-social-android-outline:before {
  content: "";
}

.ion-social-angular:before {
  content: "";
}

.ion-social-angular-outline:before {
  content: "";
}

.ion-social-apple:before {
  content: "";
}

.ion-social-apple-outline:before {
  content: "";
}

.ion-social-bitcoin:before {
  content: "";
}

.ion-social-bitcoin-outline:before {
  content: "";
}

.ion-social-buffer:before {
  content: "";
}

.ion-social-buffer-outline:before {
  content: "";
}

.ion-social-chrome:before {
  content: "";
}

.ion-social-chrome-outline:before {
  content: "";
}

.ion-social-codepen:before {
  content: "";
}

.ion-social-codepen-outline:before {
  content: "";
}

.ion-social-css3:before {
  content: "";
}

.ion-social-css3-outline:before {
  content: "";
}

.ion-social-designernews:before {
  content: "";
}

.ion-social-designernews-outline:before {
  content: "";
}

.ion-social-dribbble:before {
  content: "";
}

.ion-social-dribbble-outline:before {
  content: "";
}

.ion-social-dropbox:before {
  content: "";
}

.ion-social-dropbox-outline:before {
  content: "";
}

.ion-social-euro:before {
  content: "";
}

.ion-social-euro-outline:before {
  content: "";
}

.ion-social-facebook:before {
  content: "";
}

.ion-social-facebook-outline:before {
  content: "";
}

.ion-social-foursquare:before {
  content: "";
}

.ion-social-foursquare-outline:before {
  content: "";
}

.ion-social-freebsd-devil:before {
  content: "";
}

.ion-social-github:before {
  content: "";
}

.ion-social-github-outline:before {
  content: "";
}

.ion-social-google:before {
  content: "";
}

.ion-social-google-outline:before {
  content: "";
}

.ion-social-googleplus:before {
  content: "";
}

.ion-social-googleplus-outline:before {
  content: "";
}

.ion-social-hackernews:before {
  content: "";
}

.ion-social-hackernews-outline:before {
  content: "";
}

.ion-social-html5:before {
  content: "";
}

.ion-social-html5-outline:before {
  content: "";
}

.ion-social-instagram:before {
  content: "";
}

.ion-social-instagram-outline:before {
  content: "";
}

.ion-social-javascript:before {
  content: "";
}

.ion-social-javascript-outline:before {
  content: "";
}

.ion-social-linkedin:before {
  content: "";
}

.ion-social-linkedin-outline:before {
  content: "";
}

.ion-social-markdown:before {
  content: "";
}

.ion-social-nodejs:before {
  content: "";
}

.ion-social-octocat:before {
  content: "";
}

.ion-social-pinterest:before {
  content: "";
}

.ion-social-pinterest-outline:before {
  content: "";
}

.ion-social-python:before {
  content: "";
}

.ion-social-reddit:before {
  content: "";
}

.ion-social-reddit-outline:before {
  content: "";
}

.ion-social-rss:before {
  content: "";
}

.ion-social-rss-outline:before {
  content: "";
}

.ion-social-sass:before {
  content: "";
}

.ion-social-skype:before {
  content: "";
}

.ion-social-skype-outline:before {
  content: "";
}

.ion-social-snapchat:before {
  content: "";
}

.ion-social-snapchat-outline:before {
  content: "";
}

.ion-social-tumblr:before {
  content: "";
}

.ion-social-tumblr-outline:before {
  content: "";
}

.ion-social-tux:before {
  content: "";
}

.ion-social-twitch:before {
  content: "";
}

.ion-social-twitch-outline:before {
  content: "";
}

.ion-social-twitter:before {
  content: "";
}

.ion-social-twitter-outline:before {
  content: "";
}

.ion-social-usd:before {
  content: "";
}

.ion-social-usd-outline:before {
  content: "";
}

.ion-social-vimeo:before {
  content: "";
}

.ion-social-vimeo-outline:before {
  content: "";
}

.ion-social-whatsapp:before {
  content: "";
}

.ion-social-whatsapp-outline:before {
  content: "";
}

.ion-social-windows:before {
  content: "";
}

.ion-social-windows-outline:before {
  content: "";
}

.ion-social-wordpress:before {
  content: "";
}

.ion-social-wordpress-outline:before {
  content: "";
}

.ion-social-yahoo:before {
  content: "";
}

.ion-social-yahoo-outline:before {
  content: "";
}

.ion-social-yen:before {
  content: "";
}

.ion-social-yen-outline:before {
  content: "";
}

.ion-social-youtube:before, .format-video .featured-thumbnail:before {
  content: "";
}

.ion-social-youtube-outline:before {
  content: "";
}

.ion-soup-can:before {
  content: "";
}

.ion-soup-can-outline:before {
  content: "";
}

.ion-speakerphone:before {
  content: "";
}

.ion-speedometer:before {
  content: "";
}

.ion-spoon:before {
  content: "";
}

.ion-star:before {
  content: "";
}

.ion-stats-bars:before {
  content: "";
}

.ion-steam:before {
  content: "";
}

.ion-stop:before {
  content: "";
}

.ion-thermometer:before {
  content: "";
}

.ion-thumbsdown:before {
  content: "";
}

.ion-thumbsup:before {
  content: "";
}

.ion-toggle:before {
  content: "";
}

.ion-toggle-filled:before {
  content: "";
}

.ion-transgender:before {
  content: "";
}

.ion-trash-a:before {
  content: "";
}

.ion-trash-b:before {
  content: "";
}

.ion-trophy:before {
  content: "";
}

.ion-tshirt:before {
  content: "";
}

.ion-tshirt-outline:before {
  content: "";
}

.ion-umbrella:before {
  content: "";
}

.ion-university:before {
  content: "";
}

.ion-unlocked:before {
  content: "";
}

.ion-upload:before {
  content: "";
}

.ion-usb:before {
  content: "";
}

.ion-videocamera:before {
  content: "";
}

.ion-volume-high:before {
  content: "";
}

.ion-volume-low:before {
  content: "";
}

.ion-volume-medium:before {
  content: "";
}

.ion-volume-mute:before {
  content: "";
}

.ion-wand:before {
  content: "";
}

.ion-waterdrop:before {
  content: "";
}

.ion-wifi:before {
  content: "";
}

.ion-wineglass:before {
  content: "";
}

.ion-woman:before {
  content: "";
}

.ion-wrench:before {
  content: "";
}

.ion-xbox:before {
  content: "";
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
.content-area form input[type=submit],
.content-area form textarea[type=submit],
input,
select,
textarea {
  color: #8c8c8c;
  font-family: "SegoeUI", Helvetica Neue, Helvetica, sans-serif;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  color: #3a3a3a;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

strong {
  font-family: "SegoeUI-SemiBold", Helvetica Neue, Helvetica, sans-serif;
}

blockquote {
  border-left: none;
  font-size: 60.8px;
  font-size: 3.8rem;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  margin: 50px 0;
  padding: 0;
}
blockquote p {
  padding: 0;
  margin: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

td, th {
  vertical-align: top;
  padding: 6px 12px 6px 0;
}

@font-face {
  font-family: 'SegoeUI';
  src: url('fonts/SegoeUI.woff2') format("woff2"), url('fonts/SegoeUI.woff') format("woff"), url('fonts/SegoeUI.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI-Light';
  src: url('fonts/SegoeUI-Light.woff2') format("woff2"), url('fonts/SegoeUI-Light.woff') format("woff"), url('fonts/SegoeUI-Light.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI-SemiBold';
  src: url('fonts/SegoeUI-SemiBold.woff2') format("woff2"), url('fonts/SegoeUI-SemiBold.woff') format("woff"), url('fonts/SegoeUI-SemiBold.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*----------
# Global
-----------*/
body {
  padding-top: 84px;
}
body.admin-bar {
  margin-top: -32px;
}
@media (max-width: 767px) {
  body.admin-bar {
    margin-top: -46px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.admin-bar {
    margin-top: -46px;
  }
}
body.reduced {
  padding-top: 105px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.reduced {
    padding-top: 123px;
  }
}
@media (min-width: 992px) {
  body.reduced {
    padding-top: 134px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 55px;
  }
}
@media (min-width: 992px) {
  body.has-hero {
    padding-top: 0;
  }
  body.has-hero.single-ms_idea {
    padding-top: 134px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.has-thumb {
    padding-top: 0;
  }
  body.has-thumb.single-ms_idea {
    padding-top: 134px;
  }
}
@media (min-width: 992px) {
  body.has-thumb {
    padding-top: 0;
  }
  body.has-thumb.single-ms_idea {
    padding-top: 134px;
  }
}

body.noscroll {
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.touchevents body.noscroll {
  position: fixed;
}

.contain-width, .contain-width-narrow, .contain-width-mid {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  text-align: center;
}

.contain-width-narrow {
  max-width: 960px;
}

.contain-width-mid {
  max-width: 1060px;
}

:focus {
  outline: none;
}

.load-more {
  text-align: center;
}
.load-more .load-more-indicator {
  display: none;
}
.load-more.loading .load-more-indicator {
  display: inline-block;
}
.load-more.loading a {
  display: none;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .row, .studios-listing ul {
    margin-right: 0;
    margin-left: 0;
  }
}

.site-main {
  overflow: hidden;
}

.feature-overlay {
  position: relative;
}
.feature-overlay .close-hero {
  position: absolute;
  top: 40px;
  right: 54px;
  font-size: 64px;
  font-size: 4rem;
  color: #707070;
  width: 36px;
  height: 36px;
  transition: all .25s;
}
.feature-overlay .close-hero:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .feature-overlay .close-hero {
    top: 0;
    right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-overlay .close-hero {
    top: 10px;
    right: 20px;
  }
}

.xbox-avatar {
  position: relative;
}
.profile-image .xbox-avatar, .basic-info .xbox-avatar, .gamerPic .xbox-avatar {
  display: block;
}
.xbox-avatar:after {
  position: absolute;
  right: -8px;
  top: calc(100% + 8px);
  background: url('img/xbox-after.png');
  z-index: 10;
  width: 20px;
  height: 20px;
  content: '';
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .xbox-avatar:after {
    background-image: url('img/xbox-after@2x.png');
    background-size: 20px 20px;
  }
}
.gamerPic .xbox-avatar:after {
  top: auto;
  bottom: 0;
  left: -10px;
}
.idea-column .xbox-avatar:after {
  right: 8px;
  top: auto;
  bottom: 0;
}
.profile-image .xbox-avatar:after {
  right: -8px;
  top: calc(100% - 12px);
}
.message-form-container .xbox-avatar:after {
  top: calc(100% + 24px);
}
.forum-comment-form .xbox-avatar:after {
  top: 74px;
}
.basic-info .xbox-avatar:after {
  top: calc(100% - 8px);
}
.entry-sidebar .post-info .xbox-avatar {
  display: inline-block;
}
.entry-sidebar .post-info .xbox-avatar:after {
  top: calc(100% - 14px);
}
.comment-author.vcard .xbox-avatar {
  position: absolute;
  top: 0;
  left: 0;
  height: 66px;
  width: 84px;
}
@media (max-width: 767px) {
  .comment-author.vcard .xbox-avatar {
    height: 32px;
    width: 54px;
    display: inline-block;
  }
}
.comment-author.vcard .xbox-avatar img {
  position: relative;
}
.children .xbox-avatar:after {
  top: 48px;
}
@media (max-width: 767px) {
  .single-post .children .xbox-avatar:after {
    top: 32px;
    left: 32px;
  }
}
@media (max-width: 767px) {
  .ideas-cards-container .xbox-avatar {
    width: 48px;
    height: 48px;
  }
  .ideas-cards-container .xbox-avatar:after {
    right: -12px;
  }
}
.ideas-cards-container .xbox-avatar:after {
  background-size: 16px 16px;
  top: calc(100% - 8px);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  max-width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.content-area form {
  padding: 20px;
  background: #f4f4f4;
  color: #252525;
  font-size: 28.8px;
  font-size: 1.8rem;
  border: none;
}
.content-area form:before, .content-area form:after {
  content: " ";
  display: table;
}
.content-area form:after {
  clear: both;
}
.content-area form.comment-form {
  background: none;
  padding: 20px 0;
}
.content-area form fieldset {
  border: none;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.content-area form fieldset:before, .content-area form fieldset:after {
  content: " ";
  display: table;
}
.content-area form fieldset:after {
  clear: both;
}
.content-area form fieldset div {
  margin-bottom: 30px;
}
.content-area form fieldset div.clear-form {
  margin-bottom: 0;
}
.content-area form fieldset .multiselect div {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .content-area form fieldset {
    padding: 0;
  }
}
.content-area form label {
  display: block;
  font-family: "SegoeUI", Helvetica Neue, Helvetica, sans-serif;
  color: #252525;
}
.content-area form label.radio {
  font-weight: normal;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  font-size: 25.6px;
  font-size: 1.6rem;
}
.content-area form .multiselect label {
  font-weight: normal;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  font-size: 25.6px;
  font-size: 1.6rem;
}
.content-area form input, .content-area form textarea {
  background: #fff;
  border: 1px solid #d8d8d8;
  font-size: 28.8px;
  font-size: 1.8rem;
  padding: 0 13px;
  line-height: 44px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "SegoeUI", Helvetica Neue, Helvetica, sans-serif;
  color: #9b9b9b;
  max-width: 100%;
}
@media (max-width: 767px) {
  .content-area form input[type=text], .content-area form input[type=email], .content-area form textarea[type=text], .content-area form textarea[type=email] {
    max-width: 240px;
  }
}
.content-area form input[type=submit], .content-area form textarea[type=submit] {
  float: right;
  margin-top: 30px;
}
.content-area form input[type=radio], .content-area form input[type=checkbox], .content-area form textarea[type=radio], .content-area form textarea[type=checkbox] {
  margin-bottom: 0;
  margin-left: 20px;
}
.content-area form textarea {
  line-height: 1.25;
  padding: 14px;
  width: 100%;
  height: 300px;
}
.content-area form select {
  height: 44px;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  margin-top: 14px;
}
.content-area form option {
  text-transform: uppercase;
  padding: 0 13px;
  background: #fff;
}
.content-area form p:empty {
  display: none;
}
.content-area form button, .content-area form input[type=submit], .content-area form textarea[type=submit] {
  clear: both;
  float: right;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .content-area form button, .content-area form input[type=submit], .content-area form textarea[type=submit] {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.content-area form .form-submit button, .content-area form .form-submit input[type=submit], .content-area form .form-submit textarea[type=submit] {
  margin-top: 13px;
}
.content-area form.profile-form input {
  height: 46px;
}
.content-area .entry-content form p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .content-area .entry-content form p.contact-submit {
    text-align: center;
  }
}
.content-area .vote-form .clear-form {
  display: none;
}
.content-area .vote-form label:first-child {
  display: none;
}
.content-area .vote-form label.radio {
  position: relative;
  line-height: 15px;
  margin-top: 20px;
}
.content-area .vote-form label.radio:hover {
  cursor: pointer;
}
.content-area .vote-form label.radio input[type=radio] {
  width: 30px;
  appearance: none;
  -webkit-appearance: none;
  height: 30px;
  margin: 0;
  position: absolute;
  bottom: 25px;
  left: 15px;
}
.content-area .vote-form label.radio input[type=radio]:checked {
  background: #2f9c20;
}
.content-area .vote-form label.radio input[type=radio]:hover {
  cursor: pointer;
}
.content-area .vote-form label.radio img {
  height: auto;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.contact-form {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .contact-form {
    width: 100vw !important;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .single-post .contact-form, .page-sidebar .contact-form {
    -webkit-transform: translateX(-50%) translateX(130px);
            transform: translateX(-50%) translateX(130px);
  }
  .contact-form fieldset {
    max-width: 960px;
  }
}
@media (min-width: 992px) {
  .single-post .contact-form input, .single-post .contact-form textarea, .single-post .contact-form p {
    max-width: 72%;
  }
}

button, .content-area form input[type=submit], .content-area form textarea[type=submit],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 0;
  border: none;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 50px;
  padding: 0 60px;
}
button:hover, .content-area form input[type=submit]:hover, .content-area form textarea[type=submit]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #fff;
  color: #000;
}
button:active, .content-area form input[type=submit]:active, .content-area form textarea[type=submit]:active, button:focus, .content-area form input[type=submit]:focus, .content-area form textarea[type=submit]:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #3a3a3a;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

.swp-password-template #swp_password {
  width: 100%;
}

/*--------------------------------------------------------------
# Link Buttons
--------------------------------------------------------------*/
.btn, .btn-inverse, .btn-gray {
  display: inline-block;
  border: 1px solid #d8d8d8;
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #3a3a3a;
  padding: 15px 20px;
  line-height: 1;
}
.btn:hover, .btn-inverse:hover, .btn-gray:hover {
  text-decoration: none;
  background: #d8d8d8;
  color: #3a3a3a;
}

.btn-inverse {
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn-inverse:hover {
  background: #fff;
  color: #000;
}

.btn-gray {
  background: #7a7a7a;
  border-color: #7a7a7a;
  color: #fff;
}
.btn-gray:hover {
  background: #fff;
  color: #7a7a7a;
}

/*----------
# Header
-----------*/
/*--------------------------------------------------------------
## Header styles
---------------------------------------------------------------*/
#wpadminbar {
  display: none;
}

.site-header {
  background: #181818;
  background: rgba(24, 24, 24, 0.85);
  height: 84px;
  width: 100%;
  position: relative;
  z-index: 120;
  box-sizing: border-box;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.reduced .site-header {
  height: 55px;
}
@media (max-width: 767px) {
  .site-header {
    height: 55px;
  }
}

.menu-toggle {
  display: table-cell;
  position: relative;
  z-index: 120;
  height: 84px;
  width: 50px;
  vertical-align: top;
}
.reduced .menu-toggle {
  height: 55px;
  width: 38px;
}
@media (max-width: 767px) {
  .menu-toggle {
    height: 55px;
    width: 38px;
  }
}
.menu-toggle button, .menu-toggle .content-area form input[type=submit], .content-area form .menu-toggle input[type=submit], .menu-toggle .content-area form textarea[type=submit], .content-area form .menu-toggle textarea[type=submit] {
  padding: 0;
  margin: 0 0 0 20px;
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 57.6px;
  font-size: 3.6rem;
  height: 84px;
}
.reduced .menu-toggle button, .reduced .menu-toggle .content-area form input[type=submit], .content-area form .reduced .menu-toggle input[type=submit], .reduced .menu-toggle .content-area form textarea[type=submit], .content-area form .reduced .menu-toggle textarea[type=submit] {
  font-size: 51.2px;
  font-size: 3.2rem;
  height: 55px;
}
.noscroll .reduced .menu-toggle button, .noscroll .reduced .menu-toggle .content-area form input[type=submit], .content-area form .noscroll .reduced .menu-toggle input[type=submit], .noscroll .reduced .menu-toggle .content-area form textarea[type=submit], .content-area form .noscroll .reduced .menu-toggle textarea[type=submit] {
  font-size: 38.4px;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .menu-toggle button, .menu-toggle .content-area form input[type=submit], .content-area form .menu-toggle input[type=submit], .menu-toggle .content-area form textarea[type=submit], .content-area form .menu-toggle textarea[type=submit] {
    font-size: 51.2px;
    font-size: 3.2rem;
    height: 55px;
  }
  .noscroll .menu-toggle button, .noscroll .menu-toggle .content-area form input[type=submit], .content-area form .noscroll .menu-toggle input[type=submit], .noscroll .menu-toggle .content-area form textarea[type=submit], .content-area form .noscroll .menu-toggle textarea[type=submit] {
    font-size: 38.4px;
    font-size: 2.4rem;
  }
}

.site-branding {
  display: table-cell;
  position: relative;
  width: 181px;
  vertical-align: top;
}
.reduced .site-branding {
  width: 142px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .site-branding {
    width: 142px;
  }
}
@media (min-width: 992px) {
  .site-branding {
    padding-right: 53px;
  }
}

.site-title {
  margin: 0;
  padding-left: 16px;
  padding: 24px 0 0 23px;
}
.reduced .site-title {
  padding: 12px 0 0 22px;
}
@media (max-width: 767px) {
  .site-title {
    padding: 12px 0 0 22px;
  }
}
.site-title a {
  display: inline-block;
  background: url('img/studios-logo.svg') no-repeat;
  width: 150px;
  height: 45px;
  text-indent: -9999px;
  background-position: top left;
}
.reduced .site-title a {
  background-size: 120px 36px;
  width: 120px;
  height: 36px;
}
@media (max-width: 767px) {
  .site-title a {
    background-size: 120px 34px;
    width: 120px;
    height: 34px;
  }
}

.flex-area {
  display: table;
  width: 100%;
  font-size: 18px;
  vertical-align: top;
  position: relative;
}
@media (max-width: 767px) {
  .flex-area {
    position: static;
  }
}
.flex-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flex-area ul.sub-menu {
  display: none;
  background: rgba(24, 24, 24, 0.85);
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all .25s;
}
.flex-area ul.sub-menu:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: '';
}
.flex-area ul.sub-menu li {
  white-space: nowrap;
  display: block;
  float: none;
}
.flex-area ul.sub-menu li:first-child a {
  border-top: none;
}
.flex-area ul.sub-menu a {
  height: auto;
  line-height: 20px;
  border-bottom: 1px solid #000;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
}
.flex-area li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.flex-area li:hover .sub-menu {
  display: block;
}
@media (max-width: 767px) {
  .flex-area li:hover .sub-menu {
    display: none;
  }
}
.flex-area a {
  height: 84px;
  line-height: 84px;
  padding: 0 20px;
  color: #fff;
  display: block;
}
.reduced .flex-area a {
  height: 55px;
  line-height: 55px;
}
@media (max-width: 767px) {
  .flex-area a {
    height: 55px;
    line-height: 55px;
  }
}
.flex-area a:hover {
  text-decoration: none;
}
.flex-area .opened a {
  height: auto;
  line-height: auto;
}

.main-navigation {
  display: table-cell;
}

.nav-tools {
  display: table-cell;
}
.nav-tools ul {
  float: right;
}
.nav-tools li {
  float: right;
}
.nav-tools a {
  padding: 0 20px 0 0;
  text-decoration: none;
}
.nav-tools .ion, .nav-tools .ion-ex, .nav-tools .ionicons,
.nav-tools .ion-alert:before,
.nav-tools .ion-alert-circled:before,
.nav-tools .ion-android-add:before,
.nav-tools .ion-android-add-circle:before,
.nav-tools .ion-android-alarm-clock:before,
.nav-tools .ion-android-alert:before,
.nav-tools .ion-android-apps:before,
.nav-tools .ion-android-archive:before,
.nav-tools .ion-android-arrow-back:before,
.nav-tools .ion-android-arrow-down:before,
.nav-tools .ion-android-arrow-dropdown:before,
.nav-tools .ion-android-arrow-dropdown-circle:before,
.nav-tools .ion-android-arrow-dropleft:before,
.nav-tools .ion-android-arrow-dropleft-circle:before,
.nav-tools .ion-android-arrow-dropright:before,
.nav-tools .ion-android-arrow-dropright-circle:before,
.nav-tools .ion-android-arrow-dropup:before,
.nav-tools .ion-android-arrow-dropup-circle:before,
.nav-tools .ion-android-arrow-forward:before,
.nav-tools .ion-android-arrow-up:before,
.nav-tools .ion-android-attach:before,
.nav-tools .ion-android-bar:before,
.nav-tools .ion-android-bicycle:before,
.nav-tools .ion-android-boat:before,
.nav-tools .ion-android-bookmark:before,
.nav-tools .ion-android-bulb:before,
.nav-tools .ion-android-bus:before,
.nav-tools .ion-android-calendar:before,
.nav-tools .ion-android-call:before,
.nav-tools .ion-android-camera:before,
.nav-tools .ion-android-cancel:before,
.nav-tools .ion-android-car:before,
.nav-tools .ion-android-cart:before,
.nav-tools .ion-android-chat:before,
.nav-tools .ion-android-checkbox:before,
.nav-tools .ion-android-checkbox-blank:before,
.nav-tools .ion-android-checkbox-outline:before,
.nav-tools .ion-android-checkbox-outline-blank:before,
.nav-tools .ion-android-checkmark-circle:before,
.nav-tools .ion-android-clipboard:before,
.nav-tools .ion-android-close:before,
.nav-tools .ion-android-cloud:before,
.nav-tools .ion-android-cloud-circle:before,
.nav-tools .ion-android-cloud-done:before,
.nav-tools .ion-android-cloud-outline:before,
.nav-tools .ion-android-color-palette:before,
.nav-tools .ion-android-compass:before,
.nav-tools .ion-android-contact:before,
.nav-tools .ion-android-contacts:before,
.nav-tools .ion-android-contract:before,
.nav-tools .ion-android-create:before,
.nav-tools .ion-android-delete:before,
.nav-tools .ion-android-desktop:before,
.nav-tools .ion-android-document:before,
.nav-tools .ion-android-done:before,
.nav-tools .ion-android-done-all:before,
.nav-tools .ion-android-download:before,
.nav-tools .ion-android-drafts:before,
.nav-tools .ion-android-exit:before,
.nav-tools .ion-android-expand:before,
.nav-tools .ion-android-favorite:before,
.nav-tools .ion-android-favorite-outline:before,
.nav-tools .ion-android-film:before,
.nav-tools .ion-android-folder:before,
.nav-tools .ion-android-folder-open:before,
.nav-tools .ion-android-funnel:before,
.nav-tools .ion-android-globe:before,
.nav-tools .ion-android-hand:before,
.nav-tools .ion-android-hangout:before,
.nav-tools .ion-android-happy:before,
.nav-tools .ion-android-home:before,
.nav-tools .ion-android-image:before,
.nav-tools .ion-android-laptop:before,
.nav-tools .ion-android-list:before,
.nav-tools .ion-android-locate:before,
.nav-tools .ion-android-lock:before,
.nav-tools .ion-android-mail:before,
.nav-tools .ion-android-map:before,
.nav-tools .ion-android-menu:before,
.nav-tools .ion-android-microphone:before,
.nav-tools .ion-android-microphone-off:before,
.nav-tools .ion-android-more-horizontal:before,
.nav-tools .ion-android-more-vertical:before,
.nav-tools .ion-android-navigate:before,
.nav-tools .ion-android-notifications:before,
.nav-tools .ion-android-notifications-none:before,
.nav-tools .ion-android-notifications-off:before,
.nav-tools .ion-android-open:before,
.nav-tools .ion-android-options:before,
.nav-tools .ion-android-people:before,
.nav-tools .ion-android-person:before,
.nav-tools .ion-android-person-add:before,
.nav-tools .ion-android-phone-landscape:before,
.nav-tools .ion-android-phone-portrait:before,
.nav-tools .ion-android-pin:before,
.nav-tools .ion-android-plane:before,
.nav-tools .ion-android-playstore:before,
.nav-tools .ion-android-print:before,
.nav-tools .ion-android-radio-button-off:before,
.nav-tools .ion-android-radio-button-on:before,
.nav-tools .post-card.inner-circle-post .posted-on:before,
.post-card.inner-circle-post .nav-tools .posted-on:before,
.nav-tools .ion-android-refresh:before,
.nav-tools .ion-android-remove:before,
.nav-tools .ion-android-remove-circle:before,
.nav-tools .ion-android-restaurant:before,
.nav-tools .ion-android-sad:before,
.nav-tools .ion-android-search:before,
.nav-tools .ion-android-send:before,
.nav-tools .ion-android-settings:before,
.nav-tools .ion-android-share:before,
.nav-tools .ion-android-share-alt:before,
.nav-tools .ion-android-star:before,
.nav-tools .ion-android-star-half:before,
.nav-tools .ion-android-star-outline:before,
.nav-tools .ion-android-stopwatch:before,
.nav-tools .ion-android-subway:before,
.nav-tools .ion-android-sunny:before,
.nav-tools .ion-android-sync:before,
.nav-tools .ion-android-textsms:before,
.nav-tools .ion-android-time:before,
.nav-tools .ion-android-train:before,
.nav-tools .ion-android-unlock:before,
.nav-tools .ion-android-upload:before,
.nav-tools .ion-android-volume-down:before,
.nav-tools .ion-android-volume-mute:before,
.nav-tools .ion-android-volume-off:before,
.nav-tools .ion-android-volume-up:before,
.nav-tools .ion-android-walk:before,
.nav-tools .ion-android-warning:before,
.nav-tools .ion-android-watch:before,
.nav-tools .ion-android-wifi:before,
.nav-tools .ion-aperture:before,
.nav-tools .ion-archive:before,
.nav-tools .ion-arrow-down-a:before,
.nav-tools .ion-arrow-down-b:before,
.nav-tools .ion-arrow-down-c:before,
.nav-tools .ion-arrow-expand:before,
.nav-tools .ion-arrow-graph-down-left:before,
.nav-tools .ion-arrow-graph-down-right:before,
.nav-tools .ion-arrow-graph-up-left:before,
.nav-tools .ion-arrow-graph-up-right:before,
.nav-tools .ion-arrow-left-a:before,
.nav-tools .ion-arrow-left-b:before,
.nav-tools .ion-arrow-left-c:before,
.nav-tools .ion-arrow-move:before,
.nav-tools .ion-arrow-resize:before,
.nav-tools .ion-arrow-return-left:before,
.nav-tools .ion-arrow-return-right:before,
.nav-tools .ion-arrow-right-a:before,
.nav-tools .ion-arrow-right-b:before,
.nav-tools .ion-arrow-right-c:before,
.nav-tools .ion-arrow-shrink:before,
.nav-tools .ion-arrow-swap:before,
.nav-tools .ion-arrow-up-a:before,
.nav-tools .ion-arrow-up-b:before,
.nav-tools .ion-arrow-up-c:before,
.nav-tools .ion-asterisk:before,
.nav-tools .ion-at:before,
.nav-tools .ion-backspace:before,
.nav-tools .ion-backspace-outline:before,
.nav-tools .ion-bag:before,
.nav-tools .ion-battery-charging:before,
.nav-tools .ion-battery-empty:before,
.nav-tools .ion-battery-full:before,
.nav-tools .ion-battery-half:before,
.nav-tools .ion-battery-low:before,
.nav-tools .ion-beaker:before,
.nav-tools .ion-beer:before,
.nav-tools .ion-bluetooth:before,
.nav-tools .ion-bonfire:before,
.nav-tools .ion-bookmark:before,
.nav-tools .ion-bowtie:before,
.nav-tools .ion-briefcase:before,
.nav-tools .ion-bug:before,
.nav-tools .ion-calculator:before,
.nav-tools .ion-calendar:before,
.nav-tools .ion-camera:before,
.nav-tools .ion-card:before,
.nav-tools .ion-cash:before,
.nav-tools .ion-chatbox:before,
.nav-tools .ion-chatbox-working:before,
.nav-tools .ion-chatboxes:before,
.nav-tools .ion-chatbubble:before,
.nav-tools .ion-chatbubble-working:before,
.nav-tools .ion-chatbubbles:before,
.nav-tools .ion-checkmark:before,
.nav-tools .ion-checkmark-circled:before,
.nav-tools .ion-checkmark-round:before,
.nav-tools .ion-chevron-down:before,
.nav-tools .ion-chevron-left:before,
.nav-tools .ion-chevron-right:before,
.nav-tools .ion-chevron-up:before,
.nav-tools .ion-clipboard:before,
.nav-tools .ion-clock:before,
.nav-tools .ion-close:before,
.nav-tools .ion-close-circled:before,
.nav-tools .ion-close-round:before,
.nav-tools .ion-closed-captioning:before,
.nav-tools .ion-cloud:before,
.nav-tools .ion-code:before,
.nav-tools .ion-code-download:before,
.nav-tools .ion-code-working:before,
.nav-tools .ion-coffee:before,
.nav-tools .ion-compass:before,
.nav-tools .ion-compose:before,
.nav-tools .ion-connection-bars:before,
.nav-tools .ion-contrast:before,
.nav-tools .ion-crop:before,
.nav-tools .ion-cube:before,
.nav-tools .ion-disc:before,
.nav-tools .ion-document:before,
.nav-tools .ion-document-text:before,
.nav-tools .ion-drag:before,
.nav-tools .ion-earth:before,
.nav-tools .ion-easel:before,
.nav-tools .ion-edit:before,
.nav-tools .ion-egg:before,
.nav-tools .ion-eject:before,
.nav-tools .ion-email:before,
.nav-tools .ion-email-unread:before,
.nav-tools .ion-erlenmeyer-flask:before,
.nav-tools .ion-erlenmeyer-flask-bubbles:before,
.nav-tools .ion-eye:before,
.nav-tools .ion-eye-disabled:before,
.nav-tools .ion-female:before,
.nav-tools .ion-filing:before,
.nav-tools .ion-film-marker:before,
.nav-tools .ion-fireball:before,
.nav-tools .ion-flag:before,
.nav-tools .report-comment a:before,
.report-comment .nav-tools a:before,
.nav-tools .ion-flame:before,
.nav-tools .ion-flash:before,
.nav-tools .ion-flash-off:before,
.nav-tools .ion-folder:before,
.nav-tools .ion-fork:before,
.nav-tools .ion-fork-repo:before,
.nav-tools .ion-forward:before,
.nav-tools .ion-funnel:before,
.nav-tools .ion-gear-a:before,
.nav-tools .ion-gear-b:before,
.nav-tools .ion-grid:before,
.nav-tools .ion-hammer:before,
.nav-tools .ion-happy:before,
.nav-tools .ion-happy-outline:before,
.nav-tools .ion-headphone:before,
.nav-tools .ion-heart:before,
.nav-tools .ion-heart-broken:before,
.nav-tools .ion-help:before,
.nav-tools .ion-help-buoy:before,
.nav-tools .ion-help-circled:before,
.nav-tools .ion-home:before,
.nav-tools .ion-icecream:before,
.nav-tools .ion-image:before,
.nav-tools .ion-images:before,
.nav-tools .ion-information:before,
.nav-tools .ion-information-circled:before,
.nav-tools .ion-ionic:before,
.nav-tools .ion-ios-alarm:before,
.nav-tools .ion-ios-alarm-outline:before,
.nav-tools .ion-ios-albums:before,
.nav-tools .ion-ios-albums-outline:before,
.nav-tools .ion-ios-americanfootball:before,
.nav-tools .ion-ios-americanfootball-outline:before,
.nav-tools .ion-ios-analytics:before,
.nav-tools .ion-ios-analytics-outline:before,
.nav-tools .ion-ios-arrow-back:before,
.nav-tools .slick-slider .slick-prev:before,
.slick-slider .nav-tools .slick-prev:before,
.nav-tools .ion-ios-arrow-down:before,
.nav-tools .ion-ios-arrow-forward:before,
.nav-tools .slick-slider .slick-next:before,
.slick-slider .nav-tools .slick-next:before,
.nav-tools .ion-ios-arrow-left:before,
.nav-tools .ion-ios-arrow-right:before,
.nav-tools .ion-ios-arrow-thin-down:before,
.nav-tools .ion-ios-arrow-thin-left:before,
.nav-tools .ion-ios-arrow-thin-right:before,
.nav-tools .ion-ios-arrow-thin-up:before,
.nav-tools .ion-ios-arrow-up:before,
.nav-tools .ion-ios-at:before,
.nav-tools .ion-ios-at-outline:before,
.nav-tools .ion-ios-barcode:before,
.nav-tools .ion-ios-barcode-outline:before,
.nav-tools .ion-ios-baseball:before,
.nav-tools .ion-ios-baseball-outline:before,
.nav-tools .ion-ios-basketball:before,
.nav-tools .ion-ios-basketball-outline:before,
.nav-tools .ion-ios-bell:before,
.nav-tools .ion-ios-bell-outline:before,
.nav-tools .ion-ios-body:before,
.nav-tools .ion-ios-body-outline:before,
.nav-tools .ion-ios-bolt:before,
.nav-tools .ion-ios-bolt-outline:before,
.nav-tools .ion-ios-book:before,
.nav-tools .ion-ios-book-outline:before,
.nav-tools .ion-ios-bookmarks:before,
.nav-tools .ion-ios-bookmarks-outline:before,
.nav-tools .ion-ios-box:before,
.nav-tools .ion-ios-box-outline:before,
.nav-tools .ion-ios-briefcase:before,
.nav-tools .ion-ios-briefcase-outline:before,
.nav-tools .ion-ios-browsers:before,
.nav-tools .ion-ios-browsers-outline:before,
.nav-tools .ion-ios-calculator:before,
.nav-tools .ion-ios-calculator-outline:before,
.nav-tools .ion-ios-calendar:before,
.nav-tools .ion-ios-calendar-outline:before,
.nav-tools .ion-ios-camera:before,
.nav-tools .ion-ios-camera-outline:before,
.nav-tools .ion-ios-cart:before,
.nav-tools .ion-ios-cart-outline:before,
.nav-tools .ion-ios-chatboxes:before,
.nav-tools .ion-ios-chatboxes-outline:before,
.nav-tools .ion-ios-chatbubble:before,
.nav-tools .ion-ios-chatbubble-outline:before,
.nav-tools .ion-ios-checkmark:before,
.nav-tools .ion-ios-checkmark-empty:before,
.nav-tools .ion-ios-checkmark-outline:before,
.nav-tools .ion-ios-circle-filled:before,
.nav-tools .ion-ios-circle-outline:before,
.nav-tools .ion-ios-clock:before,
.nav-tools .ion-ios-clock-outline:before,
.nav-tools .ion-ios-close:before,
.nav-tools .show-details .info-tab a:before,
.show-details .info-tab .nav-tools a:before,
.nav-tools .ion-ios-close-empty:before,
.nav-tools .ion-ios-close-outline:before,
.nav-tools .ion-ios-cloud:before,
.nav-tools .ion-ios-cloud-download:before,
.nav-tools .ion-ios-cloud-download-outline:before,
.nav-tools .ion-ios-cloud-outline:before,
.nav-tools .ion-ios-cloud-upload:before,
.nav-tools .ion-ios-cloud-upload-outline:before,
.nav-tools .ion-ios-cloudy:before,
.nav-tools .ion-ios-cloudy-night:before,
.nav-tools .ion-ios-cloudy-night-outline:before,
.nav-tools .ion-ios-cloudy-outline:before,
.nav-tools .ion-ios-cog:before,
.nav-tools .ion-ios-cog-outline:before,
.nav-tools .ion-ios-color-filter:before,
.nav-tools .ion-ios-color-filter-outline:before,
.nav-tools .ion-ios-color-wand:before,
.nav-tools .ion-ios-color-wand-outline:before,
.nav-tools .ion-ios-compose:before,
.nav-tools .ion-ios-compose-outline:before,
.nav-tools .ion-ios-contact:before,
.nav-tools .ion-ios-contact-outline:before,
.nav-tools .ion-ios-copy:before,
.nav-tools .ion-ios-copy-outline:before,
.nav-tools .ion-ios-crop:before,
.nav-tools .ion-ios-crop-strong:before,
.nav-tools .ion-ios-download:before,
.nav-tools .ion-ios-download-outline:before,
.nav-tools .ion-ios-drag:before,
.nav-tools .ion-ios-email:before,
.nav-tools .ion-ios-email-outline:before,
.nav-tools .ion-ios-eye:before,
.nav-tools .ion-ios-eye-outline:before,
.nav-tools .ion-ios-fastforward:before,
.nav-tools .ion-ios-fastforward-outline:before,
.nav-tools .ion-ios-filing:before,
.nav-tools .ion-ios-filing-outline:before,
.nav-tools .ion-ios-film:before,
.nav-tools .ion-ios-film-outline:before,
.nav-tools .ion-ios-flag:before,
.nav-tools .ion-ios-flag-outline:before,
.nav-tools .ion-ios-flame:before,
.nav-tools .ion-ios-flame-outline:before,
.nav-tools .ion-ios-flask:before,
.nav-tools .ion-ios-flask-outline:before,
.nav-tools .ion-ios-flower:before,
.nav-tools .ion-ios-flower-outline:before,
.nav-tools .ion-ios-folder:before,
.nav-tools .ion-ios-folder-outline:before,
.nav-tools .ion-ios-football:before,
.nav-tools .ion-ios-football-outline:before,
.nav-tools .ion-ios-game-controller-a:before,
.nav-tools .ion-ios-game-controller-a-outline:before,
.nav-tools .ion-ios-game-controller-b:before,
.nav-tools .ion-ios-game-controller-b-outline:before,
.nav-tools .ion-ios-gear:before,
.nav-tools .ion-ios-gear-outline:before,
.nav-tools .ion-ios-glasses:before,
.nav-tools .ion-ios-glasses-outline:before,
.nav-tools .ion-ios-grid-view:before,
.nav-tools .ion-ios-grid-view-outline:before,
.nav-tools .ion-ios-heart:before,
.nav-tools .ion-ios-heart-outline:before,
.nav-tools .ion-ios-help:before,
.nav-tools .ion-ios-help-empty:before,
.nav-tools .ion-ios-help-outline:before,
.nav-tools .ion-ios-home:before,
.nav-tools .ion-ios-home-outline:before,
.nav-tools .ion-ios-infinite:before,
.nav-tools .ion-ios-infinite-outline:before,
.nav-tools .ion-ios-information:before,
.nav-tools .info-tab a:before,
.info-tab .nav-tools a:before,
.nav-tools .ion-ios-information-empty:before,
.nav-tools .ion-ios-information-outline:before,
.nav-tools .ion-ios-ionic-outline:before,
.nav-tools .ion-ios-keypad:before,
.nav-tools .ion-ios-keypad-outline:before,
.nav-tools .ion-ios-lightbulb:before,
.nav-tools .ion-ios-lightbulb-outline:before,
.nav-tools .ion-ios-list:before,
.nav-tools .ion-ios-list-outline:before,
.nav-tools .ion-ios-location:before,
.nav-tools .ion-ios-location-outline:before,
.nav-tools .ion-ios-locked:before,
.nav-tools .ion-ios-locked-outline:before,
.nav-tools .ion-ios-loop:before,
.nav-tools .ion-ios-loop-strong:before,
.nav-tools .ion-ios-medical:before,
.nav-tools .ion-ios-medical-outline:before,
.nav-tools .ion-ios-medkit:before,
.nav-tools .ion-ios-medkit-outline:before,
.nav-tools .ion-ios-mic:before,
.nav-tools .ion-ios-mic-off:before,
.nav-tools .ion-ios-mic-outline:before,
.nav-tools .ion-ios-minus:before,
.nav-tools .ion-ios-minus-empty:before,
.nav-tools .ion-ios-minus-outline:before,
.nav-tools .ion-ios-monitor:before,
.nav-tools .ion-ios-monitor-outline:before,
.nav-tools .ion-ios-moon:before,
.nav-tools .ion-ios-moon-outline:before,
.nav-tools .ion-ios-more:before,
.nav-tools .ion-ios-more-outline:before,
.nav-tools .ion-ios-musical-note:before,
.nav-tools .ion-ios-musical-notes:before,
.nav-tools .ion-ios-navigate:before,
.nav-tools .ion-ios-navigate-outline:before,
.nav-tools .ion-ios-nutrition:before,
.nav-tools .ion-ios-nutrition-outline:before,
.nav-tools .ion-ios-paper:before,
.nav-tools .ion-ios-paper-outline:before,
.nav-tools .ion-ios-paperplane:before,
.nav-tools .ion-ios-paperplane-outline:before,
.nav-tools .ion-ios-partlysunny:before,
.nav-tools .ion-ios-partlysunny-outline:before,
.nav-tools .ion-ios-pause:before,
.nav-tools .ion-ios-pause-outline:before,
.nav-tools .ion-ios-paw:before,
.nav-tools .ion-ios-paw-outline:before,
.nav-tools .ion-ios-people:before,
.nav-tools .ion-ios-people-outline:before,
.nav-tools .ion-ios-person:before,
.nav-tools .ion-ios-person-outline:before,
.nav-tools .ion-ios-personadd:before,
.nav-tools .ion-ios-personadd-outline:before,
.nav-tools .ion-ios-photos:before,
.nav-tools .ion-ios-photos-outline:before,
.nav-tools .ion-ios-pie:before,
.nav-tools .ion-ios-pie-outline:before,
.nav-tools .ion-ios-pint:before,
.nav-tools .ion-ios-pint-outline:before,
.nav-tools .ion-ios-play:before,
.nav-tools .ion-ios-play-outline:before,
.nav-tools .ion-ios-plus:before,
.nav-tools .ion-ios-plus-empty:before,
.nav-tools .ion-ios-plus-outline:before,
.nav-tools .ion-ios-pricetag:before,
.nav-tools .ion-ios-pricetag-outline:before,
.nav-tools .ion-ios-pricetags:before,
.nav-tools .ion-ios-pricetags-outline:before,
.nav-tools .ion-ios-printer:before,
.nav-tools .ion-ios-printer-outline:before,
.nav-tools .ion-ios-pulse:before,
.nav-tools .ion-ios-pulse-strong:before,
.nav-tools .ion-ios-rainy:before,
.nav-tools .ion-ios-rainy-outline:before,
.nav-tools .ion-ios-recording:before,
.nav-tools .ion-ios-recording-outline:before,
.nav-tools .ion-ios-redo:before,
.nav-tools .ion-ios-redo-outline:before,
.nav-tools .ion-ios-refresh:before,
.nav-tools .ion-ios-refresh-empty:before,
.nav-tools .ion-ios-refresh-outline:before,
.nav-tools .ion-ios-reload:before,
.nav-tools .ion-ios-reverse-camera:before,
.nav-tools .ion-ios-reverse-camera-outline:before,
.nav-tools .ion-ios-rewind:before,
.nav-tools .ion-ios-rewind-outline:before,
.nav-tools .ion-ios-rose:before,
.nav-tools .ion-ios-rose-outline:before,
.nav-tools .ion-ios-search:before,
.nav-tools .ion-ios-search-strong:before,
.nav-tools .ion-ios-settings:before,
.nav-tools .ion-ios-settings-strong:before,
.nav-tools .ion-ios-shuffle:before,
.nav-tools .ion-ios-shuffle-strong:before,
.nav-tools .ion-ios-skipbackward:before,
.nav-tools .ion-ios-skipbackward-outline:before,
.nav-tools .ion-ios-skipforward:before,
.nav-tools .ion-ios-skipforward-outline:before,
.nav-tools .ion-ios-snowy:before,
.nav-tools .ion-ios-speedometer:before,
.nav-tools .ion-ios-speedometer-outline:before,
.nav-tools .ion-ios-star:before,
.nav-tools .ion-ios-star-half:before,
.nav-tools .ion-ios-star-outline:before,
.nav-tools .ion-ios-stopwatch:before,
.nav-tools .ion-ios-stopwatch-outline:before,
.nav-tools .ion-ios-sunny:before,
.nav-tools .ion-ios-sunny-outline:before,
.nav-tools .ion-ios-telephone:before,
.nav-tools .ion-ios-telephone-outline:before,
.nav-tools .ion-ios-tennisball:before,
.nav-tools .ion-ios-tennisball-outline:before,
.nav-tools .ion-ios-thunderstorm:before,
.nav-tools .ion-ios-thunderstorm-outline:before,
.nav-tools .ion-ios-time:before,
.nav-tools .ion-ios-time-outline:before,
.nav-tools .ion-ios-timer:before,
.nav-tools .ion-ios-timer-outline:before,
.nav-tools .ion-ios-toggle:before,
.nav-tools .ion-ios-toggle-outline:before,
.nav-tools .ion-ios-trash:before,
.nav-tools .ion-ios-trash-outline:before,
.nav-tools .ion-ios-undo:before,
.nav-tools .comments-area .children .comment-author .fn:before,
.comments-area .children .comment-author .nav-tools .fn:before,
.nav-tools .ion-ios-undo-outline:before,
.nav-tools .ion-ios-unlocked:before,
.nav-tools .ion-ios-unlocked-outline:before,
.nav-tools .ion-ios-upload:before,
.nav-tools .ion-ios-upload-outline:before,
.nav-tools .ion-ios-videocam:before,
.nav-tools .ion-ios-videocam-outline:before,
.nav-tools .ion-ios-volume-high:before,
.nav-tools .ion-ios-volume-low:before,
.nav-tools .ion-ios-wineglass:before,
.nav-tools .ion-ios-wineglass-outline:before,
.nav-tools .ion-ios-world:before,
.nav-tools .ion-ios-world-outline:before,
.nav-tools .ion-ipad:before,
.nav-tools .ion-iphone:before,
.nav-tools .ion-ipod:before,
.nav-tools .ion-jet:before,
.nav-tools .ion-key:before,
.nav-tools .ion-knife:before,
.nav-tools .ion-laptop:before,
.nav-tools .ion-leaf:before,
.nav-tools .ion-levels:before,
.nav-tools .ion-lightbulb:before,
.nav-tools .ion-link:before,
.nav-tools .ion-load-a:before,
.nav-tools .ion-load-b:before,
.nav-tools .ion-load-c:before,
.nav-tools .ion-load-d:before,
.nav-tools .ion-location:before,
.nav-tools .ion-lock-combination:before,
.nav-tools .ion-locked:before,
.nav-tools .ion-log-in:before,
.nav-tools .ion-log-out:before,
.nav-tools .ion-loop:before,
.nav-tools .ion-magnet:before,
.nav-tools .ion-male:before,
.nav-tools .ion-man:before,
.nav-tools .ion-map:before,
.nav-tools .ion-medkit:before,
.nav-tools .ion-merge:before,
.nav-tools .ion-mic-a:before,
.nav-tools .ion-mic-b:before,
.nav-tools .ion-mic-c:before,
.nav-tools .ion-minus:before,
.nav-tools .ion-minus-circled:before,
.nav-tools .ion-minus-round:before,
.nav-tools .ion-model-s:before,
.nav-tools .ion-monitor:before,
.nav-tools .ion-more:before,
.nav-tools .ion-mouse:before,
.nav-tools .ion-music-note:before,
.nav-tools .ion-navicon:before,
.nav-tools .ion-navicon-round:before,
.nav-tools .ion-navigate:before,
.nav-tools .ion-network:before,
.nav-tools .ion-no-smoking:before,
.nav-tools .ion-nuclear:before,
.nav-tools .ion-outlet:before,
.nav-tools .ion-paintbrush:before,
.nav-tools .ion-paintbucket:before,
.nav-tools .ion-paper-airplane:before,
.nav-tools .ion-paperclip:before,
.nav-tools .ion-pause:before,
.nav-tools .ion-person:before,
.nav-tools .ion-person-add:before,
.nav-tools .ion-person-stalker:before,
.nav-tools .ion-pie-graph:before,
.nav-tools .ion-pin:before,
.nav-tools .ion-pinpoint:before,
.nav-tools .ion-pizza:before,
.nav-tools .ion-plane:before,
.nav-tools .ion-planet:before,
.nav-tools .ion-play:before,
.nav-tools .ion-playstation:before,
.nav-tools .ion-plus:before,
.nav-tools .ion-plus-circled:before,
.nav-tools .ion-plus-round:before,
.nav-tools .ion-podium:before,
.nav-tools .ion-pound:before,
.nav-tools .ion-power:before,
.nav-tools .ion-pricetag:before,
.nav-tools .ion-pricetags:before,
.nav-tools .ion-printer:before,
.nav-tools .ion-pull-request:before,
.nav-tools .ion-qr-scanner:before,
.nav-tools .ion-quote:before,
.nav-tools .ion-radio-waves:before,
.nav-tools .ion-record:before,
.nav-tools .ion-refresh:before,
.nav-tools .ion-reply:before,
.nav-tools .ion-reply-all:before,
.nav-tools .ion-ribbon-a:before,
.nav-tools .ion-ribbon-b:before,
.nav-tools .ion-sad:before,
.nav-tools .ion-sad-outline:before,
.nav-tools .ion-scissors:before,
.nav-tools .ion-search:before,
.nav-tools .ion-settings:before,
.nav-tools .ion-share:before,
.nav-tools .ion-shuffle:before,
.nav-tools .ion-skip-backward:before,
.nav-tools .ion-skip-forward:before,
.nav-tools .ion-social-android:before,
.nav-tools .ion-social-android-outline:before,
.nav-tools .ion-social-angular:before,
.nav-tools .ion-social-angular-outline:before,
.nav-tools .ion-social-apple:before,
.nav-tools .ion-social-apple-outline:before,
.nav-tools .ion-social-bitcoin:before,
.nav-tools .ion-social-bitcoin-outline:before,
.nav-tools .ion-social-buffer:before,
.nav-tools .ion-social-buffer-outline:before,
.nav-tools .ion-social-chrome:before,
.nav-tools .ion-social-chrome-outline:before,
.nav-tools .ion-social-codepen:before,
.nav-tools .ion-social-codepen-outline:before,
.nav-tools .ion-social-css3:before,
.nav-tools .ion-social-css3-outline:before,
.nav-tools .ion-social-designernews:before,
.nav-tools .ion-social-designernews-outline:before,
.nav-tools .ion-social-dribbble:before,
.nav-tools .ion-social-dribbble-outline:before,
.nav-tools .ion-social-dropbox:before,
.nav-tools .ion-social-dropbox-outline:before,
.nav-tools .ion-social-euro:before,
.nav-tools .ion-social-euro-outline:before,
.nav-tools .ion-social-facebook:before,
.nav-tools .ion-social-facebook-outline:before,
.nav-tools .ion-social-foursquare:before,
.nav-tools .ion-social-foursquare-outline:before,
.nav-tools .ion-social-freebsd-devil:before,
.nav-tools .ion-social-github:before,
.nav-tools .ion-social-github-outline:before,
.nav-tools .ion-social-google:before,
.nav-tools .ion-social-google-outline:before,
.nav-tools .ion-social-googleplus:before,
.nav-tools .ion-social-googleplus-outline:before,
.nav-tools .ion-social-hackernews:before,
.nav-tools .ion-social-hackernews-outline:before,
.nav-tools .ion-social-html5:before,
.nav-tools .ion-social-html5-outline:before,
.nav-tools .ion-social-instagram:before,
.nav-tools .ion-social-instagram-outline:before,
.nav-tools .ion-social-javascript:before,
.nav-tools .ion-social-javascript-outline:before,
.nav-tools .ion-social-linkedin:before,
.nav-tools .ion-social-linkedin-outline:before,
.nav-tools .ion-social-markdown:before,
.nav-tools .ion-social-nodejs:before,
.nav-tools .ion-social-octocat:before,
.nav-tools .ion-social-pinterest:before,
.nav-tools .ion-social-pinterest-outline:before,
.nav-tools .ion-social-python:before,
.nav-tools .ion-social-reddit:before,
.nav-tools .ion-social-reddit-outline:before,
.nav-tools .ion-social-rss:before,
.nav-tools .ion-social-rss-outline:before,
.nav-tools .ion-social-sass:before,
.nav-tools .ion-social-skype:before,
.nav-tools .ion-social-skype-outline:before,
.nav-tools .ion-social-snapchat:before,
.nav-tools .ion-social-snapchat-outline:before,
.nav-tools .ion-social-tumblr:before,
.nav-tools .ion-social-tumblr-outline:before,
.nav-tools .ion-social-tux:before,
.nav-tools .ion-social-twitch:before,
.nav-tools .ion-social-twitch-outline:before,
.nav-tools .ion-social-twitter:before,
.nav-tools .ion-social-twitter-outline:before,
.nav-tools .ion-social-usd:before,
.nav-tools .ion-social-usd-outline:before,
.nav-tools .ion-social-vimeo:before,
.nav-tools .ion-social-vimeo-outline:before,
.nav-tools .ion-social-whatsapp:before,
.nav-tools .ion-social-whatsapp-outline:before,
.nav-tools .ion-social-windows:before,
.nav-tools .ion-social-windows-outline:before,
.nav-tools .ion-social-wordpress:before,
.nav-tools .ion-social-wordpress-outline:before,
.nav-tools .ion-social-yahoo:before,
.nav-tools .ion-social-yahoo-outline:before,
.nav-tools .ion-social-yen:before,
.nav-tools .ion-social-yen-outline:before,
.nav-tools .ion-social-youtube:before,
.nav-tools .format-video .featured-thumbnail:before,
.format-video .nav-tools .featured-thumbnail:before,
.nav-tools .ion-social-youtube-outline:before,
.nav-tools .ion-soup-can:before,
.nav-tools .ion-soup-can-outline:before,
.nav-tools .ion-speakerphone:before,
.nav-tools .ion-speedometer:before,
.nav-tools .ion-spoon:before,
.nav-tools .ion-star:before,
.nav-tools .ion-stats-bars:before,
.nav-tools .ion-steam:before,
.nav-tools .ion-stop:before,
.nav-tools .ion-thermometer:before,
.nav-tools .ion-thumbsdown:before,
.nav-tools .ion-thumbsup:before,
.nav-tools .ion-toggle:before,
.nav-tools .ion-toggle-filled:before,
.nav-tools .ion-transgender:before,
.nav-tools .ion-trash-a:before,
.nav-tools .ion-trash-b:before,
.nav-tools .ion-trophy:before,
.nav-tools .ion-tshirt:before,
.nav-tools .ion-tshirt-outline:before,
.nav-tools .ion-umbrella:before,
.nav-tools .ion-university:before,
.nav-tools .ion-unlocked:before,
.nav-tools .ion-upload:before,
.nav-tools .ion-usb:before,
.nav-tools .ion-videocamera:before,
.nav-tools .ion-volume-high:before,
.nav-tools .ion-volume-low:before,
.nav-tools .ion-volume-medium:before,
.nav-tools .ion-volume-mute:before,
.nav-tools .ion-wand:before,
.nav-tools .ion-waterdrop:before,
.nav-tools .ion-wifi:before,
.nav-tools .ion-wineglass:before,
.nav-tools .ion-woman:before,
.nav-tools .ion-wrench:before,
.nav-tools .ion-xbox:before {
  font-size: 28px;
  vertical-align: middle;
  margin-left: 12px;
  width: 21px;
  text-align: center;
}

.search-bar {
  display: none;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #181818;
  z-index: 60;
  padding: 20px 70px 20px 26px;
}
.reduced .search-bar {
  padding-top: 10px;
}
.reduced .search-bar input[type=search] {
  border-bottom: none;
}
.search-bar form {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .search-bar form {
    margin-top: 0;
  }
}
.search-bar input {
  display: inline-block;
}
.search-bar input[type=search] {
  color: rgba(255, 255, 255, 0.25);
  background: none;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  border: none;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 1.8rem;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  .search-bar {
    padding-top: 10px;
  }
  .search-bar input[type=search] {
    border-bottom: none;
  }
}
.search-bar .search-button {
  position: absolute;
  top: 23px;
  right: 20px;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 28px;
  color: #fff;
  padding: 0;
  text-shadow: none;
}
@media (max-width: 767px) {
  .search-bar .search-button {
    top: 8px;
    right: 20px;
  }
}
.reduced .search-bar .search-button {
  top: 8px;
  right: 20px;
}
@media (max-width: 767px) {
  .search-bar {
    top: 100%;
  }
}

#mebarArea {
  position: relative;
  vertical-align: top;
  display: table-cell;
  height: 84px;
  width: 296px;
}
#mebarArea.signOut {
  width: 120px;
}
@media (max-width: 767px) {
  #mebarArea.signOut {
    width: 55px;
  }
}
.reduced #mebarArea {
  height: 55px;
}
@media (max-width: 767px) {
  #mebarArea {
    height: 55px;
  }
}

.slide {
  transition: all .5s ease-in-out;
}

.slide--reset {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 250;
}

.slide--up {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.animated {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animated.slide--reset {
  -webkit-animation-name: slideDown;
          animation-name: slideDown;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes slideUpAdmin {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-166px);
            transform: translateY(-166px);
  }
}
@keyframes slideUpAdmin {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-166px);
            transform: translateY(-166px);
  }
}
.animated.slide--up {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}
@media (max-width: 767px) {
  .animated.slide--up {
    -webkit-animation-name: slideUpAdmin;
            animation-name: slideUpAdmin;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  padding-left: 0;
  display: none;
}
.main-navigation ul.sub-menu a:hover {
  background: rgba(68, 68, 68, 0.5);
}
.main-navigation li {
  float: left;
}
.main-navigation li.menu-open {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}
.main-navigation a:hover {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}
.reduced .main-navigation {
  display: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: table-cell;
}

@media screen and (min-width: 64em) {
  .menu-toggle {
    display: none;
  }
  .reduced .menu-toggle {
    display: table-cell;
  }

  .main-navigation ul {
    display: table-cell;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.mobile-menu {
  display: none;
  overflow: visible;
  position: absolute;
  z-index: 100;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  background: #181818;
  background: rgba(24, 24, 24, 0.85);
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
  pointer-events: visible;
}
.mobile-menu li {
  float: none;
  display: block;
  text-align: center;
  border-bottom: 1px solid #2b2b2b;
  height: auto;
  width: 100%;
  line-height: auto;
  font-size: 96px;
  font-size: 6rem;
}
@media (max-width: 767px) {
  .mobile-menu li {
    font-size: 57.6px;
    font-size: 3.6rem;
  }
}
.mobile-menu a {
  padding: 6px 0;
  display: block;
  width: 100%;
  color: #fff;
}
.mobile-menu a:hover {
  background: #fff;
  text-decoration: none;
  color: #000;
}
.mobile-menu > div {
  padding-top: 105px;
  width: 100%;
}

/*--------------------------------------------------------------
## Me Bar - styles from xbox.com site
--------------------------------------------------------------*/
#mebarArea:hover .gamerInfo {
  background-color: #222;
}

#mebarArea:hover ul {
  visibility: visible;
  display: block;
  background: #222;
}

#mebarArea a {
  text-decoration: none;
  color: white;
}

#mebarArea a:visited {
  color: white;
}

#mebarArea a:hover {
  color: white;
}

#mebarArea.signOut #mebar .gamerInfo ul {
  padding: 0 28px;
}
@media (max-width: 767px) {
  #mebarArea.signOut #mebar .gamerInfo ul {
    padding: 0;
  }
}

#mebarArea.signOut #mebar .gamerInfo .gamerStat {
  text-align: center;
  padding-top: 2px;
}
@media (max-width: 767px) {
  #mebarArea.signOut #mebar .gamerInfo .gamerStat {
    padding-top: 0;
  }
}
.reduced #mebarArea.signOut #mebar .gamerInfo .gamerStat {
  padding-top: 0;
}

#mebarArea.signOut #mebar .gamerInfo .gamerStat a {
  color: white;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 84px;
}
@media (max-width: 767px) {
  #mebarArea.signOut #mebar .gamerInfo .gamerStat a {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.reduced #mebarArea.signOut #mebar .gamerInfo .gamerStat a {
  line-height: 55px;
}
@media (max-width: 767px) {
  #mebarArea.signOut #mebar .gamerInfo .gamerStat a {
    line-height: 55px;
    height: 55px;
    width: 55px;
    display: block;
  }
}

#mebarArea.signOut .mebarList {
  right: 0;
  width: 188px;
}

#mebarArea.signIn {
  width: 256px;
}
.reduced #mebarArea.signIn {
  width: 227px;
}
@media (max-width: 767px) {
  .reduced #mebarArea.signIn {
    width: 55px;
  }
}
@media (max-width: 767px) {
  #mebarArea.signIn {
    width: 55px;
  }
}

#mebarArea.signIn #mebar {
  width: 256px;
}
.reduced #mebarArea.signIn #mebar {
  line-height: 55px;
  width: 227px;
}
@media (max-width: 767px) {
  .reduced #mebarArea.signIn #mebar {
    width: 55px;
  }
}
@media (max-width: 767px) {
  #mebarArea.signIn #mebar {
    width: 55px;
    height: 55px;
  }
}

#mebarArea.signIn #mebar .gamerInfo {
  width: 172px;
}
@media (max-width: 767px) {
  #mebarArea.signIn #mebar .gamerInfo {
    display: none;
  }
}

#mebarArea.signIn #mebar .gamerInfo ul {
  padding: 10px 14px 0 14px;
  padding-top: 20px;
}
.reduced #mebarArea.signIn #mebar .gamerInfo ul {
  padding-top: 5px;
}

#mebarArea.signIn #mebar .gamerInfo li {
  margin-top: 6px;
  text-align: left;
  line-height: 16px;
}

#mebarArea.signIn #mebar .gamerInfo li a {
  display: block;
  width: 140px;
}

#mebarArea.signIn #mebar .gamerInfo .accountLink {
  margin-top: 2px;
}

#mebarArea.signIn #mebar .gamerInfo .gamerStat a {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-word-break: keep-all;
  -moz--word-break: keep-all;
  -moz--text-overflow: ellipsis;
  word-break: keep-all;
  word-wrap: normal;
  font-family: "Segoe UI Semibold",Arial,Sans-Serif;
  color: #5dc21e;
}

#mebarArea.signIn #mebar .gamerInfo .gamerStat a:hover {
  color: #5dc21e;
}

#mebarArea.signIn .mebarList {
  width: 256px;
}
.reduced #mebarArea.signIn .mebarList {
  width: 227px;
}

#mebar {
  background: #0b0e14;
  height: 84px;
}
#mebar:hover {
  background: #156115;
}
.reduced #mebar {
  height: 55px;
}
@media (max-width: 767px) {
  #mebar {
    height: 55px;
  }
}

#mebar .gamerPic {
  width: 84px;
  height: 84px;
  float: right;
}
.reduced #mebar .gamerPic {
  height: 55px;
  width: 55px;
}
@media (max-width: 767px) {
  #mebar .gamerPic {
    width: 55px;
    height: 55px;
  }
}

#mebar .gamerPic .headShot {
  width: 84px;
  height: 84px;
}
.reduced #mebar .gamerPic .headShot {
  height: 55px;
  width: 55px;
  display: block;
}
@media (max-width: 767px) {
  #mebar .gamerPic .headShot {
    width: 55px;
    height: 55px;
    display: block;
  }
}

#mebar .gamerInfo {
  height: 84px;
  line-height: 64px;
  text-align: center;
  font-size: 13px;
  font-family: "Segoe UI Semibold",Arial,Sans-Serif;
}
.reduced #mebar .gamerInfo {
  height: 55px;
}
@media (max-width: 767px) {
  #mebar .gamerInfo {
    height: 55px;
  }
}

#mebar .gamerInfo a, #mebar .gamerInfo a:visited {
  font-family: "Segoe UI Semibold", Arial, Sans-Serif;
}

#mebar .gamerInfo ul {
  height: 32px;
  margin: 0;
  list-style-type: none;
}

#mebar .gamerInfo .accountLink a {
  font-family: "Segoe UI Semibold",Arial,Sans-Serif;
  font-size: 12px;
  color: white;
}

#mebar .gamerInfo .accountLink a:hover {
  color: white;
}

.mebarList {
  background-color: #0b0e14;
  color: #ebebeb;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  list-style-type: none;
  z-index: 200;
  font-family: "Segoe UI",Arial,Sans-Serif;
  font-size: 13px;
}
@media (max-width: 767px) {
  .mebarList {
    right: 0;
  }
}

.mebarList hr {
  border: 0;
  background-color: #3a3a3a;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.mebarList a, .mebarList a:visited {
  font-family: "Segoe UI", Arial, Sans-Serif;
}

.mebarList .mebarListItem {
  line-height: 36px;
}

.mebarList .mebarListItem a, .mebarList .mebarListItem a:visited {
  color: #ebebeb;
  display: block;
  padding: 0 14px;
  width: auto;
}

.mebarList .mebarListItem a:hover {
  color: #ebebeb;
  background-color: #3a3a3a;
}

.mebarList .signUpItem {
  padding: 20px 14px 20px 14px;
  padding: 20px 14px;
  line-height: 16px;
}

.mebarList .signUpItem:hover a {
  color: white;
}

.mebarList .signUpItem a:visited {
  color: #ebebeb;
}

.mebarList .signUpItem a:hover {
  color: white;
}

.mebarList .signUpItem .xboxliveLogo {
  width: 158px;
  height: 31px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
}

.mebarList .separator {
  margin: 0;
  padding: 0;
}

.mebarList .stausContainer {
  text-align: right;
  float: right;
  height: 36px;
  width: auto;
}

.mebarList .stausContainer .statusIcon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

/*--------------------------------------------------------------
## Studios Dropdown
--------------------------------------------------------------*/
.studios-dropdown {
  position: fixed;
  padding-top: 99px;
  display: none;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #181818;
  background: rgba(24, 24, 24, 0.95);
}
.studios-dropdown .studio-card {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.studios-dropdown .studio-card img {
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Studios Nav
--------------------------------------------------------------*/
.nav-studio, .nav-ideas {
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  height: 79px;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 55px;
  left: 0;
  transition: all, 0.5s;
  z-index: 100;
}
.has-hero .nav-studio, .has-hero .nav-ideas {
  border-bottom: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-studio, .nav-ideas {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .nav-studio, .nav-ideas {
    height: 50px;
  }
}
.nav-studio .logo-studio, .nav-studio .logo-project, .nav-ideas .logo-studio, .nav-ideas .logo-project {
  display: table-cell;
  height: 80px;
  width: 200px;
  vertical-align: middle;
  margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-studio .logo-studio, .nav-studio .logo-project, .nav-ideas .logo-studio, .nav-ideas .logo-project {
    height: 55px;
  }
}
@media (max-width: 767px) {
  .nav-studio .logo-studio, .nav-studio .logo-project, .nav-ideas .logo-studio, .nav-ideas .logo-project {
    display: none;
  }
}
.nav-studio ul, .nav-ideas ul {
  margin: 0;
  line-height: 60px;
  padding: 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .nav-studio ul, .nav-ideas ul {
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .nav-studio ul, .nav-ideas ul {
    float: right;
  }
}
.nav-studio li, .nav-ideas li {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .nav-studio li:first-child a, .nav-ideas li:first-child a {
    padding-left: 0;
  }
}
.nav-studio li.current-menu-item > a, .nav-studio li.current-menu-ancestor > a, .nav-ideas li.current-menu-item > a, .nav-ideas li.current-menu-ancestor > a {
  position: relative;
}
.nav-studio li.current-menu-item > a:after, .nav-studio li.current-menu-ancestor > a:after, .nav-ideas li.current-menu-item > a:after, .nav-ideas li.current-menu-ancestor > a:after {
  position: absolute;
  bottom: 20px;
  height: 1px;
  left: 25px;
  width: calc(100% - 50px);
  content: '';
  background: #cfcfcf;
}
@media (max-width: 767px) {
  .nav-studio li.current-menu-item > a:after, .nav-studio li.current-menu-ancestor > a:after, .nav-ideas li.current-menu-item > a:after, .nav-ideas li.current-menu-ancestor > a:after {
    bottom: 10px;
    left: 12px;
    width: calc(100% - 24px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-studio li.current-menu-item > a:after, .nav-studio li.current-menu-ancestor > a:after, .nav-ideas li.current-menu-item > a:after, .nav-ideas li.current-menu-ancestor > a:after {
    bottom: 10px;
    left: 18px;
    width: calc(100% - 36px);
  }
}
.post-type-archive-ms_idea .nav-studio li.ideas-landing > a, .post-type-archive-ms_idea .nav-ideas li.ideas-landing > a {
  position: relative;
}
.post-type-archive-ms_idea .nav-studio li.ideas-landing > a:after, .post-type-archive-ms_idea .nav-ideas li.ideas-landing > a:after {
  position: absolute;
  bottom: 20px;
  height: 1px;
  left: 25px;
  width: calc(100% - 50px);
  content: '';
  background: #cfcfcf;
}
@media (max-width: 767px) {
  .post-type-archive-ms_idea .nav-studio li.ideas-landing > a:after, .post-type-archive-ms_idea .nav-ideas li.ideas-landing > a:after {
    bottom: 10px;
    left: 12px;
    width: calc(100% - 24px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-type-archive-ms_idea .nav-studio li.ideas-landing > a:after, .post-type-archive-ms_idea .nav-ideas li.ideas-landing > a:after {
    bottom: 10px;
    left: 18px;
    width: calc(100% - 36px);
  }
}
.nav-studio li.highlight a, .nav-ideas li.highlight a {
  background: #107c10;
  color: #fff;
}
.nav-studio li.highlight a:hover:after, .nav-ideas li.highlight a:hover:after {
  display: none;
}
.nav-studio li a, .nav-ideas li a {
  padding: 0 12px;
  display: block;
  color: #000;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-studio li a, .nav-ideas li a {
    padding: 0 18px;
  }
}
@media (min-width: 992px) {
  .nav-studio li a, .nav-ideas li a {
    padding: 10px 25px;
  }
}
.nav-studio li a:hover, .nav-ideas li a:hover {
  position: relative;
}
.nav-studio li a:hover:after, .nav-ideas li a:hover:after {
  position: absolute;
  bottom: 20px;
  height: 1px;
  left: 25px;
  width: calc(100% - 50px);
  content: '';
  background: #cfcfcf;
}
@media (max-width: 767px) {
  .nav-studio li a:hover:after, .nav-ideas li a:hover:after {
    bottom: 10px;
    left: 12px;
    width: calc(100% - 24px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-studio li a:hover:after, .nav-ideas li a:hover:after {
    bottom: 10px;
    left: 18px;
    width: calc(100% - 36px);
  }
}
.nav-studio li ul, .nav-ideas li ul {
  display: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  float: none;
  position: absolute;
  line-height: 34px;
  top: 100%;
  text-align: left;
}
.nav-studio li ul li, .nav-ideas li ul li {
  white-space: nowrap;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  display: block;
  padding: 0 5px;
}
.nav-studio li ul li.current-menu-item > a:after, .nav-ideas li ul li.current-menu-item > a:after {
  display: none;
}
.nav-studio li ul a, .nav-ideas li ul a {
  padding: 6px 20px;
}
.nav-studio li ul a:hover, .nav-studio li ul a:focus, .nav-ideas li ul a:hover, .nav-ideas li ul a:focus {
  background: #fff;
  cursor: pointer;
}
.nav-studio li:hover, .nav-ideas li:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .nav-studio li:hover ul, .nav-ideas li:hover ul {
    display: block;
  }
}

.nav-ideas li.current-menu-item > a, .nav-ideas li.current-menu-ancestor > a {
  position: relative;
}
.nav-ideas li.current-menu-item > a:after, .nav-ideas li.current-menu-ancestor > a:after {
  bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-ideas li.current-menu-item > a:after, .nav-ideas li.current-menu-ancestor > a:after {
    bottom: 2px;
  }
}
@media (min-width: 992px) {
  .nav-ideas li.current-menu-item > a:after, .nav-ideas li.current-menu-ancestor > a:after {
    bottom: 0;
  }
}
.nav-ideas li a:hover:after {
  bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-ideas li a:hover:after {
    bottom: 2px;
  }
}
@media (min-width: 992px) {
  .nav-ideas li a:hover:after {
    bottom: 0;
  }
}

.headroom--not-top.slide--up ~ .nav-studio {
  -webkit-transform: translateY(-55px);
          transform: translateY(-55px);
}

.scroll-wrapper {
  overflow: hidden;
  height: 79px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .scroll-wrapper {
    height: 68px;
  }
}
@media (max-width: 767px) {
  .scroll-wrapper {
    height: 50px;
  }
}

.scroll-container {
  text-align: left;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 30px;
  -webkit-overflow-scrolling: touch;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 23px 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
@media (min-width: 992px) {
  .single .breadcrumbs p {
    display: block;
    max-width: 960px;
    margin: 0 auto;
  }
}
.breadcrumbs p {
  padding: 0;
  margin-bottom: 0;
  text-align: left;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
}
.breadcrumbs span {
  margin: 0 8px;
  color: #c6c6c6;
}
.breadcrumbs a {
  color: #000;
  font-family: "SegoeUI", Helvetica Neue, Helvetica, sans-serif;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f4f4f4;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
  content: " ";
  display: table;
}
.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Countdown timer
--------------------------------------------------------------*/
.countdown-timer {
  margin: 40px auto;
  width: 100%;
  text-align: center;
}
.countdown-timer .countdown-container {
  min-height: 130px;
}
@media (max-width: 767px) {
  .countdown-timer .countdown-container {
    min-height: 100px;
  }
}
.countdown-timer .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  text-align: center;
  position: relative;
  height: 95px;
  width: 71px;
}
@media (max-width: 767px) {
  .countdown-timer .time {
    width: 65px;
    height: 80px;
  }
}
.countdown-timer .time:after {
  height: 2px;
  width: 100%;
  content: '';
  border-top: 1px solid #363636;
  border-bottom: 1px solid #000000;
  z-index: 40;
  position: absolute;
  top: 52%;
  left: 0;
  opacity: .8;
}
.countdown-timer .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: "SegoeUI-SemiBold", Helvetica Neue, Helvetica, sans-serif, sans-serif;
  font-size: 40px;
  line-height: 2.4em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  height: 52%;
  width: 100%;
}
@media (max-width: 767px) {
  .countdown-timer .count {
    font-size: 32px;
    line-height: 80px;
  }
}
.countdown-timer .count.top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px 5px 0 0;
  overflow: visible;
  z-index: 20;
}
.countdown-timer .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 48%;
  top: 52%;
}
.countdown-timer .label {
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%;
}
@media (max-width: 767px) {
  .countdown-timer .label {
    top: 76px;
  }
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.slick-slider.carousel, .slick-slider.project-carousel-nav, .slick-slider.project-carousel {
  margin-bottom: 0;
}
.slick-slider .slick-arrow {
  box-shadow: none;
  border: none;
  background: none;
  z-index: 100;
  text-shadow: none;
  height: auto;
  width: auto;
}
.slick-slider .slick-arrow:before {
  font-size: 55px;
}
@media (max-width: 767px) {
  .slick-slider .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slick-slider .slick-arrow {
    display: none !important;
  }
}
.slick-slider .slick-prev {
  left: 60px;
  margin-top: -28px;
}
.slick-slider .slick-next {
  right: 60px;
  margin-top: -28px;
}
.slick-slider h1 {
  background: url('img/bg-call-out-box.jpg');
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  height: 90px;
  text-align: left;
  font-size: 43.2px;
  font-size: 2.7rem;
  color: #fff;
}
@media (max-width: 767px) {
  .slick-slider h1 {
    height: 86px;
    font-size: 27.2px;
    font-size: 1.7rem;
  }
}
.slick-slider h1 span {
  display: table-cell;
  padding: 0 30px;
  vertical-align: middle;
}

.slick-slide img {
  width: 100%;
}

.project-carousel {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .project-carousel {
    padding: 0;
  }
}
.project-carousel p {
  text-align: left;
  color: #fff;
  padding: 20px 4px 0 4px;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 25px;
}
.project-carousel span {
  color: #8c8c8c;
}

.project-carousel-nav {
  padding: 0 20px;
}
.project-carousel-nav .slick-slide {
  padding: 0 8px;
}
@media (max-width: 767px) {
  .project-carousel-nav .slick-slide {
    padding: 0 4px;
  }
}
@media (min-width: 992px) {
  .project-carousel-nav {
    padding: 0 138px;
  }
}

/*--------------------------------------------------------------
# Filter Bar
--------------------------------------------------------------*/
.filter-bar {
  background: #f4f4f4;
  padding: 43px 0;
}
.social-feed .filter-bar {
  background: #ececec;
}
.comments-area .filter-bar {
  padding: 0;
  background: none;
}
.filter-bar select {
  border-radius: 0;
  background: #f4f4f4;
  border: 1px solid #d8d8d8;
  width: 299px;
  max-width: 100%;
  height: 47px;
  text-transform: uppercase;
  color: #3a3a3a;
  margin: 0 0 20px 0;
  padding: 0 9px;
}
.comments-area .filter-bar select {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter-bar select {
    margin: 0 15px 20px 15px;
  }
}
@media (min-width: 992px) {
  .filter-bar select {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .social-feed .filter-bar {
    padding: 20px 0 0 0;
  }
}

/*--------------------------------------------------------------
# Cards Layout
--------------------------------------------------------------*/
.cards-layout {
  background: #f4f4f4;
  padding-top: 10px;
}
.social-feed .cards-layout {
  background: #ececec;
}
.cards-layout:before, .cards-layout:after {
  content: " ";
  display: table;
}
.cards-layout:after {
  clear: both;
}
.cards-layout .row, .cards-layout .studios-listing ul, .studios-listing .cards-layout ul {
  padding: 0 15px;
}

.feature-overlay + .cards-layout {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .feature-overlay + .cards-layout {
    padding-top: 20px;
  }
}

.masonry-block {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .masonry-block {
    width: 100%;
  }
}

.featured-thumbnail img {
  width: 100%;
  height: auto;
}
.featured-thumbnail span {
  font-size: 45px;
  padding: 80px 0 40px;
  color: #181818;
}

.post-card {
  background: #fff;
}
@media (max-width: 767px) {
  .post-card {
    margin-bottom: 10px;
  }
}
.post-card.inner-circle-post {
  background: #292929;
  color: #fff;
}
@media (max-width: 767px) {
  .post-card.inner-circle-post {
    position: relative;
  }
}
.post-card.inner-circle-post a, .post-card.inner-circle-post h1 {
  color: #fff;
}
.post-card.inner-circle-post .entry-header {
  color: #fff;
}
.post-card.inner-circle-post .entry-header a {
  color: #fff;
}
@media (max-width: 767px) {
  .post-card.inner-circle-post .entry-header .posted-on:before {
    position: absolute;
    top: 12px;
    right: 0;
  }
}
.post-card.inner-circle-post .social-links a {
  color: #707070;
}
.post-card.inner-circle-post .social-links a:hover {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-card.inner-circle-post .posted-on {
    position: relative;
  }
}
@media (min-width: 992px) {
  .post-card.inner-circle-post .posted-on {
    position: relative;
  }
}
.post-card.inner-circle-post .posted-on:before {
  margin-right: 10px;
  font-size: 46.4px;
  font-size: 2.9rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .post-card {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 8px;
  }
  .post-card.hentry {
    margin-bottom: 10px;
  }
}
.post-card .entry-header {
  padding: 18px 20px 18px 30px;
  line-height: 55px;
  color: #252726;
  font-size: 25.6px;
  font-size: 1.6rem;
}
.post-card .entry-header:before, .post-card .entry-header:after {
  content: " ";
  display: table;
}
.post-card .entry-header:after {
  clear: both;
}
.post-card .entry-header a {
  color: #252726;
}
.post-card .entry-header .posted-on {
  float: left;
}
@media (max-width: 767px) {
  .post-card .entry-header .posted-on a {
    color: #a0a0a0;
  }
}
.single .prev-next .post-card .entry-header {
  display: none;
}
@media (max-width: 767px) {
  .post-card .entry-header {
    padding: 10px 10px 0 10px;
    position: relative;
    display: block;
    left: 0;
    width: 100%;
    text-align: left;
  }
  .post-card .entry-header:before, .post-card .entry-header:after {
    content: " ";
    display: table;
  }
  .post-card .entry-header:after {
    clear: both;
  }
}
.post-card .posted-by {
  float: right;
}
.post-card .posted-by img {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .post-card .posted-by {
    min-height: 48px;
    position: relative;
    padding-left: 58px;
    display: block;
    float: none;
    line-height: 24px;
  }
  .post-card .posted-by img {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .post-card .posted-on {
    display: none;
  }
}
.post-card .phone-date {
  display: inline;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-card .phone-date {
    display: none;
  }
}
@media (min-width: 992px) {
  .post-card .phone-date {
    display: none;
  }
}
@media (max-width: 767px) {
  .post-card .phone-date .posted-on {
    display: block;
  }
}
@media (max-width: 767px) {
  .post-card .featured-thumbnail img {
    margin: 15px 0 0 0;
  }
}
.post-card .entry-content {
  padding: 30px 40px;
  text-align: left;
  margin: 0;
  word-wrap: break-word;
}
.post-card .entry-content .entry-title {
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .post-card .entry-content .entry-title {
    font-size: 25.6px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
.post-card .entry-content .entry-title a {
  color: #3a3a3a;
}
.single .prev-next .post-card .entry-content {
  padding: 20px 20px 10px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .post-card .entry-content {
    display: table-cell;
    vertical-align: top;
    padding: 19px 20px 8px 20px;
  }
}
.post-card .entry-footer {
  padding: 35px 0;
}
.single .prev-next .post-card .entry-footer {
  padding: 10px 0 5px 0;
}
@media (max-width: 767px) {
  .post-card .entry-footer {
    display: none;
  }
}

#contributions .post-card .posted-on {
  position: relative;
}
#contributions .post-card .posted-on:before {
  font-family: "Ionicons";
  position: absolute;
  top: 1px;
  left: -19px;
  font-size: 35.2px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  #contributions .post-card .posted-on:before {
    left: auto;
    right: -22px;
    color: #a0a0a0;
    font-size: 32px;
    font-size: 2rem;
  }
}
#contributions .post-card.type-post .posted-on:before {
  content: '\f3fb';
}
#contributions .post-card.type-ms_idea .posted-on:before {
  content: '\f451';
}

.social-card .posted-by {
  font-family: "SegoeUI-SemiBold", Helvetica Neue, Helvetica, sans-serif;
}
.social-card .featured-thumbnail {
  clear: both;
}
.social-card .featured-thumbnail span {
  padding: 9px 0 0 0;
  display: block;
}
@media (max-width: 767px) {
  .social-card .featured-thumbnail {
    position: absolute;
    top: 0;
    right: 39px;
    display: block;
    padding: 0;
  }
  .social-card .featured-thumbnail span {
    padding-top: 0;
    font-size: 57.6px;
    font-size: 3.6rem;
  }
}
.social-card .entry-content {
  color: #3A3A3A;
}
.social-card .entry-content a {
  color: #3A3A3A;
  text-decoration: underline;
}
.social-card .entry-content a:hover {
  text-decoration: none;
}
.social-card .entry-footer {
  padding: 40px 0 30px 0;
}
.social-card .thumb-img {
  position: relative;
  right: 0;
  width: 100%;
}
.social-card .thumb-img img {
  width: 100%;
  height: auto;
}

.format-video .featured-thumbnail {
  position: relative;
  transition: all .25s ease-in-out;
}
.format-video .featured-thumbnail:before {
  font-size: 112px;
  font-size: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  bottom: auto;
  right: auto;
  color: #fff;
  opacity: .9;
}
@media (max-width: 767px) {
  .format-video .featured-thumbnail:before {
    font-size: 51.2px;
    font-size: 3.2rem;
    margin-top: -22px;
    margin-left: -16px;
  }
}
.format-video .featured-thumbnail:hover:before {
  opacity: 1;
}
.format-video .fluid-width-video-wrapper {
  margin: 60px 0;
}

@media (max-width: 767px) {
  .masonry-block {
    width: 100%;
    margin-bottom: 12px;
  }
}

/*--------------------------------------------------------------
# Call out box
--------------------------------------------------------------*/
.call-out-box {
  background: url('img/bg-call-out-box.jpg');
  background-size: cover;
  background-position: top center;
  padding: 20px;
  color: #fff;
}
.call-out-box.connect-box {
  background-image: url('img/bg-call-out-box-connect.jpg');
}
@media (min-width: 768px) and (max-width: 991px) {
  .call-out-box {
    padding: 70px;
  }
}
@media (min-width: 992px) {
  .call-out-box {
    padding: 110px;
  }
}
.call-out-box h1, .call-out-box h2, .call-out-box h3, .call-out-box h4, .call-out-box h5, .call-out-box p, .call-out-box li, .call-out-box a {
  color: #fff;
}
.call-out-box .btn, .call-out-box .btn-inverse, .call-out-box .btn-gray {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .call-out-box .btn, .call-out-box .btn-inverse, .call-out-box .btn-gray {
    margin-bottom: 0;
  }
}
.call-out-box h1 {
  font-size: 48px;
  font-size: 3rem;
}
.call-out-box h1 span {
  font-size: 64px;
  font-size: 4rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .call-out-box h1 {
    font-size: 96px;
    font-size: 6rem;
  }
  .call-out-box h1 span {
    font-size: 131.2px;
    font-size: 8.2rem;
  }
}
@media (min-width: 992px) {
  .call-out-box h1 {
    font-size: 96px;
    font-size: 6rem;
  }
  .call-out-box h1 span {
    font-size: 131.2px;
    font-size: 8.2rem;
  }
}
@media (max-width: 767px) {
  .call-out-box h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.call-out-box p {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .call-out-box p {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .call-out-box p {
    margin-top: 50px;
  }
}
.align-cta .call-out-box .contain-width, .align-cta .call-out-box .contain-width-narrow, .align-cta .call-out-box .contain-width-mid {
  text-align: left;
}
.align-cta .call-out-box .contain-width h2, .align-cta .call-out-box .contain-width-narrow h2, .align-cta .call-out-box .contain-width-mid h2 {
  font-size: 41.6px;
  font-size: 2.6rem;
  color: #aaa;
}
.align-cta .call-out-box .contain-width h1, .align-cta .call-out-box .contain-width-narrow h1, .align-cta .call-out-box .contain-width-mid h1, .align-cta .call-out-box .contain-width h2, .align-cta .call-out-box .contain-width-narrow h2, .align-cta .call-out-box .contain-width-mid h2, .align-cta .call-out-box .contain-width h3, .align-cta .call-out-box .contain-width-narrow h3, .align-cta .call-out-box .contain-width-mid h3, .align-cta .call-out-box .contain-width p, .align-cta .call-out-box .contain-width-narrow p, .align-cta .call-out-box .contain-width-mid p {
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
}
.align-cta .call-out-box .btn, .align-cta .call-out-box .btn-inverse, .align-cta .call-out-box .btn-gray {
  border-color: rgba(255, 255, 255, 0.5);
}
.align-cta .call-out-box.align-left, .align-cta .call-out-box.text-left {
  padding-right: 50%;
}
@media (max-width: 767px) {
  .align-cta .call-out-box.align-left, .align-cta .call-out-box.text-left {
    padding: 10% 5%;
  }
  .align-cta .call-out-box.align-left .contain-width, .align-cta .call-out-box.align-left .contain-width-narrow, .align-cta .call-out-box.align-left .contain-width-mid, .align-cta .call-out-box.text-left .contain-width, .align-cta .call-out-box.text-left .contain-width-narrow, .align-cta .call-out-box.text-left .contain-width-mid {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .align-cta .call-out-box.align-left, .align-cta .call-out-box.text-left {
    padding-right: 25%;
  }
}
.align-cta .call-out-box.align-right, .align-cta .call-out-box.text-right {
  padding-left: 50%;
}
@media (max-width: 767px) {
  .align-cta .call-out-box.align-right, .align-cta .call-out-box.text-right {
    padding: 10% 5%;
  }
  .align-cta .call-out-box.align-right .contain-width, .align-cta .call-out-box.align-right .contain-width-narrow, .align-cta .call-out-box.align-right .contain-width-mid, .align-cta .call-out-box.text-right .contain-width, .align-cta .call-out-box.text-right .contain-width-narrow, .align-cta .call-out-box.text-right .contain-width-mid {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .align-cta .call-out-box.align-right, .align-cta .call-out-box.text-right {
    padding-left: 25%;
  }
}
.align-cta .call-out-box.text-center {
  padding-left: 25%;
  padding-right: 25%;
}
@media (max-width: 767px) {
  .align-cta .call-out-box.text-center {
    padding: 10% 5%;
  }
}
.align-cta .call-out-box.text-center .contain-width, .align-cta .call-out-box.text-center .contain-width-narrow, .align-cta .call-out-box.text-center .contain-width-mid {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .align-cta .call-out-box.text-center {
    padding-left: 12%;
    padding-right: 12%;
  }
}

@media (min-width: 992px) {
  .has-hero .feature-overlay {
    position: relative;
  }
  .has-hero .feature-overlay .call-out-box {
    padding: 0 110px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .has-hero .feature-overlay .call-out-box .contain-width, .has-hero .feature-overlay .call-out-box .contain-width-narrow, .has-hero .feature-overlay .call-out-box .contain-width-mid {
    position: absolute;
    left: 0;
    top: calc(50%);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .has-hero .feature-overlay .call-out-box h1 {
    margin-top: 0;
  }
}
.has-hero .feature-overlay .featured-video {
  max-height: 725px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .has-hero .feature-overlay .contain-width, .has-hero .feature-overlay .contain-width-narrow, .has-hero .feature-overlay .contain-width-mid {
    margin: 0 auto;
    max-width: none;
  }
}

@media (min-width: 992px) {
  .reduced .feature-overlay .call-out-box .contain-width, .reduced .feature-overlay .call-out-box .contain-width-narrow, .reduced .feature-overlay .call-out-box .contain-width-mid {
    top: calc(50% + 67px);
  }
}

@media (min-width: 992px) {
  .has-hero .featured-video + .call-out-box .btn, .has-hero .featured-video + .call-out-box .btn-inverse, .has-hero .featured-video + .call-out-box .btn-gray {
    background: #3a3a3a;
  }
  .has-hero .featured-video + .call-out-box .btn:hover, .has-hero .featured-video + .call-out-box .btn-inverse:hover, .has-hero .featured-video + .call-out-box .btn-gray:hover {
    background: #fff;
  }
}

/*--------------------------------------------------------------
# Social Links
--------------------------------------------------------------*/
.social-links {
  text-align: center;
  height: 31px;
}
.social-links ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.social-links li {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  font-size: 25.6px;
  font-size: 1.6rem;
}
.social-links span {
  font-size: 33.6px;
  font-size: 2.1rem;
  margin-right: 4px;
  vertical-align: text-bottom;
  line-height: 21px;
  text-align: center;
}
.social-links span + span {
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-right: 0;
  width: auto;
}
.social-links a {
  color: #a0a0a0;
}
.social-links a:hover {
  text-decoration: none;
  color: #000;
}
.social-links a:focus {
  text-decoration: none;
}
.ev-bar .social-links a {
  color: #a0a0a0;
}

.ms_liked .ion-android-star {
  color: #ffd255;
}

/*--------------------------------------------------------------
# Studios Listing
--------------------------------------------------------------*/
.studios-listing:before, .studios-listing:after {
  content: " ";
  display: table;
}
.studios-listing:after {
  clear: both;
}
.studios-listing ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.studios-listing li {
  padding: 15px 10px;
  position: relative;
}
.studios-listing .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.studios-listing img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# User Profile Page
--------------------------------------------------------------*/
.profile-box {
  background: url('img/bg-call-out-box.jpg');
  width: 100%;
  padding: 30px 0 50px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-box {
    padding: 50px 0 80px 0;
  }
}
@media (min-width: 992px) {
  .profile-box {
    padding: 50px 0 80px 0;
  }
}
.profile-box .post-well, .profile-box .search-well, .profile-box .studio-well {
  color: #fff;
}
.profile-box .post-well a, .profile-box .search-well a, .profile-box .studio-well a {
  color: #fff;
}
.profile-box .post-well h5 a, .profile-box .search-well h5 a, .profile-box .studio-well h5 a {
  color: #2f9c20;
}
@media (max-width: 767px) {
  .profile-box .entry-header {
    text-align: center;
  }
}
.profile-box .entry-header .btn, .profile-box .entry-header .btn-inverse, .profile-box .entry-header .btn-gray {
  float: right;
}
@media (max-width: 767px) {
  .profile-box .entry-header .btn, .profile-box .entry-header .btn-inverse, .profile-box .entry-header .btn-gray {
    float: none;
    margin: 0 auto 12px auto;
  }
}
.profile-box .entry-header .btn:hover, .profile-box .entry-header .btn-inverse:hover, .profile-box .entry-header .btn-gray:hover {
  color: #000;
}
.profile-box .entry-header .btn:hover span, .profile-box .entry-header .btn-inverse:hover span, .profile-box .entry-header .btn-gray:hover span {
  color: #000;
}
.profile-box h1, .profile-box h4, .profile-box h5, .profile-box li, .profile-box p {
  color: #fff;
}
.profile-box [class^="ion-"], .profile-box [class*=" ion-"] {
  font-size: 41.6px;
  font-size: 2.6rem;
  vertical-align: text-bottom;
  margin-right: 6px;
}

.profile-details h4 {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-details {
    display: table;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .profile-details {
    display: table;
    width: 100%;
  }
}

.profile-image {
  margin-bottom: 30px;
  text-align: center;
}
.profile-image img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .profile-image img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-image {
    display: table-cell;
    vertical-align: top;
    width: 240px;
  }
}
@media (min-width: 992px) {
  .profile-image {
    display: table-cell;
    vertical-align: top;
    width: 300px;
  }
}

.profile-stats h5, .profile-bio h5, .profile-post-count h5 {
  text-align: center;
  color: #2f9c20;
  font-size: 96px;
  font-size: 6rem;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 30px;
}
.profile-stats h5 small, .profile-bio h5 small, .profile-post-count h5 small {
  color: #f4f4f4;
  font-size: 28.8px;
  font-size: 1.8rem;
}
.profile-stats h5 small span, .profile-bio h5 small span, .profile-post-count h5 small span {
  display: inline-block;
  margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-stats, .profile-bio, .profile-post-count {
    display: table-cell;
    vertical-align: top;
    padding: 0 50px;
    min-width: 280px;
  }
  .profile-stats h4, .profile-bio h4, .profile-post-count h4 {
    margin-bottom: 0;
  }
  .profile-stats h5, .profile-bio h5, .profile-post-count h5 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .profile-stats, .profile-bio, .profile-post-count {
    display: table-cell;
    vertical-align: top;
    padding: 0 50px;
    min-width: 280px;
  }
  .profile-stats h4, .profile-bio h4, .profile-post-count h4 {
    margin-bottom: 0;
  }
  .profile-stats h5, .profile-bio h5, .profile-post-count h5 {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-stats, .profile-bio, .profile-post-count {
    padding: 0 30px;
  }
}

.profile-bio p {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  padding-top: 10px;
}

.profile-post-count {
  padding-left: 0;
  padding-right: 0;
}

.profile-feed {
  background: #3a3738;
  padding-bottom: 20px;
}
.profile-feed h5 {
  text-transform: uppercase;
}
.profile-feed ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.profile-feed li {
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid #f4f4f4;
}
.profile-feed li:first-child {
  border-top: none;
}
.profile-feed .points-value {
  display: inline-block;
  margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-feed .points-value {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .profile-feed .points-value {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
}
.profile-feed date {
  display: inline-block;
  margin-right: 15px;
  color: #f4f4f4;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
}
.profile-feed date:before, .profile-feed date:after {
  content: " ";
  display: table;
}
.profile-feed date:after {
  clear: both;
}
@media (max-width: 767px) {
  .profile-feed .clr {
    clear: both;
    display: block;
  }
}
.profile-feed h1, .profile-feed h4, .profile-feed h5, .profile-feed li, .profile-feed p {
  color: #fff;
}

/*--------------------------------------------------------------
# Project Timeline
--------------------------------------------------------------*/
.project-timeline {
  max-width: 960px;
  margin: 40px auto 0 auto;
  padding-bottom: 60px;
  position: relative;
  z-index: 40;
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-timeline {
    padding-right: 260px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .project-timeline {
    padding-right: 260px;
    margin-top: 0;
  }
}

.project-bg {
  position: absolute;
  right: -100px;
  bottom: -70px;
}
.single-project .project-bg {
  bottom: -100px;
}
@media (max-width: 767px) {
  .single-project .project-bg {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .project-bg {
    display: block;
    right: auto;
    bottom: auto;
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-bg {
    bottom: -60px;
  }
}

.project-tips {
  position: relative;
  padding-top: 17px;
}
.project-tips .ohai {
  padding: 24px 40px;
  position: absolute;
  visibility: hidden;
  display: none;
  background: #f6f6f6;
  border-radius: 7px;
}
.project-tips .ohai p {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-tips .ohai {
    bottom: 0;
    width: 40%;
    left: -11%;
    transition: bottom, 0.25s;
  }
  .project-tips .ohai.active {
    bottom: 100%;
    visibility: visible;
    display: block;
  }
  .project-tips .ohai:nth-child(2) {
    left: 10%;
  }
  .project-tips .ohai:nth-child(3) {
    left: 30%;
  }
  .project-tips .ohai:nth-child(4) {
    left: 51%;
  }
  .project-tips .ohai:nth-child(5) {
    left: 71%;
  }
}
@media (min-width: 992px) {
  .project-tips .ohai {
    bottom: 0;
    width: 40%;
    left: -11%;
    transition: bottom, 0.25s;
  }
  .project-tips .ohai.active {
    bottom: 100%;
    visibility: visible;
    display: block;
  }
  .project-tips .ohai:nth-child(2) {
    left: 10%;
  }
  .project-tips .ohai:nth-child(3) {
    left: 30%;
  }
  .project-tips .ohai:nth-child(4) {
    left: 51%;
  }
  .project-tips .ohai:nth-child(5) {
    left: 71%;
  }
}
.project-tips .ohai:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -14px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #f6f6f6 transparent transparent transparent;
}

.timeline-graphic {
  width: 100%;
}

.object-container {
  stroke: #f2f2f2;
  fill: #f2f2f2;
}

.object-bar {
  stroke: #f2f2f2;
  fill: #f2f2f2;
}

.object-icon {
  stroke: #6d6d6d;
  fill: #6d6d6d;
}

.object-label {
  stroke: none;
  fill: #3A3A3A;
}

.object-parent {
  fill: #fff;
  stroke: transparent;
}
.object-parent:hover .object-container {
  stroke: #afafaf;
  fill: #afafaf;
}

.active-concept .fill-concept {
  stroke: #38918a;
  fill: #38918a;
}
.active-concept .fill-concept.object-label {
  stroke: none;
}

.active-prototype .fill-prototype {
  stroke: #38918a;
  fill: #38918a;
}
.active-prototype .fill-prototype.object-label {
  stroke: none;
}

.active-pre-production .fill-pre-production {
  stroke: #38918a;
  fill: #38918a;
}
.active-pre-production .fill-pre-production.object-label {
  stroke: none;
}

.active-production .fill-production {
  stroke: #38918a;
  fill: #38918a;
}
.active-production .fill-production.object-label {
  stroke: none;
}

.active-release .fill-release {
  stroke: #38918a;
  fill: #38918a;
}
.active-release .fill-release.object-label {
  stroke: none;
}

/*--------------------------------------------------------------
# Events Listing
--------------------------------------------------------------*/
.event-header {
  position: relative;
}

.no-event-img {
  background: #000;
}

.event-date-big {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.event-date-big h1 {
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 1;
  top: 50%;
  color: #fff;
  margin: -41px 0 0 0;
  font-size: 120px;
  font-size: 7.5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-date-big h1 {
    margin-top: -90px;
    font-size: 240px;
    font-size: 15rem;
  }
}
@media (min-width: 992px) {
  .event-date-big h1 {
    font-size: 320px;
    font-size: 20rem;
    margin-top: -120px;
  }
}

.events-well {
  background: #f4f4f4;
  text-transform: left;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .events-well {
    padding-bottom: 80px;
  }
}
.events-well h5 {
  text-align: left;
  padding: 0 20px 40px 20px;
  text-transform: uppercase;
  font-size: 25.6px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .events-well h5 {
    padding: 0 10px 30px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .events-well h5 {
    padding: 0 35px 40px 35px;
  }
}

@media (max-width: 767px) {
  .event-rows {
    padding: 0 10px;
  }
  .call-out-box .event-rows {
    padding: 0;
  }
}
.event-rows h2 {
  margin: 15px 0 20px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-rows h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .event-rows h2 {
    margin-bottom: 50px;
  }
}
.call-out-box .event-rows h5 {
  display: none;
}

.event-row {
  display: table;
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
  background: #fff;
  color: #000;
}
.call-out-box .event-row {
  border-color: transparent;
}
.call-out-box .event-row {
  background: #1e1e1e;
  color: #fff;
}
.call-out-box .event-row a {
  color: #fff;
}
@media (min-width: 992px) {
  .call-out-box .event-row {
    background: none;
  }
}
.event-row a {
  color: #000;
}
.event-row:hover {
  background: #000;
  color: #fff;
}
.event-row:hover a {
  color: #fff;
}
.call-out-box .event-row:hover {
  background: transparent;
}
@media (min-width: 992px) {
  .call-out-box .event-row:hover {
    background: none;
  }
  .call-out-box .event-row:hover .event-date, .call-out-box .event-row:hover .event-title {
    background: #fff;
    color: #000;
  }
  .call-out-box .event-row:hover .event-date h1, .call-out-box .event-row:hover .event-date a, .call-out-box .event-row:hover .event-title h1, .call-out-box .event-row:hover .event-title a {
    color: #000;
  }
}
.event-row + h5 {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .event-row {
    background: #fff;
  }
  .event-row + h5 {
    padding: 30px 10px;
  }
}

.event-thumb-date {
  display: table-cell;
  width: 85px;
  vertical-align: middle;
  position: relative;
  border-right: 1px solid #f4f4f4;
}
.call-out-box .event-thumb-date {
  border-color: transparent;
  background: #141414;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-thumb-date {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .event-thumb-date {
    width: 522px;
  }
  .call-out-box .event-thumb-date {
    background-color: transparent;
  }
}

.event-cell {
  display: table;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .event-cell {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-cell {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.event-thumb {
  position: relative;
  background-color: #f4f4f4;
  background-size: cover;
  background-position: center center;
}
.call-out-box .event-thumb {
  background-color: transparent;
}
@media (min-width: 992px) {
  .event-thumb {
    display: table-cell;
    vertical-align: top;
    width: 260px;
    height: 152px;
    border-right: 1px solid #f4f4f4;
  }
  .call-out-box .event-thumb {
    border-color: transparent;
  }
  .event-thumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .event-thumb {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .event-thumb:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-thumb {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .event-thumb:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
}

.event-date {
  text-align: center;
  padding: 10px 0;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  width: 100%;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 42px;
}
@media (max-width: 767px) {
  .event-date {
    padding: 0;
    position: relative;
    top: 50%;
    margin-top: -42px;
    z-index: 20;
  }
  .has-post-thumbnail .event-date {
    color: #fff;
  }
  .has-post-thumbnail .event-date span {
    background: #fff;
  }
  .event-date span {
    display: block;
    height: 1px;
    width: 36px;
    background: #000;
    overflow: hidden;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-date {
    padding: 0;
    position: relative;
    top: 50%;
    margin-top: -42px;
    z-index: 20;
  }
  .has-post-thumbnail .event-date {
    color: #fff;
  }
  .has-post-thumbnail .event-date span {
    background: #fff;
  }
  .event-date span {
    display: block;
    height: 1px;
    width: 36px;
    background: #000;
    overflow: hidden;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-date {
    font-size: 64px;
    font-size: 4rem;
    margin-top: -20px;
  }
  .event-date span {
    display: inline;
    height: auto;
    width: auto;
    background: none;
    margin: 0;
  }
  .has-post-thumbnail .event-date span {
    background: none;
  }
}
@media (min-width: 992px) {
  .event-date {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 260px;
    white-space: nowrap;
    font-size: 96px;
    font-size: 6rem;
  }
  .call-out-box .event-date {
    background: #141414;
  }
}

.event-title {
  display: table-cell;
  padding: 20px 18px;
  vertical-align: middle;
  text-align: left;
}
.event-title p, .event-title h1 {
  margin: 0;
}
@media (min-width: 992px) {
  .event-row:hover .event-title p, .event-row:hover .event-title h1 {
    color: #fff;
  }
  .call-out-box .event-row:hover .event-title p, .call-out-box .event-row:hover .event-title h1 {
    color: #000;
  }
}
.event-title p {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-bottom: 6px;
  color: #000;
}
@media (max-width: 767px) {
  .event-title p {
    color: #a0a0a0;
    margin-bottom: 6px;
  }
}
@media (min-width: 992px) {
  .event-title p {
    margin-bottom: 10px;
  }
}
.call-out-box .event-title p {
  color: #fff;
}
.event-title h1 {
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .event-title h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-title {
    padding: 30px 36px;
  }
  .call-out-box .event-title {
    background: #1e1e1e;
  }
}
@media (min-width: 992px) {
  .event-title {
    padding: 30px 36px;
  }
  .call-out-box .event-title {
    background: #1e1e1e;
  }
}

.single-ms_event .post-well .entry-meta, .single-ms_event .search-well .entry-meta, .single-ms_event .studio-well .entry-meta {
  display: none;
}
.single-ms_event .post-well .post-info h1, .single-ms_event .search-well .post-info h1, .single-ms_event .studio-well .post-info h1 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .single-ms_event .entry-content .entry-sidebar .post-info {
    display: block;
  }
}

.event-box {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .event-box {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.must-log-in a {
  color: #05b633;
}

.comments-area {
  padding: 70px 0;
}
.comments-area .filter-bar:before, .comments-area .filter-bar:after {
  content: " ";
  display: table;
}
.comments-area .filter-bar:after {
  clear: both;
}
.comments-area .logged-in-as {
  margin-bottom: 3px;
}
.comments-area .logged-in-as a {
  color: #3a3a3a;
}
.comments-area .comment-form-comment {
  margin-bottom: 0;
}
.comments-area .comments-title {
  margin: 0;
  padding: 0;
  font-size: 44.8px;
  font-size: 2.8rem;
  line-height: 47px;
}
.comments-area .comment-respond {
  clear: both;
  margin-top: 12px;
}
.comments-area .comment-reply-title {
  display: none;
}
.comments-area .comment-form-comment label {
  display: none;
}
.comments-area .comment-form-comment textarea {
  height: 50px;
}
.comments-area .comment-form input {
  margin-top: 2px;
}
.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-area .comment-list li {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .comments-area .comment-list > li:nth-child(even) {
    background: #f4f4f4;
  }
}
.comments-area .comment-body {
  position: relative;
  padding-left: 114px;
}
@media (max-width: 767px) {
  .comments-area .comment-body {
    padding: 10px;
  }
}
.comments-area .comment-body:before, .comments-area .comment-body:after {
  content: " ";
  display: table;
}
.comments-area .comment-body:after {
  clear: both;
}
.comments-area .comment-body a {
  color: #3A3A3A;
}
.comments-area .comment-body .reply, .comments-area .comment-body .like-wrap, .comments-area .comment-body .report-comment {
  float: right;
  display: inline;
  margin-left: 18px;
  color: #3A3A3A;
  font-family: "SegoeUI-SemiBold", Helvetica Neue, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .comments-area .comment-body .reply, .comments-area .comment-body .like-wrap, .comments-area .comment-body .report-comment {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
.comments-area .comment-body .comment-content a {
  color: #05b633;
}
.comments-area .comment-meta:before, .comments-area .comment-meta:after {
  content: " ";
  display: table;
}
.comments-area .comment-meta:after {
  clear: both;
}
.comments-area .comment-meta img {
  position: absolute;
  top: 0;
  left: 0;
  height: 84px;
  width: 84px;
}
@media (max-width: 767px) {
  .comments-area .comment-meta img {
    top: 10px;
    left: 10px;
    width: 42px;
    height: 42px;
  }
}
.comments-area .comment-author, .comments-area .comment-metadata {
  display: inline-block;
  line-height: 18px;
  color: #252525;
}
@media (max-width: 767px) {
  .comments-area .comment-author, .comments-area .comment-metadata {
    display: block;
    padding-left: 58px;
  }
}
.comments-area .comment-author {
  font-size: 28.8px;
  font-size: 1.8rem;
  font-family: "SegoeUI-SemiBold", Helvetica Neue, Helvetica, sans-serif;
}
.comments-area .comment-author .fn {
  position: relative;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-metadata {
  font-size: 22.4px;
  font-size: 1.4rem;
  position: relative;
}
.comments-area .comment-metadata:before {
  content: '·';
  display: inline-block;
  padding: 0 6px;
}
@media (max-width: 767px) {
  .comments-area .comment-metadata:before {
    display: none;
  }
}
.comments-area .comment-content {
  color: #3A3A3A;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .comments-area .comment-content {
    font-size: 22.4px;
    font-size: 1.4rem;
    padding-top: 10px;
  }
}
.comments-area .comment-content p {
  margin-bottom: 12px;
}
.comments-area .children {
  margin: 0 0 0 84px;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .comments-area .children {
    margin-left: 0;
  }
}
.comments-area .children li {
  padding-left: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .comments-area .children li {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .comments-area .children li {
    padding-left: 0;
  }
}
.comments-area .children .comment-body {
  border-left: 1px solid #dedede;
}
@media (max-width: 767px) {
  .comments-area .children .comment-author {
    padding-left: 48px;
  }
}
.comments-area .children .comment-author img {
  left: 26px;
  width: 58px;
  height: 58px;
}
@media (max-width: 767px) {
  .comments-area .children .comment-author img {
    width: 32px;
    height: 32px;
    left: 10px;
  }
}
.comments-area .children .comment-author .fn:before {
  display: inline-block;
  padding-right: 6px;
}
@media (max-width: 767px) {
  .comments-area .children .comment-metadata {
    padding-left: 48px;
  }
}

.report-comment a {
  position: relative;
}
.report-comment a:before {
  margin-right: 3px;
}

/*--------------------------------------------------------------
# Ajax Loading
--------------------------------------------------------------*/
#ajax-loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
#ajax-loading:not(:required) {
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.load-more {
  clear: both;
  padding: 20px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .load-more {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .load-more {
    padding: 80px 0;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.short-hero {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  .short-hero {
    height: 380px;
  }
}
@media (min-width: 1200px) {
  .short-hero {
    height: 480px;
  }
}

.post-well, .search-well, .studio-well {
  text-align: left;
  padding: 20px;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-well, .search-well, .studio-well {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .post-well, .search-well, .studio-well {
    padding: 60px 0 20px 0;
  }
  .page-template-template-studios .post-well, .page-template-template-studios .search-well, .page-template-template-studios .studio-well {
    padding-top: 0;
  }
}
.post-well a, .search-well a, .studio-well a {
  color: #000;
}
.post-well .entry-header, .search-well .entry-header, .studio-well .entry-header {
  position: relative;
}
.post-well .entry-title, .search-well .entry-title, .studio-well .entry-title {
  font-size: 96px;
  font-size: 6rem;
  margin: 40px 0 20px 0;
}
@media (max-width: 767px) {
  .post-well .entry-title, .search-well .entry-title, .studio-well .entry-title {
    margin-top: 0;
    font-size: 60.8px;
    font-size: 3.8rem;
  }
}
.post-well .entry-content, .search-well .entry-content, .studio-well .entry-content {
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  padding-right: 260px;
  position: relative;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.8333333333;
  color: #3a3a3a;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-well .entry-content, .search-well .entry-content, .studio-well .entry-content {
    min-height: 500px;
  }
  .page-template-template-asset-thank-you .post-well .entry-content, .page-template-template-asset-thank-you .search-well .entry-content, .page-template-template-asset-thank-you .studio-well .entry-content {
    min-height: 0;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .post-well .entry-content, .search-well .entry-content, .studio-well .entry-content {
    min-height: 500px;
  }
  .page-template-template-asset-thank-you .post-well .entry-content, .page-template-template-asset-thank-you .search-well .entry-content, .page-template-template-asset-thank-you .studio-well .entry-content {
    min-height: 0;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .post-well .entry-content, .search-well .entry-content, .studio-well .entry-content {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  .post-well .entry-content, .search-well .entry-content, .studio-well .entry-content {
    padding-right: 0;
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
.post-well .entry-content h1, .search-well .entry-content h1, .studio-well .entry-content h1 {
  font-size: 89.6px;
  font-size: 5.6rem;
  line-height: 1.1964285714;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .post-well .entry-content h1, .search-well .entry-content h1, .studio-well .entry-content h1 {
    font-size: 96px;
    font-size: 6rem;
    line-height: 1.1666666667;
    margin-bottom: 45px;
  }
}
.post-well .entry-content h2, .search-well .entry-content h2, .studio-well .entry-content h2 {
  font-size: 36.8px;
  font-size: 2.3rem;
  font-family: "SegoeUI-SemiBold", Helvetica Neue, Helvetica, sans-serif;
}
.post-well .entry-content h3, .search-well .entry-content h3, .studio-well .entry-content h3 {
  font-size: 27.2px;
  font-size: 1.7rem;
  font-family: "SegoeUI-SemiBold", Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1.4705882353;
}
@media (min-width: 992px) {
  .post-well .entry-content h3, .search-well .entry-content h3, .studio-well .entry-content h3 {
    font-size: 28.8px;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.post-well .entry-content h4, .search-well .entry-content h4, .studio-well .entry-content h4, .post-well .entry-content h5, .search-well .entry-content h5, .studio-well .entry-content h5 {
  font-size: 27.2px;
  font-size: 1.7rem;
  line-height: 1.4705882353;
  font-family: "SegoeUI-SemiBold", Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .post-well .entry-content h4, .search-well .entry-content h4, .studio-well .entry-content h4, .post-well .entry-content h5, .search-well .entry-content h5, .studio-well .entry-content h5 {
    font-size: 28.8px;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.post-well .entry-content h5, .search-well .entry-content h5, .studio-well .entry-content h5 {
  text-transform: uppercase;
}
.post-well .entry-content .lighten, .search-well .entry-content .lighten, .studio-well .entry-content .lighten {
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
}
.post-well .entry-content p, .search-well .entry-content p, .studio-well .entry-content p {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .post-well .entry-content p, .search-well .entry-content p, .studio-well .entry-content p {
    margin-bottom: 50px;
  }
}
.post-well .entry-content ul, .search-well .entry-content ul, .studio-well .entry-content ul, .post-well .entry-content ol, .search-well .entry-content ol, .studio-well .entry-content ol {
  margin: 0 20px 35px 20px;
  padding: 0 20px 10px 20px;
}
@media (min-width: 992px) {
  .post-well .entry-content ul, .search-well .entry-content ul, .studio-well .entry-content ul, .post-well .entry-content ol, .search-well .entry-content ol, .studio-well .entry-content ol {
    margin-bottom: 45px;
  }
}
.post-well .entry-content li, .search-well .entry-content li, .studio-well .entry-content li {
  padding: 0;
  margin: 0 0 10px;
  line-height: 1.2777777778;
}
@media (min-width: 992px) {
  .post-well .entry-content li, .search-well .entry-content li, .studio-well .entry-content li {
    line-height: 1.2;
  }
}
.post-well .entry-content blockquote, .search-well .entry-content blockquote, .studio-well .entry-content blockquote {
  font-size: 60.8px;
  font-size: 3.8rem;
  margin-bottom: 50px;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  font-size: 57.6px;
  font-size: 3.6rem;
  line-height: 1.4166666667;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-well .entry-content blockquote, .search-well .entry-content blockquote, .studio-well .entry-content blockquote {
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .post-well .entry-content blockquote, .search-well .entry-content blockquote, .studio-well .entry-content blockquote {
    padding-right: 80px;
  }
}
.post-well .entry-content blockquote p, .search-well .entry-content blockquote p, .studio-well .entry-content blockquote p {
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .post-well .entry-content blockquote, .search-well .entry-content blockquote, .studio-well .entry-content blockquote {
    font-size: 60.8px;
    font-size: 3.8rem;
  }
}
.post-well .entry-content .reply blockquote, .search-well .entry-content .reply blockquote, .studio-well .entry-content .reply blockquote {
  font-size: 25.6px;
  font-size: 1.6rem;
  width: calc(100% - 118px);
  margin: 10px 0 20px 118px;
  line-height: 1.25;
  background: #ededed;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 12px 20px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .post-well .entry-content .reply blockquote, .search-well .entry-content .reply blockquote, .studio-well .entry-content .reply blockquote {
    width: calc(100% - 57px);
    margin-left: 57px;
    padding: 12px;
  }
}
@media (max-width: 420px) {
  .post-well .entry-content .reply blockquote, .search-well .entry-content .reply blockquote, .studio-well .entry-content .reply blockquote {
    width: 100%;
    margin-left: 0;
  }
}
.post-well .entry-content .reply blockquote h6, .search-well .entry-content .reply blockquote h6, .studio-well .entry-content .reply blockquote h6 {
  text-align: right;
  display: block;
  padding-top: 12px;
  clear: both;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-style: italic;
}
.post-well .entry-content .reply blockquote blockquote, .search-well .entry-content .reply blockquote blockquote, .studio-well .entry-content .reply blockquote blockquote {
  background: #fefefe;
  width: 100%;
  margin: 0 0 10px 0;
}
.post-well .entry-content table, .search-well .entry-content table, .studio-well .entry-content table {
  border-collapse: separate;
}
.post-well .entry-content th, .search-well .entry-content th, .studio-well .entry-content th {
  background: #3a3a3a;
  padding: 12px 20px 14px 20px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 28.8px;
  font-size: 1.8rem;
}
.post-well .entry-content td, .search-well .entry-content td, .studio-well .entry-content td {
  background: #f4f4f4;
  padding: 12px 20px 14px 20px;
  border: 1px solid #fff;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
}
.post-well .entry-content .btn, .search-well .entry-content .btn, .studio-well .entry-content .btn, .post-well .entry-content .btn-inverse, .search-well .entry-content .btn-inverse, .studio-well .entry-content .btn-inverse, .post-well .entry-content .btn-gray, .search-well .entry-content .btn-gray, .studio-well .entry-content .btn-gray {
  margin-top: 30px;
}
.post-well .entry-content .gear-dropdown .btn, .search-well .entry-content .gear-dropdown .btn, .studio-well .entry-content .gear-dropdown .btn, .post-well .entry-content .gear-dropdown .btn-inverse, .search-well .entry-content .gear-dropdown .btn-inverse, .studio-well .entry-content .gear-dropdown .btn-inverse, .post-well .entry-content .gear-dropdown .btn-gray, .search-well .entry-content .gear-dropdown .btn-gray, .studio-well .entry-content .gear-dropdown .btn-gray {
  margin-top: 0;
}
.post-well .entry-content a, .search-well .entry-content a, .studio-well .entry-content a {
  color: #05b633;
}
.post-well .entry-content a.btn, .search-well .entry-content a.btn, .studio-well .entry-content a.btn, .post-well .entry-content a.btn-inverse, .search-well .entry-content a.btn-inverse, .studio-well .entry-content a.btn-inverse, .post-well .entry-content a.btn-gray, .search-well .entry-content a.btn-gray, .studio-well .entry-content a.btn-gray {
  color: #000;
}
.post-well .entry-content a.btn-gray, .search-well .entry-content a.btn-gray, .studio-well .entry-content a.btn-gray {
  color: #fff;
}
.post-well .entry-content a.btn-gray:hover, .search-well .entry-content a.btn-gray:hover, .studio-well .entry-content a.btn-gray:hover {
  border-color: #7a7a7a;
  color: #7a7a7a;
}
.post-well .type-page .entry-content, .search-well .type-page .entry-content, .studio-well .type-page .entry-content {
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-template-studio-overview .post-well .type-page .entry-content, .page-template-template-studio-overview .search-well .type-page .entry-content, .page-template-template-studio-overview .studio-well .type-page .entry-content {
    padding-right: 260px;
  }
  .page-template-template-studio-overview .post-well .type-page .entry-content .contact-form, .page-template-template-studio-overview .search-well .type-page .entry-content .contact-form, .page-template-template-studio-overview .studio-well .type-page .entry-content .contact-form {
    -webkit-transform: translateX(-50%) translateX(130px);
            transform: translateX(-50%) translateX(130px);
  }
}
@media (min-width: 992px) {
  .page-template-template-studio-overview .post-well .type-page .entry-content, .page-template-template-studio-overview .search-well .type-page .entry-content, .page-template-template-studio-overview .studio-well .type-page .entry-content {
    padding-right: 260px;
  }
  .page-template-template-studio-overview .post-well .type-page .entry-content .contact-form, .page-template-template-studio-overview .search-well .type-page .entry-content .contact-form, .page-template-template-studio-overview .studio-well .type-page .entry-content .contact-form {
    -webkit-transform: translateX(-50%) translateX(130px);
            transform: translateX(-50%) translateX(130px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-sidebar .post-well .entry-content, .page-sidebar .search-well .entry-content, .page-sidebar .studio-well .entry-content {
    padding-right: 260px;
  }
}
@media (min-width: 992px) {
  .page-sidebar .post-well .entry-content, .page-sidebar .search-well .entry-content, .page-sidebar .studio-well .entry-content {
    padding-right: 260px;
  }
}
.post-well .format-video .entry-content, .search-well .format-video .entry-content, .studio-well .format-video .entry-content {
  padding-right: 0;
}
.page-template-default .post-well, .page-template-default .search-well, .page-template-default .studio-well {
  padding-top: 0;
}
.post-well .posted-by, .search-well .posted-by, .studio-well .posted-by {
  display: inline-block;
}
.post-well .posted-by img, .search-well .posted-by img, .studio-well .posted-by img {
  display: none;
}
.post-well .posted-by .phone-date, .search-well .posted-by .phone-date, .studio-well .posted-by .phone-date {
  display: none;
}
.post-well .posted-by .xbox-avatar:after, .search-well .posted-by .xbox-avatar:after, .studio-well .posted-by .xbox-avatar:after {
  display: none;
}
.post-well .divider, .search-well .divider, .studio-well .divider {
  display: inline-block;
  margin: 0 10px 0 14px;
}
.post-well .posted-on, .search-well .posted-on, .studio-well .posted-on {
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
}
.post-well .post-info img, .search-well .post-info img, .studio-well .post-info img {
  width: 130px;
  height: 130px;
}
.post-well .post-info h1, .search-well .post-info h1, .studio-well .post-info h1 {
  font-size: 32px;
  font-size: 2rem;
  font-family: "SegoeUI-SemiBold", Helvetica Neue, Helvetica, sans-serif;
  margin: 20px 0 0 0;
  padding: 0;
}
.post-well .post-info h5, .search-well .post-info h5, .studio-well .post-info h5 {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  margin: 10px 0 0 0;
  padding: 0;
}
.post-well .post-info ul, .search-well .post-info ul, .studio-well .post-info ul {
  margin: 25px 0 0 0;
}
.post-well .post-info li, .search-well .post-info li, .studio-well .post-info li {
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 5px 0;
  margin: 0;
}
.post-well .share-buttons li, .search-well .share-buttons li, .studio-well .share-buttons li {
  display: block;
  margin-bottom: 1px;
  padding: 0;
}
.post-well .share-buttons li.share-twitter, .search-well .share-buttons li.share-twitter, .studio-well .share-buttons li.share-twitter {
  background: #05aceb;
}
.post-well .share-buttons li.share-facebook, .search-well .share-buttons li.share-facebook, .studio-well .share-buttons li.share-facebook {
  background: #365089;
}
.post-well .share-buttons li.share-like, .search-well .share-buttons li.share-like, .studio-well .share-buttons li.share-like {
  background: #454e5d;
}
.post-well .share-buttons li.share-comments, .search-well .share-buttons li.share-comments, .studio-well .share-buttons li.share-comments {
  background: #2f343a;
}
.post-well .share-buttons a, .search-well .share-buttons a, .studio-well .share-buttons a {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  padding-left: 24px;
  line-height: 50px;
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #fff;
}
.post-well .share-buttons .icons, .search-well .share-buttons .icons, .studio-well .share-buttons .icons {
  font-size: 41.6px;
  font-size: 2.6rem;
  width: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
}
.post-well .share-buttons .text-right, .search-well .share-buttons .text-right, .studio-well .share-buttons .text-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  border-left: 1px solid #fff;
}
.post-well .entry-sidebar a, .search-well .entry-sidebar a, .studio-well .entry-sidebar a {
  color: #000;
}
.post-well .entry-sidebar .share-buttons a, .search-well .entry-sidebar .share-buttons a, .studio-well .entry-sidebar .share-buttons a {
  color: #fff;
}
.post-well .entry-footer, .search-well .entry-footer, .studio-well .entry-footer {
  margin-top: 60px;
}

.page-template-template-share-landing .entry-content a {
  color: #05b633;
}
.page-template-template-share-landing .entry-content a.btn, .page-template-template-share-landing .entry-content a.btn-inverse, .page-template-template-share-landing .entry-content a.btn-gray {
  color: #3a3a3a;
}

.cat-links {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.prev-next {
  background: #f4f4f4;
  width: 100%;
  padding: 50px 0 70px 0;
}
.prev-next:before, .prev-next:after {
  content: " ";
  display: table;
}
.prev-next:after {
  clear: both;
}
.prev-next .two-up {
  max-width: 1366px;
  margin: 0 auto;
}
.single .prev-next .two-up, .page-template-template-asset-thank-you .prev-next .two-up {
  max-width: 960px;
}
@media (max-width: 767px) {
  .prev-next .hentry {
    position: relative;
  }
}
.prev-next h1, .prev-next h5 {
  padding: 0 15px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .prev-next h1, .prev-next h5 {
    padding: 0 20px;
  }
}
.prev-next h5 {
  font-size: 25.6px;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.comments-area {
  text-align: left;
  padding: 70px 20px;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .comments-area {
    padding: 40px 10px;
  }
}

.block-text {
  overflow: hidden;
}

.search-well {
  background: #f4f4f4;
  max-width: none;
  padding-top: 20px;
}
.search-well .entry-header {
  max-width: 960px;
  margin: 0 auto;
}

.page-title {
  background: #f4f4f4;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .page-title {
    padding: 10px 0;
  }
}
.page-title h1 {
  font-size: 89.6px;
  font-size: 5.6rem;
  max-width: 1366px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-title h1 {
    font-size: 60.8px;
    font-size: 3.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-title h1 {
    padding: 0 35px;
  }
}

.post-well .entry-sidebar, .search-well .entry-sidebar, .studio-well .entry-sidebar {
  position: absolute;
  width: 184px;
  top: 0;
  right: 0;
  z-index: 20;
}
@media (max-width: 767px) {
  .post-well .entry-sidebar, .search-well .entry-sidebar, .studio-well .entry-sidebar {
    position: relative;
    width: 100%;
    right: auto;
  }
}
.post-well .entry-sidebar ul, .search-well .entry-sidebar ul, .studio-well .entry-sidebar ul {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .post-well .entry-sidebar ul, .search-well .entry-sidebar ul, .studio-well .entry-sidebar ul {
    display: table;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-sidebar .post-well .entry-sidebar ul, .page-sidebar .search-well .entry-sidebar ul, .page-sidebar .studio-well .entry-sidebar ul {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .page-sidebar .post-well .entry-sidebar ul, .page-sidebar .search-well .entry-sidebar ul, .page-sidebar .studio-well .entry-sidebar ul {
    margin-top: 10px;
  }
}
.post-well .entry-sidebar li, .search-well .entry-sidebar li, .studio-well .entry-sidebar li {
  margin: 0;
  padding: 4px 0;
}
.single-ms_idea .post-well .entry-sidebar li.share-like, .single-ms_idea .search-well .entry-sidebar li.share-like, .single-ms_idea .studio-well .entry-sidebar li.share-like {
  display: none;
}
@media (max-width: 767px) {
  .single-ms_idea .post-well .entry-sidebar li, .single-ms_idea .search-well .entry-sidebar li, .single-ms_idea .studio-well .entry-sidebar li {
    border: none;
  }
}
.post-well .entry-sidebar li .ion-chatbubble, .search-well .entry-sidebar li .ion-chatbubble, .studio-well .entry-sidebar li .ion-chatbubble {
  display: none;
}
@media (max-width: 767px) {
  .post-well .entry-sidebar li .ion-chatbubble, .search-well .entry-sidebar li .ion-chatbubble, .studio-well .entry-sidebar li .ion-chatbubble {
    display: inline-block;
  }
}
.post-well .entry-sidebar .share-buttons li, .search-well .entry-sidebar .share-buttons li, .studio-well .entry-sidebar .share-buttons li {
  padding: 0;
  border-top: 1px solid #fff;
}
.page-sidebar .post-well .post-info, .page-sidebar .search-well .post-info, .page-sidebar .studio-well .post-info {
  display: none;
}
.post-well .post-info img, .search-well .post-info img, .studio-well .post-info img {
  width: 130px;
  height: 130px;
}
.post-well .post-info h1, .search-well .post-info h1, .studio-well .post-info h1 {
  font-size: 32px;
  font-size: 2rem;
  font-family: "SegoeUI-SemiBold", Helvetica Neue, Helvetica, sans-serif;
  margin: 20px 0 0 0;
  padding: 0;
}
.post-well .post-info h5, .search-well .post-info h5, .studio-well .post-info h5 {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  margin: 10px 0 0 0;
  padding: 0;
}
.post-well .post-info ul, .search-well .post-info ul, .studio-well .post-info ul {
  margin: 25px 0 0 0;
}
.post-well .post-info li, .search-well .post-info li, .studio-well .post-info li {
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 5px 0;
  margin: 0;
}
.post-well .post-info .share-buttons li, .search-well .post-info .share-buttons li, .studio-well .post-info .share-buttons li {
  display: block;
  margin-bottom: 1px;
  padding: 0;
}
@media (max-width: 767px) {
  .post-well .post-info .share-buttons li, .search-well .post-info .share-buttons li, .studio-well .post-info .share-buttons li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left: 2px solid #fff;
  }
  .post-well .post-info .share-buttons li:first-child, .search-well .post-info .share-buttons li:first-child, .studio-well .post-info .share-buttons li:first-child {
    border-left: 0;
  }
}
.post-well .post-info .share-buttons li.share-twitter, .search-well .post-info .share-buttons li.share-twitter, .studio-well .post-info .share-buttons li.share-twitter {
  background: #05aceb;
}
.post-well .post-info .share-buttons li.share-facebook, .search-well .post-info .share-buttons li.share-facebook, .studio-well .post-info .share-buttons li.share-facebook {
  background: #365089;
}
.post-well .post-info .share-buttons li.share-like, .search-well .post-info .share-buttons li.share-like, .studio-well .post-info .share-buttons li.share-like {
  background: #454e5d;
}
.single-ms_idea .post-well .post-info .share-buttons li.share-like, .single-ms_idea .search-well .post-info .share-buttons li.share-like, .single-ms_idea .studio-well .post-info .share-buttons li.share-like {
  display: none;
}
.post-well .post-info .share-buttons li.big-like, .search-well .post-info .share-buttons li.big-like, .studio-well .post-info .share-buttons li.big-like {
  background: #454e5d;
  text-align: center;
  margin-bottom: 30px;
}
.single-ms_idea .post-well .post-info .share-buttons li.big-like, .single-ms_idea .search-well .post-info .share-buttons li.big-like, .single-ms_idea .studio-well .post-info .share-buttons li.big-like {
  display: block;
}
@media (max-width: 767px) {
  .post-well .post-info .share-buttons li.big-like, .search-well .post-info .share-buttons li.big-like, .studio-well .post-info .share-buttons li.big-like {
    margin-bottom: 0;
  }
}
.post-well .post-info .share-buttons li.big-like a, .search-well .post-info .share-buttons li.big-like a, .studio-well .post-info .share-buttons li.big-like a {
  height: auto;
  padding-left: 0;
  line-height: 1;
  padding: 25px 0;
}
.post-well .post-info .share-buttons li.big-like .share-name, .search-well .post-info .share-buttons li.big-like .share-name, .studio-well .post-info .share-buttons li.big-like .share-name {
  font-size: 19.2px;
  font-size: 1.2rem;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}
.post-well .post-info .share-buttons li.big-like .icons, .search-well .post-info .share-buttons li.big-like .icons, .studio-well .post-info .share-buttons li.big-like .icons {
  font-size: 96px;
  font-size: 6rem;
  line-height: 1;
  width: auto;
}
.post-well .post-info .share-buttons li.big-like .ms_like_count, .search-well .post-info .share-buttons li.big-like .ms_like_count, .studio-well .post-info .share-buttons li.big-like .ms_like_count {
  font-size: 64px;
  font-size: 4rem;
  line-height: 50px;
  vertical-align: bottom;
}
.post-well .post-info .share-buttons li.share-comments, .search-well .post-info .share-buttons li.share-comments, .studio-well .post-info .share-buttons li.share-comments {
  background: #2f343a;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-well .post-info .share-buttons li.share-comments .icons, .search-well .post-info .share-buttons li.share-comments .icons, .studio-well .post-info .share-buttons li.share-comments .icons {
    display: none;
  }
}
@media (min-width: 992px) {
  .post-well .post-info .share-buttons li.share-comments .icons, .search-well .post-info .share-buttons li.share-comments .icons, .studio-well .post-info .share-buttons li.share-comments .icons {
    display: none;
  }
}
.single-project .post-well .post-info .share-buttons li.share-comments, .single-project .search-well .post-info .share-buttons li.share-comments, .single-project .studio-well .post-info .share-buttons li.share-comments {
  display: none;
}
.post-well .post-info .share-buttons a, .search-well .post-info .share-buttons a, .studio-well .post-info .share-buttons a {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  padding-left: 24px;
  line-height: 50px;
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #fff;
}
@media (max-width: 767px) {
  .post-well .post-info .share-buttons a, .search-well .post-info .share-buttons a, .studio-well .post-info .share-buttons a {
    padding-left: 0;
  }
}
.post-well .post-info .share-buttons .icons, .search-well .post-info .share-buttons .icons, .studio-well .post-info .share-buttons .icons {
  font-size: 41.6px;
  font-size: 2.6rem;
  width: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .post-well .post-info .share-buttons .share-name, .search-well .post-info .share-buttons .share-name, .studio-well .post-info .share-buttons .share-name {
    display: none;
  }
}
.post-well .post-info .share-buttons .text-right, .search-well .post-info .share-buttons .text-right, .studio-well .post-info .share-buttons .text-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  text-align: center;
  padding: 0;
  display: block;
  height: 50px;
  line-height: 50px;
  border-left: 1px solid #fff;
}
@media (max-width: 767px) {
  .post-well .post-info .share-buttons .text-right, .search-well .post-info .share-buttons .text-right, .studio-well .post-info .share-buttons .text-right {
    display: none;
  }
}

@media (max-width: 767px) {
  .entry-content .entry-sidebar .post-info {
    display: none;
  }
}
.entry-content .entry-sidebar .author-info h6 {
  font-size: 1.4rem;
}
.entry-content .entry-sidebar .author-info h6 a {
  color: #107c10;
}
@media (max-width: 767px) {
  .entry-content .entry-sidebar .share-buttons {
    margin-top: -15px;
    margin-bottom: 15px;
  }
}
.entry-content .entry-sidebar .share-buttons .big-like .share-bottom {
  display: none;
}
@media (max-width: 767px) {
  .single-ms_idea .entry-content .entry-sidebar {
    margin-bottom: 30px;
    display: table;
    width: 100%;
  }
  .single-ms_idea .entry-content .entry-sidebar .post-info {
    margin: 0;
    padding: 0;
    display: table-cell;
    width: 144px;
  }
  .single-ms_idea .entry-content .entry-sidebar .post-info .avatar, .single-ms_idea .entry-content .entry-sidebar .post-info .author-info {
    display: none;
  }
  .single-ms_idea .entry-content .entry-sidebar .post-info .idea-like a {
    height: 135px;
  }
  .single-ms_idea .entry-content .entry-sidebar .share-buttons {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }
  .single-ms_idea .entry-content .entry-sidebar .share-buttons ul {
    display: table;
    margin-top: 0;
  }
  .single-ms_idea .entry-content .entry-sidebar .share-buttons li {
    display: table-cell;
    text-align: center;
    height: 135px;
  }
  .single-ms_idea .entry-content .entry-sidebar .share-buttons li.share-like {
    display: none;
  }
  .single-ms_idea .entry-content .entry-sidebar .share-buttons li a {
    padding-left: 0;
    line-height: 135px;
  }
  .single-ms_idea .entry-content .entry-sidebar .share-buttons .share-name, .single-ms_idea .entry-content .entry-sidebar .share-buttons .text-right {
    display: none;
  }
}

.entry-footer .entry-sidebar {
  height: 150px;
  position: relative;
  width: 100%;
  top: 0;
  right: auto;
  left: 0;
  display: table;
  width: 100%;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  .entry-footer .entry-sidebar {
    display: block;
    height: auto;
    padding: 10px;
  }
  .entry-footer .entry-sidebar:before, .entry-footer .entry-sidebar:after {
    content: " ";
    display: table;
  }
  .entry-footer .entry-sidebar:after {
    clear: both;
  }
}
.entry-footer .entry-sidebar .share-buttons li.big-like {
  display: inline-block;
  margin-bottom: 1px;
}
.entry-footer .entry-sidebar .share-buttons li.big-like a {
  padding: 16px 0 0 0;
  height: 150px;
  line-height: 28px;
}
.entry-footer .entry-sidebar .share-buttons li.big-like .share-side {
  display: none;
}
.entry-footer .entry-sidebar .share-buttons li.big-like .share-bottom {
  text-transform: none;
}
.entry-footer .post-info, .entry-footer .share-buttons {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767px) {
  .entry-footer .post-info, .entry-footer .share-buttons {
    display: block;
  }
}
@media (max-width: 767px) {
  .entry-footer .post-info:before, .entry-footer .post-info:after {
    content: " ";
    display: table;
  }
  .entry-footer .post-info:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .entry-footer .post-info {
    width: 480px;
  }
}
.entry-footer .post-info img {
  width: 150px;
  height: 150px;
  float: left;
}
@media (max-width: 767px) {
  .entry-footer .post-info img {
    width: 110px;
    height: 110px;
    margin: 0;
  }
}
.entry-footer .author-info {
  padding-left: 35px;
  float: left;
}
.entry-footer .author-info h1 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .entry-footer .author-info h1 {
    margin-top: 6px;
  }
}
.entry-footer .author-info h5 {
  display: none;
}
.entry-footer .author-info ul {
  margin-top: 10px;
}
.entry-footer .author-info li {
  padding: 3px 0;
  color: #3a3a3a;
}
.entry-footer .author-info li a {
  color: #3a3a3a;
}
@media (max-width: 767px) {
  .entry-footer .author-info {
    padding: 0 0 0 20px;
    float: none;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .entry-footer .author-info {
    padding-left: 20px;
    width: 330px;
  }
}
@media (min-width: 992px) {
  .entry-footer .author-info {
    max-width: 250px;
    padding-bottom: 15px;
  }
}
.entry-footer .share-buttons {
  text-align: right;
}
@media (max-width: 767px) {
  .entry-footer .share-buttons {
    margin-top: 10px;
    text-align: center;
  }
}
.entry-footer .share-buttons ul {
  margin-top: 0;
}
.entry-footer .share-buttons li {
  display: inline-block;
  margin-left: -3px;
  border: none;
}
.entry-footer .share-buttons li.share-comments .icons {
  display: block;
}
@media (max-width: 767px) {
  .entry-footer .share-buttons li.share-comments {
    display: none;
  }
}
@media (max-width: 767px) {
  .entry-footer .share-buttons li {
    float: left;
    margin-left: 0;
    width: 33%;
    border-left: 1px solid #fff;
  }
  .entry-footer .share-buttons li:first-child {
    border-left: none;
  }
  .entry-footer .share-buttons li.share-facebook {
    width: 34%;
  }
}
.entry-footer .share-buttons a {
  width: 135px;
  height: 150px;
  text-align: center;
  padding: 16px 0 0 0;
  line-height: 1;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.entry-footer .share-buttons a:hover, .entry-footer .share-buttons a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .entry-footer .share-buttons a {
    width: 100%;
    height: 50px;
    font-size: 33.6px;
    font-size: 2.1rem;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .entry-footer .share-buttons a {
    width: 120px;
  }
}
.entry-footer .share-buttons .icons {
  font-size: 96px;
  font-size: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .single-post .entry-footer .share-buttons .icons {
    font-size: 33.6px;
    font-size: 2.1rem;
  }
}
.entry-footer .share-buttons .text-right {
  position: relative;
  width: auto;
  font-size: 64px;
  font-size: 4rem;
  padding: 0;
  text-align: center;
  border: none;
}

.post-well .entry-content .entry-sidebar .post-info .idea-like, .search-well .entry-content .entry-sidebar .post-info .idea-like, .studio-well .entry-content .entry-sidebar .post-info .idea-like {
  text-align: center;
  display: block;
  background: #454e5d;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .post-well .entry-content .entry-sidebar .post-info .idea-like, .search-well .entry-content .entry-sidebar .post-info .idea-like, .studio-well .entry-content .entry-sidebar .post-info .idea-like {
    margin-bottom: 0;
  }
}
.post-well .entry-content .entry-sidebar .post-info .idea-like a, .search-well .entry-content .entry-sidebar .post-info .idea-like a, .studio-well .entry-content .entry-sidebar .post-info .idea-like a {
  line-height: 1;
  padding: 25px 0;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  text-decoration: none;
}
.post-well .entry-content .entry-sidebar .post-info .idea-like .share-name, .search-well .entry-content .entry-sidebar .post-info .idea-like .share-name, .studio-well .entry-content .entry-sidebar .post-info .idea-like .share-name {
  font-size: 1.2rem;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}
.post-well .entry-content .entry-sidebar .post-info .idea-like .icons, .search-well .entry-content .entry-sidebar .post-info .idea-like .icons, .studio-well .entry-content .entry-sidebar .post-info .idea-like .icons {
  font-size: 6rem;
  line-height: 1;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
}
.post-well .entry-content .entry-sidebar .post-info .idea-like .share-name, .search-well .entry-content .entry-sidebar .post-info .idea-like .share-name, .studio-well .entry-content .entry-sidebar .post-info .idea-like .share-name {
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}
.post-well .entry-content .entry-sidebar .post-info .idea-like .ms_like_count, .search-well .entry-content .entry-sidebar .post-info .idea-like .ms_like_count, .studio-well .entry-content .entry-sidebar .post-info .idea-like .ms_like_count {
  font-size: 4rem;
  line-height: 50px;
  vertical-align: bottom;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Projects List
--------------------------------------------------------------*/
.studio-well {
  max-width: none;
}
.studio-well .entry-content {
  position: relative;
  z-index: 20;
}
.studio-well a.btn-inverse {
  color: #fff;
}
.studio-well a.btn-inverse:hover {
  color: #000;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .studio-well .entry-header, .studio-well .entry-footer {
    padding-right: 194px;
  }
}
@media (min-width: 992px) {
  .studio-well .entry-header, .studio-well .entry-footer {
    padding-right: 194px;
  }
}

.studio-container {
  max-width: 960px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
}

.projects-list {
  background: #404040;
  padding: 50px 0;
}

.studio-project {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.studio-project-details {
  text-align: left;
  position: absolute;
  background: #f3f3f3;
  top: 0;
  bottom: 0;
  right: auto;
  left: 100%;
  width: 67.5%;
  padding: 60px 65px 0 65px;
  font-size: 27.2px;
  font-size: 1.7rem;
  color: #3a3a3a;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}
@media (max-width: 767px) {
  .studio-project-details {
    padding: 20px 20px 0 20px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .studio-project-details {
    padding: 30px 30px 0 30px;
    width: 100%;
  }
}
.show-details .studio-project-details {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}
.no-csstransforms3d .show-details .studio-project-details {
  left: auto;
  right: 0;
}
.studio-project-details h1 {
  font-size: 25.6px;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0 0 25px;
  font-family: "SegoeUI", Helvetica Neue, Helvetica, sans-serif;
}
.studio-project-details blockquote {
  font-size: 48px;
  font-size: 3rem;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .studio-project-details .overlay-details {
    display: none;
  }
}

.info-tab {
  position: absolute;
  bottom: 0;
  right: 100%;
}
@media (max-width: 767px) {
  .show-details .info-tab {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show-details .info-tab {
    right: 0;
  }
}
.info-tab a {
  background: #fff;
  font-size: 51.2px;
  font-size: 3.2rem;
  color: #000;
  display: block;
  width: 65px;
  height: 65px;
  text-align: center;
  text-decoration: none;
  line-height: 65px;
  transition: all .25s ease;
}
.show-details .info-tab a {
  background: #000;
  color: #fff;
}
.info-tab a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -ms-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -ms-transform: translateX(-100%);
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -ms-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -ms-transform: translateX(-100%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -ms-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -ms-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background: #252525;
  padding: 50px 10px 40px 10px;
  font-size: 25.6px;
  font-size: 1.6rem;
  color: #f4f4f4;
}
@media (max-width: 767px) {
  .site-footer {
    text-align: center;
    padding: 25px 10px 20px 10px;
  }
}
.site-footer a {
  color: #f4f4f4;
}
.site-footer p {
  float: right;
  margin: 0;
  padding: 0;
  line-height: 16px;
}
@media (max-width: 767px) {
  .site-footer p {
    float: none;
    line-height: 32px;
    padding: 0 0 12px 0;
  }
}
.site-footer ul {
  margin: 0;
  padding: 0;
}
.site-footer li {
  display: inline-block;
  padding: 0 4px 0 8px;
  border-left: 1px solid #666;
  line-height: 16px;
}
@media (max-width: 767px) {
  .site-footer li {
    border-left: none;
    padding: 0 6px 0 10px;
  }
}
.site-footer li:first-child {
  border-left: none;
  padding-left: 0;
}
.site-footer .footer-top {
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
}
.site-footer .footer-top ul {
  text-align: left;
}
@media (max-width: 767px) {
  .site-footer .footer-top ul {
    text-align: center;
  }
}
.site-footer .footer-bottom {
  padding-top: 15px;
  color: #8c8c8c;
}
.site-footer .footer-bottom a {
  color: #8c8c8c;
  display: inline-block;
  margin-right: 8px;
}
.site-footer .footer-bottom span {
  display: inline-block;
  padding: 0 8px;
}
.site-footer .footer-bottom img {
  vertical-align: top;
  height: 25px;
  opacity: .6;
}
.site-footer .footer-bottom p {
  line-height: 25px;
}
@media (max-width: 767px) {
  .site-footer .site-branding {
    width: auto;
    display: block;
  }
}
.site-footer .site-title {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .site-footer .site-title {
    margin: 0 auto;
  }
}

/*----------------------------
# Everything Bar
-----------------------------*/
.ev-bar {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 44px;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  transition: all 0.25s;
}
.ev-bar a {
  color: #fff;
  text-decoration: none;
}
.ev-bar a:hover {
  text-decoration: none;
  color: #ccc;
}
.ev-bar .social-feed {
  background: #ccc;
  background: rgba(204, 204, 204, 0.9);
  width: 100%;
}
.ev-bar .social-feed .cards-layout {
  background: none;
}
.ev-bar .entry-content {
  line-height: 24px;
}
.ev-bar .featured-thumbnail {
  text-align: center;
}

.show-bar {
  height: 0;
  overflow: hidden;
  transition: height .25s;
}
.show-bar:before, .show-bar:after {
  content: " ";
  display: table;
}
.show-bar:after {
  clear: both;
}
.show-show-bar .show-bar {
  height: 42px;
  border-bottom: 8px solid #d7d7db;
}

.social-bar {
  height: 75vh;
  position: absolute;
  bottom: -75vh;
  left: 0;
  width: 100%;
  transition: bottom .5s;
  overflow: hidden;
}
.show-social .social-bar {
  bottom: 0;
}
.social-bar .cards-layout .row, .social-bar .cards-layout .studios-listing ul, .studios-listing .social-bar .cards-layout ul {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.social-filters {
  height: 0;
  position: relative;
  background: #454545;
  background: rgba(69, 69, 69, 0.95);
  padding: 0 50px 0 20px;
}
.social-filters:before, .social-filters:after {
  content: " ";
  display: table;
}
.social-filters:after {
  clear: both;
}
.show-social .social-filters {
  height: 44px;
}
.social-filters .dropdown {
  height: 0;
  overflow: hidden;
  margin: 0;
  min-width: 137px;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 205px;
  background: #707072;
  background: rgba(112, 112, 114, 0.8);
  z-index: 100;
  padding: 0 6px;
  transition: height .25s;
}
@media (max-width: 767px) {
  .social-filters .dropdown {
    left: 145px;
  }
}
.social-filters .dropdown a {
  white-space: nowrap;
}
.social-filters .dropdown li {
  padding-left: 14px;
  padding-right: 14px;
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.social-filters.show-dropdown .dropdown {
  height: auto;
}

.social-scroll {
  height: calc(100% + 22px);
  overflow: auto;
  width: 100%;
  padding-bottom: 40px;
  -webkit-overflow-scrolling: touch;
}

.updates-bar {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 44px;
  position: absolute;
  transition: bottom .25s;
  background: #454545;
  background: rgba(69, 69, 69, 0.95);
  padding: 0 50px 0 20px;
}
.show-show-bar .updates-bar {
  bottom: -44px;
}

.live-updates {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .live-updates.slick-slider {
    display: none;
  }
}
.live-updates .slick-slide img {
  vertical-align: top;
  margin: 0 14px;
  width: auto;
  display: inline-block;
  height: 44px;
}
.live-updates time {
  color: #ccc;
}
.live-updates.slick-vertical .slick-slide {
  height: 44px;
  overflow: hidden;
}

.toggle-ev {
  float: right;
  margin-right: 55px;
  display: block;
  background: #d7d7db;
  border: 1px solid #d7d7db;
  border-bottom: none;
  color: #fff;
  font-size: 38.4px;
  font-size: 2.4rem;
  width: 40px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.toggle-ev:hover {
  background: #fff;
}
@media (max-width: 767px) {
  .toggle-ev {
    margin-right: 6px;
  }
}

.view-feed, .feed-dropdown {
  float: right;
  background: #333;
  padding: 0 20px;
  line-height: 44px;
}
.view-feed span, .feed-dropdown span {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .view-feed, .feed-dropdown {
    float: left;
    padding: 0 10px;
  }
}

.social-label {
  float: left;
  display: block;
  width: 185px;
}
@media (max-width: 767px) {
  .social-label {
    width: 95px;
  }
}

.feed-dropdown {
  float: left;
}

.close-view, .close-updates {
  position: absolute;
  top: 0;
  right: 19px;
  line-height: 44px;
  display: block;
  font-size: 32px;
  font-size: 2rem;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.content-full-width-container, .size-content-full-width {
  margin-top: 30px;
  margin-bottom: 20px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .content-full-width-container, .size-content-full-width {
    margin-top: 80px;
    margin-bottom: 40px;
    width: 100vw !important;
    margin-left: 50%;
    -webkit-transform: translateX(-50%) translateX(129px);
            transform: translateX(-50%) translateX(129px);
    max-width: none;
  }
}
.content-full-width-container img, .size-content-full-width img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .content-full-width-container .size-content-full-width, .size-content-full-width .size-content-full-width {
    width: 100% !important;
    margin-left: 0;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 0;
  }
}

.wp-caption-text {
  padding: 10px 0;
  border-bottom: 1px solid #d8d8d8;
  text-align: left;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-family: "SegoeUI-Light", Helvetica Neue, Helvetica, sans-serif;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px;
  text-align: left;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.featured-video video, .featured-video img {
  width: 100%;
  height: auto;
  display: block;
}
.featured-video .featured-video-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .featured-video .featured-video-wrapper {
    display: block;
  }
}
@media (min-width: 992px) {
  .featured-video .featured-video-image {
    display: none;
  }
}
