@charset "UTF-8";
/******************
// Mixins
******************/
/*debug*/
/*
* combine rem and px
* usage
* @include rem(font-size, 14px);
* @include rem(margin, 0 auto 1);
* @include rem(padding-bottom, 3%);
 */
/**********************************************
 * $UTILITY
 ******************************************** */
.no-gutter {
  padding: 0 !important;
  margin: 0 !important;
}

/* shortcode for margin */
.mr1em {
  margin-right: 1em;
}

.ml1em {
  margin-left: 1em;
}

.mr05em {
  margin-right: 0.5em;
}

.ml05em {
  margin-left: 0.5em;
}

/*colors */
.black, .black a {
  color: black;
}

.white, .white a {
  color: white;
}

.grey, .grey a {
  color: #666;
}

.darkgrey, .darkgrey a {
  color: #333;
}

.lightgrey, .footer-center aside ul, .footer-center nav ul, .lightgrey a, .footer-center aside ul a, .footer-center nav ul a {
  color: #999;
}

.primary-color, .primary-color a {
  color: #bf1534;
}

/*.row
 * max-width: 100%!important */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !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: transparent;
}

body {
  font-family: "Roboto Slab";
  font-size: 16px;
  line-height: 1.42857;
  color: #272727;
  background-color: #333;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #911027;
  text-decoration: none;
}
a:hover, a:focus {
  color: #a8122e;
  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;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #333;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  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,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

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: #a8122e;
}

a.text-primary:hover {
  color: #7a0d21;
}

.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;
}

.bg-primary {
  background-color: #a8122e;
}

a.bg-primary:hover {
  background-color: #7a0d21;
}

.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: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .tools-links, .main-nav ul, .footer-center aside ul, .footer-center nav ul, .footer-last ul {
  padding-left: 0;
  list-style: none;
}

.list-inline, .tools-links, .footer-last ul, .single .entry-footer .entry-tags {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li, .tools-links > li, .footer-last ul > li, .single .entry-footer .entry-tags > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  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.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right,
.archive blockquote.more {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
.archive blockquote.more footer:before,
blockquote.pull-right small:before,
.archive blockquote.more small:before,
blockquote.pull-right .small:before,
.archive blockquote.more .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
.archive blockquote.more footer:after,
blockquote.pull-right small:after,
.archive blockquote.more small:after,
blockquote.pull-right .small:after,
.archive blockquote.more .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
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: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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, .home .container .col-right, .single .col-right, .page .container.main .col-right, .archive .col-right, .footer-center aside, .footer-center nav, .col-lg-3, .col-xs-4, .col-sm-4, .e404 .col-left, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .hp-slider--col-right, .col-lg-5, .col-xs-6, .col-sm-6, .footer-center aside, .footer-center nav, .col-md-6, .navbar--col-left, .navbar--col-right, .col-lg-6, .col-xs-7, .col-sm-7, .e404 .col-right, .col-md-7, .hp-slider--col-left, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .home .container .col-left, .single .col-left, .archive .col-left, .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, .page .col-full, .col-sm-12, .col-md-12, .page .container.main .col-left, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.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, .page .col-full {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12, .page .col-full {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .e404 .col-left, .col-sm-5, .col-sm-6, .footer-center aside, .footer-center nav, .col-sm-7, .e404 .col-right, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4, .e404 .col-left {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6, .footer-center aside, .footer-center nav {
    width: 50%;
  }

  .col-sm-7, .e404 .col-right {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1, .e404 .col-right {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .home .container .col-right, .single .col-right, .page .container.main .col-right, .archive .col-right, .footer-center aside, .footer-center nav, .col-md-4, .col-md-5, .hp-slider--col-right, .col-md-6, .navbar--col-left, .navbar--col-right, .col-md-7, .hp-slider--col-left, .col-md-8, .col-md-9, .home .container .col-left, .single .col-left, .archive .col-left, .col-md-10, .col-md-11, .col-md-12, .page .container.main .col-left {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3, .home .container .col-right, .single .col-right, .page .container.main .col-right, .archive .col-right, .footer-center aside, .footer-center nav {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5, .hp-slider--col-right {
    width: 41.66667%;
  }

  .col-md-6, .navbar--col-left, .navbar--col-right {
    width: 50%;
  }

  .col-md-7, .hp-slider--col-left {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9, .home .container .col-left, .single .col-left, .archive .col-left {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12, .page .container.main .col-left {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #333;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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: 22px;
  font-size: 24px;
  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: 16px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.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;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 33px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  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="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled 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 {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

select.form-group-lg .form-control {
  height: 49px;
  line-height: 49px;
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  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, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  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, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  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 ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #676767;
}

@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 .form-control-static {
    display: inline-block;
  }
  .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: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@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;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  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: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #a8122e;
  border-color: #911027;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #7a0d21;
  border-color: #5a0a18;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #a8122e;
  border-color: #911027;
}
.btn-primary .badge {
  color: #a8122e;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #911027;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .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: #a8122e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  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%;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #911027;
  background-color: transparent;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #a8122e;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #a8122e;
  border-color: #a8122e;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(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: #fff;
  border: 1px solid #999;
  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: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block, .e404 .col-left {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right, .archive .more {
  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;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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;
  }
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

.pull-right, .archive .more {
  float: right;
}

.pull-left {
  float: left;
}

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

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

@-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);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: #fff;
}

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

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-rss:before {
  content: "";
}

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

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

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

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

.fa-git:before {
  content: "";
}

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

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

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

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

/*
 *    Core Owl Carousel CSS File
 * v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
*  Owl Carousel Owl Demo Theme
*  v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #333;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smooth: never;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

/**********************************************
 * $TYPO
 ******************************************** */
.link-underline a, .main-nav .sub-menu li a, .entry-content p a, .entry-content li a, .page-content p a, .page-content li a, .entry-post-random li a, .archive .more a {
  color: #911027;
  border-bottom: 3px solid #fbd8df;
  -webkit-transition: all 0.35s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.35s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.link-underline a:hover, .main-nav .sub-menu li a:hover, .entry-content p a:hover, .entry-content li a:hover, .page-content p a:hover, .page-content li a:hover, .entry-post-random li a:hover, .archive .more a:hover {
  text-decoration: none;
  color: white;
  background-color: #bf1534;
  border-color: black;
}

.on {
  color: #bf1534 !important;
}

.nounderline {
  text-decoration: none !important;
}

blockquote {
  font-family: Monaco, "Courier New", monospace;
  position: relative;
  font-size: 0.95em;
  margin: 2em 0;
  background-color: #e6e6e6;
  padding: 3em 3em 3em 6em;
  border-left: 1em solid #f17c92;
  quotes: "“" "”";
}
blockquote:before {
  position: absolute;
  left: 3%;
  top: 3%;
  display: inline-block;
  margin-right: 0.25em;
  font-size: 6em;
  content: open-quote;
  color: #a8122e;
}
blockquote p {
  padding: 0;
}
blockquote footer {
  font-size: 95%;
}
blockquote footer:before {
  color: #666;
  content: "– ";
}

.pullquote {
  font-size: 90%;
  color: #666;
  width: 30%;
  padding: 0 0.8em;
  margin: 1em 0;
  font-style: italic;
}
.pullquote.right {
  float: right;
  margin-left: 1em;
  border-left: 3px solid #ccc;
}
.pullquote.left {
  float: left;
  margin-right: 1em;
  border-right: 3px solid #ccc;
}

/**********************************************
 * $COMMON
 ******************************************** */
.content {
  margin: 2em 0;
  background: white;
  padding: 0 3em 3em 3em;
  background-color: #f7f7f7;
  outline: 1px solid #eaeaea;
}

/**********************************************
 * $debug
 *
 ******************************************** */
.test {
  outline: 2px dotted green;
}

@media print {
  body {
    margin: 1in;
    font-size: 16px;
    line-height: 2;
    color: #000;
  }

  video, audio, object, embed, .sidebar, .entry-post-random,
  .comment-respond, .footer-main, .post-links, .footer-last {
    display: none;
  }

  .single .col-sm-8, .single .col-sm-4, .single .e404 .col-left, .e404 .single .col-left {
    width: 100%;
  }
  .single .entry-meta {
    text-align: center;
    float: none;
  }
  .single .entry-meta ul {
    text-align: center !important;
  }
  .single .content {
    width: 100%;
    outline: none;
    padding: 0;
  }
  .single .col-left {
    width: 100%;
  }
  .single img {
    text-align: center !important;
  }
}
.single .col-left {
  overflow: hidden;
  padding-right: 3em;
}

.page .page-header {
  margin: 0;
}

.archive .col-left {
  margin-top: 1em;
}

/**********************************************
 * $HEADER
 *
 * main header
 ******************************************** */
.navbar {
  padding: 1em 0 1.5em 0;
  background-color: white;
}
.navbar .navicon {
  font-size: 2.2em;
  display: block;
  float: left;
  line-height: 1.5;
}
.navbar .navicon a {
  padding: 0.1em 0.2em;
  background-color: #000;
  color: white;
}
.navbar .col-xs-6 {
  position: relative;
}
.navbar .nav-brand {
  position: relative;
  display: inline-block;
  margin: 0.2em 0 0 0.4em;
  padding: 0;
  height: 0;
}
.navbar .nav-brand a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  color: #a8122e;
}
.navbar .nav-brand a:hover {
  opacity: 0.8;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.navbar .nav-brand img {
  max-width: 100%;
  margin-top: -8px;
}

.tools-links {
  text-align: right;
  padding-top: 0.4em;
  font-size: 1.8em;
  color: white;
}
.tools-links a {
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  color: #333;
}
.tools-links a:hover {
  color: #666;
}
.tools-links .btn-fing {
  background-color: #bf1534;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  vertical-align: middle;
  margin-left: 1em;
  margin-top: -3px;
  text-transform: uppercase;
  border: 1px solid #a8122e;
}
.tools-links .btn-fing a {
  font-size: 11px;
  font-size: 1.1rem;
  color: white;
  padding: 0.5em 0.8em;
  display: inline-block;
}

.header-search {
  background-color: #111;
  padding: 1.5em 0;
  overflow: hidden;
  display: none;
}
.header-search input[type='text'] {
  color: #d8d8d8;
  width: 90%;
  float: left;
  font-size: 2em;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
}
.header-search input[type='submit'] {
  border: none;
  background-color: transparent;
  padding: 0.6em;
  color: #666;
  font-size: 2em;
}

.main-nav {
  position: relative;
  background-color: #1f1f1f;
  width: 45%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  display: none;
  box-shadow: 0 5px 10px black;
  overflow-y: auto;
}
.main-nav ul {
  margin: 0;
  padding: 3em 4em;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.main-nav ul li {
  color: white;
  text-align: center;
  font-variant: small-caps;
  padding: 1em;
  border-bottom: 0.1em solid rgba(68, 68, 68, 0.5);
}
.main-nav ul li h2 {
  font-family: "Montserrat";
  font-size: 25px;
  font-size: 2.5rem;
}
.main-nav .close-nav {
  position: absolute;
  top: 3%;
  right: 5%;
  font-size: 2em;
  display: block;
  color: grey;
}
.main-nav .sub-menu {
  margin: 0.6em 0;
  padding: 0;
}
.main-nav .sub-menu li {
  text-align: left;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.4em 0;
  border: none;
  font-variant: normal;
}
.main-nav .sub-menu li a {
  color: #f393a5;
}
.main-nav .sub-menu li:after {
  content: " - ";
  margin: 0 0.3em;
}
.main-nav .sub-menu li:last-child:after {
  content: "";
  margin: 0;
}
.main-nav .sub-menu.thema li {
  font-size: 15px;
  font-size: 1.5rem;
}

.overlay {
  background-color: #666;
  color: white;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  display: none;
}
.overlay.on {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  display: block;
}

/**********************************************
 * $FOOTER
 *
 * footer
 ******************************************** */
.footer-main {
  font-family: "Roboto";
  margin-top: 4em;
  position: relative;
  padding: 1em 0;
  color: white;
  background-color: #0d0d0d;
}

.list-events a:before {
  display: inline;
  padding: 0 0.3em 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: middle;
  display: inline-block;
  padding-right: 0.5em;
  vertical-align: top;
}

.list-page a:before {
  display: inline;
  padding: 0 0.3em 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: middle;
  display: inline-block;
  padding-right: 0.5em;
  vertical-align: top;
}

.list-rss li a:before {
  display: inline;
  padding: 0 0.3em 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: middle;
  display: inline-block;
  padding-right: 0.5em;
  vertical-align: top;
}

.list-comments a:before {
  display: inline;
  padding: 0 0.3em 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: middle;
  display: inline-block;
  padding-right: 0.5em;
  vertical-align: top;
}

.footer-center {
  padding: 2em 0;
}
.footer-center h4 {
  margin: 0;
  background-color: #262626;
  padding: 0.5em 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-variant: small-caps;
  color: #9a9a9a;
  float: left;
  display: block;
}
.footer-center h4 a {
  color: #9a9a9a;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-center h4 a:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.footer-center ul li {
  border-bottom: 1px solid #333;
}
.footer-center ul li:last-child {
  border: none;
}
.footer-center ul li a {
  text-decoration: none;
  display: block;
  padding: 0.8em 0.3em;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  color: rgba(255, 255, 255, 0.6);
}
.footer-center ul li a:hover {
  background-color: #111;
}
.footer-center .widget-title {
  border-bottom: 1px solid #333;
  overflow: hidden;
}
.footer-center .list-unstyled, .footer-center .tools-links, .footer-center .main-nav ul, .main-nav .footer-center ul, .footer-center aside ul, .footer-center nav ul, .footer-center .footer-last ul, .footer-last .footer-center ul {
  font-size: 0.96em;
}
.footer-center .footer-comments .info li {
  margin-right: 1em;
  border: none;
  font-size: 88%;
  padding: 0;
  margin: 0;
}

.list-partners h4 {
  font-size: 120%;
}
.list-partners ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1em 0 3em 0;
  padding: 0;
}
.list-partners li {
  list-style: none;
  display: inline;
  font-variant: small-caps;
}
.list-partners li a {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  font-weight: 700;
  opacity: 0.5;
  color: white;
  background-color: rgba(191, 21, 52, 0.2);
  padding: 0.6em 1em;
  border: 0.1em solid #bf1534;
  font-size: 0.85em;
}
.list-partners li a:hover {
  opacity: 1;
}
.list-partners li a::before {
  content: "";
  padding: 0;
}

.bloc-newsletter {
  border: 2px solid rgba(100, 100, 100, 0.1);
  padding: 1.5em;
  background: rgba(50, 50, 50, 0.1);
  overflow: hidden;
}
.bloc-newsletter i {
  font-size: 50px;
  font-size: 5rem;
}
.bloc-newsletter p {
  opacity: 0.4;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify;
}
.bloc-newsletter input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  width: 100%;
  color: #666;
  margin-bottom: 1em;
}

.footer-last {
  font-family: "Roboto";
  background-color: #111;
  position: relative;
  min-height: 4em;
  padding: 2em 0 1.5em 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.footer-last ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-last a {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.footer-last a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.footer-last li {
  opacity: 0.6;
  filter: alpha(opacity=60);
  padding: 0;
  margin: 0;
  text-align: center;
}
.footer-last li::before {
  content: "▣";
  padding: 0 1em;
}
.footer-last li:first-child:before {
  content: "";
}

.toTop {
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 50px;
  width: 5rem;
  height: 50px;
  height: 5rem;
  text-align: center;
  font-size: 35px;
  font-size: 3.5rem;
  background-color: #ec4e6b;
  color: white;
}
.toTop:hover {
  background: #7a0d21;
  color: white;
}

/**********************************************
 * $SIDEBAR
 ******************************************** */
.sidebar {
  margin-top: 2em;
}
.sidebar h3 {
  font-family: "Montserrat";
  font-size: 17px;
  font-size: 1.7rem;
  font-variant: small-caps;
  background-color: #161616;
  color: white;
  padding: 0.5em 1em;
  border-bottom: 2px solid #bf1534;
}
.sidebar h3 label {
  font-weight: normal;
}
.sidebar select option {
  padding: 0.2em 1em !important;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Roboto";
}

/**********************************************
 * $HOME
 ******************************************** */
.hp-sliders {
  margin: 0 0 1.5em 0;
}

.slide {
  color: white;
  text-align: center;
  padding: 0 5em;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.slide h1, .slide h2, .slide p {
  font-family: "Montserrat";
}
.slide h1, .slide h2 {
  display: block;
  line-height: 1.5;
  margin-top: 0.5em;
  font-weight: 400;
}
.slide h1:after, .slide h2:after {
  content: "";
  width: 50%;
  display: block;
  margin: 0.8em auto;
  border-bottom: 1px solid white;
}
.slide .main-category {
  display: inline-block;
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid white;
  font-size: 1em;
  background: transparent;
  color: white;
  font-family: inherit;
  font-variant: small-caps;
  font-family: "Roboto";
}
.slide .main-category:before {
  display: inline;
  padding: 0 0.3em 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: top;
}
.slide .main-category a {
  display: inline;
}
.slide a {
  display: block;
  color: inherit;
}
.slide a:hover {
  text-decoration: none;
}

.slide-one {
  height: 100%;
  background-color: #a3122c;
}
.slide-one:hover {
  background-color: #8c0f26;
}
.slide-one h1 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}
.slide-one .main-category {
  margin-top: 2em;
}
.slide-one p {
  font-size: 1.2em;
  text-align: justify;
  font-family: "Roboto Slab";
}

.slide-two, .slide-three {
  padding: 2em;
}
.slide-two h2, .slide-three h2 {
  font-size: 25px;
  font-size: 2.5rem;
}
.slide-two p, .slide-three p {
  text-align: justify;
}
.slide-two .main-category, .slide-three .main-category {
  font-size: 12px;
  font-size: 1.2rem;
}
.slide-two .owl-buttons, .slide-three .owl-buttons {
  position: absolute;
  top: 2%;
  right: 2%;
}
.slide-two.owl-theme .owl-controls .owl-buttons div, .slide-three.owl-theme .owl-controls .owl-buttons div {
  font-size: 1.5em;
  padding: 0;
  background: transparent;
}

.slide-two {
  background-color: black;
  height: 50%;
}
.slide-two:hover {
  background: #262626;
}

.slide-three {
  background-color: #555;
  height: 50%;
}
.slide-three:hover {
  background: #3b3b3b;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  border-radius: 50%;
  font-size: 1em;
  background-color: #e72045;
  border-color: #d6183a;
}

.section-title {
  font-family: "Roboto";
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #292929;
  color: white;
  margin: 1em auto 0.7em auto;
  padding: 0.8em 0.5em;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.section-title::before {
  display: inline;
  padding: 0 0 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: top;
  margin-right: 0.2em;
}
.section-title i {
  margin-left: 1em;
}
.section-title a {
  color: inherit;
}
.section-title span {
  font-variant: small-caps;
  color: grey;
}

.last-postlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.last-postlist-item {
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  position: relative;
  padding: 2em;
  background-color: white;
  margin-bottom: 1em;
  font-size: 100%;
}
.last-postlist-item .last-postlist-item-cat span {
  color: #666;
  padding: 1% 2%;
  border-color: #666;
}
.last-postlist-item p {
  margin-top: 1.5em;
}
.last-postlist-item li a, .last-postlist-item a {
  color: inherit;
  border-bottom: 1px dotted;
}
.last-postlist-item:hover, .last-postlist-item:hover a, .last-postlist-item:hover span {
  background-color: #e72045;
  color: white;
  text-decoration: none;
}
.last-postlist-item:nth-child(odd) {
  margin-right: 2%;
}
.last-postlist-item:nth-child(4n-2), .last-postlist-item:nth-child(4n-1) {
  background-color: #a3122c;
}
.last-postlist-item:nth-child(4n-2) h3.hp-entry-title, .last-postlist-item:nth-child(4n-2) p, .last-postlist-item:nth-child(4n-2) li, .last-postlist-item:nth-child(4n-2) li a, .last-postlist-item:nth-child(4n-1) h3.hp-entry-title, .last-postlist-item:nth-child(4n-1) p, .last-postlist-item:nth-child(4n-1) li, .last-postlist-item:nth-child(4n-1) li a {
  color: white;
}
.last-postlist-item:nth-child(4n-2):hover, .last-postlist-item:nth-child(4n-1):hover {
  background-color: #e72045;
}
.last-postlist-item:nth-child(4n-2):hover h3.hp-entry-title, .last-postlist-item:nth-child(4n-2):hover p, .last-postlist-item:nth-child(4n-2):hover li, .last-postlist-item:nth-child(4n-2):hover li a, .last-postlist-item:nth-child(4n-1):hover h3.hp-entry-title, .last-postlist-item:nth-child(4n-1):hover p, .last-postlist-item:nth-child(4n-1):hover li, .last-postlist-item:nth-child(4n-1):hover li a {
  color: white;
}
.last-postlist-item:nth-child(4n-2) .last-postlist-meta, .last-postlist-item:nth-child(4n-1) .last-postlist-meta {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.last-postlist-item:nth-child(4n-2) .last-postlist-item-cat span, .last-postlist-item:nth-child(4n-1) .last-postlist-item-cat span {
  color: white;
  border-color: white;
}
.last-postlist-item .last-postlist-content {
  display: block;
  padding-bottom: 4em;
  font-size: 14px;
  font-size: 1.4rem;
}
.last-postlist-item .last-postlist-content p {
  text-align: justify;
}
.last-postlist-item .last-postlist-content:hover {
  cursor: pointer;
}

.last-postlist-item-cat {
  opacity: 0.7;
  position: absolute;
  right: 0;
  left: 0;
  top: 3%;
  display: inline-block;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.last-postlist-item-cat span {
  border: 1px solid white;
  color: white;
  padding: 0.2em 0.5em;
}
.last-postlist-item-cat span:before {
  display: inline;
  padding: 0 0.3em 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: top;
}

.hp-entry-title {
  position: relative;
  margin: 1.2em 0 0.5em 0;
  padding-bottom: 1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
  font-size: 17px;
  font-size: 1.7rem;
}
.hp-entry-title::after {
  content: "";
  width: 20%;
  border-bottom: 3px solid;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

p {
  text-align: left;
}

.last-postlist-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-size: 1.3rem;
}
.last-postlist-meta ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.last-links .item {
  position: relative;
  display: block;
  -webkit-transition: scale background 0.4s;
  transition: scale background 0.4s;
  padding: 0.1em 0;
  margin-bottom: 2%;
  background: #555;
}
.last-links .item:hover {
  background: #484848;
  color: #bbb;
}
.last-links .item div {
  margin: auto;
  padding: 0 0.5em;
}
.last-links .cat {
  font-family: "Roboto";
  text-align: center;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  font-variant: small-caps;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: rgba(191, 21, 52, 0.5);
}
.last-links .cat::before, .last-links .cat::after {
  content: "↝";
  display: inline;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  line-height: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.last-links h3 {
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
  padding: 0 0.8em 0 0;
  color: white;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.last-links h3:before {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  display: inline;
  padding: 0 15px 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: middle;
  color: gray;
}
.last-links h3 a {
  color: inherit;
}

.more-posts {
  border-top: 2px solid #4d4d4d;
  opacity: 0.6;
  margin-top: 1em;
  display: inline-block;
  width: 100%;
  background: #666;
  padding: 0.5em;
  color: white;
  text-align: center;
  font-family: "Roboto";
  font-variant: small-caps;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.more-posts:hover {
  color: white;
  text-decoration: none;
  opacity: 1;
}
.more-posts i {
  margin-left: 0.6em;
}

/**********************************************
 * $POSTS
 *
 * page + single page design
 ******************************************** */
.entry-header, .page-header {
  background-color: #bf1534;
  color: white;
  padding: 3em 0;
  text-align: center;
}
.entry-header h1, .page-header h1 {
  position: relative;
  background: white;
  display: inline;
  line-height: 1.3;
  color: black;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 50px;
  font-size: 5rem;
}

.entry-content, .page-content {
  width: 100%;
  position: relative;
  margin-top: 4em;
  line-height: 1.75;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: -0.003em;
}
.entry-content > p, .page-content > p {
  margin: 1.5em 0;
}
.entry-content .lead, .page-content .lead {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #fbd8df;
  padding: 2em;
}
.entry-content img, .page-content img {
  max-width: 100%;
  height: auto;
}
.entry-content h2, .page-content h2 {
  color: #911027;
  font-size: 24px;
  font-size: 2.4rem;
  font-variant: small-caps;
}
.entry-content h2 + p, .page-content h2 + p {
  margin-top: 0;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin-top: 1.6em;
  font-family: "Montserrat";
}
.entry-content h3 + p, .entry-content h4 + p, .entry-content h5 + p, .entry-content h6 + p, .page-content h3 + p, .page-content h4 + p, .page-content h5 + p, .page-content h6 + p {
  margin: 0.1em 0;
}
.entry-content h3, .page-content h3 {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  margin: 2.2em 0 0.6em 0;
  font-weight: 700;
}
.entry-content ul, .entry-content ol, .page-content ul, .page-content ol {
  margin: 1em 0.5em;
}
.entry-content li, .page-content li {
  margin-bottom: 0.5em;
}
.entry-content ul li, .page-content ul li {
  list-style: square;
}
.entry-content ol li, .page-content ol li {
  margin: 0.3em 0;
  list-style: lower-greek;
}
.entry-content hr, .page-content hr {
  margin: 3em 0;
  border: 0.2em solid #ddd;
}
.entry-content a, .page-content a {
  font-weight: 500;
}

.page-header--excerpt, .entry-header--excerpt {
  width: 90%;
  margin: 2em auto 0 auto;
  color: white;
  text-align: left;
  font-size: 1.1em;
}

.entry-content p:first-child:first-letter {
  float: left;
  font-size: 5em;
  color: #333;
  margin-right: 0.1em;
  line-height: 90%;
}

.entry-post-random {
  margin: 3em 0;
  background-color: #cccccc;
  border: 5px double #bfbfbf;
  padding: 2.5em 2em;
}
.entry-post-random:before, .entry-post-random:after {
  content: " ";
  display: table;
}
.entry-post-random:after {
  clear: both;
}
.entry-post-random h3 {
  margin-top: 0;
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
.entry-post-random h4 {
  font-size: 14px;
  font-size: 1.4rem;
}
.entry-post-random h4:before {
  display: inline;
  padding: 0 0.4em 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: top;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
  color: #bf1534;
}
.entry-post-random ul {
  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-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.entry-post-random li {
  width: 33.33333%;
  padding-right: 1em;
}
.entry-post-random li:before, .entry-post-random li:after {
  content: " ";
  display: table;
}
.entry-post-random li:after {
  clear: both;
}
.entry-post-random li a {
  border-bottom: 1px solid #bf1534;
  color: black;
}

/**********************************************
 * $PAGE
 ******************************************** */
.page .page-header {
  background-color: #262626;
  border: none;
}

.page-id-8732 .author {
  box-sizing: border-box;
  background: black;
  padding: 1em 2.5em;
  color: #ccc;
  font-family: "Roboto";
  border: 10px solid white;
}
.page-id-8732 .author-avatar {
  margin-top: 5.5em;
  margin-left: 2em;
  margin-bottom: 1em;
  float: right;
}
.page-id-8732 .author-info h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  font-variant: small-caps;
  padding-bottom: 0.3em;
}
.page-id-8732 .author-desc {
  font-size: 15px;
  font-size: 1.5rem;
}
.page-id-8732 .author-desc a {
  color: #f17c92;
}
.page-id-8732 .author-link a {
  clear: both;
  margin-top: 2em;
  display: block;
  background-color: #bf1534;
  padding: 0.4em;
  color: white;
  text-align: center;
  font-variant: small-caps;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  box-shadow: 2px 2px #f5a1b0;
}
.page-id-8732 .author-link a:hover {
  background: #7a0d21;
}

/**********************************************
 * $SINGLE
 *
 ******************************************** */
.single .entry-meta {
  font-family: "Roboto";
  position: relative;
}
.single .entry-meta ul {
  padding: 1em 2em;
  opacity: 0.9;
  text-align: right;
}
.single .entry-meta li {
  padding: 0.5em 0 0.5em 1em;
  font-size: 0.88em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-variant: small-caps;
  overflow: hidden;
}
.single .entry-meta a {
  color: white;
}
.single .entry-meta .tags a {
  display: inline-block;
  margin-right: 2%;
  font-size: 12px;
  font-size: 1.2rem;
  font-variant: small-caps;
  text-decoration: none;
}
.single .entry-meta .tags a:hover {
  text-decoration: underline;
}
.single .entry-meta .tags ul {
  margin: 0;
  padding: 0;
}
.single .entry-meta .tags ul li {
  border: 0;
  padding: 0.3em;
  margin: 0;
}
.single .entry-meta .tags i {
  float: right;
}
.single .entry-meta .post-links {
  margin-top: 2em;
  opacity: 0.6;
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: white;
}
.single .entry-meta .post-links .prev:before {
  display: inline;
  padding: 0 0.5em 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: middle;
}
.single .entry-meta .post-links .next:after {
  display: inline;
  padding: 0 0.5em 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: middle;
}
.single .entry-author {
  font-family: "Montserrat";
  font-size: 1em;
  text-align: center;
  display: inline-block;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 0.5em;
  margin-top: 1em;
  font-variant: small-caps;
}
.single .entry-author a {
  color: inherit;
  font-weight: bold;
}
.single .entry-author a:hover {
  text-decoration: none;
  color: #f393a5;
}
.single .entry-author a:after {
  display: inline;
  padding: 0 0.3em 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: top;
}
.single .entry-footer .entry-tags {
  margin-top: 3em;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.single .entry-footer .entry-tags li {
  padding: 0;
  margin: 0;
  text-align: center;
}
.single .entry-footer .entry-tags a {
  display: inline-block;
  font-variant: small-caps;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #ddd;
  color: black;
  padding: 0.3em 0.6em;
  margin: 0.2em;
  border: 1px solid #ccc;
  text-decoration: none;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.single .entry-footer .entry-tags a:before {
  display: inline;
  padding: 0 0.3em 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: top;
}
.single .entry-footer .entry-tags a:hover {
  background-color: #c4c4c4;
}

.single-alireailleurs .entry-header {
  background-color: #555;
}

.cat-edito .entry-header, .cat-opinions .entry-header {
  background-color: black;
}

/**********************************************
 * $ARCHIVES
 ******************************************** */
.archive .page-title {
  position: relative;
  background-color: #262626;
  padding: 0.8em 1em;
  color: white;
}
.archive .page-title:before {
  content: "↬";
  display: inline;
  padding-right: 0.3em;
  vertical-align: top;
}
.archive .page-title .results {
  position: absolute;
  top: 10%;
  right: 2%;
  opacity: 0.1;
  font-size: 30px;
  font-size: 3rem;
}
.archive article {
  border-bottom: 0.356em solid #d9d9d9;
  padding: 1em 1em;
}
.archive article h2 {
  position: relative;
  margin-bottom: 0.6em;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  padding-left: 1.5em;
}
.archive article h2:before {
  position: absolute;
  top: 0.1em;
  left: 0;
  font-size: 1em;
  display: inline;
  padding: 0 0 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: middle;
  color: #333;
}
.archive .more {
  padding: 0.8em;
  display: inline-block;
}
.archive .more a {
  font-variant: small-caps;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.6em 1.2em;
  border: 1px solid black;
  box-shadow: 2px 2px #0a0a0a;
}
.archive .more a::after {
  margin-left: 10px;
  content: "→";
}
.archive .entry-archives-meta ul {
  font-family: "Roboto";
  margin: 0;
  padding: 0;
}
.archive .entry-archives-meta li {
  list-style: square;
  padding-bottom: 0.3em;
}

.search-results article:nth-child(even) {
  background: #f2f2f2;
}
.search-results article:nth-child(odd) {
  background: #fdeff2;
}

.search .page-title {
  margin-bottom: 0.1em;
}

.advancedsearch {
  background-color: #444;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding: 1em;
}
.advancedsearch:hover {
  background-color: #222;
}

.searchandfilter {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 0.92em;
}
.searchandfilter select, .searchandfilter input[type="text"] {
  font-family: "Roboto";
  border: none;
  border-bottom: 1px ridge #ddd;
  padding: 0.4em;
  background-color: #444;
  color: #ddd;
}
.searchandfilter select option, .searchandfilter input[type="text"] option {
  font-size: 0.92em;
  padding: 0.1em 0.4em;
}
.searchandfilter input[type='submit'] {
  font-size: 1em;
  background-color: #777;
  border: 1px ridge #bbb;
  padding: 0.2em 0.8em;
  margin-left: 3em;
  color: #ddd;
  font-variant: small-caps;
}
.searchandfilter ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/**********************************************
 * $ARCHIVES AGENDA
 ******************************************** */
.post-type-archive-agenda .col-left {
  margin-top: 3.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.post-type-archive-agenda .col-left .entry-archives-header {
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1em;
}
.post-type-archive-agenda .col-left h2 {
  font-size: 25px;
  font-size: 2.5rem;
  padding-left: 2.2em;
}
.post-type-archive-agenda .col-left h2::before {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.6);
  display: inline;
  padding: 0 0.8em 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: middle;
}
.post-type-archive-agenda article {
  font-family: "Roboto";
  padding: 1em 0.6em;
  background: #444;
  color: white;
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 5px solid #a90026;
}
.post-type-archive-agenda article:nth-child(odd) {
  margin-right: 2%;
}
.post-type-archive-agenda article a {
  color: #ee657e;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/**********************************************
 * $404
 *
 *  page 404
 ******************************************** */
.e404 {
  position: relative;
  padding: 5em 0;
  color: white;
  font-size: 35px;
  font-size: 3.5rem;
  background-color: #911027;
}
.e404 .alert {
  font-size: 50px;
  font-size: 5rem;
}
.e404 i {
  display: block;
  text-align: center;
  font-size: 8em;
}
.e404 .container ul {
  font-size: 25px;
  font-size: 2.5rem;
}

/**********************************************
 * $BOOTSTRAP
 ******************************************** */
.tooltip {
  font-variant: normal;
}

.pagination {
  margin: 3em 0;
}
.pagination a {
  border-radius: 0 !important;
}

/**********************************************
 * $WORDPRESS
 ******************************************** */
.edit-link {
  position: absolute;
  right: 0;
  top: -3.5em;
  display: inline-block;
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid #aaa;
  font-size: 0.85em;
  background: yellow;
  color: black;
  font-family: inherit;
  font-variant: normal;
}

.alignleft, .entry-content img.left, img[align="left"] {
  float: left;
  margin-right: 2em;
}

.alignright, img[align="right"] {
  float: right;
  margin-left: 2em;
}

.aligncenter {
  text-align: center;
  display: block;
  margin: 0 auto;
  min-width: 100%;
}
.aligncenter.img-responsive {
  width: 100%;
  height: auto;
}

.comments {
  margin-top: 5em;
  border-top: 0.5em solid #333333;
}
.comments ol {
  padding: 0;
  margin: 0;
}
.comments li {
  margin: 0;
  list-style: none;
  margin-bottom: 1em;
}
.comments li article {
  position: relative;
  padding: 1.5em 2.5em;
  margin-bottom: 1em;
  border: 2px solid;
  border-color: #d9d9d9;
  background: #e6e6e6;
  word-wrap: break-word;
}
.comments li.byuser > article {
  background-color: #f8c1cb;
  border-color: #f6aab8;
}
.comments li .depth-2 {
  margin-left: 4%;
}
.comments li .depth-3 {
  margin-left: 8%;
}
.comments li .depth-4 {
  margin-left: 12%;
}
.comments li .depth-5 {
  margin-left: 14%;
}
.comments li .avatar {
  float: left;
  margin: -5px 1em 1em 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s ease, filter 0.3s ease;
  transition: -webkit-filter 0.3s ease, filter 0.3s ease;
}
.comments li .avatar:hover {
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
}
.comments li .comment-meta {
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-family: "Roboto";
}
.comments li .comment-author, .comments li .comment-metadata {
  display: inline;
}
.comments li .comment-author a, .comments li .comment-metadata a {
  color: black;
}
.comments li .reply a {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  bottom: 2%;
  right: 2%;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.comments li .reply a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.comments li .reply a:before {
  color: inherit;
  display: inline;
  padding: 0 0.3em 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: top;
}
.comments .bypostauthor > article {
  border-color: #facfd7;
  background: #fbd8df;
}
.comments .bypostauthor > .avatar {
  float: right;
  margin-left: 1em;
}
.comments .comment-content {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-left: 6em;
}

.comments-title {
  font-size: 25px;
  font-size: 2.5rem;
  margin-top: 0;
  padding: 0.6em;
  background-color: #d6183a;
  color: white;
}
.comments-title .rss-comment {
  color: black;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.comments-title .rss-comment:hover {
  color: #404040;
}

.comment-respond {
  margin-top: 5em;
  border-top: 2px solid #b3b3b3;
  font-family: "Roboto";
}
.comment-respond h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.comment-respond label {
  font-size: 15px;
  font-size: 1.5rem;
  font-variant: small-caps;
}
.comment-respond input, .comment-respond textarea {
  font-family: Monaco, "Courier New", monospace;
  border-bottom: 3px solid black;
}
.comment-respond .form-allowed-tags, .comment-respond .comment-notes {
  font-size: 0.85em;
}
.comment-respond .submit {
  text-align: center;
  margin: 0 auto;
  display: block;
  display: inline-block;
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid #aaa;
  font-size: 0.85em;
  background: white;
  color: black;
  font-family: inherit;
  font-variant: small-caps;
}
.comment-respond .col-md-6, .comment-respond .navbar--col-left, .comment-respond .navbar--col-right {
  padding: 0;
}
.comment-respond .comment-form-comment {
  padding-right: 0.5em;
}
.comment-respond .submit {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #bf1534;
  color: white;
  border: none;
  border-bottom: 2px solid black;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-size: 15px;
  font-size: 1.5rem;
}
.comment-respond .submit:hover {
  background: #911027;
}

figure.wp-caption, .entry-content p {
  position: relative;
}
figure.wp-caption figcaption, .entry-content p figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0.5em;
  color: black;
  font-size: 85%;
  background: rgba(255, 255, 255, 0.6);
}
figure.wp-caption figcaption:before, .entry-content p figcaption:before {
  display: inline;
  padding: 0 0.3em 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: top;
}
figure.wp-caption img, .entry-content p img {
  -webkit-filter: grayscale(0.85) contrast(0.95) brightness(1.3);
  filter: grayscale(0.85) contrast(0.95) brightness(1.3);
  -webkit-transition: -webkit-filter 0.5s, filter 0.5s;
  transition: -webkit-filter 0.5s, filter 0.5s;
}
figure.wp-caption img:hover, .entry-content p img:hover {
  -webkit-filter: grayscale(0) contrast(1) brightness(1);
  filter: grayscale(0) contrast(1) brightness(1);
}

.widget select {
  border: 1px solid #ccc;
  border-bottom: 1px solid black;
  padding: 0.4em 1em;
  width: 100%;
  margin: 1em 0;
  font-variant: small-caps;
}
.widget select option {
  background-color: #111;
  color: white;
  padding: 0.2em;
}
.widget .screen-reader-text {
  display: none;
}

article {
  /*iframe
   * max-width: 100%
   * max-height: auto */
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 1.2em;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**********************************************
 * $WIDGETS
 ******************************************** */
.widget {
  margin: 0 0 1em 0;
}
.widget .widget-title {
  overflow: hidden;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  font-size: 0.88em;
  border-bottom: 1px solid #bfbfbf;
  padding: 0.8em 0;
  overflow: hidden;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.widget ul li:hover {
  background-color: #fdeff2;
}
.widget ul li:before {
  display: inline;
  padding: 0 0.5em 0;
  font-family: FontAwesome;
  content: "";
  vertical-align: middle;
  color: #bf1534;
}
.widget ul li a {
  text-decoration: none;
  color: black;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.widget ul li a:hover {
  color: #7a0d21;
}

.widget_tag_cloud ul {
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget_tag_cloud ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  display: inline-block;
  padding: 0;
}
.widget_tag_cloud ul li:before {
  content: "";
}
.widget_tag_cloud ul li a {
  border-bottom: 1px solid;
  padding: 0.3em;
  line-height: 1.5;
  display: inline-block;
}

.widget_ia_astore dl {
  width: 100%;
  font-size: 0.88em;
  margin: 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #ddd;
  min-height: 7em;
}
.widget_ia_astore dl:before, .widget_ia_astore dl:after {
  content: " ";
  display: table;
}
.widget_ia_astore dl:after {
  clear: both;
}
.widget_ia_astore dl:hover img {
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
}
.widget_ia_astore dt {
  float: left;
  width: 25%;
}
.widget_ia_astore dd {
  margin-left: 10%;
  float: left;
  width: 65%;
}
.widget_ia_astore dd.title {
  font-weight: bold;
}
.widget_ia_astore img {
  -webkit-transition: -webkit-filter 0.5s linear, filter 0.5s linear;
  transition: -webkit-filter 0.5s linear, filter 0.5s linear;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 100%;
  max-height: 100%;
}

.widget .comment-author-link, .widget .comment-author-link a {
  color: #bf1534;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1500px) {
  .container {
    width: 90%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .container {
    width: 90%;
  }

  .searchandfilter ul {
    display: block;
  }
  .searchandfilter ul li {
    width: 50% !important;
  }
  .searchandfilter ul li select, .searchandfilter ul li input {
    width: 80%;
  }
  .searchandfilter ul li:nth-child(5) {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .nav-brand img {
    width: 32vw;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .container {
    width: 90%;
  }

  .navbar--col-left, .navbar--col-right, .tools-links {
    text-align: center;
  }

  .navbar--col-left {
    margin-bottom: 1em;
  }

  .main-nav {
    width: 70%;
  }

  .sliders {
    font-size: 90%;
  }
  .sliders .col-md-8 {
    display: block;
    width: 100%;
    height: auto;
  }
  .sliders .col-md-4 {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .sliders .side-two, .sliders .side-three {
    display: block;
    float: left;
    width: 50%;
    height: auto;
    min-height: 22em;
  }
  .sliders .owl-theme .owl-controls .owl-buttons div {
    font-size: 3em;
  }

  .section-title {
    text-align: center;
    border: none;
    font-size: 17px;
    font-size: 1.7rem;
    border-bottom: 1px solid #ddd;
  }

  .section-title::before {
    border: none;
  }

  .last-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: columns;
    -ms-flex-direction: columns;
    flex-direction: columns;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .last-links .section-title {
    display: block;
    width: 100%;
  }
  .last-links .item {
    width: 49%;
    min-height: 6em;
    margin-right: 2%;
  }
  .last-links .item:nth-child(even) {
    margin-right: 0;
  }

  .container.main {
    width: 100%;
    padding: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  body {
    border: 0;
  }

  .container {
    width: 95%;
  }

  .main-nav {
    overflow-y: auto;
    width: 80%;
  }
  .main-nav ul li {
    padding: 0;
  }
  .main-nav ul li a {
    font-size: 85%;
  }

  .navbar {
    height: auto;
    padding: 5% 0 0 0;
    margin: 0;
  }
  .navbar .col-left {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .navbar .col-right {
    text-align: center;
    margin-bottom: 0;
  }
  .navbar .navicon {
    float: none;
    position: absolute;
    top: 1%;
    left: 2%;
    font-size: 150%;
  }

  .header-search {
    font-size: 75%;
    padding: 5%;
  }
  .header-search input[type="text"] {
    width: 75%;
  }

  .tools-links {
    text-align: center;
  }

  .container.main {
    width: 100%;
    padding: 0;
  }

  .last-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .last-links .item {
    padding: 0;
    margin: 0 1% 1% 0;
    clear: none;
    width: 48%;
  }

  .entry-post-random li {
    min-height: 0;
  }

  .sidebar {
    margin-top: 5em;
    border-top: 2px solid;
  }

  .footer-last ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .footer-last li {
    margin: 0;
    width: 33.333%;
  }
  .footer-last li::before {
    content: "";
    padding: 0;
  }

  .post-type-archive-agenda article {
    display: block;
    width: 100%;
  }
}
/*============================== */
/* SMALL */
/*============================== */
@media only screen and (max-width: 480px) {
  .container {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }

  .navbar .nav-brand {
    font-size: 40px;
    font-size: 4rem;
  }

  .slide {
    padding: 0 2em;
  }

  .slide-one h1 {
    width: 100%;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .slide-one p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .last-posts .last-postlist-item {
    width: 100%;
  }

  .last-links .item {
    width: 100%;
    min-height: 6em;
  }

  .entry-header, .page-header {
    padding: 3em 0;
  }
  .entry-header h1, .page-header h1 {
    font-size: 30px;
    font-size: 3rem;
  }

  .page-header--excerpt {
    font-size: 80%;
  }

  .single .entry-meta ul li {
    text-align: center;
    font-size: 70%;
  }

  .main .content {
    padding: 0;
    width: 100%;
  }
  .main .content .col-left {
    width: 100%;
    padding: 0 8%;
  }
  .main .entry-content, .main .page-content {
    padding: 0;
  }
  .main .entry-content p, .main .entry-content ul, .main .entry-content ol, .main .page-content p, .main .page-content ul, .main .page-content ol {
    line-height: 1.5;
    font-size: 80%;
  }
  .main .entry-content ul, .main .page-content ul {
    padding-left: 8%;
  }
  .main .entry-content h3, .main .page-content h3 {
    font-size: 120%;
    font-weight: 700;
  }
  .main .entry-content blockquote, .main .page-content blockquote {
    padding: 2em;
  }
  .main .entry-content blockquote p, .main .page-content blockquote p {
    font-size: 70%;
  }
  .main .entry-content blockquote::before, .main .page-content blockquote::before {
    display: none;
  }
  .main .entry-post-random {
    font-size: 80%;
  }
  .main .comments article p {
    font-size: 80%;
  }

  .footer-center nav, .footer-center aside {
    padding: 0 10%;
  }
  .footer-center aside {
    margin-top: 8%;
  }

  .bloc-newsletter .col-xs-2 i {
    font-size: 3rem;
  }
  .bloc-newsletter .col-xs-10 p {
    font-size: 80%;
  }

  .footer-last {
    padding: 2em;
  }
  .footer-last li {
    font-size: 80%;
  }

  .navbar .navicon {
    top: 3px;
  }

  .navbar .nav-brand {
    margin: 0;
  }
  .navbar .nav-brand img {
    width: 80vw;
  }

  .navbar--col-left {
    margin: 0;
  }

  .tools-links {
    padding: 0;
    margin: 0.5em 0 0 0;
  }
  .tools-links .btn-fing {
    margin: 0 auto;
    margin-bottom: 1em;
  }

  .main-nav {
    width: 95%;
  }
  .main-nav ul li h2 {
    font-size: 5vw;
  }
  .main-nav ul {
    padding: 3em 1em;
  }

  .entry-header h1 {
    font-size: 8.5vw;
  }

  .entry-post-random li {
    width: 50%;
  }
  .entry-post-random li h3 {
    font-size: 2vw;
  }

  .entry-post-random li:nth-child(8) {
    display: none;
  }

  .comments .comment-meta {
    min-height: 75px;
  }
  .comments .comment-content {
    padding-left: 0;
  }

  .entry-content, .page-content {
    line-height: 1.85;
    font-size: 20px;
    font-size: 2rem;
  }

  img[align="left"], img[align="right"],
  img.alignright, img.alignleft {
    text-align: center;
    float: none;
    display: block;
    min-width: 100%;
    padding: 0;
    margin: 1em 0;
  }

  .search-results .page-title {
    font-size: 10vw;
  }
  .search-results .page-title .results {
    font-size: 6vw;
  }
  .search-results .advancedsearch ul {
    margin: 0;
    padding: 0;
  }
  .search-results .advancedsearch li {
    margin-bottom: 1em;
  }
  .search-results .advancedsearch li:nth-child(4) input {
    width: 100%;
    margin: 0;
  }

  .tooltip {
    display: none !important;
  }

  .page-id-8732 .author {
    text-align: center;
  }
  .page-id-8732 .author-avatar {
    float: none;
    margin: 0 auto;
  }
}
/* Extra Small Devices, Phones */
