/*-----------------------------------------------------------------------------------

	Theme Name: Versed
	Theme URI: http://www.themezilla.com
	Author: ThemeZilla
	Author URI: http://www.themezilla.com
	Description: A Bloggers WordPress Theme
	Version: 1.2
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: zilla
	Domain Path: /languages/

-----------------------------------------------------------------------------------

	0.	Bootstrap
	1.	Document Setup
	2.	Structure
	3.	Header Styles
	4.	Navigation & Pagination
	5.	Main Content Styles
	6.	Portfolio Content Styles
	7.	Comments
	8.	Footer Styles
	9.	Page & Page Templates
	10.	Widgets

-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	0.	Bootstrap
/*-----------------------------------------------------------------------------------*/
/*! normalize.css v3.0.1 | 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,
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: 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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Merriweather', serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #555555;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2f2f2f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #0074d9;
}
a.text-primary:hover {
  color: #0059a6;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #0074d9;
}
a.bg-primary:hover {
  background-color: #0059a6;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #616161;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #616161;
  background-color: #fafafa;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #e5e5e5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(229, 229, 229, 0.6);
}
.form-control::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bfbfbf;
}
.form-control::-webkit-input-placeholder {
  color: #bfbfbf;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #616161;
  border-color: #545454;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #484848;
  border-color: #363636;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #616161;
  border-color: #545454;
}
.btn-primary .badge {
  color: #616161;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #f25c5c;
  border-color: #f04444;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ee2d2d;
  border-color: #e51212;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #f25c5c;
  border-color: #f04444;
}
.btn-danger .badge {
  color: #f25c5c;
  background-color: #ffffff;
}
.btn-link {
  color: #555555;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2f2f2f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after,
.site-main:before,
.site-main:after,
.blog .page-navigation:before,
.blog .page-navigation:after,
.blog .single-post-navigation:before,
.blog .single-post-navigation:after,
.blog .comment-navigation:before,
.blog .comment-navigation:after,
.archive .page-navigation:before,
.archive .page-navigation:after,
.archive .single-post-navigation:before,
.archive .single-post-navigation:after,
.archive .comment-navigation:before,
.archive .comment-navigation:after,
.search .page-navigation:before,
.search .page-navigation:after,
.search .single-post-navigation:before,
.search .single-post-navigation:after,
.search .comment-navigation:before,
.search .comment-navigation:after,
.single .post:before,
.single .post:after,
.post-container:before,
.post-container:after,
.post-row:before,
.post-row:after,
.blog:not(.blog-list-compressed) .post:not(.featured-post) .entry-thumbnail:before,
.blog:not(.blog-list-compressed) .post:not(.featured-post) .entry-thumbnail:after,
.archive:not(.blog-list-compressed) .post:not(.featured-post) .entry-thumbnail:before,
.archive:not(.blog-list-compressed) .post:not(.featured-post) .entry-thumbnail:after,
.search .post:not(.featured-post) .entry-thumbnail:before,
.search .post:not(.featured-post) .entry-thumbnail:after,
.single-post.has-post-thumbnail.page-template-template-full-width .page-inner:before,
.single-post.has-post-thumbnail.page-template-template-full-width .page-inner:after,
.page.has-post-thumbnail.page-template-template-full-width .page-inner:before,
.page.has-post-thumbnail.page-template-template-full-width .page-inner:after,
.format-audio .post-audio:before,
.format-audio .post-audio:after,
.blog .zilla-gallery-container:before,
.blog .zilla-gallery-container:after,
.blog .format-image .entry-thumbnail:before,
.blog .format-image .entry-thumbnail:after,
.archive .zilla-gallery-container:before,
.archive .zilla-gallery-container:after,
.archive .format-image .entry-thumbnail:before,
.archive .format-image .entry-thumbnail:after,
.search .zilla-gallery-container:before,
.search .zilla-gallery-container:after,
.search .format-image .entry-thumbnail:before,
.search .format-image .entry-thumbnail:after,
.blog .wp-video:before,
.blog .wp-video:after,
.archive .wp-video:before,
.archive .wp-video:after,
.search .wp-video:before,
.search .wp-video:after,
#comments:before,
#comments:after,
#comments .comments-row:before,
#comments .comments-row:after,
.page-template-default #comments:before,
.page-template-default #comments:after,
.page-template-template-contact #comments:before,
.page-template-template-contact #comments:after,
.page-template-template-home .page-header:before,
.page-template-template-home .page-header:after,
.page-template-template-home .content:before,
.page-template-template-home .content:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.site-main:after,
.blog .page-navigation:after,
.blog .single-post-navigation:after,
.blog .comment-navigation:after,
.archive .page-navigation:after,
.archive .single-post-navigation:after,
.archive .comment-navigation:after,
.search .page-navigation:after,
.search .single-post-navigation:after,
.search .comment-navigation:after,
.single .post:after,
.post-container:after,
.post-row:after,
.blog:not(.blog-list-compressed) .post:not(.featured-post) .entry-thumbnail:after,
.archive:not(.blog-list-compressed) .post:not(.featured-post) .entry-thumbnail:after,
.search .post:not(.featured-post) .entry-thumbnail:after,
.single-post.has-post-thumbnail.page-template-template-full-width .page-inner:after,
.page.has-post-thumbnail.page-template-template-full-width .page-inner:after,
.format-audio .post-audio:after,
.blog .zilla-gallery-container:after,
.blog .format-image .entry-thumbnail:after,
.archive .zilla-gallery-container:after,
.archive .format-image .entry-thumbnail:after,
.search .zilla-gallery-container:after,
.search .format-image .entry-thumbnail:after,
.blog .wp-video:after,
.archive .wp-video:after,
.search .wp-video:after,
#comments:after,
#comments .comments-row:after,
.page-template-default #comments:after,
.page-template-template-contact #comments:after,
.page-template-template-home .page-header:after,
.page-template-template-home .content:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* easeOutCirc */
/*-----------------------------------------------------------------------------------*/
/*	Layout
/*-----------------------------------------------------------------------------------*/
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
  vertical-align: top;
}
/*-----------------------------------------------------------------------------------*/
/*	Sizing & Position
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Type
/*-----------------------------------------------------------------------------------*/
.roboto.light {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.roboto.normal {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.roboto.medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.roboto.black {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
}
.merriweather.light {
  font-family: 'Merriweather', serif;
  font-weight: 300;
}
.merriweather.light-italic {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: italic;
}
.merriweather.bold {
  font-family: 'Merriweather', serif;
  font-weight: 700;
}
.merriweather.heavy {
  font-family: 'Merriweather', serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
}
/*-----------------------------------------------------------------------------------*/
/*	Transitions
/*-----------------------------------------------------------------------------------*/
.fade-in {
  opacity: 1 !important;
}
.nav-animation {
  -webkit-transition: all 300ms ease-out /* @easeOutCirc */;
          transition: all 300ms ease-out /* @easeOutCirc */;
}
.transition-all {
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
}
/*!
 *  Font Awesome 4.3.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('assets/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('assets/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('assets/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('assets/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('assets/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('assets/fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.svg?v=4.3.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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
/* 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 #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: 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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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: #ffffff;
}
/* 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-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-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-genderless:before,
.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-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-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";
}
/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  word-wrap: break-word;
}
body {
  font-weight: 300;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.62;
}
a:focus {
  outline: thin dotted;
  text-decoration: none;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
  vertical-align: bottom;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 0.5em;
}
h1,
.h1 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 48px;
  line-height: 4.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
}
h2,
.h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
}
h3,
.h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
h4,
.h4 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
h5,
.h5 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
h6,
.h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
p {
  margin: 0px 0px 30px 0px;
  margin: 0rem 0rem 3rem 0rem;
}
ul,
ol {
  padding: 0px 0px 0px 36px;
  padding: 0rem 0rem 0rem 3.6rem;
}
ul,
ol,
dl,
p {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin: 8px 0px 0px 0px;
  margin: 0.8rem 0rem 0rem 0rem;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  padding: 0;
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 60px;
  margin-bottom: 6rem;
  border: none;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: italic;
}
@media (min-width: 992px) {
  blockquote {
    margin-left: -100px;
    width: 960px;
  }
}
blockquote cite {
  display: block;
}
cite {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
}
address {
  margin: 0 0 1.5em;
}
code {
  background: #fff;
  border-radius: 0;
}
pre {
  background: #fff;
  border: none;
  font-family: Monaco, Consolas, "Andale Mono", Courier, "Courier New", monospace;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  overflow: auto;
  max-width: 100%;
  border-radius: 0;
  padding: 0;
}
pre code {
  border: 1px solid #e6e6e6;
  padding: 14px 58px 14px 58px;
  padding: 1.4rem 5.8rem 1.4rem 5.8rem;
  box-shadow: inset 4.3rem 0px 0px #e6e6e6;
  display: block;
  counter-reset: line-numbering;
}
pre code .line::before {
  content: counter(line-numbering);
  counter-increment: line-numbering;
  padding-right: 1em;
  display: inline-block;
  width: 43px;
  width: 4.3rem;
  margin: 0px 18px 0px -58px;
  margin: 0rem 1.8rem 0rem -5.8rem;
  text-align: right;
  opacity: 0.5;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", Courier, "Courier New", monospace;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #616161;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.lead {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
}
.pull-quote-left,
.pull-quote-right {
  width: 300px;
}
.pull-quote-left {
  text-align: right;
  float: left;
  margin: 16px 100px 54px 0px;
  margin: 1.6rem 10rem 5.4rem 0rem;
}
.pull-quote-right {
  text-align: left;
  float: right;
  margin: 16px 0px 54px 100px;
  margin: 1.6rem 0rem 5.4rem 10rem;
}
.accent-color {
  color: #0074d9;
}
a.accent-color:hover {
  color: #0074d9;
}
/* Alignment --- */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.aligncenter.wp-caption {
  margin-left: auto;
  margin-right: auto;
}
.alignnone.wp-caption {
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.entry-content:before,
.author-bio:before,
.comment-content:before,
.site-header:before,
.site-navigation:before,
.site-content:before,
.site-footer:before,
.page-navigation:before,
.single-page-navigation:before,
.comment-navigation:before,
.clear:after,
.entry-content:after,
.author-bio:after,
.comment-content:after,
.site-header:after,
.site-navigation:after,
.site-content:after,
.site-footer:after,
.page-navigation:after,
.single-page-navigation:after,
.comment-navigation:after {
  content: " ";
  display: table;
}
.clear:after,
.entry-content:after,
.author-bio:after,
.comment-content:after,
.site-header:after,
.site-navigation:after,
.site-content:after,
.site-footer:after,
.page-navigation:after,
.single-page-navigation:after,
.comment-navigation:after {
  clear: both;
}
.clear:before,
.entry-content:before,
.author-bio:before,
.comment-content:before,
.site-header:before,
.site-navigation:before,
.site-content:before,
.site-footer:before,
.page-navigation:before,
.single-page-navigation:before,
.comment-navigation:before,
.clear:after,
.entry-content:after,
.author-bio:after,
.comment-content:after,
.site-header:after,
.site-navigation:after,
.site-content:after,
.site-footer:after,
.page-navigation:after,
.single-page-navigation:after,
.comment-navigation:after {
  content: " ";
  display: table;
}
.clear:after,
.entry-content:after,
.author-bio:after,
.comment-content:after,
.site-header:after,
.site-navigation:after,
.site-content:after,
.site-footer:after,
.page-navigation:after,
.single-page-navigation:after,
.comment-navigation:after {
  clear: both;
}
.btn {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
}
[class^="btn-"]:hover,
[class^="btn-"]:active {
  outline: none;
  text-decoration: none;
}
label {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #616161;
  background-color: #fafafa;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: 15px;
  font-size: 1.5rem;
  box-shadow: none;
  border-color: transparent;
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #e5e5e5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(229, 229, 229, 0.6);
}
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bfbfbf;
}
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}
input[type="text"][disabled],
input[type="url"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
textarea[disabled],
input[type="text"][readonly],
input[type="url"][readonly],
input[type="email"][readonly],
input[type="password"][readonly],
input[type="search"][readonly],
textarea[readonly],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="search"],
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareainput[type="text"],
textareainput[type="url"],
textareainput[type="email"],
textareainput[type="password"],
textareainput[type="search"],
textareatextarea {
  height: auto;
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  box-shadow: none;
  border: 1px solid #e5e5e5;
}
textarea {
  resize: none;
}
.submit,
input[type="submit"],
button[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  color: #ffffff;
  background-color: #616161;
  border-color: #545454;
  padding: 8px 19px 8px 19px;
  padding: 0.8rem 1.9rem 0.8rem 1.9rem;
}
.submit:focus,
input[type="submit"]:focus,
button[type="submit"]:focus,
.submit:active:focus,
input[type="submit"]:active:focus,
button[type="submit"]:active:focus,
.submit.active:focus,
input[type="submit"].active:focus,
button[type="submit"].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.submit:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.submit:focus,
input[type="submit"]:focus,
button[type="submit"]:focus {
  color: #333333;
  text-decoration: none;
}
.submit:active,
input[type="submit"]:active,
button[type="submit"]:active,
.submit.active,
input[type="submit"].active,
button[type="submit"].active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.submit.disabled,
input[type="submit"].disabled,
button[type="submit"].disabled,
.submit[disabled],
input[type="submit"][disabled],
button[type="submit"][disabled],
fieldset[disabled] .submit,
fieldset[disabled] input[type="submit"],
fieldset[disabled] button[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.submit:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.submit:focus,
input[type="submit"]:focus,
button[type="submit"]:focus,
.submit:active,
input[type="submit"]:active,
button[type="submit"]:active,
.submit.active,
input[type="submit"].active,
button[type="submit"].active,
.open > .dropdown-toggle.submit,
.open > .dropdown-toggleinput[type="submit"],
.open > .dropdown-togglebutton[type="submit"] {
  color: #ffffff;
  background-color: #484848;
  border-color: #363636;
}
.submit:active,
input[type="submit"]:active,
button[type="submit"]:active,
.submit.active,
input[type="submit"].active,
button[type="submit"].active,
.open > .dropdown-toggle.submit,
.open > .dropdown-toggleinput[type="submit"],
.open > .dropdown-togglebutton[type="submit"] {
  background-image: none;
}
.submit.disabled,
input[type="submit"].disabled,
button[type="submit"].disabled,
.submit[disabled],
input[type="submit"][disabled],
button[type="submit"][disabled],
fieldset[disabled] .submit,
fieldset[disabled] input[type="submit"],
fieldset[disabled] button[type="submit"],
.submit.disabled:hover,
input[type="submit"].disabled:hover,
button[type="submit"].disabled:hover,
.submit[disabled]:hover,
input[type="submit"][disabled]:hover,
button[type="submit"][disabled]:hover,
fieldset[disabled] .submit:hover,
fieldset[disabled] input[type="submit"]:hover,
fieldset[disabled] button[type="submit"]:hover,
.submit.disabled:focus,
input[type="submit"].disabled:focus,
button[type="submit"].disabled:focus,
.submit[disabled]:focus,
input[type="submit"][disabled]:focus,
button[type="submit"][disabled]:focus,
fieldset[disabled] .submit:focus,
fieldset[disabled] input[type="submit"]:focus,
fieldset[disabled] button[type="submit"]:focus,
.submit.disabled:active,
input[type="submit"].disabled:active,
button[type="submit"].disabled:active,
.submit[disabled]:active,
input[type="submit"][disabled]:active,
button[type="submit"][disabled]:active,
fieldset[disabled] .submit:active,
fieldset[disabled] input[type="submit"]:active,
fieldset[disabled] button[type="submit"]:active,
.submit.disabled.active,
input[type="submit"].disabled.active,
button[type="submit"].disabled.active,
.submit[disabled].active,
input[type="submit"][disabled].active,
button[type="submit"][disabled].active,
fieldset[disabled] .submit.active,
fieldset[disabled] input[type="submit"].active,
fieldset[disabled] button[type="submit"].active {
  background-color: #616161;
  border-color: #545454;
}
.submit .badge,
input[type="submit"] .badge,
button[type="submit"] .badge {
  color: #616161;
  background-color: #ffffff;
}
.required {
  color: #f25c5c;
  margin: 0px 0px 0px 3px;
  margin: 0rem 0rem 0rem 0.3rem;
}
/*-----------------------------------------------------------------------------------*/
/*	Components
/*-----------------------------------------------------------------------------------*/
.search-form {
  position: relative;
}
.search-form .search-field {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  height: 42px;
  height: 4.2rem;
  width: 42px;
  width: 4.2rem;
  color: #9e9e9e;
  background: url(assets/img/icon-search.svg) center center no-repeat;
  box-shadow: none;
  border-radius: 21px;
  border-color: #bfbfbf;
  -webkit-transition: all 300ms ease;
          transition: all 300ms ease;
  padding-left: 27px;
  cursor: pointer;
}
.search-form .search-field::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.search-form .search-field:-ms-input-placeholder {
  color: #9e9e9e;
}
.search-form .search-field::-webkit-input-placeholder {
  color: #9e9e9e;
}
.search-form .search-field:focus {
  width: 160px;
  width: 16rem;
  padding-left: 16px;
  background-position-x: -80px;
  border-color: #bfbfbf;
  box-shadow: none;
  cursor: text;
}
@media (max-width: 768px) {
  .search-form .search-field:focus {
    background-color: #fff;
  }
}
.widget .search-form .search-field {
  width: 100%;
  background-position-x: 95%;
}
.share-bar .total-shares {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-right: 12px;
}
.share-bar .total-shares span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.share-bar .share-link {
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  -webkit-transition: color 0.1s ease-out, box-shadow 0.1s ease-out;
          transition: color 0.1s ease-out, box-shadow 0.1s ease-out;
}
.share-bar .share-link.fa-twitter {
  box-shadow: 0 0 0 30px #5ba9e1 inset;
}
.share-bar .share-link.fa-twitter:hover {
  box-shadow: 0 0 0 1px #5ba9e1 inset;
  color: #5ba9e1;
}
.share-bar .share-link.fa-facebook {
  box-shadow: 0 0 0 30px #3a579d inset;
}
.share-bar .share-link.fa-facebook:hover {
  box-shadow: 0 0 0 1px #3a579d inset;
  color: #3a579d;
}
.share-bar .share-link.fa-google-plus {
  box-shadow: 0 0 0 30px #e04a32 inset;
}
.share-bar .share-link.fa-google-plus:hover {
  box-shadow: 0 0 0 1px #e04a32 inset;
  color: #e04a32;
}
.share-bar .share-link.fa-pinterest {
  box-shadow: 0 0 0 30px #e03a31 inset;
}
.share-bar .share-link.fa-pinterest:hover {
  box-shadow: 0 0 0 1px #e03a31 inset;
  color: #e03a31;
}
.share-bar .share-link.fa-envelope-o {
  box-shadow: 0 0 0 30px #3390e1 inset;
}
.share-bar .share-link.fa-envelope-o:hover {
  box-shadow: 0 0 0 1px #3390e1 inset;
  color: #3390e1;
}
.share-bar .share-link:hover {
  text-decoration: none;
}
.modal {
  z-index: 10000;
}
.modal-content {
  border-radius: 0px;
}
.modal-backdrop {
  z-index: auto;
}
button:focus {
  outline: none;
  border: none;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
table .table {
  background-color: #ffffff;
}
.read-time {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  color: #bfbfbf;
}
#infinite-handle {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}
#infinite-handle span {
  background: none;
  color: #333;
}
#infinite-handle span:before {
  content: '\f021';
  font-family: 'FontAwesome';
  margin-right: 8px;
}
.comments-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
}
.comments-link a {
  display: inline-block;
  border: 1px solid #bfbfbf;
  border-radius: 12px;
  padding: 0 12px;
  position: relative;
  color: #bfbfbf;
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
}
.comments-link a:before,
.comments-link a:after {
  width: 0;
  height: 0;
  border-style: solid;
  content: '';
  position: absolute;
  top: 100%;
}
.comments-link a:before {
  border-width: 6px 6px 0 0px;
  border-color: #bfbfbf transparent transparent transparent;
  left: 7px;
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
}
.comments-link a:after {
  border-width: 4px 3px 0 0px;
  border-color: #fff transparent transparent transparent;
  left: 8px;
}
.comments-link a:hover {
  color: #0074d9;
  border-color: #0074d9;
  text-decoration: none;
}
.comments-link a:hover:before {
  border-color: #0074d9 transparent transparent transparent;
}
.post-preview .comments-link a {
  background-color: #fff;
  color: #000;
}
.post-preview .comments-link a:hover {
  background-color: #0074d9;
  color: #fff;
}
.post-preview .comments-link a:hover:before {
  border-color: #0074d9 transparent transparent transparent;
}
.post-preview .comments-link a:before {
  border-color: #fff transparent transparent transparent;
}
.post-preview .comments-link a:after {
  display: none;
}
/* Shortcodes */
.zilla-tabs .zilla-nav .ui-tabs-selected a,
.zilla-tabs .zilla-nav .ui-tabs-active a {
  height: 35px;
}
.zilla-tabs .zilla-nav li a {
  height: 34px;
}
.js .single-post .entry-thumbnail,
.js .single-post .zilla-gallery {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
          transition: opacity 1.2s ease;
}
.no-show {
  visibility: hidden;
}
/*-----------------------------------------------------------------------------------*/
/*	2. Structure
/*-----------------------------------------------------------------------------------*/
.site {
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
}
.site.nav-open .site-navigation {
  z-index: 0;
  opacity: 1;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.site.nav-open .site-navigation .bg {
  /*opacity: 0;*/
  background: #ec2d30; /*----------------------------------------------CHANGE SIDEBAR BG COLOR------------------------------------------------*/
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.site.nav-open .site-pusher,
.site.nav-open .site-header {
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0);
}
@media (min-width: 768px) {
  .site.nav-open .site-pusher,
  .site.nav-open .site-header {
    -webkit-transform: translateX(400px);
        -ms-transform: translateX(400px);
            transform: translateX(400px);
    -webkit-transform: translate3d(400px, 0, 0);
            transform: translate3d(400px, 0, 0);
  }
}
.site.nav-open .nav-toggle .fa-angle-right {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.site-pusher {
  min-height: 100%;
  padding-top: 78px;
  background: #fff;
  -webkit-transition: all 300ms ease-out /* @easeOutCirc */;
          transition: all 300ms ease-out /* @easeOutCirc */;
}
.blog .site-content {
  padding-top: 115px;
  padding-top: 11.5rem;
}
.archive .site-content,
.search .site-content {
  padding-top: 55px;
  padding-top: 5.5rem;
}
.single-format-audio .site-content,
.single-format-video .site-content,
.page:not(.has-post-thumbnail):not(.page-template-template-home) .site-content {
  padding-top: 20px;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .single-format-audio .site-content,
  .single-format-video .site-content,
  .page:not(.has-post-thumbnail):not(.page-template-template-home) .site-content {
    padding-top: 72px;
    padding-top: 7.2rem;
  }
}
.site-main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .site-main {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .site-main {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .site-main {
    width: 1180px;
  }
}
.blog .site-main,
.archive .site-main,
.search:not(.search-no-results) .site-main {
  width: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .admin-bar.has-post-thumbnail.single-format-standard .site-main,
  .admin-bar.has-post-thumbnail.single-format-link .site-main,
  .admin-bar.has-post-thumbnail.single-format-quote .site-main,
  .admin-bar.has-post-thumbnail.page .site-main {
    margin-top: -32px;
  }
}
.page .site-main {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.btn-top-wrap {
  text-align: center;
}
#btn-top {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  color: #808080;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
#btn-top:hover {
  text-decoration: none;
}
#btn-top:hover .fa {
  -webkit-transform: perspective(1px) translate3d(0, -0.25em, 0) scale(1);
          transform: perspective(1px) translate3d(0, -0.25em, 0) scale(1);
}
#btn-top .fa {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: -12px;
  margin-bottom: -1.2rem;
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/*-----------------------------------------------------------------------------------*/
/*	3.	Header Styles
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 300ms ease-out /* @easeOutCirc */;
          transition: all 300ms ease-out /* @easeOutCirc */;
  height: 78px;
  height: 7.8rem;
}
.site-header.fixed {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-header.fixed .nav-toggle {
  color: #808080 !important;
}
.site-header.fixed .search-field {
  border-color: #bfbfbf !important;
  background-image: url(assets/img/icon-search.svg) !important;
}
.site-header.fixed .search-field::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.site-header.fixed .search-field:-ms-input-placeholder {
  color: #9e9e9e;
}
.site-header.fixed .search-field::-webkit-input-placeholder {
  color: #9e9e9e;
}
.site-header.fixed .logo-default {
  color: #000 !important;
}
.site-header .search-form {
  position: absolute;
  right: 18px;
  top: 18px;
}
@media (min-width: 992px) {
  .nav-top .site-header {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.admin-bar .site-header {
  top: 46px;
}
@media (min-width: 768px) {
  .admin-bar .site-header {
    top: 32px;
  }
}
.nav-toggle {
  float: left;
  height: 78px;
  border: none;
  text-align: left;
  padding-left: 15px;
  padding-right: 17px;
  color: #808080;
  background: none;
}
.nav-toggle .fa {
  -webkit-transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
}
.nav-toggle:hover {
  background: none;
}
.nav-toggle:focus,
.nav-toggle:active,
.nav-toggle:active:focus {
  outline: none;
  box-shadow: none;
  background: none;
}
.site-logo {
  float: left;
  margin: 10px 40px 0px 0px;
  margin: 1rem 4rem 0rem 0rem;
}
.site-logo a {
  display: inline-block;
}
.site-logo a:hover {
  text-decoration: none;
}
.site-logo img {
  max-height: 60px;
}
.js .site-logo .img-retina {
  opacity: 0;
}
.js .site-logo .img-retina.loaded {
  opacity: 1;
}
.site-logo .logo-default {
  font-family: 'Merriweather', serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  font-size: 1.7rem;
  color: #000;
  -webkit-transition: all 300ms ease-out /* @easeOutCirc */;
          transition: all 300ms ease-out /* @easeOutCirc */;
}
@media (max-width: 768px) {
  .site-logo .logo-default {
    padding-top: 16px;
  }
}
@media (min-width: 768px) {
  .site-logo .logo-default {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.site-logo .logo-light {
  display: none;
}
.nav-side.has-post-thumbnail.single-format-standard .site-logo .logo-default,
.nav-side.has-post-thumbnail.single-format-link .site-logo .logo-default,
.nav-side.has-post-thumbnail.single-format-quote .site-logo .logo-default,
.nav-side.has-post-thumbnail.page .site-logo .logo-default {
  color: #fff;
}
.nav-side.has-post-thumbnail.single-format-standard .site-logo .logo-dark,
.nav-side.has-post-thumbnail.single-format-link .site-logo .logo-dark,
.nav-side.has-post-thumbnail.single-format-quote .site-logo .logo-dark,
.nav-side.has-post-thumbnail.page .site-logo .logo-dark {
  display: none;
}
.nav-side.has-post-thumbnail.single-format-standard .site-logo .logo-light,
.nav-side.has-post-thumbnail.single-format-link .site-logo .logo-light,
.nav-side.has-post-thumbnail.single-format-quote .site-logo .logo-light,
.nav-side.has-post-thumbnail.page .site-logo .logo-light {
  display: inline-block;
}
@media (max-width: 992px) {
  .nav-top.has-post-thumbnail.single-format-standard .site-logo .logo-default,
  .nav-top.has-post-thumbnail.single-format-link .site-logo .logo-default,
  .nav-top.has-post-thumbnail.single-format-quote .site-logo .logo-default,
  .nav-top.has-post-thumbnail.page .site-logo .logo-default {
    color: #fff;
  }
  .nav-top.has-post-thumbnail.single-format-standard .site-logo .logo-dark,
  .nav-top.has-post-thumbnail.single-format-link .site-logo .logo-dark,
  .nav-top.has-post-thumbnail.single-format-quote .site-logo .logo-dark,
  .nav-top.has-post-thumbnail.page .site-logo .logo-dark {
    display: none;
  }
  .nav-top.has-post-thumbnail.single-format-standard .site-logo .logo-light,
  .nav-top.has-post-thumbnail.single-format-link .site-logo .logo-light,
  .nav-top.has-post-thumbnail.single-format-quote .site-logo .logo-light,
  .nav-top.has-post-thumbnail.page .site-logo .logo-light {
    display: inline-block;
  }
}
.logo-default {
  letter-spacing: -0.025em;
}
/*-----------------------------------------------------------------------------------*/
/*	4.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/
.nav-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-size: 1.5rem;
}
.nav-bar ul:before,
.nav-bar ul:after {
  content: " ";
  display: table;
}
.nav-bar ul:after {
  clear: both;
}
.nav-bar ul:before,
.nav-bar ul:after {
  content: " ";
  display: table;
}
.nav-bar ul:after {
  clear: both;
}
.nav-bar ul li {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.nav-bar ul li a {
  line-height: 78px;
  display: block;
  padding: 0px 13px 0px 13px;
  padding: 0rem 1.3rem 0rem 1.3rem;
}
.nav-bar ul li a:hover,
.nav-bar ul li a:focus {
  text-decoration: none;
}
.nav-bar ul li a:focus {
  background: rgba(0, 0, 0, 0.01);
}
.nav-bar ul li li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  display: block;
  width: 240px;
  width: 24rem;
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
}
.nav-bar ul li li.animate-in {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.nav-bar ul li li a {
  line-height: 1;
  padding: 12px 13px 12px 13px;
  padding: 1.2rem 1.3rem 1.2rem 1.3rem;
}
.nav-bar ul li li a:hover {
  text-decoration: underline;
}
.nav-bar ul .menu-item-has-children > a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 4px;
  opacity: 0.8;
  line-height: normal;
}
.nav-bar ul .menu-item-has-children .menu-item-has-children > a:after {
  content: '\f105';
}
.nav-bar ul .menu-item-has-children .menu-item-has-children > a:hover:after {
  text-decoration: none;
}
.nav-bar ul ul {
  display: none;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 0px 8px 0px;
  padding: 0.8rem 0rem 0.8rem 0rem;
}
.nav-bar ul ul ul {
  left: 100%;
  top: 0;
  border-left: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0;
}
.nav-side .nav-bar {
  display: none;
}
@media (max-width: 992px) {
  .nav-top .nav-bar {
    display: none;
  }
}
.site-navigation {  /*-----------------------------------------------REMOVE SIDEBAR TRANSITIONS----------------------------------------------------------------*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 300px;
  height: 100%;
  background-color: #ec2d30;
  -webkit-transition: all 0 ease 0.3s;
          transition: all 0 ease 0.3s;
  opacity: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 768px) {
  .site-navigation {
    width: 400px;
  }
}
.touch .site-navigation {
  overflow: scroll;
}
.site-navigation .bg {
  position: fixed;
  width: 300px;
  height: 100%;
  background: #000000;
  opacity: .5;
  /*-webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transition: all 1200ms ease;
          transition: all 1200ms ease;*/
}
@media (min-width: 768px) {
  .site-navigation .bg {
    width: 400px;
  }
}
.site-navigation a {
  color: #fff;
}
.site-navigation .nav-inner {
  position: relative;
  top: 0;
  min-height: 100%;
}
.no-touch .site-navigation .nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-navigation .site-name {
  padding: 38px 20px 0px 20px;
  padding: 3.8rem 2rem 0rem 2rem;
  font-family: 'Merriweather', serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
}
@media (min-width: 768px) {
  .site-navigation .site-name {
    padding: 38px 40px 0px 40px;
    padding: 3.8rem 4rem 0rem 4rem;
  }
}
.site-navigation .site-name.animate-in {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.site-navigation .site-name a {
  color: #fff;
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
}
.site-navigation .site-name a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.67);
}
.site-navigation .container-menu {
  padding: 48px 20px 0px 20px;
  padding: 4.8rem 2rem 0rem 2rem;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
}
@media (min-width: 768px) {
  .site-navigation .container-menu {
    padding: 48px 40px 0px 40px;
    padding: 4.8rem 4rem 0rem 4rem;
  }
}
.site-navigation .container-menu.animate-in {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 992px) {
  .nav-top .site-navigation .nav-off-canvas {
    display: none;
  }
}
.site-navigation .menu {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.site-navigation .menu > ul {
  padding: 0;
}
.site-navigation .menu ul {
  list-style: none;
}
.site-navigation .menu li {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
}
.site-navigation .menu li a {
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
  display: block;
}
.site-navigation .menu li a:hover,
.current_page_parent .site-navigation .menu li a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.site-navigation .sub-menu,
.site-navigation .children {
  margin: 8px 0px 4px 0px;
  margin: 0.8rem 0rem 0.4rem 0rem;
  padding: 0px 0px 0px 16px;
  padding: 0rem 0rem 0rem 1.6rem;
  border-left: 1px solid #666;
}
.site-navigation .sub-menu li,
.site-navigation .children li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.site-navigation .widget-title {
  color: #fff;
  line-height: 28px;
  line-height: 2.8rem;
  margin: 0px 0px 8px 0px;
  margin: 0rem 0rem 0.8rem 0rem;
}
.site-navigation .widget {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 28px 0px 0px 0px;
  padding: 2.8rem 0rem 0rem 0rem;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
.site-navigation .widget:first-child {
  border: none;
}
.site-navigation .textwidget {
  line-height: 22px;
  line-height: 2.2rem;
}
.site-navigation .site-meta {
  padding: 0px 20px 0px 20px;
  padding: 0rem 2rem 0rem 2rem;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
}
@media (min-width: 768px) {
  .site-navigation .site-meta {
    padding: 50px 40px 0px 40px;
    padding: 5rem 4rem 0rem 4rem;
  }
}
.site-navigation .site-meta.animate-in {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.site-navigation .site-meta p {
  margin: 0;
}
.site-navigation .site-meta .site-tagline {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0px 0px 48px 0px;
  padding: 0rem 0rem 4.8rem 0rem;
}
.site-navigation .site-meta .menu {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.site-navigation .site-meta .menu li {
  display: inline-block;
  margin: 10px 5px 0 0;
}
.site-navigation .site-meta .menu li:last-child {
  margin-right: 0;
}
.site-navigation .site-meta .menu a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.62) inset;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 30px;
  -webkit-transition: color 0.1s ease-out, box-shadow 0.1s ease-out;
          transition: color 0.1s ease-out, box-shadow 0.1s ease-out;
}
.site-navigation .site-meta .menu a:hover {
  box-shadow: 0 0 0 1px #fff inset;
}
/* Page Navigation --- */
.page-navigation,
.single-post-navigation,
.comment-navigation {
  clear: both;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
}
.page-navigation:before,
.single-post-navigation:before,
.comment-navigation:before,
.page-navigation:after,
.single-post-navigation:after,
.comment-navigation:after {
  content: " ";
  display: table;
}
.page-navigation:after,
.single-post-navigation:after,
.comment-navigation:after {
  clear: both;
}
.page-navigation:before,
.single-post-navigation:before,
.comment-navigation:before,
.page-navigation:after,
.single-post-navigation:after,
.comment-navigation:after {
  content: " ";
  display: table;
}
.page-navigation:after,
.single-post-navigation:after,
.comment-navigation:after {
  clear: both;
}
.blog .page-navigation,
.blog .single-post-navigation,
.blog .comment-navigation,
.archive .page-navigation,
.archive .single-post-navigation,
.archive .comment-navigation,
.search .page-navigation,
.search .single-post-navigation,
.search .comment-navigation {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .blog .page-navigation,
  .blog .single-post-navigation,
  .blog .comment-navigation,
  .archive .page-navigation,
  .archive .single-post-navigation,
  .archive .comment-navigation,
  .search .page-navigation,
  .search .single-post-navigation,
  .search .comment-navigation {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .blog .page-navigation,
  .blog .single-post-navigation,
  .blog .comment-navigation,
  .archive .page-navigation,
  .archive .single-post-navigation,
  .archive .comment-navigation,
  .search .page-navigation,
  .search .single-post-navigation,
  .search .comment-navigation {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .blog .page-navigation,
  .blog .single-post-navigation,
  .blog .comment-navigation,
  .archive .page-navigation,
  .archive .single-post-navigation,
  .archive .comment-navigation,
  .search .page-navigation,
  .search .single-post-navigation,
  .search .comment-navigation {
    width: 1180px;
  }
}
.page-navigation .nav-next,
.single-post-navigation .nav-next,
.comment-navigation .nav-next {
  float: right;
}
.page-navigation .nav-previous,
.single-post-navigation .nav-previous,
.comment-navigation .nav-previous {
  float: left;
}
.infinite-scroll .page-navigation {
  display: none;
}
.infinite-loader {
  text-align: center;
}
.infinite-loader .spinner {
  margin: 0 auto;
}
/*-----------------------------------------------------------------------------------*/
/*	5.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
/* Titles --- */
.archive-header {
  margin-bottom: 60px;
  margin-bottom: 6rem;
  text-align: center;
}
.entry-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 142px 0px 15px 0px;
  padding: 14.2rem 0rem 1.5rem 0rem;
}
.entry-header:before,
.entry-header:after {
  content: " ";
  display: table;
}
.entry-header:after {
  clear: both;
}
.entry-header:before,
.entry-header:after {
  content: " ";
  display: table;
}
.entry-header:after {
  clear: both;
}
.blog .entry-header,
.archive .entry-header,
.search .entry-header {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  padding: 30px 0px 15px 0px;
  padding: 3rem 0rem 1.5rem 0rem;
}
.blog-list-compressed .entry-header {
  border: none;
  margin-bottom: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-list-compressed .entry-header .entry-meta {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}
.page:not(.page-template-template-home) .entry-header {
  border: none;
}
.page:not(.page-template-template-home):not(.has-post-thumbnail) .entry-header {
  text-align: center;
}
.entry-header .author-avatar {
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.entry-header .entry-meta {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  position: relative;
}
.entry-header .entry-meta a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.entry-header .entry-meta .author a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
}
.entry-header .entry-meta .author a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .entry-header .entry-meta {
    float: left;
  }
}
@media (max-width: 768px) {
  .entry-header .share-bar {
    margin-top: 22px;
  }
  .entry-header .share-bar .share-links .total-shares {
    float: right;
  }
}
@media (min-width: 768px) {
  .entry-header .share-bar {
    float: right;
  }
}
.entry-header .comments-link {
  float: right;
}
.entry-title {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1.15;
  margin: 0px 0px 38px 0px;
  margin: 0rem 0rem 3.8rem 0rem;
  color: #333333;
}
.blog-list-compressed .entry-title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin: 0px 0px 8px 0px;
  margin: 0rem 0rem 0.8rem 0rem;
}
.blog .entry-title,
.archive .entry-title,
.search .entry-title,
.single .entry-title {
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
.entry-title a:hover,
.comments-title a:hover {
  text-decoration: none;
}
#s {
  width: 100%;
}
/* Content --- */
.single .post {
  margin-left: -20px;
  margin-right: -20px;
}
.post-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .post-container {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .post-container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .post-container {
    width: 1180px;
  }
}
.post-row {
  margin-left: -20px;
  margin-right: -20px;
}
.post-inner {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .post-inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .post-inner {
    margin-left: 16.66666667%;
  }
}
.single-post .post-inner {
  padding-top: 150px;
  padding-top: 15rem;
}
.single-format-link .post-inner,
.single-format-quote .post-inner,
.single-format-video .post-inner,
.single-format-audio .post-inner {
  padding-top: 20px;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .single-format-link .post-inner,
  .single-format-quote .post-inner,
  .single-format-video .post-inner,
  .single-format-audio .post-inner {
    padding-top: 68px;
    padding-top: 6.8rem;
  }
}
.entry-content a {
  text-decoration: underline;
}
.sticky {
  /*! add sticky post styles here*/
}
.excerpt {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  line-height: 3rem;
  color: rgba(0, 0, 0, 0.8);
}
.entry-thumbnail .image-title,
.entry-thumbnail .image-caption {
  margin-bottom: 0;
  color: #fff;
  line-height: 18px;
  line-height: 1.8rem;
}
.entry-thumbnail .image-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
}
.entry-thumbnail .image-caption {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
}
.blog .entry-thumbnail,
.archive .entry-thumbnail,
.search .entry-thumbnail {
  text-align: center;
}
/* Footer */
.entry-footer {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-top: 20px;
  margin-top: 2rem;
  padding: 15px 0px 94px 0px;
  padding: 1.5rem 0rem 9.4rem 0rem;
}
.entry-footer:before,
.entry-footer:after {
  content: " ";
  display: table;
}
.entry-footer:after {
  clear: both;
}
.entry-footer:before,
.entry-footer:after {
  content: " ";
  display: table;
}
.entry-footer:after {
  clear: both;
}
.blog .entry-footer,
.archive .entry-footer,
.search .entry-footer {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 80px;
  margin-bottom: 8rem;
  padding-bottom: 50px;
  padding-bottom: 5rem;
  text-align: center;
}
.blog .entry-footer:after,
.archive .entry-footer:after,
.search .entry-footer:after {
  content: '\f141';
  font-family: 'FontAwesome';
  display: inline-block;
  color: rgba(0, 0, 0, 0.1);
  font-size: 40px;
  font-size: 4rem;
}
.entry-footer .author-bio .avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 16px auto;
}
.entry-footer .entry-meta {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}
.entry-footer .entry-meta .author a,
.entry-footer .entry-meta .entry-categories a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.blog .entry-footer .entry-meta,
.archive .entry-footer .entry-meta,
.search .entry-footer .entry-meta {
  display: none;
}
.entry-footer .entry-tags {
  text-align: center;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}
.entry-footer .entry-tags a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.blog .entry-footer .entry-tags,
.archive .entry-footer .entry-tags,
.search .entry-footer .entry-tags {
  display: none;
}
@media (max-width: 768px) {
  .entry-footer .share-bar {
    margin-top: 22px;
  }
  .entry-footer .share-bar .share-links .total-shares {
    float: right;
  }
}
@media (min-width: 768px) {
  .entry-footer .share-bar {
    float: right;
  }
}
/* Page */
.page:not(.page-template-template-home).has-post-thumbnail .entry-thumbnail {
  max-height: 600px;
  padding-top: 40%;
}
.page:not(.page-template-template-home).has-post-thumbnail .entry-thumbnail picture {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search .page .entry-header {
  text-align: left !important;
}
.search .page.has-post-thumbnail .entry-thumbnail {
  max-height: none;
  padding: 0;
}
.search .page.has-post-thumbnail .entry-thumbnail picture {
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/* Blog */
.blog:not(.blog-list-compressed) .post:not(.featured-post) .entry-thumbnail,
.archive:not(.blog-list-compressed) .post:not(.featured-post) .entry-thumbnail,
.search .post:not(.featured-post) .entry-thumbnail {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .blog:not(.blog-list-compressed) .post:not(.featured-post) .entry-thumbnail,
  .archive:not(.blog-list-compressed) .post:not(.featured-post) .entry-thumbnail,
  .search .post:not(.featured-post) .entry-thumbnail {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .blog:not(.blog-list-compressed) .post:not(.featured-post) .entry-thumbnail,
  .archive:not(.blog-list-compressed) .post:not(.featured-post) .entry-thumbnail,
  .search .post:not(.featured-post) .entry-thumbnail {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .blog:not(.blog-list-compressed) .post:not(.featured-post) .entry-thumbnail,
  .archive:not(.blog-list-compressed) .post:not(.featured-post) .entry-thumbnail,
  .search .post:not(.featured-post) .entry-thumbnail {
    width: 1180px;
  }
}
@media (min-width: 768px) {
  .blog:not(.blog-list-compressed) .featured-post .entry-thumbnail,
  .archive:not(.blog-list-compressed) .featured-post .entry-thumbnail,
  .search .featured-post .entry-thumbnail {
    padding-top: 40%;
    position: relative;
    overflow: hidden;
  }
  .blog:not(.blog-list-compressed) .featured-post .entry-thumbnail picture,
  .archive:not(.blog-list-compressed) .featured-post .entry-thumbnail picture,
  .search .featured-post .entry-thumbnail picture {
    display: block;
  }
  .blog:not(.blog-list-compressed) .featured-post .entry-thumbnail img,
  .archive:not(.blog-list-compressed) .featured-post .entry-thumbnail img,
  .search .featured-post .entry-thumbnail img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    left: 0;
  }
}
/* Single Post */
.single-post .post-inner .entry-title.animate,
.page .post-inner .entry-title.animate {
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.single-post .entry-header,
.page .entry-header {
  padding: 15px 0px 15px 0px;
  padding: 1.5rem 0rem 1.5rem 0rem;
  margin: 0px 0px 60px 0px;
  margin: 0rem 0rem 6rem 0rem;
}
.single-post .entry-header .share-bar,
.page .entry-header .share-bar {
  position: relative;
  z-index: 1000;
}
.single-post .format-standard .post-inner,
.page .format-standard .post-inner {
  padding: 88px 0px 0px 0px;
  padding: 8.8rem 0rem 0rem 0rem;
}
.single-post .format-gallery .post-inner,
.page .format-gallery .post-inner,
.single-post .format-image .post-inner,
.page .format-image .post-inner {
  padding-top: 20px;
  padding-top: 2rem;
}
.single-post .format-gallery .post-inner .entry-title,
.page .format-gallery .post-inner .entry-title,
.single-post .format-image .post-inner .entry-title,
.page .format-image .post-inner .entry-title {
  position: static;
  color: inherit;
  margin-bottom: 38px;
  margin-bottom: 3.8rem;
}
.single-post.has-post-thumbnail.single-format-standard.nav-side .nav-toggle,
.page.has-post-thumbnail.single-format-standard.nav-side .nav-toggle,
.single-post.has-post-thumbnail.single-format-link.nav-side .nav-toggle,
.page.has-post-thumbnail.single-format-link.nav-side .nav-toggle,
.single-post.has-post-thumbnail.single-format-quote.nav-side .nav-toggle,
.page.has-post-thumbnail.single-format-quote.nav-side .nav-toggle,
.single-post.has-post-thumbnail.single-format-aside.nav-side .nav-toggle,
.page.has-post-thumbnail.single-format-aside.nav-side .nav-toggle,
.single-post.has-post-thumbnail.page-template-default.nav-side .nav-toggle,
.page.has-post-thumbnail.page-template-default.nav-side .nav-toggle,
.single-post.has-post-thumbnail.page-template-template-full-width.nav-side .nav-toggle,
.page.has-post-thumbnail.page-template-template-full-width.nav-side .nav-toggle,
.single-post.has-post-thumbnail.page-template-template-contact.nav-side .nav-toggle,
.page.has-post-thumbnail.page-template-template-contact.nav-side .nav-toggle,
.single-post.has-post-thumbnail.single-format-standard.nav-side .site-header .search-field,
.page.has-post-thumbnail.single-format-standard.nav-side .site-header .search-field,
.single-post.has-post-thumbnail.single-format-link.nav-side .site-header .search-field,
.page.has-post-thumbnail.single-format-link.nav-side .site-header .search-field,
.single-post.has-post-thumbnail.single-format-quote.nav-side .site-header .search-field,
.page.has-post-thumbnail.single-format-quote.nav-side .site-header .search-field,
.single-post.has-post-thumbnail.single-format-aside.nav-side .site-header .search-field,
.page.has-post-thumbnail.single-format-aside.nav-side .site-header .search-field,
.single-post.has-post-thumbnail.page-template-default.nav-side .site-header .search-field,
.page.has-post-thumbnail.page-template-default.nav-side .site-header .search-field,
.single-post.has-post-thumbnail.page-template-template-full-width.nav-side .site-header .search-field,
.page.has-post-thumbnail.page-template-template-full-width.nav-side .site-header .search-field,
.single-post.has-post-thumbnail.page-template-template-contact.nav-side .site-header .search-field,
.page.has-post-thumbnail.page-template-template-contact.nav-side .site-header .search-field {
  color: #fff;
}
.single-post.has-post-thumbnail.single-format-standard.nav-side .site-header .search-field,
.page.has-post-thumbnail.single-format-standard.nav-side .site-header .search-field,
.single-post.has-post-thumbnail.single-format-link.nav-side .site-header .search-field,
.page.has-post-thumbnail.single-format-link.nav-side .site-header .search-field,
.single-post.has-post-thumbnail.single-format-quote.nav-side .site-header .search-field,
.page.has-post-thumbnail.single-format-quote.nav-side .site-header .search-field,
.single-post.has-post-thumbnail.single-format-aside.nav-side .site-header .search-field,
.page.has-post-thumbnail.single-format-aside.nav-side .site-header .search-field,
.single-post.has-post-thumbnail.page-template-default.nav-side .site-header .search-field,
.page.has-post-thumbnail.page-template-default.nav-side .site-header .search-field,
.single-post.has-post-thumbnail.page-template-template-full-width.nav-side .site-header .search-field,
.page.has-post-thumbnail.page-template-template-full-width.nav-side .site-header .search-field,
.single-post.has-post-thumbnail.page-template-template-contact.nav-side .site-header .search-field,
.page.has-post-thumbnail.page-template-template-contact.nav-side .site-header .search-field {
  border-color: rgba(255, 255, 255, 0.75);
  background-image: url(assets/img/icon-search-light.svg);
}
@media (min-width: 768px) {
  .single-post.has-post-thumbnail.single-format-standard.nav-side .site-header .search-field::-moz-placeholder,
  .page.has-post-thumbnail.single-format-standard.nav-side .site-header .search-field::-moz-placeholder,
  .single-post.has-post-thumbnail.single-format-link.nav-side .site-header .search-field::-moz-placeholder,
  .page.has-post-thumbnail.single-format-link.nav-side .site-header .search-field::-moz-placeholder,
  .single-post.has-post-thumbnail.single-format-quote.nav-side .site-header .search-field::-moz-placeholder,
  .page.has-post-thumbnail.single-format-quote.nav-side .site-header .search-field::-moz-placeholder,
  .single-post.has-post-thumbnail.single-format-aside.nav-side .site-header .search-field::-moz-placeholder,
  .page.has-post-thumbnail.single-format-aside.nav-side .site-header .search-field::-moz-placeholder,
  .single-post.has-post-thumbnail.page-template-default.nav-side .site-header .search-field::-moz-placeholder,
  .page.has-post-thumbnail.page-template-default.nav-side .site-header .search-field::-moz-placeholder,
  .single-post.has-post-thumbnail.page-template-template-full-width.nav-side .site-header .search-field::-moz-placeholder,
  .page.has-post-thumbnail.page-template-template-full-width.nav-side .site-header .search-field::-moz-placeholder,
  .single-post.has-post-thumbnail.page-template-template-contact.nav-side .site-header .search-field::-moz-placeholder,
  .page.has-post-thumbnail.page-template-template-contact.nav-side .site-header .search-field::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
    opacity: 1;
  }
  .single-post.has-post-thumbnail.single-format-standard.nav-side .site-header .search-field:-ms-input-placeholder,
  .page.has-post-thumbnail.single-format-standard.nav-side .site-header .search-field:-ms-input-placeholder,
  .single-post.has-post-thumbnail.single-format-link.nav-side .site-header .search-field:-ms-input-placeholder,
  .page.has-post-thumbnail.single-format-link.nav-side .site-header .search-field:-ms-input-placeholder,
  .single-post.has-post-thumbnail.single-format-quote.nav-side .site-header .search-field:-ms-input-placeholder,
  .page.has-post-thumbnail.single-format-quote.nav-side .site-header .search-field:-ms-input-placeholder,
  .single-post.has-post-thumbnail.single-format-aside.nav-side .site-header .search-field:-ms-input-placeholder,
  .page.has-post-thumbnail.single-format-aside.nav-side .site-header .search-field:-ms-input-placeholder,
  .single-post.has-post-thumbnail.page-template-default.nav-side .site-header .search-field:-ms-input-placeholder,
  .page.has-post-thumbnail.page-template-default.nav-side .site-header .search-field:-ms-input-placeholder,
  .single-post.has-post-thumbnail.page-template-template-full-width.nav-side .site-header .search-field:-ms-input-placeholder,
  .page.has-post-thumbnail.page-template-template-full-width.nav-side .site-header .search-field:-ms-input-placeholder,
  .single-post.has-post-thumbnail.page-template-template-contact.nav-side .site-header .search-field:-ms-input-placeholder,
  .page.has-post-thumbnail.page-template-template-contact.nav-side .site-header .search-field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  .single-post.has-post-thumbnail.single-format-standard.nav-side .site-header .search-field::-webkit-input-placeholder,
  .page.has-post-thumbnail.single-format-standard.nav-side .site-header .search-field::-webkit-input-placeholder,
  .single-post.has-post-thumbnail.single-format-link.nav-side .site-header .search-field::-webkit-input-placeholder,
  .page.has-post-thumbnail.single-format-link.nav-side .site-header .search-field::-webkit-input-placeholder,
  .single-post.has-post-thumbnail.single-format-quote.nav-side .site-header .search-field::-webkit-input-placeholder,
  .page.has-post-thumbnail.single-format-quote.nav-side .site-header .search-field::-webkit-input-placeholder,
  .single-post.has-post-thumbnail.single-format-aside.nav-side .site-header .search-field::-webkit-input-placeholder,
  .page.has-post-thumbnail.single-format-aside.nav-side .site-header .search-field::-webkit-input-placeholder,
  .single-post.has-post-thumbnail.page-template-default.nav-side .site-header .search-field::-webkit-input-placeholder,
  .page.has-post-thumbnail.page-template-default.nav-side .site-header .search-field::-webkit-input-placeholder,
  .single-post.has-post-thumbnail.page-template-template-full-width.nav-side .site-header .search-field::-webkit-input-placeholder,
  .page.has-post-thumbnail.page-template-template-full-width.nav-side .site-header .search-field::-webkit-input-placeholder,
  .single-post.has-post-thumbnail.page-template-template-contact.nav-side .site-header .search-field::-webkit-input-placeholder,
  .page.has-post-thumbnail.page-template-template-contact.nav-side .site-header .search-field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
}
@media (max-width: 992px) {
  .single-post.has-post-thumbnail.single-format-standard.nav-top .nav-toggle,
  .page.has-post-thumbnail.single-format-standard.nav-top .nav-toggle,
  .single-post.has-post-thumbnail.single-format-link.nav-top .nav-toggle,
  .page.has-post-thumbnail.single-format-link.nav-top .nav-toggle,
  .single-post.has-post-thumbnail.single-format-quote.nav-top .nav-toggle,
  .page.has-post-thumbnail.single-format-quote.nav-top .nav-toggle,
  .single-post.has-post-thumbnail.single-format-aside.nav-top .nav-toggle,
  .page.has-post-thumbnail.single-format-aside.nav-top .nav-toggle,
  .single-post.has-post-thumbnail.page-template-default.nav-top .nav-toggle,
  .page.has-post-thumbnail.page-template-default.nav-top .nav-toggle,
  .single-post.has-post-thumbnail.page-template-template-full-width.nav-top .nav-toggle,
  .page.has-post-thumbnail.page-template-template-full-width.nav-top .nav-toggle,
  .single-post.has-post-thumbnail.page-template-template-contact.nav-top .nav-toggle,
  .page.has-post-thumbnail.page-template-template-contact.nav-top .nav-toggle,
  .single-post.has-post-thumbnail.single-format-standard.nav-top .site-header .search-field,
  .page.has-post-thumbnail.single-format-standard.nav-top .site-header .search-field,
  .single-post.has-post-thumbnail.single-format-link.nav-top .site-header .search-field,
  .page.has-post-thumbnail.single-format-link.nav-top .site-header .search-field,
  .single-post.has-post-thumbnail.single-format-quote.nav-top .site-header .search-field,
  .page.has-post-thumbnail.single-format-quote.nav-top .site-header .search-field,
  .single-post.has-post-thumbnail.single-format-aside.nav-top .site-header .search-field,
  .page.has-post-thumbnail.single-format-aside.nav-top .site-header .search-field,
  .single-post.has-post-thumbnail.page-template-default.nav-top .site-header .search-field,
  .page.has-post-thumbnail.page-template-default.nav-top .site-header .search-field,
  .single-post.has-post-thumbnail.page-template-template-full-width.nav-top .site-header .search-field,
  .page.has-post-thumbnail.page-template-template-full-width.nav-top .site-header .search-field,
  .single-post.has-post-thumbnail.page-template-template-contact.nav-top .site-header .search-field,
  .page.has-post-thumbnail.page-template-template-contact.nav-top .site-header .search-field {
    color: #fff;
  }
  .single-post.has-post-thumbnail.single-format-standard.nav-top .site-header .search-field,
  .page.has-post-thumbnail.single-format-standard.nav-top .site-header .search-field,
  .single-post.has-post-thumbnail.single-format-link.nav-top .site-header .search-field,
  .page.has-post-thumbnail.single-format-link.nav-top .site-header .search-field,
  .single-post.has-post-thumbnail.single-format-quote.nav-top .site-header .search-field,
  .page.has-post-thumbnail.single-format-quote.nav-top .site-header .search-field,
  .single-post.has-post-thumbnail.single-format-aside.nav-top .site-header .search-field,
  .page.has-post-thumbnail.single-format-aside.nav-top .site-header .search-field,
  .single-post.has-post-thumbnail.page-template-default.nav-top .site-header .search-field,
  .page.has-post-thumbnail.page-template-default.nav-top .site-header .search-field,
  .single-post.has-post-thumbnail.page-template-template-full-width.nav-top .site-header .search-field,
  .page.has-post-thumbnail.page-template-template-full-width.nav-top .site-header .search-field,
  .single-post.has-post-thumbnail.page-template-template-contact.nav-top .site-header .search-field,
  .page.has-post-thumbnail.page-template-template-contact.nav-top .site-header .search-field {
    border-color: rgba(255, 255, 255, 0.75);
    background-image: url(assets/img/icon-search-light.svg);
  }
}
@media (min-width: 768px) {
  .single-post.has-post-thumbnail.single-format-standard.nav-top::-moz-placeholder,
  .page.has-post-thumbnail.single-format-standard.nav-top::-moz-placeholder,
  .single-post.has-post-thumbnail.single-format-link.nav-top::-moz-placeholder,
  .page.has-post-thumbnail.single-format-link.nav-top::-moz-placeholder,
  .single-post.has-post-thumbnail.single-format-quote.nav-top::-moz-placeholder,
  .page.has-post-thumbnail.single-format-quote.nav-top::-moz-placeholder,
  .single-post.has-post-thumbnail.single-format-aside.nav-top::-moz-placeholder,
  .page.has-post-thumbnail.single-format-aside.nav-top::-moz-placeholder,
  .single-post.has-post-thumbnail.page-template-default.nav-top::-moz-placeholder,
  .page.has-post-thumbnail.page-template-default.nav-top::-moz-placeholder,
  .single-post.has-post-thumbnail.page-template-template-full-width.nav-top::-moz-placeholder,
  .page.has-post-thumbnail.page-template-template-full-width.nav-top::-moz-placeholder,
  .single-post.has-post-thumbnail.page-template-template-contact.nav-top::-moz-placeholder,
  .page.has-post-thumbnail.page-template-template-contact.nav-top::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
    opacity: 1;
  }
  .single-post.has-post-thumbnail.single-format-standard.nav-top:-ms-input-placeholder,
  .page.has-post-thumbnail.single-format-standard.nav-top:-ms-input-placeholder,
  .single-post.has-post-thumbnail.single-format-link.nav-top:-ms-input-placeholder,
  .page.has-post-thumbnail.single-format-link.nav-top:-ms-input-placeholder,
  .single-post.has-post-thumbnail.single-format-quote.nav-top:-ms-input-placeholder,
  .page.has-post-thumbnail.single-format-quote.nav-top:-ms-input-placeholder,
  .single-post.has-post-thumbnail.single-format-aside.nav-top:-ms-input-placeholder,
  .page.has-post-thumbnail.single-format-aside.nav-top:-ms-input-placeholder,
  .single-post.has-post-thumbnail.page-template-default.nav-top:-ms-input-placeholder,
  .page.has-post-thumbnail.page-template-default.nav-top:-ms-input-placeholder,
  .single-post.has-post-thumbnail.page-template-template-full-width.nav-top:-ms-input-placeholder,
  .page.has-post-thumbnail.page-template-template-full-width.nav-top:-ms-input-placeholder,
  .single-post.has-post-thumbnail.page-template-template-contact.nav-top:-ms-input-placeholder,
  .page.has-post-thumbnail.page-template-template-contact.nav-top:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  .single-post.has-post-thumbnail.single-format-standard.nav-top::-webkit-input-placeholder,
  .page.has-post-thumbnail.single-format-standard.nav-top::-webkit-input-placeholder,
  .single-post.has-post-thumbnail.single-format-link.nav-top::-webkit-input-placeholder,
  .page.has-post-thumbnail.single-format-link.nav-top::-webkit-input-placeholder,
  .single-post.has-post-thumbnail.single-format-quote.nav-top::-webkit-input-placeholder,
  .page.has-post-thumbnail.single-format-quote.nav-top::-webkit-input-placeholder,
  .single-post.has-post-thumbnail.single-format-aside.nav-top::-webkit-input-placeholder,
  .page.has-post-thumbnail.single-format-aside.nav-top::-webkit-input-placeholder,
  .single-post.has-post-thumbnail.page-template-default.nav-top::-webkit-input-placeholder,
  .page.has-post-thumbnail.page-template-default.nav-top::-webkit-input-placeholder,
  .single-post.has-post-thumbnail.page-template-template-full-width.nav-top::-webkit-input-placeholder,
  .page.has-post-thumbnail.page-template-template-full-width.nav-top::-webkit-input-placeholder,
  .single-post.has-post-thumbnail.page-template-template-contact.nav-top::-webkit-input-placeholder,
  .page.has-post-thumbnail.page-template-template-contact.nav-top::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
}
.single-post.has-post-thumbnail.single-format-standard .site-main,
.page.has-post-thumbnail.single-format-standard .site-main,
.single-post.has-post-thumbnail.single-format-link .site-main,
.page.has-post-thumbnail.single-format-link .site-main,
.single-post.has-post-thumbnail.single-format-quote .site-main,
.page.has-post-thumbnail.single-format-quote .site-main,
.single-post.has-post-thumbnail.single-format-aside .site-main,
.page.has-post-thumbnail.single-format-aside .site-main,
.single-post.has-post-thumbnail.page-template-default .site-main,
.page.has-post-thumbnail.page-template-default .site-main,
.single-post.has-post-thumbnail.page-template-template-full-width .site-main,
.page.has-post-thumbnail.page-template-template-full-width .site-main,
.single-post.has-post-thumbnail.page-template-template-contact .site-main,
.page.has-post-thumbnail.page-template-template-contact .site-main {
  width: auto;
  padding: 0;
}
.single-post.has-post-thumbnail.single-format-standard .site-pusher,
.page.has-post-thumbnail.single-format-standard .site-pusher,
.single-post.has-post-thumbnail.single-format-link .site-pusher,
.page.has-post-thumbnail.single-format-link .site-pusher,
.single-post.has-post-thumbnail.single-format-quote .site-pusher,
.page.has-post-thumbnail.single-format-quote .site-pusher,
.single-post.has-post-thumbnail.single-format-aside .site-pusher,
.page.has-post-thumbnail.single-format-aside .site-pusher,
.single-post.has-post-thumbnail.page-template-default .site-pusher,
.page.has-post-thumbnail.page-template-default .site-pusher,
.single-post.has-post-thumbnail.page-template-template-full-width .site-pusher,
.page.has-post-thumbnail.page-template-template-full-width .site-pusher,
.single-post.has-post-thumbnail.page-template-template-contact .site-pusher,
.page.has-post-thumbnail.page-template-template-contact .site-pusher,
.single-post.has-post-thumbnail.single-format-standard .site-content,
.page.has-post-thumbnail.single-format-standard .site-content,
.single-post.has-post-thumbnail.single-format-link .site-content,
.page.has-post-thumbnail.single-format-link .site-content,
.single-post.has-post-thumbnail.single-format-quote .site-content,
.page.has-post-thumbnail.single-format-quote .site-content,
.single-post.has-post-thumbnail.single-format-aside .site-content,
.page.has-post-thumbnail.single-format-aside .site-content,
.single-post.has-post-thumbnail.page-template-default .site-content,
.page.has-post-thumbnail.page-template-default .site-content,
.single-post.has-post-thumbnail.page-template-template-full-width .site-content,
.page.has-post-thumbnail.page-template-template-full-width .site-content,
.single-post.has-post-thumbnail.page-template-template-contact .site-content,
.page.has-post-thumbnail.page-template-template-contact .site-content {
  padding-top: 0;
}
.single-post.has-post-thumbnail.single-format-standard .post,
.page.has-post-thumbnail.single-format-standard .post,
.single-post.has-post-thumbnail.single-format-link .post,
.page.has-post-thumbnail.single-format-link .post,
.single-post.has-post-thumbnail.single-format-quote .post,
.page.has-post-thumbnail.single-format-quote .post,
.single-post.has-post-thumbnail.single-format-aside .post,
.page.has-post-thumbnail.single-format-aside .post,
.single-post.has-post-thumbnail.page-template-default .post,
.page.has-post-thumbnail.page-template-default .post,
.single-post.has-post-thumbnail.page-template-template-full-width .post,
.page.has-post-thumbnail.page-template-template-full-width .post,
.single-post.has-post-thumbnail.page-template-template-contact .post,
.page.has-post-thumbnail.page-template-template-contact .post {
  margin: 0;
}
.single-post.has-post-thumbnail.single-format-standard .entry-thumbnail,
.page.has-post-thumbnail.single-format-standard .entry-thumbnail,
.single-post.has-post-thumbnail.single-format-link .entry-thumbnail,
.page.has-post-thumbnail.single-format-link .entry-thumbnail,
.single-post.has-post-thumbnail.single-format-quote .entry-thumbnail,
.page.has-post-thumbnail.single-format-quote .entry-thumbnail,
.single-post.has-post-thumbnail.single-format-aside .entry-thumbnail,
.page.has-post-thumbnail.single-format-aside .entry-thumbnail,
.single-post.has-post-thumbnail.page-template-default .entry-thumbnail,
.page.has-post-thumbnail.page-template-default .entry-thumbnail,
.single-post.has-post-thumbnail.page-template-template-full-width .entry-thumbnail,
.page.has-post-thumbnail.page-template-template-full-width .entry-thumbnail,
.single-post.has-post-thumbnail.page-template-template-contact .entry-thumbnail,
.page.has-post-thumbnail.page-template-template-contact .entry-thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  min-height: 200px;
  position: relative;
}
.single-post.has-post-thumbnail.single-format-standard .entry-thumbnail picture,
.page.has-post-thumbnail.single-format-standard .entry-thumbnail picture,
.single-post.has-post-thumbnail.single-format-link .entry-thumbnail picture,
.page.has-post-thumbnail.single-format-link .entry-thumbnail picture,
.single-post.has-post-thumbnail.single-format-quote .entry-thumbnail picture,
.page.has-post-thumbnail.single-format-quote .entry-thumbnail picture,
.single-post.has-post-thumbnail.single-format-aside .entry-thumbnail picture,
.page.has-post-thumbnail.single-format-aside .entry-thumbnail picture,
.single-post.has-post-thumbnail.page-template-default .entry-thumbnail picture,
.page.has-post-thumbnail.page-template-default .entry-thumbnail picture,
.single-post.has-post-thumbnail.page-template-template-full-width .entry-thumbnail picture,
.page.has-post-thumbnail.page-template-template-full-width .entry-thumbnail picture,
.single-post.has-post-thumbnail.page-template-template-contact .entry-thumbnail picture,
.page.has-post-thumbnail.page-template-template-contact .entry-thumbnail picture,
.single-post.has-post-thumbnail.single-format-standard .entry-thumbnail img,
.page.has-post-thumbnail.single-format-standard .entry-thumbnail img,
.single-post.has-post-thumbnail.single-format-link .entry-thumbnail img,
.page.has-post-thumbnail.single-format-link .entry-thumbnail img,
.single-post.has-post-thumbnail.single-format-quote .entry-thumbnail img,
.page.has-post-thumbnail.single-format-quote .entry-thumbnail img,
.single-post.has-post-thumbnail.single-format-aside .entry-thumbnail img,
.page.has-post-thumbnail.single-format-aside .entry-thumbnail img,
.single-post.has-post-thumbnail.page-template-default .entry-thumbnail img,
.page.has-post-thumbnail.page-template-default .entry-thumbnail img,
.single-post.has-post-thumbnail.page-template-template-full-width .entry-thumbnail img,
.page.has-post-thumbnail.page-template-template-full-width .entry-thumbnail img,
.single-post.has-post-thumbnail.page-template-template-contact .entry-thumbnail img,
.page.has-post-thumbnail.page-template-template-contact .entry-thumbnail img {
  width: 100%;
}
.single-post.has-post-thumbnail.single-format-standard .entry-thumbnail:before,
.page.has-post-thumbnail.single-format-standard .entry-thumbnail:before,
.single-post.has-post-thumbnail.single-format-link .entry-thumbnail:before,
.page.has-post-thumbnail.single-format-link .entry-thumbnail:before,
.single-post.has-post-thumbnail.single-format-quote .entry-thumbnail:before,
.page.has-post-thumbnail.single-format-quote .entry-thumbnail:before,
.single-post.has-post-thumbnail.single-format-aside .entry-thumbnail:before,
.page.has-post-thumbnail.single-format-aside .entry-thumbnail:before,
.single-post.has-post-thumbnail.page-template-default .entry-thumbnail:before,
.page.has-post-thumbnail.page-template-default .entry-thumbnail:before,
.single-post.has-post-thumbnail.page-template-template-full-width .entry-thumbnail:before,
.page.has-post-thumbnail.page-template-template-full-width .entry-thumbnail:before,
.single-post.has-post-thumbnail.page-template-template-contact .entry-thumbnail:before,
.page.has-post-thumbnail.page-template-template-contact .entry-thumbnail:before,
.single-post.has-post-thumbnail.single-format-standard .entry-thumbnail:after,
.page.has-post-thumbnail.single-format-standard .entry-thumbnail:after,
.single-post.has-post-thumbnail.single-format-link .entry-thumbnail:after,
.page.has-post-thumbnail.single-format-link .entry-thumbnail:after,
.single-post.has-post-thumbnail.single-format-quote .entry-thumbnail:after,
.page.has-post-thumbnail.single-format-quote .entry-thumbnail:after,
.single-post.has-post-thumbnail.single-format-aside .entry-thumbnail:after,
.page.has-post-thumbnail.single-format-aside .entry-thumbnail:after,
.single-post.has-post-thumbnail.page-template-default .entry-thumbnail:after,
.page.has-post-thumbnail.page-template-default .entry-thumbnail:after,
.single-post.has-post-thumbnail.page-template-template-full-width .entry-thumbnail:after,
.page.has-post-thumbnail.page-template-template-full-width .entry-thumbnail:after,
.single-post.has-post-thumbnail.page-template-template-contact .entry-thumbnail:after,
.page.has-post-thumbnail.page-template-template-contact .entry-thumbnail:after {
  content: '';
  position: absolute;
  z-index: 1;
  opacity: .25;
}
.single-post.has-post-thumbnail.single-format-standard .entry-thumbnail:before,
.page.has-post-thumbnail.single-format-standard .entry-thumbnail:before,
.single-post.has-post-thumbnail.single-format-link .entry-thumbnail:before,
.page.has-post-thumbnail.single-format-link .entry-thumbnail:before,
.single-post.has-post-thumbnail.single-format-quote .entry-thumbnail:before,
.page.has-post-thumbnail.single-format-quote .entry-thumbnail:before,
.single-post.has-post-thumbnail.single-format-aside .entry-thumbnail:before,
.page.has-post-thumbnail.single-format-aside .entry-thumbnail:before,
.single-post.has-post-thumbnail.page-template-default .entry-thumbnail:before,
.page.has-post-thumbnail.page-template-default .entry-thumbnail:before,
.single-post.has-post-thumbnail.page-template-template-full-width .entry-thumbnail:before,
.page.has-post-thumbnail.page-template-template-full-width .entry-thumbnail:before,
.single-post.has-post-thumbnail.page-template-template-contact .entry-thumbnail:before,
.page.has-post-thumbnail.page-template-template-contact .entry-thumbnail:before {
  top: 0;
  width: 100%;
  height: 149px;
  background-image: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#00000000', GradientType=0);
}
.single-post.has-post-thumbnail.single-format-standard .entry-thumbnail:after,
.page.has-post-thumbnail.single-format-standard .entry-thumbnail:after,
.single-post.has-post-thumbnail.single-format-link .entry-thumbnail:after,
.page.has-post-thumbnail.single-format-link .entry-thumbnail:after,
.single-post.has-post-thumbnail.single-format-quote .entry-thumbnail:after,
.page.has-post-thumbnail.single-format-quote .entry-thumbnail:after,
.single-post.has-post-thumbnail.single-format-aside .entry-thumbnail:after,
.page.has-post-thumbnail.single-format-aside .entry-thumbnail:after,
.single-post.has-post-thumbnail.page-template-default .entry-thumbnail:after,
.page.has-post-thumbnail.page-template-default .entry-thumbnail:after,
.single-post.has-post-thumbnail.page-template-template-full-width .entry-thumbnail:after,
.page.has-post-thumbnail.page-template-template-full-width .entry-thumbnail:after,
.single-post.has-post-thumbnail.page-template-template-contact .entry-thumbnail:after,
.page.has-post-thumbnail.page-template-template-contact .entry-thumbnail:after {
  bottom: 0;
  width: 100%;
  height: 270px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
}
.single-post.has-post-thumbnail.single-format-standard .entry-thumbnail .thumbnail-meta,
.page.has-post-thumbnail.single-format-standard .entry-thumbnail .thumbnail-meta,
.single-post.has-post-thumbnail.single-format-link .entry-thumbnail .thumbnail-meta,
.page.has-post-thumbnail.single-format-link .entry-thumbnail .thumbnail-meta,
.single-post.has-post-thumbnail.single-format-quote .entry-thumbnail .thumbnail-meta,
.page.has-post-thumbnail.single-format-quote .entry-thumbnail .thumbnail-meta,
.single-post.has-post-thumbnail.single-format-aside .entry-thumbnail .thumbnail-meta,
.page.has-post-thumbnail.single-format-aside .entry-thumbnail .thumbnail-meta,
.single-post.has-post-thumbnail.page-template-default .entry-thumbnail .thumbnail-meta,
.page.has-post-thumbnail.page-template-default .entry-thumbnail .thumbnail-meta,
.single-post.has-post-thumbnail.page-template-template-full-width .entry-thumbnail .thumbnail-meta,
.page.has-post-thumbnail.page-template-template-full-width .entry-thumbnail .thumbnail-meta,
.single-post.has-post-thumbnail.page-template-template-contact .entry-thumbnail .thumbnail-meta,
.page.has-post-thumbnail.page-template-template-contact .entry-thumbnail .thumbnail-meta {
  position: absolute;
  left: 20px;
  left: 2rem;
  bottom: 14px;
  bottom: 1.4rem;
}
.single-post.has-post-thumbnail.single-format-standard .entry-thumbnail .btn-scroll,
.page.has-post-thumbnail.single-format-standard .entry-thumbnail .btn-scroll,
.single-post.has-post-thumbnail.single-format-link .entry-thumbnail .btn-scroll,
.page.has-post-thumbnail.single-format-link .entry-thumbnail .btn-scroll,
.single-post.has-post-thumbnail.single-format-quote .entry-thumbnail .btn-scroll,
.page.has-post-thumbnail.single-format-quote .entry-thumbnail .btn-scroll,
.single-post.has-post-thumbnail.single-format-aside .entry-thumbnail .btn-scroll,
.page.has-post-thumbnail.single-format-aside .entry-thumbnail .btn-scroll,
.single-post.has-post-thumbnail.page-template-default .entry-thumbnail .btn-scroll,
.page.has-post-thumbnail.page-template-default .entry-thumbnail .btn-scroll,
.single-post.has-post-thumbnail.page-template-template-full-width .entry-thumbnail .btn-scroll,
.page.has-post-thumbnail.page-template-template-full-width .entry-thumbnail .btn-scroll,
.single-post.has-post-thumbnail.page-template-template-contact .entry-thumbnail .btn-scroll,
.page.has-post-thumbnail.page-template-template-contact .entry-thumbnail .btn-scroll {
  position: absolute;
  right: 30px;
  right: 3rem;
  bottom: 20px;
  bottom: 2rem;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
}
.single-post.has-post-thumbnail.single-format-standard .entry-thumbnail .btn-scroll:hover,
.page.has-post-thumbnail.single-format-standard .entry-thumbnail .btn-scroll:hover,
.single-post.has-post-thumbnail.single-format-link .entry-thumbnail .btn-scroll:hover,
.page.has-post-thumbnail.single-format-link .entry-thumbnail .btn-scroll:hover,
.single-post.has-post-thumbnail.single-format-quote .entry-thumbnail .btn-scroll:hover,
.page.has-post-thumbnail.single-format-quote .entry-thumbnail .btn-scroll:hover,
.single-post.has-post-thumbnail.single-format-aside .entry-thumbnail .btn-scroll:hover,
.page.has-post-thumbnail.single-format-aside .entry-thumbnail .btn-scroll:hover,
.single-post.has-post-thumbnail.page-template-default .entry-thumbnail .btn-scroll:hover,
.page.has-post-thumbnail.page-template-default .entry-thumbnail .btn-scroll:hover,
.single-post.has-post-thumbnail.page-template-template-full-width .entry-thumbnail .btn-scroll:hover,
.page.has-post-thumbnail.page-template-template-full-width .entry-thumbnail .btn-scroll:hover,
.single-post.has-post-thumbnail.page-template-template-contact .entry-thumbnail .btn-scroll:hover,
.page.has-post-thumbnail.page-template-template-contact .entry-thumbnail .btn-scroll:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .single-post.has-post-thumbnail.single-format-standard .entry-link,
  .page.has-post-thumbnail.single-format-standard .entry-link,
  .single-post.has-post-thumbnail.single-format-link .entry-link,
  .page.has-post-thumbnail.single-format-link .entry-link,
  .single-post.has-post-thumbnail.single-format-quote .entry-link,
  .page.has-post-thumbnail.single-format-quote .entry-link,
  .single-post.has-post-thumbnail.single-format-aside .entry-link,
  .page.has-post-thumbnail.single-format-aside .entry-link,
  .single-post.has-post-thumbnail.page-template-default .entry-link,
  .page.has-post-thumbnail.page-template-default .entry-link,
  .single-post.has-post-thumbnail.page-template-template-full-width .entry-link,
  .page.has-post-thumbnail.page-template-template-full-width .entry-link,
  .single-post.has-post-thumbnail.page-template-template-contact .entry-link,
  .page.has-post-thumbnail.page-template-template-contact .entry-link,
  .single-post.has-post-thumbnail.single-format-standard .entry-quote,
  .page.has-post-thumbnail.single-format-standard .entry-quote,
  .single-post.has-post-thumbnail.single-format-link .entry-quote,
  .page.has-post-thumbnail.single-format-link .entry-quote,
  .single-post.has-post-thumbnail.single-format-quote .entry-quote,
  .page.has-post-thumbnail.single-format-quote .entry-quote,
  .single-post.has-post-thumbnail.single-format-aside .entry-quote,
  .page.has-post-thumbnail.single-format-aside .entry-quote,
  .single-post.has-post-thumbnail.page-template-default .entry-quote,
  .page.has-post-thumbnail.page-template-default .entry-quote,
  .single-post.has-post-thumbnail.page-template-template-full-width .entry-quote,
  .page.has-post-thumbnail.page-template-template-full-width .entry-quote,
  .single-post.has-post-thumbnail.page-template-template-contact .entry-quote,
  .page.has-post-thumbnail.page-template-template-contact .entry-quote {
    position: absolute;
    top: -82px;
    z-index: 2;
    margin: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    color: #fff;
    width: auto;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .single-post.has-post-thumbnail.single-format-standard .entry-link,
  .page.has-post-thumbnail.single-format-standard .entry-link,
  .single-post.has-post-thumbnail.single-format-link .entry-link,
  .page.has-post-thumbnail.single-format-link .entry-link,
  .single-post.has-post-thumbnail.single-format-quote .entry-link,
  .page.has-post-thumbnail.single-format-quote .entry-link,
  .single-post.has-post-thumbnail.single-format-aside .entry-link,
  .page.has-post-thumbnail.single-format-aside .entry-link,
  .single-post.has-post-thumbnail.page-template-default .entry-link,
  .page.has-post-thumbnail.page-template-default .entry-link,
  .single-post.has-post-thumbnail.page-template-template-full-width .entry-link,
  .page.has-post-thumbnail.page-template-template-full-width .entry-link,
  .single-post.has-post-thumbnail.page-template-template-contact .entry-link,
  .page.has-post-thumbnail.page-template-template-contact .entry-link,
  .single-post.has-post-thumbnail.single-format-standard .entry-quote,
  .page.has-post-thumbnail.single-format-standard .entry-quote,
  .single-post.has-post-thumbnail.single-format-link .entry-quote,
  .page.has-post-thumbnail.single-format-link .entry-quote,
  .single-post.has-post-thumbnail.single-format-quote .entry-quote,
  .page.has-post-thumbnail.single-format-quote .entry-quote,
  .single-post.has-post-thumbnail.single-format-aside .entry-quote,
  .page.has-post-thumbnail.single-format-aside .entry-quote,
  .single-post.has-post-thumbnail.page-template-default .entry-quote,
  .page.has-post-thumbnail.page-template-default .entry-quote,
  .single-post.has-post-thumbnail.page-template-template-full-width .entry-quote,
  .page.has-post-thumbnail.page-template-template-full-width .entry-quote,
  .single-post.has-post-thumbnail.page-template-template-contact .entry-quote,
  .page.has-post-thumbnail.page-template-template-contact .entry-quote {
    margin-left: -100px;
    width: 960px;
  }
}
.single-post.has-post-thumbnail.single-format-standard .entry-link .icon-link,
.page.has-post-thumbnail.single-format-standard .entry-link .icon-link,
.single-post.has-post-thumbnail.single-format-link .entry-link .icon-link,
.page.has-post-thumbnail.single-format-link .entry-link .icon-link,
.single-post.has-post-thumbnail.single-format-quote .entry-link .icon-link,
.page.has-post-thumbnail.single-format-quote .entry-link .icon-link,
.single-post.has-post-thumbnail.single-format-aside .entry-link .icon-link,
.page.has-post-thumbnail.single-format-aside .entry-link .icon-link,
.single-post.has-post-thumbnail.page-template-default .entry-link .icon-link,
.page.has-post-thumbnail.page-template-default .entry-link .icon-link,
.single-post.has-post-thumbnail.page-template-template-full-width .entry-link .icon-link,
.page.has-post-thumbnail.page-template-template-full-width .entry-link .icon-link,
.single-post.has-post-thumbnail.page-template-template-contact .entry-link .icon-link,
.page.has-post-thumbnail.page-template-template-contact .entry-link .icon-link,
.single-post.has-post-thumbnail.single-format-standard .entry-quote .icon-link,
.page.has-post-thumbnail.single-format-standard .entry-quote .icon-link,
.single-post.has-post-thumbnail.single-format-link .entry-quote .icon-link,
.page.has-post-thumbnail.single-format-link .entry-quote .icon-link,
.single-post.has-post-thumbnail.single-format-quote .entry-quote .icon-link,
.page.has-post-thumbnail.single-format-quote .entry-quote .icon-link,
.single-post.has-post-thumbnail.single-format-aside .entry-quote .icon-link,
.page.has-post-thumbnail.single-format-aside .entry-quote .icon-link,
.single-post.has-post-thumbnail.page-template-default .entry-quote .icon-link,
.page.has-post-thumbnail.page-template-default .entry-quote .icon-link,
.single-post.has-post-thumbnail.page-template-template-full-width .entry-quote .icon-link,
.page.has-post-thumbnail.page-template-template-full-width .entry-quote .icon-link,
.single-post.has-post-thumbnail.page-template-template-contact .entry-quote .icon-link,
.page.has-post-thumbnail.page-template-template-contact .entry-quote .icon-link,
.single-post.has-post-thumbnail.single-format-standard .entry-link a,
.page.has-post-thumbnail.single-format-standard .entry-link a,
.single-post.has-post-thumbnail.single-format-link .entry-link a,
.page.has-post-thumbnail.single-format-link .entry-link a,
.single-post.has-post-thumbnail.single-format-quote .entry-link a,
.page.has-post-thumbnail.single-format-quote .entry-link a,
.single-post.has-post-thumbnail.single-format-aside .entry-link a,
.page.has-post-thumbnail.single-format-aside .entry-link a,
.single-post.has-post-thumbnail.page-template-default .entry-link a,
.page.has-post-thumbnail.page-template-default .entry-link a,
.single-post.has-post-thumbnail.page-template-template-full-width .entry-link a,
.page.has-post-thumbnail.page-template-template-full-width .entry-link a,
.single-post.has-post-thumbnail.page-template-template-contact .entry-link a,
.page.has-post-thumbnail.page-template-template-contact .entry-link a,
.single-post.has-post-thumbnail.single-format-standard .entry-quote a,
.page.has-post-thumbnail.single-format-standard .entry-quote a,
.single-post.has-post-thumbnail.single-format-link .entry-quote a,
.page.has-post-thumbnail.single-format-link .entry-quote a,
.single-post.has-post-thumbnail.single-format-quote .entry-quote a,
.page.has-post-thumbnail.single-format-quote .entry-quote a,
.single-post.has-post-thumbnail.single-format-aside .entry-quote a,
.page.has-post-thumbnail.single-format-aside .entry-quote a,
.single-post.has-post-thumbnail.page-template-default .entry-quote a,
.page.has-post-thumbnail.page-template-default .entry-quote a,
.single-post.has-post-thumbnail.page-template-template-full-width .entry-quote a,
.page.has-post-thumbnail.page-template-template-full-width .entry-quote a,
.single-post.has-post-thumbnail.page-template-template-contact .entry-quote a,
.page.has-post-thumbnail.page-template-template-contact .entry-quote a {
  color: #fff;
}
.single-post.has-post-thumbnail.single-format-standard .entry-link,
.page.has-post-thumbnail.single-format-standard .entry-link,
.single-post.has-post-thumbnail.single-format-link .entry-link,
.page.has-post-thumbnail.single-format-link .entry-link,
.single-post.has-post-thumbnail.single-format-quote .entry-link,
.page.has-post-thumbnail.single-format-quote .entry-link,
.single-post.has-post-thumbnail.single-format-aside .entry-link,
.page.has-post-thumbnail.single-format-aside .entry-link,
.single-post.has-post-thumbnail.page-template-default .entry-link,
.page.has-post-thumbnail.page-template-default .entry-link,
.single-post.has-post-thumbnail.page-template-template-full-width .entry-link,
.page.has-post-thumbnail.page-template-template-full-width .entry-link,
.single-post.has-post-thumbnail.page-template-template-contact .entry-link,
.page.has-post-thumbnail.page-template-template-contact .entry-link {
  font-size: 24px;
  font-size: 2.4rem;
}
.single-post.has-post-thumbnail.single-format-standard .post-inner,
.page.has-post-thumbnail.single-format-standard .post-inner,
.single-post.has-post-thumbnail.single-format-link .post-inner,
.page.has-post-thumbnail.single-format-link .post-inner,
.single-post.has-post-thumbnail.single-format-quote .post-inner,
.page.has-post-thumbnail.single-format-quote .post-inner,
.single-post.has-post-thumbnail.single-format-aside .post-inner,
.page.has-post-thumbnail.single-format-aside .post-inner,
.single-post.has-post-thumbnail.page-template-default .post-inner,
.page.has-post-thumbnail.page-template-default .post-inner,
.single-post.has-post-thumbnail.page-template-template-full-width .post-inner,
.page.has-post-thumbnail.page-template-template-full-width .post-inner,
.single-post.has-post-thumbnail.page-template-template-contact .post-inner,
.page.has-post-thumbnail.page-template-template-contact .post-inner,
.single-post.has-post-thumbnail.single-format-standard .page-inner,
.page.has-post-thumbnail.single-format-standard .page-inner,
.single-post.has-post-thumbnail.single-format-link .page-inner,
.page.has-post-thumbnail.single-format-link .page-inner,
.single-post.has-post-thumbnail.single-format-quote .page-inner,
.page.has-post-thumbnail.single-format-quote .page-inner,
.single-post.has-post-thumbnail.single-format-aside .page-inner,
.page.has-post-thumbnail.single-format-aside .page-inner,
.single-post.has-post-thumbnail.page-template-default .page-inner,
.page.has-post-thumbnail.page-template-default .page-inner,
.single-post.has-post-thumbnail.page-template-template-full-width .page-inner,
.page.has-post-thumbnail.page-template-template-full-width .page-inner,
.single-post.has-post-thumbnail.page-template-template-contact .page-inner,
.page.has-post-thumbnail.page-template-template-contact .page-inner {
  padding: 157px 20px 0px 20px;
  padding: 15.7rem 2rem 0rem 2rem;
  margin-top: -157px;
  margin-top: -15.7rem;
}
@media (max-width: 768px) {
  .single-post.has-post-thumbnail.single-format-standard .post-inner,
  .page.has-post-thumbnail.single-format-standard .post-inner,
  .single-post.has-post-thumbnail.single-format-link .post-inner,
  .page.has-post-thumbnail.single-format-link .post-inner,
  .single-post.has-post-thumbnail.single-format-quote .post-inner,
  .page.has-post-thumbnail.single-format-quote .post-inner,
  .single-post.has-post-thumbnail.single-format-aside .post-inner,
  .page.has-post-thumbnail.single-format-aside .post-inner,
  .single-post.has-post-thumbnail.page-template-default .post-inner,
  .page.has-post-thumbnail.page-template-default .post-inner,
  .single-post.has-post-thumbnail.page-template-template-full-width .post-inner,
  .page.has-post-thumbnail.page-template-template-full-width .post-inner,
  .single-post.has-post-thumbnail.page-template-template-contact .post-inner,
  .page.has-post-thumbnail.page-template-template-contact .post-inner,
  .single-post.has-post-thumbnail.single-format-standard .page-inner,
  .page.has-post-thumbnail.single-format-standard .page-inner,
  .single-post.has-post-thumbnail.single-format-link .page-inner,
  .page.has-post-thumbnail.single-format-link .page-inner,
  .single-post.has-post-thumbnail.single-format-quote .page-inner,
  .page.has-post-thumbnail.single-format-quote .page-inner,
  .single-post.has-post-thumbnail.single-format-aside .page-inner,
  .page.has-post-thumbnail.single-format-aside .page-inner,
  .single-post.has-post-thumbnail.page-template-default .page-inner,
  .page.has-post-thumbnail.page-template-default .page-inner,
  .single-post.has-post-thumbnail.page-template-template-full-width .page-inner,
  .page.has-post-thumbnail.page-template-template-full-width .page-inner,
  .single-post.has-post-thumbnail.page-template-template-contact .page-inner,
  .page.has-post-thumbnail.page-template-template-contact .page-inner {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .single-post.has-post-thumbnail.single-format-standard .entry-title,
  .page.has-post-thumbnail.single-format-standard .entry-title,
  .single-post.has-post-thumbnail.single-format-link .entry-title,
  .page.has-post-thumbnail.single-format-link .entry-title,
  .single-post.has-post-thumbnail.single-format-quote .entry-title,
  .page.has-post-thumbnail.single-format-quote .entry-title,
  .single-post.has-post-thumbnail.single-format-aside .entry-title,
  .page.has-post-thumbnail.single-format-aside .entry-title,
  .single-post.has-post-thumbnail.page-template-default .entry-title,
  .page.has-post-thumbnail.page-template-default .entry-title,
  .single-post.has-post-thumbnail.page-template-template-full-width .entry-title,
  .page.has-post-thumbnail.page-template-template-full-width .entry-title,
  .single-post.has-post-thumbnail.page-template-template-contact .entry-title,
  .page.has-post-thumbnail.page-template-template-contact .entry-title {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .single-post.has-post-thumbnail.single-format-standard .entry-title,
  .page.has-post-thumbnail.single-format-standard .entry-title,
  .single-post.has-post-thumbnail.single-format-link .entry-title,
  .page.has-post-thumbnail.single-format-link .entry-title,
  .single-post.has-post-thumbnail.single-format-quote .entry-title,
  .page.has-post-thumbnail.single-format-quote .entry-title,
  .single-post.has-post-thumbnail.single-format-aside .entry-title,
  .page.has-post-thumbnail.single-format-aside .entry-title,
  .single-post.has-post-thumbnail.page-template-default .entry-title,
  .page.has-post-thumbnail.page-template-default .entry-title,
  .single-post.has-post-thumbnail.page-template-template-full-width .entry-title,
  .page.has-post-thumbnail.page-template-template-full-width .entry-title,
  .single-post.has-post-thumbnail.page-template-template-contact .entry-title,
  .page.has-post-thumbnail.page-template-template-contact .entry-title {
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
  }
}
.single-post.has-post-thumbnail.page-template-template-full-width .page-inner,
.page.has-post-thumbnail.page-template-template-full-width .page-inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .single-post.has-post-thumbnail.page-template-template-full-width .page-inner,
  .page.has-post-thumbnail.page-template-template-full-width .page-inner {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .single-post.has-post-thumbnail.page-template-template-full-width .page-inner,
  .page.has-post-thumbnail.page-template-template-full-width .page-inner {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .single-post.has-post-thumbnail.page-template-template-full-width .page-inner,
  .page.has-post-thumbnail.page-template-template-full-width .page-inner {
    width: 1180px;
  }
}
.single-post.has-post-thumbnail.darken-feat-img .entry-thumbnail,
.page.has-post-thumbnail.darken-feat-img .entry-thumbnail {
  background: #000;
}
.single-post.has-post-thumbnail.darken-feat-img .entry-thumbnail img,
.page.has-post-thumbnail.darken-feat-img .entry-thumbnail img {
  opacity: 0.7;
}
/* Post Formats */
.format-audio .post-audio {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .format-audio .post-audio {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .format-audio .post-audio {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .format-audio .post-audio {
    width: 1180px;
  }
}
.format-link .entry-link {
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.format-link .entry-link a {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: italic;
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
}
.format-link .entry-link .fa {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0px 12px 0px 0px;
  margin: 0rem 1.2rem 0rem 0rem;
  opacity: 0.4;
  position: relative;
  top: 2px;
}
.blog .format-link .entry-link,
.archive .format-link .entry-link,
.search .format-link .entry-link {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.blog .has-post-thumbnail.format-link .entry-link,
.archive .has-post-thumbnail.format-link .entry-link,
.search .has-post-thumbnail.format-link .entry-link {
  margin-top: 46px;
  margin-top: 4.6rem;
}
.format-quote .entry-quote {
  margin-top: 15px;
  margin-top: 1.5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .format-quote .entry-quote {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 86px;
    margin-bottom: 8.6rem;
  }
}
.format-quote .entry-quote cite {
  font-style: normal;
}
.format-quote .entry-quote cite:before {
  content: '\2014';
}
.blog .format-quote .entry-quote,
.archive .format-quote .entry-quote,
.search .format-quote .entry-quote {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.blog .has-post-thumbnail.format-quote .entry-quote,
.archive .has-post-thumbnail.format-quote .entry-quote,
.search .has-post-thumbnail.format-quote .entry-quote {
  margin-top: 46px;
  margin-top: 4.6rem;
}
.zilla-gallery-container,
.format-image .entry-thumbnail {
  position: relative;
}
.blog .zilla-gallery-container,
.blog .format-image .entry-thumbnail,
.archive .zilla-gallery-container,
.archive .format-image .entry-thumbnail,
.search .zilla-gallery-container,
.search .format-image .entry-thumbnail {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .blog .zilla-gallery-container,
  .blog .format-image .entry-thumbnail,
  .archive .zilla-gallery-container,
  .archive .format-image .entry-thumbnail,
  .search .zilla-gallery-container,
  .search .format-image .entry-thumbnail {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .blog .zilla-gallery-container,
  .blog .format-image .entry-thumbnail,
  .archive .zilla-gallery-container,
  .archive .format-image .entry-thumbnail,
  .search .zilla-gallery-container,
  .search .format-image .entry-thumbnail {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .blog .zilla-gallery-container,
  .blog .format-image .entry-thumbnail,
  .archive .zilla-gallery-container,
  .archive .format-image .entry-thumbnail,
  .search .zilla-gallery-container,
  .search .format-image .entry-thumbnail {
    width: 1180px;
  }
}
.single .zilla-gallery-container,
.single .format-image .entry-thumbnail {
  margin-top: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .single .zilla-gallery-container,
  .single .format-image .entry-thumbnail {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .single .zilla-gallery-container,
  .single .format-image .entry-thumbnail {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .single .zilla-gallery-container,
  .single .format-image .entry-thumbnail {
    margin-top: 72px;
  }
}
.zilla-gallery-container .btn-modal,
.format-image .entry-thumbnail .btn-modal {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 40px;
  background: none;
  border: none;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  cursor: pointer;
}
.zilla-gallery {
  overflow: hidden;
}
.zilla-gallery picture {
  width: 100%;
}
.zilla-gallery img {
  margin: 0 auto;
  display: inherit;
}
.zilla-gallery .gallery-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 500;
}
.zilla-gallery .cycle-prev,
.zilla-gallery .cycle-next {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  line-height: 0;
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
}
.zilla-gallery .cycle-prev i,
.zilla-gallery .cycle-next i {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}
.zilla-gallery .cycle-pager {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.5rem;
}
.zilla-gallery .cycle-pager span {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.zilla-gallery .cycle-pager span.cycle-pager-active {
  background: #fff;
}
.zilla-gallery.fade-in {
  opacity: 1;
}
.format-gallery .modal .modal-content,
.format-image .modal .modal-content {
  background: none;
  box-shadow: none;
  border: none;
  height: 100%;
}
.format-gallery .modal .zilla-gallery,
.format-image .modal .zilla-gallery,
.format-gallery .modal .entry-thumbnail,
.format-image .modal .entry-thumbnail {
  opacity: 1;
  max-width: none;
  height: 100%;
  overflow: inherit !important;
}
.format-gallery .modal .zilla-gallery picture,
.format-image .modal .zilla-gallery picture,
.format-gallery .modal .entry-thumbnail picture,
.format-image .modal .entry-thumbnail picture {
  height: 100%;
  text-align: center;
}
.format-gallery .modal .zilla-gallery picture:before,
.format-image .modal .zilla-gallery picture:before,
.format-gallery .modal .entry-thumbnail picture:before,
.format-image .modal .entry-thumbnail picture:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -0.25em;
}
.format-gallery .modal .zilla-gallery picture img,
.format-image .modal .zilla-gallery picture img,
.format-gallery .modal .entry-thumbnail picture img,
.format-image .modal .entry-thumbnail picture img {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.format-gallery .modal .entry-thumbnail,
.format-image .modal .entry-thumbnail {
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
}
.format-gallery .modal .entry-thumbnail picture,
.format-image .modal .entry-thumbnail picture {
  width: 100%;
  display: block;
}
.format-gallery .modal .zilla-gallery-caption,
.format-image .modal .zilla-gallery-caption,
.format-gallery .modal .thumbnail-meta,
.format-image .modal .thumbnail-meta {
  color: #fff;
  padding: 5px 0px 0px 0px;
  padding: 0.5rem 0rem 0rem 0rem;
}
.format-gallery .modal .zilla-gallery-caption,
.format-image .modal .zilla-gallery-caption {
  text-align: left;
}
.format-gallery .modal .gallery-controls,
.format-image .modal .gallery-controls {
  right: 0;
  left: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  bottom: -33px;
}
.format-gallery .modal .close,
.format-image .modal .close {
  position: absolute;
  top: -33px;
  right: 0px;
  z-index: 1000;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  padding: 0 10px;
}
.admin-bar .format-gallery .modal .close,
.admin-bar .format-image .modal .close {
  top: -2px;
}
.format-gallery .modal-lg,
.format-image .modal-lg {
  width: 100%;
  height: 100%;
  padding: 40px 20px 40px 20px;
  padding: 4rem 2rem 4rem 2rem;
  margin: 0;
}
.zilla-gallery-caption,
.thumbnail-meta {
  opacity: 1;
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
  text-align: center;
  color: rgba(0, 0, 0, 0.62);
  padding: 15px 0px 0px 0px;
  padding: 1.5rem 0rem 0rem 0rem;
}
.zilla-gallery-caption .title,
.thumbnail-meta .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
}
.zilla-gallery-caption .description,
.thumbnail-meta .description {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 5px;
}
.zilla-gallery-caption .description:before,
.thumbnail-meta .description:before {
  content: '-';
  margin-right: 5px;
}
.zilla-gallery-caption.fade-out,
.thumbnail-meta.fade-out {
  opacity: 0;
}
.blog-list-compressed .post {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding: 30px 0px 30px 0px;
  padding: 3rem 0rem 3rem 0rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .blog-list-compressed .post {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .blog-list-compressed .post {
    margin-left: 16.66666667%;
  }
}
.blog-list-compressed .post:before,
.blog-list-compressed .post:after {
  content: " ";
  display: table;
}
.blog-list-compressed .post:after {
  clear: both;
}
.blog-list-compressed .post:before,
.blog-list-compressed .post:after {
  content: " ";
  display: table;
}
.blog-list-compressed .post:after {
  clear: both;
}
@media (max-width: 768px) {
  .blog-list-compressed .post {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.blog-list-compressed .post:last-of-type {
  margin-bottom: 40px;
}
.blog-list-compressed .post.has-post-thumbnail,
.blog-list-compressed .post.format-link,
.blog-list-compressed .post.format-video,
.blog-list-compressed .post.format-quote,
.blog-list-compressed .post.format-audio {
  position: relative;
}
@media (min-width: 768px) {
  .blog-list-compressed .post.has-post-thumbnail,
  .blog-list-compressed .post.format-link,
  .blog-list-compressed .post.format-video,
  .blog-list-compressed .post.format-quote,
  .blog-list-compressed .post.format-audio {
    padding-left: 220px;
  }
}
.blog-list-compressed .post.has-post-thumbnail.format-standard:not(.has-excerpt) .entry-header,
.blog-list-compressed .post.format-link.format-standard:not(.has-excerpt) .entry-header,
.blog-list-compressed .post.format-video.format-standard:not(.has-excerpt) .entry-header,
.blog-list-compressed .post.format-quote.format-standard:not(.has-excerpt) .entry-header,
.blog-list-compressed .post.format-audio.format-standard:not(.has-excerpt) .entry-header {
  min-height: 135px;
}
.blog-list-compressed .post.has-post-thumbnail {
  min-height: 195px;
}
.blog-list-compressed .post.has-post-thumbnail .post-container,
.blog-list-compressed .post.has-post-thumbnail .post-row,
.blog-list-compressed .post.has-post-thumbnail .post-inner {
  min-height: 135px;
}
.blog-list-compressed .entry-thumbnail {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
}
@media (min-width: 768px) {
  .blog-list-compressed .entry-thumbnail {
    margin: 0;
    width: 180px !important;
    height: 135px;
    float: left;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden;
  }
  .blog-list-compressed .entry-thumbnail picture {
    height: 100%;
  }
  .blog-list-compressed .entry-thumbnail img {
    height: 100%;
    max-width: none;
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.blog-list-compressed .entry-thumbnail .post-thumb-link:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.blog-list-compressed .entry-thumbnail .fa {
  opacity: 0.4;
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
  display: inline-block;
  vertical-align: middle;
}
.blog-list-compressed .entry-thumbnail:hover .fa {
  opacity: 1;
}
.blog-list-compressed .post-container {
  width: auto;
}
.blog-list-compressed .post-inner {
  margin-left: 0;
  float: none;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-list-compressed .entry-title {
  margin: 0px 0px 8px 0px;
  margin: 0rem 0rem 0.8rem 0rem;
}
.blog-list-compressed .author-avatar {
  display: none;
}
.blog-list-compressed .entry-summary {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  line-height: 3rem;
  color: rgba(0, 0, 0, 0.8);
}
.blog-list-compressed .entry-summary p:last-child {
  margin: 0;
}
.blog-list-compressed .format-quote .entry-quote {
  margin: 0 !important;
  text-align: left;
  width: auto;
}
.blog-list-compressed .format-link .entry-link {
  text-align: left;
  margin-top: 0 !important;
}
.blog-list-compressed .format-link .entry-link .fa {
  display: none;
}
.wp-video {
  max-width: 100% !important;
  height: auto !important;
  text-align: center;
}
.wp-video iframe {
  margin: 0 auto;
}
.wp-video > div {
  margin: 0 auto;
}
.blog .wp-video,
.archive .wp-video,
.search .wp-video {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .blog .wp-video,
  .archive .wp-video,
  .search .wp-video {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .blog .wp-video,
  .archive .wp-video,
  .search .wp-video {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .blog .wp-video,
  .archive .wp-video,
  .search .wp-video {
    width: 1180px;
  }
}
.mejs-overlay,
.mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.mejs-container .mejs-video {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.3%;
}
.post-audio {
  margin-bottom: 4rem;
}
.post-audio img {
  display: block;
  margin: 0 auto;
}
/* Media Elements --- */
@media (min-width: 992px) {
  img.size-m-thumb {
    width: 960px;
    max-width: none;
    margin-left: -86px;
  }
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption,
.gallery-caption {
  margin-bottom: 60px;
  margin-bottom: 6rem;
  max-width: 100%;
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.625em 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.site-main .gallery a img {
  border: none;
  height: auto;
}
.site-main .gallery dd {
  margin: 0.625em 0;
  padding: 0 0.625em;
}
embed,
object,
iframe {
  max-width: 100%;
  margin-bottom: 1.5em;
}
.post-preview {
  height: 316px;
  color: #fff;
}
.post-preview.has-post-thumbnail .preview-wrap {
  background-color: #000;
}
.post-preview.has-excerpt {
  height: 480px;
}
.post-preview.has-excerpt .preview-wrap {
  height: 480px;
}
.post-preview .preview-wrap {
  position: absolute;
  overflow: hidden;
  background-color: #ccc;
  left: 0;
  width: 100%;
  height: 316px;
}
.post-preview .post-container,
.post-preview .post-row {
  height: 100%;
}
.post-preview .preview-inner {
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .post-preview .preview-inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .post-preview .preview-inner {
    margin-left: 16.66666667%;
  }
}
.post-preview .entry-content {
  max-width: 560px;
  padding-top: 18px;
  padding-top: 1.8rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}
.post-preview .comments-link,
.post-preview .read-time,
.post-preview a {
  color: #fff;
}
.post-preview .comments-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post-preview .read-time {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.post-preview picture {
  display: block;
}
.post-preview picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.post-preview .title-next {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}
.post-preview .title-next-post {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 60px;
  line-height: 6rem;
  margin: 0px 0px 12px 0px;
  margin: 0rem 0rem 1.2rem 0rem;
}
.post-preview .title-next-post a {
  color: #fff;
}
.post-preview .read-time {
  position: relative;
  top: 1px;
  margin-left: 12px;
  text-transform: uppercase;
}
/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/
#comments {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 72px;
  margin-top: 7.2rem;
}
@media (min-width: 768px) {
  #comments {
    width: 780px;
  }
}
@media (min-width: 992px) {
  #comments {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  #comments {
    width: 1180px;
  }
}
#comments .comments-row {
  margin-left: -20px;
  margin-right: -20px;
}
#comments .comments-inner {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  #comments .comments-inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  #comments .comments-inner {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  #comments .comments-inner {
    padding: 0;
  }
}
.comments-title {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.commentlist {
  padding: 0;
  margin: 60px 0px 100px 0px;
  margin: 6rem 0rem 10rem 0rem;
  list-style-type: none;
}
.pinglist {
  margin: 20px 0 40px 30px;
  list-style-type: decimal;
}
.comment {
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
}
.comment .comment-inner {
  margin: 0px 0px 34px 80px;
  margin: 0rem 0rem 3.4rem 8rem;
}
.comment img {
  border-radius: 50%;
}
.comment .avatar {
  position: absolute;
  top: 4px;
  margin: 0 20px 0 0;
}
.comment .children {
  list-style-type: none;
  margin-left: 7.5rem;
}
.comment-content {
  line-height: 24px;
  line-height: 2.4rem;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-reply-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #9e9e9e;
}
.comment-author,
.comment-author cite {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #616161;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
}
.comment-author a,
.comment-author cite a {
  color: #616161;
}
.bypostauthor {
  /*! add post author styles here*/
}
.comment-meta {
  color: #9e9e9e;
}
.comment-meta a {
  color: #9e9e9e;
}
.nocomments {
  text-align: center;
  padding: 20px;
}
.comment-form {
  margin: 20px 0 40px;
}
.comment-form #comment {
  -webkit-transition: all 300ms;
          transition: all 300ms;
  height: 51px;
  height: 5.1rem;
  padding: 15px 12px 15px 12px;
  padding: 1.5rem 1.2rem 1.5rem 1.2rem;
}
.comment-form .comment-form-comment.form-open #comment {
  height: 160px;
  height: 16rem;
}
.comment-form label[for="comment"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}
.comment-form .form-submit {
  text-align: right;
  float: right;
}
.comment-form .comment-subscription-form {
  margin-bottom: 0px;
  margin-bottom: 0rem;
  line-height: 1;
}
.comment-form #cancel-comment {
  color: #9e9e9e;
  margin: 0px 28px 0px 0px;
  margin: 0rem 2.8rem 0rem 0rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
/*-----------------------------------------------------------------------------------*/
/*	8.	Footer Styles
/*-----------------------------------------------------------------------------------*/
.sidebar-footer {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0px 20px 0px;
  padding: 2rem 0rem 2rem 0rem;
}
.sidebar-footer .widget {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}
.sidebar-footer .widget ul {
  list-style: none;
  padding-left: 0;
}
.sidebar-footer .widget ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
.sidebar-footer .widget ul li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-footer .widget ul li a {
  display: block;
  padding: 7px 0px 7px 0px;
  padding: 0.7rem 0rem 0.7rem 0rem;
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
}
.sidebar-footer .widget ul li a:hover {
  text-decoration: none;
  padding-left: 10px;
}
.sidebar-footer .widget ul ul {
  margin: 0;
  border-left: 5px solid rgba(0, 0, 0, 0.1);
}
.sidebar-footer .widget ul ul li {
  padding-left: 22px;
  padding-left: 2.2rem;
}
.sidebar-footer .widget ul ul li:last-child {
  border-bottom: none;
}
.sidebar-footer .widget-title {
  padding-bottom: 0;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0.25em;
}
@media (max-width: 768px) {
  .sidebar-footer .col-centered {
    width: 100%;
  }
}
.footer-bar {
  position: fixed;
  bottom: -60px;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
}
.footer-bar:before,
.footer-bar:after {
  content: " ";
  display: table;
}
.footer-bar:after {
  clear: both;
}
.footer-bar:before,
.footer-bar:after {
  content: " ";
  display: table;
}
.footer-bar:after {
  clear: both;
}
@media (max-width: 768px) {
  .footer-bar {
    display: none !important;
  }
}
.footer-bar.show {
  bottom: 0;
}
.footer-bar .entry-title {
  position: static !important;
  float: left;
  color: #000 !important;
  margin: 0;
  line-height: 60px;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
}
@media (min-width: 768px) {
  .footer-bar .entry-title {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .footer-bar .entry-title {
    max-width: 600px;
  }
}
.footer-bar .share-bar {
  float: right;
  margin-top: 15px;
}
.site-footer {
  border-top: 1px solid #e6e6e6;
  padding: 20px 20px 20px 20px;
  padding: 2rem 2rem 2rem 2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
}
.single .site-footer {
  margin-top: 60px;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .site-footer .copyright {
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .site-footer .copyright {
    float: left;
  }
}
@media (min-width: 768px) {
  .site-footer .credit {
    float: right;
  }
}
.copyright,
.credit {
  color: #b5b5b5;
  line-height: 1.5rem;
  margin: 0;
}
.copyright a,
.credit a {
  color: #b5b5b5;
}
/*-----------------------------------------------------------------------------------*/
/*	9.	Page & Page Templates
/*-----------------------------------------------------------------------------------*/
.archive-lists h4 {
  font-weight: normal;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
}
.archive-lists ul {
  margin-bottom: 2.8rem;
}
.archive-lists .children {
  margin-bottom: 0;
}
.contactform {
  margin-left: 0;
  padding-left: 0;
}
.contactform li {
  list-style-type: none;
}
.contactform li input[type="text"] {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}
.contactform li textarea {
  width: 100%;
  max-width: 100%;
  height: 300px;
  margin-bottom: 10px;
  resize: none;
}
.contactform li button {
  float: right;
}
label.error {
  color: red;
}
@media (min-width: 768px) {
  .page-template-default .page,
  .page-template-template-contact .page {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.page-template-default .page-inner,
.page-template-template-contact .page-inner {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .page-template-default .page-inner,
  .page-template-template-contact .page-inner {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .page-template-default .page-inner,
  .page-template-template-contact .page-inner {
    margin-left: 16.66666667%;
  }
}
.page-template-default #comments,
.page-template-template-contact #comments {
  margin-left: -20px;
  margin-right: -20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .page-template-default #comments,
  .page-template-template-contact #comments {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .page-template-default #comments,
  .page-template-template-contact #comments {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .page-template-default #comments,
  .page-template-template-contact #comments {
    width: 1180px;
  }
}
.page-template-default .comments-inner,
.page-template-template-contact .comments-inner {
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-template-home .page-header {
  text-align: center;
  margin: 100px 0px 0px 0px;
  margin: 10rem 0rem 0rem 0rem;
  padding: 0px 0px 100px 0px;
  padding: 0rem 0rem 10rem 0rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
}
@media (min-width: 768px) {
  .page-template-template-home .page-header {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .page-template-template-home .page-header {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-home .page-header {
    width: 1180px;
  }
}
.page-template-template-home .page-header h1 {
  margin: 0px 0px 5px 0px;
  margin: 0rem 0rem 0.5rem 0rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 60px;
  line-height: 6rem;
}
@media (min-width: 768px) {
  .page-template-template-home .page-header h1 {
    font-size: 54px;
    font-size: 5.4rem;
  }
}
.page-template-template-home .page-header h2 {
  margin: 0px 0px 5px 0px;
  margin: 0rem 0rem 0.5rem 0rem;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.7rem;
  color: #333333;
  line-height: 24px;
  line-height: 2.4rem;
}
.page-template-template-home .page {
  margin-bottom: 110px;
  margin-bottom: 11rem;
}
.page-template-template-home .entry-summary:not(.excerpt) {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
  color: #010101;
}
.page-template-template-home .post-thumb-link {
  display: block;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
  margin-top: 5px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.page-template-template-home .post-thumb-link img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.page-template-template-home .post-thumb-link:hover {
  opacity: 0.8;
}
.page-template-template-home .wp-video {
  margin-top: 5px;
}
.js .page-template-template-home .post {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.js .page-template-template-home .post.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.page-template-template-home .share-bar {
  float: right;
  margin-top: 30px;
  margin-top: 3rem;
}
.page-template-template-home .read-time {
  margin-right: 8px;
}
.page-template-template-home .content {
  margin-left: -20px;
  margin-right: -20px;
}
.page-template-template-home .featured .featured-post .entry-title {
  font-size: 42px;
  font-size: 4.2rem;
  color: #010101;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.page-template-template-home .featured .post-thumb-link {
  margin-top: 0;
}
.page-template-template-home .featured .entry-info .entry-meta {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 60%;
}
.page-template-template-home .featured .entry-info .comments-link {
  width: 40%;
  text-align: right;
}
.page-template-template-home .featured .featured-post-1 .entry-header {
  padding: 0px 0px 15px 0px;
  padding: 0rem 0rem 1.5rem 0rem;
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 0;
}
.page-template-template-home .featured .featured-post-1 .entry-summary {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  line-height: 3rem;
  color: rgba(0, 0, 0, 0.8);
}
.page-template-template-home .featured .featured-post-1,
.page-template-template-home .featured .featured-layout-two.featured-post-2 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 100px;
  margin-bottom: 10rem;
}
.page-template-template-home .featured .featured-post-1 .entry-header,
.page-template-template-home .featured .featured-layout-two.featured-post-2 .entry-header {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .page-template-template-home .featured .featured-post-1 .entry-header,
  .page-template-template-home .featured .featured-layout-two.featured-post-2 .entry-header {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 992px) {
  .page-template-template-home .featured .featured-post-1,
  .page-template-template-home .featured .featured-layout-two.featured-post-2 {
    float: none;
  }
}
@media (max-width: 992px) {
  .page-template-template-home .featured .featured-post-secondary .entry-thumbnail {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .page-template-template-home .featured .featured-post-secondary {
    height: 600px;
  }
  .page-template-template-home .featured .featured-post-secondary .entry-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0px 15px 0px;
    padding: 1.5rem 0rem 1.5rem 0rem;
    margin-bottom: 0;
  }
  .page-template-template-home .featured .featured-post-secondary .entry-thumbnail {
    position: relative;
    overflow: hidden;
  }
  .page-template-template-home .featured .featured-post-secondary .entry-thumbnail picture {
    display: block;
  }
  .page-template-template-home .featured .featured-post-secondary .entry-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    height: 100%;
    max-width: none;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
  }
  .page-template-template-home .featured .featured-post-secondary .entry-title {
    margin: 26px 0px 9px 0px;
    margin: 2.6rem 0rem 0.9rem 0rem;
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.page-template-template-home .featured .featured-post-secondary.has-post-thumbnail blockquote {
  margin-left: 0;
  margin-right: 0;
  width: auto;
  margin-bottom: 0;
  -webkit-transform: translateY(-130%);
      -ms-transform: translateY(-130%);
          transform: translateY(-130%);
  position: absolute;
  padding: 0 10px;
  max-width: 95%;
  color: #fff;
}
.page-template-template-home .featured .featured-post-secondary:not(.has-post-thumbnail) .entry-header {
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 992px) {
  .page-template-template-home .featured .featured-post-secondary:not(.has-post-thumbnail) .entry-summary {
    margin-top: 30px;
    margin-top: 3rem;
  }
}
.page-template-template-home .featured .featured-layout-three-equal.featured-post-2,
.page-template-template-home .featured .featured-layout-three-equal.featured-post-3 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .page-template-template-home .featured .featured-layout-three-equal.featured-post-2,
  .page-template-template-home .featured .featured-layout-three-equal.featured-post-3 {
    float: left;
    width: 50%;
  }
}
.page-template-template-home .featured .featured-layout-three-wide-left.featured-post-2 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .page-template-template-home .featured .featured-layout-three-wide-left.featured-post-2 {
    float: left;
    width: 66.66666667%;
  }
}
.page-template-template-home .featured .featured-layout-three-wide-left.featured-post-3 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .page-template-template-home .featured .featured-layout-three-wide-left.featured-post-3 {
    float: left;
    width: 33.33333333%;
  }
}
.page-template-template-home .featured .featured-layout-three-wide-right.featured-post-2 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .page-template-template-home .featured .featured-layout-three-wide-right.featured-post-2 {
    float: left;
    width: 33.33333333%;
  }
}
.page-template-template-home .featured .featured-layout-three-wide-right.featured-post-3 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .page-template-template-home .featured .featured-layout-three-wide-right.featured-post-3 {
    float: left;
    width: 66.66666667%;
  }
}
.page-template-template-home .featured .featured-layout-four.featured-post-2,
.page-template-template-home .featured .featured-layout-four.featured-post-3,
.page-template-template-home .featured .featured-layout-four.featured-post-4 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .page-template-template-home .featured .featured-layout-four.featured-post-2,
  .page-template-template-home .featured .featured-layout-four.featured-post-3,
  .page-template-template-home .featured .featured-layout-four.featured-post-4 {
    float: left;
    width: 33.33333333%;
  }
}
.page-template-template-home .recent {
  margin-top: 100px;
  margin-top: 10rem;
}
.page-template-template-home .recent.grid .post {
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 95px;
  margin-bottom: 9.5rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .page-template-template-home .recent.grid .post {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .page-template-template-home .recent.grid .post {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .page-template-template-home .recent.grid .post {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-home .recent.grid .post {
    height: 450px;
  }
}
.page-template-template-home .recent.grid .post:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
}
.page-template-template-home .recent.grid .post:not(.has-post-thumbnail) .entry-header {
  border-top: 1px solid #e5e5e5;
  margin-top: 5px;
  margin-top: 0.5rem;
}
.page-template-template-home .recent.grid .post:not(.has-post-thumbnail) .entry-summary:not(.excerpt) {
  padding-top: 30px;
  padding-top: 3rem;
}
.page-template-template-home .recent.grid .post:not(.has-post-thumbnail) .excerpt p:last-child {
  margin-bottom: 0;
}
.page-template-template-home .recent.grid .post.format-video .entry-header {
  border: none;
  margin-top: 0px;
  margin-top: 0rem;
}
.page-template-template-home .recent.grid .post.format-video .entry-summary {
  padding-top: 10px;
  padding-top: 1rem;
}
.page-template-template-home .recent.grid .post.format-audio .post-audio {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.page-template-template-home .recent.grid .post .entry-summary {
  padding-top: 10px;
  padding-top: 1rem;
}
.page-template-template-home .recent.grid .post .entry-summary .lead {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  line-height: 3rem;
}
.page-template-template-home .recent.grid .post-thumb-link {
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .page-template-template-home .recent.grid .post-thumb-link {
    height: 300px;
  }
  .page-template-template-home .recent.grid .post-thumb-link .entry-thumbnail {
    height: 100%;
  }
  .page-template-template-home .recent.grid .post-thumb-link img {
    height: 100%;
    max-width: none;
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .page-template-template-home .recent.grid .post-thumb-link {
    height: 235px;
  }
}
.page-template-template-home .recent.grid .entry-header .entry-categories {
  display: none;
}
.page-template-template-home .recent.grid .entry-title {
  margin: 14px 0px 0px 0px;
  margin: 1.4rem 0rem 0rem 0rem;
}
.page-template-template-home .recent.grid .entry-link {
  margin-top: 105px;
  margin-top: 10.5rem;
  margin-bottom: 105px;
  margin-bottom: 10.5rem;
}
.page-template-template-home .recent.grid iframe {
  margin-bottom: 0;
}
.page-template-template-home .recent.list .post {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding: 30px 0px 30px 0px;
  padding: 3rem 0rem 3rem 0rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .page-template-template-home .recent.list .post {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .page-template-template-home .recent.list .post {
    margin-left: 16.66666667%;
  }
}
.page-template-template-home .recent.list .post:before,
.page-template-template-home .recent.list .post:after {
  content: " ";
  display: table;
}
.page-template-template-home .recent.list .post:after {
  clear: both;
}
.page-template-template-home .recent.list .post:before,
.page-template-template-home .recent.list .post:after {
  content: " ";
  display: table;
}
.page-template-template-home .recent.list .post:after {
  clear: both;
}
@media (max-width: 768px) {
  .page-template-template-home .recent.list .post {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-template-template-home .recent.list .post:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.page-template-template-home .recent.list .post:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.page-template-template-home .recent.list .post.has-post-thumbnail {
  min-height: 195px;
}
@media (min-width: 768px) {
  .page-template-template-home .recent.list .post.has-post-thumbnail .post-thumb-link {
    height: 135px;
  }
}
.page-template-template-home .recent.list .post.has-post-thumbnail .entry-header {
  min-height: 135px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-template-home .recent.list .post.has-post-thumbnail,
.page-template-template-home .recent.list .post.format-link,
.page-template-template-home .recent.list .post.format-video,
.page-template-template-home .recent.list .post.format-quote,
.page-template-template-home .recent.list .post.format-audio {
  position: relative;
}
@media (min-width: 768px) {
  .page-template-template-home .recent.list .post.has-post-thumbnail,
  .page-template-template-home .recent.list .post.format-link,
  .page-template-template-home .recent.list .post.format-video,
  .page-template-template-home .recent.list .post.format-quote,
  .page-template-template-home .recent.list .post.format-audio {
    padding-left: 220px;
  }
}
.page-template-template-home .recent.list .post.has-post-thumbnail .entry-header,
.page-template-template-home .recent.list .post.format-link .entry-header,
.page-template-template-home .recent.list .post.format-video .entry-header,
.page-template-template-home .recent.list .post.format-quote .entry-header,
.page-template-template-home .recent.list .post.format-audio .entry-header {
  max-width: 380px;
}
.page-template-template-home .recent.list .post:not(.has-post-thumbnail) .post-thumb-link:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.page-template-template-home .recent.list .post-thumb-link {
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-template-home .recent.list .post-thumb-link {
    margin: 0;
    width: 180px;
    height: 70px;
    float: left;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden;
  }
  .page-template-template-home .recent.list .post-thumb-link .entry-thumbnail {
    height: 100%;
  }
  .page-template-template-home .recent.list .post-thumb-link img {
    height: 100%;
    max-width: none;
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page-template-template-home .recent.list .post-thumb-link .fa {
  opacity: 0.4;
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
  display: inline-block;
  vertical-align: middle;
}
.page-template-template-home .recent.list .post-thumb-link:hover .fa {
  opacity: 1;
}
.page-template-template-home .recent.list .entry-header {
  margin: 0;
  max-width: 580px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .page-template-template-home .recent.list .entry-header {
    float: left;
  }
}
.page-template-template-home .recent.list .entry-header p {
  margin-bottom: 0;
}
.page-template-template-home .recent.list .entry-header .excerpt-meta {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}
.page-template-template-home .recent.list .entry-header .entry-categories {
  display: inline-block;
}
.page-template-template-home .recent.list .entry-title {
  margin: 0px 0px 8px 0px;
  margin: 0rem 0rem 0.8rem 0rem;
}
.page-template-template-home .recent.list .entry-categories {
  display: none;
}
.page-template-template-home .recent.list .entry-summary {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  line-height: 3rem;
  color: rgba(0, 0, 0, 0.8);
}
.page-template-template-home .recent.list .entry-summary .lead {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  line-height: 3rem;
}
.page-template-template-home .recent.list .entry-link {
  margin-bottom: 0;
  text-align: left;
  font-size: 17px;
  font-size: 1.7rem;
}
.page-template-template-home .recent.list .entry-link a {
  font-size: 17px;
  font-size: 1.7rem;
}
.page-template-template-home .recent.list .entry-link .fa {
  display: none;
}
.page-template-template-home .recent.list .entry-quote {
  font-size: 17px;
  font-size: 1.7rem;
}
.page-template-template-home .recent .post .entry-title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  line-height: 3.2rem;
}
.page-template-template-home .recent .post .entry-author {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.8);
}
.page-template-template-home .recent .post .entry-categories {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.8);
}
.page-template-template-home .recent .post .comments-link {
  float: right;
}
.page-template-template-home .recent .post .entry-quote {
  margin: 0;
  width: auto;
  text-align: left;
}
.page-template-template-home .recent .zilla-gallery-container,
.page-template-template-home .recent .format-image .entry-thumbnail {
  margin: 0;
  float: none;
  width: auto;
  padding: 0;
}
.page-template-template-home .recent .entry-header {
  padding: 0;
  border: none;
}
.page-template-template-home .btn-load-more {
  clear: both;
  display: block;
  margin: 2em auto;
}
.page-template-template-home .btn-load-more .fa {
  margin-left: 12px;
}
img#wpstats {
  display: none;
}
/*-----------------------------------------------------------------------------------*/
/*	10.	Widgets & Modules
/*-----------------------------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.widget .children {
  border: none;
}
.widget ul,
.widget ol {
  margin-bottom: 0;
  padding: 0px 0px 0px 20px;
  padding: 0rem 0rem 0rem 2rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.widget ul li,
.widget ol li {
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
}
.widget select {
  width: 100%;
}
.widget .post {
  min-height: 0 !important;
  padding: 0 !important;
}
.widget .entry-title {
  position: static !important;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  clear: both;
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 0.5em;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 48px;
  line-height: 4.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.widget .entry-title small,
.widget .entry-title .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.widget .entry-title small,
.widget .entry-title .small {
  font-size: 65%;
}
.widget .detail {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  line-height: 3rem;
  color: rgba(0, 0, 0, 0.8);
}
.sidebar-widgets.credit .widget {
  margin: 0;
}
.widget-title {
  padding-bottom: 10px;
  padding-bottom: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-size: 1.8rem;
}
/* Recent Work Widget ---------------------------------------------------*/
.widget.zilla_recentwork_widget {
  margin-bottom: 20px;
}
/* Search Widget --------------------------------------------------------*/
.widget_search label {
  display: block;
}
.widget_search .search-field:focus {
  padding-left: 27px;
}
.widget_search #s {
  width: 100%;
}
.widget_search form,
.widget_search fieldset {
  margin: 0;
}
/* Calander Widget -------------------------------------------------------*/
.widget_calendar caption {
  margin-bottom: 5px;
}
.widget_calendar table {
  width: 100%;
}
/* 125 x 125 Widget ------------------------------------------------------*/
.zilla_ad_widget {
  padding-right: 0;
}
.ads-125 img {
  margin: 0 10px 10px 0;
}
/* Twitter Widget -------------------------------------------------------*/
.widget_twitter_timeline .timeline {
  background: transparent;
}
/* Flickr Widget --------------------------------------------------------*/
.zilla_flickr_widget {
  padding-right: 0;
}
.zilla_flickr_widget > div {
  margin-right: -20px;
  padding-right: 10px;
}
.flickr_badge_image {
  float: left;
  margin: 0 5px 5px 0;
}
.flickr_badge_image img {
  background: #fff;
  padding: 3px;
  border: 1px solid #ddd;
}
.flickr_badge_image img:hover {
  border: 1px solid #ccc;
}
/* Video Widget ----------------------------------------------------------*/
.zilla_video {
  margin-bottom: 10px;
}
/* 300 x 250 Widget ------------------------------------------------------*/
.zilla-ad300-widget {
  padding: 0;
}
.zilla-ad300-widget .widget-title {
  display: none;
}
.ads-300 {
  width: 300px;
  height: 250px;
  overflow: hidden;
}
/* Tabbed Widget ---------------------------------------------------------*/
.zilla-tab-widget .zilla_tabs {
  background: #f4f4f4;
  padding: 3px;
}
.zilla-tab-widget #tab-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 40px;
}
.zilla-tab-widget #tab-items li {
  float: left;
  margin: 0 2px 0 0;
  line-height: 40px;
  padding: 0;
  background: none;
}
.zilla-tab-widget #tab-items li a {
  font-size: 11px;
  color: #999;
  padding: 0 10px;
  display: block;
  border-left: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.zilla-tab-widget #tab-items li a:hover,
.zilla-tab-widget #tab-items li.ui-tabs-selected a,
.zilla-tab-widget #tab-items li.ui-state-active a {
  background: #fff;
  text-decoration: none;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.zilla-tab-widget .tabs-inner {
  border: 1px solid #e8e8e8;
  padding: 15px;
  background: #fff;
}
.zilla-tab-widget .ui-tabs-hide {
  display: none;
}
.zilla-tab-widget .tab ul {
  list-style-type: none;
  margin: 0;
}
.zilla-tab-widget .tab ul li {
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}
.zilla-tab-widget .tab-thumb img {
  padding: 2px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  float: left;
  margin: 0 8px 0 0;
}
.zilla-tab-widget .entry-title,
.zilla-tab-widget .entry-title a {
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
  padding: 0;
}
.zilla-tab-widget .entry-meta,
.zilla-tab-widget .entry-meta a {
  color: #999;
  font-size: 10px;
}
.zilla-tab-widget .entry-meta a:hover {
  text-decoration: none;
  color: #333;
}
.tab-comments .avatar {
  padding: 2px;
  background: #fff;
  border: 1px solid #ddd;
  float: left;
  margin: 0 8px 0 0;
}
.tab-comments h3,
.tab-comments h3 a {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: italic;
  color: #666;
  text-transform: none;
}
.tab-tags a {
  color: #666;
  background: #fafafa;
  padding: 3px 6px;
  display: block;
  float: left;
  margin: 0 2px 2px 0;
}
.tab-tags a:hover {
  background: #f2f2f2;
  text-decoration: none;
}
html body a.zilla-button:not(.border),
html body a.zilla-button:visited:not(.border) {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none;
}
html body a.zilla-button:not(.border).accent,
html body a.zilla-button:visited:not(.border).accent {
  background-color: #0074d9;
}
html body a.zilla-button.border,
html body a.zilla-button:visited.border {
  background: none;
  border: 1px solid #0074d9 !important;
  color: #0074d9 !important;
  text-shadow: none;
  box-shadow: none;
}
/* Audio/Video jPlayer Skin --- */
.jp-audio,
.jp-video {
  margin: 0 auto -1.57142857em;
  width: 480px;
  max-width: 100%;
}
.jp-video + .jp-audio,
.fluid-width-video-wrapper + .jp-audio {
  margin-top: 2.71428571428em;
}
.jp-gui {
  margin-bottom: -35px;
}
.jp-interface {
  background: #232527 url(assets/img/media_player.png) 0 -132px repeat-x;
  border: 1px solid #000000;
  border-radius: 3px;
  box-shadow: 0 1px 0 #4b4e53 inset, 0 1px 3px rgba(0, 0, 0, 0.7);
  margin-bottom: 3px;
  position: relative;
  height: 33px;
  width: 91.25%;
  /* 438 / 480 */
  left: 4.545454545%;
  /* 20 / 440 */
  top: -53px;
}
.jp-video-full {
  position: relative;
}
.jp-video-full .jp-jplayer {
  background: #000000;
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  overflow: hidden;
  z-index: 998;
}
.jp-video-full .jp-gui {
  z-index: 1000;
  display: block;
}
.jp-video-full .jp-interface {
  bottom: 0;
  top: auto;
  left: 0.25%;
  position: fixed;
  width: 99%;
  z-index: 1000;
}
/* Controls ----- */
.jp-controls,
.jp-toggles {
  float: left;
  margin: 0;
  padding: 0;
  z-index: 100;
}
.jp-controls li {
  float: left;
}
.jp-controls a {
  position: absolute;
  overflow: hidden;
  text-indent: -999em;
}
.jp-play,
.jp-pause {
  background: #d2d6db url(assets/img/media_player.png) 0 0 no-repeat;
  border-top: 1px solid #4b4e53;
  border-bottom: none;
  display: block;
  z-index: 2;
  height: 100%;
  width: 30px;
}
.jp-play:hover,
.jp-pause:hover {
  background-color: #0076a3;
  border-bottom: none;
}
.jp-pause {
  background-position: 0 -33px;
}
.jp-play,
.jp-pause {
  border-radius: 3px 1px 1px 3px;
  border-right: 1px solid #4b4e53;
}
.jp-progress {
  position: absolute;
  padding: 0 25px 0 40px;
  margin: 11px 0;
  width: 100%;
  height: 9px;
}
.jp-seek-bar {
  background: #141618;
  border-bottom: 1px solid #2c2d2f;
  border-left: 1px solid #0f0f10;
  border-right: 1px solid #0f0f10;
  border-top: 1px solid #000000;
  border-radius: 2px;
  cursor: pointer;
  height: 8px;
  padding: 0 0 1px 0;
  position: relative;
  z-index: 999;
}
.jp-play-bar {
  border-radius: 1px 2px 2px 1px;
  background: #0076a3;
  background-size: 8px 8px;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  box-shadow: 0 5px 5px rgba(255, 255, 255, 0.2) inset;
  height: 8px;
}
.jp-play-bar {
  -webkit-animation: animate-stripes 3s linear infinite;
  -moz-animation: animate-stripes 3s linear infinite;
}
@-webkit-keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}
/*# sourceMappingURL=style.css.map */