@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* font stacks */
.headlines {
  font-weight: 600;
  font-style: normal;
}
.preformatted {
  font-family: monospace;
  font-size: 125%;
  white-space: pre;
  /* Allow line wrapping of 'pre' */
  white-space: pre-wrap;
  word-wrap: break-word;
}
.show-baselines {
  background: url('../images/baseline-16-24.png') 0 0.125em;
  background-image: url('../images/baseline-16-24.svg');
}
.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 100%;
  font-size: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: .5em 1em;
  border-radius: 0.25em;
  background-color: #eee;
  color: #333;
  border-width: 0.0625em;
  border-style: solid;
  border-color: #999;
}
.button:hover,
.button:focus {
  background-color: #eee;
  border-color: #666;
}
.button:active,
.button.active {
  color: #333333;
  background-color: #eeeeee;
}
.button:focus {
  outline: thin dotted #333;
  outline: 0.3125em auto -webkit-focus-ring-color;
  outline-offset: -0.125em;
}
.button:hover,
.button:focus {
  text-decoration: none;
}
.button:active,
.button.active {
  outline: 0;
  background-image: none;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.button-wrap {
  white-space: normal;
}
/* set top and bottom margins */
.pad-sides {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  box-sizing: border-box;
}
/*
	Base stylesheet with CSS normalization, typographic baseline grid and progressive responsiveness
*/
/* BASE */
html {
  height: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  /* Force scrollbar in non-IE */
}
body {
  padding: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
/* Improve default text rendering, handling of kerning pairs and ligatures */
/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */
/* Font-size percentage is based on 16px browser default size */
body,
button,
input,
select,
textarea {
  font-size: 100%;
  line-height: 1.5;
  *font-size: 1em;
}
/* IE7 and older can't resize px based text */
p,
blockquote,
q,
pre,
address,
hr,
code,
samp,
dl,
ol,
ul,
form,
table,
fieldset,
menu {
  margin: 0 0 1.5em;
  padding: 0;
}
/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-style: normal;
}
h1 {
  font-size: 2.25em;
  line-height: 1.33333333em;
  margin: 0 0 0.66666667em;
}
h2 {
  font-size: 2em;
  line-height: 1.5em;
  margin: 0 0 0.75em;
}
h3 {
  font-size: 1.75em;
  line-height: 1.71428571em;
  margin: 0 0 0.85714286em;
}
h4 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 1em;
}
h5 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0 0 1.2em;
}
h6 {
  font-size: 1.125em;
  line-height: 1.33333333em;
  margin: 0 0 1.33333333em;
}
p,
.p,
ol,
ul,
blockquote,
pre,
td,
th,
label {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}
small,
.small {
  font-size: 0.75em;
  line-height: 2em;
  margin: 0 0 2em;
}
/* TABLES */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.375em;
  border-bottom: 0.0625em solid #CCCCCC;
}
th {
  text-align: left;
}
th,
td {
  padding: 0.75em 0.75em 0.6875em 0.75em;
  border-width: 0.0625em;
  border-style: solid;
  border-color: #CCCCCC;
  border-bottom: 0 solid #CCCCCC;
}
/* FORMS */
form {
  margin: 0;
}
fieldset {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
legend {
  *margin-left: -0.75em;
}
button,
input,
select,
textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}
/* IE7 and older */
button,
input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* QUOTES */
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
q {
  quotes: 'â€œ' 'â€�' '"' '"' "'" "'";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
cite:before {
  content: "â€” ";
}
blockquote,
q,
cite {
  font-style: italic;
}
blockquote {
  padding-left: 1.5em;
  border-left: 0.1875em solid #CCCCCC;
}
blockquote > p {
  padding: 0;
}
/* LISTS */
ul,
ol {
  list-style-position: inside;
  padding: 0;
}
li ul,
li ol {
  margin: 0 1.5em;
}
dl dd {
  margin-left: 1.5em;
}
/* HYPERLINKS */
a {
  text-decoration: none;
  color: #000000;
}
a:link {
  color: #000000;
}
a:visited {
  color: #004c99;
}
a:hover,
a:link:hover {
/*  color: #fff;*/
  text-decoration: underline;
}
a:focus {
  outline: none;
  text-decoration: underline;
  /*color: #CC0000;*/
}
a:active {
  color: #660000;
}
/* Better CSS Outline Suppression */
a:hover,
a:active {
  outline: none;
}
/* Fluid images and rich media */
img,
object,
embed,
video {
  max-width: 100%;
  height: auto;
  _width: 100%;
}
img {
  margin: 0;
  padding: 0;
  /* Improve IE's resizing of images */
  -ms-interpolation-mode: bicubic;
}
figure {
  margin: 1em auto;
  padding: 0 40px;
}
/* ABBREVIATION */
abbr {
  border-color: #CCCCCC;
}
abbr[title],
dfn[title] {
  cursor: help;
}
/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
ins,
mark {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* selected text */

::selection {
  background: #4F2683;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #4F2683;
  color: #ffffff;
  text-shadow: none;
}

/* OTHERS */
var,
address {
  font-style: normal;
}
form {
  margin: 1.5em auto;
}
fieldset {
  border-color: #CCCCCC;
}
legend {
  display: block;
  width: 100%;
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 1em;
  line-height: inherit;
  color: #CCCCCC;
}
label {
  display: inline-block;
  margin-bottom: 0.3125em;
  font-weight: 600;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: .25em 0 0;
  margin-top: 0.0625em \9;
  /* IE8-9 */
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 0.3125em auto -webkit-focus-ring-color;
  outline-offset: -0.125em;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: .5em;
  font-size: 1em;
  line-height: 1.5em;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  font-size: 100%;
  padding: .375em .5em;
  border-width: 0.0625em;
  border-style: solid;
  border-color: #CCCCCC;
  border-radius: 0.25em;
  color: #000;
  vertical-align: middle;
  background-color: #FFFFFF;
  line-height: 1.5;
  background-image: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #666666;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 102, 102, 0.6);
}
.form-control:-moz-placeholder {
  color: #666;
}
.form-control::-moz-placeholder {
  color: #666;
}
.form-control:-ms-input-placeholder {
  color: #666;
}
.form-control::-webkit-input-placeholder {
  color: #666;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  color: #666;
  background-color: #EEEEEE;
}
textarea.form-control {
  height: auto;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  font-size: 100%;
  padding: .375em .5em;
  border-width: 0.0625em;
  border-style: solid;
  border-color: #CCCCCC;
  border-radius: 0.25em;
  color: #000;
  vertical-align: middle;
  background-color: #FFFFFF;
  line-height: 1.5;
  background-image: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background-color: #FFF;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #666666;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 102, 102, 0.6);
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder {
  color: #666;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #666;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #666;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #666;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"] {
  cursor: not-allowed;
  color: #666;
  background-color: #EEEEEE;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"] {
  height: auto;
}
textarea {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  width: 94%;
}
button,
input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 100%;
  font-size: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: .5em 1em;
  border-radius: 0.25em;
  background-color: #eee;
  color: #333;
  border-width: 0.0625em;
  border-style: solid;
  border-color: #999;
}
button:hover,
input[type="submit"]:hover,
button:focus,
input[type="submit"]:focus {
  background-color: #eee;
  border-color: #666;
}
button:active,
input[type="submit"]:active,
button.active,
input[type="submit"].active {
  color: #333333;
  background-color: #eeeeee;
}
button:focus,
input[type="submit"]:focus {
  outline: thin dotted #333;
  outline: 0.3125em auto -webkit-focus-ring-color;
  outline-offset: -0.125em;
}
button:hover,
input[type="submit"]:hover,
button:focus,
input[type="submit"]:focus {
  text-decoration: none;
}
button:active,
input[type="submit"]:active,
button.active,
input[type="submit"].active {
  outline: 0;
  background-image: none;
}
button.disabled,
input[type="submit"].disabled,
button[disabled],
input[type="submit"][disabled],
fieldset[disabled] button,
fieldset[disabled] input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
button:focus,
input[type="submit"]:focus {
  border-color: #666666;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 102, 102, 0.6);
}
.search-form input {
  display: inline;
}
.clearfix,
.container,
.row,
.wrap,
.post-navigation,
.paging-navigation,
.post-navigation .nav-links,
.paging-navigation .nav-links,
.numbered-pagination,
#content,
#featured .cards,
.glyph-demo,
.glyph-demo ul,
.gallery {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.wrap:before,
.wrap:after,
.post-navigation:before,
.post-navigation:after,
.paging-navigation:before,
.paging-navigation:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.paging-navigation .nav-links:before,
.paging-navigation .nav-links:after,
.numbered-pagination:before,
.numbered-pagination:after,
#content:before,
#content:after,
#featured .cards:before,
#featured .cards:after,
.glyph-demo:before,
.glyph-demo:after,
.glyph-demo ul:before,
.glyph-demo ul:after,
.gallery:before,
.gallery:after {
  content: "";
  display: table;
}
.clearfix:after,
.container:after,
.row:after,
.wrap:after,
.post-navigation:after,
.paging-navigation:after,
.post-navigation .nav-links:after,
.paging-navigation .nav-links:after,
.numbered-pagination:after,
#content:after,
#featured .cards:after,
.glyph-demo:after,
.glyph-demo ul:after,
.gallery:after {
  clear: both;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.row {
  margin-left: -16px;
  margin-left: -1rem;
  margin-right: -16px;
  margin-right: -1rem;
}
.float {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.golden-a {
  position: relative;
  float: left;
  width: 61.80339887%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.golden-b {
  position: relative;
  float: left;
  width: 38.19660113%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
/* wrapper to center content and provide a base margin on left and right sides */
.wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  max-width: 75em;
}
.col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
/* Text meant only for screen readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.screen-reader-text:active,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* main navigation menu */
#navigation {
   float: right;
    margin-top: 4px;
}
#navigation ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation li {
  list-style: none;
 margin-right: 20px;
    position: relative;
	display: block;
	float:left;
}

#navigation 


#navigation a {
  display: block;
  color: #313131;
    font: 400 16px/18px "Roboto",sans-serif;
    padding: 8px 20px;
  border:1px solid #c8bcd9;
}
#navigation a:hover,
#navigation a:focus {
  background: #eaeaea;
  border:1px solid #eaeaea;
}
.search-block a.dropdown-toggle:hover{border:none !important;}
#navigation .nav-menu {
  display: none;
}
#navigation.toggled .nav-menu,
#navigation:focus .nav-menu {
  display: block;
}
#navigation .nav-menu.hierarchical ul {
  margin-left: 0.75em;
}
@media screen and (min-width: 36em) {
  #navigation .nav-menu {
    display: block;
  }
  #navigation ul.drop-down li {
    display: inline-block;
    position: relative;
    overflow: visible;
  }
  #navigation ul.drop-down li ul {
    position: absolute;
    left: -999em;
  }
  #navigation ul.drop-down ul li a {
    display: inline-block;
    width: 11em;
    word-wrap: auto;
  }
  #navigation ul.drop-down .sub-menu .menu-item-has-children:focus > ul,
  #navigation ul.drop-down .sub-menu .menu-item-has-children:hover > ul,
  #navigation ul.drop-down .sub-menu .menu-item-has-children.focus > ul,
  #navigation ul.drop-down .sub-menu .menu-item-has-children.hover > ul,
  #navigation ul.drop-down .sub-menu .menu-item-has-children[aria-expanded="true"] > ul,
  #navigation ul.drop-down li.menu-item-has-children.focus > ul,
  #navigation ul.drop-down li.menu-item-has-children:hover > ul,
  #navigation ul.drop-down li.menu-item-has-children:focus > ul,
  #navigation ul.drop-down li.menu-item-has-children[aria-expanded="true"] > ul {
    left: 0;
    top: 100%;
    z-index: 99999;
  }
  #navigation ul.drop-down .sub-menu .menu-item-has-children:focus > ul.menu-side,
  #navigation ul.drop-down .sub-menu .menu-item-has-children:hover > ul.menu-side,
  #navigation ul.drop-down .sub-menu .menu-item-has-children.focus > ul.menu-side,
  #navigation ul.drop-down .sub-menu .menu-item-has-children.hover > ul.menu-side,
  #navigation ul.drop-down .sub-menu .menu-item-has-children[aria-expanded="true"] > ul.menu-side,
  #navigation ul.drop-down li.menu-item-has-children.focus > ul.menu-side,
  #navigation ul.drop-down li.menu-item-has-children:hover > ul.menu-side,
  #navigation ul.drop-down li.menu-item-has-children:focus > ul.menu-side,
  #navigation ul.drop-down li.menu-item-has-children[aria-expanded="true"] > ul.menu-side {
    left: 100%;
    top: 0;
  }
  #navigation .nav-menu.flat {
    zoom: 1;
  }
  #navigation .nav-menu.flat:before,
  #navigation .nav-menu.flat:after {
    content: "";
    display: table;
  }
  #navigation .nav-menu.flat:after {
    clear: both;
  }
  #navigation .nav-menu.flat li {
    display: inline;
    line-height: 2.25;
  }
  #navigation .nav-menu.flat a {
    display: inline;
    white-space: nowrap;
  }
}
/* =Widgets
----------------------------------------------- */
.widget {
  margin-bottom: 1.5em;
}
.widget .widget-title {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 0.5em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.widget select,
.widget textarea,
.widget input[type="text"],
.widget input[type="password"],
.widget input[type="datetime"],
.widget input[type="datetime-local"],
.widget input[type="date"],
.widget input[type="month"],
.widget input[type="time"],
.widget input[type="week"],
.widget input[type="number"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="search"],
.widget input[type="tel"],
.widget input[type="color"] {
  width: auto;
  max-width: 100%;
}
.widget .icons {
  text-align: center;
}
/* Wordpress calendar widget */
.widget_calendar .widget-title {
  text-align: center;
}
.widget_calendar table {
  margin-left: auto;
  margin-right: auto;
  font-size: .875em;
  border-bottom: 0.07142857em solid #CCCCCC;
}
.widget_calendar table td,
.widget_calendar table th {
  padding: .357142857em 0.571428571em 0.428571429em 0.571428571em;
  border: 0.07142857em solid #CCCCCC;
  border-bottom: none;
  text-align: center;
}
.widget_calendar table caption {
  margin-bottom: 0.714285714em;
}
.widget_search input.search-field {
  width: 12em;
}
/* rss widget */
.widget_rss .rss-date {
  display: block;
  width: 100%;
}
/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.comments-area .comments-title {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 1em;
}
.comments-area .comments-title:before {
  font-family: 'FontAwesome';
  content: "\f086";
  margin-right: .25em;
}
.comments-area .comment-reply-title {
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0 0 1.2em;
}
.comments-area .comment-reply-title:before {
  font-family: 'FontAwesome';
  content: "\f112";
  margin-right: .5em;
}
.comments-area ol {
  list-style-type: none;
}
.comments-area ol li {
  margin-top: 1.125em;
  margin-bottom: 1.5em;
}
.pagination {
  display: inline-block;
  padding-left: 0;
 /* border-radius: ;*/
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: .375em .75em;
  line-height: 1.5;
  text-decoration: none;
  background-color: #eee;
  border: 1px solid #CCCCCC;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0.625em;
  border-top-left-radius: 0.625em;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0.625em;
  border-top-right-radius: 0.625em;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #333333;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #666;
  background-color: #eee;
  border-color: #CCCCCC;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 0.5em 0.8em;
  font-size: 1.25em;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0.625em;
  border-top-left-radius: 0.625em;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0.625em;
  border-top-right-radius: 0.625em;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 0.333em 0.666em;
  font-size: 0.75em;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0.625em;
  border-top-left-radius: 0.625em;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0.625em;
  border-top-right-radius: 0.625em;
}
/* post/paging navigation */
.post-navigation,
.paging-navigation {
  margin: 1rem 0;
}
.post-navigation .nav-links,
.paging-navigation .nav-links {
  font-size: 0.875em;
  line-height: 1.71428571em;
  margin: 0 0 1.71428571em;
  margin: 0;
}
.post-navigation .nav-links a,
.paging-navigation .nav-links a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 100%;
  font-size: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: .5em 1em;
  border-radius: 0.25em;
  background-color: #eee;
  color: #333;
  border-width: 0.0625em;
  border-style: solid;
  border-color: #999;
  white-space: normal;
  text-decoration: none;
  text-align: inherit;
  margin: .75em 0;
}
.post-navigation .nav-links a:hover,
.paging-navigation .nav-links a:hover,
.post-navigation .nav-links a:focus,
.paging-navigation .nav-links a:focus {
  background-color: #eee;
  border-color: #666;
}
.post-navigation .nav-links a:active,
.paging-navigation .nav-links a:active,
.post-navigation .nav-links a.active,
.paging-navigation .nav-links a.active {
  color: #333333;
  background-color: #eeeeee;
}
.post-navigation .nav-links a:focus,
.paging-navigation .nav-links a:focus {
  outline: thin dotted #333;
  outline: 0.3125em auto -webkit-focus-ring-color;
  outline-offset: -0.125em;
}
.post-navigation .nav-links a:hover,
.paging-navigation .nav-links a:hover,
.post-navigation .nav-links a:focus,
.paging-navigation .nav-links a:focus {
  text-decoration: none;
}
.post-navigation .nav-links a:active,
.paging-navigation .nav-links a:active,
.post-navigation .nav-links a.active,
.paging-navigation .nav-links a.active {
  outline: 0;
  background-image: none;
}
.post-navigation .nav-links a.disabled,
.paging-navigation .nav-links a.disabled,
.post-navigation .nav-links a[disabled],
.paging-navigation .nav-links a[disabled],
fieldset[disabled] .post-navigation .nav-links a,
fieldset[disabled] .paging-navigation .nav-links a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.post-navigation .nav-links a:focus,
.paging-navigation .nav-links a:focus {
  border-color: #666666;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 102, 102, 0.6);
}
.post-navigation .nav-links .nav-previous a .meta-nav,
.paging-navigation .nav-links .nav-previous a .meta-nav {
  margin-right: 0.5rem;
}
.post-navigation .nav-links .nav-next a .meta-nav,
.paging-navigation .nav-links .nav-next a .meta-nav {
  margin-left: 0.5rem;
}
@media only screen and (min-width: 320px) {
  .post-navigation .nav-previous,
  .paging-navigation .nav-previous,
  .post-navigation .nav-next,
  .paging-navigation .nav-next {
    max-width: 47%;
  }
  .post-navigation .nav-previous,
  .paging-navigation .nav-previous {
    float: left;
  }
  .post-navigation .nav-next,
  .paging-navigation .nav-next {
    float: right;
  }
}
.numbered-pagination {
  text-align: center;
  margin: 1.5em auto;
}
.numbered-pagination a {
  text-decoration: none;
}
.numbered-pagination ul {
  list-style: none;
  margin: 1rem 0;
}
.numbered-pagination ul li {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  padding: .25em .75em;
  margin-left: -1px;
  color: #333;
}
.numbered-pagination ul li.current {
  background-color: #444;
  color: #fff;
}
.numbered-pagination ul li.current:hover {
  background-color: #444;
  color: #fff;
}
.numbered-pagination ul li:hover {
  background-color: #eee;
  color: #333;
}
.numbered-pagination ul li:hover a {
  color: #333;
}
.numbered-pagination ul li:first-child {
  border-bottom-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.numbered-pagination ul li:last-child {
  border-bottom-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.page-links {
  margin-bottom: 1.5em;
}
.page-links a {
  margin: 0 .25em;
}
/* = Header Layout
----------------------------------------------- */
#masthead {
  background-color: #fff;
  color: #EEEEEE;
  position: relative;
  box-shadow:1px 1px 5px rgba(0, 0, 0, 0.05);
}
#masthead a {
  text-decoration: none;
  color: #EEEEEE;
  
}
#masthead a:visited {
  color: #EEEEEE;
}
#masthead a:hover {
  color: #FFCC00;
}
#masthead .menu-toggle {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-bottom: 1.5em;
  text-align: center;
}
#masthead .menu-toggle button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 100%;
  font-size: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: .5em 1em;
  border-radius: 0.25em;
  background-color: #eee;
  color: #333;
  border-width: 0.0625em;
  border-style: solid;
  border-color: #999;
  font-weight: 600;
}
#masthead .menu-toggle button:hover,
#masthead .menu-toggle button:focus {
  background-color: #eee;
  border-color: #666;
}
#masthead .menu-toggle button:active,
#masthead .menu-toggle button.active {
  color: #333333;
  background-color: #eeeeee;
}
#masthead .menu-toggle button:focus {
  outline: thin dotted #333;
  outline: 0.3125em auto -webkit-focus-ring-color;
  outline-offset: -0.125em;
}
#masthead .menu-toggle button:hover,
#masthead .menu-toggle button:focus {
  text-decoration: none;
}
#masthead .menu-toggle button:active,
#masthead .menu-toggle button.active {
  outline: 0;
  background-image: none;
}
#masthead .menu-toggle button.disabled,
#masthead .menu-toggle button[disabled],
fieldset[disabled] #masthead .menu-toggle button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
#masthead .menu-toggle button i {
  margin-right: 0.75em;
  vertical-align: baseline;
}
#masthead .site-branding {
  color: #EEEEEE;
  padding-top: 0.75em;
  position: relative;
  z-index: 2;
}
#masthead .site-branding.drop-shadow {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
#masthead .site-branding.drop-shadow .site-logo img {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
#masthead .site-logo img {
  max-width: 100%;
}
#masthead .rounded img {
  border-radius: 0.25em;
}
#masthead .circle img {
  border-radius: 50%;
}
#masthead .site-title {
  font-size: 1.75em;
  line-height: 1.71428571em;
  margin: 0 0 0.85714286em;
  margin-bottom: 0.5em;
}
#masthead .site-description {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
  font-weight: normal;
}
#masthead .site-logo,
#masthead .site-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
@media screen and (max-width: 36em) {
  #masthead .site-logo,
  #masthead .site-title {
    text-align: center;
  }
  #masthead .site-logo img {
    width: 4.5em;
  }
}
@media screen and (min-width: 36em) {
  #masthead #menu-toggle {
    display: none;
  }
  #masthead .site-title {
    text-align: left;
  }
  #masthead .with-logo .site-logo {
    position: relative;
    float: left;
    width: 20.83333333%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    max-width: 7.5em;
    margin-top: 0.75em;
  }
  #masthead .with-logo .site-info {
    position: relative;
    float: left;
    width: 79.16666667%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}
/*body {
  color: #222;
  background-color: #f5f5f5;
}
#content {
  color: #000;
  background-color: #FFFFFF;
  padding: 1.5em 0;
}*/
#main,
#secondary,
#featured {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
@media only screen and (min-width: 24em) and (max-width: 48em) {
  #featured .featured article {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .featured article:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 48em) and (max-width: 75em) {
  #featured .featured article {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .featured article:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 75em) {
  #featured .featured article {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .featured article:nth-of-type(4n + 1) {
    clear: left;
  }
}
#featured .featured article .article-title {
  margin-bottom: 0;
}
#featured .cards {
  margin: 0 -16px;
  margin: 0 -1rem;
}
@media only screen and (min-width: 24em) and (max-width: 48em) {
  #featured .cards article {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .cards article:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 48em) and (max-width: 75em) {
  #featured .cards article {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .cards article:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 75em) {
  #featured .cards article {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .cards article:nth-of-type(4n + 1) {
    clear: left;
  }
}
#featured .cards article .article-title {
  margin-bottom: 0;
}
@media only screen and (min-width: 24em) and (max-width: 48em) {
  #featured .widget.columns {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .widget.columns:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 48em) and (max-width: 75em) {
  #featured .widget.columns {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .widget.columns:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 75em) {
  #featured .widget.columns {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .widget.columns:nth-of-type(4n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 24em) {
  #secondary .sidebar-row,
  #featured .sidebar-row {
    margin-left: -16px;
    margin-left: -1rem;
    margin-right: -16px;
    margin-right: -1rem;
  }
  #featured .featured .widget-title {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 60em) {
  #secondary {
    margin-top: 1.5em;
  }
}
#main article {
  margin-bottom: 1.5em;
}
#main article h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin: 0 0 0.75em;
}
#main article h2 {
  font-size: 1.75em;
  line-height: 1.71428571em;
  margin: 0 0 0.85714286em;
}
#main article h3 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 1em;
}
#main article h4 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0 0 1.2em;
}
#main article h5 {
  font-size: 1.125em;
  line-height: 1.33333333em;
  margin: 0 0 1.33333333em;
}
#main article h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}
#main article .post-meta {
  list-style: none;
}
#main article .entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#main article .entry-meta {
  font-size: 0.875em;
  line-height: 1.71428571em;
  margin: 0 0 1.71428571em;
}
#main article .entry-meta .edit-link:before {
  font-family: 'dashicons';
  content: "\f327";
  margin-right: 0.5em;
}
#main article .entry-meta .comments-link:before {
  font-family: 'FontAwesome';
  content: "\f0e5";
  margin: 0 .75em;
}
#main article .post-thumbnail {
  margin-bottom: 1.5em;
}
#main article .entry-footer .cat-links,
#main article .entry-footer .tags-links {
  margin-right: .75em;
}
@media only screen and (min-width: 24em) and (max-width: 48em) {
  #secondary .widget {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #secondary .widget:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 48em) {
  #secondary .widget {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #secondary .widget:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 60em) {
  .blog #main,
  .archive #main,
  .single #main {
    position: relative;
    float: left;
    width: 61.80339887%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  .blog #secondary,
  .archive #secondary,
  .single #secondary {
    position: relative;
    float: left;
    width: 38.19660113%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  .blog #secondary .widget,
  .archive #secondary .widget,
  .single #secondary .widget {
    float: none;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}
.page .wrap,
.page #site-navigation .menu-wrap {
  max-width: 60em;
}
.page #secondary {
  margin-top: 1.5em;
}
/* = Footer Layout
----------------------------------------------- */
#footer {
  color: #222;
  background-color: #f5f5f5;
  margin: 0;
  /*padding-top: .75em;
  padding-bottom: .75em;*/
}
#footer .footer-text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-top: 1.125em;
  margin-bottom: 1.5em;
  text-align: center;
}
#footer .footer-text:last-child {
  margin-bottom: 0;
}
#footer .widget-area,
#footer .footer-credits {
  margin-top: 1.5em;
}
#footer .widget .mv,
#footer .widget .fa,
#footer .widget .dashicons {
  color: #333;
}
#footer .widget a.mv,
#footer .widget a.fa {
  color: #333;
  text-decoration: none;
}
#footer .widget a.mv:visited,
#footer .widget a.fa:visited {
  color: #333;
}
#footer .widget a.mv:hover,
#footer .widget a.fa:hover {
  color: #CC0000;
}
#footer .widget a.mv span,
#footer .widget a.fa span {
  display: none;
}
#footer .widget .widget-title {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 1em;
}
@media screen and (max-width: 24em) {
  #footer .widget {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 24em) and (max-width: 48em) {
  #footer .widget {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #footer .widget:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 48em) {
  #footer .widget {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #footer .widget:nth-of-type(3n + 1) {
    clear: left;
  }
}
#footer ul li {
  line-height: 1.75;
}
/* icons */
.mv,
.fa,
.dashicons {
  font-size: 150%;
  vertical-align: top;
}
.icons .mv,
.icons .fa,
.icons .dashicons {
  color: #333;
}
.icons a.mv,
.icons a.fa {
  color: #333;
  text-decoration: none;
}
.icons a.mv:visited,
.icons a.fa:visited {
  color: #333;
}
.icons a.mv:hover,
.icons a.fa:hover {
  color: #CC0000;
}
.icons a.mv span,
.icons a.fa span {
  display: none;
}
.widget.icons {
  text-align: center;
}
.icon-large {
  font-size: 150%;
  vertical-align: middle;
}
.fa-imdb {
  font-size: 200%;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  vertical-align: middle;
}
.fa-imdb:before {
  content: "\f145";
}
.dashicon-scalable {
  display: inline-block;
  width: auto;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  line-height: 1;
  font-family: "dashicons";
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center;
}
.dashicon-film:before {
  content: "\f219";
}
.glyph-demo ul {
  margin-left: -16px;
  margin-left: -1rem;
  margin-right: -16px;
  margin-right: -1rem;
  list-style: none;
}
.glyph-demo ul .mv,
.glyph-demo ul .fa,
.glyph-demo ul .dashicons {
  color: #333;
}
.glyph-demo ul a.mv,
.glyph-demo ul a.fa {
  color: #333;
  text-decoration: none;
}
.glyph-demo ul a.mv:visited,
.glyph-demo ul a.fa:visited {
  color: #333;
}
.glyph-demo ul a.mv:hover,
.glyph-demo ul a.fa:hover {
  color: #CC0000;
}
.glyph-demo ul a.mv span,
.glyph-demo ul a.fa span {
  display: none;
}
.glyph-demo ul li {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  width: 10em;
  height: 10em;
  margin-bottom: .75em;
  text-align: center;
  font-size: .75em;
}
.glyph-demo ul li .mv {
  font-size: 300%;
  margin-bottom: .5em;
}
/* MoreVectors icon font */
@font-face {
  font-family: 'morevectors';
  src: url('../fonts/morevectors.eot');
  src: url('../fonts/morevectors.eot?#iefix') format('embedded-opentype'), url('../fonts/morevectors.ttf') format('truetype'), url('../fonts/morevectors.woff') format('woff'), url('../fonts/morevectors.svg#morevectors') format('svg');
  font-weight: normal;
  font-style: normal;
}
.mv {
  font-family: 'morevectors';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mv-aim:before {
  content: "\e600";
}
.mv-amazon:before {
  content: "\e601";
}
.mv-android:before {
  content: "\e602";
}
.mv-apple:before {
  content: "\e603";
}
.mv-apple-app-store:before {
  content: "\e604";
}
.mv-avatar:before {
  content: "\e605";
}
.mv-aws:before {
  content: "\e606";
}
.mv-badoo:before {
  content: "\e607";
}
.mv-basecamp:before {
  content: "\e608";
}
.mv-bazaar:before {
  content: "\e609";
}
.mv-behance:before {
  content: "\e60a";
}
.mv-bing:before {
  content: "\e60b";
}
.mv-bitbucket:before {
  content: "\e60c";
}
.mv-bitcoin:before {
  content: "\e60d";
}
.mv-blackberry:before {
  content: "\e60e";
}
.mv-blip:before {
  content: "\e60f";
}
.mv-blogger:before {
  content: "\e610";
}
.mv-cc:before {
  content: "\e611";
}
.mv-cc-by:before {
  content: "\e612";
}
.mv-cc-nc:before {
  content: "\e613";
}
.mv-cc-nc-eu:before {
  content: "\e614";
}
.mv-cc-nc-jp:before {
  content: "\e615";
}
.mv-cc-nd:before {
  content: "\e616";
}
.mv-cc-pd:before {
  content: "\e617";
}
.mv-cc-remix:before {
  content: "\e618";
}
.mv-cc-sa:before {
  content: "\e619";
}
.mv-cc-sampling:before {
  content: "\e61a";
}
.mv-cc-sampling-plus:before {
  content: "\e61b";
}
.mv-cc-share:before {
  content: "\e61c";
}
.mv-cc-zero:before {
  content: "\e61d";
}
.mv-coroflot:before {
  content: "\e61e";
}
.mv-css3:before {
  content: "\e61f";
}
.mv-delicious:before {
  content: "\e620";
}
.mv-designmoo:before {
  content: "\e621";
}
.mv-deviantart:before {
  content: "\e622";
}
.mv-digg:before {
  content: "\e623";
}
.mv-digg-alt:before {
  content: "\e624";
}
.mv-dribble:before {
  content: "\e625";
}
.mv-dropbox:before {
  content: "\e626";
}
.mv-drupal:before {
  content: "\e627";
}
.mv-ebay:before {
  content: "\e628";
}
.mv-ember:before {
  content: "\e629";
}
.mv-envelope:before {
  content: "\e62a";
}
.mv-etsy:before {
  content: "\e62b";
}
.mv-evernote:before {
  content: "\e62c";
}
.mv-facebook:before {
  content: "\e62d";
}
.mv-facebook-places:before {
  content: "\e62e";
}
.mv-feedburner:before {
  content: "\e62f";
}
.mv-flickr:before {
  content: "\e630";
}
.mv-forrst:before {
  content: "\e631";
}
.mv-foursquare:before {
  content: "\e632";
}
.mv-git:before {
  content: "\e633";
}
.mv-github:before {
  content: "\e634";
}
.mv-gnome:before {
  content: "\e635";
}
.mv-google:before {
  content: "\e636";
}
.mv-google-hangouts:before {
  content: "\e637";
}
.mv-google-play:before {
  content: "\e638";
}
.mv-google-plus:before {
  content: "\e639";
}
.mv-grooveshark:before {
  content: "\e63a";
}
.mv-html5:before {
  content: "\e63b";
}
.mv-hype-machine:before {
  content: "\e63c";
}
.mv-hyves:before {
  content: "\e63d";
}
.mv-icloud:before {
  content: "\e63e";
}
.mv-icq:before {
  content: "\e63f";
}
.mv-identica:before {
  content: "\e640";
}
.mv-instagram:before {
  content: "\e641";
}
.mv-instapaper:before {
  content: "\e642";
}
.mv-itunes:before {
  content: "\e643";
}
.mv-joomla:before {
  content: "\e644";
}
.mv-kde:before {
  content: "\e645";
}
.mv-lastfm:before {
  content: "\e646";
}
.mv-launchpad:before {
  content: "\e647";
}
.mv-linkedin:before {
  content: "\e648";
}
.mv-linux:before {
  content: "\e649";
}
.mv-livejournal:before {
  content: "\e64a";
}
.mv-mercurial:before {
  content: "\e64b";
}
.mv-metacafe:before {
  content: "\e64c";
}
.mv-myspace:before {
  content: "\e64d";
}
.mv-newsvine:before {
  content: "\e64e";
}
.mv-openid:before {
  content: "\e64f";
}
.mv-orkut:before {
  content: "\e650";
}
.mv-paypal:before {
  content: "\e651";
}
.mv-phone:before {
  content: "\e652";
}
.mv-photobucket:before {
  content: "\e653";
}
.mv-picasa:before {
  content: "\e654";
}
.mv-pinterest:before {
  content: "\e655";
}
.mv-podcast:before {
  content: "\e656";
}
.mv-quik:before {
  content: "\e657";
}
.mv-rdio:before {
  content: "\e658";
}
.mv-reddit:before {
  content: "\e659";
}
.mv-retweet:before {
  content: "\e65a";
}
.mv-rss:before {
  content: "\e65b";
}
.mv-scribd:before {
  content: "\e65c";
}
.mv-sharethis:before {
  content: "\e65d";
}
.mv-skype:before {
  content: "\e65e";
}
.mv-slashdot:before {
  content: "\e65f";
}
.mv-slideshare:before {
  content: "\e660";
}
.mv-smugmug:before {
  content: "\e661";
}
.mv-soundcloud:before {
  content: "\e662";
}
.mv-spotify:before {
  content: "\e663";
}
.mv-springme:before {
  content: "\e664";
}
.mv-squarespace:before {
  content: "\e665";
}
.mv-squidoo:before {
  content: "\e666";
}
.mv-stackoverflow:before {
  content: "\e667";
}
.mv-steam:before {
  content: "\e668";
}
.mv-stumbleupon:before {
  content: "\e669";
}
.mv-subversion:before {
  content: "\e66a";
}
.mv-tagged:before {
  content: "\e66b";
}
.mv-technorati:before {
  content: "\e66c";
}
.mv-tumblr:before {
  content: "\e66d";
}
.mv-twitter:before {
  content: "\e66e";
}
.mv-ubuntu:before {
  content: "\e66f";
}
.mv-viddler:before {
  content: "\e670";
}
.mv-vimeo:before {
  content: "\e671";
}
.mv-vine:before {
  content: "\e672";
}
.mv-virb:before {
  content: "\e673";
}
.mv-w3:before {
  content: "\e674";
}
.mv-weibo:before {
  content: "\e675";
}
.mv-wikipedia:before {
  content: "\e676";
}
.mv-wordpress:before {
  content: "\e677";
}
.mv-xing:before {
  content: "\e678";
}
.mv-xmpp:before {
  content: "\e679";
}
.mv-yahoo:before {
  content: "\e67a";
}
.mv-yahoo-messenger:before {
  content: "\e67b";
}
.mv-windows:before {
  content: "\e67c";
}
.mv-yelp:before {
  content: "\e67d";
}
.mv-youtube-play:before {
  content: "\e67e";
}
.mv-zootool:before {
  content: "\e67f";
}
.mv-youtube:before {
  content: "\e680";
}
/*!
 *  Font Awesome 4.5.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/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-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);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-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);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\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-remove:before,
.fa-close:before,
.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,
.fa-bar-chart: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-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.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,
.fa-gratipay: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: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-buoy: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-y-combinator-square:before,
.fa-yc-square:before,
.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";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/* =Media
----------------------------------------------- */
.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 1.875em;
  margin-bottom: 1.5em;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* Images */
.wp-caption {
  max-width: 100%;
}
.thumb {
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  border-radius: 0.25em;
  margin: 0;
  padding: 0.25em;
}
.image-left,
.image-right,
img.alignleft,
img.alignright {
  margin-bottom: 1rem;
}
@media screen and (min-width: 24em) {
  .image-left,
  .image-right,
  img.alignleft,
  img.alignright {
    max-width: 48%;
    height: auto;
  }
  .image-left,
  img.alignleft {
    float: left;
    margin-right: 1rem;
  }
  .image-right,
  img.alignright {
    float: right;
    margin-left: 1rem;
  }
}
.gallery {
  margin-left: -16px;
  margin-left: -1rem;
  margin-right: -16px;
  margin-right: -1rem;
}
.gallery figure.gallery-item {
  margin-bottom: 1.5em;
}
.gallery figure.gallery-item img {
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  border-radius: 0.25em;
  margin: 0;
  padding: 0.25em;
  background-color: #FFFFFF;
  max-width: 100%;
  height: auto;
}
.gallery .gallery-icon {
  text-align: center;
  margin-bottom: 0.375em;
}
.gallery figcaption.gallery-caption {
  font-size: 0.75em;
  line-height: 1.33333333em;
  margin: 0 0 1.33333333em;
  margin: 0;
}
.gallery-columns-1 figure.gallery-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.gallery-columns-1 figure.gallery-item:nth-of-type(1n + 1) {
  clear: left;
}
.gallery-columns-2 figure.gallery-item {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.gallery-columns-2 figure.gallery-item:nth-of-type(2n + 1) {
  clear: left;
}
.gallery-columns-3 figure.gallery-item {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.gallery-columns-3 figure.gallery-item:nth-of-type(3n + 1) {
  clear: left;
}
.gallery-columns-4 figure.gallery-item {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.gallery-columns-4 figure.gallery-item:nth-of-type(4n + 1) {
  clear: left;
}
.gallery-columns-5 figure.gallery-item {
  position: relative;
  float: left;
  width: 20%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.gallery-columns-5 figure.gallery-item:nth-of-type(5n + 1) {
  clear: left;
}
.gallery-columns-6 figure.gallery-item {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.gallery-columns-6 figure.gallery-item:nth-of-type(6n + 1) {
  clear: left;
}
.gallery-columns-7 figure.gallery-item {
  position: relative;
  float: left;
  width: 14.28571429%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.gallery-columns-7 figure.gallery-item:nth-of-type(7n + 1) {
  clear: left;
}
.gallery-columns-8 figure.gallery-item {
  position: relative;
  float: left;
  width: 12.5%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.gallery-columns-8 figure.gallery-item:nth-of-type(8n + 1) {
  clear: left;
}
.gallery-columns-9 figure.gallery-item {
  position: relative;
  float: left;
  width: 11.11111111%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.gallery-columns-9 figure.gallery-item:nth-of-type(9n + 1) {
  clear: left;
}
/* classes required by WordPress */
.wp-caption-text {
  font-size: inherit;
}
.sticky {
  font-size: inherit;
}
.bypostauthor {
  font-size: inherit;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
img.alignleft {
  vertical-align: text-top;
}
img.alignright {
  vertical-align: text-top;
}
/* PRINT */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't print links for images, javascript or internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* Repeat header row at top of each printed page */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Increased body size for legibility on for low-dpi, high-res displays */
@media only screen and (-webkit-max-device-pixel-ratio: 1.25) and (min-width: 1600px), only screen and ( max--moz-device-pixel-ratio: 1.25) and (min-width: 1600px), only screen and ( max-device-pixel-ratio: 1.25) and (min-width: 1600px), only screen and ( -webkit-max-device-pixel-ratio: 1.25) and (min-width: 1600px), only screen and ( max-resolution: 120dpi) and (min-width: 1600px), only screen and ( max-resolution: 1.25dppx) and (min-width: 1600px) {
  body {
    font-size: 125%;
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.5) and (min-width: 2400px), only screen and (max--moz-device-pixel-ratio: 1.5) and (min-width: 2400px), only screen and (max-device-pixel-ratio: 1.5) and (min-width: 2400px), only screen and ( -webkit-max-device-pixel-ratio: 1.5625) and (min-width: 2400px), only screen and ( max-resolution: 150dpi) and (min-width: 2400px), only screen and ( -webkit-max-device-pixel-ratio: 1.5) and (min-width: 2400px), only screen and ( max-resolution: 1.5dppx) and (min-width: 2400px) {
  body {
    font-size: 150%;
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (min-width: 3200px), only screen and (max--moz-device-pixel-ratio: 2) and (min-width: 3200px), only screen and (max-device-pixel-ratio: 2) and (min-width: 3200px), only screen and ( -webkit-max-device-pixel-ratio: 2.0833333333333335) and (min-width: 3200px), only screen and ( max-resolution: 200dpi) and (min-width: 3200px), only screen and ( -webkit-max-device-pixel-ratio: 2) and (min-width: 3200px), only screen and ( max-resolution: 2dppx) and (min-width: 3200px) {
  body {
    font-size: 200%;
  }
}


body {
    color: #757575;
    font-family: "Roboto",sans-serif;
	background-color:#f8f8f8 !important;
}
p{font:16px/26px "Roboto",Tahoma,helvetica,arial,sans-serif; color:#555555;}
/********************** Header *********************************/
.logo{
	position:absolute; 
	left:0;
}
.logo {
    background-color: rgba(0, 0, 0, 0);
	background-repeat:no-repeat;
	/*background-image:url("../images/logo.svg");*/
        background-image:url("../images/monument_hotel.png");
        background-size: 45% ;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    height: 118px;
    left: 0;
    position: absolute;
    text-shadow: none;
    top: 0;
    width: 275px;
    z-index: 50;
	text-indent:-9999px;
}
.top-header{background:#3973bf; padding:13px 0;}
.top-header .container{position:relative;text-align:center!important;}
.top-header a.header-title{font:400 12px/16px "Roboto",Georgia,Times,serif; color:#d1d1d1; margin-bottom:0; text-align:center; display:inline-block; letter-spacing: 0.15em;text-transform: uppercase; text-align:center;}
.top-header a:hover{text-decoration:none;}
.login-btn,.logged-out{position:absolute; right:0; top:0px; color:#FFFFFF;font:400 14px/16px "Roboto Slab",Georgia,Times,serif !important; border:1px solid #fff; padding:3px 8px; text-transform:uppercase; font-size:16px; letter-spacing:2px;}
.logged-out,body.logged-in .login-btn{display:none !important;}
body.logged-in .logged-out{display:block !important;}
.login-btn:hover,.logged-out:hover{color:#fff; text-decoration:none; border:1px solid #ffcc00;}
.navbar-nav > li{margin-right:20px; position:relative;}
.navbar-nav > li:last-child{margin-right:60px;}
.navbar{margin-bottom:14px;}
.navbar ul li a{padding:8px 20px; border:1px solid #3973bf; color:#313131 !important;font:400 16px/18px "Roboto",sans-serif; display:block;}
.navbar > li > a:hover,.navbar ul li.current-menu-item a{ background:#eaeaea; border:1px solid #eaeaea; color:#313131;}
#navbar span.badge{position:absolute; top:-10px; right:-10px; background:#2ad4c9; color:#FFFFFF;}
#navbar{float:right; margin-top:20px;}
.search-block span.glyphicon-search{color:#010e3b; border:2px solid #c6d0dc; padding:8px; border-radius:50%;}
.search-block ul.dropdown-menu input{border:1px solid #eaeaea; background:#f8f8f8; height:30px; padding:5px; border-radius: 0;box-shadow:none; width:100%; display:block; font-weight:400;}
.search-block .dropdown-toggle:hover,.search-block .dropdown-toggle:focus{background:inherit !important; border:none !important;}
.search-block ul.dropdown-menu input[type=submit]{border:none; background:#A4996C; height:30px; text-align:center; color:#FFFFFF; width:100%;}
.navbar .container{position:relative;}
.search-block {position:absolute; right:0; top:10px;}
.search-block ul.dropdown-menu{padding:15px !important; margin-top:0 !important; left:inherit; right:-10px; top:45px; min-width:200px;}
.search-block .dropdown-menu > li {margin-right: 0 !important;}
.search-block form {margin: 0;}
.search-block .search-form > label {margin-bottom: 5px;}

.search-block ul:before {
    border-bottom: 10px solid rgba(0, 0, 0, 0.15);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 9%;
    top: -10px;
    width: 0;
}
.search-block ul:after {
    border-bottom: 10px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 10%;
    top: -10px;
    width: 0;
}
#banner,#banner_page,#banner_page_search{
	background-image:url("../images/banner-bg.jpg"); 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:45px 0;
}
.banner-descrption h2,#banner_page h2,#banner_page_search h2{ font:400 60px/70px "Roboto Slab",Georgia,Times,serif; color:#fff; margin-top:0; margin-bottom:10px;}
.banner-descrption p,#banner_page p,#banner_page_search p{ font:20px/28px "Roboto",Tahoma,helvetica,arial,sans-serif; color:#fff; margin-bottom:0;}
.left-content{background:#fff; padding:0 30px;box-shadow:1px 1px 5px rgba(0, 0, 0, 0.05);}
.left-section .entry-title{ color:#000000;font:500 20px/28px "Roboto",Tahoma,helvetica,arial,sans-serif; margin-top:20px;}
.content{padding:35px 0;}
.left-section .entry-title:after{background:#A4996C; width:40px; height:3px; content:""; display:block;}
.left-section .entry-title a{color:#000000;}
.right-section .widget-title,.right-section .widgettitle{
    background: #3973bf;
    color: #fff;
    font: 500 20px/28px "Roboto",Tahoma,helvetica,arial,sans-serif !important;
    padding: 10px 20px;
    position: relative;
    text-align: center;
	margin-left:-30px !important;
	display:inline-block;
}
/* alex kao 06062018
.right-section .widget-title:before,.right-section .widgettitle:before{
    border-bottom: 48px solid transparent;
    border-left: 40px solid #3973bf;
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
}
*/
.right-section .widget-title::before, .right-section .widgettitle::before {
    border-bottom: 40px solid transparent;
    border-left: 40px solid #3973bf;
    content: "";
    position: absolute;
    right: -20px;
    top: 4px;
    transform: rotate(495deg) scale(0.87);
}
.recent-post{background:#fff; margin-bottom:20px;}
.recent-post ul{padding-left:20px; margin-top:20px;}
.right-section .widget ul li{border-bottom:1px solid #f0f0f0; list-style:none; position:relative;}
.right-section .widget ul li:after{position:absolute; width:16px; height:16px; background-image:url("../images/arrow.png"); background-repeat:no-repeat; background-size:100% auto; content:""; display:block; top:12px; left:-10px;	}
.right-section .widget ul li a {font: 400 15px/20px "Roboto",Tahoma,helvetica,arial,sans-serif; padding:10px 20px 0; display:block; color:#000000;}
.right-section .widget .post-date {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 20px;
}
.right-section .widget ul li:last-child{border-bottom:none;}
.right-section .widget ul { margin-bottom:10px;}
.categories{background:#fff;}
.widget select{ 
	padding:10px 22px 10px 5px; 
	background-image:  url("../images/select-drop-down.png");
	background-position:right center;
	background-repeat:no-repeat; cursor:pointer;
	-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
    text-indent: 1px;
    border:1px solid #ccc;
	width:100%;
	border-radius:0;
	color:#555555;
	font: 400 16px/20px "Roboto",Tahoma,helvetica,arial,sans-serif;
}
/*.widget_categories{padding-bottom:30px !important;}*/
.widget select::-ms-expand {
    display: none;
}
.footer-top {
    background: #3973bf;
    height: 80px;
    overflow: hidden;
    position: relative;
}
.footer-northwestern {
    bottom: 0;
    padding-top: 25px;
    position: absolute;
    top: 0;
	margin-right: -50px;
    right: 50%;
}
.footer-northwestern > a {
    background-image: url("../images/kellogg-footer-left.svg");
    background-size: contain;
    width: 240px;
	background-repeat: no-repeat;
    display: block;
    height: 74px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    text-transform: capitalize;
}
.footer-kellogg {
    margin-right: -10059px;
    right: 50%;
    width: 9999px;
	bottom: 0;
    padding-top: 25px;
    position: absolute;
    top: 0;
}
.footer-kellogg > a {
    background-image: url("../images/kellogg-footer-right.svg");
    background-size: contain;
    width: 240px;
	background-repeat: no-repeat;
    display: block;
    height: 74px;
    overflow: hidden;
    text-align: left;
    text-indent: -119988px;
    text-transform: capitalize;
	margin-left: -156px;
}
.footer-bottom{background:#333333; text-align:center; padding:15px 0;}
.footer-bottom span{font-size:11px; color:#666666;}
.footer-bottom a{font-weight:bold; color:#666666;font-size:11px;}

/****************************  Custom CSS **************************/
#navigation {
   float: none !important;
    
}
#navigation .nav-menu {
    /*float: right;*/
    margin-top: 12px;
	margin-left:170px;
}
.widget{background:#fff; padding:0 30px 20px 30px; box-shadow:1px 1px 5px rgba(0, 0, 0, 0.05);}
header {background: #fff !important;}
.left-section .has-post-thumbnail .post-thumbnail{display:none;}
body.single-post .left-section .has-post-thumbnail .post-thumbnail,body.blog .left-section .has-post-thumbnail .post-thumbnail{display:block;}
body.blog .left-section .has-post-thumbnail .post-thumbnail{float:left; margin:20px 20px 0px 0;}
body.blog .left-section .left-text-block .entry-title {
    margin-bottom: 0;
}
body.single-post .left-section .has-post-thumbnail .post-thumbnail img,body.blog .left-section .has-post-thumbnail .post-thumbnail img{width:100%; height:auto;}
body.single-post #banner,body.blog #banner,body.search-results #banner,body.category #banner,body.author #banner{display:none;}
body.single-post .left-section .entry-meta > span,body.blog .left-section .entry-meta > span,body.author .left-section .entry-meta > span ,body.category .left-section .entry-meta > span,body.search .left-section .entry-meta > span {
    font-size: 12px !important;
}
span.posted-on a,span.post-taxonomy a{color:#000000 !important;}
body.single-post .left-section .entry-meta,body.blog .left-section .entry-meta,body.author .left-section .entry-meta,body.category .left-section .entry-meta,body.search .left-section .entry-meta{margin-bottom:10px; margin-top:-5px; padding-bottom:0;}
a.post-edit-link{background:#3973bf;}
.left-section .entry-footer {
    position: absolute;
    right: 30px;
    top: 15px;
}
.left-section .entry-footer .post-edit-link {
    background: #3973bf;
    color: #fff !important;
    display: inline-block;
    padding: 5px 15px;
}
body.search .entry-footer{display:none;}
.left-section .entry-footer .post-edit-link:hover{text-decoration:none;background: #A4996C;}
.left-section .entry-meta{padding-bottom:20px;}
.nav-previous,.nav-next{display:none;}
.nav-previous a,.nav-next a{ border-radius:0 !important; background:#4F2683 !important; color:#fff !important; border:none !important;}
.nav-previous a span.meta-nav,.nav-next a span.meta-nav{display:none;}
.nav-previous a:hover,.nav-next a:hover{ background:#A4996C !important;}
h1.page-title{font: 500 28px/35px "Roboto",Tahoma,helvetica,arial,sans-serif;}
.left-section header.page-header{margin-top:20px; padding-bottom:0;}
.read-more {color:#000000 !important; font-size:14px;}
/*.read-more {
    background: #3973bf;
    color: #fff !important;
    padding: 3px 10px;
	font-size:14px;
}
.read-more:hover{text-decoration:none !important;background: #A4996C;}*/
.right-section div:last-child{margin-bottom:0;}
body.blog .left-section .post,body.search .left-section .post,body.category .left-section .post,body.author .left-section .post,body.category .left-section .post ,body.search .left-section .page {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}
body.blog .left-section .post p:last-child,body.search .left-section .post p:last-child,body.category .left-section .post p:last-child,body.author .left-section .post p:last-child,body.search .left-section .page p:last-child{margin-bottom:0;}
form#commentform input#submit, input[type="submit"]{border:none; border-radius:0; background:#A4996C; color:#fff;}
form#commentform input#submit:hover,input[type="submit"]:hover{background:#333 !important;}
.sticky {
	position: fixed !important;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	padding: 0;
	transition: all 0.3s ease;
}
.sticky .top-header{display:none;}
.sticky .logo{background-size:40% auto; width:183px; height:70px;transition: all 0.3s ease;}
.sticky{background:#3973bf !important;}
.sticky .search-block span.glyphicon-search{border:2px solid #7d7d7d !important; color:#fff !important;}
.sticky .navbar ul li a{color:#ffffff !important; border:1px solid #fff;}
.sticky .navbar > li > a:hover,.sticky .navbar ul li.current-menu-item a,.sticky #navigation .nav-menu a:hover{background:#A4996C !important; color:#fff;border:1px solid #A4996C;}
body.category h1.page-title,body.search h1.page-title,body.author h1.page-title{font:500 28px/35px "Roboto Slab",Tahoma,helvetica,arial,sans-serif; color:#333;}
body.category .left-section .page-header + article h1.entry-title,body.author .left-section .page-header + article h1.entry-title{margin-top:0;}

/*************** IE CSS ****************/
.ie8 .trigger-menu,.ie7 .trigger-menu{display:none;}
.ie8 .login-btn,.ie7 .login-btn{color:#fff !important;}
.ie8 .footer-northwestern > a,.ie7 .footer-northwestern > a{background:url("../images/kellogg-footer-left.png"); background-repeat:no-repeat;}
.ie8 .footer-kellogg > a,.ie7 .footer-kellogg > a{background:url("../images/kellogg-footer-right.png"); background-repeat:no-repeat;}
.ie8 .logo,.ie7 .logo{background:url("../images/logo.png"); background-repeat:no-repeat;}
.ie8 .sticky .logo,.ie7 .sticky .logo{background:url("../images/logo-sticky.png"); background-repeat:no-repeat;}
.ie8 #banner,.ie7 #banner{background-position:top center;}
.ie8 .widget select,.ie7 .widget select{background-image:none;}
.navbar span.badge {
    background: #3973bf;
    color: #ffffff;
    position: absolute;
    right: -10px;
    top: -10px;
	padding:4px 7px;
}
.sticky .navbar span.badge{color:#333; background:#fff;}
@media screen and (min-width: 1600px)  {
.top-header{padding:10px 0;}
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
.navbar-nav > li > a{padding:8px 15px;}
.navbar-nav > li{margin-right:15px !important;}
#navigation .nav-menu{margin-left:150px;}
}	
@media screen and (min-width: 768px) and (max-width: 1024px) {
.logo {
    /*background-image:url("../images/mobile-logo.svg");*/
    height: 92px;
    width: 247px;
	background-size:38% auto;
	
}
.sticky .logo{width:135px; height:50px;}

.top-header{padding:9px 0;}
.login-btn,.logged-out{font:400 12px/16px "Roboto Slab",Georgia,Times,serif !important; right:15px; top:0;}

.top-header a.header-title{font:400 10px/16px "Roboto",Georgia,Times,serif;}

nav.navbar{margin-bottom:0;}
.navbar-toggle{margin-right:0; border-radius:0; padding:8px;}

.banner-img img{width:100%; height:auto;}
}
@media screen and (max-width: 1024px) {
.sticky .navbar span.badge{color:#fff; background:#A4996C;}
.sticky{background:#fff !important;}
.sticky .search-block span.glyphicon-search{border:2px solid #c6d0dc !important; color:#010e3b !important;}
.sticky .navbar ul li a{color:#313131 !important; border:1px solid #c8bcd9;}
.sticky .navbar > li > a:hover,.sticky .navbar ul li.current-menu-item a,.sticky #navigation .nav-menu a:hover{background:#EAEAEA !important; color:#313131;border:1px solid #EAEAEA;}
#menu-toggle button{  
	border-radius: 0 !important;
    overflow: hidden;
    padding: 4px 8px !important;
    width: 32px;
	border-color:#3973bf !important;
	background-color:#3973bf !important;
	color:#fff !important;
}
#menu-toggle button:focus,#menu-toggle button:focus{box-shadow:none;}
.trigger-menu {
    float: right;
    margin: 6px 0;
}
#masthead #menu-toggle{display:block; z-index:99;}
#navigation.toggled .nav-menu, #navigation:focus .nav-menu{display:block !important;}
#navigation .nav-menu{display:none !important; margin-left:0;}
#navigation .nav-menu:before {
    border-bottom: 10px solid rgba(0, 0, 0, 0.15);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 8px;
    top: -10px;
    width: 0;
}
#navigation .nav-menu:after {
    border-bottom: 10px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 10px;
    top: -10px;
    width: 0;
}

#menu-toggle{padding:0 !important; margin-bottom:0 !important;}
#navigation{margin-top:0;}
.search-block { float: right; position: relative; right:inherit;  top: inherit; margin:6px 15px 6px 0;}
.nav-menu {position:absolute; width:200px; right:20px; margin-top:0 !important; top:50px;background:#fff; z-index:99; padding:15px !important; border:1px solid rgba(0, 0, 0, 0.15); box-shadow:0 6px 12px rgba(0, 0, 0, 0.176);}
.navbar > li,.navbar-nav > li:last-child{margin-right:0; margin-bottom:15px;}
.nav-menu > li{width:96%;}
.nav-menu > li{
    margin-bottom: 15px;
    margin-right: 0 !important;
}
.nav-menu > li:last-child {margin-bottom:0;}
.search-block span.glyphicon-search{padding:6px;}
div#divBadge .menuBadge{ left:inherit !important; right:40px !important;}
.widget select{margin-top:10px;}
body.blog .left-section .has-post-thumbnail .post-thumbnail{float:none; margin:20px 0 0;}
body.single-post .left-section .entry-meta, body.blog .left-section .entry-meta{margin-top:0;}
}
@media screen and (max-width: 767px) {
.logo,.sticky .logo {
    /*background-image:url("../images/mobile-logo.svg");*/
    background-image:url("../images/monument_hotel.png");
    height: 50px;
    width: 78px;
	background-size:65% auto;
}

nav.navbar{margin-bottom:0px;}
.top-header{display:none;}
.trigger-menu{float:right;}
.navbar-toggle{display:block; background:#000;}
#masthead #menu-toggle{z-index:99;}
#masthead .navbar-collapse.collapse.in{display:block !important;}
#masthead .navbar-collapse.collapse{display:none !important;}

#navigation .nav-menu{margin-left:0; margin-top:0;}
.search-block { margin:6px 15px 8px 0;}
/*nav.navbar{margin-bottom:0;}*/
.navbar-toggle{margin-right:0px; border-radius:0; padding:8px;}
.navbar-nav{margin:0;}
.banner-img{text-align:center;margin-bottom: 15px;}
.banner-descrption h2,#banner_page h2,#banner_page_search h2{font:400 48px/60px "Roboto Slab",Georgia,Times,serif;overflow-wrap:break-word;} 
.left-content{padding:0 20px;}
.widget{padding:0 20px 20px;}
.right-section .widget-title, .right-section .widgettitle{margin-left:-20px !important;}
.left-section{margin-bottom:20px;}
.footer-northwestern {margin-right:-15px; padding-top:12px;}
.footer-northwestern > a{width:140px; height:40px;}
.footer-kellogg > a{width:140px; height:40px;}
.footer-top{height:50px;}
.footer-kellogg{margin-right:-10019px; padding-top:12px;}
}

h1, h1 > a {
color:#3973bf!important;
}
h1.widget-title{
color:white!important;
}

.entry-content p {
  word-wrap: break-word;
  text-align: justify;
}
