/*!Xenomorph CSS Framework. Licensed under GPL and MIT. Cheers!*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * Flat colors by: http://flatuicolors.com/
 */
/* these are some personal preferences for my design
----------------------------------------------------------------------------------------------------*/
*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  line-height: 1.5; }

/* 1rem ~ 10px */
body {
  font-size: 1.3rem;
  /* 12px lately have been to small to become article's text font, and 14px is just to big, so 13px is good */
  font-family: Arial, sans-serif; }

h1.pic {
  font-size: 0;
  text-indent: -9999999px; }

/* if you need a heading without text, create another css with name exactly like this and add background pic */
a {
  text-decoration: none; }

img {
  vertical-align: middle; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border: 1px solid #C6DADE;
  border-radius: .3rem;
  padding: 1rem;
  font: 1.3rem/1.5 Arial, sans-serif; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    box-shadow: 0 0 .3rem #3498DB; }

textarea {
  resize: vertical;
  overflow: auto;
  min-height: 10rem; }

input[type=button], input[type=submit] {
  display: block;
  border: none;
  cursor: pointer;
  text-align: center;
  font: 1.3rem/1.5 Arial, sans-serif; }
  input[type=button].i-radius, input[type=button].i-normal, input[type=button].i-rounded, input[type=submit].i-radius, input[type=submit].i-normal, input[type=submit].i-rounded {
    padding: 1.2rem 3rem; }
  input[type=button].i-radius, input[type=submit].i-radius {
    border-radius: 7px; }
  input[type=button].i-rounded, input[type=submit].i-rounded {
    border-radius: 10000px; }
  input[type=button].i-blue, input[type=button].i-green, input[type=button].i-red, input[type=submit].i-blue, input[type=submit].i-green, input[type=submit].i-red {
    color: #ecf0f1;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
  input[type=button].i-blue-l, input[type=button].i-green-l, input[type=button].i-red-l, input[type=submit].i-blue-l, input[type=submit].i-green-l, input[type=submit].i-red-l {
    color: #ecf0f1;
    background-size: 100% 200%;
    background-position: 0 0;
    -webkit-transition: background-position 300ms ease-in;
    -moz-transition: background-position 300ms ease-in;
    -o-transition: background-position 300ms ease-in;
    transition: background-position 300ms ease-in; }
    input[type=button].i-blue-l:hover, input[type=button].i-green-l:hover, input[type=button].i-red-l:hover, input[type=submit].i-blue-l:hover, input[type=submit].i-green-l:hover, input[type=submit].i-red-l:hover {
      background-position: 0 100%; }
  input[type=button].i-blue, input[type=submit].i-blue {
    background-color: #3498db; }
    input[type=button].i-blue:hover, input[type=submit].i-blue:hover {
      background-color: #2980b9; }
  input[type=button].i-green, input[type=submit].i-green {
    background-color: #1abc9c; }
    input[type=button].i-green:hover, input[type=submit].i-green:hover {
      background-color: #16a085; }
  input[type=button].i-red, input[type=submit].i-red {
    background-color: #e74c3c; }
    input[type=button].i-red:hover, input[type=submit].i-red:hover {
      background-color: #c0392b; }
  input[type=button].i-blue-l, input[type=submit].i-blue-l {
    background-image: linear-gradient(#3498db 25%, #2980b9 75%); }
  input[type=button].i-green-l, input[type=submit].i-green-l {
    background-image: linear-gradient(#1abc9c 25%, #16a085 75%); }
  input[type=button].i-red-l, input[type=submit].i-red-l {
    background-image: linear-gradient(#e74c3c 25%, #c0392b 75%); }

select {
  border: 1px solid #C6DADE;
  border-radius: .3rem;
  padding: .7rem;
  font: 1.3rem/1.5 Arial, sans-serif; }
  select:focus {
    box-shadow: 0 0 .3rem #3498DB; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.275; }

h1 {
  font-size: 3.6rem; }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 2.4rem; }

h4 {
  font-size: 1.8rem; }

h5 {
  font-size: 1.4rem; }

h6 {
  font-size: 1.2rem; }

p {
  font-size: 1.3rem;
  line-height: 1.5; }

ol.lst-disk, ol.lst-circle, ol.lst-decimal, ol.lst-dlz, ol.lst-lroman, ol.lst-uroman, ol.lst-llatin, ol.lst-ulatin, ul.lst-disk, ul.lst-circle, ul.lst-decimal, ul.lst-dlz, ul.lst-lroman, ul.lst-uroman, ul.lst-llatin, ul.lst-ulatin {
  padding-left: 1.7rem; }
ol.lst-disk, ul.lst-disk {
  list-style-type: disc; }
ol.lst-circle, ul.lst-circle {
  list-style-type: circle; }
ol.lst-decimal, ul.lst-decimal {
  list-style-type: decimal; }
ol.lst-dlz, ul.lst-dlz {
  list-style-type: decimal-leading-zero; }
ol.lst-lroman, ul.lst-lroman {
  list-style-type: lower-roman; }
ol.lst-uroman, ul.lst-uroman {
  list-style-type: upper-roman; }
ol.lst-llatin, ul.lst-llatin {
  list-style-type: lower-latin; }
ol.lst-ulatin, ul.lst-ulatin {
  list-style-type: upper-latin; }

.nav-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 700;
  width: 100%; }

.menu-project {
  float: left;
  margin: 1rem 0; }

.menu-mobile {
  float: right;
  padding: 1rem;
  margin: 1rem 0;
  border: 0.1rem solid #bdc3c7;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer; }
  .menu-mobile:hover {
    background-color: #ecf0f1; }

.menu-header {
  float: left; }

.menu-list li {
  padding: 1rem;
  cursor: pointer; }
  .menu-list li:hover {
    background-color: #ecf0f1; }
  .menu-list li.active {
    background-color: #bdc3c7; }

.tooltip, .popover {
  position: relative;
  overflow: visible; }

.tooltip {
  cursor: default; }

.popover {
  cursor: pointer; }

.tooltip-down, .popover-down {
  z-index: 100;
  position: absolute;
  display: none;
  left: 0;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(3, 3, 3, 0.25) ;
  -moz-box-shadow: 0 0.25rem 1rem 0 rgba(3, 3, 3, 0.25) ;
  box-shadow: 0 0.25rem 1rem 0 rgba(3, 3, 3, 0.25) ; }
  .tooltip-down:before, .tooltip-down:after, .popover-down:before, .popover-down:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top: 0; }
  .tooltip-down img, .popover-down img {
    width: 100%; }

.tooltip-down {
  background-color: #111;
  color: #F3F3F3;
  width: 20rem;
  padding: .5rem;
  /* Fill */ }
  .tooltip-down:after {
    top: -0.7rem;
    left: 2.7rem;
    margin-left: -0.7rem;
    border-bottom-color: #111;
    border-width: 0.7rem; }

.popover-down {
  background-color: #FFF;
  color: #222;
  width: 30rem;
  border: .1rem solid #CCC;
  padding: 1rem;
  /* Fill */
  /* Stroke */ }
  .popover-down:after {
    top: -1.2rem;
    left: 3rem;
    margin-left: -1.2rem;
    border-bottom-color: #FFF;
    border-width: 1.2rem; }
  .popover-down:before {
    top: -1.3rem;
    left: 3rem;
    margin-left: -1.3rem;
    border-bottom-color: #CCC;
    border-width: 1.3rem; }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font_awesome//fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/font_awesome//fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/font_awesome//fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/font_awesome//fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/font_awesome//fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: white; }

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

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-rss:before {
  content: "\f09e"; }

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

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

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

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

.fa-git:before {
  content: "\f1d3"; }

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

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

/* 
 * Heavily inspired from 960.gs and Unsemantic! Lightly inspired from Foundation.
 */
.cont-gridpx-24 {
  width: 96rem; }

.gridpx-1, .gridpx-2, .gridpx-3, .gridpx-4, .gridpx-5, .gridpx-6, .gridpx-7, .gridpx-8, .gridpx-9, .gridpx-10, .gridpx-11, .gridpx-12, .gridpx-13, .gridpx-14, .gridpx-15, .gridpx-16, .gridpx-17, .gridpx-18, .gridpx-19, .gridpx-20, .gridpx-21, .gridpx-22, .gridpx-23, .gridpx-24 {
  padding: 0 1rem;
  position: relative;
  float: left; }

.gridpx-1 {
  width: 4rem; }

.gridpx-2 {
  width: 8rem; }

.gridpx-3 {
  width: 12rem; }

.gridpx-4 {
  width: 16rem; }

.gridpx-5 {
  width: 20rem; }

.gridpx-6 {
  width: 24rem; }

.gridpx-7 {
  width: 28rem; }

.gridpx-8 {
  width: 32rem; }

.gridpx-9 {
  width: 36rem; }

.gridpx-10 {
  width: 40rem; }

.gridpx-11 {
  width: 44rem; }

.gridpx-12 {
  width: 48rem; }

.gridpx-13 {
  width: 52rem; }

.gridpx-14 {
  width: 56rem; }

.gridpx-15 {
  width: 60rem; }

.gridpx-16 {
  width: 64rem; }

.gridpx-17 {
  width: 68rem; }

.gridpx-18 {
  width: 72rem; }

.gridpx-19 {
  width: 76rem; }

.gridpx-20 {
  width: 80rem; }

.gridpx-21 {
  width: 84rem; }

.gridpx-22 {
  width: 88rem; }

.gridpx-23 {
  width: 92rem; }

.gridpx-24 {
  width: 96rem; }

.prepx-1 {
  margin-left: 4rem; }

.sepx-1 {
  margin-right: 4rem; }

.prepx-2 {
  margin-left: 8rem; }

.sepx-2 {
  margin-right: 8rem; }

.prepx-3 {
  margin-left: 12rem; }

.sepx-3 {
  margin-right: 12rem; }

.prepx-4 {
  margin-left: 16rem; }

.sepx-4 {
  margin-right: 16rem; }

.prepx-5 {
  margin-left: 20rem; }

.sepx-5 {
  margin-right: 20rem; }

.prepx-6 {
  margin-left: 24rem; }

.sepx-6 {
  margin-right: 24rem; }

.prepx-7 {
  margin-left: 28rem; }

.sepx-7 {
  margin-right: 28rem; }

.prepx-8 {
  margin-left: 32rem; }

.sepx-8 {
  margin-right: 32rem; }

.prepx-9 {
  margin-left: 36rem; }

.sepx-9 {
  margin-right: 36rem; }

.prepx-10 {
  margin-left: 40rem; }

.sepx-10 {
  margin-right: 40rem; }

.prepx-11 {
  margin-left: 44rem; }

.sepx-11 {
  margin-right: 44rem; }

.prepx-12 {
  margin-left: 48rem; }

.sepx-12 {
  margin-right: 48rem; }

.prepx-13 {
  margin-left: 52rem; }

.sepx-13 {
  margin-right: 52rem; }

.prepx-14 {
  margin-left: 56rem; }

.sepx-14 {
  margin-right: 56rem; }

.prepx-15 {
  margin-left: 60rem; }

.sepx-15 {
  margin-right: 60rem; }

.prepx-16 {
  margin-left: 64rem; }

.sepx-16 {
  margin-right: 64rem; }

.prepx-17 {
  margin-left: 68rem; }

.sepx-17 {
  margin-right: 68rem; }

.prepx-18 {
  margin-left: 72rem; }

.sepx-18 {
  margin-right: 72rem; }

.prepx-19 {
  margin-left: 76rem; }

.sepx-19 {
  margin-right: 76rem; }

.prepx-20 {
  margin-left: 80rem; }

.sepx-20 {
  margin-right: 80rem; }

.prepx-21 {
  margin-left: 84rem; }

.sepx-21 {
  margin-right: 84rem; }

.prepx-22 {
  margin-left: 88rem; }

.sepx-22 {
  margin-right: 88rem; }

.prepx-23 {
  margin-left: 92rem; }

.sepx-23 {
  margin-right: 92rem; }

.prepx-24 {
  margin-left: 96rem; }

.sepx-24 {
  margin-right: 96rem; }

.pushpx-1 {
  left: 4rem; }

.pullpx-1 {
  left: -4rem; }

.pushpx-2 {
  left: 8rem; }

.pullpx-2 {
  left: -8rem; }

.pushpx-3 {
  left: 12rem; }

.pullpx-3 {
  left: -12rem; }

.pushpx-4 {
  left: 16rem; }

.pullpx-4 {
  left: -16rem; }

.pushpx-5 {
  left: 20rem; }

.pullpx-5 {
  left: -20rem; }

.pushpx-6 {
  left: 24rem; }

.pullpx-6 {
  left: -24rem; }

.pushpx-7 {
  left: 28rem; }

.pullpx-7 {
  left: -28rem; }

.pushpx-8 {
  left: 32rem; }

.pullpx-8 {
  left: -32rem; }

.pushpx-9 {
  left: 36rem; }

.pullpx-9 {
  left: -36rem; }

.pushpx-10 {
  left: 40rem; }

.pullpx-10 {
  left: -40rem; }

.pushpx-11 {
  left: 44rem; }

.pullpx-11 {
  left: -44rem; }

.pushpx-12 {
  left: 48rem; }

.pullpx-12 {
  left: -48rem; }

.pushpx-13 {
  left: 52rem; }

.pullpx-13 {
  left: -52rem; }

.pushpx-14 {
  left: 56rem; }

.pullpx-14 {
  left: -56rem; }

.pushpx-15 {
  left: 60rem; }

.pullpx-15 {
  left: -60rem; }

.pushpx-16 {
  left: 64rem; }

.pullpx-16 {
  left: -64rem; }

.pushpx-17 {
  left: 68rem; }

.pullpx-17 {
  left: -68rem; }

.pushpx-18 {
  left: 72rem; }

.pullpx-18 {
  left: -72rem; }

.pushpx-19 {
  left: 76rem; }

.pullpx-19 {
  left: -76rem; }

.pushpx-20 {
  left: 80rem; }

.pullpx-20 {
  left: -80rem; }

.pushpx-21 {
  left: 84rem; }

.pullpx-21 {
  left: -84rem; }

.pushpx-22 {
  left: 88rem; }

.pullpx-22 {
  left: -88rem; }

.pushpx-23 {
  left: 92rem; }

.pullpx-23 {
  left: -92rem; }

.pushpx-24 {
  left: 96rem; }

.pullpx-24 {
  left: -96rem; }

/* 
 * Heavily inspired from 960.gs and Unsemantic! Lightly inspired from Foundation.
 */
.cont-grid-36 {
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  position: relative; }

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12,
.grid-13,
.grid-14,
.grid-15,
.grid-16,
.grid-17,
.grid-18,
.grid-19,
.grid-20,
.grid-21,
.grid-22,
.grid-23,
.grid-24,
.grid-25,
.grid-26,
.grid-27,
.grid-28,
.grid-29,
.grid-30,
.grid-31,
.grid-32,
.grid-33,
.grid-34,
.grid-35,
.grid-36,
.gridf-1,
.gridf-2,
.gridf-3,
.gridf-4,
.gridf-5,
.gridf-6,
.gridf-7,
.gridf-8,
.gridf-9,
.gridf-10,
.gridf-11,
.gridf-12,
.gridf-13,
.gridf-14,
.gridf-15,
.gridf-16,
.gridf-17,
.gridf-18,
.gridf-19,
.gridf-20,
.gridf-21,
.gridf-22,
.gridf-23,
.gridf-24,
.gridf-25,
.gridf-26,
.gridf-27,
.gridf-28,
.gridf-29,
.gridf-30,
.gridf-31,
.gridf-32,
.gridf-33,
.gridf-34,
.gridf-35,
.gridf-36 {
  padding-left: 1rem;
  padding-right: 1rem;
  float: left;
  position: relative; }

.grid-1 {
  width: 2.77778%; }

.grid-2 {
  width: 5.55556%; }

.grid-3 {
  width: 8.33333%; }

.grid-4 {
  width: 11.11111%; }

.grid-5 {
  width: 13.88889%; }

.grid-6 {
  width: 16.66667%; }

.grid-7 {
  width: 19.44444%; }

.grid-8 {
  width: 22.22222%; }

.grid-9 {
  width: 25%; }

.grid-10 {
  width: 27.77778%; }

.grid-11 {
  width: 30.55556%; }

.grid-12 {
  width: 33.33333%; }

.grid-13 {
  width: 36.11111%; }

.grid-14 {
  width: 38.88889%; }

.grid-15 {
  width: 41.66667%; }

.grid-16 {
  width: 44.44444%; }

.grid-17 {
  width: 47.22222%; }

.grid-18 {
  width: 50%; }

.grid-19 {
  width: 52.77778%; }

.grid-20 {
  width: 55.55556%; }

.grid-21 {
  width: 58.33333%; }

.grid-22 {
  width: 61.11111%; }

.grid-23 {
  width: 63.88889%; }

.grid-24 {
  width: 66.66667%; }

.grid-25 {
  width: 69.44444%; }

.grid-26 {
  width: 72.22222%; }

.grid-27 {
  width: 75%; }

.grid-28 {
  width: 77.77778%; }

.grid-29 {
  width: 80.55556%; }

.grid-30 {
  width: 83.33333%; }

.grid-31 {
  width: 86.11111%; }

.grid-32 {
  width: 88.88889%; }

.grid-33 {
  width: 91.66667%; }

.grid-34 {
  width: 94.44444%; }

.grid-35 {
  width: 97.22222%; }

.grid-36 {
  width: 100%; }

.gridf-1 {
  width: 4rem; }

.gridf-2 {
  width: 8rem; }

.gridf-3 {
  width: 12rem; }

.gridf-4 {
  width: 16rem; }

.gridf-5 {
  width: 20rem; }

.gridf-6 {
  width: 24rem; }

.gridf-7 {
  width: 28rem; }

.gridf-8 {
  width: 32rem; }

.gridf-9 {
  width: 36rem; }

.gridf-10 {
  width: 40rem; }

.gridf-11 {
  width: 44rem; }

.gridf-12 {
  width: 48rem; }

.gridf-13 {
  width: 52rem; }

.gridf-14 {
  width: 56rem; }

.gridf-15 {
  width: 60rem; }

.gridf-16 {
  width: 64rem; }

.gridf-17 {
  width: 68rem; }

.gridf-18 {
  width: 72rem; }

.gridf-19 {
  width: 76rem; }

.gridf-20 {
  width: 80rem; }

.gridf-21 {
  width: 84rem; }

.gridf-22 {
  width: 88rem; }

.gridf-23 {
  width: 92rem; }

.gridf-24 {
  width: 96rem; }

.gridf-25 {
  width: 100rem; }

.gridf-26 {
  width: 104rem; }

.gridf-27 {
  width: 108rem; }

.gridf-28 {
  width: 112rem; }

.gridf-29 {
  width: 116rem; }

.gridf-30 {
  width: 120rem; }

.gridf-31 {
  width: 124rem; }

.gridf-32 {
  width: 128rem; }

.gridf-33 {
  width: 132rem; }

.gridf-34 {
  width: 136rem; }

.gridf-35 {
  width: 140rem; }

.gridf-36 {
  width: 144rem; }

.w10pd, .w20pd, .w25pd, .w30pd, .w33pd, .w40pd, .w50pd, .w60pd, .w67pd, .w70pd, .w75pd, .w80pd, .w90pd, .w100pd {
  padding: 0 1rem;
  float: left;
  position: relative; }

.w10pd {
  width: 10%; }

.w20pd {
  width: 20%; }

.w25pd {
  width: 25%; }

.w30pd {
  width: 30%; }

.w33pd {
  width: 33.3333333%; }

.w40pd {
  width: 40%; }

.w50pd {
  width: 50%; }

.w60pd {
  width: 60%; }

.w67pd {
  width: 66.6666667%; }

.w70pd {
  width: 70%; }

.w75pd {
  width: 75%; }

.w80pd {
  width: 80%; }

.w90pd {
  width: 90%; }

.w100pd {
  width: 100%; }

.cont-100 {
  width: 100%; }

@media only screen and (min-width: 769px) {
  .pre-1 {
    margin-left: 2.77778%; }

  .se-1 {
    margin-right: 2.77778%; }

  .pre-2 {
    margin-left: 5.55556%; }

  .se-2 {
    margin-right: 5.55556%; }

  .pre-3 {
    margin-left: 8.33333%; }

  .se-3 {
    margin-right: 8.33333%; }

  .pre-4 {
    margin-left: 11.11111%; }

  .se-4 {
    margin-right: 11.11111%; }

  .pre-5 {
    margin-left: 13.88889%; }

  .se-5 {
    margin-right: 13.88889%; }

  .pre-6 {
    margin-left: 16.66667%; }

  .se-6 {
    margin-right: 16.66667%; }

  .pre-7 {
    margin-left: 19.44444%; }

  .se-7 {
    margin-right: 19.44444%; }

  .pre-8 {
    margin-left: 22.22222%; }

  .se-8 {
    margin-right: 22.22222%; }

  .pre-9 {
    margin-left: 25%; }

  .se-9 {
    margin-right: 25%; }

  .pre-10 {
    margin-left: 27.77778%; }

  .se-10 {
    margin-right: 27.77778%; }

  .pre-11 {
    margin-left: 30.55556%; }

  .se-11 {
    margin-right: 30.55556%; }

  .pre-12 {
    margin-left: 33.33333%; }

  .se-12 {
    margin-right: 33.33333%; }

  .pre-13 {
    margin-left: 36.11111%; }

  .se-13 {
    margin-right: 36.11111%; }

  .pre-14 {
    margin-left: 38.88889%; }

  .se-14 {
    margin-right: 38.88889%; }

  .pre-15 {
    margin-left: 41.66667%; }

  .se-15 {
    margin-right: 41.66667%; }

  .pre-16 {
    margin-left: 44.44444%; }

  .se-16 {
    margin-right: 44.44444%; }

  .pre-17 {
    margin-left: 47.22222%; }

  .se-17 {
    margin-right: 47.22222%; }

  .pre-18 {
    margin-left: 50%; }

  .se-18 {
    margin-right: 50%; }

  .pre-19 {
    margin-left: 52.77778%; }

  .se-19 {
    margin-right: 52.77778%; }

  .pre-20 {
    margin-left: 55.55556%; }

  .se-20 {
    margin-right: 55.55556%; }

  .pre-21 {
    margin-left: 58.33333%; }

  .se-21 {
    margin-right: 58.33333%; }

  .pre-22 {
    margin-left: 61.11111%; }

  .se-22 {
    margin-right: 61.11111%; }

  .pre-23 {
    margin-left: 63.88889%; }

  .se-23 {
    margin-right: 63.88889%; }

  .pre-24 {
    margin-left: 66.66667%; }

  .se-24 {
    margin-right: 66.66667%; }

  .pre-25 {
    margin-left: 69.44444%; }

  .se-25 {
    margin-right: 69.44444%; }

  .pre-26 {
    margin-left: 72.22222%; }

  .se-26 {
    margin-right: 72.22222%; }

  .pre-27 {
    margin-left: 75%; }

  .se-27 {
    margin-right: 75%; }

  .pre-28 {
    margin-left: 77.77778%; }

  .se-28 {
    margin-right: 77.77778%; }

  .pre-29 {
    margin-left: 80.55556%; }

  .se-29 {
    margin-right: 80.55556%; }

  .pre-30 {
    margin-left: 83.33333%; }

  .se-30 {
    margin-right: 83.33333%; }

  .pre-31 {
    margin-left: 86.11111%; }

  .se-31 {
    margin-right: 86.11111%; }

  .pre-32 {
    margin-left: 88.88889%; }

  .se-32 {
    margin-right: 88.88889%; }

  .pre-33 {
    margin-left: 91.66667%; }

  .se-33 {
    margin-right: 91.66667%; }

  .pre-34 {
    margin-left: 94.44444%; }

  .se-34 {
    margin-right: 94.44444%; }

  .pre-35 {
    margin-left: 97.22222%; }

  .se-35 {
    margin-right: 97.22222%; }

  .pref-1 {
    margin-left: 4rem; }

  .sef-1 {
    margin-right: 4rem; }

  .pref-2 {
    margin-left: 8rem; }

  .sef-2 {
    margin-right: 8rem; }

  .pref-3 {
    margin-left: 12rem; }

  .sef-3 {
    margin-right: 12rem; }

  .pref-4 {
    margin-left: 16rem; }

  .sef-4 {
    margin-right: 16rem; }

  .pref-5 {
    margin-left: 20rem; }

  .sef-5 {
    margin-right: 20rem; }

  .pref-6 {
    margin-left: 24rem; }

  .sef-6 {
    margin-right: 24rem; }

  .pref-7 {
    margin-left: 28rem; }

  .sef-7 {
    margin-right: 28rem; }

  .pref-8 {
    margin-left: 32rem; }

  .sef-8 {
    margin-right: 32rem; }

  .pref-9 {
    margin-left: 36rem; }

  .sef-9 {
    margin-right: 36rem; }

  .pref-10 {
    margin-left: 40rem; }

  .sef-10 {
    margin-right: 40rem; }

  .pref-11 {
    margin-left: 44rem; }

  .sef-11 {
    margin-right: 44rem; }

  .pref-12 {
    margin-left: 48rem; }

  .sef-12 {
    margin-right: 48rem; }

  .pref-13 {
    margin-left: 52rem; }

  .sef-13 {
    margin-right: 52rem; }

  .pref-14 {
    margin-left: 56rem; }

  .sef-14 {
    margin-right: 56rem; }

  .pref-15 {
    margin-left: 60rem; }

  .sef-15 {
    margin-right: 60rem; }

  .pref-16 {
    margin-left: 64rem; }

  .sef-16 {
    margin-right: 64rem; }

  .pref-17 {
    margin-left: 68rem; }

  .sef-17 {
    margin-right: 68rem; }

  .pref-18 {
    margin-left: 72rem; }

  .sef-18 {
    margin-right: 72rem; }

  .pref-19 {
    margin-left: 76rem; }

  .sef-19 {
    margin-right: 76rem; }

  .pref-20 {
    margin-left: 80rem; }

  .sef-20 {
    margin-right: 80rem; }

  .pref-21 {
    margin-left: 84rem; }

  .sef-21 {
    margin-right: 84rem; }

  .pref-22 {
    margin-left: 88rem; }

  .sef-22 {
    margin-right: 88rem; }

  .pref-23 {
    margin-left: 92rem; }

  .sef-23 {
    margin-right: 92rem; }

  .pref-24 {
    margin-left: 96rem; }

  .sef-24 {
    margin-right: 96rem; }

  .pref-25 {
    margin-left: 100rem; }

  .sef-25 {
    margin-right: 100rem; }

  .pref-26 {
    margin-left: 104rem; }

  .sef-26 {
    margin-right: 104rem; }

  .pref-27 {
    margin-left: 108rem; }

  .sef-27 {
    margin-right: 108rem; }

  .pref-28 {
    margin-left: 112rem; }

  .sef-28 {
    margin-right: 112rem; }

  .pref-29 {
    margin-left: 116rem; }

  .sef-29 {
    margin-right: 116rem; }

  .pref-30 {
    margin-left: 120rem; }

  .sef-30 {
    margin-right: 120rem; }

  .pref-31 {
    margin-left: 124rem; }

  .sef-31 {
    margin-right: 124rem; }

  .pref-32 {
    margin-left: 128rem; }

  .sef-32 {
    margin-right: 128rem; }

  .pref-33 {
    margin-left: 132rem; }

  .sef-33 {
    margin-right: 132rem; }

  .pref-34 {
    margin-left: 136rem; }

  .sef-34 {
    margin-right: 136rem; }

  .pref-35 {
    margin-left: 140rem; }

  .sef-35 {
    margin-right: 140rem; }

  .push-1 {
    left: 2.77778%; }

  .pull-1 {
    left: -2.77778%; }

  .push-2 {
    left: 5.55556%; }

  .pull-2 {
    left: -5.55556%; }

  .push-3 {
    left: 8.33333%; }

  .pull-3 {
    left: -8.33333%; }

  .push-4 {
    left: 11.11111%; }

  .pull-4 {
    left: -11.11111%; }

  .push-5 {
    left: 13.88889%; }

  .pull-5 {
    left: -13.88889%; }

  .push-6 {
    left: 16.66667%; }

  .pull-6 {
    left: -16.66667%; }

  .push-7 {
    left: 19.44444%; }

  .pull-7 {
    left: -19.44444%; }

  .push-8 {
    left: 22.22222%; }

  .pull-8 {
    left: -22.22222%; }

  .push-9 {
    left: 25%; }

  .pull-9 {
    left: -25%; }

  .push-10 {
    left: 27.77778%; }

  .pull-10 {
    left: -27.77778%; }

  .push-11 {
    left: 30.55556%; }

  .pull-11 {
    left: -30.55556%; }

  .push-12 {
    left: 33.33333%; }

  .pull-12 {
    left: -33.33333%; }

  .push-13 {
    left: 36.11111%; }

  .pull-13 {
    left: -36.11111%; }

  .push-14 {
    left: 38.88889%; }

  .pull-14 {
    left: -38.88889%; }

  .push-15 {
    left: 41.66667%; }

  .pull-15 {
    left: -41.66667%; }

  .push-16 {
    left: 44.44444%; }

  .pull-16 {
    left: -44.44444%; }

  .push-17 {
    left: 47.22222%; }

  .pull-17 {
    left: -47.22222%; }

  .push-18 {
    left: 50%; }

  .pull-18 {
    left: -50%; }

  .push-19 {
    left: 52.77778%; }

  .pull-19 {
    left: -52.77778%; }

  .push-20 {
    left: 55.55556%; }

  .pull-20 {
    left: -55.55556%; }

  .push-21 {
    left: 58.33333%; }

  .pull-21 {
    left: -58.33333%; }

  .push-22 {
    left: 61.11111%; }

  .pull-22 {
    left: -61.11111%; }

  .push-23 {
    left: 63.88889%; }

  .pull-23 {
    left: -63.88889%; }

  .push-24 {
    left: 66.66667%; }

  .pull-24 {
    left: -66.66667%; }

  .push-25 {
    left: 69.44444%; }

  .pull-25 {
    left: -69.44444%; }

  .push-26 {
    left: 72.22222%; }

  .pull-26 {
    left: -72.22222%; }

  .push-27 {
    left: 75%; }

  .pull-27 {
    left: -75%; }

  .push-28 {
    left: 77.77778%; }

  .pull-28 {
    left: -77.77778%; }

  .push-29 {
    left: 80.55556%; }

  .pull-29 {
    left: -80.55556%; }

  .push-30 {
    left: 83.33333%; }

  .pull-30 {
    left: -83.33333%; }

  .push-31 {
    left: 86.11111%; }

  .pull-31 {
    left: -86.11111%; }

  .push-32 {
    left: 88.88889%; }

  .pull-32 {
    left: -88.88889%; }

  .push-33 {
    left: 91.66667%; }

  .pull-33 {
    left: -91.66667%; }

  .push-34 {
    left: 94.44444%; }

  .pull-34 {
    left: -94.44444%; }

  .push-35 {
    left: 97.22222%; }

  .pull-35 {
    left: -97.22222%; }

  .padleft-1 {
    padding-left: 4rem; }

  .padright-1 {
    padding-right: 4rem; }

  .padleft-2 {
    padding-left: 8rem; }

  .padright-2 {
    padding-right: 8rem; }

  .padleft-3 {
    padding-left: 12rem; }

  .padright-3 {
    padding-right: 12rem; }

  .padleft-4 {
    padding-left: 16rem; }

  .padright-4 {
    padding-right: 16rem; }

  .padleft-5 {
    padding-left: 20rem; }

  .padright-5 {
    padding-right: 20rem; }

  .padleft-6 {
    padding-left: 24rem; }

  .padright-6 {
    padding-right: 24rem; }

  .padleft-7 {
    padding-left: 28rem; }

  .padright-7 {
    padding-right: 28rem; }

  .padleft-8 {
    padding-left: 32rem; }

  .padright-8 {
    padding-right: 32rem; }

  .padleft-9 {
    padding-left: 36rem; }

  .padright-9 {
    padding-right: 36rem; }

  .padleft-10 {
    padding-left: 40rem; }

  .padright-10 {
    padding-right: 40rem; }

  .padleft-11 {
    padding-left: 44rem; }

  .padright-11 {
    padding-right: 44rem; }

  .padleft-12 {
    padding-left: 48rem; }

  .padright-12 {
    padding-right: 48rem; }

  .padleft-13 {
    padding-left: 52rem; }

  .padright-13 {
    padding-right: 52rem; }

  .padleft-14 {
    padding-left: 56rem; }

  .padright-14 {
    padding-right: 56rem; }

  .padleft-15 {
    padding-left: 60rem; }

  .padright-15 {
    padding-right: 60rem; }

  .padleft-16 {
    padding-left: 64rem; }

  .padright-16 {
    padding-right: 64rem; }

  .padleft-17 {
    padding-left: 68rem; }

  .padright-17 {
    padding-right: 68rem; }

  .padleft-18 {
    padding-left: 72rem; }

  .padright-18 {
    padding-right: 72rem; }

  .padleft-19 {
    padding-left: 76rem; }

  .padright-19 {
    padding-right: 76rem; }

  .padleft-20 {
    padding-left: 80rem; }

  .padright-20 {
    padding-right: 80rem; }

  .padleft-21 {
    padding-left: 84rem; }

  .padright-21 {
    padding-right: 84rem; }

  .padleft-22 {
    padding-left: 88rem; }

  .padright-22 {
    padding-right: 88rem; }

  .padleft-23 {
    padding-left: 92rem; }

  .padright-23 {
    padding-right: 92rem; }

  .padleft-24 {
    padding-left: 96rem; }

  .padright-24 {
    padding-right: 96rem; }

  .padleft-25 {
    padding-left: 100rem; }

  .padright-25 {
    padding-right: 100rem; }

  .padleft-26 {
    padding-left: 104rem; }

  .padright-26 {
    padding-right: 104rem; }

  .padleft-27 {
    padding-left: 108rem; }

  .padright-27 {
    padding-right: 108rem; }

  .padleft-28 {
    padding-left: 112rem; }

  .padright-28 {
    padding-right: 112rem; }

  .padleft-29 {
    padding-left: 116rem; }

  .padright-29 {
    padding-right: 116rem; }

  .padleft-30 {
    padding-left: 120rem; }

  .padright-30 {
    padding-right: 120rem; }

  .padleft-31 {
    padding-left: 124rem; }

  .padright-31 {
    padding-right: 124rem; }

  .padleft-32 {
    padding-left: 128rem; }

  .padright-32 {
    padding-right: 128rem; }

  .padleft-33 {
    padding-left: 132rem; }

  .padright-33 {
    padding-right: 132rem; }

  .padleft-34 {
    padding-left: 136rem; }

  .padright-34 {
    padding-right: 136rem; }

  .padleft-35 {
    padding-left: 140rem; }

  .padright-35 {
    padding-right: 140rem; }

  .nagging-right, .nagging-left {
    position: absolute;
    top: 0;
    z-index: 999; }

  .nagging-right {
    right: 0; }

  .nagging-left {
    left: 0; } }
@media only screen and (min-width: 769px) {
  .pre10pd {
    margin-left: 10%; }

  .pre20pd {
    margin-left: 20%; }

  .pre25pd {
    margin-left: 25%; }

  .pre30pd {
    margin-left: 30%; }

  .pre33pd {
    margin-left: 33.3333333%; }

  .pre40pd {
    margin-left: 40%; }

  .pre50pd {
    margin-left: 50%; }

  .pre60pd {
    margin-left: 60%; }

  .pre67pd {
    margin-left: 66.6666667%; }

  .pre70pd {
    margin-left: 70%; }

  .pre75pd {
    margin-left: 75%; }

  .pre80pd {
    margin-left: 80%; }

  .pre90pd {
    margin-left: 90%; }

  .se10pd {
    margin-right: 10%; }

  .se20pd {
    margin-right: 20%; }

  .se25pd {
    margin-right: 25%; }

  .se30pd {
    margin-right: 30%; }

  .se33pd {
    margin-right: 33.3333333%; }

  .se40pd {
    margin-right: 40%; }

  .se50pd {
    margin-right: 50%; }

  .se60pd {
    margin-right: 60%; }

  .se67pd {
    margin-right: 66.6666667%; }

  .se70pd {
    margin-right: 70%; }

  .se75pd {
    margin-right: 75%; }

  .se80pd {
    margin-right: 80%; }

  .se90pd {
    margin-right: 90%; }

  .push10pd {
    left: 10%; }

  .push20pd {
    left: 20%; }

  .push25pd {
    left: 25%; }

  .push30pd {
    left: 30%; }

  .push33pd {
    left: 33.3333333%; }

  .push40pd {
    left: 40%; }

  .push50pd {
    left: 50%; }

  .push60pd {
    left: 60%; }

  .push67pd {
    left: 66.6666667%; }

  .push70pd {
    left: 70%; }

  .push75pd {
    left: 75%; }

  .push80pd {
    left: 80%; }

  .push90pd {
    left: 90%; }

  .pull10pd {
    left: -10%; }

  .pull20pd {
    left: -20%; }

  .pull25pd {
    left: -25%; }

  .pull30pd {
    left: -30%; }

  .pull33pd {
    left: -33.3333333%; }

  .pull40pd {
    left: -40%; }

  .pull50pd {
    left: -50%; }

  .pull60pd {
    left: -60%; }

  .pull67pd {
    left: -66.6666667%; }

  .pull70pd {
    left: -70%; }

  .pull75pd {
    left: -75%; }

  .pull80pd {
    left: -80%; }

  .pull90pd {
    left: -90%; } }
@media only screen and (min-width: 769px) {
  .fl-ld {
    float: left; }

  .fl-rd {
    float: right; }

  .tal-cm {
    text-align: center; }

  .m-mid-autom {
    margin-left: auto;
    margin-right: auto; }

  .hide-on-desktop {
    display: none !important; }

  .pt5d {
    padding-top: 0.5rem; }

  .pt10d {
    padding-top: 1rem; }

  .pt20d {
    padding-top: 2rem; }

  .pb5d {
    padding-bottom: 0.5rem; }

  .pb10d {
    padding-bottom: 1rem; }

  .pb20d {
    padding-bottom: 2rem; }

  .mt5d {
    margin-top: 0.5rem; }

  .mt10d {
    margin-top: 1rem; }

  .mt20d {
    margin-top: 2rem; }

  .mb5d {
    margin-bottom: 0.5rem; }

  .mb10d {
    margin-bottom: 1rem; }

  .mb20d {
    margin-bottom: 2rem; }

  .menu-list li {
    float: left;
    margin-left: .7rem; }
    .menu-list li:first-child {
      margin-left: 0; }

  .menu-mobile {
    display: none; } }
@media only screen and (max-width: 768px) {
  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12,
  .grid-13,
  .grid-14,
  .grid-15,
  .grid-16,
  .grid-17,
  .grid-18,
  .grid-19,
  .grid-20,
  .grid-21,
  .grid-22,
  .grid-23,
  .grid-24,
  .grid-25,
  .grid-26,
  .grid-27,
  .grid-28,
  .grid-29,
  .grid-30,
  .grid-31,
  .grid-32,
  .grid-33,
  .grid-34,
  .grid-35,
  .grid-36,
  .gridr-1,
  .gridr-2,
  .gridr-3,
  .gridr-4,
  .gridr-5,
  .gridr-6,
  .gridr-7,
  .gridr-8,
  .gridr-9,
  .gridr-10,
  .gridr-11,
  .gridr-12,
  .gridr-13,
  .gridr-14,
  .gridr-15,
  .gridr-16,
  .gridr-17,
  .gridr-18,
  .gridr-19,
  .gridr-20,
  .gridr-21,
  .gridr-22,
  .gridr-23,
  .gridr-24,
  .gridr-25,
  .gridr-26,
  .gridr-27,
  .gridr-28,
  .gridr-29,
  .gridr-30,
  .gridr-31,
  .gridr-32,
  .gridr-33,
  .gridr-34,
  .gridr-35,
  .gridr-36 {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  .w10pd, .w20pd, .w25pd, .w30pd, .w33pd, .w40pd, .w50pd, .w60pd, .w67pd, .w70pd, .w75pd, .w80pd, .w90pd, .w100pd {
    width: 100%; }

  .w10pm, .w20pm, .w25pm, .w30pm, .w33pm, .w40pm, .w50pm, .w60pm, .w67pm, .w70pm, .w75pm, .w80pm, .w90pm, .w100pm {
    padding-left: 1rem;
    padding-right: 1rem; }

  .w10pm {
    width: 10%; }

  .w20pm {
    width: 20%; }

  .w25pm {
    width: 25%; }

  .w30pm {
    width: 30%; }

  .w33pm {
    width: 33.3333333%; }

  .w40pm {
    width: 40%; }

  .w50pm {
    width: 50%; }

  .w60pm {
    width: 60%; }

  .w67pm {
    width: 66.6666667%; }

  .w70pm {
    width: 70%; }

  .w75pm {
    width: 75%; }

  .w80pm {
    width: 80%; }

  .w90pm {
    width: 90%; }

  .w100pm {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  .tal-cm {
    text-align: center; }

  .m-mid-autom {
    margin-left: auto;
    margin-right: auto; }

  .hide-on-mobile {
    display: none !important; }

  .menu-header {
    width: 100%; }

  .pt5m {
    padding-top: 0.5rem; }

  .pt10m {
    padding-top: 1rem; }

  .pt20m {
    padding-top: 2rem; }

  .mt5m {
    margin-top: 0.5rem; }

  .mt10m {
    margin-top: 1rem; }

  .mt20m {
    margin-top: 2rem; }

  .mt30m {
    margin-top: 3rem; }

  .menu-list {
    clear: both; }
    .menu-list li {
      border-top: 1px solid #bdc3c7; }
      .menu-list li:last-child {
        border-bottom: 1px solid #bdc3c7; }

  .menu-header {
    padding: 0 1rem; } }
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Lato/Lato-Light.ttf); }
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Open_Sans/OpenSans-Regular.ttf); }
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Open_Sans/OpenSans-Bold.ttf); }
.menu-project a.big, .menu-project a.small {
  color: transparent;
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat; }
.menu-project a.big {
  width: 324.67px;
  height: 30px;
  background-position: 0 0; }
.menu-project a.small {
  width: 222px;
  height: 20.51px;
  background-position: 0 -30px;
  margin-top: .7rem; }

body {
  font-family: "Open Sans", Arial, sans-serif; }

a {
  color: inherit;
  text-decoration: underline; }

p {
  font-size: 1.4rem; }

h2 {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase; }

li {
  line-height: 1.5;
  font-size: 1.4rem; }

#home {
  position: relative;
  height: 90rem; }
  #home > div {
    position: absolute;
    bottom: 40%;
    width: 100%; }
    #home > div p, #home > div h1 {
      color: #ecf0f1;
      text-align: center;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75), 0 0 2px rgba(0, 0, 0, 0.3); }
    #home > div p {
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px; }
    #home > div h1 {
      font-weight: normal; }

#tentang-kami, #privacy-policy, #terms-of-service, #kode-etik {
  padding-top: 3rem;
  padding-bottom: 4rem; }

#tentang-kami {
  background-color: #3498db;
  color: #FFF; }
  #tentang-kami p {
    padding-top: .7rem; }
    #tentang-kami p > span {
      font-weight: 700; }

#disclaimer, #privacy-policy, #terms-of-service {
  padding-top: 3rem;
  background: url(../img/shattered.png) repeat center top;
  text-align: justify; }
  #disclaimer li, #privacy-policy li, #terms-of-service li {
    padding-top: .7rem; }

#tagline01 {
  height: 30rem;
  margin-top: 5rem;
  text-align: center; }

.intermezzo01 {
  width: 15.1rem;
  height: 14.2rem;
  background: url(../img/sprite.png) no-repeat -349px -55px;
  color: transparent; }

#kode-etik {
  background-color: #222;
  color: #FFF;
  text-align: justify; }
  #kode-etik ol {
    padding-left: 2rem; }
  #kode-etik .pengaduan {
    width: 160px;
    height: 55px;
    display: block;
    background: url(../img/sprite.png) no-repeat -340px 0;
    color: transparent;
    -webkit-box-shadow: 0 3px 3px 0 rgba(10, 10, 10, 0.3) ;
    -moz-box-shadow: 0 3px 3px 0 rgba(10, 10, 10, 0.3) ;
    box-shadow: 0 3px 3px 0 rgba(10, 10, 10, 0.3) ; }

#kontak-kami {
  background-color: #e74c3c;
  color: #FFF; }
  #kontak-kami .fa {
    color: #e74c3c; }
  #kontak-kami .kk-big-bg > div {
    padding-bottom: 3.7rem;
    background: rgba(0, 0, 0, 0.3) url(../img/pattern/pattern-diagonal.png) repeat top left; }
  #kontak-kami .kotakan-market {
    border: 0.1rem solid #ecf0f1;
    padding: 2rem; }

#main-footer {
  padding: 3rem 0;
  text-align: center; }
  #main-footer .fa {
    cursor: pointer; }
  #main-footer a {
    display: inline-block;
    width: 5.2rem;
    height: 5.2rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    border: 0.1rem solid #ecf0f1;
    margin-left: 1.5rem;
    transition: all 1s;
    -webkit-transition: all 1s; }
    #main-footer a .fa {
      color: #ecf0f1;
      line-height: 5.2rem; }
    #main-footer a:first-child {
      margin-left: 0; }
    #main-footer a:hover {
      background-color: #ecf0f1; }
      #main-footer a:hover .fa {
        color: #e74c3c; }

.border-bottom01 {
  border-bottom: 0.1rem solid #ecf0f1; }

.border-bottom02 {
  border-bottom: 0.1rem solid #bdc3c7; }

.border-bottom03 {
  border-bottom: 0.1rem solid #95a5a6; }

.border-bottom04 {
  border-bottom: 0.1rem solid #e74c3c; }

.color-white {
  color: #FFF !important; }

.fa {
  cursor: default; }

.nav-fixed-top {
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5) ;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5) ;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5) ; }

.menu-list li {
  text-transform: uppercase; }
  .menu-list li:hover {
    background-color: #ecf0f1; }
  .menu-list li.active {
    color: #ecf0f1;
    background-color: #e74c3c; }

@media only screen and (max-width: 768px) {
  #home {
    background: url(../img/mobile-bg-main-by-Dani.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    #home > div {
      bottom: 25%; }
    #home p {
      font-size: 1.7rem; }
    #home h1 {
      font-size: 4.5rem; }

  .kk-big-bg {
    background: url(../img/mobile-gedung-sindo-by-Gandes.jpg) no-repeat fixed right bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  #tagline01 {
    background: url(../img/mobile-sindo-by-RMG.jpg) no-repeat center 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }
@media only screen and (min-width: 769px) {
  #home {
    background: url(../img/bg-main-by-Dani.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    #home > div {
      bottom: 40%; }
    #home p {
      font-size: 2.4rem; }
    #home h1 {
      font-size: 7rem; }

  .menu-list li {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }

  .kk-big-bg {
    background: url(../img/gedung-sindo-by-Gandes.jpg) no-repeat fixed bottom right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  #tagline01 {
    background: url(../img/sindo-by-RMG.jpg) no-repeat center 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }
.p0 {
  padding: 0 !important; }

.p5 {
  padding: .5rem !important; }

.p7 {
  padding: .7rem !important; }

.p10 {
  padding: 1rem !important; }

.p20 {
  padding: 2rem !important; }

.pt0 {
  padding-top: 0 !important; }

.pt3 {
  padding-top: .3rem !important; }

.pt5 {
  padding-top: .5rem !important; }

.pt7 {
  padding-top: .7rem !important; }

.pt10 {
  padding-top: 1rem !important; }

.pt20 {
  padding-top: 2rem !important; }

.pt30 {
  padding-top: 3rem !important; }

.pr0 {
  padding-right: 0 !important; }

.pr5 {
  padding-right: .5rem !important; }

.pr7 {
  padding-right: .7rem !important; }

.pr10 {
  padding-right: 1rem !important; }

.pr20 {
  padding-right: 2rem !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb5 {
  padding-bottom: .5rem !important; }

.pb7 {
  padding-bottom: .7rem !important; }

.pb10 {
  padding-bottom: 1rem !important; }

.pb20 {
  padding-bottom: 2rem !important; }

.pl0 {
  padding-left: 0 !important; }

.pl5 {
  padding-left: .5rem !important; }

.pl7 {
  padding-left: .7rem !important; }

.pl10 {
  padding-left: 1rem !important; }

.pl20 {
  padding-left: 2rem !important; }

.plr0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.plr10 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.m0 {
  margin: 0 !important; }

.m5 {
  margin: .5rem !important; }

.m7 {
  margin: .7rem !important; }

.m10 {
  margin: 1rem !important; }

.m20 {
  margin: 2rem !important; }

.mt0 {
  margin-top: 0 !important; }

.mt3 {
  margin-top: .3rem !important; }

.mt5 {
  margin-top: .5rem !important; }

.mt7 {
  margin-top: .7rem !important; }

.mt10 {
  margin-top: 1rem !important; }

.mt20 {
  margin-top: 2rem !important; }

.mt30 {
  margin-top: 3rem !important; }

.mt40 {
  margin-top: 4rem !important; }

.mt50 {
  margin-top: 5rem !important; }

.mr0 {
  margin-right: 0 !important; }

.mr5 {
  margin-right: .5rem !important; }

.mr7 {
  margin-right: .7rem !important; }

.mr10 {
  margin-right: 1rem !important; }

.mr20 {
  margin-right: 2rem !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: .5rem !important; }

.mb7 {
  margin-bottom: .7rem !important; }

.mb10 {
  margin-bottom: 1rem !important; }

.mb20 {
  margin-bottom: 2rem !important; }

.ml0 {
  margin-left: 0 !important; }

.ml5 {
  margin-left: .5rem !important; }

.ml7 {
  margin-left: .7rem !important; }

.ml10 {
  margin-left: 1rem !important; }

.ml20 {
  margin-left: 2rem !important; }

.mlr0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

/* Float shortcut
----------------------------------------------------------------------------------------------------*/
.fl-l {
  float: left !important; }

.fl-r {
  float: right !important; }

/* Other shortcut
----------------------------------------------------------------------------------------------------*/
.tal-l {
  text-align: left !important; }

.tal-c {
  text-align: center !important; }

.tal-r {
  text-align: right !important; }

.tal-j {
  text-align: justify !important; }

.m-mid-0 {
  margin: 0 auto !important; }

.m-mid-auto, .cont-gridpx-24 {
  margin-left: auto !important;
  margin-right: auto !important; }

.pos-rel {
  position: relative !important; }

.pos-abs {
  position: absolute !important; }

.nob-a {
  border: none !important; }

.nob-t {
  border-top: none !important; }

.nob-r {
  border-right: none !important; }

.nob-b {
  border-bottom: none !important; }

.nob-l {
  border-left: none !important; }

.fsz10 {
  font-size: 1rem !important; }

.fsz11 {
  font-size: 1.1rem !important; }

.fsz12 {
  font-size: 1.2rem !important; }

.fsz13 {
  font-size: 1.3rem !important; }

.fsz14 {
  font-size: 1.4rem !important; }

.fsz16 {
  font-size: 1.6rem !important; }

.fsz18 {
  font-size: 1.8rem !important; }

.fsz20 {
  font-size: 2rem !important; }

.fsz24 {
  font-size: 2.4rem !important; }

.fsz30 {
  font-size: 3rem !important; }

.fsz40 {
  font-size: 4rem !important; }

.fw-b {
  font-weight: bold !important; }

.fw-n {
  font-weight: normal !important; }

.no-bg {
  background: none !important; }

.dis-i {
  display: inline !important; }

.dis-ib {
  display: inline-block !important; }

.dis-b {
  display: block !important; }

.dis-n {
  display: none !important; }

.tt-u {
  text-transform: uppercase !important; }

.tt-c {
  text-transform: capitalize !important; }

.br-3 {
  -webkit-border-radius: .3rem;
  -moz-border-radius: .3rem;
  border-radius: .3rem; }

.br-5 {
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  border-radius: .5rem; }

.br-7 {
  -webkit-border-radius: .7rem;
  -moz-border-radius: .7rem;
  border-radius: .7rem; }

.br-10 {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.group:before,
.group:after,
.cont-gridpx-24:before,
.cont-gridpx-24:after,
.cont-grid-36:before,
.cont-grid-36:after,
.cont-100:before,
.cont-100:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.group:after,
.cont-gridpx-24:after,
.cont-grid-36:after,
.cont-100:after {
  clear: both; }

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.group,
.cont-gridpx-24,
.cont-grid-36,
.cont-100 {
  zoom: 1; }
