

@font-face {
  font-family: 'FontAwesome';
  src: url(/wp-content/themes/pub/plane/css/../fonts/fontawesome-webfont.eot?v=4.0.3);
  src: url(/wp-content/themes/pub/plane/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(/wp-content/themes/pub/plane/css/../fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(/wp-content/themes/pub/plane/css/../fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(/wp-content/themes/pub/plane/css/../fonts/fontawesome-webfont.svg?v=4.0.3#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;
}

.fa-lg {
  font-size: 1.3333333333333333em;
  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.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.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);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    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, mirror=1);
  -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, mirror=1);
  -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: #ffffff;
}

.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-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-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-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122";
}
.fa-mail-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";
}


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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust:     100%; 
	box-sizing: border-box; 
}

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

body {
	background: #fff; 
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a {
	color: #426f86;
	text-decoration: none;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:focus,
a:active {
	color: #de3a31;
	text-decoration: underline;
}

a img {
	border: 0;
}


body,
button,
input,
select,
textarea {
	background: #fff;
	color: #333a42;
	font-family: "Noto Serif", Georgia, Times, serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #323e4e;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: .5em;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3.0rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
  	margin-bottom: 1.5em;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
}

h6 {
	font-size: 15px;
	font-size: 1.5rem;
	text-transform: uppercase;
}

p {
	margin-bottom: 1.8em;
}

p:last-child {
	margin-bottom: 0;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 5px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 1.8em;
	padding: 10px 20px;
}

blockquote p {
	color: #828a8c;
	font-family: "Noto Serif", Georgia, Times, serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
}

blockquote cite {
	color: #384750;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 10px;
}

address {
	margin: 0 0 1.8em;
}

pre {
	background: #f7f7f7;
	border: 2px solid #e2e2e2;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre-wrap;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #ff0;
	color: #000;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.8em;
}

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; 
	max-width: 100%; 
}

figure {
	margin: 0;
}

table {
	background-color: transparent;
	border: 1px solid #ddd;
	margin-bottom: 1.8em;
	max-width: 100%;
	width: 100%;
}

td,
th {
	border: 1px solid #dddddd;
	line-height: 1.428571429;
	padding: 8px;
	vertical-align: top;
}

thead th {
	border-bottom-width: 2px;
	font-weight: bold;
	text-transform: uppercase;
}


button,
input,
select,
textarea {
	font-size: 100%; 
	margin: 0; 
	vertical-align: baseline; 
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #de3a31;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer; 
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 2.0769;
	padding: 7px 17px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-appearance: button; 
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; 
}

input[type="search"],
input[type="password"] {
	-webkit-appearance: none; 
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-decoration { 
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background-color: #ffffff;
	background-image: none;
	border: 2px solid #e2e2e2;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	height: 43px;
	line-height:  1;
	margin: 0;
	padding: 0px 10px;
	vertical-align: baseline;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #ccc;
	outline: 0;
}

textarea {
	overflow: auto;
	padding: 6px;
	vertical-align: top;
	width: 98%;
}



.menu-toggle,
.main-navigation.toggled .nav-menu {
	display: block;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	margin-left: 15px;
	width: 93%;
	width: calc(100% - 70px);
}

.nav-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.nav-menu ul li a {
	color: #fff;
	display: block;
	opacity: 0.7;
	text-decoration: none;
}

.nav-menu ul li a:after {
	font-family: FontAwesome;
}

.nav-menu ul li a:after {
	content: "\f0d7";
	float: none;
	margin-left: 6px;
	opacity: 0.5;
}

.nav-menu ul li a:only-child:after {
	content: "";
	margin: 0;
}

.nav-menu ul li > a:hover,
.nav-menu ul li:hover > a,
.nav-menu ul li.current_page_item > a,
.nav-menu ul li.current-menu-item > a,
.nav-menu ul li.current-menu-ancestor > a,
.nav-menu ul li.current_page_ancestor > a,
.nav-menu ul li.current-post-parent > a {
	opacity: 1;
}

.main-navigation.toggled .nav-menu {
	display: block;
}

.main-navigation ul {
	border-top: 1px rgba(0, 0, 0, 0.15);
	display: none;
	text-align: left;
}

.nav-menu ul li {
	display: block;
}

.nav-menu ul li:last-child {
	border: none;
}

.main-navigation ul li a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	padding: 8px 15px;
}

.nav-menu ul ul {
	float: none;
	display: block;
	margin-left: 20px;
}


.site-main .nav-previous,
.site-main .nav-next {
	width: 100%;
}

.site-main .post-navigation a {
	padding: 20px 15px;
}

.site-main .comment-navigation a,
.site-main .paging-navigation a,
.site-main .post-navigation a {
	background: #f7f7f7;
	display: inline-block;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	padding: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.site-main .comment-navigation a:hover,
.site-main .comment-navigation a:focus,
.site-main .paging-navigation a:hover,
.site-main .paging-navigation a:focus,
.site-main .post-navigation a:hover,
.site-main .post-navigation a:focus {
	background: #de3a31;
	color: #fff;
}

.site-main .nav-next .meta-nav:after,
.site-main .nav-previous .meta-nav:before {
	display: inline-block;
	font-family: FontAwesome;
}

.site-main .nav-previous .meta-nav:before {
	content: "\f053";
	margin-right: 5px;
}

.site-main .nav-next .meta-nav:after {
	content: "\f054";
	margin-left: 5px;
}


.site-main .post-navigation {
	background: #f7f7f7;
	margin: -30px 0 30px;
}

.site-main .post-navigation .meta-nav {
	color: #323E4E;
	display: block;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2;
	margin-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.site-main .post-navigation a {
	background: transparent;
	color: #426f86;
	display: block;
	font-family: "Noto Serif", Georgia, Times, serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.5;
	padding: 20px 15px;
	text-transform: none;
}

.site-main .post-navigation a:hover,
.site-main .post-navigation a:focus {
	background: #f7f7f7;
	color: #de3a31;
}


.page-links {
	margin-top: 1.8em;
}

.page-links a {
	background: #e2e2e2;
	color: #323e4e;
	display: inline-block;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin: 3px 0;
	padding: 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.page-links a:first-child {
	margin-left: 5px;
}

.page-links a:hover,
.page-links a:focus {
	background: #de3a31;
	color: #fff;
}


.site-main .comment-navigation {
	margin-bottom: 30px;
}

.site-main .comment-navigation a {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 15px;
}



.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	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: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}


.alignleft {
	display: inline;
	float: left;
	margin: 0.5em 1.5em 1em 0;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em auto;
}


.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.gallery:before,
.gallery:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.content-wrapper:before,
.content-wrapper:after,
.comment-navigation:before,
.comment-navigation:after,
.widget:before,
.widget:after,
.footer-widget-area:before,
.footer-widget-area:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.gallery:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.content-wrapper:after,
.comment-navigation:after,
.widget:after,
.footer-widget-area:after,
.site-footer:after {
	clear: both;
}


.widget {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 0 0 1.5em;
	word-wrap:break-word;
}

.widget select {
	max-width: 100%;
	width: 100%;
}

#secondary .widget {
	background: #f7f7f7;
	padding: 20px 30px;
}

.widget-title {
	border-bottom: 5px solid #dfdfdf;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 0 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.widget-title a {
	color: #323e4e;
}


.search-form {
	position: relative;
}

.search-form .search-field {
	width: 90%;
	width: calc(100% - 97px);
}

.search-form .search-submit {
	height: 43px;
	position: absolute;
	right: 0;
	top: 0;
}


.widget ul {
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin-left: 23px;
	padding: 5px 0;
}

.widget ul li:last-child {
	padding-bottom: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_rss ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_pages ul,
.widget_nav_menu ul {
	list-style: none;
}

.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_links ul li:before,
.widget_meta ul li:before,
.widget_authors ul ul li:before,
.widget_rss ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_calendar caption:before,
.widget_pages ul li:before,
.widget_nav_menu ul li:before {
	color: #c5c5c5;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: -20px;
	margin-right: 8px;
	text-align: center;
	vertical-align: baseline;
	width: 1em;
}

.widget_recent_entries ul li:before {
	margin-right: 5px;
}

.widget_recent_comments ul li:before {
	content: "\f075";
}

.widget_recent_entries ul li:before {
	content: "\f017";
}

.widget_categories ul li:before {
	content: "\f07c";
}

.widget_pages ul li:before,
.widget_nav_menu ul li:before {
	content: "\f068";
}

.widget_archive ul li:before {
	content: "\f073";
}

.widget_links ul li:before {
	content: "\f08e";
}

.widget_meta ul li:before,
.widget_authors ul ul li:before {
	content: "\f0da";
}

.widget_rss ul li:before {
	content: "\f09e";
}


.widget_recent_entries .post-date {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}


.widget_archive select,
.widget_categories select {
	margin-top: 10px;
}

.widget_archive .dk_container,
.widget_categories .dk_container {
	margin-top: 15px;
}


.widget_rss .rss-date {
	color: #999;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.widget_rss li > cite {
	font-style: italic;
	font-weight: 700;
}


.widget_calendar caption {
	font-weight: 700;
	margin-bottom: 0.9em;
	text-align: center;
}

.widget_calendar caption:before {
	content: "\f073";
}


.widget_recent_comments table,
.widget_recent_comments table > tbody > tr > td {
	border: none;
}


.footer-widget-area {
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
	padding: 40px 0 10px;
}

.footer-widget-area .widget-title {
	border: none;
	color: #fff;
	margin-bottom: 15px;
	padding: 0;
}

.footer-widget-area .container {
	border-bottom: 2px solid #2b3542;
	padding-bottom: 10px;
	padding-top: 40px;
}

.footer-widget-area a:hover,
.footer-widget-area a:focus {
	color: #fff;
}



.site-content {
	padding: 25px 15px;
}
.site-main {
	margin-bottom: 2em;
}


.site-top,
.site-footer {
	background: #323e4e;
}

.site-top .content-wrapper {
	position: relative;
}

.site-header .site-branding {
	padding: 50px 0;
}


.site-header {
	background:  #bed4df;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 180px;
	position: relative;
	text-align: center;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.site-logo {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.site-branding {
	display: block;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin: 0 1em;
	text-transform: uppercase;
}

.site-branding a + .site-title {
	margin-top: 15px;
}

.site-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 1;
	margin: 0;
}

.site-description {
	color: #789;
}

.site-title a {
	color: #fff;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: none;
}

.site-description {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 0.9em;
}


.menu-toggle,
.search-toggle {
	background: #de3a31;
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	display: block;
	height: 50px;
	padding: 9px 15px 8px;
	text-decoration: none;
}

.menu-toggle{
	background: none;
}

.search-toggle {
	background: none;
	padding: 11px 15px 10px;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 2;
}

.menu-toggle:before,
.search-toggle:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.menu-toggle:before {
	content: "\f0c9";
	font-size: 26px;
	font-size: 2.6rem;
}

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

.menu-toggle:hover,
.search-toggle:hover,
.search-toggle.active {
	background: rgba(0, 0, 0, 0.15);
}

.search-expand {
	background: #323e4e;
	display: none;
	position: absolute;
	right: 15px;
	top: 50px;
	width: 290px;
	z-index: 999;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.01);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.01);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.01);
}

.search-expand-inner {
	background: rgba(0, 0, 0, 0.15);
	padding: 18px;
}


.hentry {
	border-bottom: 2px solid #e2e2e2;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.comments-closed .hentry {
	border-bottom: 0;
}

.entry-header {
	margin: 0 0 20px;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.3;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

.entry-title a {
	color: #323e4e;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #de3a31;
	text-decoration: none;
}

.entry-content {
	margin-bottom: 30px;
}


.entry-meta {
	color: #426f86;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 1em;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #323e4e;
	text-decoration: none;
}

.updated {
	display: none;
}

.entry-meta .byline,
.entry-meta .featured,
.entry-meta .posted-on,
.entry-meta .cat-links,
.entry-meta .tags-links,
.entry-meta .comments-link,
.entry-meta .bookmark-link,
.entry-meta .entry-format,
.edit-link,
.comment-reply {
	display: inline-block;
	margin-right: 15px;
}

.entry-meta .byline:before,
.entry-meta .featured:before,
.entry-meta .posted-on:before,
.entry-meta .cat-links:before,
.entry-meta .tags-links:before,
.entry-meta .comments-link:before,
.entry-meta .bookmark-link:before,
.entry-meta .entry-format:before,
.edit-link:before,
.comment-reply:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 5px;
}

.entry-meta .byline:before {
	content: "\f007";
}

.entry-meta .featured:before {
	content: "\f08d";
}

.entry-meta .posted-on:before {
	content: "\f073";
}

.entry-meta .cat-links:before {
	content: "\f07c";
}

.entry-meta .tags-links:before {
	content: "\f02c";
}

.entry-meta .comments-link:before {
	content: "\f086";
}

.entry-meta .bookmark-link:before {
	content: "\f02e";
}

.format-aside .entry-format:before {
	content: "\f10c";
}

.format-image .entry-format:before {
	content: "\f030";
}

.format-video .entry-format:before {
	content: "\f04b";
}

.format-quote .entry-format:before {
	content: "\f10d";
}

.format-link .entry-format:before {
	content: "\f0c1";
}

.edit-link:before {
	content: "\f040";
}

.comment-reply:before {
	content: "\f112";
}


.more-link a {
	background: #f7f7f7;
	display: inline-block;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.more-link a:hover,
.more-link a:focus {
	background: #de3a31;
	color: #fff;
}


.page-header {
	border: none;
	margin: 16px 0 30px;
}

.page-title {
	border-bottom: 5px solid #dfdfdf;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0;
	padding: 0 0 10px;
	text-transform: uppercase;
}

.taxonomy-description {
	margin: 10px 0 0;
}

.taxonomy-description p:last-child {
	margin: 0;
}

.page-content .search-form {
	margin-bottom: 1.8em;
}


.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


.comments-title {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
}

.comment,
.pingback {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0;
}

.comment .comment-respond {
	margin-top: 20px;
}

.comment .children {
	list-style: none;
	margin: 25px 0 -15px 55px;
	padding: 0;
}

.avatar {
	display: block;
	float: left;
	margin: 0 15px 0 0;
}

.comment-meta {
	color: #426f86;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
}

.comment-meta a:hover,
.comment-meta a:focus {
	text-decoration: none
}

.comment-author {
	color: #333;
	display: block;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-author cite {
	font-style: normal;
}

.comment-footer .edit-link {
	margin-right: 15px;
	display: inline-block;
}

.comment-content {
	margin: 20px 0;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.commentlist {
	border-bottom: 1px solid #eee;
	list-style: none;
	margin: -10px 0 30px;
	padding: 0;
}


.comment-reply-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0 0 20px;
}

#cancel-comment-reply-link {
	margin-left: 10px
}

#cancel-comment-reply-link:before {
	color: #666;
	content: "\f00d";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 3px;
	text-align: center;
	width: 1em;
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
	text-decoration: none;
}

.comment-form-url,
.comment-form-email,
.comment-form-author {
	max-width: 100%;
}

.comment-form-comment textarea {
	min-height: 150px;
}

.no-comments,
.logged-in-as,
.comment-notes,
.form-allowed-tags {
	font-size: 14px;
	font-size: 1.4rem;
}

.form-allowed-tags code {
	background: none;
	color: #999;
	display: block;
	margin: 5px 0 0;
	white-space: normal;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


.site-footer {
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 0 15px;
}

.site-footer a {
	color: #bed4df;
}

.site-footer .container {
	padding-top: 25px;
	padding-bottom: 25px;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #fff;
}

.site-credit {
	padding: 25px 15px;
	text-align: center;
}



.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle {
	text-align: center;
}

#infinite-handle span {
	background: #de3a31;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 10px 17px;
	text-decoration: none;
	text-transform: uppercase;
}

.infinite-loader {
	margin: 0 auto 31px;
	width: 28px;
	height: 28px;
}


#content .slideshow-window, .jetpack-slideshow {
	background: #f7f7f7;
	border: none;
	border-radius: 0;
}

#content .slideshow-slide img {
	vertical-align: top;
}

#content .slideshow-slide-caption {
	height: auto;
}


.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


embed,
iframe,
object,
audio,
video {
	display: block;
	margin-bottom: 1em;
	max-width: 100%;
}

.jetpack-video-wrapper {
	margin-bottom: 1em;
}



.wp-caption {
	background: #f7f7f7;
	margin-bottom: 1em;
	max-width: 100%;
	padding: 0.6em;
}

.footer-widget-area .wp-caption {
	background: rgba(255, 255, 255, 0.15);
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	margin: 0.6em 0 0;
}

.wp-caption-text {
	color: #878787;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	text-align: center;
	word-wrap: break-word;
}

.footer-widget-area .wp-caption-text {
	color: #fff;
}


.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 8px;
	left: 0;
	text-align: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


@media only screen and (min-width: 480px) {
	.site-title {
		font-size: 48px;
		font-size: 4.8rem;
	}

	.comment-form-url,
	.comment-form-email,
	.comment-form-author {
		max-width: 50%;
	}

}

@media only screen and (min-width: 768px) {
	.site-title {
		font-size: 70px;
		font-size: 7.0rem;
	}

	
	.menu-toggle {
		display: none;
	}

	.main-navigation {
		padding: 0;
	}

	.main-navigation ul {
		border-top: none;
		display: block;
	}

	.main-navigation ul li a {
		border-bottom: none;
	}

	.nav-menu ul li {
		border-bottom: none;
	}

	.nav-menu > ul > li {
		display: inline-block;
		position: relative;
	}

	.nav-menu > ul > li > a {
		color: #fff;
		font-family: Raleway, Arial, sans-serif;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 50px;
		opacity: 0.7;
		padding: 0 20px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.nav-menu ul > li > a:hover,
	.nav-menu ul > li:hover > a,
	.nav-menu ul > li.focus > a {
		background-color: rgba(0, 0, 0, 0.15);
		opacity: 1;
	}

	.nav-menu ul ul {
		background-color: #fff;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
		float: left;
		margin-left: 0;
		position: absolute;
		top: 50px;
		left: -999em;
		width: 180px;
		z-index: 99999;
	}

	.nav-menu ul ul a {
		display: block;
		color: #333;
		color: #000;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 20px;
		opacity: 0.7;
		padding: 10px 20px;
	}

	.nav-menu ul ul li > a:hover,
	.nav-menu ul ul li:hover > a,
	.nav-menu ul ul li.focus > a {
		background-color: #f7f7f7;
		color: #de3a31;
		opacity: 1;
	}

	.nav-menu ul ul li a:after {
		content: "\f0da";
		float: right;
		margin-left: 0;
	}

	.nav-menu ul ul ul {
		left: -999em;
		top: 0;
	}

	.nav-menu ul ul li {
		display: block;
		position: relative;
	}

	.nav-menu ul li:hover > ul,
	.nav-menu ul li.focus > ul {
		left: auto;
	}

	.nav-menu ul ul li:hover > ul,
	.nav-menu ul ul li.focus > ul {
		left: 100%;
	}

	.nav-menu ul ul li:hover > a,
	.nav-menu ul ul li.current_page_item > a,
	.nav-menu ul ul li.current-menu-item > a,
	.nav-menu ul ul li.current-menu-ancestor > a,
	.nav-menu ul ul li.current_page_ancestor > a,
	.nav-menu ul ul li.current-post-parent > a {
		color: #de3a31;
	}

	.search-expand {
		width: 330px;
	}

	input[type="password"] {
		width: auto;
	}

	.site-header {
		min-height: 220px;
	}

	.site-main .nav-previous {
		float: left;
		width: 50%;
	}

	.site-main .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.site-main .post-navigation a {
		padding: 20px 30px;
	}

	.footer-widget-area .widget-area {
		float: left;
	}

	.footer-widget-area .widget-area:nth-child(1):nth-last-child(1) {
		width: 100%;
	}

	.footer-widget-area .widget-area:nth-child(1):nth-last-child(2),
	.footer-widget-area .widget-area:nth-child(2):nth-last-child(1) {
		width: 47%;
		margin-right: 6%;
	}

	.footer-widget-area .widget-area:nth-child(1):nth-last-child(2):last-of-type,
	.footer-widget-area .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.footer-widget-area .widget-area:nth-child(1):nth-last-child(3),
	.footer-widget-area .widget-area:nth-child(2):nth-last-child(2),
	.footer-widget-area .widget-area:nth-child(3):nth-last-child(1) {
			width: 30%;
			margin-right: 5%;
	}

	.footer-widget-area .widget-area:nth-child(1):nth-last-child(3):last-of-type,
	.footer-widget-area .widget-area:nth-child(2):nth-last-child(2):last-of-type,
	.footer-widget-area .widget-area:nth-child(3):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.footer-widget-area .widget-area:nth-child(1):nth-last-child(4),
	.footer-widget-area .widget-area:nth-child(2):nth-last-child(3),
	.footer-widget-area .widget-area:nth-child(3):nth-last-child(2),
	.footer-widget-area .widget-area:nth-child(4):nth-last-child(1) {
			width: 22%;
			margin-right: 3%;
	}

	.footer-widget-area .widget-area:nth-child(1):nth-last-child(4):last-of-type,
	.footer-widget-area .widget-area:nth-child(2):nth-last-child(3):last-of-type,
	.footer-widget-area .widget-area:nth-child(3):nth-last-child(2):last-of-type,
	.footer-widget-area .widget-area:nth-child(4):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-credit {
		text-align: right;
	}
}

@media only screen and (min-width: 1024px) {
	.content-wrapper,
	.site-branding,
	.site-content {
		max-width: 1024px;
		margin: 0 auto;
	}

	.site-content {
		padding: 50px 0;
	}

	.content-area {
		float: left;
		margin: 0 -35% 0 0;
		width: 100%;
	}

	.site-main {
		margin: 0 35% 0 0;
	    padding: 0 15px;
	}

	.no-sidebar .site-content,
	.no-sidebar .content-area,
	.no-sidebar .site-main {
	  margin: 0 auto;
	}

	.site-content .widget-area {
	    float: right;
	    width: 33.3333%;
	}

	.site-footer {
		padding: 0;
	}
}



.widget_authors ul {
	list-style: none;
}

.widget_authors ul ul {
	margin-top: 1em;
	padding-left: 15px;
}

.widget_authors > ul > li {
	margin-bottom: 2em;
}

.widget_authors > ul > li > a {
	display: block;
}

.widget_authors ul li {
	margin-left: 0;
	padding: 5px 0;
}

.widget_authors img {
	display: inline-block;
	float: none;
	vertical-align: middle;
}


.widget_author_grid ul {
	list-style: none;
}

.widget_author_grid ul li {
	margin-left: 0;
	padding: 0;
}

.widget_author_grid .avatar,
.widget_authors .avatar {
	margin: 0 6px 0 0;
}

.widgets-multi-column-grid ul li {
	padding: 0;
}


.widget-grofile ul.grofile-accounts li {
	margin: 0;
}


.widget_flickr #flickr_badge_uber_wrapper,
.widget_flickr #flickr_badge_wrapper {
	background: transparent;
	border: 0;
	margin: 0;
}

.widget_flickr #flickr_badge_wrapper {
	margin: 0;
}

.widget_flickr br {
	display: none;
}

.widget_flickr td {
	border: 0;
	padding: 0;
}

.widget_flickr a,
.widget_flickr img {
	display: block;
}

.widget_flickr a {
	border-bottom: 0;
	float: left;
	height: 72px;
	margin: 0 4px 4px 0;
	overflow: hidden;
}

.widget_flickr a img {
	height: 100%;
}

.widget_flickr #flickr_badge_uber_wrapper td a:last-child {
	color: #426f86;
	clear: both;
	display: block;
	float: none;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	height: auto;
	padding: 24px 0 0;
}

.widget_flickr #flickr_badge_uber_wrapper td a:last-child:after {
	content: "\2192";
	margin-left: 6px;
}


.widget_goodreads div[class^="gr_custom_each_container"] {
	margin-bottom: 2em;
}


.comment-subscription-form {
	margin: 0;
}

.comment-subscription-form label {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	margin-left: 5px;
	vertical-align: text-bottom;
}


.pd-rating {
	line-height: 1;
	margin-bottom: 1em;
}

div#jp-relatedposts h3.jp-relatedposts-headline {
	font-family: Raleway, Arial, sans-serif;
}

#wpstats {
	display: none;
}

.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


.reblog-post .wpcom-enhanced-excerpt-content {
	border-left: 3px solid #eee;
	padding-left: 15px;
}

.reblog-post ul.thumb-list {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
	clear: both;
}

.reblog-post ul.thumb-list li {
	display: inline;
	margin: 0;
	padding: 0 1px;
	border: 0;
}

.reblog-post ul.thumb-list li a {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post ul.thumb-list li img {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post .wpcom-enhanced-excerpt {
	clear: both;
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
	font-size: 100% !important;
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
	font-size: 98% !important;
}


.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa;
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
	border-radius: 4px;
	padding: 24px;
}


.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}