@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.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: #777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  /* margin: 40px 0 20px; */
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  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;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
       -o-transition: height .35s ease;
          transition: height .35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%; }

.ant-carousel .slick-slide {
  text-align: center;
  height: 550px;
  line-height: 550px;
  /* background-color: #364d79; */
  color: #fff;
  overflow: hidden; }

.slick-list,
.ant-carousel .slick-slider,
.ant-carousel {
  height: 100%; }

@media (max-width: 767px) {
  .ant-carousel .slick-slide {
    height: 78%; } }

.ant-carousel .slick-slide h3 {
  color: #fff; }

.ant-carousel .slick-dots-bottom {
  bottom: 40px !important; }

.navigation-links span {
  padding: 0 20px;
  color: #000;
  font-weight: 300;
  font-size: 14; }

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

iframe {
  border: 0; }

/* ==================================================
   1. Basic Styles
================================================== */
html,
body {
  height: 100%; }

html,
hmtl a {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a {
  color: #555;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s; }

a:hover {
  text-decoration: none; }

a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
  color: #666666; }

a img {
  border: none; }

a > img {
  vertical-align: middle; }

.gray-bg {
  background: #e8e8e8; }

.gray-text {
  color: #bababa; }

.lgray-bg {
  background: #f8f8f8; }

.dgray-bg {
  background: #333333; }

img {
  max-width: 100%; }

img,
object,
embed,
audio,
video {
  max-width: 100%; }

img {
  height: auto; }

strong,
.strong {
  font-weight: 700; }

p {
  margin: 0 0 20px; }

i,
em,
.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.align-left {
  float: left;
  margin: 0 25px 0 0px !important; }

.align-right {
  float: right;
  margin: 0 0 0 25px !important; }

.text-align-left {
  text-align: left; }

.text-align-center {
  text-align: center; }

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

.color-text {
  color: #ffffff; }

.through {
  text-decoration: line-through; }

.border-radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

::-webkit-input-placeholder {
  color: #999; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #999; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

iframe {
  border: 0; }

.error_err {
  border: 1px solid red !important; }

/* ==================================================
   2. Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 18px 0;
  color: #333333;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 1px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h2 small {
  display: block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 45%; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 15px;
  text-transform: uppercase; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

h1.short,
h2.short,
h3.short,
h4.short,
h5.short,
h6.short,
p.short {
  margin-bottom: 5px; }

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-top: 22px; }

h1 a,
h2 a,
h3 a,
h5 a,
h6 a {
  color: #333;
  text-decoration: none; }

.huge {
  font-size: 10em; }

blockquote {
  margin: 30px 0;
  padding: 0 0 0 30px;
  font-family: "Volkhov", serif;
  border-left: 3px solid #222; }

blockquote p {
  margin-bottom: 0;
  white-space: 1px;
  font-style: italic;
  font-size: 16px;
  line-height: 28px;
  color: #999; }

blockquote cite {
  color: #999;
  font-weight: 700; }

blockquote cite:before {
  content: "- "; }

p {
  margin: 0 0 18px 0; }

p.md {
  font-size: 16px;
  line-height: 22px; }

p.lg {
  font-size: 30px;
  line-height: 1.2em; }

.big {
  font-size: 200%;
  line-height: 1.5em; }

.thin {
  font-weight: 300; }

p.drop-caps:first-child:first-letter {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 4px;
  font-size: 75px;
  font-family: Georgia, serif;
  line-height: 60px; }

p.drop-caps.secondary:first-child:first-letter {
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  color: white; }

hr {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  border: 0;
  background: #ccc; }

hr.sm {
  display: inline-block;
  margin: 0 0 15px 0;
  width: 40px;
  height: 2px;
  border: 0; }

hr.md {
  display: inline-block;
  margin: 15px 0;
  width: 100px;
  height: 2px;
  border: 0; }

hr.fw {
  display: block;
  clear: both;
  margin-top: 50px;
  margin-bottom: 43px;
  width: 100%;
  height: 1px;
  border: 0;
  background: #e4e4e3; }

hr.fw.cont {
  margin: 20px 0; }

ul.checks,
ul.angles,
ul.carets,
ul.chevrons {
  margin: 0;
  list-style-type: none;
  margin-bottom: 15px; }

ul.checks > li,
ul.angles > li,
ul.carets > li,
ul.chevrons > li {
  margin: 10px 0; }

ul.checks > li > i,
ul.angles > li > i,
ul.carets > li > i,
ul.chevrons > li > i {
  margin-right: 2px; }

ul.inline {
  margin: 10px 0; }

ul.inline > li {
  display: inline-block;
  margin-right: 10px; }

ul.inline > li i.fa {
  margin-right: 2px; }

ul.nav-list-primary > li a {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #eceae4;
  color: #666666;
  text-decoration: none; }

ul.nav-list-primary > li a:hover {
  text-decoration: none; }

ul {
  margin: 10px 0 10px 20px;
  list-style-type: disc; }

ol {
  margin: 10px 0 10px 30px;
  list-style-type: decimal; }

ul ul,
ol ul {
  margin: 10px 0 10px 20px; }

ul ul {
  list-style-type: circle; }

dl {
  margin: 10px 0; }

dl dt {
  font-weight: 700; }

table {
  margin-bottom: 18px; }

address.ico i {
  display: inline-block;
  float: left;
  clear: both;
  padding-top: 3px; }

address.ico p {
  margin: 0;
  padding-bottom: 10px; }

address.ico span {
  display: inline-block;
  padding-left: 20px; }

.cursive {
  font-style: italic;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Volkhov", serif; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

.form-control {
  margin-bottom: 20px; }

/* ==================================================
   3. Margin Bottom Sets
================================================== */
.margin-0 {
  margin-bottom: 0 !important; }

.margin-10 {
  margin-bottom: 10px !important; }

.margin-15 {
  margin-bottom: 15px !important; }

.margin-20 {
  margin-bottom: 20px !important; }

.margin-30 {
  margin-bottom: 30px !important; }

.margin-40 {
  margin-bottom: 40px !important; }

.margin-50 {
  margin-bottom: 50px !important; }

.margin-60 {
  margin-bottom: 60px !important; }

.margin-70 {
  margin-bottom: 70px !important; }

.margin-80 {
  margin-bottom: 80px !important; }

.push-top {
  margin-top: 35px; }

/* ==================================================
   4. Padding Sets
================================================== */
.padding-b0 {
  padding-bottom: 0 !important; }

.padding-tb20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-tb45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.padding-tb75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.padding-tb100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.padding-tb125 {
  padding-top: 125px;
  padding-bottom: 125px; }

/* ==================================================
   5. Spacers Sets
================================================== */
.spacer-10 {
  height: 10px;
  clear: both;
  width: 100%; }

.spacer-20 {
  height: 20px;
  clear: both;
  width: 100%; }

.spacer-30 {
  height: 30px;
  clear: both;
  width: 100%; }

.spacer-40 {
  height: 40px;
  clear: both;
  width: 100%; }

.spacer-50 {
  height: 50px;
  clear: both;
  width: 100%; }

.spacer-75 {
  height: 75px;
  clear: both;
  width: 100%; }

.spacer-100 {
  height: 100px;
  clear: both;
  width: 100%; }

/*-----------------------------------------------*/
/*	WordPress Core Native Styling	*/
/*-----------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 4px 3px; }

article img {
  max-width: 100%;
  height: auto; }

/*--------------Platforms------------------------*/
.platforms-grid {
  padding: 0;
  margin: 0;
  overflow: auto;
  background-color: #292924; }

/*--------------------------------------*/
.platforms-grid li {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/*--------------------------------------*/
.platforms-grid li:nth-child(2n) a {
  background-color: #2f305e; }

.platforms-grid li:nth-child(2n) svg {
  top: -50px;
  bottom: auto; }

.platforms-grid li:nth-child(2n) svg path {
  fill: #0184b0; }

.platforms-grid li a {
  position: relative;
  display: block;
  padding: 1em 1.5em;
  overflow: hidden;
  font-family: avenirnext-bold, sans-serif;
  font-size: 1.3em;
  line-height: 1.1em;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  text-transform: uppercase;
  background-color: #0184b0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.platforms-grid li svg {
  position: absolute;
  right: 15px;
  bottom: -50px;
  z-index: 2;
  width: 78.78358150161506px;
  height: 100px; }

.platforms-grid li svg path {
  fill: #2f305e; }

@media only screen and (min-width: 1000px) {
  .platforms-grid li {
    width: 33.33%; }
  .platforms-grid li a {
    padding: 2em 3em; }
  .platforms-grid li a:hover {
    color: #fff;
    background-color: transparent; }
  .platforms-grid li a:hover svg path {
    fill: #fff; }
  .platforms-grid li a:hover:after {
    width: 100%; }
  .platforms-grid li a:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    background-color: #574ea9, 0.6;
    content: "";
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }
  .platforms-grid li a .title {
    position: relative;
    z-index: 3; }
  .platforms-grid li svg {
    position: absolute;
    bottom: -100px;
    z-index: 2;
    width: 157.56716300323012px;
    height: 200px; }
  .platforms-grid li svg path {
    fill: #2f305e; }
  .platforms-grid li:nth-child(2n) svg {
    top: -100px; } }

/* ==================================================
   5. Multi purpose Elements
================================================== */
.overlay-transparent,
.gallery-grid .gallery-cat {
  background: rgba(0, 0, 0, 0.6); }

.checkers-overlay {
  background: url([object Module]) repeat; }

.pattern-overlay {
  background: url([object Module]) repeat; }

.next-prev-nav {
  display: inline-block; }

.next-prev-nav a {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  text-decoration: none; }

.next-prev-nav a:hover {
  color: #fff; }

.meta-data {
  color: #999;
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
  font-family: "Volkhov", serif; }

.meta-data a {
  color: #666666; }

.meta-data a:hover {
  text-decoration: none; }

.meta-data > span {
  display: inline-block; }

.meta-data i {
  margin-right: 4px; }

.meta-data > span:last-child {
  margin-right: 0; }

.meta-data span.label {
  font-style: normal;
  font-weight: 400;
  padding-top: 0.4em; }

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.media-box {
  position: relative;
  display: inline-block;
  max-width: 100%; }

.media-box .zoom,
.media-box .expand {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.5em;
  z-index: 99;
  left: 0;
  top: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s; }

.media-box .zoom .icon,
.media-box .expand .icon {
  width: 54px;
  height: 54px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 54px;
  text-align: center;
  color: #ffffff !important;
  position: absolute;
  font-size: 1.5em;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px; }

.img-thumbnail img:hover,
.img-thumbnail:hover {
  opacity: 0.9; }

.media-box:hover .zoom,
.media-box:hover .expand {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.2s;
  -moz-transition: opacity 0.3s 0.2s;
  -ms-transition: opacity 0.3s 0.2s;
  -o-transition: opacity 0.3s 0.2s;
  transition: opacity 0.3s 0.2s; }

.mejs-container {
  margin-bottom: 20px; }

.media-box .media-box-wrapper {
  padding: 30px; }

.social-icons,
.social-icons-colored {
  margin: 0;
  list-style-type: none; }

.social-icons li,
.social-icons-colored li {
  display: inline-block;
  margin-right: 5px; }

.social-icons li:last-child,
.social-icons-colored li:last-child {
  margin-right: 0; }

.social-icons li a {
  width: 33px;
  height: 33px;
  line-height: 30px;
  border: 2px solid #222;
  text-align: center;
  color: #222;
  display: block; }

.social-icons li a:hover {
  background: #222;
  color: #fff; }

.social-icons-colored a {
  margin: 0 3px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  color: #666;
  display: block;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.social-icons-colored.share-buttons-squared a {
  -webkit-border-radius: 0;
  border-radius: 0; }

.social-icons-colored li.facebook-share a:hover,
.single-staff-post .social-icons-colored li.facebook-share a,
.social-icons-colored li.facebook a:hover,
.single-staff-post .social-icons-colored li.facebook a {
  border-color: #3b5998;
  color: #3b5998; }

.social-icons-colored li.twitter-share a:hover,
.single-staff-post .social-icons-colored li.twitter-share a,
.social-icons-colored li.twitter a:hover,
.single-staff-post .social-icons-colored li.twitter a {
  border-color: #00aced;
  color: #00aced; }

.social-icons-colored li.tumblr-share a:hover,
.single-staff-post .social-icons-colored li.tumblr-share a {
  border-color: #35465c;
  color: #35465c; }

.social-icons-colored li.pinterest-share a:hover,
.single-staff-post .social-icons-colored li.pinterest-share a {
  border-color: #cb2027;
  color: #cb2027; }

.social-icons-colored li.reddit-share a:hover,
.single-staff-post .social-icons-colored li.reddit-share a {
  border-color: #ff4500;
  color: #ff4500; }

.social-icons-colored li.linkedin-share a:hover,
.single-staff-post .social-icons-colored li.linkedin-share a {
  border-color: #3399cc;
  color: #3399cc; }

.social-icons-colored li.email a:hover,
.single-staff-post .social-icons-colored li.email a,
.social-icons-colored li.email-share a:hover,
.single-staff-post .social-icons-colored li.email-share a {
  border-color: #f90101;
  color: #f90101; }

.social-icons-colored li.phone a:hover,
.single-staff-post .social-icons-colored li.phone a,
.social-icons-colored li.phone-share a:hover,
.single-staff-post .social-icons-colored li.phone-share a {
  border-color: #68217a;
  color: #68217a; }

.social-icons-colored li.behance a:hover,
.single-staff-post .social-icons-colored li.behance a {
  border-color: #1769ff;
  color: #1769ff; }

.social-icons-colored li.delicious a:hover,
.single-staff-post .social-icons-colored li.delicious a {
  border-color: #3274d1;
  color: #3274d1; }

.social-icons-colored li.deviantart a:hover,
.single-staff-post .social-icons-colored li.deviantart a {
  border-color: #4b5d50;
  color: #4b5d50; }

.social-icons-colored li.digg a:hover,
.single-staff-post .social-icons-colored li.digg a {
  border-color: #14589e;
  color: #14589e; }

.social-icons-colored li.dribbble a:hover,
.single-staff-post .social-icons-colored li.dribbble a {
  border-color: #ea4c89;
  color: #ea4c89; }

.social-icons-colored li.foursquare a:hover,
.single-staff-post .social-icons-colored li.foursquare a {
  border-color: #2398c9;
  color: #2398c9; }

.social-icons-colored li.github a:hover,
.single-staff-post .social-icons-colored li.github a {
  border-color: #4183c4;
  color: #4183c4; }

.social-icons-colored li.google-share a:hover,
.single-staff-post .social-icons-colored li.google-share a,
.social-icons-colored li.google a:hover,
.single-staff-post .social-icons-colored li.google a {
  border-color: #245dc1;
  color: #245dc1; }

.social-icons-colored li.googleplus a:hover,
.single-staff-post .social-icons-colored li.googleplus a {
  border-color: #d14836;
  color: #d14836; }

.social-icons-colored li.google-plus a:hover,
.single-staff-post .social-icons-colored li.google-plus a {
  border-color: #d14836;
  color: #d14836; }

.social-icons-colored li.instagram a:hover,
.single-staff-post .social-icons-colored li.instagram a {
  border-color: #3f729b;
  color: #3f729b; }

.social-icons-colored li.jsfiddle a:hover,
.single-staff-post .social-icons-colored li.jsfiddle a {
  border-color: #4679a4;
  color: #4679a4; }

.social-icons-colored li.linkedin a:hover,
.single-staff-post .social-icons-colored li.linkedin a {
  border-color: #007fb1;
  color: #007fb1; }

.social-icons-colored li.pinterest a:hover,
.single-staff-post .social-icons-colored li.pinterest a {
  border-color: #cb2027;
  color: #cb2027; }

.social-icons-colored li.reddit a:hover,
.single-staff-post .social-icons-colored li.reddit a {
  border-color: #ff4500;
  color: #ff4500; }

.social-icons-colored li.skype a:hover,
.single-staff-post .social-icons-colored li.skype a {
  border-color: #00aff0;
  color: #00aff0; }

.social-icons-colored li.tumblr a:hover,
.single-staff-post .social-icons-colored li.tumblr a {
  border-color: #2c4762;
  color: #2c4762; }

.social-icons-colored li.vimeo-square a:hover,
.single-staff-post .social-icons-colored li.vimeo-square a {
  border-color: #44bbff;
  color: #44bbff; }

.social-icons-colored li.vimeo a:hover,
.single-staff-post .social-icons-colored li.vimeo a {
  border-color: #44bbff;
  color: #44bbff; }

.social-icons-colored li.youtube a:hover,
.single-staff-post .social-icons-colored li.youtube a {
  border-color: #cd332d;
  color: #cd332d; }

.social-icons-colored li.flickr a:hover,
.single-staff-post .social-icons-colored li.flickr a {
  border-color: #0063db;
  color: #0063db; }

.social-icons-colored li.bitbucket a:hover,
.single-staff-post .social-icons-colored li.bitbucket a {
  border-color: #205081;
  color: #205081; }

.social-icons-colored li.dropbox a:hover,
.single-staff-post .social-icons-colored li.dropbox a {
  border-color: #007ee5;
  color: #007ee5; }

.social-icons-colored li.rss a:hover,
.single-staff-post .social-icons-colored li.rss a {
  border-color: #f26522;
  color: #f26522; }

.social-icons-colored li.vk-share a:hover,
.social-icons-colored li.vk a:hover,
.single-staff-post .social-icons-colored li.vk-share a {
  border-color: #45668e;
  color: #45668e; }

.social-icons-colored.inversed li a {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff; }

.social-icons-colored.inversed li a:hover {
  opacity: 0.8;
  color: #fff; }

.social-icons-colored.inversed li.facebook-share a {
  background: #3b5998; }

.social-icons-colored.inversed li.facebook a {
  background: #3b5998; }

.social-icons-colored.inversed li.pinterest-share a {
  background: #cb2027; }

.social-icons-colored.inversed li.reddit-share a {
  background: #ff4500; }

.social-icons-colored.inversed li.linkedin-share a {
  background: #3399cc; }

.social-icons-colored.inversed li.email a {
  background: #f90101; }

.social-icons-colored.inversed li.email-share a {
  background: #f90101; }

.social-icons-colored.inversed li.phone a {
  background: #68217a; }

.social-icons-colored.inversed li.phone-share a {
  background: #68217a; }

.social-icons-colored.inversed li.tumblr-share a {
  background: #35465c; }

.social-icons-colored.inversed li.twitter-share a {
  background: #00aced; }

.social-icons-colored.inversed li.twitter a {
  background: #00aced; }

.social-icons-colored.inversed li.behance a {
  background: #1769ff; }

.social-icons-colored.inversed li.delicious a {
  background: #3274d1; }

.social-icons-colored.inversed li.deviantart a {
  background: #4b5d50; }

.social-icons-colored.inversed li.digg a {
  background: #14589e; }

.social-icons-colored.inversed li.dribbble a {
  background: #ea4c89; }

.social-icons-colored.inversed li.foursquare a {
  background: #2398c9; }

.social-icons-colored.inversed li.github a {
  background: #4183c4; }

.social-icons-colored.inversed li.google-share a {
  background: #245dc1; }

.social-icons-colored.inversed li.google a {
  background: #245dc1; }

.social-icons-colored.inversed li.google-plus a {
  background: #d14836; }

.social-icons-colored.inversed li.instagram a {
  background: #3f729b; }

.social-icons-colored.inversed li.jsfiddle a {
  background: #4679a4; }

.social-icons-colored.inversed li.linkedin a {
  background: #007fb1; }

.social-icons-colored.inversed li.pinterest a {
  background: #cb2027; }

.social-icons-colored.inversed li.reddit a {
  background: #ff4500; }

.social-icons-colored.inversed li.skype a {
  background: #00aff0; }

.social-icons-colored.inversed li.tumblr a {
  background: #2c4762; }

.social-icons-colored.inversed li.vimeo-square a {
  background: #44bbff; }

.social-icons-colored.inversed li.youtube a {
  background: #cd332d; }

.social-icons-colored.inversed li.bitbucket a {
  background: #205081; }

.social-icons-colored.inversed li.dropbox a {
  background: #007ee5; }

.social-icons-colored.inversed li.rss a {
  background: #f26522; }

.social-icons-colored.inversed li.flickr a {
  background: #0063db; }

.social-icons-colored.inversed li.vk a,
.social-icons-colored.inversed li.vk-share a {
  background: #45668e; }

.social-share-bar .social-icons-colored li {
  margin-right: 0; }

.social-share-bar .social-icons-colored.share-buttons-gs a:hover {
  color: #999;
  border-color: #999; }

.icon-box.icon-box-style1 .icon-box-head {
  display: block;
  border-bottom: 2px solid #f8f8f8;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.icon-box.icon-box-style1 .icon-box-head:before,
.icon-box.icon-box-style1 .icon-box-head:after {
  display: table;
  content: " "; }

.icon-box.icon-box-style1 .icon-box-head:after {
  clear: both; }

.icon-box.icon-box-style1 .ico {
  float: left;
  width: 42px;
  height: 40px;
  color: #222;
  text-align: center;
  border: 1px solid #f8f8f8;
  line-height: 44px;
  font-size: 20px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s; }

.icon-box.icon-box-style1:hover .ico {
  color: #fff; }

.icon-box.icon-box-style1 .icon-box-head h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px; }

.icon-box.icon-box-style1 p {
  margin-bottom: 0; }

.flexslider {
  margin: 0;
  padding: 0;
  position: relative; }

.flexslider {
  background: url([object Module]) no-repeat scroll center center; }

.flsider-full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11; }

.flexslider .slides {
  margin: 0;
  list-style-type: none; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  background-position: center top !important; }

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides li a {
  display: block;
  height: 100%;
  text-decoration: none; }

.flexslider .slides li a.media-box {
  display: inline-block; }

.flexslider .flex-direction-nav {
  margin: 0;
  list-style-type: none; }

.flexslider .flex-control-nav {
  margin: 0;
  list-style-type: none;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: -30px;
  padding: 0;
  margin: 0; }

.galleryflex.flexslider .flex-control-nav {
  bottom: 0; }

.flexslider .flex-control-nav li {
  display: inline; }

.flexslider .flex-control-nav a {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #222;
  display: inline-block;
  margin: 0 6px;
  text-indent: -9999px;
  text-decoration: none; }

.flexslider .flex-prev,
.flexslider .flex-next {
  color: #fff;
  border: 2px solid #fff;
  display: block;
  margin-bottom: 10px;
  position: absolute;
  top: 25px;
  z-index: 12;
  right: 0px;
  font-size: 14px;
  line-height: 23px;
  width: 25px;
  height: 25px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s; }

.galleryflex.flexslider .flex-prev,
.galleryflex.flexslider .flex-next {
  right: 10px;
  top: auto;
  left: auto;
  bottom: 0; }

.galleryflex.flexslider .flex-prev {
  right: 40px; }

.flexslider .flex-control-nav a {
  background: #222; }

.flexslider .flex-prev,
.flexslider .flex-next,
.flexslider .flex-prev,
.flexslider .flex-next {
  color: #222;
  border-color: #222; }

.flexslider .flex-prev {
  left: auto;
  right: 30px; }

.flexslider .flex-prev:before {
  content: "\F104"; }

.flexslider .flex-next:before {
  content: "\F105"; }

.hero-slider.flexslider {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden; }

.hero-slider.flexslider,
.hero-slider.flexslider ul.slides li {
  height: 250px; }

.header-style1 .hero-slider.flexslider,
.header-style1 .hero-slider.flexslider ul.slides li,
.header-style3 .hero-slider.flexslider,
.header-style3 .hero-slider.flexslider ul.slides li,
.header-style5 .hero-slider.flexslider,
.header-style5 .hero-slider.flexslider ul.slides li {
  height: 350px; }

.header-style1 .page-header,
.header-style3 .page-header,
.header-style5 .page-header {
  height: 350px; }

.home .hero-slider.flexslider,
.home .hero-slider.flexslider ul.slides li {
  height: 550px; }

.hero-slider.flexslider .flex-viewport {
  width: 100%; }

.hero-slider.flexslider > ul.slides {
  height: 100%; }

.hero-slider.flexslider ul.slides li {
  width: 100%;
  overflow: hidden;
  position: static;
  background-attachment: scroll !important; }

.hero-slider.flexslider .flex-control-nav {
  bottom: -20px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s; }

.hero-slider.flexslider:hover .flex-control-nav {
  bottom: 20px;
  -webkit-transition: bottom 0.3s 0.2s;
  -moz-transition: bottom 0.3s 0.2s;
  -ms-transition: bottom 0.3s 0.2s;
  -o-transition: bottom 0.3s 0.2s;
  transition: bottom 0.3s 0.2s; }

.hero-slider.flexslider .flex-prev,
.hero-slider.flexslider .flex-next {
  width: 40px;
  height: 40px;
  right: -40px;
  font-size: 20px;
  line-height: 35px;
  display: block;
  text-align: center;
  top: 50%;
  margin-top: -25px; }

.hero-slider.flexslider ul.slides li a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1; }

.hero-slider.flexslider ul.slides li .flex-caption {
  z-index: 0; }

.hero-slider.flexslider ul.slides li {
  position: relative; }

.hero-slider.flexslider ul.slides li .container {
  vertical-align: middle;
  display: table;
  height: 100%; }

.hero-slider.flexslider ul.slides li .container .slider-caption {
  display: table-cell;
  vertical-align: middle; }

.flex-caption {
  color: #fff;
  font-weight: 400;
  padding: 30px;
  width: 500px;
  position: relative;
  left: 50%;
  top: 32%;
  display: none; }

.flex-caption strong {
  color: #fff;
  font-weight: 400;
  font-size: 50px;
  margin-bottom: 30px;
  display: block;
  font-family: "Clicker Script", cursive; }

.flex-caption p {
  opacity: 0.8; }

.hero-slider.flexslider .flex-prev {
  left: -40px; }

.hero-slider.flexslider:hover .flex-prev {
  left: 30px; }

.hero-slider.flexslider:hover .flex-next {
  right: 30px; }

.entry .flexslider {
  margin-bottom: 40px; }

.slider-wrapper {
  position: relative;
  min-height: 200px;
  background: #666; }

.nivoslider {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 1;
  display: none; }

.nivoSlider img {
  height: 100% !important; }

.nivo-main-image {
  height: 100% !important; }

.nivo-directionNav a {
  top: 45% !important; }

.nivo-controlNav {
  width: 100%;
  z-index: 2;
  position: absolute;
  bottom: 10px; }

.nivo-caption {
  background: rgba(0, 0, 0, 0.7);
  text-align: center; }

.basic-link {
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 13px; }

.basic-link:hover {
  color: #333; }

.basic-link.inverted {
  text-transform: uppercase;
  margin-top: 10px; }

.basic-link.backward .fa-angle-right {
  display: none; }

.sort-source {
  list-style-type: none;
  margin: 0 0 30px 0; }

.sort-source li {
  display: inline-block; }

.sort-source li:after {
  content: "/";
  color: #ccc; }

.sort-source.nav-pills li:after {
  content: ""; }

.sort-source li:last-child:after {
  content: ""; }

.sort-source li a {
  color: #999;
  margin: 0 20px; }

.sort-source.nav-pills li a {
  margin: 0; }

.sort-source.nav-pills li.active a {
  color: #fff; }

.sort-source li:first-child a {
  margin-left: 0; }

.sort-source li a:hover {
  color: #222; }

.sort-destination {
  margin: 0;
  list-style-type: none; }

.heading-wbg {
  padding: 20px;
  background: #222;
  color: #fff;
  margin-bottom: 0; }

.single-sermon .fluid-width-video-wrapper {
  /* give fit to box an aspect ratio */
  display: inline-block !important;
  /* let it be styled thusly */
  padding: 0 !important;
  /* get rid of pre-styling */
  margin: 0 !important;
  width: 100% !important;
  /* take up full width available */
  padding-top: 56.25% !important;
  /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
  height: 0px !important;
  /* don't want it to expand beyond padding */
  position: relative !important;
  /* allow for absolute positioning of child elements */ }

.single-sermon .fluid-width-video-wrapper iframe {
  position: absolute !important;
  /* expand to fill */
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important; }

.popover.top .arrow {
  display: none; }

@media print {
  a[href]:after {
    content: ""; } }

/* ==================================================
   6. Site Structure & Appearance
================================================== */
body {
  background-color: #ffffff;
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.7em;
  background-attachment: fixed; }

body.boxed {
  background-color: #666; }

body.boxed .body {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1120px;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }

@media (min-width: 1200px) {
  body.boxed .body .site-header,
  body.boxed .body .topbar {
    max-width: 100%;
    width: 1120px;
    left: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  body.boxed.header-style5 .body .site-header {
    margin-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0; } }

.sticky-wrapper {
  background: none; }

.site-header {
  top: 0;
  position: fixed;
  height: 65px;
  line-height: 65px;
  left: 0;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  background: rgba(255, 255, 255, 0.9); }

.touch .site-header {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.site-header.sticky-header {
  border-bottom: 0;
  position: fixed;
  min-height: 0;
  top: 0;
  left: 0;
  z-index: 1010;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.header-style2 .body {
  padding-top: 72px; }

.header-style4 .body {
  padding-top: 112px; }

.header-style2 .site-header,
.header-style4 .site-header {
  border-bottom: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9); }

.header-style3 .site-header {
  border-bottom: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9); }

.header-style4 .site-header {
  top: 39px; }

.header-style5 .site-header {
  top: 20px;
  width: 1150px;
  left: 50%;
  margin-left: -575px;
  border-bottom: 0;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.header-style5 .site-header.sticky-header {
  width: 100%;
  left: 0;
  margin-left: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  top: 0; }

/* Text Logo Style */
.site-logo {
  float: left; }

.site-logo h1 {
  line-height: 0;
  margin-bottom: 0; }

.site-logo h1 .retina-logo,
.sticky-header .site-logo h1 .retina-logo {
  display: none; }

.site-logo h1 .default-logo,
.sticky-header .site-logo h1 .default-logo {
  display: block; }

.site-logo h1 a {
  color: #222; }

.header-style1 .site-logo h1 a {
  color: #fff; }

.sticky-header .site-logo h1 a {
  color: #222; }

.site-logo img {
  margin: 15px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.sticky-header .site-logo img {
  margin: 15px 0; }

.site-logo .logo-icon {
  width: 30px;
  height: 30px;
  border: 2px solid #222;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  display: inline-block;
  margin-right: 10px; }

.header-style1 .site-logo .logo-icon {
  border: 2px solid #fff; }

.sticky-header .logo-icon {
  border-color: #222; }

.site-logo .logo-text {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700; }

.site-logo .logo-text > span {
  font-weight: 300; }

.site-logo .text-logo {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 20px; }

.topbar {
  background: #f8f8f8;
  border-bottom: 1px solid #efefef;
  height: 39px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  width: 100%; }

.topbar .social-icons-colored {
  padding-top: 7px; }

.logged-in.admin-bar.header-style4 .topbar {
  top: 32px; }

.top-navigation {
  list-style-type: none;
  margin: 0;
  float: right; }

.top-navigation li {
  display: inline-block;
  font-size: 13px;
  line-height: 39px; }

.top-navigation li a {
  display: inline-block;
  margin: 0 10px;
  color: #999; }

.top-navigation li a:hover {
  color: #666; }

.top-navigation li:last-child a {
  margin-right: 0; }

.top-navigation li:after {
  content: "/"; }

.top-navigation li:last-child:after {
  content: ""; }

.logged-in.admin-bar.header-style4 .site-header {
  top: 71px; }

.logged-in.admin-bar .site-header,
.logged-in.admin-bar.header-style1 .site-header,
.logged-in.admin-bar.header-style2 .site-header,
.logged-in.admin-bar.header-style3 .site-header {
  top: 32px; }

.logged-in.admin-bar.header-style5 .site-header {
  top: 40px; }

/* ==================================================
   6.1. Main Navigation
================================================== */
.search-module,
.cart-module {
  position: relative; }

.search-module-trigger,
.cart-module-trigger {
  width: 30px;
  float: right;
  margin-left: 15px;
  line-height: 72px;
  text-align: right;
  position: relative;
  -webkit-transition: line-height 0.3s;
  -moz-transition: line-height 0.3s;
  -ms-transition: line-height 0.3s;
  -o-transition: line-height 0.3s;
  transition: line-height 0.3s; }

.search-module-opened,
.cart-module-opened {
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 72px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0; }

.cart-module-opened {
  padding: 0;
  min-width: 240px; }

.cart-module-items {
  margin: 0;
  list-style-type: none;
  font-family: "Roboto", sans-serif; }

.cart-module-items > li {
  border-bottom: 1px solid #ddd;
  padding: 15px; }

.cart-module-items > li > a {
  display: block;
  clear: both; }

.cart-module-items > li > a > img {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 8px; }

.cart-module-items > li > a > .cart-module-item-name {
  font-weight: bold;
  font-size: 13px; }

.cart-module-items > li > a > .cart-module-item-quantity {
  display: block;
  font-size: 12px; }

.cart-module-footer {
  display: block;
  background: #f9f9f9;
  padding: 5px 15px; }

.cart-module-footer:before,
.cart-module-footer:after {
  content: " ";
  display: table; }

.cart-module-footer:after {
  clear: both; }

.cart-module-footer a.basic-link {
  float: left;
  letter-spacing: 0; }

.cart-module-footer a.basic-link:last-child {
  float: right; }

.cart-tquant {
  position: absolute;
  top: 18px;
  right: -15px;
  padding: 2px 4px;
  color: #fff;
  background: red;
  line-height: 12px;
  font-size: 10px;
  text-align: center;
  font-weight: 700;
  border-radius: 4px; }

.for-navi {
  position: relative;
  overflow: visible; }

.main-navigation {
  display: block; }

.main-navigation > ul {
  margin: 0;
  list-style-type: none;
  float: right; }

.main-navigation > ul > li {
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  display: inline-block; }

.main-navigation > ul > li > a {
  display: block;
  color: #222;
  padding: 0 12px;
  line-height: 72px;
  -webkit-transition: line-height 0.3s;
  -moz-transition: line-height 0.3s;
  -ms-transition: line-height 0.3s;
  -o-transition: line-height 0.3s;
  transition: line-height 0.3s; }

.main-navigation > ul > li:last-child > a {
  padding-right: 0; }

.header-style1 .main-navigation > ul > li > a {
  color: #fff; }

.body .sticky-header .main-navigation > ul > li > a {
  color: #222; }

.main-navigation > ul > li > a > i {
  color: #222; }

.header-style1 .main-navigation > ul > li > a > i {
  color: #fff; }

.sticky-header .main-navigation > ul > li > a > i {
  color: #999; }

.main-navigation > ul > li > a:hover {
  text-decoration: none;
  opacity: 0.7; }

.main-navigation > ul > li ul {
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 30px;
  z-index: 999;
  display: none;
  min-width: 100%;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-left: 16px; }

.header-style2 .main-navigation > ul > li ul,
.header-style4 .main-navigation > ul > li ul,
.header-style5 .main-navigation > ul > li ul {
  top: 80px; }

.header-style5 .main-navigation > ul > li ul {
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.main-navigation > ul > li ul.last-childer {
  left: auto !important;
  right: 0; }

.main-navigation > ul > li ul.last-childer li a {
  padding-right: 20px; }

.main-navigation > ul > li ul:before {
  position: absolute;
  left: 50%;
  top: auto;
  margin: -10px 0px 0px -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 5px;
  border-bottom-color: #fff;
  content: " ";
  pointer-events: none; }

.main-navigation > ul > li ul li ul:before {
  position: absolute;
  left: 0;
  top: auto;
  margin: 15px 0px 0px -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 5px;
  border-right-color: #fff;
  content: " ";
  pointer-events: none; }

.main-navigation > ul > li ul.last-childer:before {
  margin-left: 55px; }

.main-navigation > ul > li:last-child ul li ul:before {
  margin-left: 20px; }

.main-navigation > ul > li:hover ul {
  display: block;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.main-navigation > ul > li > ul li {
  line-height: normal;
  font-size: 12px;
  position: relative;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 400; }

.main-navigation > ul > li > ul li > a {
  display: block;
  color: #222;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  text-decoration: none; }

.header-style1 .main-navigation > ul > li > ul li > a {
  color: #222; }

.main-navigation > ul > li > ul > li a:hover {
  color: #222; }

.main-navigation > ul > li > ul > li > a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.01); }

.main-navigation > ul > li > ul > li:last-child > a {
  border-bottom: 0; }

.main-navigation > ul > li > ul li ul {
  margin: 0;
  list-style-type: none;
  left: 100% !important;
  top: 0 !important;
  min-width: inherit;
  margin-left: 11px;
  position: absolute; }

.header-style2 .main-navigation > ul > li ul li ul,
.header-style4 .main-navigation > ul > li ul li ul,
.header-style5 .main-navigation > ul > li ul li ul {
  top: 0; }

.main-navigation > ul > li > ul li ul.last-childer {
  left: auto !important;
  right: 107%; }

.main-navigation > ul > li.megamenu {
  position: inherit !important;
  left: 0; }

.main-navigation > ul > li.megamenu i {
  font-size: 100%; }

.main-navigation > ul > li.megamenu > ul {
  margin: 0;
  list-style-type: none;
  width: 100%;
  left: 0px !important; }

.main-navigation .megamenu-container {
  padding: 25px;
  width: 100%; }

.main-navigation .megamenu-container ul.blog-classic-listing li {
  margin-bottom: 3px; }

.main-navigation .megamenu-container p {
  text-transform: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0; }

.main-navigation .megamenu-container ul,
.header-style2 .main-navigation .megamenu-container ul {
  margin: 0;
  background: none;
  list-style-type: none;
  display: block !important;
  left: 0 !important;
  box-shadow: none;
  opacity: 1 !important;
  background: transparent;
  position: relative !important;
  text-align: left !important;
  margin-left: 0; }

.main-navigation > ul > li.megamenu > ul:before {
  position: absolute;
  left: 50%;
  top: auto;
  margin: -10px 0px 0px -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 5px;
  border-bottom-color: #fff;
  content: " ";
  pointer-events: none; }

.main-navigation > ul > li.megamenu .meta-data {
  text-transform: none; }

.main-navigation .megamenu-container .megamenu-sub-title {
  display: block;
  padding-bottom: 7px;
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  text-align: left !important;
  border-bottom: 2px solid #eee; }

.main-navigation .megamenu-container ul li a {
  display: inline-block;
  padding: 0 0 14px;
  border-bottom: 0; }

.main-navigation .megamenu-container ul li a i {
  display: none; }

.main-navigation .megamenu-container ul.sub-menu li a:hover {
  text-decoration: none; }

#menu-toggle {
  float: right;
  font-size: 20px;
  line-height: 74px;
  color: #fff; }

#menu-toggle,
.header-style2 #menu-toggle,
.header-style3 #menu-toggle,
.header-style4 #menu-toggle,
.header-style5 #menu-toggle,
.sticky-header.site-header #menu-toggle {
  color: #222; }

#canvas-animation {
  position: absolute;
  top: 0;
  left: 0; }

.touch #canvas-animation {
  display: none; }

.home .page-header {
  background-color: #999; }

.lead-content {
  position: relative;
  /* background:#f8f8f8; */ }

.lead-content-wrapper {
  background: #fff;
  left: 50%;
  margin-left: -575px;
  width: 1150px;
  padding: 35px 30px 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  position: relative;
  top: -30px;
  margin-bottom: -30px;
  z-index: 111;
  -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
  float: left; }

.page-template-template-home-second-php .lead-content,
.has-counter.lead-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto !important;
  border-bottom: 1px solid #efefef; }

.page-template-template-home-second-php .lead-content-wrapper,
.has-counter.lead-content .lead-content-wrapper {
  position: static;
  margin: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  width: 100% !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.upcoming-event-bar {
  background: #efefef;
  padding: 20px;
  border-bottom: 1px solid #eaeaea; }

.upcoming-event-bar h3 {
  margin-bottom: 0; }

.upcoming-event-bar .action-buttons {
  margin-top: 0; }

.upcoming-event-bar .counter .timer-col {
  margin-bottom: 0; }

.upcoming-event-bar .counter .timer-col #days,
.upcoming-event-bar .counter .timer-col #hours,
.upcoming-event-bar .counter .timer-col #minutes,
.upcoming-event-bar .counter .timer-col #seconds {
  border-color: #ccc; }

.featured-block {
  margin-bottom: 20px; }

.featured-block figure {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  text-align: center;
  cursor: pointer; }

.featured-block figure figcaption::before,
.featured-block figure figcaption::after {
  pointer-events: none; }

.featured-block figure {
  margin-bottom: 20px; }

.featured-block figure img {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.featured-block:hover figure img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

.featured-block p {
  padding: 0 20px 0 0; }

.featured-block.no-fade figure img {
  opacity: 1; }

.featured-block.featured-block-rounded {
  text-align: center; }

.featured-block.featured-block-rounded figure {
  background: none !important; }

.featured-block.featured-block-rounded figure img {
  margin: 0 auto;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.home .main {
  margin-top: 10px; }

.content {
  padding: 50px 0; }

.home .content {
  padding-top: 30px; }

.page-template-template-home-second-php .content {
  padding-bottom: 0;
  padding-top: 50px; }

.upcoming-event {
  margin-top: 5px; }

.upcoming-event h3 {
  margin-bottom: 11px; }

.upcoming-event-content {
  background: #f8f8f8;
  padding: 20px;
  padding-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.upcoming-event .meta-data {
  font-size: 13px; }

.upcoming-event .meta-data span {
  margin-right: 0; }

.upcoming-event-label {
  position: absolute;
  top: -20px;
  left: 0;
  height: 20px;
  line-height: 18px;
  -webkit-border-radius: 0;
  border-radius: 0; }

.counter .timer-col {
  width: 25%;
  float: left;
  margin-bottom: 20px; }

.counter .timer-col #days,
.counter .timer-col #hours,
.counter .timer-col #minutes,
.counter .timer-col #seconds {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #efefef;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 53px;
  font-weight: 700;
  color: #222;
  font-size: 16px;
  text-align: center; }

.counter .timer-col .timer-type {
  width: 60px;
  display: block;
  text-align: center;
  font-size: 12px; }

.upcoming-event-footer {
  background: #efefef;
  padding: 10px 20px; }

.upcoming-event-footer .action-buttons {
  margin: 0; }

.upcoming-event-footer .action-buttons li a {
  color: #222; }

.upcoming-event-footer .meta-data {
  margin-top: 8px;
  display: inline-block; }

.events-listing {
  width: 100%;
  display: inline-block; }

.events-listing-content {
  margin: 0;
  list-style-type: none;
  overflow: visible !important; }

.events-listing-header .basic-link {
  margin-top: 7px; }

.event-list-item {
  padding-top: 2px; }

.isotope-events .event-list-item {
  width: 100%; }

.smaller-cont .event-list-item {
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.smaller-cont .event-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

.event-list-item:before,
.event-list-item:after,
.upcoming-event-footer:before,
.upcoming-event-footer:after {
  display: table;
  content: " "; }

.event-list-item:after,
.upcoming-event-footer:after {
  clear: both; }

.event-list-item-date {
  float: left;
  min-width: 15%;
  margin-right: 2%; }

.widget_upcoming_events .event-list-item-date {
  width: 25%; }

.col-md-3 .widget_upcoming_events .event-list-item-date {
  width: 33%; }

.event-list-item-date .event-date {
  border: 2px solid #f8f8f8;
  background-image: url([object Module]);
  text-align: center;
  height: 100px;
  width: 95px;
  display: block;
  margin-top: 3px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s; }

.smaller-cont .event-list-item-date .event-date {
  width: 70px;
  height: 75px; }

.event-list-item-date .event-day {
  font-size: 40px;
  color: #222;
  font-weight: 700;
  display: block;
  padding-top: 29px; }

.smaller-cont .event-list-item-date .event-day {
  padding-top: 14px;
  font-size: 35px; }

.event-list-item-date .event-month {
  padding-top: 5px;
  display: block; }

.smaller-cont .event-list-item-date .event-month {
  font-size: 12px; }

.events-listing-content .event-title:hover {
  color: #222; }

.event-list-item-info {
  float: left;
  padding-bottom: 34px;
  min-width: 64%;
  max-width: 64%;
  padding-left: 1%;
  padding-right: 1%;
  border-right: 2px solid #f8f8f8;
  margin-right: 2%; }

.smaller-cont .event-list-item-info {
  width: 73%;
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

.col-md-3 .smaller-cont .event-list-item-info {
  width: 65%; }

.smaller-cont .event-list-item-info .meta-data {
  display: block;
  margin-top: 2px; }

.events-listing .event-list-item:last-child .event-list-item-info {
  padding-bottom: 0; }

.event-list-item-actions {
  float: left;
  width: 17%;
  text-align: center; }

.event-list-item-actions .btn {
  margin-top: 10px; }

.event-list-item-actions .action-buttons {
  margin-top: 20px;
  display: block;
  float: right;
  width: 100%; }

.action-buttons {
  margin: 10px 0;
  list-style-type: none; }

.action-buttons > li {
  display: inline-block;
  margin-right: 10px;
  font-size: 22px; }

.action-buttons > li .popover {
  font-size: 14px; }

.action-buttons > li:last-child {
  margin-right: 0; }

.action-buttons > li > a {
  color: #999; }

.action-buttons > li > a:hover {
  color: #222; }

.event-list-item:hover .action-buttons > li > a {
  color: #222; }

.event-list-item .btn-transparent {
  color: #666;
  border-color: #999; }

.event-list-item:hover .btn-transparent {
  color: #222;
  border-color: #222; }

.event_calendar {
  position: relative; }

.lined-info h4 {
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 17px; }

.lined-info {
  border-bottom: 1px solid #f8f8f8;
  padding: 5px 0; }

.smaller-cont .lined-info {
  border-bottom: 0; }

.event-list-item-info .lined-info:first-child {
  padding-top: 0; }

.smaller-cont .lined-info h4 a:hover {
  color: #222; }

ul.blog-minimal-listing,
ul.blog-classic-listing {
  margin: 0;
  list-style-type: none; }

ul.blog-minimal-listing > li {
  border-top: 1px solid #efefef;
  padding: 12px 0;
  text-align: center;
  display: block;
  background-color: #fff; }

ul.blog-minimal-listing > li:last-child {
  margin-bottom: 0; }

ul.blog-classic-listing > li {
  margin-bottom: 19px;
  border-bottom: 1px solid #efefef; }

.lgray-bg ul.blog-classic-listing > li {
  margin-bottom: 0;
  background: #fff;
  padding: 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid #efefef; }

ul.blog-classic-listing > li:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

ul.blog-minimal-listing li h4,
ul.blog-minimal-listing li .meta-data,
ul.blog-classic-listing li h4 {
  margin-bottom: 0; }

ul.blog-classic-listing li .meta-data {
  margin-bottom: 8px; }

ul.blog-classic-listing strong.post-title {
  font-size: 17px;
  font-weight: 400; }

.very-latest-post {
  padding: 20px;
  background: #f8f8f8; }

.lgray-bg .very-latest-post {
  background: none;
  padding: 0; }

.widget .action-buttons li {
  margin-bottom: 0;
  padding-bottom: 0; }

.very-latest-post h3 {
  margin-top: 20px; }

.very-latest-post .post-thumb {
  margin-bottom: 0; }

.very-latest-post h4 {
  margin-bottom: 5px; }

.very-latest-post p:last-child {
  margin-bottom: 0; }

.very-latest-post .post-thumb {
  margin-bottom: 20px; }

.very-latest-post h3 {
  line-height: 26px;
  margin-bottom: 8px; }

.very-latest-post .meta-data {
  margin-bottom: 15px; }

.title-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 15px; }

.comments-go {
  float: right;
  margin-top: -2px; }

.widget_sermon_list h3.widgettitle {
  display: none; }

.widget_sermon_list > ul > li {
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px; }

.widget_sermon_list > ul > li.most-recent-sermon {
  border-bottom: 0; }

.widget_sermon_list > ul > li strong.post-title {
  font-weight: 400;
  font-size: 17px; }

.latest-sermon-content {
  width: 80%;
  float: right;
  padding: 20px;
  margin-top: -1px;
  color: #fff;
  height: 180px; }

.latest-sermon-content h4 {
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700; }

.latest-sermon-content .meta-data {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px; }

.latest-sermon-content a {
  color: #fff; }

.latest-sermon-content a:hover {
  color: #fff;
  opacity: 0.7; }

.latest-sermon-content h4 a:hover {
  opacity: 0.8; }

.latest-sermon-content p {
  opacity: 0.8; }

.sermon-links .action-buttons li {
  display: block;
  text-align: center;
  margin: 15px 0; }

.sermon-links {
  float: left;
  width: 20%;
  background: #f8f8f8;
  height: 180px; }

.quick-info-overlay-left {
  overflow: hidden;
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1100;
  opacity: 0;
  color: #fff;
  text-align: center; }

.quick-info-overlay-left .event-info {
  opacity: 0;
  padding: 55% 20px 20px; }

.quick-info-overlay-left h3.event-title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px; }

.quick-info-overlay-left .event-address {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7); }

.single-event .quick-info-overlay-left .event-address {
  color: white; }

.quick-info-overlay-left .btn-permalink {
  margin-top: 30px; }

.single-event .quick-info-overlay-left .btn-permalink {
  display: none !important; }

.single-event .quick-info-overlay-left .event-directions-link {
  display: inline-block !important; }

.quick-info-overlay-left .btn-default {
  border-color: #fff;
  color: #fff; }

.quick-info-overlay-left .btn-close {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 50px;
  height: 40px;
  margin-left: -25px;
  padding: 0;
  color: #999;
  background: #fff;
  text-align: center;
  font-size: 22px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s; }

.quick-info-overlay-left .btn-close:hover {
  color: #666;
  bottom: 0;
  -webkit-transition: bottom 0.3s 0.2s;
  -moz-transition: bottom 0.3s 0.2s;
  -ms-transition: bottom 0.3s 0.2s;
  -o-transition: bottom 0.3s 0.2s;
  transition: bottom 0.3s 0.2s; }

.quick-info-overlay-right {
  overflow: auto;
  background: #fff;
  position: fixed;
  width: 70%;
  height: 100%;
  top: 0;
  right: -70%;
  z-index: 1100;
  -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1); }

.single-event .quick-info-overlay-right {
  padding-top: 0; }

.quick-info-overlay-right #event-directions {
  height: 100%; }

.gallery-item-title {
  margin: 0;
  padding: 5px 15px;
  text-align: center;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee; }

.gallery-updates {
  position: relative;
  background: #000; }

.gallery-updates > ul {
  margin: 0;
  list-style-type: none; }

.gallery-updates > ul > li {
  opacity: 0.5;
  height: 100%;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
  background-color: #000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.gallery-updates > ul > li > a {
  display: block;
  height: 100%;
  width: 100%; }

.gallery-updates > ul > li:hover {
  opacity: 0.9; }

.gallery-updates > ul > li .media-box .zoom {
  background: none; }

.gallery-updates.cols5 > ul > li {
  width: 20%;
  float: left; }

.gallery-updates.cols4 ul > li {
  width: 25%;
  float: left; }

.gallery-updates.cols3 > ul > li {
  width: 33.333%;
  float: left; }

.gallery-updates.cols2 > ul > li {
  width: 50%;
  float: left; }

.gallery-updates-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  height: 100px;
  margin-top: -50px;
  color: #fff;
  text-align: center; }

.gallery-updates-overlay i {
  font-size: 40px; }

.gallery-updates-overlay h2 {
  color: #fff; }

.quick-info {
  position: relative;
  z-index: 11;
  padding: 25px 0 20px;
  text-align: center;
  background: #fff;
  margin-top: 20px;
  border: 1px solid #e4e4e3;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.quick-info h4 {
  margin-bottom: 5px;
  font-size: 13px; }

.quick-info p {
  margin-bottom: 0;
  font-size: 13px; }

.quick-info .social-icons-colored {
  margin-top: 12px; }

.site-footer {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background: #f8f8f8;
  padding: 40px 0; }

.site-footer-bottom {
  padding: 40px 0 0;
  color: #999;
  font-size: 12px !important; }

.site-footer-bottom a {
  color: #999; }

.site-footer-bottom a:hover {
  color: #666; }

.footer-nav ul {
  margin: 0;
  float: right;
  list-style-type: none; }

.footer-nav ul li {
  display: inline;
  margin-left: 5px; }

.footer-nav ul li:after {
  content: "/";
  opacity: 0.7; }

.footer-nav ul li:last-child:after {
  content: ""; }

.footer-nav ul li a {
  margin-right: 5px; }

.footer-nav ul li:last-child a {
  margin-right: 0; }

.footer-dark .site-footer {
  background: #333;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222; }

.footer-dark .footer_widget h4 {
  color: #ccc; }

.footer-dark .twitter-widget li span.date {
  color: #ccc;
  border-bottom: 1px solid #ccc; }

.page-header:before,
.page-header:after {
  display: table;
  content: " "; }

.page-header:after {
  clear: both; }

.page-header {
  height: 250px;
  margin: 0;
  border: 0;
  text-align: center;
  position: relative;
  width: 100%;
  display: table;
  padding-bottom: 0; }

.header-style1 .page-header,
.home-style3 .page-header,
.home-style5 .page-header {
  height: 350px; }

.home .page-header {
  height: 550px; }

.page-header {
  height: 550px;
  background-image: url("https://thumbs.dreamstime.com/b/silhouette-man-standing-top-mountain-watching-sun-rise-fog-aerial-view-silhouette-man-standing-top-145235009.jpg");
  background-size: cover; }

.page-header .subtitle {
  font-family: "Volkhov", serif;
  color: #fff;
  opacity: 0.7;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  display: block; }

.page-header hr {
  background: #fff; }

.title-subtitle-holder {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative; }

.title-subtitle-holder-inner {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0 20px; }

.header-style1 .title-subtitle-holder-inner {
  padding-top: 30px; }

.page-header-overlay {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.page-header h2 {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  margin-bottom: 0;
  font-size: 44px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 5; }

.page-header a {
  color: #fff;
  font-size: 55px; }

.page-header a:hover {
  opacity: 0.8;
  color: #fff; }

.header-event-time {
  padding: 10px 30px;
  display: inline-block;
  border: 3px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 5; }

.breadcrumb-cont {
  position: relative;
  z-index: 6;
  top: -40px;
  height: 40px;
  padding: 0;
  margin: 0;
  margin-bottom: -40px;
  background: rgba(0, 0, 0, 0.2); }

.home .breadcrumb-cont,
.page-template-template-home-second-php .breadcrumb-cont,
.page-template-template-home .breadcrumb-cont {
  display: none; }

.staff-item:hover .staff-item-name {
  top: -62px;
  -webkit-transition: top 0.3s 0.2s;
  -moz-transition: top 0.3s 0.2s;
  -ms-transition: top 0.3s 0.2s;
  -o-transition: top 0.3s 0.2s;
  transition: top 0.3s 0.2s; }

.staff-item .grid-content {
  position: relative;
  padding-top: 20px;
  padding-bottom: 5px;
  text-align: center;
  background: #fff; }

.staff-item-name {
  position: relative;
  top: -36px;
  margin-bottom: -62px;
  width: 106%;
  z-index: 99;
  left: -3%;
  padding: 5px 10px;
  min-height: 57px;
  background: #fff;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s; }

.staff-item-name h5 {
  margin-bottom: 0; }

.staff-item .social-icons-colored {
  margin-bottom: 10px;
  min-height: 25px; }

.staff-item.grid-item {
  margin-bottom: 30px; }

.staff-item.grid-item .btn-sm {
  margin-bottom: 15px; }

.team-modal .staff-item h3 {
  margin-bottom: 7px; }

#googleMap {
  height: 250px; }

#contact-map {
  overflow: hidden;
  width: 100%;
  height: 350px; }

.gm-bundled-control.gm-bundled-control-on-bottom {
  bottom: 99px !important; }

.events-list-sidebar {
  position: relative;
  z-index: 11; }

.events-list-sidebar:before,
.events-list-sidebar:after {
  content: " ";
  display: table; }

.events-list-sidebar:after {
  clear: both; }

.events-list-sidebar h5 {
  margin-bottom: 5px; }

.event-page-cal {
  height: 140px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px;
  padding: 30px;
  padding-top: 40px;
  text-align: center;
  position: relative;
  color: #fff;
  margin-bottom: 25px; }

a.pastevents {
  color: rgba(255, 255, 255, 0.8); }

a.pastevents:hover {
  color: white; }

.event-page-cal .month {
  font-size: 50px;
  text-transform: uppercase; }

.event-page-cal .year {
  display: inline-block;
  width: 60%;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.event-page-cal .actions {
  position: absolute;
  top: 0;
  height: 140px;
  left: 4px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  display: block; }

.event-page-cal .actions.right {
  right: 4px;
  left: auto; }

.event-page-cal .actions i {
  line-height: 140px; }

.event-page-cal .actions:hover {
  color: rgba(0, 0, 0, 0.8); }

.event-item {
  overflow: visible !important; }

.event-item .meta-data {
  display: block; }

.load-events {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center; }

#loading-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2; }

#loading-image-img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -64px 0 0 -64px; }

#events-preview-box .action-buttons {
  margin: 0;
  margin-bottom: 10px; }

.fc-event {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-left: 3px; }

.fc-toolbar {
  background-image: url([object Module]) #f8f8f8;
  border: 1px solid #ddd;
  border-bottom: 0;
  margin-bottom: 0 !important;
  padding-bottom: 17px; }

.fc-toolbar .fc-left {
  padding: 20px;
  padding-bottom: 0; }

.fc-toolbar .fc-right {
  padding: 20px;
  padding-bottom: 0;
  padding-top: 28px; }

.event-details-left {
  width: 60%;
  float: left; }

.event-details-right {
  width: 40%;
  float: left; }

.counter-preview {
  float: left;
  height: 37px;
  border-left: 1px solid #1e2326;
  border-right: 1px solid #1e2326; }

.counter-preview .timer-col {
  float: left;
  padding: 0 5px;
  border-left: 1px solid #1e2326;
  border-right: 1px solid #3d474c; }

.counter-preview .timer-col:first-child {
  border-left: 1px solid #3d474c; }

.top-header {
  position: relative;
  z-index: 2;
  background-color: #292929;
  height: 37px; }

.events-ajax-caller .counter-preview {
  height: 38px; }

.events-ajax-caller .counter-preview:before,
.events-ajax-caller .counter-preview:after {
  content: " ";
  display: table; }

.events-ajax-caller .counter-preview:after {
  clear: both; }

.events-ajax-caller .counter-preview .timer-col {
  width: 25%;
  text-align: center; }

.events-ajax-caller .counter-preview {
  width: 100%; }

.preview-event-bar {
  line-height: 37px; }

.preview-event-bar h4 {
  line-height: 37px;
  float: left;
  margin-bottom: 0;
  color: #fff;
  font-size: 11px;
  opacity: 0.7;
  margin-right: 12px; }

.event-schedule {
  background: #f8f8f8;
  padding: 25px;
  position: relative; }

.event-schedule .timeline {
  position: absolute;
  left: 28px;
  top: 25px;
  width: 10px;
  height: 200%;
  background: #efefef;
  border-radius: 10px; }

.event-prog {
  width: 100%;
  display: block;
  margin: 10px 0 20px; }

.event-schedule .event-prog:last-child {
  margin-bottom: 0; }

.event-prog .timeline-stone {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #f8f8f8;
  border: 4px solid transparent;
  display: block;
  position: relative;
  z-index: 9;
  margin-right: 12px;
  float: left;
  top: 4px; }

.event-prog-content {
  padding-left: 32px; }

.event-prog-content strong,
.event-prog-content span {
  display: block; }

.event-prog-content span {
  color: #999;
  font-size: 13px; }

.event-prog-content .event-pro-tag {
  float: right;
  width: 40px;
  margin-right: -25px;
  height: 35px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  border-right: 2px solid rgba(0, 0, 0, 0.1); }

.single-event .event-location-address {
  font-size: 14px;
  margin-bottom: 28px;
  display: block; }

.temp-thumbnail {
  margin-bottom: 20px; }

.ticket-booking-wrapper {
  z-index: 1000;
  position: fixed;
  bottom: -300px;
  left: 0;
  width: 100%; }

.tickets-table {
  color: #ccc; }

.tickets-table .tickets-total {
  font-size: 60px;
  text-align: center; }

.tickets-table select {
  color: #666; }

.tickets-table p,
.tickets-table h4 {
  margin-bottom: 0; }

.ticket-booking {
  background: #7a7e84;
  height: 300px;
  position: relative;
  z-index: 999;
  -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.4); }

.ticket-booking-close {
  width: 40px;
  height: 40px;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  opacity: 0.7;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 997;
  left: 50%;
  margin-left: -20px; }

.ticket-booking-close:hover {
  color: #fff; }

.ticket-booking h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 107px; }

.ticket-booking h3 strong {
  opacity: 0.7;
  letter-spacing: 4.5px;
  font-weight: 300; }

.ticket-booking h3 span {
  font-size: 40px;
  letter-spacing: 0;
  opacity: 1; }

.ticket-id {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: -112px;
  top: 50%;
  margin-top: -100px;
  height: 200px;
  z-index: 11; }

.book-ticket {
  background: #fff;
  border-radius: 10px;
  height: 200px;
  opacity: 0; }

.event-ticket {
  margin-top: 53px; }

.event-ticket-left {
  width: 13%;
  float: left;
  height: 200px;
  border-right: 3px dashed #eee;
  position: relative;
  z-index: 900; }

.event-ticket-left .ticket-handle {
  height: 100px;
  border: 5px solid transparent;
  width: 35px;
  border-radius: 40px;
  margin: 50px 0 0 32px;
  background: #7a7e84;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  float: left; }

.event-ticket-left .ticket-cuts {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #7a7e84;
  top: -30px;
  right: -15px;
  border-radius: 100%; }

.event-ticket-left .ticket-cuts-bottom {
  bottom: -30px;
  top: auto; }

.event-ticket-right {
  float: left;
  width: 86%; }

.event-ticket-right-inner {
  padding: 30px; }

.event-ticket-info {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  height: 40px; }

.event-ticket-info p {
  line-height: 36px;
  text-transform: uppercase;
  font-size: 15px;
  color: #ccc;
  text-align: center;
  margin-bottom: 0; }

.event-ticket-info p strong {
  color: #222; }

.event-ticket-info .col {
  float: left;
  width: 33.33%; }

.event-ticket-info .ticket-col {
  border-right: 2px solid #333; }

.event-ticket-info .ticket-col.btn-success {
  cursor: default; }

.event-ticket-info .btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  height: 36px; }

.event-ticket .event-location {
  color: #ccc;
  text-transform: uppercase;
  text-align: center;
  padding-top: 12px; }

ul.blog-classic-listing > li.sermon-item {
  padding-top: 25px; }

.sermon-item.col-md-3 .grid-footer .pull-right {
  float: none !important;
  margin-top: 10px; }

.sermon-item .sermon-series-date {
  font-size: 18px;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 18px;
  display: block; }

.sermon-item .grid-item-inner,
.staff-item .grid-item-inner {
  background: #fff; }

.sermon-series-trailer {
  color: #fff;
  font-size: 55px;
  display: inline-block; }

.sermon-pastors {
  text-align: center; }

.members-list {
  list-style-type: none;
  margin: 0; }

.members-list li {
  margin-bottom: 30px;
  text-align: center; }

.members-list li:last-child {
  margin-bottom: 0; }

.members-list li > img,
.members-list li > a > img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 12px; }

.members-list li h5 {
  margin-bottom: 0; }

.members-list .social-icons-colored li {
  margin-right: 0; }

.sermon-series-description {
  margin-bottom: 50px; }

.sermons-list {
  margin: 0;
  list-style-type: none; }

.sermons-list .sermon-item {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 20px; }

.sermons-list .sermon-item:last-child {
  margin-bottom: 0; }

.sermon-item .col-md-5 {
  text-align: center; }

.sermon-item .basic-link {
  font-size: 18px;
  margin-top: 20px; }

.sermon-item h3 {
  margin-bottom: 5px; }

.sermon-item .meta-data {
  margin-bottom: 20px;
  display: block; }

.sermon-media {
  margin: 30px 0 0; }

.sermon-media-left.sermon-links {
  width: 10%;
  float: left;
  height: auto; }

.sermon-media-left .action-buttons li {
  margin: 13px 0; }

.sermon-media-left .action-buttons li a {
  color: #fff; }

.sermon-media-right {
  width: 90%;
  float: left; }

.sermon-media-content {
  background: #f8f8f8;
  margin-bottom: 30px; }

.sermon-media-right .audio-container blockquote {
  border-left: 0;
  margin: 0;
  padding: 40px; }

.mejs-container {
  margin-bottom: 0; }

.sermon-tabs {
  display: none; }

.galleria-container {
  background: none;
  width: 100% !important; }

.galleria-stage {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.galleria {
  margin: 0;
  list-style-type: none; }

.galleria-info {
  top: 72px; }

.social-share-bar:before,
.social-share-bar:after {
  display: table;
  content: " "; }

.social-share-bar:after {
  clear: both; }

.social-share-bar {
  margin-top: 20px;
  display: block;
  padding: 20px 0 4px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }

.social-share-bar h4 {
  display: inline-block;
  margin-right: 15px;
  color: #999; }

.social-share-bar ul {
  display: inline-block; }

.posts-listing .post-list-item .post-media:not(:empty) {
  margin-bottom: 25px; }

.post-list-item {
  border-bottom: 2px solid #efefef;
  margin-bottom: 40px; }

.post-list-item.sticky {
  padding: 20px;
  background: aliceblue;
  padding-bottom: 0;
  padding-top: 30px; }

.posts-listing .post-list-item:last-child {
  margin-bottom: 20px; }

.post-excerpt {
  padding-bottom: 35px; }

.post-list-item .basic-link {
  font-weight: 700;
  text-transform: uppercase; }

.post-list-item .meta-data.post-cats {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  float: right; }

.post-list-item .meta-data > span {
  margin-right: 20px; }

.post-list-item .meta-data > span:last-child {
  margin-right: 0; }

.post-list-item .post-cats a {
  margin-left: 10px;
  margin-right: 10px;
  color: #999; }

.post-list-item .post-cats a:hover {
  color: #222; }

.single-post .title-row h2 {
  margin-bottom: 12px;
  line-height: 30px; }

.single-post .title-row .comments-go {
  margin-top: 5px; }

.single-post .post-media {
  margin: 30px 0; }

.single-post .meta-data > span {
  margin-right: 12px; }

.single-staff-post .social-icons-colored a {
  width: 35px;
  height: 35px;
  line-height: 35px; }

.post-tags.meta-data {
  margin-top: 40px; }

.post-tags.meta-data i.fa-tags {
  font-size: 14px; }

.isotope-grid {
  margin: 0;
  list-style-type: none; }

.grid-holder {
  margin: 0;
  list-style-type: none;
  width: 105%;
  margin-left: -3%;
  float: left; }

.grid-holder .grid-item {
  float: left; }

.grid-item {
  margin-bottom: 3%;
  border-bottom: medium none;
  margin-top: 2px; }

.isotope-events .grid-item.event-list-item {
  margin-bottom: 0;
  margin-top: 0; }

.grid-item-inner {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background: #f8f8f8; }

.grid-holder .grid-item {
  margin-left: 3%; }

.grid-holder.col-2 .grid-item {
  width: 47%; }

.grid-holder.col-3 .grid-item {
  width: 29.63%; }

.grid-holder.col-4 .grid-item {
  width: 22%; }

.grid-media {
  position: relative; }

.grid-content {
  padding: 25px 20px; }

.grid-footer {
  padding: 10px 20px 1px;
  background: #efefef; }

.blog-item .grid-item-inner {
  background: #fff; }

.blog-item .grid-footer {
  padding: 10px 20px;
  background: #f8f8f8; }

.blog-item .grid-footer .meta-data {
  margin-top: 4px; }

.grid-content .fa-external-link {
  margin-left: 10px; }

.grid-item h3 {
  line-height: 1.2em; }

.grid-item.event-item .action-buttons {
  margin-top: 0px; }

#message,
form .message {
  margin-top: 20px; }

.post-comments {
  margin: 40px 0 20px; }

.comments {
  margin: 0;
  list-style-type: none; }

.comments > li {
  border-bottom: 1px solid #efefef;
  padding-top: 30px;
  padding-bottom: 10px; }

.comments > li > ul {
  border-top: 1px solid #efefef; }

.comments > li .img-thumbnail {
  float: left;
  margin-right: 20px; }

.comments > li h5 {
  margin-bottom: 5px; }

.comments > li:last-child {
  border-bottom: 0; }

.comments > li > ul,
.comments > li > ul > li > ul,
.comments > li > ul > li > ul > li > ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0; }

.comments > li > ul > li,
.comments > li > ul > li > ul > li,
.comments > li > ul > li > ul > li > ul > li {
  margin-left: 50px;
  margin-top: 25px; }

.comments > li > ul > li:last-child {
  border-bottom: 0; }

.comments .comment-text {
  margin-top: 20px; }

.post-comment-form {
  margin: 30px 0 0 0;
  border-bottom: 0; }

.post-comment-form h4 {
  margin-bottom: 40px; }

.post-comment-form .form-control {
  margin-bottom: 20px; }

/* ==================================================
   6.2. Widgets Styling
================================================== */
.widget {
  margin-bottom: 30px; }

.widget.footer-widget {
  margin-bottom: 20px; }

.widgettitle:not(:empty) {
  padding-bottom: 10px;
  border-bottom: 3px solid #efefef; }

.widget.footer-widget .widgettitle {
  border-bottom: 0;
  padding-bottom: 0; }

.widget:last-child {
  margin-bottom: 0; }

.widget.footer-widget:last-child {
  margin-bottom: 20px; }

.widget ul,
.widget ol {
  margin: 0;
  list-style-type: none; }

.widget li {
  margin-bottom: 10px;
  padding-bottom: 9px; }

.widget_categories ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_sermon_speakers li,
.widget_custom_category ul li,
.widget_pages li,
.widget_nav_menu li {
  border-bottom: 1px solid #efefef; }

.widget_categories ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_links ul li a,
.widget_meta ul li a,
.widget_custom_category ul li a,
.widget_pages li a,
.widget_nav_menu li a {
  display: inline-block;
  position: relative; }

.widget li .sub-menu,
.widget li .children {
  padding-top: 8px;
  padding-left: 12px;
  border-top: 1px solid #efefef;
  margin-top: 8px; }

.widget li .sub-menu li,
.widget li .children li {
  border-bottom: 1px solid #efefef; }

.widget li .sub-menu li:last-child,
.widget li .children li:last-child {
  border-bottom: 0;
  padding-bottom: 0; }

.widget_upcoming_events li {
  text-align: left; }

.widget_sermon_speakers li {
  padding: 3px 0 12px 0; }

.widget_sermon_speakers li h5 {
  margin-bottom: 0;
  margin-top: 12px; }

.widget_sermon_speakers li img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px; }

.widget_sermon_speakers li:before,
.widget_sermon_speakers li:after {
  display: table;
  content: " "; }

.widget_sermon_speakers li:after {
  clear: both; }

.widget_tag_cloud a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 7px;
  padding: 2px 8px;
  border: 1px solid #efefef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f8f8f8;
  font-size: 12px !important;
  color: #222;
  text-decoration: none; }

.widget_tag_cloud a:hover {
  text-decoration: none;
  background: #fff; }

.twitter-widget li:nth-child(odd) {
  display: none; }

.widget_twitter_feeds .date {
  margin-left: 10px; }

.twitter-widget {
  margin: 0;
  list-style-type: none; }

#back-to-top {
  position: fixed;
  right: 17px;
  bottom: 17px;
  display: none;
  padding: 5px 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff; }

/* ==================================================
   6.4. Counter Shortcode
================================================== */
.fact-ico {
  display: inline-block;
  width: 100px;
  height: 100px;
  color: #999999;
  line-height: 100px;
  margin: 10px 0; }

.countdown .fact-ico {
  height: auto;
  width: auto;
  line-height: normal;
  margin-bottom: 30px; }

.fact {
  display: inline-block;
  color: #999999;
  font-size: 15px;
  margin-top: 10px;
  font-family: "Volkhov", serif;
  font-style: italic; }

.countdown {
  text-align: center; }

.counters .timer,
.countdown .timer {
  display: inline-block;
  color: #333333;
  font-weight: 700;
  font-size: 38px; }

.parallax .counters .timer {
  color: #ffffff; }

/* ==================================================
   6.5. Parallax Backgrounds
================================================== */
.parallax {
  background-attachment: fixed !important;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8f8f8; }

.touch .parallax,
.page-header.parallax {
  background-attachment: scroll !important; }

/* WP DEFAULT STYLING */
/*This required by breadcrumb current_item*/
ol.breadcrumb > .current_item {
  color: #fff; }

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

/*This required by select post widget*/
.screen-reader-text,
.bypostauthor {
  position: static !important; }

.ab-item .screen-reader-text {
  display: none; }

#wp-calendar {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
  border-top: none; }

#wp-calendar td,
#wp-calendar th {
  text-align: center; }

#wp-calendar td#today {
  background: #eee; }

#wp-calendar caption {
  padding: 0;
  line-height: 39px; }

#wp-calendar thead,
#wp-calendar tfoot {
  line-height: 33px;
  background: #eee; }

#wp-calendar tbody {
  line-height: 33px; }

#wp-calendar #prev,
#wp-calendar #next {
  padding: 0 10px;
  background: #eee; }

#wp-calendar #prev {
  text-align: left; }

#wp-calendar #next {
  text-align: right; }

.widget_selected_post .post-image {
  width: 30%;
  float: left;
  margin-right: 5%; }

.widget_selected_post .widget-blog-content {
  float: left;
  width: 65%; }

.widget_selected_post .fa-angle-right {
  display: none; }

.widget_selected_post .fa-plus {
  margin-right: 0; }

.widget_selected_post ul li {
  padding: 0 0 12px;
  margin-bottom: 12px; }

.widget_selected_post ul li .meta-data {
  display: block; }

.widget_selected_post ul li a {
  padding: 0;
  text-decoration: none; }

.widget_selected_post ul li a .img-thumbnail {
  margin-bottom: 0; }

/*After theme checker below css is required*/
.wp-caption {
  margin-bottom: 24px; }

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

.wp-caption {
  color: #767676; }

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px; }

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

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

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

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

/* Genericons */
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom; }

/* Image Float Classes */
.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* WooCommerce Styling */
.woocommerce-pagination {
  display: none; }

p.demo_store {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0; }

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce input.button {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.07em;
  padding: 9px 10px 10px 10px;
  border-radius: 3px;
  color: #333;
  text-shadow: none;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase; }

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.woocommerce input.button:hover {
  background: #ebebeb;
  border-color: #adadad;
  color: #333333; }

#add_payment_method #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #fff; }

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  padding-left: 25px; }

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
  background: #f8f8f8 !important; }

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
  height: auto; }

.woocommerce table.shop_table,
.woocommerce-page table.shop_table,
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
  border-color: #efefef !important; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 3px 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;
  resize: vertical; }

.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment {
  height: 75px; }

.woocommerce #payment,
.woocommerce-page #payment {
  background: #f8f8f8 !important; }

.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  border-color: transparent transparent #fff; }

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  background: #fff !important; }

#ship-to-different-address .input-checkbox {
  float: left;
  margin-top: 14px; }

#ship-to-different-address label {
  display: inline-block;
  font-weight: 400;
  padding-left: 12px;
  margin-top: 0; }

.shipping_calculator,
h3#order_review_heading {
  margin-top: 30px; }

.woocommerce span.onsale,
.woocommerce-page span.onsale {
  padding: 0 4px !important;
  text-shadow: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  box-shadow: none;
  -webkit-box-shadow: none; }

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
  border: 0 !important;
  text-shadow: none !important;
  color: #fff; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%; }

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  text-transform: uppercase; }

.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page #content input.button:active {
  top: 0; }

.woocommerce form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.login,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.register {
  border-color: #efefef !important; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  width: 1.1em;
  height: 1.1em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background: #efefef !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
  border: 0; }

.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
  padding: 5px 0; }

.variations .label {
  color: #666; }

.variations label {
  font-size: 13px;
  padding-top: 6px;
  text-transform: uppercase; }

.woocommerce-tabs .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  border-color: #efefef !important;
  background: #f8f8f8 !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  border-color: #efefef !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff !important; }

.post-type-archive-product .star-rating,
.tax-product_cat .star-rating {
  display: none !important; }

.single_variation {
  margin-bottom: 20px; }

.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
  width: 22.5% !important; }

.woocommerce p.myaccount_user,
.woocommerce .addresses .address {
  border: 1px solid #eceae4 !important;
  background: #f8f8f8 !important;
  padding: 20px; }

/* Contact Form 7 Styling */
.wpcf7-form p {
  font-weight: 700; }

div.wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  padding: 15px 35px 15px 15px;
  border: 1px solid #efefef;
  margin-left: 0;
  border-color: #ebccd1; }

div.wpcf7-mail-sent-ok {
  color: #468847;
  background-color: #dff0d8;
  padding: 15px 35px 15px 15px;
  border: 1px solid #efefef;
  margin-left: 0;
  border-color: #d6e9c6; }

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-select,
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-captchar,
.wpcf7-form .wpcf7-quiz,
.wpcf7-form .wpcf7-number,
.wpcf7-form .wpcf7-date {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  font-weight: 400 !important;
  margin-top: 10px;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 3px 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; }

.wpcf7-form .wpcf7-textarea {
  min-height: 80px;
  resize: vertical; }

.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-file,
.wpcf7-form .wpcf7-radio {
  margin-top: 10px;
  display: inline-block; }

.wpcf7-form .wpcf7-list-item {
  margin-left: 0.8em; }

.wpcf7-form .wpcf7-list-item.first {
  margin-left: 0; }

.wpcf7-form .wpcf7-quiz-label {
  padding-top: 18px;
  float: left;
  margin-right: 10px;
  font-weight: 400 !important; }

.wpcf7-form .wpcf7-list-item-label {
  font-weight: 400 !important; }

.wpcf7-form .wpcf7-submit {
  color: #fff;
  border-width: 0px;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  margin-bottom: 0px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.52857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }

/* Page builder Classes */
.no-top-content-padding {
  margin-top: -50px; }

.so-panel.widget .gallery-updates li {
  padding: 0;
  margin: 0; }

.so-panel.widget_spacer-widget {
  margin-bottom: 0 !important; }

.widget_recent_sermons.so-panel.widget h3.widget-title {
  padding-bottom: 0;
  margin-bottom: 15px;
  border: 0; }

.so-panel .blog-classic-listing > li {
  padding-top: 20px; }

.so-panel .blog-classic-listing li .post-media {
  margin-bottom: 20px;
  margin-top: 7px; }

.panel-grid .widget ul {
  list-style-type: none;
  margin: 0; }

.siteorigin-panels-stretch {
  overflow: hidden; }

.no-title-border h2.title {
  border-bottom: 0; }

.no-title-border .title-border {
  border-bottom-color: transparent;
  padding-bottom: 0; }

.panel-grid .title .btn.pull-right {
  margin-bottom: 12px;
  margin-top: 0; }

.panel-grid .widget .gallery-grid .slides li {
  margin-bottom: 0;
  padding-bottom: 0; }

.panel-grid h3.panel-title {
  margin-bottom: 40px;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 22px;
  border-bottom: 2px solid #ccc;
  color: #333; }

.sow-headline .decoration {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.panel-grid .grid-footer {
  padding-bottom: 10px; }

.widget .flexslider li {
  margin: 0;
  padding: 0; }

.sort-destination .grid-item h4 {
  margin-top: 10px;
  margin-bottom: 0; }

.carousel-container {
  overflow: hidden; }

.panel-grid ul.upcoming-events li,
.widget_woocommerce_products ul li {
  margin: 8px 0; }

.panel-grid .tabs .tab-content {
  padding-top: 10px; }

.tabs.vertical-tabs .nav-tabs {
  width: 25%;
  background: none;
  border: 0;
  float: left; }

.tabs.vertical-tabs .nav-tabs > li {
  float: none;
  display: block;
  width: 100%;
  margin-bottom: 0; }

.tabs.vertical-tabs .nav-tabs > li > a {
  border-right: 0; }

.tabs.vertical-tabs .nav-tabs > li.active > a {
  border-right: 0; }

.tabs.vertical-tabs .tab-content {
  float: left;
  width: 75%;
  padding-top: 0;
  padding-left: 20px;
  margin-left: -1px; }

.list-group-item > .badge {
  margin-top: 4px; }

body.boxed .popover {
  left: 10px !important; }

/*-------------------------------------------------------------------------------------------*/
/* Pricing Tables
/*-------------------------------------------------------------------------------------------*/
.pricing-table {
  margin-top: 50px;
  margin-bottom: 50px; }

.pricing-table:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ""; }

.pricing-table > div:first-child .pricing-column-content,
.pricing-table > div:first-child h3 {
  border-left: 1px solid #eee !important; }

.pricing-column {
  float: left;
  overflow: hidden;
  padding: 0px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear; }

.pricing-column .features {
  padding: 0;
  margin-bottom: 0;
  background: none; }

.pricing-column .features a {
  color: #5e5e5e; }

.pricing-column .pricing-column-content {
  padding: 0px 0px 20px 0px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.pricing-column.highlight {
  z-index: 1;
  margin: -20px 0 0 -1px;
  background-color: #ffffff; }

.pricing-column.highlight .pricing-column-content,
.pricing-column.highlight h3 {
  border: none; }

.pricing-column.highlight h3 {
  background: #5bc0de; }

.pricing-column.highlight h3 .highlight-reason {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px; }

.pricing-column.highlight .pricing-column-content {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee; }

.pricing-table .popover {
  text-align: center; }

.pricing-column ul li {
  padding: 10px 25px;
  border-bottom: 1px solid #eee;
  color: #666666 !important;
  list-style: none;
  line-height: 18px; }

.pricing-column ul li a {
  margin-left: 10px; }

.pricing-column ul li:first-child {
  border-top: 1px solid #eee; }

.pricing-column ul li:nth-child(2n + 1) {
  background-color: #f8f8f8; }

.pricing-column.highlight h3 {
  margin-bottom: 0px !important;
  padding: 15px 0px;
  color: #ffffff !important; }

.toggle .pricing-column h3 {
  font-size: 26px !important; }

.pricing-column h3 {
  margin-bottom: 0px;
  padding: 18px 0px 18px 0px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #ffffff;
  font-size: 26px;
  line-height: 28px; }

.pricing-column h4 {
  margin-bottom: 0px;
  margin-left: -22px;
  padding: 20px 30px 6px 30px;
  color: #333333;
  font-size: 54px !important;
  line-height: 42px !important; }

.pricing-column h4 .dollar-sign {
  position: relative;
  top: -14px;
  right: -6px;
  font-size: 22px;
  line-height: 22px; }

.pricing-column .interval {
  display: block;
  display: block;
  padding-bottom: 17px;
  min-height: 38px;
  color: #999999; }

.pricing-column ul {
  margin-left: 0px; }

.pricing-column .btn {
  margin-top: 25px; }

.pricing-column.highlight .btn {
  margin-bottom: 20px; }

.pricing-table.six-cols > div {
  width: 16.5%; }

.pricing-table.five-cols > div {
  width: 20%; }

.pricing-table.four-cols > div {
  width: 25%; }

.pricing-table.three-cols > div {
  width: 33.2%; }

.pricing-table.two-cols > div {
  width: 50%; }

/* Add to Calendar Styling */
.addtocalendar var {
  display: none; }

.addtocalendar {
  position: relative;
  display: block;
  background: 0 0 !important;
  margin-top: 20px; }

.atcb-link {
  display: block;
  outline: 0 !important;
  cursor: pointer; }

.atcb-link:active ~ ul,
.atcb-link:focus ~ ul,
.atcb-list:hover {
  visibility: visible; }

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  z-index: 900; }

.atcb-item,
.atcb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff; }

.atcb-item {
  float: none;
  text-align: left; }

.atcb-item-link {
  text-decoration: none;
  outline: 0;
  display: block; }

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: 0; }

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus,
.atc-style-blue .atcb-link:hover {
  margin: 0;
  padding: 7px 25px;
  color: #222;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  text-decoration: none;
  outline: 0;
  line-height: 20px;
  vertical-align: middle;
  background: #ffffff;
  border: 2px solid #ddd;
  border-radius: 3px;
  zoom: 1;
  display: block; }

.atc-style-blue .atcb-list {
  width: 170px;
  border: 1px solid #bababa;
  border-radius: 2px;
  box-shadow: 0 0 5px #aaa; }

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-list {
  background: #fff;
  color: #000; }

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link {
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1; }

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus,
.atc-style-blue .atcb-item-link:hover {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  outline: 0;
  padding: 5px 15px; }

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
  background: #eee; }

/* ==================================================
   7. Responsive Media Queries
================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
  .lead-content-wrapper {
    margin-left: -500px !important;
    width: 1000px !important;
    padding: 35px 0 0; }
  .header-style5 .site-header {
    margin-left: -500px !important;
    width: 1000px !important; }
  .header-style5 .sticky-header.site-header {
    margin-left: 0 !important;
    width: 100% !important; } }

@media only screen and (max-width: 992px) {
  .main-navigation {
    display: none; }
  .header-style1 .main-navigation > ul > li > a {
    color: #222; }
  .flex-caption {
    width: 400px; }
  .main-navigation {
    display: none;
    width: 100%;
    position: absolute;
    height: auto;
    left: 0;
    top: 74px;
    background: #fff;
    z-index: 99;
    overflow: auto;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .main-navigation ul {
    float: none;
    border-top: 2px solid #efefef; }
  .main-navigation > ul > li {
    display: block;
    width: 100%; }
  .main-navigation > ul > li > a {
    display: block;
    padding: 15px 0 15px 20px;
    line-height: normal !important;
    color: #222; }
  .main-navigation > ul > li ul {
    position: static;
    top: 0;
    left: 0 !important;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .main-navigation > ul > li > ul li ul {
    position: static;
    margin: 0;
    left: 0 !important;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .main-navigation > ul > li > ul:before,
  .main-navigation > ul > li > ul li ul:before {
    display: none; }
  .main-navigation > ul > li.megamenu > ul {
    width: 100%; }
  .main-navigation > ul > li.megamenu > ul .megamenu-container > div.row > div {
    margin-top: 20px; }
  .sticky-header .main-navigation > ul > li > a,
  .main-navigation > ul > li > a {
    line-height: normal !important; }
  #canvas-animation {
    display: none; }
  .for-navi {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  .flex-caption {
    display: none !important; }
  .header-style5 .site-header {
    margin-left: 0 !important;
    width: 100% !important; }
  .lead-content {
    height: auto !important; }
  .lead-content-wrapper {
    margin-left: 0 !important;
    width: 100% !important;
    padding: 35px 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: static;
    margin-bottom: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .event-list-item-date {
    width: 25%;
    margin-right: 2%; }
  .widget_upcoming_events .event-list-item-date {
    width: 15%; }
  .event-list-item-info {
    width: 73%;
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
    padding-bottom: 5px; }
  .widget_upcoming_events .event-list-item-info {
    width: 83%; }
  .event-list-item-actions {
    width: 100%;
    text-align: left; }
  .event-list-item-actions .action-buttons {
    margin-top: 10px;
    display: inline-block;
    float: left;
    width: auto;
    margin-left: 7px;
    margin-bottom: -10px; }
  .event-list-item-actions .action-buttons li:first-child {
    margin-left: 0; }
  .event-list-item .btn-transparent {
    float: right;
    display: inline-block; }
  .event-list-item {
    margin-bottom: 20px; }
  .event-list-item:before,
  .event-list-item:after {
    display: table;
    content: " "; }
  .event-list-item:after {
    clear: both; }
  .events-listing .event-list-item:last-child {
    margin-bottom: 0; }
  .very-latest-post {
    margin-bottom: 20px; }
  .blog-classic-listing {
    margin-bottom: 20px; }
  .footer_widget {
    margin-bottom: 40px; }
  .quick-info {
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 0; }
  .quick-info .col-sm-6 {
    margin: 10px 0; }
  .quick-info .col-md-4 {
    margin-bottom: 20px; }
  .upcoming-event-bar .text-align-right {
    text-align: center !important; }
  .upcoming-event-bar .event-register-button {
    margin-left: 30px; }
  .upcoming-event-bar .action-buttons {
    display: inline-block;
    margin-top: 10px; }
  .blog-classic-listing .post-thumb {
    margin-bottom: 20px; }
  .topbar .container {
    width: 100%; }
  .header-style5 .site-header {
    top: 20px;
    width: 100%;
    left: 0;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .sermon-item .basic-link {
    margin-bottom: 10px; }
  .sermon-item .col-md-5 {
    text-align: left; }
  .widget.sidebar-widget {
    margin-bottom: 0;
    margin-top: 30px; }
  .quick-info-overlay-left {
    text-align: left; }
  .quick-info-overlay-left h3.event-title {
    font-size: 18px; }
  .quick-info-overlay-left .event-address {
    font-size: 13px; }
  .single-event .quick-info-overlay-left .event-address {
    font-size: 15px; }
  .ticket-booking h3 {
    margin-top: 27px;
    text-align: center; }
  .ticket-booking h3 strong {
    letter-spacing: 0; }
  .ticket-booking h3 span {
    font-size: 100%; }
  .event-ticket {
    margin-top: 23px; }
  .event-details-left {
    width: 100%;
    float: left; }
  .event-details-right {
    width: 100%;
    float: left; }
  .isotope-events .grid-item.event-list-item {
    margin-bottom: 20px; }
  .event-page-cal .month {
    display: block; }
  .event-page-cal .year {
    margin-top: 20px;
    width: 30%; }
  .slider-wrapper {
    min-height: inherit; }
  .hero-slider.flexslider,
  .hero-slider.flexslider ul.slides li {
    height: 250px; }
  .header-style1 .hero-slider.flexslider,
  .header-style1 .hero-slider.flexslider ul.slides li,
  .header-style3 .hero-slider.flexslider,
  .header-style3 .hero-slider.flexslider ul.slides li,
  .header-style5 .hero-slider.flexslider,
  .header-style5 .hero-slider.flexslider ul.slides li {
    height: 250px; }
  .home .hero-slider.flexslider,
  .home .hero-slider.flexslider ul.slides li {
    height: 350px; }
  .header-style1 .page-header,
  .home-style3 .page-header,
  .home-style5 .page-header {
    height: 350px; }
  .home .page-header {
    height: 350px; }
  .ticket-booking {
    height: 400px;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto; }
  .ticket-booking-wrapper {
    bottom: -400px;
    z-index: 9999; }
  .pricing-column .features {
    margin-bottom: 0; }
  .pricing-column.highlight {
    margin: 0; }
  .pricing-table > div:third-child .pricing-column-content,
  .pricing-table > div:nth-child(2n + 1) h3 {
    border-left: 1px solid #eeeeee !important; }
  .pricing-column ul li:first-child {
    border-top: 1px solid #eeeeee; }
  .pricing-column ul li:nth-child(2n + 1) {
    background-color: #f8f8f8; }
  .toggle .pricing-column h3 {
    font-size: 26px !important; }
  .pricing-column.highlight .btn {
    margin-bottom: 0; }
  .pricing-table.six-cols > div {
    width: 50%; }
  .pricing-table.five-cols > div {
    width: 50%; }
  .pricing-table.four-cols > div {
    width: 50%; }
  .pricing-table.three-cols > div {
    width: 50%; }
  .pricing-table.two-cols > div {
    width: 50%; }
  #multi-info-btn {
    text-align: center; } }

@media only screen and (max-width: 767px) {
  /* Isotope */
  .isotope {
    overflow: visible !important;
    height: auto !important; }
  .isotope-item {
    position: static !important;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important; }
  .isotope-hidden {
    display: none !important; }
  .grid-item {
    margin-bottom: 6%; }
  .grid-holder.col-2 .grid-item {
    width: 95%; }
  .grid-holder.col-3 .grid-item {
    width: 95%; }
  .grid-holder.col-4 .grid-item {
    width: 95%; }
  .img-thumbnail {
    margin-bottom: 20px; }
  .grid-item .media-box {
    margin-bottom: 0; }
  .hero-slider.flexslider,
  .hero-slider.flexslider ul.slides li {
    height: 200px; }
  .header-style1 .hero-slider.flexslider,
  .header-style1 .hero-slider.flexslider ul.slides li,
  .header-style3 .hero-slider.flexslider,
  .header-style3 .hero-slider.flexslider ul.slides li,
  .header-style5 .hero-slider.flexslider,
  .header-style5 .hero-slider.flexslider ul.slides li {
    height: 200px; }
  .home .hero-slider.flexslider,
  .home .hero-slider.flexslider ul.slides li {
    height: 300px; }
  .site-header {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    border-bottom: 0;
    position: relative; }
  .header-style5 .site-header,
  .header-style4 .site-header {
    top: 0 !important; }
  .header-style2 .body,
  .header-style4 .body,
  .header-style5 .body {
    padding-top: 0 !important; }
  .sidebar {
    float: left;
    width: 100%; }
  .featured-block:hover figure img {
    width: 100%; }
  #back-to-top {
    display: none !important; }
  #contactform {
    margin-top: 50px; }
  .header-style1 .page-header,
  .home-style3 .page-header,
  .home-style5 .page-header {
    height: 200px; }
  .page-header,
  .home .page-header {
    height: 200px; }
  .page-header h2 {
    font-size: 24px; }
  .page-header hr {
    margin-top: 10px; }
  .home .page-header {
    height: 300px; }
  .isotope-events .grid-item.event-list-item {
    margin-bottom: 20px; }
  .events-list-sidebar {
    margin-bottom: 20px;
    float: left;
    width: 100%; }
  .quick-info-overlay-left {
    z-index: 1001; }
  .quick-info-overlay-right {
    width: 100%;
    right: -100%; }
  .quick-info-overlay-left .event-address {
    display: none; }
  .quick-info-overlay-left .btn-permalink {
    display: none; }
  .event-list-item-date .event-date {
    height: 100px;
    width: 75px; }
  .ticket-booking-close {
    width: 100%;
    opacity: 1;
    z-index: 9999;
    left: 0;
    top: -40 !important;
    margin-left: 0px; }
  .event-ticket {
    min-height: 330px; }
  .event-ticket-left {
    width: 100%;
    border-bottom: 3px dashed #eee;
    border-right: 0;
    text-align: center;
    height: 80px; }
  .event-ticket-left .ticket-handle {
    height: 35px;
    width: 100px;
    margin: 20px 0 0 0;
    float: none;
    display: inline-block; }
  .event-ticket-left .ticket-cuts {
    top: 63px !important; }
  .event-ticket-left .ticket-cuts-top {
    right: auto !important;
    left: -15px !important; }
  .event-ticket-left .ticket-cuts-bottom {
    bottom: auto;
    top: 63px !important;
    right: -15px !important; }
  .event-ticket-right {
    width: 100%; }
  .event-ticket-right-inner {
    padding: 10px 30px; }
  .event-ticket-right-inner h4 {
    margin-bottom: 5px; }
  .event-ticket-info p {
    font-size: 13px;
    color: #999; }
  .event-ticket-info p strong {
    color: #222; }
  .event-ticket-info .col {
    float: left;
    width: 33.33%; }
  .event-ticket-info .ticket-col {
    border-right: 2px solid #333; }
  .event-ticket-info .btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 36px; }
  .event-ticket .event-location {
    font-size: 13px;
    color: #999; }
  .fc-header {
    background: none;
    border: 0; }
  .fc-header td.fc-header-left {
    padding: 0; }
  .fc-header td.fc-header-right {
    padding: 0;
    padding-top: 0; }
  .quick-info {
    padding-bottom: 20px; }
  .quick-info .col-sm-6 {
    margin: 10px 0 30px; }
  .quick-info .col-sm-6:last-child {
    margin: 10px 0; }
  .single-event .event-register-button {
    margin-bottom: 30px; }
  .site-footer-bottom {
    padding-top: 20px; }
  .site-footer {
    padding-bottom: 20px; }
  .footer-nav ul {
    float: none;
    margin-top: 10px; }
  .breadcrumb-cont {
    display: none; }
  .sermon-media-left.sermon-links {
    width: 100%; }
  .sermon-media-right {
    width: 100%;
    float: left; }
  .sermon-media-left .action-buttons {
    text-align: center; }
  .sermon-media-left .action-buttons li {
    margin: 0 10px;
    display: inline-block; }
  .icon-box {
    margin-bottom: 40px; }
  .upcoming-event-bar .counter {
    margin-top: 20px; }
  .featured-block {
    margin-bottom: 40px; }
  .gallery-updates.cols5 > ul > li,
  .gallery-updates.cols4 > ul > li,
  .gallery-updates.cols3 > ul > li,
  .gallery-updates.cols2 > ul > li {
    width: 100%; }
  .gallery-updates-overlay {
    display: none !important; }
  .topbar {
    display: none; }
  .logged-in.admin-bar.header-style4 .site-header {
    top: 45px; }
  .logged-in.admin-bar.header-style1 .site-header,
  .logged-in.admin-bar.header-style2 .site-header,
  .logged-in.admin-bar.header-style3 .site-header {
    top: 0; }
  .logged-in.admin-bar.header-style5 .site-header {
    top: 40px; }
  .header-style4 .body {
    padding-top: 74px; }
  .header-style4 .site-header {
    top: 0; }
  .popover .social-icons-colored li a {
    margin: 0; }
  .lgray-bg ul.blog-classic-listing li {
    background: none;
    padding: 0; }
  .slider-wrapper {
    min-height: none; }
  .nivo-controlNav {
    bottom: 0; }
  .pricing-table.six-cols > div {
    margin: 0 auto 30px;
    width: 100%; }
  .pricing-table.five-cols > div {
    margin: 0 auto 30px;
    width: 100%; }
  .pricing-table.four-cols > div {
    margin: 0 auto 30px;
    width: 100%; }
  .pricing-table.three-cols > div {
    margin: 0 auto 30px;
    width: 100%; }
  .pricing-table.two-cols > div {
    margin: 0 auto 30px;
    width: 100%; }
  .action-buttons .visible-xs {
    display: inline-block !important; }
  .quick-info-overlay {
    display: none !important; }
  .body #content-col,
  .body #sidebar-col {
    float: none !important; }
  .featured-block figure img {
    width: 100%; }
  .widget_upcoming_events .event-list-item-date {
    width: 28%; }
  .smaller-cont .event-list-item-info {
    width: 70%; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .gallery-updates.cols5 > ul > li,
  .gallery-updates.cols4 > ul > li,
  .gallery-updates.cols3 > ul > li,
  .gallery-updates.cols2 > ul > li {
    width: 50%; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-logo h1 .default-logo,
  .sticky-header .site-logo h1 .default-logo {
    display: none; }
  .site-logo h1 .retina-logo,
  .sticky-header .site-logo h1 .retina-logo {
    display: block; } }

.css-yk16xz-control {
  border: 0 !important;
  background-color: #e6e6e670 !important; }

.css-2b097c-container,
.css-g1d714-ValueContainer,
.css-1hb7zxy-IndicatorsContainer,
.css-yk16xz-control {
  height: 45px; }

.css-1wa3eu0-placeholder {
  top: 55% !important; }

.css-1okebmr-indicatorSeparator {
  background-color: transparent !important; }

.text-primary,
.btn-primary .badge,
.btn-link,
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
p.drop-caps:first-child:first-letter,
.accent-color,
.posts-listing .post-time,
h3.title .title-border i,
.upcoming-events .event-cats a:hover,
.nav-np .next:hover,
.nav-np .prev:hover,
.basic-link,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.staff-item .meta-data,
.flexslider .flex-prev:hover,
.flexslider .flex-next:hover,
.event-list-item:hover .action-buttons > li > a:hover,
.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive,
.accordion-heading:hover .accordion-toggle i,
.smaller-cont .lined-info h4 a,
.quick-info h4,
.sort-source li.active a,
.event-ticket h4,
.event-ticket .ticket-ico,
.tag-cloud a:hover,
.main-navigation > ul > li > ul > li a:hover,
.events-listing-content .event-title,
.twitter-widget .date,
.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.pricing-column h3,
.pricing-column .features a:hover,
a:hover,
.social-share-bar .share-buttons-tc.social-icons-colored a:hover {
  color: #3bafda;
}
.basic-link:hover {
  opacity: 0.9;
}
p.drop-caps.secondary:first-child:first-letter,
.accent-bg,
.fa.accent-color,
.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.label-primary,
.progress-bar-primary,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.accordion-heading .accordion-toggle.active,
.accordion-heading:hover .accordion-toggle.active,
.panel-primary > .panel-heading,
.carousel-indicators .active,
.flex-control-nav a:hover,
.flex-control-nav a.flex-active,
.flexslider .flex-control-nav a.background--dark.flex-active,
.media-box .media-box-wrapper,
.notice-bar,
.featured-block figure,
.media-box .zoom .icon,
.media-box .expand .icon,
.latest-sermon-content,
.page-header,
.icon-box.icon-box-style1:hover .ico,
.event-page-cal,
.fc-event,
.sermon-media-left.sermon-links,
.nav-tabs li a:active,
.nav-tabs li.active a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.page-header-overlay,
#bbpress-forums div.bbp-topic-tags a:hover,
.bbp-search-form input[type="submit"]:hover,
.bbp-topic-pagination .current,
.pricing-column.highlight h3 {
  background-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.top-menu li a:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active,
.woocommerce #respond input#submit.alt:active,
.woocommerce #content input.button.alt:active,
.woocommerce-page a.button.alt:active,
.woocommerce-page button.button.alt:active,
.woocommerce-page input.button.alt:active,
.woocommerce-page #respond input#submit.alt:active,
.woocommerce-page #content input.button.alt:active,
.wpcf7-form .wpcf7-submit {
  background: #3bafda;
  opacity: 0.9;
}
p.demo_store,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt,
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.wpcf7-form .wpcf7-submit,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a,
.ticket-cost {
  background: #3bafda;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.panel-primary,
.panel-primary > .panel-heading,
.flexslider .flex-prev:hover,
.flexslider .flex-next:hover,
.btn-primary.btn-transparent,
.counter .timer-col #days,
.event-list-item:hover .event-list-item-date .event-date,
.icon-box.icon-box-style1 .ico,
.event-prog .timeline-stone,
.event-ticket-left .ticket-handle,
.bbp-topic-pagination .current,
.social-share-bar .share-buttons-tc.social-icons-colored a:hover {
  border-color: #3bafda;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body,
#featured-events ul.slides,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-top-color: #3bafda;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body,
.nav-tabs li a:active,
.nav-tabs li.active a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.title .title-border {
  border-bottom-color: #3bafda;
}
/* Color Scheme Specific Classes */

@font-face {
  font-family: "Source Sans Pro", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;1,200;1,300;1,400&display=swap");
}

.afcf .banner {
  width: 100%;
  background-image: url("/ydd-photos/afcfbanner.jpg");
  background-position-y: -180px;
  background-size: cover;
  height: 550px;
  padding-top: 230px;
  text-align: center; }
  .afcf .banner.afcmf-banner {
    background-image: url("/ydd-photos/afcmfbanner.jpg"); }
  .afcf .banner.about-afcf-banner {
    background-image: url("/ydd-photos/afcfslider2.jpg"); }
  .afcf .banner p {
    line-height: 45px;
    color: #fff;
    letter-spacing: 1.5px;
    text-shadow: 5px 5px 5px #0e2121;
    font-size: 40px;
    font-weight: 600; }

.afcf .page-heading {
  text-align: center;
  margin-bottom: 60px; }
  .afcf .page-heading hr {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    background: #ccc;
    width: 60%;
    height: 2px;
    border: 1px solid #031169; }

.afcf .afcf-content {
  margin: auto;
  margin-bottom: 50px; }

.afcf .top-btns {
  text-align: center;
  width: 100%;
  padding: 30px 0; }

.afcf .heading {
  font-weight: 600;
  width: 100%;
  font-size: 24px;
  color: #222;
  padding-bottom: 20px;
  border-bottom: 1px solid #031169; }

.afcf .header-desc {
  font-size: 16px;
  color: #222;
  line-height: 20px;
  padding: 0;
  line-height: 26px; }

.afcf h3 {
  font-weight: 300;
  font-size: 18px; }

.afcf .grid1 {
  background-color: #323565;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  height: 170px;
  padding: 30px 20px; }

.afcf .grid2 {
  background-image: url("/ydd-photos/img_community-600x400.jpg");
  background-size: cover;
  background-position: center;
  height: 170px;
  padding: 30px 20px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .afcf .grid2.grid3 {
    background-image: url("/ydd-photos/img_mission-600x400.jpg"); }
  .afcf .grid2.grid4 {
    background-image: url("/ydd-photos/afcf.png"); }
  .afcf .grid2 .inner-slide {
    background-color: rgba(255, 255, 255, 0.925);
    color: #000;
    position: absolute;
    top: 70%;
    left: 0;
    transition: linear all 0.3s;
    height: 100%;
    width: 100%;
    padding: 15px; }
    .afcf .grid2 .inner-slide p {
      font-size: 18px; }
    .afcf .grid2 .inner-slide span {
      font-size: 14px; }
  .afcf .grid2:hover .inner-slide {
    top: 0; }

.afcf .qtr {
  height: 170px;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .afcf .qtr .inner {
    position: absolute;
    height: 100%;
    top: 70%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.93);
    transition: linear all 0.3s;
    padding: 10px 20px; }
    .afcf .qtr .inner h2 {
      color: #323565;
      font-size: 16px;
      text-align: center; }
    .afcf .qtr .inner p {
      font-size: 14px;
      color: #000; }
  .afcf .qtr:hover .inner {
    top: 20px; }

.afcf .frs {
  background-color: #323566;
  padding-top: 15px; }
  .afcf .frs h1 {
    color: #fff;
    /* font-family: "Montserrat", Arial, Helvetica, sans-serif; */
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0;
    padding-left: 1px; }

.afcf .sec {
  background-image: url("/ydd-photos/img_community-600x400.jpg");
  background-position: center;
  background-size: cover; }

.afcf .trd {
  background-image: url("/ydd-photos/afcfmission.jpg");
  background-position: center;
  background-size: cover; }

.afcf .frt {
  background-image: url("/ydd-photos/afcf.png");
  background-position: center;
  background-size: cover; }

@media (max-width: 767px) {
  .afcf .banner {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    background-position-y: 0px; }
    .afcf .banner p {
      line-height: 40px;
      font-size: 20px; }
  .afcf .cards-wrap .card-text {
    margin-bottom: 30px; } }

.afcmf .banner {
  width: 100%;
  background-image: url("/ydd-photos/afcmfbanner.jpg");
  background-position-y: -180px;
  background-size: cover;
  height: 550px;
  padding-top: 230px;
  text-align: center; }
  .afcmf .banner p {
    line-height: 28px;
    color: #fff;
    letter-spacing: 1.5px;
    text-shadow: 5px 5px 5px #0e2121;
    font-size: 40px;
    font-weight: 600; }

.afcmf .page-heading {
  text-align: center; }
  .afcmf .page-heading hr {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    background: #ccc;
    width: 60%;
    height: 2px;
    border: 1px solid #05982e; }
  .afcmf .page-heading span {
    margin: 0 0 18px 0;
    color: #333333;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1px; }

.afcmf .afcf-content {
  margin: auto;
  margin-bottom: 50px; }

.afcmf .top-btns {
  text-align: center;
  width: 100%;
  padding: 30px 0; }

.afcmf .heading {
  font-weight: 600;
  width: 100%;
  font-size: 24px;
  color: #222;
  padding-bottom: 20px;
  border-bottom: 1px solid #031169; }

.afcmf .header-desc,
.afcmf .inner-desc {
  border-bottom: 2px solid #05982e;
  margin-bottom: 50px;
  padding-bottom: 60px;
  font-size: 16px;
  color: #222;
  line-height: 20px;
  padding: 0;
  line-height: 26px; }

.afcmf h3 {
  font-weight: 300;
  font-size: 18px; }

.afcmf .grid1 {
  background-color: #323565;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  height: 170px;
  padding: 30px 20px; }

.afcmf .grid2 {
  background-image: url("/ydd-photos/img_community-600x400.jpg");
  background-size: cover;
  background-position: center;
  height: 170px;
  padding: 30px 20px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .afcmf .grid2.grid3 {
    background-image: url("/ydd-photos/img_mission-600x400.jpg"); }
  .afcmf .grid2.grid4 {
    background-image: url("/ydd-photos/afcf.png"); }
  .afcmf .grid2 .inner-slide {
    background-color: rgba(255, 255, 255, 0.925);
    color: #000;
    position: absolute;
    top: 70%;
    left: 0;
    transition: linear all 0.3s;
    height: 100%;
    width: 100%;
    padding: 15px; }
    .afcmf .grid2 .inner-slide p {
      font-size: 18px; }
    .afcmf .grid2 .inner-slide span {
      font-size: 14px; }
  .afcmf .grid2:hover .inner-slide {
    top: 0; }

.afcmf .cards-wrap {
  padding: 30px 20px 20px;
  margin: 30px 0 0 0;
  box-shadow: 0px 10px 10px 0px rgba(5, 152, 46, 0.45); }
  .afcmf .cards-wrap .card-heading {
    border-bottom: 1px solid #031169;
    margin: 10px 0 20px;
    font-weight: 600;
    color: #222;
    font-size: 18px;
    padding-bottom: 10px; }
  .afcmf .cards-wrap .ant-card-body {
    padding: 20px 0; }
  .afcmf .cards-wrap .card-text {
    font-size: 16px;
    color: #222;
    line-height: 20px;
    padding: 0;
    margin-top: -15px;
    text-align: center;
    color: #05982e; }

@media (max-width: 767px) {
  .afcmf .banner {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    background-position-y: unset; }
    .afcmf .banner p {
      line-height: 40px;
      font-size: 20px; }
  .afcmf .cards-wrap .card-text {
    margin-bottom: 30px; } }

.iyc-register {
  padding: 100px 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/ydd-photos/iyc2025.jpg");
  position: relative;
  height: 100vh;
  overflow: auto; }
  .iyc-register .area {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.96);
    border-radius: 12px; }
  .iyc-register .itms {
    padding-bottom: 40px;
    float: right;
    margin-right: 30px; }
  @media (max-width: 767px) {
    .iyc-register {
      padding: 90px 10px;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-image: url("/ydd-photos/iyc2025.jpg"); }
      .iyc-register .area {
        padding: 30px; }
        .iyc-register .area .itms {
          padding-bottom: 10px;
          float: unset;
          margin-right: 0px; } }

.teenage .banner {
  width: 100%;
  height: 600px;
  background-image: url("/ydd-photos/teensbanner.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 250px;
  padding-right: 100px;
  font-size: 50px; }
  .teenage .banner span {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    display: block;
    text-align: right;
    margin-bottom: 10px; }
  .teenage .banner i {
    font-weight: 100;
    font-style: italic;
    float: right; }

.teenage .main-carousel {
  width: 100%; }

.teenage .page-heading {
  text-align: center;
  background-color: #fafafa;
  padding: 60px 0; }
  .teenage .page-heading hr {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    background: #ccc;
    width: 60%;
    height: 2px;
    border: 2px solid #031169; }
  .teenage .page-heading span {
    margin: 0 0 18px 0;
    color: #333333;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1px; }

.teenage .heading {
  font-weight: 600;
  width: 100%;
  font-size: 24px;
  color: #222;
  padding-bottom: 20px;
  border-bottom: 1px solid #031169;
  margin-top: 40px; }

.teenage .teen-content .sliding {
  overflow-x: hidden; }
  .teenage .teen-content .sliding h3 {
    font-size: 16px;
    width: 400%;
    margin-left: 90%;
    animation: slide 25s infinite; }
  .teenage .teen-content .sliding img {
    width: 100%; }

.teenage .teen-content .mt100 {
  margin-top: 100px; }

.teenage .teen-content .header-desc {
  font-size: 16px;
  color: #222;
  line-height: 20px;
  padding: 0;
  line-height: 26px; }

.teenage .teen-content .giants {
  padding: 80px 0; }
  .teenage .teen-content .giants h3 {
    font-size: 18px;
    color: #222;
    line-height: 20px;
    padding: 0;
    line-height: 26px; }

.teenage .teen-content .programs-heading {
  border-bottom: 1px solid #031169;
  margin: 40px 0 15px; }

.teenage .teen-content .programs-text {
  font-size: 18px;
  color: #222;
  line-height: 20px;
  padding: 0;
  line-height: 26px; }

.teenage .teen-content .cards-wrap {
  padding: 30px 20px 20px;
  margin: 30px 0 0 0;
  box-shadow: 0px 10px 10px 0px rgba(187, 235, 241, 0.45); }
  .teenage .teen-content .cards-wrap .card-heading {
    border-bottom: 1px solid #031169;
    margin: 10px 0 20px;
    font-weight: 600;
    color: #222;
    font-size: 18px;
    padding-bottom: 10px; }
  .teenage .teen-content .cards-wrap .ant-card-body {
    padding: 20px 0; }
  .teenage .teen-content .cards-wrap .card-text {
    font-size: 16px;
    color: #222;
    line-height: 24px;
    padding: 0; }

@keyframes slide {
  0% {
    margin-left: 90%; }
  100% {
    margin-left: -100%; } }

.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .nav.transparent {
    background-color: rgba(255, 255, 255, 0.801); }
    .nav.transparent .logo-text,
    .nav.transparent .logo-icon {
      color: #000; }
    .nav.transparent .navigation-links span {
      color: black; }
      .nav.transparent .navigation-links span a {
        color: black; }
  .nav .for-navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px; }
  .nav .logo-icon {
    position: relative;
    top: 4px; }
  .nav .logo-text {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff; }
    .nav .logo-text span {
      font-weight: 300; }
  .nav .avatar {
    display: inline;
    max-width: 30px;
    max-height: 30px;
    min-width: 30px;
    min-height: 30px;
    border-right: 50%;
    overflow: hidden; }
    .nav .avatar img {
      width: 30px; }
  .nav .navigation-links span {
    color: #fff;
    font-weight: 500; }
    .nav .navigation-links span a {
      color: #fff; }
  .nav .initials {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #aaaaaa;
    text-align: center;
    border-radius: 50%;
    padding-top: 9px;
    font-style: 20px;
    cursor: pointer;
    text-transform: uppercase; }
  .nav .web {
    display: inline-block; }
  .nav .mobile {
    display: none; }
  @media (max-width: 767px) {
    .nav .web {
      display: none !important;
      padding: 0 !important; }
    .nav .mobile {
      display: block; }
      .nav .mobile.logout {
        display: flex;
        align-items: center;
        color: #d84e4e; }
    .nav .for-navi {
      padding: 0 !important; }
    .nav .navigation-links {
      display: none !important; }
      .nav .navigation-links.show {
        display: block !important;
        width: 200px;
        background-color: #fff;
        position: absolute;
        top: 66px;
        right: 0px;
        z-index: 1000000000;
        border: 1px solid #eee;
        border-radius: 4px;
        overflow: hidden;
        width: 100%; }
        .nav .navigation-links.show span {
          display: block;
          padding: 10px 20px;
          border-bottom: 1px solid #eee; }
          .nav .navigation-links.show span a {
            color: #3bafda; } }

body,
.body {
  width: 100%; }

.btn-primary {
  background-color: #3bafdae3 !important;
  border: 0 !important; }

.btn-sec {
  background-color: #da3b93e3 !important;
  border: 0 !important; }

.btn-full {
  width: 100% !important; }

.btn-purple {
  background: #670391 !important;
  margin-top: 20px !important; }

.btn-blue {
  background: #1620b6 !important; }

.btn-orange {
  background: #c60 !important; }

.btn-white {
  background: #fff !important;
  color: #2c2c2c !important;
  border: 1px solid #777 !important; }

.mobile {
  display: none; }

.web {
  display: inline-block; }

button:disabled {
  opacity: 0.3;
  cursor: not-allowed; }

.pulse-btn,
.pulse-btn:hover {
  padding-left: 50px;
  padding-right: 50px;
  border: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-image: -moz-linear-gradient(120deg, #df42b1 0%, #505add 100%);
  background-image: -webkit-linear-gradient(120deg, #df42b1 0%, #505add 100%);
  background-image: -ms-linear-gradient(120deg, #df42b1 0%, #505add 100%); }

.pulse {
  animation: pulse-dot 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite; }

.challenge iframe {
  width: 550px;
  height: 550px; }

@keyframes pulse-dot {
  0% {
    transform: scale(0.9); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.9); } }

.ui.floating.label {
  z-index: 10 !important;
  margin-left: -96% !important; }

.Snackbar_snackbar-wrapper-bottom-right__8wQeQ,
.Snackbar_snackbar-wrapper-top-right__2CAmf {
  z-index: 100 !important; }

.css-2b097c-container {
  position: relative;
  box-sizing: border-box;
  color: #2c2c2c !important;
  background: #e6e6e670 !important;
  border: 1px solid #b6b6b670 !important;
  border-radius: 5px !important;
  margin-bottom: 10px !important; }

.css-g1d714-ValueContainer,
.css-1hwfws3 {
  height: 100% !important; }

@media (max-width: 767px) {
  .mobile {
    display: none; }
  .web {
    display: none; }
  .challenge {
    padding: 20px !important; }
    .challenge iframe {
      width: calc(100vw - 40px) !important;
      margin-bottom: 30px; }
    .challenge h3 {
      font-size: 15px; } }

.ant-form-item {
  margin-bottom: 0 !important; }

.about .page-heading {
  text-align: center;
  margin: 80px 0; }
  .about .page-heading hr {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    background: #ccc;
    width: 60%;
    height: 2px;
    border: 2px solid #031169; }
  .about .page-heading span {
    margin: 0 0 18px 0;
    color: #333333;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1px; }

.about .abt {
  font-size: 16px;
  color: #2f2d2d;
  padding-bottom: 20px;
  font-weight: 600;
  border-bottom: 1px solid #031169; }

.about .desc {
  font-size: 16px;
  color: #222;
  line-height: 20px;
  padding: 0;
  line-height: 26px; }
  .about .desc p {
    margin-top: 20px; }
    .about .desc p span {
      display: block; }

.about .vision_fixed {
  margin-top: 80px;
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  overflow: hidden;
  background-image: url("/ydd-photos/Vision-Statement.jpg"); }

.about .vision-text {
  background-color: #fff;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 1px;
  padding: 20px; }
  .about .vision-text h3 {
    color: #000;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 20px; }
  .about .vision-text hr {
    width: 75%;
    height: 2px;
    border: none;
    color: red;
    background-color: #031169;
    margin-bottom: 30px; }
  .about .vision-text .vision {
    text-align: center;
    color: #777;
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    padding: 50px; }
    .about .vision-text .vision b {
      color: #f8ca13; }

.about .mission_fixed {
  margin-top: 80px;
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  overflow: hidden;
  background-image: url("/ourmission.png");
  display: flex;
  justify-content: center;
  align-items: center; }
  .about .mission_fixed .strip {
    background-color: #111;
    color: #fff;
    padding: 0 18px;
    font-size: 25px;
    letter-spacing: 10px;
    height: 60px;
    line-height: 60px; }

.about .mission-heading {
  border-bottom: 1px solid #031169;
  margin: 40px 0 15px; }

.about .mission-text {
  font-size: 26px;
  color: #222;
  line-height: 34px;
  width: 80%; }

.about .cards-wrap {
  padding: 30px 20px 20px;
  margin: 30px 0 0 0;
  box-shadow: 0px 10px 10px 0px rgba(187, 235, 241, 0.45); }
  .about .cards-wrap .card-heading {
    border-bottom: 1px solid #031169;
    margin: 10px 0 20px;
    font-weight: 600;
    color: #222;
    font-size: 18px;
    padding-bottom: 10px; }
  .about .cards-wrap .ant-card-body {
    padding: 20px 0; }
  .about .cards-wrap .card-text {
    font-size: 16px;
    color: #222;
    line-height: 20px;
    padding: 0; }

.about .values_fixed {
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  overflow: hidden;
  background-image: url("/ourvalues.png");
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  .about .values_fixed .strip {
    background-color: #111;
    color: #fff;
    padding: 0 18px;
    font-size: 25px;
    letter-spacing: 10px;
    height: 60px;
    line-height: 60px; }

@media (max-width: 767px) {
  .about .abt {
    margin-top: 50px; } }

.ypf .banner {
  width: 100%;
  height: 550px;
  background-image: url("/ydd-photos/youngprof.jpg");
  background-size: cover;
  background-position: center;
  position: relative; }
  .ypf .banner.teens {
    background-image: url("/ydd-photos/teenslide.jpg"); }
  .ypf .banner p {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 5;
    position: absolute;
    text-align: center;
    top: 45%;
    right: 20%; }
    .ypf .banner p span {
      display: block;
      color: #fff;
      font-weight: 200;
      font-size: 30px;
      margin-bottom: 30px;
      display: block;
      font-family: "Clicker Script", cursive; }

.ypf .banner.couples-bg {
  background-image: url("/ydd-photos/coupleslider.jpg");
  display: flex;
  justify-content: center;
  align-items: center; }
  .ypf .banner.couples-bg h3 {
    font-size: 46px;
    text-transform: none;
    font-weight: 200;
    line-height: 48px;
    color: #f7d6ac;
    letter-spacing: 1.5px;
    text-align: center;
    text-shadow: 4px 3px 5px #0e2121; }
    .ypf .banner.couples-bg h3 strong {
      display: block; }

.ypf .page-heading {
  text-align: center;
  background-color: #fafafa;
  padding: 60px 0; }
  .ypf .page-heading hr {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ccc;
    width: 60%;
    height: 2px;
    border: none;
    border: 2px solid #8fcc11; }
  .ypf .page-heading span {
    margin: 0 0 18px 0;
    color: #333333;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1px; }

.ypf .heading {
  font-weight: 600;
  width: 100%;
  font-size: 24px;
  color: #222;
  padding-bottom: 20px;
  border-bottom: 1px solid #8fcc11; }

.ypf.couples .heading {
  border-bottom: 1px solid #a40073; }

.ypf.couples .page-heading {
  text-align: center;
  background-color: #fafafa;
  padding: 60px 0; }
  .ypf.couples .page-heading hr {
    border: 2px solid #a40073; }

.ypf.couples .objectives .circle-wrap {
  margin: 100px auto; }
  .ypf.couples .objectives .circle-wrap .circle {
    border: 5px solid #a40073 !important; }
    .ypf.couples .objectives .circle-wrap .circle .inner {
      background-color: #a40073 !important; }

.ypf.couples .cards-wrap {
  box-shadow: 0px 10px 10px 0px rgba(164, 0, 115, 0.45) !important; }

.ypf .ypf-content .header-desc {
  padding: 30px 0;
  font-size: 16px;
  color: #222;
  line-height: 20px;
  padding: 0;
  line-height: 26px; }

.ypf .ypf-content .small-carousel {
  height: 300px;
  overflow: hidden; }
  .ypf .ypf-content .small-carousel .carousel {
    width: 100%;
    height: 300px; }
    .ypf .ypf-content .small-carousel .carousel .slide {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
  .ypf .ypf-content .small-carousel .ant-carousel .slick-dots-bottom {
    position: relative;
    top: -290px; }
    .ypf .ypf-content .small-carousel .ant-carousel .slick-dots-bottom li button {
      background-color: #222 !important;
      width: 10px !important;
      height: 10px !important;
      border-radius: 100% !important;
      margin: 0 5px !important; }
    .ypf .ypf-content .small-carousel .ant-carousel .slick-dots-bottom li.slick-active button {
      margin: 0 5px !important;
      background-color: #3bafda !important; }

.ypf .ypf-content .stagnant {
  height: 600px;
  background-image: url("/ydd-photos/Teens.jpg");
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Roboto;
  font-style: normal;
  font-weight: 200;
  font-size: 54px;
  line-height: 28px;
  color: #000000;
  text-shadow: 4px 3px 5px #0e2121;
  color: #fff; }

.ypf .ypf-content .objectives {
  padding: 80px 0; }
  .ypf .ypf-content .objectives h3 {
    font-size: 16px;
    color: #222;
    line-height: 26px;
    padding: 0; }
  .ypf .ypf-content .objectives .circle-wrap {
    margin: 100px auto; }
    .ypf .ypf-content .objectives .circle-wrap.teens-circle .circle .inner1 {
      background-image: url([object Module]); }
    .ypf .ypf-content .objectives .circle-wrap.teens-circle .circle .inner2 {
      background-image: url([object Module]); }
    .ypf .ypf-content .objectives .circle-wrap.teens-circle .circle .inner3 {
      background-image: url([object Module]); }
    .ypf .ypf-content .objectives .circle-wrap .circle {
      width: 600px;
      height: 600px;
      border-radius: 50%;
      position: relative;
      border: 5px solid #8fcc11;
      text-align: center; }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner {
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background-color: #8fcc11;
        position: absolute;
        border: 15px solid #fff;
        background-size: cover;
        background-position: center; }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner1 {
        left: 50%;
        margin-left: -90px;
        margin-top: -110px;
        background-image: url([object Module]); }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner1:hover {
        background-image: url([object Module]); }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner2 {
        left: 0px;
        top: 120px;
        margin-left: -70px;
        background-image: url([object Module]); }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner2:hover {
        background-image: url([object Module]); }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner3 {
        right: 0px;
        top: 120px;
        margin-right: -90px;
        background-image: url([object Module]); }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner3:hover {
        background-image: url([object Module]); }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner4 {
        left: 0px;
        top: 430px;
        margin-left: 20px;
        background-image: url([object Module]); }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner4:hover {
        background-image: url([object Module]); }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner5 {
        right: 0px;
        top: 430px;
        margin-right: 20px;
        background-image: url([object Module]); }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner5:hover {
        background-image: url([object Module]); }
      .ypf .ypf-content .objectives .circle-wrap .circle .text {
        position: relative;
        top: 45%;
        width: 50%;
        text-align: center;
        margin: 0 auto;
        color: #000;
        font-size: 16px; }
      .ypf .ypf-content .objectives .circle-wrap .circle.couples-circles .inner2 {
        left: 260px;
        top: -110px; }
        .ypf .ypf-content .objectives .circle-wrap .circle.couples-circles .inner2:hover {
          background-image: url([object Module]); }
      .ypf .ypf-content .objectives .circle-wrap .circle.couples-circles .inner3 {
        right: 0px;
        top: calc(300px - 110px);
        margin-right: -90px; }
        .ypf .ypf-content .objectives .circle-wrap .circle.couples-circles .inner3:hover {
          background-image: url([object Module]); }
      .ypf .ypf-content .objectives .circle-wrap .circle.couples-circles .inner4 {
        left: 0px;
        top: calc(300px - 110px);
        margin-left: -90px; }
        .ypf .ypf-content .objectives .circle-wrap .circle.couples-circles .inner4:hover {
          background-image: url([object Module]); }
      .ypf .ypf-content .objectives .circle-wrap .circle.couples-circles .inner5 {
        left: 200px;
        top: calc(600px - 110px); }
        .ypf .ypf-content .objectives .circle-wrap .circle.couples-circles .inner5:hover {
          background-image: url([object Module]); }

.ypf .ypf-content .inner-desc {
  width: 60%;
  font-size: 16px;
  color: #222;
  line-height: 20px;
  padding: 0;
  line-height: 26px; }

.ypf .ypf-content .cards-wrap {
  padding: 30px 20px 20px;
  margin: 30px 0 0 0;
  box-shadow: 0px 10px 10px 0px rgba(142, 204, 17, 0.199); }
  .ypf .ypf-content .cards-wrap .ant-card-body {
    padding: 20px 0; }
  .ypf .ypf-content .cards-wrap .card-text {
    font-size: 16px;
    color: #222;
    line-height: 24px;
    padding: 0; }

@media (max-width: 767px) {
  .ypf .banner {
    height: 350px; }
    .ypf .banner p {
      font-weight: 200;
      line-height: 36px;
      color: #f7d6ac;
      letter-spacing: 1.5px;
      text-shadow: 4px 3px 5px #0e2121;
      margin-bottom: 0;
      font-size: 25px;
      z-index: 5;
      position: absolute;
      text-align: center;
      top: 45%;
      right: unset;
      width: 99%; }
  .ypf .ypf-content .inner-desc {
    width: 90%; }
  .ypf .ypf-content .objectives {
    padding: 80px 20px; }
    .ypf .ypf-content .objectives .circle-wrap .circle {
      width: 80%;
      height: 80vw;
      margin: 0 10%; }
      .ypf .ypf-content .objectives .circle-wrap .circle .text {
        position: relative;
        top: 25%;
        width: 50%;
        text-align: center;
        margin: 0 auto;
        color: #000;
        font-size: 14px; }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner {
        width: 110px;
        height: 110px;
        border: 0; }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner1 {
        margin-left: -60px;
        margin-top: -70px; }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner3 {
        right: 0px;
        top: 60px;
        margin-right: -40px; }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner2 {
        top: 60px;
        margin-left: -45px; }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner5 {
        top: 255px; }
      .ypf .ypf-content .objectives .circle-wrap .circle .inner4 {
        top: 255px; }
  .ypf .ypf-content .cards-wrap .card-text {
    margin-bottom: 40px; }
  .ypf.couples .ypf-content .inner-desc {
    width: 90%; }
  .ypf.couples .ypf-content .objectives {
    padding: 80px 20px; }
    .ypf.couples .ypf-content .objectives .circle-wrap .circle {
      width: 80%;
      height: 80vw;
      margin: 0 10%; }
      .ypf.couples .ypf-content .objectives .circle-wrap .circle .text {
        position: relative;
        top: 25%;
        width: 50%;
        text-align: center;
        margin: 0 auto;
        color: #000;
        font-size: 14px; }
      .ypf.couples .ypf-content .objectives .circle-wrap .circle .inner {
        width: 110px;
        height: 110px;
        border: 0; }
      .ypf.couples .ypf-content .objectives .circle-wrap .circle .inner2 {
        top: -76px;
        left: 130px; }
      .ypf.couples .ypf-content .objectives .circle-wrap .circle .inner4 {
        top: 100px;
        margin-left: -50px; }
      .ypf.couples .ypf-content .objectives .circle-wrap .circle .inner3 {
        top: 100px;
        margin-right: -60px; }
      .ypf.couples .ypf-content .objectives .circle-wrap .circle .inner5 {
        top: 255px;
        left: 100px; } }

.contact {
  padding: 0;
  width: 100%; }
  .contact .banner {
    height: 550px;
    overflow: hidden; }
  .contact .contact-content {
    background-color: #3bafdae3;
    padding: 40px;
    margin-top: 40px; }
    .contact .contact-content .header {
      border-top: 2px solid #000;
      border-bottom: 2px solid #000;
      text-align: center;
      width: 300px;
      margin: 0 auto 40px;
      padding: 20px 0;
      font-size: 30px;
      color: #000; }
    .contact .contact-content .user {
      border-top: 3px solid #3bafdae3;
      box-shadow: 2px 2px 3px #eee;
      border-radius: 10px;
      padding: 10px 15px;
      margin-bottom: 10px; }

.single-event {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden; }
  .single-event .banner {
    width: 100%;
    height: 75vh;
    position: relative;
    background-size: 110%;
    background-repeat: no-repeat;
    background-image: url("/ydd-photos/iyc_2023.png");
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .single-event .banner .lang {
      position: absolute;
      top: 40px;
      right: 40px;
      z-index: 100;
      color: #fff;
      cursor: pointer; }
    .single-event .banner button {
      height: 45px;
      min-width: 300px;
      position: relative;
      z-index: 13;
      font-size: 16px;
      margin: 5px;
      background-color: transparent !important;
      border: 0 !important;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
      background-image: -webkit-linear-gradient(120deg, #505add 0%, #b63b50 100%); }

@keyframes pulse-ring {
  0% {
    transform: scale(0.63); }
  80%,
  100% {
    opacity: 0; } }

@keyframes pulse-dot {
  0% {
    transform: scale(0.9); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.9); } }
    .single-event .banner::after {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 12;
      background-color: rgba(0, 0, 0, 0.4); }
  .single-event .info {
    background-color: #2a334e;
    padding: 100px 0;
    font-size: 18px;
    font-weight: 300;
    color: #b6b6b6; }
    .single-event .info p {
      font-size: 34px;
      line-height: 130%;
      font-weight: 600;
      color: #fff;
      padding-bottom: 20px;
      border-bottom: 0.5px solid #fff; }
    .single-event .info iframe {
      width: 100%;
      height: 400px; }
  .single-event .more {
    display: none; }
  .single-event .countdown {
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    text-align: left;
    position: relative;
    background-image: url("/ydd-photos/singlesforum.jpg"); }
    .single-event .countdown::after {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background: #c63fa4;
      background-image: -moz-linear-gradient(120deg, #df42b1 0%, #505add 100%);
      background-image: -webkit-linear-gradient(120deg, #df42b1 0%, #505add 100%);
      background-image: -ms-linear-gradient(120deg, #df42b1 0%, #505add 100%);
      opacity: 0.9;
      z-index: 3; }
    .single-event .countdown .container {
      position: relative;
      z-index: 6; }
    .single-event .countdown .small {
      font-size: 14px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 400;
      margin-bottom: 15px;
      letter-spacing: 1px; }
    .single-event .countdown .large {
      color: #ffffff;
      letter-spacing: 1px;
      font-size: 20px; }
    .single-event .countdown .bordered {
      width: 100px;
      height: 100px;
      border: 1px solid #fff;
      text-align: center;
      padding-top: 30px;
      color: #fff; }
      .single-event .countdown .bordered .count {
        font-weight: 600;
        font-size: 48px;
        margin-bottom: 8px; }
      .single-event .countdown .bordered .tag {
        font-size: 16px;
        font-weight: 500; }
  .single-event .schedule {
    padding: 100px 0;
    background-color: #1f273f;
    text-align: center; }
    .single-event .schedule .top {
      color: #b63b50;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 0;
      font-weight: 400; }
    .single-event .schedule .btm {
      font-size: 38px;
      color: #ffffff;
      margin-bottom: 0;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 40px;
      line-height: 42px; }
    .single-event .schedule .tabs {
      border-radius: 12px;
      overflow: hidden;
      margin-bottom: 20px;
      margin: 20px auto; }
      .single-event .schedule .tabs .tab {
        width: 190px;
        color: #9293bc;
        background-color: #1f2371;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        padding: 15px 30px;
        border-bottom: none;
        border-top: none;
        border-left: none;
        display: inline-block;
        cursor: pointer; }
        .single-event .schedule .tabs .tab.mid {
          border-right: 1px solid #4c4f8d;
          border-left: 1px solid #4c4f8d; }
        .single-event .schedule .tabs .tab.active {
          background-color: #494977; }
        .single-event .schedule .tabs .tab .date {
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0;
          text-transform: capitalize; }
    .single-event .schedule .itenery {
      width: 100%;
      border: 1px solid #444675;
      border-radius: 10px;
      padding: 25px 40px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      text-align: left;
      color: #fff;
      margin-top: 30px; }
      .single-event .schedule .itenery:hover {
        border: 1px solid #683458; }
      .single-event .schedule .itenery .event {
        font-size: 20px;
        width: 50%; }
        .single-event .schedule .itenery .event .time {
          font-weight: 300;
          font-size: 12px; }
      .single-event .schedule .itenery .times {
        width: 25%;
        font-weight: 200;
        text-align: right; }
        .single-event .schedule .itenery .times p {
          color: #dbdbdb;
          cursor: pointer; }
      .single-event .schedule .itenery .location {
        font-size: 16px;
        font-weight: 600; }
      .single-event .schedule .itenery .join {
        padding: 10px 50px;
        border-radius: 40px;
        border: 0;
        color: #fff;
        font-size: 16px;
        background-image: -webkit-linear-gradient(120deg, #505add 0%, #b63b50 100%);
        background-image: -ms-linear-gradient(120deg, #505add 0%, #b63b50 100%); }
        .single-event .schedule .itenery .join i {
          margin-left: 10px;
          font-size: 14px;
          font-weight: 200; }
        .single-event .schedule .itenery .join:active {
          outline: none; }
  .single-event .exhibition {
    background-color: #0e0e20;
    padding: 30px 170px; }
    .single-event .exhibition h1 {
      margin-bottom: 20px;
      margin-top: 60px;
      color: #fff; }
    .single-event .exhibition p {
      color: #b9b9b9;
      font-size: 18px;
      width: 400px;
      margin-top: 10px;
      font-weight: 300; }
    .single-event .exhibition img {
      border-radius: 12px; }
  .single-event .attendance {
    height: 300px;
    background-image: url("/ydd-photos/singles3.jpg");
    background-size: cover;
    background-position: center; }
    .single-event .attendance.cluster {
      background-image: url("/ydd-photos/agm.jpg"); }
    .single-event .attendance .overlay {
      width: 100%;
      height: 100%;
      background-color: #060530e3;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .single-event .attendance .overlay p {
        font-size: 20px;
        color: #fff;
        width: 80%;
        margin-left: 10%;
        text-align: center; }
  @media (max-width: 767px) {
    .single-event .banner {
      height: 370px;
      width: 100%;
      flex-direction: column;
      padding-top: 240px;
      background-image: url("/ydd-photos/iyc_2023.png");
      background-size: cover;
      background-position: center; }
      .single-event .banner .lang {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 100;
        color: #fff;
        cursor: pointer; }
      .single-event .banner button {
        width: 90%;
        margin-left: 0;
        margin-bottom: 12px;
        display: block;
        background-image: unset;
        background-color: #fff !important;
        color: #1f2371 !important; }
    .single-event .countdown {
      padding-top: 80px; }
      .single-event .countdown .col-xs-3 {
        padding: 0 !important; }
      .single-event .countdown .bordered {
        width: 100%; }
        .single-event .countdown .bordered .count {
          font-size: 36px; }
        .single-event .countdown .bordered .tag {
          font-size: 12px; }
    .single-event .read-more {
      overflow: hidden;
      position: relative; }
      .single-event .read-more .more {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        background-color: #2a334e;
        color: #b1b1b1;
        text-align: right;
        padding: 10px 20px;
        border: 0;
        font-size: 12px;
        margin: 0; }
    .single-event .info .frame {
      padding-top: 50px; }
    .single-event .schedule .tabs .tab {
      width: 50%;
      font-size: 12px;
      padding: 12px; }
    .single-event .schedule .itenery {
      padding: 20px; }
      .single-event .schedule .itenery .event {
        font-size: 14px;
        width: 45%; }
      .single-event .schedule .itenery .times {
        width: 55%; }
      .single-event .schedule .itenery .location {
        font-size: 12px; }
    .single-event .exhibition {
      padding: 20px;
      text-align: center; }
      .single-event .exhibition p {
        width: unset; }
      .single-event .exhibition a {
        margin: auto; } }

.gallery {
  height: 100vh; }
  .gallery .banner {
    width: 100%;
    height: 550px;
    margin-top: 0px; }
    .gallery .banner iframe {
      width: 100%;
      height: 550px; }
  .gallery .videos {
    padding: 40px 0; }
    .gallery .videos .video {
      position: relative;
      height: 165px;
      overflow: hidden;
      padding: 0;
      border: 0;
      background-color: red;
      margin-bottom: 30px;
      cursor: pointer; }
      .gallery .videos .video img {
        width: 100%; }
      .gallery .videos .video .ant-card-body {
        padding: 0; }
      .gallery .videos .video .desc {
        position: absolute;
        cursor: pointer;
        top: 165px;
        left: 0;
        height: 100%;
        transition: linear all 0.3s;
        background: rgba(0, 1, 26, 0.75);
        color: #fff;
        text-align: center;
        padding: 14px 40px; }
        .gallery .videos .video .desc .date {
          background-color: #3bafda;
          border-radius: 3px;
          padding: 2px 10px;
          font-size: 12px; }
        .gallery .videos .video .desc p {
          font-size: 16px;
          margin: 15px 0; }
      .gallery .videos .video:hover .desc {
        top: 0; }

.reports .banner {
  background-color: #3bafda;
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .reports .banner .big {
    font-family: Roboto;
    text-transform: none;
    font-weight: 200;
    line-height: 48px;
    color: #f7d6ac;
    letter-spacing: 1.5px;
    text-shadow: 4px 3px 5px #0e2121;
    margin-bottom: 0;
    font-size: 34px; }
  .reports .banner .small {
    font-family: "Volkhov", serif;
    color: #fff;
    opacity: 0.7;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    display: block; }

.reports .reports-contents {
  padding-top: 40px; }
  .reports .reports-contents .blog {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px; }
    .reports .reports-contents .blog img {
      width: 100%;
      margin-bottom: 10px; }
    .reports .reports-contents .blog .time {
      color: #999;
      font-style: italic;
      font-size: 12px; }
      .reports .reports-contents .blog .time span {
        color: #666666; }
    .reports .reports-contents .blog .blog-title {
      font-size: 32px;
      font-weight: 600;
      color: #000; }
    .reports .reports-contents .blog .blog-text {
      font-size: 16px;
      line-height: 26px;
      color: #000;
      display: -webkit-box;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 30px;
      text-align: justify; }
    .reports .reports-contents .blog .foot {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .reports .reports-contents .blog .foot .cont {
        color: #3bafda;
        padding: 0 !important; }
      .reports .reports-contents .blog .foot span {
        padding: 0 10px; }

.profile {
  height: 100vh; }
  .profile .banner {
    background-color: #3bafda;
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .profile .banner .big {
      font-family: Roboto;
      text-transform: none;
      font-weight: 200;
      line-height: 48px;
      color: #f7d6ac;
      letter-spacing: 1.5px;
      text-shadow: 4px 3px 5px #0e2121;
      margin-bottom: 0;
      font-size: 34px; }
  .profile .avatar {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: #aaaaaa;
    text-align: center;
    border-radius: 50%;
    padding-top: 39px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .profile .profile-content {
    height: 100%;
    overflow: hidden; }
    .profile .profile-content .left {
      margin-top: 20%;
      width: 300px;
      border: 1px solid #c5edfa;
      float: left;
      padding: 40px 0;
      border-radius: 15px;
      background-color: #fff; }
      .profile .profile-content .left ul {
        padding: 0;
        margin: 0; }
        .profile .profile-content .left ul li {
          list-style: none;
          font-size: 16px;
          color: #a7a7a7;
          padding: 15px 40px;
          cursor: pointer;
          font-weight: 300; }
          .profile .profile-content .left ul li.active {
            color: #0f333f;
            background-color: #dcf6ff;
            border-left: 5px solid #004b64; }
    .profile .profile-content .right {
      margin: 80px 10%;
      padding: 10px 70px;
      float: right; }
      .profile .profile-content .right label {
        font-weight: 400;
        color: #004b64; }
      .profile .profile-content .right .ant-input {
        margin-bottom: 20px; }
  @media (max-width: 767px) {
    .profile {
      height: auto; }
      .profile .profile-content .right {
        padding: 0; } }

.single-blog .banner {
  width: 100%;
  height: 550px;
  background-image: url("/ydd-photos/singles.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 60px;
  position: relative; }
  .single-blog .banner p {
    font-weight: 200;
    line-height: 48px;
    color: #f7d6ac;
    letter-spacing: 1.5px;
    text-shadow: 4px 3px 5px #0e2121;
    margin-bottom: 0;
    font-size: 40px;
    z-index: 5;
    position: absolute;
    text-align: center;
    top: 45%;
    right: 30%;
    width: 40%; }
    .single-blog .banner p span {
      display: block;
      color: #fff;
      font-weight: 200;
      font-size: 30px;
      margin-bottom: 30px;
      display: block;
      font-family: "Clicker Script", cursive; }
  .single-blog .banner .crumbs {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.253);
    padding: 12px 30px;
    color: #fff; }
    .single-blog .banner .crumbs span {
      color: #fff;
      padding: 0 5px;
      font-weight: 300; }

.single-blog .page-heading {
  text-align: center;
  padding: 60px 0;
  color: #fff; }
  .single-blog .page-heading hr {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ccc;
    width: 60%;
    height: 2px;
    border: none;
    background-color: #fff; }
  .single-blog .page-heading span {
    margin: 0 0 18px 0;
    color: #fff;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1px; }

.single-blog .content {
  background-color: #3bafdae3;
  padding: 30px;
  margin-bottom: 60px; }
  .single-blog .content p {
    font-weight: 200;
    font-size: 18px;
    line-height: 30px;
    color: #fff; }

.single-report .banner {
  height: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative; }
  .single-report .banner p {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    margin-bottom: 0;
    font-size: 44px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 5; }
  .single-report .banner .crumbs {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.253);
    padding: 12px 30px;
    color: #fff; }
    .single-report .banner .crumbs span {
      color: #fff;
      padding: 0 5px;
      font-weight: 300; }

.single-report .container {
  padding: 30px; }
  .single-report .container .blog-title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    color: #000;
    margin-top: 20px; }
  .single-report .container .time {
    font-style: italic; }
  .single-report .container .blog-img {
    width: 100%; }
  .single-report .container .blog-heading {
    font-size: 34px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    color: #000;
    margin-top: 45px; }
  .single-report .container .txt {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    text-align: justify; }
  .single-report .container .tags {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    width: 100%; }
    .single-report .container .tags .tag {
      border: 1px solid #eee;
      border-radius: 2px;
      padding: 4px 10px;
      margin-right: 10px;
      margin-bottom: 10px;
      cursor: pointer; }
      .single-report .container .tags .tag:hover {
        border-color: #6bbcff;
        color: #6bbcff; }

.singles .banner {
  width: 100%;
  height: 550px;
  background-image: url("/ydd-photos/singles.jpg");
  background-size: cover;
  background-position: center;
  position: relative; }
  .singles .banner p {
    font-weight: 200;
    line-height: 48px;
    color: #f7d6ac;
    letter-spacing: 1.5px;
    text-shadow: 4px 3px 5px #0e2121;
    margin-bottom: 0;
    font-size: 40px;
    z-index: 5;
    position: absolute;
    text-align: center;
    top: 45%;
    right: 30%;
    width: 40%; }
    .singles .banner p span {
      display: block;
      color: #fff;
      font-weight: 200;
      font-size: 30px;
      margin-bottom: 30px;
      display: block;
      font-family: "Clicker Script", cursive; }

.singles .banner.couples-bg {
  background-image: url("/ydd-photos/coupleslider.jpg");
  display: flex;
  justify-content: center;
  align-items: center; }
  .singles .banner.couples-bg h3 {
    font-size: 46px;
    text-transform: none;
    font-weight: 200;
    line-height: 48px;
    color: #f7d6ac;
    letter-spacing: 1.5px;
    text-align: center;
    text-shadow: 4px 3px 5px #0e2121; }
    .singles .banner.couples-bg h3 strong {
      display: block; }

.singles .page-heading {
  text-align: center;
  background-color: #fafafa;
  padding: 60px 0; }
  .singles .page-heading hr {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ccc;
    width: 60%;
    height: 2px;
    border: none;
    border: 2px solid #d937f1; }
  .singles .page-heading span {
    margin: 0 0 18px 0;
    color: #333333;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1px; }

.singles .heading {
  font-weight: 600;
  width: 100%;
  font-size: 24px;
  color: #222;
  padding-bottom: 20px;
  border-bottom: 1px solid #d937f1; }

.singles .ypf-content .header-desc {
  padding: 30px 0;
  font-size: 16px;
  color: #222;
  line-height: 20px;
  line-height: 26px; }

.singles .ypf-content .small-carousel {
  height: 300px;
  overflow: hidden; }
  .singles .ypf-content .small-carousel .carousel {
    width: 100%;
    height: 300px; }
    .singles .ypf-content .small-carousel .carousel .slide {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
  .singles .ypf-content .small-carousel .ant-carousel .slick-dots-bottom {
    position: relative;
    top: -290px; }
    .singles .ypf-content .small-carousel .ant-carousel .slick-dots-bottom li button {
      background-color: #222 !important;
      width: 10px !important;
      height: 10px !important;
      border-radius: 100% !important;
      margin: 0 5px !important; }
    .singles .ypf-content .small-carousel .ant-carousel .slick-dots-bottom li.slick-active button {
      margin: 0 5px !important;
      background-color: #3bafda !important; }

.singles .ypf-content .objectives {
  padding: 80px 0; }
  .singles .ypf-content .objectives h3 {
    font-size: 18px;
    color: #222;
    line-height: 20px;
    padding: 0;
    line-height: 26px; }
  .singles .ypf-content .objectives .circle-wrap {
    margin: 100px auto; }
    .singles .ypf-content .objectives .circle-wrap .circle {
      width: 600px;
      height: 600px;
      border-radius: 50%;
      position: relative;
      border: 5px solid #d937f1;
      text-align: center; }
      .singles .ypf-content .objectives .circle-wrap .circle .inner {
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background-color: #d937f1;
        position: absolute;
        border: 15px solid #fff;
        background-size: cover;
        background-position: center; }
      .singles .ypf-content .objectives .circle-wrap .circle .inner1 {
        left: 50%;
        margin-left: -90px;
        margin-top: -110px;
        background-image: url([object Module]); }
      .singles .ypf-content .objectives .circle-wrap .circle .inner1:hover {
        background-image: url([object Module]); }
      .singles .ypf-content .objectives .circle-wrap .circle .inner2 {
        left: 0px;
        top: 120px;
        margin-left: -70px;
        background-image: url([object Module]); }
      .singles .ypf-content .objectives .circle-wrap .circle .inner2:hover {
        background-image: url([object Module]); }
      .singles .ypf-content .objectives .circle-wrap .circle .inner3 {
        right: 0px;
        top: 120px;
        margin-right: -90px;
        background-image: url([object Module]); }
      .singles .ypf-content .objectives .circle-wrap .circle .inner3:hover {
        background-image: url([object Module]); }
      .singles .ypf-content .objectives .circle-wrap .circle .inner4 {
        left: 0px;
        top: 430px;
        margin-left: 20px;
        background-image: url([object Module]); }
      .singles .ypf-content .objectives .circle-wrap .circle .inner4:hover {
        background-image: url([object Module]); }
      .singles .ypf-content .objectives .circle-wrap .circle .inner5 {
        right: 0px;
        top: 430px;
        margin-right: 20px;
        background-image: url([object Module]); }
      .singles .ypf-content .objectives .circle-wrap .circle .inner5:hover {
        background-image: url([object Module]); }
      .singles .ypf-content .objectives .circle-wrap .circle .text {
        position: relative;
        top: 45%;
        width: 50%;
        text-align: center;
        margin: 0 auto;
        color: #000;
        font-size: 16px; }
      .singles .ypf-content .objectives .circle-wrap .circle.couples-circles .inner2 {
        left: 260px;
        top: -110px; }
        .singles .ypf-content .objectives .circle-wrap .circle.couples-circles .inner2:hover {
          background-image: url([object Module]); }
      .singles .ypf-content .objectives .circle-wrap .circle.couples-circles .inner3 {
        right: 0px;
        top: calc(300px - 110px);
        margin-right: -90px; }
        .singles .ypf-content .objectives .circle-wrap .circle.couples-circles .inner3:hover {
          background-image: url([object Module]); }
      .singles .ypf-content .objectives .circle-wrap .circle.couples-circles .inner4 {
        left: 0px;
        top: calc(300px - 110px);
        margin-left: -90px; }
        .singles .ypf-content .objectives .circle-wrap .circle.couples-circles .inner4:hover {
          background-image: url([object Module]); }
      .singles .ypf-content .objectives .circle-wrap .circle.couples-circles .inner5 {
        left: 200px;
        top: calc(600px - 110px); }
        .singles .ypf-content .objectives .circle-wrap .circle.couples-circles .inner5:hover {
          background-image: url([object Module]); }

.singles .ypf-content .inner-desc {
  width: 70%;
  font-size: 18px;
  color: #222;
  line-height: 20px;
  line-height: 26px; }

.singles .ypf-content .cards-wrap {
  padding: 30px 20px 20px;
  margin: 30px 0 0 0;
  box-shadow: 0px 10px 10px 0px rgba(164, 0, 115, 0.45) !important; }
  .singles .ypf-content .cards-wrap .ant-card-body {
    padding: 20px 0; }
  .singles .ypf-content .cards-wrap .card-text {
    font-size: 16px;
    color: #222;
    line-height: 24px;
    padding: 0; }

@media (max-width: 767px) {
  .singles .banner {
    height: 350px; }
    .singles .banner p {
      font-weight: 200;
      line-height: 36px;
      color: #f7d6ac;
      letter-spacing: 1.5px;
      text-shadow: 4px 3px 5px #0e2121;
      margin-bottom: 0;
      font-size: 25px;
      z-index: 5;
      position: absolute;
      text-align: center;
      top: 45%;
      right: unset;
      width: 99%; }
  .singles .ypf-content .inner-desc {
    width: 90%; }
  .singles .ypf-content .objectives {
    padding: 80px 20px; }
    .singles .ypf-content .objectives .circle-wrap .circle {
      width: 80%;
      height: 80vw;
      margin: 0 10%; }
      .singles .ypf-content .objectives .circle-wrap .circle .inner {
        width: 110px;
        height: 110px;
        border: 0; }
      .singles .ypf-content .objectives .circle-wrap .circle .inner1 {
        margin-left: -60px;
        margin-top: -70px; }
      .singles .ypf-content .objectives .circle-wrap .circle .inner3 {
        right: 0px;
        top: 60px;
        margin-right: -40px; }
      .singles .ypf-content .objectives .circle-wrap .circle .inner2 {
        top: 60px;
        margin-left: -45px; }
      .singles .ypf-content .objectives .circle-wrap .circle .inner5 {
        top: 255px; }
      .singles .ypf-content .objectives .circle-wrap .circle .inner4 {
        top: 255px; }
  .singles .ypf-content .cards-wrap .card-text {
    margin-bottom: 40px; } }

.youth-resources {
  background-color: #f8f8f8 !important; }
  .youth-resources .banner {
    height: 350px;
    background-color: #3bafda;
    width: 100%;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column; }
    .youth-resources .banner h2 {
      text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
      color: #fff;
      margin-bottom: 0;
      font-size: 44px;
      letter-spacing: 1px;
      text-transform: uppercase;
      position: relative;
      z-index: 5; }
    .youth-resources .banner span {
      font-family: "Volkhov", serif;
      color: #fff;
      opacity: 0.7;
      font-size: 15px;
      font-style: italic;
      font-weight: 300;
      display: block; }
  .youth-resources .featured-block {
    position: relative; }
    .youth-resources .featured-block:after {
      width: 100%;
      height: 100%;
      z-index: 10;
      opacity: 0.5;
      background-color: red; }
    .youth-resources .featured-block .featured-block-equal-cont p {
      font-size: 16px;
      color: #000; }

.auth-wrap {
  width: 100%;
  min-height: 100vh;
  text-align: center;
  background-color: #3bafda;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url("/ydd-photos/YDD-Banner.jpg"); }
  .auth-wrap::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background: #c63fa4;
    background-image: -moz-linear-gradient(120deg, #df42b1 0%, #505add 100%);
    background-image: -webkit-linear-gradient(120deg, #df42b1 0%, #505add 100%);
    background-image: -ms-linear-gradient(120deg, #df42b1 0%, #505add 100%);
    opacity: 0.9;
    z-index: 1; }
  .auth-wrap .login {
    text-align: left;
    width: 500px;
    min-height: 400px;
    padding: 0 30px 20px;
    border: 1px solid #e0eeff;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 2; }
    .auth-wrap .login.signup {
      width: 60%; }
    .auth-wrap .login .logo {
      margin: 0px auto;
      width: 70px; }
    .auth-wrap .login .btn {
      padding: 4px 10px 4px;
      margin-bottom: 0;
      font-size: 18px;
      line-height: 18px;
      color: #fff;
      text-align: center;
      vertical-align: middle;
      border: 0;
      background-image: -webkit-linear-gradient(120deg, #505add 0%, #b63b50 100%);
      border: 1px solid #e6e6e6;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
    .auth-wrap .login .btn-large {
      padding: 0 20px;
      height: 50px;
      line-height: normal;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    .auth-wrap .login h1 {
      color: #2f315e;
      letter-spacing: 1px;
      text-align: center; }
    .auth-wrap .login .label {
      font-size: 16px;
      color: #2c2c2c;
      font-weight: 300;
      float: left;
      margin: 0 0 9px;
      padding: 0; }
    .auth-wrap .login input {
      width: 100%;
      margin-bottom: 20px;
      border: none;
      outline: none;
      height: 45px;
      font-size: 16px;
      color: #2c2c2c;
      background: #e6e6e670;
      border: 1px solid #b6b6b670;
      border-radius: 4px;
      padding-left: 20px; }
    .auth-wrap .login input:focus {
      background: #dde9ff8a; }
    .auth-wrap .login .left {
      width: 48%;
      float: left;
      text-align: left; }
    .auth-wrap .login .right {
      width: 48%;
      float: right;
      text-align: left; }
    .auth-wrap .login .qtr {
      width: 23% !important; }
  .auth-wrap .btn-primary {
    background-color: #3bafdae3 !important;
    border: 0 !important; }
  .auth-wrap .signup-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px; }
    .auth-wrap .signup-layout div {
      text-align: left; }
  @media (max-width: 767px) {
    .auth-wrap {
      height: auto;
      display: block;
      padding: 12px; }
      .auth-wrap::after {
        height: 100%; }
      .auth-wrap .login {
        width: 100%;
        margin-top: 10px; }
        .auth-wrap .login.signup {
          width: 100%; }
        .auth-wrap .login .left,
        .auth-wrap .login .right {
          width: 100%;
          float: right;
          text-align: left; } }

.Snackbar_snackbar-wrapper-bottom-right__8wQeQ,
.Snackbar_snackbar-wrapper-top-right__2CAmf {
  z-index: 100 !important; }

.auth-link {
  display: inline;
  padding-left: 5px;
  color: #505add; }
  .auth-link :hover {
    color: #3bafda; }

.google-signin-btn {
  background-color: #fff !important;
  color: #222; }
  .google-signin-btn:hover {
    background-color: #f8f9fa !important;
    border-color: #dadce0 !important; }
  .google-signin-btn:active {
    background-color: #f1f3f4 !important; }

.small-carousel {
  height: 300px !important;
  overflow: hidden; }
  .small-carousel .carousel {
    width: 100%;
    height: 300px; }
  .small-carousel .slide {
    background-size: cover;
    background-position: center; }
  .small-carousel .ant-carousel .slick-dots-bottom {
    position: relative;
    top: -290px !important; }
    .small-carousel .ant-carousel .slick-dots-bottom li button {
      background-color: #222 !important;
      width: 10px !important;
      height: 10px !important;
      border-radius: 100% !important;
      margin: 0 5px !important; }
    .small-carousel .ant-carousel .slick-dots-bottom li.slick-active button {
      margin: 0 5px !important;
      background-color: #3bafda !important; }

.main-carousel .carousel {
  width: 100% !important;
  height: 550px !important; }

.main-carousel .ant-carousel .slick-dots-bottom {
  position: relative;
  top: -50px; }
  .main-carousel .ant-carousel .slick-dots-bottom li button {
    background-color: #222 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    margin: 0 5px !important; }
  .main-carousel .ant-carousel .slick-dots-bottom li.slick-active button {
    margin: 0 5px !important;
    background-color: #3bafda !important; }

@media (max-width: 767px) {
  .main-carousel {
    height: 300px !important; }
    .main-carousel .carousel,
    .main-carousel .ant-carousel .slick-slide {
      height: 78% !important; }
  .mobile {
    display: block; } }


.pic-gallery .pic-content {
  margin-top: 50px; }

.pic-gallery .cards-wrap .card-heading {
  border-bottom: 1px solid #031169;
  margin: 10px 0 20px;
  font-weight: 600;
  color: #222;
  font-size: 18px;
  padding-bottom: 10px; }

.pic-gallery .cards-wrap .ant-card-body {
  padding: 10px 20px; }

.pic-gallery .cards-wrap .time {
  margin-bottom: 5px; }
  .pic-gallery .cards-wrap .time span {
    background-color: #3bafda;
    padding: 1px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 10px; }

.pic-gallery .cards-wrap .card-title {
  font-size: 26px;
  font-weight: 600;
  color: #222;
  line-height: 30px;
  padding: 0; }

.pic-gallery .cards-wrap .card-text {
  font-size: 16px;
  color: #686868;
  line-height: 20px;
  padding: 0;
  min-height: 70px; }

.pic-gallery .cards-wrap .viewmore {
  color: #3bafda;
  text-align: right;
  margin-top: 12px;
  font-size: 14px; }

