/*---- MAIN CONTAINER ----*/
.page-section {
  width: 100%;
  margin-bottom: 16px; }
  .page-section:first-child {
    margin-top: 0; }

.page-section-title {
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 8px; }

.home-features-title {
  font-size: 14px;
  margin-bottom: 8px; }

.external-links {
  margin-bottom: 20px; }

.home-section {
  font-size: 14px; }
  .home-section p {
    max-width: 600px; }

/* ---- BUTTONS PAGE ---- */
.action-link--description {
  margin-bottom: 16px; }

.buttons-section .btn:first-child {
  margin-left: 0; }

/*---- CODE BLOCKS ----*/
.code-block pre {
  background-color: inherit;
  padding: 0;
  margin: 0;
  border: none; }

/*---- HIGHLIGHT JS ----*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0; }
  .hljs.css {
    padding-left: 2px; }

.hljs:not(.hljs-line-numbers) {
  padding-left: 2px; }

.hljs-line-numbers {
  text-align: right;
  padding-right: 2px;
  border-right: 1px solid #b2afaf;
  color: #333;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Base color: saturation 0; */
.hljs,
.hljs-subst {
  color: #444; }

.hljs-comment {
  color: #888888; }

.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold; }

/* User color: hue: 0 */
.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000; }

.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold; }

.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #BC6060; }

/* Language color: hue: 90; */
.hljs-literal {
  color: #78A960; }

.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300; }

/* Meta color: hue: 200 */
.hljs-meta {
  color: #1f7199; }

.hljs-meta-string {
  color: #4d99bf; }

/* Misc effects */
.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: bold; }

/* ---- COLORS PAGE ---- */
.grid-color-item {
  height: 120px;
  float: left;
  box-sizing: border-box;
  width: calc(20% - 12.8px);
  margin-bottom: 16px;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.color-shade {
  height: 100%;
  width: 100%;
  float: left;
  padding: 16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.grid-color-item p.color-name {
  word-wrap: normal;
  margin: 0 0 5px; }

/* ---- RESPONSIVE STYLING ---- */
@media all and (max-width: 1800px) {
  .grid-color-item {
    width: calc(25% - 12px); } }

@media all and (max-width: 1438px) {
  .grid-color-item {
    width: calc(33.33333% - 10.8px); } }

@media all and (max-width: 1199px) {
  .grid-color-item {
    width: calc(50% - 8px); } }

.grid-content-title-row {
  padding: 8px; }

.grid-content-row {
  clear: both; }

.grid-content-message {
  text-align: center;
  padding: 30px;
  font-size: 18px; }

.font-preview-row {
  display: inline-block;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  height: 122px;
  width: 100%;
  background: #edecec;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.font-preview-name {
  font-family: "open_sansregular";
  font-size: 12px;
  line-height: 1.5;
  float: left;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  border-right: 1px solid #b2afaf; }

.font-preview {
  font-size: 14px;
  line-height: 1.5;
  float: left;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px; }

.font-preview-character {
  font-size: 90px;
  line-height: 1;
  letter-spacing: -7px;
  float: left;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px; }

.font-spec-row {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.font-spec-col {
  background: #fff;
  display: table-cell;
  vertical-align: top;
  float: none;
  height: 100%;
  position: relative; }
  .font-spec-col:first-child {
    background: #ddd; }

.font-spec-meta {
  font-size: 12px;
  padding: 16px;
  line-height: 1.4; }

.font-spec-name {
  font-family: "open_sanssemibold";
  font-size: 14px;
  padding-bottom: 4px; }

.font-spec-label {
  text-transform: uppercase; }

.font-spec-example {
  font-size: 12px;
  background: #fff;
  position: relative; }

.font-spec-example-text {
  margin-bottom: 35px;
  padding: 16px; }

.font-spec-description {
  font-size: 12px;
  line-height: 1.5;
  padding: 8px;
  background: #ddd;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  position: absolute;
  bottom: 0;
  right: 0; }

.table {
  margin-bottom: 0; }
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-bottom: 2px solid #b2afaf;
    font-family: 'open_sanssemibold'; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 0; }

.inline-fa-icon {
  color: #1ab394;
  padding-right: 10px; }

.grid-icon-item {
  height: 120px;
  float: left;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 16px;
  background: #edecec;
  min-width: 120px;
  width: calc(11% - 12px); }
  .grid-icon-item i {
    font-size: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
    position: relative;
    top: 32px;
    margin-bottom: 16px;
    left: 50%;
    transform: translate(-50%, -50%); }

.icon-item {
  height: 100%;
  width: 100%;
  float: left;
  color: #333;
  padding: 16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.grid-icon-item p.icon-name {
  text-align: center;
  word-wrap: normal;
  margin: 0 0 5px; }

/* ---- RESPONSIVE STYLING ---- */
@media all and (max-width: 2242px) {
  .grid-icon-item {
    width: calc(12.39% - 12px); } }

@media all and (max-width: 2046px) {
  .grid-icon-item {
    width: calc(10.98% - 12px); } }

@media all and (max-width: 1945px) {
  .grid-icon-item {
    width: calc(10.97% - 12px); } }

@media all and (max-width: 1837px) {
  .grid-icon-item {
    width: calc(10.96% - 12px); } }

@media all and (max-width: 1753px) {
  .grid-icon-item {
    width: calc(10.95% - 12px); } }

@media all and (max-width: 1663px) {
  .grid-icon-item {
    width: calc(10.93% - 12px); } }

@media all and (max-width: 1549px) {
  .grid-icon-item {
    width: calc(12.34% - 12px); } }

@media all and (max-width: 1513px) {
  .grid-icon-item {
    width: calc(12.3% - 12px); } }

@media all and (max-width: 1428px) {
  .grid-icon-item {
    width: calc(16.55% - 12px); } }

@media all and (max-width: 1349px) {
  .grid-icon-item {
    width: calc(16.54% - 12px); } }

@media all and (max-width: 1271px) {
  .grid-icon-item {
    width: calc(16.53% - 12px); } }

@media all and (max-width: 1210px) {
  .grid-icon-item {
    width: calc(16.52% - 12px); } }

@media all and (max-width: 1156px) {
  .grid-icon-item {
    width: calc(19.9% - 12px); } }

/* ---- GRID for Colors and Icons ---- */
.masonry-grid {
  max-width: 100%;
  height: 100%;
  float: left;
  width: 100%;
  max-height: 100%;
  margin-bottom: 16px; }

.grid-icon-item:nth-child(4n),
.grid-color-item:nth-child(4n) {
  padding-right: 0; }

.grid-icon-item :nth-last-child(1),
.grid-color-item :nth-last-child(1) {
  margin-bottom: 0; }

.page-inner-wrap {
  float: left;
  height: 100%;
  width: 100%;
  min-width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  padding-left: 270px;
  background: #edecec; }

.page-inner-wrap.toggled {
  padding-left: 0;
  min-width: 100%; }
  .page-inner-wrap.toggled .page-right-container {
    float: none; }

.page-right-container {
  padding: 16px 16px 0 16px;
  overflow: auto;
  height: 100%;
  background: #fff;
  width: 100%;
  float: right;
  min-height: 800px; }

.page-body-content {
  width: 100%;
  min-width: 100%; }

#gridContainer {
  height: auto;
  float: left; }
